.header-top {
    background: #fff url(/images/christmas/christmas_header_bg.png) center 52px repeat-x;
}

.header-top.is-sticky {
    background: #fff url(/images/christmas/christmas_header_bg.png) center -30px repeat-x;
}

.header_mobile {
    background: #fff url(/images/christmas/christmas_header_bg.png) center bottom repeat-x;
}

.header-logo {
    position: relative;
}

.header-logo::before {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    width: 51px;
    height: 51px;
    background: url(/images/christmas/christmas_sprite.png) 0 -140px no-repeat;
}

.header-top.is-sticky .header-logo::before {
    right: unset;
    left: 10px;
    top: 3px;
}

.header-basket__logo {
    position: relative;
}

.header-basket__logo::before {
    content: "";
    width: 25px;
    height: 32px;
    background: url(/images/christmas/christmas_sprite_new.png) 0 -108px no-repeat;
    position: absolute;
    top: -5px;
    left: 0;
}

.header-basket__logo img {
    visibility: hidden;
}

.header_mobile_logo {
    position: relative;
}

.header_mobile_logo img {
    visibility: hidden;
}

.header-top .container > #search {
    background: #fff;
    border: 1px solid #905792 !important;
}

#title-search-input {
    background: #fff!important;
}

.header-top.is-sticky .is_menu_oboi {
    background: #fff;
}

@media (max-width: 1370px) {
    .header-logo::before {
        top: -8px;
        right: 20px;
    }

    .header-top.is-sticky .header-logo::before {
        right: unset;
        left: 12px;
        top: -8px;
    }
}

@media (max-width: 1180px) {
    .mobile-location {
        background: none!important;
    }

    .header_mobile_logo::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('/images/christmas/logo_mobile_new_year.png') no-repeat center center / contain;
    }

    .header_mobile_cart {
        position: relative;
    }

    .header_mobile_cart img {
        visibility: hidden;
    }

    .header_mobile_cart::before {
        content: "";
        width: 25px;
        height: 32px;
        background: url('/images/christmas/christmas_sprite_new.png') 0 -108px no-repeat;
        position: absolute;
        top: 3px;
        left: 5px;
    }

    .top-basket-count {
        top: 0;
    }
}