* {
  box-sizing: border-box;
}
body {
  background-color: #0e0e0e;
  color: #ffffff;

  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.section-page {
  padding: 100px 0;
}
.title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.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,
.menu__list-link--active {
  color: #85ccdc;
  text-decoration: underline;
}
.logo {
  padding-top: 178px;
}
.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: 390px;
  margin-bottom: 40px;
}
.video__text span {
  display: block;
  padding-right: 280px;
}
.video__btn {
  padding-left: 112px;
  position: relative;
  margin-right: 230px;
}
.video__btn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  background-image: url(../images/btnYouTube.svg);
  top: -40px;
}
.seasons__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 100px 75px;
  padding-top: 20px;
  counter-reset: number;
}
.season__item {
  width: 350px;
  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;
}
.season__item:hover .seasons__link {
  opacity: 1;
}
.season__item:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(14, 14, 14, 0.8);
}
/* делаем счетчик  */
.season__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: -73px;
  z-index: -1;
}

.seasons__link {
  font-size: 36px;
  line-height: 42px;
  padding: 12px 78px 11px;
  background-color: #0e0e0e;
  opacity: 0;

  transition: all 0.5s;
  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-color: 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 season1 */
.page-header {
  background-image: url(..//images/season1__bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  position: relative;
}
.menu-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.page-logo {
  position: absolute;
  left: 0;
}
.season-info {
  position: absolute;
  max-width: 1200px;
  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 season1 */
