@font-face {
  font-family: "Bounded";
  font-weight: 400;
  src: url("../fonts/Bounded-Regular.woff2");
}
@font-face {
  font-family: "Bounded";
  font-weight: 500;
  src: url("../fonts/Bounded-Medium.woff2");
}
@font-face {
  font-family: "Bounded";
  font-weight: 600;
  src: url("../fonts/Bounded-SemiBold.woff2");
}
@font-face {
  font-family: "Bounded";
  font-weight: 700;
  src: url("../fonts/Bounded-Bold.woff2");
}
@font-face {
  font-family: "Onest";
  font-weight: 400;
  src: url("../fonts/Onest-Regular.woff2");
}
@font-face {
  font-family: "Onest";
  font-weight: 500;
  src: url("../fonts/Onest-Medium.woff2");
}
@font-face {
  font-family: "Onest";
  font-weight: 600;
  src: url("../fonts/Onest-SemiBold.woff2");
}
@font-face {
  font-family: "Onest";
  font-weight: 700;
  src: url("../fonts/Onest-Bold.woff2");
}
html, body {
  padding: 0;
  margin: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cinema-page__wrapper {
  overflow: hidden;
  position: relative;
  font-family: "Onest", sans-serif;
  background: #000;
  color: #fff;
  padding-top: 130px;
}
.cinema-page__wrapper input, .cinema-page__wrapper button, .cinema-page__wrapper textarea, .cinema-page__wrapper select {
  font-family: "Onest", sans-serif;
}

.cinema-container {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}

.cinema-page__gray {
  padding: 0 30px;
  background: #161616;
  overflow: hidden;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}

.cinema-footer__container {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}

.cinema-pt {
  padding-top: 57px;
}

.cinema-pb {
  padding-bottom: 57px;
}

.cinema-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}
.cinema-top__title {
  font-family: "Bounded", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
  margin: 0;
}
.cinema-top__link {
  margin-left: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: "Onest", sans-serif;
  color: #00dff0;
}
.cinema-top__link::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  margin-left: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url("../img/link-arrow.svg");
  background-repeat: no-repeat;
}
.cinema-top__link:hover::after {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
.cinema-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 32px;
}
.cinema-arrow {
  position: relative;
  background: #00DFF0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  margin-left: 22px;
  z-index: 4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-arrow:hover {
  background: #B2F5FA;
}
.cinema-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/slider-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  left: 1px;
}
.cinema-prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: auto;
  right: 1px;
}
.cinema-slider__item {
  position: relative;
}
.cinema-slider__item-img {
  height: 240px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.cinema-slider__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-slider__item-top {
  padding-top: 32px;
  position: relative;
}
.cinema-slider__item-cat {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px 10px 18px;
  border-radius: 12px 12px 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-slider__item-link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  display: block;
  position: absolute;
}
.cinema-slider__item-title {
  margin: 16px 0 5px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-slider__item-text {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #787878;
}
.cinema-slider__item-date {
  bottom: 11px;
  left: 12px;
  position: absolute;
  z-index: 4;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.cinema-slider__item-year {
  width: 27px;
  height: 18px;
  position: absolute;
  z-index: 4;
  right: 10px;
  bottom: 10px;
  background-image: url("../img/year.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  background-color: rgba(34, 34, 34, 0.5);
  backdrop-filter: blur(3px);
}
.cinema-slider__item-year.small-year {
  background-image: url("../img/year-2.svg");
}
.cinema-slider__item-year.mini-year {
  background-image: url("../img/year-3.svg");
}
.cinema-slider__item-sub {
  width: 25px;
  height: 18px;
  position: absolute;
  z-index: 4;
  left: 10px;
  bottom: 10px;
  background-image: url("../img/sub.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(34, 34, 34, 0.5);
  backdrop-filter: blur(3px);
}
.cinema-slider__item:hover .cinema-slider__item-title {
  color: #00DFF0;
}
.cinema-banners {
  padding-bottom: 88px;
}
.cinema-banners__list {
  margin: -24px -12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cinema-banners__block {
  width: 33.333%;
  margin-top: 24px;
  padding: 0 12px;
}
.cinema-banners__img {
  padding-top: 58.145%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.cinema-banners__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cinema-slider__item-top.cinema-item__shadow {
  overflow: hidden;
}
.cinema-slider__item-top.cinema-item__shadow::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.7);
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.cinema-slider .swiper-pagination, .cinema-main__slider .swiper-pagination, .cinema-card__gallery-slider .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.cinema-slider .swiper-pagination-bullet, .cinema-main__slider .swiper-pagination-bullet, .cinema-card__gallery-slider .swiper-pagination-bullet {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #2A2A2A;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
.cinema-slider .swiper-pagination-bullet-active, .cinema-main__slider .swiper-pagination-bullet-active, .cinema-card__gallery-slider .swiper-pagination-bullet-active {
  background: #787878;
}

.cinema-slider__wrapper {
  position: relative;
}

.cinema-slider__item-top.cinema-item__shadow {
  border-radius: 12px;
}

.cinema-blog__item .cinema-slider__item-img {
  height: auto;
  aspect-ratio: 1.43;
}

.cinema-slider__item-rubric {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 4;
  left: 7px;
  top: 7px;
  height: 28px;
  padding: 0 10px;
  border-radius: 7px;
  backdrop-filter: blur(3px);
  background: rgba(34, 34, 34, 0.5);
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  text-align: center;
  color: #fff;
}

.cinema-top__link span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px;
}

.cinema-bonus {
  position: relative;
  overflow: hidden;
  padding: 33px 30px;
  height: 232px;
  border-radius: 20px;
  font-family: "Bounded", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 90%;
  color: #fff;
}
.cinema-bonus__mobile {
  display: none;
}
.cinema-bonus__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.cinema-bonus__text {
  position: relative;
  z-index: 2;
  display: block;
}
.cinema-bonus__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cinema-new {
  border-radius: 20px;
  background: #EABC40;
  padding: 41px 50px 29px;
  position: relative;
  overflow: hidden;
}
.cinema-new__text {
  display: block;
  position: relative;
  z-index: 2;
  font-family: "Bounded", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 90%;
  color: #fff;
}
.cinema-new__img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.cinema-page__gray {
  position: relative;
  z-index: 2;
}

.cinema-top__bg {
  padding-top: 230px;
  position: relative;
}
.cinema-top__bg img:nth-child(1) {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: auto;
  top: 0;
}
.cinema-top__bg img:nth-child(2) {
  display: none;
}

.cinema-main {
  padding-top: 26px;
}
.cinema-main__slider {
  overflow: visible !important;
}
.cinema-main .swiper-slide {
  width: 895px;
  min-width: 895px;
}

.cinema-main__item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  height: 328px;
}
.cinema-main__item-img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
}
.cinema-main__item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 84px 24px 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(46.97%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 46.97%, rgba(0, 0, 0, 0) 100%);
}
.cinema-main__item-title {
  margin-bottom: 12px;
  font-family: "Bounded", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  color: #fff;
  width: 467px;
  max-width: 100%;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-main__item-title:hover {
  color: #00DFF0;
}
.cinema-main__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-main__item-date {
  height: 44px;
  padding: 0 18px;
  backdrop-filter: blur(12px);
  background: rgba(34, 34, 34, 0.4);
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  border-radius: 30px;
}
.cinema-main__item-btn {
  height: 44px;
  padding: 0 18px;
  background: #00dff0;
  border-radius: 30px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cinema-main__item-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cinema-main__item-btn:hover {
  background: #B2F5FA;
}
.cinema-main__item-btn img {
  margin-right: 9px;
}

.cinema-main__item-title, .cinema-main__item-flex {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.swiper-slide-active .cinema-main__item-title, .swiper-slide-active .cinema-main__item-flex {
  opacity: 1;
}

.cinema-catalog__bottom-icon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}

.cinema-stories__slider {
  overflow: visible;
}
.cinema-stories .swiper-slide {
  width: 130px;
  min-width: 130px;
  padding-right: 12px;
}
.cinema-stories__item {
  text-align: center;
}
.cinema-stories__item-link {
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}
.cinema-stories__item-text {
  margin-top: 8px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-stories__item-img {
  border: 4px solid #161616;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 0 2px #00dff0;
          box-shadow: 0 0 0 2px #00dff0;
  overflow: hidden;
  width: 104px;
  height: 104px;
  margin: 0 auto;
}
.cinema-stories__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cinema-stories__item:hover .cinema-stories__item-text {
  color: #00DFF0;
}

.cinema-stories__item-img, .cinema-stories__item-img img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cinema-disabled .cinema-stories__item-text {
  color: #787878;
}
.cinema-disabled .cinema-stories__item-img {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cinema-disabled .cinema-stories__item-img img {
  opacity: 0.6;
}

.cinema-header {
  background: #111111;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}
.cinema-header__logo {
  display: block;
  text-decoration: none;
}
.cinema-header__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.cinema-header__logo img:nth-child(2) {
  display: none;
}
.cinema-header__top-list {
  padding: 22px 0 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-header__city {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  padding: 0;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-image: url("../img/map.svg");
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 68px;
  margin-right: auto;
  cursor: pointer;
}
.cinema-header__city:hover {
  opacity: 1;
}
.cinema-header__search-btn {
  width: 32px;
  height: 32px;
  background-color: #000000;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.cinema-header__search-btn:hover {
  background-color: #333;
}
.cinema-header__online {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  font-family: "Bounded", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background: #000;
  padding: 0 14px;
  text-decoration: none;
  margin-left: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-header__online img {
  display: block;
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.cinema-header__online:hover {
  color: #fff;
  background-color: #333;
}
.cinema-header__link {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 32px;
  height: 32px;
  position: relative;
  margin-left: 8px;
}
.cinema-header__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.cinema-header__link:hover::before {
  opacity: 1;
}
.cinema-header__nav {
  padding-bottom: 12px;
}
.cinema-header__nav-wrapper {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}
.cinema-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-header__nav-link {
  height: 43px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.cinema-header__nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.cinema-header__nav-link:first-child {
  background: #00dff0;
  color: #000;
}
.cinema-header__nav-link:first-child:hover {
  background: #B2F5FA;
}
.cinema-header__nav-img {
  display: block;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-header__nav-img:hover {
  opacity: 0.8;
}
.cinema-header__nav-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cinema-icon__ticket {
  background-image: url("../img/ticket.svg");
}
.cinema-icon__ticket::before {
  background-image: url("../img/ticket-hover.svg");
}

.cinema-icon__user {
  background-image: url("../img/user.svg");
}
.cinema-icon__user::before {
  background-image: url("../img/user-hover.svg");
}

.cinema-city {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 19;
  backdrop-filter: blur(100px);
  background: rgba(34, 34, 34, 0.5);
  padding: 104px 0 60px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  overflow-y: auto;
}
.cinema-city.cinema-active {
  opacity: 1;
  pointer-events: auto;
}
.cinema-city__title {
  margin-bottom: 24px;
  font-family: "Bounded", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: #fff;
}
.cinema-city__block {
  width: 16.6666666667%;
  margin-top: 12px;
  padding-right: 38px;
}
.cinema-city__list {
  margin-top: -12px;
  margin-right: -38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 170px;
}
.cinema-city__link {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-city__link:hover {
  color: #fff;
}
.cinema-city__link.cinema-current__link {
  color: #00dff0;
  font-weight: bold;
}

.cinema-header {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.cinema-header__nav {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.cinema-header.cinema-active {
  background: transparent;
}
.cinema-header.cinema-active .cinema-header__nav {
  opacity: 0;
  pointer-events: none;
}
.cinema-header.cinema-active .cinema-header__city {
  opacity: 1;
}

.cinema-city__close {
  display: none;
}

.cinema-city__modal {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  z-index: 8;
  padding: 14px 20px;
  backdrop-filter: blur(60px);
  -webkit-box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.6);
          box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.6);
  background: rgba(34, 34, 34, 0.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 14px;
  opacity: 0;
  pointer-events: none;
}
.cinema-city__modal.cinema-active {
  opacity: 1;
  pointer-events: auto;
}

.cinema-stories__posr {
  position: relative;
}

.cinema-search {
  pointer-events: none;
}
.cinema-search__overlay, .cinema-search__list {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}
.cinema-search__overlay .cinema-search__container, .cinema-search__list .cinema-search__container {
  pointer-events: none;
}
.cinema-search__overlay.cinema-open, .cinema-search__list.cinema-open {
  opacity: 1;
  pointer-events: auto;
}
.cinema-search__overlay.cinema-open .cinema-search__container, .cinema-search__list.cinema-open .cinema-search__container {
  pointer-events: auto;
}
.cinema-search__overlay.cinema-open {
  pointer-events: auto;
}
.cinema-search__overlay {
  position: fixed;
  z-index: 98;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  background: rgba(34, 34, 34, 0.5);
}
.cinema-search__list {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  pointer-events: none;
}
.cinema-search__container {
  margin: auto;
  width: 600px;
  max-width: 100%;
  backdrop-filter: blur(60px);
  -webkit-box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.4);
          box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.4);
  background: rgba(34, 34, 34, 0.75);
  padding: 18px;
  border-radius: 26px;
  pointer-events: auto;
}
.cinema-search__close {
  left: calc(100% + 10px);
  top: 0;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  background: rgba(70, 70, 70, 0.4);
  backdrop-filter: blur(20px);
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-search__close:hover {
  background-color: rgba(70, 70, 70, 0.9);
}
.cinema-search__input {
  margin-bottom: 24px;
  position: relative;
}
.cinema-search__input::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("../img/search-input.svg");
  background-repeat: no-repeat;
  z-index: 3;
}
.cinema-search__input input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 48px;
  background: #161616;
  border: 1px solid #161616;
  border-radius: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  height: 45px;
  outline: none;
}
.cinema-search__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cinema-search__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cinema-search__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cinema-search__input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cinema-search__input input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cinema-search__clear {
  border: none;
  background-color: transparent;
  background-image: url("../img/clear.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  outline: none;
  pointer-events: none;
}
.cinema-search__clear.cinema-active {
  opacity: 0.4;
  pointer-events: auto;
}
.cinema-search__clear.cinema-active:hover {
  opacity: 1;
}
.cinema-search__item {
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.cinema-search__item:hover {
  background: #161616;
}
.cinema-search__item-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.cinema-search__item-img {
  display: block;
  width: 40px;
  height: 60px;
  border-radius: 6px;
  min-width: 40px;
  margin-right: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cinema-search__item-title {
  margin: 3px 0 8px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
}
.cinema-search__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-search__item-gray {
  margin-left: 8px;
  opacity: 0.5;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.cinema-search__item-year {
  display: block;
  max-width: 100%;
  height: auto;
}
.cinema-search__item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cinema-search__item-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 0 13px;
  height: 40px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 27px;
  background: #000;
}
.cinema-search__item-btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background-image: url("../img/btn-icon-1.svg");
  background-repeat: no-repeat;
  margin-right: 10px;
  min-width: 20px;
}
.cinema-search__item-btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background-image: url("../img/btn-icon-2.svg");
  background-repeat: no-repeat;
  margin-left: 12px;
  min-width: 16px;
}

.cinema-search__content {
  display: none;
}

.cinema-search__cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  background: #000;
  height: 41px;
  padding: 0 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
}
.cinema-search__item-btn {
  opacity: 0;
}
.cinema-search__item-content {
  max-width: 400px;
  margin-right: auto;
}
.cinema-search__item-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2px;
  width: 335px;
  max-width: 100%;
}
.cinema-search__item-color {
  margin-top: 2px;
  margin-right: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-search__item-color span {
  margin-right: 4px;
  display: block;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
}
.cinema-search__item-color p {
  margin: 0 0 0 2px;
}
.cinema-search__item:hover .cinema-search__item-btn {
  opacity: 1;
}
.cinema-search__block {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cinema-search__block:first-child {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

.cinema-search__item-gray.cinema-m0 {
  max-width: 335px;
  margin-right: auto;
  margin-left: 0;
}

.cinema-search__title {
  display: none;
  font-family: "Bounded", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}

.cinema-search__empty, .cinema-search__error {
  display: none;
  padding-bottom: 62px;
}

.cinema-search__empty-img {
  display: block;
  max-width: 100%;
  margin: -10px auto -40px;
}
.cinema-search__empty-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #fff;
}
.cinema-search__empty-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #777;
  margin-top: 10px;
}

.cinema-modal__list, .cinema-success__list {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.cinema-modal__overlay, .cinema-success__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  backdrop-filter: blur(20px);
  background: rgba(34, 34, 34, 0.5);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.cinema-modal__overlay, .cinema-modal__list, .cinema-success__overlay, .cinema-success__list {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}
.cinema-modal__overlay .cinema-modal__container, .cinema-modal__list .cinema-modal__container, .cinema-success__overlay .cinema-modal__container, .cinema-success__list .cinema-modal__container {
  pointer-events: none;
}
.cinema-modal__overlay.cinema-active, .cinema-success__overlay.cinema-active {
  pointer-events: auto;
}
.cinema-modal__container, .cinema-success__container {
  width: 375px;
  margin: auto;
}

.cinema-modal__slider {
  width: 100%;
  overflow: visible !important;
}
.cinema-modal__top {
  left: 28px;
  top: 14px;
  right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 2;
}
.cinema-modal__close {
  width: 32px;
  height: 32px;
  background-image: url("../img/close-3.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  min-width: 32px;
  cursor: pointer;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(90px);
  border: none;
}
.cinema-modal__dots {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.cinema-modal__dots span {
  margin-right: 6px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 3px;
  display: block;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.cinema-modal__dots span small {
  display: block;
  border-radius: 2px;
  background: #fff;
  height: 100%;
}
.cinema-modal__item {
  height: 750px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.6);
          box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.6);
  background: #21242f;
  position: relative;
}
.cinema-modal__item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cinema-modal__item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 18px 18px;
}
.cinema-modal__item-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 42px;
}
.cinema-modal__item-wrapper {
  position: relative;
  padding: 8px;
  border-radius: 18px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cinema-modal__item-small {
  display: block;
  width: 57px;
  height: 82px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
  min-width: 57px;
}
.cinema-modal__item-year {
  width: 27px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 10px;
  background: rgba(79, 79, 79, 0.5);
  backdrop-filter: blur(10px);
  margin-left: auto;
}
.cinema-modal__item-text {
  margin-right: 12px;
}
.cinema-modal__item-text__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}
.cinema-modal__item-text__subtitle {
  margin-top: 2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #777;
}
.cinema-modal__arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 100%;
  background: #000;
  left: calc(100% + 30px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  top: calc(50% - 25px);
}
.cinema-modal__arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.cinema-modal__arrow img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.cinema-modal__arrow:hover {
  background: #00DFF0;
}
.cinema-modal__arrow:hover img {
  -webkit-filter: none;
          filter: none;
}
.cinema-modal__prev {
  left: auto;
  right: calc(100% + 30px);
}
.cinema-modal__prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0;
  margin-right: 4px;
}

.cinema-modal__item-title, .cinema-modal__item-wrapper {
  position: relative;
  z-index: 3;
}

.cinema-modal__item-btn {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  background: #00c6e0;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #000;
  border-radius: 15px;
  height: 58px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-modal__item-btn:hover {
  background: #ABFFFF;
}

.cinema-active .cinema-modal__container {
  pointer-events: auto;
  opacity: 1;
}
.cinema-active .cinema-modal__overlay {
  opacity: 1;
  pointer-events: auto;
}
.cinema-active .cinema-modal__list {
  opacity: 1;
}

.cinema-modal__item {
  display: none;
}
.cinema-modal__item:first-child {
  display: block;
}

.cinema-modal__item-content.cinema-shadow {
  overflow: hidden;
}
.cinema-modal__item-content.cinema-shadow::before {
  content: "";
  backdrop-filter: blur(30px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  width: 112%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #000), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(0deg, #000 80%, rgba(0, 0, 0, 0) 100%);
  mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #000), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(0deg, #000 80%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.cinema-modal__close {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.swiper-slide-active .cinema-modal__dots, .swiper-slide-active .cinema-modal__close {
  opacity: 1;
}

.cinema-nav-schedule__month span {
  display: block;
  padding-left: 6px;
}

.cinema-nav-schedule__month:first-child span {
  padding-left: 0;
}

.cinema-city__mobile {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 80px;
  border-radius: 15px;
  background: #00C6E0;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #000;
  width: 100%;
  height: 58px;
}

.cinema-search__content, .cinema-search__default {
  overflow-y: auto;
  max-height: calc(100vh - 200px);
  padding-right: 8px;
}
.cinema-search__content::-webkit-scrollbar, .cinema-search__default::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.cinema-search__content::-webkit-scrollbar-thumb, .cinema-search__default::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}
.cinema-search__content::-webkit-scrollbar-track, .cinema-search__default::-webkit-scrollbar-track {
  background: #333;
  border-radius: 4px;
}

.cinema-modal__slider .swiper-slide {
  -webkit-transition: -webkit-transform all 0.6s opacity all 0.6s;
  transition: -webkit-transform all 0.6s opacity all 0.6s;
  transition: transform all 0.6s opacity all 0.6s;
  transition: transform all 0.6s opacity all 0.6s, -webkit-transform all 0.6s opacity all 0.6s;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.cinema-modal__slider .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #000;
  opacity: 0.5;
  border-radius: 30px;
  -webkit-transition: al 0.6s;
  transition: al 0.6s;
}
.cinema-modal__slider .swiper-slide-active {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.cinema-modal__slider .swiper-slide-active::before {
  opacity: 0;
  pointer-events: none;
}

.cinema-breadcrumbs {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}
.cinema-breadcrumbs a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  margin-right: 24px;
  position: relative;
}
.cinema-breadcrumbs a:hover {
  color: #fff;
}
.cinema-breadcrumbs a::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background-image: url("../img/breadcrumbs.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: calc(100% + 8px);
  top: calc(50% - 6px);
}

.cinema-stock {
  padding-bottom: 80px;
}
.cinema-stock__title {
  font-family: "Bounded", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
  margin: 0 20px 0 0;
}
.cinema-stock__subtitle {
  opacity: 0.5;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}
.cinema-stock__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cinema-stock__filter {
  margin: 24px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cinema-stock__filter-clear {
  border: none;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: #00dff0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: url("../img/filter-clear.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
.cinema-stock__filter-clear:hover {
  background-color: #B2F5FA;
}
.cinema-stock__filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -8px;
}
.cinema-stock__filter-link {
  margin-right: 8px;
  margin-top: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  white-space: nowrap;
  height: 40px;
  text-decoration: none;
  border-radius: 12px;
  padding: 0 18px;
  background: #000;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.cinema-stock__filter-link img {
  margin-right: 10px;
}
.cinema-stock__filter-link:hover {
  background: #2a2a2a;
}
.cinema-stock__filter-link.active {
  background-color: #00dff0;
  color: #000;
}
.cinema-stock__filter-link.active:hover {
  background-color: #B2F5FA;
  color: #000;
}

.cinema-stock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -47px -12px 0;
}
.cinema-stock__block {
  width: 33.333%;
  margin-top: 47px;
  padding-left: 12px;
  padding-right: 12px;
}

.cinema-stock__item {
  position: relative;
}
.cinema-stock__item-img {
  padding-top: 69.8%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.cinema-stock__item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cinema-stock__item:hover .cinema-slider__item-title {
  color: #00dff0;
}

.cinema-card {
  padding: 22px 0 0 0;
  position: relative;
}
.cinema-card__bg {
  position: absolute;
  left: -30px;
  right: -30px;
  top: 0;
  height: 478px;
}
.cinema-card__bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#161616));
  background: linear-gradient(to bottom, transparent, #161616);
}
.cinema-card__bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.cinema-card__bg img:last-child {
  display: none;
}
.cinema-card .cinema-breadcrumbs, .cinema-card .cinema-container {
  position: relative;
  z-index: 3;
}
.cinema-card .cinema-breadcrumbs {
  margin-bottom: 256px;
  padding-top: 0;
}
.cinema-card__tabs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  border-radius: 14px;
  background: #000;
}
.cinema-card__top {
  text-align: center;
  padding: 34px 32px 22px;
  backdrop-filter: blur(150px);
  background: rgba(34, 34, 34, 0.3);
  border-radius: 20px;
  margin-bottom: 32px;
}
.cinema-card__top-cat {
  height: 24px;
  border-radius: 8px;
  background: #ff2819;
  padding: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.cinema-card__top-title {
  margin: 12px 0;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.cinema-card__top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px;
}
.cinema-card__top-item {
  height: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 0 7px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 3px;
}
.cinema-card__tab {
  height: 32px;
  white-space: nowrap;
  padding: 0 13px;
  border-radius: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
}
.cinema-card__tab img {
  margin-right: 12px;
}
.cinema-card__tab.active {
  background: #161616;
  opacity: 1;
}
.cinema-card__tab:hover {
  opacity: 1;
}

.cinema-card__schedule {
  padding-bottom: 32px;
}

.cinema-card__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cinema-card__article-content {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  color: #787878;
}
.cinema-card__article-content p {
  margin-bottom: 10px;
}
.cinema-card__article-content h2, .cinema-card__article-content h3, .cinema-card__article-content h4, .cinema-card__article-content h5, .cinema-card__article-content h6 {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  margin: 0 0 10px 0;
  color: #fff;
}
.cinema-card__article-content strong {
  font-weight: 400;
  color: #fff;
}
.cinema-card__article-content a {
  color: #00dff0;
  text-decoration: none;
}
.cinema-card__article-content a:hover {
  text-decoration: underline;
}
.cinema-card__article-content ul {
  padding-left: 24px;
  margin: 0 0 10px;
  list-style-type: disc;
}
.cinema-card__article-left {
  width: calc(100% - 24px - 252px);
}
.cinema-card__article-right {
  width: 252px;
}
.cinema-card__article-btn {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 14px;
  background: #00dff0;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-card__article-btn:hover {
  background: #B2F5FA;
}
.cinema-card__article-btn img {
  margin-right: 12px;
  width: 18px;
}
.cinema-card__soc {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  margin-top: 16px;
  border-radius: 14px;
  background: #000;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #787878;
}
.cinema-card__soc-icon {
  margin-right: 10px;
}
.cinema-card__soc-list {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-card__soc-link {
  margin-left: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}
.cinema-card__soc-link svg {
  display: block;
}
.cinema-card__soc-link svg path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-card__soc-link:hover svg path {
  fill: #fff;
}
.cinema-card__title {
  font-family: "Bounded", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 32px;
}
.cinema-card__mt {
  margin-top: 56px;
}
.cinema-card__content {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #787878;
  width: calc(100% - 24px - 252px);
}
.cinema-card__content p {
  margin-bottom: 10px;
}
.cinema-card__content h2, .cinema-card__content h3, .cinema-card__content h4, .cinema-card__content h5, .cinema-card__content h6 {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  line-height: 140%;
  margin: 0 0 10px 0;
  color: #fff;
}
.cinema-card__content strong {
  font-weight: 400;
  color: #fff;
}
.cinema-card__content a {
  color: #00dff0;
  text-decoration: none;
}
.cinema-card__content a:hover {
  text-decoration: underline;
}
.cinema-card__content ul {
  list-style-type: disc !important;
  padding-left: 20px;
  margin-bottom: 10px;
}
.cinema-card__content ul li {
  margin-top: 0;
}
.cinema-card__info {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0.5;
}
.cinema-card__info-item {
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 0 13px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  margin-right: 8px;
  margin-top: 8px;
}
.cinema-card__info-item img {
  margin-right: 10px;
}
.cinema-card__actors-slider {
  overflow: visible;
}
.cinema-card__actors-slider .swiper-slide {
  width: 116px;
  min-width: 116px;
}
.cinema-card__actors-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.cinema-card__actors-img {
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 26px;
  display: block;
  margin: 0 auto;
}
.cinema-card__actors-title {
  margin: 12px 0 2px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-card__actors-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-family: "Onest", sans-serif;
  text-align: center;
  color: #fff;
  opacity: 0.5;
}
.cinema-card__actors-item {
  position: relative;
  text-align: center;
}
.cinema-card__actors-item:hover .cinema-card__actors-title {
  color: #00dff0;
}

.cinema-card__wrapper {
  margin-top: 49px;
}

.cinema-card__gallery-slider {
  overflow: visible;
}
.cinema-card__gallery-img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
  display: block;
  width: 100%;
}
.cinema-card__gallery-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.cinema-card__gallery-play {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: rgba(70, 70, 70, 0.1);
  backdrop-filter: blur(20px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-card__gallery-play img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: 3px;
}
.cinema-card__gallery-time {
  position: absolute;
  z-index: 1;
  height: 32px;
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  color: #fff;
  backdrop-filter: blur(20px);
  background: rgba(70, 70, 70, 0.1);
}
.cinema-card__gallery .swiper-slide {
  width: 436px;
  min-width: 436px;
  position: relative;
}
.cinema-card__gallery .swiper-slide.cinema-small__slide {
  width: 160px;
  min-width: 160px;
}
.cinema-card__gallery .swiper-slide:hover .cinema-card__gallery-play {
  opacity: 0.8;
}

.cinema-card__toggler {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 3;
  bottom: 0;
  border: none;
  background: transparent;
  padding: 0;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 5;
}
.cinema-card__toggler span {
  display: block;
  margin-right: 11px;
}
.cinema-card__toggler img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
}
.cinema-card__toggler:hover {
  color: #fff;
}
.cinema-card__toggler:hover img {
  opacity: 1;
}

.cinema-card__wrapper {
  position: relative;
  height: 160px;
  overflow: hidden;
}
.cinema-card__wrapper::before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  backdrop-filter: blur(4px);
  background: rgba(22, 22, 22, 0.7);
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(#161616), color-stop(50%, #161616), to(rgba(22, 22, 22, 0)));
  -webkit-mask-image: linear-gradient(to top, #161616 0%, #161616 50%, rgba(22, 22, 22, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(#161616), color-stop(70%, rgba(22, 22, 22, 0.4)), to(rgba(22, 22, 22, 0)));
  -webkit-mask-image: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.4) 70%, rgba(22, 22, 22, 0) 100%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(#161616), color-stop(70%, rgba(22, 22, 22, 0.4)), to(rgba(22, 22, 22, 0)));
          mask-image: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.4) 70%, rgba(22, 22, 22, 0) 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.cinema-card__box {
  position: relative;
  padding-bottom: 20px;
}
.cinema-card__box.active {
  padding-bottom: 0;
}
.cinema-card__box.active .cinema-card__wrapper {
  height: auto;
  overflow: visible;
}
.cinema-card__box.active .cinema-card__wrapper::before {
  display: none;
}

.cinema-graph {
  padding-bottom: 70px;
}
.cinema-graph__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #2A2A2A;
}
.cinema-graph__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.cinema-graph__item-left {
  width: 205px;
  min-width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cinema-graph__item-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cinema-graph__item-name {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.cinema-graph__item-address {
  margin: 8px 0 12px;
  opacity: 0.5;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}
.cinema-graph__item-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  margin-top: 6px;
}
.cinema-graph__item-color:first-child {
  margin-top: 0;
}
.cinema-graph__item-color span {
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 6px;
}
.cinema-graph__item-color strong {
  font-weight: 400;
  opacity: 0.5;
}
.cinema-graph__item-img {
  width: 160px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
  position: relative;
  z-index: 2;
}
.cinema-graph__item-center {
  position: relative;
  padding-left: 30px;
  width: 190px;
  min-width: 190px;
  margin-right: 28px;
  margin-left: 17px;
}
.cinema-graph__item-bottomHover {
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-graph__item-bottomHover img {
  opacity: 0.5;
  display: block;
  max-width: 100%;
  height: auto;
}
.cinema-graph__item-bottomAbsolute {
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 335px;
  padding: 15px 12px;
  border-radius: 10px;
  background: rgba(32, 33, 33, 0.5);
  bottom: calc(100% + 14px);
  backdrop-filter: blur(10px);
  -webkit-filter: drop-shadow(0 0 0.5px #2a2a2a);
          filter: drop-shadow(0 0 0.5px #2a2a2a);
  left: 0;
  opacity: 0;
}
.cinema-graph__item-bottomAbsolute::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("../img/filter-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.5;
  bottom: -7px;
  left: 22px;
}
.cinema-graph__item .cinema-graph__item-bottomItem {
  position: relative;
  padding-left: 34px;
  margin-top: 12px;
  padding-top: 12px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.5);
}
.cinema-graph__item .cinema-graph__item-bottomItem::before {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  left: 34px;
  right: 0;
  top: 0;
  position: absolute;
  height: 1px;
}
.cinema-graph__item .cinema-graph__item-bottomItem img {
  position: absolute;
  top: 12px;
  left: 0;
}
.cinema-graph__item .cinema-graph__item-bottomItem:first-child {
  padding-top: 0;
  margin-top: 0;
}
.cinema-graph__item .cinema-graph__item-bottomItem:first-child::before {
  display: none;
}
.cinema-graph__item-bottom {
  position: relative;
  width: 63px;
  border-radius: 8px;
  background: #000;
  margin-top: auto;
  z-index: 5;
}
.cinema-graph__item-bottom:hover .cinema-graph__item-bottomAbsolute {
  opacity: 1;
}
.cinema-graph__item-dark {
  position: absolute;
  left: 0;
  top: 0;
  height: 240px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 5px;
  border-radius: 12px;
  width: 50%;
}
.cinema-graph__item-dark strong {
  display: block;
  margin-bottom: auto;
}
.cinema-graph__item-dark img {
  display: block;
  max-width: 100%;
  height: auto;
}
.cinema-graph__item-dark span {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cinema-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -8px;
  margin-right: -8px;
}

.cinema-date {
  margin-right: 8px;
  margin-top: 8px;
  width: 100px;
  min-width: 100px;
  padding: 6px;
  border-radius: 12px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-date:hover {
  background: #2a2a2a;
}
.cinema-date__title {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
}
.cinema-date__subtitle {
  margin: 4px 0 6px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.5);
}
.cinema-date__text {
  margin-bottom: 12px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.5);
}
.cinema-date__icons {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cinema-date__icons img {
  display: block;
  max-width: 100%;
  height: auto;
}
.cinema-date__icon {
  margin-right: 3px;
  position: relative;
}
.cinema-date__icon img:last-child {
  display: none;
}
.cinema-date.cinema-active {
  background: #00DFF0;
}
.cinema-date.cinema-active .cinema-date__title, .cinema-date.cinema-active .cinema-date__subtitle, .cinema-date.cinema-active .cinema-date__text {
  color: #000;
}
.cinema-date.cinema-active .cinema-date__icon img:first-child {
  display: none;
}
.cinema-date.cinema-active .cinema-date__icon img:last-child {
  display: block;
}

.cinema-date {
  min-height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cinema-date .cinema-date__text {
  margin-bottom: auto;
}

.cinema-graph__item-bottomHover img, .cinema-graph__item-bottom {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cinema-graph__item-bottom:hover {
  background: #2A2A2A;
}
.cinema-graph__item-bottom:hover .cinema-graph__item-bottomHover img {
  opacity: 1;
}

.cinema-card__conditions {
  margin-top: 24px;
  width: 100%;
  position: relative;
  border: 1px solid rgba(34, 34, 34, 0.5);
}
.cinema-card__conditions-btn {
  height: 53px;
  border-radius: 14px;
  background: #000;
  padding: 0 18px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  line-height: 140%;
  color: #fff;
  border: none;
}
.cinema-card__conditions-btn svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-card__conditions-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}
.cinema-card__conditions-content {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: -10px;
}
.cinema-card__conditions-content p {
  margin-bottom: 10px;
}
.cinema-card__conditions-content ul {
  margin: 0 0 10px 0;
  padding-left: 20px;
  list-style-type: disc;
}
.cinema-card__conditions-content ol {
  list-style-type: decimal;
  margin: 0 0 10px 0;
  padding-left: 20px;
}
.cinema-card__conditions-content ol li {
  margin-top: 10px;
}
.cinema-card__conditions-content ol li:first-child {
  margin-top: 0;
}
.cinema-card__conditions-wrapper {
  padding: 18px;
  backdrop-filter: blur(60px);
  -webkit-box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.6);
          box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.6);
  background: rgba(34, 34, 34, 0.5);
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
  border-radius: 14px;
}
.cinema-card__conditions-bottom, .cinema-card__conditions-top {
  display: none;
}

.cinema-card__title:not(.cinema-card__mt) {
  margin-top: 0;
}

.cinema-card__top {
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.cinema-stock__block.big {
  width: 100% !important;
}

.cinema-stock__filter {
  position: relative;
}
.cinema-stock__filter-clear {
  position: relative;
  z-index: 4;
}
.cinema-stock__filter-list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  overflow-x: auto;
  margin-right: -30px;
  margin-left: -20px;
  padding-left: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 6px;
}
.cinema-stock__filter-list::-webkit-scrollbar {
  display: none;
}
.cinema-stock__filter-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  pointer-events: none;
  width: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#161616), to(transparent));
  background: linear-gradient(to right, #161616, transparent);
}
.cinema-stock__filter::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 60px;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, from(#161616), to(transparent));
  background: linear-gradient(to left, #161616, transparent);
}

.cinema-critic {
  border-radius: 14px;
  padding: 10px 16px;
  background: #000;
  position: relative;
  margin-bottom: 17px;
}
.cinema-critic__title {
  margin-top: 8px;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}
.cinema-critic__subtitle {
  margin-top: 8px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  opacity: 0.5;
}
.cinema-critic__text {
  font-family: "Onest", sans-serif;
  margin-top: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.cinema-critic__img {
  display: block;
  width: 69px;
  height: 69px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cinema-critic__icon {
  display: block;
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
.cinema-critic__hover {
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 15px 19px;
  border-radius: 10px;
  background: rgba(32, 33, 33, 0.5);
  bottom: calc(100% + 14px);
  backdrop-filter: blur(10px);
  -webkit-filter: drop-shadow(0 0 0.5px #2a2a2a);
          filter: drop-shadow(0 0 0.5px #2a2a2a);
  right: -20px;
  opacity: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.cinema-critic__hover img {
  margin-right: 10px;
}
.cinema-critic__hover::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("../img/filter-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.5;
  bottom: -7px;
  right: 21px;
}
.cinema-critic__icons {
  position: absolute;
  right: 10px;
  top: 10px;
}
.cinema-critic__icons:hover .cinema-critic__hover {
  opacity: 1;
}

.page-event__slider .cinema-slider {
  overflow: visible;
}
.page-event__slider .cinema-slider__item {
  opacity: 0.4;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.page-event__slider .cinema-slider__item:hover {
  opacity: 0.7;
}
.page-event__slider .cinema-slider__item:hover .cinema-slider__item-title {
  color: #fff;
}
.page-event__slider .cinema-slider__item.active {
  opacity: 1;
}
.page-event__slider .cinema-slider__item.active .cinema-slider__item-img {
  border: 2px solid #00DFF0;
}

.cinema-card__tabs.j-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cinema-map__wrapper {
  height: 696px;
  border-radius: 14px;
  overflow: hidden;
}

.cinema-card__tabs-margin {
  margin: 24px 0 34px;
}

.map-popup {
  position: absolute;
  left: -17px;
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 200px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(32, 33, 33, 0.5);
  bottom: calc(100% + 14px);
  backdrop-filter: blur(10px);
  -webkit-filter: drop-shadow(0 0 0.5px #2a2a2a);
          filter: drop-shadow(0 0 0.5px #2a2a2a);
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}
.map-popup::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("../img/filter-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.5;
  bottom: -10px;
  left: 22px;
}

.cinema-schedule__margin {
  margin: 16px 0 18px;
}

.cinema-stock__filter.m0 {
  margin: 0 !important;
}

.cinema-card__top-item img {
  margin-right: 4px;
}

.cinema-card__top-title.mt0 {
  margin-top: 0;
}

.cinema-card__top-subtitle {
  margin-bottom: 12px;
}
.cinema-card__top-subtitle .cinema-graph__item-colors {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cinema-card__top-subtitle .cinema-graph__item-color {
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cinema-card__top-subtitle .cinema-graph__item-address {
  margin: 0;
}

.cinema-schedule__margin.big-margin {
  margin: 24px 0 34px;
}

.cinema-catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cinema-catalog__left {
  width: 252px;
  min-width: 252px;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cinema-catalog__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  position: relative;
  height: 240px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cinema-catalog__bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-catalog__bottom-icon {
  border-radius: 8px;
  width: 32px;
  min-width: 32px;
  margin-right: 8px;
  height: 32px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-catalog__bottom-icon img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  display: block;
  max-width: 100%;
  height: auto;
}
.cinema-catalog__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.cinema-catalog__wrapper-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cinema-catalog__wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-catalog__wrapper-buttons {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
}
.cinema-catalog__wrapper-btn {
  margin-top: 8px;
  width: 186px;
  height: 48px;
  border-radius: 14px;
  backdrop-filter: blur(40px);
  background: rgba(70, 70, 70, 0.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  outline: none;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  opacity: 0;
  color: #fff;
}
.cinema-catalog__wrapper-btn img {
  display: block;
  margin-right: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-catalog__wrapper-btn:first-child {
  margin-top: 0;
}
.cinema-catalog__wrapper-btn:hover {
  background: #00dff0;
  backdrop-filter: blur(0px);
  color: #000;
}
.cinema-catalog__wrapper-btn:hover img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.cinema-catalog__wrapper:hover::before {
  opacity: 0.5;
}
.cinema-catalog__wrapper:hover .cinema-catalog__wrapper-btn {
  opacity: 1;
}

.cinema-catalog__map {
  width: 100%;
  height: 100%;
}

.cinema-graph__item-color span {
  margin-right: 2px;
}

.cinema-graph__item-color strong {
  margin-left: 4px;
}

.cinema-schedule__banner {
  position: relative;
  z-index: 4;
  margin-bottom: -31px;
  margin-top: 32px;
}
.cinema-schedule__banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: rgb(22, 22, 22);
}

.cinema-schedule__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}
.cinema-schedule__box-time {
  min-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  background-image: url("../img/schedule-time.svg");
  background-repeat: no-repeat;
  background-position: left center;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  opacity: 0.5;
}

.cinema-card__schedule-info {
  margin: 30px 0 28px;
  border-radius: 14px;
  padding: 19px 26px;
  background: #000;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-card__schedule-info img {
  margin-right: 18px;
  display: block;
  height: auto;
}

.cinema-card__info.cinema-opacity {
  opacity: 1;
  margin: 0;
}
.cinema-card__info.cinema-opacity span {
  opacity: 0.5;
}

.cinema-product__right {
  width: 344px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cinema-product__red {
  border-radius: 14px;
  background: #ff3e51;
  padding: 20px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 16px;
}
.cinema-product__red a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.cinema-product__red img {
  margin-bottom: 16px;
  display: block;
  max-width: 100%;
  height: auto;
}
.cinema-product__red p {
  margin-top: 0;
  margin-bottom: 6px;
}
.cinema-product__red p:last-child {
  margin-bottom: 0;
}
.cinema-product__left {
  width: calc(100% - 24px - 344px);
}

.cinema-card__article-content p {
  margin-top: 0;
}

.cinema-card__map {
  height: 300px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 70px;
  margin-top: 58px;
}

.cinema-product__dark {
  border-radius: 14px;
  padding: 20px;
  background: #000;
}
.cinema-product__dark-item {
  margin-top: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cinema-product__dark-item:first-child {
  margin-top: 0;
}
.cinema-product__dark-icon {
  margin-top: 2px;
  width: 36px;
  min-width: 36px;
}
.cinema-product__dark-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cinema-product__dark .cinema-align-center.cinema-product__dark-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-product__dark .cinema-align-center.cinema-product__dark-item .cinema-product__dark-icon {
  margin-top: 0;
}

.cinema-product__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -8px;
  margin-top: -8px;
}
.cinema-product__items-wrapper {
  margin-top: 34px;
  margin-bottom: 16px;
}
.cinema-product__item {
  margin-right: 8px;
  margin-top: 8px;
  padding: 0 14px;
  border-radius: 12px;
  background: #000;
  height: 40px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 3;
}
.cinema-product__item-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cinema-product__item-icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  height: auto;
}
.cinema-product__item-hover {
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 340px;
  padding: 20px;
  border-radius: 14px;
  background: rgba(32, 33, 33, 0.5);
  bottom: calc(100% + 14px);
  backdrop-filter: blur(10px);
  -webkit-filter: drop-shadow(0 0 0.5px #2a2a2a);
          filter: drop-shadow(0 0 0.5px #2a2a2a);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  white-space: normal;
}
.cinema-product__item-hover::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("../img/filter-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.5;
  bottom: -9px;
  left: calc(50% - 10px);
}
.cinema-product__item-top {
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7px;
  padding: 8px 16px;
  background: #161616;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.cinema-product__item-top img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: 10px;
}
.cinema-product__item-content {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.5);
}
.cinema-product__item:hover {
  background: #2a2a2a;
}
.cinema-product__item:hover .cinema-product__item-hover {
  opacity: 1;
}

.cinema-card__article-left.cinema-product__left .cinema-card__wrapper {
  height: 265px;
  margin-top: 0;
}
.cinema-card__article-left.cinema-product__left .cinema-card__box.active .cinema-card__wrapper {
  height: auto;
}

.cinema-product__item-btn {
  display: none;
  width: 100%;
  height: 58px;
  border-radius: 15px;
  background: #00c6e0;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  border: none;
  margin-top: 20px;
}

.cinema-product__item-close {
  border: none;
  background: url("../img/close-4.svg");
  background-repeat: no-repeat;
  width: 30px;
  min-width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}

.cinema-hovers-wrapper {
  display: none;
}

.cinema-footer {
  -webkit-box-shadow: 0 -21px 48px -36px rgba(255, 255, 255, 0.25);
          box-shadow: 0 -21px 48px -36px rgba(255, 255, 255, 0.25);
  position: relative;
  z-index: 4;
  background: #000;
  padding: 60px 0 40px;
}
.cinema-footer__logo {
  width: 180px;
  margin-bottom: 43px;
  display: block;
}
.cinema-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.cinema-footer__bottom {
  padding-top: 37px;
  border-top: 1px solid rgba(77, 77, 77, 0.7);
}
.cinema-footer__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-footer__copy {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #7f7f7f;
}
.cinema-footer__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-footer__soc-link {
  margin-right: 24px;
  text-decoration: none;
  outline: none;
  display: block;
}
.cinema-footer__soc-link svg {
  fill: #7f7f7f;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
.cinema-footer__soc-link:hover svg {
  fill: #fff;
}
.cinema-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cinema-footer__nav {
  width: 214px;
  margin-right: 76px;
}
.cinema-footer__nav-title {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.cinema-footer__nav-ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cinema-footer__nav-ul li {
  display: block;
  margin-top: 12px;
  width: 100%;
}
.cinema-footer__nav-ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #7f7f7f;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-footer__nav-ul li a:hover {
  color: #fff;
}
.cinema-footer__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 18px;
}
.cinema-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cinema-footer__mobile {
  border-radius: 36px 36px 0 0;
  border: 4px solid #4D4D4D;
  border-bottom: none;
  padding: 25px 50px 25px;
  width: 266px;
}
.cinema-footer__mobile-text {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #7f7f7f;
}
.cinema-footer__mobile-qr {
  aspect-ratio: 1;
  width: 100%;
  border-radius: 27px;
  background: #fff;
  padding: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 17px 0 18px;
}
.cinema-footer__mobile-qr img {
  width: 100%;
  height: auto;
  display: block;
}
.cinema-footer__mobile-bold {
  margin-bottom: 19px;
  font-family: "Bounded", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.cinema-footer__mobile-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-footer__mobile-link {
  border: 2px solid #4d4d4d;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-footer__mobile-link:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.cinema-footer__mobile-link img {
  display: block;
  max-width: 22px;
  height: auto;
}

.cinema-footer__left .cinema-footer__nav ul li a {
  font-size: 16px;
}

.cinema-footer__mobile-app {
  display: none;
}

.cinema-blog.cinema-slider .cinema-slider__item-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

[data-slider] .cinema-slider__item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cinema-catalog__map {
  display: none;
}

.map-open .cinema-catalog__map {
  display: block;
}
.map-open .cinema-catalog__wrapper {
  display: none;
}
.map-open .cinema-catalog__bottom-icon {
  background: #00dff0 !important;
}
.map-open .cinema-catalog__bottom-icon img {
  -webkit-filter: none !important;
          filter: none !important;
  opacity: 1 !important;
}

.cinema-map__wrapper {
  position: relative;
}
.cinema-map__wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  z-index: 5;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.cinema-pt__small {
  padding-top: 32px;
}

.cinema-stock__block.cinema-w100 {
  width: 100%;
  padding: 0;
}

.cinema-movie__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  height: 478px;
}
.cinema-movie__top {
  margin: 0 -30px 56px;
  padding: 0 30px;
  position: relative;
}
.cinema-movie__img {
  width: 240px;
  margin-right: 34px;
  min-width: 240px;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
.cinema-movie .cinema-breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.cinema-movie .cinema-movie__box {
  position: relative;
  z-index: 2;
}
.cinema-movie__bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.cinema-movie__bg span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 77px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 22, 22, 0)), to(rgba(22, 22, 22, 0.5)));
  background: linear-gradient(0deg, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.5) 100%);
}
.cinema-movie__bg span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0)), to(#161616));
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, #161616 100%);
}
.cinema-movie__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cinema-movie__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-136deg, rgba(0, 0, 0, 0) 0%, #161616 84.37%);
}
.cinema-movie__view {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  background: #ff2819;
  border-radius: 8px;
  height: 24px;
  margin-bottom: 12px;
}
.cinema-movie__view img {
  margin-right: 6px;
  max-width: 100%;
  height: auto;
  display: block;
}
.cinema-movie__title {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
  margin: 0;
}
.cinema-movie__subtitle {
  margin: 12px 0;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.5);
}
.cinema-movie__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px;
}
.cinema-movie__item {
  margin-right: 12px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #787878;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-movie__item img {
  margin-right: 6px;
  display: block;
  max-width: 100%;
  height: auto;
}
.cinema-movie .cinema-card__top-item {
  margin: 0 12px 0 0;
}

.cinema-header {
  backdrop-filter: blur(100px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cinema-header__scroll {
  background: rgba(48, 48, 48, 0.8);
}

.cinema-date {
  text-decoration: none;
  outline: none;
}

.cinema-movie__scroll {
  position: fixed;
  left: 0;
  z-index: 19;
  top: 130px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
  backdrop-filter: blur(100px);
  background: rgba(68, 68, 68, 0.8);
  width: 100%;
  overflow: hidden;
}
.cinema-movie__scroll-anim {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cinema-movie__scroll.cinema-movie__open {
  opacity: 1;
  pointer-events: auto;
}
.cinema-movie__scroll.cinema-movie__open .cinema-movie__scroll-anim {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.cinema-movie__scroll-list {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-movie__scroll-title {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
}
.cinema-movie__scroll-subtitle {
  margin-top: 4px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.5);
}
.cinema-movie__scroll-content {
  margin: 0 18px;
}
.cinema-movie__scroll-img {
  border-radius: 4px;
  width: 38px;
  min-width: 38px;
  height: 56px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.cinema-movie__scroll .cinema-card__tabs {
  margin-left: auto;
}

[data-slider], [data-blog-slider] {
  overflow: visible;
}

.cinema-slider__item:hover .cinema-slider__item-img img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.cinema-slider__item:hover .cinema-slider__item-title {
  color: #fff;
}

.cinema-stock__item-img img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cinema-stock__item:hover .cinema-stock__item-img img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.cinema-stock__item:hover .cinema-slider__item-title {
  color: #fff;
}

.cinema-city__modal {
  border: 1px solid rgba(34, 34, 34, 0.5);
}

.cinema-stock__filter-list:not(.dragscroll)::before {
  display: none;
}

.cinema-date.cinema-active .cinema-date__title, .cinema-date:hover .cinema-date__title {
  font-size: 22px;
}

.cinema-movies__top {
  margin: 56px 0 0 0;
}
.cinema-movies__block {
  width: 16.6666666667%;
  padding: 0 12px;
  margin-top: 56px;
}
.cinema-movies__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -24px -12px 0;
}
.cinema-movies__list .cinema-banners {
  margin: 0;
  width: 100%;
  padding: 0;
}
.cinema-movies__list .cinema-banners__list {
  margin: 0;
  width: 100%;
}
.cinema-movies__list .cinema-banners__block {
  margin-top: 56px;
}
.cinema-movies__list .cinema-bonus {
  width: 100%;
  margin-top: 56px;
}
.cinema-movies__list .cinema-slider__item {
  opacity: 1 !important;
}
.cinema-movies__gray {
  padding-bottom: 40px;
}
.cinema-movies__gray .cinema-stock__filter {
  margin: 24px 0 0 0;
}
.cinema-movies__gray .cinema-card__schedule {
  padding: 0;
}
.cinema-movies__text {
  font-family: "Onest", sans-serif;
  color: #00dff0;
  margin-left: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
}
.cinema-movies__flex {
  padding: 32px 0 26px;
}

.cinema-page__title {
  font-family: "Bounded", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
}

.cinema-faq {
  padding-top: 16px;
}
.cinema-faq__item {
  margin-top: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 20px;
  background: #000;
  border-radius: 15px;
}
.cinema-faq__item::after {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url("../img/faq-arrow.svg");
  background-repeat: no-repeat;
  margin-left: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cinema-faq__item:hover {
  background: #2a2a2a;
}
.cinema-faq__item.cinema-open {
  cursor: default;
  background: #000;
}
.cinema-faq__item.cinema-open::after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.cinema-faq__item.cinema-open .cinema-faq__item-title {
  cursor: pointer !important;
}
.cinema-faq__item-title {
  width: 424px;
  margin-right: 24px;
  min-width: 424px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cinema-faq__item-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #787878;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
}
.cinema-faq__item-content a {
  text-decoration: none;
  color: #00dff0;
}
.cinema-faq__item-content a:hover {
  text-decoration: underline;
}
.cinema-faq__item-content span, .cinema-faq__item-content strong {
  color: #fff;
}
.cinema-faq__item-content ul {
  margin: 0;
  list-style-type: disc !important;
  padding-left: 20px;
}
.cinema-faq__item-content ul li {
  margin-top: 10px;
}
.cinema-faq__item-content ul li:first-child {
  margin-top: 0;
}
.cinema-faq__item.cinema-open .cinema-faq__item-content {
  display: block;
}

.cinema-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
}
.cinema-contact__item {
  border-radius: 15px;
  background: #000;
  padding: 20px;
  width: calc(50% - 12px);
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cinema-contact__item:nth-child(3) {
  width: calc(65% - 12px);
}
.cinema-contact__item:nth-child(4) {
  width: calc(35% - 12px);
}
.cinema-contact__item-icon {
  height: 20px;
}
.cinema-contact__item-title {
  margin: 16px 0 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
}
.cinema-contact__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #787878;
}
.cinema-contact__item-text span, .cinema-contact__item-text strong {
  color: #fff;
}
.cinema-contact__item-text p {
  margin-bottom: 10px;
}
.cinema-contact__item-text p:last-child {
  margin-bottom: 0;
}
.cinema-contact__item-text a {
  color: #00dff0;
}
.cinema-contact__item-text a:hover {
  text-decoration: underline;
}
.cinema-contact__item-bottom {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 15px;
  font-size: 16px;
  line-height: 120%;
  margin-top: 24px;
  font-weight: 500;
}
.cinema-contact__item-auto {
  margin-bottom: auto;
}
.cinema-contact__item-btn {
  font-weight: 500;
  color: #000;
  background: #00dff0;
}
.cinema-contact__item-btn:hover {
  background: #B2F5FA;
}
.cinema-contact__item-gray, .cinema-contact__item-phone {
  background: #161616;
}
.cinema-contact__item-gray:hover, .cinema-contact__item-phone:hover {
  background: #2a2a2a;
}
.cinema-contact__item-gray {
  color: #fff;
  font-weight: 400;
}
.cinema-contact__item-gray img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 16px;
}
.cinema-contact__item-phone {
  color: #787878;
}
.cinema-contact__item-phone:hover {
  color: #fff;
}
.cinema-contact__item-mt {
  margin-top: auto;
}
.cinema-contact__item-box {
  margin-top: auto;
}
.cinema-contact__item-address {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 18px;
  color: #fff;
  background: #161616;
  width: auto;
}
.cinema-contact__item-address:hover {
  background: #2a2a2a;
}
.cinema-contact__item-address::before {
  content: "";
  display: block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 8px;
  background: #787878;
}

.cinema-movies__search {
  position: relative;
  width: 340px;
  max-width: 100%;
  margin-left: 8px;
}
.cinema-movies__search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 21px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 400;
  font-size: 16px;
  color: #787878;
  height: 46px;
  border-radius: 14px;
  background: #000;
  cursor: pointer;
}
.cinema-movies__search-btn__svg {
  stroke: #787878;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-movies__search-btn__img {
  margin-left: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-movies__search-btn__text {
  margin: 0 12px;
}
.cinema-movies__search:hover .cinema-movies__search-btn, .cinema-movies__search.cinema-active .cinema-movies__search-btn {
  color: #fff;
}
.cinema-movies__search:hover .cinema-movies__search-btn__svg, .cinema-movies__search.cinema-active .cinema-movies__search-btn__svg {
  stroke: #fff;
}
.cinema-movies__search.cinema-open .cinema-movies__search-btn__img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.cinema-movies__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cinema-vacancies__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
.cinema-vacancies__img {
  width: 344px;
}
.cinema-vacancies__img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  display: block;
  margin-top: 24px;
}
.cinema-vacancies__img img:first-child {
  margin-top: 0;
}
.cinema-vacancies__left {
  width: calc(100% - 368px);
}
.cinema-vacancies__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #787878;
  margin-bottom: -10px;
}
.cinema-vacancies__content h2, .cinema-vacancies__content h3, .cinema-vacancies__content h4, .cinema-vacancies__content h5, .cinema-vacancies__content h6 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 140%;
}
.cinema-vacancies__content strong {
  color: #fff;
  font-weight: 400;
}
.cinema-vacancies__content p {
  margin-bottom: 10px;
  margin-top: 0;
}
.cinema-vacancies__content a {
  text-decoration: none;
  color: #00dff0;
}
.cinema-vacancies__content a:hover {
  text-decoration: underline;
}
.cinema-vacancies__content ul {
  padding-left: 24px;
  margin-bottom: 10px;
}
.cinema-vacancies__content ul li {
  margin-top: 8px;
}
.cinema-vacancies__content ul li:first-child {
  margin-top: 0;
}
.cinema-vacancies__bottom {
  margin-top: 56px;
}
.cinema-vacancies__items {
  padding-top: 16px;
}
.cinema-vacancies__item {
  margin-top: 16px;
  border-radius: 15px;
  background: #000;
}
.cinema-vacancies__item-title {
  padding: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-vacancies__item-title span {
  margin: 0 12px;
}
.cinema-vacancies__item-title img {
  display: block;
}
.cinema-vacancies__item-title img:last-child {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: auto;
}
.cinema-vacancies__item-content {
  padding: 4px 60px 30px 20px;
}
.cinema-vacancies__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #787878;
  width: calc(50% - 30px);
}
.cinema-vacancies__item-form {
  width: calc(50% - 30px);
  position: relative;
  z-index: 3;
  margin-top: -47px;
  display: block;
}
.cinema-vacancies__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cinema-input {
  position: relative;
}
.cinema-input__icon {
  left: 17px;
  top: 15px;
  z-index: 3;
  pointer-events: none;
  position: absolute;
}
.cinema-input__item {
  background: #161616;
  border-radius: 15px;
  padding-left: 46px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  border: none;
  outline: none;
  border: 1px solid #161616;
}
.cinema-input__item::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.cinema-input__item::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.cinema-input__item:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.cinema-input__item::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.cinema-input__item::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.cinema-input__mb {
  margin-bottom: 8px;
}
.cinema-input__error {
  bottom: calc(100% + 8px);
  left: 0;
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  backdrop-filter: blur(40px);
  background: rgba(48, 48, 48, 0.5);
  position: absolute;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}
.cinema-input__error img {
  display: block;
  margin-bottom: 9px;
}
.cinema-input__error p {
  margin: 9px 0 0 0;
  opacity: 0.4;
}
.cinema-input.input-error .cinema-input__item {
  border-color: #FF2819;
}
.cinema-input.input-error:hover .cinema-input__error {
  opacity: 1;
}

.cinema-form__btn {
  border-radius: 15px;
  height: 52px;
  background: #00dff0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cinema-form__btn:hover {
  background: #B2F5FA;
}

.cinema-form__btn[disabled] {
  pointer-events: none;
  background: #787878;
  color: #fff;
}

.cinema-form__policy {
  margin: 20px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cinema-form__policy input {
  display: none;
}
.cinema-form__policy strong {
  display: block;
  border: 1.5px solid #787878;
  border-radius: 4px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 10px;
  position: relative;
}
.cinema-form__policy span {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #787878;
}
.cinema-form__policy span a {
  text-decoration: none;
  color: #00dff0;
}
.cinema-form__policy span a:hover {
  text-decoration: underline;
}
.cinema-form__policy input:checked + strong {
  background-color: #00dff0;
  border-color: #00dff0;
  background-image: url("../img/policy.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.cinema-textarea .cinema-input__icon {
  top: 18px;
}
.cinema-textarea .cinema-input__item {
  display: block;
  width: 100%;
  padding: 18px 17px 18px 47px;
  height: 168px;
  resize: none;
}

[data-input-required=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 4;
}

.cinema-input__file {
  margin-bottom: 24px;
}
.cinema-input__file-text {
  padding-left: 18px;
  margin-top: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #787878;
}
.cinema-input__file-input {
  height: 50px;
  padding-left: 46px;
  padding-right: 40px;
  border-radius: 15px;
  height: 50px;
  background: #161616;
  border: 1px solid #161616;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-input__file-input.cinema-active {
  color: #fff;
}
.cinema-input__file-input span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cinema-input__file-clear {
  position: absolute;
  right: 14px;
  top: 15px;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 7;
}
.cinema-input__file-clear.cinema-active {
  opacity: 1;
  pointer-events: auto;
}

.cinema-input__select {
  position: relative;
}
.cinema-input__select-current {
  height: 50px;
  padding-left: 16px;
  padding-right: 14px;
  border-radius: 15px;
  height: 50px;
  background: #161616;
  border: 1px solid #161616;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 14px;
}
.cinema-input__select-current img {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-input__select-current.cinema-active {
  color: #fff;
}
.cinema-input__select-wrapper {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 4px 20px 20px;
  backdrop-filter: blur(60px);
  -webkit-box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.4);
          box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.4);
  background: rgba(34, 34, 34, 0.5);
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-input__select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-input__select-label {
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  width: calc(50% - 8px);
  margin-top: 16px;
}
.cinema-input__select-label:hover {
  color: #fff;
}
.cinema-input__select-label input {
  display: none;
}
.cinema-input__select-label.current-city span {
  font-weight: 700;
  color: #00dff0;
}
.cinema-input__select-label input:checked + span {
  font-weight: 700 !important;
  color: #fff !important;
}
.cinema-input__select.cinema-open {
  z-index: 5;
}
.cinema-input__select.cinema-open .cinema-input__select-wrapper {
  opacity: 1;
  pointer-events: auto;
}
.cinema-input__select.cinema-open .cinema-input__select-current img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cinema-input.input-error .cinema-input__file-input, .cinema-input.input-error .cinema-input__select-current {
  border-color: #FF2819;
}

.cinema-success {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.cinema-success__list, .cinema-success__overlay {
  opacity: 1;
  pointer-events: auto;
}
.cinema-success__container {
  width: 408px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  padding: 49px 15px 15px;
  backdrop-filter: blur(40px);
  background: rgba(48, 48, 48, 0.5);
}
.cinema-success__container svg {
  margin: 0 auto;
  display: block;
}
.cinema-success__close {
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  background: rgba(70, 70, 70, 0.4);
  backdrop-filter: blur(20px);
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-success__close:hover {
  background-color: rgba(70, 70, 70, 0.9);
}
.cinema-success__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin-top: 9px;
}
.cinema-success__title p {
  margin: 10px 0 0 0;
}
.cinema-success__title p:first-child {
  margin-top: 0;
}
.cinema-success__text {
  margin: 9px 0 40px;
  opacity: 0.4;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  text-align: center;
}
.cinema-success__btn {
  padding: 0;
  width: 100%;
  margin: 0;
}

.cinema-vacancies__item-content {
  display: none;
}

.cinema-open > .cinema-vacancies__item-content {
  display: block;
}
.cinema-open > .cinema-vacancies__item-title img:last-child {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cinema-input__select .cinema-city__top {
  display: none;
}

.cinema-form__tabs {
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #161616;
}
.cinema-form__tab {
  height: 40px;
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cinema-form__tab input {
  display: none;
}
.cinema-form__tab img {
  display: block;
  margin-right: 12px;
}
.cinema-form__tab img, .cinema-form__tab span {
  position: relative;
  z-index: 3;
}
.cinema-form__tab span, .cinema-form__tab img {
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-form__tab strong {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #000;
  opacity: 0;
}
.cinema-form__tab input:checked + strong {
  opacity: 1;
}
.cinema-form__tab input:checked + strong + img {
  opacity: 1;
}
.cinema-form__tab input:checked + strong + img + span {
  opacity: 1;
}

.cinema-form__btn-mt {
  margin-top: 20px;
}

.cinema-form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-form__item {
  width: calc(50% - 4px);
}

.cinema-input__film .cinema-input__select-label {
  width: 100%;
}

.cinema-input__sum .cinema-input__select-wrapper {
  padding: 13px;
}
.cinema-input__sum .cinema-input__select-label {
  width: 100%;
  margin: 0;
}
.cinema-input__sum .cinema-input__select-label span {
  padding: 14px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 14px;
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}
.cinema-input__sum .cinema-input__select-label input:checked + span {
  background: #161616;
}
.cinema-input__sum .cinema-input__select-label input:checked + span {
  font-weight: 400 !important;
}

.cinema-form__number {
  border-radius: 15px;
  width: 100%;
  height: 50px;
  background: #161616;
  padding-left: 18px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-form__number-buttons {
  width: 88px;
  min-width: 88px;
  height: 40px;
  border-radius: 10px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}
.cinema-form__number-text {
  opacity: 0.4;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-right: auto;
}
.cinema-form__number-current {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cinema-form__number-btn {
  width: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 12px;
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-form__number-btn:hover {
  opacity: 1;
}

.cinema-partners__contact {
  padding-top: 32px;
  margin: 0;
  padding-bottom: 0;
}
.cinema-partners__contact .cinema-contact__item-phone:last-child {
  margin-top: 8px;
}
.cinema-partners__contact .cinema-contact__item-btn img {
  margin-left: 16px;
}
.cinema-partners__contact .cinema-contact {
  margin-right: -24px;
}
.cinema-partners__contact .cinema-contact__item {
  width: calc(33.333% - 24px) !important;
  margin-right: 24px;
}
.cinema-partners__contact .cinema-contact__item:nth-child(4), .cinema-partners__contact .cinema-contact__item:nth-child(5) {
  width: calc(50% - 24px) !important;
}

.cinema-adv__schedule {
  margin: 56px 0 24px;
}

.cinema-adv__item {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.cinema-adv__item:first-child {
  padding-top: 0;
  border: none;
}
.cinema-adv__item .cinema-graph__item-bottom {
  margin-top: 20px;
}
.cinema-adv__item .cinema-graph__item-bottomItem {
  position: relative;
  padding-left: 34px;
  margin-top: 12px;
  padding-top: 12px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.5);
}
.cinema-adv__item .cinema-graph__item-bottomItem:first-child {
  padding-top: 0;
  margin-top: 0;
}
.cinema-adv__item .cinema-graph__item-bottomItem img {
  position: absolute;
  top: 12px;
  left: 0;
}
.cinema-adv__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-adv__item-btn {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cinema-adv__item-btn img {
  margin-left: 10px;
  display: block;
  max-width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-adv__item-btn strong {
  font-weight: 400;
  display: none;
}
.cinema-adv__item .cinema-graph__item-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cinema-adv__item-wrapper {
  display: none;
}
.cinema-adv__item.cinema-open .cinema-adv__item-wrapper {
  display: block;
}
.cinema-adv__item.cinema-open .cinema-adv__item-btn span {
  display: none;
}
.cinema-adv__item.cinema-open .cinema-adv__item-btn strong {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cinema-adv__item.cinema-open .cinema-adv__item-btn img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cinema-movies__search {
  position: relative;
  z-index: 10;
}
.cinema-movies__search-wrapper {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 4;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 14px 14px 0px;
  backdrop-filter: blur(60px);
  -webkit-box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.4);
          box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.4);
  background: rgba(34, 34, 34, 0.75);
  padding: 13px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-movies__search .cinema-city__top {
  display: none;
}
.cinema-movies__search-labels {
  margin-top: 14px;
}
.cinema-movies__search-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  padding: 14px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
}
.cinema-movies__search-label:hover {
  background: #161616;
}
.cinema-movies__search-label input {
  display: none;
}
.cinema-movies__search-label strong {
  border: 1.5px solid #787878;
  border-radius: 4px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 12px;
  display: block;
  z-index: 2;
}
.cinema-movies__search-label span {
  display: block;
  position: relative;
  z-index: 2;
}
.cinema-movies__search-label input:checked + strong {
  background-color: #00dff0;
  border-color: #00dff0;
  background-image: url("../img/check-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.cinema-movies__search-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-movies__search-left {
  width: 130px;
  height: 36px;
  border-radius: 10px;
  background: #000;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-movies__search-left:hover {
  background: #141414;
}
.cinema-movies__search-left svg {
  display: block;
  margin-right: 10px;
}
.cinema-movies__search-close {
  height: 36px;
  border-radius: 10px;
  background: #000;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: calc(100% - 138px);
  border: none;
  cursor: pointer;
}
.cinema-movies__search-close:hover {
  background: #141414;
}
.cinema-movies__search.cinema-open .cinema-movies__search-wrapper {
  opacity: 1;
  pointer-events: auto;
}

.cinema-landing__pt {
  padding-top: 70px;
}
.cinema-landing__title {
  margin-bottom: 60px;
  font-family: "Bounded", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.cinema-landing__bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-landing__bonus-item {
  width: calc(50% - 10px);
  -webkit-box-shadow: inset 4px 4px 4px 0 rgba(54, 54, 54, 0.25);
          box-shadow: inset 4px 4px 4px 0 rgba(54, 54, 54, 0.25);
  background: rgba(31, 31, 31, 0.6);
  border: 1px solid #363636;
  border-radius: 22px;
  position: relative;
  padding: 19px;
}
.cinema-landing__bonus-item::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 51px;
  width: 159px;
  height: 94px;
  border-radius: 100%;
  background: #047819;
  -webkit-filter: blur(84px);
          filter: blur(84px);
}
.cinema-landing__bonus-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
.cinema-landing__bonus-top span {
  font-family: "Bounded", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 120%;
  text-align: center;
  color: #21a038;
}
.cinema-landing__bonus-top p {
  font-family: "Bounded", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
  margin: 0 0 0 27px;
}
.cinema-landing__bonus-text {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #363636;
  position: relative;
  z-index: 3;
}
.cinema-landing__bonus-text span {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  padding-left: 21px;
}
.cinema-landing__bonus-text span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #363636;
}
.cinema-landing__cost {
  position: relative;
  padding: 19px;
  border: 1px solid #363636;
  border-radius: 22px;
  -webkit-box-shadow: inset 4px 4px 4px 0 rgba(54, 54, 54, 0.25);
          box-shadow: inset 4px 4px 4px 0 rgba(54, 54, 54, 0.25);
  background: rgba(31, 31, 31, 0.6);
}
.cinema-landing__cost::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: #3ad813;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  left: 200px;
  top: 20px;
  opacity: 0.8;
}
.cinema-landing__cost .cinema-landing__bonus-text {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.cinema-landing__cost-bottom {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
}
.cinema-landing__cost-restrictions {
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  margin-right: 40px;
  border-radius: 12px;
  background: #363636;
  font-family: "Bounded", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
}
.cinema-landing__cost-top {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-landing__cost-item {
  padding: 18px 10px 18px 19px;
  -webkit-box-shadow: inset 4px 4px 4px 0 rgba(54, 54, 54, 0.25);
          box-shadow: inset 4px 4px 4px 0 rgba(54, 54, 54, 0.25);
  background: rgba(31, 31, 31, 0.6);
  border: 1px solid #363636;
  border-radius: 12px;
  margin-top: 20px;
}
.cinema-landing__cost-left {
  width: 470px;
}
.cinema-landing__cost-right {
  width: 470px;
}
.cinema-landing__cost .cinema-landing__bonus-top {
  display: block;
  width: 343px;
  max-width: 100%;
}
.cinema-landing__cost .cinema-landing__bonus-top span {
  margin: 0;
}
.cinema-landing__cost .cinema-landing__bonus-top p {
  margin: 0;
}
.cinema-landing__cost-text {
  margin-top: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
}
.cinema-landing__h1 {
  padding: 24px 0;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0;
}
.cinema-landing__banner {
  display: block;
  text-decoration: none;
  outline: none;
}
.cinema-landing__banner img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.cinema-landing__banner-img {
  display: block;
}
.cinema-landing__banner-mobile {
  display: none;
}
.cinema-landing__btn {
  width: 322px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 12px;
  background: #21a038;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin: 60px auto 0;
}
.cinema-landing__btn img {
  margin-right: 8px;
}
.cinema-landing__btn:hover {
  background: rgb(39.9761658031, 193.8238341969, 67.8383419689);
}
.cinema-landing__subtitle {
  margin: 30px auto;
  max-width: 100%;
  width: 521px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.cinema-landing__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px -6px 0;
}
.cinema-landing__steps-block {
  margin-top: 12px;
  padding-left: 6px;
  padding-right: 6px;
  width: 33.333%;
}
.cinema-landing__steps-item {
  position: relative;
  border: 1px solid #a6a69c;
  border-radius: 22px;
  backdrop-filter: blur(30px);
  -webkit-box-shadow: inset 4px 4px 13px 0 rgba(254, 254, 254, 0.25);
          box-shadow: inset 4px 4px 13px 0 rgba(254, 254, 254, 0.25);
  background: rgba(225, 239, 213, 0.5);
  padding: 19px 19px 33px;
  min-height: 100%;
}
.cinema-landing__steps-title {
  font-family: "Bounded", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #161616;
  margin: 9px 0;
  position: relative;
  z-index: 3;
}
.cinema-landing__steps-text {
  width: 299px;
  max-width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #363636;
  position: relative;
  z-index: 3;
}
.cinema-landing__steps-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Bounded", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 120%;
  text-align: center;
  color: #c3d1b8;
  position: relative;
  z-index: 3;
}
.cinema-landing__steps-top span {
  margin-right: -5px;
  margin-top: -10px;
}
.cinema-landing__steps-img {
  position: relative;
  width: 60px;
  height: 60px;
}
.cinema-landing__steps-img img {
  position: absolute;
  left: -10px;
  top: -20px;
}

.cinema-landing__steps-wrapper {
  position: relative;
}

.cinema-landing__steps-mobile {
  display: none;
}

.cinema-landing__steps-bg {
  position: absolute;
  top: -320px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

.cinema-landing__steps-block:first-child .cinema-landing__steps-img img {
  left: -24px;
}

.cinema-landing__bonus-item:Last-child::before {
  background: #00a5b0;
}
.cinema-landing__bonus-item:Last-child .cinema-landing__bonus-top span {
  color: #50e9f3;
}

.cinema-landing__title.cinema-mb0 {
  margin-bottom: 0 !important;
}

.cinema-landing__cost-restrictions.cinema-mobile__item {
  display: none;
}

.cinema-landing__auth {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}
.cinema-landing__auth-logo {
  width: 200px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  display: block;
  margin: 0 auto;
}
.cinema-landing__auth-container {
  width: 400px;
  margin: 0 auto;
  padding: 50px 20px;
  border-radius: 30px;
  backdrop-filter: blur(100px);
  -webkit-box-shadow: 0 75px 100px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 75px 100px 0 rgba(0, 0, 0, 0.25);
  background: rgba(64, 64, 64, 0.5);
  margin: auto;
  max-width: 100%;
}
.cinema-landing__auth-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  backdrop-filter: blur(20px);
  background: rgba(34, 34, 34, 0.5);
}
.cinema-landing__auth-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 100vh;
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 20;
  pointer-events: none;
}
.cinema-landing__auth-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-landing__auth-close:hover {
  opacity: 0.8;
}
.cinema-landing__auth-input {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #787878;
  border-radius: 15px;
  padding: 12px 18px;
  padding-left: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  width: 100%;
  outline: none;
  background: transparent;
}
.cinema-landing__auth-input::-webkit-input-placeholder {
  color: #787878;
}
.cinema-landing__auth-input::-moz-placeholder {
  color: #787878;
}
.cinema-landing__auth-input:-ms-input-placeholder {
  color: #787878;
}
.cinema-landing__auth-input::-ms-input-placeholder {
  color: #787878;
}
.cinema-landing__auth-input::placeholder {
  color: #787878;
}
.cinema-landing__auth-input:focus {
  border-color: #fff;
}
.cinema-landing__auth-text {
  margin: 42px 0 16px;
  font-family: var(--font4);
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #c3c3c3;
}
.cinema-landing__auth .cinema-landing__btn {
  margin: 0;
  width: 100%;
}
.cinema-landing__auth-btn {
  width: 100%;
  height: 52px;
  background: #464646;
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
}
.cinema-landing__auth-btn:hover {
  background: rgb(87.85, 87.85, 87.85);
}
.cinema-landing__auth-bottom {
  margin: 12px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  color: #c3c3c3;
}
.cinema-landing__auth-labels {
  padding: 25px 0 0 18px;
}
.cinema-landing__auth-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #c3c3c3;
  position: relative;
  margin-bottom: 20px;
}
.cinema-landing__auth-label span {
  display: block;
}
.cinema-landing__auth-label input {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  opacity: 0;
  top: 0;
}
.cinema-landing__auth-label strong {
  display: block;
  width: 28px;
  min-width: 28px;
  height: 28px;
  border: 2px solid #818181;
  border-radius: 3px;
  margin-right: 12px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-landing__auth-label strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/checkbox.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.cinema-landing__auth-label input:checked + strong {
  background: #818181;
}
.cinema-landing__auth-label input:checked + strong::before {
  opacity: 1;
}
.cinema-landing__auth-label a {
  text-decoration: underline;
  color: #c3c3c3;
}
.cinema-landing__auth.modal-open {
  opacity: 1;
  pointer-events: auto;
}
.cinema-landing__auth.modal-open .cinema-landing__auth-container {
  pointer-events: auto;
}

.cinema-landing__auth-label.cinema-required strong {
  border-color: #00DFF0;
}

.cinema-landing__auth-label.cinema-required input:checked + strong {
  background: #00DFF0;
}

.cinema-soon {
  margin-top: 56px;
  padding: 18px 18px 18px 250px;
  position: relative;
  border-radius: 30px;
  background: #000;
}
.cinema-soon__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-soon__left {
  width: 422px;
}
.cinema-soon__right {
  width: 330px;
}
.cinema-soon__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  color: #fff;
}
.cinema-soon__subtitle {
  margin: 9px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
}
.cinema-soon__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #787878;
}
.cinema-soon__text a {
  text-decoration: none;
  color: #00dff0;
}
.cinema-soon__text a:hover {
  text-decoration: underline;
}
.cinema-soon__img {
  top: -28px;
  position: absolute;
  left: 30px;
}
.cinema-soon__img-current {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
.cinema-soon__img-blur {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: blur(126.070098877px);
          filter: blur(126.070098877px);
  opacity: 0.8;
}
.cinema-soon .cinema-form__btn img {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cinema-soon [disabled] img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.cinema-soon .cinema-input__mb {
  margin-bottom: 8px;
}
.cinema-soon__mobile {
  display: none;
}
.cinema-soon__success {
  display: none;
}
.cinema-soon__success-btn {
  width: 100%;
  margin-top: 8px;
  pointer-events: none;
}
.cinema-soon__success-btn img {
  margin-left: 16px;
}
.cinema-soon__success-email {
  border-radius: 15px;
  padding-left: 17px;
  height: 50px;
  background: #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
.cinema-soon__success-email img {
  margin-right: 10px;
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  display: block;
}
.cinema-soon__success-email span {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.cinema-soon__success-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-soon__success-text {
  width: 360px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
}
.cinema-soon__success-right {
  width: 330px;
}

.cinema-sitemap__items {
  margin-top: -4px;
}
.cinema-sitemap__item {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cinema-sitemap__item:first-child {
  padding-top: 0;
  border: none;
}
.cinema-sitemap__item-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  width: 160px;
  min-width: 160px;
  margin-right: 24px;
}
.cinema-sitemap__item-list {
  margin-top: -10px;
}
.cinema-sitemap__item-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #787878;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 10px;
  text-decoration: none;
}
.cinema-sitemap__item-link:hover {
  color: #00dff0;
}
.cinema-sitemap__item:last-child .cinema-sitemap__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 193px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cinema-sitemap__item:last-child .cinema-sitemap__item-link {
  width: 159px;
  margin-right: 24px;
}

.cinema-sber__popup-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  text-align: center;
  color: #c3c3c3;
  margin: 42px 0 20px;
}
.cinema-sber__popup-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.cinema-sber__popup-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #00dff0;
  margin-left: 18px;
  margin-top: 25px;
}
.cinema-sber__popup-link svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  margin-left: 4px;
}
.cinema-sber__popup-link:hover svg {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}

.cinema-information__left {
  width: 424px;
}

.cinema-information__right {
  margin-bottom: -10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #787878;
  width: 559px;
  position: relative;
  z-index: 3;
  margin-top: -66px;
}
.cinema-information__right span {
  color: #fff;
  opacity: 1;
  background: #FF2819;
}
.cinema-information__right h2, .cinema-information__right h3, .cinema-information__right h4, .cinema-information__right h5, .cinema-information__right h6 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 10px 0;
}
.cinema-information__right p {
  margin-bottom: 10px;
}
.cinema-information__right ul {
  margin-bottom: 10px;
  list-style-type: disc;
  padding-left: 20px;
}
.cinema-information__right a {
  text-decoration: none;
  color: #00dff0;
}
.cinema-information__right a:hover {
  text-decoration: underline;
}

.cinema-information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-information .cinema-vacancies__item-title span {
  margin-left: 0;
  width: 424px;
}
.cinema-information__search {
  position: relative;
}
.cinema-information__search-input {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 45px;
  padding-right: 189px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: #161616;
  border-radius: 15px;
  border: none;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 50px;
  outline: none;
}
.cinema-information__search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.cinema-information__search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.cinema-information__search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.cinema-information__search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.cinema-information__search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.cinema-information__search-icon {
  position: absolute;
  left: 17px;
  top: 15px;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  stroke: #fff;
  opacity: 1;
}
.cinema-information__search-close {
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 24px;
}
.cinema-information__search-close:hover {
  opacity: 1;
}
.cinema-information__search-number {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 30px;
  padding-right: 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 18px;
}
.cinema-information__search-nav {
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 14px;
  top: 0;
  z-index: 4;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.cinema-information__search-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-information__search-arrow {
  width: 20px;
  height: 20px;
  min-width: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  cursor: pointer;
  opacity: 0.4;
}
.cinema-information__search-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/search-arrow.svg");
  background-repeat: no-repeat;
}
.cinema-information__search-arrow:hover {
  opacity: 1;
}
.cinema-information__search-next {
  margin-left: 14px;
}
.cinema-information__search-next::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cinema-information__empty {
  margin-top: 16px;
  padding: 15px;
  backdrop-filter: blur(40px);
  background: rgba(48, 48, 48, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  display: none;
}
.cinema-information__empty span {
  display: block;
  margin: 9px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}
.cinema-information__empty p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  opacity: 0.4;
}

.cinema-search__open .cinema-information__search-icon {
  opacity: 0;
}
.cinema-search__open .cinema-information__search-input {
  padding-left: 15px;
}
.cinema-search__open .cinema-information__search-nav {
  opacity: 1;
  pointer-events: auto;
}

.cinema-premieres .cinema-movies__search {
  margin: 0;
}
.cinema-premieres__select {
  width: 154px;
  position: relative;
  margin-right: 8px;
}
.cinema-premieres__select-current {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 0 14px 0 17px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  background: #000;
}
.cinema-premieres__select-current:hover {
  color: #fff;
}
.cinema-premieres__select-current img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-premieres__select-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  width: 100%;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  padding: 13px;
  z-index: 2;
  backdrop-filter: blur(60px);
  -webkit-box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.4);
          box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.4);
  background: rgba(34, 34, 34, 0.75);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-premieres__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cinema-active-color .cinema-premieres__select-current {
  color: #fff;
}

.cinema-active .cinema-premieres__select-current img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cinema-active .cinema-premieres__select-wrapper {
  opacity: 1;
  pointer-events: auto;
}

.cinema-premieres__select-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  cursor: pointer;
}
.cinema-premieres__select-label input {
  display: none;
}
.cinema-premieres__select-label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 13px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.cinema-premieres__select-label input:checked + span {
  background: #161616;
}

.cinema-premieres__items {
  margin-top: 32px;
}

.cinema-premieres__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0 32px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.cinema-premieres__item:last-child {
  margin-bottom: 0;
  border: none;
}
.cinema-premieres__item-left {
  width: 252px;
  min-width: 252px;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-premieres__item-date {
  width: 68px;
  text-align: center;
  background: #000;
  border-radius: 12px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-premieres__item-date span {
  display: block;
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.cinema-premieres__item-date small {
  margin: 4px 0 auto;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #787878;
  display: block;
}
.cinema-premieres__item-date strong {
  display: block;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  white-space: nowrap;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cinema-premieres__item-img {
  width: 160px;
  min-height: 240px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cinema-premieres__item-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cinema-premieres__item-buttons {
  width: 252px;
  min-width: 252px;
  margin-left: 24px;
}
.cinema-premieres__item-btn {
  margin-top: 16px;
}
.cinema-premieres__item-dark {
  background: #000;
  color: #787878;
}
.cinema-premieres__item-dark:hover {
  background: #000;
  color: #fff;
}
.cinema-premieres__item-desktop {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 240px;
}
.cinema-premieres__item-title {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.cinema-premieres__item-subtitle {
  margin: 8px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #787878;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cinema-premieres__item-subtitle img {
  margin-right: 10px;
}
.cinema-premieres__item-text {
  margin-bottom: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #787878;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cinema-premieres__item-bottom__item {
  margin-top: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cinema-premieres__item-bottom__item span {
  display: block;
  min-width: 90px;
}
.cinema-premieres__item-bottom__item p {
  margin: 0;
  color: #787878;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cinema-premieres__item-mobile {
  display: none;
}

.cinema-feedback__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #787878;
  width: 472px;
}
.cinema-feedback__right {
  width: 468px;
  margin-top: -45px;
  position: relative;
  z-index: 3;
}
.cinema-feedback__right-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #787878;
}
.cinema-feedback__right-text span {
  color: #fff;
}
.cinema-feedback__right-btn {
  height: 52px;
  margin: 0 0 14px !important;
  width: 100%;
  font-size: 16px;
  width: 100% !important;
}
.cinema-feedback__right-dark {
  height: 52px;
  margin: 0 0 14px !important;
  width: 100%;
  font-size: 16px;
  background: #161616;
  color: #fff;
  width: 100% !important;
}
.cinema-feedback__right-dark:hover {
  background: rgb(32.2, 32.2, 32.2);
  color: #fff;
}
.cinema-feedback__right-dark img {
  margin: 0 0 0 16px;
}
.cinema-feedback .cinema-vacancies__item-title span {
  width: 440px;
}
.cinema-feedback__tabs {
  position: relative;
  z-index: 3;
}
.cinema-feedback__tabs-current {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 15px;
  padding: 15px 14px 15px 17px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #161616;
}
.cinema-feedback__tabs-current span {
  overflow: hidden;
  width: calc(100% - 30px);
  display: block;
}
.cinema-feedback__tabs-current img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-feedback__tabs-current:hover {
  background: #2a2a2a;
  color: #fff;
}
.cinema-feedback__tabs-wrapper {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 13px;
  backdrop-filter: blur(60px);
  -webkit-box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.4);
          box-shadow: 0 40px 40px -11px rgba(0, 0, 0, 0.4);
  background: rgba(34, 34, 34, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-feedback__tabs-item {
  padding: 14px;
  border-radius: 10px;
  padding: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cinema-feedback__tabs-item.cinema-select-active {
  background: #161616;
}
.cinema-feedback .cinema-city__top {
  display: none;
}
.cinema-feedback__buys-bottom {
  margin-top: 40px;
}
.cinema-feedback__buy {
  display: none;
}
.cinema-feedback__buy-text {
  margin-bottom: -10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #787878;
  margin-top: 20px;
}
.cinema-feedback__buy-text a {
  color: #00dff0;
  text-decoration: none;
}
.cinema-feedback__buy-text a:hover {
  text-decoration: underline;
}
.cinema-feedback__buy-text strong {
  font-weight: 400;
  color: #fff;
}
.cinema-feedback__buy-text p {
  margin-bottom: 10px;
  margin-top: 0;
}
.cinema-feedback__buy-text ul {
  padding: 0 0 0 24px;
  margin: 0 0 10px 0;
  list-style-type: disc;
}
.cinema-feedback__buy-text ul li {
  margin-top: 10px;
}
.cinema-feedback__buy-text ul li:first-child {
  margin-top: 0;
}
.cinema-feedback__buy-text ul li::marker {
  color: #fff;
}
.cinema-feedback__rent {
  display: none;
}
.cinema-feedback .cinema-vacancies__item-form {
  width: 100% !important;
  margin: 0 !important;
}
.cinema-feedback .cinema-form__item {
  width: 100%;
}

.cinema-input__select-label {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cinema-select-open.cinema-feedback__tabs {
  z-index: 9;
}
.cinema-select-open .cinema-feedback__tabs-current img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cinema-select-open .cinema-feedback__tabs-wrapper {
  opacity: 1;
  pointer-events: auto;
}

.cinema-color-active .cinema-feedback__tabs-current {
  color: #fff;
}

#rent-item .cinema-feedback__buy-text {
  margin-top: 0;
}
#rent-item .cinema-feedback__right {
  margin-top: -68px;
}
#rent-item .cinema-feedback__right-btn {
  margin-bottom: 0 !important;
  margin-top: 30px !important;
}

#group-item .cinema-feedback__right {
  margin-top: -68px;
}

#problems-item .cinema-feedback__right {
  margin-top: -87px;
}

.cinema-input__item.cinema-pl__small {
  padding-left: 16px;
}

.cinema-inputs__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cinema-inputs__flex-item, .cinema-inputs__flex-block, .cinema-inputs__flex-block__item {
  width: calc(50% - 4px);
}

.cinema-inputs__flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cinema-feedback__stock {
  display: none;
}

@media (min-width: 960px) {
  .cinema-card__conditions {
    position: relative;
    z-index: 9;
  }
  .cinema-card__conditions .cinema-card__conditions-btn.cinema-active svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .cinema-card__conditions .cinema-card__conditions-wrapper.cinema-active {
    opacity: 1;
  }
  .cinema-catalog__bottom-icon:hover {
    background: #0e0d0d;
  }
}
@media (min-width: 1201px) {
  .cinema-information .cinema-vacancies__item-title span {
    min-height: 44px;
  }
}
@media (max-width: 1200px) {
  .cinema-container, .cinema-footer__container {
    width: 880px;
  }
  .cinema-page__gray {
    width: 100%;
  }
  .cinema-slider {
    overflow: visible;
  }
  .cinema-slider .swiper-slide {
    width: 160px;
    min-width: 160px;
  }
  .cinema-banners__block {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cinema-banners__list {
    margin: -20px -10px 0;
  }
  .cinema-page__gray {
    padding: 0;
  }
  .cinema-bonus {
    padding: 27px 25px;
    height: 192px;
    border-radius: 16px;
  }
  .cinema-bonus__text {
    font-size: 40px;
    line-height: 90%;
  }
  .cinema-new {
    padding: 27px 37px 24px;
    border-radius: 16px;
  }
  .cinema-new__text {
    font-size: 52px;
    line-height: 90%;
  }
  .cinema-top__bg {
    padding: 0;
  }
  .cinema-top__bg img:nth-child(1) {
    display: none;
  }
  .cinema-top__bg img:nth-child(2) {
    display: block;
    width: 100%;
    height: auto;
  }
  .cinema-main .swiper-slide {
    width: 820px;
    min-width: 820px;
  }
  .cinema-header__nav-wrapper {
    width: 100%;
    overflow-x: auto;
  }
  .cinema-header__nav-wrapper::-webkit-scrollbar {
    display: none;
  }
  .cinema-header__nav-list {
    padding-left: calc(50vw - 440px);
  }
  .cinema-header__nav-link {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 20px;
    white-space: nowrap;
  }
  .cinema-header__nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .cinema-city__list {
    max-height: 200px;
    margin-right: -20px;
  }
  .cinema-city__block {
    padding-right: 20px;
    width: 20%;
  }
  .cinema-slider__item {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    pointer-events: none;
    opacity: 0;
  }
  .swiper-slide-active .cinema-slider__item, .swiper-slide-active + .swiper-slide .cinema-slider__item, .swiper-slide-active + .swiper-slide + .swiper-slide .cinema-slider__item, .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .cinema-slider__item, .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .cinema-slider__item, .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .cinema-slider__item {
    opacity: 1;
    pointer-events: auto;
  }
  .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .cinema-slider__item, .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .cinema-slider__item {
    opacity: 1;
    pointer-events: auto;
  }
  .cinema-stock__list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cinema-stock__block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cinema-card__bg {
    left: 0;
    right: 0;
  }
  .cinema-card .cinema-breadcrumbs {
    width: 880px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cinema-card__article-right {
    width: 280px;
  }
  .cinema-card__article-left, .cinema-card__content {
    width: calc(100% - 300px);
  }
  .cinema-graph {
    padding-bottom: 57px;
  }
  .page-events .cinema-slider__item {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .cinema-card__schedule-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cinema-card__schedule-info img {
    margin-top: 3px;
  }
  .cinema-product__right {
    width: 280px;
  }
  .cinema-product__left {
    width: calc(100% - 20px - 280px);
  }
  .cinema-card__article-left.cinema-product__left .cinema-card__wrapper {
    height: 310px;
  }
  .cinema-footer__right {
    display: block;
  }
  .cinema-footer {
    padding-bottom: 47px;
  }
  .cinema-footer__bottom {
    padding-top: 30px;
  }
  .cinema-footer__logo {
    margin-bottom: 22px;
  }
  .cinema-footer__nav {
    margin-top: 40px;
    margin-right: 0;
  }
  .cinema-footer__nav:first-child {
    margin-top: 0;
  }
  .cinema-footer__navs {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .cinema-footer__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cinema-footer__right {
    margin: 0 auto;
  }
  .cinema-footer__mobile {
    border-width: 5px;
    width: 336px;
    padding: 31px 63px 32px;
    border-radius: 50px 50px 0 0;
  }
  .cinema-footer__mobile-text {
    font-size: 20px;
  }
  .cinema-footer__mobile-qr {
    padding: 24px;
    margin: 20px 0 24px;
  }
  .cinema-footer__mobile-bold {
    font-size: 24px;
  }
  .cinema-footer__mobile-link {
    border-width: 2px;
    width: 51px;
    height: 51px;
    border-radius: 12px;
  }
  .cinema-movie__wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .cinema-movie__top {
    margin-bottom: 40px;
  }
  .cinema-movies__list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cinema-movies__block {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cinema-faq__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cinema-faq__item-title {
    min-width: calc(100% - 28px);
    width: calc(100% - 28px);
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin: 0;
  }
  .cinema-faq__item::after {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .cinema-faq__item-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-width: calc(100% - 28px);
    width: calc(100% - 28px);
    margin: 24px 0 0 0;
  }
  .cinema-contact {
    padding-top: 12px;
  }
  .cinema-contact__item {
    width: calc(50% - 10px) !important;
    margin-top: 20px;
  }
  .cinema-vacancies__img {
    width: 280px;
  }
  .cinema-vacancies__left {
    width: calc(100% - 304px);
  }
  .cinema-vacancies__item-form {
    width: 468px;
  }
  .cinema-vacancies__item-text {
    width: 272px;
  }
  .cinema-landing__cost-right {
    width: 466px;
  }
  .cinema-landing__cost-left {
    width: 360px;
  }
  .cinema-landing__steps-bg {
    width: 1000px;
    top: -250px;
  }
  .cinema-soon {
    padding: 29px 24px 18px 239px;
  }
  .cinema-soon__left {
    width: 100%;
  }
  .cinema-soon__right {
    width: 100%;
  }
  .cinema-soon__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cinema-soon .cinema-input__mb {
    margin: 0;
  }
  .cinema-soon .cinema-form__btn, .cinema-soon .cinema-input__mb {
    width: calc(50% - 4px);
  }
  .cinema-soon__text {
    display: none;
  }
  .cinema-soon__text.cinema-soon__mobile {
    display: block;
    margin-top: 16px;
  }
  .cinema-soon__subtitle {
    margin: 6px 0 16px;
  }
  .cinema-soon__success-list {
    display: block;
  }
  .cinema-soon__success-text {
    width: 100%;
  }
  .cinema-soon__success-right {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cinema-soon__success .cinema-soon__success-btn {
    margin: 0;
  }
  .cinema-soon__success-email {
    width: calc(50% - 4px);
  }
  .cinema-sitemap__item:last-child .cinema-sitemap__item-list {
    max-height: 222px;
  }
  .cinema-information__left {
    width: 0;
    position: relative;
    z-index: 4;
  }
  .cinema-information__right {
    width: 100%;
  }
  .cinema-information__sticky {
    width: 840px !important;
  }
  .cinema-information__right {
    margin-top: 0;
    padding-top: 74px;
  }
  .cinema-premieres__item-left {
    width: 220px;
    min-width: 220px;
    margin-right: 20px;
  }
  .cinema-premieres__item-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 240px;
  }
  .cinema-premieres__item-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cinema-premieres__item-desktop {
    min-height: auto;
  }
  .cinema-premieres__item-buttons {
    min-width: auto;
    margin: auto 0 0 0;
    width: 100%;
  }
  .cinema-card__article-btn, .cinema-card__article-dark {
    width: calc(50% - 7px);
    margin: 0;
  }
  .cinema-premieres__item-bottom__item p {
    -webkit-line-clamp: 1;
  }
  .cinema-premieres__item-text {
    -webkit-line-clamp: 3;
    margin: 0;
  }
  .cinema-feedback .cinema-vacancies__item-title span {
    width: 350px;
  }
  .cinema-feedback__text {
    width: 340px;
  }
  .cinema-feedback__right {
    width: 450px;
  }
}
@media (max-width: 959px) {
  .cinema-container, .cinema-footer__container {
    width: 730px;
  }
  .cinema-graph {
    padding-bottom: 70px;
  }
  .cinema-landing__btn {
    font-size: 14px;
    margin-top: 40px;
  }
  .cinema-banners__block {
    margin-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .cinema-banners__list {
    margin: -16px -8px 0;
  }
  .cinema-main .swiper-slide {
    width: 820px;
    min-width: 820px;
  }
  .cinema-main {
    padding-top: 16px;
  }
  .cinema-main .swiper-slide {
    width: 299px;
    min-width: 299px;
  }
  .cinema-main__item {
    border-radius: 14px;
  }
  .cinema-main__item-content {
    padding: 83px 8px 8px;
    opacity: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .cinema-main__item-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 100%;
    opacity: 1;
  }
  .cinema-main__item-flex {
    opacity: 1;
  }
  .cinema-main__item-date {
    padding: 0 12px;
    height: 32px;
    font-size: 16px;
    line-height: 24px;
  }
  .cinema-main__item-btn {
    height: 32px;
    padding: 0 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .cinema-main__item-btn img {
    margin-right: 5px;
  }
  .cinema-header__city {
    margin-left: auto;
    margin-right: 8px;
    font-size: 0;
    width: 32px;
    height: 32px;
    background: url("../img/search-mobile.svg");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
  }
  .cinema-header__city:hover {
    background: url("../img/search-mobile.svg");
  }
  .cinema-header__online {
    margin-left: 6px;
  }
  .cinema-header__link {
    margin-left: 6px;
  }
  .cinema-header__top {
    padding: 16px 0 24px;
  }
  .cinema-header__nav {
    padding-bottom: 8px;
  }
  .cinema-header__nav-img img {
    width: auto;
    max-height: 32px;
  }
  .cinema-header__nav-link {
    padding: 0 16px;
    font-size: 16px;
    height: 32px;
  }
  .cinema-header__top-list {
    padding: 0;
  }
  .cinema-page__wrapper {
    padding-top: 112px;
  }
  .cinema-header__nav-list {
    padding: 0 20px;
  }
  .cinema-header__logo img:nth-child(1) {
    display: none;
  }
  .cinema-header__logo img:nth-child(2) {
    display: block;
  }
  .cinema-header__city {
    margin-right: 6px !important;
  }
  .cinema-city__list {
    max-height: 540px;
    margin-top: -14px;
  }
  .cinema-city__link {
    font-size: 16px;
  }
  .cinema-city {
    padding: 60px 0 40px;
    z-index: 21;
  }
  .cinema-city__block {
    width: 50%;
    margin-top: 14px;
  }
  .cinema-city__title {
    margin-bottom: 0;
  }
  .cinema-city__top {
    margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cinema-city__close {
    display: block;
    background-image: url("../img/modal-close.svg");
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .cinema-city__modal {
    display: none;
  }
  .cinema-city {
    height: 100%;
  }
  .cinema-stories .swiper-slide {
    padding-right: 12px;
  }
  .cinema-city__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [data-slider="3"] .cinema-slider__item {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .cinema-search__content, .cinema-search__default {
    max-height: calc(100vh - 176px);
  }
  .cinema-search__content::-webkit-scrollbar, .cinema-search__default::-webkit-scrollbar {
    display: none;
  }
  .cinema-slider__item-top {
    padding-top: 0;
  }
  .cinema-slider__item-cat {
    margin-bottom: -13px;
    position: relative;
    top: auto;
  }
  .cinema-breadcrumbs {
    display: none;
  }
  .cinema-stock {
    padding-top: 24px;
    padding-bottom: 52px;
  }
  .cinema-stock__list {
    margin-top: -31px;
  }
  .cinema-stock__block {
    margin-top: 31px;
  }
  .cinema-card__bg {
    height: auto;
  }
  .cinema-card__bg img {
    height: auto;
  }
  .cinema-card {
    padding-top: 224px;
  }
  .cinema-card__top {
    padding: 16px 14px;
  }
  .cinema-card__top-title {
    margin: 6px 0 8px;
    font-size: 18px;
    line-height: 110%;
  }
  .cinema-card__top-item {
    height: 25px;
    padding: 0 7px;
    font-size: 14px;
  }
  .cinema-card__tabs {
    padding: 7px;
    border-radius: 14px;
  }
  .cinema-card__tab {
    padding: 0 10px;
    height: 34px;
    font-size: 14px;
  }
  .cinema-card__tab img {
    margin-right: 8px;
  }
  .cinema-card__top {
    background: transparent;
    position: relative;
    backdrop-filter: none;
    padding: 0;
  }
  .cinema-card__top-box {
    padding: 16px 14px;
    backdrop-filter: blur(15px);
    background: rgba(34, 34, 34, 0.1);
    border-radius: 14px;
    margin-bottom: 8px;
  }
  .cinema-card__top-info {
    margin-bottom: 0;
  }
  .cinema-card__schedule {
    padding-top: 32px;
  }
  .cinema-card__article-content {
    font-size: 16px;
    line-height: 140%;
  }
  .cinema-card__article-content h2, .cinema-card__article-content h3, .cinema-card__article-content h4, .cinema-card__article-content h5, .cinema-card__article-content h6 {
    font-size: 16px;
    line-height: 140%;
  }
  .cinema-card__article {
    margin-top: 24px;
  }
  .cinema-card__wrapper {
    margin-top: 32px;
  }
  .cinema-card__title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .cinema-card__content {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
  }
  .cinema-card__content h2, .cinema-card__content h3, .cinema-card__content h4, .cinema-card__content h5, .cinema-card__content h6 {
    font-size: 16px;
    line-height: 140%;
  }
  .cinema-card__info {
    margin-top: 0;
    padding-top: 2px;
  }
  .cinema-card__mt {
    margin-top: 32px;
  }
  .cinema-card__top {
    margin-bottom: 0;
  }
  .cinema-page__gray {
    position: static;
  }
  .cinema-card__conditions {
    position: relative;
    z-index: 3;
    margin-top: 14px;
  }
  .cinema-card__conditions-btn {
    width: 100%;
    height: 50px;
    padding: 0 18px;
    text-align: left;
    font-size: 16px;
  }
  .cinema-card__conditions-btn svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .cinema-card__conditions-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
  }
  .cinema-card__conditions-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 60px 20px 38px;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 999;
  }
  .cinema-card__conditions-wrapper.cinema-active {
    opacity: 1;
    pointer-events: auto;
  }
  .cinema-card__conditions-wrapper::-webkit-scrollbar {
    display: none;
  }
  .cinema-card__conditions-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 22px;
  }
  .cinema-card__conditions-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 58px;
    border-radius: 15px;
    background: #00c6e0;
    font-family: "Onest", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-decoration: none;
    border: none;
    margin-top: 20px;
  }
  .cinema-card__conditions-close {
    border: none;
    background: url("../img/close-4.svg");
    background-repeat: no-repeat;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-left: 22px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .cinema-card__conditions-title {
    font-family: "Onest", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
  }
  .cinema-card__conditions {
    position: static;
  }
  .cinema-card__conditions-wrapper {
    border-radius: 0;
  }
  .cinema-card__conditions-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cinema-card__top {
    border: none;
  }
  .cinema-card__top-box {
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
  .cinema-map__wrapper {
    height: 456px;
  }
  .cinema-card__tabs-margin {
    margin: 16px 0 18px;
  }
  .cinema-card__top-subtitle {
    margin-bottom: 8px;
  }
  .cinema-schedule__margin.big-margin {
    margin: 16px 0 18px;
  }
  .cinema-card__schedule-info {
    margin: 14px 0 0;
    padding: 19px 20px;
  }
  .cinema-product__items-wrapper {
    margin: 20px 0 10px;
  }
  .cinema-card__top-box {
    margin-bottom: 12px;
  }
  .cinema-card__top-subtitle {
    margin-bottom: 16px;
  }
  .cinema-card__article {
    margin-top: 22px;
  }
  .cinema-pt__small {
    padding-top: 24px;
  }
  .cinema-movie .cinema-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cinema-movie__title {
    font-size: 18px;
    line-height: 110%;
  }
  .cinema-movie__subtitle {
    font-size: 16px;
    line-height: 110%;
  }
  .cinema-movie__item {
    margin: 0 12px 0 0;
  }
  .cinema-movie .cinema-card__top-item {
    margin: 0 2px;
  }
  .cinema-movie__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .cinema-movie__scroll {
    top: 112px;
  }
  .cinema-graph__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cinema-graph__item-left {
    min-height: 240px;
  }
  .cinema-movies__top {
    display: block;
  }
  .cinema-movies__top .cinema-top__link {
    margin: 2px 0 0 0;
  }
  .cinema-movies__top .cinema-top__title {
    width: 100%;
    max-width: 100%;
  }
  .cinema-movies__block {
    width: 25%;
    margin-top: 38px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .cinema-movies__list {
    margin: -14px -7px 0;
  }
  .cinema-movies__list .cinema-banners__block, .cinema-movies__list .cinema-bonus {
    margin-top: 38px;
  }
  .cinema-movies__top {
    margin-top: 32px;
  }
  .cinema-movies__text {
    font-size: 16px;
    line-height: 24px;
    margin: 2px 0 0 0;
  }
  .cinema-page__title {
    margin: 24px 0 0;
    font-size: 18px;
    line-height: 24px;
  }
  .cinema-faq {
    padding-top: 8px;
  }
  .cinema-faq__item-title {
    font-size: 16px;
    line-height: 140%;
  }
  .cinema-faq__item-content {
    font-size: 16px;
    line-height: 140%;
  }
  .cinema-contact {
    padding-top: 8px;
  }
  .cinema-contact__item {
    margin-top: 16px;
    width: calc(50% - 8px) !important;
  }
  .cinema-contact__item-title {
    font-size: 16px;
    line-height: 140%;
  }
  .cinema-contact__item-bottom {
    margin-top: 30px;
    font-size: 16px;
  }
  .cinema-contact__item-text {
    font-size: 16px;
    line-height: 140%;
  }
  .cinema-vacancies__item-list {
    display: block;
  }
  .cinema-vacancies__item-form {
    width: 100%;
    margin-top: 20px;
  }
  .cinema-vacancies__item-title {
    padding: 20px;
    font-size: 16px;
  }
  .cinema-vacancies__item-content {
    padding: 0 20px 20px;
  }
  .cinema-vacancies__item-text {
    width: 100%;
  }
  .cinema-vacancies__bottom {
    margin-top: 32px;
  }
  .cinema-vacancies__items {
    padding-top: 10px;
  }
  .cinema-vacancies__item {
    margin-top: 8px;
  }
  .cinema-input__select-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 60px 20px 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 999;
  }
  .cinema-input__select .cinema-city__mobile {
    margin-top: auto;
  }
  .cinema-input__select .cinema-input__select-list {
    margin-bottom: 32px;
  }
  .cinema-input__select .cinema-city__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8px;
    margin-bottom: 0;
  }
  .cinema-input__select-label {
    width: calc(50% - 15px);
    font-size: 16px;
    line-height: normal;
  }
  .cinema-header.cinema-header__hide {
    opacity: 0;
    pointer-events: none;
  }
  .cinema-partners__contact .cinema-contact {
    margin-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cinema-partners__contact .cinema-contact__item {
    width: calc(50% - 12px) !important;
    margin-right: 0;
  }
  .cinema-partners__contact .cinema-contact__item:nth-child(4), .cinema-partners__contact .cinema-contact__item:nth-child(5) {
    width: calc(50% - 12px) !important;
  }
  .cinema-adv__schedule {
    margin: 32px 0 18px;
  }
  .cinema-adv__item {
    padding-top: 20px;
    margin-top: 20px;
  }
  .cinema-adv__item-top {
    display: block;
  }
  .cinema-adv__item-btn {
    margin-top: 20px;
  }
  .cinema-movies__search-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 999;
    padding: 60px 20px 40px;
  }
  .cinema-movies__search-wrapper::-webkit-scrollbar {
    display: none;
  }
  .cinema-movies__search .cinema-city__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cinema-landing__pt {
    padding-top: 40px;
  }
  .cinema-landing__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
  }
  .cinema-landing__bonus {
    display: block;
  }
  .cinema-landing__bonus-item {
    width: 100%;
    margin-top: 24px;
  }
  .cinema-landing__bonus-item:first-child {
    margin-top: 0;
  }
  .cinema-landing__bonus-top {
    display: block;
  }
  .cinema-landing__bonus-top span {
    font-size: 70px;
    line-height: 120%;
  }
  .cinema-landing__bonus-top p {
    margin: -10px 0 0 0;
    font-size: 24px;
    line-height: 120%;
  }
  .cinema-landing__bonus-text {
    margin-top: 14px;
    font-size: 18px;
    line-height: 160%;
  }
  .cinema-landing__cost-top {
    display: block;
  }
  .cinema-landing__cost-bottom {
    display: none;
  }
  .cinema-landing__cost-right {
    width: 100%;
    border-top: 1px solid #363636;
    margin-top: 32px;
    padding-top: 32px;
  }
  .cinema-landing__cost-restrictions {
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .cinema-landing__cost-left {
    width: 100%;
  }
  .cinema-landing__cost-item {
    margin-top: 12px;
  }
  .cinema-landing__cost-restrictions {
    display: none;
  }
  .cinema-landing__cost-restrictions.cinema-mobile__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .cinema-landing__cost::before {
    left: 150px;
  }
  .cinema-landing__h1 {
    padding: 12px 0;
    font-size: 24px;
    letter-spacing: -0.04em;
    line-height: normal;
  }
  .cinema-landing__steps-bg {
    display: none;
  }
  .cinema-landing__steps-mobile {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -250px;
  }
  .cinema-landing__subtitle {
    margin: 24px auto 40px;
    font-size: 18px;
    line-height: 120%;
  }
  .cinema-landing__steps {
    margin-top: -24px;
  }
  .cinema-landing__steps-block {
    width: 100%;
    margin-top: 24px;
  }
  .cinema-landing__steps-text {
    font-size: 18px;
  }
  .cinema-landing__steps-title {
    margin: 9px 0;
    font-size: 20px;
  }
  .cinema-soon {
    padding: 118px 20px 20px;
    border-radius: 30px;
  }
  .cinema-soon__img {
    top: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cinema-soon__img img {
    width: 119px;
    height: auto;
  }
  .cinema-soon__title {
    text-align: center;
    font-size: 30px;
    line-height: 140%;
  }
  .cinema-soon__subtitle {
    margin: 8px 0 40px;
    font-size: 16px;
    line-height: 140%;
    opacity: 0.4;
  }
  .cinema-soon__text {
    margin: 8px auto 0;
    font-size: 14px;
    text-align: center;
  }
  .cinema-sitemap__item {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
  }
  .cinema-sitemap__item-title {
    width: 100%;
    min-width: 100%;
    margin: 0 0 16px;
    font-size: 16px;
  }
  .cinema-sitemap__item:last-child .cinema-sitemap__item-item {
    width: 100%;
    margin-right: 0;
  }
  .cinema-sitemap__item:last-child .cinema-sitemap__item-list {
    max-height: none;
    display: block;
  }
  .cinema-sitemap__item-list {
    margin: 0;
  }
  .cinema-information__sticky {
    width: 690px !important;
  }
  .cinema-premieres__items {
    margin-top: 20px;
  }
  .cinema-feedback .cinema-vacancies__item-title span {
    width: auto;
  }
  .cinema-feedback__text {
    margin: 0 0 20px;
    font-size: 16px;
    width: calc(100% - 30px);
  }
  .cinema-feedback__right {
    width: 100%;
    margin: 0;
  }
  .cinema-feedback__right-text {
    font-size: 16px;
    line-height: 140%;
  }
  .cinema-feedback__tabs-wrapper {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(40px);
    -webkit-transition: none;
    transition: none;
    padding: 0;
  }
  .cinema-feedback__tabs-box {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px 30px 0 0;
    backdrop-filter: blur(40px);
    background: rgba(34, 34, 34, 0.75);
    padding: 19px;
  }
  .cinema-feedback__tabs.cinema-select-open {
    z-index: 100;
  }
  .cinema-footer__hide {
    z-index: 0;
  }
  .cinema-feedback .cinema-city__mobile {
    margin-top: 40px;
  }
  .cinema-feedback .cinema-city__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cinema-feedback__buy-text {
    font-size: 16px;
    line-height: 140%;
  }
  .cinema-feedback__buys-bottom {
    margin-top: 20px;
  }
  #rent-item .cinema-feedback__right, #group-item .cinema-feedback__right {
    margin-top: 0;
  }
  .cinema-inputs__flex-item, .cinema-inputs__flex-block {
    width: 100%;
  }
  #problems-item .cinema-feedback__right {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cinema-container, .cinema-footer__container {
    width: 540px;
  }
  .cinema-movies__flex {
    display: block;
  }
  .cinema-movies__search {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
  .cinema-movies__block {
    width: 50%;
  }
  .cinema-graph__item-bottom {
    margin-top: auto;
  }
  .cinema-graph__item-left {
    min-height: 20px;
  }
  .cinema-graph__item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .cinema-card__actors-slider {
    margin-left: -11px;
  }
  .cinema-bonus {
    padding: 16px 10px;
    height: 144px;
    border-radius: 20px;
  }
  .cinema-bonus__text {
    font-size: 21px;
    line-height: 90%;
  }
  .cinema-bonus__img {
    left: auto;
    right: 0;
    width: 120%;
  }
  .cinema-new {
    padding: 16px 10px;
    height: 144px;
    border-radius: 20px;
  }
  .cinema-new__text {
    font-size: 21px;
    line-height: 90%;
  }
  .cinema-new__img {
    right: -50px;
  }
  .cinema-search__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .cinema-nav-schedule {
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px);
    width: calc(100% + 30px) !important;
  }
  .cinema-search__title {
    display: block;
  }
  .cinema-search__close {
    position: static;
  }
  .cinema-search__overlay {
    display: none;
  }
  .cinema-search__list {
    padding: 0;
    backdrop-filter: blur(60px);
    background: rgba(34, 34, 34, 0.5);
    padding: 60px 20px 40px;
  }
  .cinema-search__container {
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    backdrop-filter: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cinema-search__input input {
    font-size: 16px;
  }
  .cinema-search__input {
    margin-bottom: 20px;
  }
  .cinema-search__cat {
    height: 38px;
    padding: 0 16px;
    font-size: 16px;
  }
  .cinema-search__items {
    margin-top: 10px;
  }
  .cinema-search__item {
    margin-top: 0;
    padding: 12px;
  }
  .cinema-search__item-img {
    width: 40px;
    min-width: 40px;
    height: 60px;
    margin-right: 14px;
  }
  .cinema-search__item-btn {
    display: none;
  }
  .cinema-search__item-title {
    font-size: 18px;
    line-height: 110%;
  }
  .cinema-search__item-gray {
    margin-left: 8px;
    font-size: 16px;
  }
  .cinema-search__item-content {
    max-width: calc(100% - 54px) !important;
  }
  .cinema-search__close {
    background-image: url("../img/close-2.svg");
  }
  .cinema-search__empty, .cinema-search__error {
    display: none;
    padding-bottom: 40px;
  }
  .cinema-modal__arrow {
    display: none;
  }
  .cinema-main__item {
    height: 216px;
  }
  .cinema-stock__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cinema-stock__title {
    font-size: 18px;
    line-height: 133%;
  }
  .cinema-stock__subtitle {
    font-size: 16px;
    line-height: 110%;
  }
  .cinema-stock__filter-link {
    height: 32px;
    padding: 0 12px;
    border-radius: 11px;
    font-size: 18px;
    margin-right: 6px;
  }
  .cinema-stock__filter {
    margin-top: 16px;
  }
  .cinema-stock__filter-clear {
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin-right: 6px;
    border-radius: 11px;
    background-size: 18px;
  }
  .cinema-stock__block {
    width: 50%;
  }
  .cinema-card {
    padding-top: 190px;
  }
  .cinema-card__article {
    display: block;
  }
  .cinema-card__article-left {
    width: 100%;
  }
  .cinema-card__article-right {
    width: 100%;
    margin-top: 32px;
  }
  .cinema-card__soc-link {
    margin-left: auto;
  }
  .cinema-card__soc-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
  }
  .cinema-card__gallery .swiper-slide {
    width: 306px;
    min-width: 306px;
  }
  .cinema-card__gallery .swiper-slide.cinema-small__slide {
    width: 123px;
    min-width: 123px;
  }
  .cinema-card__gallery-img {
    height: 184px;
  }
  .cinema-graph__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .cinema-graph__item-right {
    width: 100%;
    margin-top: 16px;
  }
  .cinema-graph__item-center {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 120px;
    min-width: 120px;
    position: static;
    margin: 0 15px 0 0;
    padding: 0;
  }
  .cinema-graph__item-img {
    width: 100%;
    height: 192px;
    border-radius: 12px;
  }
  .cinema-graph__item-left {
    position: static;
    width: calc(100% - 135px);
    min-width: calc(100% - 135px);
  }
  .cinema-graph__item-dark:not(.cinema-graph__item-dark__mobile) {
    width: calc(100% - 135px);
    height: 35px;
    top: 157px;
    right: 0;
    padding: 0 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: auto;
    bottom: auto;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cinema-graph__item-dark:not(.cinema-graph__item-dark__mobile) strong {
    margin: 0;
  }
  .cinema-graph__item-dark:not(.cinema-graph__item-dark__mobile) img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
    margin-left: auto;
  }
  .cinema-graph__item-dark:not(.cinema-graph__item-dark__mobile) span {
    margin: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .cinema-graph__item-bottom {
    position: absolute;
    left: 6px;
    margin: 0;
    z-index: 4;
    height: 32px;
    top: 154px;
  }
  .cinema-graph__item-color {
    font-size: 14px;
  }
  .cinema-graph__item-address {
    font-size: 14px;
    margin: 8px 0;
  }
  .cinema-graph__item-title {
    font-size: 16px;
  }
  .cinema-graph__item {
    margin-top: 20px;
    padding-top: 20px;
  }
  .cinema-graph__item-bottomAbsolute {
    left: -6px;
  }
  .cinema-graph__item-bottomAbsolute::before {
    bottom: -10.5px;
  }
  .cinema-graph__item-name {
    font-size: 16px;
  }
  .cinema-graph__item-dark {
    font-size: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .cinema-catalog__item {
    display: block;
  }
  .cinema-catalog__item .cinema-graph__item-bottom {
    position: relative;
    left: auto;
    top: auto;
  }
  .cinema-catalog__item .cinema-graph__item-name, .cinema-catalog__item .cinema-graph__item-address {
    width: calc(100% - 105px);
  }
  .cinema-catalog__left {
    width: 100%;
    margin: 16px 0 0;
    position: relative;
  }
  .cinema-catalog__bottom {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
  }
  .cinema-catalog__right {
    width: 100%;
    border-radius: 12px;
    height: 200px;
  }
  .cinema-schedule__banner {
    margin-bottom: -19px;
    margin-top: 20px;
  }
  .cinema-schedule__banner::before {
    bottom: -2px;
  }
  .cinema-schedule__box-time {
    font-size: 14px;
    line-height: 120%;
  }
  .cinema-graph__item-dark.cinema-graph__item-dark__mobile {
    width: 145px;
    padding: 10px 3px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
  }
  .cinema-graph__item-dark.cinema-graph__item-dark__mobile strong {
    width: 19px;
  }
  .cinema-graph__item-dark.cinema-graph__item-dark__mobile strong img {
    margin: 0 auto;
  }
  .cinema-graph__box .cinema-graph__item-center {
    position: relative;
    margin-right: 40px;
  }
  .cinema-graph__box .cinema-graph__item-left {
    width: calc(100% - 160px);
    min-width: calc(100% - 160px);
  }
  .cinema-product__right {
    width: 100%;
    margin-top: 0;
    margin-bottom: 28px;
  }
  .cinema-product__left {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
  }
  .cinema-card__map {
    margin-top: 32px;
    height: 200px;
    border-radius: 12px;
  }
  .cinema-product__item-close {
    display: block;
  }
  .cinema-product__item-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0 0;
    width: 100%;
  }
  .cinema-product__item-hover {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: calc(100% - 140px);
    padding: 24px 20px 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px 30px 0 0;
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 60px 40px -30px rgba(0, 0, 0, 0.5);
            box-shadow: 0 60px 40px -30px rgba(0, 0, 0, 0.5);
    background: rgba(34, 34, 34, 0.15);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 40;
    overflow-y: auto;
  }
  .cinema-product__item-hover.cinema-active {
    opacity: 1;
    pointer-events: auto;
  }
  .cinema-product__item {
    position: static;
  }
  .cinema-product__item .cinema-product__item-hover {
    display: none !important;
  }
  .cinema-active .cinema-product__item-hover {
    opacity: 1;
    pointer-events: auto;
  }
  .cinema-hovers-wrapper {
    display: block;
  }
  .cinema-card__article-left.cinema-product__left .cinema-card__wrapper {
    height: 485px;
  }
  .cinema-product__item-hover::before {
    display: none;
  }
  .cinema-footer {
    padding: 60px 0 25px;
  }
  .cinema-footer__bottom {
    padding-top: 24px;
  }
  .cinema-footer__copy {
    font-size: 14px;
    margin-top: 18px;
  }
  .cinema-footer__bottom-list {
    display: block;
  }
  .cinema-footer__logo {
    margin-bottom: 42px;
  }
  .cinema-footer__wrapper {
    display: block;
  }
  .cinema-footer__nav {
    width: 100%;
  }
  .cinema-footer__navs {
    display: block;
  }
  .cinema-footer__left .cinema-footer__nav {
    margin: 0;
  }
  .cinema-footer__right .cinema-footer__nav {
    margin: 24px 0 0 0;
  }
  .cinema-footer__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-width: 4px;
    border-radius: 40px 40px 0 0;
    padding: 50px 20px 42px;
    width: 331px;
  }
  .cinema-footer__mobile-link {
    border-width: 2px;
    width: 40px;
    height: 40px;
  }
  .cinema-footer__mobile-link img {
    max-width: 22px;
  }
  .cinema-footer__mobile-bold {
    text-align: left;
    margin: 7px 0 11px;
    font-size: 18px;
    line-height: 100%;
  }
  .cinema-footer__mobile-text {
    text-align: left;
    font-size: 14px;
    line-height: normal;
  }
  .cinema-footer__mobile-qr {
    display: none;
  }
  .cinema-footer__mobile-app {
    display: block;
    width: 114px;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 114px;
    background: radial-gradient(70.61% 70.86% at 53.1% -16.23%, #313131 0%, #000 100%);
    border-radius: 28px;
    -webkit-box-shadow: 0 14px 45px 0 rgba(255, 255, 255, 0.16), inset 0 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 17px 0 rgba(255, 255, 255, 0.33);
            box-shadow: 0 14px 45px 0 rgba(255, 255, 255, 0.16), inset 0 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 17px 0 rgba(255, 255, 255, 0.33);
  }
  .cinema-footer__mobile-app img {
    width: 74px;
    display: block;
    height: auto;
  }
  .cinema-footer__nav-ul {
    display: none;
  }
  .cinema-footer__nav-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 16px;
  }
  .cinema-footer__nav-title::after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background-image: url("../img/nav-arrow.svg");
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .cinema-footer__nav-title.cinema-active::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .cinema-footer__left .cinema-footer__nav ul li a {
    font-size: 14px;
  }
  .cinema-stock__filter-list {
    position: static !important;
  }
  .cinema-stock__filter-list::before {
    left: 20px !important;
  }
  .cinema-movie .cinema-breadcrumbs {
    display: none;
  }
  .cinema-movie__bg {
    height: 272px;
  }
  .cinema-movie__wrapper {
    padding-top: 224px;
    height: auto;
    text-align: center;
  }
  .cinema-movie__img {
    display: none;
  }
  .cinema-movie__box {
    width: 100%;
  }
  .cinema-movie__top {
    margin-bottom: 16px;
  }
  .cinema-movie__bg::before {
    background: #161616;
    opacity: 0.4;
  }
  .cinema-movie__bg span::before {
    display: none;
  }
  .cinema-movie__bg span::after {
    height: 125px;
  }
  .cinema-movie__scroll-list {
    display: block;
    height: auto;
    padding: 11px 0 9px;
  }
  .cinema-movie__scroll-title {
    font-size: 16px;
    line-height: 120%;
  }
  .cinema-movie__scroll-subtitle {
    margin-top: 4px;
    font-size: 14px;
    line-height: 110%;
  }
  .cinema-movie__scroll-img {
    display: none;
  }
  .cinema-movie__scroll-content {
    margin: 0 0 12px;
  }
  .cinema-graph__item .cinema-graph__item-bottom {
    top: 174px;
  }
  .cinema-graph__item:first-child .cinema-graph__item-bottom {
    top: 154px;
  }
  .cinema-movies__gray .cinema-stock__filter-link {
    font-size: 16px;
  }
  .cinema-contact__item {
    width: 100% !important;
  }
  .cinema-contact__item:nth-child(3), .cinema-contact__item:nth-child(4) {
    display: none;
  }
  .cinema-vacancies__top {
    display: block;
    margin-top: 24px;
  }
  .cinema-vacancies__img {
    width: 100%;
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cinema-vacancies__img img {
    width: calc(50% - 7px);
    margin: 7px 0 0 0 !important;
  }
  .cinema-vacancies__left {
    width: 100%;
  }
  .cinema-vacancies__content {
    font-size: 16px;
    line-height: 140%;
  }
  .cinema-vacancies__content h2, .cinema-vacancies__content h3, .cinema-vacancies__content h4, .cinema-vacancies__content h5, .cinema-vacancies__content h6 {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 8px;
  }
  .cinema-vacancies__content ul {
    margin-bottom: 8px;
  }
  .cinema-vacancies__content ul li {
    margin-top: 6px;
  }
  .cinema-vacancies__content p {
    margin-bottom: 8px;
  }
  .cinema-form__items {
    display: block;
  }
  .cinema-form__item {
    width: 100%;
  }
  .cinema-partners__contact .cinema-contact {
    padding-top: 16px;
  }
  .cinema-partners__contact .cinema-contact__item {
    width: 100% !important;
    margin-top: 16px;
  }
  .cinema-partners__contact .cinema-contact__item:nth-child(4), .cinema-partners__contact .cinema-contact__item:nth-child(5) {
    width: 100% !important;
  }
  .cinema-adv__item .cinema-graph__item-bottom {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
  }
  .cinema-soon__form {
    display: block;
  }
  .cinema-soon .cinema-form__btn, .cinema-soon .cinema-input__mb {
    width: 100%;
  }
  .cinema-soon .cinema-input__mb {
    margin: 0 0 8px 0;
  }
  .cinema-soon__img-blur {
    -webkit-filter: blur(84.1500091553px);
            filter: blur(84.1500091553px);
    opacity: 0.8;
  }
  .cinema-soon__success-text {
    width: 100%;
  }
  .cinema-soon__success-right {
    width: 100%;
    margin-top: 40px;
    display: block;
  }
  .cinema-soon__success .cinema-soon__success-btn {
    margin: 8px 0 0 0;
  }
  .cinema-soon__success-email {
    width: 100%;
  }
  .cinema-information__sticky {
    width: 500px !important;
  }
  .cinema-information__right {
    font-size: 16px;
    line-height: 150%;
  }
  .cinema-information__right h2, .cinema-information__right h3, .cinema-information__right h4, .cinema-information__right h5, .cinema-information__right h6 {
    font-size: 16px;
    line-height: 150%;
  }
  .cinema-premieres__select {
    width: calc(50% - 4px);
    margin: 0 0 8px;
    z-index: 11;
  }
  .cinema-premieres__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px;
  }
  .cinema-premieres__top .cinema-movies__search-btn {
    height: 50px;
  }
  .cinema-premieres__item-desktop {
    min-height: auto;
    display: block;
  }
  .cinema-premieres__item-title, .cinema-premieres__item-subtitle, .cinema-premieres__item-bottom {
    display: none;
  }
  .cinema-premieres__item {
    display: block;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .cinema-premieres__item-text {
    -webkit-line-clamp: 4;
    margin-top: 16px;
  }
  .cinema-premieres__item-buttons {
    display: block;
    margin: 0;
  }
  .cinema-premieres__item-btn, .cinema-premieres__item-dark {
    width: 100%;
    margin: 16px 0 0 0;
    height: 48px;
    font-size: 16px;
  }
  .cinema-premieres__item-img {
    width: 123px;
    min-width: 123px;
    height: 184px;
    border-radius: 12px;
  }
  .cinema-premieres__item-date {
    width: 52px;
    min-width: 52px;
    margin-right: -15px;
    border-radius: 12px 12px 0 0;
    padding: 12px 10px 25px;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cinema-premieres__item-date span {
    font-size: 14px;
    font-weight: 500;
    width: 19px;
    text-align: center;
  }
  .cinema-premieres__item-date small {
    font-size: 14px;
    width: 19px;
    text-align: center;
  }
  .cinema-premieres__item-date strong {
    font-size: 14px;
    width: 19px;
    text-align: center;
  }
  .cinema-premieres__item-left {
    width: 100%;
    min-width: 100%;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cinema-premieres__item-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 16px;
  }
  .cinema-premieres__item-mobile .cinema-premieres__item-title {
    display: block;
    margin: 0;
    font-size: 16px;
  }
  .cinema-premieres__item-mobile .cinema-premieres__item-subtitle {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  .cinema-premieres__item-gray {
    margin: 4px 0 auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #787878;
  }
  .cinema-premieres__item-right, .cinema-premieres__item-img {
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .cinema-container, .cinema-footer__container {
    width: 100%;
    padding: 0 20px;
  }
  .cinema-information__sticky {
    width: calc(100vw - 80px) !important;
  }
  .cinema-form__tab {
    font-size: 14px;
  }
  .cinema-form__tab img {
    width: 20px;
    margin-right: 6px;
  }
  .cinema-landing__banner-img {
    display: none;
  }
  .cinema-landing__banner-mobile {
    display: block;
  }
  .cinema-footer__mobile {
    width: 100%;
  }
  .swiper-slide .cinema-main__item-content {
    opacity: 0;
  }
  .swiper-slide-active .cinema-main__item-content {
    opacity: 1;
  }
  .cinema-stock__block {
    width: 100%;
  }
  .cinema-pt {
    padding-top: 40px;
  }
  .cinema-pb {
    padding-bottom: 40px;
  }
  .cinema-arrows, .cinema-slider .swiper-pagination, .cinema-card__gallery-slider .swiper-pagination {
    display: none;
  }
  .cinema-main__slider .swiper-pagination {
    margin-top: 16px;
    position: static;
    height: auto;
  }
  .cinema-banners {
    padding-left: 20px;
    overflow-x: auto;
    margin-left: -20px;
    width: calc(100% + 40px);
    padding-bottom: 40px;
  }
  .cinema-banners__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .cinema-banners__block {
    padding: 0;
    margin: 0 15px 0 0;
    width: 300px;
    min-width: 300px;
  }
  .cinema-banners::-webkit-scrollbar {
    display: none;
  }
  .cinema-top {
    margin-bottom: 18px;
  }
  .cinema-top__title {
    font-size: 18px;
    line-height: 24px;
  }
  .cinema-top__link {
    font-size: 16px;
    line-height: 24px;
    margin-left: auto;
  }
  .cinema-top__link span {
    display: none;
  }
  .cinema-top__link::after {
    margin-left: 10px;
  }
  .cinema-top__title {
    max-width: calc(100% - 100px);
  }
  .cinema-bonus__img {
    display: none;
  }
  .cinema-bonus__mobile {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .cinema-stories .swiper-slide {
    width: 103px;
    min-width: 103px;
    padding-right: 4px;
  }
  .cinema-stories__item-img {
    width: 92px;
    height: 92px;
    border-width: 3px;
    border-radius: 20px;
  }
  .cinema-stories__item-text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 120%;
  }
  .cinema-modal__slider .swiper-slide {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .cinema-modal__slider .swiper-slide::before {
    display: none;
  }
  .cinema-top__title {
    line-height: 18px;
  }
  .cinema-stock__filter-clear {
    position: relative;
    z-index: 4;
  }
  .cinema-stock__filter-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    overflow-x: auto;
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 6px;
  }
  .cinema-stock__filter-list::-webkit-scrollbar {
    display: none;
  }
  .cinema-stock__filter-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#161616), to(transparent));
    background: linear-gradient(to right, #161616, transparent);
  }
  .cinema-card__tabs {
    width: 100%;
  }
  .cinema-card__tab {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cinema-card {
    padding-top: 0;
  }
  .cinema-card__bg {
    padding-top: 56%;
    position: relative;
  }
  .cinema-card__bg::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#161616));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #161616 100%);
    top: 0;
    bottom: auto;
    z-index: 1;
    top: calc(135% - 90px);
    height: 90px;
  }
  .cinema-card__bg img {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 135%;
  }
  .cinema-card__bg img:last-child {
    display: block;
    width: 100%;
  }
  .cinema-card__top {
    position: relative;
    z-index: 3;
  }
  .cinema-graph__item-right {
    margin-left: -20px;
    width: auto;
    margin-right: -20px;
    overflow-x: auto;
    padding-left: 20px;
  }
  .cinema-graph__item-right::-webkit-scrollbar {
    display: none;
  }
  .cinema-dates {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .cinema-movies__flex {
    padding: 24px 0 28px;
    display: block;
  }
  .cinema-vacancies__img {
    overflow-x: scroll;
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 20px;
    width: auto;
  }
  .cinema-vacancies__img::-webkit-scrollbar {
    display: none;
  }
  .cinema-vacancies__img img {
    border-radius: 14px;
    width: 306px;
    min-width: 306px;
    margin: 0 15px 0 0 !important;
  }
  .cinema-success__list {
    padding: 20px;
  }
  .cinema-sber__popup-text {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .cinema-card__conditions-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 360px) {
  .cinema-bonus__mobile {
    -o-object-position: right center;
       object-position: right center;
  }
  .cinema-new__img {
    right: -90px;
  }
  .cinema-main .swiper-slide {
    width: 270px;
    min-width: 270px;
  }
  .cinema-header__online {
    font-size: 13px;
    padding: 0 8px;
  }
  .cinema-header__online img {
    width: 16px;
    margin-right: 4px;
  }
  .cinema-search__input input {
    font-size: 14px;
    padding-left: 40px;
  }
  .cinema-card__tab {
    padding: 0;
    font-size: 13px;
  }
  .cinema-card__tab img {
    width: 12px;
    margin-right: 6px;
  }
  .cinema-card__conditions-btn {
    font-size: 14px;
    padding: 0 10px;
  }
  .cinema-graph__item-bottomAbsolute {
    width: 280px;
  }
  .cinema-graph__item-dark span {
    font-size: 14px;
  }
  .cinema-footer__mobile-app {
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }
  .cinema-footer__mobile-app img {
    width: 50px;
  }
  .cinema-form__tab {
    width: 100%;
  }
  .cinema-landing__bonus-text span {
    font-size: 16px;
  }
  .cinema-feedback__right-dark, .cinema-feedback__right-btn {
    font-size: 14px;
  }
  .cinema-feedback__right-dark img, .cinema-feedback__right-btn img {
    margin-left: 8px;
    width: 14px;
  }
}