.elementor-11 .elementor-element.elementor-element-a6023c3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-a6023c3{--content-width:1440px;}}/* Start custom CSS */:root {
    --black: #1D1D1D;
    --mobile-gap: 15px;
    --red: #BB2639;
}

/* ==================== DESKTOP HEADER ==================== */
.desktop-header_top {
    padding: 20px 0 20px 0;
}

.desktop-header_top .container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.desktop-header_logo {
    width: 135px;
    display: grid;
    grid-template-columns: 100%;
}

.desktop-header_logo :where(img, svg) {
    width: 100%;
    object-fit: contain;
}

.desktop-header_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.desktop-header_menu-item:hover {
    color: var(--red);
}

.desktop-header_menu-item:last-child {
    display: flex;
    align-items: center;
    gap: 4px;
}

.desktop-header_menu-item:last-child:before {
    width: 6px;
    height: 6px;
    background: var(--red);
    border-radius: 50%;
    flex-shrink: 0;
}

.desktop-header_social-tel {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0 0 0 auto;
}

.desktop-header_social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-header_social :where(img, svg) {
    width: 60%;
    height: auto;
    max-height: 60%;
    object-fit: contain;
}

.desktop-header_social path {
    fill: currentColor;
}

.desktop-header_tel-wrapper {
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
}

.desktop-header_tel-wrapper:hover .desktop-header_tel {
    color: var(--red);
}

.desktop-header_tel {
    font-size: 20px;
}

.desktop-header_bottom .container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.desktop-header_catalog-search {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
}

.desktop-header_catalog-btn {
    background: var(--black);
    color: white;
    padding: 1em 1.25em;
    border-radius: 6px;
    border: none;
}

.desktop-header_catalog-btn:hover {
    background: var(--red);
}

.desktop-header_search {
    display: grid;
    align-items: center;
    grid-template-columns: 100%;
    flex-grow: 1;
    --icon-size: 20px;
}

.desktop-header_search-input {
    grid-area: 1/1;
    background: #F5F5F5;
    padding: 1em calc(1.25em + var(--icon-size)) 1em 1.25em;
    border-radius: 6px;
    border: none;
}

.desktop-header_search-input::placeholder {
    color: #848484;
}

.desktop-header_search-btn {
    grid-area: 1/1;
    justify-self: flex-end;
    margin: 0 1.25em 0 0;
    background: none;
    padding: 0;
    border: none;
}

.desktop-header_search-btn :where(img, svg) {
    width: var(--icon-size);
    height: auto;
    object-fit: contain;
}

.desktop-header_menu-bottom {
    display: flex;
    align-items: center;
    gap: 40px;
}

.desktop-header_menu-bottom-item {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    gap: 8px;
    justify-items: center;
}

.desktop-header_menu-bottom-item:hover {
    color: var(--red);
}

.desktop-header_menu-bottom-item :where(img, svg) {
    height: 25px;
    object-fit: contain;
}

.blog--active {
    color: #BB2639;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .desktop-header_top {
        display: none;
    }
}

/* ==================== MOBILE HEADER ==================== */
.mobile-header {
    display: none;
}

.mobile-header_top {
    padding: 10px 0;
}

.mobile-header_top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-header_top__change-city {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
}

.mobile-header_top__change-city :where(img, svg) {
    width: 10px;
    height: auto;
    object-fit: contain;
}

.mobile-header_logo {
    display: flex;
}

.mobile-header_logo :where(img, svg) {
    width: 67px;
    object-fit: contain;
}

.mobile-header_tel-wrapper {
    display: grid;
    grid-template-columns: 100%;
    gap: 5px;
    text-align: right;
}

.mobile-header_tel-explanation {
    font-size: 12px;
}

.mobile-header_bottom .container {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 var(--mobile-gap) 20px var(--mobile-gap);
}

.mobile-header_catalog-btn {
    background: #fff;
    color: white;
    border: none;
    padding: 1em 1.4em;
    border-radius: 6px;
}

.mobile-header_search {
    flex: 0.7;
    display: grid;
    align-items: center;
    --icon-size: 15px;
}

.mobile-header_search-input {
    grid-area: 1/1;
    background: #F5F5F5;
    padding: 1em calc(1em + var(--icon-size)) 1em 1em;
    border-radius: 6px;
    border: none;
}

.mobile-header_search-input::placeholder {
    color: #848484;
}

.mobile-header_search-btn {
    grid-area: 1/1;
    justify-self: flex-end;
    margin: 0 1em 0 0;
    padding: 0;
    background: none;
    border: none;
}

.mobile-header_search-btn :where(img, svg) {
    width: var(--icon-size);
    height: var(--icon-size);
    object-fit: contain;
}

.mobile-header_burger {
    padding: 0;
    background: none;
    border: none;
}

.mobile-header_burger > * {
    pointer-events: none;
}

/* ==================== MOBILE FLOAT HEADER (нижнее меню) ==================== */
.mobile-header-float {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: white;
    border-top: 1px solid #E5E5E5;
    z-index: 999;
}

.mobile-header-float .container {
    padding: 10px var(--mobile-gap);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-header-float_menu-item {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
    justify-items: center;
    font-size: 11px;
}

.mobile-header-float_menu-item :where(img, svg) {
    height: 20px;
    object-fit: contain;
    z-index: -1;
}

/* ==================== АДАПТИВНОСТЬ ==================== */
@media screen and (max-width: 1024px) {
    .desktop-header {
        display: none;
    }
    
    .mobile-header {
        display: block;
    }
    
    .mobile-header-float {
        display: block;
    }
    
    .page-inner header {
        padding: 0;
    }
}

@media screen and (max-width: 490px) {
    .mobile-header_tel-wrapper {
        display: none;
    }
}

/* ==================== ВСПОМОГАТЕЛЬНЫЕ ЭЛЕМЕНТЫ ==================== */
.top_change-city {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;
    padding: 0;
    background: none;
    border: none;
}

.top_change-city__icon-wrapper {
    width: 20px;
    height: 20px;
    background: #F2F2F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_change-city__icon-wrapper :where(img, svg) {
    width: 40%;
    height: auto;
    object-fit: contain;
}

.cart {
    position: relative;
}

.cart_product-cnt, .wishlist_product-cnt {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--red);
    color: white;
    font-size: 10px;
    padding: 5px;
    border-radius: 10px;
    line-height: 1em;
    min-width: 20px;
    text-align: center;
    transform: translate(50%, -50%);
}

/* ==================== КАТАЛОГ МЕНЮ ==================== */
.catalog-menu {
    position: fixed;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    width: 100%;
    padding: 10px;
    align-items: flex-start;
}

.catalog-menu.active {
    display: grid;
    z-index: 99;
}

.catalog-menu .container {
    background: white;
    border-radius: 40px;
    padding: 30px;
    display: grid;
    grid-template-columns: 310px 1fr;
    align-items: flex-start;
    max-height: 100%;
    width: 100%;
    overflow: auto;
}

/* Адаптация каталога для мобильных */
@media (max-width: 1024px) {
    .catalog-menu {
        padding: 0;
    }
    
    .catalog-menu_submenu {
        display: none;
    }
    
    .catalog-menu .container {
        grid-template-columns: 100%;
        border-radius: 0;
        padding: 0 20px;
    }
    
    .catalog-menu_main {
        border-right: none;
    }
    
    .catalog-menu_main:after {
        display: none;
    }
    
    .catalog-menu_main-item {
        --icon-size: 25px;
    }
    
    .catalog-menu_main-item-dropdown {
        width: calc(100% + 40px);
        margin: 0 0 0 -20px;
    }
    
    .has-childrens .catalog-menu_main-item-title:after {
        content: '';
        width: 8px;
        height: 8px;
        border-right: 2px solid black;
        border-bottom: 2px solid black;
        transform: translate(0, -17%) rotate(45deg);
        margin: 0 0 0 auto;
    }
    
    .catalog-menu_main-item.active .catalog-menu_main-item-title:after {
        transform: translate(0, -17%) rotate(-135deg);
    }
    
    .catalog-menu_main-item.active .catalog-menu_main-item-dropdown {
        display: grid;
    }
}

/* ==================== БУРГЕР МЕНЮ ==================== */
.burger-menu {
    background: rgba(0, 0, 0, .15);
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    transition: .3s;
    display: grid;
    grid-template-columns: 100%;
}

.burger-menu.active {
    left: 0;
    z-index: 999;
}

.burger-menu_content {
    justify-self: flex-end;
    background: white;
    padding: 20px 50px 65px 30px;
    max-width: 325px;
    display: flex;
    flex-direction: column;
}

.burger-menu_title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 35px 0;
}

.burger-menu_title {
    font-size: 20px;
}

.burger-menu_close {
    --width: 9px;
    --weight: 2px;
    background: #F4F4F4;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.burger-menu_menu {
    font-size: 16px;
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
}

.burger-menu-item:last-child {
    display: flex;
    align-items: center;
    gap: 5px;
}

.burger-menu-item:last-child:before {
    content: '';
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    background: var(--red);
    border-radius: 50%;
}

.burger-menu_social {
    width: 40px;
    height: 40px;
    background: #F9F9F9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0 0 0;
}

.burger-menu_tel-wrapper {
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
    margin: 20px 0 0 0;
}

.burger-menu_tel {
    font-size: 20px;
}

/* ==================== КРЕСТИК ДЛЯ ЗАКРЫТИЯ ==================== */
.cross {
    --width: 10px;
    --weight: 1px;
    --color: black;
    --angle: 45deg;
    grid-template-rows: var(--width);
    grid-template-columns: var(--width);
    overflow: hidden;
    border: none;
    background: none;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    padding: 0;
    flex-shrink: 0;
}

.cross:before, .cross:after {
    content: '';
    width: calc(var(--width) * 1.41);
    height: var(--weight);
    background: var(--color);
    transform-origin: center;
    grid-area: 1/1;
}

.cross:before {
    transform: rotate(var(--angle));
}

.cross:after {
    transform: rotate(calc(var(--angle) + 90deg));
}

/* ==================== ПОПАП ==================== */
#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    grid-template-columns: 100%;
    justify-items: center;
    align-items: flex-start;
    padding: 120px 20px 20px 20px;
    background: rgba(0, 0, 0, .5);
}

#popup.active {
    display: grid;
    z-index: 99;
}

.popup_content {
    background: #F7F7F7;
    padding: 40px;
    border-radius: 10px;
    width: 100%;
    max-width: 645px;
    position: relative;
    font-family: 'Decima Nova Pro', sans-serif;
}

.popup_close {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    --width: 10px;
    --weight: 2px;
    --color: #212C33;
}

.popup_title {
    font-size: 28px;
    margin: 0 0 30px 0;
}

/* Адаптация попапа для мобильных */
@media (max-width: 480px) {
    .popup_content {
        padding: 25px;
    }
    
    .popup_close {
        width: 30px;
        height: 30px;
        top: 12px;
        right: 12px;
    }
    
    .popup_title {
        font-size: 24px;
    }
}

/* ==================== КНОПКА НАВЕРХ ==================== */
.arrowUp {
    display: block;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 100;
    width: 70px;
    height: 70px;
    background: linear-gradient(130deg, transparent 50%, #b7223f 50%);
    background-size: 300%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 50px;
    border-radius: 5px;
    transition: all 0.4s linear 0s;
}

.arrowUp svg {
    width: 40px;
    height: 45px;
    fill: #b7223f;
    transition: all 0.4s linear 0s;
}

.arrowUp:hover svg {
    fill: #fff;
}

.arrowUp:hover {
    background-position: 100% 0;
}

@media (max-width: 520px) {
    .arrowUp {
        right: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
    }
    
    .arrowUp svg {
        width: 35px;
        height: 40px;
    }
}/* End custom CSS */