.wrapper {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}

.promo-page {
    background-color: #F5F5F7;
    padding: 40px 0;
}

.main-screen {
    background: linear-gradient(
        90deg,
        rgba(115, 115, 115, 0.14) 0%,
        rgba(115, 115, 115, 0) 100%
    );
    border: 1px solid #222222;
    padding: 34px 50px 93px;
    position: relative;
}

.main-screen::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 273px;
    height: 309px;
    background: url('../img/main-screen-decor.svg') 0 0 / cover;
}

.main-screen__title {
    font: 700 110px/120% var(--font-harmonia);
    text-transform: uppercase;
    color: #222222;
    margin: 0;
}

.main-screen__subtitle {
    max-width: 610px;
    font: 400 24px/140% var(--font-harmonia);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    color: #222222;
    margin: -4px 0 0 0;
}

.sale-categories-list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    list-style: none;
    padding: 0;
    margin: 0;
}

/* grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2 */

.sale-category {
    border: 1px solid #222222;
}

.sale-category:nth-child(1) {
    grid-area: 1 / 1 / 2 / 7;
}
.sale-category:nth-child(2) {
    grid-area: 1 / 7 / 2 / 13;
}
.sale-category:nth-child(3) {
    grid-area: 2 / 1 / 3 / 4;
    background: url('../img/category-2.png') center / cover;
}
.sale-category:nth-child(4) {
        grid-area: 2 / 4 / 3 / 7;
}
.sale-category:nth-child(5) {
    grid-area: 2 / 7 / 3 / 13;
}
.sale-category:nth-child(6) {
    grid-area: 3 / 1 / 4 / 7;
}
.sale-category:nth-child(7) {
    grid-area: 3 / 7 / 4 / 10;
}
.sale-category:nth-child(8) {
    grid-area: 3 / 10 / 4 / 13;
    
}

.sale-category:nth-child(9) {
    grid-area: 4 / 1 / 5 / 7;
    background: url('../img/category-8.png') center / cover;
}
.sale-category:nth-child(10) {
    grid-area: 4 / 7 / 5 / 10;
}
.sale-category:nth-child(11) {
    grid-area: 4 / 10 / 5 / 13;
}

.sale-category__link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.sale-category__link:hover {
    background-color: rgba(0, 175, 255, 0.05)
}

.sale-category__link:active .sale-category__icon {
    background-color: rgba(0, 175, 255, 0.60)
}

.sale-category__link:hover .sale-category__icon{
    background-color: rgba(0, 175, 255)
}

.sale-category__link:hover .sale-category__icon--white svg {
    fill: #ffffff;
}

.sale-category__title {
    font: 400 24px/140% var(--font-harmonia);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    color: #222222;
    margin: 0;
}

.sale-category__title--white {
    color: #ffffff;
}

.sale-category__subtitle {
    font: 700 134px/120% var(--font-harmonia);
    text-transform: uppercase;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    color: #222222;
    margin: 0;
}

.sale-category__descr {
    font: 400 16px/120% var(--font-harmonia);
    color: #222222;
    margin: 0;
}

.sale-category__img img {
    display: block;
    margin: 0 auto;
}

.sale-category__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222222;
}

.sale-category__icon--white {
    background-color: #ffffff;
}

.sale-category__icon svg {
    fill: #ffffff;
}

.sale-category__icon--white svg {
    fill: #222222;
}

.sale-category__icon .icon-arrow {
    width: 7px;
    height: auto;
}

.store-benefits {
    position: relative;
    overflow: hidden;
    padding: 0 0 40px;
    margin: 40px 0 0 0;
}

.store-benefits .swiper-pagination {
    display: none;
}

.store-benefit {
    position: relative;
    border: 1px solid #222222;
    padding: 20px;
    width: 100%;
    max-width: 393px;
}

.store-benefit__link {
    color: #222222;
    text-decoration: none;
}

.store-benefit:nth-of-type(2) {
    border-right: none;
    border-left: none;
} 

.store-benefit__icon {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store-benefit__icon svg {
    fill: none;
    max-width: 100%;
    max-height: 100%;
}

.store-benefit__icon .icon-headphones {
    width: 41px;
    height: 46px;
}

.store-benefit__icon .icon-delivery {
    width: 49px;
    height: 38px;
}

.store-benefit__icon .icon-garanty {
    width: 39px;
    height: 51px;
}

.store-benefit__link-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222222;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.store-benefit__link-icon {
    fill: #ffffff;
}

.store-benefit__title {
    font: 400 24px/120% var(--font-harmonia);
    color: #222222;
    margin: 3px 0 8px;
}

.store-benefit__descr {
    max-width: 280px;
    font: 400 16px/140% var(--font-harmonia);
    color: #222222;
    margin: 0;
}

.store-benefit__link:hover .store-benefit__link-icon {
    background-color: rgba(0, 175, 255)
}

@media(max-width: 1024px) {
    .main-screen::before {
        bottom: auto;
        top: 0;
        width: 61px;
        height: 55px;
        background: url('../img/main-screen-decor-m.svg') 0 0 / cover;
    }

    .main-screen__title {
        font: 700 80px / 120% var(--font-harmonia);
    }

    .main-screen__subtitle {
        margin: 0;
    }

    .sale-category:nth-child(3) {
        grid-area: 2 / 1 / 3 / 5;
    }

    .sale-category:nth-child(4) {
        grid-area: 2 / 5 / 3 / 9;
    }

    .sale-category:nth-child(5) {
        grid-area: 2 / 9 / 3 / 13;
    }

    .sale-category:nth-child(6) {
        grid-area: 3 / 1 / 4 / 5;
    }
    .sale-category:nth-child(7) {
        grid-area: 3 / 5 / 4 / 9;
    }
    .sale-category:nth-child(8) {
        grid-area: 3 / 9 / 4 / 13;
    }

    .sale-category:nth-child(9) {
        grid-area: 4 / 1 / 5 / 5;
    }
    .sale-category:nth-child(10) {
        grid-area: 4 / 5 / 5 / 9;
    }
    .sale-category:nth-child(11) {
        grid-area: 4 / 9 / 5 / 13;
    }

    .sale-category__subtitle {
        font: 700 100px / 120% var(--font-harmonia);
    }

    .store-benefits .swiper-slide {
        height: auto;
    }

    .store-benefits .swiper-pagination {
        display: block;
        bottom: 0;
    }

    .store-benefits .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: rgb(34, 34, 34, 0.5);
        opacity: 1;
    }

    .store-benefits .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #00AFFF;
    }
}

@media(max-width: 767px) {
    .wrapper {
        padding: 0 16px;
    }

    .promo-page {
        padding: 30px 0;
    }

    .main-screen {
        padding: 25px 18px 29px;
    }

    .main-screen__title {
        font: 700 32px/120% var(--font-harmonia);
    }

    .main-screen__subtitle {
        max-width: 305px;
        font: 400 16px/120% var(--font-harmonia);
        margin: 8px 0 0 0;
    }

    .sale-categories-list {
        grid-template-columns: 1fr 1fr;
    }

    .sale-category {
        margin: -1px 0 0 0;
    }

    .sale-category:nth-child(1) {
        grid-area: 1 / 1 / 2 / -1;
        min-height: 236px;
        padding: 30px 20px 20px;
        position: relative;
    }

    .sale-category:nth-child(1) .sale-category__title {
        position: absolute;
        top: 36px;
        left: 25px;
    }

    .sale-category:nth-child(2) {
        grid-area: 2 / 1 / 3 / 2;
        min-height: 236px;
        padding: 20px 10px;
        border-right: none;
    }

    .sale-category:nth-child(3) {
        grid-area: 2 / 2 / 3 / 3;
        min-height: 236px;
        padding: 20px 10px;
    }

    .sale-category:nth-child(4) {
        grid-area: 4 / 1 / 5 / 2;
        min-height: 236px;
        padding: 20px 10px;
        border-right: none;
    }

    .sale-category:nth-child(5) {
        grid-area: 3 / 1 / 4 / -1;
        min-height: 236px;
        padding: 20px 10px;
    }

    .sale-category:nth-child(6) {
        grid-area: 4 / 2 / 5 / 3;
        min-height: 236px;
        padding: 20px 10px;
    }

    .sale-category:nth-child(7) {
        grid-area: 6 / 2 / 7 / 3;
        min-height: 236px;
        padding: 20px 10px;
    }

    .sale-category:nth-child(8) {
        grid-area: 6 / 1 / 7 / 2;
        min-height: 236px;
        padding: 20px 10px;
        border-right: none;
    }

    .sale-category:nth-child(9) {
        grid-area: 5 / 1 / 6 / 3;
        min-height: 302px;
        padding: 20px;
        background: #222222 url("../img/category-9-m.png") center / 190px 194px no-repeat;
    }

    .sale-category:nth-child(10) {
        grid-area: 7 / 1 / 8 / 3;
        min-height: 302px;
        padding: 20px;
    }

    .sale-category:nth-child(11) {
        grid-area: 8 / 1 / 9 / 3;
        min-height: 302px;
        padding: 20px;
    }

    .sale-category__link {
        padding: 0;
    }

    .sale-category__title {
        font: 400 16px/120% var(--font-harmonia);
    }

    .sale-category__title span {
        display: none;
    }

    .sale-category__subtitle {
        font: 700 80px / 120% var(--font-harmonia);
        white-space: nowrap;
    }

    .sale-category__descr {
        margin: 14px 0 44px 0;
    }

    .sale-category__icon {
        width: 32px;
        height: 32px;
    }

    .store-benefit {
        padding: 16px 20px;
    }

    .store-benefit__title {
        font: 400 20px/120% var(--font-harmonia);
        margin: 8px 0 9px 0;
    }

    .store-benefit__descr {
        max-width: 280px;
        padding: 0 20px 0 0;
    }

    .store-benefit__link-icon {
        width: 32px;
        height: 32px;
        position: static;
        margin: 23px 0 0 0;
    }
}