.list_roles, .creators_block {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.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;
}

.list_film {
  border-radius: 15px;
  background: #ffffff;
  padding: 20px 100px;
  position: relative;
  bottom: 100px;
  overflow: hidden;
}

.seasons_title {
  font-size: 120%;
  line-height: 16px;
  color: #787878;
  margin-top: 3px;
}

.serial_title {
  font-size: 120%;
  line-height: 16px;
  color: #4B4E6A;
  margin-top: 3px;
  font-family: "mardoto-bold", "roboto-bold";
}

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

.top_main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.top_main .page_title {
  color: #AA241F;
  margin-bottom: 11px;
  width: 100%;
}

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

.time_main {
  padding-left: 30px;
}

.time_main,
.city_name {
  font-size: 120%;
  line-height: 14px;
  color: #4B4E6A;
  font-family: "mardoto-bold", "roboto-bold";
}

.addthis_title {
  font-size: 120%;
  line-height: 14px;
  margin-bottom: 10px;
  display: block;
  color: #787878;
}

.addthis_inline_share_toolbox {
  margin-left: auto;
}

.btn_more {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.btn_more:before {
  font-size: 9px;
  padding-left: 10px;
}

.creators_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.creators_block li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.creators_block .creators_name {
  margin-top: 7px;
  display: block;
  font-size: 140%;
  line-height: 18px;
  color: #4B4E6A;
  font-family: "mardoto-bold", "roboto-bold";
}
.creators_block .position_block {
  font-size: 120%;
  line-height: 14px;
  color: #787878;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .video_btn_text {
    padding-bottom: unset;
  }
}
@media screen and (max-width: 767px) {
  .video_btn_text .video_btn {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .video_btn_text .video_btn:after, .video_btn_text .video_btn:before {
    top: 55% !important;
  }
}
@media screen and (max-width: 575px) {
  .video_btn_text .video_btn:after, .video_btn_text .video_btn:before {
    top: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  .video_btn_text .video_btn img {
    height: 420px;
  }
}
@media screen and (max-width: 575px) {
  .video_btn_text .video_btn img {
    height: 280px;
  }
}

.list_roles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.list_roles li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.list_roles .img_block {
  border-radius: 10px;
}
.list_roles .img_block img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
.list_roles .roles_name {
  margin-top: 7px;
  display: block;
  font-size: 140%;
  line-height: 18px;
  color: #4B4E6A;
}
.list_roles .roles_name_film {
  font-size: 120%;
  line-height: 14px;
  color: #787878;
  margin-top: 4px;
}

@media screen and (max-width: 990px) {
  .creators_block li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }

  .video_live {
    margin: 0 auto 20px !important;
  }

  .addthis_title {
    text-align: center;
    margin-top: 10px;
  }

  .list_film {
    padding: 20px;
  }

  .addthis_inline_share_toolbox {
    margin: 10px auto 0;
  }

  .inner_top {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .time_main {
    padding-left: 0;
  }

  .top_main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .top_main .page_title {
    text-align: center;
  }
}
.internal_top {
  height: 315px;
  display: flex;
  align-items: center;
}
.internal_top .top_title {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: #ffffff;
  align-items: end;
  max-width: 260px;
  margin-left: auto;
  position: relative;
}
.internal_top .top_title .page_description {
  font-size: 140%;
  line-height: 16px;
  color: #ffffff;
  margin-top: 10px;
  text-align: end;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.internal_top .top_title .page_title {
  margin-right: 30px;
  text-align: end;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.internal_top .top_title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #ffffff;
}
@media screen and (max-width: 990px) {
  .internal_top {
    height: auto;
    padding-top: 10px;
  }
  .internal_top .top_title .page_description {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .internal_top .top_title .page_title {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.film_description {
  font-size: 140%;
  line-height: 22px;
  color: #262739;
  margin-bottom: 60px;
}

.block_left {
  flex: 1;
  padding: 0 10px;
}

.block_right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}

@media screen and (max-width: 990px) {
  .film_description {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .creators_block li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .list_film .page_row {
    margin: 0;
  }

  .block_right,
.block_left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .creators_block li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.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=block.css.map */
