@charset "UTF-8";
@font-face {
  font-family: MP-Regular;
  /* Имя шрифта */
  src: url(fonts/MPLUS1p-Regular.ttf);
  /* Путь к файлу со шрифтом */ }

@font-face {
  font-family: MP-Bold;
  /* Имя шрифта */
  src: url(fonts/MPLUS1p-Bold.ttf);
  /* Путь к файлу со шрифтом */ }

@font-face {
  font-family: Medium;
  /* Имя шрифта */
  src: url(fonts/MPLUS1p-Medium.ttf);
  /* Путь к файлу со шрифтом */ }

@font-face {
  font-family: Medium;
  /* Имя шрифта */
  src: url(fonts/MPLUS1p-Medium.ttf);
  /* Путь к файлу со шрифтом */ }

/* Variables */
/* Variables End */
.gradient-button-white:hover, .session-picker__item-time:hover, .form-horizontal input.form-control, .link-gray, .link-gray:after, .gradient-button-social, .gradient-button-social:hover, .gradient-button, .white-button, .theatre-checkbox .checkbox, .theatre-checkbox .checkbox label .checkbox-icon svg, .theatre-checkbox .checkbox label .checkbox-icon img, .format-checkbox .checkbox, .one-field-form button[type="submit"], .one-field-form button.submit-check[type="submit"]:hover, .session-picker__item, .session-picker__item-price, .dropdown-menu-items, .menu-social__item, .menu-social__item .icon-svg svg, .text-border-gradient__text:after, .text-border-gradient__text:hover:after, .text-border-gradient__text:hover:active:after, .main-schedule__filter > a, .film-mini__poster, .film-mini__title, .journal__item-img img, .journal__item-title {
  transition: .15s ease-in-out; }

.gradient-button-white, .session-picker__item-time {
  border-radius: 5px;
  border-left: 2px solid #5c0a7d;
  border-right: 2px solid #14238d;
  border-top: 0;
  border-bottom: 0;
  background-color: transparent;
  background-image: linear-gradient(to right, #5c0a7d 0%, #14238d 100%), linear-gradient(to right, #5c0a7d 0%, #14238d 100%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: 0 0, 0 100%; }
  .gradient-button-white:hover, .session-picker__item-time:hover {
    border-color: transparent;
    background: linear-gradient(to right, #5c0a7d 0%, #14238d 100%);
    box-shadow: 0px 14px 18px 0px rgba(54, 23, 133, 0.4);
    color: #ffffff; }

.film__label_gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8052d+0,d8052d+51,232323+51,232323+100 */
  background: #d8052d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d8052d 0%, #d8052d 51%, #232323 51%, #232323 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8052d', endColorstr='#232323', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */ }

*:focus {
  outline: none; }

.logo-link img {
  max-width: 160px; }

.navbar {
  min-height: 120px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  border: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.95+0,0.75+45,0.65+60,0+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */ }
  .navbar-header {
    width: auto;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center; }
  .navbar-collapse {
    width: 80%;
    align-items: center;
    justify-content: space-between; }
    .navbar-collapse.collapse {
      display: flex !important; }
  .navbar-brand {
    padding: 0;
    display: block;
    height: auto; }
    .navbar-brand img {
      max-width: 160px; }
  .navbar-nav {
    float: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .navbar-nav > li {
      padding: 0 15px; }
      .navbar-nav > li > a {
        padding: 0;
        font-family: sans-serif, Verdana;
        display: flex;
        align-items: center; }
        .navbar-nav > li > a:hover {
          background: none; }
        .navbar-nav > li > a:focus {
          background: none; }
      .navbar-nav > li > .dropdown-menu {
        border-radius: 5px; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none; }

.help-block:empty {
  margin: 0; }

a {
  color: #232323; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: none;
    text-decoration: none; }

.form-horizontal .control-label {
  text-align: left; }

.form-horizontal .form-group {
  margin-bottom: 15px; }

.form-horizontal .control-label {
  padding-top: 10px; }

.form-horizontal input.form-control {
  border: none;
  border-bottom: 1px solid #a6bac3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .form-horizontal input.form-control:hover, .form-horizontal input.form-control:focus, .form-horizontal input.form-control:active {
    background-color: transparent;
    border-bottom-color: #ef9f05;
    box-shadow: none; }

input {
  border: none; }

.modal-open {
  padding: 0 !important;
  overflow-y: auto; }

.modal-body {
  padding: 15px 0; }

.select2-container--krajee {
  height: 40px; }
  .select2-container--krajee .select2-selection--single {
    height: 100%;
    display: flex;
    align-items: center; }

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  top: 0;
  height: 100%; }

.nav-tabs > li > a {
  border: none;
  margin-right: 0;
  padding: 0; }

.nav-tabs > li > a:hover {
  border: none; }

.nav > li > a:hover, .nav > li > a:focus {
  background: none; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  cursor: default;
  background-color: unset;
  border: none; }

.video-js .vjs-tech, .vjs-tech + .vjs-poster {
  pointer-events: none; }

.bootstrap-datetimepicker-widget table td.day.active:not(.disabled), .bootstrap-datetimepicker-widget table td.day.active:hover:not(.disabled) {
  background-color: #337ab7; }

.bootstrap-datetimepicker-widget table td.day:not(.disabled) {
  background-color: rgba(51, 122, 183, 0.71);
  color: #fff; }

.premierzal-banner {
  display: none; }

#prerollModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 155;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  opacity: 0;
  animation: fadeIn .5s; }

#prerollModal.fadeOut {
  animation: fadeOut .5s; }

#prerollModal .prerool-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 159; }

#prerollModal .prerool-close button {
  border: none;
  outline: none;
  background: white;
  border-radius: 25em;
  padding: 15px;
  margin: 15px;
  width: 48px;
  height: 48px;
  font-size: 20px;
  line-height: 0;
  border: 1px solid #5c0a7d;
  background: transparent;
  color: #5c0a7d;
  transition: all .3s ease; }

#prerollModal .prerool-close button:hover {
  box-shadow: 0 0 25px 0 rgba(54, 23, 133, 0.25);
  background: linear-gradient(to right, #5c0a7d 0%, #14238d 100%);
  color: white; }

#prerollModal .preroll-poster {
  position: fixed;
  z-index: 156;
  width: 100%; }

#prerollModal .preroll-poster:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 157;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); }

#prerollModal .preroll-poster img {
  object-fit: cover;
  width: 100%;
  height: 100vh; }

#prerollModal .preroll-content {
  position: relative;
  top: 165px;
  z-index: 158;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10%;
  user-select: none;
  cursor: default; }

#prerollModal .preroll-content .preroll-box {
  position: relative;
  display: grid;
  grid-template-columns: 256px 1fr;
  grid-gap: 15px;
  border-radius: 10px;
  margin: 15px 15px 45px 15px;
  padding: 15px;
  width: 60%;
  height: 420px;
  background: white;
  overflow: auto; }

#prerollModal .preroll-content .preroll-box .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 25px; }

#prerollModal .preroll-content .preroll-box .content .group-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  padding-right: 45px; }

#prerollModal .preroll-content .preroll-box .content .text-wrap .group-buttons .movie-age-limit,
#prerollModal .preroll-content .preroll-box .content .text-wrap .group-buttons .movie-status {
  padding: 5px;
  margin: 5px 5px 5px 0;
  background: #333;
  border-radius: 5px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default; }

#prerollModal .preroll-content .preroll-box .content .text-wrap .group-buttons .movie-age-limit span,
#prerollModal .preroll-content .preroll-box .content .text-wrap .group-buttons .movie-status span {
  color: white; }

#prerollModal .preroll-content .preroll-box .content .text-wrap .group-buttons .movie-like {
  border: none;
  outline: none;
  background: none;
  font-size: 26px;
  transform: rotateX(90deg);
  color: #333; }

#prerollModal .preroll-content .preroll-box .content a {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: min-content;
  white-space: nowrap;
  margin: 15px 0; }

#prerollModal .preroll-content .preroll-box .image {
  height: 100%;
  border-radius: 5px;
  overflow: hidden; }

#prerollModal .preroll-content .preroll-box .image img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

#prerollModal .preroll-content .preroll-box .content .text-wrap h1 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 28px; }

#prerollModal .preroll-advert a {
  position: fixed;
  z-index: 190;
  left: 10%;
  bottom: 100px;
  display: flex;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  transition: all .15s ease; }

#prerollModal .preroll-advert a:hover {
  color: inherit;
  text-decoration: none;
  opacity: .85; }

#prerollModal .preroll-advert a .image {
  width: 128px; }

#prerollModal .preroll-advert a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

#prerollModal .preroll-advert a .content {
  width: 256px;
  padding: 10px 10px 10px 15px; }

#prerollModal .preroll-advert a .content h5 {
  font-weight: 600; }

#prerollModal .preroll-advert a .content p {
  max-height: 124px; }

body.show-preroll {
  overflow: hidden; }

#prerollModal.show-preroll {
  display: block;
  opacity: 1; }

#prerollModal .prerool-close button {
  background: white;
  margin: 25px; }

#prerollModal .preroll-content .preroll-box .content {
  margin-left: 0; }

#prerollModal .preroll-content .preroll-box .image {
  width: 100%;
  margin-bottom: 15px; }

#prerollModal .preroll-content .preroll-box .image img {
  height: 100%; }

#prerollModal .preroll-content .preroll-box {
  margin: 15px 0 0 0; }

#prerollModal .preroll-content .preroll-box .content {
  margin-left: 0; }

.tns-nav {
  position: absolute;
  top: calc(50% - 64px);
  left: 45px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.tns-nav button {
  cursor: pointer;
  margin-bottom: 15px;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50%;
  background: transparent;
  border: 2px solid white;
  padding: 0;
  transition: all .3s ease; }

.tns-nav button.tns-nav-active {
  background: white;
  border: 2px solid white;
  border-radius: 50%;
  width: 16px !important;
  height: 16px !important; }

.tns-controls {
  position: absolute;
  top: calc(50% - 72px);
  left: 40px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white; }

.tns-controls button {
  transform: rotate(90deg);
  border: none;
  background: none; }

/* BEGIN styles for modal registration */
/* Only within widget */
.modal-registration.widget .office__form {
  padding: 15px 20px;
  box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4) !important;
  background: rgba(4, 45, 100, 0.91) !important;
  border-radius: 5px;
  border: none; }

.modal-registration.widget .form-group input {
  box-shadow: none;
  border-color: none;
  height: min-content;
  border-radius: 25px;
  padding: 10px 20px;
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: normal;
  background: white;
  color: #333;
  transition: all .15s ease; }

.modal-registration.widget .form-group input:active,
.modal-registration.widget .form-group input:hover,
.modal-registration.widget .form-group input:focus {
  box-shadow: none !important;
  border-color: none !important;
  background: white !important;
  color: #333 !important; }

.modal-registration.widget .office__form-title {
  font-size: 20px;
  color: white; }

.modal-registration.widget .simple-checkbox .checkbox-title {
  color: white; }

.modal-registration.widget .gradient-button-white,
.modal-registration.widget .gradient-button {
  color: white;
  font-size: 16px;
  background: #0d76ff;
  border-radius: 8px; }

.modal-registration.widget .office__form_default .control-label {
  color: white; }

.modal-registration.widget .simple-checkbox .checkbox__indicator {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 1px;
  width: 22px;
  height: 22px; }

.modal-registration.widget .simple-checkbox .checkbox__indicator::after {
  content: '';
  display: none;
  position: absolute;
  top: 1px;
  right: 5px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.modal-registration.widget .link-gray {
  color: white; }

.modal-registration.widget .link-gray::after {
  display: none; }

/* END styles for modal registration */
/* Auth modal fix */
.office__form {
  padding: 15px 20px !important; }

.modal-title {
  margin: 0 !important; }

.pz-radiofield {
  margin: 0 !important; }

.pz-radiofield .simple-radio {
  display: flex;
  margin: 5px 0 20px 0; }

.pz-radiofield .simple-radio .signup-radio {
  flex-grow: 1;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0; }

.pz-radiofield .simple-radio .signup-radio input {
  height: auto;
  margin: 0 5px 0 0; }

.simple-radio .signup-radio input {
  height: auto !important; }

.simple-radio .signup-radio span:last-child {
  line-height: 1.25;
  margin-left: 10px;
  position: relative;
  bottom: 2px; }

.pz-radiofield .simple-radio .signup-radio span:last-child {
  bottom: 2px !important; }

/* Hide Code field [cabinet] */
.field-profileform-code, .wrapperCountdown, #formProfile .form-group .gradient-button_high[data-action="form-sms"] {
  display: none; }

/* New close button [preroll] */
.pz-preroll-close {
  margin: 10px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 1em !important;
  display: flex;
  cursor: pointer;
  background: none !important; }

button.pz-preroll-close:hover {
  box-shadow: none !important;
  background: none !important; }

.pz-preroll-close svg {
  width: 100%;
  height: 100%; }

.tns-outer, .tns-ovh {
  height: 100% !important; }

.tns-item {
  opacity: 0;
  height: 100% !important; }

.tns-slide-active {
  opacity: 1; }

.city-picker__list {
  list-style: none;
  padding-left: 0;
  column-count: 6; }

.city-picker__list > li > a {
  display: inline-block;
  padding: 10px 0; }

/* Message for registration form */
.modal-message {
  padding: 10px;
  border-radius: 5px;
  background: #f1f8ff;
  margin-top: 10px; }

.modal-message p {
  margin: 0;
  font-size: 12px;
  color: #5c7288; }

.allow-reg {
  font-size: 12px; }

.allow-reg a {
  text-decoration: underline; }

.city-picker {
  display: block !important;
  margin-top: 30px !important; }

.card__balance {
  font-family: 'Medium', sans-serif, Verdana;
  font-size: 16px;
  position: absolute;
  bottom: 15px;
  right: 40px;
  height: 60px !important;
  width: 145px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("/img/card-price.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.journal__link.mobile {
  display: none; }

.footer__links li {
  margin: 0 0 10px 0; }

.footer__contact {
  justify-content: flex-start !important; }

.footer__contact a {
  margin-top: 25px; }

.offers__item img {
  width: 140px;
  height: 140px;
  margin-bottom: 20px; }

.form-group_icon .input-icon .icon {
  top: 10px !important;
  right: 10px !important;
  transform: none !important; }

#authModal {
  padding: 0 !important; }

.orders_cards-info {
  padding: 0 !important;
  margin-bottom: 10px !important; }

.office__form-title {
  margin: 15px 0; }

.text-border-gradient__text {
  display: flex;
  width: max-content; }

.modal-dialog {
  margin: 10px auto; }

.modal-dialog .gradient-button {
  margin-bottom: 10px; }

.container.main {
  position: relative;
  z-index: 2; }

.container-poster {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: black; }

.container-poster img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: .25; }
  50% {
    opacity: .50; }
  75% {
    opacity: .75; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  25% {
    opacity: .75; }
  50% {
    opacity: .50; }
  75% {
    opacity: .25; }
  100% {
    opacity: 0; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1280px) {
  #prerollModal .preroll-content .preroll-box {
    width: 100%;
    height: 280px;
    overflow: auto; }
  #prerollModal .preroll-content {
    position: relative;
    top: 165px;
    z-index: 158;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 45px; }
  .tns-nav {
    top: 125px;
    left: 0;
    flex-direction: row;
    width: 100%; }
  .tns-nav button {
    margin: 0 10px;
    width: 16px !important;
    height: 16px !important;
    background: transparent !important;
    border: 2px solid white !important; }
  .tns-nav button:hover {
    background: white !important;
    border: 2px solid transparent !important; }
  .tns-nav button.tns-nav-active {
    width: 16px !important;
    height: 16px !important;
    background: white !important;
    border: 2px solid transparent !important; }
  #prerollModal .preroll-advert a {
    position: absolute;
    left: 0;
    bottom: 45px;
    margin: 0 45px; } }

@media only screen and (max-height: 1200px) {
  #prerollModal .preroll-advert a .content p {
    max-height: 116px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .city-picker__list {
    column-count: 4 !important; }
  #prerollModal {
    overflow-y: scroll; }
  #prerollModal .preroll-advert a {
    width: calc(100% - 90px); }
  #prerollModal .preroll-advert a {
    bottom: 25px; }
  .offers__item img {
    width: 80px;
    height: 80px; } }

/* Alignment radio buttons [cabinet-gender/auth-from] */
@media only screen and (max-width: 798px) {
  .pz-radiofield .simple-radio {
    flex-direction: column; }
  .pz-radiofield .simple-radio .signup-radio {
    margin: 5px 0; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .city-picker__list {
    column-count: 3 !important; }
  .navbar-toggle {
    display: none; }
  .navbar-header {
    width: auto; }
  #prerollModal .preroll-content .preroll-box .content .text-wrap .group-buttons .movie-age-limit span,
  #prerollModal .preroll-content .preroll-box .content .text-wrap .group-buttons .movie-status span {
    font-size: 12px; }
  #prerollModal .preroll-content .preroll-box .content .text-wrap h1 {
    font-size: 20px; }
  #prerollModal .preroll-content .preroll-box .content .text-wrap p {
    font-size: 14px;
    display: none; } }

@media only screen and (max-height: 830px) {
  #prerollModal .preroll-advert {
    display: none; } }

@media only screen and (max-width: 685px) {
  #prerollModal .preroll-content .preroll-box {
    grid-template-columns: 142px 1fr;
    margin: 15px 0 0 0; }
  #prerollModal .preroll-content .preroll-box .content .text-wrap h1 {
    font-size: 20px; }
  #prerollModal .preroll-content .preroll-box .content .text-wrap p {
    font-size: 14px; }
  #prerollModal .preroll-content .preroll-box {
    height: auto !important; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  body.show-banner {
    padding-top: 85px !important; }
  body.show-banner #prerollModal.show-preroll {
    padding-top: 65px !important; }
  body.show-banner #prerollModal.show-preroll .tns-nav {
    top: 190px !important; }
  .navbar.sticky.show-banner {
    top: 85px; }
  .premierzal-banner.show-banner {
    display: flex;
    position: fixed;
    z-index: 2015;
    top: 0;
    left: 0;
    width: 100%;
    background: #271828;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px; }
    .premierzal-banner.show-banner .content {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .premierzal-banner.show-banner .content .image {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 86px;
        height: 86px; }
        .premierzal-banner.show-banner .content .image img {
          display: none;
          width: 48px;
          height: 48px;
          object-fit: contain; }
        .premierzal-banner.show-banner .content .image img.show-banner {
          display: block; }
      .premierzal-banner.show-banner .content .text {
        color: white; }
        .premierzal-banner.show-banner .content .text p {
          position: relative;
          top: 5px;
          padding: 0 !important; }
        .premierzal-banner.show-banner .content .text a {
          position: relative;
          top: -5px;
          font-size: 14px;
          color: inherit; }
    .premierzal-banner.show-banner .button button {
      color: white;
      background: none;
      border: none;
      outline: none; }
  #prerollModal .preroll-content {
    padding: 0 20px;
    align-items: flex-start;
    height: 100%; }
  #prerollModal .preroll-advert a {
    width: calc(100% - 40px);
    margin: 0 20px; }
  .city-picker__list {
    column-count: 2 !important; }
  .gradient-button-white {
    height: auto;
    font-size: 14px; }
  .preroll-advert {
    display: none; }
  .card__history_item,
  .card__history_head,
  .card__history {
    flex-direction: column !important; }
  .card__history_head__item,
  .card__history_item__sum {
    margin: 5px 0 !important;
    text-align: left !important; }
  #prerollModal .preroll-content .preroll-box {
    grid-template-columns: 80px 1fr;
    grid-template-rows: repeat(2, min-content); }
  #prerollModal .preroll-content .preroll-box .content .text-wrap .group-buttons .movie-age-limit,
  #prerollModal .preroll-content .preroll-box .content .text-wrap .group-buttons .movie-status {
    padding: 3px;
    margin: 3px 3px 3px 0; }
  #prerollModal .preroll-content .preroll-box .content .text-wrap h1 {
    font-size: 18px; }
  #prerollModal .preroll-content .preroll-box .content a {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0 0;
    font-size: 14px;
    display: none; }
  .journal__link {
    display: none;
    max-width: 100%;
    margin: 0;
    grid-column: 1 / 3; }
  .journal__link.mobile {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    grid-column: 1 / 3;
    max-width: 100%; }
  #prerollModal .preroll-content .preroll-box .image {
    margin: 0;
    height: 130px; }
  #prerollModal .preroll-content .preroll-box .image img {
    width: 80px; }
  .city-tooltip {
    margin-left: -99px !important; }
  .city-tooltip_show:before {
    left: 90% !important; }
  .modal-auth,
  .modal-registration {
    width: unset !important; } }

@media only screen and (max-width: 998px) and (max-height: 480px) {
  .tns-nav {
    top: 120px;
    left: 15px;
    flex-direction: column;
    width: auto; }
  .tns-nav button {
    width: 12px !important;
    height: 12px !important; }
  #prerollModal .preroll-content {
    top: 85px;
    padding: 0 25px 0 65px; }
  #prerollModal .preroll-content .preroll-box {
    height: 195px !important; }
  .tns-nav button {
    margin: 4px 10px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 360px) {
  .city-picker__list {
    column-count: 1 !important; }
  .navbar-brand img {
    width: 120px; }
  .still {
    margin-left: 30px; }
  .main-schedule__filter a {
    font-size: 17px; }
  .offers__item {
    padding: 10px 15px; }
  .navbar-collapse .navbar-nav.navbar-right li:last-child {
    margin-right: 15px !important; } }

@media only screen and (max-height: 480px) {
  .global-wrapper .content-wrapper .container {
    width: auto; } }

.icon-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .icon-svg svg {
    width: 26px;
    height: 26px; }

.icon svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

@keyframes city-tooltip {
  from {
    transform: translateY(-200px) translateX(-50%) scale(0) rotate(180deg);
    opacity: 0; }
  to {
    transform: translateY(0) translateX(-50%) scale(1) rotate(0deg);
    opacity: 1; } }

/* Common */
h1 {
  font-size: 43px; }

h2 {
  font-size: 21px;
  font-family: Medium; }

h3 {
  font-size: 17px;
  font-family: Medium; }

body {
  color: #232323;
  background-color: #ffffff;
  font-family: MP-Regular, sans-serif, Verdana; }

.page-white {
  background-color: #f0f4f7;
  padding-top: 15px; }

.navbar-inner-wrapper {
  height: auto !important; }

.navbar.sticky {
  min-height: auto;
  z-index: 2002;
  padding: 15px 0; }
  .navbar.sticky .navbar-brand img {
    max-width: 120px;
    margin-left: 15px; }

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.justify--between {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.global-wrapper {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.content-wrapper {
  -ms-flex: 1;
  flex: 1;
  background-position: center -120px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 200px; }
  .content-wrapper_office {
    padding-left: 50px;
    padding-right: 50px; }
  .content-wrapper.site-index {
    background-size: unset; }

.text-gray {
  font-family: sans-serif, Verdana;
  color: #a6bac3; }

.text-black {
  font-family: sans-serif, Verdana;
  color: #000000; }

.link-gray {
  font-family: sans-serif, Verdana;
  color: #a6bac3;
  display: block;
  position: relative; }
  .link-gray:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -2px;
    left: 0;
    background: #a6bac3; }
  .link-gray:hover {
    color: #232323; }
  .link-gray:hover:after, .link-gray:hover:active:after {
    height: 2px; }

.link-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center; }
  .link-icon__icon {
    margin-right: 10px; }
  .link-icon__text {
    font-family: sans-serif, Verdana; }

footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.svg-arrow-down {
  transform: rotate(90deg); }

.icon-svg.favorite-film.add-to-fav {
  stroke: #232323;
  fill: none; }
  .icon-svg.favorite-film.add-to-fav:hover {
    stroke: #d8052d;
    fill: none; }

.icon-svg.favorite-film.remove-from-fav {
  stroke: #d8052d;
  fill: #d8052d; }
  .icon-svg.favorite-film.remove-from-fav:hover {
    stroke: #d8052d;
    fill: none; }

.icon-svg.favorite-film svg {
  width: 22px;
  height: 22px;
  stroke: inherit;
  fill: inherit; }

video {
  max-width: 100%; }

.logo {
  max-width: 160px; }
  .logo-link {
    display: inline-block; }

.dropdown-menu > li > a.social-link {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-align: center;
  align-items: center; }
  .dropdown-menu > li > a.social-link:hover {
    background: none;
    color: #a6bac3; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000; }

.special .sticky {
  top: 54px; }

.modal {
  z-index: 2050; }

/* Common End */
/* Navbar */
.navbar-inner-wrapper {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px; }

.navbar .gradient-button {
  font-family: sans-serif, Verdana;
  text-decoration: none; }

.navbar-nav > li > a {
  color: #232323; }
  .navbar-nav > li > a:hover svg {
    fill: url(#svg-gradient); }
  .navbar-nav > li > a .icon-svg {
    margin-right: 10px; }

.navbar-nav > li.dropdown-chevron {
  position: relative; }
  .navbar-nav > li.dropdown-chevron .dropdown-header {
    padding: 0;
    font-size: 14px;
    font-family: sans-serif, Verdana;
    color: #232323;
    margin-bottom: 5px; }
  .navbar-nav > li.dropdown-chevron:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-width: 0 2px 2px 0;
    border-color: #232323;
    border-style: solid;
    width: 8px;
    height: 8px; }
  .navbar-nav > li.dropdown-chevron:hover:after {
    border-color: #14238d; }

.navbar-nav > li > .dropdown-menu-social {
  border-radius: 5px;
  left: 50%;
  top: calc(100% + 14px);
  transform: translateX(-50%);
  width: 210px; }

.navbar-right li a svg {
  fill: #232323; }

/* Navbar End */
.text-light-gray {
  font-family: Medium;
  color: #a6bac3; }

.block-group {
  border: 1px solid;
  padding: 15px;
  margin: 15px 10px;
  display: -ms-flexbox;
  display: flex; }

/*кнопка градиент*/
.gradient-button-social {
  background: #a6bac3;
  border-radius: 5px;
  padding: 0 20px;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-family: "Mplus1p";
  color: white;
  width: 141px;
  height: 38px;
  position: relative; }
  .gradient-button-social:hover {
    background-image: -webkit-linear-gradient(-180deg, #14238d 0%, #5c0a7d 99%);
    box-shadow: 0px 14px 18px 0px rgba(54, 23, 133, 0.4); }
  .gradient-button-social span {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .gradient-button-social:active {
    background-image: -webkit-linear-gradient(180deg, #5c0a7d 0%, #14238d 99%);
    box-shadow: 0px 14px 18px 0px rgba(54, 23, 133, 0.4), inset 0 2px 5px 5px #1f0e4f5c; }

.icon-png {
  position: absolute;
  bottom: 0; }

.gradient-button-social-span {
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px; }

/* Gradient button */
.gradient-button {
  padding: 0 5px;
  cursor: pointer;
  border: 0;
  outline: 0;
  min-width: 135px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-family: sans-serif, Verdana;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(-180deg, #14238d 0%, #5c0a7d 99%); }
  .gradient-button_high {
    height: 50px; }
  .gradient-button_icon .icon-svg {
    margin-right: 15px; }
    .gradient-button_icon .icon-svg svg {
      fill: #fff; }
  .gradient-button:hover {
    color: white;
    background-image: -webkit-linear-gradient(180deg, #5c0a7d 0%, #14238d 99%);
    box-shadow: 0px 14px 18px 0px rgba(54, 23, 133, 0.4); }
  .gradient-button:active, .gradient-button:focus {
    color: white;
    background-image: -webkit-linear-gradient(180deg, #5c0a7d 0%, #14238d 99%);
    box-shadow: 0px 14px 18px 0px rgba(54, 23, 133, 0.4), inset 0 2px 5px 5px #1f0e4f5c; }

/* Gradient button End */
/* Gradient button white */
.gradient-button-white {
  position: relative;
  color: #4b57a8;
  font-family: sans-serif, Verdana;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  outline: 0; }
  .gradient-button-white_icon .icon-svg {
    margin-right: 15px; }
    .gradient-button-white_icon .icon-svg svg {
      fill: url(#svg-gradient); }
  .gradient-button-white_large {
    height: 50px;
    font-size: 17px; }
  .gradient-button-white:hover .icon-svg svg {
    fill: #fff; }

/* Gradient button white End */
/* Button */
.button_high {
  height: 50px; }

.button_fill {
  width: 100%; }

/* Button End */
.gradient-block {
  border-radius: 5px;
  background: linear-gradient(to bottom, #14238d 0%, #5c0a7d 100%); }

/* White button */
.white-button {
  background: #ffffff;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-family: sans-serif, Verdana;
  color: #5c0a7d;
  width: 141px;
  height: 38px; }
  .white-button:hover {
    box-shadow: 0px 14px 18px 0px rgba(255, 255, 255, 0.3); }
  .white-button:active {
    box-shadow: 0px 14px 18px 0px rgba(255, 255, 255, 0.3), inset 0px 2px 5px 2px #1f0e4f5c; }

/* Block ads */
.block-advertising {
  background: white;
  border-radius: 4px;
  padding: 20px 25px 10px 25px;
  border: 1px solid #cbd7dd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }
  .block-advertising svg {
    fill: url(#svg-gradient); }
  .block-advertising:hover {
    background: linear-gradient(to bottom, #14238d 0%, #5c0a7d 100%);
    box-shadow: 0px 14px 18px 0px rgba(54, 23, 133, 0.4);
    border: 1px solid transparent; }
    .block-advertising:hover svg {
      fill: #fff; }
    .block-advertising:hover .block-advertising__title {
      color: #fff; }
  .block-advertising:active {
    background: linear-gradient(to bottom, #14238d 0%, #5c0a7d 100%);
    box-shadow: 0 14px 18px 0 rgba(54, 23, 133, 0.4), inset 0 2px 5px 5px #1f0e4f5c; }
  .block-advertising .block-advertising__title {
    color: black;
    margin-top: 5px;
    font-family: sans-serif, Verdana; }

/* block developer */
.block-developer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 0; }
  .block-developer .icon-svg {
    margin-bottom: 5px; }
    .block-developer .icon-svg svg {
      fill: #a6bac3; }
  .block-developer .block-developer__title {
    padding-bottom: 1px;
    font-size: 10px;
    border-bottom: 1px solid #a6bac3;
    margin-top: 10px; }
    .block-developer .block-developer__title:hover {
      color: #14238d;
      border-color: #828bc2; }

/* Theatre checkbox */
.theatre-checkbox .checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 39px;
  border: 1px solid #a6bac3;
  border-radius: 5px;
  padding: 0 15px;
  cursor: pointer; }
  .theatre-checkbox .checkbox input {
    display: none; }
  .theatre-checkbox .checkbox label {
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 100%;
    white-space: nowrap; }
    .theatre-checkbox .checkbox label .checkbox-icon {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      margin-right: 5px; }
      .theatre-checkbox .checkbox label .checkbox-icon svg, .theatre-checkbox .checkbox label .checkbox-icon img {
        width: 41px;
        height: 22px;
        fill: #a6bac3; }

.theatre-checkbox .theatre-icon {
  max-width: 60px; }

.theatre-checkbox:hover .checkbox {
  background: #e7edf0; }

.theatre-checkbox:active .checkbox {
  background: #a6bac3;
  color: #fff; }
  .theatre-checkbox:active .checkbox label .checkbox-icon svg {
    fill: #fff; }

/* Film format checkbox */
.format-checkbox .checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 39px;
  cursor: pointer;
  margin: 0; }
  .format-checkbox .checkbox input {
    display: none; }
    .format-checkbox .checkbox input[type="checkbox"]:checked + .checkbox-title {
      background: #a6bac3;
      color: #fff; }
  .format-checkbox .checkbox label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 0; }
    .format-checkbox .checkbox label .checkbox-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid #a6bac3;
      border-radius: 5px;
      width: 100%;
      height: 100%; }
    .format-checkbox .checkbox label .checkbox-icon {
      display: -ms-flexbox;
      display: flex;
      margin-right: 5px; }

.format-checkbox:hover .checkbox {
  background: #e7edf0; }

.format-checkbox:active .checkbox {
  background: #a6bac3;
  color: #fff;
  border-radius: 5px; }

/* Film format checkbox End */
/* Simple checkbox */
.simple-checkbox label {
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .simple-checkbox label:hover {
    cursor: pointer; }

.simple-checkbox input {
  display: none; }
  .simple-checkbox input:focus ~ .checkbox__indicator, .simple-checkbox input:active ~ .checkbox__indicator {
    background-image: linear-gradient(0deg, #5c0a7d 0%, #14238d 100%); }
  .simple-checkbox input:checked ~ .checkbox__indicator {
    background-image: linear-gradient(0deg, #5c0a7d 0%, #14238d 100%);
    position: relative; }
  .simple-checkbox input:disabled ~ .checkbox__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none; }
  .simple-checkbox input:checked ~ .checkbox__indicator:after {
    display: block; }

.simple-checkbox:hover {
  cursor: pointer; }
  .simple-checkbox:hover input ~ .checkbox__indicator {
    background-color: #e7edf0; }

.simple-checkbox .checkbox__indicator {
  background-color: transparent;
  border: 1px solid #a6bac3;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 1px;
  width: 16px;
  height: 16px; }
  .simple-checkbox .checkbox__indicator:after {
    content: '';
    display: none;
    position: absolute;
    top: -2px;
    right: 3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }

.simple-checkbox .checkbox-title {
  font-size: 14px;
  font-family: sans-serif, Verdana; }

/* Simple checkbox End */
/* form-group */
.form-group label {
  font-weight: normal; }

.form-group input {
  box-shadow: none;
  border-color: #a6bac3;
  height: 39px;
  border-radius: 5px; }
  .form-group input:-ms-input-placeholder {
    color: #232323; }
  .form-group input::placeholder {
    color: #232323; }
  .form-group input:hover {
    background-color: #e7edf0;
    cursor: pointer; }
  .form-group input:focus:hover {
    background: transparent; }
  .form-group input:focus, .form-group input:active {
    border-color: #14238d;
    outline: 0;
    box-shadow: none;
    cursor: text; }
  .form-group input[type="radio"] {
    height: auto; }

.form-group textarea {
  box-shadow: none;
  border-color: #a6bac3;
  resize: none;
  height: 140px; }

.form-group_icon {
  width: 100%; }
  .form-group_icon .input-icon {
    position: relative;
    cursor: pointer;
    height: 100%; }
    .form-group_icon .input-icon .icon {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      width: 20px;
      height: 18px;
      background: none;
      border: none;
      padding: 0; }
      .form-group_icon .input-icon .icon svg {
        fill: url(#svg-gradient); }

.form-group-password input {
  letter-spacing: 2px; }

.form-group-password .input-icon .icon svg {
  fill: #a6bac3; }

.form-group-password_show input {
  border-color: #14238d; }

.form-group-password_show .input-icon .icon svg {
  fill: #14238d; }

.form-group-password:hover {
  border-color: #a6bac3; }

.form-group-search_active .input-icon input {
  color: #fff;
  background-color: #a6bac3;
  border-color: #a6bac3; }
  .form-group-search_active .input-icon input:hover {
    background-color: #a6bac3; }
  .form-group-search_active .input-icon input + .icon svg {
    fill: #fff; }

.form-group .radio {
  display: inline-block;
  margin-right: 15px; }

/* Subscription input */
/* One Field form */
.one-field-form {
  padding-right: 50px; }
  .one-field-form__line {
    position: relative;
    width: 250px; }
  .one-field-form label {
    font-weight: normal;
    font-family: sans-serif, Verdana; }
  .one-field-form .select2-selection {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .one-field-form .select2-selection:hover {
      cursor: pointer; }
      .one-field-form .select2-selection:hover__arrow {
        display: none; }
  .one-field-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: -37px;
    background: -webkit-linear-gradient(-180deg, #14238d 0%, #5c0a7d 99%);
    border: none;
    height: 40px;
    width: 38px;
    border-radius: 0 5px 5px 0; }
    .one-field-form button[type="submit"] .icon-svg svg {
      fill: #ffffff !important; }
    .one-field-form button[type="submit"].submit-check:after {
      content: '';
      position: absolute;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      top: 45%;
      left: 55%;
      width: 8px;
      height: 20px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      padding: 0; }
    .one-field-form button[type="submit"].submit-check:hover {
      box-shadow: 0px 8px 12px 0px rgba(54, 23, 133, 0.4);
      background: -webkit-linear-gradient(0deg, #14238d 0%, #5c0a7d 99%); }
    .one-field-form button[type="submit"].submit-check:focus, .one-field-form button[type="submit"].submit-check:active {
      outline: 0; }

/* One Field form End */
/* Session picker */
.session-picker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .session-picker__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 95px; }
    .session-picker__item[data-session-id] {
      cursor: pointer; }
    .session-picker__item-time {
      /*border: 1px solid $cDarkGray ;*/
      color: #14238d;
      border-radius: 5px;
      height: 34px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 5px;
      position: relative;
      font-family: sans-serif, Verdana; }
    .session-picker__item-price {
      color: #a6bac3; }
    .session-picker__item:hover .session-picker__item-price, .session-picker__item_active .session-picker__item-price {
      color: #14238d; }
    .session-picker__item_passed {
      background: transparent;
      pointer-events: none; }
      .session-picker__item_passed .session-picker__item-time {
        color: #a6bac3;
        border: 1px solid #a6bac3;
        background: transparent; }
      .session-picker__item_passed:hover .session-picker__item-time {
        color: #a6bac3;
        background: transparent;
        box-shadow: none; }
      .session-picker__item_passed:hover .session-picker__item-price {
        color: #a6bac3; }

.session-picker__item-release {
  border-radius: 5px;
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
  position: relative;
  font-family: sans-serif, Verdana;
  background-size: 100% 2px;
  cursor: default;
  color: #a6bac3;
  border: 1px solid #a6bac3;
  background: transparent; }

/* Dropdown menu */
.dropdown-menu {
  border: none;
  border-radius: 5px;
  background: #f0f4f7;
  box-shadow: 0px 9px 20px 0px #a6bac3; }
  .dropdown-menu-social {
    border: none;
    padding: 15px;
    background: #f0f4f7;
    box-shadow: 0px 9px 20px 0px #a6bac3; }
    .dropdown-menu-social label {
      font-weight: normal;
      font-family: sans-serif, Verdana;
      color: #232323; }
  .dropdown-menu-items {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    padding: 10px 20px; }
    .dropdown-menu-items-number {
      min-width: 17px;
      height: 17px;
      text-align: center;
      background: #cbd7dd;
      line-height: 17px;
      border-radius: 5px;
      margin-left: auto; }
    .dropdown-menu-items-name-cinema {
      border-top: 1px solid #a6bac3;
      border-bottom: 1px solid #a6bac3;
      -ms-flex-direction: column;
      flex-direction: column; }
      .dropdown-menu-items-name-cinema-label {
        padding: 10px 20px;
        color: #a6bac3; }
    .dropdown-menu-items:hover {
      color: #14238d;
      background: #e7edf0; }
      .dropdown-menu-items:hover path {
        fill: url(#svg-gradient); }

/* Text block gradient */
/* Social menu */
.menu-social {
  border: none;
  padding: 15px;
  background: #f0f4f7;
  box-shadow: 0px 9px 20px 0px #a6bac3; }
  .menu-social__item {
    padding: 5px 0;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    color: #a6bac3;
    font-family: sans-serif, Verdana; }
    .menu-social__item .icon-svg {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 8px;
      fill: #a6bac3; }
      .menu-social__item .icon-svg svg {
        width: 26px;
        height: 26px;
        fill: inherit; }
    .menu-social__item:hover {
      color: #14238d; }
      .menu-social__item:hover svg {
        fill: url(#svg-gradient); }
    .menu-social__item .social-span {
      display: -ms-flexbox;
      display: flex;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      padding: inherit; }

/* Social menu End */
.text-border-gradient {
  cursor: pointer; }
  .text-border-gradient__text {
    position: relative; }
    .text-border-gradient__text:after {
      content: '';
      position: absolute;
      height: 1px;
      width: 100%;
      bottom: -2px;
      left: 0;
      background: #a6bac3; }
    .text-border-gradient__text:hover:after, .text-border-gradient__text:hover:active:after {
      height: 4px;
      transform: translateY(2px);
      background: -webkit-linear-gradient(180deg, #14238d 0%, #5c0a7d 99%); }
  .text-border-gradient_active .text-border-gradient__text:after {
    height: 4px;
    transform: translateY(2px);
    background: -webkit-linear-gradient(180deg, #14238d 0%, #5c0a7d 99%); }

.personal-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .personal-area .icon-svg {
    margin-right: 8px; }
    .personal-area .icon-svg svg {
      width: 26px; }
  .personal-area-text {
    cursor: pointer;
    font-family: sans-serif, Verdana;
    color: #232323;
    position: relative; }
    .personal-area-text:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 100%;
      bottom: -2px;
      left: 0;
      background: #a6bac3; }
  .personal-area:hover svg {
    fill: url(#svg-gradient); }
  .personal-area:hover .personal-area-text:after {
    height: 4px;
    background: -webkit-linear-gradient(180deg, #14238d 0%, #5c0a7d 99%); }

.still {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .still-text {
    color: #232323;
    text-decoration: none;
    border-bottom: 1px dashed #a6bac3;
    font-family: sans-serif, Verdana; }
    .still-text:hover {
      text-decoration: none; }
  .still .icon-svg {
    margin-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .still svg {
    fill: #000000;
    width: 20px;
    height: 20px; }
  .still:hover svg {
    fill: url(#svg-gradient); }
  .still:hover .still-text {
    border-color: #14238d; }

.block-brain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f0f4f7; }
  .block-brain:hover path {
    fill: url(#my-cool-gradient); }
  .block-brain:active {
    background-image: -webkit-linear-gradient(180deg, #14238d 0%, #5c0a7d 99%); }
    .block-brain:active path {
      fill: #ffffff; }

.icon-svg-heart {
  cursor: pointer;
  stroke: #232323;
  fill: none; }
  .icon-svg-heart:hover {
    stroke: #232323;
    fill: url(#svg-gradient); }
  .icon-svg-heart svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.7px;
    stroke: inherit;
    fill: inherit; }

.close {
  cursor: pointer; }
  .close:hover path {
    fill: url(#my-cool-gradient); }

.block-location {
  font-family: Medium; }
  .block-location__items {
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    list-style-type: none; }
    .block-location__items_item {
      border-bottom: 1px solid #a6bac3; }
      .block-location__items_item:hover {
        border-width: 5px; }
      .block-location__items_item:active {
        -o-border-image: -webkit-linear-gradient(180deg, #14238d 0%, #5c0a7d 99%) 1 round round;
        border-image: -webkit-linear-gradient(180deg, #14238d 0%, #5c0a7d 99%) 1 round round; }

/* Films inline */
.films-inline {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [5];
  grid-template-columns: repeat(5, 1fr);
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .films-inline_office {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr); }
    .films-inline_office .film-mini__poster {
      max-height: 340px; }

/* Films inline End */
/* Menu */
.menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7fr 2fr;
  grid-template-columns: 7fr 2fr;
  grid-gap: 15px; }
  .menu__nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 2fr;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 30px; }
  .menu__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start; }
    .menu__footer form {
      margin-bottom: 30px; }
    .menu__footer .footer__social {
      margin-bottom: 30px; }
    .menu__footer .footer__contact-phone {
      margin-top: 0 !important;
      margin-bottom: 15px; }
  .menu__group {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px; }
    .menu__group > li > a {
      display: inline-block;
      margin: 8px 0; }
      .menu__group > li > a.link-icon {
        display: -ms-inline-flexbox;
        display: inline-flex; }
  .menu__title {
    font-family: sans-serif, Verdana;
    color: #000000;
    margin-bottom: 5px; }

/* Menu End */
/* City picker */
.city-picker {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(160px, auto) [3];
  grid-template-columns: repeat(3, minmax(160px, auto));
  grid-gap: 60px; }
  .city-picker__title {
    font-family: sans-serif, Verdana;
    font-size: 21px;
    margin-bottom: 10px; }
  .city-picker__column {
    border-right: 1px solid #e7edf0; }
    .city-picker__column:last-of-type {
      border: none; }
  .city-picker__list {
    list-style: none;
    padding-left: 0; }
    .city-picker__list > li > a {
      display: inline-block;
      padding: 10px 0; }

/* City picker End */
.select2-container--open {
  z-index: 2100; }

/* Pre show */
.poster-list {
  margin-top: 40px;
  margin-bottom: 90px; }

.poster-item {
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 8fr 5fr;
  grid-template-columns: 2fr 8fr 5fr;
  grid-column-gap: 20px;
  border-radius: 5px;
  background: #ffffff;
  position: relative;
  margin-bottom: 30px; }
  .poster-item__image img {
    border-radius: 5px; }
  .poster-item__info-title {
    font-size: 21px;
    margin-bottom: 10px;
    font-family: sans-serif, Verdana; }
  .poster-item__info-genres {
    margin-bottom: 10px;
    font-family: sans-serif, Verdana;
    color: #a6bac3; }
  .poster-item__info-icons {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }
    .poster-item__info-icons img {
      max-width: 25px;
      max-height: 25px; }
    .poster-item__info-icons .item {
      padding: 0 20px 0 0px; }
  .poster-item__labels {
    position: absolute;
    top: 0;
    left: calc(65% + 25px);
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .poster-item__labels > * {
      margin-right: 10px; }
  .poster-item__productions {
    position: relative; }
  .poster-item__production {
    margin-bottom: 5px; }
    .poster-item__production-label {
      font-family: sans-serif, Verdana; }
  .poster-item:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4); }

.poster-load {
  display: block;
  margin: 0 auto; }

/* Pre show End */
/* Production */
.production {
  margin-bottom: 15px; }
  .production__label {
    color: #a6bac3;
    margin-bottom: 5px;
    font-family: sans-serif, Verdana; }
  .production__text {
    color: #232323; }

/* Production End */
.play-video {
  position: relative;
  border-radius: 6px;
  overflow: hidden; }
  .play-video img {
    max-width: 100%;
    height: auto; }
  .play-video .icon {
    width: 50px;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 50px;
    top: calc(50% - 50px);
    right: calc(50% - 50px);
    cursor: pointer; }
    .play-video .icon:hover svg {
      fill: red; }

.carousel {
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  .carousel__item {
    position: absolute;
    height: 100%;
    width: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px; }
    .carousel__item span {
      width: 50px;
      height: 50px; }
  .carousel__back {
    left: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: -webkit-linear-gradient(left, #a6bac3 0%, #a6bac300 100%); }
    .carousel__back:hover {
      background: -webkit-linear-gradient(left, #5c0a7d 0%, #5c0a7d00 100%); }
  .carousel__next {
    right: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: -webkit-linear-gradient(left, #a6bac300 0%, #a6bac3 100%); }
    .carousel__next:hover {
      background: -webkit-linear-gradient(left, #5c0a7d00 0%, #5c0a7d 100%); }
  .carousel img {
    width: 300px;
    height: 150px; }

.article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .article img {
    max-width: 500px;
    max-height: 300px;
    border-radius: 5px;
    cursor: pointer; }
    .article img:hover {
      box-shadow: 0px 14px 18px 0px rgba(20, 35, 141, 0.4); }
      .article img:hover ~ h3 {
        color: #14238d; }
  .article span {
    padding: 3px 0; }

/* icon link */
.icon-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* icon link End */
/* Page white */
.page {
  border-radius: 5px; }
  .page-white {
    background-color: #f0f4f7; }
  .page__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 50px; }
  .page__content {
    padding: 30px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .page__content_office {
      padding: 0; }
  .page__footer {
    padding: 30px 50px;
    border-top: 1px solid #cbd7dd; }
  .page__title {
    font-size: 43px;
    margin-bottom: 30px;
    color: #000000; }
  .page__text {
    margin-bottom: 60px; }
    .page__text p {
      margin-bottom: 5px; }
    .page__text img {
      max-width: 100%;
      height: auto; }
  .page__video {
    margin-bottom: 70px; }
  .page__link {
    margin-bottom: 40px; }
    .page__link .icon-link__icon {
      font-size: 36px;
      margin-right: 10px; }
  .page__banner {
    margin-bottom: 40px; }
  .page__date {
    color: #a6bac3;
    margin-top: -20px;
    margin-bottom: 40px; }
  .page__pagination {
    position: fixed;
    top: 57%;
    transform: translate(-50%, -50%);
    right: 30px;
    width: 30px;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    background-color: #fff;
    border-radius: 3px;
    padding: 10px 0 0; }
    .page__pagination li {
      position: relative;
      padding: 12px; }
    .page__pagination .dot {
      text-decoration: none;
      background: #a6bac3;
      border-radius: 100%;
      width: 8px;
      height: 8px;
      display: block;
      z-index: 2;
      transition: all .2s ease; }
      .page__pagination .dot:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 14px;
        height: 14px;
        z-index: -1;
        opacity: 0;
        transition: all .2s ease;
        background: linear-gradient(to right, #5c0a7d 0%, #14238d 100%);
        border-radius: 50%; }
      .page__pagination .dot:after {
        content: '';
        background: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        width: 10px;
        height: 10px;
        opacity: 0;
        transition: all .2s ease; }
      .page__pagination .dot:hover {
        background: #fff; }
        .page__pagination .dot:hover:before {
          opacity: 1; }
        .page__pagination .dot:hover:after {
          opacity: 1; }
    .page__pagination .svg-arrow-down svg {
      fill: #a6bac3; }
    .page__pagination .content-link {
      padding: 8px 0 0; }
      .page__pagination .content-link:hover .svg-arrow-down svg {
        fill: url(#svg-gradient); }

/* Page white End */
/* Main schedule links */
.main-schedule {
  margin-bottom: 50px;
  position: relative; }
  .main-schedule__filters {
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    border: none; }
    .main-schedule__filters:before, .main-schedule__filters:after {
      display: none; }
  .main-schedule__filter > a {
    font-size: 43px;
    font-family: MP-Regular, sans-serif, Verdana;
    color: #a6bac3;
    position: relative;
    background: transparent;
    padding: 0; }
    .main-schedule__filter > a:after {
      content: '';
      position: absolute;
      bottom: 0;
      border-bottom: 1px dashed #a6bac3;
      width: 100%;
      left: 0; }
  .main-schedule__filter.active a, .main-schedule__filter:hover a {
    background: transparent;
    color: #232323; }
    .main-schedule__filter.active a:after, .main-schedule__filter:hover a:after {
      display: none; }
  .main-schedule__link {
    position: absolute;
    top: 10px;
    right: 0; }
  .main-schedule__films {
    opacity: 1;
    visibility: visible; }
    .main-schedule__films_rendering {
      opacity: 0;
      visibility: hidden;
      transition: .15s ease-in-out; }

/* Main schedule links End */
.closest-films, .cash-films, .soon-films {
  margin: 0 -10px; }
  .closest-films .film-mini, .cash-films .film-mini, .soon-films .film-mini {
    margin: 0 10px; }

/* Schedule city */
.schedule__list {
  margin-bottom: 80px; }

.schedule__item {
  border-bottom: 1px solid #a6bac3;
  padding: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.schedule__theatre {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 45%;
  padding-right: 40px; }
  .schedule__theatre-name {
    font-size: 21px;
    font-family: sans-serif, Verdana; }
  .schedule__theatre-city {
    margin-top: 10px;
    margin-bottom: auto;
    font-family: sans-serif, Verdana;
    color: #a6bac3; }

.schedule__film {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 40%; }
  .schedule__film-name {
    font-size: 21px;
    font-family: sans-serif, Verdana; }
  .schedule__film-city {
    margin-top: 10px;
    margin-bottom: auto;
    font-family: sans-serif, Verdana;
    color: #a6bac3; }
  .schedule__film-poster {
    margin-right: 20px;
    border-radius: 5px;
    max-width: 160px; }
  .schedule__film-icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px; }
    .schedule__film-icons .icon {
      height: 24px;
      width: 24px; }
    .schedule__film-icons > * {
      margin-right: 15px; }
  .schedule__film-name {
    font-size: 21px;
    line-height: 30px;
    font-family: sans-serif, Verdana;
    margin-bottom: 15px; }
  .schedule__film-genres {
    color: #a6bac3;
    font-family: sans-serif, Verdana; }

.schedule__sessions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: -15px 0; }

.schedule__session {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 15px 0; }
  .schedule__session-format {
    font-family: sans-serif, Verdana;
    margin-right: 20px;
    margin-top: 8px;
    text-transform: uppercase;
    width: 60px; }
  .schedule__session-times {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [5];
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px; }

/* Schedule city End */
/* Film */
.film-preview {
  border-radius: 5px;
  background-color: #f0f4f7;
  opacity: 0.9;
  position: absolute;
  left: 30px;
  top: 150px;
  width: 640px;
  height: 240px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex; }
  .film-preview__image {
    margin-right: 20px; }
    .film-preview__image img {
      border-radius: 5px;
      max-height: 100%; }
  .film-preview__details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .film-preview__title {
    font-size: 43px; }
  .film-preview__link {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 0;
    margin-top: auto; }

.film-mini__icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px; }
  .film-mini__icons > * {
    margin: 0 5px; }
  .film-mini__icons svg {
    width: 26px;
    height: 26px; }

.film-mini__poster {
  border-radius: 5px;
  margin-bottom: 20px;
  max-height: 280px;
  width: 100%; }

.film-mini__title {
  margin-bottom: 10px;
  font-family: sans-serif, Verdana;
  font-size: 17px; }
  .film-mini__title:hover {
    cursor: pointer;
    color: #14238d; }

.film-mini__genre {
  margin-bottom: 10px; }

.film-mini__theatre-count {
  color: #a6bac3; }

.film-mini__footer {
  opacity: 0;
  padding: 20px 30px 0; }

.film-mini:hover .film-mini__poster {
  cursor: pointer;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4); }

.film-mini:hover .film-mini__title {
  color: #14238d; }

.film-mini:hover .film-mini__footer {
  opacity: 1; }

.film__label {
  background-color: #232323;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 5px;
  font-family: sans-serif, Verdana;
  cursor: pointer; }
  .film__label_red {
    background: #d8052d; }

.film-card__ratings {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .film-card__ratings img {
    max-width: 25px;
    max-height: 25px; }
  .film-card__ratings .item {
    padding: 0 20px 0 0px; }

.film-card__title {
  font-size: 43px;
  margin-bottom: 30px;
  color: #000000; }

.film-card__info {
  padding: 30px 50px;
  margin: 0 -50px; }
  .film-card__info-columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10fr 9fr;
    grid-template-columns: 10fr 9fr;
    grid-column-gap: 40px;
    width: 100%;
    -ms-flex-align: start;
    align-items: flex-start; }

.film-card__photorama {
  width: 500px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .film-card__photorama .main-poster {
    border-radius: 6px; }

.film-card__details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 30px; }

.film-card__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }

.film-card__duration {
  margin-right: 15px; }

.film-card__genres {
  font-family: sans-serif, Verdana;
  color: #a6bac3;
  margin-right: 15px; }

.film-card__description {
  margin-bottom: 20px; }

.film-card__offers {
  padding-bottom: 70px; }

/* Films inline End */
/* Theatre */
.theatre__info {
  background: #ffffff;
  padding: 30px 50px;
  margin-bottom: 80px;
  border-radius: 5px;
  box-shadow: 0 14px 18px 0 rgba(166, 186, 195, 0.4); }

.theatre__name {
  font-size: 43px;
  margin-bottom: 30px;
  color: #000000; }

.theatre__details {
  margin-bottom: 40px;
  padding-right: 25px; }
  .theatre__details .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px; }
    .theatre__details .item:last-of-type {
      margin-bottom: 0; }
    .theatre__details .item .svg {
      margin-right: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .theatre__details .item .svg svg {
        width: 26px;
        height: 26px;
        fill: #a6bac3; }

.theatre__description {
  margin-bottom: 40px; }

.theatre__photorama img {
  max-width: 100%; }

.theatre-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #cbd7dd;
  padding: 35px 0; }
  .theatre-item:last-of-type {
    border-bottom: none; }
  .theatre-item__name {
    display: block;
    font-family: sans-serif, Verdana;
    font-size: 21px;
    margin-bottom: 10px; }
  .theatre-item__city {
    color: #a6bac3;
    font-family: sans-serif, Verdana;
    margin-bottom: 30px; }
  .theatre-item__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .theatre-item__buttons .gradient-button {
      width: 100%;
      margin-top: 25px; }

/* Theatre End */
/* Reviews */
.reviews {
  margin-top: 30px;
  position: relative; }
  .reviews__title {
    font-size: 43px;
    margin-bottom: 30px;
    color: #000000; }
  .reviews__list {
    margin-bottom: 70px; }
  .reviews__item {
    padding: 30px 0;
    border-bottom: 1px solid #a6bac3; }
    .reviews__item:last-of-type {
      border-bottom: none; }
  .reviews__count {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #ffffff;
    padding: 10px 20px;
    background-color: #cbd7dd;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 20px; }
  .reviews__add-button {
    position: absolute;
    top: 0;
    right: 0; }
  .reviews__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px; }
  .reviews__user-avatar {
    margin-right: 25px;
    border-radius: 5px; }
  .reviews__user-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start; }
  .reviews__user-name {
    font-family: sans-serif, Verdana;
    font-size: 17px; }
  .reviews__body {
    line-height: 20px; }

/* Reviews End */
/* Carousel stacked */
.carousel-stacked {
  margin-bottom: 60px; }
  .carousel-stacked__item {
    color: #ffffff;
    padding: 20px 35px;
    border-radius: 5px;
    position: relative; }
    .carousel-stacked__item-title {
      font-size: 43px;
      margin-bottom: 10px; }
    .carousel-stacked__item-description {
      font-size: 17px;
      line-height: 23px;
      max-width: 30%; }
    .carousel-stacked__item-more {
      position: absolute;
      bottom: 40px;
      left: 50px; }

/* Carousel stacked End */
/* Carousel films */
.carousel-films {
  margin-bottom: 50px; }
  .carousel-films.slick-dotted.slick-slider {
    margin-bottom: 50px; }
  .carousel-films__title {
    font-size: 43px;
    margin-bottom: 20px; }
  .carousel-films__description {
    line-height: 20px;
    margin-bottom: 40px;
    width: 55%; }
  .carousel-films__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start; }
    .carousel-films__item .play-video {
      width: 75%;
      margin-right: 15px;
      border-radius: 6px;
      overflow: hidden; }
      .carousel-films__item .play-video img {
        max-width: 100%;
        height: auto; }
    .carousel-films__item .film-mini {
      width: 20%; }

/* Carousel films End */
/* Journal */
.journal {
  color: #232323;
  position: relative;
  margin-bottom: 50px; }
  .journal__title {
    font-size: 43px;
    margin-bottom: 20px;
    color: #000000; }
  .journal__link {
    position: absolute;
    top: 15px;
    right: 0; }
  .journal__date {
    color: #a6bac3;
    margin-bottom: 30px; }
  .journal__image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 40px; }
  .journal__list {
    display: -ms-grid;
    display: grid;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-bottom: 50px;
    margin-top: 50px; }
  .journal__item-img {
    margin-bottom: 10px; }
    .journal__item-img img {
      border-radius: 5px; }
  .journal__item-title {
    margin-bottom: 10px;
    line-height: 18px;
    font-family: sans-serif, Verdana; }
  .journal__item-description {
    margin-bottom: 10px;
    line-height: 20px; }
  .journal__item-date {
    color: #a6bac3; }
  .journal__item:hover {
    cursor: pointer; }
    .journal__item:hover .journal__item-img img {
      box-shadow: 0 14px 18px 0 rgba(20, 35, 141, 0.4); }
    .journal__item:hover .journal__item-title {
      color: #14238d; }
  .journal__load {
    margin: 20px auto 20px;
    max-width: 180px; }

/* Journal End */
/* Offers */
.offers {
  margin-bottom: 50px; }
  .offers__title {
    font-size: 43px;
    margin-bottom: 30px;
    color: #000000; }
  .offers__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding-top: 50px; }
  .offers__item {
    background-color: transparent;
    border: 1px solid #cbd7dd;
    border-radius: 5px;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 240px;
    color: #232323; }
    .offers__item svg {
      width: 140px;
      height: 140px;
      fill: url(#svg-gradient);
      margin-bottom: 20px; }
    .offers__item-title {
      font-family: sans-serif, Verdana;
      text-align: center; }
    .offers__item:hover {
      background: linear-gradient(to bottom, #14238d, #5c0a7d);
      box-shadow: 0 14px 18px 0 rgba(54, 23, 133, 0.4);
      border-color: transparent;
      cursor: pointer; }
      .offers__item:hover svg {
        fill: #ffffff; }
      .offers__item:hover .offers__item-title {
        color: #ffffff; }

/* Offers End */
/* Page Wrapper */
.page-gray {
  background: #f0f4f7; }

/* Page Wrapper End */
/* Collapse */
.collapse__list {
  margin-bottom: 70px; }

.collapse__item {
  border-bottom: 1px solid #a6bac3; }
  .collapse__item:last-of-type {
    border-bottom: none; }

.collapse__link {
  display: block;
  font-size: 21px;
  font-family: sans-serif, Verdana;
  padding: 30px 0;
  color: #000000; }

.collapse__body {
  grid-gap: 50px;
  margin-bottom: 30px; }

.collapse__text {
  width: 90%;
  margin-bottom: 40px; }

.collapse__title {
  font-size: 21px;
  font-family: sans-serif, Verdana; }

.collapse__subtitle {
  font-family: sans-serif, Verdana;
  margin-top: 25px; }

.collapse__right, .collapse__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start; }

.collapse__send-button {
  margin-top: 40px;
  height: 45px;
  font-size: 17px;
  width: 200px; }

/* Collapse End */
/* see-also */
.see-also__title {
  font-size: 21px;
  font-family: sans-serif, Verdana;
  margin-bottom: 30px; }

.see-also__items {
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  list-style-type: none; }

.see-also__item {
  margin-right: 20px;
  margin-bottom: 25px; }

/* see-also End */
/* Filters */
.filters {
  margin-bottom: 20px; }
  .filters-header {
    padding-left: 0;
    height: 40px;
    list-style: none;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .filters-header__preset {
      margin-right: 15px; }
      .filters-header__preset a {
        display: block;
        font-size: 17px;
        font-family: Medium, sans-serif, Verdana;
        line-height: 33px; }
      .filters-header__preset_active a, .filters-header__preset:hover a {
        position: relative; }
        .filters-header__preset_active a:after, .filters-header__preset:hover a:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -5px;
          width: 100%;
          height: 4px;
          background: -webkit-linear-gradient(180deg, #14238d 0%, #5c0a7d 100%); }
  .filters-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    border-bottom: 1px solid #a6bac3;
    border-top: 1px solid #a6bac3; }
  .filters-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
    width: 100%; }
  .filters-row_3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
    width: 100%;
    -ms-flex-align: start;
    align-items: flex-start; }
  .filters-row_2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
    width: 100%;
    -ms-flex-align: start;
    align-items: flex-start; }
  .filters-item {
    min-width: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .filters-item_large {
      width: 300px; }
    .filters-item_checkbox {
      width: 100%;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr [4];
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 10px; }
    .filters-item .form-group {
      margin-bottom: 0;
      height: 100%;
      width: 100%; }
    .filters-item input[type="text"] {
      height: 40px; }

/* Filters End */
/* contact */
.contact__map img {
  width: 100%; }

/* contact End */
/* Banner */
.banner {
  color: #ffffff;
  padding: 30px 35px;
  border-radius: 5px;
  position: relative;
  background-color: #14238d;
  background: url("/img/phones-new.png") 80% bottom no-repeat;
  background: url("/img/phones-new.png") 80% bottom no-repeat, linear-gradient(to bottom, #14238d, #5c0a7d);
  height: 400px; }
  .banner__title {
    font-size: 21px;
    margin-bottom: 10px; }
  .banner__description {
    line-height: 22px;
    max-width: 30%; }
  .banner__link {
    position: absolute;
    bottom: 40px;
    left: 35px; }

.banner-item {
  padding: 0; }
  .banner-item .banner-image {
    width: 100%; }

/* Banner End */
/* Footer */
.footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
  min-height: 150px; }
  .footer__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
  .footer__copyright {
    line-height: 2.5rem; }
    .footer__copyright p {
      font-size: 80%; }
  .footer__social {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [6];
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    fill: #a6bac3; }
    .footer__social svg {
      fill: inherit; }
    .footer__social li:hover svg {
      fill: url(#svg-gradient); }
  .footer__contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%; }
    .footer__contact-phone {
      margin-top: 0 !important;
      font-size: 30px;
      line-height: 35px;
      white-space: nowrap; }
  .footer__links {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer__design {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .footer__design .icon-svg svg {
      width: 140px;
      height: 65px; }

/* Footer End */
/* Office */
.office__page {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 50px; }

.office__title {
  font-size: 43px;
  margin-bottom: 40px; }

.office__form {
  box-shadow: 0 14px 18px 0 rgba(166, 186, 195, 0.4);
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px 40px;
  margin-bottom: 50px; }
  .office__form-footer {
    margin-top: 40px; }
  .office__form-title {
    display: block;
    font-size: 21px;
    font-family: Medium, sans-serif, Verdana;
    margin-top: 30px;
    margin-bottom: 20px; }
  .office__form-text {
    max-width: 250px;
    font-size: 10px;
    line-height: 15px; }
  .office__form-submit {
    float: right; }
  .office__form_default .control-label {
    font-family: Medium, sans-serif, Verdana;
    color: #a6bac3; }
  .office__form_default .form-control {
    box-shadow: none; }
    .office__form_default .form-control:focus {
      box-shadow: none;
      border-color: #ef9f05; }
  .office__form_default .has-error .form-control, .office__form_default .help-block-error {
    color: #d8052d;
    border-color: #d8052d; }
  .office__form_default .office__form-text {
    font-size: 14px;
    font-family: Medium, sans-serif, Verdana;
    line-height: 20px;
    color: #a6bac3;
    max-width: 360px; }
    .office__form_default .office__form-text a {
      color: #a6bac3;
      text-decoration: underline; }

.office__sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Medium, sans-serif, Verdana; }

.office__hr {
  width: 100%;
  border-top: 1px solid #a6bac3; }

.office__user {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .office__user-avatar {
    margin-right: 20px;
    max-width: 80px; }
  .office__user-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .office__user-name {
    max-height: 40px;
    margin-bottom: 10px;
    overflow: hidden; }
  .office__user-logout {
    display: -ms-flexbox;
    display: flex; }
    .office__user-logout .icon-svg {
      margin-right: 10px; }
      .office__user-logout .icon-svg svg {
        height: 20px; }
    .office__user-logout:hover {
      cursor: pointer; }

.office-menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0 -10px; }

.office-menu__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 10px; }
  .office-menu__item:hover {
    background-color: #e7edf0; }
    .office-menu__item:hover svg {
      fill: url(#svg-gradient); }

.office-menu__icon {
  margin-right: 10px; }
  .office-menu__icon svg {
    height: 20px; }

.office-menu__count {
  margin-left: auto;
  padding: 0px 4px;
  background-color: #cbd7dd;
  border-radius: 5px; }

.office-menu__subtitle {
  margin-bottom: 15px;
  padding-left: 15px;
  color: #a6bac3; }

.office-menu_dropdown {
  width: 240px;
  padding: 0; }
  .office-menu_dropdown .office-menu__list {
    margin: 0; }
  .office-menu_dropdown .office-menu__item {
    padding: 10px; }
  .office-menu_dropdown .office-menu__icon svg {
    height: 16px; }
  .office-menu_dropdown .office-menu__subtitle {
    margin-bottom: 5px; }
  .office-menu_dropdown .office__hr {
    margin: 5px 10px;
    width: auto; }

/* Office End */
/* Card */
.card {
  margin-bottom: 60px; }
  .card__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px; }
  .card__item {
    color: #ffffff;
    height: 210px;
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
    background: url("/img/card-2.png"), linear-gradient(to right, #5c0a7d 0%, #14238d 100%);
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4); }
  .card__balance {
    font-family: Medium, sans-serif, Verdana;
    font-size: 17px;
    position: absolute;
    bottom: 35px;
    right: 50px;
    height: 30px;
    width: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    .card__balance_black {
      color: #232323; }
  .card__name {
    font-family: Medium, sans-serif, Verdana;
    margin-bottom: 15px;
    font-size: 21px; }
  .card__number {
    font-size: 17px; }
  .card__history {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column; }
    .card__history_head {
      margin-top: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background: #ffffff;
      color: #282828;
      padding: 10px 15px;
      border-radius: 5px;
      position: relative;
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: bold; }
      .card__history_head__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        .card__history_head__item svg {
          width: 12px;
          margin-left: 6px; }
    .card__history_item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background: #ffffff;
      color: #282828;
      padding: 10px 15px;
      border-radius: 5px;
      position: relative;
      margin-bottom: 5px;
      font-size: 16px; }
      .card__history_item:hover {
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
        z-index: 101; }
      .card__history_item__sum {
        font-size: 18px;
        font-weight: bold;
        min-width: 100px;
        text-align: right; }

/* Card End */
/* Order */
.order__list {
  margin-bottom: 70px; }

.order__item {
  padding: 40px 0;
  border-bottom: 1px solid #a6bac3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5fr;
  grid-template-columns: 1fr 5fr;
  grid-column-gap: 30px;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.order__cinema-poster {
  border-radius: 5px;
  max-width: 140px;
  min-width: 100px; }

.order__details {
  margin-bottom: 40px; }

.order__info-block {
  margin-bottom: 20px; }

.order__label {
  color: #a6bac3;
  margin-bottom: 5px;
  font-family: Medium, sans-serif, Verdana; }

.order__number {
  color: #000000;
  font-size: 21px;
  font-family: Medium, sans-serif, Verdana; }

.order__position {
  margin-bottom: 10px; }
  .order__position-name {
    font-family: Medium, sans-serif, Verdana; }
  .order__position-description {
    line-height: 20px; }

.order__sum {
  font-family: Medium, sans-serif, Verdana;
  font-size: 21px; }

.order__footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr;
  grid-gap: 50px; }

/* Order End */
/* Promotion */
.promotion {
  position: relative; }
  .promotion__title {
    font-size: 43px;
    margin-bottom: 30px; }
  .promotion__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-top: 50px; }
    .promotion__list_office {
      -ms-grid-columns: 1fr [2];
      grid-template-columns: repeat(2, 1fr); }
  .promotion__link {
    position: absolute;
    top: 10px;
    right: 0; }
  .promotion__item:hover .promotion__image {
    box-shadow: 0px 14px 18px 0px rgba(20, 35, 141, 0.4); }
  .promotion__item:hover .promotion__name {
    color: #14238d; }
  .promotion__image {
    border-radius: 5px;
    background-image: -webkit-linear-gradient(90deg, #5c0a7d 0%, #14238d 100%);
    margin-bottom: 10px;
    height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding: 20px; }
    .promotion__image img {
      max-height: 100%; }
  .promotion__name {
    font-family: Medium, sans-serif, Verdana;
    font-size: 17px;
    margin-bottom: 10px; }
  .promotion__date {
    color: #a6bac3; }
  .promotion__image-close {
    position: relative; }
    .promotion__image-close:after {
      content: "";
      position: absolute;
      border-bottom: 3px solid #d8052d;
      width: 450px;
      transform: rotate(135deg);
      display: -ms-flexbox;
      display: flex;
      top: 50%; }
  .promotion-preview {
    margin: 0;
    padding: 0;
    border-radius: 3px;
    background-color: #f0f4f7;
    box-shadow: 0 14px 18px 0 rgba(35, 35, 35, 0.4);
    width: 400px;
    height: 100px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
    .promotion-preview__image img {
      height: 100%;
      width: auto;
      max-width: 150px; }
    .promotion-preview__details {
      padding: 10px 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
    .promotion-preview__title {
      font-size: 21px;
      font-family: Medium, sans-serif, Verdana;
      margin-bottom: 10px; }
    .promotion-preview__close {
      position: absolute;
      top: 5px;
      right: 10px; }

/* Promotion End */
/* modal Auth */
.modal-auth {
  width: 380px; }
  .modal-auth__link {
    position: absolute;
    top: 20px;
    right: 20px; }
  .modal-auth .office__form {
    padding: 15px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-auth .form-group {
    margin-bottom: 30px; }

/* modal Auth End */
/* Auth Modal */
#authModal {
  background-color: rgba(0, 0, 0, 0.82); }

/* Auth Modal End */
/* Adult Modal */
.adult-modal {
  width: 500px;
  margin: 0 auto;
  text-align: center; }
  .adult-modal__title {
    font-size: 42px;
    font-family: MP-Regular, sans-serif, Verdana;
    margin: 20px 0 40px; }
  .adult-modal__buttons {
    width: 80%;
    margin: 0 auto 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px; }
    .adult-modal__buttons .gradient-button-white, .adult-modal__buttons .gradient-button {
      font-size: 16px;
      height: 50px; }
  .adult-modal__hint {
    color: #a6bac3; }
  .adult-modal img {
    max-width: 100%; }

/* Auth Modal End */
/* Nav Modal */
#navModal, #cityModal, #searchModal, #ticketModal {
  z-index: 2015; }

#navModal, #cityModal, #searchModal, #ticketModal, #adultModal, #messageModal {
  padding: 0 !important; }

/* Nav Modal End */
/* intellegence-toggle */
.intellegence-toggle {
  position: absolute;
  top: 150px;
  right: 30px;
  width: 60px;
  height: 60px;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff; }
  .intellegence-toggle a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex; }
    .intellegence-toggle a .icon-svg {
      width: 100%; }
      .intellegence-toggle a .icon-svg svg {
        width: 100%;
        height: 100%;
        fill: #a6bac3; }
    .intellegence-toggle a:hover .icon-svg svg {
      fill: url(#svg-gradient); }

/* intellegence-toggle End */
.social-menu {
  position: absolute;
  bottom: 50px;
  right: 30px;
  width: 60px;
  height: 60px;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff; }
  .social-menu a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex; }
    .social-menu a .icon-svg {
      width: 100%; }
      .social-menu a .icon-svg svg {
        width: 100%;
        height: 100%;
        fill: #a6bac3; }
    .social-menu a:hover .icon-svg svg {
      fill: url(#svg-gradient); }

.city-tooltip {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  border-radius: 6px;
  color: #f0f4f7;
  background-image: linear-gradient(-180deg, #14238d 0%, #5c0a7d 99%);
  white-space: nowrap;
  text-align: center;
  display: block;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer; }
  .city-tooltip__name {
    position: relative;
    color: #ffffff; }
    .city-tooltip__name:after {
      content: '';
      position: absolute;
      bottom: -2px;
      transform: translateY(-50%);
      height: 1px;
      width: 100%;
      left: 0;
      transition: .15s ease-in-out;
      background-color: #f0f4f7; }
    .city-tooltip__name:hover, .city-tooltip__name:focus {
      color: #fff; }
      .city-tooltip__name:hover:after, .city-tooltip__name:focus:after {
        height: 2px; }
  .city-tooltip__wrapper {
    position: relative; }
  .city-tooltip__close {
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 8px; }
  .city-tooltip_show {
    animation: city-tooltip 0.35s cubic-bezier(0.83, 0.23, 0.61, 1.21);
    padding: 8px 20px; }
    .city-tooltip_show:before {
      content: '';
      position: absolute;
      top: -5px;
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
      border-width: 6px;
      border-style: solid;
      border-color: #14238d transparent transparent #14238d;
      z-index: 1; }

.modal-open .modal {
  overflow-y: auto; }

body.modal-open {
  overflow: hidden; }

.modal-dialog.modal-full {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff; }
  .modal-dialog.modal-full .modal-header {
    padding-left: 80px;
    margin-bottom: 40px;
    border: none;
    position: relative; }
    .modal-dialog.modal-full .modal-header.empty-header {
      margin-bottom: 0; }
    .modal-dialog.modal-full .modal-header .close {
      position: absolute;
      top: 30px;
      right: 30px;
      padding: 20px; }
  .modal-dialog.modal-full .modal-body_centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .modal-dialog.modal-full .modal-body_centered form {
      width: 500px; }
  .modal-dialog.modal-full .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0; }

.article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .article img {
    max-width: 500px;
    max-height: 300px;
    border-radius: 5px;
    cursor: pointer; }
    .article img:hover {
      box-shadow: 0px 14px 18px 0px rgba(20, 35, 141, 0.4); }
      .article img:hover ~ h3 {
        color: #14238d; }
  .article span {
    padding: 3px 0; }

.map {
  background-image: url("/img/map.png");
  width: 1100px;
  height: 700px; }
  .map__preview {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px 40px 10px;
    background: white;
    box-shadow: 0px 14px 18px 0px rgba(20, 35, 141, 0.4);
    border-radius: 5px;
    position: relative; }
    .map__preview_description h2 {
      padding: 10px 0px;
      margin: 0; }
    .map__preview_description .details-containers .item {
      display: -ms-flexbox;
      display: flex; }
      .map__preview_description .details-containers .item .svg {
        width: 15px;
        height: 15px;
        padding: 0 5px 0 0; }
    .map__preview_icons {
      position: absolute;
      top: 95%;
      width: 20px;
      height: 25px;
      right: calc(50% - 10px); }
      .map__preview_icons .svg {
        width: 15px;
        height: 15px; }
      .map__preview_icons .my {
        display: none;
        width: 40px; }

.slider-for {
  margin-bottom: 30px; }
  .slider-for .slider-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .slider-for .slider-item * {
      border-radius: 6px; }

.slider-next {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 4px solid;
  border-color: transparent #fff #fff transparent;
  transform: translateY(-50%) rotate(-45deg);
  box-sizing: content-box;
  opacity: .5; }

.slider-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 4px solid;
  border-color: #fff transparent transparent #fff;
  transform: translateY(-50%) rotate(-45deg);
  box-sizing: content-box;
  opacity: .5;
  z-index: 10; }

.slick-next, .slick-prev {
  transform: none; }

.slick-list {
  border-radius: 6px; }

.slick-arrow__wrapper-next {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 25%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.75+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#bf000000', GradientType=1);
  /* IE6-9 */ }
  .slick-arrow__wrapper-next:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,5c0a7d+100&0+0,0.75+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(92, 10, 125, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#bf5c0a7d', GradientType=1);
    /* IE6-9 */ }
  .slick-arrow__wrapper-next:before {
    content: '';
    font-size: inherit;
    line-height: normal;
    opacity: 1; }
  .slick-arrow__wrapper-next:hover > * {
    opacity: 1; }
  .slick-arrow__wrapper-next_transparent {
    background: transparent;
    width: 5%; }
    .slick-arrow__wrapper-next_transparent:hover {
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(35, 35, 35, 0.4) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#bf000000', GradientType=1);
      /* IE6-9 */ }

.slick-arrow__wrapper-prev {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.75+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  z-index: 10; }
  .slick-arrow__wrapper-prev:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5c0a7d+0,ffffff+100&0.75+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(92, 10, 125, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf5c0a7d', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */ }
  .slick-arrow__wrapper-prev:before {
    content: '';
    font-size: inherit;
    line-height: normal;
    opacity: 1; }
  .slick-arrow__wrapper-prev:hover > * {
    opacity: 1; }
  .slick-arrow__wrapper-prev_transparent {
    background: transparent;
    width: 5%; }
    .slick-arrow__wrapper-prev_transparent:hover {
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(35, 35, 35, 0.4), rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00ffffff', GradientType=1);
      /* IE6-9 */ }

.slick-arrow_dots {
  top: auto;
  left: auto;
  right: auto;
  display: inline-block; }

.slick-dots {
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  bottom: -30px; }
  .slick-dots li {
    margin: 0;
    vertical-align: middle; }
    .slick-dots li.slick-active button:before {
      color: transparent;
      border: 2px solid #5c0a7d;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 10px;
      height: 10px; }
    .slick-dots li.slick-active button:hover:before, .slick-dots li.slick-active button:focus:before {
      color: transparent; }
    .slick-dots li button:hover:before, .slick-dots li button:focus:before {
      color: #5c0a7d; }
    .slick-dots li.slick-arrow_dots {
      vertical-align: middle;
      position: absolute;
      top: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .slick-dots li.slick-arrow_dots.slick-arrow_prev {
        left: 0;
        transform: translate(-100%, -50%); }
      .slick-dots li.slick-arrow_dots.slick-arrow_next {
        right: 0;
        transform: translate(100%, -50%); }
      .slick-dots li.slick-arrow_dots:before, .slick-dots li.slick-arrow_dots:after {
        color: #cbd7dd;
        transition: .15s ease-in-out; }
      .slick-dots li.slick-arrow_dots:hover:before, .slick-dots li.slick-arrow_dots:hover:after {
        color: #5c0a7d; }

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.reset-cookies {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 30px;
  top: 10px;
  border: 3px solid #f6942f;
  border-radius: 50%; }
  .reset-cookies:hover {
    cursor: pointer;
    border-color: #97147d; }
  .reset-cookies img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px; }

#reCaptchaModal .modal-dialog {
  width: 364px; }
  #reCaptchaModal .modal-dialog .modal-content {
    padding: 30px; }
    #reCaptchaModal .modal-dialog .modal-content .form-horizontal .form-group {
      margin: 0; }
    #reCaptchaModal .modal-dialog .modal-content .col-sm-offset-3 {
      width: unset;
      margin: 0; }
    #reCaptchaModal .modal-dialog .modal-content .col-sm-7 {
      width: unset;
      margin: 0; }

.banner-item {
  padding: 0; }
  .banner-item .banner-image {
    width: 100%; }

#question-pjax {
  margin-bottom: 50px; }
  #question-pjax .office__form {
    margin-bottom: 0;
    padding-bottom: 80px; }

.cookie-notice {
  position: fixed;
  bottom: 0;
  box-shadow: 0 2px 10px 0 #999;
  background: white;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  z-index: 99999; }
  .cookie-notice a {
    text-decoration: underline; }
  .cookie-notice .close-notice {
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 21px;
    opacity: 0.4; }
  .cookie-notice .cookie-button {
    text-align: center; }

.ie-block {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #343434;
  z-index: 999999; }
  .ie-block .container {
    top: 50%;
    max-width: 600px;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -160px; }
  .ie-block .ie-block-title {
    color: #FDD14A;
    font-size: 32px; }
  .ie-block .ie-block-note {
    padding-top: 20px;
    padding-bottom: 30px;
    color: white;
    font-size: 17px; }
  .ie-block .page-browser {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    background-image: url(/img/browser.jpg);
    background-repeat: no-repeat; }
    .ie-block .page-browser.page-chrome {
      background-position: 0 0; }
    .ie-block .page-browser.page-firefox {
      background-position: -60px 0; }
    .ie-block .page-browser.page-opera {
      background-position: -120px 0;
      width: 56px; }
    .ie-block .page-browser.page-safari {
      width: 56px;
      background-position: -176px 0; }
    .ie-block .page-browser:hover {
      background-position-y: -60px; }

.suggest span.text-border-gradient {
  cursor: default; }

.jwlogo {
  display: none; }

.jwvideo video {
  transform: scale(1) !important; }

@media only screen and (max-width: 1200px) {
  body {
    font-size: 16px; }
  .content-wrapper {
    padding-top: 150px; }
  .page-gray-content {
    margin-bottom: 20px; }
  .page__content {
    padding: 20px 30px; }
  .icon svg {
    width: 28px;
    height: 28px; }
  .icon-svg svg {
    width: 28px;
    height: 28px; }
  .icon-svg.favorite-film svg {
    width: 28px;
    height: 28px; }
  .still svg {
    width: 20px;
    height: 20px; }
  .navbar-nav > li.dropdown-chevron .dropdown-header {
    font-size: 16px; }
  .dropdown-menu {
    font-size: 16px; }
  .modal-dialog.modal-full .modal-header {
    padding-left: 40px;
    margin-bottom: 10px; }
  .filters-row_3 {
    -ms-grid-columns: 1fr 2fr 3fr;
    grid-template-columns: 1fr 2fr 3fr; }
  .menu__nav {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr; }
  .menu-social__item .icon-svg svg {
    width: 28px;
    height: 28px; }
  .main-schedule__filter > a {
    font-size: 38px; }
  .schedule__theatre {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 20px; }
  .schedule__session-times {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr); }
  .carousel-films__description {
    width: 100%;
    margin-bottom: 20px; }
  .carousel-films__item .play-video {
    width: 75%; }
  .carousel-films__item .film-mini {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .carousel-films.slick-dotted.slick-slider {
    margin-bottom: 60px; }
  .card__balance {
    right: 30px;
    bottom: 40px; }
  .card__list {
    grid-gap: 30px; }
  .card__item {
    height: 190px; }
  .slick-dotted.slick-slider {
    margin-bottom: 60px; }
  .slick-dots {
    bottom: -50px; }
    .slick-dots li {
      width: 30px; }
      .slick-dots li button {
        width: 30px;
        margin: 0 auto; }
        .slick-dots li button:before {
          left: 50%;
          transform: translateX(-50%); }
      .slick-dots li.slick-arrow_dots {
        font-size: 18px; }
  .offers__list {
    padding-top: 30px;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr); }
  .film__label {
    padding: 3px 8px; }
  .film-card__info {
    padding: 20px 30px;
    margin: 0 -30px; }
    .film-card__info-columns {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-row-gap: 20px; }
  .film-card__offers.offers__list {
    padding-top: 30px; }
  .films-inline {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr); }
    .films-inline_office {
      -ms-grid-columns: 1fr [3];
      grid-template-columns: repeat(3, 1fr); }
  .footer {
    grid-gap: 20px; }
    .footer__contact {
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .footer__contact-phone {
        margin-top: 0 !important;
        margin-bottom: 15px; }
    .footer__links li {
      margin-bottom: 10px; }
      .footer__links li:last-of-type {
        margin-bottom: 0; }
    .footer__copyright p {
      font-size: inherit; }
    .footer__social {
      -ms-grid-columns: 1fr [3];
      grid-template-columns: repeat(3, 1fr);
      width: 100%; }
      .footer__social .icon-svg svg {
        width: 32px;
        height: 32px; }
  .session-picker__item {
    width: 100px; }
    .session-picker__item-time {
      height: 36px; }
    .session-picker__item-release {
      height: 36px; }
  .office__user-name {
    max-height: 50px; }
  .office-menu__item .icon-svg svg {
    max-width: 26px;
    max-height: 26px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .navbar-category {
    display: none; }
  .navbar-inner-wrapper {
    padding: 0 40px; }
  .main-schedule__filters {
    width: 75%; }
  .main-schedule__filter a {
    font-size: 28px;
    margin-right: 20px; }
  .main-schedule__link {
    top: 0; }
  .offers__list {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr); }
  .offers__item {
    height: 150px; }
    .offers__item svg {
      width: auto;
      height: auto; }
  .footer {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr); }
    .footer__contact {
      padding: 0 15px; }
      .footer__contact-phone {
        white-space: nowrap; }
  .filters {
    margin-bottom: 40px; }
    .filters-row {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: repeat(2, 1fr);
      width: 100%;
      -ms-flex-align: start;
      align-items: flex-start; }
    .filters-item {
      min-width: 100px; }
      .filters-item_large {
        width: 100%; }
      .filters-item_half {
        width: 100%; }
      .filters-item_checkbox {
        -ms-flex-align: start;
        align-items: flex-start; }
    .filters-header__preset a {
      font-size: 21px; }
  .schedule__sessions {
    width: 50%;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .schedule__session {
    width: 100%; }
    .schedule__session-times {
      width: 100%;
      -ms-grid-columns: minmax(75px, 1fr) [auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(75px, 1fr)); }
  .promotion__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr); }
  .films-inline {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr); }
  .format-checkbox .checkbox {
    margin-top: 0; }
  .page__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  .office__sidebar {
    display: none; }
  .card__balance {
    right: 30px;
    bottom: 60px; }
  .filters-row_3 {
    -ms-grid-columns: 50%;
    grid-template-columns: 50%; }
    .filters-row_3 .filters-item.field-format {
      grid-area: 2 / 1 / 2 / 3; }
    .filters-row_3 .filters-item_checkbox {
      -ms-grid-columns: 1fr [8];
      grid-template-columns: repeat(8, 1fr); } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .filters-row_2 {
    -ms-grid-columns: unset;
    grid-template-columns: unset; }
  .bootstrap-datetimepicker-widget {
    left: 10px !important; }
  .city-tooltip {
    margin-left: -70px; }
    .city-tooltip_show:before {
      left: 78%; }
  .nav .dropdown.open {
    position: static; }
    .nav .dropdown.open .office-menu {
      position: absolute;
      background: white;
      left: 0;
      right: 0; }
    .nav .dropdown.open .menu-social {
      position: absolute;
      background: white;
      left: 0;
      right: 0; }
  .container-fluid > .navbar-header {
    margin-left: 0;
    margin-right: 0; }
  .navbar-inner-wrapper {
    padding: 0;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .navbar .gradient-button {
    display: none; }
  .menu {
    -ms-grid-columns: 4fr 2fr;
    grid-template-columns: 4fr 2fr; }
    .menu__nav {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; }
    .menu__column {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .menu__title {
      width: 100%; }
    .menu__group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 0; }
      .menu__group li {
        margin-right: 15px; }
  .page__content {
    padding: 25px 20px; }
  .page__footer {
    padding: 25px 20px; }
  .page__title {
    font-size: 38px; }
  .page__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  .footer {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-column-align: center;
    justify-items: center;
    font-size: 16px; }
    .footer__left {
      margin-bottom: 20px; }
    .footer__links {
      text-align: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer__links li {
        margin-bottom: 10px; }
        .footer__links li:last-of-type {
          margin-bottom: 0; }
    .footer__contact {
      padding: 0 15px; }
      .footer__contact-phone {
        white-space: nowrap;
        font-size: 22px; }
  .modal-body {
    padding: 15px; }
  .content-wrapper {
    background-position: center top; }
  .city-picker {
    margin-top: 30px;
    grid-gap: 30px; }
  .main-schedule__filters {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 50px;
    margin-right: 0; }
  .main-schedule__filter a {
    font-size: 32px;
    margin-right: 30px; }
  .main-schedule__link {
    top: 0; }
  .films-inline {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr); }
  .carousel-films__item .play-video {
    width: 70%; }
  .carousel-films__item .film-mini {
    width: 25%; }
  .journal__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr); }
  .journal__title {
    font-size: 38px; }
  .film-preview {
    width: 600px;
    height: 200px; }
    .film-preview__title {
      font-size: 38px;
      line-height: 38px; }
  .film-card__title {
    font-size: 38px; }
  .film-card__photorama {
    width: 100%; }
  .film-card__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .film-card__duration {
    margin-bottom: 5px; }
  .film-card__genres {
    margin-bottom: 5px; }
  .film-card__info {
    padding: 25px 15px;
    margin: 0 -15px; }
    .film-card__info-columns {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; }
  .film-card__schedule .schedule__sessions {
    min-width: 60%; }
  .format-checkbox .checkbox label .checkbox-title {
    white-space: nowrap;
    padding: 0 5px;
    width: auto;
    min-width: 55px; }
  .schedule__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .schedule__theatre {
    width: 100%;
    margin-bottom: 20px; }
  .schedule__film {
    width: 60%; }
    .schedule__film-poster {
      width: 120px; }
  .schedule__sessions {
    width: 100%; }
  .schedule__session-format {
    margin-top: 5px;
    width: 80px; }
  .schedule__session-times {
    -ms-grid-columns: minmax(95px, 120px) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(95px, 120px)); }
  .session-picker__item {
    width: 100%; }
  .reviews {
    margin-bottom: 40px; }
    .reviews__list {
      margin-bottom: 0; }
    .reviews__add-button {
      position: relative;
      top: auto;
      left: auto;
      width: 240px;
      margin: 0 auto; }
  .office__sidebar {
    display: none; }
  .journal__list {
    margin-bottom: 30px; }
  .offers__list {
    padding-top: 0; }
  .offers__item {
    padding: 20px 40px;
    height: 210px; }
  .poster-item {
    -ms-grid-columns: 5fr 8fr 5fr;
    grid-template-columns: 5fr 8fr 5fr; }
    .poster-item__labels {
      left: calc(65% + 55px); }
  .card__item {
    background-size: cover; }
  .card__balance {
    right: 40px;
    bottom: 25px; }
  .order__item {
    padding: 20px 0; }
  .footer__social {
    -ms-grid-columns: 1fr [6];
    grid-template-columns: repeat(6, 1fr); } }

@media only screen and (max-width: 600px) {
  .dropdown .personal-area-text {
    display: none; }
  .filters-row_3 .filters-item_checkbox {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr); }
  .format-checkbox .checkbox label .checkbox-title {
    width: 100%;
    padding: 0; }
  .main-schedule__filter a {
    font-size: 28px; }
  .offers__item {
    padding: 10px 20px; }
  .one-field-form__line {
    width: 200px; }
  .jwplayer {
    width: 100% !important;
    height: 66vw !important; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  body {
    font-size: 16px; }
  .adult-modal {
    width: unset; }
  .offers {
    font-size: 13px; }
  #reCaptchaModal .modal-dialog {
    width: unset; }
    #reCaptchaModal .modal-dialog .modal-content {
      padding: 30px 0; }
  .modal .menu {
    -ms-grid-columns: unset;
    grid-template-columns: unset; }
  .city-picker {
    -ms-grid-columns: unset;
    grid-template-columns: unset; }
  .modal-auth {
    width: unset; }
    .modal-auth .gradient-button {
      margin-bottom: 10px; }
  #cityModal .row > div.flex {
    display: block; }
    #cityModal .row > div.flex #suggest-city__form {
      float: none !important;
      margin-bottom: 10px; }
  .social-menu {
    display: none; }
  .intellegence-toggle {
    right: 15px; }
  .gradient-button {
    font-size: 16px; }
  .gradient-button-white {
    height: 50px;
    font-size: 18px; }
  .page {
    border-radius: 0; }
    .page__content {
      padding: 20px 15px; }
    .page__footer {
      padding: 20px 15px; }
    .page__pagination {
      display: none; }
    .page__body {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; }
  .film-card__title {
    font-size: 21px; }
  .film-mini__poster {
    margin-bottom: 10px; }
  .film-mini__icons {
    margin-bottom: 5px; }
  .film-mini__title {
    font-size: 16px;
    margin-bottom: 5px; }
  .film-mini__genre {
    font-size: 12px; }
  .film-mini__theatre-count {
    font-size: 12px; }
  .film-preview {
    width: auto;
    top: 250px;
    left: 15px;
    right: 15px; }
    .film-preview__title {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 10px; }
    .film-preview__image {
      margin-right: 10px;
      min-width: 70px;
      max-width: 80px; }
    .film-preview__link {
      height: 45px;
      padding: 0 15px; }
  .films-inline {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr); }
  .carousel-films__item {
    -ms-flex-direction: column;
    flex-direction: column; }
  .carousel-films__description {
    width: 100%; }
  .carousel-films .play-video {
    width: 100%;
    margin-bottom: 30px; }
  .carousel-films .film-mini {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
    .carousel-films .film-mini__image {
      margin-right: 20px;
      width: 40%; }
  .offers__list {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr); }
  .footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 20px; }
    .footer__left {
      margin-bottom: 0;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .footer__contact {
      margin-bottom: 10px;
      display: block;
      text-align: center; }
      .footer__contact a {
        display: block; }
    .footer__links {
      margin-bottom: 10px;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      .footer__links li {
        padding: 5px 0; }
    .footer__copyright {
      margin-bottom: 15px; }
    .footer__design {
      display: none; }
    .footer__social {
      margin-bottom: 20px; }
      .footer__social .icon-svg {
        -ms-flex-align: start;
        align-items: flex-start; }
        .footer__social .icon-svg svg {
          width: 35px;
          height: 35px; }
  .main-schedule__films {
    margin-bottom: 20px; }
  .main-schedule__filters {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 0; }
  .main-schedule__filter {
    margin-right: 5px; }
    .main-schedule__filter:last-of-type {
      margin-right: 0; }
    .main-schedule__filter a {
      font-size: 21px; }
  .main-schedule__link {
    position: relative;
    left: auto;
    top: auto;
    max-width: 200px;
    margin: 0 auto; }
  .journal__list {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0; }
  .journal__item-title {
    font-size: 21px;
    margin-top: 20px;
    display: block;
    line-height: 21px; }
  .journal__link {
    position: relative;
    left: auto;
    top: auto;
    max-width: 200px;
    margin: 20px auto 0; }
  .navbar-inner-wrapper {
    padding: 0; }
  .navbar-collapse {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .navbar .gradient-button {
    display: none; }
  .navbar .text-border-gradient__text {
    display: none; }
  .still {
    margin-left: 40px;
    margin-right: auto; }
  .poster-list {
    margin-top: 40px;
    margin-bottom: 40px; }
  .poster-item {
    padding: 20px 15px;
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr); }
    .poster-item__info {
      margin-bottom: 20px; }
      .poster-item__info-title {
        font-size: 26px;
        line-height: 26px; }
    .poster-item__labels {
      right: 0;
      left: auto; }
    .poster-item__details {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; }
    .poster-item__image {
      margin-bottom: 20px; }
      .poster-item__image img {
        margin: 0 auto; }
    .poster-item .film__label:last-of-type {
      margin-right: 0; }
  .session-picker__item {
    width: 100%; }
    .session-picker__item-time, .session-picker__item-release {
      font-size: 16px;
      height: 40px; }
  .schedule__item {
    -ms-flex-direction: column;
    flex-direction: column; }
  .schedule__film {
    width: 100%;
    margin-bottom: 20px; }
  .schedule__sessions {
    width: 100%; }
  .schedule__session-format {
    margin-top: 5px;
    font-size: 18px; }
  .schedule__session-times {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr); }
  .theatre__info {
    padding: 25px 15px; }
  .theatre-item {
    -ms-flex-direction: column;
    flex-direction: column; }
  .theatre__details {
    margin-bottom: 20px; }
  .reviews__user-avatar {
    max-width: 120px; }
  .reviews__user-name {
    font-size: 18px; }
  .reviews__count {
    margin-left: 0; }
  .promotion__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 20px; }
  .promotion__link {
    position: relative;
    top: auto;
    left: auto;
    max-width: 200px;
    margin: 0 auto; }
  .promotion-preview {
    display: none; }
  .office__form {
    padding: 25px 15px; }
    .office__form-title {
      font-size: 21px; }
    .office__form-submit {
      margin: 0 auto;
      float: none; }
    .office__form-text {
      font-size: 16px;
      max-width: 100%; }
    .office__form-footer.form-group {
      margin: 0; }
  .office__sidebar {
    display: none; }
  .collapse__link {
    font-size: 21px;
    padding: 15px 0; }
  .collapse__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px; }
  .card__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  .order__item {
    grid-column-gap: 15px; }
  .order__footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  .hidden-small {
    display: none !important; } }

@media only screen and (max-width: 360px) {
  .navbar-brand img {
    width: 120px; }
  .still {
    margin-left: 30px; }
  .main-schedule__filter a {
    font-size: 17px; }
  .offers__item {
    padding: 10px 15px; } }

/* Custom, iPhone Retina */
/* Variables */
/* Variables End */
.style-dark {
  background-color: #0a0a0a;
  color: #ffffff; }
  .style-dark a {
    color: #ffffff; }
  .style-dark .navbar {
    background: #0a0a0a; }
    .style-dark .navbar .navbar-right li a svg {
      fill: #ffffff; }
    .style-dark .navbar .navbar-right li.dropdown-chevron:after {
      border-color: #ffffff; }
    .style-dark .navbar .still-text {
      color: #ffffff; }
    .style-dark .navbar #menu-svg {
      fill: #ffffff; }
    .style-dark .navbar-nav li a {
      color: #ffffff; }
    .style-dark .navbar-nav li.dropdown-chevron .dropdown-header {
      color: #ffffff; }
  .style-dark .content-wrapper {
    background: none !important; }
    .style-dark .content-wrapper .page {
      background: #0a0a0a; }
      .style-dark .content-wrapper .page__content .offers__title {
        color: #ffffff; }
      .style-dark .content-wrapper .page__content .filters-list {
        border-bottom: 1px solid #232323;
        border-top: 1px solid #232323; }
        .style-dark .content-wrapper .page__content .filters-list .format-checkbox .checkbox-title {
          border-color: #232323; }
        .style-dark .content-wrapper .page__content .filters-list .format-checkbox:active .checkbox, .style-dark .content-wrapper .page__content .filters-list .format-checkbox:hover .checkbox {
          background: none; }
        .style-dark .content-wrapper .page__content .filters-list .format-checkbox:hover .checkbox-title,
        .style-dark .content-wrapper .page__content .filters-list .format-checkbox input[type="checkbox"]:checked + .checkbox-title {
          background: #232323; }
      .style-dark .content-wrapper .page__content .filters-item input[type="text"] {
        border-color: #232323;
        background: none;
        color: #ffffff; }
      .style-dark .content-wrapper .page__content .filters-item .select2-container--krajee .select2-selection {
        border-color: #232323;
        background: none;
        box-shadow: none; }
        .style-dark .content-wrapper .page__content .filters-item .select2-container--krajee .select2-selection__rendered {
          color: #ffffff; }
        .style-dark .content-wrapper .page__content .filters-item .select2-container--krajee .select2-selection__arrow {
          border-color: #232323; }
        .style-dark .content-wrapper .page__content .filters-item .select2-container--krajee .select2-selection__placeholder {
          color: #ffffff; }
      .style-dark .content-wrapper .page__title {
        color: #ffffff; }
      .style-dark .content-wrapper .page .office__form {
        background: #121212;
        box-shadow: none; }
      .style-dark .content-wrapper .page__footer {
        border: none; }
    .style-dark .content-wrapper .main-schedule__filter > a {
      color: #555; }
      .style-dark .content-wrapper .main-schedule__filter > a:after {
        border-bottom: 1px dashed #555; }
    .style-dark .content-wrapper .main-schedule__filter.active > a {
      color: #ffffff; }
    .style-dark .content-wrapper .film-card__info .film-card__title {
      color: #ffffff; }
    .style-dark .content-wrapper .schedule__item {
      border-bottom-color: #171717; }
  .style-dark .block-developer .icon-svg svg {
    fill: #232323; }
  .style-dark .input-group-addon {
    background: unset;
    border-color: #232323; }
  .style-dark .modal-dialog.modal-full {
    background-color: #0a0a0a; }
    .style-dark .modal-dialog.modal-full .close {
      opacity: 1; }
      .style-dark .modal-dialog.modal-full .close:hover {
        color: #ffffff; }
  .style-dark .modal-dialog .office__form {
    background-color: #0a0a0a; }
  .style-dark .poster-item {
    background: #121212; }
    .style-dark .poster-item .production__text {
      color: #ffffff; }
  .style-dark .film__label {
    background: #fefefe;
    color: #0a0a0a; }
  .style-dark .film__label_red {
    background: #d8052d;
    color: #ffffff; }
  .style-dark .menu-social {
    background: #0a0a0a;
    box-shadow: none;
    border: 1px solid #6f6565; }
    .style-dark .menu-social .menu-social__item a {
      color: #12238b; }
  .style-dark .link-gray:hover {
    color: #ffffff; }
  .style-dark .gradient-button-white {
    color: #12238b; }
    .style-dark .gradient-button-white:hover {
      color: #ffffff; }
  .style-dark .slick-dots li button:before {
    color: #2a2a2a;
    opacity: 1; }
  .style-dark .slick-dots li.slick-active button:before {
    border-color: #2a2a2a;
    content: ""; }
  .style-dark .slick-dots li.slick-arrow_dots:before, .style-dark .slick-dots li.slick-arrow_dots:after {
    color: #2a2a2a; }
  .style-dark .theatre-list .theatre-item {
    border-color: #171717; }
    .style-dark .theatre-list .theatre-item .theatre-item__city {
      color: #2a2a2a; }
    .style-dark .theatre-list .theatre-item .theatre__details .item .svg svg {
      fill: #2a2a2a; }
  .style-dark .bootstrap-datetimepicker-widget {
    background: #2a2a2a;
    box-shadow: none; }
    .style-dark .bootstrap-datetimepicker-widget:after, .style-dark .bootstrap-datetimepicker-widget:before {
      color: #2a2a2a; }
  .style-dark .film-card__genres {
    color: #2a2a2a; }
  .style-dark .production__label {
    color: #2a2a2a; }
  .style-dark .production__text {
    color: #ffffff; }
  .style-dark .offers__item {
    border-color: #232323; }
  .style-dark .session-picker__item-price {
    color: #2a2a2a; }
  .style-dark .session-picker__item_passed .session-picker__item-time {
    color: #2a2a2a;
    border-color: #2a2a2a; }
  .style-dark .form-horizontal input.form-control,
  .style-dark .form-horizontal select.form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #232323;
    box-shadow: none;
    color: #ffffff; }
    .style-dark .form-horizontal input.form-control:focus, .style-dark .form-horizontal input.form-control:active,
    .style-dark .form-horizontal select.form-control:focus,
    .style-dark .form-horizontal select.form-control:active {
      border-bottom-color: #ef9f05; }
    .style-dark .form-horizontal input.form-control option,
    .style-dark .form-horizontal select.form-control option {
      color: black; }
  .style-dark .poster-item__info-genres {
    color: #2a2a2a; }
  .style-dark .theatre-checkbox:hover .checkbox {
    color: black; }
  .style-dark .journal {
    color: #ffffff; }
    .style-dark .journal__title {
      color: #ffffff; }
  .style-dark .personal-area-text {
    color: #ffffff; }
  .style-dark .personal-area .icon-svg svg {
    fill: #ffffff; }
  .style-dark .office-menu.dropdown-menu {
    background: #0a0a0a;
    box-shadow: none;
    border: 1px solid #6f6565; }
  .style-dark input[type="text"]::-webkit-input-placeholder {
    color: #ffffff; }
  .style-dark input[type="text"]:-ms-input-placeholder {
    color: #ffffff; }
  .style-dark input[type="text"]::-moz-placeholder {
    color: #ffffff; }
  .style-dark input[type="text"]:-moz-placeholder {
    color: #ffffff; }

/* Simple radio */
.simple-radio label {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.simple-radio label:hover {
  cursor: pointer; }

.simple-radio input {
  display: none; }

.simple-radio input:disabled ~ .radio__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.simple-radio input:checked ~ .radio__indicator:after {
  display: block; }

.simple-radio input:checked + .radio__indicator:after {
  opacity: 1; }

.simple-radio input:checked ~ .radio__indicator {
  position: relative; }

.simple-radio:hover {
  cursor: pointer; }

.simple-radio:hover input ~ .radio__indicator {
  background-color: #e7edf0; }

.simple-radio .radio__indicator {
  background-color: transparent;
  border: 1px solid #a6bac3;
  border-radius: 15px;
  margin-right: 10px;
  margin-bottom: 1px;
  width: 16px;
  height: 16px; }

.simple-radio .radio__indicator:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 100%;
  opacity: 0;
  /*position: absolute;*/
  top: 2px;
  margin: 1.4px auto;
  z-index: 2;
  border-width: 0 2px 2px 0;
  background-image: -moz-linear-gradient(0deg, #5c0a7d 0%, #14238d 100%);
  background-image: -webkit-linear-gradient(0deg, #5c0a7d 0%, #14238d 100%);
  background-image: -ms-linear-gradient(0deg, #5c0a7d 0%, #14238d 100%);
  border: 1px solid #a6bac3;
  border-radius: 15px; }

/* Simple radio End */
.modal input[type="text"]::-webkit-input-placeholder {
  color: #797676;
  font-size: 13px;
  font-style: italic; }

.modal input[type="text"]:-ms-input-placeholder {
  color: #797676;
  font-size: 13px;
  font-style: italic; }

.modal input[type="text"]::-moz-placeholder {
  color: #797676;
  font-size: 13px;
  font-style: italic; }

.modal input[type="text"]:-moz-placeholder {
  color: #797676;
  font-size: 13px;
  font-style: italic; }

.modal input[type="text"]::placeholder {
  color: #797676;
  font-size: 13px;
  font-style: italic; }

/* Reg Modal */
.modal-registration {
  width: 380px; }

.modal-registration .form-group {
  margin-bottom: 30px; }

/* Reg Modal End*/
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
/* Portrait phones and smaller */
/* Iphone 5 */
body {
  font-family: sans-serif, Verdana; }
  @media (max-width: 480px) {
    body.show-banner {
      padding-top: 70px !important; } }

.premierzal-banner.show-banner .content .image {
  width: 70px;
  height: 70px; }

.premierzal-banner.show-banner .button {
  font-size: 28px; }

.navbar {
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  height: 4.2vw;
  align-items: center;
  margin: 0 auto; }
  .navbar.sticky {
    min-height: 50px;
    max-height: 80px;
    padding: 0 40px;
    /* Landscape tablets and medium desktops */
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */
    /* Portrait phones and smaller */
    /* Iphone 5 */ }
    @media (min-width: 992px) and (max-width: 1199px) {
      .navbar.sticky {
        padding: 0 35px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar.sticky {
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .navbar.sticky {
        padding: 0 15px; } }
    @media (max-width: 480px) {
      .navbar.sticky {
        padding: 0 10px; } }
    @media (max-width: 320px) {
      .navbar.sticky {
        padding: 0 5px; } }
    @media (max-width: 480px) {
      .navbar.sticky.show-banner {
        top: 70px; } }
    .navbar.sticky .navbar-brand {
      margin: 0; }
      .navbar.sticky .navbar-brand img {
        max-width: 120px;
        max-height: 100%;
        margin: 0;
        /* Landscape phones and portrait tablets */
        /* Portrait phones and smaller */
        /* Iphone 5 */ }
        @media (max-width: 767px) {
          .navbar.sticky .navbar-brand img {
            max-width: 100px; } }
        @media (max-width: 480px) {
          .navbar.sticky .navbar-brand img {
            max-width: 80px; } }
        @media (max-width: 320px) {
          .navbar.sticky .navbar-brand img {
            max-width: 70px; } }
  .navbar .container-fluid:before {
    display: none; }
  .navbar .container-fluid:after {
    display: none; }
  .navbar .container-fluid > .navbar-collapse {
    margin: 0;
    padding: 0; }
  .navbar-header {
    height: 100%; }
  .navbar-brand {
    padding: 10px 0;
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    /* Landscape tablets and medium desktops */
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */ }
    @media (min-width: 992px) and (max-width: 1199px) {
      .navbar-brand {
        padding: 8px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar-brand {
        padding: 6px 0; } }
    @media (max-width: 767px) {
      .navbar-brand {
        padding: 5px 0; } }
    .navbar-brand img {
      display: flex;
      height: auto;
      width: auto; }
  .navbar-collapse {
    width: 100%;
    justify-content: flex-start; }
  .navbar-category {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
    padding-right: 30px;
    margin: 0;
    position: absolute;
    /* Landscape phones and portrait tablets */ }
    @media (max-width: 767px) {
      .navbar-category {
        display: flex; }
        .navbar-category > :not(:first-child) {
          display: none; } }
    .navbar-category li.nav-item {
      height: 100%;
      display: flex;
      align-items: center;
      position: relative;
      padding: 0; }
      .navbar-category li.nav-item:first-child {
        display: flex !important; }
      @media (max-width: 767px) {
        .navbar-category li.nav-item:not(:first-child) {
          display: none !important; } }
      .navbar-category li.nav-item:hover .dropdown {
        opacity: 1;
        visibility: visible; }
      .navbar-category li.nav-item:hover a.nav-link {
        color: #8B2577; }
      .navbar-category li.nav-item a {
        width: auto;
        height: inherit; }
      .navbar-category li.nav-item .nav-item__text {
        height: inherit;
        width: inherit;
        padding: 0 15px;
        display: flex;
        gap: 15px; }
        .navbar-category li.nav-item .nav-item__text > span {
          display: flex;
          align-items: center;
          align-self: center;
          height: 100%; }
      .navbar-category li.nav-item .nav-link {
        padding: 0 15px; }
      .navbar-category li.nav-item .dropdown {
        position: absolute;
        visibility: hidden;
        transition: visibility .25s, opacity .25s;
        opacity: 0;
        left: 0;
        bottom: 0;
        transform: translateY(100%);
        background: rgba(255, 255, 255, 0.97);
        padding: 10px 20px;
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
        list-style: none;
        margin: 0 auto;
        display: flex;
        gap: 5px 20px;
        flex-flow: column;
        cursor: default; }
        .navbar-category li.nav-item .dropdown::-webkit-scrollbar {
          width: 6px; }
        .navbar-category li.nav-item .dropdown::-webkit-scrollbar-track {
          background: lightgray;
          /* цвет зоны отслеживания */
          border-radius: 20px;
          /* округлось зоны отслеживания */ }
        .navbar-category li.nav-item .dropdown::-webkit-scrollbar-thumb {
          background-color: gray;
          /* цвет бегунка */
          border-radius: 20px;
          /* округлось бегунка */ }
        .navbar-category li.nav-item .dropdown .dropdown-item {
          flex-basis: 30%;
          border-bottom: 2px solid #DEDEDE;
          padding: 6px 0; }
          .navbar-category li.nav-item .dropdown .dropdown-item .subnav-list__link {
            font-size: 30px;
            color: #000000;
            display: flex; }
            .navbar-category li.nav-item .dropdown .dropdown-item .subnav-list__link a {
              display: flex;
              flex-grow: 1; }
          .navbar-category li.nav-item .dropdown .dropdown-item:last-child {
            border-bottom: none; }
      .navbar-category li.nav-item .still-dropdown {
        display: grid;
        grid-template-columns: 3fr 3fr 5fr;
        gap: 25px;
        padding-bottom: 20px;
        max-width: none;
        max-height: 85vh;
        width: 80vw;
        overflow: hidden auto;
        position: fixed;
        transform: translate(0);
        height: min-content;
        grid-auto-columns: min-content;
        /* Landscape tablets and medium desktops */
        /* Portrait tablets and small desktops */
        /* Portrait phones and smaller */ }
        @media (max-width: 1199px) {
          .navbar-category li.nav-item .still-dropdown {
            gap: 20px; } }
        @media (max-width: 991px) {
          .navbar-category li.nav-item .still-dropdown {
            grid-template-columns: 1fr 1fr;
            gap: 15px; } }
        @media (max-width: 480px) {
          .navbar-category li.nav-item .still-dropdown {
            grid-template-columns: 1fr !important;
            gap: 10px; } }
        .navbar-category li.nav-item .still-dropdown .still-text {
          margin: 0;
          white-space: normal;
          font-size: 20px;
          display: flex;
          color: #000000;
          border: none;
          /* Landscape tablets and medium desktops */
          /* Portrait tablets and small desktops */
          /* Landscape phones and portrait tablets */
          /* Portrait phones and smaller */
          /* Iphone 5 */ }
          .navbar-category li.nav-item .still-dropdown .still-text:after {
            display: none; }
          .navbar-category li.nav-item .still-dropdown .still-text:hover {
            color: #8B2577; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .navbar-category li.nav-item .still-dropdown .still-text {
              font-size: 18px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .navbar-category li.nav-item .still-dropdown .still-text {
              font-size: 18px; } }
          @media (max-width: 767px) {
            .navbar-category li.nav-item .still-dropdown .still-text {
              font-size: 16px; } }
          .navbar-category li.nav-item .still-dropdown .still-text.still-text__title {
            color: #000000;
            font-weight: bold; }
        .navbar-category li.nav-item .still-dropdown .still-menu {
          display: flex;
          flex-flow: column;
          gap: 6px; }
        .navbar-category li.nav-item .still-dropdown .menu-item {
          display: flex;
          flex-flow: column;
          gap: 6px 0; }
          .navbar-category li.nav-item .still-dropdown .menu-item:not(.menu-item__bold) {
            margin-left: 10px; }
          .navbar-category li.nav-item .still-dropdown .menu-item.menu-item__bold {
            color: #000000;
            font-weight: bold; }
        .navbar-category li.nav-item .still-dropdown .still-media {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-column: span 2;
          gap: 6px;
          /* Portrait tablets and small desktops */ }
          @media (max-width: 991px) {
            .navbar-category li.nav-item .still-dropdown .still-media {
              grid-template-columns: 1fr;
              grid-column: span 1;
              gap: 12px; } }
        .navbar-category li.nav-item .still-dropdown .still-contacts {
          display: flex;
          flex-flow: column;
          gap: 6px; }
        .navbar-category li.nav-item .still-dropdown .still-contact {
          display: flex;
          gap: 6px; }
          .navbar-category li.nav-item .still-dropdown .still-contact .still-contact__link {
            font-style: normal;
            font-weight: normal;
            font-size: 18px;
            line-height: 21px; }
            .navbar-category li.nav-item .still-dropdown .still-contact .still-contact__link .icon-svg {
              margin: 0; }
        .navbar-category li.nav-item .still-dropdown .still-social {
          display: flex;
          flex-flow: column;
          gap: 10px; }
          .navbar-category li.nav-item .still-dropdown .still-social .still-social__title {
            margin: 0; }
          .navbar-category li.nav-item .still-dropdown .still-social .still-social__icons {
            display: flex;
            gap: 8px; }
            .navbar-category li.nav-item .still-dropdown .still-social .still-social__icons .still-social__icon {
              transition: all 0.2s; }
              .navbar-category li.nav-item .still-dropdown .still-social .still-social__icons .still-social__icon:hover {
                transform: scale(1.2); }
  .navbar-right {
    margin-left: auto;
    flex: 0 0 auto;
    /* Landscape phones and portrait tablets */ }
    @media (max-width: 767px) {
      .navbar-right {
        margin-left: auto; } }
  .navbar-inner-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    height: 100% !important;
    flex-grow: 1; }
    @media (max-width: 992px) {
      .navbar-inner-wrapper {
        padding: 0; } }
  .navbar-nav > li.dropdown-chevron:after {
    /* Landscape tablets and medium desktops */ }
    @media (max-width: 1199px) {
      .navbar-nav > li.dropdown-chevron:after {
        bottom: -8px; } }
  .navbar .icon-svg svg {
    width: 28px;
    height: 28px;
    /* Landscape tablets and medium desktops */
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */
    /* Portrait phones and smaller */
    /* Iphone 5 */ }
    @media (min-width: 992px) and (max-width: 1199px) {
      .navbar .icon-svg svg {
        width: 27px;
        height: 27px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar .icon-svg svg {
        width: 26px;
        height: 26px; } }
    @media (max-width: 767px) {
      .navbar .icon-svg svg {
        width: 25px;
        height: 25px; } }
  @media (max-width: 767px) {
    .navbar .city-name {
      display: none; } }
  .navbar .text-border-gradient__text {
    font-size: 20px;
    display: flex;
    /* Landscape tablets and medium desktops */
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */
    /* Portrait phones and smaller */
    /* Iphone 5 */ }
    .navbar .text-border-gradient__text:after {
      display: none; }
    .navbar .text-border-gradient__text:hover {
      color: #8B2577; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .navbar .text-border-gradient__text {
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar .text-border-gradient__text {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .navbar .text-border-gradient__text {
        font-size: 16px; } }
  .navbar .still {
    display: flex;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0; }
    .navbar .still.active .still-dropdown {
      visibility: visible !important;
      opacity: 1 !important; }
    .navbar .still:not(.active) .still-dropdown {
      visibility: hidden !important;
      opacity: 0 !important; }
    .navbar .still-caption {
      color: #000000;
      border: none; }
      @media (max-width: 767px) {
        .navbar .still-caption {
          display: none !important; } }
    .navbar .still .icon-svg {
      margin: 0; }

@media (max-width: 767px) {
  .personal-area span.text-border-gradient {
    display: none; } }

.icon-svg.favorite-film {
  width: 28px;
  height: 28px;
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
  /* Portrait phones and smaller */
  /* Iphone 5 */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .icon-svg.favorite-film {
      width: 26px;
      height: 26px; } }
  @media (max-width: 767px) {
    .icon-svg.favorite-film {
      width: 26px;
      height: 26px; } }
  @media (max-width: 576px) {
    .icon-svg.favorite-film {
      width: 24px;
      height: 24px; } }
  @media (max-width: 480px) {
    .icon-svg.favorite-film {
      width: 22px;
      height: 22px; } }
  @media (max-width: 320px) {
    .icon-svg.favorite-film {
      width: 20px;
      height: 20px; } }
  .icon-svg.favorite-film.add-to-fav {
    stroke: #232323;
    fill: #FFFFFF; }
    .icon-svg.favorite-film.add-to-fav:hover {
      fill: #d8052d; }
  .icon-svg.favorite-film.remove-from-fav:hover {
    fill: #d8052d; }

body {
  background: #483144; }

.content-wrapper {
  position: relative;
  top: 6.3vw;
  left: 0;
  padding: 0 2.5vw;
  display: flex;
  flex-flow: column;
  gap: 15px;
  z-index: 0; }

.page {
  border-radius: 20px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.25); }
  .page__title {
    font-size: 43px;
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */
    /* Portrait phones and smaller */
    /* Iphone 5 */ }
    @media (min-width: 992px) and (max-width: 1199px) {
      .page__title {
        font-size: 38px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .page__title {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .page__title {
        font-size: 32px; } }
    @media (max-width: 480px) {
      .page__title {
        font-size: 26px; } }
    @media (max-width: 320px) {
      .page__title {
        font-size: 23px; } }
  .page__content {
    padding: 10px 100px;
    /* Landscape tablets and medium desktops */
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */
    /* Portrait phones and smaller */
    /* Iphone 5 */ }
    @media (min-width: 992px) and (max-width: 1199px) {
      .page__content {
        padding: 10px 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .page__content {
        padding: 10px 60px; } }
    @media (max-width: 767px) {
      .page__content {
        padding: 10px 40px; } }
    @media (max-width: 480px) {
      .page__content {
        padding: 10px 20px; } }
    @media (max-width: 320px) {
      .page__content {
        padding: 10px 15px; } }
  .page-footer {
    border-radius: 20px 20px 0 0; }
  .page__footer {
    border: none; }
  .page-white {
    padding: 0; }

.page-soon .film-mini .film-mini__info {
  text-align: center; }

.page-soon__film-card .schedule__sessions .schedule__session .schedule__session-times .session-picker__item {
  width: 120px;
  /* Landscape tablets and medium desktops */ }
  @media (max-width: 1199px) {
    .page-soon__film-card .schedule__sessions .schedule__session .schedule__session-times .session-picker__item {
      width: 100px; } }
  .page-soon__film-card .schedule__sessions .schedule__session .schedule__session-times .session-picker__item .session-picker__item-time {
    padding: 5px 0; }

.main {
  position: relative;
  z-index: 123;
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-flow: column;
  flex: 1 1 auto;
  /* Landscape tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
  /* Iphone 5 */ }
  .main > .container-fluid {
    margin: 0; }
  .main.has-carousel {
    margin-top: 0; }
    .main.has-carousel .carousel-banners {
      z-index: -1; }
      .main.has-carousel .carousel-banners + * {
        margin-top: -2.5vw;
        z-index: 999; }
  .main .row + .row {
    margin-top: 15px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .main {
      margin-top: 45px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .main {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .main {
      margin-top: 35px; } }
  @media (max-width: 480px) {
    .main {
      margin-top: 30px; } }
  @media (max-width: 320px) {
    .main {
      margin-top: 25px; } }

@media (max-height: 480px) {
  .global-wrapper .content-wrapper .container {
    width: 100%; } }

.carousel-stacked {
  z-index: 100;
  margin: 0; }
  .carousel-stacked .slick-arrow_prev, .carousel-stacked .slick-arrow_next {
    position: absolute;
    top: 7vw;
    font-size: 60px;
    z-index: 100;
    color: #070707;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: .15s ease-in-out;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), rgba(255, 255, 255, 0.5);
    /* Portrait phones and smaller */
    /* Iphone 5 */ }
    @media (max-width: 1200px) {
      .carousel-stacked .slick-arrow_prev, .carousel-stacked .slick-arrow_next {
        font-size: 45px; } }
    @media (max-width: 992px) {
      .carousel-stacked .slick-arrow_prev, .carousel-stacked .slick-arrow_next {
        font-size: 35px; } }
    @media (max-width: 768px) {
      .carousel-stacked .slick-arrow_prev, .carousel-stacked .slick-arrow_next {
        font-size: 25px; } }
    @media (max-width: 480px) {
      .carousel-stacked .slick-arrow_prev, .carousel-stacked .slick-arrow_next {
        font-size: 20px; } }
    @media (max-width: 320px) {
      .carousel-stacked .slick-arrow_prev, .carousel-stacked .slick-arrow_next {
        font-size: 15px; } }
    .carousel-stacked .slick-arrow_prev:hover, .carousel-stacked .slick-arrow_next:hover {
      color: #FFFFFF;
      background: #5c0a7d; }
  .carousel-stacked .slick-arrow_prev {
    left: 35px;
    /* Landscape tablets and medium desktops */
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */
    /* Portrait phones and smaller */
    /* Iphone 5 */ }
    @media (min-width: 992px) and (max-width: 1199px) {
      .carousel-stacked .slick-arrow_prev {
        left: 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .carousel-stacked .slick-arrow_prev {
        left: 25px; } }
    @media (max-width: 767px) {
      .carousel-stacked .slick-arrow_prev {
        left: 20px; } }
    @media (max-width: 480px) {
      .carousel-stacked .slick-arrow_prev {
        left: 15px; } }
    @media (max-width: 320px) {
      .carousel-stacked .slick-arrow_prev {
        left: 10px; } }
  .carousel-stacked .slick-arrow_next {
    right: 35px;
    /* Landscape tablets and medium desktops */
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */
    /* Portrait phones and smaller */
    /* Iphone 5 */ }
    @media (min-width: 992px) and (max-width: 1199px) {
      .carousel-stacked .slick-arrow_next {
        right: 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .carousel-stacked .slick-arrow_next {
        right: 25px; } }
    @media (max-width: 767px) {
      .carousel-stacked .slick-arrow_next {
        right: 20px; } }
    @media (max-width: 480px) {
      .carousel-stacked .slick-arrow_next {
        right: 15px; } }
    @media (max-width: 320px) {
      .carousel-stacked .slick-arrow_next {
        right: 10px; } }
  .carousel-stacked .slick-list {
    border-radius: 0; }

.main-schedule {
  /* Portrait phones and smaller */ }
  @media (max-width: 480px) {
    .main-schedule {
      padding: 0 10px; } }
  .main-schedule .main-schedule__filters {
    margin-bottom: 25px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 20px 40px;
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-schedule .main-schedule__filters {
        gap: 15px 30px; } }
    @media (max-width: 767px) {
      .main-schedule .main-schedule__filters {
        gap: 10px 20px;
        flex-direction: column;
        align-items: center;
        margin-right: 0; } }
    .main-schedule .main-schedule__filters .main-schedule__filter {
      margin: 0;
      text-align: center;
      font-family: sans-serif, Verdana; }
      .main-schedule .main-schedule__filters .main-schedule__filter.main-schedule__filter-select-date {
        display: flex;
        flex-flow: row wrap;
        gap: 20px; }
        @media (max-width: 767px) {
          .main-schedule .main-schedule__filters .main-schedule__filter.main-schedule__filter-select-date {
            gap: 10px 20px;
            flex-direction: column;
            align-items: center; } }
        .main-schedule .main-schedule__filters .main-schedule__filter.main-schedule__filter-select-date .filters-item__date-picker {
          max-width: 150px;
          min-width: 100px;
          align-items: center; }
          .main-schedule .main-schedule__filters .main-schedule__filter.main-schedule__filter-select-date .filters-item__date-picker .input-group {
            width: 100%; }
      .main-schedule .main-schedule__filters .main-schedule__filter a, .main-schedule .main-schedule__filters .main-schedule__filter .main-schedule__filter-name {
        display: inline-block;
        white-space: nowrap;
        border: none;
        font-size: 38px;
        color: #a6bac3;
        position: relative;
        background: transparent;
        /* Portrait tablets and small desktops */
        /* Landscape phones and portrait tablets */
        /* Portrait phones and smaller */
        /* Iphone 5 */ }
        .main-schedule .main-schedule__filters .main-schedule__filter a:hover, .main-schedule .main-schedule__filters .main-schedule__filter .main-schedule__filter-name:hover {
          background: transparent;
          color: #232323; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .main-schedule .main-schedule__filters .main-schedule__filter a, .main-schedule .main-schedule__filters .main-schedule__filter .main-schedule__filter-name {
            font-size: 35px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .main-schedule .main-schedule__filters .main-schedule__filter a, .main-schedule .main-schedule__filters .main-schedule__filter .main-schedule__filter-name {
            font-size: 33px; } }
        @media (max-width: 767px) {
          .main-schedule .main-schedule__filters .main-schedule__filter a, .main-schedule .main-schedule__filters .main-schedule__filter .main-schedule__filter-name {
            font-size: 30px; } }
        @media (max-width: 480px) {
          .main-schedule .main-schedule__filters .main-schedule__filter a, .main-schedule .main-schedule__filters .main-schedule__filter .main-schedule__filter-name {
            font-size: 26px; } }
        @media (max-width: 320px) {
          .main-schedule .main-schedule__filters .main-schedule__filter a, .main-schedule .main-schedule__filters .main-schedule__filter .main-schedule__filter-name {
            font-size: 22px; } }
        .main-schedule .main-schedule__filters .main-schedule__filter a:after, .main-schedule .main-schedule__filters .main-schedule__filter .main-schedule__filter-name:after {
          display: none; }
      .main-schedule .main-schedule__filters .main-schedule__filter.active a, .main-schedule .main-schedule__filters .main-schedule__filter.active a:focus, .main-schedule .main-schedule__filters .main-schedule__filter.active a:hover, .main-schedule .main-schedule__filters .main-schedule__filter.active .main-schedule__filter-name {
        color: #555; }
  .main-schedule .main-schedule__films {
    position: relative;
    margin: 0; }
    .main-schedule .main-schedule__films .slick-dots {
      position: relative;
      bottom: -20px;
      margin-bottom: 40px; }
    .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_prev,
    .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_next {
      position: absolute;
      align-items: center;
      color: #C4C4C4;
      top: 50%;
      transform: translateY(-50%);
      font-size: 60px;
      cursor: pointer;
      z-index: 10000000000;
      transition: .15s ease-in-out;
      transition-property: all;
      transition-duration: 0.15s;
      transition-timing-function: ease-in-out;
      transition-delay: 0s; }
      @media (max-width: 1200px) {
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_prev,
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_next {
          font-size: 50px; } }
      @media (max-width: 992px) {
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_prev,
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_next {
          font-size: 40px; } }
      @media (max-width: 768px) {
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_prev,
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_next {
          font-size: 35px; } }
      .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_prev:not(.slick-disabled):hover,
      .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_next:not(.slick-disabled):hover {
        color: #5c0a7d; }
    .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_prev {
      left: -50px;
      transform: translate(-50%, -50%);
      /* Portrait tablets and small desktops */
      /* Landscape phones and portrait tablets */
      /* Portrait phones and smaller */
      /* Iphone 5 */ }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_prev {
          left: -30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_prev {
          left: -20px; } }
      @media (max-width: 767px) {
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_prev {
          left: -10px; } }
      @media (max-width: 480px) {
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_prev {
          left: -5px; } }
      @media (max-width: 320px) {
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_prev {
          left: -2px; } }
    .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_next {
      right: -50px;
      transform: translate(50%, -50%);
      /* Portrait tablets and small desktops */
      /* Landscape phones and portrait tablets */
      /* Portrait phones and smaller */
      /* Iphone 5 */ }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_next {
          right: -30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_next {
          right: -20px; } }
      @media (max-width: 767px) {
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_next {
          right: -10px; } }
      @media (max-width: 480px) {
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_next {
          right: -5px; } }
      @media (max-width: 320px) {
        .main-schedule .main-schedule__films .main-schedule-arrow.slick-arrow_next {
          right: -2px; } }
  .main-schedule .main-schedule__link.gradient-button-white {
    top: 0;
    /* Landscape tablets and medium desktops */
    /* Portrait tablets and small desktops */ }
    @media (min-width: 992px) and (max-width: 1199px) {
      .main-schedule .main-schedule__link.gradient-button-white {
        padding: 0 25px; } }
    @media (max-width: 991px) {
      .main-schedule .main-schedule__link.gradient-button-white {
        padding: 0 30px; } }
  .main-schedule .main-schedule__no-sessions {
    text-align: center;
    font-size: 38px;
    margin: 50px auto;
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */
    /* Portrait phones and smaller */
    /* Iphone 5 */ }
    @media (min-width: 992px) and (max-width: 1199px) {
      .main-schedule .main-schedule__no-sessions {
        font-size: 35px;
        margin: 45px auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-schedule .main-schedule__no-sessions {
        font-size: 33px;
        margin: 40px auto; } }
    @media (max-width: 767px) {
      .main-schedule .main-schedule__no-sessions {
        font-size: 30px;
        margin: 35px auto; } }
    @media (max-width: 480px) {
      .main-schedule .main-schedule__no-sessions {
        font-size: 26px;
        margin: 30px auto; } }
    @media (max-width: 320px) {
      .main-schedule .main-schedule__no-sessions {
        font-size: 22px;
        margin: 25px auto; } }
  .main-schedule .slick-track {
    display: flex; }

.film-mini {
  display: flex !important;
  flex-direction: column;
  height: auto; }
  .film-mini:hover .film-mini__img.no-seances .film-mini__poster {
    opacity: 0.65; }
  .film-mini .film-mini__img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    .film-mini .film-mini__img.no-seances .film-mini__poster-wrapper {
      background: #000; }
    .film-mini .film-mini__img.no-seances .film-mini__poster {
      opacity: 0.6; }
    .film-mini .film-mini__img.no-seances .no-seances__text {
      display: block; }
    .film-mini .film-mini__img .film-mini__icons {
      position: absolute;
      left: -15px;
      bottom: -7px;
      margin: 0;
      /* Landscape phones and portrait tablets */ }
      @media (min-width: 992px) and (max-width: 1199px) {
        .film-mini .film-mini__img .film-mini__icons {
          left: -14px;
          bottom: -6px; } }
      @media (max-width: 767px) {
        .film-mini .film-mini__img .film-mini__icons {
          left: -13px;
          bottom: -4px; } }
      .film-mini .film-mini__img .film-mini__icons > * {
        /* Landscape phones and portrait tablets */
        /* Portrait phones and smaller */ }
        @media (max-width: 767px) {
          .film-mini .film-mini__img .film-mini__icons > * {
            margin: 0 4px; } }
        @media (max-width: 480px) {
          .film-mini .film-mini__img .film-mini__icons > * {
            margin: 0 3px; } }
      .film-mini .film-mini__img .film-mini__icons .film__label {
        padding: 3px 15px;
        border-radius: 8px;
        font-size: 14px;
        /* Portrait tablets and small desktops */
        /* Landscape phones and portrait tablets */
        /* Portrait phones and smaller */
        /* Iphone 5 */ }
        @media (min-width: 992px) and (max-width: 1199px) {
          .film-mini .film-mini__img .film-mini__icons .film__label {
            font-size: 12px;
            padding: 3px 13px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .film-mini .film-mini__img .film-mini__icons .film__label {
            font-size: 11px;
            padding: 3px 12px; } }
        @media (max-width: 767px) {
          .film-mini .film-mini__img .film-mini__icons .film__label {
            font-size: 10px;
            padding: 3px 10px; } }
        @media (max-width: 480px) {
          .film-mini .film-mini__img .film-mini__icons .film__label {
            font-size: 9px;
            padding: 3px 8px; } }
        @media (max-width: 320px) {
          .film-mini .film-mini__img .film-mini__icons .film__label {
            font-size: 8px; } }
    .film-mini .film-mini__img .film-mini__pushkin {
      position: absolute;
      left: -10px;
      top: 10px;
      margin: 0;
      width: 50%; }
      .film-mini .film-mini__img .film-mini__pushkin img {
        width: 100%; }
    .film-mini .film-mini__img .no-seances__text {
      display: none;
      position: absolute;
      bottom: 8%;
      left: 50%;
      transform: translate(-50%, 0);
      font-size: 36px;
      text-align: center;
      font-weight: bold;
      color: #FFFFFF;
      /* Landscape phones and portrait tablets */
      /* Portrait phones and smaller */
      /* Iphone 5 */ }
      @media (max-width: 767px) {
        .film-mini .film-mini__img .no-seances__text {
          font-size: 30px; } }
      @media (max-width: 480px) {
        .film-mini .film-mini__img .no-seances__text {
          font-size: 22px; } }
      @media (max-width: 320px) {
        .film-mini .film-mini__img .no-seances__text {
          font-size: 18px; } }
  .film-mini__date-title {
    margin-bottom: 5px; }
  .film-mini__title {
    font-size: 20px;
    font-weight: bold;
    /* Landscape tablets and medium desktops */
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */
    /* Portrait phones and smaller */
    /* Iphone 5 */ }
    @media (min-width: 992px) and (max-width: 1199px) {
      .film-mini__title {
        font-size: 19px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .film-mini__title {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .film-mini__title {
        font-size: 16px; } }
    @media (max-width: 480px) {
      .film-mini__title {
        font-size: 14px; } }
    @media (max-width: 320px) {
      .film-mini__title {
        font-size: 12px; } }
  .film-mini__genre {
    font-size: 16px;
    /* Landscape tablets and medium desktops */
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */
    /* Portrait phones and smaller */
    /* Iphone 5 */ }
    @media (min-width: 992px) and (max-width: 1199px) {
      .film-mini__genre {
        font-size: 16px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .film-mini__genre {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .film-mini__genre {
        font-size: 12px; } }
    @media (max-width: 480px) {
      .film-mini__genre {
        font-size: 11px; } }
    @media (max-width: 320px) {
      .film-mini__genre {
        font-size: 10px; } }
  .film-mini__poster {
    width: auto;
    overflow: hidden;
    margin-bottom: 0;
    max-height: 280px; }
    @media (max-width: 576px) {
      .film-mini__poster {
        height: 45vw; } }
    .film-mini__poster-wrapper {
      position: relative;
      text-align: center;
      padding-top: 20px; }
  .film-mini__info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    /* Portrait phones and smaller */ }
    @media (max-width: 576px) {
      .film-mini__info {
        text-align: center; } }
  .film-mini__theatre-count {
    justify-content: flex-end; }
  .film-mini__date-list {
    list-style: none;
    padding: 0 15px;
    margin: 0;
    position: relative;
    /* Portrait phones and smaller */
    /* Portrait phones and smaller */ }
    @media (max-width: 480px) {
      .film-mini__date-list {
        padding: 0 10px; } }
    @media (max-width: 320px) {
      .film-mini__date-list {
        padding: 0 8px; } }
    .film-mini__date-list .slick-track {
      margin-left: 0; }
    .film-mini__date-list .date-list-arrow.slick-arrow_prev, .film-mini__date-list .date-list-arrow.slick-arrow_next {
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #C4C4C4;
      cursor: pointer;
      transition: .15s ease-in-out;
      transition-property: all;
      transition-duration: 0.15s;
      transition-timing-function: ease-in-out;
      transition-delay: 0s; }
      .film-mini__date-list .date-list-arrow.slick-arrow_prev:hover, .film-mini__date-list .date-list-arrow.slick-arrow_next:hover {
        color: #5c0a7d; }
      .film-mini__date-list .date-list-arrow.slick-arrow_prev.slick-disabled, .film-mini__date-list .date-list-arrow.slick-arrow_next.slick-disabled {
        display: none !important; }
    .film-mini__date-list .date-list-arrow.slick-arrow_prev {
      left: 0; }
    .film-mini__date-list .date-list-arrow.slick-arrow_next {
      right: 0; }
    .film-mini__date-list .film-mini__date-item {
      display: flex;
      text-align: center;
      align-items: center;
      justify-content: center;
      padding: 0 3px; }
      .film-mini__date-list .film-mini__date-item .film-mini__date-time {
        font-weight: bold;
        font-size: 12px;
        padding: 3px 6px;
        color: #ffffff;
        background: linear-gradient(to right, #5c0a7d 0%, #14238d 100%);
        border-radius: 5px;
        box-sizing: content-box;
        /* Portrait phones and smaller */
        /* Iphone 5 */ }
        @media (max-width: 480px) {
          .film-mini__date-list .film-mini__date-item .film-mini__date-time {
            font-size: 11px; } }
        @media (max-width: 320px) {
          .film-mini__date-list .film-mini__date-item .film-mini__date-time {
            font-size: 10px; } }
        .film-mini__date-list .film-mini__date-item .film-mini__date-time:hover {
          cursor: pointer;
          border-left: 2px solid #5c0a7d;
          border-right: 2px solid #14238d;
          padding: 3px 4px;
          border-top: 0;
          border-bottom: 0;
          background-color: transparent;
          background-image: linear-gradient(to right, #5c0a7d 0%, #14238d 100%), linear-gradient(to right, #5c0a7d 0%, #14238d 100%);
          color: #14238d;
          background-size: 100% 2px;
          background-repeat: no-repeat;
          background-position: 0 0, 0 100%; }

.gradient-button-white {
  padding: 0 40px;
  border-radius: 10px; }

.journal__title {
  font-size: 38px;
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
  /* Iphone 5 */ }
  @media (min-width: 992px) and (max-width: 1199px) {
    .journal__title {
      font-size: 35px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .journal__title {
      font-size: 33px; } }
  @media (max-width: 767px) {
    .journal__title {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .journal__title {
      font-size: 26px; } }
  @media (max-width: 320px) {
    .journal__title {
      font-size: 22px; } }

.journal .journal__list {
  margin-top: 0;
  grid-template-columns: repeat(4, 1fr);
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */ }
  @media (max-width: 991px) {
    .journal .journal__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767px) {
    .journal .journal__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 480px) {
    .journal .journal__list {
      grid-template-columns: 1fr; } }
  .journal .journal__list .journal__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 20px;
    cursor: auto; }
    @media (max-width: 1199px) {
      .journal .journal__list .journal__item {
        font-size: 18px; } }
    @media (max-width: 992px) {
      .journal .journal__list .journal__item {
        font-size: 17px; } }
    @media (max-width: 768px) {
      .journal .journal__list .journal__item {
        font-size: 16px; } }
    .journal .journal__list .journal__item .journal__item-img img {
      margin-bottom: 15px; }
    .journal .journal__list .journal__item .journal__item-title {
      line-height: 26px;
      font-weight: bold;
      color: #232323; }
    .journal .journal__list .journal__item .journal__item-description {
      line-height: 26px;
      font-weight: normal;
      color: #232323; }
    .journal .journal__list .journal__item .journal__item-date {
      margin-top: auto; }

.offers__title {
  font-size: 38px;
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
  /* Iphone 5 */ }
  @media (min-width: 992px) and (max-width: 1199px) {
    .offers__title {
      font-size: 35px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .offers__title {
      font-size: 33px; } }
  @media (max-width: 767px) {
    .offers__title {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .offers__title {
      font-size: 26px; } }
  @media (max-width: 320px) {
    .offers__title {
      font-size: 22px; } }

.offers .offers__list {
  width: 100%;
  padding-top: 0;
  gap: 5vw;
  grid-template-columns: repeat(4, 1fr);
  /* Portrait tablets and small desktops */
  /* Portrait phones and smaller */ }
  @media (max-width: 992px) {
    .offers .offers__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767px) {
    .offers .offers__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 5vw 10vw; } }
  @media (max-width: 480px) {
    .offers .offers__list {
      padding: 0;
      gap: 5vw; } }
  .offers .offers__list .offers__item {
    padding: 10px;
    height: 14vw;
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */
    /* Portrait phones and smaller */ }
    @media (max-width: 1199px) {
      .offers .offers__list .offers__item {
        height: 17vw; } }
    @media (max-width: 991px) {
      .offers .offers__list .offers__item {
        height: 20vw; } }
    @media (max-width: 767px) {
      .offers .offers__list .offers__item {
        height: 29vw; } }
    @media (max-width: 480px) {
      .offers .offers__list .offers__item {
        height: 30vw; } }
    .offers .offers__list .offers__item svg {
      width: auto;
      height: 46% !important; }
    .offers .offers__list .offers__item img {
      width: auto;
      height: 60% !important; }
      @media (max-width: 991px) {
        .offers .offers__list .offers__item img {
          width: auto;
          height: 60% !important; } }

.footer {
  font-size: 18px;
  grid-gap: 40px;
  /* Landscape tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
  /* Iphone 5 */ }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer {
      grid-template-columns: repeat(2, 1fr);
      font-size: 16px;
      grid-gap: 35px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer {
      grid-template-columns: repeat(2, 1fr);
      font-size: 14px;
      grid-gap: 30px; } }
  @media (max-width: 767px) {
    .footer {
      grid-template-columns: repeat(2, 1fr);
      font-size: 12px;
      grid-gap: 25px; } }
  @media (max-width: 480px) {
    .footer {
      grid-template-columns: 1fr; } }
  @media (max-width: 320px) {
    .footer {
      grid-template-columns: 1fr; } }
  .footer__social {
    width: auto;
    grid-template-columns: repeat(6, 1fr); }

.filters {
  /* Landscape phones and portrait tablets */ }
  @media (max-width: 767px) {
    .filters {
      margin-bottom: 30px; } }
  .filters .filters-list .filters-row_3 {
    display: flex;
    flex-wrap: wrap; }
    .filters .filters-list .filters-row_3 .filters-item:first-child {
      width: 30%;
      /* Landscape phones and portrait tablets */
      /* Portrait phones and smaller */ }
      @media (max-width: 767px) {
        .filters .filters-list .filters-row_3 .filters-item:first-child {
          width: 50%; } }
      @media (max-width: 480px) {
        .filters .filters-list .filters-row_3 .filters-item:first-child {
          width: 100%; } }
    .filters .filters-list .filters-row_3 .filters-item:nth-child(2) {
      width: 20%;
      /* Landscape phones and portrait tablets */
      /* Portrait phones and smaller */ }
      @media (max-width: 767px) {
        .filters .filters-list .filters-row_3 .filters-item:nth-child(2) {
          width: 50%; } }
      @media (max-width: 480px) {
        .filters .filters-list .filters-row_3 .filters-item:nth-child(2) {
          width: 100%; } }
    .filters .filters-list .filters-row_3 .filters-item.field-format {
      /* Portrait phones and smaller */ }
      @media (max-width: 767px) {
        .filters .filters-list .filters-row_3 .filters-item.field-format {
          width: 100%; } }
      .filters .filters-list .filters-row_3 .filters-item.field-format .filters-item_checkbox {
        display: flex;
        flex-flow: row wrap; }
        .filters .filters-list .filters-row_3 .filters-item.field-format .filters-item_checkbox .checkbox-title {
          padding: 0 10px; }

.schedule__list {
  margin: 0; }
  .schedule__list .schedule__item {
    padding: 10px 0; }
    .schedule__list .schedule__item:last-child {
      border: none; }
  .schedule__list .schedule-preview {
    width: 30%;
    display: flex;
    padding-right: 40px;
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .schedule__list .schedule-preview {
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .schedule__list .schedule-preview {
        width: 100%;
        border-bottom: 1px solid #a6bac3;
        padding: 10px 0 15px; } }
    .schedule__list .schedule-preview .film-mini {
      display: flex;
      flex-direction: column;
      width: 100%;
      /* Landscape phones and portrait tablets */ }
      @media (max-width: 767px) {
        .schedule__list .schedule-preview .film-mini {
          flex-direction: row;
          align-items: center; } }
      .schedule__list .schedule-preview .film-mini .film-mini__info {
        flex: 0 0 auto;
        /* Landscape phones and portrait tablets */ }
        @media (max-width: 767px) {
          .schedule__list .schedule-preview .film-mini .film-mini__info {
            padding: 0 20px;
            width: 70%; } }
        .schedule__list .schedule-preview .film-mini .film-mini__info .film-mini__genre {
          font-size: 16px;
          /* Landscape tablets and medium desktops */ }
          @media (max-width: 1199px) {
            .schedule__list .schedule-preview .film-mini .film-mini__info .film-mini__genre {
              font-size: 14px; } }
      .schedule__list .schedule-preview .film-mini .film-mini__img {
        justify-content: flex-start;
        /* Portrait phones and smaller */ }
        @media (max-width: 767px) {
          .schedule__list .schedule-preview .film-mini .film-mini__img {
            order: -1;
            margin: 0; } }
        @media (max-width: 767px) {
          .schedule__list .schedule-preview .film-mini .film-mini__img {
            width: 30%; } }
        .schedule__list .schedule-preview .film-mini .film-mini__img .film-mini__poster {
          display: flex;
          width: auto;
          height: auto;
          max-height: 280px;
          /* Portrait phones and smaller */ }
          @media (max-width: 480px) {
            .schedule__list .schedule-preview .film-mini .film-mini__img .film-mini__poster {
              width: 100%;
              height: auto; } }
  .schedule__list .schedule__theatres {
    width: 70%;
    display: flex;
    flex-direction: column;
    /* Landscape phones and portrait tablets */ }
    @media (max-width: 767px) {
      .schedule__list .schedule__theatres {
        width: 100%; } }
    .schedule__list .schedule__theatres .schedule__theatre {
      display: flex;
      align-items: center;
      padding: 10px 0;
      width: 100%;
      flex-direction: row;
      gap: 10px;
      /* Portrait phones and smaller */ }
      @media (max-width: 480px) {
        .schedule__list .schedule__theatres .schedule__theatre {
          flex-direction: column; } }
      .schedule__list .schedule__theatres .schedule__theatre .schedule__theatre-info {
        display: flex;
        flex-direction: column;
        width: 30%;
        /* Portrait phones and smaller */ }
        @media (max-width: 480px) {
          .schedule__list .schedule__theatres .schedule__theatre .schedule__theatre-info {
            width: 100%;
            justify-content: center;
            text-align: center;
            padding: 10px 0; } }
        .schedule__list .schedule__theatres .schedule__theatre .schedule__theatre-info .schedule__theatre-name {
          font-size: 20px;
          /* Landscape tablets and medium desktops */
          /* Landscape phones and portrait tablets */ }
          @media (max-width: 1199px) {
            .schedule__list .schedule__theatres .schedule__theatre .schedule__theatre-info .schedule__theatre-name {
              font-size: 18px; } }
          @media (max-width: 767px) {
            .schedule__list .schedule__theatres .schedule__theatre .schedule__theatre-info .schedule__theatre-name {
              font-size: 16px; } }
        .schedule__list .schedule__theatres .schedule__theatre .schedule__theatre-info .schedule__theatre-city {
          margin-top: 0;
          font-size: 14px;
          line-height: 1.3;
          /* Landscape tablets and medium desktops */
          /* Landscape phones and portrait tablets */ }
          @media (max-width: 1199px) {
            .schedule__list .schedule__theatres .schedule__theatre .schedule__theatre-info .schedule__theatre-city {
              font-size: 14px; } }
          @media (max-width: 767px) {
            .schedule__list .schedule__theatres .schedule__theatre .schedule__theatre-info .schedule__theatre-city {
              font-size: 12px; } }
    .schedule__list .schedule__theatres .schedule__theatre + .schedule__theatre {
      border-top: 1px solid #a6bac3; }
  .schedule__list .schedule__sessions {
    width: 70%;
    /* Portrait phones and smaller */ }
    @media (max-width: 480px) {
      .schedule__list .schedule__sessions {
        width: 100%; } }
  .schedule__list.theatre__schedule .schedule__theatres {
    justify-content: center; }
  .schedule__list.theatre__schedule .schedule__sessions {
    width: 80%;
    margin-left: 20%;
    /* Portrait phones and smaller */ }
    @media (max-width: 767px) {
      .schedule__list.theatre__schedule .schedule__sessions {
        width: 100%;
        margin-left: 0; } }

.schedule__sessions {
  display: flex;
  flex-direction: column;
  margin: 0;
  /* Portrait phones and smaller */ }
  @media (max-width: 480px) {
    .schedule__sessions {
      width: 100%; } }
  .schedule__sessions .schedule__session {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    gap: 10px; }
    .schedule__sessions .schedule__session .schedule__session-format {
      margin: 0;
      font-size: 20px;
      font-weight: normal;
      text-align: center;
      width: 25%;
      min-width: 100px;
      /* Landscape tablets and medium desktops */
      /* Portrait tablets and small desktops */
      /* Landscape phones and portrait tablets */
      /* Landscape phones and portrait tablets */ }
      @media (min-width: 992px) and (max-width: 1199px) {
        .schedule__sessions .schedule__session .schedule__session-format {
          font-size: 18px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .schedule__sessions .schedule__session .schedule__session-format {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .schedule__sessions .schedule__session .schedule__session-format {
          font-size: 14px;
          min-width: 90px; } }
      @media (max-width: 480px) {
        .schedule__sessions .schedule__session .schedule__session-format {
          min-width: 70px;
          text-align: left; } }
    .schedule__sessions .schedule__session .schedule__session-times {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      align-content: start;
      flex-flow: row wrap;
      width: 75%;
      /* Landscape phones and portrait tablets */
      /* Portrait phones and smaller */ }
      @media (max-width: 767px) {
        .schedule__sessions .schedule__session .schedule__session-times {
          gap: 8px; } }
      @media (max-width: 480px) {
        .schedule__sessions .schedule__session .schedule__session-times {
          gap: 6px; } }
      .schedule__sessions .schedule__session .schedule__session-times .session-picker__item {
        width: 60px;
        font-size: 14px;
        /* Landscape tablets and medium desktops */ }
        @media (max-width: 1199px) {
          .schedule__sessions .schedule__session .schedule__session-times .session-picker__item {
            width: 55px;
            font-size: 12px; } }
        .schedule__sessions .schedule__session .schedule__session-times .session-picker__item .session-picker__item-time {
          height: 100%;
          margin: 0;
          font-size: 14px;
          padding: 2px 0;
          /* Landscape tablets and medium desktops */ }
          @media (max-width: 1199px) {
            .schedule__sessions .schedule__session .schedule__session-times .session-picker__item .session-picker__item-time {
              font-size: 12px; } }
        .schedule__sessions .schedule__session .schedule__session-times .session-picker__item .session-picker__item-price {
          font-size: 12px;
          /* Landscape tablets and medium desktops */ }
          @media (max-width: 1199px) {
            .schedule__sessions .schedule__session .schedule__session-times .session-picker__item .session-picker__item-price {
              font-size: 10px; } }

.carousel-stacked__rendering {
  opacity: 0;
  visibility: hidden;
  transition: .15s ease-in-out; }

#messageModal {
  background: rgba(0, 0, 0, 0.75); }
  #messageModal .modal-dialog {
    justify-content: center;
    display: flex;
    height: auto;
    width: auto;
    max-height: 80vh;
    max-width: 85vw;
    top: 30px;
    /* Portrait phones and smaller */
    /* Iphone 5 */ }
    @media (max-width: 480px) {
      #messageModal .modal-dialog {
        top: 20px; } }
    @media (max-width: 320px) {
      #messageModal .modal-dialog {
        top: 15px; } }
  #messageModal .modal-body {
    height: 100%;
    /* Landscape phones and portrait tablets */ }
    @media (max-width: 767px) {
      #messageModal .modal-body {
        padding: 15px 0; } }
    #messageModal .modal-body .message-modal__container {
      display: flex;
      flex-flow: column;
      overflow: hidden;
      gap: 20px;
      height: 100%; }
    #messageModal .modal-body .container-fluid {
      height: 100%; }
  #messageModal .message-modal__image {
    flex: 0 0 auto;
    display: flex;
    max-height: calc(100% - 20%);
    justify-self: self-start;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    #messageModal .message-modal__image img {
      max-height: 100%;
      width: auto;
      display: flex;
      max-width: 100%; }
  #messageModal .message-modal__title {
    font-size: 35px;
    line-height: 1.1;
    text-align: center;
    margin: 0;
    /* Landscape tablets and medium desktops */
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */
    /* Portrait phones and smaller */
    /* Iphone 5 */ }
    @media (min-width: 992px) and (max-width: 1199px) {
      #messageModal .message-modal__title {
        font-size: 32px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #messageModal .message-modal__title {
        font-size: 30px; } }
    @media (max-width: 767px) {
      #messageModal .message-modal__title {
        font-size: 25px; } }
    @media (max-width: 480px) {
      #messageModal .message-modal__title {
        font-size: 20px; } }
    @media (max-width: 320px) {
      #messageModal .message-modal__title {
        font-size: 18px; } }
  #messageModal .message-modal__buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0;
    /* Landscape tablets and medium desktops */
    /* Portrait tablets and small desktops */
    /* Landscape phones and portrait tablets */
    /* Portrait phones and smaller */
    /* Iphone 5 */ }
    @media (min-width: 992px) and (max-width: 1199px) {
      #messageModal .message-modal__buttons {
        margin: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #messageModal .message-modal__buttons {
        margin: 0; } }
    @media (max-width: 767px) {
      #messageModal .message-modal__buttons {
        margin: 0; } }
    @media (max-width: 480px) {
      #messageModal .message-modal__buttons {
        margin: 0; } }
    @media (max-width: 320px) {
      #messageModal .message-modal__buttons {
        margin: 0; } }

.adult-modal__title {
  font-family: sans-serif, Verdana; }

#navModal .close {
  font-size: 35px; }

.global-wrapper {
  min-height: auto; }

.container-poster {
  z-index: -99; }

#reCaptchaModal .modal-dialog {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0); }

.modal-backdrop {
  display: none; }

#cancel-order-ticket, #cancel-order-bar {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 140%; }
  #cancel-order-ticket.text-success, #cancel-order-bar.text-success {
    font-size: 146%; }

#feedbackmainForm > div {
  min-width: 650px; }
  @media (max-width: 767px) {
    #feedbackmainForm > div {
      min-width: 100vw; } }

#feedbackmain-form-message {
  font-weight: bold;
  font-size: 18px; }

/* Orders history */
.orders-history {
  border-radius: 5px;
  background: #FFF;
  padding: 32px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1), 0px 4px 8px 0px rgba(0, 0, 0, 0.1); }

.orders-history__item {
  margin-bottom: 56px; }
  .orders-history__item:last-child {
    margin-bottom: 0; }

.orders-history__header {
  margin-bottom: 20px; }

.orders-history__header-title {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1; }

.orders-history__number {
  background: #F0F4F7;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.orders-history__number-state {
  display: flex;
  align-items: center; }

.number-state__bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background: #888;
  margin-right: 12px; }

.state-bullet-green {
  background: #53C35E; }

.state-bullet-violet {
  background: #BB19D7; }

.state-bullet-yellow {
  background: #F5E70F; }

.state-bullet-orange {
  background: #F39200; }

.orders-history__detail {
  display: flex; }

.orders-history__detail-img {
  padding-right: 14px; }
  .orders-history__detail-img img {
    max-width: 133px; }

.orders-history__detail-info p {
  margin-bottom: 16px; }

p.orders-history__detail-movie-name {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 4px; }

.text-highlight {
  color: #951B81; }

.orders-history__list + .orders-history__list {
  margin-top: 24px; }

.orders-history__list p {
  margin: 5px 0; }

.orders-history__list ul {
  margin: 0 0 16px;
  padding: 0 0 0 16px; }

.orders-history__list li {
  margin: 0 0 4px; }

.btn-cancel {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  line-height: 1;
  color: #DF5D5D;
  border: 1px solid #DF5D5D;
  transition: all .2s ease; }
  .btn-cancel:hover {
    color: #fff;
    background: #DF5D5D; }

.orders-history__total {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #DDE2E7;
  text-align: right; }
  .orders-history__total p {
    margin: 5px 0; }

.orders-history__total-summ {
  font-size: 16px; }

.btn-cancel-all {
  padding: 10px;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  border: 1px solid #DF5D5D;
  background: #DF5D5D;
  transition: all .2s ease; }
  .btn-cancel-all:hover {
    color: #df5d5d;
    background: #fff; }

@media (max-width: 767px) {
  .orders-history {
    padding: 16px 12px; }
  .orders-history__detail {
    flex-direction: column; }
  .orders-history__number {
    padding: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 4px; }
  .orders-history__detail-img {
    padding-right: 0;
    display: flex;
    margin-bottom: 16px; }
    .orders-history__detail-img img {
      max-width: 89px; }
  .orders-history__mobile-name {
    padding-left: 8px; }
  .btn-cancel, .btn-cancel-all {
    width: 100%; } }

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