@charset "UTF-8";

/* Импортные CSS / SCSS файлы, плагины, модули */

/* Обнуление стилей */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Анимации */

/* Choises: select */

/* Slider: swiper */

@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") format("woff");
  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;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

/* Auto Height */

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

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

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

/* 3D Effects */

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

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

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

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

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

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

/* Common Styles */

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

/* Bullets */

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.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%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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 {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.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%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  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;
}

/* Переменные */

/* Миксины */

/*
  @include Layout((( 'large',
    (
      font-size: 24,
      line-height: 32,
      margin-left: 19
    )),
  ));
*/

/* Резиновая верстка (авторасчет vw) */

/*
  @include Layout-boxshadow(0, -5, 15, rgba(#000, .25), all);
*/

/* Адаптивный box-shadow */

/*
  @include adaptive(
    (
      (
        1440px,
        (
          font-size: 24px,
          line-height: 32px
        )
      ),
      (
        992px,
        (
          font-size: 24px,
          line-height: 32px
        )
      )
    )
  );
*/

/* Адаптивность */

/* Подключение шрифта вручную */

/* Работа с типографией */

/* Удобная Сетка */

/* Обнуление стилей */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: avenirnextcyr;
  font-style: normal;
  color: #000000;
  font-weight: 400;
  font-size: 0.8333333333vw;
}

body {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body.theme--light {
  background-color: #fff;
}

body.theme--dark {
  background-color: #131722;
}

main {
  position: relative;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

dl,
a,
p,
span,
div,
img,
nav,
header,
footer,
button,
input,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
  display: block;
}

input::placehloder,
textarea::placehloder,
button::placehloder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  resize: none;
}

/* Шрифты */

@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url("../fonts/avenirnextcyr-demi.woff2") format("woff2"), url("../fonts/avenirnextcyr-demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url("../fonts/avenirnextcyr-heavy.woff2") format("woff2"), url("../fonts/avenirnextcyr-heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url("../fonts/avenirnextcyr-regular.woff2") format("woff2"), url("../fonts/avenirnextcyr-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: rouble;
  font-display: swap;
  src: url("../fonts/rouble.woff2") format("woff2"), url("../fonts/rouble.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: franklin;
  font-display: swap;
  src: url("../fonts/franklin-gothic-heavy.woff2") format("woff2"), url("../fonts/franklin-gothic-heavy.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Типографика */

h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.5vw;
  line-height: 2.9166666667vw;
}

h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.875vw;
  line-height: 2.1875vw;
}

h3 {
  font-weight: 600;
  font-size: 1.4583333333vw;
  line-height: 1.875vw;
}

h4 {
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
}

h5 {
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw;
}

p,
b,
strong,
span,
a {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}

a {
  display: inline-block;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

a:hover {
  opacity: 0.75;
}

.theme--light p {
  color: #000;
}

.theme--light .modal__theme-light {
  color: #e45629;
}

.theme--light .header {
  background-color: #fff;
}

.theme--light .header__social,
.theme--light .modal__social {
  border-color: #000;
}

.theme--light .header__right-bottom li {
  background-color: #fff;
}

.theme--light .modal--addmenu {
  background-color: #fff;
}

.theme--light .icon--eye path,
.theme--light .icon--vk path,
.theme--light .icon--telegram path .icon--phone path {
  fill: #131722;
}

.theme--dark p,
.theme--dark .modal--addmenu .modal__search input,
.theme--dark .modal--addmenu .modal__wrapper-switch h3,
.theme--dark .modal--addmenu .modal__wrapper-version a,
.theme--dark .header__right-bottom a,
.theme--dark .sc-catalog__wrapper-title h2,
.theme--dark .sc-catalog__nav-item a,
.theme--dark .poster__wrapper-title a,
.theme--dark .poster__datetime,
.theme--dark .sc-newcatalog__wrapper-title h2,
.theme--dark .poster--vertical .poster__wrapper-title span,
.theme--dark .sc-news__wrapper-title h2,
.theme--dark .new-card h3,
.theme--dark .sc-catalog__nav-disable a,
.theme--dark .modal--addmenu .modal__wrapper-menu a,
.theme--dark .modal__theme-light,
.theme--dark h1,
.theme--dark h2,
.theme--dark h3,
.theme--dark h4,
.theme--dark h5,
.theme--dark strong,
.theme--dark span,
.theme--dark li,
.theme--dark a {
  color: #fff;
}

.theme--dark .sc-catalog__nav-disable--orange a,
.theme--dark .modal__theme-dark {
  color: #e45629;
}

.theme--dark .header__social,
.theme--dark .modal__social {
  border-color: #fff;
}

.theme--dark .block-title,
.theme--dark .footer {
  background-color: #000;
}

.theme--dark .header,
.theme--dark .modal--addmenu,
.theme--dark .header__right-bottom:after,
.theme--dark .header__right-bottom li {
  background-color: #131722;
}

.theme--dark .icon--eye path,
.theme--dark .icon--vk path,
.theme--dark .icon--telegram path,
.theme--dark .icon--phone path {
  fill: #fff;
}

/* Анимации */

@-webkit-keyframes modalOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes modalOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Компоненты */

/* Кнопки */

/* Кнопка: перейти */

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: background-color, color, border-color, -webkit-box-shadow;
  transition-property: background-color, color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color, -webkit-box-shadow;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  text-transform: uppercase;
}

.btn:hover {
  cursor: pointer;
}

.btn--green {
  background-color: #34a59c;
  color: #FFF;
}

.btn--green:hover {
  background-color: #2b8a82;
  color: #fff;
  opacity: 1;
}

.btn--large {
  font-weight: 600;
  padding-top: 0.9375vw;
  padding-bottom: 0.8333333333vw;
  padding-left: 0.8333333333vw;
  padding-right: 0.8333333333vw;
  border-radius: 0.5208333333vw;
  min-height: 2.3958333333vw;
  max-height: 2.3958333333vw;
  font-size: 0.9375vw;
  line-height: 1.3541666667vw;
}

/* Иконки */

.icon svg,
.icon path {
  -webkit-transition-property: fill, stroke;
  -o-transition-property: fill, stroke;
  transition-property: fill, stroke;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.icon--vk svg {
  width: 1.3541666667vw;
  min-width: 1.3541666667vw;
  height: 1.3541666667vw;
  min-height: 1.3541666667vw;
}

.icon--eye svg {
  width: 3.3333333333vw;
  min-width: 3.3333333333vw;
  height: 3.3333333333vw;
  min-height: 3.3333333333vw;
}

.icon--search svg {
  width: 1.4583333333vw;
  min-width: 1.4583333333vw;
  height: 1.4583333333vw;
  min-height: 1.4583333333vw;
}

.icon--search path {
  fill: #fff;
}

.icon--play svg {
  width: 1.1458333333vw;
  min-width: 1.1458333333vw;
  height: 1.1458333333vw;
  min-height: 1.1458333333vw;
}

.icon--play path {
  fill: #131722;
}

.icon--telegram svg {
  width: 1.25vw;
  min-width: 1.25vw;
  height: 1.25vw;
  min-height: 1.25vw;
}

/* Container */

.container {
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

/* Modal */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.modal__dialog {
  position: relative;
  margin: 0 auto;
  z-index: 9998;
}

.modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
}

.modal--addmenu {
  opacity: 0;
  pointer-events: none;
  left: -100vw;
  -webkit-transition-property: opacity, left;
  -o-transition-property: opacity, left;
  transition-property: opacity, left;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.modal--addmenu .modal__content {
  overflow-y: auto;
}

.modal--addmenu .modal__dialog,
.modal--addmenu .modal__content,
.modal--addmenu .modal__container {
  height: 100%;
}

.modal--addmenu .modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.5vw;
}

.modal--addmenu .modal__wrap-content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.modal--addmenu .modal__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal--addmenu .modal__column:nth-child(1) {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}

.modal--addmenu .modal__column:nth-child(2) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 1.6666666667vw;
}

.modal--addmenu .modal__column:nth-child(3) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.modal--addmenu .modal__wrapper-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  row-gap: 1.25vw;
}

.modal--addmenu .modal__wrapper-menu li {
  position: relative;
  display: block;
}

.modal--addmenu .modal__wrapper-menu a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
}

.modal--addmenu .modal__wrapper-menu a:hover {
  color: #e45629;
}

.modal--addmenu .modal__address-dark {
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
}

.modal--addmenu .modal__address-grey {
  color: #cccccc;
  font-size: 1.3541666667vw;
  line-height: 1.7708333333vw;
}

.modal--addmenu .modal__right-phone {
  font-weight: 600;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  color: #e45629;
  -webkit-transition: -webkit-text-decoration 0.3s linear;
  transition: -webkit-text-decoration 0.3s linear;
  -o-transition: text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear, -webkit-text-decoration 0.3s linear;
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
}

.modal--addmenu .modal__right-phone:hover {
  text-decoration: none;
  opacity: 1;
}

.modal--addmenu .modal__right-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25vw;
     -moz-column-gap: 1.25vw;
          column-gap: 1.25vw;
}

.modal--addmenu .modal__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0.15625vw;
  padding-top: 0.2083333333vw;
  border-style: solid;
}

.modal--addmenu .modal__wrapper-form {
  margin-bottom: 2.0833333333vw;
}

.modal--addmenu .modal__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-color: #e45629;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 2.5vw;
  max-width: 15.5208333333vw;
  border-width: 0.1041666667vw;
}

.modal--addmenu .modal__search button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: #e45629;
  width: 2.6041666667vw;
}

.modal--addmenu .modal__search button:hover {
  cursor: pointer;
}

.modal--addmenu .modal__search input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1.0416666667vw;
  padding-left: 1.0416666667vw;
}

.modal--addmenu .modal__wrapper-switch {
  margin-bottom: 1.6666666667vw;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}

.modal--addmenu .modal__wrapper-switch h3 {
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
  margin-bottom: 1.25vw;
}

.modal--addmenu .modal__wrapper-switch .switch {
  position: relative;
  display: inline-block;
  width: 3.125vw;
  height: 1.7708333333vw;
}

.modal--addmenu .modal__wrapper-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.modal--addmenu .modal__wrapper-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal--addmenu .modal__wrapper-switch .slider:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0vw 0vw 0.78125vw rgba(32, 32, 32, 0.2392156863);
          box-shadow: 0vw 0vw 0.78125vw rgba(32, 32, 32, 0.2392156863);
  background: white url("../img/main/sunny.webp");
  background-repeat: no-repeat;
  background-position: center;
  height: 2.0833333333vw;
  width: 2.0833333333vw;
  left: 0vw;
  bottom: 0.2083333333vw;
}

.modal--addmenu .modal__wrapper-switch input:checked + .slider {
  background-color: #e45629;
}

.modal--addmenu .modal__wrapper-switch input:focus + .slider {
  -webkit-box-shadow: 0vw 0vw 0.0520833333vw #e45629;
          box-shadow: 0vw 0vw 0.0520833333vw #e45629;
}

.modal--addmenu .modal__wrapper-switch input:checked + .slider:before {
  -webkit-transform: translateX(1.25vw);
      -ms-transform: translateX(1.25vw);
          transform: translateX(1.25vw);
  background: white url("../img/main/night.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.modal--addmenu .modal__wrapper-switch .slider.round {
  border-radius: 1.7708333333vw;
}

.modal--addmenu .modal__wrapper-switch .slider.round:before {
  border-radius: 50%;
}

.modal--addmenu .modal__inner-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.0416666667vw;
     -moz-column-gap: 1.0416666667vw;
          column-gap: 1.0416666667vw;
}

.modal--addmenu .modal__inner-switch span {
  font-size: 0.9375vw;
  line-height: 1.0416666667vw;
}

.modal--addmenu .modal__wrapper-version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.0416666667vw;
     -moz-column-gap: 1.0416666667vw;
          column-gap: 1.0416666667vw;
}

.modal--addmenu .modal__wrapper-version i {
  position: relative;
  top: 0.3125vw;
}

.modal--addmenu .modal__wrapper-version a {
  text-decoration: none;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
}

.modal--addmenu.modal--fadeLeft {
  opacity: 1;
  pointer-events: auto;
  left: 0;
}

/* Arrow */

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  height: auto;
  width: auto;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 0.625vw;
  padding-top: 0.625vw;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #fff;
  font-family: unset;
  font-size: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 1.1979166667vw;
  height: 2.7083333333vw;
}

.swiper-button-prev {
  padding-left: 0.8333333333vw;
  padding-right: 0.9375vw;
}

.swiper-button-prev::after {
  background-image: url("../img/main/arrow-left.webp");
}

.swiper-button-next {
  padding-right: 0.9375vw;
  padding-left: 0.8333333333vw;
}

.swiper-button-next::after {
  background-image: url("../img/main/arrow-right.webp");
}

/* Блоки */

/* Шапка сайта */

.header {
  max-width: 100%;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition-property: top, padding-top, padding-bottom, -webkit-box-shadow;
  transition-property: top, padding-top, padding-bottom, -webkit-box-shadow;
  -o-transition-property: top, padding-top, padding-bottom, box-shadow;
  transition-property: top, padding-top, padding-bottom, box-shadow;
  transition-property: top, padding-top, padding-bottom, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.header__left {
  margin-right: 0.8333333333vw;
}

.header__logo-circle:hover {
  opacity: 1;
}

.header__logo-circle img {
  width: 6.3020833333vw;
}

.header__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  left: 0;
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  padding-top: 0.8333333333vw;
}

.header__right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin-bottom 0.3s linear;
  -o-transition: margin-bottom 0.3s linear;
  transition: margin-bottom 0.3s linear;
  margin-bottom: 0.8333333333vw;
}

.header__logo-mini {
  width: 7.0833333333vw;
  margin-right: 2.4479166667vw;
}

.header__logo-mini:hover {
  opacity: 1;
}

.header__right-phone {
  color: #e45629;
}

.header__right-address {
  margin-right: 2.9166666667vw;
}

.header__address-dark {
  font-size: 0.9375vw;
  line-height: 1.25vw;
}

.header__address-grey {
  color: #cccccc;
  font-size: 0.7291666667vw;
  line-height: 0.8333333333vw;
}

.header__right-phone {
  font-weight: 600;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  color: #e45629;
  -webkit-transition: -webkit-text-decoration 0.3s linear;
  transition: -webkit-text-decoration 0.3s linear;
  -o-transition: text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear, -webkit-text-decoration 0.3s linear;
  margin-right: 5.2083333333vw;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
}

.header__right-phone:hover {
  text-decoration: none;
  opacity: 1;
}

.header__mob-phone {
  display: none;
}

.header__right-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8333333333vw;
     -moz-column-gap: 0.8333333333vw;
          column-gap: 0.8333333333vw;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0.15625vw;
  padding-top: 0.2083333333vw;
  border-style: solid;
}

.header__right-bottom {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__right-bottom::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-color: #f7e296;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition-property: right, width;
  -o-transition-property: right, width;
  transition-property: right, width;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  border-bottom-width: 0.2083333333vw;
}

.header__right-bottom:after {
  content: "";
  position: absolute;
  background-color: #fff;
  z-index: 1;
  top: 0.5208333333vw;
  right: 1.25vw;
  width: 3.75vw;
  height: 0.3125vw;
}

.header__right-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  -webkit-column-gap: 1.6666666667vw;
     -moz-column-gap: 1.6666666667vw;
          column-gap: 1.6666666667vw;
  padding-left: 0.8333333333vw;
}

.header__right-bottom li {
  position: relative;
  display: block;
  padding-left: 0.3125vw;
  padding-right: 0.3125vw;
}

.header__right-bottom a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 0.9375vw;
  line-height: 1.25vw;
}

.header__right-bottom a:hover {
  color: #e45629;
}

.header__circle-hamburger {
  background-color: #e45629;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 1.6666666667vw;
  top: -0.8333333333vw;
  width: 2.8125vw;
  height: 2.8125vw;
}

.header__circle-hamburger:hover {
  cursor: pointer;
}

.header__hamburger {
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1.5625vw;
  min-width: 1.5625vw;
  row-gap: 0.3125vw;
}

.header__hamburger:hover {
  opacity: 0.7;
}

.header__hamburger::before,
.header__hamburger::after {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, left, -webkit-transform;
  transition-property: top, left, -webkit-transform;
  -o-transition-property: top, left, transform;
  transition-property: top, left, transform;
  transition-property: top, left, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.header__hamburger::before,
.header__hamburger::after,
.header__hamburger span {
  display: block;
  width: 100%;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 0.15625vw;
  border-radius: 0.4166666667vw;
}

.header__hamburger span {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.header__circle-hamburger--close .header__hamburger {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.header__circle-hamburger--close .header__hamburger:hover {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
}

.header__circle-hamburger--close .header__hamburger span {
  opacity: 0;
}

.header__circle-hamburger--close .header__hamburger::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.46875vw;
}

.header__circle-hamburger--close .header__hamburger::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -0.46875vw;
}

.header--fixed {
  -webkit-box-shadow: 0vw 0vw 0.8333333333vw rgba(0, 0, 0, 0.15);
          box-shadow: 0vw 0vw 0.8333333333vw rgba(0, 0, 0, 0.15);
  position: fixed;
  padding-top: 0.8333333333vw;
}

.header--fixed.header--bottom {
  top: -7.1875vw;
}

.header--fixed.header--bottom .header__right-top {
  margin-bottom: 3.75vw;
}

.header--fixed.header--bottom .header__right {
  left: -7.03125vw;
}

.header--fixed.header--bottom .header__right-bottom::before {
  width: calc(100% + 7.03vw);
  right: -7.03125vw;
}

.block-title {
  background-color: #f2f2f5;
  position: relative;
  padding-top: 0.8333333333vw;
  padding-bottom: 0.8333333333vw;
}

.poster {
  height: intrinsic;
  height: -moz-max-content;
  height: -webkit-max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25vw;
     -moz-column-gap: 1.25vw;
          column-gap: 1.25vw;
}
 	.datf
 	{
 	font-size:18px;
 		}
 	.filmop
	{
		display:flex;
		gap:20px;
		}
		.shop__details-description
{
	font-size:18px; padding:15px; line-height:24px;
	}
.poster__wrapper-button {
  width: 100%;
  max-width: 10.4166666667vw;
}

.poster__wrapper-img {
  position: relative;
  z-index: 0;
  width: 10.4166666667vw;
  height: 15.625vw;
}

.poster__wrapper-img:hover {
  opacity: 1;
}

.poster__wrapper-img img {
  height: 100%;
  border-radius: 0.78125vw;
}

.poster__block--age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  top: 0.4166666667vw;
  left: 0.4166666667vw;
  border-radius: 0.4166666667vw;
  font-size: 0.7291666667vw;
  width: 1.7708333333vw;
  height: 1.7708333333vw;
}

.poster__block--play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.4);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  padding-top: 0.4166666667vw;
  padding-left: 0.2083333333vw;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}

.poster__block--red {
  background-color: #d0021b;
}

.poster__block--cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
  background-color: #32ff00;
  color: #000;
  font-weight: 600;
  top: 0.4166666667vw;
  right: 0.4166666667vw;
  border-radius: 0.4166666667vw;
  font-size: 0.6770833333vw;
  width: 6.5625vw;
  height: 1.7708333333vw;
}

.poster__block--premier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
  background-color: #d0021b;
  color: #fff;
  font-weight: 600;
  bottom: 0.4166666667vw;
  left: 0.4166666667vw;
  border-radius: 0.4166666667vw;
  font-size: 0.7291666667vw;
  width: 4.375vw;
  height: 1.7708333333vw;
}

.poster__content-left a {
  text-decoration: none;
}

.poster__content-right {
  margin-top: auto;
  padding-bottom: 0.2083333333vw;
}

.poster__wrapper-title {
  position: relative;
  max-width: 16.25vw;
  margin-bottom: 2.1875vw;
}

.poster__wrapper-title::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #cccccc;
  bottom: -1.0416666667vw;
  border-radius: 0.2083333333vw;
  width: 3.9583333333vw;
  height: 0.0520833333vw;
}

.poster__wrapper-title h3 {
  margin-bottom: 0.2083333333vw;
}

.poster__wrapper-title h3 a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}

.poster__wrapper-title span {
  font-weight: 400;
  color: #cccccc;
  display: inline-block;
  font-size: 0.9375vw;
  line-height: 1.3541666667vw;
}

.poster__dates {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  row-gap: 0.4166666667vw;
  -webkit-column-gap: 0.8333333333vw;
     -moz-column-gap: 0.8333333333vw;
          column-gap: 0.8333333333vw;
  margin-bottom: 1.6666666667vw;
}

.poster__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.poster__datetime {
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw;
}

.poster__price {
  color: #cccccc;
  font-size: 0.8333333333vw;
  line-height: 1.1458333333vw;
}

.poster__price i {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: rouble;
}

.poster--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.poster--vertical .poster__content-left {
  margin-right: 0;
  height: 100%;
  margin-bottom: 0.625vw;
}

.poster--vertical .poster__wrapper-img {
  width: 100%;
  position: relative;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 20.5729166667vw;
}

.poster--vertical .poster__wrapper-img img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0.7291666667vw;
}

.poster--vertical .poster__fixed-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
  background-color: #e45629;
  color: #fff;
  bottom: 0.4166666667vw;
  left: 0.4166666667vw;
  border-radius: 0.4166666667vw;
  font-size: 0.8333333333vw;
  width: 6.1979166667vw;
  height: 1.7708333333vw;
}

.poster--vertical .poster__wrapper-title::after {
  display: none;
}

.poster--vertical .poster__wrapper-title {
  margin-bottom: 0vw;
}

.poster--vertical .poster__wrapper-title h3 {
  font-weight: 600;
}

.poster--vertical .poster__wrapper-title span {
  font-weight: 400;
  color: #000;
}

.new-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.neww .new-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: row;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
          gap:20px;
}
.neww .new-card .r
{
display: flex;
    flex-direction: column;
    justify-content: center;
	}

.new-card__wrapper-img {
  border-radius: 0.78125vw;
  margin-bottom: 1.25vw;
}

.new-card__wrapper-img:hover {
  opacity: 1;
}

.new-card__wrapper-img img {
  border-radius: 0.78125vw;
  height: 12.9166666667vw;
}

.new-card h3 {
  font-weight: 600;
  font-size: 1.4583333333vw;
  margin-bottom: 0.625vw;
}

.new-card h3 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-decoration: none;
  max-height: 1.6666666667vw;
}

.new-card__date {
  font-weight: 400;
  color: #cccccc;
  margin-bottom: 0.625vw;
  font-size: 0.8333333333vw;
  line-height: 1.1458333333vw;
}

.new-card__tag {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  background-color: #e45629;
  color: #fff;
  margin-bottom: 0.4166666667vw;
  padding-bottom: 0.1041666667vw;
  padding-top: 0.1041666667vw;
  padding-left: 0.1041666667vw;
  padding-right: 0.1041666667vw;
  font-size: 0.9375vw;
  line-height: 1.3541666667vw;
}

.new-card__wrapper-desc p {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}

.new-card__wrapper-desc p a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-decoration: none;
}

/* Подвал сайта */

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #131722;
  row-gap: 0.625vw;
  padding-top: 3.3333333333vw;
  padding-bottom: 1.0416666667vw;
}

.footer * {
  color: #fff;
}

.footer__content-top .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5.625vw;
     -moz-column-gap: 5.625vw;
          column-gap: 5.625vw;
}

.footer__logo:hover {
  opacity: 1;
}

.footer__logo img {
  width: 9.4791666667vw;
}

.footer__content-right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.3333333333vw;
     -moz-column-gap: 3.3333333333vw;
          column-gap: 3.3333333333vw;
  row-gap: 3.3333333333vw;
  padding-top: 0.8333333333vw;
}

.footer__item h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.4583333333vw;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
}

.footer__item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__item ul a {
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  font-size: 0.9375vw;
  line-height: 1.25vw;
}

.footer__item ul a:hover {
  color: rgba(255, 255, 255, 0.7019607843);
}

.footer__item--column2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.footer__item--column2 h3 {
  margin-bottom: 0.8333333333vw;
}

.footer__item--column2 address {
  color: #f7e296;
  margin-bottom: 0.8333333333vw;
  font-size: 0.9375vw;
  line-height: 1.25vw;
}

.footer__item--column2 a {
  color: #f7e296;
  font-weight: 600;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  -webkit-transition: -webkit-text-decoration 0.3s linear;
  transition: -webkit-text-decoration 0.3s linear;
  -o-transition: text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear, -webkit-text-decoration 0.3s linear;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
}

.footer__item--column2 a:hover {
  text-decoration: none;
  opacity: 1;
}

.footer__content-bottom .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__content-bottom p {
  color: #fff;
  display: inline-block;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}

.footer__content-bottom p a {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  color: #f7e296;
}

/* Страницы */

/* Главная страница */

.sc-main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 1.7708333333vw;
  padding-bottom: 3.0208333333vw;
}

.sc-main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 1.25vw;
     -moz-column-gap: 1.25vw;
          column-gap: 1.25vw;
  height: 22.1875vw;
}

.sc-main__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  min-width: 42.9166666667vw;
}

.sc-main__wrapper-slider,
.sc-main__swiper,
.sc-main__poster,
.sc-main__poster img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 100%;
}

.sc-main__poster,
.sc-main__poster img,
.sc-main__banner,
.sc-main__banner img {
  border-radius: 0.8333333333vw;
}

.sc-main__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 17.3958333333vw;
  row-gap: 0.8333333333vw;
}

.sc-main__banner {
  width: 100%;
  position: relative;
  display: block;
  -webkit-box-shadow: 0vw 0vw 0.625vw rgba(247, 226, 151, 0.6);
          box-shadow: 0vw 0vw 0.625vw rgba(247, 226, 151, 0.6);
  height: 6.6666666667vw;
}

.sc-main__banner:hover {
  opacity: 1;
}

.sc-main__banner img {
  height: 100%;
  position: relative;
  z-index: 0;
}

.sc-main__banner-position {
  position: relative;
}

.sc-main__banner-position::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5vw;
  width: calc(100% + 1vw);
  height: 100%;
  background-color: #005c55;
  -webkit-box-shadow: inset 0px 0px 16px #000;
          box-shadow: inset 0px 0px 16px #000;
  z-index: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.sc-main__banner-title {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-left: 0.4166666667vw;
  padding-right: 0.4166666667vw;
}

.sc-main__banner-title span {
  color: #fff;
  white-space: nowrap;
  font-weight: 900;
  font-family: franklin;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 1.875vw;
  line-height: 2.1875vw;
}

.sc-main__poster {
  display: block;
}

.sc-main__poster:hover {
  opacity: 1;
}

.sc-catalog__content-top {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 2.7083333333vw;
}

.sc-catalog__container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-catalog__container {
  position: relative;
  padding-bottom: 2.6041666667vw;
}

.sc-catalog__wrapper-title {
  margin-right: 2.6041666667vw;
}

.sc-catalog__wrapper-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-gap: 1.875vw;
     -moz-column-gap: 1.875vw;
          column-gap: 1.875vw;
}

.sc-catalog__wrapper-menu a {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  padding-left: 0.625vw;
  padding-right: 0.625vw;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}

.sc-catalog__nav-item {
  position: relative;
  z-index: 1;
}

.sc-catalog__nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 0.78vw);
  background-color: transparent;
  opacity: 0;
  z-index: 0;
  top: -0.3125vw;
}

.sc-catalog__nav-item a {
  position: relative;
  z-index: 1;
  color: #000;
}

.sc-catalog__nav-item--active::before {
  background-color: #34a59c;
  opacity: 1;
}

.sc-catalog__nav-item--active a {
  color: #fff;
}

.sc-catalog__nav-disable a {
  opacity: 0.3;
}

.sc-catalog__nav-disable a:hover {
  cursor: default;
}

.sc-catalog__nav-disable--orange a {
  color: #e45629;
}

.sc-catalog__nav-disable--not-opacity a {
  opacity: 1;
}

.sc-catalog__tab-content {
  display: none;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 3.6458333333vw;
}

.sc-catalog__tab-content--active {
  display: -ms-grid;
  display: grid;
}

.sc-newcatalog {
  padding-bottom: 2.9166666667vw;
}

.sc-newcatalog__content-top {
  margin-bottom: 4.4791666667vw;
}

.sc-newcatalog__wrapper-swiper {
  position: relative;
}

.sc-newcatalog__wrapper-swiper .swiper-button-prev {
  left: -3.3333333333vw;
}

.sc-newcatalog__wrapper-swiper .swiper-button-next {
  right: -3.3333333333vw;
}

.sc-news {
  padding-bottom: 2.0833333333vw;
}

.sc-news__content-top {
  margin-bottom: 3.125vw;
}

.sc-news__wrapper-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3.125vw;
  -webkit-column-gap: 1.5625vw;
     -moz-column-gap: 1.5625vw;
          column-gap: 1.5625vw;
  margin-bottom: 3.8541666667vw;
}

.sc-news__wrapper-link {
  text-align: center;
}

.sc-news__wrapper-link a {
  text-transform: uppercase;
  font-weight: 600;
  color: #e45629;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  -webkit-transition: -webkit-text-decoration 0.3s linear;
  transition: -webkit-text-decoration 0.3s linear;
  -o-transition: text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear, -webkit-text-decoration 0.3s linear;
  font-size: 1.0416666667vw;
}

.sc-news__wrapper-link a:hover {
  text-decoration: none;
  opacity: 1;
}
.filmpro
{
margin-top:40px;
	}

@media (min-width: 1600.99px) {
  .header__right-address {
    margin-left: auto;
  }

  .header__right-phone {
    margin-left: auto;
  }

  .header__right-social {
    margin-left: auto;
  }

  .footer__content-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 1600px) {
  *,
  *:before,
  *:after {
    font-size: 1vw;
  }

  h1 {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  h2 {
    font-size: 2.25vw;
    line-height: 2.625vw;
  }

  h3 {
    font-size: 1.75vw;
    line-height: 2.25vw;
  }

  h4 {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  h5 {
    font-size: 1.25vw;
    line-height: 1.75vw;
  }

  p,
  b,
  strong,
  span,
  a {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .btn--large {
    padding-top: 1.125vw;
    padding-bottom: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
    border-radius: 0.625vw;
    min-height: 2.875vw;
    max-height: 2.875vw;
    font-size: 1.125vw;
    line-height: 1.625vw;
  }

  .icon--vk svg {
    width: 1.625vw;
    min-width: 1.625vw;
    height: 1.625vw;
    min-height: 1.625vw;
  }

  .icon--eye svg {
    width: 4vw;
    min-width: 4vw;
    height: 4vw;
    min-height: 4vw;
  }

  .icon--search svg {
    width: 1.75vw;
    min-width: 1.75vw;
    height: 1.75vw;
    min-height: 1.75vw;
  }

  .icon--play svg {
    width: 1.375vw;
    min-width: 1.375vw;
    height: 1.375vw;
    min-height: 1.375vw;
  }

  .icon--telegram svg {
    width: 1.5vw;
    min-width: 1.5vw;
    height: 1.5vw;
    min-height: 1.5vw;
  }

  .container {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .container {
    padding-left: 12.96875vw;
    padding-right: 12.96875vw;
  }

  .modal--addmenu .modal__container {
    padding-top: 3vw;
  }

  .modal--addmenu .modal__column:nth-child(2) {
    row-gap: 2vw;
  }

  .modal--addmenu .modal__wrapper-menu ul {
    row-gap: 1.5vw;
  }

  .modal--addmenu .modal__wrapper-menu a {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .modal--addmenu .modal__address-dark {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .modal--addmenu .modal__address-grey {
    font-size: 1.625vw;
    line-height: 2.125vw;
  }

  .modal--addmenu .modal__right-phone {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .modal--addmenu .modal__right-social {
    -webkit-column-gap: 1.5vw;
       -moz-column-gap: 1.5vw;
            column-gap: 1.5vw;
  }

  .modal--addmenu .modal__social {
    width: 2.5vw;
    height: 2.5vw;
    border-width: 0.1875vw;
    padding-top: 0.25vw;
  }

  .modal--addmenu .modal__wrapper-form {
    margin-bottom: 2.5vw;
  }

  .modal--addmenu .modal__search {
    height: 3vw;
    max-width: 18.625vw;
    border-width: 0.125vw;
  }

  .modal--addmenu .modal__search button {
    width: 3.125vw;
  }

  .modal--addmenu .modal__search input {
    padding-right: 1.25vw;
    padding-left: 1.25vw;
  }

  .modal--addmenu .modal__wrapper-switch {
    margin-bottom: 2vw;
  }

  .modal--addmenu .modal__wrapper-switch h3 {
    font-size: 1.5vw;
    line-height: 2vw;
    margin-bottom: 1.5vw;
  }

  .modal--addmenu .modal__wrapper-switch .switch {
    width: 3.75vw;
    height: 2.125vw;
  }

  .modal--addmenu .modal__wrapper-switch .slider:before {
    -webkit-box-shadow: 0vw 0vw 1.0416666667vw rgba(32, 32, 32, 0.2392156863);
            box-shadow: 0vw 0vw 1.0416666667vw rgba(32, 32, 32, 0.2392156863);
  }

  .modal--addmenu .modal__wrapper-switch .slider:before {
    height: 2.5vw;
    width: 2.5vw;
    left: 0vw;
    bottom: 0.25vw;
  }

  .modal--addmenu .modal__wrapper-switch input:focus + .slider {
    -webkit-box-shadow: 0vw 0vw 0.0694444444vw #e45629;
            box-shadow: 0vw 0vw 0.0694444444vw #e45629;
  }

  .modal--addmenu .modal__wrapper-switch input:checked + .slider:before {
    -webkit-transform: translateX(1.5vw);
        -ms-transform: translateX(1.5vw);
            transform: translateX(1.5vw);
  }

  .modal--addmenu .modal__wrapper-switch .slider.round {
    border-radius: 2.125vw;
  }

  .modal--addmenu .modal__inner-switch {
    -webkit-column-gap: 1.25vw;
       -moz-column-gap: 1.25vw;
            column-gap: 1.25vw;
  }

  .modal--addmenu .modal__inner-switch span {
    font-size: 1.125vw;
    line-height: 1.25vw;
  }

  .modal--addmenu .modal__wrapper-version {
    -webkit-column-gap: 1.25vw;
       -moz-column-gap: 1.25vw;
            column-gap: 1.25vw;
  }

  .modal--addmenu .modal__wrapper-version i {
    top: 0.375vw;
  }

  .modal--addmenu .modal__wrapper-version a {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .swiper-button-prev,
  .swiper-button-next {
    padding-bottom: 0.75vw;
    padding-top: 0.75vw;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 1.4375vw;
    height: 3.25vw;
  }

  .swiper-button-prev {
    padding-left: 1vw;
    padding-right: 1.125vw;
  }

  .swiper-button-next {
    padding-right: 1.125vw;
    padding-left: 1vw;
  }

  .header {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .header__left {
    margin-right: 1vw;
  }

  .header__logo-circle img {
    width: 7.5625vw;
  }

  .header__right {
    padding-top: 1vw;
  }

  .header__right-top {
    margin-bottom: 1vw;
  }

  .header__logo-mini {
    width: 8.5vw;
    margin-right: 2.9375vw;
  }

  .header__right-address {
    margin-right: 3.5vw;
  }

  .header__address-dark {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  .header__address-grey {
    font-size: 0.875vw;
    line-height: 1vw;
  }

  .header__right-phone {
    margin-right: 6.25vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .header__right-social {
    -webkit-column-gap: 1vw;
       -moz-column-gap: 1vw;
            column-gap: 1vw;
  }

  .header__social {
    width: 2.5vw;
    height: 2.5vw;
    border-width: 0.1875vw;
    padding-top: 0.25vw;
  }

  .header__right-bottom::before {
    border-bottom-width: 0.25vw;
  }

  .header__right-bottom:after {
    top: 0.625vw;
    right: 1.5vw;
    width: 4.5vw;
    height: 0.375vw;
  }

  .header__right-bottom ul {
    -webkit-column-gap: 2vw;
       -moz-column-gap: 2vw;
            column-gap: 2vw;
    padding-left: 1vw;
  }

  .header__right-bottom ul {
    -webkit-column-gap: 0.875vw;
       -moz-column-gap: 0.875vw;
            column-gap: 0.875vw;
  }

  .header__right-bottom li {
    padding-left: 0.375vw;
    padding-right: 0.375vw;
  }

  .header__right-bottom a {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  .header__circle-hamburger {
    right: 2vw;
    top: -1vw;
    width: 3.375vw;
    height: 3.375vw;
  }

  .header__hamburger {
    width: 1.875vw;
    min-width: 1.875vw;
    row-gap: 0.375vw;
  }

  .header__hamburger::before,
  .header__hamburger::after,
  .header__hamburger span {
    border-bottom-width: 0.1875vw;
    border-radius: 0.5vw;
  }

  .header__circle-hamburger--close .header__hamburger::before {
    top: 0.5625vw;
  }

  .header__circle-hamburger--close .header__hamburger::before {
    top: 0.5625vw;
  }

  .header__circle-hamburger--close .header__hamburger::after {
    top: -0.5625vw;
  }

  .header__circle-hamburger--close .header__hamburger::after {
    top: -0.5625vw;
  }

  .header--fixed {
    -webkit-box-shadow: 0vw 0vw 1.1111111111vw rgba(0, 0, 0, 0.15);
            box-shadow: 0vw 0vw 1.1111111111vw rgba(0, 0, 0, 0.15);
  }

  .header--fixed {
    padding-top: 1vw;
  }

  .header--fixed.header--bottom {
    top: -8.625vw;
  }

  .header--fixed.header--bottom .header__right-top {
    margin-bottom: 4.5vw;
  }

  .header--fixed.header--bottom .header__right {
    left: -8.4375vw;
  }

  .header--fixed.header--bottom .header__right-bottom::before {
    right: -8.4375vw;
  }

  .block-title {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .poster {
    -webkit-column-gap: 1.5vw;
       -moz-column-gap: 1.5vw;
            column-gap: 1.5vw;
  }

  .poster__wrapper-button {
    max-width: 12.5vw;
  }

  .poster__wrapper-img {
    width: 12.5vw;
    height: 18.75vw;
  }

  .poster__wrapper-img img {
    border-radius: 0.9375vw;
  }

  .poster__block--age {
    top: 0.5vw;
    left: 0.5vw;
    border-radius: 0.5vw;
    font-size: 0.875vw;
    width: 2.125vw;
    height: 2.125vw;
  }

  .poster__block--play {
    padding-top: 0.5vw;
    padding-left: 0.25vw;
    width: 3.125vw;
    height: 3.125vw;
  }

  .poster__block--cart {
    top: 0.5vw;
    right: 0.5vw;
    border-radius: 0.5vw;
    font-size: 0.8125vw;
    width: 7.875vw;
    height: 2.125vw;
  }

  .poster__block--premier {
    bottom: 0.5vw;
    left: 0.5vw;
    border-radius: 0.5vw;
    font-size: 0.875vw;
    width: 5.25vw;
    height: 2.125vw;
  }

  .poster__content-right {
    padding-bottom: 0.25vw;
  }

  .poster__wrapper-title {
    max-width: 19.5vw;
    margin-bottom: 2.625vw;
  }

  .poster__wrapper-title::after {
    bottom: -1.25vw;
    border-radius: 0.25vw;
    width: 4.75vw;
    height: 0.0625vw;
  }

  .poster__wrapper-title h3 {
    margin-bottom: 0.25vw;
  }

  .poster__wrapper-title span {
    font-size: 1.125vw;
    line-height: 1.625vw;
  }

  .poster__dates {
    row-gap: 0.5vw;
    -webkit-column-gap: 1vw;
       -moz-column-gap: 1vw;
            column-gap: 1vw;
    margin-bottom: 2vw;
  }

  .poster__datetime {
    font-size: 1.25vw;
    line-height: 1.75vw;
  }

  .poster__price {
    font-size: 1vw;
    line-height: 1.375vw;
  }

  .poster--vertical .poster__content-left {
    margin-bottom: 0.75vw;
  }

  .poster--vertical .poster__wrapper-img {
    height: 24.6875vw;
  }

  .poster--vertical .poster__wrapper-img {
    height: 18.75vw;
  }

  .poster--vertical .poster__wrapper-img img {
    border-radius: 0.875vw;
  }

  .poster--vertical .poster__fixed-date {
    bottom: 0.5vw;
    left: 0.5vw;
    border-radius: 0.5vw;
    font-size: 1vw;
    width: 7.4375vw;
    height: 2.125vw;
  }

  .poster--vertical .poster__wrapper-title {
    margin-bottom: 0vw;
  }

  .new-card__wrapper-img {
    border-radius: 0.9375vw;
    margin-bottom: 1.5vw;
  }

  .new-card__wrapper-img img {
    border-radius: 0.9375vw;
    height: 15.5vw;
  }

  .new-card h3 {
    font-size: 1.75vw;
    margin-bottom: 0.75vw;
  }

  .new-card h3 a {
    max-height: 2vw;
  }

  .new-card__date {
    margin-bottom: 0.75vw;
    font-size: 1vw;
    line-height: 1.375vw;
  }

  .new-card__tag {
    margin-bottom: 0.5vw;
    padding-bottom: 0.125vw;
    padding-top: 0.125vw;
    padding-left: 0.125vw;
    padding-right: 0.125vw;
    font-size: 1.125vw;
    line-height: 1.625vw;
  }

  .new-card__wrapper-desc p {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .footer {
    row-gap: 0.75vw;
    padding-top: 4vw;
    padding-bottom: 1.25vw;
  }

  .footer__content-top .footer__container {
    -webkit-column-gap: 6.75vw;
       -moz-column-gap: 6.75vw;
            column-gap: 6.75vw;
  }

  .footer__logo img {
    width: 11.375vw;
  }

  .footer__content-right {
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
    row-gap: 4vw;
    padding-top: 1vw;
  }

  .footer__item h3 {
    margin-bottom: 1.75vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .footer__item ul a {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  .footer__item--column2 h3 {
    margin-bottom: 1vw;
  }

  .footer__item--column2 address {
    margin-bottom: 1vw;
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  .footer__item--column2 a {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .footer__content-bottom p {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .sc-main {
    padding-top: 2.125vw;
    padding-bottom: 3.625vw;
  }

  .sc-main__container {
    -webkit-column-gap: 1.5vw;
       -moz-column-gap: 1.5vw;
            column-gap: 1.5vw;
    height: 26.625vw;
  }

  .sc-main__left {
    min-width: 51.5vw;
  }

  .sc-main__poster,
  .sc-main__poster img,
  .sc-main__banner,
  .sc-main__banner img {
    border-radius: 1vw;
  }

  .sc-main__right {
    width: 20.875vw;
    row-gap: 1vw;
  }

  .sc-main__banner {
    -webkit-box-shadow: 0vw 0vw 0.8333333333vw rgba(247, 226, 151, 0.6);
            box-shadow: 0vw 0vw 0.8333333333vw rgba(247, 226, 151, 0.6);
  }

  .sc-main__banner {
    height: 8vw;
  }

  .sc-main__banner-title {
    padding-left: 0.5vw;
    padding-right: 0.5vw;
  }

  .sc-main__banner-title span {
    font-size: 2.25vw;
    line-height: 2.625vw;
  }

  .sc-catalog__content-top {
    margin-bottom: 3.25vw;
  }

  .sc-catalog__content-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sc-catalog__container {
    padding-bottom: 3.125vw;
  }

  .sc-catalog__wrapper-title {
    margin-right: 3.125vw;
  }

  .sc-catalog__wrapper-menu ul {
    -webkit-column-gap: 2.25vw;
       -moz-column-gap: 2.25vw;
            column-gap: 2.25vw;
  }

  .sc-catalog__wrapper-menu a {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
    padding-left: 0.75vw;
    padding-right: 0.75vw;
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .sc-catalog__nav-item::before {
    top: -0.375vw;
  }

  .sc-catalog__nav-item::before {
    height: calc(100% + 0.94vw);
  }

  .sc-catalog__tab-content {
    row-gap: 4.375vw;
  }

  .sc-catalog__tab-content {
    -webkit-column-gap: 4.25vw;
       -moz-column-gap: 4.25vw;
            column-gap: 4.25vw;
  }

  .sc-newcatalog {
    padding-bottom: 3.5vw;
  }

  .sc-newcatalog__content-top {
    margin-bottom: 5.375vw;
  }

  .sc-newcatalog__wrapper-swiper .swiper-button-prev {
    left: -4vw;
  }

  .sc-newcatalog__wrapper-swiper .swiper-button-next {
    right: -4vw;
  }

  .sc-news {
    padding-bottom: 2.5vw;
  }

  .sc-news__content-top {
    margin-bottom: 3.75vw;
  }

  .sc-news__wrapper-cards {
    row-gap: 3.75vw;
    -webkit-column-gap: 1.875vw;
       -moz-column-gap: 1.875vw;
            column-gap: 1.875vw;
    margin-bottom: 4.625vw;
  }

  .sc-news__wrapper-link a {
    font-size: 1.25vw;
  }
}

@media (max-width: 1440px) {
  *,
  *:before,
  *:after {
    font-size: 1.1111111111vw;
  }

  h1 {
    font-size: 3.3333333333vw;
    line-height: 3.8888888889vw;
  }

  h2 {
    font-size: 2.5vw;
    line-height: 2.9166666667vw;
  }

  h3 {
    font-size: 1.9444444444vw;
    line-height: 2.5vw;
  }

  h4 {
    font-size: 1.6666666667vw;
    line-height: 2.2222222222vw;
  }

  h5 {
    font-size: 1.3888888889vw;
    line-height: 1.9444444444vw;
  }

  p,
  b,
  strong,
  span,
  a {
    font-size: 1.1111111111vw;
    line-height: 1.6666666667vw;
  }

  .btn--large {
    padding-top: 1.25vw;
    padding-bottom: 1.1111111111vw;
    padding-left: 1.1111111111vw;
    padding-right: 1.1111111111vw;
    border-radius: 0.6944444444vw;
    min-height: 3.1944444444vw;
    max-height: 3.1944444444vw;
    font-size: 1.25vw;
    line-height: 1.8055555556vw;
  }

  .icon--vk svg {
    width: 1.8055555556vw;
    min-width: 1.8055555556vw;
    height: 1.8055555556vw;
    min-height: 1.8055555556vw;
  }

  .icon--eye svg {
    width: 4.4444444444vw;
    min-width: 4.4444444444vw;
    height: 4.4444444444vw;
    min-height: 4.4444444444vw;
  }

  .icon--search svg {
    width: 1.9444444444vw;
    min-width: 1.9444444444vw;
    height: 1.9444444444vw;
    min-height: 1.9444444444vw;
  }

  .icon--play svg {
    width: 1.5277777778vw;
    min-width: 1.5277777778vw;
    height: 1.5277777778vw;
    min-height: 1.5277777778vw;
  }

  .icon--telegram svg {
    width: 1.6666666667vw;
    min-width: 1.6666666667vw;
    height: 1.6666666667vw;
    min-height: 1.6666666667vw;
  }

  .container {
    padding-left: 16.6666666667vw;
    padding-right: 16.6666666667vw;
  }

  .container {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }

  .modal--addmenu .modal__container {
    padding-top: 3.3333333333vw;
  }

  .modal--addmenu .modal__column:nth-child(2) {
    row-gap: 2.2222222222vw;
  }

  .modal--addmenu .modal__wrapper-menu ul {
    row-gap: 1.6666666667vw;
  }

  .modal--addmenu .modal__wrapper-menu a {
    font-size: 2.2222222222vw;
    line-height: 2.7777777778vw;
  }

  .modal--addmenu .modal__address-dark {
    font-size: 2.2222222222vw;
    line-height: 2.7777777778vw;
  }

  .modal--addmenu .modal__address-grey {
    font-size: 1.8055555556vw;
    line-height: 2.3611111111vw;
  }

  .modal--addmenu .modal__right-phone {
    font-size: 2.2222222222vw;
    line-height: 2.7777777778vw;
  }

  .modal--addmenu .modal__right-social {
    -webkit-column-gap: 1.6666666667vw;
       -moz-column-gap: 1.6666666667vw;
            column-gap: 1.6666666667vw;
  }

  .modal--addmenu .modal__social {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    border-width: 0.2083333333vw;
    padding-top: 0.2777777778vw;
  }

  .modal--addmenu .modal__wrapper-form {
    margin-bottom: 2.7777777778vw;
  }

  .modal--addmenu .modal__search {
    height: 3.3333333333vw;
    max-width: 20.6944444444vw;
    border-width: 0.1388888889vw;
  }

  .modal--addmenu .modal__search button {
    width: 3.4722222222vw;
  }

  .modal--addmenu .modal__search input {
    padding-right: 1.3888888889vw;
    padding-left: 1.3888888889vw;
  }

  .modal--addmenu .modal__wrapper-switch {
    margin-bottom: 2.2222222222vw;
  }

  .modal--addmenu .modal__wrapper-switch h3 {
    font-size: 1.6666666667vw;
    line-height: 2.2222222222vw;
    margin-bottom: 1.6666666667vw;
  }

  .modal--addmenu .modal__wrapper-switch .switch {
    width: 4.1666666667vw;
    height: 2.3611111111vw;
  }

  .modal--addmenu .modal__wrapper-switch .slider:before {
    -webkit-box-shadow: 0vw 0vw 1.0416666667vw rgba(32, 32, 32, 0.2392156863);
            box-shadow: 0vw 0vw 1.0416666667vw rgba(32, 32, 32, 0.2392156863);
  }

  .modal--addmenu .modal__wrapper-switch .slider:before {
    height: 2.7777777778vw;
    width: 2.7777777778vw;
    left: 0vw;
    bottom: 0.2777777778vw;
  }

  .modal--addmenu .modal__wrapper-switch input:focus + .slider {
    -webkit-box-shadow: 0vw 0vw 0.0694444444vw #e45629;
            box-shadow: 0vw 0vw 0.0694444444vw #e45629;
  }

  .modal--addmenu .modal__wrapper-switch input:checked + .slider:before {
    -webkit-transform: translateX(1.66vw);
        -ms-transform: translateX(1.66vw);
            transform: translateX(1.66vw);
  }

  .modal--addmenu .modal__wrapper-switch .slider.round {
    border-radius: 2.3611111111vw;
  }

  .modal--addmenu .modal__inner-switch {
    -webkit-column-gap: 1.3888888889vw;
       -moz-column-gap: 1.3888888889vw;
            column-gap: 1.3888888889vw;
  }

  .modal--addmenu .modal__inner-switch span {
    font-size: 1.25vw;
    line-height: 1.3888888889vw;
  }

  .modal--addmenu .modal__wrapper-version {
    -webkit-column-gap: 1.3888888889vw;
       -moz-column-gap: 1.3888888889vw;
            column-gap: 1.3888888889vw;
  }

  .modal--addmenu .modal__wrapper-version i {
    top: 0.4166666667vw;
  }

  .modal--addmenu .modal__wrapper-version a {
    font-size: 1.6666666667vw;
    line-height: 2.2222222222vw;
  }

  .swiper-button-prev,
  .swiper-button-next {
    padding-bottom: 0.8333333333vw;
    padding-top: 0.8333333333vw;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 1.5972222222vw;
    height: 3.6111111111vw;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 1.4583333333vw;
    height: 3.6111111111vw;
  }

  .swiper-button-prev {
    padding-left: 1.1111111111vw;
    padding-right: 1.25vw;
  }

  .swiper-button-next {
    padding-right: 1.25vw;
    padding-left: 1.1111111111vw;
  }

  .header {
    padding-top: 1.6666666667vw;
    padding-bottom: 1.6666666667vw;
  }

  .header__left {
    margin-right: 1.1111111111vw;
  }

  .header__logo-circle img {
    width: 8.4027777778vw;
  }

  .header__right {
    padding-top: 1.1111111111vw;
  }

  .header__right-top {
    margin-bottom: 1.1111111111vw;
  }

  .header__logo-mini {
    width: 9.4444444444vw;
    margin-right: 3.2638888889vw;
  }

  .header__right-address {
    margin-right: 3.8888888889vw;
  }

  .header__address-dark {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .header__address-grey {
    font-size: 0.9722222222vw;
    line-height: 1.1111111111vw;
  }

  .header__right-phone {
    margin-right: 6.9444444444vw;
    font-size: 1.6666666667vw;
    line-height: 2.2222222222vw;
  }

  .header__right-social {
    -webkit-column-gap: 1.1111111111vw;
       -moz-column-gap: 1.1111111111vw;
            column-gap: 1.1111111111vw;
  }

  .header__social {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    border-width: 0.2083333333vw;
    padding-top: 0.2777777778vw;
  }

  .header__right-bottom::before {
    border-bottom-width: 0.2777777778vw;
  }

  .header__right-bottom:after {
    top: 0.6944444444vw;
    right: 1.6666666667vw;
    width: 5vw;
    height: 0.4166666667vw;
  }

  .header__right-bottom ul {
    -webkit-column-gap: 2.2222222222vw;
       -moz-column-gap: 2.2222222222vw;
            column-gap: 2.2222222222vw;
    padding-left: 1.1111111111vw;
  }

  .header__right-bottom ul {
    -webkit-column-gap: 0.8333333333vw;
       -moz-column-gap: 0.8333333333vw;
            column-gap: 0.8333333333vw;
  }

  .header__right-bottom li {
    padding-left: 0.4166666667vw;
    padding-right: 0.4166666667vw;
  }

  .header__right-bottom a {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .header__circle-hamburger {
    right: 2.2222222222vw;
    top: -1.1111111111vw;
    width: 3.75vw;
    height: 3.75vw;
  }

  .header__hamburger {
    width: 2.0833333333vw;
    min-width: 2.0833333333vw;
    row-gap: 0.4166666667vw;
  }

  .header__hamburger::before,
  .header__hamburger::after,
  .header__hamburger span {
    border-bottom-width: 0.2083333333vw;
    border-radius: 0.5555555556vw;
  }

  .header__circle-hamburger--close .header__hamburger::before {
    top: 0.625vw;
  }

  .header__circle-hamburger--close .header__hamburger::before {
    top: 0.5555555556vw;
  }

  .header__circle-hamburger--close .header__hamburger::after {
    top: -0.625vw;
  }

  .header__circle-hamburger--close .header__hamburger::after {
    top: -0.5555555556vw;
  }

  .header--fixed {
    -webkit-box-shadow: 0vw 0vw 1.1111111111vw rgba(0, 0, 0, 0.15);
            box-shadow: 0vw 0vw 1.1111111111vw rgba(0, 0, 0, 0.15);
  }

  .header--fixed {
    padding-top: 1.1111111111vw;
  }

  .header--fixed.header--bottom {
    top: -9.5833333333vw;
  }

  .header--fixed.header--bottom .header__right-top {
    margin-bottom: 5vw;
  }

  .header--fixed.header--bottom .header__right {
    left: -9.375vw;
  }

  .header--fixed.header--bottom .header__right-bottom::before {
    right: -9.375vw;
  }

  .block-title {
    padding-top: 1.1111111111vw;
    padding-bottom: 1.1111111111vw;
  }

  .poster {
    -webkit-column-gap: 1.6666666667vw;
       -moz-column-gap: 1.6666666667vw;
            column-gap: 1.6666666667vw;
  }

  .poster__wrapper-button {
    max-width: 13.8888888889vw;
  }

  .poster__wrapper-img {
    width: 13.8888888889vw;
    height: 20.8333333333vw;
  }

  .poster__wrapper-img img {
    border-radius: 1.0416666667vw;
  }

  .poster__block--age {
    top: 0.5555555556vw;
    left: 0.5555555556vw;
    border-radius: 0.5555555556vw;
    font-size: 0.9722222222vw;
    width: 2.3611111111vw;
    height: 2.3611111111vw;
  }

  .poster__block--play {
    padding-top: 0.5555555556vw;
    padding-left: 0.2777777778vw;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }

  .poster__block--cart {
    top: 0.5555555556vw;
    right: 0.5555555556vw;
    border-radius: 0.5555555556vw;
    font-size: 0.9027777778vw;
    width: 8.75vw;
    height: 2.3611111111vw;
  }

  .poster__block--premier {
    bottom: 0.5555555556vw;
    left: 0.5555555556vw;
    border-radius: 0.5555555556vw;
    font-size: 0.9722222222vw;
    width: 5.8333333333vw;
    height: 2.3611111111vw;
  }

  .poster__content-right {
    padding-bottom: 0.2777777778vw;
  }

  .poster__wrapper-title {
    max-width: 21.6666666667vw;
    margin-bottom: 2.9166666667vw;
  }

  .poster__wrapper-title::after {
    bottom: -1.3888888889vw;
    border-radius: 0.2777777778vw;
    width: 5.2777777778vw;
    height: 0.0694444444vw;
  }

  .poster__wrapper-title h3 {
    margin-bottom: 0.2777777778vw;
  }

  .poster__wrapper-title span {
    font-size: 1.25vw;
    line-height: 1.8055555556vw;
  }

  .poster__dates {
    row-gap: 0.5555555556vw;
    -webkit-column-gap: 1.1111111111vw;
       -moz-column-gap: 1.1111111111vw;
            column-gap: 1.1111111111vw;
    margin-bottom: 2.2222222222vw;
  }

  .poster__datetime {
    font-size: 1.3888888889vw;
    line-height: 1.9444444444vw;
  }

  .poster__price {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }

  .poster--vertical .poster__content-left {
    margin-bottom: 0.8333333333vw;
  }

  .poster--vertical .poster__wrapper-img {
    height: 27.4305555556vw;
  }

  .poster--vertical .poster__wrapper-img {
    height: 22.2222222222vw;
  }

  .poster--vertical .poster__wrapper-img img {
    border-radius: 0.9722222222vw;
  }

  .poster--vertical .poster__fixed-date {
    bottom: 0.5555555556vw;
    left: 0.5555555556vw;
    border-radius: 0.5555555556vw;
    font-size: 1.1111111111vw;
    width: 8.2638888889vw;
    height: 2.3611111111vw;
  }

  .poster--vertical .poster__wrapper-title {
    margin-bottom: 0vw;
  }

  .new-card__wrapper-img {
    border-radius: 1.0416666667vw;
    margin-bottom: 1.6666666667vw;
  }

  .new-card__wrapper-img img {
    border-radius: 1.0416666667vw;
    height: 17.2222222222vw;
  }

  .new-card h3 {
    font-size: 1.9444444444vw;
    margin-bottom: 0.8333333333vw;
  }

  .new-card h3 a {
    max-height: 2.2222222222vw;
  }

  .new-card__date {
    margin-bottom: 0.8333333333vw;
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }

  .new-card__tag {
    margin-bottom: 0.5555555556vw;
    padding-bottom: 0.1388888889vw;
    padding-top: 0.1388888889vw;
    padding-left: 0.1388888889vw;
    padding-right: 0.1388888889vw;
    font-size: 1.25vw;
    line-height: 1.8055555556vw;
  }

  .new-card__wrapper-desc p {
    font-size: 1.1111111111vw;
    line-height: 1.6666666667vw;
  }

  .footer {
    row-gap: 0.8333333333vw;
    padding-top: 4.4444444444vw;
    padding-bottom: 1.3888888889vw;
  }

  .footer__content-top .footer__container {
    -webkit-column-gap: 7.5vw;
       -moz-column-gap: 7.5vw;
            column-gap: 7.5vw;
  }

  .footer__logo img {
    width: 12.6388888889vw;
  }

  .footer__content-right {
    -webkit-column-gap: 4.4444444444vw;
       -moz-column-gap: 4.4444444444vw;
            column-gap: 4.4444444444vw;
    row-gap: 4.4444444444vw;
    padding-top: 1.1111111111vw;
  }

  .footer__item h3 {
    margin-bottom: 1.9444444444vw;
    font-size: 1.6666666667vw;
    line-height: 2.2222222222vw;
  }

  .footer__item ul a {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .footer__item--column2 h3 {
    margin-bottom: 1.1111111111vw;
  }

  .footer__item--column2 address {
    margin-bottom: 1.1111111111vw;
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .footer__item--column2 a {
    font-size: 1.6666666667vw;
    line-height: 2.2222222222vw;
  }

  .footer__content-bottom p {
    font-size: 1.1111111111vw;
    line-height: 1.6666666667vw;
  }

  .sc-main {
    padding-top: 2.3611111111vw;
    padding-bottom: 4.0277777778vw;
  }

  .sc-main__container {
    -webkit-column-gap: 1.6666666667vw;
       -moz-column-gap: 1.6666666667vw;
            column-gap: 1.6666666667vw;
    height: 29.5833333333vw;
  }

  .sc-main__left {
    min-width: 57.2222222222vw;
  }

  .sc-main__poster,
  .sc-main__poster img,
  .sc-main__banner,
  .sc-main__banner img {
    border-radius: 1.1111111111vw;
  }

  .sc-main__right {
    width: 23.1944444444vw;
    row-gap: 1.1111111111vw;
  }

  .sc-main__banner {
    -webkit-box-shadow: 0vw 0vw 0.8333333333vw rgba(247, 226, 151, 0.6);
            box-shadow: 0vw 0vw 0.8333333333vw rgba(247, 226, 151, 0.6);
  }

  .sc-main__banner {
    height: 8.8888888889vw;
  }

  .sc-main__banner-title {
    padding-left: 0.5555555556vw;
    padding-right: 0.5555555556vw;
  }

  .sc-main__banner-title span {
    font-size: 2.5vw;
    line-height: 2.9166666667vw;
  }

  .sc-catalog__content-top {
    margin-bottom: 3.6111111111vw;
  }

  .sc-catalog__content-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sc-catalog__container {
    padding-bottom: 3.4722222222vw;
  }

  .sc-catalog__wrapper-title {
    margin-right: 3.4722222222vw;
  }

  .sc-catalog__wrapper-menu ul {
    -webkit-column-gap: 2.5vw;
       -moz-column-gap: 2.5vw;
            column-gap: 2.5vw;
  }

  .sc-catalog__wrapper-menu a {
    padding-top: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
    padding-left: 0.8333333333vw;
    padding-right: 0.8333333333vw;
    font-size: 1.1111111111vw;
    line-height: 1.6666666667vw;
  }

  .sc-catalog__nav-item::before {
    top: -0.4166666667vw;
  }

  .sc-catalog__nav-item::before {
    height: calc(100% + 1.041vw);
  }

  .sc-catalog__tab-content {
    row-gap: 4.8611111111vw;
  }

  .sc-newcatalog {
    padding-bottom: 3.8888888889vw;
  }

  .sc-newcatalog__content-top {
    margin-bottom: 5.9722222222vw;
  }

  .sc-newcatalog__wrapper-swiper .swiper-button-prev {
    left: -4.4444444444vw;
  }

  .sc-newcatalog__wrapper-swiper .swiper-button-next {
    right: -4.4444444444vw;
  }

  .sc-news {
    padding-bottom: 2.7777777778vw;
  }

  .sc-news__content-top {
    margin-bottom: 4.1666666667vw;
  }

  .sc-news__wrapper-cards {
    row-gap: 4.1666666667vw;
    -webkit-column-gap: 2.0833333333vw;
       -moz-column-gap: 2.0833333333vw;
            column-gap: 2.0833333333vw;
    margin-bottom: 5.1388888889vw;
  }

  .sc-news__wrapper-link a {
    font-size: 1.3888888889vw;
  }
}

@media (max-width: 1300px) {
  .header__circle-hamburger--close .header__hamburger::before {
    top: 0.6153846154vw;
  }

  .header__circle-hamburger--close .header__hamburger::after {
    top: -0.6153846154vw;
  }
}
	.neww .new-card .ll
{
max-width:486px;
width:100%;
	}
		.neww .new-card .22
{
max-width:286px;
width:100%;
	}

@media (max-width: 992px) {
  *,
  *:before,
  *:after {
    font-size: 2.0833333333vw;
  }

  h1 {
    font-size: 5.2083333333vw;
    line-height: 6.25vw;
  }

  h2 {
    font-size: 3.6458333333vw;
    line-height: 4.4270833333vw;
  }

  h3 {
    font-size: 3.125vw;
    line-height: 3.125vw;
  }

  h4 {
    font-size: 2.6041666667vw;
    line-height: 3.6458333333vw;
  }

  h5 {
    font-size: 2.34375vw;
    line-height: 3.3854166667vw;
  }

  p,
  b,
  strong,
  span,
  a {
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
  }

  .btn--large {
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    border-radius: 1.3020833333vw;
    min-height: 5.9895833333vw;
    max-height: 5.9895833333vw;
    font-size: 2.0833333333vw;
    line-height: 3.3854166667vw;
  }

  .icon--vk svg {
    width: 2.8645833333vw;
    min-width: 2.8645833333vw;
    height: 2.8645833333vw;
    min-height: 2.8645833333vw;
  }

  .icon--eye svg {
    width: 6.25vw;
    min-width: 6.25vw;
    height: 6.25vw;
    min-height: 6.25vw;
  }

  .icon--search svg {
    width: 3.125vw;
    min-width: 3.125vw;
    height: 3.125vw;
    min-height: 3.125vw;
  }

  .icon--play svg {
    width: 2.8645833333vw;
    min-width: 2.8645833333vw;
    height: 2.8645833333vw;
    min-height: 2.8645833333vw;
  }

  .icon--telegram svg {
    width: 2.6041666667vw;
    min-width: 2.6041666667vw;
    height: 2.6041666667vw;
    min-height: 2.6041666667vw;
  }

  .container {
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
  }

  .modal--addmenu .modal__container {
    height: auto;
  }

  .modal--addmenu .modal__container {
    padding-top: 5.2083333333vw;
  }

  .modal--addmenu .modal__wrap-content {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .modal--addmenu .modal__wrap-content {
    padding-top: 5.2083333333vw;
    -webkit-column-gap: 3.125vw;
       -moz-column-gap: 3.125vw;
            column-gap: 3.125vw;
  }

  .modal--addmenu .modal__column:nth-child(1) {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .modal--addmenu .modal__column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row-span: 1;
    grid-row: span 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }

  .modal--addmenu .modal__column:nth-child(2) {
    margin-bottom: 3.125vw;
  }

  .modal--addmenu .modal__column:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .modal--addmenu .modal__wrapper-menu ul {
    row-gap: 2.0833333333vw;
  }

  .modal--addmenu .modal__wrapper-menu a {
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
  }

  .modal--addmenu .modal__address-dark {
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
  }

  .modal--addmenu .modal__address-grey {
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
  }

  .modal--addmenu .modal__right-phone {
    font-size: 3.125vw;
    line-height: 4.1666666667vw;
  }

  .modal--addmenu .modal__right-social {
    -webkit-column-gap: 1.3020833333vw;
       -moz-column-gap: 1.3020833333vw;
            column-gap: 1.3020833333vw;
  }

  .modal--addmenu .modal__social {
    width: 4.4270833333vw;
    height: 4.4270833333vw;
    border-width: 0.390625vw;
    padding-top: 1.0416666667vw;
  }

  .modal--addmenu .modal__search {
    height: 6.25vw;
    max-width: 46.875vw;
    border-width: 0.2604166667vw;
  }

  .modal--addmenu .modal__search button {
    width: 6.5104166667vw;
  }

  .modal--addmenu .modal__search input {
    padding-right: 2.0833333333vw;
    padding-left: 2.0833333333vw;
  }

  .modal--addmenu .modal__wrapper-switch {
    margin-bottom: 1.5625vw;
  }

  .modal--addmenu .modal__wrapper-switch h3 {
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
    margin-bottom: 2.34375vw;
  }

  .modal--addmenu .modal__wrapper-switch .switch {
    width: 7.8125vw;
    height: 4.4270833333vw;
  }

  .modal--addmenu .modal__wrapper-switch .slider:before {
    -webkit-box-shadow: 0vw 0vw 1.953125vw rgba(32, 32, 32, 0.2392156863);
            box-shadow: 0vw 0vw 1.953125vw rgba(32, 32, 32, 0.2392156863);
  }

  .modal--addmenu .modal__wrapper-switch .slider:before {
    height: 5.2083333333vw;
    width: 5.2083333333vw;
    left: 0vw;
    bottom: 0.5208333333vw;
  }

  .modal--addmenu .modal__wrapper-switch input:focus + .slider {
    -webkit-box-shadow: 0vw 0vw 0.1302083333vw #e45629;
            box-shadow: 0vw 0vw 0.1302083333vw #e45629;
  }

  .modal--addmenu .modal__wrapper-switch input:checked + .slider:before {
    -webkit-transform: translateX(3.125vw);
        -ms-transform: translateX(3.125vw);
            transform: translateX(3.125vw);
  }

  .modal--addmenu .modal__wrapper-switch .slider.round {
    border-radius: 4.4270833333vw;
  }

  .modal--addmenu .modal__inner-switch span {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
  }

  .modal--addmenu .modal__wrapper-version a {
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
  }

  .swiper-button-prev,
  .swiper-button-next {
    padding-bottom: 1.3020833333vw;
    padding-top: 1.0416666667vw;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 2.34375vw;
    height: 5.46875vw;
  }

  .swiper-button-prev {
    padding-left: 1.3020833333vw;
    padding-right: 1.8229166667vw;
  }

  .swiper-button-next {
    padding-right: 1.5625vw;
    padding-left: 1.3020833333vw;
  }

  .header {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }

  .header__left {
    margin-right: 1.5625vw;
  }

  .header__left {
    margin-right: 1.0416666667vw;
  }

  .header__logo-circle img {
    width: 7.8125vw;
  }

  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }

  .header__right-top {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }

  .header__right-top {
    margin-right: 3.125vw;
  }

  .header__logo-mini {
    width: 15.625vw;
    margin-right: 2.0833333333vw;
  }

  .header__right-address {
    display: none;
  }

  .header__right-phone {
    margin-right: 3.125vw;
    font-size: 2.6041666667vw;
    line-height: 3.6458333333vw;
  }

  .header__right-phone {
    margin-left: auto;
  }

  .header__right-social {
    -webkit-column-gap: 1.3020833333vw;
       -moz-column-gap: 1.3020833333vw;
            column-gap: 1.3020833333vw;
  }

  .header__social {
    width: 4.4270833333vw;
    height: 4.4270833333vw;
    border-width: 0.390625vw;
    padding-top: 1.0416666667vw;
  }

  .header__right-bottom {
    width: auto;
  }

  .header__right-bottom::before {
    display: none;
  }

  .header__right-bottom:after {
    display: none;
  }

  .header__right-bottom ul {
    display: none;
  }

  .header__circle-hamburger {
    right: unset;
    top: unset;
    position: relative;
  }

  .header__circle-hamburger {
    width: 5.9895833333vw;
    height: 5.9895833333vw;
  }

  .header__hamburger {
    position: relative;
    left: 0;
  }

  .header__hamburger {
    width: 3.6458333333vw;
    min-width: 3.6458333333vw;
    row-gap: 0.6510416667vw;
  }

  .header__hamburger::before,
  .header__hamburger::after,
  .header__hamburger span {
    border-bottom-width: 0.5208333333vw;
    border-radius: 1.0416666667vw;
  }

  .header__circle-hamburger--close .header__hamburger::before {
    top: 1.1067708333vw;
  }

  .header__circle-hamburger--close .header__hamburger::after {
    top: -1.171875vw;
  }

  .header--fixed {
    -webkit-box-shadow: 0vw 0vw 2.0833333333vw rgba(0, 0, 0, 0.15);
            box-shadow: 0vw 0vw 2.0833333333vw rgba(0, 0, 0, 0.15);
  }

  .header--fixed {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }

  .block-title {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }

  .poster {
    -webkit-column-gap: 1.5625vw;
       -moz-column-gap: 1.5625vw;
            column-gap: 1.5625vw;
  }

  .poster__wrapper-button {
    max-width: 18.2291666667vw;
  }

  .poster__wrapper-button .btn {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
    min-height: 4.6875vw;
    max-height: 4.6875vw;
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
  }

  .poster__wrapper-img {
    height: 32.5520833333vw;
  }

  .poster__wrapper-img {
    width: 100%;
  }

  .poster__wrapper-img img {
    border-radius: 1.953125vw;
  }

  .poster__block--age {
    top: 0.78125vw;
    left: 0.78125vw;
    border-radius: 1.0416666667vw;
    font-size: 1.5625vw;
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }

  .poster__block--play {
    padding-top: 1.0416666667vw;
    padding-left: 0.5208333333vw;
    width: 6.5104166667vw;
    height: 6.5104166667vw;
  }

  .poster__block--cart {
    top: 0.78125vw;
    right: 0.78125vw;
    border-radius: 1.0416666667vw;
    font-size: 1.5625vw;
    width: 14.9739583333vw;
    height: 3.6458333333vw;
  }

  .poster__block--premier {
    bottom: 0.78125vw;
    left: 0.78125vw;
    border-radius: 1.0416666667vw;
    font-size: 1.5625vw;
    width: 9.8958333333vw;
    height: 3.3854166667vw;
  }

  .poster__content-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .poster__content-right {
    padding-bottom: 0.5208333333vw;
  }

  .poster__content-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .poster__wrapper-title {
    max-width: unset;
  }

  .poster__wrapper-title {
    margin-bottom: 3.125vw;
  }

  .poster__wrapper-title::after {
    bottom: -1.5625vw;
    border-radius: 0.5208333333vw;
    width: 9.8958333333vw;
    height: 0.1302083333vw;
  }

  .poster__wrapper-title h3 {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    margin-bottom: 0.2604166667vw;
  }

  .poster__wrapper-title span {
    font-size: 1.8229166667vw;
    line-height: 2.0833333333vw;
  }

  .poster__dates {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .poster__dates {
    row-gap: 1.0416666667vw;
    -webkit-column-gap: 1.0416666667vw;
       -moz-column-gap: 1.0416666667vw;
            column-gap: 1.0416666667vw;
    margin-bottom: 2.0833333333vw;
  }

  .poster__datetime {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
  }

  .poster__price {
    font-size: 1.6927083333vw;
    line-height: 2.0833333333vw;
  }

  .poster--vertical .poster__content-left {
    width: 100%;
  }

  .poster--vertical .poster__wrapper-img {
    height: 38.4114583333vw;
  }

  .poster--vertical .poster__wrapper-img {
    width: 100%;
  }

  .poster--vertical .poster__wrapper-img img {
    border-radius: 1.8229166667vw;
  }

  .poster--vertical .poster__fixed-date {
    bottom: 0.78125vw;
    left: 0.78125vw;
    border-radius: 1.0416666667vw;
    font-size: 2.0833333333vw;
    width: 14.3229166667vw;
    height: 3.90625vw;
  }

  .poster--vertical .poster__wrapper-title h3 {
    font-size: 2.6041666667vw;
    line-height: 3.6458333333vw;
  }

  .poster--vertical .poster__wrapper-title span {
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
  }

  .new-card__wrapper-img img {
    border-radius: 1.953125vw;
    height: 28.6458333333vw;
  }

  .new-card h3 {
    font-size: 2.8645833333vw;
    margin-bottom: 1.5625vw;
  }

  .new-card h3 a {
    max-height: 3.3854166667vw;
  }

  .new-card h3 a {
    max-height: 6.25vw;
  }

  .new-card__date {
    margin-bottom: 1.0416666667vw;
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
  }

  .new-card__tag {
    margin-bottom: 0.78125vw;
    padding-bottom: 0.2604166667vw;
    padding-top: 0.2604166667vw;
    padding-left: 0.5208333333vw;
    padding-right: 0.5208333333vw;
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
  }

  .new-card__wrapper-desc p {
    font-size: 1.8229166667vw;
    line-height: 3.125vw;
  }

  .footer {
    row-gap: 2.6041666667vw;
    padding-top: 5.2083333333vw;
    padding-bottom: 2.0833333333vw;
  }

  .footer__logo img {
    width: 15.625vw;
  }

  .footer__content-right {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .footer__item h3 {
    margin-bottom: 2.0833333333vw;
    font-size: 2.34375vw;
    line-height: 3.125vw;
  }

  .footer__item ul a {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
  }

  .footer__item--column2 address {
    margin-bottom: 2.0833333333vw;
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
  }

  .footer__item--column2 a {
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
  }

  .footer__content-bottom p {
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
  }

  .sc-main {
    padding-top: 4.1666666667vw;
    padding-bottom: 6.25vw;
  }

  .sc-main {
    padding-top: 3.90625vw;
    padding-bottom: 4.9479166667vw;
  }

  .sc-main__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }

  .sc-main__container {
    row-gap: 3.125vw;
  }

  .sc-main__left {
    min-width: unset;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .sc-main__left {
    height: 49.4791666667vw;
  }

  .sc-main__poster,
  .sc-main__poster img,
  .sc-main__banner,
  .sc-main__banner img {
    border-radius: 2.0833333333vw;
  }

  .sc-main__right {
    width: 100%;
    row-gap: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .sc-main__right {
    -webkit-column-gap: 3.125vw;
       -moz-column-gap: 3.125vw;
            column-gap: 3.125vw;
  }

  .sc-main__right {
    row-gap: 2.6041666667vw;
  }

  .sc-main__banner {
    -webkit-box-shadow: 0vw 0vw 1.5625vw rgba(247, 226, 151, 0.6);
            box-shadow: 0vw 0vw 1.5625vw rgba(247, 226, 151, 0.6);
  }

  .sc-main__banner {
    height: 16.6666666667vw;
  }

  .sc-main__banner-title {
    padding-left: 0.78125vw;
    padding-right: 0.78125vw;
  }

  .sc-main__banner-title span {
    font-size: 3.6458333333vw;
    line-height: 4.6875vw;
  }

  .sc-catalog__content-top {
    margin-bottom: 4.1666666667vw;
  }

  .sc-catalog__content-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sc-catalog__wrapper-title {
    margin-right: 0;
  }

  .sc-catalog__wrapper-title h2 {
    white-space: nowrap;
  }

  .sc-catalog__wrapper-menu {
    max-width: 74.21875vw;
    width: 74.21875vw;
    right: 2.6041666667vw;
    top: -0.78125vw;
  }

  .sc-catalog__wrapper-menu {
    overflow-x: scroll;
    overflow-y: hidden;
    height: calc(100% + 1.5vw);
    position: absolute;
  }

  .sc-catalog__wrapper-menu ul {
    -webkit-column-gap: 2.0833333333vw;
       -moz-column-gap: 2.0833333333vw;
            column-gap: 2.0833333333vw;
  }

  .sc-catalog__wrapper-menu ul {
    height: 100%;
  }

  .sc-catalog__wrapper-menu a {
    white-space: nowrap;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sc-catalog__wrapper-menu a {
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
  }

  .sc-catalog__nav-item::before {
    top: -0.78125vw;
  }

  .sc-catalog__tab-content {
    -webkit-column-gap: 2.0833333333vw;
       -moz-column-gap: 2.0833333333vw;
            column-gap: 2.0833333333vw;
    row-gap: 4.1666666667vw;
  }

  .sc-news {
    padding-bottom: 5.2083333333vw;
  }

  .sc-news__wrapper-cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .sc-news__wrapper-cards {
    row-gap: 5.2083333333vw;
    margin-bottom: 6.25vw;
  }

  .sc-news__wrapper-link a {
    font-size: 2.34375vw;
  }
}

@media (max-width: 768px) {
  *,
  *:before,
  *:after {
    font-size: 5vw;
  }

  h1 {
    font-size: 10vw;
    line-height: 12.5vw;
  }

  h2 {
    font-size: 7.5vw;
    line-height: 8.125vw;
  }

  h3 {
    font-size: 6.25vw;
    line-height: 7.5vw;
  }

  h4 {
    font-size: 5.625vw;
    line-height: 8.125vw;
  }

  h5 {
    font-size: 5vw;
    line-height: 7.5vw;
  }
  .neww .new-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: column;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          gap:20px;
}
.neww .new-card img
{
 width:100%;
 height:100%;
 margin-top:30px;
 margin-bottom:-30px;
	}
	.neww .new-card .ll
{
max-width:486px;
width:100%;
	}
		.neww .new-card .22
{
max-width:286px;
width:100%;
	}
.neww .new-card .r
{
display: flex;
    flex-direction: column;
    justify-content: center;
	}
  .filmpro
{
margin-top:20px;
	}
	.filmop
	{
		display:block;
		gap:20px;
		}
		.shop__details-description
{
	font-size:18px; padding-top:15px; padding-left:0px; padding-right:0px; line-height:24px;
	}
		.datf
 	{
 	font-size:14px;
 	line-height:2;
 		}
  .break-mob {
    display: block;
    clear: both;
  }

  .theme--light .header__hamburger::before,
  .theme--light .header__hamburger::after,
  .theme--light .header__hamburger span {
    border-bottom-color: #000;
  }

  .theme--dark .header__hamburger::before,
  .theme--dark .header__hamburger::after,
  .theme--dark .header__hamburger span {
    border-bottom-color: #fff;
  }

  .btn--large {
    padding-top: 5.625vw;
    padding-bottom: 5vw;
    padding-left: 3.75vw;
    padding-right: 3.75vw;
    border-radius: 3.125vw;
    min-height: 12.5vw;
    max-height: 12.5vw;
    font-size: 5vw;
    line-height: 8.125vw;
  }

  .icon--vk svg {
    width: 5.625vw;
    min-width: 5.625vw;
    height: 5.625vw;
    min-height: 5.625vw;
  }

  .icon--eye svg {
    width: 10vw;
    min-width: 10vw;
    height: 10vw;
    min-height: 10vw;
  }

  .icon--search svg {
    width: 5.625vw;
    min-width: 5.625vw;
    height: 5.625vw;
    min-height: 5.625vw;
  }

  .icon--play svg {
    width: 6.875vw;
    min-width: 6.875vw;
    height: 6.875vw;
    min-height: 6.875vw;
  }

  .icon--telegram svg {
    width: 5.625vw;
    min-width: 5.625vw;
    height: 5.625vw;
    min-height: 5.625vw;
  }

  .icon--phone svg {
    width: 6.25vw;
    min-width: 6.25vw;
    height: 6.25vw;
    min-height: 6.25vw;
  }

  .container {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }

  .modal--addmenu .modal__container {
    padding-top: 7.5vw;
  }

  .modal--addmenu .modal__wrap-content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }

  .modal--addmenu .modal__wrap-content {
    padding-top: 7.5vw;
    row-gap: 5vw;
  }

  .modal--addmenu .modal__column:nth-child(1) {
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .modal--addmenu .modal__column:nth-child(2) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    margin-bottom: 0;
  }

  .modal--addmenu .modal__column:nth-child(2) {
    row-gap: 3.75vw;
  }

  .modal--addmenu .modal__column:nth-child(3) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .modal--addmenu .modal__wrapper-menu ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .modal--addmenu .modal__wrapper-menu ul {
    row-gap: 3.75vw;
    -webkit-column-gap: 3.75vw;
       -moz-column-gap: 3.75vw;
            column-gap: 3.75vw;
  }

  .modal--addmenu .modal__wrapper-menu a {
    font-size: 4.6875vw;
    line-height: 6.25vw;
  }

  .modal--addmenu .modal__address-dark {
    font-size: 5vw;
    line-height: 6.875vw;
  }

  .modal--addmenu .modal__address-grey {
    font-size: 4.375vw;
    line-height: 6.875vw;
  }

  .modal--addmenu .modal__right-phone {
    font-size: 6.25vw;
    line-height: 8.125vw;
  }

  .modal--addmenu .modal__right-social {
    -webkit-column-gap: 7.5vw;
       -moz-column-gap: 7.5vw;
            column-gap: 7.5vw;
  }

  .modal--addmenu .modal__social {
    width: 10.625vw;
    height: 10.625vw;
    border-width: 0.9375vw;
    padding-top: 0vw;
  }

  .modal--addmenu .modal__wrapper-form {
    margin-bottom: 5vw;
  }

  .modal--addmenu .modal__wrapper-form {
    width: 100%;
  }

  .modal--addmenu .modal__search {
    width: 100%;
    max-width: unset;
  }

  .modal--addmenu .modal__search {
    height: 13.125vw;
    border-width: 0.625vw;
  }

  .modal--addmenu .modal__search button {
    width: 12.5vw;
    padding-top: 1.25vw;
  }

  .modal--addmenu .modal__wrapper-switch h3 {
    font-size: 5vw;
    line-height: 6.875vw;
    margin-bottom: 3.75vw;
  }

  .modal--addmenu .modal__wrapper-switch h3 {
    text-align: left;
  }

  .modal--addmenu .modal__wrapper-switch .switch {
    width: 18.75vw;
    height: 10.625vw;
  }

  .modal--addmenu .modal__wrapper-switch .slider:before {
    -webkit-box-shadow: 0vw 0vw 4.6875vw rgba(32, 32, 32, 0.2392156863);
            box-shadow: 0vw 0vw 4.6875vw rgba(32, 32, 32, 0.2392156863);
  }

  .modal--addmenu .modal__wrapper-switch .slider:before {
    height: 12.5vw;
    width: 12.5vw;
    left: 0vw;
    bottom: 1.25vw;
  }

  .modal--addmenu .modal__wrapper-switch input:focus + .slider {
    -webkit-box-shadow: 0vw 0vw 0.3125vw #e45629;
            box-shadow: 0vw 0vw 0.3125vw #e45629;
  }

  .modal--addmenu .modal__wrapper-switch input:checked + .slider:before {
    -webkit-transform: translateX(7.5vw);
        -ms-transform: translateX(7.5vw);
            transform: translateX(7.5vw);
  }

  .modal--addmenu .modal__wrapper-switch .slider.round {
    border-radius: 10.625vw;
  }

  .modal--addmenu .modal__inner-switch {
    -webkit-column-gap: 3.75vw;
       -moz-column-gap: 3.75vw;
            column-gap: 3.75vw;
  }

  .modal--addmenu .modal__inner-switch span {
    font-size: 4.375vw;
    line-height: 6.25vw;
  }

  .modal--addmenu .modal__wrapper-version {
    -webkit-column-gap: 3.75vw;
       -moz-column-gap: 3.75vw;
            column-gap: 3.75vw;
  }

  .modal--addmenu .modal__wrapper-version a {
    font-size: 5vw;
    line-height: 6.25vw;
  }

  .swiper-button-prev,
  .swiper-button-next {
    padding-bottom: 2.5vw;
    padding-top: 2.5vw;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 5vw;
    height: 11.25vw;
  }

  .swiper-button-prev {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }

  .swiper-button-next {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }

  .header {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .header__logo-circle img {
    width: 18.75vw;
  }

  .header__right-top {
    margin-right: 5vw;
  }

  .header__logo-mini {
    width: 25vw;
    margin-right: 3.75vw;
  }

  .header__right-phone {
    display: none;
  }

  .header__mob-phone {
    display: block;
    margin-left: auto;
  }

  .header__mob-phone {
    padding-top: 1.25vw;
  }

  .header__right-social {
    display: none;
  }

  .header__social {
    width: 10vw;
    height: 10vw;
    border-width: 0.9375vw;
    padding-top: 0.3125vw;
  }

  .header__circle-hamburger {
    background-color: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
  }

  .header__hamburger {
    width: 10.9375vw;
    min-width: 10.9375vw;
    row-gap: 1.875vw;
  }

  .header__hamburger::before,
  .header__hamburger::after,
  .header__hamburger span {
    border-bottom-width: 0.9375vw;
    border-radius: 2.5vw;
  }

  .header__hamburger::before,
  .header__hamburger::after,
  .header__hamburger span {
    border-bottom-color: #000;
  }

  .header__circle-hamburger--close .header__hamburger::before {
    top: 2.5vw;
  }

  .header__circle-hamburger--close .header__hamburger::after {
    top: -2.65625vw;
  }

  .header--fixed {
    -webkit-box-shadow: 0vw 0vw 5vw rgba(0, 0, 0, 0.15);
            box-shadow: 0vw 0vw 5vw rgba(0, 0, 0, 0.15);
  }

  .header--fixed {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .block-title {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }

  .poster {
    -webkit-column-gap: 2.5vw;
       -moz-column-gap: 2.5vw;
            column-gap: 2.5vw;
  }

  .poster__wrapper-button {
    max-width: 56.25vw;
  }

  .poster__wrapper-button .btn {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    min-height: 10vw;
    max-height: 10vw;
    font-size: 3.75vw;
    line-height: 5.625vw;
  }

  .poster__wrapper-img {
    height: 68.75vw;
  }

  .poster__block--age {
    top: 1.875vw;
    left: 1.875vw;
    border-radius: 1.25vw;
    font-size: 3.4375vw;
    width: 7.5vw;
    height: 7.5vw;
  }

  .poster__block--play {
    padding-top: 0.3125vw;
    padding-left: 1.25vw;
    width: 15.625vw;
    height: 15.625vw;
  }

  .poster__block--cart {
    top: 1.875vw;
    right: 1.875vw;
    border-radius: 1.25vw;
    font-size: 3.4375vw;
    width: 31.25vw;
    height: 6.875vw;
  }

  .poster__block--premier {
    bottom: 1.875vw;
    left: 1.875vw;
    border-radius: 1.25vw;
    font-size: 3.75vw;
    width: 25vw;
    height: 6.25vw;
  }

  .poster__content-right {
    padding-bottom: 1.25vw;
  }

  .poster__wrapper-title {
    margin-bottom: 6.25vw;
  }

  .poster__wrapper-title::after {
    bottom: -3.125vw;
    border-radius: 1.25vw;
    width: 20.625vw;
    height: 0.3125vw;
  }

  .poster__wrapper-title h3 {
    font-size: 4.6875vw;
    line-height: 5.9375vw;
    margin-bottom: 0.625vw;
  }

  .poster__wrapper-title span {
    font-size: 3.75vw;
    line-height: 4.375vw;
  }

  .poster__dates {
    row-gap: 1.25vw;
    -webkit-column-gap: 1.25vw;
       -moz-column-gap: 1.25vw;
            column-gap: 1.25vw;
    margin-bottom: 2.5vw;
  }

  .poster__datetime {
    font-size: 3.75vw;
    line-height: 4.375vw;
  }

  .poster__price {
    font-size: 3.4375vw;
    line-height: 4.0625vw;
  }

  .poster--vertical .poster__wrapper-img {
    height: 125vw;
    margin-bottom: 1.875vw;
  }

  .poster--vertical .poster__wrapper-img {
    width: 100%;
  }

  .poster--vertical .poster__wrapper-img img {
    border-radius: 4.375vw;
  }

  .poster--vertical .poster__fixed-date {
    bottom: 3.125vw;
    left: 3.125vw;
    border-radius: 1.875vw;
    font-size: 5vw;
    width: 34.375vw;
    height: 8.75vw;
  }

  .poster--vertical .poster__wrapper-title h3 {
    font-size: 6.875vw;
    line-height: 7.5vw;
  }

  .poster--vertical .poster__wrapper-title span {
    font-size: 5vw;
    line-height: 6.25vw;
  }

  .new-card__wrapper-img {
    border-radius: 4.6875vw;
    margin-bottom: 3.75vw;
  }

  .new-card__wrapper-img img {
    border-radius: 4.6875vw;
    height: 62.5vw;
  }

  .new-card h3 {
    font-size: 6.25vw;
    margin-bottom: 3.75vw;
  }

  .new-card__date {
    margin-bottom: 2.5vw;
    font-size: 4.375vw;
    line-height: 5vw;
  }

  .new-card__tag {
    margin-bottom: 1.875vw;
    padding-bottom: 0.625vw;
    padding-top: 0.625vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    font-size: 4.375vw;
    line-height: 5.625vw;
  }

  .new-card__wrapper-desc p {
    font-size: 3.75vw;
    line-height: 5.625vw;
  }

  .footer {
    row-gap: 7.5vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .footer__content-top .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }

  .footer__content-top .footer__container {
    row-gap: 5vw;
  }

  .footer__logo img {
    width: 26.5625vw;
  }

  .footer__logo img {
    margin: 0 auto;
  }

  .footer__content-right {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .footer__content-right {
    row-gap: 7.5vw;
  }

  .footer__item h3 {
    margin-bottom: 3.125vw;
    font-size: 5vw;
    line-height: 6.25vw;
  }

  .footer__item ul a {
    font-size: 4.375vw;
    line-height: 6.25vw;
  }

  .footer__item ul a {
    width: auto;
  }

  .footer__item--column2 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .footer__item--column2 address {
    margin-bottom: 3.75vw;
    font-size: 4.375vw;
    line-height: 6.25vw;
  }

  .footer__item--column2 a {
    font-size: 5vw;
    line-height: 6.875vw;
  }

  .footer__content-bottom .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__content-bottom .footer__container {
    row-gap: 1.875vw;
  }

  .footer__content-bottom p {
    font-size: 4.375vw;
    line-height: 5vw;
  }

  .sc-main__left {
    height: 56.25vw;
  }

  .sc-main__poster,
  .sc-main__poster img,
  .sc-main__banner,
  .sc-main__banner img {
    border-radius: 5vw;
  }

  .sc-main__right {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .sc-main__banner {
    -webkit-box-shadow: 0vw 0vw 3.75vw rgba(247, 226, 151, 0.6);
            box-shadow: 0vw 0vw 3.75vw rgba(247, 226, 151, 0.6);
  }

  .sc-main__banner {
    height: 35.9375vw;
  }

  .sc-main__banner-title span {
    font-size: 8.75vw;
    line-height: 11.25vw;
  }

  .sc-catalog__content-top {
    margin-bottom: 10vw;
  }

  .sc-catalog__content-top {
    overflow: hidden;
  }

  .sc-catalog__container {
    padding-bottom: 9.375vw;
  }

  .sc-catalog__wrapper-menu {
    max-width: 62.5vw;
    width: 62.5vw;
    top: -1.875vw;
  }

  .sc-catalog__wrapper-menu {
    right: 0;
    height: calc(100% + 4vw);
  }

  .sc-catalog__wrapper-menu ul {
    -webkit-column-gap: 3.75vw;
       -moz-column-gap: 3.75vw;
            column-gap: 3.75vw;
  }

  .sc-catalog__wrapper-menu a {
    font-size: 4.375vw;
    line-height: 6.875vw;
  }

  .sc-catalog__nav-item::before {
    top: -1.875vw;
  }

  .sc-catalog__nav-item a {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }

  .sc-catalog__tab-content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .sc-catalog__tab-content {
    row-gap: 7.5vw;
  }

  .sc-newcatalog {
    padding-bottom: 9.375vw;
  }

  .sc-newcatalog__content-top {
    margin-bottom: 9.375vw;
  }

  .sc-news {
    padding-bottom: 12.5vw;
  }

  .sc-news__content-top {
    margin-bottom: 12.5vw;
  }

  .sc-news__wrapper-cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .sc-news__wrapper-cards {
    row-gap: 9.375vw;
    margin-bottom: 11.875vw;
  }

  .sc-news__wrapper-link a {
    font-size: 5vw;
  }
}

	.shop__details-work
	{
	 border-bottom:1px #f7e296 solid;
	 display:flex;
	 line-height:16px;
	 font-size:14px;
	 padding:15px;
		}
.shop__details-title1
{
 font-weight:normal;
 margin-right:10px;
 color:#e45629;
 text-transform:uppercase;
	}

