a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.2;
  color: rgb(184, 197, 201);
}

a {
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  outline: 0;
}

img, svg {
  max-width: 100%;
}

* {
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

input, textarea, button, select {
  outline: none;
}

body {
  position: relative;
  overflow-x: hidden;
}

textarea {
  resize: none;
}

button, label, a {
  cursor: pointer;
}

input:focus {
  background-color: inherit;
  color: inherit;
  outline: none;
}

.container {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}

.yellow {
  padding: 12px 20px;
  border-radius: 35px;
  font-family: "Open Sans", serif;
  color: #242424;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(180deg, #FFFAC1 0%, #DED469 100%);
  text-transform: uppercase;
}

.red {
  padding: 12px 20px;
  border-radius: 35px;
  font-family: "Open Sans", serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(180deg, #EF3E23 0%, #892414 100%);
  text-transform: uppercase;
}

.dark_bg {
  background-color: #131313;
}

.light-dark_bg {
  background-color: #2C2C2C;
}

header {
  height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  background: #131313;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu {
  font-family: "Roboto", serif;
}
header .menu ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
header .menu a.active {
  color: #DB3921;
}
header.main_page_header {
  background: linear-gradient(0deg, rgba(2, 0, 1, 0.5) 0%, #060606 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.main_screen {
  height: 100vh;
  min-height: 850px;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url("../images/main_screen.jpg");
  background-size: cover;
}
.main_screen .mobile_video {
  display: none;
}
.main_screen .desktop_video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.main_screen_overlay {
  background: rgba(6, 6, 6, 0.5019607843);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main_screen .container {
  z-index: 3;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.main_screen .container h1 {
  font-size: 64px;
  font-weight: 800;
  font-family: "Open Sans", serif;
  color: #fff;
}
.main_screen_subtitle {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
}
.main_screen_type {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #FFF370;
  font-family: "Roboto", serif;
}
.main_screen_btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.first_screen {
  /* height: 100vh;
  min-height: 850px; */
  aspect-ratio: 16/10;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url("../images/first_screen.jpg");
  background-size: cover;
}
.first_screen_socials {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.first_screen_socials a {
  width: 37px;
  height: 37px;
  background-color: #EC1411;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first_screen .watch_trailer {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.first_screen .watch_trailer p {
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.first_screen .watch_trailer .play {
  cursor: pointer;
}

.front_page header {
  background: unset;
}
/* .front_page header .red {
  display: none;
} */

.front_page {
  background: linear-gradient(183.21deg, #111111 0%, #EC1411 4.74%, #111111 94.86%);
}

.gradient_btn {
  margin-top: auto;
  font-family: "Inter", serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 14px;
  position: relative;
  z-index: 1;
}
.gradient_btn .over {
  border-radius: 14px;
  background-image: linear-gradient(180deg, #FFFAC1 0%, #DED469 100%);
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  position: absolute;
  padding: 1px;
  z-index: 1;
}
.gradient_btn .inner {
  padding: 9px 40px;
  position: relative;
  z-index: 2;
  border-radius: 14px;
  background-color: #161616;
}
.gradient_btn span {
  background: linear-gradient(180deg, #FFFAC1 0%, #DED469 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.header_mobile_menu {
  display: none;
}

.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 6;
  transition: opacity 0.5s;
  background-color: rgba(6, 6, 6, 0.5019607843);
  pointer-events: none;
  opacity: 0;
}
.overlay.active {
  opacity: 1;
  pointer-events: all;
}

.popup {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 840px;
  width: 90%;
  position: fixed;
  z-index: 7;
  transition: opacity 0.5s;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.popup.active {
  opacity: 1;
  pointer-events: all;
}
.popup_close {
  width: 29px;
  height: 29px;
  border: 1px solid #858585;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 13px;
  overflow: hidden;
}
.popup_video {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
.popup_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup_info {
  width: 100%;
  background: linear-gradient(180deg, #FFFAC1 0%, #DED469 100%);
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.popup_info_name {
  font-size: 32px;
  font-weight: 600;
  font-family: "Open Sans", serif;
  color: #242424;
}
.popup_info_type {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", serif;
  color: #242424;
}

.header_mobile {
  display: none;
}

.watch_film_block{
  padding: 140px 0 70px;
}
.watch_film_block h1{
  font-size: 48px;
  font-weight: 800;
  font-family: "Open Sans", serif;
  color: #fff;
}
.watch_film_block .pay{
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", serif;
  line-height: 1.6;
  color: #fff;
}
.watch_film_block .process{
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", serif;
  line-height: 1.6;
  color: #fff;
}
.watch_film_block ol{
  margin-top: 5px;
  list-style: numeric;
  padding-left: 17px;
}
.watch_film_block li{
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", serif;
  line-height: 1.6;
  color: #fff;
}
.watch_film_block .button_c{
    padding: 12px 20px;
    border-radius: 35px;
    font-family: "Open Sans", serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(180deg, #EF3E23 0%, #892414 100%);
    text-transform: uppercase;
    margin: 20px 0;
    display: block;
    width: max-content;
}


@media (max-width: 1200px) {
  header .menu ul {
    gap: 15px;
  }
  header .container .logo {
    width: 22%;
  }
}
@media (max-width: 880px) {
  header {
    display: none;
  }
  .header_mobile {
    display: block;
    background-color: #131313;
    height: 50px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
  }
  .header_mobile .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_mobile .logo {
    width: 50%;
  }
  .overlay {
    top: 50px;
    height: calc(100% - 50px);
  }
  .header_mobile_menu {
    display: block;
    left: 200%;
    top: 50px;
    width: 85%;
    height: calc(100% - 50px);
    position: fixed;
    z-index: 7;
    transition: left 0.5s;
    background-color: #131313;
    pointer-events: none;
  }
  .header_mobile_menu.active {
    left: 15%;
    pointer-events: all;
  }
  .header_mobile_menu .container {
    margin-top: 20px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .header_mobile_menu ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .header_mobile_menu li {
    text-align: right;
  }
  .header_mobile_menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto", serif;
  }
  .header_mobile_menu li a.active {
    color: #EF3E23;
  }
  .header_mobile_menu .red {
    margin-top: 40px;
  }
  .header_mobile_burger {
    width: 30px;
  }
  .header_mobile_burger path {
    transition: transform 0.25s;
  }
  .header_mobile_burger.active {
    height: 50px;
  }
  .header_mobile_burger.active path:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 5px 3px;
  }
  .header_mobile_burger.active path:nth-of-type(2) {
    display: none;
  }
  .header_mobile_burger.active path:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 5px 25px;
  }
  .red,
  .yellow {
    font-size: 15px;
    padding: 11px 20px;
  }
}
@media (max-width: 768px) {
  .main_screen .container h1 {
    font-size: 40px;
  }
  .main_screen_subtitle {
    font-size: 16px;
  }
  .main_screen_type {
    margin-top: 15px;
  }
  .main_screen_btns {
    margin-top: 25px;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .main_screen {
    min-height: 500px;
    background-image: url("../images/main_mob.jpg");
  }
  .main_screen .mobile_video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
  }
  .main_screen .desktop_video {
    display: none;
  }
  .popup_info {
    padding: 10px 20px;
  }
  .popup_info_name {
    font-size: 20px;
  }
  .popup_info_type {
    font-size: 13px;
  }
  .first_screen_socials a {
    width: 25px;
    height: 25px;
  }
  .first_screen_socials a img, .first_screen_socials a svg {
    max-width: 15px;
    max-height: 15px;
  }
  .first_screen_socials {
    gap: 11px;
  }
  .first_screen {
    height: 90vh;
    min-height: 450px;
    aspect-ratio: unset;
    background-position: center;
    background-image: url('../images/mobile.png');
  }
  .first_screen .watch_trailer {
    top: 45%;
    gap: 10px;
  }
  .first_screen .watch_trailer p {
    font-size: 16px;
  }
  .first_screen .watch_trailer .play {
    width: 50px;
    height: 50px;
  }
  .first_screen .watch_trailer .play svg {
    width: 100%;
    height: 100%;
  }
  .watch_film_block {
      padding: 65px 0 0px;
  }
  .watch_film_block h1{
    font-size: 32px;
  }
  .watch_film_block .pay{
    font-size: 15px;
  }
  .watch_film_block .process{
    margin-top: 10px;
    font-size: 15px;
  }
  .watch_film_block ol{
    padding-left: 15px;
  }
  .watch_film_block li{
    font-size: 15px;
  }
  .watch_film_block .button_c{
      padding: 10px 15px;
      font-size: 15px;
      margin: 10px 0;
  }
}