.product:hover .product__icon {
    background: #f1f1f1;
}
#logo img {
    max-height: 75px;
}
.photos__link.--nav {
    background: #fff;
}
.product__name {
    /* font-size: 1.5rem; */
    font-weight: 600;
}
#search .product, .product {
    text-align: center;
    transition: .3s;
    border-radius:30px;
    border: 0;
}

#search .product:hover, .product:hover {
    background: #f1f1f1;
    transition: .3s;
    border: 0;
}

.product__icon {
    background: #fff;
}

.hotspot .big_label:before, .hotspot  .headline:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #299ad4;
    z-index: -1;
}

.big_label, .headline {
    background: #fff;
    width: fit-content;
    padding-right: 5px;
}
@media(max-width:978px){
    header {
        grid-template-columns: 1fr auto auto auto auto;
        grid-template-areas:
        "bars_top bars_top bars_top bars_top bars_top"
        "rabateCode rabateCode rabateCode rabateCode rabateCode"
        "freeShipping freeShipping freeShipping freeShipping freeShipping"
        "logo menu_search shopping_list_top_mobile menu_basket menu_categories";
    }
    aside .nav-header .nav-link.nav-gfx img {
        margin-right: 20px;
    }
    aside .nav-link img {
        max-width: 40px;
    }
}
@media(min-width:979px){
    html.--fixed-header header #menu_basket .topBasket__sub {
        width: 45px;
        height: 45px;
        border-radius: 30px;
    }

    .topBasket__sub:after {
        margin-top: 0;
    }
    ul.navbar-subnav {
        background: #305ea5;
        border: 0;
    }
    #menu_categories {
        border-top: 0;
        border-bottom: 0;
        background: #299ad4;
        border-radius: 20px;
        padding-left: 10px;
        padding-right: 10px;

        /* position: relative; */
    }
    .main_page #menu_categories{
        margin-bottom: -2.5rem;
        box-shadow: 0 0 3px 2px #299ad4;
    }
    html.--fixed-header #menu_categories {
        /* background: transparent !important; */
        margin-bottom: 0px !important;
    }
    html.--fixed-header header {
        grid-template-areas: "logo menu_categories menu_categories menu_search menu_basket";
        display: grid;
        align-content: center;
        align-items: center;
        justify-content: space-between;
        /* background: red !important; */
        grid-template-columns: 100px 1fr auto 55px 55px;
    }
}

span.gfx_lvl_1.d-none {
    display: block !important;
    /* margin-left: 10px; */
}

header .navbar-collapse img {
    max-width: 30px;
}

header .nav-link {
    display: flex;
    align-items: center;
    flex-direction: column;
}

header .navbar-nav {
    display: flex;
    justify-content: space-around;
}
header {
    background: #299ad426;
    box-shadow: 30vw 0 0 0 #299ad426, -30vw 0 0 0 #299ad426;
    /* border-bottom: 2px solid #087945; */
}
header .nav-link.active {
    color: #c0d6f8;
}
html.--fixed-header header #menu_basket.--hide .topBasket__sub {
    width: 45px;
}
html.--fixed-header header .bars_top {
    display: none;
}m
 html.--fixed-header header:before {
     background: #fff;
 }


html.--fixed-header header {
    max-width: 1440px;
}
html.--fixed-header header #logo {
    display: block !important;
    height: fit-content;
}
.max-width-1200 {
    max-width: 1440px;
}

html.--fixed-header header #menu_categories{
    box-shadow:none;
}



header .navbar-nav {
}

header .nav-link {
    color: #fff;
}

header .nav-link:hover {
    color: #c0d6f8;
}

.projector_status__info_amount{
    display: none!important;
}