.checkout-page {
    padding: 56px 0 132px 0;
}

.checkout-page_title {
    margin-bottom: 48px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--secondary-e-7-e-7-e-7, #E7E7E7);
}
.form-group_title {
    margin-top: 44px;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.form-group_title span {
    display: inline-block;
    margin-left: -36px;
    margin-right: 10px;
    color: var(--secondary-919191, #919191);
}
.form-group_title.mt-0 {
    margin-top: 0;
}

.contacts-page_grid {

}

.checkout-page_left {
    display: flex;
    flex-direction: column;
}

.checkout-cart {

}
.checkout-cart_content {

}
.checkout-cart_products {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
    gap: 20px;
}
.popup-cart_product-total,
.popup-cart_product-special {
    display: flex;
    gap: 6px;
}
.popup-cart_product-total .body-4,
.popup-cart_product-special .body-4 {
    color: var(--secondary-919191, #919191);
}

.checkout-page_totals {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid var(--secondary-bdbdbd, #BDBDBD);
    gap: 18px;
}
.checkout-totals_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 425px;
}
.checkout-totals_item .body-4 {
    color: var(--secondary-919191, #919191);
}
.checkout-totals_item-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 425px;
    padding-top: 20px;
    border-top: 1px solid var(--secondary-bdbdbd, #BDBDBD);
}

.checkout-page_right {
    padding: 0 0 0 128px;
}

.shipping_fields {
    margin-top: 26px;
}

.checkout-page_btns {
    display: flex;
    flex-direction: column;
    margin-top: 38px;
    gap: 16px;
}
.checkout-page_btns .btn {
    white-space: normal;
    flex-wrap: wrap;
}
.checkout-cart_info {
    color: var(--secondary-343434, #343434);
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}
.checkout-cart_info a {
    text-decoration: underline !important;
}

.checkout-page .country-btns {
    margin-bottom: 16px;
}

#open_order_steps {
    width: 100%;
    max-width: 425px;
    margin-left: auto;
    white-space: nowrap;
}

/* Login */
.checkout-page_login {
    width: 100%;
    max-width: 440px;
}

.checkout-page_login-title {
    margin-bottom: 32px;
}
.checkout-page_login-form .btn {
    margin-top: 12px;
}

.checkout-login_social {

}
.checkout-login-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 40px 0 34px;
    text-align: center;
}
.checkout-login-title span {
    position: relative;
    padding: 0 28px;
    background: #ffffff;
    z-index: 1;
}
.checkout-login-title:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--secondary-e-7-e-7-e-7, #E7E7E7);
}
.checkout-login_social-btns {
    display: flex;
    gap: 10px;
}
.checkout-login_social-btns .btn-social {
    display: flex;
    width: 100%;
    max-height: 48px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 6px;
    border: 1px solid var(--secondary-e-7-e-7-e-7, #E7E7E7) !important;
    background: var(--main-ffffff, #FFF);
    text-transform: none;
    gap: 9px;
}
.checkout-login_social-btns .btn-social span {
    white-space: nowrap;
}

.checkout-login_promo {
    padding-top: 64px;
}
.checkout-login_promo-title {
    margin-bottom: 16px;
}
.checkout-login_promo-subtitle {
    margin-bottom: 20px;
}

.checkout-login_promo-item {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    gap: 16px;
}

.checkout-login_promo-btn {
    margin-top: 32px;
}

/* Select2 */
.checkout-page .select2-container {
    width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 12px 16px !important;
}
.select2-search--dropdown .select2-results__option {
    padding: 12px 14px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e868a0 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    outline: none !important;
}

.checkout-page .select2-selection.select2-selection--single {
    display: flex;
    width: 100%;
    padding: 13px 16px;
    height: 45px;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid var(--secondary-e-7-e-7-e-7);
    background: var(--color-white);
    color: var(--main-0-c-0-c-0-c);
}
.checkout-page .has-error + .select2 .select2-selection.select2-selection--single {
    border: 1px solid var(--system-e-10707);
}
.checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 30px;
}
.checkout-page .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 30px;
    color: var(--main-0-c-0-c-0-c);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    outline: none !important;
}

/* Coupons */
.coupon-show_btn {
    display: none;
}
.coupon-show_btn.show {
    display: flex;
}
.coupon-block {
    display: none;
    align-items: flex-start;
    width: 100%;
    max-width: 425px;
    padding-top: 6px;
    gap: 10px;
}
.coupon-block.show {
    display: flex;
}
.coupon-block .input-group {
    width: 100%;
}
.coupon-block input,
.coupon-block .btn {
    height: 46px !important;
    max-height: 46px !important;
}
.coupon-btn {
    padding-top: 20px;
}

@media (max-width: 1200px) {
    .checkout-page_right {
        padding: 0 0 0 80px;
    }
    .checkout-login_social-btns {
        flex-wrap: wrap;
    }
    #open_order_steps span {
        display: none;
    }
}
@media (max-width: 992px) {
    .checkout-page {
        padding: 12px 0 120px 0;
    }

    .checkout-page_title {
        max-width: 575px;
        margin: 0 auto 24px auto;
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
    }

    .checkout-page_left {
        display: flex;
        align-items: center;
        justify-content: center;
        grid-column: span 12;
    }
    .checkout-page_left .checkout-cart,
    .checkout-page_left .checkout-page_totals,
    .checkout-page_left .btn {
        max-width: 575px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .checkout-totals_item,
    .checkout-totals_item-total {
        max-width: 100%;
    }
    .checkout-totals_item .caption-1,
    .checkout-totals_item-total .caption-1 {
        font-size: 14px;
        font-weight: 600;
        line-height: 12px; /* 85.714% */
    }

    .popup-cart_product-special .body-4,
    .popup-cart_product-total .body-4 {
        display: none;
    }
    .popup-cart_product-special .caption-1,
    .popup-cart_product-total .caption-1 {
        margin-top: auto;
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
    }
    .checkout-page_totals {
        padding: 20px 0;
        gap: 17px;
    }

    .checkout-page_right {
        display: flex;
        align-items: center;
        justify-content: center;
        grid-column: span 12;
        padding: 40px 0 0 0;
    }
    .checkout-page_login,
    .order_steps_data {
        max-width: 575px;
    }
    .checkout-page_login-title {
        margin-bottom: 32px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--secondary-e-7-e-7-e-7, #E7E7E7);
    }
    .checkout-login_social-btns {
        flex-wrap: wrap;
    }

    .form-group_title {
        margin-top: 40px;
        margin-bottom: 24px;
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
    }
    .form-group_title span {
        margin-left: 0;
    }
}