

/* Start:/local/components/rwto/order/templates/.default/css/style.css?17503654355301*/
.order-wrap {
    -webkit-border-radius: 23px;
    border-radius: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    gap: 40px;
    background-image: -webkit-radial-gradient(73% 61%, circle, #fefefe, #f5f8f9 51%);
    background-image: -o-radial-gradient(73% 61%, circle, #fefefe, #f5f8f9 51%);
    background-image: radial-gradient(circle at 73% 61%, #fefefe, #f5f8f9 51%);
    position: relative;
}

@media screen and (max-width: 1120px) {
    .order-wrap {
    }
}

@media screen and (max-width: 980px) {
    .order-wrap {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .order-wrap {
        border-radius: 0;
    }
}

@media screen and (max-width: 576px) {
    .order-wrap {
    }
}

@media screen and (max-width: 480px) {
    .order-wrap {
    }
}

.order-left {
    flex: 1 1 calc(50% - 20px);
    padding: 30px;
    border-radius: 23px;
    overflow: hidden;
}

@media screen and (max-width: 1120px) {
    .order-left {
    }
}

@media screen and (max-width: 980px) {
    .order-left {
    }
}

@media screen and (max-width: 767px) {
    .order-left {
    }
}

@media screen and (max-width: 576px) {
    .order-left {
    }
}

@media screen and (max-width: 480px) {
    .order-left {
    }
}

@media screen and (max-width: 380px) {
    .order-left {
    }
}

.order-back {
    flex: 1 1 calc(50% - 20px);
    background: #fff;
    padding: 38px 32px 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 1px 80px 0 rgba(31, 46, 72, 0.17);
}

@media screen and (max-width: 980px) {
    .order-back {
        order: 3;
    }
}

@media screen and (max-width: 767px) {
    .order-back {
    }
}

@media screen and (max-width: 480px) {
    .order-back {
    }
}

@media screen and (max-width: 440px) {
    .order-back {
    }
}

.order-form__title {
    font-size: 20px;
    font-family: "ubuntumedium", sans-serif;
    color: #000;
    margin-bottom: 6px;
}

@media screen and (max-width: 440px) {
    .order-form__title {
        font-size: 18px;
    }
}

.order-form__text {
    font-size: 16px;
    line-height: 24px;
    color: #3c3c3c;
    margin-bottom: 20px;
}

@media screen and (max-width: 440px) {
    .order-form__text {
        font-size: 14px;
        line-height: 18px;
    }
}

.order-form__label {
    margin-bottom: 10px;
    display: block;
    position: relative;
}

@media screen and (max-width: 440px) {
    .order-form__label {
        margin-bottom: 10px;
    }
}

.order-form__placeholder {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #3c3c3c;
    opacity: .6;
    -webkit-transition: top .3s linear, font-size .3s linear, color .3s linear;
    -o-transition: top .3s linear, font-size .3s linear, color .3s linear;
    transition: top .3s linear, font-size .3s linear, color .3s linear;
}

.order-form__input {
    width: 100%;
    padding: 15px 20px !important;
    font-size: 16px;
    line-height: 24px;
    color: #3c3c3c;
}

.order-form__input._active + .order-form__placeholder {
    font-size: 12px;
    color: #9e9e9e;
    top: -3px;
}

.order-form__input:focus + .order-form__placeholder {
    font-size: 12px;
    color: #9e9e9e;
    top: -3px;
}

.order-form__textarea {
    width: 100%;
    height: 200px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #e7e7e7;
    padding: 15px 20px;
}

.order-form__textarea._active + .order-form__placeholder {
    font-size: 12px;
    color: #9e9e9e;
    top: -3px;
}

.order-form__textarea:focus {
    outline: none;
}

.order-form__textarea:focus + .order-form__placeholder {
    font-size: 12px;
    color: #9e9e9e;
    top: -3px;
}

.order-form__checked {
    position: relative;
}

.order-form__checked-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.order-form__btn {
    display: block;
    width: 100%;
    padding: 18px 0;
    margin-top: 33px;
}


.order-why-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .order-why-list {
    }
}

.order-why-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*padding: 0 10px;*/
}

@media screen and (max-width: 767px) {
    .order-why-item {
        width: 100%;
        height: auto;
        margin-bottom: 17px;
        padding: 0;
    }

    .order-why-item:last-child {
        margin-bottom: 0;
    }
}

.order-why-item__icon {
    width: 26px;
    height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin-right: 16px;
}

.order-why-item__title {
    font-size: 18px;
    line-height: 24px;
    color: #3c3c3c;
    margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
    .order-why-item__title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }
}

.order-why-item__text {
    font-size: 12px;
    line-height: 16px;
    color: #9e9e9e;
}

@media screen and (max-width: 767px) {
    .order-why-item__text {
        font-size: 10px;
    }
}
/* End */
/* /local/components/rwto/order/templates/.default/css/style.css?17503654355301 */
