@import 'font.css';
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'RobotoCondensed';
font-weight: 400;
}
.container {
max-width: 1230px;
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__list {
display: flex;
gap: 25px;
}
.header__link {
font-size: 36px;
line-height: 42px;
color: #FFFFFF;
}
.header__link:hover {
text-decoration-line: underline;
color: #85CCDC;
}
.header__intro {
background: url('../img/1.jpg') center / cover no-repeat;
min-height: 1030px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.header__intro::after {
content: "";
background: linear-gradient(180deg, #0E0E0E 0%, rgba(17, 17, 17, 0.850295) 16.53%, rgba(32, 31, 33, 0) 100%);
transform: rotate(180deg);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 70px;
}
.header {
padding-top: 50px;
}
.serials {
padding: 100px 0;
background: #0E0E0E;
}
.section__title {
font-size: 36px;
line-height: 42px;
color: #FFFFFF;
text-align: center;
margin-bottom: 100px;
}
.serials__about {
width: 205px;
font-size: 18px;
line-height: 21px;
color: #E5E5E5;
}
.serials .container {
    display: grid;
    grid-template-columns: repeat(2, 205px 775px);
    grid-column-gap: 220px;
}
.serials__about {
    display: grid;
    grid-template-rows: repeat(8);
}
.serials__info {
    font-size: 18px;
    line-height: 21px;
    color: #E5E5E5;
}
.serials__info:nth-of-type(even) {
    margin-bottom: 30px;
}
.serials__text {
font-size: 18px;
line-height: 21px;
color: #FFFFFF;
}
.slogan {
    background: url('../img/3.jpg') center / cover no-repeat;
    min-height: 1080px;
}
.seasons {
    padding: 100px 0;
    background: #0E0E0E;
}
.slogan__img {
    width: 100px;
    height: 100px;
}
.seasons__block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 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;
}
.ragnar {
    padding: 100px 0;
    background: #0E0E0E;
}
.ragnar .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 75px;
}
.ragnar__about {
    display: grid;
    grid-template-rows: repeat(3, auto);
}
.ragnar__title {
    font-weight: 300;
    font-size: 72px;
    line-height: 84px;
    color: #85CCDC;
}
.ragnar__text {
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    width: 349px;
}
.footer {
    background: #0E0E0E;
    padding: 15px 0;
}
.footer__text {
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: center;
}
.slogan .container {
    display: flex;
    min-height: 1080px;
    align-items: center;
    justify-content: flex-end;
}
.slogan__info {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}
.slogan__title {
    font-weight: 300;
    font-size: 72px;
    line-height: 84px;
    color: #85CCDC;
    text-align: left;

}
.slogan__title-dop {
    font-weight: 300;
    font-size: 72px;
    line-height: 84px;
    color: #85CCDC;
    text-align: right;
}
.slogan__text {
    width: 580px;
}