@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 {
  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 */
  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 {
  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] {
  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;
}

/* 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 {
  flex-direction: column;
}

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

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

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

: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: flex;
  align-items: 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;
}

/* Fancybox */
.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, #fff);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: #fff;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, #fff);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, #fff);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #fff;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, #FFBA00);
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/* Переменные */
/* Миксины */
/* Резиновая верстка (авторасчет 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 {
  box-sizing: border-box;

  font-family: AvenirNextW1G;
  font-style: normal;
  color: #000000;
  font-weight: 400;
}

html,
body {
  background: #FFFFFF;
}

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

.img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  user-select: none;
}

ul {
  list-style: none;
}

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

ol, ul {
  padding-left: 0;
}

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

textarea {
  resize: none;
}

/* Шрифты */
@font-face {
  font-family: AvenirNextW1G;
  font-display: swap;
  src: url("../fonts/AvenirNextW1G-Demi.woff2") format("woff2"), url("../fonts/AvenirNextW1G-Demi.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: AvenirNextW1G;
  font-display: swap;
  src: url("../fonts/AvenirNextW1G-LightItalic.woff2") format("woff2"), url("../fonts/AvenirNextW1G-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: AvenirNextW1G;
  font-display: swap;
  src: url("../fonts/AvenirNextW1G-Regular.woff2") format("woff2"), url("../fonts/AvenirNextW1G-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: AvenirNextW1G;
  font-display: swap;
  src: url("../fonts/AvenirNextW1G-Light.woff2") format("woff2"), url("../fonts/AvenirNextW1G-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Типографика */
.title-h1,
.title-h2 {
  font-size: 2.5vw;
  line-height: 2.9166666667vw;
  font-weight: 300;
}
@media (max-width: 1600px) {
  .title-h1,
.title-h2 {
    font-size: 3vw;
    line-height: 3.5vw;
  }
}
@media (max-width: 1440px) {
  .title-h1,
.title-h2 {
    font-size: 3.3333333333vw;
    line-height: 3.8888888889vw;
  }
}
@media (max-width: 992px) {
  .title-h1,
.title-h2 {
    font-size: 4.0322580645vw;
    line-height: 4.8387096774vw;
  }
}
@media (max-width: 768px) {
  .title-h1,
.title-h2 {
    font-size: 6.4210526316vw;
    line-height: 7.5263157895vw;
  }
}

.title-h2 {
  color: #202A39;
  font-weight:bold;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1600px) {
  .title-h2 {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 1440px) {
  .title-h2 {
    margin-bottom: 2.7777777778vw;
  }
}
@media (max-width: 992px) {
  .title-h2 {
    margin-bottom: 2.8225806452vw;
  }
}
@media (max-width: 768px) {
  .title-h2 {
    margin-bottom: 6.3157894737vw;
  }
}

.title-h3 {
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .title-h3 {
    font-size: 1.5vw;
    line-height: 2vw;
  }
}
@media (max-width: 1440px) {
  .title-h3 {
    font-size: 1.6666666667vw;
    line-height: 2.2222222222vw;
  }
}
@media (max-width: 992px) {
  .title-h3 {
    font-size: 2.4193548387vw;
    line-height: 3.2258064516vw;
  }
}
@media (max-width: 768px) {
  .title-h3 {
    font-size: 4.7368421053vw;
    line-height: 6.3157894737vw;
  }
}

.article-title {
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .article-title {
    font-size: 2.25vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 1440px) {
  .article-title {
    font-size: 2.5vw;
    line-height: 2.7777777778vw;
  }
}
@media (max-width: 992px) {
  .article-title {
    font-size: 3.6290322581vw;
    line-height: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .article-title {
    font-size: 5.7894736842vw;
    line-height: 6.8421052632vw;
  }
}

.text {
  font-size: 1.3541666667vw;
  line-height: 1.6666666667vw;
  font-weight: 300;
}
.second-page img {

  max-width:100% !important;
}
.second-page table
{
 margin-bottom:20px;
	}
.text h2
{
 margin-bottom:20px;
	}
	.text ul {
    padding-left: 4.1666666667vw;
    margin-top: 30px;
    margin-bottom: 30px;
}
.text ul li {
    position: relative;
font-size: 1.3541666667vw;
    line-height: 1.6666666667vw;
    padding-bottom:20px;
}
.text ul li::before {
    content: '';
    position: absolute;
    background-image: url(../images/favicon-16x16.png);
    background-position: center;
    background-size: contain;
    top: 0.31041666667vw;
    width: 1.0625vw;
    height: 1.0625vw;
    left: -2.2916666667vw;
}

@media (max-width: 768px)
{
.text h2
{
 margin-bottom:20px;
	}
	.text ul {
    padding-left: 4.1666666667vw;
    margin-top: 30px;
    margin-bottom: 30px;
}
.text ul li {
    position: relative;
	font-size: 4.3541666667vw;
    line-height: 4.6666666667vw;
    padding-bottom:20px;
}
.text ul li::before {
    content: '';
    position: absolute;
    background-image: url(../images/favicon-16x16.png);
    background-position: center;
    background-size: contain;
    top: 0.31041666667vw;
    width: 4.0625vw;
    height: 4.0625vw;
    left: -2.2916666667vw;
}
	}
@media (max-width: 1600px) {
  .text {
    font-size: 1.625vw;
    line-height: 2vw;
  }
}
@media (max-width: 1440px) {
  .text {
    font-size: 1.8055555556vw;
    line-height: 2.2222222222vw;
  }
}
@media (max-width: 992px) {
  .text {
    font-size: 2.0161290323vw;
    line-height: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .text {
    font-size: 4.7368421053vw;
    line-height: 5.7894736842vw;
  }
}

.text-min {
  font-size: 0.8333333333vw;
  line-height: 0.9375vw;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .text-min {
    font-size: 1vw;
    line-height: 1.125vw;
  }
}
@media (max-width: 1440px) {
  .text-min {
    font-size: 1.1111111111vw;
    line-height: 1.25vw;
  }
}
@media (max-width: 992px) {
  .text-min {
    font-size: 1.6129032258vw;
    line-height: 1.814516129vw;
  }
}
@media (max-width: 768px) {
  .text-min {
    font-size: 3.6842105263vw;
    line-height: 4.2105263158vw;
  }
}

.text-average,
.text-link {
  font-size: 1.0416666667vw;
  line-height: 1.2583333333vw;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .text-average,
.text-link {
    font-size: 1.25vw;
    line-height: 1.75vw;
  }
}
@media (max-width: 1440px) {
  .text-average,
.text-link {
    font-size: 1.3888888889vw;
    line-height: 1.9444444444vw;
  }
}
@media (max-width: 992px) {
  .text-average,
.text-link {
    font-size: 1.6129032258vw;
    line-height: 2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .text-average,
.text-link {
    font-size: 4.2105263158vw;
    line-height: 5.2631578947vw;
  }
  .tel_h
  {
   display:flex;
   flex-direction:column;
  	}
  	.header__phone
  	{
  	 font-size:12px !important;
  padding-left:0px  !important;
  		}
}

.text-link {
  display: block;
  user-select: none;
}

.text-break {
  display: block;
  clear: both;
}

.main-link {
  font-size: 1.3541666667vw;
  line-height: 1.6666666667vw;
  font-weight: 300;
  color: #851626;
  transition: filter 0.3s linear;
}
@media (max-width: 1600px) {
  .main-link {
    font-size: 1.625vw;
    line-height: 2vw;
  }
}
@media (max-width: 1440px) {
  .main-link {
    font-size: 1.8055555556vw;
    line-height: 2.2222222222vw;
  }
}
@media (max-width: 992px) {
  .main-link {
    font-size: 2.2177419355vw;
    line-height: 2.6209677419vw;
  }
}
@media (max-width: 768px) {
  .main-link {
    font-size: 4.7368421053vw;
    line-height: 5.7894736842vw;
  }
}
.main-link:hover {
  filter: brightness(140%);
}

/* Анимации */
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInCopy {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutVis {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }
}
/* Компоненты */
/* Иконки */
.icon__svg, .icon__path {
  transition-property: fill, stroke;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.icon--arrow-bottom .icon__svg {
  width: 0.5729166667vw;
  min-width: 0.5729166667vw;
  height: 0.5729166667vw;
  min-height: 0.5729166667vw;
}
@media (max-width: 1600px) {
  .icon--arrow-bottom .icon__svg {
    width: 0.6875vw;
    min-width: 0.6875vw;
    height: 0.6875vw;
    min-height: 0.6875vw;
  }
}
@media (max-width: 1440px) {
  .icon--arrow-bottom .icon__svg {
    width: 0.7638888889vw;
    min-width: 0.7638888889vw;
    height: 0.7638888889vw;
    min-height: 0.7638888889vw;
  }
}
@media (max-width: 992px) {
  .icon--arrow-bottom .icon__svg {
    width: 0.9072580645vw;
    min-width: 0.9072580645vw;
    height: 0.9072580645vw;
    min-height: 0.9072580645vw;
  }
}
@media (max-width: 768px) {
  .icon--arrow-bottom .icon__svg {
    width: 2.3684210526vw;
    min-width: 2.3684210526vw;
    height: 2.3684210526vw;
    min-height: 2.3684210526vw;
  }
}
.icon--arrow-bottom .icon__svg .icon__path {
  fill: #000;
}
.icon--phone .icon__svg {
  width: 0.78125vw;
  min-width: 0.78125vw;
  height: 0.8854166667vw;
  min-height: 0.8854166667vw;
}
@media (max-width: 1600px) {
  .icon--phone .icon__svg {
    width: 0.9375vw;
    min-width: 0.9375vw;
    height: 1.0625vw;
    min-height: 1.0625vw;
  }
}
@media (max-width: 1440px) {
  .icon--phone .icon__svg {
    width: 1.0416666667vw;
    min-width: 1.0416666667vw;
    height: 1.1805555556vw;
    min-height: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .icon--phone .icon__svg {
    width: 1.5120967742vw;
    min-width: 1.5120967742vw;
    height: 1.7137096774vw;
    min-height: 1.7137096774vw;
  }
}
@media (max-width: 768px) {
  .icon--phone .icon__svg {
    width: 3.9473684211vw;
    min-width: 3.9473684211vw;
    height: 4.4736842105vw;
    min-height: 4.4736842105vw;
  }
}
.icon--phone .icon__svg .icon__path {
  fill: #000;
}
.icon--mail .icon__svg {
  width: 1.0416666667vw;
  min-width: 1.0416666667vw;
  height: 0.8854166667vw;
  min-height: 0.8854166667vw;
}
@media (max-width: 1600px) {
  .icon--mail .icon__svg {
    width: 1.25vw;
    min-width: 1.25vw;
    height: 1.0625vw;
    min-height: 1.0625vw;
  }
}
@media (max-width: 1440px) {
  .icon--mail .icon__svg {
    width: 1.3888888889vw;
    min-width: 1.3888888889vw;
    height: 1.1805555556vw;
    min-height: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .icon--mail .icon__svg {
    width: 2.0161290323vw;
    min-width: 2.0161290323vw;
    height: 1.7137096774vw;
    min-height: 1.7137096774vw;
  }
}
@media (max-width: 768px) {
  .icon--mail .icon__svg {
    width: 4.4736842105vw;
    min-width: 4.4736842105vw;
    height: 3.9473684211vw;
    min-height: 3.9473684211vw;
  }
}
.icon--mail .icon__svg .icon__path {
  fill: #000;
}
.icon--vk .icon__svg {
  width: 1.0416666667vw;
  min-width: 1.0416666667vw;
  height: 0.8854166667vw;
  min-height: 0.8854166667vw;
}
@media (max-width: 1600px) {
  .icon--vk .icon__svg {
    width: 1.25vw;
    min-width: 1.25vw;
    height: 1.0625vw;
    min-height: 1.0625vw;
  }
}
@media (max-width: 1440px) {
  .icon--vk .icon__svg {
    width: 1.3888888889vw;
    min-width: 1.3888888889vw;
    height: 1.1805555556vw;
    min-height: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .icon--vk .icon__svg {
    width: 2.0161290323vw;
    min-width: 2.0161290323vw;
    height: 1.7137096774vw;
    min-height: 1.7137096774vw;
  }
}
@media (max-width: 768px) {
  .icon--vk .icon__svg {
    width: 4.4736842105vw;
    min-width: 4.4736842105vw;
    height: 3.9473684211vw;
    min-height: 3.9473684211vw;
  }
}
.icon--vk .icon__svg .icon__path {
  fill: #000;
}

/* Кнопки */
/* Кнопка: перейти */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: background-color, color, box-shadow, border-color;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 100%;
  outline: none;
  user-select: none;
  text-decoration: none;
  min-height: 1.7708333333vw;
  max-height: 1.7708333333vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  font-size: 0.7291666667vw;
  line-height: 0.7291666667vw;
  border-radius: 0.8333333333vw;
}
@media (max-width: 1600px) {
  .btn {
    min-height: 2.125vw;
    max-height: 2.125vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
    font-size: 0.875vw;
    line-height: 0.875vw;
    border-radius: 1vw;
  }
}
@media (max-width: 1440px) {
  .btn {
    min-height: 2.3611111111vw;
    max-height: 2.3611111111vw;
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
    padding-top: 0.6944444444vw;
    padding-bottom: 0.6944444444vw;
    font-size: 0.9722222222vw;
    line-height: 0.9722222222vw;
    border-radius: 1.1111111111vw;
  }
}
@media (max-width: 992px) {
  .btn {
    min-height: 3.4274193548vw;
    max-height: 3.4274193548vw;
    padding-left: 2.4193548387vw;
    padding-right: 2.4193548387vw;
    padding-top: 1.0080645161vw;
    padding-bottom: 1.0080645161vw;
    font-size: 1.6129032258vw;
    line-height: 1.6129032258vw;
    border-radius: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .btn {
    min-height: 8.4210526316vw;
    max-height: 8.4210526316vw;
    padding-left: 4.2105263158vw;
    padding-right: 4.2105263158vw;
    padding-top: 2.1052631579vw;
    padding-bottom: 2.1052631579vw;
    font-size: 3.1578947368vw;
    line-height: 3.1578947368vw;
    border-radius: 4.2105263158vw;
  }
}
.btn:hover, .btn:focus {
  cursor: pointer;
}
.btn--green {
  opacity: 1;
  transition: opacity 0.3s linear;
  color: #fff;
  background-color: #851626;
}
.btn--green:hover {
  opacity: 0.8;
}
.btn--full {
  width: 100%;
}

/* Slider: Swiper */
.swiper-container {
  max-width: 100%;
  position: relative;
}
.swiper-container .swiper-slide {
  position: relative;
}
.swiper-container .swiper-slide:hover {
  cursor: pointer;
}

/* Modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal__dialog {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 9999;
}
.modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}
.modal__close {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.3s linear;
}
@media (max-width: 768px) {
  .modal__close {
    margin-right: 4.7368421053vw;
    margin-top: 8.9473684211vw;
  }
}
.modal__close:hover {
  cursor: pointer;
  opacity: 0.5;
}
.modal__icon--close {
  display: block;
}
@media (max-width: 768px) {
  .modal__icon--close {
    width: 6.3157894737vw;
    height: 6.3157894737vw;
    min-width: 6.3157894737vw;
    min-height: 6.3157894737vw;
  }
}
.modal__icon--close .modal__svg .modal__path {
  stroke: #000;
}
.modal--visible {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}
.modal--mobmenu .modal__dialog,
.modal--mobmenu .modal__content {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__content {
    padding-left: 4.2105263158vw;
    padding-right: 4.2105263158vw;
    padding-top: 8.4210526316vw;
    padding-bottom: 8.4210526316vw;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__wrapper-logo {
    width: 25.2631578947vw;
    height: 25.2631578947vw;
    margin-bottom: 4.2105263158vw;
  }
}
.modal--mobmenu .modal__phone {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.modal--mobmenu .modal__phone:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__phone {
    font-weight: 700;
    text-decoration: none;
    color: #a05a08;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__phone {
    font-size: 6.3157894737vw;
    line-height: 7.8947368421vw;
    margin-bottom: 4.2105263158vw;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__address {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__address {
    font-size: 5.2631578947vw;
    line-height: 5.7894736842vw;
    margin-bottom: 4.2105263158vw;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__wrapper-lang {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__wrapper-lang {
    top: 8.9473684211vw;
    left: 4.2105263158vw;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__menu {
    margin-bottom: 8.4210526316vw;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__item {
    margin-bottom: 3.1578947368vw;
  }
}
.modal--mobmenu .modal__item:last-child {
  margin-bottom: 0;
}
.modal--mobmenu .modal__link {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.modal--mobmenu .modal__link:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__link {
    font-size: 4.7368421053vw;
    line-height: 6.3157894737vw;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__link {
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__wrapper-socials {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__wrapper-socials {
    padding-bottom: 4.2105263158vw;
  }
}
.modal--mobmenu .modal__social {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.modal--mobmenu .modal__social:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__social {
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-color: #000;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__social {
    margin-bottom: 4.2105263158vw;
    border-width: 0.7894736842vw;
    min-width: 8.4210526316vw;
    min-height: 8.4210526316vw;
    width: 8.4210526316vw;
    height: 8.4210526316vw;
    border-radius: 1.5789473684vw;
  }
}
.modal--mobmenu .modal__social:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__social .icon {
    position: relative;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__social .icon {
    top: 0.2631578947vw;
  }
}
@media (max-width: 768px) {
  .modal--mobmenu .modal__social .icon .icon__svg {
    width: 6.3157894737vw;
    min-width: 6.3157894737vw;
    height: 5.5263157895vw;
    min-height: 5.5263157895vw;
  }
}

/* Dropdown */
.dropdown {
  position: relative;
  z-index: 10;
}
.dropdown:hover {
  cursor: pointer;
}
.dropdown__selectable {
  display: flex;
  align-items: center;
}
.dropdown__selectable--active .dropdown__icon {
  transform: rotate(180deg);
  top: 0;
}
.dropdown__wrapper {
  position: relative;
  z-index: 10;
}
.dropdown__icon {
  transition-property: transform, top;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  position: relative;
  margin-left: 0.4166666667vw;
  top: 0.15625vw;
}
@media (max-width: 1600px) {
  .dropdown__icon {
    margin-left: 0.5vw;
    top: 0.1875vw;
  }
}
@media (max-width: 1440px) {
  .dropdown__icon {
    margin-left: 0.5555555556vw;
    top: 0.2083333333vw;
  }
}
@media (max-width: 992px) {
  .dropdown__icon {
    margin-left: 0.8064516129vw;
    top: 0.1008064516vw;
  }
}
@media (max-width: 768px) {
  .dropdown__icon {
    margin-left: 2.1052631579vw;
    top: 0.2631578947vw;
  }
}
.dropdown__lang-img {
  width: 1.9270833333vw;
  height: 1.25vw;
}
@media (max-width: 1600px) {
  .dropdown__lang-img {
    width: 2.3125vw;
    height: 1.5vw;
  }
}
@media (max-width: 1440px) {
  .dropdown__lang-img {
    width: 2.5694444444vw;
    height: 1.6666666667vw;
  }
}
@media (max-width: 992px) {
  .dropdown__lang-img {
    width: 3.7298387097vw;
    height: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .dropdown__lang-img {
    width: 9.7368421053vw;
    height: 6.3157894737vw;
  }
}
.dropdown__menu {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  transition: opacity 0.3s linear;
  z-index: 10;
  box-shadow: 0vw 0vw 0.78125vw rgba(0, 0, 0, 0.5);
  top: 1.6666666667vw;
  left: -0.4166666667vw;
  padding-left: 0.4166666667vw;
  padding-right: 0.4166666667vw;
  padding-top: 0.3125vw;
  padding-bottom: 0.3125vw;
}
@media (max-width: 1600px) {
  .dropdown__menu {
    box-shadow: 0vw 0vw 0.9375vw rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 1440px) {
  .dropdown__menu {
    box-shadow: 0vw 0vw 1.0416666667vw rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 992px) {
  .dropdown__menu {
    box-shadow: 0vw 0vw 1.5120967742vw rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 768px) {
  .dropdown__menu {
    box-shadow: 0vw 0vw 3.9473684211vw rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 1600px) {
  .dropdown__menu {
    top: 2vw;
    left: -0.5vw;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    padding-top: 0.375vw;
    padding-bottom: 0.375vw;
  }
}
@media (max-width: 1440px) {
  .dropdown__menu {
    top: 2.2222222222vw;
    left: -0.5555555556vw;
    padding-left: 0.5555555556vw;
    padding-right: 0.5555555556vw;
    padding-top: 0.4166666667vw;
    padding-bottom: 0.4166666667vw;
  }
}
@media (max-width: 992px) {
  .dropdown__menu {
    top: 3.2258064516vw;
    left: -0.8064516129vw;
    padding-left: 0.8064516129vw;
    padding-right: 0.8064516129vw;
    padding-top: 0.6048387097vw;
    padding-bottom: 0.6048387097vw;
  }
}
@media (max-width: 768px) {
  .dropdown__menu {
    top: 8.4210526316vw;
    left: -2.1052631579vw;
    padding-left: 2.1052631579vw;
    padding-right: 2.1052631579vw;
    padding-top: 1.5789473684vw;
    padding-bottom: 1.5789473684vw;
  }
}
.dropdown__menu--active {
  opacity: 1;
  pointer-events: all;
}
.dropdown__item {
  padding-top: 0.3125vw;
  padding-bottom: 0.3125vw;
}
@media (max-width: 1600px) {
  .dropdown__item {
    padding-top: 0.375vw;
    padding-bottom: 0.375vw;
  }
}
@media (max-width: 1440px) {
  .dropdown__item {
    padding-top: 0.4166666667vw;
    padding-bottom: 0.4166666667vw;
  }
}
@media (max-width: 992px) {
  .dropdown__item {
    padding-top: 0.6048387097vw;
    padding-bottom: 0.6048387097vw;
  }
}
@media (max-width: 768px) {
  .dropdown__item {
    padding-top: 1.5789473684vw;
    padding-bottom: 1.5789473684vw;
  }
}

/* Container */
.container {
  max-width: 100%;
  position: relative;
  z-index: 1;
  margin-left: 6.5104166667vw;
  margin-right: 6.5104166667vw;
}
@media (max-width: 1600px) {
  .container {
    margin-left: 7.8125vw;
    margin-right: 7.8125vw;
  }
}
@media (max-width: 1440px) {
  .container {
    margin-left: 8.6805555556vw;
    margin-right: 8.6805555556vw;
  }
}
@media (max-width: 992px) {
  .container {
    margin-left: 4.0322580645vw;
    margin-right: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .container {
    margin-left: 4.2105263158vw;
    margin-right: 4.2105263158vw;
  }
}

/* Arrows */
.arrows {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  padding-left: 0.625vw;
  padding-right: 0.625vw;
}
@media (max-width: 1600px) {
  .arrows {
    padding-left: 0.75vw;
    padding-right: 0.75vw;
  }
}
@media (max-width: 1440px) {
  .arrows {
    padding-left: 0.8333333333vw;
    padding-right: 0.8333333333vw;
  }
}
@media (max-width: 992px) {
  .arrows {
    padding-left: 1.2096774194vw;
    padding-right: 1.2096774194vw;
  }
}
@media (max-width: 768px) {
  .arrows {
    padding-left: 3.1578947368vw;
    padding-right: 3.1578947368vw;
  }
}
.arrows__arrow {
  pointer-events: all;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 1.6145833333vw;
  height: 2.2916666667vw;
  min-width: 1.6145833333vw;
  min-height: 2.2916666667vw;
  transition: opacity 0.3s linear;
}
@media (max-width: 1600px) {
  .arrows__arrow {
    width: 1.9375vw;
    height: 2.75vw;
    min-width: 1.9375vw;
    min-height: 2.75vw;
  }
}
@media (max-width: 1440px) {
  .arrows__arrow {
    width: 2.1527777778vw;
    height: 3.0555555556vw;
    min-width: 2.1527777778vw;
    min-height: 3.0555555556vw;
  }
}
@media (max-width: 992px) {
  .arrows__arrow {
    width: 3.125vw;
    height: 4.435483871vw;
    min-width: 3.125vw;
    min-height: 4.435483871vw;
  }
}
@media (max-width: 768px) {
  .arrows__arrow {
    width: 8.1578947368vw;
    height: 11.5789473684vw;
    min-width: 8.1578947368vw;
    min-height: 11.5789473684vw;
  }
}
.arrows__arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}
.arrows__arrow.swiper-button-disabled {
  opacity: 0.3;
}
.arrows.arrows-hidden {
  display: none;
}
@media (max-width: 768px) {
  .arrows.arrows-hidden {
    display: flex;
  }
}

/* Flower */
.flower {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.flower--flower1 {
  right: 0;
  width: 8.75vw;
  min-width: 8.75vw;
  height: 13.4375vw;
  min-height: 13.4375vw;
  top: 7.2916666667vw;
}
@media (max-width: 1600px) {
  .flower--flower1 {
    width: 10.5vw;
    min-width: 10.5vw;
    height: 16.125vw;
    min-height: 16.125vw;
    top: 8.75vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower1 {
    width: 11.6666666667vw;
    min-width: 11.6666666667vw;
    height: 17.9166666667vw;
    min-height: 17.9166666667vw;
    top: 9.7222222222vw;
  }
}
@media (max-width: 992px) {
  .flower--flower1 {
    width: 12.0967741935vw;
    min-width: 12.0967741935vw;
    height: 18.5771889401vw;
    min-height: 18.5771889401vw;
    top: 32.2580645161vw;
  }
}
@media (max-width: 768px) {
  .flower--flower1 {
    width: 22.1052631579vw;
    min-width: 22.1052631579vw;
    height: 33.9473684211vw;
    min-height: 33.9473684211vw;
    top: 42.1052631579vw;
  }
}
.flower--flower2 {
  left: 0;
  width: 8.1770833333vw;
  min-width: 8.1770833333vw;
  height: 7.2395833333vw;
  min-height: 7.2395833333vw;
  bottom: 4.6875vw;
}
@media (max-width: 1600px) {
  .flower--flower2 {
    width: 9.8125vw;
    min-width: 9.8125vw;
    height: 8.6875vw;
    min-height: 8.6875vw;
    bottom: 5.625vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower2 {
    width: 10.9027777778vw;
    min-width: 10.9027777778vw;
    height: 9.6527777778vw;
    min-height: 9.6527777778vw;
    bottom: 6.25vw;
  }
}
@media (max-width: 992px) {
  .flower--flower2 {
    width: 11.3047235023vw;
    min-width: 11.3047235023vw;
    height: 10.008640553vw;
    min-height: 10.008640553vw;
    bottom: 17.1370967742vw;
  }
}
@media (max-width: 768px) {
  .flower--flower2 {
    display: none;
  }
}
.flower--flower3 {
  right: 0;
  width: 4.2708333333vw;
  min-width: 4.2708333333vw;
  height: 16.875vw;
  min-height: 16.875vw;
  top: 30.7291666667vw;
}
@media (max-width: 1600px) {
  .flower--flower3 {
    width: 5.125vw;
    min-width: 5.125vw;
    height: 20.25vw;
    min-height: 20.25vw;
    top: 36.875vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower3 {
    width: 5.6944444444vw;
    min-width: 5.6944444444vw;
    height: 22.5vw;
    min-height: 22.5vw;
    top: 40.9722222222vw;
  }
}
@media (max-width: 992px) {
  .flower--flower3 {
    width: 5.9043778802vw;
    min-width: 5.9043778802vw;
    height: 23.3294930876vw;
    min-height: 23.3294930876vw;
    top: 8.064516129vw;
  }
}
@media (max-width: 768px) {
  .flower--flower3 {
    width: 10.7894736842vw;
    min-width: 10.7894736842vw;
    height: 42.6315789474vw;
    min-height: 42.6315789474vw;
    top: 10.5263157895vw;
  }
}
.flower--flower4 {
  left: 0;
  width: 10.0520833333vw;
  min-width: 10.0520833333vw;
  height: 9.84375vw;
  min-height: 9.84375vw;
  bottom: 36.71875vw;
}
@media (max-width: 1600px) {
  .flower--flower4 {
    width: 12.0625vw;
    min-width: 12.0625vw;
    height: 11.8125vw;
    min-height: 11.8125vw;
    bottom: 44.0625vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower4 {
    width: 13.4027777778vw;
    min-width: 13.4027777778vw;
    height: 13.125vw;
    min-height: 13.125vw;
    bottom: 48.9583333333vw;
  }
}
@media (max-width: 992px) {
  .flower--flower4 {
    width: 13.8968894009vw;
    min-width: 13.8968894009vw;
    height: 13.6088709677vw;
    min-height: 13.6088709677vw;
    bottom: 2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .flower--flower4 {
    display: none;
  }
}
.flower--flower5 {
  right: 0;
  width: 5.78125vw;
  min-width: 5.78125vw;
  height: 7.65625vw;
  min-height: 7.65625vw;
  top: 2.9166666667vw;
}
@media (max-width: 1600px) {
  .flower--flower5 {
    width: 6.9375vw;
    min-width: 6.9375vw;
    height: 9.1875vw;
    min-height: 9.1875vw;
    top: 3.5vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower5 {
    width: 7.7083333333vw;
    min-width: 7.7083333333vw;
    height: 10.2083333333vw;
    min-height: 10.2083333333vw;
    top: 3.8888888889vw;
  }
}
@media (max-width: 992px) {
  .flower--flower5 {
    width: 7.9925115207vw;
    min-width: 7.9925115207vw;
    height: 10.5846774194vw;
    min-height: 10.5846774194vw;
    top: 22.1774193548vw;
  }
}
@media (max-width: 768px) {
  .flower--flower5 {
    width: 14.6052631579vw;
    min-width: 14.6052631579vw;
    height: 19.3421052632vw;
    min-height: 19.3421052632vw;
    top: 10.5263157895vw;
  }
}
.flower--flower6 {
  left: 0;
  width: 7.1875vw;
  min-width: 7.1875vw;
  height: 9.3229166667vw;
  min-height: 9.3229166667vw;
  bottom: 46.4583333333vw;
}
@media (max-width: 1600px) {
  .flower--flower6 {
    width: 8.625vw;
    min-width: 8.625vw;
    height: 11.1875vw;
    min-height: 11.1875vw;
    bottom: 55.75vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower6 {
    width: 9.5833333333vw;
    min-width: 9.5833333333vw;
    height: 12.4305555556vw;
    min-height: 12.4305555556vw;
    bottom: 61.9444444444vw;
  }
}
@media (max-width: 992px) {
  .flower--flower6 {
    width: 9.9366359447vw;
    min-width: 9.9366359447vw;
    height: 12.8888248848vw;
    min-height: 12.8888248848vw;
    bottom: 113.3064516129vw;
  }
}
@media (max-width: 768px) {
  .flower--flower6 {
    display: none;
  }
}
.flower--flower7 {
  right: 0;
  z-index: 2;
  width: 6.6145833333vw;
  min-width: 6.6145833333vw;
  height: 8.28125vw;
  min-height: 8.28125vw;
  bottom: 21.875vw;
}
@media (max-width: 1600px) {
  .flower--flower7 {
    width: 7.9375vw;
    min-width: 7.9375vw;
    height: 9.9375vw;
    min-height: 9.9375vw;
    bottom: 26.25vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower7 {
    width: 8.8194444444vw;
    min-width: 8.8194444444vw;
    height: 11.0416666667vw;
    min-height: 11.0416666667vw;
    bottom: 29.1666666667vw;
  }
}
@media (max-width: 992px) {
  .flower--flower7 {
    width: 9.1445852535vw;
    min-width: 9.1445852535vw;
    height: 11.4487327189vw;
    min-height: 11.4487327189vw;
    bottom: 51.6129032258vw;
  }
}
@media (max-width: 768px) {
  .flower--flower7 {
    display: none;
  }
}
.flower--flower8 {
  left: 0;
  width: 10.1041666667vw;
  min-width: 10.1041666667vw;
  height: 12.03125vw;
  min-height: 12.03125vw;
  top: 11.4583333333vw;
}
@media (max-width: 1600px) {
  .flower--flower8 {
    width: 12.125vw;
    min-width: 12.125vw;
    height: 14.4375vw;
    min-height: 14.4375vw;
    top: 13.75vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower8 {
    width: 13.4722222222vw;
    min-width: 13.4722222222vw;
    height: 16.0416666667vw;
    min-height: 16.0416666667vw;
    top: 15.2777777778vw;
  }
}
@media (max-width: 992px) {
  .flower--flower8 {
    width: 13.9688940092vw;
    min-width: 13.9688940092vw;
    height: 16.6330645161vw;
    min-height: 16.6330645161vw;
    top: -2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .flower--flower8 {
    width: 25.5263157895vw;
    min-width: 25.5263157895vw;
    height: 30.3947368421vw;
    min-height: 30.3947368421vw;
    top: -4.2105263158vw;
  }
}
.flower--flower9 {
  right: 0;
  width: 5.3645833333vw;
  min-width: 5.3645833333vw;
  height: 5.2083333333vw;
  min-height: 5.2083333333vw;
  bottom: 5.4166666667vw;
}
@media (max-width: 1600px) {
  .flower--flower9 {
    width: 6.4375vw;
    min-width: 6.4375vw;
    height: 6.25vw;
    min-height: 6.25vw;
    bottom: 6.5vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower9 {
    width: 7.1527777778vw;
    min-width: 7.1527777778vw;
    height: 6.9444444444vw;
    min-height: 6.9444444444vw;
    bottom: 7.2222222222vw;
  }
}
@media (max-width: 992px) {
  .flower--flower9 {
    width: 7.4164746544vw;
    min-width: 7.4164746544vw;
    height: 7.2004608295vw;
    min-height: 7.2004608295vw;
    bottom: 3.0241935484vw;
  }
}
@media (max-width: 768px) {
  .flower--flower9 {
    width: 13.5526315789vw;
    min-width: 13.5526315789vw;
    height: 13.1578947368vw;
    min-height: 13.1578947368vw;
    bottom: 126.3157894737vw;
  }
}
.flower--flower10 {
  right: 0;
  width: 6.6145833333vw;
  min-width: 6.6145833333vw;
  height: 8.28125vw;
  min-height: 8.28125vw;
  top: 24.4791666667vw;
}
@media (max-width: 1600px) {
  .flower--flower10 {
    width: 7.9375vw;
    min-width: 7.9375vw;
    height: 9.9375vw;
    min-height: 9.9375vw;
    top: 29.375vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower10 {
    width: 8.8194444444vw;
    min-width: 8.8194444444vw;
    height: 11.0416666667vw;
    min-height: 11.0416666667vw;
    top: 32.6388888889vw;
  }
}
@media (max-width: 992px) {
  .flower--flower10 {
    width: 9.1445852535vw;
    min-width: 9.1445852535vw;
    height: 11.4487327189vw;
    min-height: 11.4487327189vw;
  }
}
@media (max-width: 768px) {
  .flower--flower10 {
    width: 16.7105263158vw;
    min-width: 16.7105263158vw;
    height: 20.9210526316vw;
    min-height: 20.9210526316vw;
    top: 121.0526315789vw;
  }
}
.flower--flower11 {
  left: 0;
  width: 10.1041666667vw;
  min-width: 10.1041666667vw;
  height: 12.03125vw;
  min-height: 12.03125vw;
  top: -2.0833333333vw;
}
@media (max-width: 1600px) {
  .flower--flower11 {
    width: 12.125vw;
    min-width: 12.125vw;
    height: 14.4375vw;
    min-height: 14.4375vw;
    top: -2.5vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower11 {
    width: 13.4722222222vw;
    min-width: 13.4722222222vw;
    height: 16.0416666667vw;
    min-height: 16.0416666667vw;
    top: -2.7777777778vw;
  }
}
@media (max-width: 992px) {
  .flower--flower11 {
    width: 13.9688940092vw;
    min-width: 13.9688940092vw;
    height: 16.6330645161vw;
    min-height: 16.6330645161vw;
    top: -2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .flower--flower11 {
    width: 25.5263157895vw;
    min-width: 25.5263157895vw;
    height: 30.3947368421vw;
    min-height: 30.3947368421vw;
    top: -4.2105263158vw;
  }
}
.flower--flower12 {
  right: 0;
  width: 8.75vw;
  min-width: 8.75vw;
  height: 13.4375vw;
  min-height: 13.4375vw;
  top: 27.8645833333vw;
}
@media (max-width: 1600px) {
  .flower--flower12 {
    width: 10.5vw;
    min-width: 10.5vw;
    height: 16.125vw;
    min-height: 16.125vw;
    top: 33.4375vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower12 {
    width: 11.6666666667vw;
    min-width: 11.6666666667vw;
    height: 17.9166666667vw;
    min-height: 17.9166666667vw;
    top: 37.1527777778vw;
  }
}
@media (max-width: 992px) {
  .flower--flower12 {
    width: 12.0967741935vw;
    min-width: 12.0967741935vw;
    height: 18.5771889401vw;
    min-height: 18.5771889401vw;
    top: 14.1129032258vw;
  }
}
@media (max-width: 768px) {
  .flower--flower12 {
    width: 22.1052631579vw;
    min-width: 22.1052631579vw;
    height: 33.9473684211vw;
    min-height: 33.9473684211vw;
    top: 36.8421052632vw;
  }
}
.flower--flower13 {
  left: 0;
  transform: rotate(180deg);
  width: 6.6145833333vw;
  min-width: 6.6145833333vw;
  height: 8.28125vw;
  min-height: 8.28125vw;
  bottom: 78.125vw;
}
@media (max-width: 1600px) {
  .flower--flower13 {
    width: 7.9375vw;
    min-width: 7.9375vw;
    height: 9.9375vw;
    min-height: 9.9375vw;
    bottom: 93.75vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower13 {
    width: 8.8194444444vw;
    min-width: 8.8194444444vw;
    height: 11.0416666667vw;
    min-height: 11.0416666667vw;
    bottom: 104.1666666667vw;
  }
}
@media (max-width: 992px) {
  .flower--flower13 {
    width: 9.1445852535vw;
    min-width: 9.1445852535vw;
    height: 11.4487327189vw;
    min-height: 11.4487327189vw;
    bottom: 96.7741935484vw;
  }
}
@media (max-width: 768px) {
  .flower--flower13 {
    display: none;
  }
}
.flower--flower14 {
  right: 0;
  width: 6.3541666667vw;
  min-width: 6.3541666667vw;
  height: 16.875vw;
  min-height: 16.875vw;
  bottom: 21.3541666667vw;
}
@media (max-width: 1600px) {
  .flower--flower14 {
    width: 7.625vw;
    min-width: 7.625vw;
    height: 20.25vw;
    min-height: 20.25vw;
    bottom: 25.625vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower14 {
    width: 8.4722222222vw;
    min-width: 8.4722222222vw;
    height: 22.5vw;
    min-height: 22.5vw;
    bottom: 28.4722222222vw;
  }
}
@media (max-width: 992px) {
  .flower--flower14 {
    width: 8.784562212vw;
    min-width: 8.784562212vw;
    height: 23.3294930876vw;
    min-height: 23.3294930876vw;
    bottom: 21.1693548387vw;
  }
}
@media (max-width: 768px) {
  .flower--flower14 {
    transform: rotate(180deg);
    left: 0;
    right: unset;
  }
}
@media (max-width: 768px) {
  .flower--flower14 {
    width: 16.0526315789vw;
    min-width: 16.0526315789vw;
    height: 42.6315789474vw;
    min-height: 42.6315789474vw;
    top: 200vw;
  }
}
.flower--flower15 {
  left: 0;
  width: 4.2708333333vw;
  min-width: 4.2708333333vw;
  height: 7.1875vw;
  min-height: 7.1875vw;
  bottom: -4.6875vw;
}
@media (max-width: 1600px) {
  .flower--flower15 {
    width: 5.125vw;
    min-width: 5.125vw;
    height: 8.625vw;
    min-height: 8.625vw;
    bottom: -5.625vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower15 {
    width: 5.6944444444vw;
    min-width: 5.6944444444vw;
    height: 9.5833333333vw;
    min-height: 9.5833333333vw;
    bottom: -6.25vw;
  }
}
@media (max-width: 992px) {
  .flower--flower15 {
    width: 5.9043778802vw;
    min-width: 5.9043778802vw;
    height: 9.9366359447vw;
    min-height: 9.9366359447vw;
    bottom: -4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .flower--flower15 {
    width: 10.7894736842vw;
    min-width: 10.7894736842vw;
    height: 18.1578947368vw;
    min-height: 18.1578947368vw;
    bottom: -10.5263157895vw;
  }
}
.flower--flower16 {
  right: 0;
  width: 8.75vw;
  min-width: 8.75vw;
  height: 13.4375vw;
  min-height: 13.4375vw;
  top: 15.8333333333vw;
}
@media (max-width: 1600px) {
  .flower--flower16 {
    width: 10.5vw;
    min-width: 10.5vw;
    height: 16.125vw;
    min-height: 16.125vw;
    top: 19vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower16 {
    width: 11.6666666667vw;
    min-width: 11.6666666667vw;
    height: 17.9166666667vw;
    min-height: 17.9166666667vw;
    top: 21.1111111111vw;
  }
}
@media (max-width: 992px) {
  .flower--flower16 {
    width: 12.0967741935vw;
    min-width: 12.0967741935vw;
    height: 18.5771889401vw;
    min-height: 18.5771889401vw;
    top: 24.1935483871vw;
  }
}
@media (max-width: 768px) {
  .flower--flower16 {
    width: 22.1052631579vw;
    min-width: 22.1052631579vw;
    height: 33.9473684211vw;
    min-height: 33.9473684211vw;
    top: 21.0526315789vw;
  }
}
.flower--flower17 {
  left: 0;
  width: 8.1770833333vw;
  min-width: 8.1770833333vw;
  height: 7.2395833333vw;
  min-height: 7.2395833333vw;
  top: 36.0416666667vw;
}
@media (max-width: 1600px) {
  .flower--flower17 {
    width: 9.8125vw;
    min-width: 9.8125vw;
    height: 8.6875vw;
    min-height: 8.6875vw;
    top: 43.25vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower17 {
    width: 10.9027777778vw;
    min-width: 10.9027777778vw;
    height: 9.6527777778vw;
    min-height: 9.6527777778vw;
    top: 48.0555555556vw;
  }
}
@media (max-width: 992px) {
  .flower--flower17 {
    width: 11.3047235023vw;
    min-width: 11.3047235023vw;
    height: 10.008640553vw;
    min-height: 10.008640553vw;
    top: 44.3548387097vw;
  }
}
@media (max-width: 768px) {
  .flower--flower17 {
    display: none;
  }
}
.flower--flower18 {
  right: 0;
  width: 4.2708333333vw;
  min-width: 4.2708333333vw;
  height: 16.875vw;
  min-height: 16.875vw;
  bottom: 32.3958333333vw;
}
@media (max-width: 1600px) {
  .flower--flower18 {
    width: 5.125vw;
    min-width: 5.125vw;
    height: 20.25vw;
    min-height: 20.25vw;
    bottom: 38.875vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower18 {
    width: 5.6944444444vw;
    min-width: 5.6944444444vw;
    height: 22.5vw;
    min-height: 22.5vw;
    bottom: 43.1944444444vw;
  }
}
@media (max-width: 992px) {
  .flower--flower18 {
    width: 5.9043778802vw;
    min-width: 5.9043778802vw;
    height: 23.3294930876vw;
    min-height: 23.3294930876vw;
    bottom: 46.3709677419vw;
  }
}
@media (max-width: 768px) {
  .flower--flower18 {
    width: 10.7894736842vw;
    min-width: 10.7894736842vw;
    height: 42.6315789474vw;
    min-height: 42.6315789474vw;
    bottom: 84.2105263158vw;
  }
}
@media (max-width: 768px) {
  .flower--flower18 {
    right: unset;
    left: 0;
    transform: rotate(180deg);
  }
}
.flower--flower19 {
  left: 0;
  width: 5.7291666667vw;
  min-width: 5.7291666667vw;
  height: 11.1458333333vw;
  min-height: 11.1458333333vw;
  bottom: 6.25vw;
}
@media (max-width: 1600px) {
  .flower--flower19 {
    width: 6.875vw;
    min-width: 6.875vw;
    height: 13.375vw;
    min-height: 13.375vw;
    bottom: 7.5vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower19 {
    width: 7.6388888889vw;
    min-width: 7.6388888889vw;
    height: 14.8611111111vw;
    min-height: 14.8611111111vw;
    bottom: 8.3333333333vw;
  }
}
@media (max-width: 992px) {
  .flower--flower19 {
    width: 7.9205069124vw;
    min-width: 7.9205069124vw;
    height: 15.4089861751vw;
    min-height: 15.4089861751vw;
    bottom: 15.1209677419vw;
  }
}
@media (max-width: 768px) {
  .flower--flower19 {
    display: none;
  }
}
.flower--flower20 {
  right: 0;
  width: 5.78125vw;
  min-width: 5.78125vw;
  height: 7.65625vw;
  min-height: 7.65625vw;
  bottom: 0.8333333333vw;
}
@media (max-width: 1600px) {
  .flower--flower20 {
    width: 6.9375vw;
    min-width: 6.9375vw;
    height: 9.1875vw;
    min-height: 9.1875vw;
    bottom: 1vw;
  }
}
@media (max-width: 1440px) {
  .flower--flower20 {
    width: 7.7083333333vw;
    min-width: 7.7083333333vw;
    height: 10.2083333333vw;
    min-height: 10.2083333333vw;
    bottom: 1.1111111111vw;
  }
}
@media (max-width: 992px) {
  .flower--flower20 {
    width: 7.9925115207vw;
    min-width: 7.9925115207vw;
    height: 10.5846774194vw;
    min-height: 10.5846774194vw;
    bottom: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .flower--flower20 {
    width: 14.6052631579vw;
    min-width: 14.6052631579vw;
    height: 19.3421052632vw;
    min-height: 19.3421052632vw;
    bottom: 31.5789473684vw;
  }
}

/* Back link */
.back-link {
  border-top-color: #851626;

  border-bottom-color: #851626;
  border-bottom-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.7708333333vw;
  padding-top: 0.9375vw;
  padding-bottom: 0.9375vw;
  border-bottom-width: 0.0520833333vw;
  border-top-width: 0.0520833333vw;
}
@media (max-width: 1600px) {
  .back-link {
    width: 20.125vw;
    padding-top: 1.125vw;
    padding-bottom: 1.125vw;
    border-bottom-width: 0.0625vw;
    border-top-width: 0.0625vw;
  }
}
@media (max-width: 1440px) {
  .back-link {
    width: 22.3611111111vw;
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
    border-bottom-width: 0.0694444444vw;
    border-top-width: 0.0694444444vw;
  }
}
@media (max-width: 992px) {
  .back-link {
    width: 24.1935483871vw;
    padding-top: 1.4112903226vw;
    padding-bottom: 1.4112903226vw;
    border-bottom-width: 0.1008064516vw;
    border-top-width: 0.1008064516vw;
  }
}
@media (max-width: 768px) {
  .back-link {
    width: 57.8947368421vw;
    padding-top: 2.1052631579vw;
    padding-bottom: 2.1052631579vw;
    border-bottom-width: 0.2631578947vw;
    border-top-width: 0.2631578947vw;
  }
}
.back-link__link {
  color: #851626;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s linear;
  font-weight: 400;
}
.back-link__link:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .back-link--hidden-mob {
    display: none;
  }
}
.back-link--mob {
  display: none;
}
@media (max-width: 768px) {
  .back-link--mob {
    display: flex;
  }
}

/* Блоки */
/* Шапка сайта */
.header-fixheight {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 100%;
  width: 100%;
}
.header-fixheight--active {
  position: relative;
  padding-top: 7.65625vw;
}
@media (max-width: 1600px) {
  .header-fixheight--active {
    padding-top: 9.1875vw;
  }
}
@media (max-width: 1440px) {
  .header-fixheight--active {
    padding-top: 10.2083333333vw;
  }
}
@media (max-width: 992px) {
  .header-fixheight--active {
    padding-top: 11.6935483871vw;
  }
}
@media (max-width: 768px) {
  .header-fixheight--active {
    padding-top: 46.5789473684vw;
  }
}

.header {
  background-color: #fff;
  box-shadow: 0vw 0vw 1.0416666667vw rgba(0, 0, 0, 0.5);

  opacity: 1;
  transition-property: opacity, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  animation: fadeInCopy 0.5s linear;
  padding-top: 0.7291666667vw;
  padding-bottom: 0.7291666667vw;
}
@media (max-width: 1600px) {
  .header {
    padding-top: 0.875vw;
    padding-bottom: 0.875vw;
  }
}
@media (max-width: 1440px) {
  .header {
    padding-top: 0.9722222222vw;
    padding-bottom: 0.9722222222vw;
  }
}
@media (max-width: 992px) {
  .header {
    padding-top: 1.4112903226vw;
    padding-bottom: 1.4112903226vw;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 3.1578947368vw;
    padding-bottom: 3.1578947368vw;
  }
}
.header__container {
  display: grid;
  grid-auto-columns: min-content auto;
}
@media (max-width: 768px) {
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
  }
}
.header__wrapper-logo {
  grid-row: span 2;
  grid-column: 1;
  margin-right: 1.9791666667vw;
}
@media (max-width: 1600px) {
  .header__wrapper-logo {
    margin-right: 2.375vw;
  }
}
@media (max-width: 1440px) {
  .header__wrapper-logo {
    margin-right: 2.6388888889vw;
  }
}
@media (max-width: 992px) {
  .header__wrapper-logo {
    margin-right: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .header__wrapper-logo {
    margin-right: 4.2105263158vw;
  }
}
.header__logo {
  max-width: 11.1979166667vw;
  width: 11.1979166667vw;
}
@media (max-width: 1600px) {
  .header__logo {
    max-width: 7.4375vw;
    width: 7.4375vw;
  }
}
@media (max-width: 1440px) {
  .header__logo {
    max-width: 8.2638888889vw;
    width: 8.2638888889vw;
  }
}
@media (max-width: 992px) {
  .header__logo {
    max-width: 8.8709677419vw;
    width: 8.8709677419vw;
  }
}
@media (max-width: 768px) {
  .header__logo {
    max-width: 20.8421052632vw;
    width: 20.8421052632vw;
  }
}
.header__content-top {
  grid-row: 1;
}
.header__content-bottom {
  grid-row: 2;
}
.header__content-top, .header__content-bottom {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  grid-column: 2;
  padding-right: 1.0416666667vw;
}
@media (max-width: 1600px) {
  .header__content-top, .header__content-bottom {
    padding-right: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .header__content-top, .header__content-bottom {
    padding-right: 1.3888888889vw;
  }
}
@media (max-width: 992px) {
  .header__content-top, .header__content-bottom {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .header__content-top, .header__content-bottom {
    width: auto;
  }
}
.header__wrapper-lang {
  margin-right: 1.6666666667vw;
}
@media (max-width: 1600px) {
  .header__wrapper-lang {
    margin-right: 2vw;
  }
}
@media (max-width: 1440px) {
  .header__wrapper-lang {
    margin-right: 2.2222222222vw;
  }
}
@media (max-width: 992px) {
  .header__wrapper-lang {
    margin-right: 1.2096774194vw;
  }
}
@media (max-width: 768px) {
  .header__wrapper-lang {
    display: none;
  }
}
.header__address {
  font-weight: 300;
}
@media (max-width: 768px) {
  .header__address {
    display: none;
  }
}
.header__wrapper-phone {
  opacity: 1;
  transition: opacity 0.3s linear;
  margin-left: auto;
  text-decoration: none;
  display: flex;
}
.header__wrapper-phone:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .header__wrapper-phone {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .header__wrapper-phone {
    margin-right: 3.1578947368vw;
  }
}
.header__icon-phone {
  margin-top: auto;
  margin-right: 0.4166666667vw;
  margin-bottom: 0.1041666667vw;
}
@media (max-width: 1600px) {
  .header__icon-phone {
    margin-right: 0.5vw;
    margin-bottom: 0.125vw;
  }
}
@media (max-width: 1440px) {
  .header__icon-phone {
    margin-right: 0.5555555556vw;
    margin-bottom: 0.1388888889vw;
  }
}
@media (max-width: 992px) {
  .header__icon-phone {
    margin-right: 0.8064516129vw;
    margin-bottom: 0.2016129032vw;
  }
}
@media (max-width: 768px) {
  .header__icon-phone {
    margin-right: 2.1052631579vw;
    margin-bottom: 0vw;
  }
}
.header--fixed .tel_h
{
 width:230px;
	}
.header__phone {
  font-weight: 400;
  text-decoration:none;
  padding-left:20px;

}
.header--fixed .header__phone {

  display:block;

	}
.header__menu {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header__menu {
    display: none;
  }
  .header--fixed .tel_h
{
 width:150px;
	}


}
.header__item {
  margin-right: 2.5vw;
}
@media (max-width: 1600px) {
  .header__item {
    margin-right: 3vw;
  }
}
@media (max-width: 1440px) {
  .header__item {
    margin-right: 3.3333333333vw;
  }
}
@media (max-width: 1440px) {
  .header__item {
    margin-right: 1.1111111111vw;
  }
}
@media (max-width: 992px) {
  .header__item {
    margin-right: 1.6129032258vw;
  }
}
.header__item:last-child {
  margin-right: 0;
}
.header__link {
  text-decoration: none;
  color:#851626;
  transition: color 0.3s linear;
}
@media (max-width: 992px) {
  .header__link {
    font-size: 1.7641129032vw;
  }
}
.header__link:hover {
  color: #a05a08;
}
.header__wrapper-socials {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header__wrapper-socials {
    margin-right: 6.3157894737vw;
  }
}
.header__social {
  opacity: 1;
  transition: opacity 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;


  margin-right: 0.3645833333vw;

  min-width: 1.6666666667vw;
  min-height: 1.6666666667vw;
  width: 1.6666666667vw;
  height: 1.6666666667vw;

}
.header__social:hover {
  opacity: 0.6;
}
@media (max-width: 1600px) {
  .header__social {
    margin-right: 0.4375vw;
    border-width: 0.1875vw;
    min-width: 2vw;
    min-height: 2vw;
    width: 2vw;
    height: 2vw;
    border-radius: 0.375vw;
  }
}
@media (max-width: 1440px) {
  .header__social {
    margin-right: 0.4861111111vw;
    border-width: 0.2083333333vw;
    min-width: 2.2222222222vw;
    min-height: 2.2222222222vw;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    border-radius: 0.4166666667vw;
  }
}
@media (max-width: 992px) {
  .header__social {
    margin-right: 0.7056451613vw;
    border-width: 0.3024193548vw;
    min-width: 2.8225806452vw;
    min-height: 2.8225806452vw;
    width: 2.8225806452vw;
    height: 2.8225806452vw;
    border-radius: 0.6048387097vw;
  }
}
@media (max-width: 768px) {
  .header__social {
    margin-right: 3.1578947368vw;
    border-width: 0.7894736842vw;
    min-width: 6.8421052632vw;
    min-height: 6.8421052632vw;
    width: 6.8421052632vw;
    height: 6.8421052632vw;
    border-radius: 1.5789473684vw;
  }
}
.header__social .icon {
  position: relative;
  top: 0.0520833333vw;
}
@media (max-width: 1600px) {
  .header__social .icon {
    top: 0.0625vw;
  }
}
@media (max-width: 1440px) {
  .header__social .icon {
    top: 0.0694444444vw;
  }
}
@media (max-width: 992px) {
  .header__social .icon {
    top: 0.1008064516vw;
  }
}
@media (max-width: 768px) {
  .header__social .icon {
    top: 0.2631578947vw;
  }
}
.header__social:last-child {
  margin-right: 0;
}
.header__hamburger {
  display: none;
}
@media (max-width: 768px) {
  .header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .header__hamburger {
    height: 4.2105263158vw;
    min-height: 4.2105263158vw;
  }
}
.header__hamburger:before, .header__hamburger:after {
  content: "";
}
.header__hamburger:before, .header__hamburger:after,
.header__hamburger span {
  display: block;
  position: relative;
  border-bottom-style: solid;
  border-bottom-color: #000;
  line-height: 0;
}
@media (max-width: 768px) {
  .header__hamburger:before, .header__hamburger:after,
.header__hamburger span {
    width: 7.3684210526vw;
    min-width: 7.3684210526vw;
    border-bottom-width: 1.0526315789vw;
  }
}
.header--fixed {
  box-shadow: 0vw 0vw 1.0416666667vw rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 100;
  opacity: 1;
  animation: fadeIn 0.7s linear;
  transition-property: opacity, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  max-width: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
}
@media (max-width: 1600px) {
  .header--fixed {
    box-shadow: 0vw 0vw 1.25vw rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 1440px) {
  .header--fixed {
    box-shadow: 0vw 0vw 1.3888888889vw rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 992px) {
  .header--fixed {
    box-shadow: 0vw 0vw 2.0161290323vw rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 768px) {
  .header--fixed {
    box-shadow: 0vw 0vw 5.2631578947vw rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 1600px) {
  .header--fixed {
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
  }
}
@media (max-width: 1440px) {
  .header--fixed {
    padding-top: 0.6944444444vw;
    padding-bottom: 0.6944444444vw;
  }
}
@media (max-width: 992px) {
  .header--fixed {
    padding-top: 1.0080645161vw;
    padding-bottom: 1.0080645161vw;
  }
}
@media (max-width: 768px) {
  .header--fixed {
    padding-top: 2.1052631579vw;
    padding-bottom: 2.1052631579vw;
  }
}
.header--fixed .header__logo {
  max-width: 5.75vw;
  width: 5.75vw;
}
@media (max-width: 1600px) {
  .header--fixed .header__logo {
    max-width: 4.5vw;
    width: 4.5vw;
  }
}
@media (max-width: 1440px) {
  .header--fixed .header__logo {
    max-width: 5vw;
    width: 5vw;
  }
}
@media (max-width: 992px) {
  .header--fixed .header__logo {
    max-width: 6.4516129032vw;
    width: 6.4516129032vw;
  }
}
@media (max-width: 768px) {
  .header--fixed .header__logo {
    max-width: 20.8421052632vw;
    width: 20.8421052632vw;
  }
}
.header--fixed .header__address {
  display: none;
}
.header--fixed .header__container {
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .header--fixed .header__item {
    margin-right: 1.5vw;
  }
}
@media (max-width: 1440px) {
  .header--fixed .header__item {
    margin-right: 1.1111111111vw;
  }
}
@media (max-width: 992px) {
  .header--fixed .header__item {
    margin-right: 1.2096774194vw;
  }
}
.header--fixed .header__link {
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .header--fixed .header__link {
    font-size: 1.25vw;
    line-height: 1.8055555556vw;
  }
}
@media (max-width: 992px) {
  .header--fixed .header__link {
    font-size: 1.6129032258vw;
    line-height: 2.4193548387vw;
  }
}
.header--fixed .header__wrapper-logo {
  margin-right: 1.6666666667vw;
}
@media (max-width: 1600px) {
  .header--fixed .header__wrapper-logo {
    margin-right: 2vw;
  }
}
@media (max-width: 1440px) {
  .header--fixed .header__wrapper-logo {
    margin-right: 2.2222222222vw;
  }
}
@media (max-width: 1440px) {
  .header--fixed .header__wrapper-logo {
    margin-right: 1.6666666667vw;
  }
}
@media (max-width: 992px) {
  .header--fixed .header__wrapper-logo {
    margin-right: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .header--fixed .header__wrapper-logo {
    margin-right: 4.2105263158vw;
  }
}
.header--fixed .header__content-bottom,
.header--fixed .header__content-top {
  padding-right: 0;
}
.header--fixed .header__content-bottom {
  margin-right: 0.8333333333vw;
}
@media (max-width: 1600px) {
  .header--fixed .header__content-bottom {
    margin-right: 1vw;
  }
}
@media (max-width: 1440px) {
  .header--fixed .header__content-bottom {
    margin-right: 1.1111111111vw;
  }
}
@media (max-width: 992px) {
  .header--fixed .header__content-bottom {
    margin-right: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .header--fixed .header__content-bottom {
    margin-right: 3.1578947368vw;
  }
}
.header--fixed .header__content-bottom {

}
@media (max-width: 768px) {
  .header--fixed .header__content-bottom {

  }
}
@media (max-width: 768px) {
  .header--fixed .header__content-bottom {
    margin-right: 0;
  }
}
.header--fixed .header__content-top {

  width: auto;
}
@media (max-width: 768px) {
  .header--fixed .header__content-top {

  }
}
@media (max-width: 992px) {
  .header--fixed .header__phone {
    display: none;
  }
}
@media (max-width: 768px) {
  .header--fixed .header__phone {
    display: flex;
  }
}
.header--fixed .header__menu {
  margin-right: auto;
  position: relative;
  top: 0.0520833333vw;
}
@media (max-width: 1600px) {
  .header--fixed .header__menu {
    top: 0.0625vw;
  }
}
@media (max-width: 1440px) {
  .header--fixed .header__menu {
    top: 0.0694444444vw;
  }
}
@media (max-width: 992px) {
  .header--fixed .header__menu {
    top: 0.1008064516vw;
  }
}
@media (max-width: 768px) {
  .header--fixed .header__menu {
    top: 0.2631578947vw;
  }
}
.header--fixed .header__wrapper-lang {
  margin-left: auto;
}
@media (max-width: 992px) {
  .header--fixed .header__wrapper-lang {
    margin-right: 0;
    order: 2;
  }
}
.header--fixed .header__wrapper-phone {

  margin-left: 0;
}
@media (max-width: 992px) {
  .header--fixed .header__wrapper-phone {
    margin-right: 2.4193548387vw;
  }
}
@media (max-width: 992px) {
  .header--fixed .header__wrapper-phone {

  }
}
@media (max-width: 768px) {
  .header--fixed .header__wrapper-phone {
    margin-right: 4.2105263158vw;
  }
}
@media (max-width: 992px) {
  .header--fixed .header__wrapper-phone .icon {
    margin-bottom: 0;
    margin-right: 0;
    top: -2;
  }
}
@media (max-width: 768px) {
  .header--fixed .header__wrapper-phone .icon {
    margin-right: 1.0526315789vw;
  }
}
@media (max-width: 992px) {
  .header--fixed .header__wrapper-phone .icon .icon__svg {
    width: 1.9153225806vw;
    min-width: 1.9153225806vw;
    height: 2.1169354839vw;
    min-height: 2.1169354839vw;
  }
}
@media (max-width: 768px) {
  .header--fixed .header__wrapper-phone .icon .icon__svg {
    width: 3.9473684211vw;
    min-width: 3.9473684211vw;
    height: 4.4736842105vw;
    min-height: 4.4736842105vw;
  }
}

/* Подвал сайта */
.footer {
  border-top:1px #000 solid;
  position: relative;
  padding-top: 2.2916666667vw;
  padding-bottom: 1.875vw;
}
@media (max-width: 1600px) {
  .footer {
    padding-top: 2.75vw;
    padding-bottom: 2.25vw;
  }
}
@media (max-width: 1440px) {
  .footer {
    padding-top: 3.0555555556vw;
    padding-bottom: 2.5vw;
  }
}
@media (max-width: 992px) {
  .footer {
    padding-top: 4.0322580645vw;
    padding-bottom: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 8.4210526316vw;
    padding-bottom: 8.4210526316vw;
  }
}
.footer__container {
  display: grid;
  grid-auto-columns: min-content minmax(min-content, 1fr);
  grid-auto-rows: auto;
}
@media (max-width: 992px) {
  .footer__container {
    grid-auto-columns: min-content auto minmax(min-content, 1fr);
  }
}
@media (max-width: 768px) {
  .footer__container {
    grid-auto-columns: auto;
  }
}
.footer__wrapper-logo {
  grid-row: 1;
  grid-column: 1;
  margin-right: 1.3541666667vw;
  padding-top: 0.3125vw;
}
@media (max-width: 1600px) {
  .footer__wrapper-logo {
    margin-right: 1.625vw;
    padding-top: 0.375vw;
  }
}
@media (max-width: 1440px) {
  .footer__wrapper-logo {
    margin-right: 1.8055555556vw;
    padding-top: 0.4166666667vw;
  }
}
@media (max-width: 992px) {
  .footer__wrapper-logo {
    grid-row: 2;
  }
}
@media (max-width: 992px) {
  .footer__wrapper-logo {
    margin-right: 1.6129032258vw;
    padding-top: 1.2096774194vw;
  }
}
@media (max-width: 768px) {
  .footer__wrapper-logo {
    grid-row: 3;
    grid-column: 1;
    margin-right: 0;
    padding-top: 0;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer__wrapper-logo {
    margin-bottom: 3.1578947368vw;
  }
}
.footer__logo {
  width: 11.625vw;

}
@media (max-width: 1600px) {
  .footer__logo {
    width: 6.75vw;
    height: 6.75vw;
  }
}
@media (max-width: 1440px) {
  .footer__logo {
    width: 7.5vw;
    height: 7.5vw;
  }
}
@media (max-width: 992px) {
  .footer__logo {
    width: 10.4838709677vw;
    height: 10.4838709677vw;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    width: 66.0526315789vw;
    height: 21.0526315789vw;
  }
}
.footer__wrapper-text {
  grid-row: 1;
  grid-column: 2;
  max-width: 24.375vw;
  line-height: 1.0416666667vw;
  margin-bottom: 3.0208333333vw;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .footer__wrapper-text {
    max-width: 29.25vw;
    line-height: 1.25vw;
    margin-bottom: 3.625vw;
  }
}
@media (max-width: 1440px) {
  .footer__wrapper-text {
    max-width: 32.5vw;
    line-height: 1.3888888889vw;
    margin-bottom: 4.0277777778vw;
  }
}
@media (max-width: 992px) {
  .footer__wrapper-text {
    grid-row: 2;
  }
}
@media (max-width: 992px) {
  .footer__wrapper-text {
    max-width: 41.5322580645vw;
    font-size: 1.814516129vw;
    line-height: 2.4193548387vw;
    margin-bottom: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .footer__wrapper-text {
    grid-row: 4;
    grid-column: 1;
    max-width: unset;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer__wrapper-text {
    font-size: 3.6842105263vw;
    line-height: 5.2631578947vw;
    margin-bottom: 3.1578947368vw;
  }
}
.footer__wrapper-policy {
  grid-row: 2;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25vw;
}
@media (max-width: 1600px) {
  .footer__wrapper-policy {
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 1440px) {
  .footer__wrapper-policy {
    margin-bottom: 1.6666666667vw;
  }
}
@media (max-width: 992px) {
  .footer__wrapper-policy {
    grid-row: 3;
  }
}
@media (max-width: 992px) {
  .footer__wrapper-policy {
    margin-bottom: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .footer__wrapper-policy {
    grid-row: 5;
    grid-column: 1;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .footer__wrapper-policy {
    margin-bottom: 3.1578947368vw;
  }
}
.footer__policy-link {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  opacity: 1;
  transition: opacity 0.3s linear;
  line-height: 0.8333333333vw;
  margin-bottom: 0.5208333333vw;
  font-weight: 400;
  color: #851626;
}
.footer__policy-link:hover {
  opacity: 0.6;
}
@media (max-width: 1600px) {
  .footer__policy-link {
    line-height: 1vw;
    margin-bottom: 0.625vw;
  }
}
@media (max-width: 1440px) {
  .footer__policy-link {
    line-height: 1.1111111111vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media (max-width: 992px) {
  .footer__policy-link {
    font-size: 1.814516129vw;
    line-height: 2.2177419355vw;
    margin-bottom: 1.0080645161vw;
  }
}
@media (max-width: 768px) {
  .footer__policy-link {
    font-size: 3.9473684211vw;
    line-height: 4.7368421053vw;
    margin-bottom: 2.1052631579vw;
  }
}
.footer__policy-link:last-child {
  margin-bottom: 0;
}
.footer__wrapper-state {
  grid-row: 3;
  grid-column: 1;
  height: 1.6145833333vw;
}
@media (max-width: 1600px) {
  .footer__wrapper-state {
    height: 1.9375vw;
  }
}
@media (max-width: 1440px) {
  .footer__wrapper-state {
    height: 2.1527777778vw;
  }
}
@media (max-width: 992px) {
  .footer__wrapper-state {
    grid-row: 4;
  }
}
@media (max-width: 992px) {
  .footer__wrapper-state {
    height: 3.125vw;
  }
}
@media (max-width: 768px) {
  .footer__wrapper-state {
    grid-row: 6;
    grid-column: 1;
  }
}
@media (max-width: 768px) {
  .footer__wrapper-state {
    height: 7.3684210526vw;
  }
}
.footer__state-img {
  height: 100%;
  width: 4.53125vw;
}
@media (max-width: 1600px) {
  .footer__state-img {
    width: 5.4375vw;
  }
}
@media (max-width: 1440px) {
  .footer__state-img {
    width: 6.0416666667vw;
  }
}
@media (max-width: 992px) {
  .footer__state-img {
    width: 8.7701612903vw;
  }
}
@media (max-width: 768px) {
  .footer__state-img {
    width: 21.0526315789vw;
  }
}
.footer__text-copy {
  display: flex;
  align-items: center;
  grid-row: 3;
  grid-column: 2;
  position: relative;
  top: -0.1041666667vw;
  line-height: 0.8333333333vw;
}
@media (max-width: 1600px) {
  .footer__text-copy {
    top: -0.125vw;
    line-height: 1vw;
  }
}
@media (max-width: 1440px) {
  .footer__text-copy {
    top: -0.1388888889vw;
    line-height: 1.1111111111vw;
  }
}
@media (max-width: 992px) {
  .footer__text-copy {
    grid-row: 4;
  }
}
@media (max-width: 992px) {
  .footer__text-copy {
    top: -0.1008064516vw;
    font-size: 1.814516129vw;
    line-height: 2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .footer__text-copy {
    grid-row: 7;
    grid-column: 1;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 768px) {
  .footer__text-copy {
    top: -5.2631578947vw;
    font-size: 3.1578947368vw;
    line-height: 3.6842105263vw;
  }
}
.footer__text-copy a {
  opacity: 1;
  transition: opacity 0.3s linear;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.footer__text-copy a:hover {
  opacity: 0.6;
}
.footer__menu {
  grid-column: 3;
  grid-row: span 3;
  padding-left: 1.5625vw;
}
@media (max-width: 1600px) {
  .footer__menu {
    padding-left: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .footer__menu {
    padding-left: 2.0833333333vw;
  }
}
@media (max-width: 992px) {
  .footer__menu {
    grid-row: 1;
    grid-column: span 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .footer__menu {
    margin-bottom: 0.8064516129vw;
  }
}
@media (max-width: 768px) {
  .footer__menu {
    grid-row: 1;
    grid-column: 1;
  }
}
@media (max-width: 768px) {
  .footer__menu {
    margin-bottom: 2.1052631579vw;
  }
}
.footer__item {
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 1600px) {
  .footer__item {
    margin-bottom: 1vw;
  }
}
@media (max-width: 1440px) {
  .footer__item {
    margin-bottom: 1.1111111111vw;
  }
}
@media (max-width: 992px) {
  .footer__item {
    margin-right: 1.6129032258vw;
    margin-bottom: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .footer__item {
    margin-right: 2.1052631579vw;
    margin-bottom: 2.1052631579vw;
  }
}
.footer__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .footer__item:last-child {
    margin-bottom: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .footer__item:last-child {
    margin-bottom: 2.1052631579vw;
  }
}
.footer__link {
  text-decoration: none;
  line-height: 1.0416666667vw;
  font-weight: 300;
  white-space: nowrap;
  transition-property: color, filter;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
@media (max-width: 1600px) {
  .footer__link {
    line-height: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .footer__link {
    line-height: 1.3888888889vw;
  }
}
@media (max-width: 992px) {
  .footer__link {
    font-size: 2.0161290323vw;
    line-height: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .footer__link {
    font-size: 3.9473684211vw;
    line-height: 5vw;
  }
}
.footer__link:hover {
  color: #851626;
  filter: brightness(140%);
}
.footer__wrapper-contacts {
  grid-column: 4;
  grid-row: span 3;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .footer__wrapper-contacts {
    padding-top: 0.8064516129vw;
  }
}
@media (max-width: 992px) {
  .footer__wrapper-contacts {
    grid-row-start: 2;
    grid-row-end: 5;
    grid-column: 3;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .footer__wrapper-contacts {
    grid-row: 2;
    grid-column: 1;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .footer__wrapper-contacts {
    margin-bottom: 4.2105263158vw;
  }
}
.footer__address, .footer__phone, .footer__mail {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 768px) {
  .footer__address, .footer__phone, .footer__mail {
    margin-left: 0;
    text-align: center;
  }
}
.footer__address {
  line-height: 1.5625vw;
  max-width: 18.8125vw;
  margin-bottom: 1.3541666667vw;
}
@media (max-width: 1600px) {
  .footer__address {
    line-height: 1.875vw;
    max-width: 15.375vw;
    margin-bottom: 1.625vw;
  }
}
@media (max-width: 1440px) {
  .footer__address {
    line-height: 2.0833333333vw;
    max-width: 17.0833333333vw;
    margin-bottom: 1.8055555556vw;
  }
}
@media (max-width: 992px) {
  .footer__address {
    font-size: 2.0161290323vw;
    line-height: 2.4193548387vw;
    max-width: 30.4435483871vw;
    margin-bottom: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .footer__address {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .footer__address {
    font-size: 4.2105263158vw;
    line-height: 5.2631578947vw;
    margin-bottom: 2.1052631579vw;
  }
}
.footer__phone {
  font-size: 1.8354166667vw;
  line-height: 2.0833333333vw;
  margin-bottom: 0.625vw;
  font-weight: 800;
  color: #851626;
  text-decoration: none;
  transition: filter 0.3s linear;
}
@media (max-width: 1600px) {
  .footer__phone {
    font-size: 2.2025vw;
    line-height: 2.5vw;
    margin-bottom: 0.75vw;
  }
}
@media (max-width: 1440px) {
  .footer__phone {
    font-size: 2.4472222222vw;
    line-height: 2.7777777778vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media (max-width: 992px) {
  .footer__phone {
    font-size: 2.8225806452vw;
    line-height: 3.2258064516vw;
    margin-bottom: 1.2096774194vw;
  }
}
@media (max-width: 768px) {
  .footer__phone {
    font-size: 5.2631578947vw;
    line-height: 6.8421052632vw;
    margin-bottom: 2.1052631579vw;
  }
}
.footer__phone:hover {
  filter: brightness(140%);
}
.footer__mail {
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw;
  font-weight: 400;
  color: #851626;
}
@media (max-width: 1600px) {
  .footer__mail {
    font-size: 1.25vw;
    line-height: 1.75vw;
  }
}
@media (max-width: 1440px) {
  .footer__mail {
    font-size: 1.3888888889vw;
    line-height: 1.9444444444vw;
  }
}
@media (max-width: 992px) {
  .footer__mail {
    font-size: 1.814516129vw;
    line-height: 2.6209677419vw;
  }
}
@media (max-width: 768px) {
  .footer__mail {
    font-size: 3.6842105263vw;
    line-height: 3.6842105263vw;
  }
}

/* Преимущество */
.benefit {
  text-align: center;
}
.benefit__wrapper-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.2083333333vw;
  margin-bottom: 0.2083333333vw;
}
@media (max-width: 1600px) {
  .benefit__wrapper-img {
    min-height: 6.25vw;
    margin-bottom: 0.25vw;
  }
}
@media (max-width: 1440px) {
  .benefit__wrapper-img {
    min-height: 6.9444444444vw;
    margin-bottom: 0.2777777778vw;
  }
}
@media (max-width: 992px) {
  .benefit__wrapper-img {
    min-height: 10.0806451613vw;
    margin-bottom: 1.2096774194vw;
  }
}
@media (max-width: 768px) {
  .benefit__wrapper-img {
    min-height: 26.3157894737vw;
    margin-bottom: 3.1578947368vw;
  }
}
.benefit__title {
  margin-bottom: 0.8333333333vw;
  height:40px;
}
@media (max-width: 1600px) {
  .benefit__title {
    margin-bottom: 1vw;
  }
}
@media (max-width: 1440px) {
  .benefit__title {
    margin-bottom: 1.1111111111vw;
  }
}
@media (max-width: 992px) {
  .benefit__title {
    margin-bottom: 1.2096774194vw;
    font-size: 1.814516129vw;
    line-height: 2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .benefit__title {
    margin-bottom: 3.1578947368vw;
    font-size: 4.7368421053vw;
    line-height: 5.2631578947vw;
  }
}
.benefit__desc {
  max-width: 11.4583333333vw;
}
@media (max-width: 1600px) {
  .benefit__desc {
    max-width: 13.75vw;
  }
}
@media (max-width: 1440px) {
  .benefit__desc {
    max-width: 15.2777777778vw;
  }
}
@media (max-width: 992px) {
  .benefit__desc {
    max-width: 22.1774193548vw;
  }
}
@media (max-width: 768px) {
  .benefit__desc {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .benefit__desc {
    max-width: 57.8947368421vw;
  }
}
.benefit:nth-child(1) .benefit__img {
  width: 7.2395833333vw;
  height: 5.2083333333vw;
}
@media (max-width: 1600px) {
  .benefit:nth-child(1) .benefit__img {
    width: 8.6875vw;
    height: 6.25vw;
  }
}
@media (max-width: 1440px) {
  .benefit:nth-child(1) .benefit__img {
    width: 9.6527777778vw;
    height: 6.9444444444vw;
  }
}
@media (max-width: 992px) {
  .benefit:nth-child(1) .benefit__img {
    width: 14.0120967742vw;
    height: 10.0806451613vw;
  }
}
@media (max-width: 768px) {
  .benefit:nth-child(1) .benefit__img {
    width: 36.5789473684vw;
    height: 26.3157894737vw;
  }
}
.benefit:nth-child(2) .benefit__img {
  width: 5.2083333333vw;
  height: 5.1041666667vw;
}
@media (max-width: 1600px) {
  .benefit:nth-child(2) .benefit__img {
    width: 6.25vw;
    height: 6.125vw;
  }
}
@media (max-width: 1440px) {
  .benefit:nth-child(2) .benefit__img {
    width: 6.9444444444vw;
    height: 6.8055555556vw;
  }
}
@media (max-width: 992px) {
  .benefit:nth-child(2) .benefit__img {
    width: 10.0806451613vw;
    height: 9.8790322581vw;
  }
}
@media (max-width: 768px) {
  .benefit:nth-child(2) .benefit__img {
    width: 100%;
    max-width: 180px;
    height: 25.7894736842vw;
  }
}
.benefit:nth-child(3) .benefit__img {
  width: 100%;
    max-width: 180px;
  height: 4.2708333333vw;
}
@media (max-width: 1600px) {
  .benefit:nth-child(3) .benefit__img {
    width: 4.625vw;
    height: 5.125vw;
  }
}
@media (max-width: 1440px) {
  .benefit:nth-child(3) .benefit__img {
    width: 5.1388888889vw;
    height: 5.6944444444vw;
  }
}
@media (max-width: 992px) {
  .benefit:nth-child(3) .benefit__img {
    width: 7.4596774194vw;
    height: 8.2661290323vw;
  }
}
@media (max-width: 768px) {
  .benefit:nth-child(3) .benefit__img {
   width: 100%;
    max-width: 180px;
    height: 21.5789473684vw;
  }
}
.benefit:nth-child(4) .benefit__img {
  width: 4.53125vw;
  height: 3.6979166667vw;
}
@media (max-width: 1600px) {
  .benefit:nth-child(4) .benefit__img {
    width: 5.4375vw;
    height: 4.4375vw;
  }
}
@media (max-width: 1440px) {
  .benefit:nth-child(4) .benefit__img {
    width: 6.0416666667vw;
    height: 4.9305555556vw;
  }
}
@media (max-width: 992px) {
  .benefit:nth-child(4) .benefit__img {
    width: 8.7701612903vw;
    height: 7.1572580645vw;
  }
}
@media (max-width: 768px) {
  .benefit:nth-child(4) .benefit__img {
    width: 100%;
    max-width: 180px;
    height: 18.6842105263vw;
  }
}
.benefit:nth-child(5) .benefit__img {
  width: 5.15625vw;
  height: 4.2708333333vw;
}
@media (max-width: 1600px) {
  .benefit:nth-child(5) .benefit__img {
    width: 6.1875vw;
    height: 5.125vw;
  }
}
@media (max-width: 1440px) {
  .benefit:nth-child(5) .benefit__img {
    width: 6.875vw;
    height: 5.6944444444vw;
  }
}
@media (max-width: 992px) {
  .benefit:nth-child(5) .benefit__img {
    width: 9.9798387097vw;
    height: 8.2661290323vw;
  }
}
@media (max-width: 768px) {
  .benefit:nth-child(5) .benefit__img {
   width: 100%;
    max-width: 180px;
    height: 21.5789473684vw;
  }
}
.benefit:nth-child(6) .benefit__img {
  width: 5.15625vw;
  height: 4.2708333333vw;
}
@media (max-width: 1600px) {
  .benefit:nth-child(6) .benefit__img {
    width: 6.1875vw;
    height: 5.125vw;
  }
}
@media (max-width: 1440px) {
  .benefit:nth-child(6) .benefit__img {
    width: 6.875vw;
    height: 5.6944444444vw;
  }
}
@media (max-width: 992px) {
  .benefit:nth-child(6) .benefit__img {
    width: 9.9798387097vw;
    height: 8.2661290323vw;
  }
}
@media (max-width: 768px) {
  .benefit:nth-child(6) .benefit__img {
   width: 100%;
    max-width: 180px;
    height: 21.5789473684vw;
  }
}

.benefit:nth-child(7) .benefit__img {
  width: 5.15625vw;
  height: 4.2708333333vw;
}
@media (max-width: 1600px) {
  .benefit:nth-child(7) .benefit__img {
    width: 6.1875vw;
    height: 5.125vw;
  }
}
@media (max-width: 1440px) {
  .benefit:nth-child(7) .benefit__img {
    width: 6.875vw;
    height: 5.6944444444vw;
  }
}
@media (max-width: 992px) {
  .benefit:nth-child(7) .benefit__img {
    width: 9.9798387097vw;
    height: 8.2661290323vw;
  }
}
@media (max-width: 768px) {
  .benefit:nth-child(7) .benefit__img {
   width: 100%;
    max-width: 100px;
    height: 21.5789473684vw;
  }
}

/* Статья */
.article {
  display: flex;
}
@media (max-width: 768px) {
  .article {
    flex-direction: column;
  }
}
.article__content-left {
  text-decoration: none;
  width: 47.77%;
  margin-right: 1.6666666667vw;
  height: 20vw;
}
@media (max-width: 1600px) {
  .article__content-left {
    margin-right: 2vw;
    height: 24vw;
  }
}
@media (max-width: 1440px) {
  .article__content-left {
    margin-right: 2.2222222222vw;
    height: 26.6666666667vw;
  }
}
@media (max-width: 992px) {
  .article__content-left {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .article__content-left {
    margin-right: 2.4193548387vw;
    height: 38.7096774194vw;
  }
}
@media (max-width: 768px) {
  .article__content-left {
    height: 63.1578947368vw;
    margin-bottom: 4.2105263158vw;
  }
}
@media (max-width: 768px) {
  .article__content-left {
    margin-right: 0;
    width: 100%;
  }
}
.article__content-right {
  display: flex;
  flex-direction: column;
  max-width: 26.3541666667vw;
  padding-top: 1.25vw;
}
@media (max-width: 1600px) {
  .article__content-right {
    max-width: 31.625vw;
    padding-top: 1.5vw;
  }
}
@media (max-width: 1440px) {
  .article__content-right {
    max-width: 35.1388888889vw;
    padding-top: 1.6666666667vw;
  }
}
@media (max-width: 992px) {
  .article__content-right {
    max-width: 45%;
  }
}
@media (max-width: 992px) {
  .article__content-right {
    padding-top: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .article__content-right {
    max-width: unset;
    width: 100%;
    padding-top: 0;
  }
}
.article__img {
  height: 100%;
}
.article__wrapper-title {
  margin-bottom: 1.875vw;
}
@media (max-width: 1600px) {
  .article__wrapper-title {
    margin-bottom: 2.25vw;
  }
}
@media (max-width: 1440px) {
  .article__wrapper-title {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 992px) {
  .article__wrapper-title {
    margin-bottom: 3.2258064516vw;
  }
}
@media (max-width: 768px) {
  .article__wrapper-title {
    margin-bottom: 4.2105263158vw;
  }
}
.article__desc, .article__title, .article__link {
  user-select: none;
}
@media (max-width: 768px) {
  .article__desc {
    font-size: 4.2105263158vw;
    line-height: 5.2631578947vw;
  }
}
.article__title {
  opacity: 1;
  transition: opacity 0.3s linear;
  display: block;
  text-decoration: none;
  margin-bottom: 1.875vw;
}
.article__title:hover {
  opacity: 0.6;
}
@media (max-width: 1600px) {
  .article__title {
    margin-bottom: 2.25vw;
  }
}
@media (max-width: 1440px) {
  .article__title {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 992px) {
  .article__title {
    margin-bottom: 3.2258064516vw;
  }
}
@media (max-width: 768px) {
  .article__title {
    margin-bottom: 4.2105263158vw;
  }
}
@media (max-width: 768px) {
  .article__wrapper-button {
    margin-bottom: 6.3157894737vw;
  }
}
.article__link {
  display: block;
  margin-top: auto;
}
@media (max-width: 768px) {
  .article__link {
    margin-left: auto;
    margin-right: auto;
    margin-top: unset;
  }
}

/* Продукт */
.product {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border:1px #ccc solid;
  padding:10px;
  border-radius:5px;
}
.product__wrapper-img {
  opacity: 1;
  transition: opacity 0.3s linear;
  display: flex;
  align-items: center;
  text-decoration: none;
  max-width: 7.3958333333vw;
  max-height: 14.2708333333vw;
  margin-bottom: 0.8333333333vw;
  min-height: 6.2708333333vw;
}
.product__wrapper-img:hover {
  opacity: 0.8;
}
@media (max-width: 1600px) {
  .product__wrapper-img {
    max-width: 8.875vw;
    max-height: 17.125vw;
    margin-bottom: 1vw;
    min-height: 17.125vw;
  }
}
@media (max-width: 1440px) {
  .product__wrapper-img {
    max-width: 9.8611111111vw;
    max-height: 19.0277777778vw;
    margin-bottom: 1.1111111111vw;
    min-height: 7.0277777778vw;
  }
}
@media (max-width: 992px) {
  .product__wrapper-img {
    max-width: 11.8951612903vw;
    max-height: 24.3951612903vw;
    margin-bottom: 1.2096774194vw;
    min-height: 24.3951612903vw;
  }
}
@media (max-width: 768px) {
  .product__wrapper-img {
    max-width: 21.0526315789vw;
    max-height: 39.4736842105vw;
    margin-bottom: 4.2105263158vw;
    min-height: 10.4736842105vw;
  }
}
.product__wrapper-info {
  display: flex;
  flex-direction: column;
}
.product__charact {
  font-size: 0.7291666667vw;
  line-height: 0.8333333333vw;
  margin-bottom: 0.4166666667vw;
  min-height: 0.8333333333vw;
  font-weight: 400;
  color: #851626;
}
@media (max-width: 1600px) {
  .product__charact {
    font-size: 0.875vw;
    line-height: 1vw;
    margin-bottom: 0.5vw;
    min-height: 1vw;
  }
}
@media (max-width: 1440px) {
  .product__charact {
    font-size: 0.9722222222vw;
    line-height: 1.1111111111vw;
    margin-bottom: 0.5555555556vw;
    min-height: 1.1111111111vw;
  }
}
@media (max-width: 992px) {
  .product__charact {
    font-size: 1.6129032258vw;
    line-height: 1.6129032258vw;
    margin-bottom: 0.8064516129vw;
    min-height: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .product__charact {
    font-size: 3.6842105263vw;
    line-height: 3.6842105263vw;
    margin-bottom: 2.1052631579vw;
    min-height: 4.2105263158vw;
  }
}
.product__title {
  opacity: 1;
  transition: opacity 0.3s linear;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 1.5104166667vw;
  margin-bottom: 0.9375vw;
  min-height: 3.0208333333vw;
  font-weight: 400;
}
.product__title:hover {
  opacity: 0.7;
}
@media (max-width: 1600px) {
  .product__title {
    line-height: 1.8125vw;
    margin-bottom: 1.125vw;
    min-height: 3.625vw;
  }
}
@media (max-width: 1440px) {
  .product__title {
    line-height: 2.0138888889vw;
    margin-bottom: 1.25vw;
    min-height: 4.0277777778vw;
  }
}
@media (max-width: 1440px) {
  .product__title {
    min-height: 6.0416666667vw;
  }
}
@media (max-width: 992px) {
  .product__title {
    line-height: 2.4193548387vw;
    margin-bottom: 1.814516129vw;
    min-height: 7.2580645161vw;
  }
}
@media (max-width: 768px) {
  .product__title {
    line-height: 5.2631578947vw;
    margin-bottom: 2.1052631579vw;
    min-height: 14.7368421053vw;
  }
}
.product__wrapper-button {
  margin: 0 auto;
  width:120px;
}

/* Страницы */
/* Страница: Главная */
.sc-main__title-hidden {
  display: none;
}
.sc-main__container {
  display: flex;
  align-items: center;
  height: 32.6041666667vw;
}
@media (max-width: 1600px) {
  .sc-main__container {
    height: 39.125vw;
  }
}
@media (max-width: 1440px) {
  .sc-main__container {
    height: 43.4722222222vw;
  }
}
@media (max-width: 992px) {
  .sc-main__container {
    height: 63.1048387097vw;
  }
}
@media (max-width: 768px) {
  .sc-main__container {
    height: 80vh;
  }
}
.sc-main__background {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(60%);
}
@media (max-width: 768px) {
  .sc-main__background {
    background-position: bottom;
  }
}
.sc-main__title, .sc-main__desc {
  color: #fff;
}
.sc-main__title {
  margin-bottom: 2.5vw;
}
@media (max-width: 1600px) {
  .sc-main__title {
    margin-bottom: 3vw;
  }
}
@media (max-width: 1440px) {
  .sc-main__title {
    margin-bottom: 3.3333333333vw;
  }
}
@media (max-width: 992px) {
  .sc-main__title {
    margin-bottom: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .sc-main__title {
    margin-bottom: 4.2105263158vw;
  }
}
.sc-main__desc {
  max-width: 33.4895833333vw;
}
@media (max-width: 1600px) {
  .sc-main__desc {
    max-width: 40.1875vw;
  }
}
@media (max-width: 1440px) {
  .sc-main__desc {
    max-width: 44.6527777778vw;
  }
}
@media (max-width: 992px) {
  .sc-main__desc {
    max-width: 64.8185483871vw;
  }
}
@media (max-width: 768px) {
  .sc-main__desc {
    max-width: unset;
  }
}

.sc-benefits {
  position: relative;
  border-bottom-style: solid;
  border-bottom-color: #000;
  border-bottom-width: 0.0520833333vw;
  padding-bottom: 3.75vw;
  padding-top: 1.875vw;
}
@media (max-width: 1600px) {
  .sc-benefits {
    border-bottom-width: 0.0625vw;
  }
}
@media (max-width: 1440px) {
  .sc-benefits {
    border-bottom-width: 0.0694444444vw;
  }
}
@media (max-width: 992px) {
  .sc-benefits {
    border-bottom-width: 0.1008064516vw;
  }
}
@media (max-width: 768px) {
  .sc-benefits {
    border-bottom-width: 0.2631578947vw;
  }
}
@media (max-width: 1600px) {
  .sc-benefits {
    padding-bottom: 4.5vw;
    padding-top: 2.25vw;
  }
}
@media (max-width: 1440px) {
  .sc-benefits {
    padding-bottom: 5vw;
    padding-top: 2.5vw;
  }
}
@media (max-width: 992px) {
  .sc-benefits {
    padding-bottom: 3.6290322581vw;
    padding-top: 3.6290322581vw;
  }
}
@media (max-width: 768px) {
  .sc-benefits {
    padding-bottom: 8.4210526316vw;
    padding-top: 8.4210526316vw;
  }
}
.sc-benefits__title-hidden {
  display: none;
}
.sc-benefits__container {
  display: flex;
  justify-content: space-between;
  padding-left: 1.5104166667vw;
  padding-right: 1.5104166667vw;
}
@media (max-width: 1600px) {
  .sc-benefits__container {
    padding-left: 1.8125vw;
    padding-right: 1.8125vw;
  }
}
@media (max-width: 1440px) {
  .sc-benefits__container {
    padding-left: 2.0138888889vw;
    padding-right: 2.0138888889vw;
  }
}
@media (max-width: 992px) {
  .sc-benefits__container {
    column-gap: 1.6129032258vw;
    row-gap: 1.6129032258vw;
  }
}
@media (max-width: 992px) {
  .sc-benefits__container {
    padding-left: 0;
    padding-right: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
  }
}
@media (max-width: 768px) {
  .sc-benefits__container {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    column-gap: 0;
    row-gap: 0;
    flex-wrap: wrap;
  }
}
.sc-benefits__benefit {
  margin-right: 1.25vw;
}
.sc-benefits__benefit a{
  text-decoration:none;
}
@media (max-width: 1600px) {
  .sc-benefits__benefit {
    margin-right: 1.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-benefits__benefit {
    margin-right: 1.6666666667vw;
  }
}
@media (max-width: 992px) {
  .sc-benefits__benefit {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .sc-benefits__benefit {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .sc-benefits__benefit {
    margin-bottom: 4.2105263158vw;
  }
}
.sc-benefits__benefit:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .sc-benefits__benefit:last-child {
    margin-bottom: 0;
  }
}
.sc-benefits--page-product {
  border: unset;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .sc-benefits--page-product {
    padding-bottom: 0vw;
  }
}
@media (max-width: 768px) {
  .sc-benefits--page-product {
    padding-bottom: 0vw;
  }
}
.sc-benefits--page-product .sc-benefits__container {
  border-bottom-style: solid;
  border-bottom-color: #000;
  border-bottom-width: 0.0520833333vw;
  padding-bottom: 3.3333333333vw;
}
@media (max-width: 1600px) {
  .sc-benefits--page-product .sc-benefits__container {
    border-bottom-width: 0.0625vw;
  }
}
@media (max-width: 1440px) {
  .sc-benefits--page-product .sc-benefits__container {
    border-bottom-width: 0.0694444444vw;
  }
}
@media (max-width: 992px) {
  .sc-benefits--page-product .sc-benefits__container {
    border-bottom-width: 0.1008064516vw;
  }
}
@media (max-width: 768px) {
  .sc-benefits--page-product .sc-benefits__container {
    border-bottom-width: 0.2631578947vw;
  }
}
@media (max-width: 1600px) {
  .sc-benefits--page-product .sc-benefits__container {
    padding-bottom: 4vw;
  }
}
@media (max-width: 1440px) {
  .sc-benefits--page-product .sc-benefits__container {
    padding-bottom: 4.4444444444vw;
  }
}
@media (max-width: 992px) {
  .sc-benefits--page-product .sc-benefits__container {
    padding-bottom: 3.6290322581vw;
  }
}
@media (max-width: 768px) {
  .sc-benefits--page-product .sc-benefits__container {
    padding-bottom: 8.4210526316vw;
  }
}

.sc-about {
  position: relative;
  border-bottom-style: solid;
  border-bottom-color: #000;
  border-bottom-width: 0.0520833333vw;
  padding-top: 5vw;
  padding-bottom: 2.5vw;
}
@media (max-width: 1600px) {
  .sc-about {
    border-bottom-width: 0.0625vw;
  }
}
@media (max-width: 1440px) {
  .sc-about {
    border-bottom-width: 0.0694444444vw;
  }
}
@media (max-width: 992px) {
  .sc-about {
    border-bottom-width: 0.1008064516vw;
  }
}
@media (max-width: 768px) {
  .sc-about {
    border-bottom-width: 0.2631578947vw;
  }
}
@media (max-width: 1600px) {
  .sc-about {
    padding-top: 6vw;
    padding-bottom: 3vw;
  }
}
@media (max-width: 1440px) {
  .sc-about {
    padding-top: 6.6666666667vw;
    padding-bottom: 3.3333333333vw;
  }
}
@media (max-width: 992px) {
  .sc-about {
    padding-top: 6.4516129032vw;
    padding-bottom: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .sc-about {
    padding-top: 10.5263157895vw;
    padding-bottom: 10.5263157895vw;
  }
}
.sc-about__container {
  display: flex;
}
@media (max-width: 768px) {
  .sc-about__container {
    flex-direction: column-reverse;
  }
}
.sc-about__content-left {
  margin-right: 2.5vw;
  max-width:800px;
}
@media (max-width: 1600px) {
  .sc-about__content-left {
    margin-right: 3vw;
  }
}
@media (max-width: 1440px) {
  .sc-about__content-left {
    margin-right: 3.3333333333vw;
  }
}
@media (max-width: 992px) {
  .sc-about__content-left {
    margin-right: 3.2258064516vw;
  }
}
@media (max-width: 768px) {
  .sc-about__content-left {
    margin-right: 0;
  }
}
.sc-about__content-right {
  display: flex;
  justify-content: center;
  margin-left: auto;
  flex: 1;
  padding-right: 4.7916666667vw;
  padding-top: 0.625vw;
}
@media (max-width: 1600px) {
  .sc-about__content-right {
    padding-right: 5.75vw;
    padding-top: 0.75vw;
  }
}
@media (max-width: 1440px) {
  .sc-about__content-right {
    padding-right: 6.3888888889vw;
    padding-top: 0.8333333333vw;
  }
}
@media (max-width: 1600px) {
  .sc-about__content-right {
    flex: unset;
    justify-content: unset;
  }
}
@media (max-width: 992px) {
  .sc-about__content-right {
    padding-right: 4.0322580645vw;
    padding-top: 1.0080645161vw;
  }
}
@media (max-width: 768px) {
  .sc-about__content-right {
    padding-right: 0;
    padding-top: 0;
    /*position: absolute;*/
    z-index: 5;
  }
}
@media (max-width: 768px) {
  .sc-about__content-right {
    top: 12.6315789474vw;
    right: -2.1052631579vw;
  }
}
.sc-about__wrapper-title {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1600px) {
  .sc-about__wrapper-title {
    margin-bottom: 5vw;
  }
}
@media (max-width: 1440px) {
  .sc-about__wrapper-title {
    margin-bottom: 5.5555555556vw;
  }
}
@media (max-width: 992px) {
  .sc-about__wrapper-title {
    margin-bottom: 5.6451612903vw;
  }
}
@media (max-width: 768px) {
  .sc-about__wrapper-title {
    margin-bottom: 8.4210526316vw;
  }
}
.sc-about__wrapper-text {
  max-width: 45.625vw;
}
@media (max-width: 1600px) {
  .sc-about__wrapper-text {
    max-width: 54.75vw;
  }
}
@media (max-width: 1440px) {
  .sc-about__wrapper-text {
    max-width: 60.8333333333vw;
  }
}
@media (max-width: 992px) {
  .sc-about__wrapper-text {
    max-width: 88.3064516129vw;
  }
}
@media (max-width: 768px) {
  .sc-about__wrapper-text {
    max-width: 71.0526315789vw;
  }
}
.sc-about__desc {
  margin-bottom: 1.875vw;
}
@media (max-width: 1600px) {
  .sc-about__desc {
    margin-bottom: 2.25vw;
  }
}
@media (max-width: 1440px) {
  .sc-about__desc {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 992px) {
  .sc-about__desc {
    margin-bottom: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .sc-about__desc {
    margin-bottom: 3.1578947368vw;
  }
}
.sc-about__desc:last-child {
  margin-bottom: 0;
}
.sc-about__wrapper-quote {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.sc-about__quote {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 2.5vw;
}
@media (max-width: 1600px) {
  .sc-about__quote {
    margin-bottom: 3vw;
  }
}
@media (max-width: 1440px) {
  .sc-about__quote {
    margin-bottom: 3.3333333333vw;
  }
}
@media (max-width: 992px) {
  .sc-about__quote {
    margin-bottom: 3.2258064516vw;
  }
}
@media (max-width: 768px) {
  .sc-about__quote {
    margin-bottom: 5.2631578947vw;
  }
}
.sc-about__position, .sc-about__author {
  font-weight: 300;
  font-style: italic;
  color: #a05a08;
}
.sc-about__position {
  font-size: 1.5625vw;
  line-height: 1.5625vw;
  margin-bottom: 0.625vw;
}
@media (max-width: 1600px) {
  .sc-about__position {
    font-size: 1.875vw;
    line-height: 1.875vw;
    margin-bottom: 0.75vw;
  }
}
@media (max-width: 1440px) {
  .sc-about__position {
    font-size: 2.0833333333vw;
    line-height: 2.0833333333vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media (max-width: 992px) {
  .sc-about__position {
    font-size: 2.4193548387vw;
    line-height: 2.4193548387vw;
    margin-bottom: 1.2096774194vw;
  }
}
@media (max-width: 768px) {
  .sc-about__position {
    font-size: 4.7368421053vw;
    line-height: 4.7368421053vw;
    margin-bottom: 2.1052631579vw;
  }
}
.sc-about__author {
  font-size: 1.875vw;
  line-height: 1.875vw;
}
@media (max-width: 1600px) {
  .sc-about__author {
    font-size: 2.25vw;
    line-height: 2.25vw;
  }
}
@media (max-width: 1440px) {
  .sc-about__author {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 992px) {
  .sc-about__author {
    font-size: 3.0241935484vw;
    line-height: 3.0241935484vw;
  }
}
@media (max-width: 768px) {
  .sc-about__author {
    font-size: 5.7894736842vw;
    line-height: 5.7894736842vw;
  }
}
.sc-about__link {
  opacity: 1;
  transition: opacity 0.3s linear;
  font-size: 1.25vw;
  line-height: 1.1979166667vw;
  font-weight: 400;
}
.sc-about__link:hover {
  opacity: 0.6;
}
@media (max-width: 1600px) {
  .sc-about__link {
    font-size: 1.5vw;
    line-height: 1.4375vw;
  }
}
@media (max-width: 1440px) {
  .sc-about__link {
    font-size: 1.6666666667vw;
    line-height: 1.5972222222vw;
  }
}
@media (max-width: 992px) {
  .sc-about__link {
    font-size: 2.0161290323vw;
    line-height: 2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .sc-about__link {
    font-size: 4.2105263158vw;
    line-height: 4.2105263158vw;
  }
}
.sc-about__img {

  height: 38.5416666667vw;
}
@media (max-width: 1600px) {
  .sc-about__img {
    width: 16vw;
    height: 46.25vw;
  }
}
@media (max-width: 1440px) {
  .sc-about__img {
    width: 17.7777777778vw;
    height: 51.3888888889vw;
  }
}
@media (max-width: 992px) {
  .sc-about__img {
    width: 21.3709677419vw;
    height: 61.6935483871vw;
  }
}
@media (max-width: 768px) {
  .sc-about__img {
    width: 100%;
    height: 60.5263157895vw;
    margin-bottom:20px;
  }
}

.sc-production {
  position: relative;
  padding-top: 3.75vw;
  padding-bottom: 2.5vw;
}
@media (max-width: 1600px) {
  .sc-production {
    padding-top: 4.5vw;
    padding-bottom: 3vw;
  }
}
@media (max-width: 1440px) {
  .sc-production {
    padding-top: 5vw;
    padding-bottom: 3.3333333333vw;
  }
}
@media (max-width: 992px) {
  .sc-production {
    padding-top: 4.8387096774vw;
    padding-bottom: 3.2258064516vw;
  }
}
@media (max-width: 768px) {
  .sc-production {
    padding-top: 10.5263157895vw;
    padding-bottom: 10.5263157895vw;
  }
}
.sc-production__wrapper-title {
  margin-bottom: 2.5vw;
}
@media (max-width: 1600px) {
  .sc-production__wrapper-title {
    margin-bottom: 3vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__wrapper-title {
    margin-bottom: 3.3333333333vw;
  }
}
@media (max-width: 992px) {
  .sc-production__wrapper-title {
    margin-bottom: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .sc-production__wrapper-title {
    margin-bottom: 8.4210526316vw;
  }
}
.sc-production__desc {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1600px) {
  .sc-production__desc {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__desc {
    margin-bottom: 2.7777777778vw;
  }
}
@media (max-width: 992px) {
  .sc-production__desc {
    margin-bottom: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .sc-production__desc {
    margin-bottom: 4.2105263158vw;
  }
}
.sc-production__wrapper-video {
  margin-bottom: 3.2291666667vw;
}
@media (max-width: 1600px) {
  .sc-production__wrapper-video {
    margin-bottom: 3.875vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__wrapper-video {
    margin-bottom: 4.3055555556vw;
  }
}
@media (max-width: 992px) {
  .sc-production__wrapper-video {
    margin-bottom: 3.2258064516vw;
  }
}
@media (max-width: 768px) {
  .sc-production__wrapper-video {
    margin-bottom: 6.3157894737vw;
  }
}
.sc-production__video {
  width: 100%;
  height: 39.6875vw;
}
@media (max-width: 1600px) {
  .sc-production__video {
    height: 47.625vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__video {
    height: 52.9166666667vw;
  }
}
@media (max-width: 992px) {
  .sc-production__video {
    height: 51.6129032258vw;
  }
}
@media (max-width: 768px) {
  .sc-production__video {
    height: 73.6842105263vw;
  }
}
.sc-production__wrapper-gallery {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.sc-production__swiper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .sc-production__swiper {
    margin-left: auto;
    margin-right: auto;
  }
}
.sc-production__swiper .swiper-slide {
  overflow: hidden;
}
@media (max-width: 992px) {
  .sc-production__swiper .swiper-slide {
    height: 21.7741935484vw;
  }
}
@media (max-width: 768px) {
  .sc-production__swiper .swiper-slide {
    height: 63.1578947368vw;
  }
}
@media (max-width: 1600px) {
  .sc-production__swiper {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__swiper {
    margin-bottom: 2.7777777778vw;
  }
}
@media (max-width: 992px) {
  .sc-production__swiper {
    margin-bottom: 3.2258064516vw;
  }
}
@media (max-width: 768px) {
  .sc-production__swiper {
    margin-bottom: 6.3157894737vw;
  }
}
.sc-production__wrapper-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.0416666667vw;
}
@media (max-width: 1600px) {
  .sc-production__wrapper-grid {
    grid-gap: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__wrapper-grid {
    grid-gap: 1.3888888889vw;
  }
}
@media (max-width: 992px) {
  .sc-production__wrapper-grid {
    grid-gap: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .sc-production__wrapper-grid {
    display: flex;
    grid-gap: 0;
  }
}
.sc-production__gallery-link {
  margin: 0 auto;
}
.sc-production__img {
  transition-property: transform, box-shadow;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  height: 100%;
}
.sc-production__img:hover {
  transform: scale(1.05);
}
.sc-production__wrapper-benefits {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.75vw;
}
@media (max-width: 1600px) {
  .sc-production__wrapper-benefits {
    margin-bottom: 4.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__wrapper-benefits {
    margin-bottom: 5vw;
  }
}
@media (max-width: 992px) {
  .sc-production__wrapper-benefits {
    margin-bottom: 5.6451612903vw;
  }
}
@media (max-width: 768px) {
  .sc-production__wrapper-benefits {
    margin-bottom: 8.4210526316vw;
  }
}
.sc-production__wrapper-flex {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 5.4166666667vw;
}
@media (max-width: 1600px) {
  .sc-production__wrapper-flex {
    margin-bottom: 6.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__wrapper-flex {
    margin-bottom: 7.2222222222vw;
  }
}
@media (max-width: 1600px) {
  .sc-production__wrapper-flex {
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .sc-production__wrapper-flex {
    margin-bottom: 6.4516129032vw;
  }
}
@media (max-width: 768px) {
  .sc-production__wrapper-flex {
    margin-bottom: 6.3157894737vw;
  }
}
@media (max-width: 768px) {
  .sc-production__wrapper-flex {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.sc-production__benefit-numbers {
  display: flex;
  margin-right: 4.1666666667vw;
}
@media (max-width: 1600px) {
  .sc-production__benefit-numbers {
    margin-right: 5vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__benefit-numbers {
    margin-right: 5.5555555556vw;
  }
}
@media (max-width: 992px) {
  .sc-production__benefit-numbers {
    margin-right: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .sc-production__benefit-numbers {
    margin-right: 0;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .sc-production__benefit-numbers {
    margin-bottom: 6.3157894737vw;
  }
}
.sc-production__numbers-title, .sc-production__numbers-desc, .sc-production__numbers-bignumber, .sc-production__numbers-bigtext {
  color: #fa710e;
}
.sc-production__numbers-title, .sc-production__numbers-desc {
  font-weight: 500;
}
.sc-production__numbers-bignumber, .sc-production__numbers-bigtext {
  font-weight: 400;
}
.sc-production__numbers-left, .sc-production__numbers-right {
  display: flex;
  flex-direction: column;
}
.sc-production__numbers-right {
  position: relative;
  top: 1.25vw;
}
@media (max-width: 1600px) {
  .sc-production__numbers-right {
    top: 1.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__numbers-right {
    top: 1.6666666667vw;
  }
}
@media (max-width: 992px) {
  .sc-production__numbers-right {
    top: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .sc-production__numbers-right {
    top: 4.2105263158vw;
  }
}
.sc-production__numbers-left {
  margin-right: 0.8333333333vw;
  padding-top: 0.8333333333vw;
}
@media (max-width: 1600px) {
  .sc-production__numbers-left {
    margin-right: 1vw;
    padding-top: 1vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__numbers-left {
    margin-right: 1.1111111111vw;
    padding-top: 1.1111111111vw;
  }
}
@media (max-width: 992px) {
  .sc-production__numbers-left {
    margin-right: 1.6129032258vw;
    padding-top: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .sc-production__numbers-left {
    margin-right: 3.1578947368vw;
    padding-top: 0vw;
  }
}
.sc-production__numbers-title {
  font-size: 2.6041666667vw;
  line-height: 2.2916666667vw;
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 1600px) {
  .sc-production__numbers-title {
    font-size: 3.125vw;
    line-height: 2.75vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__numbers-title {
    font-size: 3.4722222222vw;
    line-height: 3.0555555556vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media (max-width: 992px) {
  .sc-production__numbers-title {
    font-size: 3.2258064516vw;
    line-height: 2.8225806452vw;
    margin-bottom: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .sc-production__numbers-title {
    font-size: 8.4210526316vw;
    line-height: 7.3684210526vw;
    margin-bottom: 2.1052631579vw;
  }
}
.sc-production__numbers-desc {
  text-align: right;
  margin-left: auto;
  font-size: 1.2723958333vw;
  line-height: 1.2114583333vw;
  max-width: 7.1875vw;
}
@media (max-width: 1600px) {
  .sc-production__numbers-desc {
    font-size: 1.526875vw;
    line-height: 1.45375vw;
    max-width: 8.625vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__numbers-desc {
    font-size: 1.6965277778vw;
    line-height: 1.6152777778vw;
    max-width: 9.5833333333vw;
  }
}
@media (max-width: 992px) {
  .sc-production__numbers-desc {
    font-size: 2.0161290323vw;
    line-height: 2.0161290323vw;
    max-width: 13.9112903226vw;
  }
}
@media (max-width: 768px) {
  .sc-production__numbers-desc {
    font-size: 4.7368421053vw;
    line-height: 4.7368421053vw;
    max-width: 32.6315789474vw;
  }
}
.sc-production__numbers-bignumber {
  font-size: 7.03125vw;
  line-height: 3.0729166667vw;
  margin-bottom: 1.25vw;
}
@media (max-width: 1600px) {
  .sc-production__numbers-bignumber {
    font-size: 8.4375vw;
    line-height: 3.6875vw;
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__numbers-bignumber {
    font-size: 9.375vw;
    line-height: 4.0972222222vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media (max-width: 992px) {
  .sc-production__numbers-bignumber {
    font-size: 9.2741935484vw;
    line-height: 4.0322580645vw;
    margin-bottom: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .sc-production__numbers-bignumber {
    font-size: 18.9473684211vw;
    line-height: 7.8947368421vw;
    margin-bottom: 6.3157894737vw;
  }
}
.sc-production__numbers-bigtext {
  font-size: 5.4166666667vw;
  line-height: 2.6041666667vw;
}
@media (max-width: 1600px) {
  .sc-production__numbers-bigtext {
    font-size: 6.5vw;
    line-height: 3.125vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__numbers-bigtext {
    font-size: 7.2222222222vw;
    line-height: 3.4722222222vw;
  }
}
@media (max-width: 992px) {
  .sc-production__numbers-bigtext {
    font-size: 7.2580645161vw;
    line-height: 3.0241935484vw;
  }
}
@media (max-width: 768px) {
  .sc-production__numbers-bigtext {
    font-size: 12.6315789474vw;
    line-height: 5.2631578947vw;
  }
}
.sc-production__wrapper-achieve {
  display: flex;
  align-items: center;
  padding-right: 0.8333333333vw;
}
@media (max-width: 1600px) {
  .sc-production__wrapper-achieve {
    padding-right: 1vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__wrapper-achieve {
    padding-right: 1.1111111111vw;
  }
}
@media (max-width: 992px) {
  .sc-production__wrapper-achieve {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .sc-production__wrapper-achieve {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .sc-production__wrapper-img {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .sc-production__wrapper-img {
    margin-bottom: 3.1578947368vw;
  }
}
.sc-production__achieve-text {
  max-width: 21.6666666667vw;
  margin-right: 0.3125vw;
}
@media (max-width: 1600px) {
  .sc-production__achieve-text {
    max-width: 26vw;
    margin-right: 0.375vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__achieve-text {
    max-width: 28.8888888889vw;
    margin-right: 0.4166666667vw;
  }
}
@media (max-width: 992px) {
  .sc-production__achieve-text {
    max-width: 41.935483871vw;
    margin-right: 0.6048387097vw;
  }
}
@media (max-width: 768px) {
  .sc-production__achieve-text {
    max-width: unset;
    margin-right: 0;
    order: 2;
    text-align: center;
  }
}
.sc-production__achieve-img {
  width: 13.4895833333vw;
  height: 10.0520833333vw;
}
@media (max-width: 1600px) {
  .sc-production__achieve-img {
    width: 16.1875vw;
    height: 12.0625vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__achieve-img {
    width: 17.9861111111vw;
    height: 13.4027777778vw;
  }
}
@media (max-width: 992px) {
  .sc-production__achieve-img {
    width: 20.564516129vw;
    height: 15.1209677419vw;
  }
}
@media (max-width: 768px) {
  .sc-production__achieve-img {
    width: 43.1578947368vw;
    height: 31.5789473684vw;
  }
}
.sc-production__benefit-desc {
  font-size: 1.875vw;
  line-height: 1.9791666667vw;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .sc-production__benefit-desc {
    font-size: 2.25vw;
    line-height: 2.375vw;
  }
}
@media (max-width: 1440px) {
  .sc-production__benefit-desc {
    font-size: 2.5vw;
    line-height: 2.6388888889vw;
  }
}
@media (max-width: 992px) {
  .sc-production__benefit-desc {
    font-size: 2.4193548387vw;
    line-height: 3.2258064516vw;
  }
}
@media (max-width: 768px) {
  .sc-production__benefit-desc {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .sc-production__benefit-desc {
    font-size: 5.2631578947vw;
    line-height: 7.3684210526vw;
  }
}
.sc-production--page-production {
  padding-top: 2.0833333333vw;
  padding-bottom: 4.7916666667vw;
}
@media (max-width: 1600px) {
  .sc-production--page-production {
    padding-top: 2.5vw;
    padding-bottom: 5.75vw;
  }
}
@media (max-width: 1440px) {
  .sc-production--page-production {
    padding-top: 2.7777777778vw;
    padding-bottom: 6.3888888889vw;
  }
}
@media (max-width: 992px) {
  .sc-production--page-production {
    padding-top: 4.0322580645vw;
    padding-bottom: 7.2580645161vw;
  }
}
@media (max-width: 768px) {
  .sc-production--page-production {
    padding-top: 10.5263157895vw;
    padding-bottom: 8.4210526316vw;
  }
}
.sc-production--page-production .sc-production__swiper {
  margin-bottom: 3.3333333333vw;
}
@media (max-width: 1600px) {
  .sc-production--page-production .sc-production__swiper {
    margin-bottom: 4vw;
  }
}
@media (max-width: 1440px) {
  .sc-production--page-production .sc-production__swiper {
    margin-bottom: 4.4444444444vw;
  }
}
@media (max-width: 992px) {
  .sc-production--page-production .sc-production__swiper {
    margin-bottom: 4.8387096774vw;
  }
}
@media (max-width: 768px) {
  .sc-production--page-production .sc-production__swiper {
    margin-bottom: 6.3157894737vw;
  }
}
.sc-production--page-production .sc-production__wrapper-text {
  margin-bottom: 2.0833333333vw;
  max-width: 67.7083333333vw;
}
@media (max-width: 1600px) {
  .sc-production--page-production .sc-production__wrapper-text {
    margin-bottom: 2.5vw;
    max-width: 81.25vw;
  }
}
@media (max-width: 1440px) {
  .sc-production--page-production .sc-production__wrapper-text {
    margin-bottom: 2.7777777778vw;
    max-width: 90.2777777778vw;
  }
}
@media (max-width: 992px) {
  .sc-production--page-production .sc-production__wrapper-text {
    max-width: unset;
  }
}
@media (max-width: 992px) {
  .sc-production--page-production .sc-production__wrapper-text {
    margin-bottom: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .sc-production--page-production .sc-production__wrapper-text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .sc-production--page-production .sc-production__wrapper-text {
    margin-bottom: 8.4210526316vw;
  }
}
.sc-production--page-production .sc-production__desc {
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 1600px) {
  .sc-production--page-production .sc-production__desc {
    margin-bottom: 2vw;
  }
}
@media (max-width: 1440px) {
  .sc-production--page-production .sc-production__desc {
    margin-bottom: 2.2222222222vw;
  }
}
@media (max-width: 992px) {
  .sc-production--page-production .sc-production__desc {
    margin-bottom: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .sc-production--page-production .sc-production__desc {
    margin-bottom: 4.2105263158vw;
  }
}
.sc-production--page-production .sc-production__desc:last-child {
  margin-bottom: 0;
}
.sc-production--page-production .sc-production__wrapper-video {
  margin-bottom: 3.75vw;
}
@media (max-width: 1600px) {
  .sc-production--page-production .sc-production__wrapper-video {
    margin-bottom: 4.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-production--page-production .sc-production__wrapper-video {
    margin-bottom: 5vw;
  }
}
@media (max-width: 992px) {
  .sc-production--page-production .sc-production__wrapper-video {
    margin-bottom: 6.4516129032vw;
  }
}
@media (max-width: 768px) {
  .sc-production--page-production .sc-production__wrapper-video {
    margin-bottom: 8.4210526316vw;
  }
}

.sc-products {
  position: relative;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}
@media (max-width: 1600px) {
  .sc-products {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
@media (max-width: 1440px) {
  .sc-products {
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }
}
@media (max-width: 992px) {
  .sc-products {
    padding-top: 3.2258064516vw;
    padding-bottom: 3.2258064516vw;
  }
}
@media (max-width: 768px) {
  .sc-products {
    padding-top: 2.1052631579vw;
    padding-bottom: 10.5263157895vw;
  }
}
.sc-products__title {
  text-align: center;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1600px) {
  .sc-products__title {
    margin-bottom: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .sc-products__title {
    margin-bottom: 1.3888888889vw;
  }
}
@media (max-width: 992px) {
  .sc-products__title {
    margin-bottom: 3.2258064516vw;
  }
}
@media (max-width: 768px) {
  .sc-products__title {
    margin-bottom: 6.3157894737vw;
  }
}
.sc-products__categories {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #851626;
  border-bottom-color: #851626;
  flex-wrap: wrap;
  padding-left: 4.375vw;
  padding-right: 4.375vw;
  padding-top: 1.0416666667vw;
  padding-bottom: 0.2083333333vw;
  border-top-width: 0.1041666667vw;
  border-bottom-width: 0.1041666667vw;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1600px) {
  .sc-products__categories {
    padding-left: 5.25vw;
    padding-right: 5.25vw;
    padding-top: 1.25vw;
    padding-bottom: 0.25vw;
    border-top-width: 0.125vw;
    border-bottom-width: 0.125vw;
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-products__categories {
    padding-left: 5.8333333333vw;
    padding-right: 5.8333333333vw;
    padding-top: 1.3888888889vw;
    padding-bottom: 0.2777777778vw;
    border-top-width: 0.1388888889vw;
    border-bottom-width: 0.1388888889vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media (max-width: 1440px) {
  .sc-products__categories {
    padding-left: 2.9166666667vw;
    padding-right: 2.9166666667vw;
  }
}
@media (max-width: 992px) {
  .sc-products__categories {
    padding-left: 0.8064516129vw;
    padding-right: 0.8064516129vw;
    padding-top: 2.0161290323vw;
    padding-bottom: 0.4032258065vw;
    border-top-width: 0.2016129032vw;
    border-bottom-width: 0.2016129032vw;
    margin-bottom: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .sc-products__categories {
    padding-left: 1.0526315789vw;
    padding-right: 1.0526315789vw;
    padding-top: 5.2631578947vw;
    padding-bottom: 1.0526315789vw;
    border-top-width: 0.5263157895vw;
    border-bottom-width: 0.5263157895vw;
    margin-bottom: 8.4210526316vw;
  }
}
.sc-products__category {
  color: #851626;
  text-decoration: none;
  transition: filter 0.3s linear;
  margin-right: 1.6666666667vw;
  margin-bottom: 0.8333333333vw;
}
.sc-products__category:hover {
  filter: brightness(140%);
}
@media (max-width: 1600px) {
  .sc-products__category {
    margin-right: 2vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 1440px) {
  .sc-products__category {
    margin-right: 2.2222222222vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media (max-width: 1440px) {
  .sc-products__category {
    margin-right: 1.1111111111vw;
  }
}
@media (max-width: 992px) {
  .sc-products__category {
    margin-right: 1.2096774194vw;
    margin-bottom: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .sc-products__category {
    margin-right: 3.1578947368vw;
    margin-bottom: 4.2105263158vw;
  }
}
.sc-products__category:last-child {
  margin-right: 0;
}
.sc-products__category--active {
  filter: brightness(140%);
}
.sc-products__wrapper-products {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 3.3333333333vw;
}
@media (max-width: 1600px) {
  .sc-products__wrapper-products {
    margin-bottom: 4vw;
  }
}
@media (max-width: 1440px) {
  .sc-products__wrapper-products {
    margin-bottom: 4.4444444444vw;
  }
}
@media (max-width: 992px) {
  .sc-products__wrapper-products {
    margin-bottom: 4.8387096774vw;
  }
}
@media (max-width: 768px) {
  .sc-products__wrapper-products {
    margin-bottom: 8.4210526316vw;
  }
}
@media (max-width: 768px) {
  .sc-products__arrows {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
.sc-products__swiper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .sc-products__swiper .swiper-slide {
    max-width: 100%;
    width: 100%;
  }
}
.sc-products__swiper .swiper-slide:hover {
  cursor: auto;
}
@media (max-width: 1600px) {
  .sc-products__swiper {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-products__swiper {
    margin-bottom: 2.7777777778vw;
  }
}
@media (max-width: 992px) {
  .sc-products__swiper {
    margin-bottom: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .sc-products__swiper {
    margin-bottom: 8.4210526316vw;
  }
}
.sc-products__wrapper-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 3vw;
  row-gap: 3vw;
}
@media (max-width: 1600px) {
  .sc-products__wrapper-grid {
    column-gap: 3.5vw;
    row-gap: 6.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-products__wrapper-grid {
    column-gap: 3vw;
     grid-template-columns: repeat(4, 1fr);
    row-gap: 3vw;
  }
}
@media (max-width: 992px) {
  .sc-products__wrapper-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .sc-products__wrapper-grid {
    column-gap: 2.4193548387vw;
    row-gap: 6.4516129032vw;
  }
}
@media (max-width: 768px) {
  .sc-products__wrapper-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.4193548387vw;
    row-gap: 2.4516129032vw;
  }
}
.sc-products__link {
  margin: 0 auto;
}
.sc-products__wrapper-file {
  max-width: 100%;
  width: 100%;
  margin-bottom: -2.9166666667vw;
}
@media (max-width: 1600px) {
  .sc-products__wrapper-file {
    margin-bottom: -3.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-products__wrapper-file {
    margin-bottom: -3.8888888889vw;
  }
}
@media (max-width: 992px) {
  .sc-products__wrapper-file {
    margin-bottom: -3.2258064516vw;
  }
}
@media (max-width: 768px) {
  .sc-products__wrapper-file {
    position: relative;
  }
}
@media (max-width: 768px) {
  .sc-products__wrapper-file {
    margin-bottom: -10.5263157895vw;
    left: -4.2105263158vw;
  }
}
.sc-products__wrapper-img {
  width: 100%;
}
@media (max-width: 768px) {
  .sc-products__wrapper-img {
    width: calc(100% + 8vw);
  }
}
@media (max-width: 768px) {
  .sc-products__img {
    height: 84.2105263158vw;
  }
}
.sc-products__file-link {
  position: relative;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
  top: -2.9166666667vw;
  font-weight: 400;
  text-align: center;
  transition: color 0.3s linear;
}
@media (max-width: 1600px) {
  .sc-products__file-link {
    font-size: 1.5vw;
    line-height: 2vw;
    top: -3.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-products__file-link {
    font-size: 1.6666666667vw;
    line-height: 2.2222222222vw;
    top: -3.8888888889vw;
  }
}
@media (max-width: 992px) {
  .sc-products__file-link {
    font-size: 2.0161290323vw;
    line-height: 2.8225806452vw;
    top: -3.2258064516vw;
  }
}
@media (max-width: 768px) {
  .sc-products__file-link {
    font-size: 5.2631578947vw;
    line-height: 7.3684210526vw;
    top: -10.5263157895vw;
    left: 4.2105263158vw;
  }
}
.sc-products__file-link:hover {
  color: #851626;
}
.sc-products--page-production .sc-products__wrapper-products {
  margin-bottom: 0;
  margin-bottom: 0vw;
}
@media (max-width: 1600px) {
  .sc-products--page-production .sc-products__wrapper-products {
    margin-bottom: 0vw;
  }
}
@media (max-width: 1440px) {
  .sc-products--page-production .sc-products__wrapper-products {
    margin-bottom: 0vw;
  }
}
@media (max-width: 992px) {
  .sc-products--page-production .sc-products__wrapper-products {
    margin-bottom: 0vw;
  }
}
@media (max-width: 768px) {
  .sc-products--page-production .sc-products__wrapper-products {
    margin-bottom: 0vw;
  }
}
.sc-products--page-products {
  padding-bottom: 6.875vw;
}
@media (max-width: 1600px) {
  .sc-products--page-products {
    padding-bottom: 8.25vw;
  }
}
@media (max-width: 1440px) {
  .sc-products--page-products {
    padding-bottom: 9.1666666667vw;
  }
}
@media (max-width: 992px) {
  .sc-products--page-products {
    padding-bottom: 9.2741935484vw;
  }
}
@media (max-width: 768px) {
  .sc-products--page-products {
    padding-bottom: 4.2105263158vw;
  }
}
.sc-products--page-product {
  padding-top: 4.7916666667vw;
  padding-bottom: 2.1875vw;
}
@media (max-width: 1600px) {
  .sc-products--page-product {
    padding-top: 5.75vw;
    padding-bottom: 2.625vw;
  }
}
@media (max-width: 1440px) {
  .sc-products--page-product {
    padding-top: 6.3888888889vw;
    padding-bottom: 2.9166666667vw;
  }
}
@media (max-width: 992px) {
  .sc-products--page-product {
    padding-top: 6.4516129032vw;
    padding-bottom: 3.2258064516vw;
  }
}
@media (max-width: 768px) {
  .sc-products--page-product {
    padding-top: 10.5263157895vw;
    padding-bottom: 10.5263157895vw;
  }
}
.sc-products--page-product .sc-products__title {
  margin-bottom: 3.75vw;
}
@media (max-width: 1600px) {
  .sc-products--page-product .sc-products__title {
    margin-bottom: 4.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-products--page-product .sc-products__title {
    margin-bottom: 5vw;
  }
}
@media (max-width: 992px) {
  .sc-products--page-product .sc-products__title {
    margin-bottom: 4.8387096774vw;
  }
}
@media (max-width: 768px) {
  .sc-products--page-product .sc-products__title {
    margin-bottom: 8.4210526316vw;
  }
}
.sc-products--page-product .sc-products__container {
  display: flex;
  flex-direction: column;
}

.sc-articles {
  position: relative;
  padding-top: 2.5vw;
  padding-bottom: 4.4791666667vw;
}
@media (max-width: 1600px) {
  .sc-articles {
    padding-top: 3vw;
    padding-bottom: 5.375vw;
  }
}
@media (max-width: 1440px) {
  .sc-articles {
    padding-top: 3.3333333333vw;
    padding-bottom: 5.9722222222vw;
  }
}
@media (max-width: 992px) {
  .sc-articles {
    padding-top: 3.2258064516vw;
    padding-bottom: 4.8387096774vw;
  }
}
@media (max-width: 768px) {
  .sc-articles {
    padding-top: 2.1052631579vw;
    padding-bottom: 10.5263157895vw;
  }
}
.sc-articles__title {
  text-align: center;
  margin-bottom: 2.5vw;
}
@media (max-width: 1600px) {
  .sc-articles__title {
    margin-bottom: 3vw;
  }
}
@media (max-width: 1440px) {
  .sc-articles__title {
    margin-bottom: 3.3333333333vw;
  }
}
@media (max-width: 992px) {
  .sc-articles__title {
    margin-bottom: 4.8387096774vw;
  }
}
@media (max-width: 768px) {
  .sc-articles__title {
    margin-bottom: 8.4210526316vw;
    font-size: 7.6315789474vw;
    line-height: 9.2105263158vw;
  }
}
@media (max-width: 768px) {
  .sc-articles__arrows {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
.sc-articles__swiper .swiper-slide {
  margin-right: 0.4166666667vw;
}
@media (max-width: 1600px) {
  .sc-articles__swiper .swiper-slide {
    margin-right: 0.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-articles__swiper .swiper-slide {
    margin-right: 0.5555555556vw;
  }
}
@media (max-width: 992px) {
  .sc-articles__swiper .swiper-slide {
    margin-right: 0.8064516129vw;
  }
}
@media (max-width: 768px) {
  .sc-articles__swiper .swiper-slide {
    margin-right: 0;
  }
}
.sc-articles__swiper .swiper-slide:hover {
  cursor: auto;
}
.sc-articles__swiper .swiper-slide:last-child {
  margin-right: 0;
}

.sc-partners {
  border-top-style: solid;
  border-top-color: #000;
  border-top-width: 0.0520833333vw;
  border-bottom-style: solid;
  border-bottom-color: #000;
  border-bottom-width: 0.0520833333vw;
  padding-top: 1.4583333333vw;
  padding-bottom: 1.4583333333vw;
}
@media (max-width: 1600px) {
  .sc-partners {
    border-top-width: 0.0625vw;
  }
}
@media (max-width: 1440px) {
  .sc-partners {
    border-top-width: 0.0694444444vw;
  }
}
@media (max-width: 992px) {
  .sc-partners {
    border-top-width: 0.1008064516vw;
  }
}
@media (max-width: 768px) {
  .sc-partners {
    border-top-width: 0.2631578947vw;
  }
}
@media (max-width: 1600px) {
  .sc-partners {
    border-bottom-width: 0.0625vw;
  }
}
@media (max-width: 1440px) {
  .sc-partners {
    border-bottom-width: 0.0694444444vw;
  }
}
@media (max-width: 992px) {
  .sc-partners {
    border-bottom-width: 0.1008064516vw;
  }
}
@media (max-width: 768px) {
  .sc-partners {
    border-bottom-width: 0.2631578947vw;
  }
}
@media (max-width: 1600px) {
  .sc-partners {
    padding-top: 1.75vw;
    padding-bottom: 1.75vw;
  }
}
@media (max-width: 1440px) {
  .sc-partners {
    padding-top: 1.9444444444vw;
    padding-bottom: 1.9444444444vw;
  }
}
@media (max-width: 992px) {
  .sc-partners {
    padding-top: 2.4193548387vw;
    padding-bottom: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .sc-partners {
    padding-top: 6.3157894737vw;
    padding-bottom: 6.3157894737vw;
  }
}
.sc-partners__swiper {
  overflow: hidden;
  padding-left: 0.7291666667vw;
  padding-right: 0.7291666667vw;
}
@media (max-width: 1600px) {
  .sc-partners__swiper {
    padding-left: 0.875vw;
    padding-right: 0.875vw;
  }
}
@media (max-width: 1440px) {
  .sc-partners__swiper {
    padding-left: 0.9722222222vw;
    padding-right: 0.9722222222vw;
  }
}
@media (max-width: 992px) {
  .sc-partners__swiper {
    padding-left: 0.8064516129vw;
    padding-right: 0.8064516129vw;
  }
}
@media (max-width: 768px) {
  .sc-partners__swiper {
    padding-left: 1.0526315789vw;
    padding-right: 1.0526315789vw;
  }
}
.sc-partners__swiper .swiper-wrapper {
  align-items: center;
}
.sc-partners__swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 8.1770833333vw;
  width: 8.1770833333vw;
}
@media (max-width: 1600px) {
  .sc-partners__swiper .swiper-slide {
    max-width: 9.8125vw;
    width: 9.8125vw;
  }
}
@media (max-width: 1440px) {
  .sc-partners__swiper .swiper-slide {
    max-width: 10.9027777778vw;
    width: 10.9027777778vw;
  }
}
@media (max-width: 992px) {
  .sc-partners__swiper .swiper-slide {
    max-width: 15.8266129032vw;
    width: 15.8266129032vw;
  }
}
@media (max-width: 768px) {
  .sc-partners__swiper .swiper-slide {
    max-width: 29.4736842105vw;
    width: 29.4736842105vw;
  }
}
.sc-partners__swiper .swiper-slide:last-child {
  padding-right: 0;
  padding-left: 0;
}
.sc-partners__img {
  object-fit: contain;
  max-width: 6.3020833333vw;
  max-height: 4.84375vw;
}
@media (max-width: 1600px) {
  .sc-partners__img {
    max-width: 7.5625vw;
    max-height: 5.8125vw;
  }
}
@media (max-width: 1440px) {
  .sc-partners__img {
    max-width: 8.4027777778vw;
    max-height: 6.4583333333vw;
  }
}
@media (max-width: 992px) {
  .sc-partners__img {
    max-width: 12.1975806452vw;
    max-height: 9.375vw;
  }
}
@media (max-width: 768px) {
  .sc-partners__img {
    max-width: 25.2631578947vw;
    max-height: 18.9473684211vw;
  }
}

/* Страница: Продукт */
.sc-preview {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-position: bottom;
  position: relative;
  padding-top: 6.875vw;
  padding-bottom: 4.1666666667vw;
}
.sc-preview:before {
  content: "";
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(3, 3, 3, 0.24) 14%, rgba(3, 3, 3, 0) 100%);
  height: 2.0833333333vw;
}
@media (max-width: 1600px) {
  .sc-preview:before {
    height: 2.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-preview:before {
    height: 2.7777777778vw;
  }
}
@media (max-width: 992px) {
  .sc-preview:before {
    height: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .sc-preview:before {
    height: 5.2631578947vw;
  }
}
@media (max-width: 1600px) {
  .sc-preview {
    padding-top: 8.25vw;
    padding-bottom: 5vw;
  }
}
@media (max-width: 1440px) {
  .sc-preview {
    padding-top: 9.1666666667vw;
    padding-bottom: 5.5555555556vw;
  }
}
@media (max-width: 992px) {
  .sc-preview {
    padding-top: 13.3064516129vw;
    padding-bottom: 8.064516129vw;
  }
}
@media (max-width: 768px) {
  .sc-preview {
    padding-top: 12.6315789474vw;
    padding-bottom: 12.6315789474vw;
  }
}
.sc-preview__wrapper-title {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
}
@media (max-width: 1600px) {
  .sc-preview__wrapper-title {
    padding-top: 3vw;
    padding-bottom: 2.25vw;
  }
}
@media (max-width: 1440px) {
  .sc-preview__wrapper-title {
    padding-top: 3.3333333333vw;
    padding-bottom: 2.5vw;
  }
}
@media (max-width: 992px) {
  .sc-preview__wrapper-title {
    padding-top: 4.8387096774vw;
    padding-bottom: 3.6290322581vw;
  }
}
@media (max-width: 768px) {
  .sc-preview__wrapper-title {
    padding-top: 6.3157894737vw;
    padding-bottom: 6.3157894737vw;
  }
}
.sc-preview__title {
  color: #fff;
}

.sc-product {
  position: relative;
  padding-top: 1.0208333333vw;
  padding-bottom: 1.875vw;
}
.second-page p
{
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;

	}
.second-page strong
{
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    padding-bottom:20px;
    display:block;
	}
@media (max-width: 1600px) {
  .sc-product {
    padding-top: 3.625vw;
    padding-bottom: 2.25vw;
  }
}
@media (max-width: 1440px) {
  .sc-product {
    padding-top: 4.0277777778vw;
    padding-bottom: 2.5vw;
  }
}
@media (max-width: 992px) {
  .sc-product {
    padding-top: 4.8387096774vw;
    padding-bottom: 3.6290322581vw;
  }
}
@media (max-width: 768px) {
  .sc-product {
    padding-top: 10.5263157895vw;
    padding-bottom: 3.1578947368vw;
  }
}
.sc-product__container {
  display: flex;
}
@media (max-width: 768px) {
  .sc-product__container {
    flex-direction: column;
  }
}
.sc-product__content-left {
  margin-right: 3.9583333333vw;
  margin-left: 3.6979166667vw;
  width: 30.2291666667vw;
}
@media (max-width: 1600px) {
  .sc-product__content-left {
    margin-right: 4.75vw;
    margin-left: 4.4375vw;
    width: 21.875vw;
  }
}
@media (max-width: 1440px) {
  .sc-product__content-left {
    margin-right: 5.2777777778vw;
    margin-left: 4.9305555556vw;
    width: 24.3055555556vw;
  }
}
@media (max-width: 992px) {
  .sc-product__content-left {
    margin-right: 3.2258064516vw;
    margin-left: 0vw;
    width: 35.2822580645vw;
  }
}
@media (max-width: 768px) {
  .sc-product__content-left {
    margin-bottom: 6.3157894737vw;
    padding-left: 28.9473684211vw;
    padding-right: 28.9473684211vw;
  }
}
@media (max-width: 768px) {
  .sc-product__content-left {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.sc-product__content-right {
  position: relative;
  flex: 1;
  padding-top: 4.6666666667vw;
}
@media (max-width: 1600px) {
  .sc-product__content-right {
    padding-top: 2vw;
  }
}
@media (max-width: 1440px) {
  .sc-product__content-right {
    padding-top: 2.2222222222vw;
  }
}
@media (max-width: 992px) {
  .sc-product__content-right {
    padding-top: 3.2258064516vw;
  }
}
@media (max-width: 768px) {
  .sc-product__content-right {
    padding-top: 0;
  }
}
.sc-product__wrapper-back {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .sc-product__wrapper-back {
    margin-bottom: 8.4210526316vw;
  }
}
@media (max-width: 768px) {
  .sc-product__wrapper-back {
    position: static;
    margin-left: auto;
  }
}
.sc-product__catalog-name {
  opacity: 1;
  transition: opacity 0.3s linear;
  color: #851626;
  text-decoration: none;
  margin-bottom: 3.3333333333vw;
}
.sc-product__catalog-name:hover {
  opacity: 0.6;
}
@media (max-width: 1600px) {
  .sc-product__catalog-name {
    margin-bottom: 4vw;
  }
}
@media (max-width: 1440px) {
  .sc-product__catalog-name {
    margin-bottom: 4.4444444444vw;
  }
}
@media (max-width: 992px) {
  .sc-product__catalog-name {
    margin-bottom: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .sc-product__catalog-name {
    margin-bottom: 6.3157894737vw;
  }
}
.sc-product__wrapper-title {
  margin-bottom: 1.375vw;
}
@media (max-width: 1600px) {
  .sc-product__wrapper-title {
    margin-bottom: 5.25vw;
  }
}
@media (max-width: 1440px) {
  .sc-product__wrapper-title {
    margin-bottom: 5.8333333333vw;
  }
}
@media (max-width: 992px) {
  .sc-product__wrapper-title {
    margin-bottom: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .sc-product__wrapper-title {
    margin-bottom: 6.3157894737vw;
  }
}
.sc-product__title {
  font-weight: 400;
  margin-bottom: 0.4166666667vw;
}
@media (max-width: 1600px) {
  .sc-product__title {
    margin-bottom: 0.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-product__title {
    margin-bottom: 0.5555555556vw;
  }
}
@media (max-width: 992px) {
  .sc-product__title {
    margin-bottom: 0.8064516129vw;
  }
}
@media (max-width: 768px) {
  .sc-product__title {
    margin-bottom: 2.1052631579vw;
  }
}
.sc-product__type {
  color: #851626;
  user-select: all;
}
.sc-product__compound {
  user-select: all;
  margin-bottom: 4.5833333333vw;
}
@media (max-width: 1600px) {
  .sc-product__compound {
    margin-bottom: 5.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-product__compound {
    margin-bottom: 6.1111111111vw;
  }
}
@media (max-width: 992px) {
  .sc-product__compound {
    margin-bottom: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .sc-product__compound {
    margin-bottom: 4.2105263158vw;
  }
}
.sc-product__compound span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #851626;
}
.sc-product__wrapper-text {
  margin-bottom: 2.9166666667vw;
}
@media (max-width: 1600px) {
  .sc-product__wrapper-text {
    margin-bottom: 3.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-product__wrapper-text {
    margin-bottom: 3.8888888889vw;
  }
}
@media (max-width: 992px) {
  .sc-product__wrapper-text {
    margin-bottom: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .sc-product__wrapper-text {
    margin-bottom: 6.3157894737vw;
  }
}
.sc-product__desc {
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 1600px) {
  .sc-product__desc {
    margin-bottom: 2vw;
  }
}
@media (max-width: 1440px) {
  .sc-product__desc {
    margin-bottom: 2.2222222222vw;
  }
}
@media (max-width: 992px) {
  .sc-product__desc {
    margin-bottom: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .sc-product__desc {
    margin-bottom: 4.2105263158vw;
  }
}
.sc-product__desc:last-child {
  margin-bottom: 0;
}
.sc-product__wrapper-links {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .sc-product__wrapper-links {
    /*flex-direction: column;*/
    align-items: flex-start;
  }
}
.sc-product__link {
  font-weight: 400;
  color: #000;
  margin-right: 2.9166666667vw;
  font-size: 1.25vw;
  line-height: 1.1979166667vw;
}
@media (max-width: 1600px) {
  .sc-product__link {
    margin-right: 3.5vw;
    font-size: 1.5vw;
    line-height: 1.4375vw;
  }
}
@media (max-width: 1440px) {
  .sc-product__link {
    margin-right: 3.8888888889vw;
    font-size: 1.6666666667vw;
    line-height: 1.5972222222vw;
  }
}
@media (max-width: 992px) {
  .sc-product__link {
    margin-right: 4.0322580645vw;
    font-size: 2.4193548387vw;
    line-height: 2.3185483871vw;
  }
}
@media (max-width: 768px) {
  .sc-product__link {
    margin-right: 0vw;
    font-size: 4.7368421053vw;
    line-height: 4.7368421053vw;
    margin-bottom: 6.3157894737vw;
  }
}
.sc-product__link:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

/* Страница: Продукция */
.sc-pricefile {
  position: relative;
  padding-top: 1.6666666667vw;
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 1600px) {
  .sc-pricefile {
    padding-top: 2vw;
    padding-bottom: 2.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-pricefile {
    padding-top: 2.2222222222vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media (max-width: 992px) {
  .sc-pricefile {
    padding-top: 3.2258064516vw;
    padding-bottom: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .sc-pricefile {
    padding-top: 10.5263157895vw;
    padding-bottom: 10.5263157895vw;
  }
}
.sc-pricefile__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .sc-pricefile__container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.sc-pricefile__content-left {
  max-width: 57.2916666667vw;
  padding-top: 1.6666666667vw;
}
@media (max-width: 1600px) {
  .sc-pricefile__content-left {
    max-width: 68.75vw;
    padding-top: 2vw;
  }
}
@media (max-width: 1440px) {
  .sc-pricefile__content-left {
    max-width: 76.3888888889vw;
    padding-top: 2.2222222222vw;
  }
}
@media (max-width: 1600px) {
  .sc-pricefile__content-left {
    max-width: 55.25vw;
  }
}
@media (max-width: 992px) {
  .sc-pricefile__content-left {
    max-width: 72.5806451613vw;
    padding-top: 2.8225806452vw;
  }
}
@media (max-width: 768px) {
  .sc-pricefile__content-left {
    margin-bottom: 8.4210526316vw;
  }
}
@media (max-width: 768px) {
  .sc-pricefile__content-left {
    max-width: unset;
    padding-top: 0;
  }
}
.sc-pricefile__desc {
  color: #000;
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 1600px) {
  .sc-pricefile__desc {
    margin-bottom: 2vw;
  }
}
@media (max-width: 1440px) {
  .sc-pricefile__desc {
    margin-bottom: 2.2222222222vw;
  }
}
@media (max-width: 992px) {
  .sc-pricefile__desc {
    margin-bottom: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .sc-pricefile__desc {
    margin-bottom: 4.2105263158vw;
  }
}
.sc-pricefile__desc:last-child {
  margin-bottom: 0;
}
.sc-pricefile__content-right {
  flex: 1;
  display: flex;
}
.sc-pricefile__wrapper-content {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .sc-pricefile__wrapper-content {
    margin-left: unset;
  }
}
.sc-pricefile__title {
  user-select: none;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
  margin-bottom: 0.8333333333vw;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1600px) {
  .sc-pricefile__title {
    font-size: 2.25vw;
    line-height: 2.5vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 1440px) {
  .sc-pricefile__title {
    font-size: 2.5vw;
    line-height: 2.7777777778vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media (max-width: 992px) {
  .sc-pricefile__title {
    font-size: 2.8225806452vw;
    line-height: 3.2258064516vw;
    margin-bottom: 1.2096774194vw;
  }
}
@media (max-width: 768px) {
  .sc-pricefile__title {
    font-size: 6.3157894737vw;
    line-height: 6.8421052632vw;
    margin-bottom: 3.1578947368vw;
  }
}
.sc-pricefile__wrapper-img {
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 1600px) {
  .sc-pricefile__wrapper-img {
    margin-bottom: 1vw;
  }
}
@media (max-width: 1440px) {
  .sc-pricefile__wrapper-img {
    margin-bottom: 1.1111111111vw;
  }
}
@media (max-width: 992px) {
  .sc-pricefile__wrapper-img {
    margin-bottom: 1.2096774194vw;
  }
}
@media (max-width: 768px) {
  .sc-pricefile__wrapper-img {
    margin-bottom: 0vw;
  }
}
.sc-pricefile__img {
  max-width: 31.25vw;
  min-width: 23.3854166667vw;
  min-height: 9.21875vw;
}
@media (max-width: 1600px) {
  .sc-pricefile__img {
    max-width: 37.5vw;
    min-width: 28.0625vw;
    min-height: 11.0625vw;
  }
}
@media (max-width: 1440px) {
  .sc-pricefile__img {
    max-width: 41.6666666667vw;
    min-width: 31.1805555556vw;
    min-height: 12.2916666667vw;
  }
}
@media (max-width: 992px) {
  .sc-pricefile__img {
    max-width: unset;
    min-width: unset;
    min-height: unset;
  }
}
@media (max-width: 992px) {
  .sc-pricefile__img {
    width: 34.2741935484vw;
    height: 14.1129032258vw;
  }
}
@media (max-width: 768px) {
  .sc-pricefile__img {
    width: 100%;
    height: auto;
  }
}
.sc-pricefile__link {
  opacity: 1;
  transition: opacity 0.3s linear;
  font-size: 1.25vw;
  line-height: 1.875vw;
  color: #000;
}
.sc-pricefile__link:hover {
  opacity: 0.6;
}
@media (max-width: 1600px) {
  .sc-pricefile__link {
    font-size: 1.5vw;
    line-height: 2.25vw;
  }
}
@media (max-width: 1440px) {
  .sc-pricefile__link {
    font-size: 1.6666666667vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 992px) {
  .sc-pricefile__link {
    font-size: 2.2177419355vw;
    line-height: 3.4274193548vw;
  }
}
@media (max-width: 768px) {
  .sc-pricefile__link {
    font-size: 4.7368421053vw;
    line-height: 5.7894736842vw;
  }
}