body {
  background: #fff;
  font-family: GothamPro;
  margin: 0;
}
a {
  cursor: pointer;
  color: #000;
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  position: relative;
}
.main {
  background: url("/static/dist/img/png/main-bg.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .main {
    background: none !important;
  }
}
.main .main-mask {
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
  width: 100%;
  height: 100%;
}
.main .main-mask .main-container {
  height: 100%;
  width: 500px;
  margin-left: 255px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1280px) {
  .main .main-mask .main-container {
    margin-left: 0;
    height: auto;
    width: auto;
    padding-top: 100px;
  }
}
.main .main-mask .main-container .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1024px) {
  .main .main-mask .main-container .content {
    margin-top: 60px;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (max-width: 1280px) {
  .main .main-mask .main-container .content img {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .main .main-mask .main-container .content img {
    max-width: 65%;
  }
}
@media (max-width: 650px) {
  .main .main-mask .main-container .content img {
    max-width: 50%;
  }
}
.main .main-mask .main-container .content a {
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #0063ff;
  box-sizing: border-box;
  border-radius: 100px;
  width: 320px;
  text-decoration: none;
  font-size: 28px;
}
.main .main-mask .main-container .content a span {
  margin: 32px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.main .main-mask .main-container .content a span img {
  margin-right: 16px;
}
.main .main-mask .main-container .content a:hover {
  opacity: 0.7;
}
.main .main-mask .main-container .content a.films {
  margin-bottom: 48px;
  margin-top: 150px;
  background: #0063ff;
  color: #fff;
}
@media (max-width: 1024px) {
  .main .main-mask .main-container .content a.films {
    margin-top: 30px;
  }
}
.main .main-mask .main-container .content a.events {
  color: #0063ff;
}
.container-movie {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.left-line {
  position: absolute;
  right: 0;
  height: 1080px;
}
@media (max-width: 1440px) {
  .left-line {
    right: 0;
  }
}
@media (max-width: 1280px) {
  .left-line {
    height: auto;
    top: 0;
  }
}
@media (max-width: 1200px) {
  .left-line {
    width: 100%;
  }
}
.left-line.left-line-movie {
  position: fixed;
  height: calc(100% - 100px);
  z-index: 1;
}
@media (max-width: 1024px) {
  .left-line.left-line-movie {
    position: relative;
    height: auto;
  }
}
.left-line .blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
@media (max-width: 1280px) {
  .left-line .blocks {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    -ms-flex-align: center;
        align-items: center;
  }
}
.left-line .blocks .mouse {
  margin-bottom: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1280px) {
  .left-line .blocks .mouse {
    display: none;
  }
}
.left-line .blocks .logo {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  margin-top: 50%;
  z-index: 1;
}
@media (max-width: 1100px) {
  .left-line .blocks .logo {
    -ms-transform: none;
        transform: none;
    margin-top: 16px;
  }
}
.left-line .blocks .logo a img {
  width: 177px;
}
.film-container {
  font-family: ProximaNova;
  font-weight: 400;
}
@media (max-width: 720px) {
  .film-container.events-container {
    margin-top: 60px;
  }
}
.film-container p {
  margin: 0;
}
.film-container .film {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 72px;
  height: 100%;
}
@media (max-width: 1600px) {
  .film-container .film {
    margin: 0 36px;
  }
}
@media (max-height: 1280px) {
  .film-container .film {
    height: inherit;
  }
}
@media (max-height: 950px) {
  .film-container .film {
    height: 100%;
    margin-bottom: 32px;
  }
}
.film-container .film.film-section {
  height: auto;
  margin-bottom: 32px;
}
.film-container .film .top-content-movie {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-top: 40px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .film-container .film .top-content-movie {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.film-container .film .top-content-movie .posters-wrap {
  margin-left: 5%;
  position: relative;
}
@media (max-width: 1024px) {
  .film-container .film .top-content-movie .posters-wrap {
    margin-left: 0;
  }
}
.film-container .film .top-content-movie .posters-wrap .posterrs {
  position: absolute;
}
@media (max-width: 1024px) {
  .film-container .film .top-content-movie .posters-wrap .posterrs {
    position: relative;
    margin-top: 32px;
  }
}
.film-container .film .top-content-movie .posters-wrap .posterrs .posters .poster {
  border-radius: 5px;
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .film-container .film .top-content-movie .posters-wrap .posterrs .posters .poster {
    width: 90%;
  }
}
.film-container .film .top-content-movie .posters-wrap .posterrs .tns-nav {
  display: none;
}
.film-container .film .top-content-movie .posters-wrap .posterrs .tns-controls button {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  font-size: 0;
  margin-left: 20px;
  position: absolute;
  z-index: 1;
  left: 10px;
}
.film-container .film .top-content-movie .posters-wrap .posterrs .tns-controls button[data-controls="prev"] {
  top: -20px;
  background: url("/static/dist/img/svg/arrow-mini.svg");
  background-size: cover;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
@media (max-width: 1280px) {
  .film-container .film .top-content-movie .posters-wrap .posterrs .tns-controls button[data-controls="prev"] {
    bottom: calc(50% - 10px);
    top: auto;
    left: -40px;
    right: auto;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
}
.film-container .film .top-content-movie .posters-wrap .posterrs .tns-controls button[data-controls="next"] {
  top: auto;
  bottom: -6px;
  background: url("/static/dist/img/svg/arrow-mini.svg");
  background-size: cover;
}
@media (max-width: 1280px) {
  .film-container .film .top-content-movie .posters-wrap .posterrs .tns-controls button[data-controls="next"] {
    bottom: calc(50% - 10px);
    right: -20px;
    left: auto;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }
}
.film-container .film .top-content-movie .posters-wrap .posterrs .tns-controls button[disabled] {
  display: none;
}
.film-container .film .top-content-movie .posters-wrap .posterrs .tns-controls button:focus {
  border-radius: 32px;
  outline: none;
}
.film-container .film .top-content-movie .cover {
  width: 30%;
  margin-right: 32px;
}
@media (max-width: 1024px) {
  .film-container .film .top-content-movie .cover {
    width: auto;
    margin-right: 0;
  }
}
.film-container .film .top-content-movie .cover img {
  width: 100%;
}
.film-container .film .top-content-movie .info {
  width: 45%;
}
@media (max-width: 1024px) {
  .film-container .film .top-content-movie .info {
    width: auto;
  }
}
.film-container .film .top-content-movie .info .about .characteristics.characteristic-movie {
  -ms-flex-direction: rowfilm-section;
      flex-direction: rowfilm-section;
  margin-top: 32px;
}
.film-container .film .top-content-movie .info .about .characteristics.characteristic-movie .characteristic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.film-container .film .top-content-movie .info .about .characteristics.characteristic-movie .characteristic .key {
  width: 30%;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .film-container .film .top-content-movie .info .about .characteristics.characteristic-movie .characteristic .key {
    width: 50%;
  }
}
.film-container .film .top-content-movie .info .about .characteristics.characteristic-movie .characteristic .value {
  width: 70%;
}
@media (max-width: 1024px) {
  .film-container .film .top-content-movie .info .about .characteristics.characteristic-movie .characteristic .value {
    width: 50%;
  }
}
.film-container .film .top-content-movie .info .about .trailers-wrap {
  position: relative;
  margin-top: 12px;
}
.film-container .film .top-content-movie .info .about .trailers-wrap p.description {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  font-family: ProximaNovaSemibold;
}
.film-container .film .top-content-movie .info .about .trailers-wrap .trailers {
  width: 100%;
}
.film-container .film .top-content-movie .info .about .trailers-wrap .trailers a {
  position: relative;
}
.film-container .film .top-content-movie .info .about .trailers-wrap .trailers a img {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(100% - 10px);
  border-radius: 0;
  max-height: 220px;
  object-fit: cover;
}
.film-container .film .top-content-movie .info .about .trailers-wrap .trailers a::before {
  background: url("/static/dist/img/svg/play.svg");
  width: 60px;
  height: 60px;
  content: '';
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}
.film-container .film .top-content-movie .info .about .trailers-wrap .tns-nav {
  display: none;
}
.film-container .film .top-content-movie .info .about .trailers-wrap .tns-controls button {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .film-container .film .top-content-movie .info .about .trailers-wrap .tns-controls button {
    width: 30px;
    height: 30px;
  }
}
.film-container .film .top-content-movie .info .about .trailers-wrap .tns-controls button[data-controls="prev"] {
  background: url("/static/dist/img/svg/arrow-mini.svg");
  background-size: cover;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  left: -20px;
}
.film-container .film .top-content-movie .info .about .trailers-wrap .tns-controls button[data-controls="next"] {
  background: url("/static/dist/img/svg/arrow-mini.svg");
  background-size: cover;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  right: -20px;
  left: auto;
}
.film-container .film .top-content-movie .info .about .trailers-wrap .tns-controls button[disabled] {
  display: none;
}
.film-container .film .top-content-movie .info .about .trailers-wrap .tns-controls button:focus {
  border-radius: 32px;
  outline: none;
}
.film-container .film .top-content-movie .info .about p.date {
  opacity: 0.4;
  font-size: 16px;
  line-height: 19px;
}
.film-container .film .top-content-movie .info .about p.title {
  font-size: 42px;
  font-weight: 700;
  font-family: ProximaNovaBold;
}
@media (max-width: 1440px) {
  .film-container .film .top-content-movie .info .about p.title {
    font-size: 36px;
    line-height: 30px;
  }
}
@media (max-width: 1280px) {
  .film-container .film .top-content-movie .info .about p.title {
    margin-top: 20px;
  }
}
.film-container .film .top-content-movie .info .about p.tagline {
  font-size: 18px;
  font-weight: 700;
  font-family: ProximaNovaSemibold;
}
.film-container .film .top-content-movie .info .about .description {
  margin-top: 10px;
}
@media (max-width: 1280px) {
  .film-container .film .top-content-movie .info .about .description {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.film-container .film .top-content-movie .info .about .description p {
  font-size: 15px;
  width: 100%;
}
.film-container .film .top-content-movie .info .about .description p.description {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  font-family: ProximaNovaSemibold;
}
.film-container .film .top-content-movie .info .about .characteristics {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1280px) {
  .film-container .film .top-content-movie .info .about .characteristics.characteristic-movie {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.film-container .film .top-content-movie .info .about .characteristics .actors {
  font-family: ProximaNovaSemibold;
}
.film-container .film .top-content-movie .info .about .characteristics .actors p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
.film-container .film .top-content-movie .info .about .characteristics .actors p.actor {
  opacity: 0.4;
}
.film-container .film .top-content-movie .info .about .characteristics .first,
.film-container .film .top-content-movie .info .about .characteristics .second {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1280px) {
  .film-container .film .top-content-movie .info .about .characteristics .first,
  .film-container .film .top-content-movie .info .about .characteristics .second {
    width: auto;
  }
}
.film-container .film .top-content-movie .info .about .characteristics .first .characteristic,
.film-container .film .top-content-movie .info .about .characteristics .second .characteristic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  font-size: 14px;
  line-height: 18px;
  font-family: ProximaNovaSemibold;
}
.film-container .film .top-content-movie .info .about .characteristics .first .characteristic .key,
.film-container .film .top-content-movie .info .about .characteristics .second .characteristic .key {
  width: 200px;
  margin-right: 10px;
}
@media (max-width: 1280px) {
  .film-container .film .top-content-movie .info .about .characteristics .first .characteristic .key,
  .film-container .film .top-content-movie .info .about .characteristics .second .characteristic .key {
    width: 50%;
  }
}
.film-container .film .top-content-movie .info .about .characteristics .first .characteristic .value,
.film-container .film .top-content-movie .info .about .characteristics .second .characteristic .value {
  opacity: 0.4;
}
.film-container .film .top-content {
  height: 65%;
  margin-bottom: 22px;
}
@media (max-width: 1280px) {
  .film-container .film .top-content.events {
    height: auto;
  }
}
@media (max-width: 1280px) {
  .film-container .film .top-content {
    height: auto;
    width: auto;
  }
}
.film-container .film .top-content .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-top: 48px;
  height: calc(100% - 48px);
  position: relative;
  max-width: 90%;
}
@media (max-width: 1280px) {
  .film-container .film .top-content .info {
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
  }
}
.film-container .film .top-content .info .cover {
  width: 511px;
  margin-right: 32px;
  box-shadow: 0px 20px 20px -20px rgba(0,0,0,0.5);
}
@media (max-width: 1920px) {
  .film-container .film .top-content .info .cover {
    width: 27%;
  }
}
@media (max-width: 1440px) {
  .film-container .film .top-content .info .cover {
    width: 25%;
  }
}
@media (max-width: 1366px) {
  .film-container .film .top-content .info .cover {
    width: 20%;
  }
}
@media (max-width: 1280px) {
  .film-container .film .top-content .info .cover {
    width: 100%;
    min-height: 400px;
  }
}
.film-container .film .top-content .info .cover.cover-event {
  width: 40%;
  height: 100%;
}
@media (max-width: 1600px) {
  .film-container .film .top-content .info .cover.cover-event {
    width: 37%;
  }
}
@media (max-width: 1440px) {
  .film-container .film .top-content .info .cover.cover-event {
    width: 35%;
  }
}
@media (max-width: 1366px) {
  .film-container .film .top-content .info .cover.cover-event {
    width: 30%;
  }
}
@media (max-width: 1280px) {
  .film-container .film .top-content .info .cover.cover-event {
    width: 100%;
    min-height: 400px;
  }
}
.film-container .film .top-content .info .about {
  position: relative;
  width: 50%;
}
@media (max-width: 1280px) {
  .film-container .film .top-content .info .about {
    width: auto;
    margin-top: 32px;
  }
}
.film-container .film .top-content .info .about .b-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1280px) {
  .film-container .film .top-content .info .about .b-content {
    position: relative;
  }
}
.film-container .film .top-content .info .about .b-content p {
  font-size: 24px;
  font-family: ProximaNovaSemibold;
  margin-bottom: 30px;
}
.film-container .film .top-content .info .about p.date {
  opacity: 0.4;
  font-size: 16px;
  line-height: 19px;
}
.film-container .film .top-content .info .about p.title {
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
  font-family: ProximaNovaBold;
}
@media (max-width: 1440px) {
  .film-container .film .top-content .info .about p.title {
    font-size: 36px;
    line-height: 30px;
  }
}
@media (max-width: 1280px) {
  .film-container .film .top-content .info .about p.title {
    margin-top: 20px;
  }
}
.film-container .film .top-content .info .about p.tagline {
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  font-family: ProximaNovaSemibold;
}
.film-container .film .top-content .info .about .description {
  margin-top: 2%;
}
@media (max-width: 1280px) {
  .film-container .film .top-content .info .about .description {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.film-container .film .top-content .info .about .description p {
  font-size: 18px;
  line-height: 22px;
  width: 100%;
}
.film-container .film .top-content .info .about .description p.description {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  font-family: ProximaNovaSemibold;
}
.film-container .film .top-content .info .about .characteristics {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1280px) {
  .film-container .film .top-content .info .about .characteristics {
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.film-container .film .top-content .info .about .characteristics .actors {
  font-family: ProximaNovaSemibold;
}
.film-container .film .top-content .info .about .characteristics .actors p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
.film-container .film .top-content .info .about .characteristics .actors p.actor {
  opacity: 0.4;
}
.film-container .film .top-content .info .about .characteristics .first {
  width: 70%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1280px) {
  .film-container .film .top-content .info .about .characteristics .first {
    width: auto;
  }
}
.film-container .film .top-content .info .about .characteristics .first .characteristic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
  font-family: ProximaNovaSemibold;
}
.film-container .film .top-content .info .about .characteristics .first .characteristic .key {
  width: 200px;
  margin-right: 10px;
}
@media (max-width: 1280px) {
  .film-container .film .top-content .info .about .characteristics .first .characteristic .key {
    width: 50%;
  }
}
.film-container .film .top-content .info .about .characteristics .first .characteristic .value {
  opacity: 0.4;
  width: 300px;
}
@media (max-width: 1280px) {
  .film-container .film .top-content .info .about .characteristics .first .characteristic .value {
    width: 50%;
  }
}
.film-container .film .top-content .posters-wrap,
.film-container .film .top-content .posters-wrap-events {
  position: relative;
  margin-left: 5%;
}
.film-container .film .top-content .posters-wrap .posters,
.film-container .film .top-content .posters-wrap-events .posters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1280px) {
  .film-container .film .top-content .posters-wrap .posters,
  .film-container .film .top-content .posters-wrap-events .posters {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.film-container .film .top-content .posters-wrap .posters a .poster,
.film-container .film .top-content .posters-wrap-events .posters a .poster {
  border-radius: 5px;
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
}
.film-container .film .top-content .posters-wrap .tns-nav,
.film-container .film .top-content .posters-wrap-events .tns-nav {
  display: none;
}
.film-container .film .top-content .posters-wrap .tns-controls button,
.film-container .film .top-content .posters-wrap-events .tns-controls button {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  font-size: 0;
  position: absolute;
  left: calc(50% - 20px);
  z-index: 1;
}
@media (max-width: 1280px) {
  .film-container .film .top-content .posters-wrap .tns-controls button,
  .film-container .film .top-content .posters-wrap-events .tns-controls button {
    width: 30px;
    height: 30px;
  }
}
.film-container .film .top-content .posters-wrap .tns-controls button[data-controls="prev"],
.film-container .film .top-content .posters-wrap-events .tns-controls button[data-controls="prev"] {
  top: -20px;
  background: url("/static/dist/img/svg/arrow-mini.svg");
  background-size: cover;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
@media (max-width: 1280px) {
  .film-container .film .top-content .posters-wrap .tns-controls button[data-controls="prev"],
  .film-container .film .top-content .posters-wrap-events .tns-controls button[data-controls="prev"] {
    bottom: 50%;
    right: auto;
    top: auto;
    left: -10px;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
}
.film-container .film .top-content .posters-wrap .tns-controls button[data-controls="next"],
.film-container .film .top-content .posters-wrap-events .tns-controls button[data-controls="next"] {
  top: auto;
  bottom: -6px;
  background: url("/static/dist/img/svg/arrow-mini.svg");
  background-size: cover;
}
@media (max-width: 1600px) {
  .film-container .film .top-content .posters-wrap .tns-controls button[data-controls="next"],
  .film-container .film .top-content .posters-wrap-events .tns-controls button[data-controls="next"] {
    bottom: 70px;
  }
}
@media (max-width: 1280px) {
  .film-container .film .top-content .posters-wrap .tns-controls button[data-controls="next"],
  .film-container .film .top-content .posters-wrap-events .tns-controls button[data-controls="next"] {
    bottom: 50%;
    right: 0;
    left: auto;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }
}
.film-container .film .top-content .posters-wrap .tns-controls button[disabled],
.film-container .film .top-content .posters-wrap-events .tns-controls button[disabled] {
  display: none;
}
.film-container .film .top-content .posters-wrap .tns-controls button:focus,
.film-container .film .top-content .posters-wrap-events .tns-controls button:focus {
  border-radius: 32px;
  outline: none;
}
.film-container .film .top-content .posters-wrap-events {
  width: 100%;
  position: relative;
  margin-left: 0px;
}
@media (max-width: 1280px) {
  .film-container .film .top-content .posters-wrap-events {
    margin-left: 0;
    width: 100%;
  }
}
.film-container .film .top-content .posters-wrap-events p {
  font-family: ProximaNovaSemibold;
  font-size: 24px;
  margin-bottom: 30px;
}
.film-container .film .top-content .posters-wrap-events .posters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.film-container .film .top-content .posters-wrap-events .posters a {
  width: 25%;
}
.film-container .film .top-content .posters-wrap-events .posters a .poster {
  width: 162px;
  height: 162px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .film-container .film .top-content .posters-wrap-events .posters a .poster {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1366px) {
  .film-container .film .top-content .posters-wrap-events .posters a .poster {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 1280px) {
  .film-container .film .top-content .posters-wrap-events .posters a .poster {
    width: 100px;
    height: 100px;
  }
}
.film-container .film .top-content .posters-wrap-events .tns-controls button[data-controls="prev"] {
  background: url("/static/dist/img/svg/arrow-mini.svg") center center;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  top: calc(50% - 20px);
  left: -20px;
}
.film-container .film .top-content .posters-wrap-events .tns-controls button[data-controls="next"] {
  top: calc(50% - 20px);
  left: auto;
  right: -20px;
  background: url("/static/dist/img/svg/arrow-mini.svg") center center;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.film-container .film .bb-content {
  bottom: 32px;
}
@media (max-width: 1280px) {
  .film-container .film .bb-content {
    position: relative;
    bottom: auto;
  }
}
.film-container .film .bb-content p {
  font-family: ProximaNovaBold;
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .film-container .film .bb-content p {
    font-size: 24px;
    margin-bottom: 26px;
  }
}
.film-container .film .bottom-content {
  position: relative;
  height: 30%;
  width: 85%;
}
@media (max-width: 1280px) {
  .film-container .film .bottom-content {
    width: auto;
  }
}
.film-container .film .bottom-content p {
  font-family: ProximaNovaBold;
  font-size: 32px;
}
.film-container .film .bottom-content .trailers {
  width: 100% !important;
}
.film-container .film .bottom-content .trailers a {
  position: relative;
  width: auto !important;
}
.film-container .film .bottom-content .trailers a img {
  border-radius: 20px;
  height: 80%;
  min-height: 240px;
}
@media (max-width: 1600px) {
  .film-container .film .bottom-content .trailers a img {
    height: 70%;
  }
}
@media (max-width: 1440px) {
  .film-container .film .bottom-content .trailers a img {
    height: 66%;
  }
}
@media (max-width: 1366px) {
  .film-container .film .bottom-content .trailers a img {
    height: 55%;
  }
}
@media (max-width: 1280px) {
  .film-container .film .bottom-content .trailers a img {
    height: auto;
    border-radius: 0;
    margin: 0 auto;
    width: 90%;
  }
}
@media (max-width: 1280px) {
  .film-container .film .bottom-content .trailers a {
    text-align: center;
  }
}
.film-container .film .bottom-content .trailers a::before {
  background: url("/static/dist/img/svg/play.svg");
  width: 60px;
  height: 60px;
  content: '';
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}
.film-container .film .bottom-content .tns-nav {
  display: none;
}
.film-container .film .bottom-content .tns-controls button {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  font-size: 0;
  position: absolute;
  top: 30%;
  z-index: 1;
}
@media (max-width: 1366px) {
  .film-container .film .bottom-content .tns-controls button {
    width: 50px;
    height: 50px;
    top: 20%;
  }
}
@media (max-width: 1280px) {
  .film-container .film .bottom-content .tns-controls button {
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
}
.film-container .film .bottom-content .tns-controls button[data-controls="prev"] {
  left: -32px;
  background: url("/static/dist/img/svg/arrow.svg");
  background-size: cover;
  border: none;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
@media (max-width: 1280px) {
  .film-container .film .bottom-content .tns-controls button[data-controls="prev"] {
    left: auto;
  }
}
.film-container .film .bottom-content .tns-controls button[data-controls="next"] {
  right: 0;
  background: url("/static/dist/img/svg/arrow.svg");
  background-size: cover;
  border: none;
}
@media (max-width: 1366px) {
  .film-container .film .bottom-content .tns-controls button[data-controls="next"] {
    right: 0;
  }
}
@media (max-width: 1280px) {
  .film-container .film .bottom-content .tns-controls button[data-controls="next"] {
    right: 0px;
  }
}
.film-container .film .bottom-content .tns-controls button[disabled] {
  display: none;
}
.film-container .film .bottom-content .tns-controls button:focus {
  border-radius: 32px;
  outline: none;
}

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