.popup {
    position: fixed;
    overflow-y: auto;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    padding: 2.5em 2.5vw;
    box-sizing: border-box;
    top: 0;
    left: 0;
    background-color: #FAFAFC;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition-property: opacity, visibility;
}
.popup.opened {
    visibility: visible;
    opacity: 1;
}
.popup .popup_close {
    position: absolute;
    top: 2.5em;
    right: 2.5vw;
    font-size: inherit;
    width: 1.25em;
    height: 1.25em;
    border: none;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/assets/tpl/img/icons/close-menu-icon.svg);
    cursor: pointer;
    padding: 0;
}
.popup .popup_content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}
@media(max-width: 1199px) {
    .popup .popup_close {
        top: 1em;
    }
}
    /**/
.order_form_wrap {
    display: flex;
}
.order_form_wrap .order_form {
    width: 28.75em;
    background-color: #FFFFFF;
    padding: 2em 2.5em;
    box-sizing: border-box;
    max-width: 100%;
}
.order_form_wrap .order_form .row1 {
    font-size: 1.5em;
    font-weight: 700;
    margin: 0 0 0.5em;
}
.order_form_wrap .order_form .row2 {
    color: #495773;
    margin: 0 0 1.5em;
}
.order_form_wrap .order_form .row3 {
    margin: 0 0 1.25em;
}
.order_form_wrap .order_form .row3 .field_wrap {
    margin: 0 0 1.25em;
}
.order_form_wrap .order_form .row3 .field_wrap:last-child {
    margin: 0;
}
.order_form_wrap .order_form .row3 .field_wrap .field_label {
    color: #495773;
    font-size: 0.875em;
}
.order_form_wrap .order_form .row3 .field_wrap .field_input {
    margin: 0.625em 0 0;
}
.order_form_wrap .order_form .row3 .check_items_wrap {
    margin: -0.25em;
}
.order_form_wrap .order_form .row3 .check_item_wrap {
    margin: 0.25em;
    flex-grow: 1;
}
.order_form_wrap .order_form .row3 .check_item_wrap .check_item {
    border-radius: 0.25em;
    height: 3.5em;
}
.order_form_wrap .order_form .row3 .check_item_wrap .check:checked + .check_item {
    background-color: transparent;
    color: inherit;
    position: relative;
}
.order_form_wrap .order_form .row3 .check_item_wrap .check:checked + .check_item:before {
    content: '';
    display: block;
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    top: 0.25em;
    right: 0.25em;
    background-image: url(/assets/tpl/img/icons/check-e14817.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.order_form_wrap .order_form .row3 .check_item_wrap .check_item .check_item_label {
    font-size: 0.875em;
}
.order_form_wrap .order_form .row3 .check_item_wrap .check_item .icon {
    max-width: 1em;
    max-height: 1em;
    margin: 0 0.25em 0 0;
}
.order_form_wrap .order_form .row4 .butt {
    width: 100%;
    height: 3.125em;
}
.order_form_wrap .order_form .row4 .butt .butt_label {
    font-size: 1em;
    font-weight: 700;
}
.order_form_wrap .order_form_calc {
    width: 18.75em;
    margin: 0 0 0 1.25em;
    max-width: 100%;
}
.order_form_wrap .order_form_calc .row1 {
    font-size: 1.5em;
    margin: 0 0 0.8em;
    font-weight: bold;
}
.order_form_wrap .order_form_calc .row2 table {
    border-collapse: collapse;
    width: 100%;
}
.order_form_wrap .order_form_calc .row2 table td {
    border: none;
    vertical-align: top;
    padding: 1em 0;
}
.order_form_wrap .order_form_calc .row2 table tfoot {
    border-top: 1px solid rgba(161, 168, 183, 0.3);
}
.order_form_wrap .order_form_calc .row2 .line1 {
    font-size: 1.125em;
    margin: 0 0 0.75em;
}
.order_form_wrap .order_form_calc .row2 .line2 {
    color: #495773;
}
.order_form_wrap .order_form_calc .row2 .line3 {
    font-size: 1.125em;
}
.order_form_wrap .order_form_calc .row2 .line4 {
    font-size: 1.125em;
    font-weight: 700;
    margin: 0 0 0.75em;
}
.order_form_wrap .order_form_calc .row2 .line5 {
    color: #495773;
    font-size: 0.875em;
}
.order_form_wrap .order_form_calc .row2 .line6 {
    font-size: 1.125em;
    font-weight: 700;
}
@media(max-width: 1199px) {
    .order_form_wrap {
        flex-direction: column;
        max-width: 100%;
    }
    .order_form_wrap .order_form {
        padding: 1.5em 2.5vw;
    }
    .order_form_wrap .order_form_calc {
        margin: 1.5em 0 0;
        width: 28.75em;
    }
}
/*offer_popup*/
.offer_form {
    width: 28.75em;
    background-color: #FFFFFF;
    padding: 2em 2.5em;
    box-sizing: border-box;
    max-width: 100%;
}
.offer_form .row1 {
    font-size: 1.5em;
    font-weight: 700;
    margin: 0 0 0.5em;
    text-align: center;
}
.offer_form .row2 {
    color: #495773;
    margin: 0 0 1.5em;
    text-align: center;
}
.offer_form .row3 {
    margin: 0 0 1.25em;
}
.offer_form .row3 .field_wrap {
    margin: 0 0 1.25em;
}
.offer_form .row3 .field_wrap:last-child {
    margin: 0;
}
.offer_form .row3 .field_wrap .field_label {
    color: #495773;
    font-size: 0.875em;
}
.offer_form .row3 .field_wrap .field_input {
    margin: 0.625em 0 0;
}
.offer_form .row3 .check_items_wrap {
    margin: -0.25em;
}
.offer_form .row3 .check_item_wrap {
    margin: 0.25em;
    flex-grow: 1;
}
.offer_form .row3 .check_item_wrap .check_item {
    border-radius: 0.25em;
    height: 3.5em;
}
.offer_form .row3 .check_item_wrap .check:checked + .check_item {
    background-color: transparent;
    color: inherit;
    position: relative;
}
.offer_form .row3 .check_item_wrap .check:checked + .check_item:before {
    content: '';
    display: block;
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    top: 0.25em;
    right: 0.25em;
    background-image: url(/assets/tpl/img/icons/check-e14817.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.offer_form .row3 .check_item_wrap .check_item .check_item_label {
    font-size: 0.875em;
}
.offer_form .row3 .check_item_wrap .check_item .icon {
    max-width: 1em;
    max-height: 1em;
    margin: 0 0.25em 0 0;
}
.offer_form .row4 .butt {
    width: 100%;
    height: 3.125em;
}
.offer_form .row4 .butt .butt_label {
    font-size: 1em;
    font-weight: 700;
}
@media(max-width: 1199px) {
    .offer_form {
        padding: 1.5em 2.5vw;
    }
}