ul {
    list-style: none;
}

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

.selection-heading {
    padding: 42px 0 20px 0;
}

.selection-heading + .box .page-title {
    margin: 30px 0;
}

.selection-back {
    display: flex;
    align-items: center;
    gap: 17px;
    max-width: 158px;
    text-decoration: none;
}

.selection-back__arrow {
    width: 81px; 
    height: 20px;
    stroke: #222222;
}

.selection-back__text {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #222222;
}

.selection-back:hover .selection-back__text,
.selection-back:focus .selection-back__text  {
    color: #00AFFF;
}

.selection-back:hover .selection-back__arrow,
.selection-back:focus .selection-back__arrow  {
    stroke: #00AFFF;
}
.main-screen img {
    border-radius: 20px;
}

.page-title {
    opacity: 0;
    visibility: hidden;
    margin: 0 0 20px;
    line-height: 0;
}

.promo-selecions {
    padding: 100px 0;
}

.promo-selecion-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
    margin: 0;
}

.promo-selecion__link {
    text-decoration: none;
    position: relative;
}

.selectoion__img img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.promo-selecion__title {
    position: relative;
    max-width: 220px;
    font: 600 24px/ 120% var(--font-harmonia);
    border-radius: 10px;
    background-color: #222222;
    text-align: center;
    color: #ffffff;
    padding: 14px 20px;
    margin: -40px auto;
}

.main-screen {
    position: relative;
    margin: 0 0 20px;
}

.main-screen__title {
    display: none;
}

@media(max-width: 1024px) {

    .main-screen img {
            border-radius: 20px;
            max-height: 300px;
            width: 100%;
            object-fit: cover;
    }

    .selection-heading .wrapper {
        padding: 0 16px;
    }

    .selection-back:hover .selection-back__text,
    .selection-back:focus .selection-back__text  {
        color: #222222;
    }

    .selection-back:hover .selection-back__arrow,
    .selection-back:focus .selection-back__arrow  {
        stroke: #222222;
    }

        .promo-selecion-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 20px;
    }

    .promo-selecion__title {
        font: 600 20px/ 120% var(--font-harmonia);
        padding: 10px;
        margin: -20px auto;
    }
}

@media(max-width: 767px) {
    .page-title {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 0 !important;
    }

    .selection-heading {
        padding: 16px 0;
    }

    .selection-heading .wrapper {
        padding: 0 16px;
    }

    .selection-back {
        gap: 13px;
        max-width: 126px;
    }
    
    .selection-back__arrow {
        width: 50px; 
        height: 11px;
    }
    
    .selection-back__text {
        font-size: 16px;
    }

    .selection-banner {
        margin: 36px 0 0 0;
    }

    .promo-selecions {
        padding: 20px 0;
    }

    .promo-selecion-list {
        display: flex;
        overflow-y: hidden;
        overflow-x: scroll;
        padding: 0 0 20px;
    }

    .promo-selecion {
        flex-shrink: 0;
        width: 100%;
        max-width: 280px;
    }

    .main-screen {
        margin: 0;
    }
}