* {
  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: 0 auto;
}

.section-page {
  padding: 100px 0;
}

.title {
  text-align: center;
  margin-bottom: 100px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
}
/* start header */
.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: -1px;
  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__btn {
  display: none;
}

.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;
}

/* start section about */
.about__inner {
  display: flex;
  justify-content: space-between;
}

.about__info {
  width: 205px;
  margin-right: 220px;
  flex: none;
}

.about__info-item {
  margin-bottom: 25px;
  color: #e5e5e5;
}
.about__info-item span {
  display: block;
}

.about__text p {
  margin-bottom: 25px;
}

/* start section video */
.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");
}

/* start section seasons */
.seasons__inner {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));
  grid-gap: 100px 75px;
  counter-reset: number;
  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(number);
  counter-increment: number;
  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(number);
}
.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 11px;
  background-color: #0e0e0e;
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
}
/* end section seasons */

/* start section heroes */
.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%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
.slick-prev {
  z-index: 2;
  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;
}

/* end section heroes */

/* start footer */
.copy {
  padding: 14px 0 15px;
  text-align: center;
}

/* end footer */

/* season-1 */
/* start header */
.menu__list-link--active {
  color: #85ccdc;
  text-decoration: underline;
}
.page-header {
  background-image: url("../images/season-1bg.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.menu__container {
  max-width: 1385px;
  margin: 0 auto;
  position: relative;
}

.page-logo {
  position: absolute;
  left: 0;
}

.season-info {
  display: flex;
  max-width: 1385px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #0e0e0e;
  padding: 44px 47px 64px 35px;
}
.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 header */
.season2-header {
  background-image: url("../images/season2-bg.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media (max-width: 1366px) {
  .logo__img {
    width: 80%;
  }
  .menu__list-link {
    font-size: 24px;
    line-height: 32px;
  }
  .page-header {
    height: 120vh;
  }
  .page-logo {
    left: 10px;
    top: -6px;
  }
}

@media (max-width: 1250px) {
  .about__info {
    margin-right: 120px;
    margin-left: 20px;
  }
  .seasons__item {
    height: 340px;
  }
  .heroes__inner {
    display: block;
    padding: 0px 20px;
  }
  .heroes__slider-text {
    max-width: 100%;
    padding-top: 50px;
  }
  .heroes__slider-img {
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  .about__info {
    margin-right: 35px;
    margin-left: 30px;
  }
  .seasons__inner {
    grid-gap: 91px 35px;
  }
  .page-logo {
    top: 60px;
  }
  .page-header {
    height: 140vh;
  }
  .season-info {
    display: block;
    padding: 25px 20px 0 20px;
  }
  .season-info__num {
    display: flex;
    margin-bottom: 6px;
    font-size: 50px;
    line-height: 17px;
  }
  .season-info__num span {
    font-size: 30px;
    line-height: 30px;
    padding-left: 5px;
  }
}

@media (max-width: 768px) {
  body {
    line-height: 19px;
  }
  .about__inner {
    display: block;
  }
  .about__text {
    padding: 0 15px;
  }
  .section-page {
    padding: 50px 0;
  }
  .title {
    margin-bottom: 55px;
    font-size: 28px;
    line-height: 36px;
  }
  .video__text {
    font-size: 48px;
    line-height: 56px;
  }
  .video__text span {
    padding-right: 200px;
  }
  .video__btn {
    margin-right: 55px;
    padding-left: 90px;
  }
  .video__text {
    margin-bottom: 70px;
  }

  .video__btn::before {
    width: 80px;
    height: 80px;
    background-size: cover;
    top: -30px;
  }
  .heroes__name {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 25px;
  }
  .season-info__num {
    font-size: 35px;
    line-height: 24px;
  }
  .season-info__num span {
    font-size: 25px;
  }
  .season-info {
    padding: 10px 10px 0 10px;
  }
  .page-header {
    height: 170vh;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
    line-height: 19px;
  }
  .logo {
    position: absolute;
    top: 190px;
  }
  .menu__btn {
    display: block;
    width: 45px;
    height: 36px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .menu__btn span {
    background-color: #fff;
    height: 3px;
    width: 100%;
  }
  .menu__btn::after,
  .menu__btn::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
  }

  .menu__btn::before {
    top: 0;
    left: 0;
  }
  .menu__btn::after {
    bottom: 0;
    left: 0;
  }
  .menu {
    padding: 10px 0 10px;
    background: linear-gradient(
      180deg,
      #111213 0%,
      #111213 17.62%,
      rgba(32, 31, 33, 0) 74.33%
    );
    text-align: center;
  }
  .menu__list {
    display: block;
    transform: translateY(-130%);
    transition: all 0.3s;
  }
  .menu__list.menu__list--active {
    transform: translateY(0);
    padding: 20px 0 40px;
    background: linear-gradient(
      180deg,
      #111213 0%,
      #111213 88.62%,
      rgba(32, 31, 33, 0) 99.33%
    );
  }

  .menu__list-link {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    padding: 8px 0;
    line-height: 24px;
  }

  .logo__img {
    width: 55%;
  }
  .slick-btn {
    display: none;
  }
  .page-logo {
    top: 0;
  }
  .page-header {
    height: 180vh;
  }
}
@media (max-width: 540px) {
  .page-header {
    height: 225vh;
  }
}
@media (max-width: 415px) {
  .seasons__item {
    height: 203px;
  }
}

@media (max-width: 390px) {
  .video__text {
    padding-top: 40vh;
    margin-bottom: 145px;
  }
  .video__text span {
    padding-right: 37px;
  }
  .video__btn {
    margin-right: 30px;
    padding-left: 30px;
  }
  .video__btn::before {
    top: -90px;
    left: 100px;
  }
}
