.get-price {
    font-size: 20px;
    height: 1020px;
    font-size: 10px;
    background-image: url(/bitrix/templates/m_food-all/image/get_price.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center!important;
}
.get-price > .inner {
}

.get-price .column-left {
    display: none;
}

.get-price .input-box {
    width: 100%;
    border-radius: 100px;
    border: 2px solid transparent;
    transition: border-color 1s;
}
.get-price .input-box.red-border {
    border-color: #e94b35;
}

.get-price .input-box input {
    width: 100%;
	box-sizing: border-box;
    height: 36px;
    background-color: rgb(255, 255, 255);
    border-radius: 100px;
    border: medium none;
    padding: 0px 8%;
    font-size: 1.2em;
}
#ger_order .input-box input {
    width: 84%;
    height: 36px;
    background-color: rgb(255, 255, 255);
    border-radius: 100px;
    border: medium none;
    padding: 0px 8%;
    font-size: 1.2em;
}

.get-price .button-box {
    width: 100%;
}

.get-price .button-box button {
    width: 100%;
    height: 36px;
    background-color: #dadfe1;
    border: 2px solid #FFF;
    border-radius: 100px;
    font-family: "Rubik Bold";
    color: #414141;
    font-size: 1.4em;
    text-transform: uppercase;
}
#ger_order  .button-box button {
    width: 100%;
    height: 36px;
    background-color: #dadfe1;
    border: 2px solid #FFF;
    border-radius: 100px;
    font-family: "Rubik Bold";
    color: #414141;
    font-size: 1.4em;
    text-transform: uppercase;
}

.get-price .image-bottom {
    height: 400px;
    overflow: hidden;
    text-align: right;
}

.get-price .input-box input {
    background-color: rgb(255, 255, 255)!important;
    border-radius: 10px!important;
    padding: 14px 23px 14px 23px!important;
    font-family: "Rubik", sans-serif!important;
}

.get-price .legacy-text {
    color: #000;
    font-size: 13px;
    font-family: "Rubik", sans-serif;
}

.get-price .legacy-text a{
    text-decoration: underline;
}

.get-price .get_title {
    font-family: "Rubik Bold";
    text-transform: uppercase;
    font-size: 2.4rem;
    text-align: center;
    padding-top: 100px;
}

.get-price .get_title .white {
    color: #000;
}

.get-price > .inner .center-align.not-bottom-margin {
    margin-top: -30px;
}

.get-price > .inner .center-align .margin-half > * {
    padding-bottom: 0px;
    padding-top: 16px;
}

.get-price .button-box button {
    height: 59px!important;
    border: none!important;
    background: #F0261B;
    color: #fff;
    width: 240px;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 30px;
}


.get-price .button-box button:hover {
    cursor: pointer;
    box-shadow: 0 0 9px 1px #f0261b!important;
    background: #f0261b!important;
}






@media only screen and (min-width: 640px) {


    .get-price .input-box input {
        height: 72px;
    }

    .get-price .button-box button {
        height: 72px;
        border: 4px solid #FFF;
    }
}

@media only screen and (min-width: 960px) {
    .get-price {
        font-size: 14px;
        height: 600px;
        background-position: -250px -10px;
    }

    .get-price > .inner {
        max-width: 370px;
    }

    .get-price .column-left {
        display: block;
        float: left;
        width: 685px;
    }

    .get-price .input-box input {
        height: 43px;
    }

    .get-price .button-box button {
        height: 43px;
        border: 4px solid #FFF;
    }


}



@media only screen and (max-width: 960px) {
    .get-price > .inner {
        width: 400px;
    }

    .get-price .get_title {
        font-size: 34px;
        text-align: center;
        padding-top: 30px;
        width: 385px;
        margin: 0 auto;
    }

    .get-price .input-box input {
        height: 46px;
    }
}

@media only screen and (max-width: 450px) {
    .get-price .get_title {
        font-size: 25px;
        width: 230px;
    }

    .get-price > .inner {
        width: 80%;
    }

    .get-price {
        background-image: url(/bitrix/templates/m_food-all/image/get_price_min.svg);
    }


}