*{
    box-sizing: border-box;
}

body{
    background-color: #0E0E0E;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;

}
a{
    color: inherit;
    text-decoration: none;


}

ul{
    list-style: none;
}
.container{
    max-width: 1220px;
    padding: 0 10px;
    margin: auto;
}
.section-page{
    padding: 100px 0;
    }

    .title{
        text-align: center;
        margin-bottom: 100px;
        font-size: 36px;
        line-height: 42px;
        font-weight: 400;
    }

.header{
    background-image: url('../images/header-bg.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 50px;
    text-align: center;
    position: relative;
}  

.header::after{
        content: '';
        position: absolute;
        height: 70px;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(180deg, #0E0E0E 0%, rgba(17, 17, 17, 0.850295) 16.53%, rgba(32, 31, 33, 0) 100%);
        transform: rotate(180deg);


    }

.menu{
    padding: 50px 0 58px;
    background: linear-gradient(180deg, #111213 0%, #111213 43.62%, rgba(32, 31, 33, 0) 86.33%);
    }


.menu__list{
    display: flex;
    justify-content: center;
    
}
.menu__list-item{
    padding: 0 13px;
}

.menu__list-link{
font-size: 36px;
line-height: 42px;
}
.menu__list-link:hover{
    color: #85CCDC;
    text-decoration: underline;
}

.logo{
    padding-top: 17vh;
}

.about__inner{
    display: flex;

}
.about__info{
    width: 375px;
    margin-right: 50px;
    flex: none;
}

.about_info-item{
    margin-bottom: 25px;
    color:  #E5E5E5;;
}

.about_info-item span{
    display: block;
}
.about__text p{
    margin-bottom: 25px;
}
.video{
    background-image: url('../images/video-bg.jpg');
    height: 100vh;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: right;
}
.video__text{
    font-style: italic;
    font-weight: 300;
    font-size: 72px;
    line-height: 84px;
    color: #85CCDC;
    padding-top: 45vh;
    margin-bottom: 40px;

}
.video__text span{
    display: block;
    padding-right: 285px;

}
.video__btn{
    padding-left: 112px;
    position: relative;
    margin-right: 230px;
}
.video__btn::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: -40px;
    left: 0;
    background-image: url('../images/youtube-btn.svg');


}

.seasons__inner{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(284px,1fr));
    grid-gap: 100px 75px;
    counter-reset: counter;
    padding-top: 50px;

}

.seasons__item{
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.seasons__item:hover .seasons__link{
    opacity: 1;
}

.seasons__item::before{
    content: '0' counter(counter);
    counter-increment: counter;
    position: absolute;
    font-weight: bold;
    font-size: 96px;
    line-height: 112px;
    color: #600E09;
    left: 0;
    top: -72px;
    z-index: -1;
}

.seasons__item:nth-child(n+10)::before{
    content: counter(counter);
}

.seasons__item:hover::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 14, 14, 0.8);
}
     


.seasons__link{
    font-size: 36px;
    line-height: 42px;
    padding: 12px 78px 11pxe;
    background-color: #0E0E0E;
    opacity: 0;
    transition: all .3s;
    z-index: 2;
}


.heroes__inner{
    display: flex;
    justify-content: space-between;
}

.heroes__slider-img{
    max-width: 775px;
}

.heroes__slider-text{
    max-width: 350px;
}

.slick-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 5;
    cursor: pointer;
    outline: none;

}


.slick-prev{
    left: 38px;

}

.slick-next{
    right: 38px;

}

.heroes__name{
font-style: italic;
font-weight: 300;
font-size: 72px;
line-height: 84px;
color: #85CCDC;
margin-bottom: 44px;
}

.heroes__text p{
    margin-bottom: 15px;
}

.copy{
    padding: 14px 0 15px;
    text-align: center;

}
/* start seson-1 */

.page-header{
    background-image: url('../images/season-1bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 90vh;
    position: relative;
    
}

.menu__container{
    max-width: 1385px;
    margin: 0 auto;
    position: relative;
}



.page-logo{
    position: absolute;
    left: 0;
}

.season-info{
    position: absolute;
    max-width: 1385px;
    display: flex;
    padding: 44px 47px 64px 35px;
    background-color: #0E0E0E;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;

}

.season-info__num{
    font-weight: bold;
    font-size: 96px;
    line-height: 56px;
    text-align: center;
    margin-right: 51px;
}

.season-info__num span{
    display: block;
    font-size: 36px;
    line-height: 42px;

}

.season-info__text p{
    margin-bottom: 15px;

}





/* end season-1 */


/* start media */

@media ( max-width: 1366px){
    .logo__img{
        width: 50%;
    }
    .menu__list-link{
        font-size: 24px;
        line-height: 32px;
    }
    .about__info{
        width: 250px;
    }


@media ( max-width: 1200px){
    .heroes__inner{
        display: block;
    }
    .heroes__slider-text{
        max-width: 100%;
        padding-top: 50px;
    }
    .heroes__slider-img{
        max-width: 100%;
    }
}

@media ( max-width: 1088px){
    .seasons__item{
        height: 340px;
        }
    }


}

@media ( max-width: 768px){
    .about__inner{
        display: block;
    }
    .section-page{
        padding: 50px 0;
    }
    .title{
        margin-bottom: 50px;
    }
    .body{
        font-size: 16px;
        line-height: 19px;
    }

    .video__text{
        font-size: 48px;
        line-height: 56px;
    }


    .video__text span{
        padding-right: 200px;
    }

    .video__btn{
        margin-right: 0;
        padding-left: 62px;

    }

    .video__btn::before{
        width: 50px;
        height: 50px;
        background-size: cover;
        top: -16px;
    }

    .seasons__inner{
        grid-gap: 80px 35px;
    }

    .slick-btn{
        display: none;
    }

    
}



@media ( max-width: 640px){
    .menu__list{
        display: none;
        }
    .logo{
        padding-top: 21vh;
        }
    }


@media ( max-width: 414px){
    seasons__item{
        height: 203px;
     }
}




/* end media */

