@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Didact+Gothic|Comfortaa:400,700&subset=latin,cyrillic);
@media screen and (min-width: 240px) {
  .hidden-greater-xxs {
    display: none !important;
  }
}

@media screen and (min-width: 320px) {
  .hidden-greater-xs {
    display: none !important;
  }
}

@media screen and (min-width: 480px) {
  .hidden-greater-sm {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-greater-md {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hidden-greater-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-greater-xl {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .hidden-lower-xl {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .hidden-lower-lg {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-lower-md {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .hidden-lower-sm {
    display: none !important;
  }
}

@media screen and (max-width: 319px) {
  .hidden-lower-xs {
    display: none !important;
  }
}

@media screen and (max-width: 239px) {
  .hidden-lower-xxs {
    display: none !important;
  }
}

.top-section {
  background: #1f4d91;
  height: 53px;
  color: #fff;
}

@media (max-width: 768px) {
  .top-section .social {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .top-section {
    display: none;
  }
}

.top-menu {
  margin: 0;
  background: white;
}

@media (min-width: 768px) {
  .top-menu {
    padding: 18px 20px 22px;
  }
}

.main-menu a {
  font-family: 'Roboto', Arial, serif;
  font-weight: 500;
  color: #363636;
  font-size: 20px;
}

.main-menu > li {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #b6c9e3;
  line-height: 32px;
  padding: 0 10px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .main-menu > li .visible-xs {
    display: inline-block !important;
  }
}

.main-menu > li:first-child {
  border-left: none;
}

.main-menu > li:last-child {
  border-right: none;
}

/*
 * Navbar
 */
.navbar-brand {
  display: inline-block;
  width: 137px;
  height: 61px;
}

.navbar-brand img {
  width: 100%;
  height: auto;
  max-height: 61px;
}

@media (max-width: 768px) {
  .navbar-brand {
    padding: 12px 15px;
  }
  .navbar-brand img {
    max-width: 90px;
  }
}

@media (min-width: 768px) {
  .navbar-brand {
    padding: 0;
  }
  .navbar-brand img {
    max-width: 137px;
  }
}

.navbar-nav .dropdown .btn {
  line-height: 32px;
  margin-top: 3px;
  font-family: 'Roboto', Arial, serif;
  font-weight: 500;
  color: #363636;
  background: #fff;
  font-size: 20px;
}

.navbar-toggle {
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 14px;
}

.navbar-toggle .icon-bar {
  background-color: #888;
}

.dropdown-toggle {
  display: block;
  width: 100%;
  text-align: left;
}

.dropdown-toggle:hover {
  background-color: #eee;
}

.dropdown-toggle:active {
  box-shadow: none;
}

.dropdown .btn-group {
  width: 100%;
}

.dropdown .btn-group.open .btn {
  box-shadow: none;
  background-color: #eee;
}

/*
 * Social
 */
.social {
  margin-top: 8px;
}

.social li a {
  width: 29px;
  height: 29px;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  background-image: url("../images/social-mobapp-telegram2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.social .twitter a {
  background-position: -42px 0;
}

.social .instagram a {
  background-position: -85px 0;
}

.social .vk a {
  background-position: -130px 0;
}

.social .apple a {
  background-position: -175px 0;
}

.social .google a {
  background-position: -220px 0;
}

.social .telegram a {
  background-position: -262px 0;
}

/*
 * Login menu
 */
.login-menu {
  margin-top: 11px;
}

.login-menu > .activate-card a {
  color: white;
  font-size: 14px;
  text-decoration: underline;
}

.login-menu > .info {
  padding-left: 0;
}

.login-menu > .info a {
  width: 21px;
  height: 21px;
  display: inline-block;
  background: url("../images/icon-q.png") no-repeat 0 0 transparent;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  top: 5px;
}

.login-menu > li > .user-name {
  color: white;
  text-decoration: underline;
}

/*
 * Footer
 */
.footer {
  background: #1f4d91;
  font-size: 16px;
  padding: 51px 0 51px;
  color: #FFFFFF;
  /*
    * Social
   */
}

.footer a {
  color: white;
}

.footer ul {
  margin-bottom: 0;
}

.footer li {
  line-height: 28px;
}

.footer .social {
  margin-top: 22px;
}

.footer .social a {
  width: 25px;
 height: 25px;
  background-image: url("../images/social-mobapp-telegram-footer2.png");
}

.footer .social .twitter a {
  background-position: -36px 0;
}

.footer .social .instagram a {
  background-position: -73px 0;
}

.footer .social .vk a {
  background-position: -112px 0;
}

.footer .social .apple a {
  background-position: -150px 0;
}

.footer .social .google a {
  background-position: -187px 0;
}

.footer .social .telegram a {
  background-position: -223px 0;
}

@media (max-width: 480px) {
  .footer .social {
    text-align: center;
    width: 100%;
  }
}

.footer .phone-label {
  font-family: 'Roboto', Arial, serif;
  font-weight: 300;
  font-size: 13px;
}

.footer .phone {
  font-family: 'Roboto', Arial, serif;
  font-weight: 700;
  font-size: 26px;
}

.footer .copyright {
  margin-top: 15px;
}

.footer .copyright div {
  font-size: 12px;
  color: #5d81cf;
  position: relative;
}

.footer .copyright div span.developers {
  right: 30px;
}

.footer .copyright div span img {
  vertical-align: text-bottom;
  margin-left: 5px;
}

@media (max-width: 480px) {
  .footer {
    text-align: center;
  }
}

@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot");
}

@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf");
}

html, body {
  height: 100%;

}

body {
  background: #fff;
}

/* Remove radius from elements */
.btn, .btn-lg, input, .inpug-lg, .form-control, .dropdown-menu {
  border-radius: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'proxima_nova_rgbold',Arial,serif;
  font-weight: bold;
}

a:hover {
  opacity: .8;
  transition: opacity 300ms linear;
}

.container {
  min-width: 240px;
}

.backdrop {
  background: url("../images/homepage_backdrop.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.backdrop.cp-cinema {
  background: url("../images/cinemas/backdrop.jpg") top center no-repeat;
}

/* For images */
.full-width {
  width: 100%;
}

/* Popovers */
.popover.top {
  margin-top: 10px;
}

.popover.left {
  margin-left: 10px;
}

.popover.right {
  margin-left: -130px;
}

.popover.bottom {
  margin-left: -20px;
  max-width: 450px;
}

.popover.top > .arrow::after {
  border-top-color: rgba(15, 25, 40, 0.92) !important;
}

.popover.left > .arrow::after {
  border-left-color: rgba(15, 25, 40, 0.92) !important;
}

.popover.right > .arrow::after {
  border-right-color: rgba(15, 25, 40, 0.92) !important;
}

.popover.bottom > .arrow::after {
  border-top-color: rgba(15, 25, 40, 0.92) !important;
  border-bottom-color: rgba(15, 25, 40, 0.92) !important;
}

.popover {
  background-color: rgba(15, 25, 40, 0.92);
}

.popover-content a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

.popover-content > a:hover {
  color: #74b7b7;
  text-decoration: underline;
}

.popover-content {
  font-size: 18px;
}

.schedule__title, .news__title, .hp-programs__title {
  font-weight: bold;
}

.banner {
  margin: 40px 0;
}

/*
 * Login link
 */
.login a {
  color: white;
  display: inline-block;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 15px;
  text-decoration: none;
  padding: 4px 20px 4px 38px;
  background: #3e6cae url("../images/icon-login.png") no-repeat 16px 8px;
  text-decoration: underline;
}

/*
 *  Back to top button
 *  Оставлено без изменений от предыдущего разработчика
 */
.btn-back-to-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  white-space: nowrap;
  background: rgba(62, 108, 174, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  text-align: center;
  font-size: 16px;
  border-radius: 8px;
}

.btn-back-to-top span {
  line-height: 40px;
}

.btn-back-to-top.is-visible, .btn-back-to-top.fade-out, .no-touch .btn-back-to-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.btn-back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
}

.btn-back-to-top.fade-out {
  opacity: .5;
}

.no-touch .btn-back-to-top:hover {
  background-color: #3e6cae;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .btn-back-to-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .btn-back-to-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
    font-size: 20px;
  }
  .btn-back-to-top span {
    line-height: 60px;
  }
}

[v-cloak] {
  display: none;
}

/** SPINNER **/
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 20px auto;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #337ed3;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.movie__pg, .movie__lang {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
}

.movie__pg {
  background-color: #ed263a;
}

.movie__lang {
  background-color: #f0ad4e;
}

.movie__pg_with-margin {
  margin-left: 20px;
}

.movie__poster img {
  width: 100%;
}

.movie__poster_table {
  border-radius: 3px;
  border-color: #cfd6e7;
  border-style: solid;
  border-width: 5px 7px;
  display: inline-block;
}

.movie__poster_table img {
  width: 100%;
}

.movie__cover img {
  width: 100%;
}

.movie__genres {
  display: block;
  color: #707070;
  margin-top: 10px;
}

.il-slider__arrows {
  position: absolute;
  display: table;
  width: 50px;
  height: 100%;
  z-index: 9999;
}

.il-slider__arrows > div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.il-slider__arrow-next-wrap {
  top: 0px;
  right: 0px;
}

.il-slider__arrow-next {
  width: 24px;
  height: 43px;
}

.il-slider__arrow-next > div {
  width: 24px;
  height: 43px;
  margin: 0px auto;
  background-image: url(../images/elements/next_arrow.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.il-slider .icon-prev, .il-slider .icon-next {
  font-size: 100px;
  margin-top: -55px;
}

.review {
  padding: 20px 15px;
  margin-bottom: 20px;
  background: #f2f2f2;
}

.review_positive {
  background: #daf1db;
}

.review_negative {
  background: #ffe3e3;
}

.review__name {
  font-size: 18px;
  font-weight: bold;
}

.review__date {
  font-size: 12px;
  color: #616161;
  float: right;
}

.review__title {
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
}

.review__text {
  white-space: pre-wrap;
}

.nearest-shows {
  margin: 15px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nearest-shows > div {
  display: inline-block;
  padding: 10px 5px;
  text-align: center;
  width: 90px;
  position: relative;
}

.nearest-shows > div > span {
  display: block;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nearest-shows > div > span:nth-of-type(1) {
  font-size: 20px;
}

.nearest-shows > div > span:nth-of-type(2) {
  font-size: 12px;
  overflow: hidden;
}

.nearest-shows > div > span:nth-of-type(3) {
  font-size: 12px;
}

.nearest-shows__show-all {
  text-align: left;
  border-left: 1px solid #ddd;
}

.rsw__link {
  display: inline-block;
  font-size: 20px;
  font-style: italic;
  margin: 15px;
}

.rsw__link:hover {
  color: #57859f;
  text-decoration: none;
}

.rsw__signedup {
  color: #57859f;
  font-size: 16px;
}

.rsw__error {
  color: darkred;
}

/*
 * Poster
 */
.poster {
  padding: 0 15px 15px;
  width: 184px;
  text-align: center;
}

.poster a {
  text-decoration: none;
}

.poster__thumb {
  display: block;
  margin: 0 auto 5px auto;
  border: 0;
  width: 163px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

.poster__thumb img {
  max-width: 163px;
}

.poster__description {
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 0;
  height: 48px;
}

.poster__thumb-null {
  display: table-cell;
  vertical-align: middle;
  background: #4e495e;
  color: #fff;
  height: 233px;
  width: 163px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

.poster__startdate {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
  position: absolute;
  top: 195px;
  font-size: 12px;
  background-color: #254bb0;
  padding: 5px 15px;
  border-radius: 50px;
  color: #fff;
}

.swiper-custom-button-prev, .swiper-custom-button-next {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background: #ffffff;
  opacity: .3;
  transition: opacity .2s, box-shadow .2s;
}

.swiper-custom-button-prev.swiper-button-disabled, .swiper-custom-button-next.swiper-button-disabled {
  opacity: .1;
}

.swiper-custom-button-prev:hover, .swiper-custom-button-next:hover {
  box-shadow: 0 0 0 2px #ffffff;
}

.swiper-custom-button-prev-icon, .swiper-custom-button-next-icon {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-custom-button-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-custom-button-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.cinema {
  display: grid;
  row-gap: 30px;
}

.cinema__item {
  display: grid;
  align-items: baseline;
  row-gap: 30px;
}

@media screen and (min-width: 768px) {
  .cinema__item {
    grid-auto-flow: column;
    column-gap: 20px;
    grid-template-columns: 1fr 2fr;
  }
}

.cinema__info {
  display: grid;
  row-gap: 5px;
}

.cinema__info-title {
  margin: 0;
  color: #337ab7;
}

.cinema__info-address {
  margin: 0;
}

.cinema__halls {
  display: grid;
  row-gap: 20px;
}

.hall {
  display: grid;
  align-items: baseline;
  row-gap: 20px;
}

@media screen and (min-width: 768px) {
  .hall {
    grid-auto-flow: column;
    column-gap: 20px;
    grid-template-columns: 90px auto;
  }
}

.hall .tooltip-inner {
  width: 170px;
}

.hall__name {
  display: grid;
  grid-auto-flow: column;
  column-gap: 10px;
  align-items: center;
  justify-content: start;
  margin: 0;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .hall__name {
    justify-content: right;
  }
}

.hall__warning-image {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 13px;
  vertical-align: top;
  cursor: pointer;
}

.hall__pushka-image {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 12px;
  vertical-align: top;
  cursor: pointer;
}

.hall__sessions {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
  gap: 10px;
}

.hall__session {
  position: relative;
}

.hall__session-link {
  display: grid;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .hall__session-link {
    padding: 2px;
  }
}

.hall__session-link:hover {
  text-decoration: none;
  transition: color .3s, opacity .3s;
}

.hall__session-link_green {
  color: #70b96c;
  border: 1px solid #70b96c;
}

.hall__session-link_green:hover {
  color: #70b96c;
}

.hall__session-link_blue {
  color: #46b8da;
  border: 1px solid #46b8da;
}

.hall__session-link_blue:hover {
  color: #46b8da;
}

.hall__session-time {
  color: #000000;
  font-weight: bold;
}

.hall__session-date {
  font-size: 13px;
  margin: 0;
  text-align: center;
}

.hall__session-price {
  color: #000000;
}

.mobile-poster {
  position: relative;
  padding-bottom: 56%;
  color: #FFFFFF;
}

.mobile-poster:hover .mobile-poster__overlay {
  opacity: .9;
}

.mobile-poster__overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 50%, black 100%);
  transition: opacity .2s;
}

.mobile-poster > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.mobile-poster__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 20px 30px;
  justify-content: space-between;
}

@media screen and (max-width: 479px) {
  .mobile-poster__content {
    padding: 15px;
  }
}

.mobile-poster__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-poster__footer {
  display: grid;
  row-gap: 20px;
  margin-top: auto;
  font-size: 16px;
}

@media screen and (max-width: 479px) {
  .mobile-poster__footer {
    row-gap: 10px;
  }
}

.mobile-poster__arrow {
  width: 100%;
}

.mobile-poster__arrow-wrapper {
  display: grid;
  align-items: center;
  width: 30px;
}

@media screen and (max-width: 479px) {
  .mobile-poster__arrow-wrapper {
    width: 20px;
  }
}

.mobile-poster__info {
  display: grid;
  flex: 1 1 0;
  row-gap: 5px;
}

.mobile-poster__name {
  margin: 0;
  font-size: 25px;
}

@media screen and (max-width: 479px) {
  .mobile-poster__name {
    font-size: 20px;
  }
}

.mobile-poster__genre {
  margin: 0;
  text-transform: capitalize;
}

.mobile-poster__more {
  display: grid;
  grid-auto-flow: column;
  column-gap: 20px;
  justify-content: start;
}

.mobile-poster__more-item {
  display: grid;
  grid-auto-flow: column;
  column-gap: 10px;
}

.mobile-poster__more-item-icon {
  width: 100%;
  vertical-align: top;
}

.mobile-poster__more-item-icon-wrapper {
  width: 15px;
}

.mobile-poster__more-item-text {
  margin: 0;
  line-height: 1;
}

.pg-error {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #1966bd;
  color: white;
}

.pg-error h1 {
  font-size: 130px;
  margin-bottom: 0;
}

.pg-error h2 {
  font-size: 50px;
  margin-top: 0;
}

.pg-error__message {
  font-size: 24px;
}

.pg-error__home-link {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}

.pg-error__home-link:hover {
  color: #d2e4f3;
}

/** Расписание **/
.schedule__title {
  font-size: 24px;
  color: #142b4d;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.schedule__title-date {
  color: #ed263a;
}

.schedule__item {
  margin-bottom: 35px;
  border-radius: 10px;
  border: 1px solid #e3e8f1;
}

.schedule__list {
  margin-right: -15px;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
}

.schedule__list-item {
  font-weight: bold;
  font-size: 16px;
  color: #1f419b;
  line-height: 67px;
  text-align: center;
}

.schedule__list-item_current {
  background-color: #71aef4 !important;
  line-height: 60px;
  border-top-left-radius: 10px;
}

.schedule__list-item_current a {
  color: #fff;
}

.schedule__list-item:nth-child(2n) {
  background-color: #f6f8fb;
}

.schedule__list-item:nth-child(2n+1) {
  background-color: #f9fbfc;
}

.schedule__table-container {
  margin-left: -15px;
  margin-right: -2px;
  margin-top: -1px;
  margin-bottom: -1px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 338px;
  overflow-x: scroll;
}

.schedule__table {
  margin-bottom: 0;
  overflow: hidden;
  width: 3800px;
  max-width: none;
}

.schedule__table thead tr > th {
  background: #fff;
  border: none;
  font-size: 15px;
  color: #9aa6cc;
  font-weight: normal;
  height: 60px;
}

.schedule__table tbody tr:nth-child(2n+1) > td {
  background-color: #f6f8fb;
}

.schedule__table tbody tr:nth-child(2n) > td {
  background-color: #f9fbfc;
}

.schedule__table tbody tr > td {
  padding: 11px 0;
  width: 100px;
  height: 67px;
  border: none;
}

.schedule__now {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  margin-left: -40px;
  height: calc(100% - 64px);
  text-align: center;
  outline: none;
}

.schedule__now-title {
  color: #9aa6cc;
  margin-bottom: 0;
  margin-top: 3px;
}

.schedule__now-value {
  font-weight: bold;
  font-size: 26px;
  color: #f00038;
  line-height: .8;
  margin-bottom: 0;
  background: #fff;
  padding-bottom: 8px;
}

.schedule__now:before {
  content: '';
  position: absolute;
  top: 50px;
  width: 8px;
  height: 8px;
  left: 41px;
  margin-left: -3px;
  border-radius: 50%;
  background-color: #f00038;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #f00038;
  z-index: 11;
}

.schedule__now:after {
  position: absolute;
  top: 54px;
  height: 100%;
  width: 2px;
  background-color: #f00038;
  content: '';
  z-index: 10;
  left: 41px;
}

/* Кнопка купить, на которую не распространяются бонусы */
.btn-no-bonus {
  background: #70b96c !important;
  color: white !important;
}

.btn-no-bonus:hover {
  color: white !important;
}

.hp-backdrop {
  background-position: 0 -200px;
}

@media (max-width: 767px) {
  .homepage {
    background: white;
  }
  .homepage > section:first-of-type {
    margin-top: 0;
  }
}

.homepage > section {
  margin-top: 40px;
}

.homepage > section:nth-of-type(2) {
  margin-top: 0;
}

.homepage__backdrop {
  background: url("../images/homepage_backdrop.jpg") no-repeat;
  background-position: 0 -200px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.hp-goto-timetable {
  padding: 0;
}

.hp-goto-timetable > a {
  width: 100%;
  border-bottom: 1px solid #333;
}

.hp-first {
  background: white;
  margin-top: 20px;
}

.hp-movies {
  position: relative;
  margin-top: 0 !important;
  /*
  * Tabs for posters
  */
}

@media (max-width: 991px) {
  .hp-movies {
    padding: 0;
  }
}

.hp-movies__line {
  border-top: 5px solid #ed263a;
}

.hp-movies__content {
  background-color: #337ed3;
  padding: 18px 0 14px;
  height: 312px;
  position: relative;
  overflow: hidden;
}

.hp-movies__tabs {
  width: 100%;
  background: #1966bd;
  padding-top: 15px;
  padding-left: 45px;
  padding-right: 45px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .hp-movies__tabs {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.hp-movies__tabs li {
  margin-bottom: 0;
}

.hp-movies__tabs li > a,
.hp-movies__tabs li > a:hover,
.hp-movies__tabs li > a:focus,
.hp-movies__tabs li > a:active {
  border-color: #1c6dc8;
  border-radius: 10px 10px 0 0;
  font-size: 15px;
  padding: 13px 40px;
  color: #69adfa;
  background-color: #1c6dc8;
}

@media (max-width: 768px) {
  .hp-movies__tabs li > a,
  .hp-movies__tabs li > a:hover,
  .hp-movies__tabs li > a:focus,
  .hp-movies__tabs li > a:active {
    padding: 13px 20px;
  }
}

.hp-movies__tabs li.active > a,
.hp-movies__tabs li.active > a:active,
.hp-movies__tabs li.active > a:focus,
.hp-movies__tabs li.active > a:hover {
  color: #fff;
  border-color: #337ed3;
  background-color: #337ed3;
  outline: none;
}

.hp-movies .posters__list {
  table-layout: fixed;
  width: 100%;
}

.hp-movies .slider {
  margin-bottom: 20px;
  margin-top: 25px;
}

.hp-news {
  max-height: 421px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px 30px 15px 5px;
  /* Custom scrollbars */
}

.hp-news-wrapper {
  padding-left: 0 !important;
}

@media (max-width: 1199px) {
  .hp-news {
    max-height: 347px;
  }
}

@media (max-width: 991px) {
  .hp-news {
    max-height: none;
    padding: 15px 30px 15px 30px;
    overflow: auto;
  }
}

.hp-news h2 {
  font-family: "Roboto Condensed", Arial, serif;
  font-weight: normal;
  margin-top: 0;
  font-size: 26px;
  color: #555;
}

.hp-news .thumbnail {
  margin-bottom: 10px;
}

.hp-news__item {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .hp-news__item {
    margin-bottom: 10px;
  }
}

.hp-news__title {
  font-size: 16px;
  font-family: "Roboto Condensed";
  font-weight: 600;
  color: #4895ed;
  text-align: center;
  margin-bottom: 30px;
}

.hp-news::-webkit-scrollbar {
  width: 7px;
  right: 10px;
}

.hp-news::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.hp-news::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.hp-programs__header {
  text-align: center;
  margin-bottom: 20px;
}

.hp-programs__item {
  margin-bottom: 30px;
}

.hp-programs__item-bg {
  background-color: #337ed3;
}

.hp-programs__item-bg img {
  width: 100%;
  min-height: 100px;
}

.hp-programs__item-bg::after {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  content: '';
  background-image: linear-gradient(to top, rgba(18, 62, 161, 0.9) 0%, rgba(34, 126, 229, 0) 80%);
}

.hp-programs__item-content {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 40px;
}

.hp-programs__item-title {
  color: white;
  font-size: 27px;
  font-weight: bold;
  line-height: .9;
  margin-bottom: 0;
  text-transform: uppercase;
}

.hp-programs__item-title:hover {
  text-decoration: none;
  color: #c4dfff;
}

.hp-programs__item-description {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .hp-programs__item {
    width: 100%;
  }
  .hp-programs__item-title {
    font-size: 14px;
  }
  .hp-programs__item-description {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .hp-programs__item-title {
    font-size: 16px;
  }
  .hp-programs__item-description {
    font-size: 12px;
    line-height: 14px;
  }
}

.hp-banners {
  max-height: 424px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .hp-banners {
    padding: 0;
  }
}

.hp-banners__btn-play {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 108px;
  height: 108px;
  margin-left: -54px;
}

@media (max-width: 767px) {
  .hp-banners__btn-play {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -10px;
  }
}

.hp-banners__video {
  margin-bottom: -5px;
}

.hp-banners__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hp-banners__btn-stop {
  color: #ddd;
  margin-right: 40px;
}

.hp-banners__btn-stop:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.hp-banners__item {
  cursor: pointer;
  position: relative;
}

.hp-banners__item__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 80px 60px 30px 60px;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.4) 20%, #000 100%);
}

@media (max-width: 991px) {
  .hp-banners__item__footer {
    padding: 50px 60px 20px 60px;
  }
}

@media (max-width: 767px) {
  .hp-banners__item__footer {
    padding: 40px 30px 10px 60px;
  }
}

.hp-banners__item__btn-buy {
  border: 2px solid #ffc121;
  background: 33px center no-repeat url(../images/tickets-icon.png);
  border-radius: 33px;
  color: #fff;
  padding: 10px 50px 10px 86px;
  display: inline-block;
  transition: background-color .2s ease;
}

@media (max-width: 991px) {
  .hp-banners__item__btn-buy {
    padding: 8px 30px 8px 86px;
  }
}

.hp-banners__item__btn-buy:hover, .hp-banners__item__btn-buy:active, .hp-banners__item__btn-buy:focus {
  color: #fff;
  background: rgba(255, 193, 33, 0.7) 33px center no-repeat url("../images/tickets-icon.png");
}

.hp-banners__item__btn-buy__line1 {
  font-size: 16px;
  display: block;
}

.hp-banners__item__btn-buy__line2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  display: block;
}

@media (max-width: 767px) {
  .hp-banners__item__btn-buy__line1 {
    font-size: 14px;
  }
  .hp-banners__item__btn-buy__line2 {
    font-size: 16px;
  }
}

.newsletter {
  color: #fff;
}

.newsletter__wrapper {
  display: inline-block;
  max-width: 500px;
  padding: 0 15px;
}

.newsletter label {
  font-family: "Helvetica", Impact, serif;
  font-weight: bold;
  font-size: 26px;
}

@media (max-width: 767px) {
  .newsletter label {
    font-size: 20px;
  }
}

.newsletter__subline {
  padding-top: 6px;
}

.newsletter__modal, .newsletter__bad-email-modal {
  color: black;
}

@media (max-width: 991px) {
  .hp-newsletter {
    padding: 0;
  }
}

.hp-newsletter > .newsletter {
  background: #1f4d91;
  height: 200px;
  padding-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .hp-newsletter > .newsletter {
    margin-bottom: 0;
    height: auto;
  }
}

.ft-newsletter {
  margin-bottom: 20px;
}

.ft-newsletter > .newsletter > .newsletter__wrapper label {
  font-size: 18px;
}

.timetable__filters {
  padding: 12px 0;
  background-color: #e7ebf7;
}

.timetable__filters .btn-group {
  width: 100%;
  text-align: center;
}

.timetable__filters .cinema-filter__btn {
  font-size: 17px;
  line-height: 60px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  background-color: #e7ebf7 !important;
  border-color: #a4afd1 !important;
  width: 100%;
  text-align: center;
}

.timetable__filters .filter-filter__btn {
  font-size: 13px;
  line-height: 60px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  background-color: #e7ebf7 !important;
  border-color: #a4afd1 !important;
  width: 100%;
  text-align: center;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .timetable__filters .cinema-filter__btn  {
    line-height: 40px;
  }
  .timetable__filters .filter-filter__btn {
    line-height: 40px;
  }  
}

.timetable__filters .cinema-filter__btn > .caret {
  display: inline-block;
  margin-left: 5px;
}
.timetable__filters .filter-filter__btn > .caret2 {
  display: inline-block;
  margin-left: 5px;
}

.timetable__filters .cinema-filter__items {
  font-size: 17px;
  left: 0;
  width: 100%;
  margin-top: -22px;
  box-shadow: none;
  background-color: #e7ebf7;
  border: 1px solid #a4afd1;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.timetable__filters .cinema-filter__items li > a {
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

.timetable__filters .cinema-filter__choice.active {
  display: none;
}

.timetable__filters__btn-all-dates {
  font-size: 17px;
  line-height: 31px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  background-color: #e7ebf7 !important;
  border-color: #a4afd1 !important;
  width: 100%;
}

.date-filter {
  overflow: hidden;
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .date-filter {
    margin-top: 8px;
  }
}

.date-filter .tf_item {
  width: 100%;
  display: block;
  text-align: center;
  border-right: 1px solid #c5cee3;
  padding-left: 2px;
  padding-right: 2px;
  margin: 18px auto;
  z-index: 10;
}

.date-filter .swiper-slide:last-of-type > .tf_item {
  border: none;
}

.date-filter .tf_item:hover {
  text-decoration: none;
}

.date-filter .tf_item.active {
  background-color: #f9fafd;
  border-radius: 8px;
  border: none;
  margin: 0 auto;
  margin-left: -1px;
  padding: 15px 2px;
  z-index: 11;
  position: relative;
}

.date-filter .tf_item.active > .tf_day {
  color: #0a173b;
  font-size: 1.2em;
}

.date-filter .tf_item.active > .tf_date {
  color: #0a173b;
  font-size: 1.4em;
}

.date-filter .tf_date {
  color: #a4afd1;
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0;
}

.date-filter .tf_day {
  color: #a4afd1;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 3px;
}

.date-filter__mode-selector {
  font-size: 17px;
  line-height: 31px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  background-color: #e7ebf7 !important;
  border-color: #a4afd1 !important;
  width: 100%;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0.3;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}

.timetable__body {
  background: #fff;
  padding-top: 10px;
}

.timetable__body_mt-30 {
  margin-top: 30px;
}

.timetable__body .info {
  font-size: 16px;
  color: #113561;
  text-transform: uppercase;
  padding: 20px 5px;
  margin-bottom: 0;
  text-align: center;
}

.timetable__body .movie {
  margin-bottom: 35px;
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.timetable__body .movie-mt-30 {
  margin-top: 30px;
}

.timetable__body .movie__info {
  display: grid;
  grid-auto-flow: column;
  column-gap: 10px;
  justify-content: start;
  align-items: center;
}

.timetable__body .movie:last-of-type {
  border-bottom: none;
}

.timetable__body .movie__title_table {
  margin-top: 0;
}

@media (max-width: 480px) {
  .timetable__body .movie__title_table {
    margin-top: 20px;
  }
  .timetable__body .movie__description {
    font-size: 12px;
  }
  .timetable__body .movie__poster_table {
    border-width: 2px 2px;
  }
}

.timetable__body .movie__runtime {
  margin: 0 5px;
}

.timetable__body .movie__description {
  padding-top: 15px;
  text-align: justify;
}

.timetable__body .movie__header {
  padding: 12px 20px 16px;
  border: 1px solid #ced6eb;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fff;
}

.timetable__body .movie__header .title {
  font-weight: bold;
  font-size: 25px;
  color: #113561;
}

.timetable__body .movie__header__genres {
  display: block;
  color: #707070;
}

.timetable__body .movie__header_no-margin {
  margin: 0;
}

.timetable__body .movie__content {
  background-color: #f6f8fb;
  padding: 25px 25px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.timetable__body .movie__content .poster {
  border-radius: 3px;
  border-color: #cfd6e7;
  border-style: solid;
  border-width: 5px 7px;
  display: inline-block;
}

.timetable__body .movie__content .poster img {
  width: 100%;
}

.timetable__cinema-table .col-pg {
  text-align: center;
}

.hall-timetable__movie {
  min-width: 150px;
}

.hall-timetable > thead > tr > th {
  font-style: italic;
  font-weight: 500;
  font-size: smaller;
}

.hall-timetable-wrapper {
  width: 100%;
  overflow-x: auto;
}

.movie-page .timetable__filters {
  margin-top: 30px;
}

.h-schedule__table {
  vertical-align: middle;
  margin-bottom: 35px;
}

.h-schedule__table thead > tr > th,
.h-schedule__table thead > tr > td,
.h-schedule__table tbody > tr > td {
  padding: 8px 0;
  width: 43px;
  height: 40px;
  border-top: 1px solid #c2cae4;
  border-bottom: 1px solid #c2cae4;
}

.h-schedule__table thead > tr > th {
  font-size: 15px;
  color: #637097;
  font-weight: normal;
}

.h-schedule__table thead > tr > th:first-child {
  color: #113561 !important;
  font-weight: 700 !important;
}

.h-schedule__table thead > tr > th:first-child,
.h-schedule__table thead > tr > td:first-child,
.h-schedule__table tbody > tr > td:first-child {
  text-align: right;
  font-weight: bold;
  color: #ed263a;
  width: 165px;
  border: none;
  padding: 12px 35px 4px 0;
}

.h-schedule__table tbody > tr > td:nth-child(even) {
  background-color: #e4eaf3;
}

.h-schedule__table tbody > tr > td:nth-child(odd) {
  background-color: #f6f8fb;
}

.h-schedule__item-container {
  position: relative;
}

.h-schedule__item {
  height: 26px;
  line-height: 26px;
  background-color: #71aef4;
  border-radius: 12px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: #fff !important;
  outline: none !important;
  position: absolute;
  top: -2px;
  left: 0;
  text-align: center;
}

.ip {
  background-color: white;
}

.ip-cover {
  width: 100%;
  min-height: 400px;
  background: url("../images/cinemas/cheremushki/cover.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ip-cover img {
  width: 100%;
}

.ip-features {
  position: relative;
  top: -2.5em;
}

.ip-features__item {
  max-height: 140px;
  text-align: center;
}

@media (max-width: 991px) {
  .ip-features__item {
    margin-bottom: 10px;
  }
}

.ip-features__item__title {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 40%;
  left: 0;
  font-size: 12px;
  line-height: 18px;
  font-family: "Open Sans Condensed";
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  min-width: 100%;
}

.ip-features__item > img {
  border-radius: 50%;
  height: 100%;
  max-height: 140px;
}

@media (max-width: 767px) {
  .ip-features__item > img {
    max-height: 130px;
  }
}

.ip-section {
  text-align: justify;
}

.ip-section__title {
  width: 100%;
  padding-top: 0.9em;
  padding-bottom: 0.6em;
  border-top: 1px solid #dddddd;
  font-size: 180%;
  line-height: 1em;
  font-family: "Open Sans Condensed";
  font-weight: bold;
  text-align: center;
  color: #52214d;
}

.ip-section__title span {
  color: #0085b2;
}

.ip-section__cover {
  width: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
}

.ip-section__tabs-nav {
  border: none;
  text-align: center;
}

.ip-section__tabs-nav > li {
  display: inline-block;
  float: none;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  color: #010101;
}

.ip-section__tabs-nav > li > a {
  padding: 4px 15px;
}

.ip-section__tabs-nav > li:hover,
.ip-section__tabs-nav > li:focus,
.ip-section__tabs-nav > li.active {
  background: none;
  top: 0;
  border-color: rgba(0, 133, 178, 0.5);
  color: #0085b2;
}

.ip-section__tabs-nav > li > a:hover,
.ip-section__tabs-nav > li.active > a:focus,
.ip-section__tabs-nav > li.active > a,
.ip-section__tabs-nav > li.active > a:hover {
  background: none;
  border: 1px solid transparent;
  color: #0085b2;
  cursor: pointer;
}

.ip-section__tab {
  padding-top: 20px;
}

.ip-gallery {
  height: 600px;
}

.ip-gallery > .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.ip-gallery > .swiper-container > .swiper-wrapper > .swiper-slide {
  background-size: cover;
  background-position: center;
}

.ip-gallery > .gallery-top {
  height: 70%;
  width: 100%;
}

.ip-gallery > .gallery-thumbs {
  height: 30%;
  box-sizing: border-box;
  padding: 10px 0;
}

.ip-gallery > .gallery-thumbs > .swiper-wrapper > .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.ip-gallery > .gallery-thumbs > .swiper-wrapper > .swiper-slide-active {
  opacity: 1;
}

.page-imax-schedule h1, .page-imax-schedule h3 {
  text-align: center;
}

.page-imax-schedule .movie h2 > span {
  display: block;
  font-size: 40px;
  color: #0d77b6;
}

.pi > .backdrop {
  background: url("../images/page-imax/backdrop.jpg") no-repeat top center;
}

.pi h1, .pi h2 {
  word-wrap: break-word;
}

.pi-section__first {
  background: url("../images/page-imax/backdrop.jpg") no-repeat top center;
  background-size: cover;
}

.pi-section__geometry {
  color: #fff;
  padding-top: 55px;
  padding-bottom: 55px;
  background: #2d3e6b;
  text-align: justify;
}

.pi-section__geometry h2 {
  text-align: center;
}

@media (min-width: 768px) {
  .pi-section__geometry h2 {
    text-align: left;
  }
}

.pi-section__quality, .pi-section__sound {
  background: #fff;
  text-align: justify;
  padding: 55px 20px;
}

.pi-section__quality img, .pi-section__sound img {
  margin-top: 40px;
  height: 190px;
  padding: 20px;
}

.pi-section__glasses {
  background: url("../images/page-imax/glasses_background.jpg") no-repeat top center;
  background-size: cover;
  color: #fff;
  padding: 55px 20px 80px 20px;
}

.pi-section__glasses img {
  max-width: 500px;
  padding-bottom: 50px;
}

.pi-section__glasses h2 {
  padding-bottom: 50px;
}

.pi-section__director {
  background: url("../images/page-imax/movie_background.jpg") no-repeat top center;
  background-size: cover;
  color: #fff;
  padding: 60px 20px;
}

.pi-section__schedule {
  background-color: #337ed3;
  padding: 20px 0 30px;
  position: relative;
  overflow: hidden;
}

.pi-section__schedule h2 {
  text-align: center;
  color: white;
  margin-bottom: 30px;
}

.pi-title {
  padding-top: 100px;
  font-size: 50px;
  margin-bottom: 20px;
}

.pi-subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 100px;
}

.pi-title, .pi-subtitle {
  color: #fff;
  text-align: center;
}

@media (min-width: 992px) {
  .pi-partline {
    display: inline-block;
  }
}

.pis-summary__label {
  font-weight: bold;
}

.pis-movie {
  margin-bottom: 4px;
}

@media (max-width: 992px) {
  .pis-movie__title {
    text-align: center;
  }
}

.pis-date {
  color: #0d77b6;
  text-align: center;
}

@media (min-width: 992px) {
  .pis-date {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .pis-bordered {
    border-left: 2px dashed #0d77b6;
  }
  .pis-bordered__wrapper {
    padding-left: 15px;
  }
  .pis-bordered::before {
    content: '·';
    font-size: 100px;
    color: #0d77b6;
    position: absolute;
    left: -15px;
    top: -30px;
  }
}

.pc-list {
  padding-left: 0;
  text-align: center;
  list-style: none;
}

.pf-nav {
  list-style: none;
}

.pf-item {
  margin-top: 60px;
  font-size: 18px;
}

.pf-item img {
  width: 100%;
}

.cp {
  position: relative;
  z-index: 1;
}

.cp-wrap {
  background: white;
}

@media (min-width: 768px) {
  .cp-content {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .cp-slider, .cp-description-wrapper {
    padding: 0;
  }
}

.cp-header {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 130px;
}

.cp-header-xs {
  color: #333;
  text-align: center;
  background-color: #eee;
}

.cp-header__wrap {
  position: absolute;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  height: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  background-image: -webkit-linear-gradient(top, transparent 50%, #000 100%);
  background-image: -moz-linear-gradient(top, transparent 50%, #000 100%);
  background-image: -o-linear-gradient(top, transparent 50%, #000 100%);
  background-image: -ms-linear-gradient(top, transparent 50%, #000 100%);
}

.cp-header__logo-wrap {
  height: 100%;
  padding: 0px 25px 35px;
}

.cp-header__logo {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-top: -15px;
}

.cp-header__logo.ocean {
  background-image: url(../images/cinemas/ocean/logo.svg);
}

.cp-header__logo.ussuri {
  height: 110%;
  background-image: url(../images/cinemas/ussuri/logo.png);
}

.cp-header__logo.illuzion {
  background-image: url(../images/cinemas/illuzion/logo.png);
}

.cp-header__logo.cheremushki {
  background-image: url(../images/cinemas/cheremushki/logo.png);
}

.cp-header__address {
  padding: 10px 25px 50px;
  color: #fff;
}

.cp-header__address > h2 {
  font-family: "Roboto", Arial, serif;
  margin: 0px;
}

.cp-header__address > p {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 16px;
}

.cp-header__btn_wrap {
  height: 100%;
  padding: 10px 25px 50px;
  color: #fff;
  text-align: center;
}

.cp-header__btn {
  display: block;
  max-width: 320px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  padding: 15px 0px;
  margin: 0px auto;
  border: 2px solid #ffc121;
  border-radius: 9999px;
  transition: background-color 0.2s ease;
}

.cp-header__btn:hover {
  background-color: rgba(255, 193, 33, 0.82);
}

.cp-description {
  background-color: #345fd0;
  padding: 50px 60px;
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto',sans-serif;
  text-align: justify;
}

@media (max-width: 767px) {
  .cp-description {
    padding: 20px;
  }
}

.cp-description > p:not(:last-of-type) {
  margin-bottom: 15px;
}

.cp-features {
  margin-top: 20px;
  padding: 15px;
}

.cp-features > .row {
  margin-bottom: 15px;
}

.cp-features__title {
  font-family: "proxima_nova_rgbold";
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
}

@media (max-width: 767px) {
  .cp-features__title {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.cp-features__title.blue {
  border-bottom: 3px solid #57c7ff;
}

.cp-features__title.red {
  border-bottom: 3px solid #ff8383;
}

.cp-features__title.yellow {
  border-bottom: 3px solid #ffee88;
}

.cp-features__list {
  display: inline-block;
  margin-top: 4px;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .cp-features__list {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}

.cp-features__list > li {
  display: inline-block;
  margin-left: 15px;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
  font-size: 18px;
}

.cp-features__list > li:not(:first-of-type):before {
  content: '\2022';
  margin-right: 15px;
  display: inline-block;
  text-decoration: none;
}

.cp-floors {
  height: 700px;
}

@media (max-width: 991px) {
  .cp-floors {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .cp-floors {
    height: 550px;
  }
}

@media (max-width: 480px) {
  .cp-floors {
    height: 400px;
  }
}

.cp-floors__nav {
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .cp-floors__nav {
    flex-direction: row;
    height: auto;
  }
}

.cp-floors__nav__item {
  position: relative;
  width: 66px;
  height: 66px;
  margin: 30px 5px;
  border-radius: 999px;
  background-color: white;
  border: 2px solid #eceffa;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 64px;
  color: #bec8e5;
  cursor: pointer;
}

@media (max-width: 991px) {
  .cp-floors__nav__item {
    margin-right: 50px;
  }
}

.cp-floors__nav__item:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #eceffa;
  width: 70px;
  height: 3px;
  top: 30px;
  left: 64px;
  z-index: -1;
}

@media (max-width: 991px) {
  .cp-floors__nav__item:after {
    width: 100px;
    left: -20px;
  }
}

.cp-floors__nav__item.active {
  background-color: #345fd0;
  border-color: #345fd0;
  color: #fff;
}

.cp-floors__nav__item.active:after {
  background-color: #345fd0;
}

.cp-floors__content {
  height: 100%;
  padding: 15px;
}

.cp-floors__map {
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  position: absolute;
}

.cp-floors__map.active {
  opacity: 1 !important;
  z-index: 1 !important;
}

.cp-floors__map > svg {
  width: 100%;
  height: 100%;
}

.cp-floors__help {
  cursor: help;
  transition: all 0.6s;
}

.cp-floors__help.red:hover {
  fill: #ff0623;
}

.cp-floors__help.blue:hover {
  fill: #0892d7;
}

.cp-floors__help.yellow:hover {
  fill: #ffdb00;
}

.cp-map {
  height: 450px;
}

.cp-map > iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

.cp .carousel-control {
  z-index: 9000;
}

.news__date {
  color: #f00038;
  font-size: 12px;
  margin-bottom: 0px;
}

.news__description {
  color: #676767;
  line-height: 20px;
  margin-bottom: 0;
  max-height: 140px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
}

.news__cover_inline {
  width: 200px;
  float: left;
  margin: 0;
  border-left: 0 none;
  border-right: 20px solid #fff;
}

@media (max-width: 767px) {
  .news__cover_inline {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.page-news > .loader {
  padding-bottom: 30px;
}

.page__header {
  text-align: center;
  margin-bottom: 10px;
}

.page__content {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  margin-bottom: 30px;
}

.bp-header {
  text-align: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .bp-header__part {
    display: block;
  }
}

.bp-step {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .bp-step__icon {
    text-align: center;
  }
  .bp-step > h3 {
    text-align: center;
  }
}

.page-bonus {
  text-align: justify;
  background: white;
}

.page-bonus h4 {
  padding-top: 25px;
  padding-bottom: 27px;
  font-size: 28px;
  color: #0a1d51;
  margin-bottom: 0;
}

.page-bonus h3 {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #254bb0;
  line-height: 1.1;
  font-family: Roboto, Arial, sans-serif;
}

.page-bonus .steps {
  font-family: Roboto, Arial, sans-serif;
  padding-bottom: 120px;
  background-image: url(../images/page-bonus/background_bonuscard.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.page-bonus .steps p {
  padding-top: 10px;
  color: #494c50;
  font-size: 16px;
  line-height: 1.1;
}

.page-bonus .img-bonus-cards {
  width: 100%;
}

.page-bonus .features {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.page-bonus .feature-icon {
  text-align: center;
}

.page-bonus .terms {
  background-color: #fafafc;
  padding-top: 50px;
  padding-bottom: 100px;
}

.page-bonus .terms ol {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
}

.page-bonus .terms ol > li {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
}

.program__poster_inline {
  width: 300px;
  float: left;
  margin: 0;
  border-left: 0 none;
  border-right: 20px solid #fff;
}

@media (max-width: 767px) {
  .program__poster_inline {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.pa {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #e3eeff;
  overflow: hidden;
}

.pa > .backdrop {
  background: url("../images/page-ads/backdrop.jpg") no-repeat;
}

.pa-content {
  background-color: #fff;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .pa-content {
    margin-top: 50px;
  }
}

.pa-headline {
  font-size: 16px;
  color: #1f2a56;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .pa-headline {
    padding: 50px 40px 0;
  }
}

@media (min-width: 768px) {
  .pa-images {
    padding: 50px 40px 0;
    padding-top: 30px;
  }
}

.pa-images img {
  width: 100%;
}

.pa-prices > .row {
  padding: 15px 0;
  border-bottom: 1px solid #e7ebf6;
}

@media (max-width: 767px) {
  .pa-prices > .row {
    text-align: center;
  }
}

.pa-prices img {
  height: 50px;
  opacity: .8;
  margin-top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .pa-prices img {
    margin: 15px;
  }
}

.pa-prices__title {
  color: #1c2e60;
  font-family: 'Roboto', Arial, serif;
  font-weight: 100;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 10px;
}

.pa-prices__text {
  color: #666e83;
  margin-bottom: 0;
}

.pa-prices__download {
  color: #5a7299;
  margin: 6px auto;
}

.pa-contacts {
  font-size: 18px;
  color: #254bb0;
  padding: 20px 0;
}

.pd-content {
  background: white;
  border-radius: 5px;
  margin-bottom: 50px;
}

.pd-content h3 {
  margin: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .pd-content h3 {
    text-align: right;
  }
}

.pd-content > .row {
  margin-top: 25px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.pd-content > .row:last-of-type {
  border: none;
  margin-bottom: 0;
}

.pl {
  width: 100%;
  height: 70%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pl > .backdrop {
  background: url("../images/page-login__backdrop.jpg") no-repeat;
}

.pl-header {
  color: #fff;
}

.pl-header p {
  font-size: 18px;
  margin-bottom: 0;
}

.pl-header h3 {
  font-size: 30px;
  margin-top: 0;
}

.pl-content {
  background: #fff;
  position: relative;
  font-family: 'Roboto',sans-serif;
  font-weight: normal;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .pl-content {
    border-radius: 10px;
    padding: 40px 70px;
    width: 350px;
  }
}

.pl-btn-submit {
  width: 100%;
  background-color: #337ed3;
  border-color: #337ed3;
  border-radius: 999px;
  outline: none;
  padding: 15px 45px;
  font-size: 16px;
  word-wrap: normal;
  white-space: normal;
}

.pl-extralinks {
  color: #a9b6ca;
  font-size: 14px;
  text-align: center;
}

.pg-movie h2, .pg-movie h4 {
  text-align: center;
}

.pg-movie .summary p {
  margin-bottom: 0;
  font-style: italic;
}

.pg-movie .summary p:last-of-type {
  margin-bottom: 15px;
}

.pg-movie .summary__label {
  font-weight: 600;
  display: inline-block;
  width: 100px;
  font-style: normal;
}

.pg-movie .movie__description {
  text-align: justify;
}

.pg-movie .movie__trailer {
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.pg-movie .movie__trailer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pg-movie__add-review {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.ticketing {
  margin-bottom: 50px;
  border: 1px solid #b9cee9;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 992px) {
  .ticketing {
    margin-top: 50px;
    border-radius: 5px;
  }
}

.ticketing .steps-header {
  padding: 20px 0;
  background-color: #337ed3;
  font-weight: 400;
  font-size: 18px;
  color: white;
  font-family: Roboto;
}

.ticketing .steps-header__icon {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  border: 1px solid #569ae8;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  margin-right: 5px;
  overflow: hidden;
}

.ticketing .steps-header__item {
  color: #569ae8 !important;
}

.ticketing .steps-header__item.active {
  color: #fff !important;
  font-weight: 700;
}

.ticketing .steps-header__arrow-right {
  position: relative;
}

.ticketing .steps-header__arrow-right::after {
  position: absolute;
  content: '....';
  height: 100%;
  top: -3px;
  font-weight: normal;
  right: -10px;
  color: #569ae8;
}

.ticketing .steps-header .dots {
  width: 50px;
}

@media (max-width: 992px) {
  .ticketing .steps-header__item {
    display: none;
  }
  .ticketing .steps-header__item.active {
    display: block;
  }
  .ticketing .steps-header__arrow-right::after {
    display: none;
  }
}

.ticketing .step-body {
  background: white;
}

.ticketing .step-details {
  background: white;
}

.ticketing .step-content {
  height: 100%;
}

.ticketing .confirmation h1 {
  font-size: 25px;
}

.ticketing .confirmation__code {
  font-size: 40px;
}

.ticketing .order-info {
  background-color: #f7f8fb;
  color: #101e41;
}

.ticketing .title {
  padding-top: 30px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 25px;
}

.ticketing .runtime {
  display: inline-block;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #101e41;
  border-radius: 15px;
  padding: 0 13px;
  margin-left: 10px;
}

.ticketing .hall {
  padding-top: 5px;
}

.ticketing .time {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.ticketing .date {
  font-size: 16px;
  font-weight: 500;
}

.ticketing .day {
  font-size: 13px;
}

.ticketing .btn-next {
  margin-bottom: 30px;
}

.ticketing .account {
  padding: 10px;
}

.ticketing .seat-row {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 15px;
  text-align: center;
  padding: 2px 0 0 0;
  color: #4b4b4b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

.ticketing .seat {
  position: absolute;
  width: 30px;
  height: 30px;
  /*background: #4cae4c;*/
  /*border: 1px solid black;*/
  line-height: 15px;
  /*border: 1px solid #ddd;*/
  text-align: center;
  padding: 2px 0 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.24);
  transition: background-color 0.3s ease;
  color: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.ticketing .seat:hover {
  background: #76a25d;
}

/*.ticketing .seat.available {
  background: #065C8F;
}*/

.ticketing .seat.selected {
  background: #ffe900 !important;
  /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: black;
}

.ticketing .seat.busy {
  background: none !important;
  color: #777;
  box-shadow: none;
  border: 1px solid #ccc;
  cursor: default;
}

.ticketing .seats-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ticketing .seats-legend__legend {
  display: inline-block;
  width: 50px;
  height: 20px;
  margin: 0 10px 0 25px;
  background: yellow;
}

.ticketing .seats-legend__legend_simple, .ticketing .seat_simple {
  background: #4097CA;
}

.ticketing .seats-legend__legend_vip, .ticketing .seat_vip {
  background: #065C8F;
}

.ticketing .seats-legend__legend_beatbox, .ticketing .seat_beatbox {
  background: #20CA74;
}

.ticketing .seats-legend__legend_sofa, .ticketing .seat_sofa {
  background: #828AE9;
}

.ticketing .seats-legend__legend_sector1, .ticketing .seat_sector1 {
  background: #f00a0a;
}

.ticketing .seats-legend__legend_sector2, .ticketing .seat_sector2 {
  background: #f5500a;
}

.ticketing .seats-legend__legend_sector3, .ticketing .seat_sector3 {
  background: #0ff234;
}

.ticketing .seats-legend__legend_sector4, .ticketing .seat_sector4 {
  background: #0fe3f2;
}

.ticketing .seats-legend__legend_sector5, .ticketing .seat_sector5 {
  background: #2c0ef0;
}

.ticketing .hall-schema {
  position: relative;
  margin: 0 auto;
}

.ticketing .hall-schema__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: scroll;
  overflow-y: visible;
  padding-top: 30px;
  padding-bottom: 20px;
}

.ticketing .hall-schema__screen {
  height: 11px;
  background-image: url(../images/hall-screen.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ticketing .hall-schema__screen > span {
  display: inline-block;
  color: #a9b8cf;
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
}

.ticketing .details__contact {
  font-size: 16px;
  font-weight: bold;
}

.account__content {
  background: white;
  overflow: auto;
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 20px;
  padding: 15px;
}

.ac-profile > .row {
  padding-bottom: 10px;
}

@media (min-width: 767px) {
  .ac-profile__label {
    text-align: right;
  }
}

.ac-form-change-password .form-control {
  max-width: 240px;
}

.ac-recommendations__genres-list {
  list-style: none;
}

.ac-recommendations__genres-list > li {
  display: inline-block;
  width: 150px;
}

.ac-order {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ddd;
}

.ac-order__title {
  font-size: 20px;
  font-weight: bold;
}

.ac-order__total {
  font-size: 20px;
  font-weight: bold;
}

.ua {
  min-height: 400px;
}

.ua__header {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ua__header > h1 > span:first-of-type {
  font-size: 18px;
  margin-bottom: 0;
  display: block;
}

.ua__content {
  background-color: white;
  padding: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .ua__content {
    border-radius: 10px;
  }
}

.ua__content > form > .form-group {
  margin-bottom: 10px;
}

.ua__label {
  text-align: right;
}

@media (max-width: 768px) {
  .ua__label {
    text-align: left;
  }
}

.ua__disclaimer {
  color: #929aae;
  font-size: 12px;
  text-align: left;
}

.ua__form-group-col {
  float: none;
}

.pg-modal.modal.in .modal-dialog,
.covid-modal.modal.in .modal-dialog {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: auto;
}

.pg-modal .modal-body,
.covid-modal .modal-body {
  padding: 15px 25px;
}

.pg-modal .modal-body h3,
.covid-modal .modal-body h3 {
  margin-bottom: 20px;
}

.pg-modal .modal-body p,
.covid-modal .modal-body p {
  text-align: justify;
}

.pg-modal .modal-footer,
.covid-modal .modal-footer {
  text-align: center;
}

.pg-warn-text {
  display: inline-block;
  color: darkorange;
  font-size: 13px;
  margin: 0 3px 0 0;
}

.pg-warn-icon {
  display: inline-block;
  height: 18px;
  width: 18px;
  color: black;
  background-color: whitesmoke;
  border-radius: 100%;
  border: 1px solid #ddd;
  line-height: 17px;
  text-align: center;
  cursor: help;
}

.glasses {
  background-size: 200px;
  width: 280px;
  margin: 40px 0 20px;
}

.glasses-modal.modal.in .modal-dialog {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: auto;
}

.glasses-modal .modal-footer {
  text-align: center;
}

.glasses-notify-timetable {
  font-size: 12px;
  color: #959595;
  padding-top: 12px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
}

.moneyback .form {
  margin: 10px 0;
}

.moneyback .btn-submit {
  width: 100%;
  margin-top: 20px;
  background-color: #337ed3;
  border-color: #337ed3;
  border-radius: 999px;
  outline: none;
  padding: 15px 45px;
  font-size: 16px;
  word-wrap: normal;
  white-space: normal;
}

.moneyback .center-align-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.moneyback .form-group-label {
  width: 30%;
  padding: 5px 10px;
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .moneyback .form-group-label {
    width: 100%;
    justify-content: flex-start;
  }
}

.moneyback .form-group-ul {
  width: 69%;
  padding: 5px 10px;
  display: flex;
}

@media (max-width: 520px) {
  .moneyback .form-group-ul {
    width: 100%;
  }
}

.moneyback .form-group-li {
  width: 69%;
  padding: 5px 10px;
}

.moneyback .form-group-li-div {
  padding: 5px 10px;
  width: 80%;
}

.moneyback .form-group-li-a {
  padding: 5px 10px;
  width: 19%;
  display: flex;
  align-items: center;
}

.moneyback .form-radio-group {
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
}

.moneyback .form-radio {
  display: flex;
  align-items: center;
}

.moneyback .form-btn {
  width: 200px;
  white-space: nowrap;
}

.moneyback-rules {
  margin-bottom: 25px;
}

.moneyback-submit {
  padding-top: 5px;
  border-top: 1px dashed #ddd;
}

.moneyback__question-icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  background: url(../images/icon-q.png) no-repeat 0 0 transparent;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
}

.moneyback__text-info {
  font-family: 'Comfortaa', cursive;
  font-size: 10px;
  font-weight: 100;
}

.moneyback__form {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 520px) {
  .moneyback__form {
    width: 100%;
  }
}

.moneyback__form-group {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}

@media (max-width: 520px) {
  .moneyback__form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}

.warning {
  background-color: gold;
  padding: 10px 0;
  font-weight: bold;
}

.hall-timetable-wrapper {
  margin-bottom: 15px;
}

.hall-timetable-wrapper .table {
  margin-bottom: 0;
}

.film-format-notify {
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  color: #959595;
  padding: 20px 0;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
}

.tickets-info {
  margin-bottom: 25px;
}

.return-status {
  padding-top: 30px;
  text-align: center;
  font-weight: bold;
  border-top: 1px dashed #ddd;
}

.wk-badge-holder {
    overflow:hidden;
    position:absolute;
    top:0;
    right:15px;
    width:90px;
    height:90px
}
.wk-badge-holder-mobile {
    overflow:hidden;
    position:absolute;
    top:0;
    right:0px;
    width:90px;
    height:90px
}
.wk-badge-holder+.wk-badge-holder .wk-badge {
    box-shadow:none;
    transform:rotate(45deg) translate(50%)
}
.wk-badge {
    background-color:#fff;
    box-shadow:0 2px 5px rgba(0,0,0,.15);
    color:#000;
    cursor:default;
    font-size:11px;
    font-weight:600;
    line-height:11px;
    text-transform:uppercase;
    transform:rotate(45deg) translate(50%,25px);
    transform-origin:100% 0;
    padding:5px 16px;
    right:0;
    top:0;
    width:90px;
    z-index:35
}
.wk-badge,.wk-badge-infobar{
    text-align:center;
    position:absolute
}
.wk-badge-infobar{
    background:#fff;
    border:1px solid #806127;
    right:14px;
    top:-5px;
    line-height:12px;
    border-radius:20px;
    height:14px;
    min-width:14px;
    box-sizing:border-box;
    font-size:10px;
    display:inline-block;
    padding:0 3px;
    z-index:1
}

.wk-badge-holder-pushka-image {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 141px;
  height: 40px;
  vertical-align: bottom;
  cursor: pointer;
}