.animation_info_film {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.box_film_info_Poster {
  position: relative;
}
.animation_square_info_film {
  width: 822px;
  height: 822px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  transition: transform 2s, right 2s;
  transform: rotate(50deg);
  right: -100%;
  top: 350px;
  z-index: -1;
}
.box_film_info_Poster .animation_square_info_film {
  right: -25%;
  transform: rotate(93deg);
}
.title_film_info {
  color: var(--black, #000);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.text_film_info {
  color: var(--black, #000);

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text_film_info p strong {
  font-weight: 700;
}

.box_text_film_info {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
.secton_film_info {
  margin-top: 128px;
}
.box_film_info {
  min-height: 720px;
  justify-content: space-between;
  display: flex;
  position: relative;
}
.box_film_info_btn {
  display: flex;
  gap: 8px;
}
.container_film_info_text {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.container_film_info {
  display: flex;
  flex-direction: column;
  gap: 116px;
  position: relative;
  overflow: hidden;
}
.film_info_Poster {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;

  position: absolute;

  width: 526px;
  height: 751px;
  z-index: 2;
}
.img_carousel_film_info {
  border-radius: 8px;
  object-fit: cover;
}
.box_carouse_film_info {
  display: flex;
}
.film_slider {
  gap: 32px;
 
}
.box_carousel_film_info {
  max-height: 390px;
}
.box_carousel_film_info .owl-item {
  margin-right: 24px; /* Добавляем отступ между слайдами */
}
.text_film_info_link {
  color: var(--grey-50, #767575);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.container_film_info_link {
  display: flex;
  justify-content: space-between;
}
.box_film_info_link {
  display: flex;
  gap: 16px;
  align-items: center;
}
.film_btn {
  width: 128px;
  height: 28px;
  border-radius: 100px;
  border: 2px solid var(--red-base, #d8251d);
  background-color: #ffff;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.film_btn:hover{
  background-color: #971A14;
  border: 2px solid var(--red-base, #971A14);
}
.film_btn:hover p{
  color: #fff;
}
.film_btn:hover .icon_pgf{
  content: url("../resources/Icons_pgf_fff.svg");
}
.film_btn:hover .icon_xls{
  content: url("../resources/Icons_xls_fff.svg");
  width: 16px;
  height: 16px;
}

.film_btn:hover .hover_button_about_the_film {
  opacity: 1;
  top: 3.5px;
  left: 3px;
  transform: rotate(1deg);
}

.film_btn_text {
  color: var(--red-base, #d8251d);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.rolling_plans_v2 {
  display: block;
}
@media (max-width: 1399px) {
  .film_info_Poster {
    width: 451px;
    height: 644px;
  }
  .animation_square_info_film {
    width: 822px;
    height: 822px;
    transform: rotate(50deg);
    right: -150%;
    top: 350px;
  }
  .box_film_info_Poster .animation_square_info_film {
    right: -50%;
    transform: rotate(93deg);
  }
}
@media (max-width: 1199px) {
  .box_carousel_film_info {
    max-height: 282px;
  }
  .box_film_info{
    min-height: 550px;
    height: fit-content;
  }
  .film_info_Poster {
    width: 376px;
    height: 539px;
  }
  .animation_square_info_film {
    width: 822px;
    height: 822px;
    transform: rotate(50deg);
    right: -150%;
    top: 350px;
  }
  .box_film_info_Poster .animation_square_info_film {
    right: -85%;
    transform: rotate(93deg);
  }
}
@media (max-width: 991px) {
  .box_carousel_film_info {
    max-height: 210px;
  }
  .container_film_info_link {
    flex-direction: column;
    align-items: center;
    gap: 24px;
   padding-top: 30px;
  }
  .film_info_Poster {
    width: 276px;
    height: 394px;
  }
  .animation_square_info_film {
    width: 822px;
    height: 822px;
    transform: rotate(50deg);
    right: -200%;
    top: 350px;
  }
  .box_film_info{
    min-height: 400px;
    height: fit-content;
  }
  .box_film_info_Poster .animation_square_info_film {
    right: -150%;
    transform: rotate(93deg);
  }
  .rolling_plans_v2 {
    display: none;
  }
  .secton_film_info {
    margin-top: 80px;
  }
  .container_film_info_text {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .box_carousel_film_info {
    max-height: 156px;
  }
  .box_film_info {
    flex-direction: column;
    gap: 80px;
    min-height: fit-content;
  }
  .box_film_info_btn {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .film_info_Poster {
    width: 516px;
    height: 737px;
  }
  .box_film_info_Poster {
    position: relative;
    height: 737px;
  }
  .animation_square_info_film {
    width: 822px;
    height: 822px;
    transform: rotate(50deg);
    right: -200%;
    top: 290px;
  }
  .box_film_info_Poster .animation_square_info_film {
    right: -95%;
    transform: rotate(90deg);
  }
}
@media (max-width: 575px) {
  .title_film_info {
    font-size: 24px;
  }
  .box_film_info{
    min-height: fit-content;
  }
  .container_film_info{
    gap: 80px;
  }
  .box_carousel_film_info .owl-item {
    margin-right: 5px; /* Добавляем отступ между слайдами */
  }.box_film_info_Poster
  .film_info_Poster {
    position: relative;
    width: 370px;
    height: 528px;
  }
  .box_film_info_Poster {
    height: auto;
    display: flex;
    justify-content: center;
  }
  .text_film_info {
    font-size: 14px;
  }
  .box_carousel_film_info {
    max-height: 219px;
  }
  .img_carousel_film_info {
    max-height: 219px;
    object-fit: cover;
  }
  .animation_square_info_film {
    width: 822px;
    height: 822px;
    transform: rotate(50deg);
    right: -200%;
    top: 90px;
  }
  .box_film_info_Poster .animation_square_info_film {
    right: -153%;
    transform: rotate(90deg);
  }
}
