/*!
Theme Name: atmosfera-kino
Theme URI: https://ivan-kozlov.ru/
Author: Ivan Kozlov
Author URI: https://ivan-kozlov.ru/
Version: 1.0.0
*/
@import "fonts/fonts.css";
@import "css/normalize.css";
@import "css/swiper-bundle.min.css";
:root {
  --white: #fff;
  --black: #020001;
  --gray: #B4B3B3;
  --dark-gray: #4D4D4D;
  --text: #D6D6D6;
  --body: #1D1F1F;
  --yellow: #F9A11B;
  --yellow-acent: #DB8707;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 2.778vw;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .container {
    padding: 0 4.688vw;
  }
}
.container__wrap {
  box-sizing: border-box;
  width: 94.444vw;
  max-width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .container__wrap {
    width: 90.625vw;
  }
}

.ft {
  display: block;
}
.ft > *:first-child {
  margin-top: 0;
}
.ft .wp-caption {
  display: block;
  margin-top: 1.944vw;
  max-width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .ft .wp-caption {
    margin-top: 5.625vw;
  }
}
.ft .wp-caption .wp-caption-text {
  margin-top: 0.833vw;
  font-size: 0.833vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .ft .wp-caption .wp-caption-text {
    margin-top: 1.875vw;
    font-size: 3.125vw;
  }
}
.ft p {
  display: block;
  margin-top: 1.944vw;
  color: var(--text);
  font-size: 1.389vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .ft p {
    margin-top: 5.625vw;
    font-size: 4.375vw;
  }
}
.ft ol {
  display: block;
  margin-top: 1.944vw;
  color: var(--text);
  font-size: 1.389vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .ft ol {
    margin-top: 5.625vw;
    font-size: 4.375vw;
  }
}
.ft ol li {
  display: block;
  counter-increment: my-awesome-counter;
  margin-top: 0.8vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .ft ol li {
    margin-top: 2.8vw;
  }
}
.ft ol li::before {
  content: counter(my-awesome-counter) ". ";
}
.ft ul {
  display: block;
  margin-top: 1.944vw;
  color: var(--text);
  font-size: 1.389vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .ft ul {
    margin-top: 5.625vw;
    font-size: 4.375vw;
  }
}
.ft ul li {
  display: block;
  margin-top: 0.8vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .ft ul li {
    margin-top: 2.8vw;
  }
}
.ft ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.4vw;
  margin-right: 0.8vw;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background: var(--text);
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .ft ul li::before {
    margin-left: 2vw;
    margin-right: 2vw;
    width: 1.4vw;
    height: 1.4vw;
  }
}
.ft img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ft strong {
  font-weight: 700;
}
.ft em {
  font-style: italic;
}
.ft a {
  color: var(--yellow);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.ft a:hover {
  color: var(--yellow-acent);
}

.mobx-holder, .mobx-holder * {
  box-sizing: border-box;
}

.mobx-holder, .mobx-holder svg {
  pointer-events: none;
}

.mobx-holder, .mobx-item, .mobx-item-inner {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.mobx-error, .mobx-html, .mobx-iframe, .mobx-img, .mobx-slider, .mobx-thumb, .mobx-video {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.mobx-holder {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  will-change: opacity, visibility;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.mobx-overlay, .mobx-ui:after {
  position: absolute;
  left: 0;
  will-change: opacity;
  top: 0;
}

.mobx-holder:-webkit-full-screen {
  background-color: transparent;
}

.mobx-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.mobx-rtl {
  direction: rtl;
}

.mobx-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}

.mobx-hide {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.mobx-overlay {
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  background-color: #000;
}

.mobx-ui:after {
  content: "";
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
}

.mobx-open-tooltip .mobx-ui:after {
  opacity: 1;
  visibility: visible;
}

.mobx-share-tooltip :after, .mobx-thumb-video:after, .mobx-ui button, .mobx-video:after, .mobx-video:before {
  background-image: url(images/modulobox.svg);
  background-repeat: no-repeat;
  background-color: transparent;
}

.mobx-bottom-bar, .mobx-top-bar {
  position: absolute;
  will-change: transform;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  width: 100%;
}

.mobx-top-bar {
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}

.mobx-holder:not(.mobx-open) .mobx-top-bar, .mobx-idle .mobx-top-bar, .mobx-will-close .mobx-top-bar {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.mobx-bottom-bar {
  bottom: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}

.mobx-holder:not(.mobx-open) .mobx-bottom-bar, .mobx-panzoom .mobx-bottom-bar, .mobx-will-close .mobx-bottom-bar {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.mobx-caption {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

.mobx-caption-inner {
  max-width: 420px;
  margin: 0 auto;
  pointer-events: auto;
  cursor: default;
}

.mobx-desc, .mobx-title {
  position: relative;
  margin: 0;
  padding: 14px 10px 12px;
  font-weight: 400;
  display: block;
}

.mobx-error, .mobx-html {
  pointer-events: none;
}

.mobx-title {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #eee;
}

.mobx-desc, .mobx-error {
  color: #bbb;
  text-align: center;
}

.mobx-desc {
  font-size: 12px;
  line-height: 16px;
}

.mobx-title + .mobx-desc {
  margin: -6px 0 0;
  padding: 0 10px 10px;
}

.mobx-item, .mobx-item-inner {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  touch-action: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.mobx-img, .mobx-panzoom .mobx-item {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

.mobx-dragging .mobx-item * {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.mobx-error, .mobx-html, .mobx-iframe, .mobx-img, .mobx-video {
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  max-width: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  will-change: opacity;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.mobx-media-loaded {
  opacity: 1;
  visibility: visible;
}

.mobx-error, .mobx-html-inner {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobx-error {
  width: 100%;
  height: auto;
  padding: 20px 60px;
}

.mobx-html-inner {
  position: relative;
  display: inline-block;
  overflow: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.mobx-video {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mobx-video.mobx-playing {
  background: 0 0;
  background-image: none !important;
}

.mobx-video:after, .mobx-video:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  padding: 0;
  margin: -44px 0 0 -44px;
  border: 4px solid #fff;
  border-radius: 100%;
  background-size: 175px;
  background-position: 28px -414px;
  box-sizing: content-box;
}

.mobx-video.mobx-loading:before {
  border-color: transparent;
}

.mobx-video:after {
  opacity: 0;
  visibility: hidden;
  background-image: none;
  background-color: transparent;
  border-color: transparent transparent transparent #fff;
}

.mobx-video.mobx-loading:after {
  opacity: 1;
  visibility: visible;
  -webkit-animation: mobx-load 1.1s infinite linear;
  animation: mobx-load 1.1s infinite linear;
}

.mobx-video.mobx-playing:after, .mobx-video.mobx-playing:before {
  opacity: 0;
}

.mobx-video .mejs-video, .mobx-video iframe, .mobx-video video {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  background: rgba(255, 255, 255, 0.065);
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.mobx-video iframe {
  background: 0 0;
}

.mobx-video.mobx-playing .mejs-video, .mobx-video.mobx-playing iframe, .mobx-video.mobx-playing video {
  opacity: 1;
  pointer-events: auto;
}

.mobx-fullscreen .mejs-fullscreen-button, .mobx-fullscreen video::-webkit-media-controls-fullscreen-button {
  display: none;
}

.mobx-counter, .mobx-timer {
  position: relative;
  display: inline-block;
}

:-webkit-full-screen-ancestor:not(iframe) {
  will-change: auto !important;
}

.mobx-counter {
  float: left;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  margin: 0 10px;
  letter-spacing: 0.6px;
}

.mobx-rtl .mobx-counter {
  float: right;
}

.mobx-timer {
  float: left;
  width: 24px;
  height: 24px;
  margin: 10px 0 10px 5px;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.mobx-rtl .mobx-timer {
  float: right;
}

.mobx-autoplay .mobx-timer {
  opacity: 1;
}

.mobx-loader {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  outline: transparent solid 1px;
  border-radius: 50%;
  border-width: 3px;
  border-right-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  -webkit-animation: mobx-load 1.1s infinite linear;
  animation: mobx-load 1.1s infinite linear;
}

@-webkit-keyframes mobx-load {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes mobx-load {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mobx-share-tooltip {
  position: absolute;
  display: block;
  z-index: 2;
  width: 120px;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  will-change: transform;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: -webkit-transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}

.mobx-share-tooltip:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -12px;
  right: 14px;
  border: 6px solid transparent;
  border-bottom-color: #f9fafb;
}

.mobx-share-tooltip button:after, .mobx-thumb-video:after, .mobx-thumb:after {
  content: "";
}

.mobx-share-tooltip[data-position=left]:before {
  left: 14px;
  right: auto;
}

.mobx-open-tooltip .mobx-share-tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mobx-share-tooltip span {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px;
  color: #777;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  background: #f9fafb;
  box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.03);
}

.mobx-share-tooltip :after, .mobx-ui button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
  border: none;
  outline: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-appearance: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.mobx-share-tooltip button:hover:after, .mobx-ui button:hover {
  opacity: 1;
}

.mobx-share-tooltip button:after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.mobx-share-tooltip button {
  float: left;
}

.mobx-rtl .mobx-share-tooltip button {
  float: right;
}

.mobx-top-bar button {
  float: right;
  margin: 2px;
  opacity: 0.75;
}

.mobx-rtl .mobx-top-bar button {
  float: left;
}

button.mobx-next, button.mobx-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 44px;
  height: 32px;
  margin: 0 6px;
  opacity: 0.75;
  background-color: rgba(0, 0, 0, 0.4);
  will-change: transform;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

button.mobx-next {
  left: auto;
  right: 0;
}

.mobx-holder:not(.mobx-open) .mobx-prev, .mobx-idle .mobx-prev, .mobx-will-close .mobx-prev {
  -webkit-transform: translateX(-120%) translateY(-50%);
  transform: translateX(-120%) translateY(-50%);
}

.mobx-holder:not(.mobx-open) .mobx-next, .mobx-idle .mobx-next, .mobx-will-close .mobx-next {
  -webkit-transform: translateX(120%) translateY(-50%);
  transform: translateX(120%) translateY(-50%);
}

.mobx-holder[data-download=false] .mobx-download, .mobx-holder[data-download=false] .mobx-download:hover, .mobx-holder[data-zoom=false] .mobx-zoom, .mobx-holder[data-zoom=false] .mobx-zoom:hover {
  opacity: 0.45;
  cursor: default;
}

.mobx-prev {
  left: 0;
  background-position: 10px 4px;
}

.mobx-next {
  right: 0;
  background-position: 10px -40px;
}

.mobx-close {
  background-position: 12px -76px;
}

.mobx-zoom {
  background-position: 12px -120px;
}

.mobx-panzoom .mobx-zoom {
  background-position: 12px -164px;
}

.mobx-play {
  background-position: 12px -208px;
}

.mobx-autoplay .mobx-play {
  background-position: 12px -252px;
}

.mobx-download {
  background-position: 12px -296px;
}

.mobx-share {
  background-position: 12px -340px;
}

.mobx-fullscreen {
  background-position: 12px -384px;
}

.mobx-fullscreen .mobx-fullscreen {
  background-position: 12px -428px;
}

.mobx-facebook {
  background-position: -32px -472px;
}

.mobx-facebook:after {
  background-color: #3b5998;
  background-position: 12px -472px;
}

.mobx-twitter {
  background-position: -32px -516px;
}

.mobx-twitter:after {
  background-color: #1da1f2;
  background-position: 12px -516px;
}

.mobx-googleplus {
  background-position: -32px -560px;
}

.mobx-googleplus:after {
  background-color: #dd4b39;
  background-position: 12px -560px;
}

.mobx-pinterest {
  background-position: -32px -604px;
}

.mobx-pinterest:after {
  background-color: #bd081c;
  background-position: 12px -604px;
}

.mobx-linkedin {
  background-position: -32px -648px;
}

.mobx-linkedin:after {
  background-color: #0077b5;
  background-position: 12px -648px;
}

.mobx-reddit {
  background-position: -32px -692px;
}

.mobx-reddit:after {
  background-color: #ff4500;
  background-position: 12px -692px;
}

.mobx-tumblr {
  background-position: -32px -736px;
}

.mobx-tumblr:after {
  background-color: #35465c;
  background-position: 12px -736px;
}

.mobx-blogger {
  background-position: -32px -780px;
}

.mobx-blogger:after {
  background-color: #f57d00;
  background-position: 12px -780px;
}

.mobx-buffer {
  background-position: -32px -824px;
}

.mobx-buffer:after {
  background-color: #323b43;
  background-position: 12px -824px;
}

.mobx-digg {
  background-position: -34px -868px;
}

.mobx-digg:after {
  background-color: #005be2;
  background-position: 10px -868px;
}

.mobx-stumbleupon {
  background-position: -32px -912px;
}

.mobx-stumbleupon:after {
  background-color: #eb4924;
  background-position: 12px -912px;
}

.mobx-evernote {
  background-position: -32px -956px;
}

.mobx-evernote:after {
  background-color: #2dbe60;
  background-position: 12px -956px;
}

.mobx-thumbs-holder, .mobx-thumbs-inner {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0 auto;
}

.mobx-thumbs-holder {
  position: relative;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

.mobx-thumb {
  position: absolute;
  margin: 0;
  will-change: left;
  background-color: #191919;
  outline: transparent solid 0;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.mobx-thumb:hover {
  background-color: #323232;
}

.mobx-thumb:after {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.0001;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 2px solid #fff;
}

.mobx-active-thumb:after {
  opacity: 0.9999;
}

.mobx-thumb-bg {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: opacity, visibility;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mobx-thumb-loaded {
  visibility: visible;
  opacity: 0.5;
}

.mobx-active-thumb .mobx-thumb-loaded, .mobx-thumb-bg:hover {
  opacity: 1;
}

.mobx-dragging .mobx-thumbs-holder {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.mobx-thumb-video:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px auto 0;
  background-position: 12px -208px;
}

@media screen and (max-height: 800px) {
  .mobx-video:after, .mobx-video:before {
    width: 60px;
    height: 60px;
    margin: -34px 0 0 -34px;
    background-size: 125px;
    background-position: 22px -294px;
  }
}
@media screen and (max-height: 360px) {
  .mobx-video:after, .mobx-video:before {
    width: 40px;
    height: 40px;
    margin: -24px 0 0 -24px;
    background-size: initial;
    background-position: 14px -208px;
    border-width: 3px;
  }
}
@media screen and (max-width: 400px) {
  .mobx-timer {
    margin: 10px 0;
  }

  .mobx-top-bar button {
    margin: 2px 0;
  }
}
@media screen and (max-width: 360px) {
  .mobx-counter {
    margin: 0 6px 0 4px;
  }

  .mobx-top-bar button {
    width: 34px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 380px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 380px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 380px), only screen and (min-device-pixel-ratio: 2) and (max-width: 380px) {
  .mobx-top-bar button {
    width: 40px;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::-webkit-scrollbar {
  width: 4px;
}
*::-webkit-scrollbar-track {
  background-color: var(--body);
}
*::-webkit-scrollbar-thumb {
  background-color: var(--text);
}

:root {
  --header-offset: 5.417vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  :root {
    --header-offset: 19.375vw;
  }
}

body {
  font-family: "Manrope", sans-serif;
  padding-top: var(--header-offset);
  background-color: var(--body);
  color: var(--text);
}
.site-header {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--black, #020001);
}
.site-header__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--header-offset);
}
.site-header__logo {
  display: block;
  text-decoration: none;
}
.site-header__logo img {
  display: block;
  width: 6.25vw;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-header__logo img {
    width: 23.125vw;
  }
}
.site-header__navigation {
  margin-left: 2.569vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-header__navigation {
    margin: 0;
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 4.688vw;
    background: var(--black, #020001);
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    z-index: -1;
    transition: 0.3s all ease-in-out;
  }
  .site-header__navigation:not(.open) {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -9.375vw);
  }
}
.site-header__navigation ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1.389vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-header__navigation ul.menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 0;
    row-gap: 6.25vw;
    padding: 6.25vw 0;
  }
}
.site-header__navigation ul.menu > li {
  display: block;
}
.site-header__navigation ul.menu > li > a {
  display: block;
  color: var(--gray, #B4B3B3);
  font-family: "MicraC";
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-header__navigation ul.menu > li > a {
    font-size: 4.375vw;
  }
}
.site-header__navigation ul.menu > li.current-menu-item > a {
  color: var(--yellow, #F9A11B);
}
.site-header__navigation ul.menu > li:hover > a {
  color: var(--yellow, #F9A11B);
}
.site-header__navigation ul.menu > li > ul {
  display: none;
}
.site-header__soc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  column-gap: 0.556vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-header__soc {
    column-gap: 3.75vw;
  }
}
.site-header__soc a {
  display: block;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.site-header__soc a:hover {
  opacity: 0.7;
}
.site-header__soc a img {
  display: block;
  width: 2.5vw;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-header__soc a img {
    width: 7.5vw;
  }
}
.site-header__sep {
  display: block;
  margin: 0 1.389vw;
  width: 1px;
  height: 2.5vw;
  background: var(--dark-gray, #4D4D4D);
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-header__sep {
    display: none;
  }
}
.site-header__search {
  display: block;
  width: 1.667vw;
  height: 1.667vw;
  background-color: var(--gray);
  mask: url("images/search.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/search.svg") no-repeat center/1.667vw auto;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-header__search {
    margin-left: 20px;
    width: 7.5vw;
    height: 7.5vw;
    background-color: var(--gray);
    mask: url("images/search.svg") no-repeat center/7.5vw auto;
    -webkit-mask: url("images/search.svg") no-repeat center/7.5vw auto;
  }
}
.site-header__search:hover {
  background-color: var(--yellow);
}
.site-header__burger {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-header__burger {
    display: block;
    margin-left: 20px;
    width: 7.5vw;
    height: 7.5vw;
    background-color: var(--gray);
    mask: url("images/burger.svg") no-repeat center/7.5vw auto;
    -webkit-mask: url("images/burger.svg") no-repeat center/7.5vw auto;
    text-decoration: none;
  }
  .site-header__burger.active {
    mask: url("images/burger-active.svg") no-repeat center/7.5vw auto;
    -webkit-mask: url("images/burger-active.svg") no-repeat center/7.5vw auto;
  }
}

.admin-bar .site-header {
  top: 32px;
}

.site-footer {
  padding-top: 2.778vw;
  padding-bottom: 2.778vw;
  background: #090A0A;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-footer {
    padding-top: 6.25vw;
    padding-bottom: 0;
  }
}
.site-footer__box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-footer__box {
    flex-direction: column;
    position: relative;
    padding-bottom: 25.625vw;
  }
}
.site-footer__logo {
  display: block;
  text-decoration: none;
}
.site-footer__logo img {
  display: block;
  width: 7.222vw;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-footer__logo img {
    width: 22.813vw;
  }
}
.site-footer__info {
  margin-left: 8.819vw;
  margin-top: 0.764vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-footer__info {
    margin: 9.375vw 0 0 0;
  }
}
.site-footer__heading {
  color: var(--white, #FFF);
  font-family: "MicraC";
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-footer__heading {
    font-size: 4.375vw;
  }
}
.site-footer__contacts {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 1.389vw;
  margin-top: 1.389vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-footer__contacts {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2.813vw;
    margin-top: 5.625vw;
    row-gap: 5.625vw;
  }
}
.site-footer__contacts_item {
  box-sizing: border-box;
  width: 16vw;
  border-right: 1px solid var(--dark-gray, #4D4D4D);
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-footer__contacts_item {
    width: 100%;
    border: none;
  }
}
.site-footer__contacts_item:last-child {
  border-right: none;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-footer__contacts_item:last-child {
    width: 100%;
  }
}
.site-footer__contacts_heading {
  color: var(--yellow, #F9A11B);
  font-family: "MicraC";
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-footer__contacts_heading {
    font-size: 3.125vw;
  }
}
.site-footer__contacts_value {
  margin-top: 0.694vw;
  color: var(--gray, #B4B3B3);
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-footer__contacts_value {
    margin-top: 1.875vw;
    font-size: 3.75vw;
  }
}
.site-footer__contacts_value a {
  color: var(--gray, #B4B3B3);
  font-size: 0.833vw;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-footer__contacts_value a {
    font-size: 3.75vw;
  }
}
.site-footer__copyright {
  margin-top: 2.778vw;
  color: var(--gray, #B4B3B3);
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-footer__copyright {
    position: absolute;
    left: 0;
    bottom: 6.25vw;
    margin: 0;
    font-size: 3.75vw;
  }
}
.site-footer__soc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  padding-top: 0.417vw;
  column-gap: 0.556vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-footer__soc {
    justify-content: flex-start;
    margin: 9.375vw 0 0 0;
    column-gap: 2.5vw;
  }
}
.site-footer__soc a {
  display: block;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.site-footer__soc a:hover {
  opacity: 0.7;
}
.site-footer__soc a img {
  display: block;
  width: 1.667vw;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-footer__soc a img {
    width: 7.5vw;
  }
}
.site-footer__privacy {
  margin-top: 0.417vw;
  padding-left: 15.972vw;
  color: var(--gray, #B4B3B3);
  font-size: 0.694vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .site-footer__privacy {
    margin-top: -3.125vw;
    padding-left: 0;
    font-size: 3.125vw;
  }
}
.site-footer__privacy a {
  color: var(--yellow, #F9A11B);
  text-decoration-line: underline;
}
.site-footer__privacy a:hover {
  text-decoration: none;
}

.single-movie {
  padding-top: 1.389vw;
  padding-bottom: 4.167vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie {
    padding-top: 0;
    padding-bottom: 36.875vw;
    position: relative;
  }
}
.single-movie__trailer {
  display: block;
  position: relative;
}
.single-movie__trailer:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.single-movie__trailer iframe, .single-movie__trailer video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.single-movie__infobox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 4.167vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__infobox {
    flex-direction: column-reverse;
    margin-top: 6.25vw;
  }
}
.single-movie__poster {
  width: 22.569vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__poster {
    width: 100%;
    margin-top: 6.25vw;
  }
}
.single-movie__poster img {
  display: block;
  width: 100%;
  height: auto;
}
.single-movie__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 31.944vw);
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__info {
    width: 100%;
  }
}
.single-movie__title {
  color: var(--white);
  font-family: "MicraC";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__title {
    font-size: 6.875vw;
  }
}
.single-movie__date {
  margin-top: 1.111vw;
  color: var(--text);
  font-family: "MicraC";
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__date {
    margin-top: 3.125vw;
    font-size: 3.75vw;
  }
}
.single-movie__text {
  margin-top: 1.528vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__text {
    margin-top: 5.625vw;
  }
}
.single-movie__text_short {
  display: block;
}
.single-movie__text_short.hide {
  display: none;
}
.single-movie__text_full {
  display: none;
}
.single-movie__text_full.show {
  display: block;
}
.single-movie__text_show {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.528vw;
  color: var(--yellow);
  font-family: "MicraC";
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__text_show {
    margin-top: 5.625vw;
    font-size: 3.125vw;
  }
}
.single-movie__text_show:before {
  content: "";
  display: block;
  margin-right: 0.694vw;
  width: 1.667vw;
  height: 1.667vw;
  background-color: var(--yellow);
  mask: url("images/btn-show.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/btn-show.svg") no-repeat center/1.667vw auto;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__text_show:before {
    margin-right: 3.125vw;
    width: 5vw;
    height: 5vw;
    mask: url("images/btn-show.svg") no-repeat center/5vw auto;
    -webkit-mask: url("images/btn-show.svg") no-repeat center/5vw auto;
  }
}
.single-movie__text_show:hover {
  color: var(--yellow-acent);
}
.single-movie__text_show:hover:before {
  background-color: var(--yellow-acent);
}
.single-movie__text_show.active:before {
  transform: rotate(180deg);
}
.single-movie__materials_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.389vw;
  padding: 1.111vw 1.389vw;
  color: var(--body);
  font-family: "MicraC";
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border-radius: 0.417vw;
  background: var(--yellow);
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__materials_btn {
    position: absolute;
    left: 4.688vw;
    bottom: 12.5vw;
    margin: 0;
    padding: 5vw 6.25vw;
    font-size: 3.75vw;
    border-radius: 1.875vw;
  }
}
.single-movie__materials_btn:before {
  content: "";
  display: block;
  margin-right: 0.694vw;
  width: 1.667vw;
  height: 1.667vw;
  background-color: var(--body);
  mask: url("images/materials-btn.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/materials-btn.svg") no-repeat center/1.667vw auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__materials_btn:before {
    margin-right: 3.125vw;
    width: 5vw;
    height: 5vw;
    mask: url("images/materials-btn.svg") no-repeat center/5vw auto;
    -webkit-mask: url("images/materials-btn.svg") no-repeat center/5vw auto;
  }
}
.single-movie__materials_btn:hover {
  background: var(--yellow-acent);
}
.single-movie__gallery {
  margin-top: 6.25vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__gallery {
    margin: 14.375vw 0 0;
  }
}
.single-movie__gallery_title {
  color: var(--white);
  font-family: "MicraC";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__gallery_title {
    font-size: 6.25vw;
  }
}
.single-movie__gallery_slider {
  display: block;
  position: relative;
  margin: 2.778vw 0 0;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__gallery_slider {
    margin: 5.625vw -4.688vw 0;
    width: calc(100% + 9.375vw);
  }
}
.single-movie__gallery_image {
  display: block;
  text-decoration: none;
  cursor: zoom-in;
  transition: 0.3s all ease-in-out;
}
.single-movie__gallery_image:hover {
  opacity: 0.7;
}
.single-movie__gallery_image img {
  display: block;
  width: 100%;
  height: auto;
}
.single-movie__gallery_prev, .single-movie__gallery_next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 1.806vw);
  width: 3.611vw;
  height: 3.611vw;
  border-radius: 50%;
  background: var(--yellow);
  cursor: pointer;
  z-index: 10;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__gallery_prev, .single-movie__gallery_next {
    top: calc(50% - 5vw);
    width: 10vw;
    height: 10vw;
  }
}
.single-movie__gallery_prev.swiper-button-disabled, .single-movie__gallery_next.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
.single-movie__gallery_prev:before, .single-movie__gallery_next:before {
  content: "";
  display: block;
  width: 1.667vw;
  height: 1.667vw;
  background-color: #090A0A;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__gallery_prev:before, .single-movie__gallery_next:before {
    width: 5vw;
    height: 5vw;
  }
}
.single-movie__gallery_prev:hover, .single-movie__gallery_next:hover {
  background: var(--yellow-acent, #DB8707);
}
.single-movie__gallery_prev {
  left: -1.806vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__gallery_prev {
    left: 4.688vw;
  }
}
.single-movie__gallery_prev:before {
  mask: url("images/slider-prev.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/slider-prev.svg") no-repeat center/1.667vw auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__gallery_prev:before {
    margin-left: -0.938vw;
    mask: url("images/slider-prev.svg") no-repeat center/5vw auto;
    -webkit-mask: url("images/slider-prev.svg") no-repeat center/5vw auto;
  }
}
.single-movie__gallery_next {
  right: -1.806vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__gallery_next {
    right: 4.688vw;
  }
}
.single-movie__gallery_next:before {
  mask: url("images/slider-next.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/slider-next.svg") no-repeat center/1.667vw auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .single-movie__gallery_next:before {
    margin-right: -0.938vw;
    mask: url("images/slider-next.svg") no-repeat center/5vw auto;
    -webkit-mask: url("images/slider-next.svg") no-repeat center/5vw auto;
  }
}

.already-in-the-cinema__title, .coming-soon-to-cinema__title {
  color: var(--white);
  font-family: "MicraC";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .already-in-the-cinema__title, .coming-soon-to-cinema__title {
    font-size: 6.25vw;
  }
}
.already-in-the-cinema__slider, .coming-soon-to-cinema__slider {
  position: relative;
  margin: 3.472vw -0.694vw 0;
  width: calc(100% + 1.389vw);
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .already-in-the-cinema__slider, .coming-soon-to-cinema__slider {
    margin: 9.375vw auto 0;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .already-in-the-cinema__slider .swiper-wrapper, .coming-soon-to-cinema__slider .swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2.813vw;
    row-gap: 6.25vw;
    width: 100%;
  }
}
.already-in-the-cinema__slider .swiper-slide, .coming-soon-to-cinema__slider .swiper-slide {
  box-sizing: border-box;
  padding: 0 0.694vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .already-in-the-cinema__slider .swiper-slide, .coming-soon-to-cinema__slider .swiper-slide {
    width: 43.75vw;
    padding: 0;
  }
}
.already-in-the-cinema__slider_prev, .already-in-the-cinema__slider_next, .coming-soon-to-cinema__slider_prev, .coming-soon-to-cinema__slider_next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 9.167vw;
  width: 3.611vw;
  height: 3.611vw;
  border-radius: 50%;
  background: var(--yellow);
  cursor: pointer;
  z-index: 10;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .already-in-the-cinema__slider_prev, .already-in-the-cinema__slider_next, .coming-soon-to-cinema__slider_prev, .coming-soon-to-cinema__slider_next {
    display: none;
  }
}
.already-in-the-cinema__slider_prev.swiper-button-disabled, .already-in-the-cinema__slider_next.swiper-button-disabled, .coming-soon-to-cinema__slider_prev.swiper-button-disabled, .coming-soon-to-cinema__slider_next.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
.already-in-the-cinema__slider_prev:before, .already-in-the-cinema__slider_next:before, .coming-soon-to-cinema__slider_prev:before, .coming-soon-to-cinema__slider_next:before {
  content: "";
  display: block;
  width: 1.667vw;
  height: 1.667vw;
  background-color: #090A0A;
}
.already-in-the-cinema__slider_prev:hover, .already-in-the-cinema__slider_next:hover, .coming-soon-to-cinema__slider_prev:hover, .coming-soon-to-cinema__slider_next:hover {
  background: var(--yellow-acent, #DB8707);
}
.already-in-the-cinema__slider_prev, .coming-soon-to-cinema__slider_prev {
  left: -1.111vw;
}
.already-in-the-cinema__slider_prev:before, .coming-soon-to-cinema__slider_prev:before {
  mask: url("images/slider-prev.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/slider-prev.svg") no-repeat center/1.667vw auto;
}
.already-in-the-cinema__slider_next, .coming-soon-to-cinema__slider_next {
  right: -1.111vw;
}
.already-in-the-cinema__slider_next:before, .coming-soon-to-cinema__slider_next:before {
  mask: url("images/slider-next.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/slider-next.svg") no-repeat center/1.667vw auto;
}

.already-in-the-cinema {
  background: #090A0A;
  padding-top: 4.167vw;
  padding-bottom: 4.167vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .already-in-the-cinema {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
}
.already-in-the-cinema.front {
  padding-top: 4.167vw;
  padding-bottom: 4.167vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .already-in-the-cinema.front {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
}

.coming-soon-to-cinema {
  padding-top: 4.167vw;
  padding-bottom: 6.944vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .coming-soon-to-cinema {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
}
.coming-soon-to-cinema.front {
  padding-top: 4.167vw;
  padding-bottom: 4.167vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .coming-soon-to-cinema.front {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
}

.movie-item {
  display: block;
}
.movie-item__image img {
  display: block;
  width: 100%;
  height: auto;
}
.movie-item__date {
  margin-top: 0.694vw;
  color: var(--gray);
  font-family: "MicraC";
  font-size: 0.764vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .movie-item__date {
    margin-top: 3.125vw;
    font-size: 2.188vw;
  }
}
.movie-item__title {
  margin-top: 0.556vw;
  color: var(--white);
  font-family: "MicraC";
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .movie-item__title {
    margin-top: 2.5vw;
    font-size: 3.438vw;
  }
}
.movie-item__title a {
  color: var(--white);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.movie-item__title a:hover {
  color: var(--yellow);
}

.page-404 {
  padding-top: 9.028vw;
  padding-bottom: 9.028vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .page-404 {
    padding-top: 46.25vw;
    padding-bottom: 46.25vw;
  }
}
.page-404__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.page-404__image {
  display: block;
}
.page-404__image img {
  display: block;
  width: 37.847vw;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .page-404__image img {
    width: 90.625vw;
  }
}
.page-404__title {
  margin-top: 0.694vw;
  color: var(--yellow);
  text-align: center;
  font-family: "MicraC";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .page-404__title {
    margin-top: 0;
    font-size: 6.25vw;
  }
}
.page-404__description {
  margin-top: 4.167vw;
  color: #B4B3B3;
  text-align: center;
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .page-404__description {
    margin-top: 12.5vw;
    font-size: 4.375vw;
  }
}
.page-404__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.778vw;
  padding: 1.111vw 1.389vw;
  color: var(--body);
  font-family: "MicraC";
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border-radius: 0.417vw;
  background: var(--yellow);
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .page-404__btn {
    margin-top: 9.375vw;
    padding: 5vw 6.25vw;
    font-size: 4.375vw;
    border-radius: 1.875vw;
  }
}
.page-404__btn:hover {
  background: var(--yellow-acent);
}

.def-page {
  padding-top: 2.083vw;
  padding-bottom: 6.944vw;
  min-height: 30vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .def-page {
    padding-top: 6.25vw;
    padding-bottom: 18.75vw;
  }
}
.def-page__box {
  padding-right: 23.958vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .def-page__box {
    padding: 0;
  }
}
.def-page__links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 0.6944vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .def-page__links {
    row-gap: 5vw;
    column-gap: 3.125vw;
  }
}
.def-page__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--gray);
  font-family: "MicraC";
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .def-page__link {
    font-size: 3.75vw;
    width: 100%;
  }
}
.def-page__link:before {
  content: "";
  display: block;
  margin-right: 0.694vw;
  width: 1.667vw;
  height: 1.667vw;
  background-color: var(--gray);
  mask: url("images/def-link.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/def-link.svg") no-repeat center/1.667vw auto;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .def-page__link:before {
    margin-right: 3.125vw;
    width: 5vw;
    height: 5vw;
    mask: url("images/def-link.svg") no-repeat center/5vw auto;
    -webkit-mask: url("images/def-link.svg") no-repeat center/5vw auto;
  }
}
.def-page__link:hover {
  color: var(--white);
}
.def-page__link:hover:before {
  background-color: var(--white);
}
.def-page__sep {
  display: block;
  width: 1.6667vw;
  height: 1.6667vw;
  background: url("images/sep.svg") no-repeat center/100% auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .def-page__sep {
    width: 5vw;
    height: 5vw;
  }
}
.def-page__link_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--gray);
  font-family: "MicraC";
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .def-page__link_title {
    font-size: 3.75vw;
  }
}
.def-page__link_title.link:hover {
  color: var(--white);
}
.def-page__title {
  margin-top: 3.472vw;
  color: var(--white);
  font-family: "MicraC";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .def-page__title {
    margin-top: 9.375vw;
    font-size: 6.25vw;
  }
}
.def-page__text {
  margin-top: 2.083vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .def-page__text {
    margin-top: 6.25vw;
  }
}
.def-page__btns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.def-page__materials_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 2.778vw;
  padding: 1.111vw 1.389vw;
  color: var(--body);
  font-family: "MicraC";
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border-radius: 0.417vw;
  background: var(--yellow);
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .def-page__materials_btn {
    margin-top: 9.375vw;
    padding: 5vw 6.25vw;
    font-size: 3.75vw;
    border-radius: 1.875vw;
    white-space: nowrap;
  }
}
.def-page__materials_btn:before {
  content: "";
  display: block;
  margin-right: 0.694vw;
  width: 1.667vw;
  height: 1.667vw;
  background-color: var(--body);
  mask: url("images/materials-btn.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/materials-btn.svg") no-repeat center/1.667vw auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .def-page__materials_btn:before {
    margin-right: 3.125vw;
    width: 5vw;
    height: 5vw;
    mask: url("images/materials-btn.svg") no-repeat center/5vw auto;
    -webkit-mask: url("images/materials-btn.svg") no-repeat center/5vw auto;
  }
}
.def-page__materials_btn.photo {
  margin-top: 2.083vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .def-page__materials_btn.photo {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
  }
}
.def-page__materials_btn.photo:before {
  mask: url("images/materials-photo-btn.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/materials-photo-btn.svg") no-repeat center/1.667vw auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .def-page__materials_btn.photo:before {
    mask: url("images/materials-photo-btn.svg") no-repeat center/5vw auto;
    -webkit-mask: url("images/materials-photo-btn.svg") no-repeat center/5vw auto;
  }
}
.def-page__materials_btn:hover {
  background: var(--yellow-acent);
}
.def-page .docs {
  margin-top: 3.8889vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .def-page .docs {
    margin-top: 12.5vw;
  }
}

.arch-page {
  padding-top: 2.083vw;
  padding-bottom: 6.944vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .arch-page {
    padding-top: 6.25vw;
    padding-bottom: 18.75vw;
  }
}
.arch-page__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.arch-page__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--gray);
  font-family: "MicraC";
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .arch-page__link {
    font-size: 3.75vw;
  }
}
.arch-page__link:before {
  content: "";
  display: block;
  margin-right: 0.694vw;
  width: 1.667vw;
  height: 1.667vw;
  background-color: var(--gray);
  mask: url("images/def-link.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/def-link.svg") no-repeat center/1.667vw auto;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .arch-page__link:before {
    margin-right: 3.125vw;
    width: 5vw;
    height: 5vw;
    mask: url("images/def-link.svg") no-repeat center/5vw auto;
    -webkit-mask: url("images/def-link.svg") no-repeat center/5vw auto;
  }
}
.arch-page__link:hover {
  color: var(--white);
}
.arch-page__link:hover:before {
  background-color: var(--white);
}
.arch-page__title {
  margin-top: 3.472vw;
  color: var(--white);
  font-family: "MicraC";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .arch-page__title {
    margin-top: 9.375vw;
    font-size: 6.25vw;
  }
}
.arch-page__items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2.083vw;
  row-gap: 1.389vw;
  column-gap: 1.389vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .arch-page__items {
    flex-direction: column;
    margin-top: 9.375vw;
    row-gap: 9.375vw;
    column-gap: 0;
  }
}
.arch-page__item {
  width: 22.5vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .arch-page__item {
    width: 100%;
  }
}

.post-item {
  display: block;
}
.post-item__image img {
  display: block;
  width: 100%;
  height: auto;
}
.post-item__date {
  margin-top: 1.111vw;
  color: var(--gray, #B4B3B3);
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .post-item__date {
    margin-top: 3.125vw;
    font-size: 3.75vw;
  }
}
.post-item__title {
  margin-top: 0.694vw;
  color: var(--white, #FFF);
  font-family: "MicraC";
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .post-item__title {
    margin-top: 1.875vw;
    font-size: 4.375vw;
  }
}
.post-item__title a {
  color: var(--white, #FFF);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.post-item__title a:hover {
  color: var(--yellow);
}
.post-item__excerpt {
  margin-top: 0.694vw;
  color: var(--gray, #B4B3B3);
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .post-item__excerpt {
    margin-top: 1.875vw;
    font-size: 3.75vw;
  }
}

.navigation.pagination {
  display: block;
  margin-top: 4.167vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .navigation.pagination {
    margin-top: 12.5vw;
  }
}
.navigation.pagination .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.417vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .navigation.pagination .nav-links {
    column-gap: 1.875vw;
  }
}
.navigation.pagination .page-numbers {
  display: block;
  padding: 0.347vw 0.486vw;
  color: var(--white);
  text-align: center;
  font-family: "MicraC";
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .navigation.pagination .page-numbers {
    padding: 1.563vw 2.5vw;
    font-size: 5vw;
  }
}
.navigation.pagination .page-numbers:not(.current):hover {
  color: var(--yellow);
}
.navigation.pagination .page-numbers.current {
  color: var(--black);
  border-radius: 0.278vw;
  background: var(--yellow);
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .navigation.pagination .page-numbers.current {
    border-radius: 1.25vw;
  }
}

.cookie-popup {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  column-gap: 0.972vw;
  position: fixed;
  width: 65.278vw;
  left: calc(50% - 32.639vw);
  bottom: 2.083vw;
  z-index: 999;
  padding: 1.389vw;
  border-radius: 0.417vw;
  background: var(--dark-gray, #4D4D4D);
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .cookie-popup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 0;
    row-gap: 4.375vw;
    width: 90.625vw;
    left: 4.688vw;
    bottom: 4.688vw;
    padding: 3.125vw;
    border-radius: 1.875vw;
  }
}
.cookie-popup:not(.show) {
  display: none;
}
.cookie-popup__text {
  color: var(--white, #FFF);
  font-family: "MicraC";
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .cookie-popup__text {
    font-size: 3.125vw;
  }
}
.cookie-popup__text a {
  color: var(--yellow, #F9A11B);
  font-family: "MicraC";
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration-line: underline;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .cookie-popup__text a {
    font-size: 3.125vw;
  }
}
.cookie-popup__text a:hover {
  text-decoration: none;
}
.cookie-popup__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.111vw 1.389vw;
  color: var(--body);
  font-family: "MicraC";
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border-radius: 0.417vw;
  background: var(--yellow);
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .cookie-popup__btn {
    padding: 3.125vw;
    font-size: 3.125vw;
    border-radius: 1.875vw;
  }
}
.cookie-popup__btn:hover {
  background: var(--yellow-acent);
}

.movies-slider {
  position: relative;
}
.movies-slider__item {
  display: block;
  position: relative;
}
.movies-slider__item_image {
  display: block;
  position: relative;
  width: 100%;
  height: 49.306vw;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .movies-slider__item_image {
    height: auto;
  }
}
.movies-slider__item_image img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .movies-slider__item_image img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.movies-slider__item_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  padding: 0 10.764vw 7.639vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .movies-slider__item_info {
    position: relative;
    left: auto;
    top: auto;
    padding: 8.125vw 4.688vw 28.75vw;
  }
}
.movies-slider__item_age {
  display: block;
}
.movies-slider__item_age img {
  display: block;
  width: 3.889vw;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .movies-slider__item_age img {
    width: 15.625vw;
  }
}
.movies-slider__item_date {
  display: block;
  margin-top: 0.694vw;
  padding-left: 0.417vw;
  color: var(--text);
  font-family: "MicraC";
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .movies-slider__item_date {
    margin-top: 3.125vw;
    font-size: 3.75vw;
  }
}
.movies-slider__item_title {
  display: block;
  margin-top: 1.389vw;
  color: var(--white);
  font-family: "MicraC";
  font-size: 3.889vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .movies-slider__item_title {
    margin-top: 6.25vw;
    font-size: 8.125vw;
    line-height: 110%;
  }
}
.movies-slider__item_trailer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.806vw;
  padding: 1.111vw 1.389vw;
  border-radius: 0.417vw;
  background: var(--yellow);
  color: var(--body);
  font-family: "MicraC";
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .movies-slider__item_trailer {
    margin-top: 4.375vw;
    padding: 5vw 6.25vw;
    border-radius: 1.875vw;
    font-size: 3.75vw;
  }
}
.movies-slider__item_trailer:before {
  content: "";
  display: block;
  margin-right: 0.694vw;
  width: 1.667vw;
  height: 1.667vw;
  background-color: var(--body);
  mask: url("images/play.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/play.svg") no-repeat center/1.667vw auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .movies-slider__item_trailer:before {
    margin-right: 3.125vw;
    width: 5vw;
    height: 5vw;
    mask: url("images/play.svg") no-repeat center/5vw auto;
    -webkit-mask: url("images/play.svg") no-repeat center/5vw auto;
  }
}
.movies-slider__item_trailer:hover {
  background-color: var(--yellow-acent);
}
.movies-slider__prev, .movies-slider__next {
  display: block;
  position: absolute;
  width: 1.667vw;
  height: 1.667vw;
  top: calc(50% - 0.833vw);
  background-color: var(--white);
  cursor: pointer;
  z-index: 20;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .movies-slider__prev, .movies-slider__next {
    width: 7.5vw;
    height: 7.5vw;
    top: 20.75vw;
  }
}
.movies-slider__prev:hover, .movies-slider__next:hover {
  background-color: var(--yellow);
}
.movies-slider__prev {
  left: 2.778vw;
  mask: url("images/prev.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/prev.svg") no-repeat center/1.667vw auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .movies-slider__prev {
    left: 4.688vw;
    mask: url("images/prev.svg") no-repeat center/7.5vw auto;
    -webkit-mask: url("images/prev.svg") no-repeat center/7.5vw auto;
  }
}
.movies-slider__next {
  right: 2.778vw;
  mask: url("images/next.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/next.svg") no-repeat center/1.667vw auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .movies-slider__next {
    right: 4.688vw;
    mask: url("images/next.svg") no-repeat center/7.5vw auto;
    -webkit-mask: url("images/next.svg") no-repeat center/7.5vw auto;
  }
}
.movies-slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0 !important;
  right: auto !important;
  top: auto !important;
  bottom: 2.083vw !important;
  width: 100%;
  column-gap: 1.111vw;
  z-index: 20;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .movies-slider__pagination {
    bottom: 9.375vw !important;
    column-gap: 5vw;
  }
}
.movies-slider__pagination .swiper-pagination-bullet {
  display: block;
  box-sizing: border-box;
  width: 0.833vw;
  height: 0.833vw;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  border: 1px solid rgba(249, 161, 27, 0.4);
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .movies-slider__pagination .swiper-pagination-bullet {
    width: 3.75vw;
    height: 3.75vw;
  }
}
.movies-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #F9A11B;
  background: #F9A11B;
}

.last-news {
  padding-top: 4.167vw;
  padding-bottom: 7.639vw;
  background: #090A0A;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .last-news {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
}
.last-news__title {
  color: var(--white);
  font-family: "MicraC";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .last-news__title {
    font-size: 6.25vw;
  }
}
.last-news__slider {
  position: relative;
  margin: 3.472vw -0.694vw 0;
  width: calc(100% + 1.389vw);
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .last-news__slider {
    margin: 9.375vw auto 0;
    width: 100%;
  }
  .last-news__slider .swiper-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 9.375vw;
  }
}
.last-news__slider .swiper-slide {
  box-sizing: border-box;
  padding: 0 0.694vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .last-news__slider .swiper-slide {
    width: 100%;
    padding: 0;
  }
}
.last-news__slider_prev, .last-news__slider_next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4.583vw;
  width: 3.611vw;
  height: 3.611vw;
  border-radius: 50%;
  background: var(--yellow);
  cursor: pointer;
  z-index: 10;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .last-news__slider_prev, .last-news__slider_next {
    display: none;
  }
}
.last-news__slider_prev.swiper-button-disabled, .last-news__slider_next.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
.last-news__slider_prev:before, .last-news__slider_next:before {
  content: "";
  display: block;
  width: 1.667vw;
  height: 1.667vw;
  background-color: #090A0A;
}
.last-news__slider_prev:hover, .last-news__slider_next:hover {
  background: var(--yellow-acent, #DB8707);
}
.last-news__slider_prev {
  left: -1.111vw;
}
.last-news__slider_prev:before {
  mask: url("images/slider-prev.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/slider-prev.svg") no-repeat center/1.667vw auto;
}
.last-news__slider_next {
  right: -1.111vw;
}
.last-news__slider_next:before {
  mask: url("images/slider-next.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/slider-next.svg") no-repeat center/1.667vw auto;
}

.about {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .about {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-top: 0;
    padding-bottom: 25vw;
  }
}
.about__text {
  padding-top: 1.389vw;
  width: 38.611vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .about__text {
    margin-top: 6.25vw;
    width: 100%;
  }
}
.about__team {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 46.528vw;
  row-gap: 1.319vw;
  column-gap: 1.319vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .about__team {
    margin-top: 9.375vw;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 2.813vw;
    row-gap: 3.125vw;
  }
}
.about__item {
  display: block;
  width: 14.583vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .about__item {
    width: 43.75vw;
  }
}
.about__item_photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.278vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .about__item_photo img {
    border-radius: 1.25vw;
  }
}
.about__item_name {
  display: block;
  margin-top: 0.972vw;
  color: var(--white);
  font-family: "MicraC";
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .about__item_name {
    margin-top: 3.125vw;
    font-size: 3.75vw;
  }
}
.about__item_status {
  margin-top: 0.417vw;
  color: var(--yellow);
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .about__item_status {
    margin-top: 1.875vw;
    font-size: 3.125vw;
  }
}
.about__item_description {
  margin-top: 0.556vw;
  color: var(--gray);
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .about__item_description {
    margin-top: 2.5vw;
    font-size: 3.75vw;
  }
}

.search-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-top: 2.361vw;
  width: 46.528vw;
  max-width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .search-form {
    margin-top: 9.375vw;
    width: 100%;
  }
}
.search-form__input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.889vw;
  padding: 0 4.444vw 0 1.389vw;
  border-radius: 0.278vw;
  background: #090A0A;
  border: 1px solid #090A0A;
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .search-form__input {
    height: 17.5vw;
    padding: 0 20vw 0 6.25vw;
    border-radius: 1.25vw;
    font-size: 4.375vw;
  }
}
.search-form__input:focus {
  outline: none;
  border-color: var(--white);
}
.search-form__btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4.444vw;
  height: 3.889vw;
  background: var(--gray);
  border: none;
  cursor: pointer;
  mask: url("images/search-btn.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/search-btn.svg") no-repeat center/1.667vw auto;
  z-index: 3;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .search-form__btn {
    width: 20vw;
    height: 17.5vw;
    mask: url("images/search-btn.svg") no-repeat center/5vw auto;
    -webkit-mask: url("images/search-btn.svg") no-repeat center/5vw auto;
  }
}
.search-form__btn:hover {
  background: var(--yellow);
}

.search-movies {
  margin-top: 2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .search-movies {
    margin-top: 12.5vw;
  }
}
.search-movies__title {
  color: var(--white);
  font-family: "MicraC";
  font-size: 1.806vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .search-movies__title {
    font-size: 6.25vw;
  }
}
.search-movies__items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1.806vw;
  column-gap: 1.319vw;
  row-gap: 2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .search-movies__items {
    margin-top: 6.25vw;
    column-gap: 2.813vw;
    row-gap: 6.25vw;
  }
}
.search-movies__item {
  width: 14.583vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .search-movies__item {
    width: 43.75vw;
  }
}

.search-news {
  margin-top: 2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .search-news {
    margin-top: 12.5vw;
  }
}
.search-news__title {
  color: var(--white);
  font-family: "MicraC";
  font-size: 1.806vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .search-news__title {
    font-size: 6.25vw;
  }
}
.search-news__items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1.806vw;
  column-gap: 1.319vw;
  row-gap: 2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .search-news__items {
    margin-top: 6.25vw;
    column-gap: 0;
    row-gap: 6.25vw;
  }
}
.search-news__item {
  width: 22.569vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .search-news__item {
    width: 100%;
  }
}

.search-movies + .search-news {
  margin-top: 4.167vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .search-movies + .search-news {
    margin-top: 12.5vw;
  }
}

.docs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 3.8889vw;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .docs {
    row-gap: 14.375vw;
  }
}
.docs__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1.5278vw;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .docs__item {
    row-gap: 5.625vw;
  }
}
.docs__heading {
  color: var(--white);
  font-family: "MicraC";
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .docs__heading {
    font-size: 6.875vw;
  }
}
.docs__description {
  color: var(--text);
  font-size: 1.3889vw;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .docs__description {
    font-size: 4.375vw;
  }
}
.docs__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 1.111vw 1.389vw;
  color: var(--body);
  font-family: "MicraC";
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border-radius: 0.417vw;
  background: var(--yellow);
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .docs__btn {
    padding: 5vw 6.25vw;
    font-size: 3.75vw;
    border-radius: 1.875vw;
    white-space: nowrap;
  }
}
.docs__btn:before {
  content: "";
  display: block;
  margin-right: 0.694vw;
  width: 1.667vw;
  height: 1.667vw;
  background-color: var(--body);
  mask: url("images/materials-btn.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/materials-btn.svg") no-repeat center/1.667vw auto;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .docs__btn:before {
    margin-right: 3.125vw;
    width: 5vw;
    height: 5vw;
    mask: url("images/materials-btn.svg") no-repeat center/5vw auto;
    -webkit-mask: url("images/materials-btn.svg") no-repeat center/5vw auto;
  }
}
.docs__btn:hover {
  background: var(--yellow-acent);
}

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