@charset "UTF-8";

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/* Choises: select */

/* Slider: swiper */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
    format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

/* Auto Height */

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

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

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

/* 3D Effects */

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

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

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

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

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

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

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

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

/* CSS Mode */

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

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

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

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

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

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

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

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

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

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

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

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

/* Миксины */

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

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

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

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

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

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

html {
  font-size: 0.0520833333vw;
}

html,
body {
  background: #fff;
}

body {
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-family: avenirnextcyr;
  color: #1b1b1c;
  font-size: 18rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

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

ul {
  list-style: none;
}

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

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

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

textarea {
  resize: none;
}

.bg-grey {
  background-color: #f2f2f2;
}

/* Шрифты */

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

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

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

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

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

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

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

h1 {
  font-size: 48rem;
  line-height: 57rem;
  font-family: avenirnextcyr;
  font-weight: 500;
}

h2 {
  font-size: 48rem;
  line-height: 52rem;
  font-family: avenirnextcyr;
  font-weight: 500;
}

h3 {
  font-size: 28rem;
  line-height: 32rem;
  font-family: avenirnextcyr;
  font-weight: 500;
}

h2 a,
h3 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

h2 a:hover,
h3 a:hover {
  opacity: 1;
}

a {
  display: inline-block;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  text-decoration: none;
  color: #d0021b;
}

a:hover {
  opacity: 0.75;
}

address {
  font-style: normal;
}

p,
span,
address {
  font-size: 18rem;
  line-height: 24rem;
  font-family: avenirnextcyr;
  font-weight: 400;
  color: #1b1b1c;
}

.wrapper-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24rem;
}

.link-big {
  font-size: 24rem;
  line-height: 21rem;
  font-weight: 400;
  color: #d0021b;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  border-bottom: 1rem dashed #d0021b;
  padding-bottom: 4rem;
}

.link-big:hover {
  opacity: 0.7;
}

.break-desktop {
  display: block;
}

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

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

/* Кнопки */

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

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-property: background-color, color, border-color,
    -webkit-box-shadow;
  transition-property: background-color, color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color,
    -webkit-box-shadow;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 100%;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
}

.btn:hover,
.btn:focus {
  cursor: pointer;
  background-color: #f2ec4d;
  color: #000;
  opacity: 1;
}

.btn:hover:before {
  left: 130%;
}

.btn:focus {
  background-color: #d0021b;
  color: #fff !important;
  outline: none;
}

.btn:before {
  content: '';
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.1)),
    to(rgba(255, 255, 255, 0.5))
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.5)
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.5)
  );
  height: 100%;
  width: 50rem;
  position: absolute;
  top: 0rem;
  left: -80rem;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-animation: button 5s ease-in-out infinite 1s;
  animation: button 5s ease-in-out infinite 1s;
}

.btn--minsize {
  border-radius: 15rem;
  background-color: #f2ec4d;
  min-height: 41rem;
  max-height: 41rem;
  padding: 0 30rem;
  color: #000;
  font-size: 18rem;
  line-height: 20rem;
  font-family: avenirnextcyr;
  font-weight: 400;
}

.btn--bigsize {
  border-radius: 20rem;
  background-color: #f2ec4d;
  min-height: 80rem;
  max-height: 80rem;
  padding: 0 36rem;
  color: #000;
  font-size: 31rem;
  line-height: 34rem;
  font-family: avenirnextcyr;
  font-weight: 400;
}

.btn--large {
  border-radius: 18rem;
  background-color: #f2ec4d;
  min-height: 50rem;
  max-height: 50rem;
  padding: 0 36rem;
  color: #000;
  font-size: 22rem;
  line-height: 26rem;
  font-family: avenirnextcyr;
  font-weight: 400;
}

.btn--ultra-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1b1b1c;
  font-size: 17rem;
  line-height: 17rem;
  font-weight: 400;
  background-color: #f2ec4e;
  border-radius: 8rem;
  padding: 6rem 6rem 8rem 6rem;
  height: 32rem;
}

.btn--ultra-small:hover {
  opacity: 0.9;
}

@-webkit-keyframes button {
  0% {
    left: -20%;
  }

  15% {
    left: 130%;
  }

  100% {
    left: 130%;
  }
}

@keyframes button {
  0% {
    left: -20%;
  }

  15% {
    left: 130%;
  }

  100% {
    left: 130%;
  }
}

/* Контейнер */

.container {
  padding: 0 200rem;
}

/* Icon */

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.icon--search {
  background-image: url('../img/icon/search.png');
  width: 19rem;
  height: 19rem;
  min-width: 19rem;
  min-height: 19rem;
}

.icon--call {
  background-image: url('../img/icon/call.png');
  width: 19rem;
  height: 19rem;
  min-width: 19rem;
  min-height: 19rem;
}

.icon--arrow-bottom {
  background-image: url('../img/icon/arrow-bottom.png');
  width: 25rem;
  height: 14rem;
  min-width: 25rem;
  min-height: 14rem;
}

.icon--arrow-left {
  background-image: url('../img/icon/arrow-left.png');
  width: 31rem;
  height: 92rem;
  min-width: 31rem;
  min-height: 92rem;
}

.icon--arrow-right {
  background-image: url('../img/icon/arrow-right.png');
  width: 31rem;
  height: 92rem;
  min-width: 31rem;
  min-height: 92rem;
}

.icon--arrow-left-white {
  background-image: url('../img/icon/arrow-left-white.png');
  width: 31rem;
  height: 92rem;
  min-width: 31rem;
  min-height: 92rem;
}

.icon--arrow-right-white {
  background-image: url('../img/icon/arrow-right-white.png');
  width: 31rem;
  height: 92rem;
  min-width: 31rem;
  min-height: 92rem;
}

.icon--telegram {
  background-image: url('../img/icon/telegram.png');
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
}

.icon--vk {
  background-image: url('../img/icon/vk.png');
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
}

.icon--circle-arrow-right svg {
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
}

.icon--circle-arrow-right path {
  fill: #fff;
}

/* Modal */

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

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

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

.modal .modal__close {
  position: absolute;
  z-index: 10;
}

.modal .modal__close:hover {
  cursor: pointer;
}

.modal .modal__icon--close svg {
  stroke: #000;
  width: 24rem;
  height: 24rem;
}

.modal--addmenu {
  background-color: #fff;
  -webkit-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  transform: translateX(-100vw);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
}

.modal--addmenu .modal__dialog {
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  overflow-y: auto;
}

.modal--addmenu .modal__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 12rem;
}

.modal--addmenu.modal--visibleLeft {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.modal--addmenu.modal--fadeLeft {
  opacity: 0;
  pointer-events: none;
}

/* Breadcrumbs */

.breadcrumbs {
  font-size: 16rem;
  line-height: 20rem;
  font-family: avenirnextcyr;
  font-weight: 400;
  padding-bottom: 20rem;
  padding-top: 20rem;
  border-bottom: 1rem solid #000;
}

.breadcrumbs > a {
  text-decoration: none;
  color: #1b1b1c;
}

.breadcrumbs > a::after {
  content: '•';
  display: inline-block;
  margin-left: 5rem;
  margin-right: 2rem;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #d0021b;
}

.breadcrumbs > span {
  color: #d0021b;
}

.breadcrumbs a,
.breadcrumbs span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* Select */

.wrapper-select {
  width: 100%;
  height: 100%;
}

.wrapper-select .choices {
  width: 100%;
  height: 100%;
}

.wrapper-select .choices__list--dropdown .choices__item--selectable,
.wrapper-select .choices__list[aria-expanded] .choices__item--selectable {
  padding: 10rem 8rem;
}

.wrapper-select .choices__inner {
  border: none;
  border-radius: 0;
  padding: 15rem 10rem 10rem 10rem;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-height: unset;
}

.wrapper-select .choices__list--single {
  padding: 0;
}

.wrapper-select .choices[data-type*='select-one']::after {
  content: '';
  width: 23rem;
  height: 13rem;
  min-width: 23rem;
  min-height: 13rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  border: none;
}

.wrapper-select .choices[data-type*='select-one'].is-open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -8rem;
}

@media (max-width: 992px) {
  .wrapper-select .choices[data-type*='select-one'].is-open::after {
    margin-top: -7rem;
  }
}

@media (max-width: 768px) {
  .wrapper-select .choices[data-type*='select-one'].is-open::after {
    margin-top: -5rem;
  }
}

.wrapper-select .choices__list--dropdown .choices__list,
.wrapper-select .choices__list[aria-expanded] .choices__list {
  max-height: 300rem;
}

.wrapper-select .choices__item {
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.wrapper-select--default {
  height: 50rem;
}

.wrapper-select--default .choices {
  background-color: #fff;
  border-radius: 5rem;
  border: 1rem solid #000;
}

.wrapper-select--default .choices[data-type*='select-one'] .choices__inner {
  padding: 8rem 12rem;
}

.wrapper-select--default .choices__item {
  color: #000;
  font-size: 14.5rem;
  line-height: 16rem;
}

.wrapper-select--default .choices__item,
.wrapper-select--default .choices__list--dropdown .choices__item,
.wrapper-select--default .choices__list[aria-expanded] .choices__item {
  color: #000;
  font-size: 14.5rem;
  line-height: 16rem;
}

.wrapper-select--default .choices__list--dropdown .choices__item,
.wrapper-select--default .choices__list[aria-expanded] .choices__item {
  text-transform: none;
}

.wrapper-select--default .choices[data-type*='select-one']::after {
  background-image: url('../img/icon/arrow-bottom-min.png');
  width: 14rem;
  height: 14rem;
  min-width: 14rem;
  min-height: 14rem;
  margin-top: 0.5rem;
  right: 12rem;
}

.wrapper-select--default .choices[data-type*='select-one'].is-open::after {
  margin-top: -8rem;
}

.wrapper-select--main .choices {
  width: 100%;
  height: 100%;
}

.wrapper-select--main .choices[data-type*='select-one'] .choices__inner {
  padding: 10rem 8rem;
}

.wrapper-select--main .choices[data-type*='select-one']::after {
  width: 23rem;
  height: 13rem;
  min-width: 23rem;
  min-height: 13rem;
  margin-top: 1rem;
  right: 12rem;
  background-image: url('../img/icon/arrow-bottom.png');
}

.wrapper-select--main .choices__list--dropdown .choices__item,
.wrapper-select--main .choices__list[aria-expanded] .choices__item {
  font-size: 16rem;
  line-height: 20rem;
  font-family: avenirnextcyr;
  font-weight: 400;
}

.wrapper-select--main .choices__item {
  font-size: 18rem;
  line-height: 21rem;
  font-family: avenirnextcyr;
  font-weight: 400;
}

.wrapper-select--main .choices__item:hover,
.wrapper-select--main .choices__item--active {
  background-color: #fff;
}

/* Input */

.wrapper-input {
  width: 100%;
}

.wrapper-input input {
  width: 100%;
  background-color: #fff;
  padding: 0 12rem;
  min-height: 50rem;
  max-height: 50rem;
}

.wrapper-input input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wrapper-input input::-moz-placeholder {
  text-transform: uppercase;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wrapper-input input:-ms-input-placeholder {
  text-transform: uppercase;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wrapper-input input::-ms-input-placeholder {
  text-transform: uppercase;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wrapper-input input::placeholder {
  text-transform: uppercase;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wrapper-input--default input {
  font-size: 14.5rem;
  line-height: 16rem;
  color: #000;
  border-radius: 5rem;
  border: 1rem solid #000;
}

.wrapper-input--banner input {
  border-radius: 18rem;
  font-size: 24rem;
  line-height: 21rem;
}

.wrapper-input--banner input::-webkit-input-placeholder {
  font-size: 30rem;
  line-height: 30rem;
  color: #000000;
}

.wrapper-input--banner input::-moz-placeholder {
  font-size: 30rem;
  line-height: 30rem;
  color: #000000;
}

.wrapper-input--banner input:-ms-input-placeholder {
  font-size: 30rem;
  line-height: 30rem;
  color: #000000;
}

.wrapper-input--banner input::-ms-input-placeholder {
  font-size: 30rem;
  line-height: 30rem;
  color: #000000;
}

.wrapper-input--banner input::placeholder {
  font-size: 30rem;
  line-height: 30rem;
  color: #000000;
}

/* Fix height */

.fix-height.offset-top {
  margin-top: 163rem;
}

/* Dropdown */

.dropdown {
  position: relative;
  z-index: 999;
}

.dropdown:hover {
  cursor: pointer;
}

.dropdown:hover .select-city__head b::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropdown:hover .dropdown__wrapper {
  opacity: 1;
  pointer-events: all;
}

.dropdown__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  padding-top: 32rem;
  width: 100%;
  z-index: 999;
}

.dropdown__dropdown-content {
  background-color: #fff;
  border-radius: 8rem;
  -webkit-box-shadow: 0rem 0rem 16rem rgba(0, 0, 0, 0.15);
  box-shadow: 0rem 0rem 16rem rgba(0, 0, 0, 0.15);
  max-height: 300rem;
  overflow-y: auto;
  padding: 10rem 0;
}

.dropdown__dropdown-content > ul a {
  color: #000;
  display: block;
  padding: 10rem 15rem;
  -webkit-transition-property: color, opacity;
  -o-transition-property: color, opacity;
  transition-property: color, opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.dropdown__dropdown-content > ul a:hover {
  opacity: 0.8;
}

/* Textarea */

.wrapper-textarea {
  width: 100%;
}

.wrapper-textarea textarea {
  display: block;
  width: 100%;
  font-size: 14.5rem;
  line-height: 16rem;
  resize: none;
  background-color: #fff;
  border-radius: 5rem;
  border: 1rem solid #000;
  color: #000;
  padding: 18rem 12rem;
  font-weight: 400;
  min-height: 132rem;
}

.wrapper-textarea textarea::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.wrapper-textarea textarea::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.wrapper-textarea textarea:-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.wrapper-textarea textarea::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.wrapper-textarea textarea::placeholder {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* Блоки */

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

.header {
  position: absolute;
  height: 165rem;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  -webkit-transition-property: height, padding-top, -webkit-box-shadow;
  transition-property: height, padding-top, -webkit-box-shadow;
  -o-transition-property: box-shadow, height, padding-top;
  transition-property: box-shadow, height, padding-top;
  transition-property: box-shadow, height, padding-top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.header__wrapper-content {
  padding-top: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 30rem;
  -moz-column-gap: 30rem;
  column-gap: 30rem;
}

.header__content-left {
  padding-left: 24rem;
}

.header__logo {
  display: block;
  position: relative;
  top: 8rem;
}

.header__logo-dark {
  display: none;
}

.header__content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 24rem;
  row-gap: 20rem;
}

.header__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 26rem;
  -moz-column-gap: 26rem;
  column-gap: 26rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__phone {
  font-size: 33rem;
  line-height: 36rem;
  color: #ffffff;
  font-family: ArialRegular;
}

.header__address {
  font-size: 14rem;
  line-height: 19rem;
  color: #ffffff;
  text-align: center;
}

.header__content-bottom {
  border-top: 1rem solid #fff;
  border-bottom: 1rem solid #fff;
}

.header__menu {
  padding: 16rem;
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30rem;
  -moz-column-gap: 30rem;
  column-gap: 30rem;
}

.header__menu ul li:nth-child(1) {
  display: none;
}

.header__menu ul li a {
  font-size: 24rem;
  line-height: 21rem;
  color: #ffffff;
  font-weight: 300;
}

.header__hamburger {
  display: none;
  width: 28rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  row-gap: 4rem;
}

.header__hamburger:hover {
  opacity: 0.8;
}

.header__hamburger::after,
.header__hamburger::before {
  content: '';
}

.header__hamburger span,
.header__hamburger::after,
.header__hamburger::before {
  width: 100%;
  border: 2rem solid #fff;
  border-radius: 10rem;
}

.header__socials {
  display: none;
}

.header__search {
  display: none;
}

.header__phone-icon {
  display: none;
}

.header--white {
  background-color: #fff;
  height: 146rem;
  -webkit-transition-property: padding-top, height, -webkit-box-shadow;
  transition-property: padding-top, height, -webkit-box-shadow;
  -o-transition-property: box-shadow, padding-top, height;
  transition-property: box-shadow, padding-top, height;
  transition-property: box-shadow, padding-top, height, -webkit-box-shadow;
}

.header--white .header__wrapper-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12rem;
}

.header--white .header__logo {
  top: 0;
}

.header--white .header__phone {
  color: #d0021b;
}

.header--white .header__address {
  color: #000;
}

.header--white .header__content-bottom {
  border-top: 1rem solid #000;
  border-bottom: unset;
}

.header--white .header__menu ul li a {
  color: #000;
}

.header--white .header__hamburger span,
.header--white .header__hamburger::after,
.header--white .header__hamburger::before {
  border: 2rem solid #000;
}

.header--white .header__socials {
  display: none;
}

.header--white .header__search {
  display: none;
}

.header--white .header__phone-icon {
  display: none;
}

.fix-height {
  padding-top: 146rem;
}

.header--fixed {
  background-color: #fff;
  position: fixed;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  height: 81rem;
}

.header--fixed .header__wrapper-content {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.header--fixed .header__logo {
  display: none;
}

.header--fixed .header__content-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header--fixed .header__content-left {
  display: none;
}

.header--fixed .header__content-top {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.header--fixed .header__phone {
  font-size: 28rem;
  line-height: 32rem;
  color: #d0021b;
}

.header--fixed .header__address {
  display: none;
}

.header--fixed .header__content-bottom {
  border-top: unset;
  border-bottom: unset;
}

.header--fixed .header__menu {
  padding: 0;
}

.header--fixed .header__menu ul li:nth-child(1) {
  display: block;
}

.header--fixed .header__menu ul li a {
  color: #1b1b1c;
}

.header--fixed .header__hamburger-box {
  display: none;
}

.header--fixed .header__hamburger span,
.header--fixed .header__hamburger::after,
.header--fixed .header__hamburger::before {
  width: 100%;
  border: 2rem solid #000;
  border-radius: 10rem;
}

.header--fixed .header__phone-icon {
  display: none;
}

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

.footer {
  padding-top: 40rem;
  padding-bottom: 24rem;
}

.footer__content-top {
  padding: 0 34rem 32rem 34rem;
}

.footer__grid-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 361rem 1fr 312rem;
  grid-template-columns: 361rem 1fr 312rem;
  -webkit-column-gap: 24rem;
  -moz-column-gap: 24rem;
  column-gap: 24rem;
}

.footer__logo {
  margin-bottom: 50rem;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20rem;
}

.footer__menu ul li a {
  font-size: 18rem;
  line-height: 24rem;
  color: #000000;
  font-weight: 500;
}

.footer__registry {
  margin-left: -3rem;
  margin-bottom: 5rem;
}

.footer__desc p {
  font-size: 16rem;
  line-height: 23rem;
  color: #000000;
  font-weight: 500;
}

.footer__wrap-map {
  height: 100%;
}

.footer__wrap-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.footer__wrap-info {
  padding-top: 32rem;
}

.footer__wrap-info > a {
  font-size: 18rem;
  line-height: 23rem;
  text-decoration: underline;
  color: #cf0018;
  margin-bottom: 34rem;
}

.footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24rem;
}

.footer__phone a {
  font-size: 35rem;
  line-height: 45rem;
  color: #000000;
}

.footer__info {
  margin-bottom: 18rem;
}

.footer__info h3 {
  font-size: 18rem;
  line-height: 24rem;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  margin-bottom: 12rem;
}

.footer__info address {
  font-size: 18rem;
  line-height: 23rem;
  color: #000000;
  margin-bottom: 16rem;
  max-width: 270rem;
}

.footer__info p {
  font-size: 16rem;
  line-height: 18rem;
  color: #000000;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10rem;
  -moz-column-gap: 10rem;
  column-gap: 10rem;
}

.footer__content-bottom {
  border-top: 1rem solid #000;
  padding: 16rem 34rem 0rem 34rem;
}

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

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20rem;
  -moz-column-gap: 20rem;
  column-gap: 20rem;
}

.footer__copy > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__wrap-desc p {
  font-size: 13rem;
  line-height: 16rem;
  color: #000000;
}

.footer__wrap-desc p > a {
  color: #000000;
  text-decoration: underline;
}

.footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16rem;
  -moz-column-gap: 16rem;
  column-gap: 16rem;
}

.footer__policy a {
  text-decoration: underline;
  color: #000000;
  font-size: 14rem;
  line-height: 14rem;
}

/* Hidden lg content */

.hidden-lg-content__button {
  display: none;
}

.hidden-lg-content__wrap-relative {
  position: relative;
  height: 100%;
}

.hidden-lg-content__wrapper-content {
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.hidden-lg-content--visible .sc-list__categories-nav {
  padding-right: 0;
}

.hidden-lg-content--visible .hidden-lg-content__button {
  left: -40rem;
}

.hidden-lg-content--visible .hidden-lg-content__wrapper-content {
  left: 0;
}

.hidden-lg-content--visible .hidden-lg-content__button button {
  -webkit-transform: translateX(-356rem);
  -ms-transform: translateX(-356rem);
  transform: translateX(-356rem);
  background: rgb(0, 79, 123);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2%, rgb(212, 24, 47)),
    color-stop(93%, rgb(212, 24, 47))
  );
  background: -o-linear-gradient(
    left,
    rgb(212, 24, 47) 2%,
    rgb(212, 24, 47) 93%
  );
  background: linear-gradient(90deg, rgb(212, 24, 47) 2%, rgb(212, 24, 47) 93%);
}

.hidden-lg-content--visible .hidden-lg-content__button button i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* Categories nav */

.categories-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 32rem;
}

.categories-nav__card {
  border-radius: 15rem;
  background-color: #fff;
  padding-top: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.categories-nav__card h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30rem;
  line-height: 38rem;
  padding: 0 14rem;
}

.categories-nav__menu {
  padding-bottom: 16rem;
}

.categories-nav__menu h2 {
  text-align: center;
  margin-bottom: 24rem;
}

.categories-nav__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.categories-nav__menu ul a {
  display: block;
  width: 100%;
  padding: 0 14rem;
  background-color: transparent;
  -webkit-transition-property: background-color, opacity;
  -o-transition-property: background-color, opacity;
  transition-property: background-color, opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
}

.categories-nav__menu ul a::before {
  content: '';
  border-top: 1rem solid #d0021b;
  width: 100%;
  position: absolute;
  display: block;
  top: -1rem;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.categories-nav__menu ul a span {
  display: block;
  padding: 10rem 2rem 10rem 2rem;
  font-size: 15.8rem;
  line-height: 20rem;
  font-weight: 500;
  border-bottom: 1rem solid #9fa6d7;
  color: #262626;
  -webkit-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.categories-nav__menu ul a:hover {
  opacity: 1;
}

.categories-nav__menu ul li.active > a,
.categories-nav__menu ul a:hover {
  background-color: #d0021b;
}

.categories-nav__menu ul li.active > a::before,
.categories-nav__menu ul a:hover::before {
  opacity: 1;
}

.categories-nav__menu ul li.active > a span,
.categories-nav__menu ul a:hover span {
  color: #fff;
  border-color: #d0021b;
}

.categories-nav__menu ul li > ul a span {
  padding-left: 38rem;
}

.categories-nav__menu ul > li:last-child a span {
  border-bottom: unset;
}

/* Card news */

.card-news h3,
.card-news p {
  color: #000;
}

.card-news h3 {
  font-size: 18rem;
  line-height: 24rem;
  font-weight: 500;
  margin-bottom: 18rem;
}

.card-news p {
  font-size: 15rem;
  line-height: 21rem;
  margin-bottom: 24rem;
}

.card-news > a {
  font-size: 16rem;
  line-height: 21rem;
  color: #d0021b;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4rem;
}

/* Page title */

.page-title {
  max-width: 900rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 48rem;
}

.page-title h1 {
  margin-bottom: 20rem;
  color: #1b1b1c;
}

.page-title p {
  font-size: 18rem;
  line-height: 26rem;
  color: #1b1b1c;
}

.page-title--indent-large h1 {
  margin-bottom: 36rem;
}

/* Card */

.card {
  height: 100%;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 1px 16px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 1px 16px 0px rgba(34, 60, 80, 0.2);
}

.card:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card__wrapper-content {
  background-color: #fff;
  padding-bottom: 20rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__wrapper-content span {
  margin-top: auto;
  color: #d0021b;
  border-bottom: 1rem dashed #d0021b;
  font-size: 18rem;
  line-height: 21rem;
}

.card__img-box {
  height: 230rem;
  margin-bottom: 30rem;
  width: 100%;
  overflow: hidden;
}

.card img {
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card__content {
  padding: 0 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20rem;
}

.card__content h3 {
  font-weight: 500;
  text-align: center;
  max-width: 300rem;
  margin-bottom: 26rem;
  color: #1b1b1c;
}

.card__content p {
  text-align: center;
  max-width: 293rem;
}

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

.card--product .card__wrapper-content {
  padding-bottom: 14rem;
}

.card--product h3 {
  font-size: 20rem;
  line-height: 22rem;
  margin-bottom: 20rem;
  min-height: 44rem;
  max-width: 320rem;
}

.card--product .card__img-box {
  margin-bottom: 24rem;
}

.card--product .card__img-box:hover {
  opacity: 0.9;
}

.card--product .card__content,
.card--product .card__bottom {
  padding: 0 12rem;
}

.card--product .card__content {
  margin-bottom: 10rem;
  width: 100%;
}

.card--product .card__content p {
  font-size: 15rem;
  line-height: 21rem;
}

.card--product .card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: auto;
  -webkit-column-gap: 32rem;
  -moz-column-gap: 32rem;
  column-gap: 32rem;
  margin-left: auto;
}

.card--product .card__bottom p {
  font-size: 24rem;
  line-height: 20rem;
  color: #d0021b;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 5rem;
}

.card--product .card__bottom p::after {
  content: 'a';
  font-family: 'ALSRubl';
  font-weight: 400;
  color: inherit;
  font-size: 19rem;
  line-height: 19rem;
  display: inline-block;
  margin-left: 7rem;
}

/* Select form */

.select-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-form > a {
  color: #fff;
  text-decoration: underline;
  font-size: 24rem;
  line-height: 28rem;
}

.select-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10rem;
  -moz-column-gap: 10rem;
  column-gap: 10rem;
  margin-bottom: 48rem;
}

.select-form__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 244rem;
  grid-template-columns: 1fr 1rem 244rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 799rem;
  height: 80rem;
  -webkit-column-gap: 16rem;
  -moz-column-gap: 16rem;
  column-gap: 16rem;
  border-radius: 20rem;
  background-color: #ffffff;
  padding: 0 14rem;
  position: relative;
}

.select-form__select {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-form__line {
  border-left: 1rem solid #000;
  height: 52rem;
}

.select-form--page .select-form__form {
  margin-bottom: 32rem;
}

/* Product card */

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-card__wrapper-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 631rem 492rem;
  grid-template-columns: 631rem 492rem;
  -webkit-column-gap: 32rem;
  -moz-column-gap: 32rem;
  column-gap: 32rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.product-card__wrap-swipers {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 4;
  grid-row: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
}

.product-card__img-main {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-bottom: 10rem;
}

.product-card__img-main img {
  height: 100%;
}

.product-card__wrapper-images {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.product-card__wrapper-images .swiper-slide {
  height: 100%;
}

.product-card__img {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.product-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-card__wrap-title {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-bottom: 14rem;
}

.product-card__wrap-title h3 {
  font-size: 28rem;
  line-height: 34rem;
  color: #1b1b1c;
  font-weight: 500;
}

.product-card__wrap-desc {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.product-card__wrap-desc > p {
  margin-bottom: 32rem;
  line-height: 22rem;
}

.product-card__wrap-price h4 {
  margin-bottom: 20rem;
  font-size: 24rem;
  line-height: 24rem;
  color: #1b1b1c;
  font-weight: 500;
}

.product-card__wrap-price p {
  font-size: 24rem;
  line-height: 32rem;
  color: #d0021b;
  margin-bottom: 30rem;
}

.product-card--page-product {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-card--page-product .product-card__wrapper-grid {
  -ms-grid-columns: 690rem 1fr;
  grid-template-columns: 690rem 1fr;
  -webkit-column-gap: 32rem;
  -moz-column-gap: 32rem;
  column-gap: 32rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.product-card--page-product .product-card__wrap-title {
  margin-bottom: 20rem;
  padding-top: 8rem;
}

.product-card--page-product .product-card__wrap-desc > p {
  /*max-width: 642rem;*/
  margin-bottom: 36rem;
}

.product-card--page-product .product-card__wrap-options {
  margin-bottom: 24rem;
}

.product-card--page-product .product-card__wrap-options h4 {
  font-size: 24rem;
  line-height: 24rem;
  color: #1b1b1c;
  margin-bottom: 8rem;
  font-weight: 500;
}

.product-card--page-product .product-card__wrap-options p {
  font-size: 24rem;
  line-height: 32rem;
  color: #d0021b;
}

.product-card--page-product .product-card__wrap-price h4 {
  margin-bottom: 8rem;
}

/* List news */

.list-news {
  padding-bottom: 16rem;
}

.list-news__cards {
  margin-bottom: 8rem;
  padding: 10rem 14rem 20rem 14rem;
}

.list-news__card--visible-lg {
  display: none;
}

.list-news > a {
  margin: 0 auto;
}

/* Submenu list */

.submenu-list > ul {
  display: none;
}

.submenu-list--visible > ul {
  display: block;
}

/* Block Form Payment */

.block-form-payment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 460rem 1fr;
  grid-template-columns: 460rem 1fr;
  -webkit-column-gap: 46rem;
  -moz-column-gap: 46rem;
  column-gap: 46rem;
}

.block-form-payment__left {
  height: 566rem;
}

.block-form-payment__left img {
  height: 100%;
}

.block-form-payment__right {
  padding-right: 40rem;
}

.block-form-payment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 20rem;
}

.block-form-payment__wrap-text {
  margin-bottom: 24rem;
}

.block-form-payment__wrap-text h3 {
  font-size: 18rem;
  line-height: 22rem;
  font-weight: 600;
  margin-bottom: 24rem;
  text-transform: uppercase;
}

.block-form-payment__wrap-text address,
.block-form-payment__wrap-text p {
  font-size: 16rem;
  line-height: 20rem;
}

.block-form-payment__wrap-text address {
  margin-bottom: 20rem;
  max-width: 380rem;
}

.block-form-payment__wrap-text strong {
  display: inline-block;
  font-size: 19rem;
  line-height: 21rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 4rem;
}

.block-form-payment__wrap-text strong a {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.block-form-payment__wrap-text strong a:hover {
  opacity: 1;
  color: #d0021b;
}

.block-form-payment__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 16rem;
  -moz-column-gap: 16rem;
  column-gap: 16rem;
  row-gap: 16rem;
}

.block-form-payment__input,
.block-form-payment__select {
  -ms-grid-row: 1;
  grid-row: 1;
}

.block-form-payment__input {
  -ms-grid-column: 1;
  grid-column: 1;
}

.block-form-payment__select {
  -ms-grid-column: 2;
  grid-column: 2;
}

.block-form-payment__textarea,
.block-form-payment__wrap-btn,
.block-form-payment__warning {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.block-form-payment__textarea {
  -ms-grid-row: 2;
  grid-row: 2;
}

.block-form-payment__wrap-btn {
  -ms-grid-row: 3;
  grid-row: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-form-payment__warning {
  -ms-grid-row: 4;
  grid-row: 4;
  padding-top: 8rem;
}

.block-form-payment__warning p {
  font-size: 10rem;
  line-height: 12rem;
  color: #000;
  text-align: center;
  max-width: 470rem;
  margin: 0 auto;
}

.block-form-payment__warning p a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: underline;
}

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

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

.sc-main {
  position: relative;
  z-index: 0;
  height: 900rem;
}

.sc-main__wrap-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc-main__background {
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc-main__wrapper-content {
  padding-top: 320rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.sc-main__title {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20rem;
  margin-bottom: 96rem;
}

.sc-main__title h1 {
  text-transform: uppercase;
  font-size: 87rem;
  line-height: 87rem;
  font-family: avenirnextcyr;
  font-weight: 500;
  -webkit-filter: drop-shadow(0 0 10.5px rgba(0, 0, 0, 0.75));
  filter: drop-shadow(0 0 10.5px rgba(0, 0, 0, 0.75));
}

.sc-main__title span {
  color: inherit;
  font-size: 29rem;
  line-height: 29rem;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  padding-left: 18rem;
  -webkit-filter: drop-shadow(0 0 10.5px rgba(0, 0, 0, 0.75));
  filter: drop-shadow(0 0 10.5px rgba(0, 0, 0, 0.75));
}

.sc-catalog {
  padding-top: 80rem;
  padding-bottom: 42rem;
  background-color: #f2f2f2;
}

.sc-catalog__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  row-gap: 26rem;
  margin-bottom: 74rem;
}

.sc-catalog__title h2 {
  max-width: 887rem;
}

.sc-catalog__title p {
  max-width: 887rem;
}

.sc-catalog__wrapper-content {
  display: -ms-grid;
  display: grid;
  row-gap: 46rem;
  -webkit-column-gap: 16rem;
  -moz-column-gap: 16rem;
  column-gap: 16rem;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 46rem;
}

.sc-catalog__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sc-catalog__btn a {
  color: #d0021b;
}

.sc-banner {
  position: relative;
  padding-top: 84rem;
  padding-bottom: 52rem;
}

.sc-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.54);
  z-index: 1;
}

.sc-banner__wrap-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc-banner__background {
  height: 100%;
  width: 100%;
  background-position: top center;
  background-position-y: -28rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sc-banner__wrapper-content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sc-banner__title {
  margin-bottom: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 36rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.sc-banner__title h2 {
  max-width: 805rem;
}

.sc-banner__title p {
  max-width: 842rem;
  color: #000;
}

.sc-banner__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12rem;
  -moz-column-gap: 12rem;
  column-gap: 12rem;
  margin: 0 auto 16rem;
}

.sc-banner__form > a {
  white-space: nowrap;
}

.sc-banner__input {
  max-width: 300rem;
}

.sc-banner__input input::-webkit-input-placeholder {
  position: relative;
  top: 3rem;
}

.sc-banner__input input::-moz-placeholder {
  position: relative;
  top: 3rem;
}

.sc-banner__input input:-ms-input-placeholder {
  position: relative;
  top: 3rem;
}

.sc-banner__input input::-ms-input-placeholder {
  position: relative;
  top: 3rem;
}

.sc-banner__input input::placeholder {
  position: relative;
  top: 3rem;
}

.sc-banner__policy {
  margin: 0 auto;
  font-size: 14rem;
  line-height: 21rem;
  color: #000000;
}

.sc-banner__policy a {
  font-size: inherit;
  line-height: inherit;
  color: #be5b1b;
  text-decoration: underline;
}

.sc-adver {
  padding-top: 54rem;
  padding-bottom: 40rem;
  position: relative;
}

.sc-adver__wrap-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc-adver__background {
  height: 100%;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sc-adver__wrap-content {
  position: relative;
  z-index: 10;
}

.sc-adver__swiper {
  padding: 0 84rem;
  margin-bottom: 54rem;
  position: relative;
}

.sc-adver__wrapper-content {
  padding: 28rem 24rem 22rem 24rem;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 364rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-adver__wrapper-content h3 {
  color: #fff;
  text-align: center;
  font-size: 24rem;
  line-height: 28rem;
  max-width: 359rem;
  height: 112rem;
  margin-bottom: 16rem;
}

.sc-adver__wrapper-content p {
  text-align: center;
  color: #fff;
  margin-bottom: 20rem;
  max-width: 337rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.sc-adver__wrapper-content a {
  margin-top: auto;
  font-size: 18rem;
  line-height: 21rem;
  color: #ffe119;
}

.sc-adver__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.sc-adver__btn a {
  color: #ffffff;
  border-color: #fff;
}

.sc-adver__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.sc-adver .arrow-custom-next {
  padding-right: 32rem;
  cursor: pointer;
}

.sc-adver .arrow-custom-prev {
  padding-left: 32rem;
  cursor: pointer;
}

.sc-adver .swiper-button-disabled {
  opacity: 0.6;
}

.sc-product {
  padding-top: 82rem;
  padding-bottom: 60rem;
}

.sc-product__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  row-gap: 36rem;
  margin-bottom: 32rem;
}

.sc-product__navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: -40rem;
  pointer-events: none;
}

.sc-product .product-arrow-custom-next {
  padding-right: 42rem;
  cursor: pointer;
}

.sc-product .product-arrow-custom-prev {
  padding-left: 42rem;
  cursor: pointer;
}

.sc-product .product-arrow-custom-prev,
.sc-product .product-arrow-custom-next {
  pointer-events: all;
}

.sc-product .swiper-button-disabled {
  opacity: 0.25;
}

/* Страница: Список */

.sc-list {
  padding: 56rem 0 134rem 0;
}

.sc-list__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320rem 1fr;
  grid-template-columns: 320rem 1fr;
  -webkit-column-gap: 30rem;
  -moz-column-gap: 30rem;
  column-gap: 30rem;
}

.sc-list__left {
  position: relative;
}

.sc-list__content-left {
  width: 100%;
  position: sticky;
  top: 105rem;
  left: 0;
}

.sc-list__wrap-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 15rem;
  -moz-column-gap: 15rem;
  column-gap: 15rem;
  row-gap: 20rem;
}

.sc-list--page {
  padding-bottom: 64rem;
}

.sc-list--page .sc-list__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  padding-top: 30rem;
}

/* Страница: Тур */

.sc-main-preview {
  position: relative;
  z-index: 0;
  height: 260rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-main-preview__wrap-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc-main-preview__background {
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc-main-preview__wrapper {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 20rem;
  width: 100%;
}

.sc-main-preview__container {
  width: 100%;
}

.sc-main-product {
  background-color: #f2f2f2;
}

.sc-main-product__wrapper-content {
  padding-top: 40rem;
  padding-bottom: 60rem;
}

.sc-main-product__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30rem;
  text-align: center;
  margin-bottom: 54rem;
}

.sc-main-product__title h1 {
  line-height: 50rem;
  max-width: 1334rem;
}

.sc-main-product__title p {
  line-height: 26rem;
  max-width: 1370rem;
}

.sc-main-product-list {
  background-color: #f2f2f2;
  padding-top: 50rem;
  padding-bottom: 54rem;
}

.sc-main-product-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sc-main-product-list__btn > a {
  font-size: 24px;
  line-height: 21px;
  color: #d0021b;
  border-bottom: #d0021b dashed 1rem;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  padding-bottom: 4rem;
  margin: 0 auto;
}

.sc-main-product-list__title {
  text-align: center;
  margin-bottom: 50rem;
}

.sc-main-product-list__wrapper-card {
  height: 100%;
}

.sc-main-product-list__wrap-swiper {
  margin-bottom: 54rem;
}

.sc-main-product-list .swiper-slide {
  height: auto;
}

@media (max-width: 1600px) {
  html {
    font-size: 0.0625vw;
  }

  .btn--bigsize {
    min-height: 70rem;
    max-height: 70rem;
    padding: 0 30rem;
  }

  .container {
    padding: 0 100rem;
  }

  .header--white .header__logo img {
    width: 320rem;
  }

  .card__img-box {
    height: 214rem;
  }

  .select-form__inner {
    height: 70rem;
    width: 750rem;
  }

  .sc-main {
    height: 790rem;
    background-position-y: -50rem;
  }

  .sc-main__wrapper-content {
    padding-top: 280rem;
  }

  .sc-main__title {
    margin-bottom: 80rem;
  }

  .sc-main__title h1 {
    font-size: 80rem;
    line-height: 80rem;
    font-family: avenirnextcyr;
    font-weight: 500;
  }

  .sc-main__title span {
    font-size: 27rem;
    line-height: 27rem;
  }

  .sc-banner {
    padding-top: 74rem;
  }

  .sc-banner__title {
    margin-bottom: 70rem;
  }

  .sc-adver__wrapper-content {
    min-height: 336rem;
  }

  .sc-adver__wrapper-content h3 {
    font-size: 22rem;
    line-height: 26rem;
    height: 100rem;
  }

  .sc-adver__wrapper-content p {
    font-size: 17rem;
    line-height: 21rem;
    max-width: 320rem;
  }
}

@media (max-width: 1440px) {
  html {
    font-size: 0.0694444444vw;
  }

  h1 {
    font-size: 42rem;
    line-height: 48rem;
    font-family: avenirnextcyr;
    font-weight: 500;
  }

  h2 {
    font-size: 42rem;
    line-height: 48rem;
    font-family: avenirnextcyr;
    font-weight: 500;
  }

  h3 {
    font-size: 24rem;
    line-height: 28rem;
    font-family: avenirnextcyr;
    font-weight: 500;
  }

  .btn--minsize {
    padding: 0 24rem;
    font-size: 17rem;
    line-height: 19rem;
    font-family: avenirnextcyr;
    font-weight: 400;
  }

  .btn--bigsize {
    min-height: 60rem;
    max-height: 60rem;
    padding: 0 30rem;
    font-size: 26rem;
    line-height: 26rem;
    font-family: avenirnextcyr;
    font-weight: 400;
    border-radius: 18rem;
  }

  .btn--large {
    padding: 0 30rem;
    font-size: 20rem;
    line-height: 22rem;
    font-family: avenirnextcyr;
    font-weight: 400;
  }

  .container {
    padding: 0 90rem;
  }

  .icon--arrow-bottom {
    width: 23rem;
    height: 12rem;
    min-width: 23rem;
    min-height: 12rem;
  }

  .header__wrapper-content {
    padding-top: 20rem;
  }

  .header__content-left {
    padding-left: 16rem;
  }

  .header__logo img {
    width: 370rem;
  }

  .header__content-right {
    padding-right: 16rem;
    row-gap: 12rem;
  }

  .header__phone {
    font-size: 28rem;
    line-height: 30rem;
  }

  .header__menu {
    padding: 12rem;
  }

  .header__menu ul {
    -webkit-column-gap: 20rem;
    -moz-column-gap: 20rem;
    column-gap: 20rem;
  }

  .header__menu ul li a {
    font-size: 20rem;
    line-height: 20rem;
  }

  .header--white {
    height: 129rem;
  }

  .fix-height {
    padding-top: 129rem;
  }

  .header--fixed .header__phone {
    font-size: 24rem;
    line-height: 26rem;
  }

  .footer__content-top {
    padding: 0 26rem 32rem 26rem;
  }

  .footer__grid-content {
    -ms-grid-columns: 330rem 1fr 300rem;
    grid-template-columns: 330rem 1fr 300rem;
  }

  .footer__logo {
    margin-bottom: 40rem;
  }

  .footer__logo img {
    width: 100%;
  }

  .footer__menu ul li a {
    font-size: 16rem;
    line-height: 20rem;
  }

  .footer__desc p {
    font-size: 14rem;
    line-height: 20rem;
  }

  .footer__wrap-info > a {
    margin-bottom: 24rem;
  }

  .footer__phone a {
    font-size: 28rem;
    line-height: 40rem;
  }

  .footer__info h3 {
    font-size: 17rem;
    line-height: 22rem;
  }

  .footer__info address {
    font-size: 17rem;
    line-height: 22rem;
    max-width: 260rem;
  }

  .categories-nav__menu ul a span {
    font-size: 14.5rem;
    line-height: 18.5rem;
  }

  .card-news h3 {
    font-size: 17rem;
    line-height: 23rem;
  }

  .card__img-box {
    height: 200rem;
    margin-bottom: 20rem;
  }

  .card__content h3 {
    margin-bottom: 18rem;
  }

  .card__content p {
    font-size: 16rem;
    line-height: 19rem;
  }

  .card--product h3 {
    font-size: 19rem;
    line-height: 21rem;
    min-height: 42rem;
  }

  .card--product .card__bottom {
    -webkit-column-gap: 20rem;
    -moz-column-gap: 20rem;
    column-gap: 20rem;
  }

  .select-form > a {
    font-size: 20rem;
    line-height: 24rem;
  }

  .select-form__inner {
    height: 60rem;
    width: 750rem;
    border-radius: 18rem;
  }

  .product-card__wrapper-grid {
    -ms-grid-columns: 580rem 480rem;
    grid-template-columns: 580rem 480rem;
  }

  .product-card__wrap-desc > p {
    margin-bottom: 26rem;
  }

  .product-card__wrap-price h4 {
    margin-bottom: 14rem;
  }

  .product-card__wrap-price p {
    font-size: 20rem;
    line-height: 24rem;
    margin-bottom: 24rem;
  }

  .product-card--page-product .product-card__wrapper-grid {
    -ms-grid-columns: 608rem 1fr;
    grid-template-columns: 608rem 1fr;
  }

  .product-card--page-product .product-card__wrap-title h3 {
    font-size: 26rem;
    line-height: 30rem;
  }

  .product-card--page-product .product-card__wrap-desc > p {
    margin-bottom: 26rem;
  }

  .product-card--page-product .product-card__wrap-options {
    margin-bottom: 16rem;
  }

  .product-card--page-product .product-card__wrap-options p {
    font-size: 20rem;
    line-height: 24rem;
  }

  .block-form-payment {
    -ms-grid-columns: 420rem 1fr;
    grid-template-columns: 420rem 1fr;
    -webkit-column-gap: 30rem;
    -moz-column-gap: 30rem;
    column-gap: 30rem;
  }

  .block-form-payment__right {
    padding-right: 0;
  }

  .sc-main {
    height: 740rem;
    background-position-y: -50rem;
  }

  .sc-main__title {
    row-gap: 12rem;
    margin-bottom: 64rem;
  }

  .sc-main__title h1 {
    font-size: 72rem;
    line-height: 72rem;
    font-family: avenirnextcyr;
    font-weight: 500;
  }

  .sc-main__title span {
    font-size: 24rem;
    line-height: 24rem;
  }

  .sc-catalog {
    padding-top: 70rem;
  }

  .sc-catalog__title {
    row-gap: 20rem;
    margin-bottom: 60rem;
  }

  .sc-banner {
    padding-top: 64rem;
  }

  .sc-banner__title {
    margin-bottom: 60rem;
    row-gap: 20rem;
  }

  .sc-adver__wrapper-content {
    min-height: 320rem;
    padding: 20rem;
  }

  .sc-adver__wrapper-content h3 {
    font-size: 20rem;
    line-height: 24rem;
    height: 92rem;
  }

  .sc-product__title {
    row-gap: 20rem;
  }

  .sc-product__title p br {
    display: none;
  }

  .sc-product .product-arrow-custom-next {
    padding-right: 30rem;
  }

  .sc-product .product-arrow-custom-prev {
    padding-left: 30rem;
  }

  .sc-list__wrap {
    -ms-grid-columns: 300rem 1fr;
    grid-template-columns: 300rem 1fr;
  }

  .sc-main-product__title h1 {
    max-width: 1200rem;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 0.1302083333vw;
  }

  body {
    font-size: 16rem;
  }

  h1 {
    font-size: 32rem;
    line-height: 36rem;
    font-family: avenirnextcyr;
    font-weight: 500;
  }

  h2 {
    font-size: 32rem;
    line-height: 36rem;
    font-family: avenirnextcyr;
    font-weight: 500;
  }

  h3 {
    font-size: 18rem;
    line-height: 22rem;
    font-family: avenirnextcyr;
  }

  p,
  span,
  address {
    font-size: 16rem;
    line-height: 20rem;
  }

  .wrapper-desc {
    row-gap: 20rem;
  }

  .link-big {
    font-size: 20rem;
    line-height: 22rem;
    padding-bottom: 3rem;
  }

  .break-desktop {
    display: none;
  }

  .btn--minsize {
    padding: 0 22rem;
    font-size: 16rem;
    line-height: 18rem;
    font-family: avenirnextcyr;
    font-weight: 400;
    min-height: 34rem;
    max-height: 34rem;
    border-radius: 12rem;
  }

  .btn--bigsize {
    min-height: 54rem;
    max-height: 54rem;
    font-size: 20rem;
    line-height: 20rem;
    font-family: avenirnextcyr;
    font-weight: 400;
    border-radius: 15rem;
    padding: 0 26rem;
  }

  .btn--large {
    min-height: 40rem;
    max-height: 40rem;
    padding: 0 24rem;
    font-size: 18rem;
    line-height: 20rem;
    font-family: avenirnextcyr;
    font-weight: 400;
    border-radius: 15rem;
  }

  .container {
    padding: 0 40rem;
  }

  .icon--arrow-left {
    width: 27rem;
    height: 83rem;
    min-width: 27rem;
    min-height: 83rem;
  }

  .icon--arrow-right {
    width: 27rem;
    height: 83rem;
    min-width: 27rem;
    min-height: 83rem;
  }

  .icon--arrow-left-white {
    width: 27rem;
    height: 83rem;
    min-width: 27rem;
    min-height: 83rem;
  }

  .icon--arrow-right-white {
    width: 27rem;
    height: 83rem;
    min-width: 27rem;
    min-height: 83rem;
  }

  .modal .modal__close {
    right: 40rem;
    top: 40rem;
  }

  .modal--addmenu .modal__inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: auto 0;
    padding-bottom: 56rem;
    margin-top: 50rem;
  }

  .modal--addmenu .modal__content {
    padding-top: 20rem;
    height: 100%;
  }

  .modal--addmenu .modal__container {
    padding: 0 40rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal--addmenu .modal__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal--addmenu .modal__content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal--addmenu .modal__wrap-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal--addmenu .modal__menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto) [2];
    grid-template-columns: repeat(2, auto);
    -webkit-column-gap: 16rem;
    -moz-column-gap: 16rem;
    column-gap: 16rem;
  }

  .modal--addmenu .modal__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12rem;
    text-align: center;
  }

  .modal--addmenu .modal__menu li a {
    font-size: 18rem;
    line-height: 20rem;
    font-family: avenirnextcyr;
    font-weight: 500;
    color: #1b1b1c;
  }

  .modal--addmenu .modal__logo img {
    width: 250rem;
  }

  .modal--addmenu .modal__phone a {
    font-size: 22rem;
    line-height: 24rem;
    font-weight: 500;
    text-align: center;
    color: #1b1b1c;
  }

  .modal--addmenu .modal__address {
    text-align: center;
    color: #1b1b1c;
    font-weight: 500;
    line-height: 28rem;
  }

  .breadcrumbs {
    padding-bottom: 14rem;
    padding-top: 14rem;
  }

  .wrapper-select--default {
    height: 40rem;
  }

  .wrapper-select--main .choices[data-type*='select-one'] .choices__inner {
    padding: 12rem 9rem 8rem 9rem;
  }

  .wrapper-select--main .choices[data-type*='select-one']::after {
    width: 19.55rem;
    height: 11.05rem;
    min-width: 19.55rem;
    min-height: 11.05rem;
  }

  .wrapper-select--main .choices__list--dropdown .choices__item,
  .wrapper-select--main .choices__list[aria-expanded] .choices__item {
    font-size: 13rem;
    line-height: 17rem;
    font-family: avenirnextcyr;
  }

  .wrapper-select--main .choices__item {
    font-size: 14rem;
    line-height: 16rem;
    font-family: avenirnextcyr;
    font-weight: 400;
  }

  .wrapper-input input {
    min-height: 40rem;
    max-height: 40rem;
  }

  .wrapper-input--banner input {
    font-size: 20rem;
    line-height: 20rem;
    border-radius: 15rem;
  }

  .wrapper-input--banner input::-webkit-input-placeholder {
    font-size: 24rem;
    line-height: 24rem;
  }

  .wrapper-input--banner input::-moz-placeholder {
    font-size: 24rem;
    line-height: 24rem;
  }

  .wrapper-input--banner input:-ms-input-placeholder {
    font-size: 24rem;
    line-height: 24rem;
  }

  .wrapper-input--banner input::-ms-input-placeholder {
    font-size: 24rem;
    line-height: 24rem;
  }

  .wrapper-input--banner input::placeholder {
    font-size: 24rem;
    line-height: 24rem;
  }

  .fix-height.offset-top {
    margin-top: 135rem;
  }

  .dropdown__wrapper {
    width: 240rem;
  }

  .wrapper-textarea textarea {
    min-height: 108rem;
  }

  .header {
    height: 83rem;
  }

  .header__wrapper-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20rem;
    -moz-column-gap: 20rem;
    column-gap: 20rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .header__content-left {
    padding-left: 0;
  }

  .header__logo {
    top: 0;
  }

  .header__logo img {
    width: 200rem;
  }

  .header__content-right {
    padding-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header__content-top {
    -webkit-column-gap: 20rem;
    -moz-column-gap: 20rem;
    column-gap: 20rem;
  }

  .header__phone {
    font-size: 20rem;
    line-height: 22rem;
    margin-left: auto;
  }

  .header__address {
    display: none;
  }

  .header__content-bottom {
    display: none;
  }

  .header .btn {
    display: none;
  }

  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__search .icon--search {
    -webkit-filter: invert(1);
    filter: invert(1);
  }

  .header--white {
    height: 82rem;
  }

  .header--white .header__logo img {
    width: 200rem;
    top: 0;
  }

  .header--white .header__hamburger span,
  .header--white .header__hamburger::after,
  .header--white .header__hamburger::before {
    border: 2rem solid #fff;
  }

  .header--white .header__hamburger-box {
    background-color: #d0021b;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
  }

  .header--white .header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 14rem;
    -moz-column-gap: 14rem;
    column-gap: 14rem;
  }

  .header--white .header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header--white .header__search i {
    -webkit-filter: sepia(0);
    filter: sepia(0);
  }

  .fix-height {
    padding-top: 82rem;
  }

  .header--fixed {
    height: 64rem;
  }

  .header--fixed .header__wrapper-content {
    padding-top: 10rem;
    padding-bottom: 10rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40rem;
    -moz-column-gap: 40rem;
    column-gap: 40rem;
  }

  .header--fixed .header__logo-dark {
    display: block;
  }

  .header--fixed .header__logo-dark img {
    width: 160rem;
  }

  .header--fixed .header__content-left {
    display: block;
  }

  .header--fixed .header__content-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .header--fixed .header__phone {
    font-size: 18rem;
    line-height: 20rem;
  }

  .header--fixed .header__hamburger-box {
    background-color: #d0021b;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
  }

  .header--fixed .header__hamburger span,
  .header--fixed .header__hamburger::after,
  .header--fixed .header__hamburger::before {
    border: 2rem solid #fff;
  }

  .header--fixed .header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header--fixed .header__search .icon--search {
    -webkit-filter: invert(0);
    filter: invert(0);
  }

  .footer__content-top {
    padding: 0 0 20rem 0;
  }

  .footer__grid-content {
    -ms-grid-columns: 345rem 1fr;
    grid-template-columns: 345rem 1fr;
    -webkit-column-gap: 34rem;
    -moz-column-gap: 34rem;
    column-gap: 34rem;
    row-gap: 24rem;
  }

  .footer__column:nth-child(2) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .footer__logo {
    margin-bottom: 24rem;
  }

  .footer__logo img {
    width: 260rem;
  }

  .footer__menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-column-gap: 34rem;
    -moz-column-gap: 34rem;
    column-gap: 34rem;
  }

  .footer__wrap-map {
    height: 140rem;
  }

  .footer__phone {
    margin-bottom: 16rem;
  }

  .footer__phone a {
    font-size: 20rem;
    line-height: 26rem;
  }

  .footer__content-bottom {
    padding: 16rem 0 0 0;
  }

  .footer__inner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 14rem;
  }

  .footer__copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hidden-lg-content .sc-list__categories-nav {
    padding-right: 40rem;
  }

  .hidden-lg-content__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(212, 24, 47, 0.75);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(2%, rgba(212, 24, 47, 0.75)),
      color-stop(93%, rgba(212, 24, 47, 0.75))
    );
    background: -o-linear-gradient(
      left,
      rgba(212, 24, 47, 0.75) 2%,
      rgba(212, 24, 47, 0.75) 93%
    );
    background: linear-gradient(
      90deg,
      rgba(212, 24, 47, 0.75) 2%,
      rgba(212, 24, 47, 0.75) 93%
    );
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 100%;
    padding: 250rem 0;
    position: relative;
    z-index: 10;
    left: 0;
    top: 0;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .hidden-lg-content__button span {
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18rem;
    line-height: 22rem;
    font-family: avenirnextcyr;
    font-weight: 700;
    position: relative;
    left: 1rem;
  }

  .hidden-lg-content__button button {
    position: absolute;
    left: calc(50% + 1rem);
    top: -48rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40rem;
    height: 40rem;
    min-width: 40rem;
    min-height: 40rem;
    border-radius: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .hidden-lg-content__button button:hover {
    cursor: pointer;
  }

  .hidden-lg-content__button button i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .hidden-lg-content__title {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: sticky;
    top: 80rem;
    left: 0;
  }

  .hidden-lg-content__wrapper {
    height: 100%;
  }

  .hidden-lg-content__wrapper-content {
    position: absolute;
    left: -100vw;
    top: 0;
    height: 100%;
    padding: 20rem 16rem 20rem 0;
    z-index: 9;
    background-color: #f2f2f2;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .categories-nav {
    row-gap: 24rem;
  }

  .categories-nav__card h2 {
    font-size: 26rem;
    line-height: 34rem;
  }

  .categories-nav__menu {
    padding-bottom: 12rem;
  }

  .categories-nav__menu h2 {
    margin-bottom: 8rem;
  }

  .card-news p {
    margin-bottom: 16rem;
  }

  .page-title {
    margin-bottom: 40rem;
    max-width: 600rem;
  }

  .page-title p {
    font-size: 16rem;
    line-height: 24rem;
  }

  .page-title--indent-large h1 {
    margin-bottom: 20rem;
  }

  .card__wrapper-content {
    padding-bottom: 10rem;
  }

  .card__wrapper-content span {
    font-size: 14rem;
    line-height: 16rem;
  }

  .card__img-box {
    height: 160rem;
    margin-bottom: 14rem;
  }

  .card__content {
    padding: 0 10rem;
  }

  .card__content h3 {
    margin-bottom: 14rem;
  }

  .card__content p {
    max-width: unset;
    font-size: 14rem;
    line-height: 16rem;
  }

  .card--product .card__wrapper-content {
    padding-bottom: 8rem;
  }

  .card--product h3 {
    max-width: 320rem;
    font-size: 16rem;
    line-height: 19rem;
    margin-bottom: 14rem;
  }

  .card--product .card__img-box {
    height: 180rem;
    margin-bottom: 20rem;
  }

  .card--product .card__content {
    padding: 0 20rem;
  }

  .card--product .card__content p {
    font-size: 14rem;
    line-height: 18rem;
  }

  .select-form {
    width: 100%;
  }

  .select-form > a {
    font-size: 18rem;
    line-height: 22rem;
  }

  .select-form__form {
    width: 100%;
  }

  .select-form__inner {
    width: 100%;
    height: 54rem;
    border-radius: 15rem;
    -ms-grid-columns: 1fr 1rem 170rem;
    grid-template-columns: 1fr 1rem 170rem;
  }

  .select-form__line {
    height: 36rem;
  }

  .product-card__wrapper-grid {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    padding: 0 0rem;
    row-gap: 24rem;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .product-card__wrap-swipers {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    padding: 0 40rem;
  }

  .product-card__wrap-title {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row: 1;
    grid-row: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0rem;
  }

  .product-card__wrap-title h3 {
    font-size: 24rem;
    line-height: 28rem;
    text-align: center;
    max-width: 569rem;
  }

  .product-card__wrap-desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .product-card__wrap-desc > p {
    text-align: center;
    line-height: 20rem;
  }

  .product-card__wrap-desc > p br {
    display: none;
  }

  .product-card__wrap-desc .btn {
    margin: 0 auto;
  }

  .product-card__wrap-price {
    text-align: center;
  }

  .product-card__wrap-price h4 {
    font-size: 20rem;
    line-height: 20rem;
  }

  .product-card__wrap-price p {
    font-size: 18rem;
    line-height: 20rem;
  }

  .product-card--page-product .product-card__wrapper-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .product-card--page-product .product-card__wrap-swipers {
    padding: 0;
  }

  .product-card--page-product .product-card__wrap-title {
    margin-bottom: 0rem;
    padding-top: 0rem;
  }

  .product-card--page-product .product-card__wrap-desc > p {
    max-width: unset;
  }

  .product-card--page-product .product-card__wrap-options {
    text-align: center;
  }

  .product-card--page-product .product-card__wrap-options h4 {
    font-size: 20rem;
    line-height: 20rem;
  }

  .product-card--page-product .product-card__wrap-options p {
    font-size: 18rem;
    line-height: 20rem;
  }

  .list-news {
    padding-bottom: 14rem;
  }

  .list-news__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15rem;
    -moz-column-gap: 15rem;
    column-gap: 15rem;
    row-gap: 20rem;
  }

  .list-news__card--visible-lg {
    display: block;
  }

  .block-form-payment {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20rem;
    -moz-column-gap: 20rem;
    column-gap: 20rem;
  }

  .block-form-payment__left {
    height: 520rem;
  }

  .block-form-payment__content {
    padding-bottom: 8rem;
  }

  .block-form-payment__wrap-text {
    margin-bottom: 14rem;
  }

  .block-form-payment__wrap-text h3 {
    margin-bottom: 16rem;
  }

  .block-form-payment__wrap-text address,
  .block-form-payment__wrap-text p {
    font-size: 14rem;
    line-height: 18rem;
  }

  .block-form-payment__wrap-text address {
    margin-bottom: 16rem;
  }

  .block-form-payment__wrap-text strong {
    font-size: 16rem;
    line-height: 18rem;
  }

  .block-form-payment__form {
    row-gap: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sc-main {
    height: 560rem;
    background-position-y: 0;
  }

  .sc-main__wrapper-content {
    padding-top: 180rem;
  }

  .sc-main__title {
    margin-bottom: 30rem;
    row-gap: 6rem;
  }

  .sc-main__title h1 {
    font-size: 48rem;
    line-height: 48rem;
    font-family: avenirnextcyr;
    font-weight: 500;
  }

  .sc-main__title span {
    font-size: 17rem;
    line-height: 17rem;
  }

  .sc-catalog {
    padding-top: 42rem;
  }

  .sc-catalog__title {
    row-gap: 12rem;
    margin-bottom: 40rem;
  }

  .sc-catalog__title p {
    max-width: unset;
  }

  .sc-catalog__title p br {
    display: none;
  }

  .sc-catalog__wrapper-content {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20rem;
    margin-bottom: 30rem;
  }

  .sc-banner {
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .sc-banner__background {
    background-position-y: 0rem;
  }

  .sc-banner__title {
    margin-bottom: 40rem;
    row-gap: 12rem;
  }

  .sc-banner__title h2 {
    max-width: 530rem;
  }

  .sc-banner__title p {
    max-width: unset;
  }

  .sc-banner__form {
    margin: 0 auto 10rem;
  }

  .sc-banner__input {
    max-width: 250rem;
  }

  .sc-banner__input input::-webkit-input-placeholder {
    top: 2rem;
  }

  .sc-banner__input input::-moz-placeholder {
    top: 2rem;
  }

  .sc-banner__input input:-ms-input-placeholder {
    top: 2rem;
  }

  .sc-banner__input input::-ms-input-placeholder {
    top: 2rem;
  }

  .sc-banner__input input::placeholder {
    top: 2rem;
  }

  .sc-banner__policy {
    font-size: 12rem;
    line-height: 16rem;
  }

  .sc-adver {
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .sc-adver__swiper {
    padding: 0 40rem;
    margin-bottom: 30rem;
  }

  .sc-adver__wrapper-content {
    padding: 20rem;
    min-height: 270rem;
  }

  .sc-adver__wrapper-content h3 {
    font-size: 16rem;
    line-height: 18rem;
    height: 70rem;
  }

  .sc-adver__wrapper-content p {
    font-size: 14rem;
    line-height: 18rem;
    max-width: 320rem;
  }

  .sc-adver__wrapper-content a {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-adver .arrow-custom-next {
    padding-right: 0;
  }

  .sc-adver .arrow-custom-prev {
    padding-left: 0;
  }

  .sc-product {
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .sc-product__title {
    row-gap: 12rem;
  }

  .sc-product__navigation {
    margin-top: -155rem;
  }

  .sc-product .product-arrow-custom-next {
    padding-right: 10rem;
  }

  .sc-product .product-arrow-custom-prev {
    padding-left: 10rem;
  }

  .sc-list {
    padding: 0;
  }

  .sc-list__container {
    padding: 0 40rem 0 0;
  }

  .sc-list__wrap {
    -ms-grid-columns: 40rem 1fr;
    grid-template-columns: 40rem 1fr;
    -webkit-column-gap: 20rem;
    -moz-column-gap: 20rem;
    column-gap: 20rem;
  }

  .sc-list__left {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .sc-list__right {
    padding: 32rem 0 40rem 0;
  }

  .sc-list__content-left {
    top: unset;
    left: unset;
    position: relative;
  }

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

  .sc-list__categories-nav {
    width: 320rem;
    position: sticky;
    left: 0;
    top: 80rem;
  }

  .sc-list__block-news {
    -ms-grid-column: 2;
    grid-column: 2;
    margin-bottom: 32rem;
  }

  .sc-list--page {
    padding-bottom: 0;
  }

  .sc-main-preview {
    height: 200rem;
  }

  .sc-main-product__wrapper-content {
    padding-top: 40rem;
    padding-bottom: 30rem;
  }

  .sc-main-product__title {
    row-gap: 12rem;
    margin-bottom: 40rem;
  }

  .sc-main-product__title h1 {
    line-height: 36rem;
    max-width: unset;
  }

  .sc-main-product__title p {
    max-width: unset;
    line-height: 20rem;
  }

  .sc-main-product__title p br {
    display: none;
  }

  .sc-main-product-list {
    padding-top: 20rem;
    padding-bottom: 40rem;
  }

  .sc-main-product-list__btn > a {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 2rem;
  }

  .sc-main-product-list__title {
    margin-bottom: 30rem;
  }

  .sc-main-product-list__wrap-swiper {
    margin-bottom: 30rem;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 0.3125vw;
  }

  h1 {
    font-size: 21rem;
    line-height: 25rem;
    font-family: avenirnextcyr;
  }

  h2 {
    font-size: 20rem;
    line-height: 24rem;
    font-family: avenirnextcyr;
  }

  h3 {
    font-size: 12rem;
    line-height: 15rem;
  }

  p,
  span,
  address {
    font-size: 12rem;
    line-height: 17rem;
  }

  .wrapper-desc {
    row-gap: 16rem;
  }

  .link-big {
    font-size: 14rem;
    line-height: 16rem;
    padding-bottom: 0;
  }

  .btn--minsize {
    min-height: 24rem;
    max-height: 24rem;
    font-size: 12rem;
    line-height: 12rem;
    font-family: avenirnextcyr;
    font-weight: 400;
    padding: 0 12rem;
    border-radius: 8rem;
  }

  .btn--bigsize {
    min-height: 40rem;
    max-height: 40rem;
    font-size: 16rem;
    line-height: 16rem;
    font-family: avenirnextcyr;
    font-weight: 400;
    border-radius: 13rem;
    padding: 0 20rem;
  }

  .btn--large {
    border-radius: 12rem;
    font-size: 16rem;
    line-height: 16rem;
    font-family: avenirnextcyr;
    font-weight: 400;
    padding: 0 20rem;
    min-height: 34rem;
    max-height: 34rem;
  }

  .btn--ultra-small {
    font-size: 8.5rem;
    line-height: 8.5rem;
    padding: 4rem 4rem 2rem 4rem;
    height: 16rem;
  }

  .container {
    padding: 0 15rem;
  }

  .icon--arrow-left {
    width: 27rem;
    height: 50rem;
    min-width: 27rem;
    min-height: 50rem;
  }

  .icon--arrow-right {
    width: 27rem;
    height: 50rem;
    min-width: 27rem;
    min-height: 50rem;
  }

  .icon--arrow-left-white {
    width: 27rem;
    height: 50rem;
    min-width: 27rem;
    min-height: 50rem;
  }

  .icon--arrow-right-white {
    width: 27rem;
    height: 50rem;
    min-width: 27rem;
    min-height: 50rem;
  }

  .icon--telegram {
    width: 28rem;
    height: 28rem;
    min-width: 28rem;
    min-height: 28rem;
  }

  .icon--vk {
    width: 28rem;
    height: 28rem;
    min-width: 28rem;
    min-height: 28rem;
  }

  .icon--circle-arrow-right svg {
    width: 26rem;
    height: 26rem;
    min-width: 26rem;
    min-height: 26rem;
  }

  .modal .modal__close {
    top: 28rem;
    right: 20rem;
  }

  .modal--addmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal--addmenu .modal__inner-content {
    padding-bottom: 86rem;
  }

  .modal--addmenu .modal__content {
    padding-bottom: 48rem;
  }

  .modal--addmenu .modal__container {
    padding: 0 15rem;
  }

  .modal--addmenu .modal__wrapper-content {
    row-gap: 20rem;
  }

  .modal--addmenu .modal__wrap-info .btn {
    min-height: 34rem;
    max-height: 34rem;
    font-size: 14rem;
    line-height: 12rem;
    font-family: avenirnextcyr;
    font-weight: 400;
    padding: 0 20rem;
    border-radius: 8rem;
  }

  .modal--addmenu .modal__menu {
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
  }

  .modal--addmenu .modal__menu ul {
    row-gap: 4rem;
  }

  .modal--addmenu .modal__menu li a {
    font-size: 14rem;
    line-height: 16rem;
    font-family: avenirnextcyr;
  }

  .modal--addmenu .modal__logo img {
    width: 150rem;
  }

  .modal--addmenu .modal__phone {
    row-gap: 8rem;
  }

  .modal--addmenu .modal__phone a {
    font-size: 16rem;
    line-height: 18rem;
  }

  .modal--addmenu .modal__address {
    font-size: 14rem;
    line-height: 22rem;
  }

  .breadcrumbs {
    font-size: 12rem;
    line-height: 14rem;
    font-family: avenirnextcyr;
    padding-bottom: 10rem;
    padding-top: 10rem;
  }

  .wrapper-select
    .choices__list--single
    .choices__item.choices__item--selectable {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 14rem;
  }

  .wrapper-select .choices__inner {
    padding: 10rem 0;
  }

  .wrapper-select--default .choices__item {
    font-size: 12rem;
    line-height: 14rem;
  }

  .wrapper-select--default .choices__item,
  .wrapper-select--default .choices__list--dropdown .choices__item,
  .wrapper-select--default .choices__list[aria-expanded] .choices__item {
    font-size: 12rem;
    line-height: 14rem;
  }

  .wrapper-select--main .choices[data-type*='select-one'] .choices__inner {
    padding: 10rem 11rem 9rem 0;
  }

  .wrapper-select--main .choices[data-type*='select-one']::after {
    width: 13.8rem;
    height: 7.8rem;
    min-width: 13.8rem;
    min-height: 7.8rem;
  }

  .wrapper-select--main .choices__list--dropdown .choices__item,
  .wrapper-select--main .choices__list[aria-expanded] .choices__item {
    font-size: 10rem;
    line-height: 12rem;
    font-family: avenirnextcyr;
  }

  .wrapper-select--main .choices__item {
    font-size: 11rem;
    line-height: 12rem;
    font-family: avenirnextcyr;
  }

  .wrapper-input--default input {
    font-size: 12rem;
    line-height: 14rem;
  }

  .wrapper-input--banner input {
    font-size: 16rem;
    line-height: 18rem;
    border-radius: 12rem;
  }

  .wrapper-input--banner input::-webkit-input-placeholder {
    font-size: 20rem;
    line-height: 20rem;
  }

  .wrapper-input--banner input::-moz-placeholder {
    font-size: 20rem;
    line-height: 20rem;
  }

  .wrapper-input--banner input:-ms-input-placeholder {
    font-size: 20rem;
    line-height: 20rem;
  }

  .wrapper-input--banner input::-ms-input-placeholder {
    font-size: 20rem;
    line-height: 20rem;
  }

  .wrapper-input--banner input::placeholder {
    font-size: 20rem;
    line-height: 20rem;
  }

  .fix-height.offset-top {
    margin-top: 88rem;
  }

  .dropdown__wrapper {
    width: 200rem;
  }

  .dropdown__dropdown-content {
    padding: 4rem 0;
    max-height: 260rem;
  }

  .dropdown__dropdown-content > ul a {
    padding: 4rem 8rem;
    font-size: 14rem;
    line-height: 16rem;
    font-family: avenirnextcyr;
  }

  .wrapper-textarea textarea {
    font-size: 12rem;
    line-height: 14rem;
    min-height: 86rem;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .header__wrapper-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__logo img {
    width: 100rem;
  }

  .header__content-top {
    -webkit-column-gap: 14rem;
    -moz-column-gap: 14rem;
    column-gap: 14rem;
  }

  .header__phone {
    display: none;
  }

  .header__hamburger {
    width: 22rem;
    row-gap: 2rem;
  }

  .header__hamburger span,
  .header__hamburger::after,
  .header__hamburger::before {
    border: 2rem solid #fff;
  }

  .header__socials {
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
  }

  .header__socials i {
    width: 22rem;
    height: 22rem;
    min-width: 22rem;
    min-height: 22rem;
  }

  .header__phone-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }

  .header__phone-icon .icon--call {
    -webkit-filter: invert(1);
    filter: invert(1);
  }

  .header--white {
    height: 52rem;
  }

  .header--white .header__wrapper-content {
    -webkit-column-gap: 20rem;
    -moz-column-gap: 20rem;
    column-gap: 20rem;
  }

  .header--white .header__logo img {
    width: 100rem;
  }

  .header--white .header__hamburger {
    width: 20rem;
    height: 20rem;
    row-gap: 2rem;
  }

  .header--white .header__hamburger-box {
    width: 32rem;
    height: 32rem;
  }

  .header--white .header__socials {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }

  .header--white .header__socials a i {
    width: 22rem;
    height: 22rem;
    min-width: 22rem;
    min-height: 22rem;
  }

  .header--white .header__phone-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header--white .header__phone-icon .icon--call {
    -webkit-filter: invert(0);
    filter: invert(0);
  }

  .header--white .header__content-top {
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
  }

  .fix-height {
    padding-top: 52rem;
  }

  .header--fixed {
    height: 52rem;
  }

  .header--fixed .header__wrapper-content {
    -webkit-column-gap: 20rem;
    -moz-column-gap: 20rem;
    column-gap: 20rem;
  }

  .header--fixed .header__logo-dark img {
    width: 100rem;
  }

  .header--fixed .header__content-top {
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
  }

  .header--fixed .header__phone {
    font-size: 8rem;
    line-height: 10rem;
  }

  .header--fixed .header__hamburger-box {
    width: 32rem;
    height: 32rem;
  }

  .header--fixed .header__hamburger {
    width: 20rem;
    height: 20rem;
    row-gap: 2rem;
  }

  .header--fixed .btn {
    display: none;
  }

  .header--fixed .header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }

  .header--fixed .header__socials a i {
    width: 22rem;
    height: 22rem;
    min-width: 22rem;
    min-height: 22rem;
  }

  .header--fixed .header__phone-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }

  .header--fixed .header__phone-icon .icon--call {
    -webkit-filter: invert(0);
    filter: invert(0);
  }

  .footer {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .footer__grid-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20rem;
  }

  .footer__column:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .footer__column:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .footer__column:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .footer__wrap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__logo {
    margin-bottom: 14rem;
  }

  .footer__logo img {
    width: 210rem;
  }

  .footer__menu {
    margin-bottom: 16rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 16rem;
    -moz-column-gap: 16rem;
    column-gap: 16rem;
  }

  .footer__menu ul li a {
    font-size: 13rem;
    line-height: 17rem;
  }

  .footer__registry {
    margin-bottom: 6rem;
  }

  .footer__registry img {
    width: 260rem;
  }

  .footer__desc p {
    font-size: 10rem;
    line-height: 15rem;
    text-align: center;
  }

  .footer__wrap-info {
    padding-top: 0rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 40rem 24rem auto;
    grid-template-rows: 40rem 24rem auto;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }

  .footer__wrap-info > a {
    margin-bottom: 8rem;
    font-size: 12rem;
    line-height: 12rem;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .footer__phone {
    margin-bottom: 8rem;
    row-gap: 8rem;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .footer__phone a {
    font-size: 12rem;
    line-height: 12rem;
  }

  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-span: 3;
    grid-row: span 3;
  }

  .footer__info h3 {
    font-size: 14rem;
    line-height: 14rem;
    margin-bottom: 10rem;
  }

  .footer__info address {
    font-size: 10rem;
    line-height: 13rem;
    margin-bottom: 8rem;
    text-align: center;
    max-width: unset;
  }

  .footer__info p {
    font-size: 10rem;
    line-height: 13rem;
    text-align: center;
  }

  .footer__socials {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    row-gap: 10rem;
  }

  .footer__wrap-desc p {
    font-size: 11rem;
    line-height: 14rem;
  }

  .footer__policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 6rem;
  }

  .footer__policy a {
    font-size: 12rem;
    line-height: 12rem;
  }

  .hidden-lg-content__button span {
    font-size: 13rem;
    line-height: 18rem;
    font-family: avenirnextcyr;
    left: 2rem;
  }

  .hidden-lg-content__wrapper-content {
    max-width: 100vw;
    width: 100vw;
    padding: 16rem 56rem 16rem 0;
  }

  .hidden-lg-content--visible .hidden-lg-content__button button {
    -webkit-transform: translateX(-330rem);
    -ms-transform: translateX(-330rem);
    transform: translateX(-330rem);
  }

  .categories-nav {
    row-gap: 16rem;
  }

  .categories-nav__card {
    padding-top: 16rem;
  }

  .categories-nav__card h2 {
    font-size: 20rem;
    line-height: 22rem;
  }

  .categories-nav__menu {
    padding-bottom: 8rem;
  }

  .categories-nav__menu h2 {
    margin-bottom: 4rem;
  }

  .categories-nav__menu ul a::before {
    border-width: 2rem;
  }

  .categories-nav__menu ul a span {
    font-size: 13rem;
    line-height: 16rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .card-news h3 {
    font-size: 11rem;
    line-height: 14rem;
    margin-bottom: 8rem;
  }

  .card-news p {
    font-size: 10rem;
    line-height: 12rem;
    margin-bottom: 4rem;
  }

  .card-news > a {
    font-size: 10rem;
    line-height: 12rem;
    text-underline-offset: 3rem;
  }

  .page-title {
    max-width: unset;
    margin-bottom: 20rem;
  }

  .page-title h1 {
    margin-bottom: 10rem;
  }

  .page-title p {
    font-size: 12rem;
    line-height: 17rem;
  }

  .page-title--indent-large h1 {
    margin-bottom: 10rem;
  }

  .card__wrapper-content span {
    font-size: 12rem;
    line-height: 12rem;
  }

  .card__img-box {
    height: 80rem;
    margin-bottom: 10rem;
  }

  .card__content {
    margin-bottom: 12rem;
  }

  .card__content h3 {
    margin-bottom: 4rem;
  }

  .card__content p {
    font-size: 10rem;
    line-height: 12rem;
  }

  .card--product h3 {
    font-size: 11rem;
    line-height: 14rem;
    height: auto;
    min-height: unset;
    max-width: unset;
    margin-bottom: 4rem;
  }

  .card--product .card__img-box {
    height: 80rem;
    margin-bottom: 8rem;
  }

  .card--product .card__content,
  .card--product .card__bottom {
    padding: 0 4rem;
  }

  .card--product .card__content {
    padding: 0 4rem;
  }

  .card--product .card__content p {
    font-size: 10rem;
    line-height: 12rem;
  }

  .card--product .card__bottom {
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }

  .card--product .card__bottom p {
    font-size: 10rem;
    line-height: 12rem;
    padding-bottom: 2rem;
  }

  .card--product .card__bottom p::after {
    font-size: 9rem;
    line-height: 9rem;
    margin-left: 3rem;
  }

  .select-form > a {
    font-size: 12rem;
    line-height: 14rem;
  }

  .select-form__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20rem;
    margin-bottom: 20rem;
  }

  .select-form__inner {
    height: 40rem;
    border-radius: 15rem;
    width: 100%;
    -ms-grid-columns: 1fr 100rem;
    grid-template-columns: 1fr 100rem;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    padding: 0 10rem;
    border-radius: 8rem;
  }

  .select-form__select {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .select-form__select:last-child.wrapper-select--main
    .choices[data-type*='select-one']::after {
    right: 0;
  }

  .select-form__line {
    display: none;
  }

  .select-form--page .select-form__form {
    margin-bottom: 24rem;
  }

  .product-card__wrapper-grid {
    padding: 0 0rem;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    row-gap: 10rem;
  }

  .product-card__wrap-swipers {
    padding: 0;
  }

  .product-card__img-main {
    margin-bottom: 5rem;
  }

  .product-card__wrap-title h3 {
    font-size: 16rem;
    line-height: 20rem;
  }

  .product-card__wrap-desc > p {
    text-align: justify;
    margin-bottom: 16rem;
    line-height: 17rem;
  }

  .product-card__wrap-price h4 {
    font-size: 18rem;
    line-height: 18rem;
    margin-bottom: 4rem;
  }

  .product-card__wrap-price p {
    font-size: 14rem;
    line-height: 16rem;
    margin-bottom: 16rem;
  }

  .product-card--page-product .product-card__wrap-title h3 {
    font-size: 16rem;
    line-height: 20rem;
  }

  .product-card--page-product .product-card__wrap-options h4 {
    font-size: 18rem;
    line-height: 18rem;
    margin-bottom: 8rem;
  }

  .product-card--page-product .product-card__wrap-options p {
    font-size: 14rem;
    line-height: 16rem;
  }

  .list-news {
    padding-bottom: 12rem;
  }

  .list-news h2 {
    padding: 0 8rem;
  }

  .list-news__cards {
    margin-bottom: 4rem;
    padding: 10rem 8rem;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    row-gap: 10rem;
  }

  .block-form-payment {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 24rem;
  }

  .block-form-payment__left {
    height: 140rem;
  }

  .block-form-payment__wrap-text h3 {
    font-size: 15rem;
    line-height: 17rem;
    margin-bottom: 8rem;
  }

  .block-form-payment__wrap-text address,
  .block-form-payment__wrap-text p {
    font-size: 12rem;
    line-height: 16rem;
  }

  .block-form-payment__wrap-text strong {
    font-size: 12rem;
    line-height: 16rem;
  }

  .block-form-payment__wrap-btn {
    padding-top: 4rem;
  }

  .block-form-payment__warning {
    padding-top: 4rem;
  }

  .sc-main {
    height: 490rem;
  }

  .sc-main__wrapper-content {
    padding-top: 140rem;
  }

  .sc-main__title h1 {
    font-size: 20rem;
    line-height: 20rem;
    font-family: avenirnextcyr;
    font-weight: 500;
  }

  .sc-main__title span {
    font-size: 10rem;
    line-height: 14rem;
    padding-left: 0rem;
  }

  .sc-catalog {
    padding-top: 20rem;
    padding-bottom: 24rem;
  }

  .sc-catalog__title {
    row-gap: 10rem;
    margin-bottom: 24rem;
  }

  .sc-catalog__wrapper-content {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 12rem;
    margin-bottom: 20rem;
  }

  .sc-banner {
    padding-top: 20rem;
    padding-bottom: 24rem;
  }

  .sc-banner__background {
    background-position-y: 0;
  }

  .sc-banner__title {
    row-gap: 10rem;
    margin-bottom: 20rem;
  }

  .sc-banner__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sc-banner__input {
    max-width: 230rem;
  }

  .sc-banner__input input::-webkit-input-placeholder {
    top: 1rem;
  }

  .sc-banner__input input::-moz-placeholder {
    top: 1rem;
  }

  .sc-banner__input input:-ms-input-placeholder {
    top: 1rem;
  }

  .sc-banner__input input::-ms-input-placeholder {
    top: 1rem;
  }

  .sc-banner__input input::placeholder {
    top: 1rem;
  }

  .sc-banner__policy {
    text-align: center;
    line-height: 14rem;
    max-width: 208rem;
  }

  .sc-adver {
    padding-top: 30rem;
    padding-bottom: 20rem;
  }

  .sc-adver__swiper {
    padding: 0 26rem;
    margin-bottom: 20rem;
  }

  .sc-adver__wrapper-content {
    padding: 14rem;
    min-height: 250rem;
  }

  .sc-adver__wrapper-content h3 {
    font-size: 14rem;
    line-height: 18rem;
    height: unset;
  }

  .sc-adver__wrapper-content p {
    font-size: 12rem;
    line-height: 16rem;
  }

  .sc-adver__wrapper-content a {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-product {
    padding-top: 20rem;
    padding-bottom: 24rem;
  }

  .sc-product__title {
    row-gap: 10rem;
    margin-bottom: 20rem;
  }

  .sc-product__navigation {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: 150rem;
    margin-top: -20rem;
  }

  .sc-product .product-arrow-custom-next .icon,
  .sc-product .product-arrow-custom-prev .icon {
    -webkit-filter: invert(1);
    filter: invert(1);
  }

  .sc-list__container {
    padding: 0 15rem 0 0;
  }

  .sc-list__wrap {
    -ms-grid-columns: 30rem 1fr;
    grid-template-columns: 30rem 1fr;
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
  }

  .sc-list__right {
    padding: 20rem 0 32rem 0;
  }

  .sc-list__wrap-cards {
    row-gap: 8rem;
    -webkit-column-gap: 8rem;
    -moz-column-gap: 8rem;
    column-gap: 8rem;
  }

  .sc-list__categories-nav {
    width: 100%;
    top: 60rem;
  }

  .sc-list__block-news {
    margin-bottom: 24rem;
  }

  .sc-list--page .sc-list__right {
    padding: 20rem 0 16rem 0;
  }

  .sc-main-preview__wrapper {
    padding-top: 10rem;
  }

  .sc-main-product__wrapper-content {
    padding-top: 20rem;
    padding-bottom: 24rem;
  }

  .sc-main-product__title {
    row-gap: 10rem;
    margin-bottom: 24rem;
  }

  .sc-main-product__title h1 {
    line-height: 25rem;
  }

  .sc-main-product__title p {
    line-height: 16rem;
  }

  .sc-main-product-list {
    padding-top: 20rem;
    padding-bottom: 24rem;
  }

  .sc-main-product-list__btn > a {
    font-size: 16px;
    line-height: 17px;
    padding-bottom: 2rem;
  }

  .sc-main-product-list__title {
    margin-bottom: 20rem;
  }

  .sc-main-product-list__wrap-swiper {
    margin-bottom: 20rem;
  }
}
.sc-product-desc__wrap-img {
  width: 100%;
  max-width: 380px;
  float: left;
  margin-right: 20px;
}
.sc-preview__wrap-title h1 {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-card__wrap-desc table {
  margin-bottom: 20px;
}
.product-card__wrap-desc table td {
  padding: 3px;
}
.product-card__wrap-desc table tr:nth-child(even) {
  background: #ccc;
}
.product-card__wrap-desc table tr:nth-child(odd) {
  background: #fff;
}
.widgetcode {
  margin-top: 30rem;
  order: 2;
}

@media (max-width: 768px) {
  .widgetcode {
    margin-top: 16rem;
  }

  .widgetcode iframe {
    height: 190rem;
  }
}
