header > section {
    width: 100%;
}

header .icon {
    width:32px;
    height:32px;
    cursor: pointer;
    vertical-align: middle;
}

header section.link {
    border-bottom: 1px solid rgba(0, 1, 14, 0.4);
}

header section.link .list-inline {
    margin-bottom: 0;
    height: 41px;
    line-height: 41px;
    display: flex;
}
header section.link .list-inline li {
    width: 33.33%;
}

header section.link .list-inline a {
    color: #fff;
}

header .header-wrapper {
    width: 100%;
}

header #promoBanner {
    width: 100%;
}

header section.header-main .navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: 40px 0;
}

header section.header-main .navigation .right-column > div {
    margin-right: 30px;
    position: relative;
}

header section.header-main .navigation .search-bar {
    display: none;
    position: absolute;
    margin-right: 0;
    top: 54px;
}

header section.header-main .navigation .search-bar .input-group > input {
    height: 42px;
    z-index: 100;
    background-color: #090a30;
}

header section.header-main .navigation .search-bar.active {
    display: block;
    float: right;
}
@media(min-width: 1600px) {
    header section.header-main .navigation .search-bar.active {
        max-width: 400px;
        right: 400px;
        top: 4px;
    }
    header section.header-main .navigation .header-mobile.logged .search-bar.active {
        right: 300px;
    }
    header section.header-main .navigation .search-bar .input-group > input {
        background-color: transparent;
    }
}
@media(min-width: 768px) {
    header {
        margin-bottom: 20px;
    }
    header::before {
        content: '';
        background: radial-gradient(100% 64.87% at 50.25% 2.37%, rgba(211, 65, 73, 0.30) 0%, rgba(0, 0, 0, 0.00) 60%);
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-size: cover;
        height: 100vh;
        height: 100dvh;
        z-index: -1;
    }
    body[data-view="start"] header::before {
        background: none;
    }
    body[data-version="b"][data-view="start"] {
        position: relative;
    }
    body[data-version="b"][data-view="start"]::before {
        content: '';
        background: radial-gradient(100% 36.87% at 2.25% 13.37%, rgba(211, 65, 73, 0.30) 0%, rgba(0, 0, 0, 0.00) 60%);
        width: 100%;
        position: absolute;
        inset: 0;
        background-size: cover;
        height: 100%;
        z-index: -1;
    }

    body.live header section.header-main .navigation .search-bar .btn-input i svg path {
        fill: #090a30;
    }

    header section.header-main:before {
        content: '';
        height: 1px;
        background: rgba(255, 255, 255, 0.1);
        display: block;
    }
}
header section.header-main .navigation .right-column > div:hover .tooltip {
    display: inline-block;
}

header section.header-main .navigation .right-column > .basket-icon {
    margin-right: 0;
}

header section.header-main .navigation .right-column .tooltip {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    opacity: 1;
    color: #000;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    text-align: center;
    padding: 0 12px;
    z-index: 1;
    height: 32px;
    line-height: 30px;
    width: max-content;
    font-weight: 600;
    font-size: 14px;
    bottom: -40px;
    border-radius: 50px;
}

header section.header-main .navigation .right-column .tooltip::after {
    content: '';
    position: absolute;
    top: -10px;
    left: calc(50% - 6px);
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    transform: rotate(180deg);
}

header section.header-main .navigation .right-column .user-icon {
    position: relative;
}

header section.header-main .navigation .right-column .user-icon .dropdown-toggle {
    background: transparent;
    border: none;
    padding: 0;
}

header section.header-main .navigation .right-column .user-icon .dropdown-toggle:focus-visible{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

header section.header-main .navigation .right-column .user-icon .dropdown-menu {
    left: auto;
    right: 0;
    top: 50px;
    border-radius: 8px;
    margin: 0;
    min-width: 220px;
}
header section.header-main .navigation .right-column .user-icon .dropdown-menu li a {
    display: flex;
    align-items: center;
}

header section.header-main .navigation .right-column .search-icon form {
    display: none;
}

header section.header-main .navigation .right-column .search-icon.active form {
    display: block;
}

header section.header-main .navigation .right-column .program-icon i {
    position: relative;
    top: 3px;
    left: 2px;
}

header section.header-main .navigation .right-column .show-icon i {
    position: relative;
    top: 3px;
    left: 2px;
}

header section.header-main .navigation .right-column .minibasket-button {
    background-color: transparent;
    padding: 0;
    height: auto;
}

header section.header-main .navigation .right-column .minibasket-button:focus-visible {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
header section.header-main .navigation .right-column .user-icon .amount:empty {
    display: none;
}
header section.header-main .navigation .right-column .user-icon .amount,
header section.header-main .navigation .right-column .minibasket-button .minibasket-amount {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    background: var(--_color-primary);
    border-radius: 10px;
    top: 25px;
    left: 14px;
    width: 22px;
    padding: 0 5px;
    height: 16px;
    min-width: 16px;
    line-height: 16px;
    border: none;
    color: var(--_text-color);
    display: inline;
    text-align: center;
}

header section.header-main .navigation .right-column .user-icon .amount {
    background-color: #fff;
}

header section.header-main .navigation .left-column {
    display: flex;
    align-items: center;
}

header section.header-main .navigation .left-column .shop-logo {
    display: flex;
    align-items: center;
}
header section.header-main .navigation .left-column .shop-logo i {
    width: 30px;
    height: 40px;
    cursor: pointer;
}

header section.header-main .navigation .left-column .shop-logo img {
    max-width: 180px;
    height: 50px;
    margin: -12px 10px 0 0;
}

header section.header-main .navigation .shop-logo div.dropdown {
    display: flex;
    align-items: center;
}
header section.header-main .navigation .shop-logo .dropdown-toggle {
    background: transparent;
    border: none;
}
header section.header-main .navigation .shop-logo .dropdown-menu {
    border: 1px solid #ffffff1a;
    padding: 0;
    margin: 0;
}
header section.header-main .navigation .shop-logo .dropdown-menu a.item {
    margin-right: 0;
    font-weight: 400;
    border-bottom: 1px solid #ffffff1a;
    border-radius: 0;
    padding: 12px;
}
header section.header-main .navigation .shop-logo .dropdown-menu a.item .image-text {
    display: flex;
    align-items: center;
}
header section.header-main .navigation .shop-logo .dropdown-menu a.item .image-text i{
    width: 22px;
    height: 22px;
    margin-right: 3px;
}
header section.header-main .navigation .shop-logo .dropdown-menu a.item:last-of-type {
    border-bottom: 0;
}
header section.header-main .navigation .shop-logo .dropdown-menu a.item img {
    height: 22px;
    margin-right: 5px;
}
header section.header-main .navigation .shop-logo .dropdown-menu a.item.active {
    background: #22233E;
}
header section.header-main .navigation .shop-logo .dropdown-menu a.item:hover {
    background-color: #22233E;
}

header section.header-main .navigation .left-column a.item {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding: 8px 16px;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    margin-right: 6px;
    transition: background-color 0.3s ease;
}
header section.header-main .navigation .left-column a.item.tv {
    text-transform: uppercase;
}
header section.header-main .navigation .left-column .shop-logo > a.item.first {
    margin-left: 30px;
}
header section.header-main .navigation .left-column a.item:first-letter {
    text-transform: uppercase;
}

header section.header-main .navigation .left-column a.item:hover {
    background-color: #fff;
    color: #000;
}
header section.header-main .navigation .right-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
header section.header-main .navigation .right-column .link-no-logged a,
header section.header-main .navigation .right-column .link-no-logged a:hover {
    color: #fff;
}

header section.header-main .link-no-logged  {
    display: none;
}

header section.header-main:not(.logged) .link-no-logged  {
    display: block;
}

@media(min-width:768px) {
    header section.header-main .navigation .left-column .shop-logo i {
        width: 20px;
    }
    header section.header-main .navigation .shop-logo div.dropdown .dropdown-toggle {
        display: flex;
        align-items: center;
        border: none;
        margin-left: 20px;
        padding-right: 6px;
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        box-shadow: none !important;
    }
    header section.header-main .navigation .shop-logo div.dropdown.open .dropdown-toggle,
    header section.header-main .navigation .shop-logo div.dropdown .dropdown-toggle:hover {
        transform: none;
        background: #fff;
        color: #000;
    }
    header section.header-main .navigation .shop-logo div.dropdown.open .dropdown-toggle svg path,
    header section.header-main .navigation .shop-logo div.dropdown .dropdown-toggle:hover svg path {
        fill: #000;
    }
    header section.header-main .navigation .left-column .shop-logo > a.item.first {
        margin-left: 10px;
    }
    header section.header-main .navigation .shop-logo .dropdown-menu {
        top: calc(100% + 8px);
        left: 25px;
    }
}

@media(min-width:768px) and (max-width:1023px) {

    header section.header-main .navigation .right-column > div {
        margin-right: 24px;
    }
    header section.header-main .navigation .left-column .shop-logo > a.item.first {
        margin-left: 8px;
    }
    header section.header-main .navigation .shop-logo div.dropdown .dropdown-toggle {
        margin-left: 0;
    }
    header section.header-main .navigation .left-column a.item {
        padding: 8px 12px;
    }

    header section.header-main .navigation .left-column .shop-logo img {
        max-width: 105px;
    }

}

@media(max-width:767px) {
    header {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    header #promoBanner{
        position: relative;
        top:106px;
    }
    header.small #promoBanner{
        position: relative;
        top:56px;
        z-index: 1;
    }
    header section.header-main .navigation {
        margin: 0 -16px;
    }

    header .mobile-close {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 66px;
        padding: 0 16px;
        border-bottom: 1px solid rgba(0, 1, 14, 0.4);
    }

    header section.header-main .navigation .shop-logo .dropdown-toggle {
        box-shadow: none !important;
        padding: 0 10px;
    }

    header .subcategory {
        display:none;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        bottom:0;
        z-index: 999999999;
        background-color: #090a30;
        overflow-y: scroll;
        overflow-x: hidden;
    }


    header .subcategory .title {
        text-decoration: none;
        color: #fff;
        background-color: #22233E;
        margin: 0 -16px;
        padding: 11px 16px;
    }

    header .subcategory .title.active a {
        color: #ff4842;
    }

    header .subcategory .categorytree-menu-list li.back {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        height: 52px;
        border-bottom: 1px solid rgba(0, 1, 14, 0.4);
        padding: 0;
        margin-left: 0;
        background: #22233E;
    }

    header .subcategory .categorytree-menu-list li.back .level-back {
        display: flex;
        background: transparent;
        align-items: center;
        padding: 0;
        border: none;
    }
    header .subcategory .categorytree-menu-list li.back .level-back i {
        width: 50px;
        height: 52px;
        line-height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid rgba(0, 1, 14, 0.4);
        border-bottom: 1px solid rgba(0, 1, 14, 0.4);
    }
    header .subcategory .categorytree-menu-list li.back .level-back svg {
        width: 32px;
        height: 32px;
    }
    header .subcategory .categorytree-menu-list li.back .level-back svg path {
        fill: #fff;
    }

    header .subcategory .with-subcat ul.categorytree-menu-list {
        display: flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin: 0;
    }
    header .subcategory .main-shop-menu > .links > a:active,
    header .subcategory .main-shop-menu > .links > a:focus,
    header .subcategory .nav-categorytree li a:active,
    header .subcategory .nav-categorytree li a:focus {
        color:#ff4842;
        text-decoration: none;
    }

    header .subcategory .nav-categorytree li.active > a {
        color:#ff4842;
    }

    header .subcategory .nav-categorytree .categorytree-menu-list li a.level-back {
        border-bottom: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    header .subcategory .nav-categorytree .categorytree-menu-list li a.level-back > img {
        max-height: 24px;
        margin-left: 16px;
    }

    header .subcategory .nav-categorytree .categorytree-menu-list li a.level-back span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    header .subcategory .with-subcat ul.categorytree-menu-list > li.image-box {
        order: 2;
    }

    header .subcategory .with-subcat ul.categorytree-menu-list > li.links {
        order: 3;
        padding-right: 0;
    }
    header .subcategory .with-subcat ul.categorytree-menu-list > li.links.incentive {
        border-bottom: 0;
    }
    header .subcategory .with-subcat ul.categorytree-menu-list > li.links.incentive > a {
        padding: 30px 0;
    }
    header .subcategory .with-subcat ul.categorytree-menu-list > li.links.incentive .icon svg {
        fill: #fff;
    }

    header .subcategory .with-subcat ul.categorytree-menu-list > li.brand-box {
        order: 4;
        padding:0;
        margin: 0;
    }

    header .subcategory .with-subcat ul.categorytree-menu-list > li.brand-box > a {
        width: 50%;
        float: left;
        margin: 16px 0 0;
    }

    header .subcategory .with-subcat ul.categorytree-menu-list > li.links > ul {
        list-style: none;
        padding: 0;
    }

    header .subcategory .with-subcat ul.categorytree-menu-list > li .title {
        border: 0;
        margin: 0 -16px 0 0;
    }

    header .subcategory .with-subcat ul.categorytree-menu-list > li.brand-box img {
        max-height: 40px;
    }
    header .subcategory .nav-categorytree li {
        margin: 0 -16px;
        padding: 0 16px;
    }

    header .subcategory .footer-link .nav-categorytree li.menu-item-has-children .categorytree-menu-list li {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    header .subcategory .nav-categorytree li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        position: relative;
        font-size: 18px;
        padding: 0;
        border-bottom:0;
        color:#fff;
        height: 52px;
        line-height: 52px;
    }

    header .subcategory .categorytree {
        padding: 0 16px;
        border-bottom:0;
    }

    header .subcategory .categorytree:not(.with-subcat) .title {
        border-top: 0;
    }

    header .subcategory .categorytree.footer-link {
        padding: 0;
    }

    header .subcategory .nav-categorytree .categorytree-menu-list li a {
        padding:0 12px 18px 4px;
        font-weight: 400;
        text-decoration: none;
        display: block;
    }
    header .subcategory .nav-categorytree .open-sub .categorytree-menu-list li a {
        padding: 0 16px;
        height: 52px;
        line-height: 52px;
        display: flex;
        align-items: center;
    }

    header .subcategory .nav-categorytree .categorytree-menu-list li a.level-back {
        color: #1a1a1a;
        text-align: left;
        font-weight: 600;
        padding: 0;
    }

    header .categorytree.with-subcat a.level-back .glyphicon {
        float: left;
    }

    header .categorytree.with-subcat li a .glyphicon{
        float: right;
    }

    header .nav-categorytree > li.menu-item-has-children .categorytree-menu .wrapper:first-child{
        display: block;
        width: 100%;
        padding: 0;
    }
    header .subcategory .main-shop-menu {
        margin-top: 8px;
    }
    header .subcategory .main-shop-menu .shop-logo {
        position: relative;
        padding: 8px 16px 0;
        margin-top: 12px;
        width: 100%;
    }
    header .subcategory .main-shop-menu .shop-logo img {
        max-height: 28px;
    }
    header .subcategory .main-shop-menu .shop-logo .live-box {
        display: flex;
        align-items: center;
        position: absolute;
        top: 9px;
        right: 16px;
        font-size: 16px;
        font-weight: 600;
    }
    header .subcategory .main-shop-menu .shop-logo .live-box{
        color: #D34149;
    }
    header .subcategory .main-shop-menu .shop-logo .live-box .pulse-live {
        background: #D34149;
    }
    header .subcategory .main-shop-menu .links {
        padding: 0 16px;
    }
    header .subcategory .main-shop-menu .links > .categorytree {
        padding: 0;
    }
    header .subcategory .main-shop-menu > .links > a {
        display: flex;
        align-items: center;
        width: 100%;
        line-height: 52px;
        height: 52px;
    }
    header .subcategory .main-shop-menu .nav-categorytree li a.shop-link {
        display: flex;
        align-items: center;
        height: 52px;
        line-height: 52px;
    }
    header .subcategory .main-shop-menu .nav-categorytree li a.shop-link > .menu-right-grey {
        position: absolute;
        right: 0;
    }
    header .subcategory .main-shop-menu .menu-item-shop {
        border-bottom: 0;
    }
    header .subcategory .main-shop-menu .links .menu-right-grey {
        position: absolute;
        right: 16px;
    }

    .nav-categorytree {
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }

    .nav-categorytree > li > a:hover,
    .nav-categorytree > li > a:focus {
        text-decoration: none;
    }

    .nav-categorytree > li.cat-sale > a {
        border-bottom-color: #df2228;
    }

    .nav-categorytree > li.cat-sale:hover > a,
    .nav-categorytree > li.cat-sale:focus > a,
    .nav-categorytree > li.cat-sale.active > a {
        border-top-color: #df2228;
        border-bottom-color: #fff;
    }

    .nav-categorytree > li.cat-sale > a {
        color: var(--_color-primary);
        font-weight: normal;
    }

    .categorytree-menu >.row {
        max-width:1250px;
        margin:0 auto;
    }

    .categorytree-menu .col-promotion .categoryPromo {
        margin-top:35px;
        float:right;
    }

    .categorytree-menu .col-promotion img {
        float: right;
    }

    .category-tree-menu-title.underlined {
        padding-bottom: 12px;
        margin-bottom: 6px;
        border-bottom: 1px solid #d8d8d8;
    }

    .categorytree-menu-shows-list {
        margin-top:12px;
    }

    .categorytree-menu-list {
        padding-left: 0;
        list-style: none;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 55px;
    }

    .categorytree-menu-list,
    .categorytree-menu-list a {
        color: #333333;
    }

    .categorytree-menu-list a:hover {
        color: #004ea3;
    }

    .categorytree-menu-list .active > a{
        font-weight: bold;
    }

    .nav-categorytree li.back,
    .nav-categorytree li.all-links {
        display:none;
    }

    .nav-categorytree li .circle {
        background: #12144b;
        color: #fff;
        display: inline-block;
        border-radius: 50%;
        margin-left: 5px;
        width: 27px;
        height: 26px;
        line-height: 25px;
        text-align: center;
    }

    header .nav-categorytree li.menu-item-has-children a .glyphicon{
        display:block;
    }

    header .nav-categorytree .open-sub li.menu-item-has-children a i.menu-right-grey {
        right: 0;
    }

    .categorytree > .categorytree-container{
        padding: 0;
        margin: 0;
    }

    header .nav-categorytree li.menu-item-has-children .categorytree-menu {
        background: #090a30;
        width: 100%;
        z-index: 1;
        top: 66px;
        left: 100%;
        height:100%;
        position: fixed;
        overflow-y: scroll;
        overflow-x: scroll;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display:block;
        padding-bottom: 52px;
    }

    header .nav-categorytree > li[role].menu-item-has-children > .categorytree-menu {
        top: 66px;
        padding-bottom: 52px;
    }

    header .nav-categorytree li.menu-item-has-children .all-links {
        display:block;
    }

    header .nav-categorytree> li.menu-item-has-children .categorytree-menu.open-sub {
        left: 0;
        z-index: 99999;
    }

    header .nav-categorytree> li.menu-item-has-children .categorytree-menu .category-tree-menu-title{
        display:none;
    }

    header .nav-categorytree> li.menu-item-has-children .categorytree-menu .row > div{
        display:none;
    }

    header .nav-categorytree> li.menu-item-has-children .categorytree-menu .row > div.col-xs-3:first-child{
        display:block;
        width:100%;
        padding:0;
    }

}

/* search */

body #suggestLayer .suggestLayerBlock {
    display: flex;
    align-items: flex-start;
    margin-top: 16px;
}
body #suggestLayer .suggestLayerBlockText {
    min-width: 25%;
    margin-right: 36px;
}
body #suggestLayer .suggestLayerBlockText .suggestRow {
    padding: 9px;
    border: 1px solid #fff;
    border-radius: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body #suggestLayer .suggestLayerBlockText .suggestRow:hover {
    background-color: #fff;
    color: #1a1a1a;
}

body #suggestLayer .suggestLayerBlockText .suggestRow div.suggestTextAmount {
    padding-left: 10px;
    text-align: right;
    min-width: 100px;
    color: #969696;
}
body #suggestLayer .suggestLayerBlockText .suggestRow div.suggestTextAmount:empty {
    display: none;
}

body #suggestLayer .suggestLayerBlockImage {
    display: flex;
    flex-wrap: wrap;
    border: none;
    margin-left: 0;
}

body #suggestLayer .suggestLayerBlockImage.noborder {
    min-width: 100%;
    margin: 0 -6px;
}

body #suggestLayer .suggestLayerBlockImage .suggestHeader {
    width: 100%;
    padding-left: 6px;
}

body #suggestLayer .suggestRowWithImage {
    padding: 0;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    width: calc(25% - 12px);
    border: 1px solid #ffffff1a;
    border-radius: 8px;
    margin: 0 6px 12px;
    overflow: hidden;
    min-width: 160px;
    cursor: pointer;
}

body #suggestLayer .suggestRowWithImage .suggestImage {
    line-height: normal;
    height: auto;
    padding-right:0;
    width: 100%;
    background: #fff;
    border-radius: 8px;
}

body #suggestLayer .suggestRowWithImage .suggestImage img {
    border: none;
    max-width: none;
    max-height: none;
    width: 100%;
    border-radius: 8px;
    object-fit: scale-down;
}

body #suggestLayer .suggestRowWithImage .suggestTextQuery {
    width: 100%;
    padding: 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

body #suggestLayer .suggestHighlight {
    background: transparent;
}


@media(max-width:767px) {

    body #suggestLayer .suggestLayerBlock {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    body #suggestLayer .suggestLayerBlockText {
        width: 100%;
    }

    body #suggestLayer .suggestLayerBlockImage {
        width: 100%;
        padding-left: 0;
    }

    body #suggestLayer .suggestRowWithImage {
        width: calc(50% - 12px);
        min-width: auto;
    }

    body.mobile-menu-open header section.header-main .navigation .search-bar {
        display: block;
        position: static;
    }

    body.mobile-menu-open header section.header-main .navigation .search-form {
        float: none;
        padding: 12px 16px;
        max-width: 100%;
        background: #22233E;
    }

    body.mobile-menu-open header section.header-main .navigation .search-form .input-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    body.mobile-menu-open header section.header-main .navigation .search-form .input-group-btn {
        position: static;
    }

    body.mobile-menu-open header .search-wrapper .search-icon {
        position: absolute;
        right: 8px;
        top: 4px;
        z-index: 99999;
    }
    body.mobile-menu-open header .search-wrapper .form-control {
        border-radius: 8px;
        font-size: 16px;
        z-index: 1;
        border: none;
        background: #090a30;
        padding-right: 60px;
    }
}

@media (min-width:768px) and (max-width:1159px) {
    body #suggestLayer .suggestLayerBlockText {
        min-width: 35%;
        margin-right: 16px;
    }
    body #suggestLayer .suggestRowWithImage {
        width: calc(50% - 12px);
        min-width: 140px;
    }
}

/* MOBILE HEADER NEW */
body[data-view="start"] header {
    margin-bottom: 0;
    position: relative;
}
body[data-view="start"] .header-mobile .back-button {
    display: none;
}

@media(max-width: 767px) {
    .header-mobile .sticky-mobile {
        position: fixed;
        background-color: #090a30;
        top: 0 !important;
        left: 0 !important;
        right:0 !important;
        z-index: 9999;
        width: auto;
    }

    .header-mobile .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 56px;
        border-bottom: 1px solid #ffffff1a;
        padding: 0 16px;
        position: relative;
    }

    .header-mobile .header-top .header-item.menu {
        background-color: transparent;
        border: none;
        padding: 0;
    }
    .header-mobile .header-top .header-item.navi {
        display: flex;
    }

    .header-mobile .header-top .header-item.shop-logo {
        position: absolute;
        top: 50%;
        left: calc(50% - 10px);
        transform: translate(-50%, -50%);
        height: auto;
        padding: 0;
    }

    .header-mobile .header-top .header-item.shop-logo img {
        max-width: 110px;
        height: 24px;
    }

    .header-mobile .header-top .header-item.shop-logo .dropdown {
        position: absolute;
        top: -7px;
        right: -42px;
    }
    .header-mobile .header-top .header-item.shop-logo .dropdown .dropdown-menu {
        position: absolute;
        left:-50%;
        transform: translate(-50%, 0);
        top: 45px;
    }

    .header-mobile .header-top .header-item.shop-logo .dropdown i {
        width: 32px;
        height: 32px;
    }

    .header-mobile .header-top .header-item.menu i {
        display: block;
        cursor: pointer;
    }

    .header-mobile .header-top .header-item.icons {
        display: flex;
    }

    .header-mobile .header-top .header-item.icons > div {
        margin-right: 10px;
    }

    .header-mobile .header-top .header-item.icons > div:last-of-type {
        margin-right: 0;
    }

    .header-main .header-mobile .header-top .header-item.icons .mobile__myaccount {
        display: none;
    }

    .header-main.logged .header-mobile .header-top .header-item.icons .mobile__myaccount {
        display: block;
    }

    .header-main.logged .header-mobile .header-top .header-item.icons .mobile__myaccount > a {
        position: relative;
    }
    .header-main.logged .header-mobile .header-top .header-item.icons .mobile__myaccount > a .circle-product-count {
        position: absolute;
        top: 13px;
        right: -1px;
        margin: 0 auto;
        height: 18px;
        min-width: 18px;
        width: auto;
    }

    .header-mobile .header-top .header-item.icons .minibasket-mobile .minibasket-dropdown-menu {
        top: 44px;
    }

    .header-mobile .header-top .header-item.icons .minibasket-mobile .minibasket-button {
        padding: 0;
    }


    .header-mobile .header-top .header-item.icons .minibasket-mobile .minibasket-amount {
        position: absolute;
        font-size: 12px;
        font-weight: 600;
        background: var(--_color-primary);
        border-radius: 10px;
        top: 19px;
        left: 17px;
        border: none;
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        padding: 0 4px;
    }

    .header-mobile {
        height: 104px;
        width: 100%;
    }

    header.small .header-mobile {
        height: 56px;
    }
    .header-mobile .header-bottom {
        display: flex;
        align-items: center;
        height: 50px;
        box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.05);
        border-bottom: 1px solid #ffffff1a;
    }

    body[data-view="account"] #promoBanner {
        display: none !important;
    }

    body[data-view="account"] .header-mobile .header-bottom .content {
        background: #22233E;
        width: 100%;
    }

    .header-mobile .header-bottom.alist {
        justify-content: space-between;
    }
    .header-mobile .header-bottom .filter {
        display: flex;
        height: 50px;
        border-bottom: 1px solid #ffffff1a;
    }
    .header-mobile .header-bottom .content {
        display: flex;
        align-items: center;
        height: 50px;
        max-width: 100%;
    }
    .header-mobile .header-bottom.search .content {
        width: 100%;
    }

    .header-mobile .header-bottom .content .back-button {
        width: 50px;
        height: 50px;
        padding: 3px 1px;
        border: none;
        background: transparent;
        border-right: 1px solid #ffffff1a;
    }

    .header-mobile .header-bottom .content.filter {
        width: calc(100% - 96px);
    }

    .header-mobile .header-bottom .filter .toggle-filter {
        display: flex;
        align-items: center;
        background: transparent;
        color: #fff;
        border: none;
    }

    .header-mobile .header-bottom .filter .toggle-filter i {
        width: 32px;
        height: 32px;
    }

    .header-mobile .header-bottom .content .title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .header-mobile .header-bottom .filter a,
    .header-mobile .header-bottom .program-pdf a {
        display: flex;
        align-items: center;
        color: #fff;
        text-decoration: none;
    }

    .header-mobile .header-bottom .category-item {
        position: relative;
        width: 25%;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .header-mobile .header-bottom .category-item.active {
        color: var(--_color-primary);
        font-weight: 600;
    }

    .header-mobile .header-bottom .category-item.active:after {
        content: '';
        position: absolute;
        bottom: -11px;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--_color-primary);
    }

    body.mobile-menu-open .header-mobile .header-bottom {
        display: none;
    }
}
@media(min-width: 768px) {
    .header-mobile {
        width: 100%;
    }
    .header-mobile .sticky-mobile {
        display: none;
    }
    .header-mobile .subcategory > div {
        display: none;
    }
    .header-mobile .subcategory > .search-bar.active {
        display: block;
    }
}


/* SEARCH FACT FINDER */
.searchWrapper div.searchBox {
    position: static;
    right: auto;
    top: auto;
}

.searchWrapper {
    position: absolute;
    right: 75px;
    top: 73px;
}

ul.suggestLayerList,
ul.suggestLayerBlock {
    position: absolute;
    right: 0;
    background-color: white;
    border: 5px solid #efefef;
    border-collapse: separate;
    box-shadow: 0 4px 3px #c2c4c6;
    color: #58585a;
    cursor: pointer;
    font-size: 11px;
    list-style: outside none none;
    padding: 10px;
    margin: 0;
}
ul.suggestLayerList li,
ul.suggestLayerBlock li,
ul.suggestLayerBlockText li,
ul.suggestLayerBlockImage li {
    display: block;
    list-style: outside none none;
}
.suggestLayerBlockImage,
.suggestLayerBlockText {
    float: left;
    margin: 0;
    padding: 0;
}
.suggestLayerBlockImage {
    border-left: 1px solid #d7d7d7;
    margin-left: 10px;
    padding-left: 10px;
}
li.suggestHeader {
    font-size: 14px;
    padding: 16px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.suggestLayerBlock ul.noborder {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none;
    border-width: medium medium medium 0;
    padding-left: 0;
}
li.suggestRowWithImage {
    height: 40px;
    line-height: 40px;
}
span.suggestTextQueryTyped {
    text-decoration: underline;
    font-weight: bold;
}
span.suggestTextType {
    float: right;
    font-size: 10px;
    padding-left: 20px;
}
span.suggestTextAmount {
    float: right;
    font-size: 10px;
    padding-left: 10px;
    text-align: right;
    width: 70px;
}
li.suggestHighlight {
    background-color: #ec6105;
    color: #fff;
}
span.suggestImage {
    float: left;
    height: 40px;
    padding-right: 20px;
}
span.suggestImage img {
    max-height: 40px;
    max-width: 120px;
}
/* SEARCH FACT FINDER END*/


.minibasket-button {
    float: right;
    margin: 0;
    padding: 5px;
    position: relative;
    border: none;
    background: none;
}
.minibasket-button .minibasket-sum,
.minibasket-button .minibasket-amount,
.minibasket-button .minibasket-amount > span {
    display: none;
}
.minibasket-button .minibasket-icon {
    width: 30px;
    height: 30px;
    fill: var(--_color-primary);
    background: none;
    border: none;
}
.minibasket-button .minibasket-filled {
    position: absolute;
    border: 1px solid #004289;
    border-radius: 2px;
    line-height: 14px;
    padding: 0 2px;
    text-align: center;
    min-width: 20px;
    display: inline-block;
    color: #004289;
    top: 2px;
    left: -5px;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
}
.minibasket-button .minibasket-filled .minibasket-amount {
    display: inline;
}
@media (min-width: 768px) {
    .minibasket-button {
        float: none;
        display: inline-block;
        background-color: var(--_color-primary);
        border-width: 0;
        border-radius: 4px;
        height: 39px;
        padding: 9px 10px;
        white-space: nowrap;
    }
    .minibasket-button, .minibasket-button:hover, .minibasket-button:focus {
        outline: none;
        color: #fff;
        text-decoration: none;
    }
    .minibasket-button .minibasket-sum {
        display: inline;
        padding-left: 10px;
    }
    .minibasket-button .minibasket-amount {
        display: inline;
        position: static;
        border: none;
        background: transparent;
        font-size: 14px;
        font-weight: normal;
    }
    .minibasket-button .minibasket-amount > span {
        display: none;
    }
    .minibasket-button .minibasket-icon {
        width: 20px;
        height: 20px;
        float: left;
        fill: #fff;
        margin: 0 10px 0 0;
    }
}
@media (min-width: 1024px) {
    .minibasket-button .minibasket-amount > span {
        display: inline;
    }
}

body[data-view="express_order"] header section.link {
    display: none;
}
body[data-view="express_order"] header section.header-main .navigation .right-column .user-icon {
    margin-right: 0;
}
@media (min-width: 767px) {
    body[data-view="express_order"] header section.header-main .navigation .right-column .basket-icon,
    body[data-view="express_order"] header section.header-main .navigation .right-column .show-icon,
    body[data-view="express_order"] header section.header-main .navigation .right-column .program-icon,
    body[data-view="express_order"] header section.header-main .navigation .right-column .search-icon,
    body[data-view="express_order"] header section.header-main .navigation .left-column a.item {
        display: none;
    }

    body[data-view="express_order"] header section.header-main .navigation .right-column .service-container {
        margin-right: 20px;
    }

    body[data-view="express_order"] header section.header-main .navigation .right-column .service-container a {
        color: #fff;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    body[data-view="express_order"]  .header-mobile .header-top .header-item.menu,
    body[data-view="express_order"]  .header-mobile .header-top .header-item.icons .minibasket-mobile,
    body[data-view="express_order"]  .header-mobile .header-top .header-item.icons .mobile__search{
        display: none;
    }
    body[data-view="express_order"] .header-mobile .header-top .header-item.shop-logo {
        position: static;
        transform: none;
    }
    body[data-view="express_order"] header .header-mobile .header-top .header-item.icons .user-icon {
        margin-right: 0;
    }
}

