body {
    font-family: GillSansNova, sans-serif;
}

.fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 2000;
}

.fixed-header .topbar {
    display: none;
}

.menu-2, .menu {
    z-index: 1500;
}

.select-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header {
    --menu-content-height: calc(100vh - 211px);
    --menu-content-margin-top: 61px;
}

.search__container {
    z-index: 1550;
}

.search .header__link  {
    z-index: 1600;
    display: flex;
    align-items: center;
}

.header__link--hint:hover:after {
    content: attr(data-title);
    position: absolute;
    z-index: 1;
    top: -100%;
    color: black;
    font-size: 11px;
    line-height: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.header__link--profile:hover:after {
    top: -130%;
}

.notification {
    margin-top: 15px;
    padding: 2px;
    line-height: 18px;
    border: 1px solid #C8102E;
}

.search__container--fixed {
    top: 23px;
}

.banner {
    max-width: unset !important;
    padding: 0;
}

.product__name {
    height: 60px;
}

@media (max-width: 1279px) {
    .content--indent {
        margin-left: 0 !important;
    }

    .menu-2, .menu {
        z-index: 1600;
    }

    .search__container {
        z-index: 1500;
    }

    .search .header__link {
        z-index: 1550;
    }
}

@media (min-width: 1280px) {
    .main-slider__wrap::before {
        padding-top: 34.3%;
    }
}

@media (min-width: 768px) {
    .main-slider__wrap::before {
        padding-top: 34.3%;
    }
}

@media (max-width: 480px) {
    .product--box .product--title, .box--slider .product--title .product__name {
        line-height: 1.2rem;
    }
}
