
.getcostform-wrapper {
    width: 100%;
    padding: 10px 25px 20px;box-sizing: border-box;
}

.getcostform-wrapper .row-1 form .slide {
    display: flex;
    justify-content: space-between;
}

.getcostform-wrapper .row-1 form .phone-wrapper,
.getcostform-wrapper .row-1 form .submit-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.getcostform-wrapper .row-1 form .price-wrapper {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.getcostform-wrapper .row-1 form .price-wrapper .cost {
    color: #ef1313;
}

.getcostform-wrapper .row-1 form input[type="text"] {
    font-size: 16px;
    height: 54px;
    color: #000;
    border-radius: 8px;
    padding: 0 20px;
    width: 240px;
    border: 1px solid #a69999;
    box-sizing: border-box;
}

.getcostform-wrapper .row-1 select {
    width: 290px;
    font-size: 16px;
    border-radius: 8px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #a69999;
}

.getcostform-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: left;
    padding: 0 20px;
    height: 54px;
    border-radius: 8px;
    border: 1px solid #a69999;
    box-sizing: border-box;
    line-height: 54px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.getcostform-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px;
}

.getcostform-wrapper .select2-container--default .select2-selection--single {
    border: 0;
    height: 54px;
    border-radius: 8px;
}

.getcostform-wrapper .row-1 .submit-red-rounded{
    border-radius: 4px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    width: 204px;
    text-align: center;
    background-color: #ef1313;
    display: inline-block;
    border: 0;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    cursor: pointer;
}

.getcostform-wrapper .row-2 {
    padding-bottom: 20px;
    font-size: 16px;
    color: #fff;
}

.getcostform-wrapper .price-wrapper .title {
    color: #fff;
}

@media screen and (max-width: 960px) and (min-width: 640px) {
    .getcostform-wrapper .row-1 form .slide {
        flex-direction: column;
        min-height: 200px;
        justify-content: space-evenly;
    }

    .getcostform-wrapper .row-1 select {
        width: 100%;
    }

    .getcostform-wrapper .row-1 form .slide input[type="submit"] {
        margin-top: 10px;
    }

    .getcostform-wrapper .row-1 form .price-wrapper {
        justify-content: center;
        margin-bottom: 20px;
    }

    .getcostform-wrapper .row-1 form .phone-wrapper {
        margin-bottom: 10px;
        align-items: center;
    }

    .getcostform-wrapper .row-1 form input[type="text"] {
        font-size: 14px;
        width: 100%;
    }

    .getcostform-wrapper .row-2 {
        text-align: center;
    }

    .getcostform-wrapper .row-1 select {
        height: 54px;
        margin-bottom: 25px;
    }

    .getcostform-wrapper .select2-container {
        margin-bottom: 25px;
    }

    .getcostform-wrapper .row-1 .submit-red-rounded {
        width: 100%;
        box-sizing: border-box;
    }

    .getcostform-wrapper .row-1 form .submit-wrapper {
        margin-top: 10px;

    }
}

@media screen and (max-width: 639px) {
    .mp-top .wrapper {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .mp-top .submit-wrapper {
        padding: 0 20px;
    }

    .mp-top .infoblock {
        width: 100%;
        position: relative;
        left: 0;
    }

    .mp-top h1 {
        font-size: 36px;
        padding-top: 40px;
        padding-bottom: 150px;
        padding-left: 0;
        font-weight: 700;
        margin: 0;
        text-align: center;
    }

    .mp-top .infoblock .title {
        font-size: 16px;
        height: auto;
    }

    .mp-top .infoblock .padding {
        padding: 20px 20px;
    }



    input.field-input {
        border: 1px solid #808080;
        padding: 8px 15px;
        box-sizing: border-box;
        font-size: 14px;
        margin-bottom: 10px;
        width: 100%;
    }

    .mp-top .submit-wrapper a,
    .mp-top .submit-wrapper input[type='submit'] {
        height: 60px;
        line-height: 60px;
        box-sizing: border-box;
    }

    .mp-top .infoblock .description {
        font-size: 12px;
    }

    .mp-top .infoblock .cost {
        font-size: 50px;
    }

    .getcostform-wrapper .row-1 form .slide {
        flex-direction: column;
        min-height: 200px;
        justify-content: space-evenly;
    }

    .getcostform-wrapper .row-1 form .slide input[type="submit"] {
        margin-top: 10px;
    }

    .getcostform-wrapper .row-1 form .price-wrapper {
        justify-content: center;
        margin-bottom: 20px;
    }

    .getcostform-wrapper .row-1 form .phone-wrapper {
        margin-bottom: 10px;
        align-items: center;
    }

    .getcostform-wrapper .row-1 form input[type="text"] {
        font-size: 14px;
        width: 100%;
    }

    .getcostform-wrapper .row-2 {
        text-align: center;
    }

    .getcostform-wrapper .row-1 select {
        height: 54px;
        margin-bottom: 25px;
    }

    .getcostform-wrapper .select2-container {
        margin-bottom: 25px;
    }

    .getcostform-wrapper .row-1 .submit-red-rounded {
        width: 100%;
        box-sizing: border-box;
    }

    .getcostform-wrapper .row-1 form .submit-wrapper {
        margin-top: 10px;

    }
}