.header {
    background: #fff;
    font-family: "Golos Text VF";
}

.header .header_top {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.header .header_top-cityselector {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
}

.header .header_top-info {
    display: flex;
    gap: 12px;
}

.header .header_top-info a {
    font-size: 16px;
    color: #F17F1B;
}

.header .header_body--logo {
    display: flex;
    gap: 16px;
    align-items: center;
}

.header .header_body {
    display: flex;
    gap: 32px;
    padding-bottom: 24px;
    justify-content: space-between;
}

.header .header_body--center {
    display: flex;
    gap: 10px;
}

.services_btn {
    color: #F17F1B;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 24px;
    border-radius: 10px;
    background: #FFF2E6;
    height: min-content;
    line-height: 24px;
}

.services_btn:hover {
    background: #FFECDA;
    color: #F17F1B;
}

.header .header_body--logo-text {
    color: #585F6A;
    white-space: nowrap;
}

.popup-windows {
    display: block;
    position: absolute;
    top: 120%;
    z-index: 2;
    right: 0;
}

.popup-windows .close {
    display: none;
}

.header_body-buttom {
    gap: 4px;
    display: flex;
    align-items: center;
    position: relative;
}

.header_body-buttom .btn {
    display: flex;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 13px;
}

.header_body-buttom .btn.act {
    position: relative;
}

.header_body-buttom .btn.act span {
    position: absolute;
    top: 4px;
    right: 6px;
    color: #F17F1B;
}

.header_body-buttom .btn.act path {
    stroke: #F17F1B;
}

.favourites-btn.active path {
    stroke: #F17F1B;
}

.header_body-buttom .btn .icon_logo {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    color: #9299A5;
}

.header_body-buttom .btn:hover {
    background: #F5F5F5;
}

.header_body-buttom .btn.act:hover {
    background: #FFF2E6;
}

.authorized_conteiner,
.favorites-popup,
.cart-popup {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #E6E8EC;
    background: #FFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    width: 400px;
}

.authorized_conteiner-block,
.favorites-popup--conteiner,
.cart-popup__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.cart-popup__content hr{
    width: 590px;
    margin: 0;
    border-bottom: 1px solid #E6E8EC;
}

.cart-popup__content svg.mobile, .cart-popup__cart-linkMobile{
    display: none;
}

.authorized_conteiner-text,
.favorites-popup__text,
.cart-popup__description {
    text-align: center;
    font-size: 18px;
    color: #5A616C;
}

.authorized_conteiner-text span,
.favorites-popup__title,
.cart-popup__title {
    display: block;
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 500;
    color: #111827;
    width: 100%;
}

.favorites-popup__title,
.cart-popup__title {
    margin-bottom: -11px;
    text-align: center;
}

.authorized_conteiner .btn_autoriz {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}

.authorized_conteiner .btn_autoriz a,
.cart-popup__cart-link {
    padding: 12px 24px;
    border-radius: 8px;
    background: #F17F1B;
    color: #FFF;
    text-decoration: none;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.authorized_conteiner .btn_autoriz a {
    font-size: 16px;
}

.authorized_conteiner .btn_autoriz a:hover,
.cart-popup__cart-link:hover{
    color: #FFF;
    background: #D36100;
}

.cart-popup__cart-linkMobile, .favorites-popup__close{
    border-radius: 8px;
    background: #FFF2E6;
    font-size: 16px;
    color: #F17F1B;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 10px 24px;
}

.cart-popup__cart-linkMobile:hover, .favorites-popup__close:hover{
    background:#FFECDA;
}

.favorites-popup__close{
    display:none;
}

.authorized_conteiner .btn_autoriz a.login {
    background: #FFF2E6;
    color: #F17F1B;
}

.authorized_conteiner .btn_autoriz a.login:hover {
    background: #FFECDA;
}

.authorized_conteiner .social_btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
}

.authorized_conteiner .social_btn a {
    border-radius: 6px;
    background: #F0F2F5;
    display: flex;
    padding: 9px 16px 9px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    font-size: 15px;
    color: #111827;
}

.authorized_conteiner .social_btn a:hover {
    background: #E5E8ED;
}

.authorized_conteiner .separator {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #9299A5;
}

.authorized_conteiner .separator hr {
    width: 100%;
    background: #D0D4DA;
}

.authorized_conteiner-info {
    display: flex;
    gap: 14px;
    border-radius: 16px;
    background: #F5F5F5;
    width: 100%;
    padding: 16px 22px 16px 16px;
    position: relative;
    margin-bottom: 24px;
}

.authorized_conteiner-info:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.3335 15L13.3335 10L8.3335 5' stroke='%235A616C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}

.authorized_conteiner-info:hover {
    background: #ECEEF4;
}

.authorized_conteiner-info .img {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    border-radius: 10px;
    background: #F17F1B;
    color: #fff;
}

.authorized_conteiner-info--block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 22px;
}

.authorized_conteiner-info--block .title {
    color: #111827;
    font-size: 18px;
    font-weight: 500;
}

.authorized_conteiner-info--block .phone {
    font-size: 15px;
    color: #5A616C;
    font-weight: 400;
}

.authorized_conteiner-menu {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.authorized_conteiner-menu a {
    padding: 12px 16px;
    border-radius: 8px;
    background: #FFF;
    display: flex;
    gap: 14px;
    color: #111827;
    font-size: 16px;
}

.authorized_conteiner-menu a:hover {
    background: #F5F5F5;
}

.cart-popup__header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.cart-popup__header .cart-popup__title {
    font-weight: 400;
    width: auto;
    margin: 0;
}

.cart-popup__clear-btn {
    color: #111827;
    font-size: 16px;
}

.cart-popup {
    width: 590px;
}

.cart-popup.small {
    width: 400px;
}

.cart-item {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.cart-item .cart-item__image {
    width: 64px;
    height: 72px;
    border-radius: 8px;
    object-fit: contain;
}

.cart-item .cart-item__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-item .cart-item__info .cart-item__meta {
    display: flex;
    color: #9299A5;
    font-size: 16px;
    gap: 12px;
}

.cart-item .cart-item__info .cart-item__title {
    font-size: 16px;
    color: #111827;
}

.cart-item .cart-item__info .cart-item__title:hover{
    color: #F17F1B;
}

.cart-item .cart-item__actions {
    display: flex;
    gap: 8px;
}

.cart-item .cart-item__actions .cart-item__price {
    font-size: 18px;
    color: #111827;
    font-weight: 500;
    white-space: nowrap;
}

.cart-item .cart-item__actions .cart-item__favorite-btn.active path{
    stroke: #F17F1B;
}

.cart-popup__items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: 360px;
    overflow: auto;
}

.cart-popup__items::-webkit-scrollbar {
    width: 4px;
}

.cart-popup__items::-webkit-scrollbar-track {
    background: transparent;
    margin-top: 4px;
    margin-bottom: 4px;
}

.cart-popup__items::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #D2D6DC;
}

..cart-popup__items::-webkit-scrollbar-thumb:hover {
    background: #b8bdc7;
}

.cart-popup__footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.cart-popup__footer .cart-popup__summary {
    display: flex;
    justify-content: space-between;
    color: #111827;
}

.cart-popup__footer .cart-popup__summary .cart-popup__total-label {
    font-size: 20px;
}

.cart-popup__footer .cart-popup__summary .cart-popup__total-price {
    font-size: 24px;
    font-weight: 500;
}

.cart-popup__footer .cart-popup__bonus-info {
    border-radius: 10px;
    background: #FFF2E6;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    color: #111827;
}

.cart-popup__footer .cart-popup__buttons {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.cart-popup__footer .cart-popup__buttons .cart-popup__checkout-btn {
    border-radius: 10px;
    background: #F0F2F5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    font-size: 18px;
    color: #111827;
    text-align: center;
}

.cart-popup__footer .cart-popup__buttons .cart-popup__checkout-btn:hover {
    background: #E5E8ED;
}

.cart-popup__footer .cart-popup__buttons .cart-popup__cart-link, .cart-popup__footer .cart-popup__buttons .cart-popup__cart-linkMobile {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.scrolled {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
}

header.scrolled .header {
    padding-top: 20px;
    box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.05), 0 0 6px -2px rgba(0, 0, 0, 0.03);
}

header.scrolled .header_body {
    padding-bottom: 20px;
}

.mobile_header, header.scrolled .header_top, header.scrolled .services_btn {
    display: none;
}

@media (max-width: 1500px) {
    .header .header_body {
        gap: 10px;
    }

    .header_body--logo-text {
        display: none;
    }

    .header .header_top-cityselector,
    .header .header_top-info {
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 1200px) {
    .header_body-buttom {
        gap: 0;
    }

    .header_body-buttom .btn {
        width: 44px;
        height: 44px;
        padding: 0;
    }
}

@media (max-width: 992px) {
    .header .header_top-cityselector {
        width: 48%;
        order: 1;
        flex-direction: row;
        gap: 12px;
    }

    .header .header_top-info {
        order: 2;
        gap: 12px;
        flex-direction: row;
        justify-content: flex-end;
    }

    .header .header_top-menu {
        width: 100%;
        order: 3;
    }

    .header .header_top {
        flex-wrap: wrap;
        gap: 10px;
    }

    .services_btn {
        font-size: 12px;
        padding: 15px;
        height: min-content;
    }
}

@media (max-width: 768px) {
    ._orientationRight__Tm1_z .button__oqhOA{
        margin-bottom: 100px !important;
    }
    .header.pc .header_body, .header.pc .header_top .header_top-menu, .header.pc .header_top .header_top-info, .header.pc .header_top .city-wrap .city-name, .header.pc .header_top .header-address-main, .mobile-menu--block, .cart-popup__content svg.pc, .cart-popup__cart-link {
        display: none;
    }
    .header.pc .header_top, header.scrolled .header.pc{
        padding: 0;
    }
    .header.pc .header_top-cityselector{
        width: 100%;
    }
    .header.pc .question-city{
        position: fixed;
        bottom: 63px;
        left: 0;
        right: 0;
        z-index: 2;
        top: auto;
        border-bottom-left-radius: 0;
        border-bottom-right-radius:0;
    }
    .header.pc .question-city-btn .btn-no{
        font-size: 16px;
        line-height: 22px;
        padding: 12px 24px;
    }
    .header.pc .question-city .question-city-label{
        font-size:16px;
    }


    .cart-popup__content svg.mobile, .cart-popup__cart-linkMobile, .favorites-popup__close{
        display: block;
    }

    .mobile_header {
        display: block;
        font-family: "Golos Text VF";
    }

    .mobile_header .bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #FFFFFF;
        z-index: 3;
    }

    .header_body-buttom {
        justify-content: space-between;
        gap: 24px;
        padding: 8px 20px;
        border-top: 1px solid #E6E8EC;
    }

    .mobile_header .top {
        background: #fff;
        padding: 12px 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .header_body--top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header_body--bottom {
        display: flex;
        gap: 6px;
        overflow-x: scroll;
        margin-right: -15px;
    }

    .header_body--bottom::-webkit-scrollbar {
        display: none;
    }

    .header_body--bottom a {
        padding: 5px 12px;
        border-radius: 6px;
        background: #F0F2F5;
        white-space: nowrap;
        color: #111827;
    }

    .header_body--right {
        display: flex;
        gap: 6px;
        align-items: center;
    }

    .header_body--right a {
        border-radius: 8px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header_body--right--menu {
        background: #FFF2E6;
    }

    .header_body-buttom .btn {
        width: 48px;
        height: 48px;
    }

    .header_body-buttom .btn.catalog {
        background: #F17F1B;
    }

    .header_body-buttom .btn.catalog:hover {
        background: #D36100;
    }

    .header_body-buttom .btn.catalog a {
        height: 26px;
    }

    .header_body-buttom .btn.search:hover {
        background: #FFF2E6;
    }

    .header_body-buttom .btn.search:hover > svg > path {
        stroke: #F17F1B;
    }

    .mobile-menu--block {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        z-index: 1000;
    }

    .mobile-menu--block.active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu--block .menu-conteiner {
        top: 0;
        bottom: 0;
        left: 0;
        width:303px;
        padding: 12px;
        background: #fff;
        z-index: 2;
        position: absolute;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        overflow: auto;
    }

    .mobile-menu--block .background-dark {
        position: absolute;
        opacity: 0.5;
        background: #111827;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .background-dark-mobile {
        display: none;
        position: absolute;
        opacity: 0.5;
        background: #111827;
        z-index: 2;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .mobile-menu--block .close {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 303px;
        padding: 12px;
        opacity: 1;
    }

    .mobile-menu--block .close:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 18L18 6M6 6L18 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 24px;
        height: 24px;
        display: block;
    }

    .mobile-menu--block .authorized_conteiner {
        padding: 0;
        border: 0;
        border-radius: 0;
        width: auto;
        background: none;
        box-shadow: none;
    }

    .mobile-menu--block.active .menu-conteiner {
        transform: translateX(0);
    }

    .authorized_conteiner-text {
        font-size: 16px;
    }

    .authorized_conteiner-text span {
        font-size: 20px;
    }

    .authorized_conteiner .btn_autoriz a, .cart-popup__cart-link, .cart-popup__cart-linkMobile{
        padding: 11px 24px;
    }
    .authorized_conteiner .separator{
        font-size: 16px;
    }
    .authorized_conteiner .social_btn a{
        padding: 5px 14px;
        line-height: 20px;
    }

    /* Блокировка скролла */
    body.no-scroll {
        overflow: hidden;
    }

    .mobile-menu--block .mobile-cityselector {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 0 12px;
    }

    .mobile-menu--block .mobile-cityselector .header-address-main, .mobile-menu--block .mobile-cityselector .city-name {
        font-size: 15px;
    }

    .mobile-menu--block .mobile-info {
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding: 24px 12px 0 12px;
    }

    .mobile-menu--block .mobile-info a {
        font-size: 24px;
        color: #5A616C;
        font-weight: 500;
    }

    .popup-windows {
        top: auto;
        bottom: 100%;
        left: 0;
    }

    .authorized_conteiner, .favorites-popup, .cart-popup, .cart-popup.small {
        width: 100%;
        box-shadow: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .popup-windows .close {
        position: absolute;
        right: 10px;
        top: 10px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 15L15 5M5 5L15 15' stroke='%239299A5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 20px;
        height: 20px;
        padding: 10px;
        display: block;
    }
}