.list_inner {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.block_film .img_block img, .inner_video .video_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inner_video {
  position: relative;
  margin-top: 21px;
  border-radius: 10px;
  padding-bottom: 63%;
}
.playing.inner_video video,
.playing.inner_video iframe {
  opacity: 1;
}
.playing.inner_video .video_btn {
  opacity: 0;
  pointer-events: none;
}
.inner_video iframe {
  width: 100%;
}
.inner_video .name_video {
  text-transform: uppercase;
  font-size: 150%;
  line-height: 19px;
  color: #ffffff;
  text-align: left;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .inner_video .name_video {
    font-size: 120%;
    line-height: 16px;
    color: #000000;
  }
}
.inner_video .date_info {
  font-size: 160%;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .inner_video .date_info {
    font-size: 120%;
    line-height: 18px;
    color: #000000;
  }
}
.inner_video .info_inner {
  position: absolute;
  left: 0;
  padding: 0 20px;
  bottom: 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.inner_video .info_inner .section_title {
  text-align: left;
  color: #ffffff;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .inner_video .info_inner .section_title {
    color: #000000;
  }
}
@media screen and (max-width: 767px) {
  .inner_video .info_inner {
    bottom: 5px;
    padding: 0 7px;
  }
}
.inner_video .trailer_title {
  font-family: "mardoto-bold", "roboto-bold";
  text-transform: uppercase;
  text-align: left;
  font-size: 140%;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .inner_video .trailer_title {
    font-size: 120%;
    line-height: 16px;
  }
}
.inner_video .video_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: linear-gradient(0.86deg, #000000 4.41%, rgba(0, 0, 0, 0) 40.5%);
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
  padding: 0;
  margin: 0;
  font-size: unset;
}
.inner_video .video_btn:hover {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.inner_video .video_btn:hover:before {
  border-color: #4F8EB3;
}
.inner_video .video_btn:hover:after {
  border-color: transparent #AA241F;
}
.inner_video .video_btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_video .video_btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .inner_video .video_btn:before {
    width: 95px;
    height: 95px;
  }
}
@media screen and (max-width: 990px) {
  .inner_video .video_btn:before {
    width: 41px;
    height: 41px;
  }
}
.inner_video .video_btn:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-style: solid;
  border-color: transparent #ffffff;
  z-index: 2;
  pointer-events: none;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .inner_video .video_btn:after {
    width: 38px;
    height: 38px;
    border-width: 20px 0 20px 30px;
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 990px) {
  .inner_video .video_btn:after {
    width: 7px;
    height: 7px;
    border-width: 3px 0 3px 7px;
  }
}

.inner_video .video_btn img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.video_live {
  max-width: 1180px;
  margin: 0 auto 40px;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
}

.cinema_bg {
  height: 540px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cinema_page {
  background: linear-gradient(90.5deg, #10040E 1.58%, #0F0810 98.89%);
}
.cinema_page > .page_container {
  position: relative;
}

.inner_top {
  display: flex;
  flex-wrap: wrap;
}

.film_name {
  font-family: "mardoto-bold", "roboto-bold";
  font-size: 140%;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

.info_film {
  position: absolute;
  bottom: 0;
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
}
.info_film .city_name,
.info_film .time_main {
  color: #ffffff;
  padding: 0 0 8px;
  opacity: 0;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block_film {
  display: block;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.block_film .img_block {
  display: block;
  position: relative;
  padding-bottom: 63%;
  border-radius: 10px;
}
.block_film .img_block img {
  border-radius: 10px;
  object-fit: cover;
}
.block_film:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  right: 0;
  border-radius: 10px;
}

.list_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px 0;
}
.list_inner li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 990px) {
  .cinema_bg {
    margin-top: 60px;
    height: 380px;
  }

  .list_film {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .list_inner li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .cinema_bg {
    margin-top: 0;
    height: 230px;
  }

  .list_film {
    bottom: 40px;
  }
}
@media screen and (max-width: 359px) {
  .cinema_bg {
    height: 160px;
  }
}
.web .block_film {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .block_film:hover .info_film {
  z-index: 2;
}
.web .block_film:hover .info_film .city_name,
.web .block_film:hover .info_film .time_main {
  opacity: 1;
}
.web .block_film:hover img {
  opacity: 1;
}
.web .block_film:hover:before {
  opacity: 1;
}

.touch .block_film .info_film {
  z-index: 2;
}
.touch .block_film .info_film .city_name,
.touch .block_film .info_film .time_main {
  opacity: 1;
}
.touch .block_film img {
  opacity: 1;
}
.touch .block_film:before {
  opacity: 1;
}

.inner_video .video_btn img {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/*# sourceMappingURL=cinema.css.map */
