.zl-header__phone {
    white-space: nowrap;
}

@media (min-width: 1440px) and (max-width: 1600px) {
    .zl-header__inner {
        -ms-grid-columns: 1fr 220px 1fr;
        grid-template-columns: 1fr 220px 1fr;
    }
}

@media (min-width: 1820px) {
    .zl-header__right-button--no-icon.zl-border-button {
        min-width: 120px;
    }
}

.widget_cookie.widget_cookie__style1 {
    border-radius: 0;
    border: 1px solid rgba(250,220,221,.7);
    box-shadow: 0 0 20px rgba(37,59,71,.05);
}

.widget_cookie.widget_cookie__style1 .widget_cookie__text {
    font-weight: 400;
    /*font-size: 14px;*/
    /*line-height: 22px;*/
    color: #333;
    text-align: center;
}

.widget_cookie.widget_cookie__style1 .widget_cookie__text a {
    text-decoration: underline;
}

.widget_cookie.widget_cookie__style1 .widget_cookie__text a:hover {
    text-decoration: none;
}

.widget_cookie.widget_cookie__style1 .widget_cookie__btn-close-cookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    min-height: 60px;
    padding: 4px 19px;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    border: 1px solid rgba(250, 220, 221, 0.7);
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.widget_cookie.widget_cookie__style1 .widget_cookie__btn-close-cookie:hover {
    background: #FBE4E5;
}

@media (min-width: 1440px) {
    .widget_cookie.widget_cookie__style1 .widget_cookie__btn-close-cookie {
        min-height: 50px;
    }
}

.zl-section--disabled + .zl-section--disabled {
    padding-bottom: 0;
}

.zl-hero.zl-hero--disabled {
    height: 0;
    min-height: 0;
}

.zl-social__icon--max {
    padding: 2px;
    overflow: visible;
}

.zl-header--sticky {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.zl-header--sticky.zl-header--main {
    background-color: rgba(0,0,0,.7);
}

body.isHeaderCatalogOpen .zl-header.zl-header--sticky {
    position: fixed;
}

.zl-hero__slider {
    width: 100%;
}

.index-categories.swiper {
    overflow: visible;
}

.zl-menu__contacts-phones,
.zl-footer__contacts-top-phones {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.one-click-buy-btn.one-click-buy-btn--mobile {
    margin: 25px 0 -50px;
}

.one-click-buy-btn.one-click-buy-btn--desktop {
    display: none;
}

.zl-popup__heading {
    margin-bottom: 25px;
}

.zl-header--main {
    background-color: #f8c7c3;
}

@media (max-width: 575px) {
    .zl-store-card__title {
        font-size: 12px;
    }
}

@media (min-width: 1280px) {
    .one-click-buy-btn.one-click-buy-btn--mobile {
        display: none;
    }

    .one-click-buy-btn.one-click-buy-btn--desktop {
        display: flex;
        margin: 25px 0 0;
    }
}