.Full_Screen_film {
  height: fit-content;
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.film_1 {
  background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.7) 41.76%,
      #000 100%
    ),
    url(../resources/film_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.film_info {
  height: fit-content;
  min-height: 100vh;
}
.film_rating {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.box_title_film {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.container_text_film {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.box_text_film {
  display: flex;
  gap: 30px;
}
.film_parameter {
  color: var(--white, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}
.film_data {
  color: var(--white, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.title_film_parameter {
  color: var(--white, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.box_film_text {
  margin-bottom: 6px;
}
.box_title_film_parameter {
  margin-bottom: 8px;
}
.box_roles_film {
  display: flex;
  flex-direction: column;
}
.box_roles_film_v2 {
  display: none;
  flex-direction: column;
}
.box_roles_film_v3 {
  display: none;
  flex-direction: column;
}
.arrow_back_film {
  width: 48px;
  height: 48px;
  margin-bottom: 4px;
}
.arrow_back_film:hover {
  content: url("../resources/Arrow_left_red.svg");
}
.slide_vidio_v2 {
  width: 411px;
  height: 231px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15),
    0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.slaider_conteiner {
  height: fit-content;
min-height: 100vh;
  padding-top: 86px;
  display: flex;
  align-content: flex-end;
  gap: 20px;
}
.display_block_390px {
  display: none;
}
@media (max-width: 991px) {
  .slide_vidio_v2 {
    margin-left: 24px;
    height: 208px;
  }
  .slaider_conteiner {
    align-content: flex-end;
    justify-content: center;
    gap: 20px;
  }
  .Full_Screen_film {
    height: fit-content;
  }
  .box_title_film {
    padding-top: 109px;
  }
}
@media (max-width: 575px) {
  .slide_title {
    font-size: 28px;
  }
  .arrow_back_film {
    width: 32px;
    height: 32px;
  }
  .film_rating {
    font-size: 12px;
  }
  .slide_text {
    font-size: 14px;
  }
  .title_film_parameter {
    font-size: 14px;
  }
  .film_parameter {
    font-size: 14px;
  }
  .film_data {
    font-size: 14px;
  }
  .box_text_film {
    gap: 15px;
  }
  .box_roles_film {
    display: none;
  }
  .box_roles_film_v2 {
    display: flex;
  }
}
@media (max-width: 389px) {
  .slide_vidio_v2 {
    display: none;
  }
  .box_roles_film_v2 {
    display: none;
  }
  .box_roles_film_v3 {
    display: flex;
  }
  .display_block_390px {
    display: block;
  }
  .display_none_390px {
    display: none;
  }
}
