body {
    color: #000
}

.product-discount-banner {
    background: url('../images/product-discount-banner.jpg') no-repeat;
    background-size: cover;
    background-position: right top;
    height: 73px;
    position: relative;
}

.product-discount-banner-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-discount-banner__text {
    font-size: 2.3rem;
    color: #fff;
    font-weight: 500;
}

.product-discount-banner--in-category {
    background: url('../images/product-discount-banner-category.png') no-repeat;
    background-size: cover;
    background-position: center;
    height: 74px;
    margin-bottom: 10px;
}

.product-discount-banner--in-category .product-discount-banner-inner {
    padding-left: 80px;
    padding-right: 80px;
}

.product-discount-banner--in-category .product-discount-banner__text {
    width: 100%;
}

.price-promocode {
    margin-bottom: 15px;
    margin-top: -8px;
    font-style: italic;
    color: #E74C3C;
}

.products__list .price-promocode {
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 0px;
}

.products__promocode-badge {
    position: absolute;
    z-index: 91;
    top: 49px;
    left: 50%;
    transform: translateX(-50%);
}

.products__price-promocode {
    display: none;
}

.header__search-input {
    background-color: #f7f7fb;
    color: #333;
}

.ui-badge--red {
    background-color: #fff;
    color: #000;
    border: 1px solid;
}

.products__item-badges .ui-badge--red {
    background-color: #000;
    color: #fff;
    border: 1px solid;
}

.header__nav-link > img {
    display: none;
}

html:not(.is-header-fixed) .header__catalog--fullwidth {
    display: none;
}

.intro__item--vertical .intro__item-title {
    font-size: 36px;
    font-weight: initial;
}

.intro__item-desc img {
    width: 270px;
    display: block;
    margin-top: 20px;
}

@media (max-width: 1500px) {
    .intro .col-xl-8 {
        max-width: 100%;
    }
    .intro .is-xl-visible {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .is-footer-v3 .footer__logo {
        background-color: #000;
        padding: 15px;
        max-width: 200px;
        border-radius: 3px;
    }
}

@media (max-width: 768px) {
    .products__promocode-badge {
        display: none;
    }

    .products__price-promocode {
        display: block;
        margin-top: 4px;
        font-style: italic;
        color: #E74C3C;
        font-size: 12px;
    }

    .products__item {
        height: 34.4rem;
    }

    .product-discount-banner--in-category {
        border-radius: 8px;
        overflow: hidden;
    }
    .product-discount-banner--in-category .product-discount-banner-inner {
        padding-left: 30px;
        padding-right: 30px;
        flex-direction: column;
        text-align: center;
    }
    .product-discount-banner__img {
        display: none;
    }

    .product-discount-banner__text {
        text-align: center;
        font-size: 1.8rem;
    }
}

@media (max-width: 338px) {
    .products__price-promocode {
        font-size: 11px;
    }
}

@media (max-width: 1700px) and (min-width: 1200px) {
    .categories__item-front {
        max-width: calc(100% - 8rem);
    }
}

@media (max-width: 1400px) {
    .categories__item-image {
        max-width: 133px;
    }
}