@media not print {
  #headerfixed {
    opacity: 1;
    transition: top 300ms linear;
    background: #fff;
    background-color: var(--card_bg_black);
    display: none;
    position: fixed;
    top: -100px;
    z-index: 996;
    right: 0;
    left: 0;
}
  #headerfixed > .maxwidth-theme {
    background-color: transparent;
  }
  #headerfixed.with-product:not(.fixed) {
    top: -100%;
  }
  #headerfixed.fixed {
    opacity: 1;
    display: block;
  }
  #headerfixed.fixed:not(.tabs-fixed) {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
  }
}
.header-custom-fixed__cart .wrap_icon .basket-link .js-basket-block .svg {
    display: none;
}
.header-custom-fixed__cart .wrap_icon .basket-link .js-basket-block svg {
    stroke: #4F5665;
    fill: none;
}
.header-custom-fixed__cart .wrap_icon .basket-link:hover .js-basket-block svg {
    stroke: #C10230;
    fill: none;
}
.header-custom-fixed__cart .wrap_icon .basket-link .count.js-count {
    display: none;
}
.header-custom-fixed__cart .wrap_icon .basket-link.basket-count .count.js-count {
    display: block;
}
.header-custom-fixed__cart .wrap_icon .basket-link.delay.counter-state--empty .count.js-count {
    display: none;
}
.header-custom-fixed__cart .basket-link.delay .count.js-count {
    display: block;
}
@media (min-width: 992px) {
    .header-custom-fixed .maxwidth-theme {
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 25px;
        padding-bottom: 19px;
        padding-top: 19px;
    }
    .header-custom-fixed.container-redesign.active {
        max-width: 1336px;
    }
    .header-custom-fixed .maxwidth-theme:after,
    .header-custom-fixed .maxwidth-theme:before
    {
        display: none;
    }
    .header-custom-fixed.container-redesign.active .maxwidth-theme {
        padding: 19px 20px;
    }
    .header-custom-fixed__logo {
        display: flex;
        align-items: flex-start;
    }
    .header-custom-fixed__logo .logo {
        display: flex;
        column-gap: 15px;
    }
    .header-custom-fixed__logo .logo a {
        width: 100px;
    }
    .header-custom-fixed__logo .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .header-custom-fixed__logo-text {
        display: none;
    }
    .header-custom-fixed__phone,
    .header-custom-fixed__email .email {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        column-gap: 7px;
    }
    .header-custom-fixed__phone a,
    .header-custom-fixed__menu-catalog-name,
    .header-custom-fixed__email .email a {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 13px;
        line-height: 24px;
        color: #4F5665;
        cursor: pointer;
    }
    .header-custom-fixed__email svg,
    .header-custom-fixed__phone svg,
    .header-custom-fixed__menu-catalog-name svg
    {
        stroke: #4F5665;
    }
    .header-custom-fixed__menu-catalog-name {
        display: flex;
        column-gap: 5px;
        align-items: center;
    }
    .header-custom-fixed__menu-catalog {
        display: flex;
    }
    .header-custom-fixed__search {
        display: flex;
        flex-grow: 1;
        padding-right: 0;
    }
    .logo_and_menu-row .header-custom-fixed__search .search .btn-search {
        padding-right: 3px;
    }
    .header-custom-fixed__cart {
        display: flex;
    }
    .header-custom-fixed__cart .basket-link {
        padding: 0;
    }
    .header-custom-fixed__cart .basket-link .js-basket-block {
        display: flex;
        position: relative;
        margin: 0;
        padding: 0;
    }
    .header-custom-fixed__cart .basket-link .js-basket-block .count {
        position: absolute;
        left: 0;
        top: 0;
    }
    .top-block.top-block-v1 {
        border: none;
    } 
    .header-custom-fixed.active:before {
        background-color: rgba(0, 0, 0, 0.6);
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 0;
        transform: translate3d(0, 0, 0);
        transition: all var(--transition-duration) ease-in var(--transition-delay);
        z-index: 0;
    }
    .header-custom-fixed__phone.active {
        display: none;
    }
    .header-custom-fixed__search.active {
        flex-grow: 1;
    }
    .header-custom-fixed__logo-text {
        display: none;
    }
    .header-custom-fixed__cart .basket-link .js-basket-block .svg {
        display: none;
    }
    .header-custom-fixed__cart .basket-link .js-basket-block svg {
        stroke: #4F5665;
    }
    .header-custom-fixed__cart .basket-link:hover .js-basket-block svg {
        stroke: #C10230;
    }
}

@media (min-width: 1240px) {
    .header-custom-fixed.top-block > .maxwidth-theme {
        gap: 15px 0;
        justify-content: flex-start;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .header-custom-fixed__logo-text {
        font-family: Open Sans;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        color: #4F5665;
        display: block;
    }
    .header-custom-fixed__logo .logo {
        align-items: center;
        column-gap: 24px;
    }
    .header-custom-fixed__phone a,
    .header-custom-fixed__email a,
    .header-custom-fixed__menu-catalog-name {
        font-size: 14px;
    }
    .header-custom-fixed__logo .logo a {
        width: 264px;
    }
    .header-custom-fixed__menu-catalog {
        margin-left: 36px;
    }
    .header-custom-fixed__search {
        margin-left: 33px;
        flex-grow: 0;
    }
    .header-custom-fixed__search .search-wrapper-redesign-fixed {
        width: 87%;
    }
    .header-custom-fixed__email {
        margin-left: 25px;
    }
    .header-custom-fixed__email .email {
        letter-spacing: normal;
    }
    .header-custom-fixed__cart {
        margin-left: auto;
        margin-right: -11px;
        width: fit-content;
        column-gap: 6px;
        padding-top: 11px;
    }
    .header-custom-fixed .logo_and_menu-row .basket-link {
        padding-right: 0;
        padding-left: 0;
    }
}
