/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(../css/animate.css);
@import url("https://fonts.googleapis.com/css?family=Rubik+Mono+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:400,700,900&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=cyrillic");
@import url(../src/fonts/stylesheet.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

*,
*:after,
*:before {
  box-sizing: border-box; }

body {
  background: #060405 url(../src/img/bg/main-bg2.jpg) top right -150% no-repeat;
  background-size: contain;
  background-attachment: fixed;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: white;
  cursor: default; }
  @media (max-width: 360px) {
    body {
      background-size: contain; } }
  @media (min-width: 371px) {
    body {
      font-size: 12px; } }
  @media (min-width: 566px) {
    body {
      font-size: 12px; } }
  @media (min-width: 666px) {
    body {
      font-size: 12px; } }
  @media (min-width: 768px) {
    body {
      font-size: 12px; } }
  @media (min-width: 811px) {
    body {
      font-size: 12px; } }
  @media (min-width: 1200px) {
    body {
      font-size: 12px; } }

.btn-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 10;
  border: none;
  outline: none;
  background: #535d67;
  border-radius: 50px;
  padding: 15px 20px;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  box-shadow: 0 0 10px black; }
  .btn-top:hover {
    background: #232323;
    transition: 0.2s ease-in-out;
    box-shadow: 0 0 30px black; }

.section-wars {
  font-family: 'Roboto', sans-serif; }
  .section-wars-wraper .container {
    width: 90%;
    max-width: 1060px;
    padding-bottom: 115px;
    padding-top: 90px;
    margin: auto; }
    @media (max-width: 360px) {
      .section-wars-wraper .container {
        padding-top: 150px; } }
    @media (min-width: 371px) {
      .section-wars-wraper .container {
        padding-top: 150px; } }
    @media (min-width: 566px) {
      .section-wars-wraper .container {
        padding-top: 150px; } }
    @media (min-width: 666px) {
      .section-wars-wraper .container {
        padding-top: 150px; } }
    @media (min-width: 768px) {
      .section-wars-wraper .container {
        padding-top: 350px; } }
    @media (min-width: 811px) {
      .section-wars-wraper .container {
        padding-top: 150px; } }
    @media (min-width: 1200px) {
      .section-wars-wraper .container {
        padding-top: 90px; } }
    .section-wars-wraper .container .header {
      display: flex;
      align-items: center; }
      @media (max-width: 360px) {
        .section-wars-wraper .container .header {
          flex-direction: column; } }
      @media (min-width: 371px) {
        .section-wars-wraper .container .header {
          flex-direction: column; } }
      @media (min-width: 566px) {
        .section-wars-wraper .container .header {
          flex-direction: column; } }
      @media (min-width: 666px) {
        .section-wars-wraper .container .header {
          flex-direction: column; } }
      @media (min-width: 768px) {
        .section-wars-wraper .container .header {
          flex-direction: row; } }
      @media (min-width: 811px) {
        .section-wars-wraper .container .header {
          flex-direction: column; } }
      @media (min-width: 1200px) {
        .section-wars-wraper .container .header {
          flex-direction: row; } }
      .section-wars-wraper .container .header .nav {
        font-size: 16px; }
        @media (max-width: 360px) {
          .section-wars-wraper .container .header .nav {
            font-size: 13px;
            margin-top: 25px; } }
        @media (min-width: 371px) {
          .section-wars-wraper .container .header .nav {
            font-size: 15px;
            margin-top: 25px; } }
        @media (min-width: 566px) {
          .section-wars-wraper .container .header .nav {
            font-size: 15px;
            margin-top: 25px; } }
        @media (min-width: 666px) {
          .section-wars-wraper .container .header .nav {
            font-size: 15px;
            margin-top: 25px; } }
        @media (min-width: 768px) {
          .section-wars-wraper .container .header .nav {
            font-size: 16px;
            margin-top: 0; } }
        @media (min-width: 811px) {
          .section-wars-wraper .container .header .nav {
            font-size: 16px;
            margin-top: 25px; } }
        @media (min-width: 1200px) {
          .section-wars-wraper .container .header .nav {
            font-size: 16px;
            margin-top: 0; } }
        .section-wars-wraper .container .header .nav__link {
          text-decoration: none;
          color: white;
          margin-right: 15px;
          line-height: 1;
          display: inline-block;
          cursor: pointer;
          position: relative;
          transition: 0.3s ease-out; }
          .section-wars-wraper .container .header .nav__link:after {
            display: block;
            content: "";
            height: 2px;
            width: 0%;
            transition: width 0.3s ease-in-out;
            left: 50%;
            position: absolute;
            transform: translateX(-50%); }
          .section-wars-wraper .container .header .nav__link:hover {
            color: #0078f2;
            transition: 0.3s ease-out; }
          .section-wars-wraper .container .header .nav__link:hover:after, .section-wars-wraper .container .header .nav__link:focus:after {
            width: 100%; }
      .section-wars-wraper .container .header__logo {
        margin-right: 70px; }
        @media (max-width: 360px) {
          .section-wars-wraper .container .header__logo {
            margin-right: 0px; } }
        @media (min-width: 371px) {
          .section-wars-wraper .container .header__logo {
            margin-right: 0px; } }
        @media (min-width: 566px) {
          .section-wars-wraper .container .header__logo {
            margin-right: 0px; } }
        @media (min-width: 666px) {
          .section-wars-wraper .container .header__logo {
            margin-right: 0px; } }
        @media (min-width: 768px) {
          .section-wars-wraper .container .header__logo {
            margin-right: 70px; } }
        @media (min-width: 811px) {
          .section-wars-wraper .container .header__logo {
            margin-right: 0px; } }
        @media (min-width: 1200px) {
          .section-wars-wraper .container .header__logo {
            margin-right: 70px; } }
    .section-wars-wraper .container .main .hero__subtitle {
      font-family: 'Proxima Nova Cn Bl';
      font-size: 40px;
      line-height: 100%;
      margin-top: 78px;
      display: block; }
    .section-wars-wraper .container .main .hero__title {
      font-size: 64px;
      line-height: 110%;
      margin-top: 5px;
      margin-bottom: 25px;
      font-family: 'Proxima Nova Cn Bl'; }
      @media (max-width: 360px) {
        .section-wars-wraper .container .main .hero__title {
          font-size: 35px; } }
      @media (min-width: 371px) {
        .section-wars-wraper .container .main .hero__title {
          font-size: 40px; } }
      @media (min-width: 566px) {
        .section-wars-wraper .container .main .hero__title {
          font-size: 40px; } }
      @media (min-width: 666px) {
        .section-wars-wraper .container .main .hero__title {
          font-size: 40px; } }
      @media (min-width: 768px) {
        .section-wars-wraper .container .main .hero__title {
          font-size: 40px; } }
      @media (min-width: 811px) {
        .section-wars-wraper .container .main .hero__title {
          font-size: 45px; } }
      @media (min-width: 1200px) {
        .section-wars-wraper .container .main .hero__title {
          font-size: 64px; } }
    .section-wars-wraper .container .main .hero__description {
      font-size: 18px;
      line-height: 150%;
      color: #AFAFAF;
      @iclude font-roboto;
      max-width: 572px; }
    .section-wars-wraper .container .main .hero__premier {
      font-size: 18px;
      line-height: 150%;
      color: #B02000;
      display: block;
      margin-bottom: 5px; }
    .section-wars-wraper .container .main .hero__date {
      font-size: 24px;
      line-height: 150%;
      display: block;
      margin-bottom: 46px; }
    .section-wars-wraper .container .main .hero .button {
      animation-iteration-count: infinite;
      display: inline-block; }
    .section-wars-wraper .container .main .hero .button-play {
      position: relative;
      text-decoration: none;
      border-radius: 300px;
      color: #fff;
      border: none;
      background: linear-gradient(90deg, #FB641A 0%, #FC3309 100%);
      padding: 25px 35px;
      padding-right: 80px;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 16px;
      display: inline-block;
      outline: none; }
      .section-wars-wraper .container .main .hero .button-play:after {
        content: '';
        position: absolute;
        width: 65px;
        height: 65px;
        background: #fff url(../src/img/bg/play.svg) center no-repeat;
        background-position: 13px 15px;
        border-radius: 50%;
        right: 0;
        top: 0; }
      .section-wars-wraper .container .main .hero .button-play:before {
        content: '';
        width: 81px;
        height: 81px;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        position: absolute;
        right: -8px;
        top: -8px; }
    .section-wars-wraper .container .main .episodes__title {
      font-size: 18px;
      line-height: 150%;
      margin-bottom: 25px; }
    .section-wars-wraper .container .main .episodes .slider {
      display: flex;
      flex-wrap: wrap; }
      .section-wars-wraper .container .main .episodes .slider__image {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -2; }
      .section-wars-wraper .container .main .episodes .slider__item {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-width: 250px;
        min-height: 200px;
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 30px;
        box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        transition: all 0.2s;
        z-index: 1; }
        .section-wars-wraper .container .main .episodes .slider__item:hover:before {
          background: rgba(64, 101, 255, 0.86);
          transition: 0.2s; }
        .section-wars-wraper .container .main .episodes .slider__item:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          z-index: -1;
          width: 100%;
          height: 100%;
          background: rgba(80, 80, 80, 0.86);
          transition: 0.2s; }
      .section-wars-wraper .container .main .episodes .slider__year {
        font-size: 18px;
        line-height: 150%; }
      .section-wars-wraper .container .main .episodes .slider__title {
        font-size: 15px;
        line-height: 150%; }
      .section-wars-wraper .container .main .episodes .slider__rating {
        font-size: 13px;
        line-height: 100%; }
        .section-wars-wraper .container .main .episodes .slider__rating-label {
          margin-right: 10px; }
        .section-wars-wraper .container .main .episodes .slider__rating-stars .star {
          display: inline-block;
          width: 12px;
          height: 12px;
          background: url(../src/img/bg/star.svg) no-repeat center; }
        .section-wars-wraper .container .main .episodes .slider__rating-stars .star-o {
          display: inline-block;
          width: 12px;
          height: 12px;
          background: url(../src/img/bg/star-o.svg) no-repeat center; }
      .section-wars-wraper .container .main .episodes .slider__watch {
        display: flex;
        justify-content: center;
        margin-top: 0px;
        text-align: center;
        position: absolute;
        margin-left: 100px;
        animation-iteration-count: infinite; }
        @media (max-width: 360px) {
          .section-wars-wraper .container .main .episodes .slider__watch {
            margin-left: 100px; } }
        @media (min-width: 371px) {
          .section-wars-wraper .container .main .episodes .slider__watch {
            margin-left: 170px; } }
        @media (min-width: 566px) {
          .section-wars-wraper .container .main .episodes .slider__watch {
            margin-left: 170px; } }
        @media (min-width: 666px) {
          .section-wars-wraper .container .main .episodes .slider__watch {
            margin-left: 170px; } }
        @media (min-width: 768px) {
          .section-wars-wraper .container .main .episodes .slider__watch {
            margin-left: 170px; } }
        @media (min-width: 811px) {
          .section-wars-wraper .container .main .episodes .slider__watch {
            margin-left: 120px; } }
        @media (min-width: 1200px) {
          .section-wars-wraper .container .main .episodes .slider__watch {
            margin-left: 100px; } }
        .section-wars-wraper .container .main .episodes .slider__watch-link {
          text-decoration: none;
          color: #fff;
          background: linear-gradient(90deg, #FB641A 0%, #FC3309 100%);
          height: 30px;
          width: 100px;
          padding-top: 9px;
          border-radius: 5px;
          transition: 0.2s ease-out; }
      .section-wars-wraper .container .main .episodes .slider__nav--left {
        border: none;
        background: transparent no-repeat center url(../src/img/bg/arrow-left.svg);
        height: 32px;
        width: 32px;
        margin-right: 5px;
        cursor: pointer;
        outline: none; }
        .section-wars-wraper .container .main .episodes .slider__nav--left span {
          display: none; }
        .section-wars-wraper .container .main .episodes .slider__nav--left:hover {
          background: transparent no-repeat center url(../src/img/bg/arrow-left-blue.svg); }
        .section-wars-wraper .container .main .episodes .slider__nav--left:focus {
          background: transparent no-repeat center url(../src/img/bg/arrow-left-blue.svg); }
      .section-wars-wraper .container .main .episodes .slider__nav--right {
        border: none;
        background: transparent no-repeat center url(../src/img/bg/arrow-right.svg);
        height: 32px;
        width: 32px;
        margin-left: 5px;
        cursor: pointer;
        outline: none; }
        .section-wars-wraper .container .main .episodes .slider__nav--right span {
          display: none; }
        .section-wars-wraper .container .main .episodes .slider__nav--right:hover {
          background: transparent no-repeat center url(../src/img/bg/arrow-right-blue.svg); }
        .section-wars-wraper .container .main .episodes .slider__nav--right:focus {
          background: transparent no-repeat center url(../src/img/bg/arrow-right-blue.svg); }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

::-webkit-scrollbar {
  width: 15px; }

::-webkit-scrollbar-track {
  background: #d4d4d4;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset; }

::-webkit-scrollbar-thumb {
  background: #939393;
  border-radius: 8px;
  border: 3px solid #d4d4d4; }

::-webkit-scrollbar-thumb:hover {
  background: #7c7c7c; }
