@charset "UTF-8";
/*!
Theme Name: al2ex_20
Theme URI: https://ivan-kozlov.ru/
Author: Ivan Kozlov
Author URI: https://ivan-kozlov.ru/
Description:
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Oswald:wght@200..700&display=swap");
@font-face {
  font-family: "Bainsley";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Bainsley"), url("fonts/Bainsley Bold Italic.woff2") format("woff2"), url("fonts/Bainsley Bold Italic.woff") format("woff"), url("fonts/Bainsley Bold Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Bainsley";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Bainsley"), url("fonts/Bainsley Bold.woff2") format("woff2"), url("fonts/Bainsley Bold.woff") format("woff"), url("fonts/Bainsley Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Bainsley";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Bainsley"), url("fonts/Bainsley Italic.woff2") format("woff2"), url("fonts/Bainsley Italic.woff") format("woff"), url("fonts/Bainsley Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Bainsley";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Bainsley"), url("fonts/Bainsley.woff2") format("woff2"), url("fonts/Bainsley.woff") format("woff"), url("fonts/Bainsley.ttf") format("truetype");
}
:root {
  --theme--color--background: #22262B;
  --theme--color--background2: #14191E;
  --theme--color--icon: #33383D;
  --theme--color--accent: #FFC700;
  --theme--color--text: #EFEFEF;
  --theme--color--white: #FFFFFF;
  --theme--color--black: #000;
  --theme--color--paragraph: #A0A0A0;
  --theme--color-border: #4E5155;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*!
 * justifiedGallery - v3.8.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}

.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}

.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.justified-gallery > .jg-filtered {
  display: none;
}

.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}

.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}

.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;
  }
}
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 5vw;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .container {
    padding: 0 3.733vw;
  }
}
.container__wrap {
  box-sizing: border-box;
  width: 81.944vw;
  max-width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .container__wrap {
    width: 100%;
  }
}

@media screen and (min-width: 1px) and (max-width: 992px) {
  html {
    font-size: 10px;
  }
}
:root {
  --tp--block-media-top: 1.587vw;
  --tp--block-margin-top: 1.455vw;
  --tp--block-element-margin-top: 0.992vw;
  --tp--text-color: #e5e5e5;
  --tp--text-color-light: #000000;
  --tp--border-radius: 0.926vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  :root {
    --tp--block-media-top: 4.533vw;
    --tp--block-margin-top: 4.800vw;
    --tp--block-element-margin-top: 2.133vw;
    --tp--border-radius: 1.333vw;
  }
}

* {
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/****************************************************/
/*
h1
 */
h1.wp-block-heading, .ft h1 {
  --tp-heading-size: 4.630vw;
  --tp-line-height: 1.3;
  display: block;
  font-weight: 700;
  color: var(--tp--text-color);
  margin-top: var(--tp--block-margin-top);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  h1.wp-block-heading, .ft h1 {
    --tp-heading-size: 9.333vw;
  }
}

.light-theme h1.wp-block-heading, .ft.theme-2 h1 {
  color: var(--tp--text-color-light);
}

h1.wp-block-heading + h2.wp-block-heading, .ft h1 + h2 {
  margin-top: 0;
}

/****************************************************/
/*
h2
 */
h2.wp-block-heading, .ft h2 {
  --tp-heading-size: 1.984vw;
  --tp-line-height: 1.3;
  --tp--block-margin-top: 2.579vw;
  display: block;
  font-weight: 700;
  color: var(--tp--text-color);
  margin-top: var(--tp--block-margin-top);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  h2.wp-block-heading, .ft h2 {
    --tp-heading-size: 6.0vw;
    --tp--block-margin-top: 4.800vw;
  }
}

.light-theme h2.wp-block-heading, .ft.theme-2 h2 {
  color: var(--tp--text-color-light);
}

/****************************************************/
/*
h3
 */
h3.wp-block-heading, .ft h3 {
  --tp-heading-size: 1.455vw;
  --tp-line-height: 1.3;
  --tp--block-margin-top: 1.323vw;
  display: block;
  font-weight: 700;
  color: var(--tp--text-color);
  margin-top: var(--tp--block-margin-top);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  h3.wp-block-heading, .ft h3 {
    --tp-heading-size: 4.267vw;
    --tp--block-margin-top: 4.267vw;
  }
}

h3.wp-block-heading + *, .ft h3 + * {
  --tp--block-margin-top: 1.389vw;
  margin-top: var(--tp--block-margin-top);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  h3.wp-block-heading + *, .ft h3 + * {
    --tp--block-margin-top: 5.333vw;
  }
}

.light-theme h3.wp-block-heading, .ft.theme-2 h3 {
  color: var(--tp--text-color-light);
}

/****************************************************/
/*
h4
 */
h4.wp-block-heading, .ft h4 {
  --tp-heading-size: 1.323vw;
  --tp-line-height: 1.3;
  display: block;
  font-weight: 700;
  color: var(--tp--text-color);
  margin-top: var(--tp--block-margin-top);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  h4.wp-block-heading, .ft h4 {
    --tp-heading-size: 4vw;
  }
}

.light-theme h4.wp-block-heading, .ft.theme-2 h4 {
  color: var(--tp--text-color-light);
}

/****************************************************/
/*
h5
 */
h5.wp-block-heading, .ft h5 {
  --tp-heading-size: 1.190vw;
  --tp-line-height: 1.3;
  display: block;
  font-weight: 700;
  color: var(--tp--text-color);
  margin-top: var(--tp--block-margin-top);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  h5.wp-block-heading, .ft h5 {
    --tp-heading-size: 3.733vw;
  }
}

.light-theme h5.wp-block-heading, .ft.theme-2 h5 {
  color: var(--tp--text-color-light);
}

/****************************************************/
/*
h6
 */
h6.wp-block-heading, .ft h6 {
  --tp-heading-size: 1.058vw;
  --tp-line-height: 1.3;
  display: block;
  font-weight: 400;
  color: var(--tp--text-color);
  margin-top: var(--tp--block-margin-top);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  h6.wp-block-heading, .ft h6 {
    --tp-heading-size: 3.467vw;
  }
}

.light-theme h6.wp-block-heading, .ft.theme-2 h6 {
  color: var(--tp--text-color-light);
}

/****************************************************/
/*
has-background
 */
.wp-block-heading.has-background, .ft h1.has-background, .ft h2.has-background, .ft h3.has-background, .ft h4.has-background, .ft h5.has-background, .ft h6.has-background {
  --tp--block-margin-top: 1.653vw;
  box-sizing: border-box;
  padding: 0.992vw;
  border-radius: 0.529vw;
  margin-top: var(--tp--block-margin-top);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .wp-block-heading.has-background, .ft h1.has-background, .ft h2.has-background, .ft h3.has-background, .ft h4.has-background, .ft h5.has-background, .ft h6.has-background {
    --tp--block-margin-top: 4.267vw;
    padding: 3.733vw;
    border-radius: 1.333vw;
  }
}

.wp-block-heading.has-background + *, .ft h1.has-background + *, .ft h2.has-background + *, .ft h3.has-background + *, .ft h4.has-background + *, .ft h5.has-background + *, .ft h6.has-background + * {
  --tp--block-margin-top: 0.992vw;
  margin-top: var(--tp--block-margin-top);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .wp-block-heading.has-background + *, .ft h1.has-background + *, .ft h2.has-background + *, .ft h3.has-background + *, .ft h4.has-background + *, .ft h5.has-background + *, .ft h6.has-background + * {
    --tp--block-margin-top: 2.133vw;
  }
}

/****************************************************/
/*
Параграф
 */
.wp-block-paragraph, .ft p, .wp-editor p {
  --tp-paragraph-size: 1.058vw;
  --tp-line-height: 1.5;
  display: block;
  font-weight: 400;
  color: var(--tp--text-color);
  margin-top: var(--tp--block-margin-top);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .wp-block-paragraph, .ft p, .wp-editor p {
    --tp-paragraph-size: 3.733vw;
    --tp-line-height: 1.46;
  }
}
.wp-block-paragraph.empty-p, .ft p.empty-p, .wp-editor p.empty-p {
  min-height: 1.3754vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .wp-block-paragraph.empty-p, .ft p.empty-p, .wp-editor p.empty-p {
    min-height: 5.4508vw;
  }
}

.light-theme .wp-block-paragraph, .ft.theme-2 p {
  color: var(--tp--text-color-light);
}

/****************************************************/
/*
Списки
 */
ul.wp-block-list, .ft ul, .wp-editor ul {
  --tp-paragraph-size: 1.058vw;
  --tp-line-height: 1.5;
  display: block;
  list-style: initial;
  padding: 0 0 0 2.083vw;
  font-weight: 400;
  color: var(--tp--text-color);
  margin-top: var(--tp--block-margin-top);
  list-style-type: disc;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  ul.wp-block-list, .ft ul, .wp-editor ul {
    --tp-paragraph-size: 3.733vw;
    --tp-line-height: 1.46;
    padding: 0 0 0 6.4vw;
  }
}
ul.wp-block-list > li, .ft ul > li, .wp-editor ul > li {
  display: list-item;
  margin-top: var(--tp--block-element-margin-top);
}
ul.wp-block-list > li:first-child, .ft ul > li:first-child, .wp-editor ul > li:first-child {
  margin-top: 0;
}
ol.wp-block-list, .ft ol, .wp-editor ol {
  --tp-paragraph-size: 1.058vw;
  --tp-line-height: 1.5;
  display: block;
  list-style: decimal;
  padding: 0 0 0 2.083vw;
  font-weight: 400;
  color: var(--tp--text-color);
  margin-top: var(--tp--block-margin-top);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  ol.wp-block-list, .ft ol, .wp-editor ol {
    --tp-paragraph-size: 3.733vw;
    --tp-line-height: 1.46;
    padding: 0 0 0 6.4vw;
  }
}
ol.wp-block-list > li, .ft ol > li, .wp-editor ol > li {
  display: list-item;
  margin-top: var(--tp--block-element-margin-top);
}

.light-theme .wp-block-list li, .ft.theme-2 li {
  color: var(--tp--text-color-light);
}

/****************************************************/
/*
Картинки
 */
.wp-block img, .ft img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: var(--tp--border-radius);
}
.wp-block-image, .ft .wp-block-image {
  margin-top: var(--tp--block-media-top);
}
.wp-block-image.aligncenter, .ft .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.wp-block-image + *, .ft .wp-block-image + * {
  margin-top: var(--tp--block-media-top);
}

.wp-block-gallery, .ft .wp-block-gallery {
  margin-top: var(--tp--block-media-top) !important;
}
.wp-block-gallery .wp-block-image, .ft .wp-block-gallery .wp-block-image {
  margin-top: auto !important;
}
.wp-block-gallery img, .ft .wp-block-gallery img {
  border-radius: var(--tp--border-radius);
}

.wp-block-gallery + *, .ft .wp-block-gallery + * {
  margin-top: var(--tp--block-media-top) !important;
}

/****************************************************/
/*
Подписи
 */
.wp-element-caption, .ft .wp-element-caption {
  --tp--block-margin-top: 0.529vw;
  --tp-paragraph-size: 0.794vw;
  display: block;
  padding: 0;
  margin-bottom: 0;
  margin-top: var(--tp--block-margin-top);
  font-size: var(--tp-paragraph-size);
  font-weight: 400;
  color: #3E3E3E;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .wp-element-caption, .ft .wp-element-caption {
    --tp--block-margin-top: 2.933vw;
    --tp-paragraph-size: 2.400vw;
  }
}

.light-theme .wp-element-caption, .ft.theme-2 .wp-element-caption {
  color: #ADADAD;
}

/****************************************************/
/*
Цитата
 */
.wp-block-quote, .ft .wp-block-quote {
  --tp--block-margin-top: 1.587vw;
  --tp-paragraph-size: 1.058vw;
  margin-top: var(--tp--block-margin-top);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .wp-block-quote, .ft .wp-block-quote {
    --tp--block-margin-top: 4.800vw;
    --tp-paragraph-size: 3.733vw;
  }
}
.wp-block-quote p, .ft .wp-block-quote p {
  display: block;
  position: relative;
  padding-left: 1.111vw;
  font-style: italic;
  font-weight: 400;
  color: #3E3E3E;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .wp-block-quote p, .ft .wp-block-quote p {
    padding-left: 3.733vw;
  }
}
.wp-block-quote p:before, .ft .wp-block-quote p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.208vw;
  height: 100%;
  background: #3E3E3E;
  border-radius: 0.278vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .wp-block-quote p:before, .ft .wp-block-quote p:before {
    width: 0.8vw;
    border-radius: 0.533vw;
  }
}
.wp-block-quote cite, .ft .wp-block-quote cite {
  display: block;
  margin-top: 0;
  color: #3E3E3E;
  text-align: right;
  font-style: italic;
  font-weight: 400;
}
.light-theme .wp-block-quote p, .ft.theme-2 .wp-block-quote p {
  color: #666;
  margin-top: 0;
}
.light-theme .wp-block-quote p:before, .ft.theme-2 .wp-block-quote p:before {
  background: #C0C0C0;
}
.light-theme .wp-block-quote cite, .ft.theme-2 .wp-block-quote cite {
  color: #666;
}

/****************************************************/
/*
Ссылки
 */
.wp-block a, .ft a {
  color: var(--tp--text-color);
  text-decoration: underline;
}
.wp-block a:hover, .ft a:hover {
  text-decoration: none;
}

.light-theme .wp-block a, .ft.theme-2 a {
  color: var(--tp--text-color-light);
}

/****************************************************/
/*
Общие
 */
.wp-block strong, .ft strong {
  font-weight: 700;
}

.wp-block em, .ft em {
  font-style: italic;
}

/****************************************************/
/*
Доп отступы
 */
.wp-block-video, .ft .wp-block-video {
  margin-top: var(--tp--block-media-top);
}
.wp-block-video video, .ft .wp-block-video video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--tp--border-radius);
}

.wp-block-video + *, .ft .wp-block-video + * {
  margin-top: var(--tp--block-media-top);
}

.wp-block-audio {
  margin-top: var(--tp--block-media-top);
}

.wp-block-audio + *, .ft .wp-block-audio + * {
  margin-top: var(--tp--block-media-top);
}

#h5vp_player {
  margin-top: var(--tp--block-media-top);
}

#h5vp_player + *, .ft #h5vp_player + * {
  margin-top: var(--tp--block-media-top);
}

.wp-block.wp-block-embed {
  margin-top: var(--tp--block-media-top);
}
.wp-block.wp-block-embed iframe {
  border-radius: var(--tp--border-radius);
}

.wp-block.wp-block-embed + * {
  margin-top: var(--tp--block-media-top);
}

.ft .wp-block-embed-youtube, .ft .wp-block-embed-vimeo {
  margin-top: var(--tp--block-media-top);
}
.ft .wp-block-embed-youtube .wp-block-embed__wrapper, .ft .wp-block-embed-vimeo .wp-block-embed__wrapper {
  display: block;
  position: relative;
}
.ft .wp-block-embed-youtube .wp-block-embed__wrapper:before, .ft .wp-block-embed-vimeo .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.ft .wp-block-embed-youtube iframe, .ft .wp-block-embed-vimeo iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--tp--border-radius);
}
.ft .wp-block-embed-youtube + *, .ft .wp-block-embed-vimeo + * {
  margin-top: var(--tp--block-media-top);
}

.ft {
  max-width: 100%;
  overflow: hidden;
}
.ft *, .ft ::after, .ft ::before {
  box-sizing: border-box;
}
.ft > *:first-child {
  margin-top: 0 !important;
}

.notes-item .ft p {
  font-family: "Bainsley";
  font-size: 1.389vw;
  line-height: 1.3;
  color: #efefef;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .notes-item .ft p {
    font-size: 4vw;
  }
}

.wp-block-acf-photos-slider {
  margin-top: var(--tp--block-media-top);
}

.photos-slider {
  margin-top: var(--tp--block-media-top);
}
.photos-slider * {
  user-select: none;
}
.photos-slider__wrap {
  position: relative;
}
.photos-slider__prev, .photos-slider__next {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  user-select: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .photos-slider__prev, .photos-slider__next {
    display: none;
  }
}
.photos-slider__prev:focus, .photos-slider__next:focus {
  outline: none;
}
.photos-slider__prev {
  left: 0;
}
.photos-slider__next {
  right: 0;
}
.photos-slider__photo {
  display: block;
  opacity: 0.3;
  transform: scale(0.9);
  transition: 0.3s all ease-in-out;
}
.photos-slider__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.389vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .photos-slider__photo img {
    border-radius: 2.667vw;
  }
}
.photos-slider__caption {
  margin-top: 0.694vw;
  color: #ADADAD;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .photos-slider__caption {
    margin-top: 3.2vw;
    font-size: 2.667vw;
  }
}
.photos-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 32.917vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .photos-slider .swiper-slide {
    width: 62.933vw;
  }
}
.photos-slider .swiper-slide.vertical {
  width: 21.944vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .photos-slider .swiper-slide.vertical {
    width: 62.933vw;
  }
}
.photos-slider .swiper-slide-active .photos-slider__photo {
  opacity: 1;
  transform: scale(1);
}
.photos-slider .swiper-slide-active .photos-slider__caption {
  opacity: 1;
}
.photos-slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.806vw;
  column-gap: 0.972vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .photos-slider__pagination {
    margin-top: 3.2vw;
    column-gap: 2.667vw;
  }
}
.photos-slider__pagination .swiper-pagination-bullet {
  display: block;
  padding: 0;
  margin: 0;
  width: 0.556vw;
  height: 0.556vw;
  border-radius: 50%;
  background: #CCCCD2;
  opacity: 1;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .photos-slider__pagination .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.photos-slider__pagination .swiper-pagination-bullet-active {
  background: #625E61;
  opacity: 1;
}

.wp-block-acf-text-accordion {
  margin-top: var(--tp--block-media-top);
}

.wp-block-group {
  margin-top: var(--tp--block-media-top);
  border-radius: 1.1806vw;
  background: #FFF;
  padding: 1.389vw 1.111vw 1.7361vw;
  border: 2px solid #EDEDED;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .wp-block-group {
    border-radius: 3.2vw;
    padding: 3.2vw 4.267vw;
  }
}
.wp-block-group:before {
  content: "Скрытый текст";
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 5.2778vw;
  border-radius: 1.1806vw;
  background: #EDEDED;
  font-family: Bainsley;
  color: #000;
  font-size: 1.3889vw;
  font-weight: 700;
  line-height: 170%;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .wp-block-group:before {
    height: 13.333vw;
    border-radius: 3.2vw;
    font-size: 3.733vw;
  }
}

.text-accordion {
  margin-top: var(--tp--block-media-top);
}
.text-accordion * {
  user-select: none;
}
.text-accordion__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 5.2778vw;
  border-radius: 1.1806vw;
  background: #EDEDED;
  color: #000;
  font-size: 1.3889vw;
  font-weight: 700;
  line-height: 170%;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .text-accordion__btn {
    height: 13.333vw;
    border-radius: 3.2vw;
    font-size: 3.733vw;
  }
}
.text-accordion__btn:before, .text-accordion__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.417vw);
  width: 0.903vw;
  height: 0.833vw;
  background: url("images/text-accoridon.svg") no-repeat center/0.903vw auto;
  transform: rotate(180deg);
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .text-accordion__btn:before, .text-accordion__btn:after {
    top: calc(50% - 1.067vw);
    width: 2.667vw;
    height: 2.133vw;
    background: url("images/text-accoridon.svg") no-repeat center/2.667vw auto;
  }
}
.text-accordion__btn:before {
  left: 1.3889vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .text-accordion__btn:before {
    left: 3.2vw;
  }
}
.text-accordion__btn:after {
  right: 1.3889vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .text-accordion__btn:after {
    right: 3.2vw;
  }
}
.text-accordion__content {
  display: none;
  padding: 1.389vw 1.111vw 1.7361vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .text-accordion__content {
    padding: 3.2vw 4.267vw;
  }
}
.text-accordion.open .text-accordion__wrap {
  border-radius: 1.1806vw;
  background: #FFF;
  border: 2px solid #EDEDED;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .text-accordion.open .text-accordion__wrap {
    border-radius: 3.2vw;
  }
}
.text-accordion.open .text-accordion__btn {
  border-radius: 1.1806vw 1.1806vw 0 0;
}
.text-accordion.open .text-accordion__btn:before, .text-accordion.open .text-accordion__btn:after {
  transform: rotate(0deg);
}
.text-accordion.open .text-accordion__content {
  display: block;
}

.ft .html5_video_players {
  display: block;
  width: 100% !important;
}
.ft .vertical-video {
  width: 50% !important;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .ft .vertical-video {
    width: 70% !important;
  }
}
.ft .horizontal-video {
  width: 100% !important;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .ft .horizontal-video {
    width: 100% !important;
  }
}
.ft .square-video {
  width: 70% !important;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .ft .square-video {
    width: 70% !important;
  }
}

:root {
  --movie-column-gap: 1.597vw;
  --movie-column-gap-mobile: 3.200vw;
  --movie-row-gap: 1.597vw;
  --movie-row-gap-mobile: 3.200vw;
}

a {
  outline: none;
}

@media screen and (min-width: 993px) {
  body::-webkit-scrollbar {
    width: 0.347vw;
  }

  body::-webkit-scrollbar-track {
    background: #131416;
  }

  body::-webkit-scrollbar-thumb {
    background-color: var(--theme--color--accent);
    outline: none;
  }
}
body {
  font-family: "Bainsley";
  color: var(--theme--color--text);
  background: #131416;
  position: relative;
  /*&:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: red;
    z-index: -1;
  }*/
}

body.home, body.page-template-page-digest {
  background: #131416;
}

body.page-template-page-notes, body.page-template-page-gallery, body.page-template-page-stories {
  background: #111111;
}

.site-header * {
  font-family: "Bainsley";
}
.site-header__box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 7.917vw;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__box {
    height: 16vw;
  }
}
.site-header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  margin-right: auto;
  height: 3.333vw;
  padding: 0 2.5vw;
  background: #1E1E1E;
  border-radius: 2.5vw;
  font-size: 1.111vw;
  line-height: 1.3;
  color: #EFEFEF;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__logo {
    display: none;
  }
}
.site-header__logo span {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  margin-top: -0.139vw;
  margin-right: 0.417vw;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 1.25vw auto;
  background-color: #EFEFEF;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 1.25vw auto;
}
.site-header__logo.active {
  color: var(--theme--color--accent);
}
.site-header__logo.active span {
  background-color: var(--theme--color--accent);
}
.site-header__menu {
  display: block;
  position: absolute;
  top: 2.275vw;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__menu {
    display: none;
  }
}
.site-header__menu ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.site-header__menu ul.menu > li {
  display: block;
  position: relative;
  border-right: 0.069vw solid #000000;
}
.site-header__menu ul.menu > li:last-child {
  border-right: none;
}
.site-header__menu ul.menu > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 3.333vw;
  padding: 0 2.5vw;
  background: #1E1E1E;
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 1.3;
  color: #EFEFEF;
  text-decoration: none;
}
.site-header__menu ul.menu > li > a > span:first-child {
  display: block;
  margin-top: 0;
  margin-right: 1.111vw;
  width: 1.25vw;
  height: 1.25vw;
  background-color: #EFEFEF;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 1.25vw auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 1.25vw auto;
}
.site-header__menu ul.menu > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  margin-left: 0.694vw;
  width: 1.25vw;
  height: 1.25vw;
  background-color: #EFEFEF;
  mask: url("images/menu-has-child.svg") no-repeat center/1.25vw auto;
  -webkit-mask: url("images/menu-has-child.svg") no-repeat center/1.25vw auto;
}
.site-header__menu ul.menu > li.menu-item-has-children:first-child:hover > a {
  border-radius: 2.5vw 0 0 0;
}
.site-header__menu ul.menu > li:first-child > a {
  border-radius: 2.5vw 0 0 2.5vw;
}
.site-header__menu ul.menu > li:last-child > a {
  border-radius: 0 2.5vw 2.5vw 0;
}
.site-header__menu ul.menu > li.current-menu-item > a {
  color: var(--theme--color--accent);
}
.site-header__menu ul.menu > li.current-menu-item > a > span:first-child {
  background-color: var(--theme--color--accent);
}
.site-header__menu ul.menu > li.current-menu-item > a:after {
  background-color: var(--theme--color--accent);
}
.site-header__menu ul.menu > li:hover > a {
  color: var(--theme--color--accent);
}
.site-header__menu ul.menu > li:hover > a > span:first-child {
  background-color: var(--theme--color--accent);
}
.site-header__menu ul.menu > li:hover > a:after {
  background-color: var(--theme--color--accent);
}
.site-header__menu ul.menu > li:hover > ul {
  display: block;
}
.site-header__menu ul.menu > li > ul {
  display: none;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 100%;
  width: 100%;
  background: #1E1E1E;
  box-shadow: 0 0.278vw 0.278vw rgba(0, 0, 0, 0.25);
  border-radius: 0 0 2.5vw 2.5vw;
  padding: 0 0 2.5vw 0;
  z-index: 20;
}
.site-header__menu ul.menu > li > ul > li {
  display: block;
  margin-top: 1.111vw;
}
.site-header__menu ul.menu > li > ul > li:first-child {
  margin-top: 0.556vw;
}
.site-header__menu ul.menu > li > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 1.3;
  padding: 0 2.5vw;
  color: var(--theme--color--white);
  text-decoration: none;
}
.site-header__menu ul.menu > li > ul > li > a span:first-child {
  margin-right: 1.111vw;
  width: 1.25vw;
  height: 1.25vw;
  background-color: var(--theme--color--text);
  mask: url("images/site-header-select.svg") no-repeat center/1.25vw auto;
  -webkit-mask: url("images/site-header-select.svg") no-repeat center/1.25vw auto;
}
.site-header__menu ul.menu > li > ul > li > a span:last-child {
  border-bottom: 0.069vw solid transparent;
}
.site-header__menu ul.menu > li > ul > li:hover > a span:last-child {
  border-color: var(--theme--color--accent);
}
.site-header__menu ul.menu > li > ul > li.current-menu-item > a span:last-child {
  border-color: var(--theme--color--accent);
}
.site-header__search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.site-header__search_show, .site-header__search_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.167vw;
  height: 4.167vw;
  background: var(--theme--color--background2);
  border-radius: 50%;
  cursor: pointer;
}
.site-header__search_show:before, .site-header__search_close:before {
  content: "";
  width: 1.667vw;
  height: 1.667vw;
  transition: 0.3s all ease-in-out;
}
.site-header__search_show:hover:before, .site-header__search_close:hover:before {
  background-color: var(--theme--color--accent);
}
.site-header__search_show:before {
  background-color: var(--theme--color--text);
  mask: url("images/site-header-search-show.svg") no-repeat center/1.667vw 1.667vw;
  -webkit-mask: url("images/site-header-search-show.svg") no-repeat center/1.667vw 1.667vw;
}
.site-header__search_close:before {
  background-color: var(--theme--color--icon);
  mask: url("images/site-header-search-close.svg") no-repeat center/1.667vw 1.667vw;
  -webkit-mask: url("images/site-header-search-close.svg") no-repeat center/1.667vw 1.667vw;
}
.site-header__search:not(.active) .site-header__search_close {
  display: none;
}
.site-header__auth_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  column-gap: 0.6944vw;
  height: 3.333vw;
  padding: 0 1.5972vw 0 0.8333vw;
  border-radius: 2.3611vw;
  background: var(--theme--color--accent);
  color: var(--theme--color--black);
  font-size: 1.0417vw;
  font-weight: 700;
  cursor: pointer;
}
.site-header__auth_btn svg {
  display: block;
  width: 1.0417vw;
  height: auto;
}
.site-header__cp_btn {
  display: block;
  position: relative;
  width: 3.333vw;
  height: 3.333vw;
  border-radius: 50%;
  overflow: hidden;
}
.site-header__cp_btn img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
}
.site-header__mobile_burger {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__mobile_burger {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: auto;
  }
  .site-header__mobile_burger_btn {
    display: block;
    margin-right: 1.867vw;
    width: 9.333vw;
    height: 9.333vw;
    background: #14191E url("images/burger.svg") no-repeat center/5.6vw auto;
    border-radius: 2.667vw;
  }
  .site-header__mobile_burger_label {
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 1.3;
    color: #4E5155;
  }
}

body.single-movie {
  background: #111111;
  /*
    .site-header {


      &__logo {
        background: transparent;
        color: #FFFFFF;

        span {
          background-color: #FFFFFF;
        }
      }

      &__menu {
        ul.menu {
          > li {
            border-right: 0.069vw solid #FFFFFF;

            &:last-child {
              border-right: none;
            }

            > a {
              background: transparent;
              color: #FFFFFF;

              > span:first-child {
                background-color: #FFFFFF;
              }
            }

            &.menu-item-has-children {
              > a {
                &:after {
                  background-color: #FFFFFF;
                }
              }
            }

            > ul {
              background: transparent;
              box-shadow: 0 0.278vw 0.278vw rgba(0, 0, 0, 0.25);
            }
          }
        }
      }

      &__mobile_burger {

        &_btn {
          background-image: url("images/burger-white.svg");
          background-color: transparent;
        }

        &_label {
          color: #FFFFFF;

        }
      }
    }

   */
}

.mobile-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  position: fixed;
  left: -26.667vw;
  top: 16vw;
  width: 48vw;
  height: calc(100vh - 32vw);
  z-index: 300;
  padding: 9.722vw 4vw 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out 0s;
}
.mobile-header * {
  font-family: "Bainsley";
}
.mobile-header.open {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.mobile-header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  margin-right: auto;
  height: 11.733vw;
  padding: 2.933vw 6.667vw;
  background: var(--theme--color--background2);
  border-radius: 9.333vw;
  font-size: 4.267vw;
  line-height: 1.3;
  color: #EFEFEF;
  text-decoration: none;
}
.mobile-header__logo span {
  display: block;
  width: 6.4vw;
  height: 6.4vw;
  margin-right: 2.667vw;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 6.4vw auto;
  background-color: #EFEFEF;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 6.4vw auto;
}
.mobile-header__logo.active {
  color: var(--theme--color--accent);
}
.mobile-header__logo.active span {
  background-color: var(--theme--color--accent);
}
.mobile-header__menu {
  display: block;
  margin-top: 8vw;
}
.mobile-header__menu ul.menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 5.867vw;
  padding: 0 4vw;
}
.mobile-header__menu ul.menu > li {
  display: block;
  position: relative;
}
.mobile-header__menu ul.menu > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-weight: 700;
  font-size: 4.267vw;
  line-height: 1.3;
  color: var(--theme--color--white);
  text-decoration: none;
}
.mobile-header__menu ul.menu > li > a span:first-child {
  margin-right: 5.867vw;
  width: 4.8vw;
  height: 4.8vw;
  background-color: var(--theme--color--text);
  mask: url("images/site-header-select.svg") no-repeat center/4.8vw auto;
  -webkit-mask: url("images/site-header-select.svg") no-repeat center/4.8vw auto;
}
.mobile-header__menu ul.menu > li > a span:last-child {
  border-bottom: 0.267vw solid transparent;
}
.mobile-header__menu ul.menu > li:hover > a span:last-child {
  border-color: var(--theme--color--accent);
}
.mobile-header__menu ul.menu > li.current-menu-item > a span:last-child {
  border-color: var(--theme--color--accent);
}
.mobile-header__menu ul.menu > li > ul {
  display: none;
}

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

.prefooter {
  margin-top: 2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prefooter {
    margin-top: 4vw;
  }
}
.prefooter__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.prefooter__mobile_title {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prefooter__mobile_title {
    display: block;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 1.3;
    color: #646464;
  }
}
.prefooter__box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5.139vw;
  padding: 0.694vw 1.736vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prefooter__box {
    padding: 1.867vw;
    border-radius: 19.733vw;
    margin-top: 2.133vw;
  }
}
.prefooter__tg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #646464;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prefooter__tg {
    font-size: 0;
  }
}
.prefooter__tg a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-left: 0.556vw;
  border: 0.486vw solid #14191E;
  padding: 0.208vw 0.694vw 0.208vw 0.208vw;
  background: #FFC700;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.3;
  color: #33383D;
  text-decoration: none;
  border-radius: 1.458vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prefooter__tg a {
    border-width: 1.333vw;
    padding: 0.8vw 1.867vw 0.8vw 0.8vw;
    font-size: 2.667vw;
    border-radius: 5.6vw;
  }
}
.prefooter__tg a span {
  display: block;
  margin-right: 0.556vw;
  width: 1.806vw;
  height: 1.806vw;
  border-radius: 50%;
  background-color: #14191E;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 1.806vw auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 1.806vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prefooter__tg a span {
    margin-right: 1.867vw;
    width: 5.6vw;
    height: 5.6vw;
    mask-size: 5.6vw auto;
    -webkit-mask-size: 5.6vw auto;
  }
}
.prefooter__email {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0.833vw;
  font-weight: 400;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #646464;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prefooter__email {
    font-size: 0;
    margin-left: 1.6vw;
  }
}
.prefooter__email .wpcf7-form {
  display: block;
  margin-left: 0.556vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prefooter__email .wpcf7-form {
    margin-left: 0;
  }
}
.prefooter__email .wpcf7-form > p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  background: #14191E;
  border-radius: 3.125vw;
  padding: 0.486vw 0.486vw 0.486vw 1.111vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prefooter__email .wpcf7-form > p {
    border-radius: 8vw;
    padding: 1.333vw 1.333vw 1.333vw 2.133vw;
  }
}
.prefooter__email .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.prefooter__email .wpcf7-form input[type=email] {
  display: block;
  box-sizing: border-box;
  padding: 0;
  width: 13.889vw;
  background: none;
  border: none;
  font-family: "Bainsley";
  font-size: 1.111vw;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prefooter__email .wpcf7-form input[type=email] {
    width: 36vw;
    font-size: 2.667vw;
  }
}
.prefooter__email .wpcf7-form input[type=email]::placeholder {
  color: #FFC700;
}
.prefooter__email .wpcf7-form .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: auto;
  font-family: "Bainsley";
  padding: 0.347vw 0.694vw;
  font-size: 1.111vw;
  line-height: 1.3;
  color: #33383D;
  border: none;
  background: #FFC700;
  border-radius: 4.028vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prefooter__email .wpcf7-form .wpcf7-submit {
    padding: 1.867vw 2.133vw;
    font-size: 2.667vw;
    border-radius: 5.6vw;
  }
}
.prefooter__email .wpcf7-form .wpcf7-spinner, .prefooter__email .wpcf7-form .wpcf7-response-output, .prefooter__email .wpcf7-form .wpcf7-not-valid-tip {
  display: none !important;
}

.subscribe-success {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s all ease-in-out 0s;
}
.subscribe-success:not(.open) {
  visibility: hidden;
  opacity: 0;
}
.subscribe-success__form {
  display: block;
  width: 22.222vw;
  max-width: 100%;
  border-radius: 1.389vw;
  background: #FFF;
  padding-bottom: 1.944vw;
  box-shadow: 0 0 0.278vw 0 rgba(0, 0, 0, 0.25) inset;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .subscribe-success__form {
    width: 85.333vw;
    border-radius: 5.333vw;
    box-shadow: 0 0 1.067vw 0 rgba(0, 0, 0, 0.25) inset;
    padding-bottom: 7.467vw;
  }
}
.subscribe-success__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75vw;
  width: 100%;
  color: #000;
  font-family: "Bainsley";
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .subscribe-success__title {
    height: 14.4vw;
    font-size: 4.267vw;
  }
}
.subscribe-success__description {
  padding: 0.833vw 1.667vw;
  color: #000;
  text-align: center;
  font-family: "Bainsley";
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .subscribe-success__description {
    padding: 3.2vw 6.4vw;
    font-size: 4.267vw;
  }
}
.subscribe-success__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.833vw auto 0;
  width: 18.889vw;
  height: 2.778vw;
  border-radius: 1.944vw;
  background: linear-gradient(135deg, #FDC830 14.64%, #F37335 85.36%);
  box-shadow: 0 0 0.417vw 0 rgba(0, 0, 0, 0.16);
  color: var(--White, #FFF);
  text-align: center;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .subscribe-success__btn {
    margin: 3.2vw auto 0;
    width: 72.533vw;
    height: 10.667vw;
    border-radius: 7.467vw;
    font-size: 3.2vw;
  }
}
.subscribe-success__btn:hover {
  box-shadow: none;
}
.subscribe-success__btn:active {
  opacity: 0.7;
}

.site-footer {
  margin-top: 2.7778vw;
  background: #171717;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer {
    margin-top: 9.6vw;
  }
}
.site-footer__subscribe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 9.0278vw;
  padding: 0 2.0833vw;
  border-bottom: 1px solid #323232;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__subscribe {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    padding: 5.3333vw 0;
  }
}
.site-footer__subscribe_heading {
  font-family: "Dela Gothic One";
  color: #7E7E7E;
  font-size: 1.3889vw;
  font-weight: 400;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__subscribe_heading {
    font-size: 3.7333vw;
    line-height: 5.3333vw;
  }
}
.site-footer__subscribe_form {
  width: 48.6111vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__subscribe_form {
    width: 100%;
    margin-top: 4vw;
  }
}
.site-footer__subscribe_form .wpcf7-form {
  display: block;
}
.site-footer__subscribe_form .wpcf7-form > p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  border-radius: 1.0417vw;
  background: #F2F0F2;
  padding: 0.4167vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__subscribe_form .wpcf7-form > p {
    border-radius: 4vw;
    padding: 2.1333vw;
  }
}
.site-footer__subscribe_form .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: calc(100% - 12.1528vw);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__subscribe_form .wpcf7-form .wpcf7-form-control-wrap {
    width: calc(100% - 34.6667vw);
  }
}
.site-footer__subscribe_form .wpcf7-form input[type=email] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.1944vw;
  padding: 0 1vw;
  font-family: "Bainsley";
  font-size: 0.9722vw;
  font-weight: 700;
  color: #171717;
  background: none;
  border: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__subscribe_form .wpcf7-form input[type=email] {
    height: 10.6667vw;
    font-size: 3.7333vw;
    padding: 0 2vw;
  }
}
.site-footer__subscribe_form .wpcf7-form input[type=email]::placeholder {
  color: #7E7E7E;
}
.site-footer__subscribe_form .wpcf7-form .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.1944vw;
  width: 12.1528vw;
  font-family: "Dela Gothic One";
  font-size: 0.8333vw;
  line-height: 0;
  color: #F2F0F2;
  border: none;
  background: #171717;
  border-radius: 1.0417vw;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__subscribe_form .wpcf7-form .wpcf7-submit {
    width: 33.6vw;
    height: 10.6667vw;
    border-radius: 2.1333vw;
    font-size: 2.6667vw;
  }
}
.site-footer__subscribe_form .wpcf7-form .wpcf7-submit:hover {
  background-color: #000;
}
.site-footer__subscribe_form .wpcf7-form .wpcf7-spinner, .site-footer__subscribe_form .wpcf7-form .wpcf7-response-output, .site-footer__subscribe_form .wpcf7-form .wpcf7-not-valid-tip {
  display: none !important;
}
.site-footer__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2.7778vw 2.0833vw 5.5556vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5.3333vw 0 10.6667vw;
    row-gap: 5.3333vw;
  }
}
.site-footer__heading {
  font-family: "Dela Gothic One";
  color: #FFF;
  font-size: 1.3889vw;
  font-weight: 400;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__heading {
    font-size: 3.7333vw;
    line-height: 5.3333vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__nav {
    padding: 0 4.2667vw;
  }
}
.site-footer__nav ul.menu {
  display: flex;
  flex-direction: column;
  margin-top: 1.3889vw;
  row-gap: 0.8333vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__nav ul.menu {
    margin-top: 5.3333vw;
    row-gap: 3.2vw;
  }
}
.site-footer__nav ul.menu li {
  display: block;
}
.site-footer__nav ul.menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.6944vw;
  color: #7E7E7E;
  font-size: 0.9722vw;
  font-weight: 700;
  line-height: 1.25vw;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__nav ul.menu li a {
    font-size: 3.7333vw;
    line-height: 4.8vw;
    column-gap: 2.6667vw;
  }
}
.site-footer__nav ul.menu li a:before {
  width: 1.1111vw;
  height: 1.1111vw;
  background-color: #7E7E7E;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__nav ul.menu li a:before {
    width: 4.2667vw;
    height: 4.2667vw;
  }
}
.site-footer__nav ul.menu li a:hover {
  color: #fff;
}
.site-footer__nav ul.menu li a:hover:before {
  background-color: #fff;
}
.site-footer__nav ul.menu li.telegram > a:before {
  content: "";
  display: block;
  mask: url("images/soc-tg.svg") no-repeat center/100% auto;
  -webkit-mask: url("images/soc-tg.svg") no-repeat center/100% auto;
}
.site-footer__nav ul.menu li.instagram > a:before {
  content: "";
  display: block;
  mask: url("images/soc-inst.svg") no-repeat center/100% auto;
  -webkit-mask: url("images/soc-inst.svg") no-repeat center/100% auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__tg {
    width: 100%;
  }
  .site-footer__tg .site-footer__heading {
    padding: 0 4.2667vw;
  }
}
.site-footer__tg_chanel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 1.0417vw;
  background: #202020;
  height: 3.8889vw;
  padding: 0 0.5556vw;
  margin-top: 1.3889vw;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__tg_chanel {
    box-sizing: border-box;
    flex-wrap: wrap;
    height: auto;
    margin-top: 4vw;
    padding: 2.1333vw;
    border-radius: 4vw;
  }
}
.site-footer__tg_chanel img {
  display: block;
  width: 2.9167vw;
  height: 2.9167vw;
  border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__tg_chanel img {
    width: 11.2vw;
    height: 11.2vw;
  }
}
.site-footer__tg_chanel_name {
  margin-left: 1.0417vw;
  color: #FFF;
  font-size: 0.9722vw;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__tg_chanel_name {
    margin-left: 2.6667vw;
    width: calc(100% - 16vw);
    font-size: 3.7333vw;
    font-weight: 700;
    line-height: 4.8vw;
  }
}
.site-footer__tg_chanel_link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3.125vw;
  width: 12.1528vw;
  height: 3.1944vw;
  border-radius: 0.5556vw;
  background: #191919;
  font-family: "Dela Gothic One";
  text-transform: uppercase;
  color: #FFF;
  font-size: 0.8333vw;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__tg_chanel_link {
    margin: 2.1333vw auto 0;
    width: 100%;
    height: 12.2667vw;
    border-radius: 2.1333vw;
    font-size: 3.2vw;
    font-weight: 400;
  }
}
.site-footer__tg_chanel_link:hover {
  background: #fff;
  color: #191919;
}

.front-banner a {
  display: block;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.front-banner a:hover {
  transform: scale(1.02);
}
.front-banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2.083vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .front-banner img {
    border-radius: 2.667vw;
  }
}

.front-stories, .front-movie, .front-digest, .front-notes, .front-gallery {
  margin-top: 2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .front-stories, .front-movie, .front-digest, .front-notes, .front-gallery {
    margin-top: 5.333vw;
  }
}
.front-stories__head, .front-movie__head, .front-digest__head, .front-notes__head, .front-gallery__head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.front-stories__head_wrap, .front-movie__head_wrap, .front-digest__head_wrap, .front-notes__head_wrap, .front-gallery__head_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1E1E1E;
  border-radius: 5.139vw;
  padding: 0.486vw 1.806vw 0.486vw 0.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .front-stories__head_wrap, .front-movie__head_wrap, .front-digest__head_wrap, .front-notes__head_wrap, .front-gallery__head_wrap {
    border-radius: 14.933vw;
    padding: 1.333vw 6.667vw 1.333vw 1.333vw;
  }
}
.front-stories__title, .front-movie__title, .front-digest__title, .front-notes__title, .front-gallery__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.194vw;
  background: #111111;
  border-radius: 3.819vw;
  padding: 0 1.528vw;
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 1.3;
  color: #B0B0B0;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .front-stories__title, .front-movie__title, .front-digest__title, .front-notes__title, .front-gallery__title {
    height: 9.6vw;
    border-radius: 11.2vw;
    padding: 0 4.8vw;
    font-size: 3.2vw;
  }
}
.front-stories__title:before, .front-movie__title:before, .front-digest__title:before, .front-notes__title:before, .front-gallery__title:before {
  content: "";
  display: block;
  margin-right: 0.833vw;
  width: 1.389vw;
  height: 1.389vw;
  background-color: #B0B0B0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .front-stories__title:before, .front-movie__title:before, .front-digest__title:before, .front-notes__title:before, .front-gallery__title:before {
    margin-right: 2.133vw;
    width: 4.267vw;
    height: 4.267vw;
  }
}
.front-stories__title.for-gallery:before, .front-movie__title.for-gallery:before, .front-digest__title.for-gallery:before, .front-notes__title.for-gallery:before, .front-gallery__title.for-gallery:before {
  mask: url("images/front-gallery.svg") no-repeat center/1.389vw auto;
  -webkit-mask: url("images/front-gallery.svg") no-repeat center/1.389vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .front-stories__title.for-gallery:before, .front-movie__title.for-gallery:before, .front-digest__title.for-gallery:before, .front-notes__title.for-gallery:before, .front-gallery__title.for-gallery:before {
    mask: url("images/front-gallery.svg") no-repeat center/4.267vw auto;
    -webkit-mask: url("images/front-gallery.svg") no-repeat center/4.267vw auto;
  }
}
.front-stories__title.for-notes:before, .front-movie__title.for-notes:before, .front-digest__title.for-notes:before, .front-notes__title.for-notes:before, .front-gallery__title.for-notes:before {
  mask: url("images/front-notes.svg") no-repeat center/1.389vw auto;
  -webkit-mask: url("images/front-notes.svg") no-repeat center/1.389vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .front-stories__title.for-notes:before, .front-movie__title.for-notes:before, .front-digest__title.for-notes:before, .front-notes__title.for-notes:before, .front-gallery__title.for-notes:before {
    mask: url("images/front-notes.svg") no-repeat center/4.267vw auto;
    -webkit-mask: url("images/front-notes.svg") no-repeat center/4.267vw auto;
  }
}
.front-stories__title.for-digest:before, .front-movie__title.for-digest:before, .front-digest__title.for-digest:before, .front-notes__title.for-digest:before, .front-gallery__title.for-digest:before {
  mask: url("images/front-digest.svg") no-repeat center/1.389vw auto;
  -webkit-mask: url("images/front-digest.svg") no-repeat center/1.389vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .front-stories__title.for-digest:before, .front-movie__title.for-digest:before, .front-digest__title.for-digest:before, .front-notes__title.for-digest:before, .front-gallery__title.for-digest:before {
    mask: url("images/front-digest.svg") no-repeat center/4.267vw auto;
    -webkit-mask: url("images/front-digest.svg") no-repeat center/4.267vw auto;
  }
}
.front-stories__title.for-movie:before, .front-movie__title.for-movie:before, .front-digest__title.for-movie:before, .front-notes__title.for-movie:before, .front-gallery__title.for-movie:before {
  mask: url("images/front-movie.svg") no-repeat center/1.389vw auto;
  -webkit-mask: url("images/front-movie.svg") no-repeat center/1.389vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .front-stories__title.for-movie:before, .front-movie__title.for-movie:before, .front-digest__title.for-movie:before, .front-notes__title.for-movie:before, .front-gallery__title.for-movie:before {
    mask: url("images/front-movie.svg") no-repeat center/4.267vw auto;
    -webkit-mask: url("images/front-movie.svg") no-repeat center/4.267vw auto;
  }
}
.front-stories__title.for-stories:before, .front-movie__title.for-stories:before, .front-digest__title.for-stories:before, .front-notes__title.for-stories:before, .front-gallery__title.for-stories:before {
  margin-top: -0.139vw;
  mask: url("images/front-stories.svg") no-repeat center/1.389vw auto;
  -webkit-mask: url("images/front-stories.svg") no-repeat center/1.389vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .front-stories__title.for-stories:before, .front-movie__title.for-stories:before, .front-digest__title.for-stories:before, .front-notes__title.for-stories:before, .front-gallery__title.for-stories:before {
    mask: url("images/front-stories.svg") no-repeat center/4.267vw auto;
    -webkit-mask: url("images/front-stories.svg") no-repeat center/4.267vw auto;
  }
}
.front-stories__more, .front-movie__more, .front-digest__more, .front-notes__more, .front-gallery__more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 1.389vw;
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 1.3;
  text-transform: lowercase;
  color: #646464;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .front-stories__more, .front-movie__more, .front-digest__more, .front-notes__more, .front-gallery__more {
    margin-left: 4.267vw;
    font-size: 3.2vw;
  }
}
.front-stories__more:after, .front-movie__more:after, .front-digest__more:after, .front-notes__more:after, .front-gallery__more:after {
  content: "";
  display: block;
  margin-left: 0.833vw;
  margin-top: 0.069vw;
  width: 0.486vw;
  height: 0.903vw;
  background-color: #646464;
  mask: url("images/more.svg") no-repeat center/0.486vw auto;
  -webkit-mask: url("images/more.svg") no-repeat center/0.486vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .front-stories__more:after, .front-movie__more:after, .front-digest__more:after, .front-notes__more:after, .front-gallery__more:after {
    margin-left: 2.133vw;
    margin-top: 0.533vw;
    width: 1.867vw;
    height: 2.667vw;
    mask: url("images/more-mobile.svg") no-repeat center/1.867vw auto;
    -webkit-mask: url("images/more-mobile.svg") no-repeat center/1.867vw auto;
  }
}
.front-stories__more:hover, .front-movie__more:hover, .front-digest__more:hover, .front-notes__more:hover, .front-gallery__more:hover {
  color: #FFC700;
}
.front-stories__more:hover:after, .front-movie__more:hover:after, .front-digest__more:hover:after, .front-notes__more:hover:after, .front-gallery__more:hover:after {
  background-color: #FFC700;
}
.front-stories__list, .front-movie__list, .front-digest__list, .front-notes__list, .front-gallery__list {
  margin-top: 2.778vw;
  /*&.for-movie {
    @media screen and (min-width: $minXS) and (max-width: $maxSM) {
      flex-wrap: nowrap;
      overflow: auto;
      column-gap: var(--movie-column-gap-mobile);
      padding-bottom: 1.067vw;
      .movie-square-item {
        flex: 77.867vw 0 0;
        width: 77.867vw;
      }
    }
  }*/
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .front-stories__list, .front-movie__list, .front-digest__list, .front-notes__list, .front-gallery__list {
    margin-top: 5.333vw;
  }
}
.front-stories__list.for-gallery, .front-movie__list.for-gallery, .front-digest__list.for-gallery, .front-notes__list.for-gallery, .front-gallery__list.for-gallery {
  margin-top: 2.083vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .front-stories__list.for-gallery, .front-movie__list.for-gallery, .front-digest__list.for-gallery, .front-notes__list.for-gallery, .front-gallery__list.for-gallery {
    margin-top: 2.667vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .front-stories__list.for-digest .digest-square-item:nth-child(1n+2), .front-movie__list.for-digest .digest-square-item:nth-child(1n+2), .front-digest__list.for-digest .digest-square-item:nth-child(1n+2), .front-notes__list.for-digest .digest-square-item:nth-child(1n+2), .front-gallery__list.for-digest .digest-square-item:nth-child(1n+2) {
    display: none;
  }
}

.stories-control, .movie-control, .gallery-control {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-control, .movie-control, .gallery-control {
    padding-top: 0;
    padding-bottom: 5.333vw;
    justify-content: space-between;
  }
}
.stories-control__label, .movie-control__label, .gallery-control__label {
  display: block;
  margin: 0 0.556vw;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #4E5155;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-control__label, .movie-control__label, .gallery-control__label {
    margin: 0;
    font-size: 3.467vw;
  }
}
.stories-control__view, .movie-control__view, .gallery-control__view {
  display: block;
  margin: 0 0.556vw;
  width: 2.778vw;
  height: 2.778vw;
  background-color: #1D1D1D;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-control__view, .movie-control__view, .gallery-control__view {
    margin: 0;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.stories-control__view.active, .movie-control__view.active, .gallery-control__view.active {
  background-color: var(--theme--color--accent);
}
.stories-control__view_1, .movie-control__view_1, .gallery-control__view_1 {
  mask: url("images/stories-control-view-1.svg") no-repeat center/2.778vw auto;
  -webkit-mask: url("images/stories-control-view-1.svg") no-repeat center/2.778vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-control__view_1, .movie-control__view_1, .gallery-control__view_1 {
    mask: url("images/stories-control-view-1.svg") no-repeat center/6.4vw auto;
    -webkit-mask: url("images/stories-control-view-1.svg") no-repeat center/6.4vw auto;
  }
}
.stories-control__view_2, .movie-control__view_2, .gallery-control__view_2 {
  mask: url("images/stories-control-view-2.svg") no-repeat center/2.778vw auto;
  -webkit-mask: url("images/stories-control-view-2.svg") no-repeat center/2.778vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-control__view_2, .movie-control__view_2, .gallery-control__view_2 {
    mask: url("images/stories-control-view-2.svg") no-repeat center/6.4vw auto;
    -webkit-mask: url("images/stories-control-view-2.svg") no-repeat center/6.4vw auto;
  }
}
.stories-control__view_3, .movie-control__view_3, .gallery-control__view_3 {
  mask: url("images/stories-control-view-3.svg") no-repeat center/2.778vw auto;
  -webkit-mask: url("images/stories-control-view-3.svg") no-repeat center/2.778vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-control__view_3, .movie-control__view_3, .gallery-control__view_3 {
    mask: url("images/stories-control-view-3.svg") no-repeat center/6.4vw auto;
    -webkit-mask: url("images/stories-control-view-3.svg") no-repeat center/6.4vw auto;
  }
}
.stories-control__view_4, .movie-control__view_4, .gallery-control__view_4 {
  mask: url("images/stories-control-view-4.svg") no-repeat center/2.778vw auto;
  -webkit-mask: url("images/stories-control-view-4.svg") no-repeat center/2.778vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-control__view_4, .movie-control__view_4, .gallery-control__view_4 {
    mask: url("images/stories-control-view-4.svg") no-repeat center/6.4vw auto;
    -webkit-mask: url("images/stories-control-view-4.svg") no-repeat center/6.4vw auto;
  }
}
.stories-control__order, .movie-control__order, .gallery-control__order {
  display: block;
  margin: 0 0.556vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-control__order, .movie-control__order, .gallery-control__order {
    margin: 0;
  }
}
.stories-control__order select, .movie-control__order select, .gallery-control__order select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.stories-control__order select::-ms-expand, .movie-control__order select::-ms-expand, .gallery-control__order select::-ms-expand {
  display: none;
}
.stories-control__order select, .movie-control__order select, .gallery-control__order select {
  display: block;
  box-sizing: border-box;
  padding: 0 2.778vw 0 0.694vw;
  font-family: "Bainsley";
  height: 2.778vw;
  background: #1D1D1D url("images/control-select.svg") no-repeat right 0.694vw center/1.667vw auto;
  border-radius: 1.389vw;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #4E5155;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-control__order select, .movie-control__order select, .gallery-control__order select {
    width: 17.6vw;
    height: 6.4vw;
    padding: 0 5.333vw 0 1.067vw;
    background: #1D1D1D url("images/control-select.svg") no-repeat right 1.067vw center/4.267vw auto;
    border-radius: 5.333vw;
    font-size: 3.467vw;
  }
}
.stories-control__tags, .movie-control__tags, .gallery-control__tags {
  display: block;
  margin: 0 0.556vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-control__tags, .movie-control__tags, .gallery-control__tags {
    margin: 0;
  }
}
.stories-control__tags select, .movie-control__tags select, .gallery-control__tags select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.stories-control__tags select::-ms-expand, .movie-control__tags select::-ms-expand, .gallery-control__tags select::-ms-expand {
  display: none;
}
.stories-control__tags select, .movie-control__tags select, .gallery-control__tags select {
  display: block;
  box-sizing: border-box;
  padding: 0 2.778vw 0 2.778vw;
  height: 2.778vw;
  font-family: "Bainsley";
  background: url("images/control-select.svg") right 0.694vw center no-repeat, url("images/select-tag.svg") left 0.903vw center no-repeat;
  background-color: #1D1D1D;
  background-size: 1.667vw auto, 1.25vw auto;
  border-radius: 1.389vw;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #4E5155;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-control__tags select, .movie-control__tags select, .gallery-control__tags select {
    padding: 0 6.4vw 0 5.333vw;
    width: 29.333vw;
    height: 6.4vw;
    background: url("images/control-select.svg") right 1.067vw center no-repeat, url("images/select-tag.svg") left 1.067vw center no-repeat;
    background-color: #1D1D1D;
    background-size: 4.267vw auto, 2.667vw auto;
    border-radius: 5.333vw;
    font-size: 3.467vw;
  }
}

@media screen and (min-width: 1px) and (max-width: 992px) {
  .gallery-control {
    justify-content: center;
  }
  .gallery-control__label {
    margin-right: auto;
  }
  .gallery-control__view {
    margin: 0 1.067vw;
  }
  .gallery-control__order {
    margin-left: auto;
  }
}

.stories-last-item {
  display: block;
  position: relative;
}
.stories-last-item.with-overlay:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.5vw;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 65.86%);
  z-index: 6;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item.with-overlay:before {
    border-radius: 2.667vw;
  }
}
.stories-last-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item img {
    border-radius: 2.667vw;
  }
}
.stories-last-item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 3.472vw;
  z-index: 10;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item__link {
    padding-bottom: 0;
  }
}
.stories-last-item__heading {
  display: block;
  font-weight: 700;
  font-size: 6.25vw;
  line-height: 1.3;
  text-align: center;
  color: #EFEFEF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item__heading {
    font-size: 4.8vw;
  }
}
.stories-last-item__description {
  display: block;
  font-family: "Inter";
  font-size: 2.5vw;
  line-height: 1.3;
  text-align: center;
  color: #EFEFEF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item__description {
    font-size: 2.667vw;
  }
}
.stories-last-item__tax {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  left: 1.667vw;
  bottom: 1.667vw;
  z-index: 15;
  opacity: 0.3;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item__tax {
    left: 2.133vw;
    bottom: 2.133vw;
  }
}
.stories-last-item__collection, .stories-last-item__tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Inter";
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 1.3;
  color: #EFEFEF;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item__collection, .stories-last-item__tag {
    font-weight: 300;
    font-size: 2.4vw;
  }
}
.stories-last-item__collection span, .stories-last-item__tag span {
  max-width: 9.8vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item__collection span, .stories-last-item__tag span {
    max-width: 24vw;
  }
}
.stories-last-item__collection:before, .stories-last-item__tag:before {
  content: "";
  display: block;
  margin-right: 0.556vw;
  width: 1.111vw;
  height: 1.111vw;
  background-color: #EFEFEF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item__collection:before, .stories-last-item__tag:before {
    margin-right: 0.533vw;
    width: 2.133vw;
    height: 2.133vw;
  }
}
.stories-last-item__collection {
  margin-bottom: 0.278vw;
}
.stories-last-item__collection:before {
  margin-top: -0.208vw;
  mask: url("images/stories-item-collection.svg") no-repeat center/1.111vw auto;
  -webkit-mask: url("images/stories-item-collection.svg") no-repeat center/1.111vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item__collection:before {
    mask: url("images/stories-item-collection.svg") no-repeat center/2.133vw auto;
    -webkit-mask: url("images/stories-item-collection.svg") no-repeat center/2.133vw auto;
  }
}
.stories-last-item__tag:before {
  mask: url("images/stories-item-tag.svg") no-repeat center/1.111vw auto;
  -webkit-mask: url("images/stories-item-tag.svg") no-repeat center/1.111vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item__tag:before {
    mask: url("images/stories-item-tag.svg") no-repeat center/2.133vw auto;
    -webkit-mask: url("images/stories-item-tag.svg") no-repeat center/2.133vw auto;
  }
}
.stories-last-item__media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  right: 1.667vw;
  bottom: 1.667vw;
  z-index: 15;
  opacity: 0.3;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item__media {
    right: 2.133vw;
    bottom: 2.133vw;
  }
}
.stories-last-item__images, .stories-last-item__videos, .stories-last-item__audios {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0.556vw;
  font-family: "Inter";
  font-weight: 400;
  font-size: 0.903vw;
  line-height: 1.3;
  color: #EFEFEF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item__images, .stories-last-item__videos, .stories-last-item__audios {
    margin-left: 2.667vw;
    font-weight: 300;
    font-size: 2.4vw;
  }
}
.stories-last-item__images:first-child, .stories-last-item__videos:first-child, .stories-last-item__audios:first-child {
  margin-left: 0;
}
.stories-last-item__images:before, .stories-last-item__videos:before, .stories-last-item__audios:before {
  content: "";
  display: block;
  margin-right: 0.417vw;
  margin-top: -0.139vw;
  width: 0.972vw;
  height: 0.972vw;
  background-color: #EFEFEF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item__images:before, .stories-last-item__videos:before, .stories-last-item__audios:before {
    margin-top: 0;
    margin-right: 0.8vw;
    width: 2.133vw;
    height: 2.133vw;
  }
}
.stories-last-item__images:before {
  mask: url("images/stories-item-images.svg") no-repeat center/0.972vw auto;
  -webkit-mask: url("images/stories-item-images.svg") no-repeat center/0.972vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item__images:before {
    mask: url("images/stories-item-images.svg") no-repeat center/2.133vw auto;
    -webkit-mask: url("images/stories-item-images.svg") no-repeat center/2.133vw auto;
  }
}
.stories-last-item__videos:before {
  mask: url("images/stories-item-video.svg") no-repeat center/0.972vw auto;
  -webkit-mask: url("images/stories-item-video.svg") no-repeat center/0.972vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item__videos:before {
    mask: url("images/stories-item-video.svg") no-repeat center/2.133vw auto;
    -webkit-mask: url("images/stories-item-video.svg") no-repeat center/2.133vw auto;
  }
}
.stories-last-item__audios:before {
  mask: url("images/stories-item-audio.svg") no-repeat center/0.972vw auto;
  -webkit-mask: url("images/stories-item-audio.svg") no-repeat center/0.972vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-last-item__audios:before {
    mask: url("images/stories-item-audio.svg") no-repeat center/2.133vw auto;
    -webkit-mask: url("images/stories-item-audio.svg") no-repeat center/2.133vw auto;
  }
}

.stories-square-grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 1.389vw;
  margin-left: -1.389vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-grid {
    row-gap: 1.6vw;
    margin-left: -1.6vw;
  }
}

.stories-last-item + .stories-square-grid {
  margin-top: 2.778vw;
}

.stories-square-item {
  --active-card-z-index: 1;
  --transition_speed: 0.2s;
  --transition_curve: ease;
  --card-scale: 1.05;
  --hovered-card-z-index: calc(var(--active-card-z-index) + 1);
  display: block;
  position: relative;
  width: calc(25% - 1.389vw);
  margin-left: 1.389vw;
  border-radius: 1.042vw;
  cursor: pointer;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item {
    width: calc(50% - 1.600vw);
    margin-left: 1.6vw;
    border-radius: 2.133vw;
  }
}
.stories-square-item:hover {
  z-index: var(--hovered-card-z-index);
  transform: scale(var(--card-scale));
}
.stories-square-item.with-overlay:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.042vw;
  background: linear-gradient(360deg, #000000 0.04%, rgba(0, 0, 0, 0) 99.8%);
  z-index: 6;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item.with-overlay:before {
    border-radius: 2.133vw;
  }
}
.stories-square-item:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.stories-square-item img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 1.042vw;
  z-index: 5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item img {
    border-radius: 2.133vw;
  }
}
.stories-square-item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-decoration: none;
}
.stories-square-item__heading {
  display: block;
  font-weight: 700;
  font-size: 1.806vw;
  line-height: 1.3;
  text-align: center;
  color: #EFEFEF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item__heading {
    font-size: 4vw;
  }
}
.stories-square-item__description {
  display: block;
  font-family: "Inter";
  font-size: 0.972vw;
  line-height: 1.3;
  text-align: center;
  color: #EFEFEF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item__description {
    font-size: 2.4vw;
  }
}
.stories-square-item__tax {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  left: 0.833vw;
  bottom: 0.833vw;
  z-index: 15;
  opacity: 0.3;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item__tax {
    left: 2.133vw;
    bottom: 2.133vw;
  }
}
.stories-square-item__collection, .stories-square-item__tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Inter";
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 1.3;
  color: #EFEFEF;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item__collection, .stories-square-item__tag {
    font-weight: 300;
    font-size: 2.4vw;
  }
}
.stories-square-item__collection span, .stories-square-item__tag span {
  max-width: 9.8vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item__collection span, .stories-square-item__tag span {
    max-width: 24vw;
  }
}
.stories-square-item__collection:before, .stories-square-item__tag:before {
  content: "";
  display: block;
  margin-right: 0.556vw;
  width: 1.111vw;
  height: 1.111vw;
  background-color: #EFEFEF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item__collection:before, .stories-square-item__tag:before {
    margin-right: 0.533vw;
    width: 2.133vw;
    height: 2.133vw;
  }
}
.stories-square-item__collection {
  margin-bottom: 0.278vw;
}
.stories-square-item__collection:before {
  margin-top: -0.208vw;
  mask: url("images/stories-item-collection.svg") no-repeat center/1.111vw auto;
  -webkit-mask: url("images/stories-item-collection.svg") no-repeat center/1.111vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item__collection:before {
    mask: url("images/stories-item-collection.svg") no-repeat center/2.133vw auto;
    -webkit-mask: url("images/stories-item-collection.svg") no-repeat center/2.133vw auto;
  }
}
.stories-square-item__tag:before {
  mask: url("images/stories-item-tag.svg") no-repeat center/1.111vw auto;
  -webkit-mask: url("images/stories-item-tag.svg") no-repeat center/1.111vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item__tag:before {
    mask: url("images/stories-item-tag.svg") no-repeat center/2.133vw auto;
    -webkit-mask: url("images/stories-item-tag.svg") no-repeat center/2.133vw auto;
  }
}
.stories-square-item__media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  right: 0.833vw;
  bottom: 0.833vw;
  z-index: 15;
  opacity: 0.3;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item__media {
    right: 2.133vw;
    bottom: 2.133vw;
  }
}
.stories-square-item__images, .stories-square-item__videos, .stories-square-item__audios {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0.556vw;
  font-family: "Inter";
  font-weight: 400;
  font-size: 0.903vw;
  line-height: 1.3;
  color: #EFEFEF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item__images, .stories-square-item__videos, .stories-square-item__audios {
    margin-left: 2.667vw;
    font-weight: 300;
    font-size: 2.4vw;
  }
}
.stories-square-item__images:first-child, .stories-square-item__videos:first-child, .stories-square-item__audios:first-child {
  margin-left: 0;
}
.stories-square-item__images:before, .stories-square-item__videos:before, .stories-square-item__audios:before {
  content: "";
  display: block;
  margin-right: 0.417vw;
  margin-top: -0.139vw;
  width: 0.972vw;
  height: 0.972vw;
  background-color: #EFEFEF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item__images:before, .stories-square-item__videos:before, .stories-square-item__audios:before {
    margin-top: 0;
    margin-right: 0.8vw;
    width: 2.133vw;
    height: 2.133vw;
  }
}
.stories-square-item__images:before {
  mask: url("images/stories-item-images.svg") no-repeat center/0.972vw auto;
  -webkit-mask: url("images/stories-item-images.svg") no-repeat center/0.972vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item__images:before {
    mask: url("images/stories-item-images.svg") no-repeat center/2.133vw auto;
    -webkit-mask: url("images/stories-item-images.svg") no-repeat center/2.133vw auto;
  }
}
.stories-square-item__videos:before {
  mask: url("images/stories-item-video.svg") no-repeat center/0.972vw auto;
  -webkit-mask: url("images/stories-item-video.svg") no-repeat center/0.972vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item__videos:before {
    mask: url("images/stories-item-video.svg") no-repeat center/2.133vw auto;
    -webkit-mask: url("images/stories-item-video.svg") no-repeat center/2.133vw auto;
  }
}
.stories-square-item__audios:before {
  mask: url("images/stories-item-audio.svg") no-repeat center/0.972vw auto;
  -webkit-mask: url("images/stories-item-audio.svg") no-repeat center/0.972vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-square-item__audios:before {
    mask: url("images/stories-item-audio.svg") no-repeat center/2.133vw auto;
    -webkit-mask: url("images/stories-item-audio.svg") no-repeat center/2.133vw auto;
  }
}

.stories-list-grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-grid {
    row-gap: 3.2vw;
  }
}

.stories-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-right: 2.778vw;
  width: 100%;
  height: 5.556vw;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    padding: 0.533vw 4.267vw 0.533vw 14.933vw;
    height: 12.8vw;
    border-radius: 14.133vw;
    column-gap: 1.6vw;
  }
}
.stories-list-item__img {
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.stories-list-item__img img {
  display: block;
  width: 5.556vw;
  height: 5.556vw;
  border-radius: 50%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__img img {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.stories-list-item__heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  box-sizing: border-box;
  width: 40vw;
  padding: 0 1.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__heading {
    width: 100%;
    padding: 0;
  }
}
.stories-list-item__heading > * {
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__heading > * {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    font-size: 3.2vw;
    font-weight: 400;
  }
}
.stories-list-item__tags {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 13.194vw;
  padding: 0 1.667vw 0 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__tags {
    margin-top: 1.6vw;
    width: 19.733vw;
    padding: 0;
  }
}
.stories-list-item__tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 2.917vw;
  padding: 0.486vw 0.764vw;
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__tag {
    width: 19.733vw;
    border-radius: 5.333vw;
    padding: 0.533vw 1.067vw;
    font-size: 2.933vw;
    font-weight: 400;
  }
}
.stories-list-item__tag span {
  display: block;
  max-width: 9.722vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__tag span {
    max-width: 13.333vw;
  }
}
.stories-list-item__tag:before {
  content: "";
  display: block;
  margin-right: 0.278vw;
  width: 1.25vw;
  height: 1.25vw;
  background-color: rgba(255, 255, 255, 0.5);
  mask: url("images/stories-item-tag.svg") no-repeat center/1.25vw auto;
  -webkit-mask: url("images/stories-item-tag.svg") no-repeat center/1.25vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__tag:before {
    margin-right: 1.333vw;
    width: 2.667vw;
    height: 2.667vw;
    mask: url("images/stories-item-tag.svg") no-repeat center/2.667vw auto;
    -webkit-mask: url("images/stories-item-tag.svg") no-repeat center/2.667vw auto;
  }
}
.stories-list-item__collections {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 16.667vw;
  padding: 0 1.667vw 0 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__collections {
    width: 24vw;
    margin-top: 1.6vw;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 9.867vw;
    padding: 0.533vw 1.6vw;
  }
}
.stories-list-item__collection {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #EFEFEF;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__collection {
    font-size: 2.933vw;
    font-weight: 400;
  }
}
.stories-list-item__collection span {
  display: block;
  max-width: 12.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__collection span {
    max-width: 16vw;
  }
}
.stories-list-item__collection:before {
  content: "";
  display: block;
  margin-right: 0.833vw;
  width: 1.667vw;
  height: 1.667vw;
  background-color: #FFC700;
  mask: url("images/stories-item-collection.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/stories-item-collection.svg") no-repeat center/1.667vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__collection:before {
    margin-right: 1.333vw;
    width: 3.733vw;
    height: 3.733vw;
    mask: url("images/stories-item-collection.svg") no-repeat center/3.733vw auto;
    -webkit-mask: url("images/stories-item-collection.svg") no-repeat center/3.733vw auto;
  }
}
.stories-list-item__media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__media {
    margin-top: 1.6vw;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 9.867vw;
    padding: 0.533vw 1.6vw;
  }
}
.stories-list-item__images, .stories-list-item__videos, .stories-list-item__audios {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 1.25vw;
  font-weight: 700;
  font-size: 1.667vw;
  line-height: 1.3;
  color: #EFEFEF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__images, .stories-list-item__videos, .stories-list-item__audios {
    margin-left: 1.6vw;
    font-size: 2.933vw;
    font-weight: 400;
  }
}
.stories-list-item__images:first-child, .stories-list-item__videos:first-child, .stories-list-item__audios:first-child {
  margin-left: 0;
}
.stories-list-item__images:before, .stories-list-item__videos:before, .stories-list-item__audios:before {
  content: "";
  display: block;
  margin-right: 0.486vw;
  width: 1.25vw;
  height: 1.25vw;
  background-color: #EFEFEF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__images:before, .stories-list-item__videos:before, .stories-list-item__audios:before {
    margin-right: 0.8vw;
    margin-top: 1.067vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
.stories-list-item__images:before {
  mask: url("images/stories-item-images.svg") no-repeat center/1.25vw auto;
  -webkit-mask: url("images/stories-item-images.svg") no-repeat center/1.25vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__images:before {
    mask: url("images/stories-item-images.svg") no-repeat center/2.4vw auto;
    -webkit-mask: url("images/stories-item-images.svg") no-repeat center/2.4vw auto;
  }
}
.stories-list-item__videos:before {
  mask: url("images/stories-item-video.svg") no-repeat center/1.25vw auto;
  -webkit-mask: url("images/stories-item-video.svg") no-repeat center/1.25vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__videos:before {
    mask: url("images/stories-item-video.svg") no-repeat center/2.4vw auto;
    -webkit-mask: url("images/stories-item-video.svg") no-repeat center/2.4vw auto;
  }
}
.stories-list-item__audios:before {
  mask: url("images/stories-item-audio.svg") no-repeat center/1.25vw auto;
  -webkit-mask: url("images/stories-item-audio.svg") no-repeat center/1.25vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stories-list-item__audios:before {
    mask: url("images/stories-item-audio.svg") no-repeat center/2.4vw auto;
    -webkit-mask: url("images/stories-item-audio.svg") no-repeat center/2.4vw auto;
  }
}

@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-stories-page {
    padding: 0;
    max-width: 100%;
  }
}
.single-stories-page__box.with-cover {
  width: 66.138vw;
  margin: 0 auto;
  box-shadow: 0 0 0.833vw 0.347vw rgba(0, 0, 0, 0.25);
  border-radius: 2.292vw;
  padding-top: 2.778vw;
  padding-bottom: 2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-stories-page__box.with-cover {
    box-sizing: border-box;
    width: 100%;
    padding: 4vw 4vw 4vw;
    border-radius: 6.4vw 6.4vw 4.267vw 4.267vw;
    box-shadow: none;
  }
}
.single-stories-page__box.with-cover.light-theme {
  background: #FFFFFF;
}
.single-stories-page__banner img {
  display: block;
  border-radius: 2.431vw 2.431vw 0 0;
  width: 100%;
  height: auto;
}
.single-stories-page__text {
  display: block;
  width: 42.989vw;
  max-width: 100%;
  padding: 0;
  margin: 0 auto 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-stories-page__text {
    width: 88.533vw;
    margin: 0 auto;
  }
}
.single-stories-page .digest-list {
  margin-top: 1.389vw;
}

.movie-full-grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.833vw;
  column-gap: 0.833vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-full-grid {
    justify-content: flex-start;
    column-gap: 2.667vw;
    row-gap: 2.667vw;
  }
}

.movie-item {
  --active-card-z-index: 1;
  --hovered-card-z-index: calc(var(--active-card-z-index) + 1);
  --border-radius: 1.042vw;
  display: block;
  position: relative;
  border-radius: var(--border-radius);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-item {
    --border-radius: 2.667vw;
  }
}
.movie-item.show {
  opacity: 1;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-item.horizontal {
    width: 100%;
  }
  .movie-item.vertical {
    width: calc(50% - 1.333vw);
  }
}
@media screen and (min-width: 993px) {
  .movie-item.h1 {
    width: 61.667vw;
  }
  .movie-item.h2 {
    width: 49.028vw;
  }
  .movie-item.h3 {
    width: 26.389vw;
  }
  .movie-item.h4 {
    width: 39.861vw;
  }
  .movie-item.v1 {
    width: 19.167vw;
  }
  .movie-item.v2 {
    width: 15.417vw;
  }
  .movie-item.v3 {
    width: 19.444vw;
  }
  .movie-item.v4 {
    width: 25.972vw;
  }
}
.movie-item:hover {
  z-index: var(--hovered-card-z-index);
  transform: scale(1.02);
}
.movie-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
.movie-item__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 65.86%);
  border-radius: var(--border-radius);
}
.movie-item__time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 1.111vw;
  bottom: 3.056vw;
  z-index: 10;
  color: #FFFFFF4D;
  font-family: "Inter";
  font-size: 0.972vw;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-item__time {
    font-size: 2.4vw;
    bottom: 6.4vw;
    left: 2.667vw;
  }
}
.movie-item__time:before {
  content: "";
  display: block;
  margin-right: 0.417vw;
  width: 1.25vw;
  height: 1.25vw;
  background-color: #FFFFFF4D;
  mask: url("images/time.svg") no-repeat center/1.111vw auto;
  -webkit-mask: url("images/time.svg") no-repeat center/1.111vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-item__time:before {
    width: 2.667vw;
    height: 2.667vw;
    margin-right: 1.067vw;
    margin-top: 0.267vw;
    mask: url("images/time.svg") no-repeat center/2.667vw auto;
    -webkit-mask: url("images/time.svg") no-repeat center/2.667vw auto;
  }
}
.movie-item__tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 1.111vw;
  bottom: 1.111vw;
  z-index: 10;
  color: #FFFFFF4D;
  font-family: "Inter";
  font-size: 0.972vw;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-item__tags {
    font-size: 2.4vw;
    bottom: 2.667vw;
    left: 2.667vw;
  }
}
.movie-item__tags:before {
  content: "";
  display: block;
  margin-right: 0.417vw;
  width: 1.25vw;
  height: 1.25vw;
  background-color: #FFFFFF4D;
  mask: url("images/movie-tag.svg") no-repeat center/1.25vw auto;
  -webkit-mask: url("images/movie-tag.svg") no-repeat center/1.25vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-item__tags:before {
    width: 2.667vw;
    height: 2.667vw;
    margin-right: 1.067vw;
    mask: url("images/movie-tag.svg") no-repeat center/2.667vw auto;
    -webkit-mask: url("images/movie-tag.svg") no-repeat center/2.667vw auto;
  }
}
.movie-item__tags a {
  color: #FFFFFF4D;
  text-decoration: none;
}

.movie-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: var(--movie-column-gap);
  grid-row-gap: var(--movie-row-gap);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-promo-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: var(--movie-row-gap-mobile);
  }
}
.movie-promo-grid > *:nth-child(1) {
  grid-area: 1/1/3/3;
}
.movie-promo-grid > *:nth-child(2) {
  grid-area: 1/3/2/4;
}
.movie-promo-grid > *:nth-child(3) {
  grid-area: 2/3/3/4;
}
.movie-promo-grid .movie-square-item {
  width: 100%;
  margin-left: 0;
}

.movie-last-item {
  --active-card-z-index: 1;
  --hovered-card-z-index: calc(var(--active-card-z-index) + 1);
  display: block;
  position: relative;
  transition: transform 0.2s ease;
}
.movie-last-item:hover {
  z-index: var(--hovered-card-z-index);
  transform: scale(1.02);
}
.movie-last-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.181vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-last-item img {
    border-radius: 3.2vw;
  }
}
.movie-last-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 65.86%);
  border-radius: 1.181vw;
  z-index: 5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-last-item__link {
    border-radius: 3.2vw;
  }
}
.movie-last-item__link:before {
  content: "";
  display: block;
  width: 8.056vw;
  height: 8.056vw;
  background: url("images/movie-play.svg") no-repeat center/8.056vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-last-item__link:before {
    width: 12.8vw;
    height: 12.8vw;
    background: url("images/play.svg") no-repeat center/12.8vw auto;
  }
}
.movie-last-item__tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 0.833vw;
  bottom: 0.833vw;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-last-item__tags {
    left: 2.133vw;
    bottom: 2.133vw;
  }
}
.movie-last-item__tag {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Inter";
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 1.3;
  color: #EFEFEF;
  opacity: 0.3;
  z-index: 10;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-last-item__tag {
    font-weight: 300;
    font-size: 2.4vw;
  }
}
.movie-last-item__tag:before {
  content: "";
  display: block;
  margin-top: -0.208vw;
  margin-right: 0.556vw;
  width: 1.111vw;
  height: 1.111vw;
  background-color: #EFEFEF;
  mask: url("images/movie-tag.svg") no-repeat center/1.111vw auto;
  -webkit-mask: url("images/movie-tag.svg") no-repeat center/1.111vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-last-item__tag:before {
    margin-right: 0.533vw;
    margin-top: 0;
    width: 2.133vw;
    height: 2.133vw;
    mask: url("images/movie-tag.svg") no-repeat center/2.133vw auto;
    -webkit-mask: url("images/movie-tag.svg") no-repeat center/2.133vw auto;
  }
}
.movie-last-item__time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0.833vw;
  bottom: 0.833vw;
  font-family: "Inter";
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 1.3;
  color: #EFEFEF;
  opacity: 0.3;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-last-item__time {
    right: 2.133vw;
    bottom: 2.133vw;
    font-weight: 300;
    font-size: 2.4vw;
  }
}
.movie-last-item__time:before {
  content: "";
  display: block;
  margin-right: 0.556vw;
  margin-top: -0.208vw;
  width: 1.111vw;
  height: 1.111vw;
  background-color: #EFEFEF;
  mask: url("images/time.svg") no-repeat center/1.111vw auto;
  -webkit-mask: url("images/time.svg") no-repeat center/1.111vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-last-item__time:before {
    margin-top: 0;
    margin-right: 0.8vw;
    width: 2.133vw;
    height: 2.133vw;
    mask: url("images/time.svg") no-repeat center/2.133vw auto;
    -webkit-mask: url("images/time.svg") no-repeat center/2.133vw auto;
  }
}

.movie-square-grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: var(--movie-row-gap);
  margin-left: calc(var(--movie-column-gap) * -1);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-square-grid {
    row-gap: var(--movie-row-gap-mobile);
    margin-left: 0;
  }
}

.movie-promo-grid + .movie-square-grid {
  margin-top: var(--movie-row-gap);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-promo-grid + .movie-square-grid {
    margin-top: var(--movie-row-gap-mobile);
  }
}

.movie-square-item {
  --active-card-z-index: 1;
  --hovered-card-z-index: calc(var(--active-card-z-index) + 1);
  display: block;
  position: relative;
  width: calc(33.33% - var(--movie-column-gap));
  margin-left: var(--movie-column-gap);
  border-radius: 1.181vw;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-square-item {
    width: 100%;
    margin-left: 0;
    border-radius: 3.2vw;
  }
}
.movie-square-item:hover {
  z-index: var(--hovered-card-z-index);
  transform: scale(1.05);
}
.movie-square-item:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.movie-square-item img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 1.181vw;
  z-index: 5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-square-item img {
    border-radius: 3.2vw;
  }
}
.movie-square-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-decoration: none;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 65.86%);
  border-radius: 1.181vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-square-item__link {
    border-radius: 3.2vw;
  }
}
.movie-square-item__link:before {
  content: "";
  display: block;
  width: 3.889vw;
  height: 3.889vw;
  background: url("images/movie-play.svg") no-repeat center/3.889vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-square-item__link:before {
    width: 12.8vw;
    height: 12.8vw;
    background: url("images/movie-play.svg") no-repeat center/12.8vw auto;
  }
}
.movie-square-item__tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 0.833vw;
  bottom: 0.833vw;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-square-item__tags {
    left: 2.133vw;
    bottom: 2.133vw;
  }
}
.movie-square-item__tag {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Inter";
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 1.3;
  color: #EFEFEF;
  opacity: 0.3;
  z-index: 10;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-square-item__tag {
    font-weight: 300;
    font-size: 2.4vw;
  }
}
.movie-square-item__tag:before {
  content: "";
  display: block;
  margin-top: -0.208vw;
  margin-right: 0.556vw;
  width: 1.111vw;
  height: 1.111vw;
  background-color: #EFEFEF;
  mask: url("images/movie-tag.svg") no-repeat center/1.111vw auto;
  -webkit-mask: url("images/movie-tag.svg") no-repeat center/1.111vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-square-item__tag:before {
    margin-right: 0.533vw;
    margin-top: 0;
    width: 2.133vw;
    height: 2.133vw;
    mask: url("images/movie-tag.svg") no-repeat center/2.133vw auto;
    -webkit-mask: url("images/movie-tag.svg") no-repeat center/2.133vw auto;
  }
}
.movie-square-item__time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0.833vw;
  bottom: 0.833vw;
  font-family: "Inter";
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 1.3;
  color: #EFEFEF;
  opacity: 0.3;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-square-item__time {
    right: 2.133vw;
    bottom: 2.133vw;
    font-weight: 300;
    font-size: 2.4vw;
  }
}
.movie-square-item__time:before {
  content: "";
  display: block;
  margin-right: 0.556vw;
  margin-top: -0.208vw;
  width: 1.111vw;
  height: 1.111vw;
  background-color: #EFEFEF;
  mask: url("images/time.svg") no-repeat center/1.111vw auto;
  -webkit-mask: url("images/time.svg") no-repeat center/1.111vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-square-item__time:before {
    margin-top: 0;
    margin-right: 0.8vw;
    width: 2.133vw;
    height: 2.133vw;
    mask: url("images/time.svg") no-repeat center/2.133vw auto;
    -webkit-mask: url("images/time.svg") no-repeat center/2.133vw auto;
  }
}

.movie-list-grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-list-grid {
    row-gap: 2.667vw;
  }
}

.movie-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background: rgba(239, 239, 239, 0.14);
  border-radius: 1.319vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-list-item {
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    box-sizing: border-box;
    flex-wrap: wrap;
    height: 12.8vw;
    border-radius: 2.667vw;
    padding: 1.6vw 4.267vw 1.6vw 22.4vw;
    column-gap: 1.6vw;
  }
}
.movie-list-item__img {
  display: block;
  position: relative;
  width: 9.444vw;
  height: 5.556vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-list-item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 19.733vw;
    height: 12.8vw;
  }
}
.movie-list-item__img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.319vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-list-item__img img {
    border-radius: 2.667vw;
  }
}
.movie-list-item__heading {
  display: block;
  box-sizing: border-box;
  padding: 0 1.667vw;
  width: 35.833vw;
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-list-item__heading {
    padding: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 3.2vw;
  }
}
.movie-list-item__tags {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 13.889vw;
  padding: 0 1.667vw 0 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-list-item__tags {
    width: auto;
    padding: 0;
    margin-top: 1.067vw;
  }
}
.movie-list-item__tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  border-radius: 2.917vw;
  padding: 0.486vw 0.764vw;
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-list-item__tag {
    max-width: 17.6vw;
    height: 4.267vw;
    padding: 0 1.067vw 0 1.6vw;
    border-radius: 5.333vw;
    font-size: 2.933vw;
  }
}
.movie-list-item__tag span {
  display: block;
  max-width: 9.722vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-list-item__tag span {
    max-width: 11.733vw;
  }
}
.movie-list-item__tag:before {
  content: "";
  display: block;
  margin-right: 0.486vw;
  width: 1.042vw;
  height: 1.042vw;
  background-color: rgba(255, 255, 255, 0.5);
  mask: url("images/movie-tag.svg") no-repeat center/1.042vw auto;
  -webkit-mask: url("images/movie-tag.svg") no-repeat center/1.042vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-list-item__tag:before {
    margin-right: 1.067vw;
    width: 2.667vw;
    height: 2.667vw;
    mask: url("images/movie-tag.svg") no-repeat center/2.667vw auto;
    -webkit-mask: url("images/movie-tag.svg") no-repeat center/2.667vw auto;
  }
}
.movie-list-item__collections {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  margin-left: auto;
  width: 17.361vw;
  padding: 0 1.667vw 0 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-list-item__collections {
    margin: 1.067vw 0 0 0;
    width: auto;
    padding: 0;
  }
}
.movie-list-item__collection {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #EFEFEF;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-list-item__collection {
    max-width: 29.867vw;
    height: 4.267vw;
    padding: 0 1.067vw 0 1.6vw;
    border-radius: 5.333vw;
    font-size: 2.933vw;
    background: rgba(239, 239, 239, 0.14);
  }
}
.movie-list-item__collection span {
  display: block;
  max-width: 12.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-list-item__collection span {
    max-width: 22.4vw;
  }
}
.movie-list-item__collection:before {
  content: "";
  display: block;
  margin-right: 0.833vw;
  width: 1.667vw;
  height: 1.667vw;
  background-color: #FFC700;
  mask: url("images/stories-item-collection.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/stories-item-collection.svg") no-repeat center/1.667vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-list-item__collection:before {
    margin-right: 0.833vw;
    width: 1.667vw;
    height: 1.667vw;
    background-color: #FFC700;
    mask: url("images/stories-item-collection.svg") no-repeat center/1.667vw auto;
    -webkit-mask: url("images/stories-item-collection.svg") no-repeat center/1.667vw auto;
  }
}
.movie-list-item__time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 2.778vw;
  width: 8.333vw;
  font-weight: 700;
  font-size: 1.667vw;
  line-height: 1.3;
  color: #EFEFEF;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-list-item__time {
    margin: 1.067vw 0 0 0;
    width: auto;
    font-size: 2.933vw;
    height: 4.267vw;
    padding: 0 1.067vw 0 1.6vw;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 9.867vw;
  }
}
.movie-list-item__time:before {
  content: "";
  display: block;
  margin-right: 0.833vw;
  margin-top: 0.417vw;
  width: 1.25vw;
  height: 1.25vw;
  background-color: #EFEFEF;
  mask: url("images/time.svg") no-repeat center/1.25vw auto;
  -webkit-mask: url("images/time.svg") no-repeat center/1.25vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-list-item__time:before {
    margin-right: 0.533vw;
    margin-top: 0.533vw;
    width: 2.667vw;
    height: 2.667vw;
    mask: url("images/time.svg") no-repeat center/2.667vw auto;
    -webkit-mask: url("images/time.svg") no-repeat center/2.667vw auto;
  }
}

.movie-video {
  position: relative;
  z-index: 1;
}
.movie-video__player {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30.694vw;
  width: 100%;
  background: #000;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-video__player {
    height: auto;
  }
}
.movie-video__player iframe, .movie-video__player video {
  border-radius: 0.556vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-video__player iframe, .movie-video__player video {
    border-radius: 2.133vw;
  }
}
.movie-video__player.vertical {
  height: 26.736vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-video__player.vertical {
    height: auto;
  }
}
.movie-video__play {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2.778vw);
  left: calc(50% - 2.778vw);
  width: 5.556vw;
  height: 5.556vw;
  background: url("images/movie-play.svg") no-repeat center/5.556vw auto;
  border-radius: 50%;
  cursor: pointer;
  z-index: 15;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-video__play {
    display: none;
  }
}
.movie-video__play:hover {
  transform: scale(1.05);
}

.movie-series {
  position: relative;
  padding: 0;
  margin-top: 2.431vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-series {
    margin-top: 4.267vw;
  }
}
.movie-series__box {
  position: relative;
  border-radius: 0.694vw;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-series__box {
    box-sizing: border-box;
    border-radius: 0;
    padding-left: 2.4vw;
  }
}
.movie-series__prev, .movie-series__next {
  display: block;
  position: absolute;
  top: 0;
  width: 5.139vw;
  height: 100%;
  cursor: pointer;
  z-index: 20;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-series__prev, .movie-series__next {
    display: none !important;
  }
}
.movie-series__prev:before, .movie-series__next:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1.389vw);
  width: 1.667vw;
  height: 2.778vw;
  background-color: #EFEFEF;
  opacity: 0.2;
  transition: 0.3s all ease-in-out;
}
.movie-series__prev:hover:before, .movie-series__next:hover:before {
  opacity: 1;
}
.movie-series__prev.swiper-button-disabled, .movie-series__next.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}
.movie-series__prev {
  left: 0;
  border-radius: 0.694vw 0 0 0.694vw;
  background: linear-gradient(-100.86deg, rgba(0, 0, 0, 0) 6.46%, #000000 90.5%);
}
.movie-series__prev:before {
  left: 1.042vw;
  mask: url("images/prev.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/prev.svg") no-repeat center/1.667vw auto;
}
.movie-series__next {
  right: 0;
  border-radius: 0 0.694vw 0.694vw 0;
  background: linear-gradient(100.86deg, rgba(0, 0, 0, 0) 6.46%, #000000 90.5%);
}
.movie-series__next:before {
  right: 1.042vw;
  mask: url("images/next.svg") no-repeat center/1.667vw auto;
  -webkit-mask: url("images/next.svg") no-repeat center/1.667vw auto;
}
.movie-series .swiper-slide {
  box-sizing: border-box;
  width: 16.389vw;
  padding: 0 0.556vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-series .swiper-slide {
    width: 40vw;
    padding: 0 1.333vw;
  }
}
.movie-series .swiper-slide.vertical {
  width: 8.333vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-series .swiper-slide.vertical {
    width: 18.133vw;
  }
}
.movie-series__item {
  display: block;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  border-radius: 0.694vw;
  border: 0.069vw solid transparent;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-series__item {
    border-width: 0.267vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-series__item {
    border-radius: 1.6vw;
  }
}
.movie-series__item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.694vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-series__item img {
    border-radius: 1.6vw;
  }
}
.movie-series__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180.86deg, rgba(0, 0, 0, 0) 0.74%, #000000 152.02%);
  z-index: 5;
  border-radius: 0.694vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-series__item:before {
    border-radius: 1.6vw;
  }
}
.movie-series__item.active {
  border-color: #FFC700;
}
.movie-series__item.active .movie-series__name {
  color: #FFC700;
}
.movie-series__name {
  position: absolute;
  left: 0.833vw;
  bottom: 0.833vw;
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #FFFFFF;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-series__name {
    left: 2.133vw;
    bottom: 2.133vw;
    font-size: 3.7333vw;
  }
}

.movie-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 2.667vw;
    margin-top: 4.267vw;
  }
}
.movie-info__col {
  width: calc(50% - 1.736vw);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-info__col {
    width: 100%;
  }
}
.movie-info .ft p {
  font-family: "Bainsley";
  font-size: 1.389vw;
  line-height: 1.3;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-info .ft p {
    font-size: 3.7333vw;
  }
}
.movie-info .ft strong {
  color: #737578;
}

.movie-tabs {
  margin-top: 2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-tabs {
    margin-top: 5.333vw;
  }
}
.movie-tabs__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #282C30;
  box-shadow: 0 1.736vw 1.736vw 0.347vw rgba(0, 0, 0, 0.21);
  border-radius: 2.431vw 2.431vw 0 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-tabs__btns {
    box-shadow: 0 2.933vw 2.933vw 0.533vw rgba(0, 0, 0, 0.21);
    border-radius: 4vw 4vw 0 0;
  }
}
.movie-tabs__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.movie-tabs__btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 6.25vw;
  padding: 0 3.681vw;
  font-weight: 400;
  font-size: 2.5vw;
  line-height: 1.27;
  color: #EFEFEF;
  cursor: pointer;
  border-bottom: 0.208vw solid transparent;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-tabs__btn span {
    height: 12.8vw;
    padding: 0 4.8vw;
    font-size: 4vw;
    border-bottom: 0.267vw solid transparent;
  }
}
.movie-tabs__btn.active span {
  border-bottom: 0.208vw solid #FFC700;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-tabs__btn.active span {
    border-bottom: 0.267vw solid #FFC700;
  }
}
.movie-tabs__outputs {
  padding: 2.083vw;
  background: #282C30;
  box-shadow: inset 0 0 1.319vw rgba(0, 0, 0, 0.25);
  border-radius: 0 0 2.431vw 2.431vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-tabs__outputs {
    padding: 4vw;
    box-shadow: inset 0 0 5.067vw rgba(0, 0, 0, 0.25);
    border-radius: 0 0 4vw 4vw;
  }
}
.movie-tabs__output {
  display: none;
}
.movie-tabs__output.active {
  display: block;
}

.movie-related {
  margin-top: 2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-related {
    margin-top: 4.267vw;
  }
}
.movie-related__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.139vw;
  background: #1D1D1D;
  border-radius: 1.042vw;
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #FFC700;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-related__title {
    height: 10.133vw;
    border-radius: 2.667vw;
    font-size: 3.7333vw;
    box-shadow: 0 1.067vw 1.067vw rgba(0, 0, 0, 0.25);
  }
}
.movie-related__list {
  margin-top: 2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .movie-related__list {
    margin-top: 4.267vw;
  }
}

.digest-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 0 -1.389vw;
  row-gap: 1.389vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-list {
    margin: 0 0 0 -1.6vw;
    row-gap: 1.6vw;
  }
}
.digest-list__item {
  display: block;
  position: relative;
  margin: 0 0 0 1.389vw;
  width: calc(33.33% - 1.389vw);
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-list__item {
    width: calc(50% - 1.600vw);
    margin: 0 0 0 1.6vw;
  }
}
.digest-list__item.movie {
  width: calc(50% - 1.389vw);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-list__item.movie {
    width: calc(100% - 1.600vw);
  }
}
.digest-list__item.movie .digest-list__item_image:before {
  padding-top: 63.25%;
}
.digest-list__item_image {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.417vw;
  box-sizing: border-box;
  border: 0.139vw dashed #33383D;
  border-radius: 1.528vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-list__item_image {
    padding: 1.067vw;
    border: 0.267vw dashed #33383D;
    border-radius: 2.667vw;
  }
}
.digest-list__item_image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.digest-list__item_image img {
  display: block;
  position: absolute;
  left: 0.417vw;
  top: 0.417vw;
  width: calc(100% - 0.833vw);
  height: calc(100% - 0.833vw);
  border-radius: 1.528vw;
  object-fit: cover;
  -o-object-fit: cover;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-list__item_image img {
    left: 1.067vw;
    top: 1.067vw;
    width: calc(100% - 2.133vw);
    height: calc(100% - 2.133vw);
    border-radius: 1.333vw;
  }
}
.digest-list__item_name {
  display: block;
  margin-top: 1.111vw;
  font-style: normal;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.3;
  text-align: center;
  color: #EFEFEF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-list__item_name {
    margin-top: 1.067vw;
    font-size: 3.2vw;
  }
}

.digest-square-grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 2.778vw;
  margin-left: -2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-square-grid {
    margin-left: 0;
    row-gap: 4.267vw;
  }
}

.digest-square-item {
  --active-card-z-index: 1;
  --transition_speed: 0.2s;
  --transition_curve: ease;
  --card-scale: 1.05;
  --hovered-card-z-index: calc(var(--active-card-z-index) + 1);
  display: block;
  position: relative;
  width: calc(50% - 2.778vw);
  margin-left: 2.778vw;
  text-decoration: none;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-square-item {
    width: 100%;
    margin-left: 0;
  }
}
.digest-square-item:hover {
  z-index: var(--hovered-card-z-index);
  transform: scale(var(--card-scale));
}
.digest-square-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  height: 3.194vw;
  background: #1C1F22;
  border-radius: 2.639vw;
  padding: 0 1.667vw;
  box-shadow: 0 0.278vw 0.278vw rgba(0, 0, 0, 0.25);
  z-index: 5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-square-item__head {
    height: 9.6vw;
    border-radius: 10.667vw;
    padding: 0 5.333vw;
  }
}
.digest-square-item__heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #EFEFEF;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-square-item__heading {
    font-size: 3.2vw;
  }
}
.digest-square-item__heading:before {
  content: "";
  display: block;
  margin-right: 0.833vw;
  width: 1.458vw;
  height: 1.181vw;
  background-color: #FFC700;
  mask: url("images/admin/digest-icon.svg") no-repeat center/1.458vw auto;
  -webkit-mask: url("images/admin/digest-icon.svg") no-repeat center/1.458vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-square-item__heading:before {
    margin-right: 2.667vw;
    width: 3.2vw;
    height: 3.2vw;
    mask: url("images/admin/digest-icon.svg") no-repeat center/3.2vw auto;
    -webkit-mask: url("images/admin/digest-icon.svg") no-repeat center/3.2vw auto;
  }
}
.digest-square-item__heading.movie:before {
  background-color: #00A3FF;
}
.digest-square-item__count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Inter";
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.3;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-square-item__count {
    font-size: 2.933vw;
  }
}
.digest-square-item__count:after {
  content: "";
  display: block;
  margin-left: 0.556vw;
  margin-top: -0.278vw;
  width: 0.972vw;
  height: 0.972vw;
  background-color: #FFFFFF;
  mask: url("images/digest-count.svg") no-repeat center/0.972vw auto;
  -webkit-mask: url("images/digest-count.svg") no-repeat center/0.972vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-square-item__count:after {
    margin-left: 1.333vw;
    margin-top: -0.533vw;
    width: 2.667vw;
    height: 2.667vw;
    mask: url("images/digest-count.svg") no-repeat center/2.667vw auto;
    -webkit-mask: url("images/digest-count.svg") no-repeat center/2.667vw auto;
  }
}
.digest-square-item__body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 auto;
  width: 90%;
  background: #1C1F22;
  border-radius: 0 0 2.639vw 2.639vw;
  padding: 1.111vw 1.667vw 2.222vw;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-square-item__body {
    width: 85.333vw;
    border-radius: 0 0 4vw 4vw;
    padding: 2.667vw 4vw 5.333vw;
  }
}
.digest-square-item__image {
  width: 11.667vw;
  background-color: #22262B;
  border-radius: 1.042vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-square-item__image {
    width: 27.733vw;
    border-radius: 2.667vw;
  }
}
.digest-square-item__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.042vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-square-item__image img {
    border-radius: 2.667vw;
  }
}
.digest-square-item__text {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 13.889vw);
  padding-bottom: 2.917vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-square-item__text {
    width: calc(100% - 30.400vw);
    padding-bottom: 6.4vw;
  }
}
.digest-square-item__description {
  width: 100%;
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-square-item__description {
    font-size: 3.733vw;
  }
}
.digest-square-item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 9.444vw;
  height: 2.5vw;
  background: #FFC700;
  border-radius: 2.639vw;
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #33383D;
  cursor: pointer;
  text-decoration: none;
  z-index: 3;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .digest-square-item__btn {
    width: 19.733vw;
    height: 5.333vw;
    border-radius: 10.667vw;
    font-size: 3.2vw;
  }
}
.digest-square-item__btn.movie {
  background-color: #00A3FF;
}

.notes-square-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.notes-square-grid__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(50% - 1.389vw);
  row-gap: 2.778vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .notes-square-grid__col {
    width: 100%;
    row-gap: 4.267vw;
    margin-top: 4.267vw;
  }
  .notes-square-grid__col:first-child {
    margin-top: 0;
  }
}

.notes-item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #323232;
  border-radius: 2.361vw;
  padding: 1.667vw 1.667vw 3.333vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .notes-item {
    padding: 3.2vw 3.2vw 6.4vw;
    border-radius: 5.333vw;
  }
}
.notes-item__head {
  display: block;
  position: relative;
  padding: 0.139vw 5.556vw 0.139vw 4.583vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .notes-item__head {
    padding: 0.533vw 16vw 0 10.667vw;
  }
}
.notes-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 3.472vw;
  height: 3.472vw;
  border-radius: 50%;
  background: #24272B;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .notes-item__image {
    width: 8vw;
    height: 8vw;
    top: 0.533vw;
  }
}
.notes-item__image img {
  display: block;
  width: 1.944vw;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .notes-item__image img {
    width: 4.267vw;
  }
}
.notes-item__title {
  display: block;
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .notes-item__title {
    font-size: 4vw;
  }
}
.notes-item__date {
  display: block;
  margin-top: -0.278vw;
  font-weight: 400;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #898989;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .notes-item__date {
    margin-top: -1.067vw;
    font-size: 3.467vw;
  }
}
.notes-item__content {
  padding: 1.667vw 1.389vw 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .notes-item__content {
    padding: 3.2vw 3.2vw 0;
  }
}

.notes-short-grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 1.806vw;
  margin-left: -1.806vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .notes-short-grid {
    row-gap: 3.2vw;
    margin-left: -3.2vw;
  }
}

.notes-short-item {
  --active-card-z-index: 1;
  --hovered-card-z-index: calc(var(--active-card-z-index) + 1);
  display: block;
  position: relative;
  box-sizing: border-box;
  width: calc(25% - 1.806vw);
  margin-left: 1.806vw;
  height: 9.722vw;
  background: #1C1F22;
  border-radius: 2.292vw;
  padding: 1.111vw;
  text-decoration: none;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .notes-short-item {
    width: calc(50% - 3.200vw);
    margin-left: 3.2vw;
    height: 22.4vw;
    border-radius: 5.333vw;
    padding: 2.667vw;
  }
}
.notes-short-item:hover {
  z-index: var(--hovered-card-z-index);
  transform: scale(1.05);
}
.notes-short-item__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.notes-short-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.472vw;
  height: 3.472vw;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .notes-short-item__image {
    width: 8vw;
    height: 8vw;
  }
}
.notes-short-item__image img {
  display: block;
  width: 1.944vw;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .notes-short-item__image img {
    width: 4.267vw;
  }
}
.notes-short-item__heading {
  display: block;
  width: calc(100% - 4.583vw);
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 1.3;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .notes-short-item__heading {
    width: calc(100% - 10.667vw);
    font-size: 3.2vw;
  }
}
.notes-short-item__description {
  display: block;
  margin-top: 0.833vw;
  font-family: "Inter";
  font-weight: 300;
  font-size: 1.111vw;
  line-height: 1.3;
  max-height: 2.778vw;
  overflow: hidden;
  color: #A0A0A2;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .notes-short-item__description {
    margin-top: 2.133vw;
    font-size: 2.667vw;
    max-height: 6.933vw;
  }
}

.gallery-grid {
  position: relative;
}
.gallery-grid__item {
  --active-card-z-index: 1;
  --transition_speed: 0.2s;
  --transition_curve: ease;
  --card-scale: 1.03;
  --hovered-card-z-index: calc(var(--active-card-z-index) + 1);
  transition: transform 0.2s ease;
}
.gallery-grid__item:hover {
  z-index: var(--hovered-card-z-index);
  transform: scale(var(--card-scale));
}
.gallery-grid img {
  border-radius: 0.486vw;
  max-width: 100%;
  height: auto;
  opacity: 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .gallery-grid img {
    border-radius: 1.067vw;
  }
}

@media screen and (min-width: 1px) and (max-width: 992px) {
  main {
    transition: 0.3s all ease-in-out 0s;
  }

  html.menu-open {
    display: block;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }

  body.menu-open {
    display: block;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
  body.menu-open main {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1.333vw 1.067vw rgba(0, 0, 0, 0.55);
    border-radius: 5.333vw;
    transform: translate(53.333vw, 10.667vw);
    transition: 0.3s all ease-in-out 0s;
  }
  body.menu-open main:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    cursor: pointer;
  }

  body.menu-open .site-footer {
    display: none;
    position: fixed;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all ease;
  }
}
.prev-next-stories {
  border-top: 2px solid #404040;
  margin-top: 6vw;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prev-next-stories {
    margin-top: 8vw;
  }
}
.prev-next-stories__title {
  display: block;
  margin: 0 auto;
  padding: 4.5vw 0 3vw;
  color: #000;
  font-family: "Dela Gothic One";
  font-size: 2.0833vw;
  font-weight: 400;
  line-height: 3.0556vw;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prev-next-stories__title {
    padding: 8vw 0;
    font-size: 3.7333vw;
    line-height: 5.3333vw;
  }
}
.prev-next-stories__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2.0833vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prev-next-stories__list {
    column-gap: 4.2667vw;
  }
}
.prev-next-stories__item {
  display: block;
  position: relative;
  width: calc(50% - 1.0417vw);
  text-decoration: none;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prev-next-stories__item {
    width: calc(50% - 2.1333vw);
  }
}
.prev-next-stories__item:hover {
  transform: scale(1.05);
}
.prev-next-stories__item_image {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.4167vw;
  box-sizing: border-box;
  border: 2px dashed #404040;
  border-radius: 1.3889vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prev-next-stories__item_image {
    padding: 1.0667vw;
    border-radius: 2.6667vw;
  }
}
.prev-next-stories__item_image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.prev-next-stories__item_image img {
  display: block;
  position: absolute;
  left: 0.4167vw;
  top: 0.4167vw;
  width: calc(100% - 0.8333vw);
  height: calc(100% - 0.8333vw);
  border-radius: 1.3889vw;
  object-fit: cover;
  -o-object-fit: cover;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prev-next-stories__item_image img {
    left: 1.0667vw;
    top: 1.0667vw;
    width: calc(100% - 2.1333vw);
    height: calc(100% - 2.1333vw);
    border-radius: 2.6667vw;
  }
}
.prev-next-stories__item_name {
  display: block;
  margin-top: 0.5556vw;
  color: #000;
  font-family: "Bainsley";
  font-weight: 400;
  font-size: 1.3889vw;
  line-height: 1.8056vw;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .prev-next-stories__item_name {
    margin-top: 1.0667vw;
    font-size: 3.2vw;
    line-height: 4vw;
  }
}

.related-stories {
  width: 66.138vw;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .related-stories {
    width: calc(100% - 7.4667vw);
  }
}
.related-stories__title {
  display: block;
  margin: 0 auto;
  padding: 3.3333vw 0 2.7778vw;
  color: #FFF;
  font-family: "Dela Gothic One";
  font-size: 2.0833vw;
  font-weight: 400;
  line-height: 3.0556vw;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .related-stories__title {
    padding: 6.6667vw 0;
    font-size: 3.7333vw;
    line-height: 5.3333vw;
  }
}
.related-stories__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  border-radius: 2.0833vw;
  padding: 1.0417vw;
  row-gap: 1.3889vw;
  column-gap: 1.3889vw;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 1.1111vw 1.5278vw 0.5556vw rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .related-stories__list {
    border-radius: 3.2vw;
    padding: 1.0667vw;
    row-gap: 2.1333vw;
    column-gap: 2.1333vw;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4.2667vw 5.8667vw 2.1333vw rgba(0, 0, 0, 0.25);
  }
}
.related-stories__list > * {
  margin: 0;
  width: calc(33.33% - 0.9722vw);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .related-stories__list > * {
    width: calc(50% - 1.0667vw);
  }
}

.auth-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out 0s;
}
.auth-popup.open {
  visibility: visible;
  opacity: 1;
}
.auth-popup__overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.85);
  z-index: 5;
}
.auth-popup__box {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 1.6667vw 2.2222vw;
  width: 19.4444vw;
  border-radius: 1.8056vw;
  background: #494141;
  z-index: 10;
}
.auth-popup__box_text {
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 100%;
  top: 50%;
  width: 27.7778vw;
  padding-left: 2.2222vw;
  color: var(--theme--color--white);
  font-family: "Bainsley";
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: 400;
  transform: translate(0, -50%);
}
.auth-popup__box_text li {
  font-family: "Bainsley";
}
.auth-popup__box_text li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -0.1389vw 0.4167vw 0;
  width: 0.4167vw;
  height: 0.4167vw;
  background-color: var(--theme--color--white);
  border-radius: 50%;
}
.auth-popup__form {
  display: none;
}
.auth-popup__form.active {
  display: block;
}
.auth-popup__form form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0.8333vw;
}
.auth-popup__form_row {
  width: 100%;
  text-align: center;
}
.auth-popup__form_message {
  display: none;
  font-size: 0.9722vw;
  color: red;
}
.auth-popup__form_message.active {
  display: block;
}
.auth-popup .text-input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.0556vw;
  padding: 0 0.8333vw;
  border-radius: 2.5vw;
  background: #D9D9D9;
  border: none;
  color: #4B4B4B;
  font-family: "Bainsley";
  font-size: 0.9722vw;
  font-weight: 400;
}
.auth-popup .text-input::placeholder {
  color: rgba(75, 75, 75, 0.7);
}
.auth-popup .form-button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.0556vw;
  padding: 0 0.8333vw;
  border-radius: 2.5vw;
  background: var(--theme--color--accent);
  color: var(--theme--color--black);
  font-family: "Bainsley";
  font-size: 1.3889vw;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.auth-popup__reset_password_link {
  color: var(--theme--color--white);
  font-size: 0.8333vw;
  font-weight: 400;
  text-decoration-line: underline;
}
.auth-popup__reset_password_link:hover {
  text-decoration: none;
}
.auth-popup__social {
  margin-top: 1.1111vw;
}
.auth-popup__social_title {
  color: var(--theme--color--white);
  font-size: 1.5278vw;
  font-weight: 400;
  opacity: 0.2;
  text-align: center;
}
.auth-popup__social_items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 0.4167vw;
  column-gap: 0.5556vw;
}
.auth-popup__social_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 3.6111vw;
  height: 3.6111vw;
  overflow: hidden;
  border-radius: 50%;
  text-decoration: none;
}
.auth-popup__social_item:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 89.642px;
  opacity: 0.2;
  background: rgba(255, 255, 255, 0.15);
  transition: 0.3s all ease-out;
  z-index: 5;
}
.auth-popup__social_item iframe {
  display: block;
  position: absolute;
  top: 0.4167vw;
  left: -0.2083vw;
  width: 100% !important;
  height: 100% !important;
  z-index: 15;
  transform: scale(1.5);
  transition: 0.3s all ease-in-out 0s;
}
.auth-popup__social_item_iframe {
  display: block;
  position: relative;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
  transition: 0.3s all ease-out;
}
.auth-popup__social_item svg {
  display: block;
  position: relative;
  width: 2.5vw;
  height: auto;
  z-index: 10;
  transition: 0.3s all ease-out;
}
.auth-popup__social_item:hover:before {
  opacity: 1;
}
.auth-popup__reg_link, .auth-popup__in_link {
  margin-top: 0.4167vw;
  text-align: center;
}
.auth-popup__reg_link span, .auth-popup__in_link span {
  cursor: pointer;
  color: var(--theme--color--white);
  font-size: 1.0417vw;
  font-weight: 400;
  text-decoration-line: underline;
}
.auth-popup__reg_link span:hover, .auth-popup__in_link span:hover {
  text-decoration: none;
}

.gallery-tags-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.6944vw;
  width: 8.3333vw;
  height: 2.778vw;
  background: #1D1D1D;
  border-radius: 1.389vw;
  color: #4E5155;
  font-size: 1.389vw;
  line-height: 1.3;
  cursor: pointer;
  user-select: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .gallery-tags-btn {
    margin-left: 1.067vw;
    width: 17.6vw;
    height: 6.4vw;
    border-radius: 5.333vw;
    font-size: 3.467vw;
  }
}
.gallery-tags-btn:after {
  content: "";
  display: block;
  width: 0.9722vw;
  height: 0.9028vw;
  background-color: #4E5155;
  mask: url("images/filter-icon.svg") no-repeat center/100% auto;
  -webkit-mask: url("images/filter-icon.svg") no-repeat center/100% auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .gallery-tags-btn:after {
    width: 2.8vw;
    height: 2.8vw;
  }
}
.gallery-tags-btn.active {
  background: #FFC700;
  color: #000;
}
.gallery-tags-btn.active:after {
  background-color: #000;
}

.gallery-tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1.1111vw;
  padding: 1.3889vw 1.0417vw;
  border-radius: 1.3889vw;
  background: #1D1D1D;
  column-gap: 1.3889vw;
  row-gap: 1.1111vw;
  box-shadow: 0 0 0.2778vw 0 rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .gallery-tags {
    margin-bottom: 4vw;
    padding: 2.1333vw;
    border-radius: 5.3333vw;
    column-gap: 4vw;
    row-gap: 4vw;
  }
}
.gallery-tags:not(.open) {
  display: none;
}
.gallery-tags__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #FFF;
  font-size: 1.0417vw;
  font-weight: 700;
  line-height: 1.6667vw;
  column-gap: 0.8333vw;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .gallery-tags__item {
    font-size: 4vw;
    line-height: 6.4vw;
    column-gap: 2.1333vw;
  }
}
.gallery-tags__item:hover {
  color: #FFC700;
}
.gallery-tags__item:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 1.6667vw;
  height: 1.6667vw;
  border-radius: 0.3472vw;
  border: 0.1389vw solid #414449;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .gallery-tags__item:before {
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 1.3333vw;
    border: 0.5333vw solid #414449;
  }
}
.gallery-tags__item.current:before {
  background-color: #FFC700;
  border-color: #FFC700;
}

.products-page__text {
  width: 42.3611vw;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-page__text {
    width: 100%;
  }
}
.products-page__text h1, .products-page__text h2, .products-page__text h3, .products-page__text h4, .products-page__text h5, .products-page__text h6 {
  display: block;
  color: #424242;
  font-family: "Dela Gothic One";
  font-size: 3.4722vw;
  font-weight: 400;
  line-height: 5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-page__text h1, .products-page__text h2, .products-page__text h3, .products-page__text h4, .products-page__text h5, .products-page__text h6 {
    font-size: 6.9333vw;
    line-height: 10.1333vw;
  }
}
.products-page__text h1 strong, .products-page__text h2 strong, .products-page__text h3 strong, .products-page__text h4 strong, .products-page__text h5 strong, .products-page__text h6 strong {
  font-weight: 700;
  color: #FFF;
}
.products-page__text p {
  margin-top: 1.3889vw;
  color: #797979;
  text-align: center;
  font-family: "Inter";
  font-size: 1.0417vw;
  font-weight: 300;
  line-height: 1.21;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-page__text p {
    margin-top: 3.2vw;
    font-size: 3.2vw;
  }
}
.products-page__items {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  box-sizing: border-box;
  row-gap: 3.4722vw;
  column-gap: 3.4722vw;
  margin-top: 3.4722vw;
  padding: 0 2.0833vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-page__items {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 8vw;
    padding: 0;
    column-gap: 0;
    row-gap: 8vw;
  }
}
.products-page__item {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: calc(33.33% - 2.3611vw);
  padding: 1.3889vw 1.0417vw 4.8611vw;
  border-radius: 1.3889vw;
  background: #FFF;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-page__item {
    width: 100%;
    padding: 5.3333vw 4vw 18.6667vw;
    border-radius: 5.3333vw;
  }
}
.products-page__image {
  display: block;
  position: relative;
}
.products-page__image:after {
  content: "";
  display: block;
  padding-top: 47%;
}
.products-page__image img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 1.0417vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-page__image img {
    border-radius: 4vw;
  }
}
.products-page__heading {
  margin-top: 0.5556vw;
  color: #131416;
  font-family: "Dela Gothic One";
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.8056vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-page__heading {
    margin-top: 2.1333vw;
    font-size: 4.8vw;
    line-height: 6.9333vw;
  }
}
.products-page__description {
  margin-top: 0.8333vw;
  color: #9A9A9A;
  font-family: "Inter";
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-page__description {
    margin-top: 3.2vw;
    font-size: 3.4667vw;
  }
}
.products-page__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1.0417vw;
  bottom: 1.0417vw;
  width: calc(100% - 2.0833vw);
  padding: 0.4167vw 0 0.5556vw 0;
  border-radius: 0.6944vw;
  background: #131416;
  color: #FFF;
  text-align: center;
  font-family: "Dela Gothic One";
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.8056vw;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-page__btn {
    left: 4vw;
    bottom: 4vw;
    width: calc(100% - 8vw);
    padding: 1.6vw 0 2.6667vw 0;
    border-radius: 2.6667vw;
    font-size: 4.8vw;
    line-height: 6.9333vw;
  }
}
.products-page__btn:hover {
  background: #FFC700;
}

.product-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: sticky;
  bottom: 0;
  padding-top: 2.0833vw;
  height: 8.3333vw;
  width: 100%;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .product-btn-box {
    height: 32vw;
    padding-top: 8vw;
  }
}
.product-btn-box.theme-1 {
  background: linear-gradient(180deg, rgba(19, 20, 22, 0) 0%, #131416 100%);
}

.product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Dela Gothic One";
  color: #fff;
  font-size: 0.9028vw;
  line-height: 1.4583vw;
  padding: 1.0417vw 3.8194vw 1.1806vw;
  background-color: #000;
  border-radius: 2.0833vw;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .product-btn {
    font-size: 3.4667vw;
    line-height: 5.6vw;
    padding: 4vw 14.6667vw 4.5333vw;
    border-radius: 8vw;
  }
}
.product-btn:hover {
  background: #FFC700;
}

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