@import 'font.css';
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'RobotoCondensed';
font-weight: 400;
}
.container {
max-width: 1413px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
}   
ul {
list-style: none;
}
a {
text-decoration: none;
}
.header__nav {
display: flex;
justify-content: center;
padding-top: 50px;
background: linear-gradient(180deg, #111213 0%, #111213 43.62%, rgba(32, 31, 33, 0) 86.33%);
position: absolute;
top: -50px;
left: 0;
width: 100%;
min-height: 150px;
}
.header__nav .container {
    display: flex;
    justify-content: space-between;
}
.header__list {
display: flex;
gap: 25px;
margin-right: 285px;
}
.header__link {
font-size: 36px;
line-height: 42px;
color: #FFFFFF;
}
.header__link:hover {
text-decoration-line: underline;
color: #85CCDC;
}
.header__intro {
background: url('../img/21.png') center / cover no-repeat;
min-height: 900px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.header {
padding-top: 50px;
}
.first__season {
    display: grid;
    grid-template-columns: 98px 1fr;
    grid-column-gap: 45px;
    padding: 21px 47px 64px 35px;
    background: #0E0E0E;
}
.first__part {
    display: grid;
    grid-template-rows: 113px 42px;
}
.second__part {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 20px;
}
.numbers {
    font-weight: 700;
font-size: 96px;
line-height: 112px;
color: #FFFFFF;
}
.season {
    font-weight: 700;
font-size: 36px;
line-height: 42px;
color: #FFFFFF;
margin-top: -30px;
}
.season__text {
    margin-top: 23px;
    font-size: 18px;
line-height: 21px;

color: #FFFFFF;
}
.about {
    padding: 100px 0 161px;
    background: #0E0E0E;
}
.section__title {
    font-size: 36px;
line-height: 42px;
color: #FFFFFF;
text-align: center;
margin-bottom: 100px;
}
.seasons__block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 75px;
    grid-row-gap: 100px;
}
.number {
    font-weight: 700;
    font-size: 96px;
    line-height: 112px;
    color: #600E09;
    margin-bottom: -41px;
}
.seasons__item {
    position: relative;
}
.seasons__btn {
    padding: 12px 78px;
    background: #0E0E0E;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 166px;
    left: 25px;
    max-width: 300px;
    width: 100%;
    z-index: -5;
    transition: 0.5s;
}
.seasons__item:hover .seasons__btn {
    z-index: 5;
    transform: scale(1.2);
}
.seasons__item:hover .seasons__img {
    transform: scale(1.2);
}
.seasons__item {
    transition: 0.5s;
    position: relative;
}
.seasons__img {
    transition: 0.5s;
    z-index: 5;
}
.seasons__back {
    width: 350px;
    height: 325px;
    background: rgba(14, 14, 14, 0.8);
    display: none;
}
.seasons__item:hover .seasons__back {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
    transition: 0.5s;
}
.about .container {
    display: flex;
    justify-content: center;
}