.box_Plan_page {
  display: flex;
  justify-content: space-between;
}
.container_Plan_page {
  padding-top: 67px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.img_Plan_page_film {
  height: 280px;
}
.Plan_page_film {
  display: flex;
  gap: 24px;
}
.Plan_page_title {
  color: var(--black, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.box_Plan_page_film_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.box_Plan_page_country {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.box_text_Plan_page {
  display: flex;
}
.width_about_film {
  width: 120px;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .Plan_page_film {
    flex-direction: column;
  }
  .img_Plan_page_film{
    height: auto;
  }
}
@media (max-width: 575px) {
    .Plan_page_title{
        font-size: 16px;
    }
    .width_about_film{
        margin-top: 8px;
    }
    .link_news_pages_text{
        font-size: 10px;
    }
}
