

/* Start:/bitrix/templates/mebel/css/style.css?1751919951500718*/
@charset "UTF-8";
/*! 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 */
  font-family: Open Sans;
  font-size: 14px;
  color: #000;
  font-weight: normal; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

a {
  color: #201111;
  text-decoration: none; }

li {
  list-style-type: none; }

@font-face {
  font-family: "Century Gothic";
  src: url("/bitrix/templates/mebel/css/../fonts/CenturyGothic.woff2") format("woff2"), url("/bitrix/templates/mebel/css/../fonts/CenturyGothic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Century Gothic";
  src: url("/bitrix/templates/mebel/css/../fonts/CenturyGothic-Italic.woff2") format("woff2"), url("/bitrix/templates/mebel/css/../fonts/CenturyGothic-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Century Gothic";
  src: url("/bitrix/templates/mebel/css/../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("/bitrix/templates/mebel/css/../fonts/CenturyGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Century Gothic";
  src: url("/bitrix/templates/mebel/css/../fonts/CenturyGothic-BoldItalic.woff2") format("woff2"), url("/bitrix/templates/mebel/css/../fonts/CenturyGothic-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Open Sans";
  src: url("/bitrix/templates/mebel/css/../fonts/OpenSans-Regular.woff2") format("woff2"), url("/bitrix/templates/mebel/css/../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("/bitrix/templates/mebel/css/../fonts/Roboto-Regular.woff2") format("woff2"), url("/bitrix/templates/mebel/css/../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

* {
  outline: none;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: "Century Gothic", "Arial", sans-serif;
  color: #000000;
  background-color: #ffffff; }

a {
  font-family: inherit;
  color: inherit;
  text-decoration: none; }
  a:active {
    outline: none; }

p {
  margin: 0; }

button {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer; }

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

blockquote {
  margin-left: 0;
  padding: 24px;
  border: 4px solid #f1f2f2; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.swiper-button-disabled {
  opacity: 0.2 !important; }

@media (min-width: 991px) {
  a:hover {
    opacity: 0.8; } }

.btn btn-primary {
  background: #3d4345; }

/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@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-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

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

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

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

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

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

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

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

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

.swiper-container-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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-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: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-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: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

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

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

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

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

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

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

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

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

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

.swiper-container-cube {
  overflow: visible; }

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

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

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

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/mebel/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* transition */
.btn, .closer, .overlay {
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

/* buttons */
.btn {
  height: 48px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 46px;
  font-family: 'Roboto', sans-serif;
  padding: 0 32px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 24px;
  border: 0;
  background: transparent;
  cursor: pointer; }
  .btn.btn-primary {
    background: #3d4345; }

.btn + .btn {
  margin-left: 24px; }

.btn-default {
  color: #058cd0;
  border: solid 2px #058cd0;
  opacity: 1; }

.btn-success {
  color: #5cb85c;
  border: solid 2px #5cb85c;
  opacity: 1; }

.btn-default:hover, .btn-success:hover {
  opacity: 0.77; }

/*--- CONTENT ---*/
.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.87); }

.dlg-modal {
  width: 100%;
  max-width: 570px;
  min-height: 300px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: fixed;
  left: -50%;
  z-index: 10;
  padding: 35px 36px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
  box-sizing: border-box; }

.dlg-modal-fade {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.dlg-modal-slide {
  top: -20px;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
  visibility: visible;
  opacity: 1; }

.closer {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 10;
  border-radius: 50%; }

.closer:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.fadeIn,
.slideInDown {
  left: 50%; }

.overlay.fadeIn {
  left: 0; }

/* animation */
.fadeIn, .fadeOut, .slideInDown, .slideOutUp {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: 100;
  overflow-y: hidden; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
  visibility: visible; }

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  opacity: 0;
  visibility: hidden; }

@-webkit-keyframes slideInDown {
  from {
    top: -20px;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); }
  to {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@keyframes slideInDown {
  from {
    top: -20px;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); }
  to {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@-webkit-keyframes slideOutUp {
  from {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  to {
    top: -20px;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); } }

@keyframes slideOutUp {
  from {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  to {
    top: -20px;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* scroll off */
body.modal-open {
  overflow: hidden; }

.modal__title {
  font-size: 32px;
  line-height: 42px; }
  .modal__title span {
    display: block;
    font-size: 20px; }

.modal__description {
  margin-top: -15px;
  margin-bottom: 20px; }

.modal__form-wrapper--scroll {
  padding-right: 8px;
  max-height: 300px; }

.modal__list--scroll {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center; }

.modal__item {
  padding-bottom: 20px; }
  .modal__item--scroll {
    width: 130px; }

.modal__label {
  display: block;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 17px; }

.modal__input {
  height: 52px;
  width: 100%;
  padding-top: 4px;
  padding-left: 18px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  outline: none;
  box-sizing: border-box; }

.modal__link {
  cursor: pointer; }

.modal__policy-text {
  margin-top: 10px;
  font-size: 12px; }

.modal__policy-link {
  text-decoration: underline; }

.modal__button-container {
  margin-top: 20px; }

.modal__button {
  height: 45px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed1c29;
  border: none; }

.modal__status-container {
  position: relative;
  margin-top: 20px;
  padding-right: 8px;
  max-height: 50vh;
  overflow: hidden; }

.modal__scrollbar {
  cursor: pointer; }

.dlg-modal.dlg-modal-frame {
  width: 1200px;
  height: 600px;
  max-width: 100%;
  max-height: 100%;
  padding: 40px; }

.dlg-modal-scroll {
  max-height: 100%;
  box-sizing: border-box; }

.dlg-modal iframe {
  width: 100%;
  height: 100%; }

.dlg-modal.dlg-modal-img {
  min-width: 320px;
  height: 1200px;
  max-width: 100%;
  max-height: 100%; }

.dlg-modal-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.dlg-modal-image {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

#modal-status .well {
  padding: 20px 0;
  margin: 15px;
  border: 1px solid black;
  border-radius: 8px; }

#modal-status .table {
  margin: 20px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  border: 1px solid lightgray;
  border-collapse: collapse; }
  #modal-status .table tr:nth-child(2n-1) {
    background-color: #e1e5e6; }
  #modal-status .table td {
    padding: 5px; }

@media (min-width: 992px) {
  body.modal-open {
    padding-right: 18px; }
  #modal-status {
    max-width: 1000px; } }

@media (max-width: 991px) {
  #modal-status .table {
    margin: auto; }
  #modal-status .well {
    margin: 15px 2px;
    border: none;
    border-bottom: 1px solid black;
    border-radius: initial; }
    #modal-status .well:first-child {
      border-top: 1px solid black; }
  .dlg-modal.dlg-modal-frame {
    width: 1200px;
    height: 600px;
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    border-radius: 0; } }

@-webkit-keyframes button-anim {
  0% {
    box-shadow: 0 0 0 0 #ed1c29; }
  100% {
    box-shadow: 0 0 0 34px rgba(237, 28, 41, 0); } }

@keyframes button-anim {
  0% {
    box-shadow: 0 0 0 0 #ed1c29; }
  100% {
    box-shadow: 0 0 0 34px rgba(237, 28, 41, 0); } }

@-webkit-keyframes button-anim-mobile {
  0% {
    box-shadow: 0 0 0 0 #ed1c29; }
  100% {
    box-shadow: 0 0 0 18px rgba(237, 28, 41, 0); } }

@keyframes button-anim-mobile {
  0% {
    box-shadow: 0 0 0 0 #ed1c29; }
  100% {
    box-shadow: 0 0 0 18px rgba(237, 28, 41, 0); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes search {
  0% {
    top: 4px; }
  100% {
    top: 43px; } }

@keyframes search {
  0% {
    top: 4px; }
  100% {
    top: 43px; } }

.success-wrap p {
  margin-bottom: 15px;
  font-size: 17px;
  text-align: center; }

.success-wrap a {
  height: 45px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed1c29;
  border: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 170px;
  margin: auto;
  font-family: "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  box-sizing: border-box; }
  .success-wrap a:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ed1c29;
    background-color: #ffffff;
    border: 2px solid #ed1c29; }

.success-wrap .alert-danger {
  color: #ed1c29; }

.tabs-swiper__wrapper {
  max-width: 1346px;
  padding: 10px;
  margin: auto; }

.tabs-swiper__tabs {
  display: -webkit-box;
  display: flex;
  max-width: 100%; }

.tabs-swiper__tab {
  -webkit-box-flex: 1;
          flex-grow: 1; }

.tabs-swiper__tab-text {
  position: relative;
  display: block;
  padding: 16px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8d8d91;
  box-sizing: border-box;
  cursor: pointer; }
  .tabs-swiper__tab-text::before {
    display: none;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ed1c29; }
  .tabs-swiper__tab-text:hover {
    color: #000000;
    opacity: 1; }
  .tabs-swiper__tab-text--active {
    background-color: #ffffff;
    box-shadow: 0 -5px 7px rgba(180, 10, 27, 0.08);
    cursor: initial; }
  .tabs-swiper__tab-text--active::before {
    display: block; }

.tabs-swiper__tab-text--active {
  color: #000000; }

.tabs-swiper__block-list {
  box-shadow: 0 0 24px rgba(180, 10, 27, 0.16); }

.tabs-swiper__block-item {
  height: 860px;
  padding: 32px;
  padding-bottom: 64px;
  background-color: #ffffff;
  box-sizing: border-box; }
  .tabs-swiper__block-item--small {
    height: auto; }
  .tabs-swiper__block-item--hidden {
    display: none; }
  .tabs-swiper__block-item--active {
    display: block; }

.tabs-swiper__top {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 32px;
  border-bottom: 1px solid #E6E7E8; }

.tabs-swiper__type-wrapper {
  position: relative;
  width: 320px;
  margin: 10px 0; }

.tabs-swiper__type {
  width: 100%;
  padding: 14px;
  padding-right: 62px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #000000;
  border: 2px solid #000000;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  cursor: pointer; }

.tabs-swiper__type-icon {
  position: absolute;
  right: 5px;
  top: 14px;
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: white; }
  .tabs-swiper__type-icon::before {
    position: relative;
    content: "";
    z-index: 1;
    border: 5px solid transparent;
    border-top: 7px solid #000000; }

.tabs-swiper__option {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit; }

.tabs-swiper__search {
  position: relative;
  flex-shrink: 0;
  height: 56px;
  margin: 10px auto; }
  .tabs-swiper__search--left {
    margin-left: 0; }

.tabs-swiper__search-input {
  width: 320px;
  height: 56px;
  padding: 12px 16px;
  padding-right: 55px;
  font-family: "Open Sans", "Arial", sans-serif;
  letter-spacing: 0.04em;
  background-color: #F6F9FC;
  border: 1px solid #E6E7E8;
  box-sizing: border-box; }
  .tabs-swiper__search-input:hover, .tabs-swiper__search-input:focus {
    padding-left: 15px;
    padding-right: 54px;
    border: 2px solid #000000; }

.tabs-swiper__search-button {
  position: absolute;
  top: 50%;
  right: 76px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  font-size: 0; }

.tabs-swiper__search-clear {
  margin-left: 10px;
  font-weight: 700;
  color: #5199ff; }
  .tabs-swiper__search-clear:hover {
    opacity: 0.9; }
  .tabs-swiper__search-clear:active {
    color: #1c415c; }

.tabs-swiper__dop {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 0;
          flex-grow: 0;
  margin-bottom: auto;
  padding: 7px 16px;
  background: rgba(180, 10, 27, 0.1);
  border: 1px solid #E6E7E8;
  box-sizing: border-box;
  border-radius: 100px; }

.tabs-swiper__dop-icon {
  fill: #B40A1B;
  margin-right: 8px; }

.tabs-swiper__dop-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px; }

.tabs-swiper__bottom {
  padding: 16px 0; }

.tabs-swiper__bottom-item--hidden {
  display: none; }

.tabs-swiper__bottom-item--empty .tabs-swiper__slider,
.tabs-swiper__bottom-item--empty .tabs-swiper__nav-buttons {
  display: none; }

.tabs-swiper__bottom-item--empty .tabs-swiper__empty-text {
  display: block; }

.tabs-swiper__empty-text {
  display: none;
  font-size: 17px;
  font-weight: 700;
  text-align: center; }

.tabs-swiper__slider-item {
  height: 256px;
  width: 166px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #E6E7E8;
  box-sizing: border-box; }
  .tabs-swiper__slider-item label {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 100%;
    padding: 8px;
    box-sizing: border-box;
    cursor: pointer; }
  .tabs-swiper__slider-item label.selected {
    border: 1px solid #ed1c29; }
  .tabs-swiper__slider-item:hover {
    box-shadow: 0px 4px 10px 0 rgba(15, 14, 14, 0.4); }
  .tabs-swiper__slider-item.disabled {
    position: relative;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    pointer-events: none; }
    .tabs-swiper__slider-item.disabled::before {
      position: absolute;
      content: "Не доступно в этой конфигурации";
      top: 0;
      left: 0;
      z-index: 1;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      font-family: "Open Sans", "Arial", sans-serif;
      text-align: center;
      color: white;
      background-color: rgba(147, 149, 152, 0.5);
      box-sizing: border-box; }

.tabs-swiper__slide-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

.tabs-swiper__slide-icon {
  position: absolute;
  left: 0;
  top: 0;
  fill: #ed1c29; }

.tabs-swiper__slide-text {
  margin: auto 0;
  text-align: center; }

.tabs-swiper__slider {
  height: 580px;
  overflow: hidden;
  box-sizing: border-box; }

.tabs-swiper__nav-buttons {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

.tabs-swiper__button {
  width: 40px;
  height: 40px;
  margin: 8px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 2px solid #E6E7E8;
  box-sizing: border-box;
  cursor: pointer; }

.tabs-swiper__nav-icon--prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.tabs-swiper__pagination-button {
  width: 40px;
  height: 40px;
  margin: 8px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  border: 2px solid #E6E7E8;
  background-color: initial;
  opacity: 1;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-transition: 0.2s left, 0.2s right , 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s right , 0.2s -webkit-transform;
  transition: 0.2s transform , 0.2s left, 0.2s right;
  transition: 0.2s transform , 0.2s left, 0.2s right , 0.2s -webkit-transform; }
  .tabs-swiper__pagination-button--active {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000; }
  .tabs-swiper__pagination-button--active-main {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important; }

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

.swiper-pagination-bullets-dynamic {
  display: -webkit-box;
  display: flex; }
  .swiper-pagination-bullets-dynamic span {
    flex-shrink: 0; }

.tabs-swiper__option-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.tabs-swiper__option-item {
  width: 50%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  box-sizing: border-box; }

.tabs-swiper__option-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer; }
  .tabs-swiper__option-text:hover {
    background-color: #f1f2f2; }

.tabs-swiper__checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  flex-shrink: 0;
  height: 28px;
  width: 28px;
  margin-right: 20px;
  border: 1px solid #D1D3D4;
  border-radius: 2px;
  box-sizing: border-box; }

.tabs-swiper__checkbox-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.tabs-swiper__icon-checkbox {
  display: none;
  fill: #ffffff; }

.tabs-swiper__checkbox-input:checked ~ .tabs-swiper__checkbox {
  background-color: #000000; }

.tabs-swiper__checkbox-input:checked ~ .tabs-swiper__checkbox .tabs-swiper__icon-checkbox {
  display: block; }

.tabs-swiper__slider-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

@media (max-width: 1400px) {
  .tabs-swiper__block-item:not(.tabs-swiper__block-item--small) {
    height: 900px; } }

@media (max-width: 991px) {
  .tabs-swiper__tab {
    margin: 0 10px; }
  .tabs-swiper__tab-text--active {
    box-shadow: 0 0 24px rgba(147, 149, 152, 0.16); }
  .tabs-swiper__tab-text::before {
    display: none; }
  .tabs-swiper__block-list {
    margin-top: 20px; }
  .tabs-swiper__search-input {
    width: 226px; }
  .tabs-swiper__dop {
    margin: 10px 0; }
  .tabs-swiper__wrapper {
    padding-left: 0;
    padding-right: 0; }
  .tabs-swiper__block-item--small {
    padding: 0;
    padding-bottom: 20px; }
  .tabs-swiper__block-item:not(.tabs-swiper__block-item--small) {
    height: 1000px; }
  .tabs-swiper__option-item {
    width: 100%; } }

@media (max-width: 768px) {
  .tabs-swiper__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .tabs-swiper__search {
    margin: 10px; } }

@media (max-width: 400px) {
  .tabs-swiper__search {
    margin: 10px 0; }
  .tabs-swiper__search-input {
    width: 206px;
    padding-right: 40px; } }

.breadcrumbs {
  padding: 10px;
  max-width: 1346px;
  margin: auto; }

.breadcrumbs__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.breadcrumbs__item {
  margin-bottom: 5px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000000; }
  .breadcrumbs__item:not(:first-child) {
    padding: 0 5px; }

.breadcrumbs__link {
  font-weight: 400;
  color: #939598; }
  .breadcrumbs__link:hover {
    color: #000000; }

.pagination__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

.pagination__item {
  width: 52px;
  height: 52px;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden; }

.pagination__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 17px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #000000; }
  .pagination__link--active, .pagination__link:hover {
    color: #ffffff;
    background-color: #000000; }

.pagination__dots {
  position: relative;
  top: 2px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 17px;
  line-height: 18px; }

.animate-arrow {
  position: relative;
  display: block;
  width: 72px;
  height: 16px;
  margin-top: auto;
  -webkit-transition: width 0.2s;
  transition: width 0.2s; }

.animate-arrow__line {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #000000;
  box-sizing: border-box; }
  .animate-arrow__line--white {
    background-color: #ffffff; }

.animate-arrow__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  border-radius: 1px;
  z-index: 1; }
  .animate-arrow__arrow--white {
    border-color: #ffffff; }

@media (min-width: 992px) {
  .animate-arrow:hover {
    width: 100px; }
  .animate-arrow:hover .animate-arrow__line {
    background-color: #ed1c29; }
  .animate-arrow:hover .animate-arrow__arrow {
    border-color: #ed1c29; } }

.back-button {
  max-width: 1346px;
  margin: auto;
  margin-bottom: -100px;
  padding-top: 100px; }

.back-button__link {
  display: block;
  padding: 24px 40px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  background-color: #f1f2f2; }

.back-button__icon {
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

@media (max-width: 991px) {
  .back-button {
    margin-bottom: -10px;
    padding-top: 50px; } }

.user-nav__top {
  background-color: #000000;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }

.user-nav__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1346px;
  margin: 0 auto;
  padding: 0 20px; }

.user-nav__top-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.user-nav__language-link {
  padding: 7px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #939598; }

.user-nav__language-link--active {
  color: #ffffff; }

.user-nav__splitter {
  margin: 0 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff; }

.user-nav__login-icon {
  position: relative;
  top: 2px;
  margin-right: 10px;
  fill: #ffffff; }

.user-nav__address-icon,
.user-nav__city-icon {
  display: none;
  fill: #ed1c29; }

.user-nav__user-button {
  display: -webkit-box;
  display: flex;
  line-height: 17px;
  color: #939598; }

.user-nav__user-button--active {
  font-weight: 700;
  color: #ffffff; }

.user-nav__user-splitter {
  width: 1px;
  height: 16px;
  margin: 0 11px;
  background-color: #f1f2f2; }

.user-nav__bottom {
  position: relative; }
  .user-nav__bottom::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ed1c29; }

.user-nav__bottom .user-nav__container {
  position: relative; }

.user-nav__bottom .user-nav__container::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1125px;
  max-width: 100%;
  height: 2px;
  background-color: #ed1c29; }

.user-nav__mobile-menu-header {
  display: none;
  position: absolute;
  left: 50%;
  top: 11px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.user-nav__bottom-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 90px; }
  .user-nav__bottom-wrapper--phone, .user-nav__bottom-wrapper--city {
    min-width: 195px; }
  .user-nav__bottom-wrapper--logo {
    padding-left: 43px; }
  .user-nav__bottom-wrapper--status {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 10px; }
  .user-nav__bottom-wrapper--address {
    padding: 0 10px; }

.user-nav__logo-link:hover {
  opacity: 1; }

.user-nav__status-icon {
  padding-top: 2px;
  fill: #ed1c29; }

.user-nav__phone {
  font-weight: bold;
  font-size: 17px;
  line-height: 21px; }

.user-nav__phone-text {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #ed1c29;
  cursor: pointer; }

.user-nav__phone-icon {
  display: none; }

.user-nav__address,
.user-nav__city {
  line-height: 18px;
  cursor: pointer; }

.user-nav__city:hover .user-nav__arrow-icon,
.user-nav__address:hover .user-nav__arrow-icon {
  opacity: 0.8; }

.user-nav__address,
.user-nav__city--active {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.user-nav__city-main,
.user-nav__address-text {
  margin-right: 10px; }

.user-nav__arrow-icon {
  padding-top: 2px; }

.user-nav__city-text {
  font-size: 12px;
  line-height: 15px;
  color: #939598; }

.user-nav__dropdawn-list {
  display: none; }

.user-nav__status {
  display: -webkit-box;
  display: flex;
  cursor: pointer; }

.user-nav__status-text {
  margin-left: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #939598; }

.user-nav__invite {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
  height: 45px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed1c29;
  border: none; }
  .user-nav__invite:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ed1c29;
    background-color: #ffffff;
    border: 2px solid #ed1c29; }
  .user-nav__invite:active {
    opacity: 0.7; }
  .user-nav__invite--shop {
    display: -webkit-box;
    display: flex;
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000;
    margin-top: 10px;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }

.user-nav__link-list-wrapper {
  display: -webkit-box;
  display: flex;
  margin-right: auto; }

.user-nav__link-list {
  display: -webkit-box;
  display: flex; }

.user-nav__link-item {
  display: -webkit-box;
  display: flex; }

.user-nav__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 15px;
  color: #f1f2f2; }

.user-nav__cart {
  padding-left: 20px; }

.user-nav__cart-link {
  display: -webkit-box;
  display: flex;
  padding-top: 6px;
  color: #ffffff; }

.user-nav__cart-icon-container {
  position: relative;
  padding-top: 2px; }

.user-nav__cart-text {
  margin-left: 10px; }

.user-nav__cart-icon {
  fill: #ffffff; }

.user-nav__cart-number {
  position: absolute;
  top: -5px;
  left: 7px;
  display: block;
  padding: 2px;
  min-width: 11px;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: #ed1c29; }

.user-nav__link-icon {
  display: none; }

@media (min-width: 992px) {
  .user-nav__invite--shop {
    display: none; }
  .user-nav__social {
    margin-right: 20px; }
  .user-nav__link-item--mobile {
    display: none; } }

@media (max-width: 1400px) and (min-width: 992px) {
  .user-nav__link {
    font-size: 14px; }
  .user-nav__top {
    padding: 5px 0;
    font-size: 17px; }
  .user-nav__cart-text {
    margin-top: -2px; }
  .user-nav__bottom-wrapper--phone {
    padding-left: 20px; } }

@media (max-width: 1200px) {
  .user-nav__invite {
    width: 150px; }
  .user-nav__bottom-wrapper--city,
  .user-nav__bottom-wrapper--logo {
    padding-left: 0; }
  .user-nav__social {
    display: none; } }

@media (max-width: 991px) {
  .user-nav__social {
    display: block; }
  body:not(.mobile-open) .user-nav__bottom-wrapper--phone,
  body:not(.mobile-open) .user-nav__bottom-wrapper--button,
  body:not(.mobile-open) .user-nav__bottom-wrapper--city,
  body:not(.mobile-open) .user-nav__bottom-wrapper--address,
  body:not(.mobile-open) .user-nav__top-wrapper--language,
  body:not(.mobile-open) .user-nav__user-splitter,
  body:not(.mobile-open) .user-nav__link-list,
  body:not(.mobile-open) .user-nav__bottom-wrapper--status,
  body:not(.mobile-open) .user-nav__social,
  .user-nav__bottom .user-nav__container::after,
  .user-nav__bottom::after,
  .user-nav__link-item--3d {
    display: none; }
  .user-nav__invite {
    width: auto; }
    .user-nav__invite--shop {
      display: -webkit-box;
      display: flex; }
  .user-nav {
    display: -webkit-box;
    display: flex; }
  .user-nav__top {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .user-nav__bottom {
    -webkit-box-flex: 1;
            flex-grow: 1; }
  .user-nav__user-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 60px;
    font-size: 0; }
  .user-nav__reg ~ .user-nav__login {
    display: none; }
  .user-nav__login-icon {
    position: initial;
    width: 19px;
    height: 19px;
    margin: 0;
    fill: #000000; }
  .user-nav__social {
    padding: 16px;
    -webkit-box-ordinal-group: 6;
            order: 5; }
    .user-nav__social .social__icon {
      fill: #000000; }
  .user-nav__top {
    background-color: transparent;
    -webkit-filter: none;
            filter: none; }
  .user-nav__link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
            order: 1;
    padding: 0 15px; }
  .user-nav__link-item {
    position: relative;
    width: 100%;
    min-height: 24px;
    margin: 5px 0;
    padding-left: 12px;
    padding-right: 0;
    box-sizing: border-box; }
  .user-nav__link {
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000; }
  .user-nav__link-icon {
    position: absolute;
    top: 50%;
    left: 1px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    fill: #ed1c29; }
  .user-nav__bottom-wrapper {
    position: relative;
    min-height: 66px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #000000; }
    .user-nav__bottom-wrapper--logo {
      margin: 0 auto; }
    .user-nav__bottom-wrapper--address {
      -webkit-box-ordinal-group: 3;
              order: 2; }
    .user-nav__bottom-wrapper--city {
      -webkit-box-ordinal-group: 4;
              order: 3;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
              align-items: center; }
    .user-nav__bottom-wrapper--status {
      -webkit-box-ordinal-group: 5;
              order: 4;
      -webkit-box-pack: start;
              justify-content: flex-start; }
    .user-nav__bottom-wrapper--phone {
      -webkit-box-ordinal-group: 6;
              order: 5;
      border-top: 1px solid #dce5e7; }
    .user-nav__bottom-wrapper--button {
      -webkit-box-ordinal-group: 7;
              order: 6; }
  .user-nav__container {
    padding: 0; }
    .user-nav__container--top {
      height: 100%; }
    .user-nav__container--bottom {
      padding-left: 16px; }
  .user-nav__login {
    width: 62px; }
  .user-nav__status-icon {
    margin-top: 2px; }
  .user-nav__logo-link {
    margin-top: 6px; }
  .user-nav__language-link--active,
  .user-nav__splitter {
    color: #000000; }
  .user-nav__city {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .user-nav__address-text {
    margin-left: 13px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
  .user-nav__city-text {
    margin-left: 13px;
    margin-right: 35px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000; }
  .user-nav__status-text {
    margin-left: 13px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000; }
  .user-nav__city-text:first-letter {
    text-transform: uppercase; }
  .user-nav__address-icon,
  .user-nav__city-icon {
    display: initial; }
  .user-nav__arrow-icon {
    width: 5px;
    height: 9px; }
    .user-nav__arrow-icon--address {
      display: none; }
  .user-nav__phone {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin: 7px 0;
    padding-left: 27px; }
  .user-nav__phone-text {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: black;
    margin: 7px 0;
    padding-left: 27px; }
  .user-nav__phone-icon {
    display: block;
    position: absolute;
    left: 0;
    fill: #ed1c29; }
  .user-nav__phone-nomber {
    font-family: "Century Gothic", "Arial", sans-serif; }
  .user-nav__invite {
    font-size: 14px;
    line-height: 17px; }
  .user-nav__link {
    color: #000000; }
  .user-nav__cart {
    padding: 0 15px; }
  .user-nav__cart-icon {
    height: 20px;
    width: 20px;
    fill: #000000; }
  .user-nav__cart-number {
    left: 11px; }
  .user-nav__cart-text {
    font-size: 0; } }

@media (max-width: 768px) {
  .user-nav__logo {
    height: 41px; }
  .user-nav__bottom-wrapper--button {
    width: 30%; } }

@media (max-width: 551px) {
  body:not(.mobile-open) .user-nav__bottom-wrapper--phone {
    display: none; } }

.main-header__mobile-phone {
  display: none; }
  .main-header__mobile-phone span {
    margin-left: auto;
    margin-right: auto;
    font-size: larger; }
  .main-header__mobile-phone svg {
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px); }
  .main-header__mobile-phone a:active {
    color: #ed1c29; }

@media (max-width: 991px) {
  .main-header__mobile-phone {
    display: -webkit-box;
    display: flex; } }

.toggle {
  margin: 0 auto; }

.toggle__button {
  position: relative;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer; }
  .toggle__button:hover {
    opacity: 1; }

.toggle__elm {
  position: absolute;
  top: 6px;
  width: 32px;
  height: 3px;
  background-color: #000000;
  -webkit-transition: width 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
  .toggle__elm--middle {
    top: 14px;
    width: 12px; }
  .toggle__elm--bottom {
    top: 22px;
    width: 22px; }

.toggle--cross .toggle__elm {
  width: 24px;
  top: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .toggle--cross .toggle__elm--middle {
    display: none; }
  .toggle--cross .toggle__elm--bottom {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

@media (min-width: 992px) {
  .toggle__button:hover .toggle__elm {
    width: 22px;
    background-color: #ed1c29; }
    .toggle__button:hover .toggle__elm--middle {
      width: 32px; }
    .toggle__button:hover .toggle__elm--bottom {
      width: 12px; }
  .toggle--cross:hover .toggle__elm {
    width: 24px;
    background-color: #ed1c29; } }

@media (max-width: 991px) {
  .toggle--cross .toggle__elm {
    height: 2px;
    border-radius: 2px; } }

.main-forms {
  max-width: 1346px;
  margin: auto;
  padding-top: 20px; }

.main-forms__title-big {
  padding-bottom: 40px;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #000000; }

.main-forms__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 15px; }

.main-forms__status-title {
  display: none; }

.main-forms__status-wrapper {
  padding-top: 118px; }

.main-forms__status-item {
  display: -webkit-box;
  display: flex;
  padding-bottom: 22px; }

.main-forms__number-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  margin-right: 40px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ed1c29;
  box-sizing: border-box; }

.main-forms__checkbox-icon {
  display: none;
  fill: #4bb462; }

.main-forms__status-text {
  align-self: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.main-forms__status-item--active .main-forms__number-container {
  background-color: transparent;
  border: 2px solid #4bb462;
  font-size: 0; }

.main-forms__status-item--active .main-forms__checkbox-icon {
  display: block; }

.main-forms__status-item--disabled .main-forms__number-container {
  background-color: #f1f2f2;
  color: #8C8C8C; }

.main-forms__status-item--disabled .main-forms__status-text {
  color: #8C8C8C; }

.main-forms__form {
  width: 890px;
  max-width: 100%;
  padding-bottom: 35px;
  margin: auto;
  overflow: hidden; }
  .main-forms__form--block {
    margin: auto; }

.main-forms__slides-list {
  position: relative;
  display: -webkit-box;
  display: flex; }

.main-forms__slide:not(:last-child) {
  margin-right: 20px; }

.main-forms__slide--hidden {
  display: none; }

.main-forms__title {
  margin-left: 19px; }

.main-forms__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.main-forms__item {
  width: 49%;
  min-height: 92px;
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid #dce5e7;
  box-sizing: border-box; }
  .main-forms__item--wide {
    width: 100%;
    min-height: 102px; }
  .main-forms__item--flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
  .main-forms__item--kitchen {
    width: 100%;
    padding: 0;
    margin: 30px 0;
    border: none; }
  .main-forms__item--text {
    align-self: center;
    min-height: 0;
    padding: 0 20px;
    border: none; }

.main-forms__label {
  display: block;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  color: #8C8C8C; }
  .main-forms__label sup {
    color: #ed1c29; }

.main-forms__input {
  min-height: 30px;
  width: 100%;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  border: none;
  border-bottom: 1px solid #E6E7E8;
  tab-index: -1;
  resize: none; }
  .main-forms__input--select,
  .main-forms__input option {
    cursor: pointer; }
  .main-forms__input--phone {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px); }
  .main-forms__input--date {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin-right: 10px; }
  .main-forms__input--file {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden; }
  .main-forms__input:hover, .main-forms__input:focus {
    outline: none; }

.panel-heading {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px; }

.main-forms__cross-wrapper {
  display: inline;
  margin-left: 15px;
  padding: 5px;
  cursor: pointer; }

.main-forms__icon-cross {
  fill: #ed1c29; }

.main-forms__add-btn,
.main-forms__remove-btn {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  border-radius: 5px;
  background-color: #ed1c29;
  -webkit-transition: box-shadow 0.1s;
  transition: box-shadow 0.1s;
  box-shadow: 0px 4px 10px 0 rgba(15, 14, 14, 0.4); }
  .main-forms__add-btn:active,
  .main-forms__remove-btn:active {
    box-shadow: none; }
  .main-forms__add-btn::before, .main-forms__add-btn::after,
  .main-forms__remove-btn::before,
  .main-forms__remove-btn::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 10px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px; }
  .main-forms__add-btn::after,
  .main-forms__remove-btn::after {
    width: 2px;
    height: 10px; }

.main-forms__remove-btn {
  background-color: #5199ff; }
  .main-forms__remove-btn::after {
    display: none; }

.payment_item {
  display: block;
  width: 210px;
  padding: 10px;
  margin: 5px 10px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer; }
  .payment_item input {
    display: none; }
  .payment_item:active {
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
            transform: scale(0.97); }
  .payment_item.active {
    border-color: #939598; }

.main-forms__file-button,
.file-selectdialog-switcher {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 39px;
  margin-top: 10px;
  padding: 0 15px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  color: #0F0E0E;
  background-color: #dce5e7;
  cursor: pointer;
  -webkit-transition: box-shadow 0.1s;
  transition: box-shadow 0.1s; }
  .main-forms__file-button:hover,
  .file-selectdialog-switcher:hover {
    box-shadow: 0px 4px 10px 0 rgba(15, 14, 14, 0.4); }
  .main-forms__file-button:active,
  .file-selectdialog-switcher:active {
    box-shadow: none; }

.main-forms__file-text {
  display: inline;
  margin-left: 15px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  color: #8C8C8C; }

.main-forms__slider-container {
  padding: 0 10px;
  overflow: hidden; }

.main-forms__slider {
  display: -webkit-box;
  display: flex; }

.main-forms__slider-item {
  width: auto;
  padding-top: 10px;
  padding-right: 22px; }

.main-forms__kitchen {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.main-forms__slider-item:hover .main-forms__kitchen {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.main-forms_slide-label {
  display: block;
  cursor: pointer; }

.main-forms__checkbox-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end; }
  .main-forms__checkbox-wrapper--text {
    margin-bottom: 20px; }
    .main-forms__checkbox-wrapper--text:hover .main-forms__checkbox {
      border-color: #000000; }
    .main-forms__checkbox-wrapper--text:hover .main-forms__checkbox-text {
      text-decoration: underline; }

.main-forms__checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 28px;
  width: 28px;
  margin-right: 20px;
  border: 1px solid #D1D3D4;
  border-radius: 2px;
  box-sizing: border-box; }

.main-forms__checkbox-text {
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.04em; }

.main-forms__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.main-forms__icon-checkbox {
  display: none; }

.main-forms__radio:checked ~ .main-forms__checkbox-wrapper .main-forms__checkbox {
  background-color: #000000; }

.main-forms__radio:checked ~ .main-forms__checkbox-wrapper .main-forms__icon-checkbox {
  display: block;
  fill: #ffffff; }

.main-forms__buttons-list-wrapper {
  width: 890px;
  overflow: hidden; }

.main-forms__buttons-list {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-transition: left 0.2s;
  transition: left 0.2s; }
  .main-forms__buttons-list--second-slide {
    left: -890px; }

.main-forms__text-container {
  padding: 0 10px;
  margin-bottom: 20px; }
  .main-forms__text-container--swiper {
    height: 300px;
    overflow: hidden; }

.main-forms__text-swiper {
  height: auto; }

.main-forms__buttons-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  min-width: 850px;
  margin: 30px 20px; }

.main-forms__text {
  line-height: 24px;
  font-weight: 700; }

.main-forms__textarea {
  width: 100%;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  border: none;
  border-bottom: 1px solid #E6E7E8;
  outline: none;
  resize: none; }

.main-forms__button {
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #000000;
  background-color: transparent;
  border: 2px solid #000000;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 52px;
  min-width: 280px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  -webkit-transition: box-shadow 0.1s;
  transition: box-shadow 0.1s; }
  .main-forms__button:hover {
    height: 52px;
    text-decoration: none; }
  .main-forms__button:disabled {
    color: #ffffff;
    background-color: #E6E7E8;
    cursor: initial; }
  .main-forms__button--submit {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ed1c29;
    background-color: #ffffff;
    border: 2px solid #ed1c29;
    height: 52px; }
  .main-forms__button--calendar {
    min-width: 0;
    width: 70px;
    padding: 0; }
    .main-forms__button--calendar:hover {
      padding: 0;
      fill: #ffffff; }
  .main-forms__button--center {
    margin: auto; }
  .main-forms__button:not(:disabled):hover {
    height: 52px;
    box-shadow: 0px 4px 20px 0 rgba(15, 14, 14, 0.4); }
  .main-forms__button:active {
    box-shadow: none; }

.shipping_date_pick {
  position: absolute;
  z-index: 2;
  margin-top: 20px; }

.main-forms__upload-wrapper {
  margin-top: 20px; }
  .main-forms__upload-wrapper .files-storage-block {
    display: -webkit-box;
    display: flex; }
  .main-forms__upload-wrapper .del-but {
    position: relative;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    display: block;
    width: 15px;
    height: 15px; }
    .main-forms__upload-wrapper .del-but::before, .main-forms__upload-wrapper .del-but::after {
      position: absolute;
      content: "";
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2;
      width: 10px;
      height: 2px;
      background-color: #ed1c29;
      border-radius: 2px; }
    .main-forms__upload-wrapper .del-but::after {
      width: 2px;
      height: 10px; }

.main-forms__bottom-text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #8d8d91;
  text-align: right; }
  .main-forms__bottom-text sup {
    color: #ed1c29; }

.main-forms__item--error {
  border-color: #ed1c29; }
  .main-forms__item--error .main-forms__input {
    border-color: #ed1c29; }
    .main-forms__item--error .main-forms__input::-webkit-input-placeholder {
      color: red; }
    .main-forms__item--error .main-forms__input::-moz-placeholder {
      color: red; }
    .main-forms__item--error .main-forms__input:-ms-input-placeholder {
      color: red; }
    .main-forms__item--error .main-forms__input::placeholder {
      color: red; }

.main-forms__policy-text {
  font-size: 12px;
  text-align: right; }

.main-forms__policy-link {
  text-decoration: underline; }

.main-forms__input-group {
  padding-top: 10px; }

@media (min-width: 992px) {
  .payment_item:hover {
    border-color: #ed1c29; }
  .main-forms__item:hover {
    border-color: #000000; }
  .main-forms__item--fill .main-forms__input {
    border-color: #8c8c8c; }
  .main-forms__item--active {
    border-color: #8c8c8c; }
    .main-forms__item--active .main-forms__label {
      color: #4c4c4c; }
    .main-forms__item--active .main-forms__input {
      border-color: #8c8c8c; }
  .main-forms__button:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #000000;
    border: none;
    height: 52px;
    opacity: 1; }
  .main-forms__button--submit:hover {
    height: 45px;
    padding: 0 22px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #ed1c29;
    border: none; } }

.main-forms__success p {
  display: block;
  box-sizing: border-box;
  text-align: left; }

.main-forms__error {
  padding: 10px;
  margin: 20px 0;
  font-family: "Open Sans", "Arial", sans-serif;
  text-align: center;
  color: white;
  background-color: #ed1c29; }

.main-forms__success font {
  display: block;
  padding: 10px;
  margin: 20px 0;
  font-family: "Open Sans", "Arial", sans-serif;
  text-align: center;
  color: white;
  background-color: #51a351; }
  .main-forms__success font.errortext {
    color: #ffffff;
    background-color: #ed1c29; }

@media (max-width: 991px) {
  .main-forms__upload-wrapper .file-placeholder {
    margin-left: 0; }
  .main-forms__upload-wrapper .file-selector {
    padding-left: 0 !important; }
  .main-forms__upload-wrapper .file-label {
    font-size: 0; }
  .main-forms__upload-wrapper .files-placement {
    display: none; }
  .main-forms__upload-wrapper .file-placeholder-tbody tr {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
  .main-forms__upload-wrapper .file-placeholder-tbody td {
    width: 50%;
    -webkit-box-flex: 1;
            flex-grow: 1; }
    .main-forms__upload-wrapper .file-placeholder-tbody td:first-child {
      width: 100%; }
    .main-forms__upload-wrapper .file-placeholder-tbody td:last-child {
      width: 20px; }
  .main-forms {
    padding: 10px; }
  .main-forms__title-big {
    padding-bottom: 0;
    font-size: 17px;
    line-height: 42px; }
  .main-forms__status-wrapper {
    padding: 40px 10px; }
  .main-forms__status-title {
    display: block;
    padding-bottom: 25px;
    text-align: center; }
  .main-forms__title {
    display: none; }
  .main-forms__status-text {
    font-size: 14px;
    line-height: 24px; }
  .main-forms__form-wrapper,
  .main-forms__form,
  .main-forms__buttons-list-wrapper {
    max-width: 100%;
    padding-bottom: 0; }
  .main-forms__slides-list {
    width: inherit; }
  .main-forms__slide {
    min-width: initial;
    margin: 0; }
  .main-forms__buttons-item {
    max-width: 100%;
    min-width: initial; }
  .main-forms__item {
    width: 100%; }
    .main-forms__item--kitchen {
      overflow: hidden;
      margin: 15px;
      width: 100%; }
  .main-forms__bottom-wrapper {
    padding: 0 10px; }
  .main-forms__upload-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center; }
  .main-forms__buttons-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .main-forms__button {
    margin: auto;
    margin-bottom: 22px;
    min-width: initial;
    width: 100%;
    max-width: 280px; }
    .main-forms__button--right {
      margin-left: 0; }
  .main-forms__file-text {
    padding: 10px; } }

.side-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 20px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 280px;
  background-color: #ffffff;
  box-sizing: border-box;
  z-index: 101; }

.side-menu__list-container {
  display: -webkit-box;
  display: flex;
  width: 100%; }

.side-menu__sub-list,
.side-menu__list {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
  padding-left: 92px;
  padding-top: 80px;
  padding-bottom: 20px; }

.side-menu__item {
  position: relative;
  width: 130px;
  height: 53px;
  padding: 5px;
  margin-right: 24px; }

.side-menu__sub-item {
  margin-bottom: 24px;
  padding: 5px 10px; }

.side-menu__sub-link,
.side-menu__link {
  display: block;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer; }

.side-menu__sub-list {
  display: none;
  position: absolute;
  left: 98%;
  top: 0;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  z-index: 1; }

.side-menu__link:hover,
.side-menu__sub-link:hover {
  color: #ed1c29; }

.side-menu__item:hover .side-menu__sub-list {
  display: -webkit-box;
  display: flex; }

.side-menu__preview {
  position: relative;
  margin-left: auto;
  max-height: 100%;
  width: auto;
  overflow: hidden; }

.side-menu__preview-item {
  display: none; }

.side-menu__preview-image {
  height: auto; }

.side-menu__arrow-icon {
  display: none;
  margin-left: 10px; }

.side-menu__back {
  display: none;
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  padding: 5px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.side-menu__mobile-title {
  display: none; }

@media (min-width: 992px) {
  .side-menu__active {
    display: -webkit-box;
    display: flex; }
  .side-menu__title-link {
    display: none; }
  .side-menu__sub-icon {
    display: none; } }

@media (max-width: 991px) {
  .side-menu {
    position: initial;
    -webkit-box-ordinal-group: 2;
            order: 1;
    height: initial;
    width: initial;
    margin-top: 19px;
    margin-bottom: 7px;
    z-index: initial; }
  .side-menu__mobile-list-wrapper {
    overflow: hidden;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out; }
  .side-menu__list-container {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    background-color: #ffffff; }
    .side-menu__list-container .side-menu__item {
      height: auto;
      width: 100%;
      padding: 0; }
    .side-menu__list-container .side-menu__item.have-sub .side-menu__mobile-list-wrapper {
      height: 0; }
    .side-menu__list-container .side-menu__item--open .side-menu__mobile-list-wrapper {
      height: auto; }
    .side-menu__list-container .side-menu__link {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding: 8px 16px;
      padding-right: 25px;
      font-family: "Open Sans", "Arial", sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.04em;
      text-transform: none; }
      .side-menu__list-container .side-menu__link:hover {
        color: #000000; }
      .side-menu__list-container .side-menu__link--small {
        padding-left: 35px;
        font-family: "Century Gothic", "Arial", sans-serif;
        font-weight: 400; }
      .side-menu__list-container .side-menu__link--small:active {
        color: #ed1c29; }
  .side-menu__sub-icon {
    fill: #8d8d91; }
  .have-sub .side-menu__sub-icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .side-menu__mobile-title {
    display: initial;
    padding: 8px 16px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8d8d91; }
  .side-menu__list {
    padding: 0; }
  .side-menu__list > .side-menu__item {
    width: 100%;
    padding: 0;
    margin: 0; }
    .side-menu__list > .side-menu__item > .side-menu__link {
      display: none; }
    .side-menu__list >
.side-menu__item:not(.have_sub) .side-menu__list > .side-menu__item:not(:first-child) {
      display: none; }
  .side-menu__title-link {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    padding-left: 27px; }
  .side-menu__title-icon {
    position: absolute;
    left: 0;
    fill: #ed1c29; }
  .side-menu__arrow-icon {
    display: block; }
  .side-menu__title-text {
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000; }
  .side-menu__item--open > .side-menu__link {
    background-color: #f1f2f2; }
  .side-menu__item--open .side-menu__sub-icon {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    fill: red; } }

@media (max-width: 991px) {
  .mobile-open footer,
  .mobile-open main,
  .mobile-open .user-nav__bottom-wrapper--logo,
  .mobile-open .user-nav__container--bottom::after,
  .mobile-open .user-nav__bottom::after,
  .mobile-open .user-nav__top-wrapper--user,
  .mobile-open .main-header__mobile-phone {
    display: none; }
  .mobile-open div[class^="ctx"] {
    display: none; }
  .mobile-open--only-modal main {
    display: block; }
  .mobile-open--only-modal .user-nav__container--bottom > *:not(.user-nav__bottom-wrapper--toggle),
  .mobile-open--only-modal .user-nav__link-list {
    display: none; }
  .mobile-open--only-modal .user-nav__container.user-nav__container--bottom {
    min-height: 0; }
  .mobile-open .user-nav {
    position: relative; }
  .mobile-open .user-nav__mobile-menu-header {
    display: block; }
  .mobile-open .user-nav__top {
    position: absolute;
    right: 33px;
    width: 66px;
    height: 66px;
    z-index: 1; }
  .mobile-open .user-nav__bottom-wrapper {
    width: 100%;
    min-height: 24px;
    margin: 5px 0;
    padding: 0 16px;
    box-sizing: border-box; }
    .mobile-open .user-nav__bottom-wrapper--toggle {
      -webkit-box-ordinal-group: 0;
              order: -1;
      min-height: 66px;
      margin: 0;
      border-bottom: 1px solid #dce5e7; }
    .mobile-open .user-nav__bottom-wrapper--phone {
      align-self: center;
      width: -webkit-calc(100% - 32px);
      width: calc(100% - 32px);
      margin-top: 14px;
      padding-top: 14px;
      padding-left: 0; }
    .mobile-open .user-nav__bottom-wrapper--button {
      margin-top: auto;
      padding-bottom: 10vh; }
  .mobile-open .toggle {
    margin-left: 0; }
  .mobile-open .user-nav__container--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    min-height: 100vh;
    padding-left: 0; }
  .mobile-open .side-menu {
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding: 0 16px; }
  .mobile-open--catalog .user-nav__bottom-wrapper:not(.user-nav__bottom-wrapper--toggle),
  .mobile-open--catalog .user-nav__link-list,
  .mobile-open--catalog .user-nav__mobile-menu-header,
  .mobile-open--catalog .user-nav__top-wrapper--language {
    display: none; }
  .mobile-open--catalog .toggle {
    margin-left: auto;
    margin-right: 0; }
  .mobile-open--catalog .user-nav__container--bottom {
    position: relative; }
  .mobile-open--catalog .side-menu__back,
  .mobile-open--catalog .side-menu__list-container {
    display: block; } }

.main {
  position: relative;
  padding-bottom: 100px; }
  .main::before {
    display: none;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 5; }

.main__title {
  display: block;
  font-weight: bold;
  font-size: 42px;
  line-height: 63px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 1346px;
  margin: auto;
  margin-bottom: 20px; }
  .main__title--hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden; }

.main__complaint-button {
  padding-top: 50px; }
  .main__complaint-button a {
    height: 45px;
    padding: 0 22px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #ed1c29;
    border: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 250px;
    margin: auto;
    font-size: 14px;
    line-height: 17px;
    box-sizing: border-box; }
    .main__complaint-button a:hover, .main__complaint-button a:active {
      height: 45px;
      padding: 0 20px;
      letter-spacing: 0.04em;
      color: #ed1c29;
      background-color: #ffffff;
      border: 2px solid #ed1c29; }

.main__slider {
  padding-bottom: 71px; }

.main__advantages,
.main__video,
.main__steps,
.main__capture,
.main__choose,
.main__reviews,
.main__stores,
.main__news,
.main__production {
  margin-bottom: 100px; }

.main__calc {
  padding-bottom: 100px; }

@media (min-width: 992px) {
  .mobile-open .main::before {
    display: block; } }

@media (max-width: 991px) {
  .main {
    padding-bottom: 10px; }
  .main__title {
    font-size: 20px;
    line-height: 42px; }
  .main__slider {
    padding-bottom: 13px; }
  .main__advantages,
  .main__video,
  .main__capture,
  .main__partners {
    margin-bottom: 50px; }
  .main__steps,
  .main__choose,
  .main__reviews,
  .main__stores {
    margin-bottom: 42px; }
  .main__news {
    margin-bottom: 20px; } }

.slider {
  margin: 0 auto;
  overflow: hidden; }

.slider__wrapper {
  position: relative; }

.slider__item {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  outline: none; }

.slider__text-container {
  position: absolute;
  top: 99px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  width: 70%;
  max-width: 1346px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  font-family: Century Gothic;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box; }

.slider__title {
  margin-bottom: 15px;
  font-size: 62px;
  line-height: 76px; }

.slider__text {
  max-width: 804px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 24px; }

.slider__button {
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: transparent;
  border: 4px solid #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 58px;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  box-sizing: border-box;
  opacity: 1 !important; }

.slider__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 62px;
  height: 62px;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  outline: none; }
  .slider__arrow--left {
    left: 0; }
  .slider__arrow--right {
    right: 0; }
  .slider__arrow:active {
    background-color: rgba(255, 255, 255, 0.2); }

.slider:hover .slider__arrow {
  background-color: rgba(255, 255, 255, 0.4); }

.slider__arrow-icon {
  fill: #ffffff; }
  .slider__arrow-icon--left {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.slider .slider__pagination {
  position: absolute;
  left: 50%;
  bottom: 39px;
  width: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box;
  display: flex; }

.slider__pagination-item {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none; }
  .slider__pagination-item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #f1f2f2; }
  .slider__pagination-item--active::before {
    background-color: #ed1c29; }

@media (min-width: 1920px) {
  .slider__image {
    width: 100%;
    height: auto; } }

@media (max-width: 1400px) and (min-width: 769px) {
  .slider__text {
    width: 95%; }
  .slider__title {
    font-size: 38px;
    line-height: initial; } }

@media (min-width: 992px) {
  .slider__button:hover {
    height: 45px;
    padding: 0 22px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #ed1c29;
    border: none;
    border: 4px solid transparent;
    height: 58px; }
  .slider__button:active {
    opacity: 0.9; }
  .slider__pagination-item:hover::before {
    opacity: 0.9; }
  .slider__image {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .swiper-slide-active .slider__image {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: -webkit-transform 6s linear;
    transition: -webkit-transform 6s linear;
    transition: transform 6s linear;
    transition: transform 6s linear, -webkit-transform 6s linear; } }

@media (max-width: 991px) {
  .slider__container {
    height: 90vh;
    max-height: 557px; }
  .slider__text-container {
    top: 60px;
    width: 100%;
    padding: 40px 16px; }
  .slider__arrow {
    display: none; }
  .slider__title {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.04em; }
  .slider__text {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.04em; }
  .slider__image {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 100%; }
  .slider__button {
    height: 58px;
    width: 100%; }
  .slider .slider__pagination {
    bottom: 20px; } }

.advantages__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000; }

.advantages__list-wrapper {
  position: relative;
  max-width: 100%;
  padding-top: 13px;
  padding-bottom: 56px;
  overflow: hidden; }

.advantages__list {
  display: -webkit-box;
  display: flex;
  max-width: 1346px;
  margin: auto; }
  .advantages__list--center {
    -webkit-box-pack: center;
            justify-content: center; }
    .advantages__list--center .advantages__icon {
      fill: white; }

.advantages__item {
  position: relative;
  width: 206px;
  height: auto;
  margin-right: 22px;
  padding-top: 113px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 40px;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  border: 1px solid #dce5e7;
  box-sizing: border-box; }
  .advantages__item:last-child {
    margin-right: 0; }

.advantages__text--bold {
  font-weight: 700; }

.advantages__icon {
  position: absolute;
  top: 62px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.advantages__item-title {
  font-weight: 700;
  text-transform: uppercase; }

.advantages__pagination-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-top: 17px; }

.advantages .advantages__pagination {
  position: relative;
  height: 1px;
  width: 100%;
  margin: 0 14px;
  background-color: #f1f2f2; }

.advantages .swiper-pagination-progressbar-fill {
  background: #ed1c29; }

.advantages__pagination-number {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #ed1c29; }

.advantages__big-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1346px;
  margin: auto;
  padding-top: 12px;
  padding-bottom: 18px; }

.advantages__big-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 320px;
  margin-bottom: 22px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #000000;
  box-sizing: border-box; }
  .advantages__big-item:nth-child(2n):not(.advantages__big-item--row) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse; }
  .advantages__big-item:nth-child(4n) {
    margin-right: 0; }
  .advantages__big-item:last-child {
    margin-right: 0; }
  .advantages__big-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    border: 1px solid #dce5e7;
    box-sizing: border-box; }

.advantages__big-text-wrapper {
  padding: 22px 9px;
  padding-left: 10px; }

.advantages__big-title {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase; }

.advantages__big-text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px; }

.advantages__big-image {
  display: block; }

.advantages__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #000000;
  background-color: transparent;
  border: 2px solid #000000;
  height: 52px;
  width: 206px;
  margin: 0 auto;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  box-sizing: border-box; }
  .advantages__button:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #000000;
    border: none;
    height: 52px; }

.advantages__big-button {
  height: 45px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed1c29;
  border: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 250px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  box-shadow: 0px 4px 20px 0 rgba(15, 14, 14, 0.4);
  box-sizing: border-box; }
  .advantages__big-button:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ed1c29;
    background-color: #ffffff;
    border: 2px solid #ed1c29; }

.advantages__big-item:hover .advantages__big-button {
  opacity: 1; }

.advantages__status-icon {
  margin-right: 20px;
  fill: white; }

@media (min-width: 1300px) {
  .advantages__pagination {
    display: none; } }

@media (min-width: 992px) {
  .advantages__big-button {
    position: absolute;
    left: 50%;
    top: 25%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0; }
  .advantages__big-item--row .advantages__big-button {
    left: 25%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .advantages__big-item:nth-child(2n):not(.advantages__big-item--row) .advantages__big-button {
    top: initial;
    bottom: 25%; }
  .advantages__big-button:hover .advantages__status-icon {
    fill: #ed1c29; }
  .advantages .advantages__item:hover .advantages__item-title,
  .advantages__big-item:hover .advantages__big-title {
    color: #ed1c29; }
  .advantages__pagination-number {
    display: none; }
  .advantages__big-item--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    width: -webkit-calc(50% - 11px);
    width: calc(50% - 11px); }
  .advantages__big-item--row .advantages__big-text-wrapper {
    padding-left: 21px;
    padding-right: 26px; }
  .advantages__big-item--row .advantages__big-title {
    margin-bottom: 34px; }
  .advantages__big-link {
    display: none; } }

@media (max-width: 1400px) and (min-width: 769px) {
  .advantages__big-list {
    width: 700px;
    margin: auto; }
  .advantages__big-item--row {
    width: 100%; }
  .advantages__big-item--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .advantages__big-text-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .advantages__big-text {
    margin: auto; } }

@media (max-width: 991px) {
  .advantages__big-button {
    display: none;
    margin-top: 10px; }
  .advantages__big-item--show .advantages__big-button {
    display: -webkit-box;
    display: flex; }
  .advantages {
    padding: 0 16px; }
  .advantages__title {
    font-size: 20px;
    line-height: 42px; }
    .advantages__title--bottom {
      font-size: 22px;
      line-height: 32px; }
  .advantages__list-wrapper {
    padding-top: 1px;
    padding-bottom: 20px; }
  .advantages__list--center {
    flex-wrap: wrap;
    padding: 0 16px; }
    .advantages__list--center .advantages__item {
      width: 45%;
      margin: 8px; }
  .advantages__big-list {
    -webkit-box-pack: center;
            justify-content: center; }
  .advantages .advantages__item {
    height: auto;
    margin: 0;
    padding-top: 77px;
    padding-bottom: 15px; }
  .advantages__icon {
    top: 42px; }
  .advantages__button {
    width: 100%; } }

@media (max-width: 991px) and (min-width: 751px) {
  .advantages__big-item {
    margin: 10px; }
    .advantages__big-item:nth-child(4n), .advantages__big-item:last-child {
      margin: 10px; } }

@media (max-width: 750px) {
  .advantages__big-list {
    padding-top: 3px;
    padding-bottom: 0; }
  .advantages__big-item {
    width: 100%;
    margin-bottom: 21px;
    overflow: hidden; }
    .advantages__big-item::before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
      background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
      opacity: 0.7; }
  .advantages__big-image {
    width: 100%;
    height: auto; }
  .advantages__big-text-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 19px 20px;
    color: #ffffff;
    box-sizing: border-box;
    overflow: hidden; }
  .advantages__big-title {
    margin-bottom: 19px;
    font-size: 15px; }
  .advantages__big-text {
    display: none; }
  .advantages__big-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 100%; }
  .advantages__big-arrow {
    fill: #ffffff; }
  .advantages__big-item--show .advantages__big-link {
    display: none; }
  .advantages__big-item--show::before {
    background-color: black;
    opacity: 0.5; }
  .advantages__big-item--show .advantages__big-text {
    display: initial; } }

.video-player {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 1346px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden; }

.video-player__preview {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%; }
  .video-player__preview::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.7; }
  .video-player__preview--no-blackout::before {
    display: none; }

.video-player__image {
  max-width: 100%;
  width: 100%;
  height: auto; }
  .video-player__image--cooperation {
    max-width: initial;
    width: auto;
    height: 100%; }

.video-player__text-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  padding: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff; }

.video-player__title {
  font-size: 32px;
  line-height: 42px; }

.video-player__text {
  font-size: 15px;
  line-height: 24px; }

.video-player__container {
  display: -webkit-box;
  display: flex;
  opacity: 0; }

.video-player--start .video-player__container {
  opacity: 1; }

.video-player__control {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2; }

.video-player__play-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
  background-color: #ed1c29;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 10px #ed1c29;
  -webkit-animation: button-anim 2.5s infinite;
          animation: button-anim 2.5s infinite; }
  .video-player__play-button:hover {
    box-shadow: none;
    -webkit-animation: none;
            animation: none; }

.video-player__icon-play {
  position: relative;
  left: 2px;
  fill: #f1f2f2; }

.video-player__play-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.video-player--start .video-player__preview,
.video-player--start .video-player__text-wrapper,
.video-player--start .video-player__control {
  display: none; }

@media (max-width: 1400px) {
  .video-player > div {
    max-width: 100%;
    box-sizing: border-box; }
  .video-player__image {
    max-width: initial;
    width: 100%;
    height: 100%; } }

@media (max-width: 991px) {
  .video-player {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    height: 51vw;
    margin: 0 auto; }
  .video-player__container,
  .video-player__container iframe {
    height: 100%; }
  .video-player__text-wrapper {
    width: 100%;
    padding: 13px; }
  .video-player__title {
    font-size: 14px;
    line-height: 24px; }
  .video-player__text {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-transform: initial; }
  .video-player__play-button {
    width: 26px;
    height: 26px;
    -webkit-animation: button-anim-mobile 2.5s infinite;
            animation: button-anim-mobile 2.5s infinite; }
  .video-player__icon-play {
    width: 8px;
    height: 10px;
    left: 1px; } }

.steps {
  width: 100%;
  padding: 100px 0;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box; }

.steps__list-wrapper {
  max-width: 1346px;
  margin: auto;
  padding-bottom: 51px; }

.staps__title {
  margin: 0;
  padding-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase; }

.staps__title-red {
  color: #ed1c29; }

.steps__text {
  padding-bottom: 77px;
  font-size: 17px;
  line-height: 24px; }

.steps__list {
  display: -webkit-box;
  display: flex;
  margin: 0 auto; }

.steps__item {
  position: relative;
  width: 160px;
  padding: 0 69px; }
  .steps__item:first-child {
    padding-left: 0; }
  .steps__item:last-child {
    padding-right: 0; }

.steps__hidden-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 6px;
  font-size: 12px;
  color: #ffffff;
  text-transform: none;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  box-sizing: border-box; }

.steps__image {
  display: block;
  position: relative;
  width: 100%;
  height: 160px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background-color: #1c415c;
  opacity: 1 !important;
  z-index: 1; }

.steps__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #ffffff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .steps__icon--custom {
    left: 52%; }

.steps__rotate-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/bitrix/templates/mebel/css/../img/icon-ellipse2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: initial;
  -webkit-animation: rotate 15s infinite linear;
          animation: rotate 15s infinite linear; }

.steps__item-text {
  display: block;
  margin-top: 23px;
  font-size: 15px;
  line-height: 24px;
  color: inherit; }

.steps__text-bottom {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: initial; }

.steps__item:not(:last-child) .steps__arrow {
  position: absolute;
  top: 74px;
  right: 0;
  fill: #4c4c4c; }

.steps__item--active .steps__image {
  background-color: #000000; }

.steps__item--active .steps__rotate-img {
  display: block; }

@media (min-width: 992px) {
  .steps__list-wrapper {
    height: 231px; }
  .steps__item--active:hover .steps__image {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2); }
  .steps__item--active:hover .steps__arrow {
    display: none; }
  .steps__item--active:hover .steps__hidden-text {
    opacity: 1; }
  .steps__item:hover .steps__icon {
    opacity: 0; } }

@media (max-width: 1400px) {
  .steps {
    padding: 43px 16px; } }

@media (max-width: 991px) {
  .steps__title {
    max-width: 320px;
    margin: 0 auto;
    padding-bottom: 32px;
    font-size: 22px;
    line-height: 32px; }
  .steps__text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden; }
  .steps__list-wrapper {
    padding-bottom: 16px; }
  .steps__item {
    width: 120px;
    padding-left: 0;
    padding-right: 10px; }
  .steps__image {
    width: 84px;
    height: 84px;
    margin: 0 auto; }
  .steps__rotate-img {
    background-image: url("/bitrix/templates/mebel/css/../img/icon-ellipse-mobile.png"); }
  .steps__icon {
    width: 24px;
    height: 24px; }
  .steps__item-text {
    margin-top: 24px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: initial; }
  .steps__text-bottom {
    max-width: 250px;
    margin: 0 auto; }
  .steps__item:not(:last-child) .steps__arrow {
    top: 37px; } }

@media (max-width: 768px) {
  .steps {
    padding: 43px 0; } }

@media (min-width: 641px) {
  .steps__list {
    -webkit-box-pack: center;
            justify-content: center; } }

@media (max-width: 640px) {
  .steps__item:last-child {
    padding-right: 60px; } }

.capture__container {
  text-align: center;
  letter-spacing: 0.04em;
  color: #000000; }

.capture__title {
  margin: 0;
  padding-bottom: 21px;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000000;
  text-transform: uppercase; }

.capture__text {
  margin: auto;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px; }
  .capture__text--policy {
    font-size: 12px;
    margin-top: 10px; }

.capture__link {
  text-decoration: underline; }

.capture__text-big {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ed1c29; }
  .capture__text-big--last {
    color: #000000; }

.capture__form {
  margin: auto;
  padding-top: 21px; }

.capture__form-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

.capture__item:not(:last-child) {
  padding-right: 30px; }

.capture__input {
  height: 52px;
  width: 260px;
  padding: 0 24px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: inherit;
  border: none;
  background-color: #f1f2f2;
  box-sizing: border-box;
  border: 1px solid transparent;
  outline: none; }
  .capture__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .capture__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .capture__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .capture__input::placeholder {
    color: rgba(0, 0, 0, 0.4); }

.capture__button {
  height: 45px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed1c29;
  border: none;
  height: 52px;
  width: 206px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }
  .capture__button:active {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ed1c29;
    background-color: #ffffff;
    border: 2px solid #ed1c29;
    height: 52px; }

@media (max-width: 991px) {
  .capture {
    padding: 0 16px; }
  .capture__title {
    padding-bottom: 11px;
    font-size: 22px;
    line-height: 32px; }
  .capture__text {
    max-width: 280px; }
  .capture__text-big {
    font-size: 15px; }
  .capture__form {
    padding-top: 16px; }
  .capture__form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .capture__item:not(:last-child) {
    padding-right: 0;
    padding-bottom: 20px; }
  .capture__input,
  .capture__button {
    width: 100%; } }

.choose {
  color: white;
  background-color: #000000; }

.choose__container {
  display: -webkit-box;
  display: flex;
  max-width: 1346px;
  margin: auto;
  padding: 100px 0; }

.choose__text-block {
  min-width: 312px;
  width: 312px;
  margin-right: 16px;
  margin-left: 14px;
  padding-top: 82px; }

.choose__title {
  margin: 0;
  padding-bottom: 33px;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

.choose__text {
  padding-right: 10px;
  padding-bottom: 30px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em; }

.choose__button {
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: transparent;
  border: 4px solid #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 163px;
  height: 49px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-width: 1px; }

.choose__wrapper {
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box; }

.choose__list {
  display: -webkit-box;
  display: flex; }

.choose__item {
  position: relative;
  margin-right: 22px; }

.choose__wrapper-link {
  position: relative;
  display: block;
  color: #ffffff;
  opacity: 1 !important;
  box-sizing: border-box; }
  .choose__wrapper-link::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.7;
    top: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }

.choose__text-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  max-height: 100%;
  padding: 14px; }

.choose__text-wrapper .choose__wrapper-link {
  background-color: transparent; }

.choose__hashtag {
  display: inline-block;
  padding: 4px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  background-color: #ed1c29;
  border-radius: 3px; }

.choose__image {
  position: relative; }

.choose__item-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.choose__item-text {
  min-height: 120px;
  margin-bottom: 14px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.07em; }

.choose__animate-arrow {
  padding-left: 4px;
  padding-bottom: 13px; }

.choose__icon {
  fill: #ffffff; }

@media (min-width: 992px) {
  .choose__text-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center; }
  .choose__button:hover {
    color: #000000;
    background-color: #ffffff;
    opacity: 1; }
  .choose__item:hover .animate-arrow {
    width: 100px; }
  .choose__item:hover .animate-arrow__line {
    background-color: #ed1c29; }
  .choose__item:hover .animate-arrow__arrow {
    border-color: #ed1c29; } }

@media (max-width: 1400px) and (min-width: 992px) {
  .choose__wrapper {
    max-width: 1004px;
    margin: auto; }
  .choose__container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 90px; }
  .choose__text-block {
    width: auto; }
  .choose__title {
    text-align: center; }
  .choose__button-wrapper {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .choose__item:last-child {
    margin-right: 0; } }

@media (max-width: 991px) {
  .choose__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 42px 16px; }
  .choose__text-block {
    min-width: initial;
    width: auto;
    padding-top: 0;
    padding-bottom: 53px;
    margin: 0;
    box-sizing: border-box; }
  .choose__title {
    padding-bottom: 11px;
    font-size: 22px;
    line-height: 32px; }
  .choose__text {
    padding-bottom: 24px; }
  .choose__button {
    width: 100%;
    height: 50px;
    box-sizing: border-box; }
    .choose__button:active {
      color: #000000;
      background-color: #ffffff; }
  .choose__item {
    width: 100%;
    margin-right: 0; }
    .choose__item:not(:last-child) {
      margin-bottom: 17px; }
  .choose__image {
    width: 100%;
    height: auto; }
  .choose__text-wrapper {
    padding-left: 20px; }
  .choose__link {
    padding-left: 0; } }

.reviews__container {
  position: relative;
  display: -webkit-box;
  display: flex;
  max-width: 1346px;
  margin: auto; }
  .reviews__container--cooperation {
    max-width: 1158px;
    margin-top: 20px; }

.reviews__static-block {
  position: relative;
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin-right: 22px;
  padding-top: 40px;
  padding-right: 20px; }
  .reviews__static-block--cooperation {
    -webkit-box-flex: initial;
            flex-grow: initial; }

.reviews__title {
  margin: 0;
  padding-bottom: 40px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }
  .reviews__title--cooperation {
    text-align: center;
    padding-bottom: 10px; }

.reviews__text {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }
  .reviews__text--cooperation {
    text-align: center; }

.reviews__slide-number {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .reviews__slide-number--cooperation {
    display: none; }

.reviews__line {
  width: 65px;
  height: 2px;
  margin-right: 10px;
  background-color: #000000; }

.review__pagination-wrapper {
  position: absolute;
  right: 0;
  top: 0; }

.review__pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  white-space: nowrap; }

.review__pagination-item {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin: 5px;
  border: 2px solid #000000;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform; }
  .review__pagination-item--active {
    background-color: #000000; }

.reviews__number {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px; }

.review__switch {
  display: -webkit-box;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-90deg) translate(71px, 75px);
      -ms-transform: rotate(-90deg) translate(71px, 75px);
          transform: rotate(-90deg) translate(71px, 75px); }

.review__switch-icon {
  position: relative;
  top: 5px;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
  width: 1px;
  height: 12px;
  margin: 0px 13px;
  background-color: #000000; }

.review__switch-button {
  position: relative;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px; }
  .review__switch-button::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%; }
  .review__switch-button--active {
    font-weight: 700;
    color: #ed1c29; }
  .review__switch-button:hover::after {
    background-color: #000000; }
  .review__switch-button--active:hover::after {
    background-color: #ed1c29; }

.reviews__slider-container {
  position: relative;
  max-width: 890px;
  overflow: hidden; }
  .reviews__slider-container--cooperation {
    width: 100%;
    max-width: initial; }

.reviews__item {
  height: 420px; }
  .reviews__item--cooperation {
    background-color: #f8f9f9; }

.reviews__item-wrapper {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }

.reviews__item--show-text .reviews__item-wrapper {
  -webkit-transform: translateY(-420px);
      -ms-transform: translateY(-420px);
          transform: translateY(-420px); }

.reviews__text-reviews {
  height: 420px;
  box-sizing: border-box; }

.reviews__slider-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: flex; }

.reviews__slide-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 72px;
  width: 72px;
  background-color: #ffffff;
  opacity: 0.8;
  cursor: pointer;
  outline: none; }
  .reviews__slide-button--prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .reviews__slide-button:hover {
    opacity: 1; }
  .reviews__slide-button--cooperation:hover {
    background-color: #dce5e7; }

.reviews__video-container--cooperation {
  display: -webkit-box;
  display: flex;
  height: 420px;
  padding: 50px;
  box-sizing: border-box; }

.reviews__video-player--cooperation {
  align-self: center;
  width: 552px;
  height: 313px;
  margin: 0; }

.reviews__video-text-container {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex-grow: 1; }

.reviews__item .video-player__container {
  position: relative;
  z-index: -1; }

.reviews__item.swiper-slide-active .video-player__container {
  z-index: 1; }

.reviews__video-title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.reviews__video-city {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #939598; }

.reviews__date-container {
  position: absolute;
  top: 100%;
  right: 0;
  display: -webkit-box;
  display: flex; }

.reviews__date-icon {
  align-self: center;
  display: block;
  margin-right: 10px;
  fill: #939598; }

.reviews__date-text {
  font-size: 15px;
  line-height: 18px;
  color: #939598; }

@media (max-width: 1200px) and (min-width: 769px) {
  .reviews {
    padding-left: 16px;
    padding-right: 16px; } }

@media (min-width: 992px) {
  .reviews__item--show-text iframe {
    visibility: hidden; } }

@media (min-width: 992px) and (max-width: 1370px) {
  .reviews__slider-container:not(.reviews__slider-container--cooperation) {
    width: 70%; } }

@media (max-width: 991px) {
  .reviews {
    padding: 0 16px; }
    .reviews .reviews__slider-controls {
      display: -webkit-box;
      display: flex;
      top: 44px; }
  .reviews__container {
    position: relative;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .reviews__container--cooperation {
      padding-top: 10px; }
  .reviews__static-block {
    position: initial;
    padding-top: 0;
    padding-right: 0;
    margin: 0; }
    .reviews__static-block--cooperation {
      height: 34px; }
  .reviews__title {
    padding-bottom: 3px;
    font-size: 22px;
    line-height: 32px;
    text-align: center; }
  .reviews__video-container--cooperation {
    height: 570px; }
  .reviews__text {
    padding-bottom: 20px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: initial;
    text-align: center; }
  .review__switch {
    position: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    padding-bottom: 12px;
    height: 34px; }
  .review__switch-button {
    font-size: 14px;
    line-height: 17px; }
  .reviews__slider-container {
    max-width: initial;
    min-height: 420px; }
  .reviews__slide-number,
  .reviews__slider-controls {
    display: none; }
  .review__pagination-wrapper {
    top: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0; }
  .review__pagination {
    position: initial;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .review__pagination-item {
    width: 10px;
    height: 10px;
    background-color: #f1f2f2;
    border: none;
    border-radius: 0;
    outline: none; }
    .review__pagination-item--active {
      background-color: #ed1c29; }
  .reviews__item {
    height: 570px; }
  .reviews__item--show-text .reviews__item-wrapper {
    -webkit-transform: translateY(-570px);
        -ms-transform: translateY(-570px);
            transform: translateY(-570px); }
  .reviews__video-player {
    width: auto; }
  .reviews__video-text-container {
    display: none; } }

.text-reviews {
  padding: 20px; }
  .text-reviews--cooperation {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 50px; }

.text-reviews__text-container--cooperation {
  position: relative;
  width: 548px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto; }

.text-reviews-title {
  width: 50%;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px; }
  .text-reviews-title--cooperation {
    margin-bottom: 5px;
    text-transform: uppercase; }

.text-reviews__container {
  height: 266px;
  margin: 20px 0;
  margin-right: -10px;
  padding-right: 10px;
  overflow: hidden; }
  .text-reviews__container--cooperation {
    height: 210px; }

.text-reviews-city {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #939598; }

.text-reviews__slide {
  height: initial; }

.text-reviews__name {
  padding-right: 20px;
  font-weight: 700;
  text-align: right; }
  .text-reviews__name--cooperation {
    display: none; }

.text-reviews__date-container {
  position: absolute;
  top: 100%;
  right: -70px;
  display: -webkit-box;
  display: flex; }

.text-reviews__date-icon {
  align-self: center;
  display: block;
  margin-right: 10px;
  fill: #939598; }

.text-reviews__date-text {
  font-size: 15px;
  line-height: 18px;
  color: #939598; }

@media (max-width: 991px) {
  .text-reviews--cooperation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0;
    padding-right: 8px; }
  .text-reviews__container {
    height: 140px; }
    .text-reviews__container--cooperation {
      height: 285px;
      padding: 0 10px; }
  .text-reviews__image {
    padding-top: 20px;
    /*width: 136px;*/
    height: 133px; }
  .text-reviews__text-container--cooperation {
    width: auto;
    text-align: center; }
  .text-reviews-title--cooperation {
    width: auto; }
  .text-reviews__date-container {
    top: 98.5%;
    left: 50%;
    right: initial;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

.stores__title {
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.stores__wrapper {
  max-width: 1346px;
  display: -webkit-box;
  display: flex;
  margin: auto; }

.stores__container {
  position: relative;
  width: 50%;
  margin-right: 22px; }

.stores__address {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 662px; }

.stores__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.stores__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  width: 320px;
  height: 320px;
  padding: 20px;
  border: 1px solid #dce5e7;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden; }
  .stores__item--active {
    border-color: #ed1c29; }
  .stores__item.hide {
    display: none; }

.stores__address-title {
  max-width: 100%;
  margin: 0;
  padding: 30px 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.stores__phone {
  display: block;
  margin-bottom: 11px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em; }

.stores__mail {
  display: block;
  margin-bottom: 30px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #939598; }

.stores__text-top {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center; }

.stores__text-bottom {
  max-width: 100%;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em; }

.stores__arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  width: 32px;
  background-color: #f1f2f2;
  cursor: pointer;
  outline: none;
  opacity: 0.5;
  z-index: 1; }
  .stores__arrow--prev {
    right: initial;
    left: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.stores__arrow-text {
  font-size: 0; }

.stores__icon-arrow {
  fill: #939598; }

.stores__map-container {
  position: relative;
  width: 50%; }

.stores__map-wrapper {
  width: 100%;
  height: 100%;
  background-image: url("/bitrix/templates/mebel/css/../img/map.jpg");
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s; }
  .stores__map-wrapper:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  .stores__map-wrapper #map {
    width: 100%;
    height: 100%; }

.stores__city-wrapper {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1; }
  .stores__city-wrapper--test {
    left: initial;
    right: 30px; }

.stores__button-wrapper {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1; }

.stores__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #000000;
  border: none;
  height: 52px;
  width: 206px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-sizing: border-box; }
  .stores__button:hover {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 1; }

.stores__pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.stores__pagination-item {
  display: none;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  background-color: #f1f2f2; }
  .stores__pagination-item--active {
    background-color: #ed1c29; }

.stores__pagination-item--active-main {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

.stores__pagination .swiper-pagination-bullet {
  margin: 5px; }

@media (max-width: 1200px) and (min-width: 769px) {
  .stores {
    padding-left: 16px;
    padding-right: 16px; } }

@media (min-width: 992px) {
  .stores__item:hover {
    border-color: #ed1c29; }
  .stores__arrow:hover {
    opacity: 0.8; } }

@media (max-width: 991px) {
  .stores__title {
    padding-bottom: 6px;
    font-size: 22px;
    line-height: 32px; }
  .stores__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0 16px; }
  .stores__container {
    width: 100%;
    margin: 0; }
  .stores__address {
    height: auto;
    padding-bottom: 31px; }
  .stores__pagination-item {
    display: inline-block; }
  .stores__list {
    flex-wrap: initial; }
  .stores__item {
    height: auto;
    padding: 12px 20px; }
  .stores__item.swiper-slide-active {
    border-color: #ed1c29; }
  .stores__address-title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 24px; }
  .stores__phone {
    padding: 10px 0;
    margin: 10px 0;
    font-size: 17px;
    text-decoration: underline; }
  .stores__mail {
    margin-bottom: 17px;
    padding: 10px 5px; }
  .stores__arrow {
    display: none; }
  .stores__map-container {
    width: 100%; }
  .stores__city-wrapper {
    position: initial;
    padding-top: 40px;
    padding-bottom: 18px; }
  .stores__map-wrapper {
    min-height: 350px;
    height: 109vw;
    margin-bottom: 22px;
    background-image: url("/bitrix/templates/mebel/css/../img/map-mobile.jpg");
    background-size: cover; }
  .stores__button-wrapper {
    position: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial; }
  .stores__button {
    width: 100%; } }

.choose-city__button {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 52px;
  width: 220px;
  padding-left: 24px;
  padding-right: 36px;
  background-color: #ffffff;
  border: 1px solid #dce5e7;
  box-sizing: border-box;
  cursor: pointer; }
  .choose-city__button:hover {
    opacity: 1; }

.choose-city__text {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px; }

.choose-city__icon {
  position: absolute;
  top: 52%;
  right: 24px;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg); }

.choose-city__list-container {
  visibility: hidden;
  position: absolute;
  width: 100%; }

.choose-city__list {
  width: 100%;
  max-height: 300px;
  padding: 8px;
  background-color: #ffffff;
  box-sizing: border-box; }
  .choose-city__list .swiper-scrollbar-drag {
    cursor: pointer; }

.choose-city__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 52px;
  text-align: center; }

.choose-city:hover .choose-city__list-container {
  visibility: visible; }

@media (max-width: 991px) {
  .choose-city__button {
    position: relative;
    width: 100%; } }

.user-nav__bottom-wrapper {
  position: relative; }

.modal-acept-city {
  position: absolute;
  left: 50%;
  top: 115px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 10px 5px;
  z-index: 99;
  width: 115%;
  color: #000;
  border-radius: 5px;
  border: 1px solid #ed1c29;
  box-shadow: 2px 2px 10px 2px #eee;
  padding: 15px; }

.modal-acept-city:before {
  content: '';
  position: absolute;
  left: 30px;
  top: -5px;
  border: solid #ed1c29;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background-color: #fff; }

.title-region {
  margin-bottom: 10px; }

.title-region span {
  font-weight: 700; }

.button-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly; }

.button-container .accept-city {
  background-color: #ed1c29;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid #ed1c29; }

.button-container .change-city {
  color: #ed1c29;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px; }

@media (min-width: 991px) {
  .mobile.modal-acept-city {
    display: none; } }

@media (max-width: 991px) {
  .user-nav__bottom-wrapper .modal-acept-city {
    display: none; }
  .mobile.modal-acept-city {
    position: fixed;
    left: 50%;
    top: 50px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 300px; }
  .modal-acept-city:before {
    display: none; } }

.news__wrapper {
  margin: 0 auto;
  max-width: 1346px; }

.news__title {
  padding-bottom: 14px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

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

.news__img-wrapper {
  position: relative;
  margin-bottom: 5px; }

.news__hashtags {
  position: absolute;
  left: 11px;
  bottom: 13px;
  display: -webkit-box;
  display: flex; }

.news__hashtag {
  padding: 4px;
  margin-right: 5px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  background-color: #ed1c29;
  border-radius: 3px; }

.news__image {
  width: 100%;
  height: auto; }

.news__text-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 212px;
  padding: 15px; }

.news__time {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 22px; }
  .news__time--cooperation {
    display: none; }

.news__time-icon {
  margin-right: 10px;
  fill: #939598; }

.news__time-text {
  font-size: 15px;
  line-height: 18px;
  color: #939598; }

.news__text-title {
  min-height: 48px;
  margin: 0;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.news__text {
  padding-bottom: 13px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em; }

.news__button-wrapper {
  padding-top: 50px; }

.news__button {
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #000000;
  border: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 206px;
  margin: auto;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  box-sizing: border-box; }
  .news__button:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000; }

.news--cooperation .news__link {
  margin-top: auto; }

.news__text-wrapper > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex-grow: 1; }

@media (min-width: 992px) {
  .news--cooperation {
    height: 1360px; }
  .news__link:hover .news__icon-arrow {
    fill: #ed1c29; }
  .news__item {
    box-sizing: border-box; }
    .news__item--cooperation {
      border: 1px solid #dce5e7;
      height: 580px; }
  .news__item:hover .animate-arrow {
    width: 100px; }
  .news__item:hover .animate-arrow__line {
    background-color: #ed1c29; }
  .news__item:hover .animate-arrow__arrow {
    border-color: #ed1c29; } }

@media (max-width: 991px) {
  .news__title {
    padding-bottom: 2px;
    font-size: 22px;
    line-height: 32px; }
  .news__container {
    padding-left: 16px; }
  .news__item {
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .news__hashtags {
    left: 20px;
    flex-wrap: wrap; }
  .news__hashtag:not(:last-child) {
    margin-bottom: 5px; }
  .news__text-wrapper {
    height: 100%;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
  .news__time {
    margin-bottom: 11px; }
  .news__text-title {
    padding-bottom: 3px;
    font-size: 15px;
    line-height: 24px; }
  .news__text {
    font-size: 14px;
    line-height: 24px; } }

.partners {
  padding: 0 16px; }

.partners__wrapper {
  max-width: 1346px;
  margin: 0 auto;
  border-top: 1px solid #dce5e7; }

.partners__title {
  padding-top: 24px;
  padding-bottom: 3px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.partners__container {
  overflow: hidden; }

.partners__list {
  display: -webkit-box;
  display: flex; }

.partners__item {
  position: relative;
  width: 320px;
  height: 150px;
  border: 1px solid #dce5e7;
  box-sizing: border-box;
  cursor: pointer; }
  .partners__item:not(:last-child) {
    margin-right: 22px; }

.partners__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  opacity: 0.2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.partners__item:hover .partners__image {
  opacity: 1; }

.partners__pagination-wrapper {
  position: relative; }

.partners__pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

.partners__pagination-item {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  background-color: #939598; }
  .partners__pagination-item--active {
    background-color: #ed1c29; }

@media (max-width: 1400px) {
  .partners__list {
    padding-bottom: 21px; }
  .partners__title {
    padding-top: 0; } }

@media (max-width: 991px) {
  .partners__wrapper {
    border: none; }
  .partners__title {
    padding-top: 9px;
    font-size: 22px;
    line-height: 32px; }
  .partners__item {
    height: 54px; } }

.footer {
  position: relative;
  color: #ffffff;
  background-color: #383E42; }
  .footer::before {
    display: none;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 5; }

.footer__main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 25%; }

.footer__catalog {
  margin:0 auto;
  -webkit-box-flex: 1;
          flex-grow: 1; }

.footer__questions {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 320px; }

.footer__main-wrapper {
  display: -webkit-box;
  display: flex;
  padding-top: 71px;
  padding-bottom: 59px;
  max-width: 1346px;
  margin: auto; }

.footer__main-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.footer__title {
  margin: 0;
  padding-bottom: 17px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }
  .footer__title--questions {
    padding-bottom: 11px; }

.footer__item {
  width: 50%; }
  .footer__item--cayalog {
    width: 100%; }

.footer__link {
  display: inline-block;
  padding: 9px 0;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5; }

.footer__button-wrapper {
  margin-top: auto;
  padding-bottom: 10px; }

.footer__button {
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: transparent;
  border: 4px solid #ffffff;
  height: 52px;
  width: 206px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  border-width: 1px; }

.footer__form {
  position: relative; }

.footer__form-wrapper {
  display: -webkit-box;
  display: flex; }

.footer__input-wrapper {
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding-right: 20px; }

.footer__form-answer {
  position: absolute;
  top: 100%;
  font-size: 12px; }

.footer__form-input {
  height: 52px;
  width: 100%;
  padding-top: 4px;
  padding-left: 18px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.04em;
  outline: none;
  box-sizing: border-box; }
  .footer__form-input::Placeholder {
    color: inherit; }

.footer__form-button {
  position: relative;
  width: 70px;
  height: 50px;
  background-color: #ed1c29;
  border: 1px solid #ed1c29;
  font-size: 0; }
  .footer__form-button::before {
    position: absolute;
    content: "";
    left: -webkit-calc(50% - 3px);
    left: calc(50% - 3px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff; }

.footer__copyright {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 1346px;
  margin: auto;
  padding: 32px 0;
  border-top: 1px rgba(255, 255, 255, 0.1) solid; }

.footer__policy-text {
  display: block;
  width: 100%;
  font-size: 12px; }

.capture__policy-link {
  color: #ffffff;
  text-decoration: underline; }

.footer__copyright-text {
  max-width: 887px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #939598; }

.footer__social {
  margin-top: auto; }

.footer__social-list {
  display: -webkit-box;
  display: flex; }

.footer__social-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 30px; }

.footer__social-item:last-child {
  margin-right: 0; }

.footer__social-icon {
  fill: #ffffff; }

@media (max-width: 1400px) and (min-width: 768px) {
  .footer {
    padding-left: 16px;
    padding-right: 16px; } }

@media (min-width: 992px) {
  .mobile-open .footer::before {
    display: block; }
  .footer__button:hover {
    color: #000000;
    background-color: #ffffff; }
  .footer__form-button:hover {
    background-color: transparent; } }

@media (max-width: 991px) {
  .footer__catalog {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden; }
  .footer__main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 43px 16px;
    padding-bottom: 31px; }
  .footer__main {
    width: 100%;
    padding: 10px 0; }
    .footer__main .footer__button-wrapper {
      display: none; }
  .footer__title {
    padding-bottom: 25px;
    font-size: 15px;
    line-height: 24px; }
  .footer__questions {
    margin: auto;
    width: auto; }
  .footer__questions-form {
    padding-bottom: 35px; }
  .footer__copyright {
    padding: 26px 0;
    margin: 0 16px; } }

.to-top-button {
  position: fixed;
  right: 169px;
  bottom: 50px;
  z-index: 50;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border: 2px solid #000000;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: hidden; }
  .to-top-button--show {
    opacity: 1;
    visibility: visible; }
  .to-top-button:hover {
    background-color: #f1f2f2; }

.to-top-button__icon {
  fill: #ed1c29;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

@media (max-width: 1400px) {
  .to-top-button {
    right: 75px; } }

@media (max-width: 991px) {
  .to-top-button {
    right: 30px;
    bottom: 75px; } }

.page-nav {
  position: absolute;
  width: 100%;
  z-index: 100; }
  .page-nav--no-opacity .page-nav__container {
    background-color: #000000; }

.page-nav__container {
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }

.page-nav__list {
  max-width: 1346px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.page-nav__link {
  display: block;
  padding: 36px 0;
  font-family: "Roboto", "Arial", sans-serif;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s; }
  .page-nav__link--small {
    padding: 20px 0; }

@media (min-width: 992px) {
  .page-nav__container--fixed {
    position: fixed;
    top: 0;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.8); }
    .page-nav__container--fixed .page-nav__link {
      padding: 20px 0; } }

@media (max-width: 1100px) {
  .page-nav__link {
    font-size: 12px; } }

@media (max-width: 991px) {
  .page-nav__link {
    font-size: 10px; } }

@media (max-width: 768px) {
  .page-nav {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden; } }

.big-banner {
  position: relative;
  overflow: hidden; }
  .big-banner--about {
    height: 400px; }
    .big-banner--about .big-banner__image {
      min-height: 400px; }

.big-banner__image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 520px;
  object-fit: cover; }

.big-banner__text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65); }
  .big-banner__text-container--noback {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.35); }
  .big-banner__text-container--noback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.7; }

.big-banner__text-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 1346px;
  width: 80%;
  margin: auto;
  padding-top: 66px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 52px;
  box-sizing: border-box; }
  .big-banner__text-wrapper--mobile {
    display: none; }

.big-banner__title {
  margin: 0;
  padding-bottom: 10px;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 42px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase; }
  .big-banner__title--big {
    font-size: 28px; }

.big-banner__text {
  margin: auto;
  max-width: 890px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em; }
  .big-banner__text--big {
    margin: auto;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase; }

.big-banner__button {
  height: 45px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed1c29;
  border: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-transform: uppercase;
  width: auto;
  max-width: 280px;
  margin: 10px auto; }

.big-banner__bottom-container {
  padding: 14px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em; }

@media (min-width: 992px) {
  .big-banner__bottom-container {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden; }
  .big-banner--about {
    margin-bottom: 120px; } }

@media (max-width: 1440px) {
  .big-banner__text-wrapper {
    padding-top: 33px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 26px; }
  .big-banner__title {
    font-size: 30px; }
  .big-banner__text {
    font-size: 13px; } }

@media (max-width: 991px) {
  .big-banner {
    padding-top: 52px; }
    .big-banner--main {
      margin: auto -16px; }
    .big-banner--about {
      margin-bottom: 15px; }
  .big-banner__bottom-container {
    display: none; } }

@media (max-width: 768px) {
  .big-banner__text-container {
    background-color: rgba(0, 0, 0, 0.4); }
    .big-banner__text-container--noback {
      background-color: transparent; }
  .big-banner__image {
    max-height: 80vh; }
  .big-banner__text-wrapper {
    display: none;
    padding: 40px 16px; }
    .big-banner__text-wrapper--mobile {
      display: block; }
  .big-banner__title {
    font-size: 22px;
    color: #ffffff;
    text-transform: none; }
  .big-banner__text {
    font-size: 14px;
    color: #ffffff; } }

.coop-form {
  background-color: #000000; }

.coop-form__container {
  height: 105px;
  max-width: 964px;
  margin: auto;
  padding: 28px;
  box-sizing: border-box;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  overflow: hidden; }

.coop-form__top-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
          align-items: baseline; }

.coop-form__button {
  height: 45px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed1c29;
  border: none;
  height: 52px;
  width: 320px;
  margin-right: -33px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 1; }
  .coop-form__button--toggle {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .coop-form__button--submit {
    margin-right: -42px; }

.coop-form__container--open .coop-form__button--toggle {
  opacity: 0; }

.coop-form__icon-button {
  padding-left: 20px;
  fill: #ffffff; }

.coop-form__title {
  padding-left: 8px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff; }

.coop-form__form {
  padding: 17px 0; }
  .coop-form__form .success-wrap {
    font-size: 17px;
    color: #ffffff;
    text-align: center; }

.coop-form__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }

.coop-form__item {
  width: 280px;
  padding: 8px; }
  .coop-form__item--button {
    width: 320px;
    margin-right: -42px;
    padding-bottom: 0; }

.coop-form__field {
  box-sizing: border-box;
  border: 2px solid rgba(220, 229, 231, 0.2); }

.coop-form__input-name {
  padding: 0 9px;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #939598; }

.coop-form__input {
  height: 26px;
  width: 100%;
  padding: 0 5px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.07em;
  color: #ffffff;
  background-color: transparent;
  border: none;
  outline: none; }

.coop-form__policy-text {
  color: #ffffff;
  font-size: 12px;
  text-align: center; }

.coop-form__policy-link {
  color: #ffffff;
  text-decoration: underline; }

@media (min-width: 992px) {
  .coop-form__field:hover {
    border-color: #ffffff; }
  .coop-form__field:hover .coop-form__input-name {
    color: #ffffff; } }

@media (max-width: 991px) {
  .coop-form__container {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    padding: 0;
    width: 100%;
    z-index: 10;
    background-color: #ffffff; }
  .coop-form__toggle {
    width: 100%; }
  .coop-form__title {
    display: none;
    max-width: 320px;
    margin: auto;
    padding-top: 15px;
    text-align: center;
    color: #000000; }
  .coop-form__button {
    width: 100%; }
    .coop-form__button--toggle {
      width: 100%;
      -webkit-transition: none;
      transition: none; }
  .coop-form__icon-button {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden; }
  .coop-form__form {
    display: none;
    width: 100%; }
  .coop-form__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .coop-form__item--button {
    margin: 0;
    padding: 0;
    padding-top: 18px; }
  .coop-form__input {
    color: #000000; }
  .coop-open .coop-form__form,
  .coop-open .coop-form__title {
    display: block; }
  .coop-open main {
    display: block; }
  .coop-open .coop-form__toggle,
  .coop-open footer,
  .coop-open main > *:not(.coop-form) {
    display: none; }
  .coop-open .coop-form__container {
    min-height: 100vh; } }

.salon-geo {
  max-width: 1346px;
  margin: auto;
  padding: 55px 15px;
  padding-bottom: 0; }

.salon-geo__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }

.salon-geo__text-block {
  max-width: 550px; }

.salon-geo__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.04em; }

.salon-geo__text {
  margin-bottom: 44px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em; }

.salon-geo__link-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 514px; }

.salon-geo__link {
  min-width: 226px;
  padding: 10px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #dce5e7;
  box-sizing: border-box; }

.salon-geo__button {
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #000000;
  border: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 700;
  box-sizing: border-box; }
  .salon-geo__button:active {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #000000;
    border: none; }

@media (max-width: 1200px) {
  .salon-geo__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .salon-geo__text-block {
    padding-bottom: 38px; } }

@media (min-width: 992px) {
  .salon-geo__button:hover {
    opacity: 1;
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000;
    font-weight: 700; }
  .salon-geo__button:active {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #000000;
    border: none; } }

@media (max-width: 991px) {
  .salon-geo {
    padding: 35px 14px; }
  .salon-geo__title {
    font-size: 22px; }
  .salon-geo__text {
    margin-bottom: 28px; }
  .salon-geo__link {
    min-width: 136px; } }

@media (max-width: 768px) {
  .salon-geo__img-block {
    width: 100%; }
  .salon-geo__image {
    width: 100%;
    height: auto; } }

.about {
  max-width: 1346px;
  margin: auto;
  padding: 15px; }

.about__title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase; }

.about__text {
  max-width: 890px;
  margin: auto;
  padding-bottom: 65px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: center; }

.about__policy-text {
  font-size: 12px;
  text-align: right; }

.about__policy-link {
  text-decoration: underline; }

.about__form-wrapper {
  padding-bottom: 60px; }

.about__form-container {
  min-height: 281px; }

.about__form-title {
  max-width: 1118px;
  margin: auto;
  padding-bottom: 25px;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase; }

.about__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  max-width: 890px;
  margin: auto; }

.about__item {
  width: 280px;
  padding-bottom: 23px; }
  .about__item--long {
    width: 547px; }
  .about__item--button {
    width: 508px; }

.about__field {
  border: 2px solid #dce5e7; }

.about__field-name {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #929292; }

.about__input {
  width: 100%;
  height: 22px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  border: none;
  outline: none; }

.about__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 48px;
  width: 100%;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 2px solid #000000;
  box-sizing: border-box; }

@media (min-width: 992px) {
  .about__form {
    padding-bottom: 37px; }
  .about__button:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #000000;
    border: none;
    height: 48px; } }

@media (max-width: 991px) {
  .about {
    padding: 0; }
  .about__title {
    padding: 0 15px; }
  .about__text {
    padding: 0 15px;
    padding-bottom: 30px; }
  .about__form-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-bottom: 0; }
  .about__form-title {
    padding: 24px 15px;
    font-size: 22px;
    line-height: 32px; }
  .about__form {
    -webkit-box-ordinal-group: 3;
            order: 2;
    padding: 24px 15px; }
  .about__item {
    -webkit-box-flex: 1;
            flex-grow: 1; }
  .about__form-title-text {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: initial; }
  .about__button {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-align: center; }
  .about__video-player {
    height: 57vw;
    width: 100%; } }

.advantages-slider {
  max-width: 1346px;
  margin: auto;
  padding-bottom: 100px;
  overflow: hidden; }

.advantages-slider__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.advantages-slider__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  height: 781px; }

.advantages-slider__slide {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 486px;
  width: 320px;
  border: 1px solid #dce5e7;
  overflow: hidden; }
  .advantages-slider__slide--short {
    height: 271px; }

.advantages-slider__image--short {
  display: block;
  padding-top: 40px;
  margin: auto; }

.advantages-slider__slide:not(.advantages-slider__slide--short) .advantages-slider__text-wrapper {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.advantages-slider__text {
  padding: 20px;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.advantages-slider__nav-wrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  padding-top: 44px; }

.advantages-slider__slide-number {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse; }

.advantages-slider__line {
  position: relative;
  width: 65px;
  height: 2px;
  margin-right: 10px;
  background-color: #f1f2f2; }
  .advantages-slider__line::before {
    position: absolute;
    content: "";
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #ed1c29; }

.advantages-slider__number--total {
  display: none; }

.advantages-slider__pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: auto; }

.advantages-slider__pagination-item {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none; }
  .advantages-slider__pagination-item:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #f1f2f2; }
  .advantages-slider__pagination-item--active::before {
    background-color: #ed1c29; }

@media (min-width: 992px) {
  .advantages-slider__line .advantages-slider__pagination-item {
    display: none; } }

@media (max-width: 1400px) {
  .advantages-slider__slider {
    max-width: 1050px;
    margin: auto;
    overflow: hidden; }
  .advantages-slider__slide {
    width: 250px; }
  .advantages-slider__slide:not(.advantages-slider__slide--short) .advantages-slider__image {
    width: 100%;
    height: auto; } }

@media (max-width: 1050px) {
  .advantages-slider {
    padding: 0 15px; }
  .advantages-slider__slide {
    width: 24%; } }

@media (max-width: 991px) {
  .advantages-slider {
    padding: 0 15px;
    padding-bottom: 44px; }
  .advantages-slider__title {
    font-size: 20px;
    line-height: 42px; }
  .advantages-slider__slider {
    overflow: hidden; }
  .advantages-slider__slide {
    position: relative;
    height: 166px;
    width: auto;
    box-sizing: border-box; }
  .advantages-slider__item {
    display: none; }
  .advantages-slider__image {
    width: 100%;
    object-fit: cover; }
    .advantages-slider__image--short {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: auto; }
  .advantages-slider__text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
  .advantages-slider__text {
    width: 100%;
    text-align: center;
    color: #ffffff; }
  .advantages-slider__slide-number {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    width: 100%; }
  .advantages-slider__line {
    -webkit-box-flex: 1;
            flex-grow: 1;
    margin: 0 10px; }
    .advantages-slider__line::before {
      display: none; }
  .advantages-slider__line .swiper-pagination-progressbar-fill {
    background: #ed1c29; }
  .advantages-slider__number {
    display: block;
    color: #ed1c29; }
  .advantages-slider__pagination {
    display: none; } }

.calc {
  max-width: 1346px;
  margin: auto; }

.calc__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.calc__text {
  font-weight: 700;
  font-size: 17px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
  color: #939598; }

.calc__form {
  width: 100%;
  padding: 60px 115px;
  border: 2px solid #dce5e7;
  box-sizing: border-box; }

.calc__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.calc__item {
  max-width: 100%;
  box-sizing: border-box; }
  .calc__item--expenses {
    width: 624px; }
  .calc__item--profit {
    padding-top: 60px; }
  .calc__item--result {
    width: 624px;
    margin-left: auto;
    padding-top: 60px; }

.calc__item-title {
  margin: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.calc__item-icon {
  display: none; }

.calc__num {
  color: #ed1c29; }

.calc__inputs-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
  height: 303px; }

.calc__inputs-item {
  width: 280px;
  padding-top: 33px; }
  .calc__inputs-item--col {
    padding-top: 20px; }

.calc__field {
  padding-top: 0;
  padding-bottom: 0;
  border: 2px solid #dce5e7;
  color: #dce5e7; }

.calc__input-name {
  padding: 0 6px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #929292; }

.calc__input {
  width: 100%;
  height: 37px;
  padding: 0 5px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.07em;
  color: #000000;
  outline: none;
  border: none;
  background-color: transparent; }
  .calc__input::-webkit-input-placeholder {
    color: #000000; }
  .calc__input::-moz-placeholder {
    color: #000000; }
  .calc__input:-ms-input-placeholder {
    color: #000000; }
  .calc__input::placeholder {
    color: #000000; }

.calc__input-label {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em; }

.calc__number-block {
  display: -webkit-box;
  display: flex;
  width: 206px; }

.calc__number-button {
  position: relative;
  width: 53px;
  height: 51px;
  font-size: 0;
  border: 2px solid #dce5e7;
  box-sizing: border-box;
  opacity: 0.8;
  box-shadow: 0 0 3px 3px rgba(241, 242, 242, 0.5); }
  .calc__number-button::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 18px;
    height: 4px;
    background-color: #ed1c29; }
  .calc__number-button::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 4px;
    height: 18px;
    background-color: #ed1c29; }
  .calc__number-button--minus::after {
    display: none; }

.calc__number {
  width: 53px;
  margin: 0 auto;
  text-align: center;
  border: none;
  outline: none; }

.calc__result-title {
  padding-bottom: 31px;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.calc__result-block {
  display: -webkit-box;
  display: flex;
  height: 54px; }

.calc__profit {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  min-width: 133px;
  background-color: #000000; }

.calc__profit-text {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff; }

.calc__currency {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-width: 75px;
  border: 2px solid #000000;
  box-sizing: border-box; }

.calc__currency-text {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.4; }

.calc__button-wrapper {
  padding-top: 43px;
  padding-left: 2px; }

.calc__button {
  height: 45px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed1c29;
  border: none;
  width: 276px;
  box-sizing: border-box; }

@media (min-width: 992px) {
  .calc__field:hover,
  .calc__field:focus {
    background-color: rgba(241, 242, 242, 0.2); }
  .calc__number-button {
    -webkit-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s; }
    .calc__number-button:hover {
      opacity: 1; }
    .calc__number-button:active {
      box-shadow: none; }
  .calc__button:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ed1c29;
    background-color: #ffffff;
    border: 2px solid #ed1c29; } }

@media (max-width: 1200px) {
  .calc__list {
    max-width: 624px;
    margin: auto; }
  .calc__item {
    padding-top: 0; }
  .calc__button-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; } }

@media (max-width: 1200px) and (min-width: 992px) {
  .calc__item {
    padding-bottom: 50px; }
  .calc__button {
    margin-left: auto; } }

@media (max-width: 991px) {
  .calc__title {
    font-size: 22px;
    line-height: 32px; }
  .calc__form {
    padding: 0 16px;
    border: none; }
  .calc__list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center; }
  .calc__item {
    width: 100%;
    padding-top: 0;
    margin: 0;
    margin-bottom: 24px;
    border: 2px solid transparent; }
    .calc__item--hidden {
      border: 2px solid #000000; }
  .calc__inputs-list {
    height: auto; }
  .calc__inputs-item {
    width: 100%; }
  .calc__item-title-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    min-height: 70px;
    padding-left: 10px;
    padding-right: 14px; }
  .calc__item-title {
    width: 87%; }
  .calc__item-icon {
    display: block;
    padding: 5px 10px;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .calc__result {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center; }
  .calc__result-title {
    font-size: 17px;
    line-height: 24px; }
  .calc__item--hidden .calc__item-icon {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); }
  .calc__item--hidden .calc__inputs-list {
    display: none; } }

.production__container {
  max-width: 1346px;
  margin: 0 auto;
  padding: 0 15px; }

.production__title {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.production__item {
  padding-bottom: 84px; }
  .production__item:last-child {
    padding-bottom: 0; }

.production__slider-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap; }

.production__item:nth-child(2n) .production__slider-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse; }

.production__slider-wrapper {
  overflow: hidden; }

.production__image-wrapper {
  position: relative; }

.production__block-text {
  width: 434px; }

.production__slider-controls {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: flex; }

.production__slide-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 72px;
  width: 72px;
  background-color: #ffffff;
  border: 1px solid #dce5e7;
  opacity: 0.7;
  cursor: pointer;
  outline: none;
  visibility: hidden; }
  .production__slide-button--prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    border-left: none; }
  .production__slide-button:hover {
    opacity: 1; }

.production__text-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center; }

.production__block-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.production__block-text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em; }

@media (max-width: 1300px) {
  .production__list {
    max-width: 836px;
    margin: auto; } }

@media (max-width: 991px) {
  .production__container {
    padding: 20px 15px;
    background-color: #000000; }
  .production__title {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff; }
  .production__list {
    max-width: 500px;
    margin: auto; }
  .production__item {
    width: 100%;
    padding-bottom: 20px; }
  .production__slide-button {
    width: 50px;
    height: 50px; }
  .production__slide-icon {
    width: 6px;
    height: 9px; }
  .production__image-wrapper {
    width: 100%; }
  .production__image {
    display: block;
    width: 100%;
    height: auto; }
  .production__text-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    color: white;
    box-sizing: border-box; }
  .production__block-text {
    max-width: 100%; } }

.contacts__container {
  max-width: 1346px;
  margin: auto; }

.contacts__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center; }

.contacts__region-wrapper {
  margin-top: 40px;
  padding: 40px;
  border-radius: 10px;
  background-color: #f1f2f2; }
  .contacts__region-wrapper .contacts__link {
    color: inherit; }

.contacts__title-wrapper {
  max-width: 580px;
  margin: auto;
  padding-bottom: 50px; }

.contacts__tile {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center; }

.contacts__text {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center; }

.contacts__item {
  width: 18%;
  box-sizing: border-box; }

.contacts__image-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 28px; }

.contacts__image {
  border-radius: 50%; }

.contacts__name {
  text-align: initial; }

.contacts__name {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.contacts__activity {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em; }

.contacts__text-wrapper {
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 10px 0; }

.contacts__link {
  margin: 0 auto;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em; }
  .contacts__link--mail {
    color: #939598; }

@media (min-width: 992px) {
  .contacts__item {
    border-radius: 10px;
    margin: 0 10px;
    padding: 20px 10px; }
    .contacts__item:hover {
      box-shadow: 0px 4px 10px 0 rgba(15, 14, 14, 0.4);
      background-color: white; } }

@media (max-width: 991px) {
  .contacts__container {
    padding: 0 15px; }
  .contacts__item {
    width: auto;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 0;
    border-top: 1px solid #dce5e7;
    box-sizing: border-box; }
    .contacts__item:first-child {
      border: none; }
    .contacts__item--title {
      display: block;
      width: 100%;
      border: none; }
    .contacts__item:nth-child(2n + 1) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
              flex-direction: row-reverse; }
      .contacts__item:nth-child(2n + 1) .contacts__text-wrapper {
        left: 0;
        right: initial; }
  .contacts__text {
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 400;
    text-transform: none; }
  .contacts__image-wrapper {
    position: initial;
    margin-bottom: 0;
    width: 100px;
    overflow: hidden; }
  .contacts__image {
    width: 100%;
    min-width: 140px;
    height: auto; }
  .contacts__name-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0 16px; }
  .contacts__name {
    font-size: 17px;
    line-height: 20px;
    text-align: left; }
  .contacts__text-wrapper {
    margin-top: auto; }
  .contacts__activity {
    font-size: 12px;
    line-height: 16px;
    text-align: left; }
  .contacts__link--tel {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    text-decoration: underline; } }

@media (max-width: 991px) and (min-width: 680px) {
  .contacts__item:not(.contacts__item--title) {
    margin-left: 5px;
    margin-right: 5px;
    max-width: 49%; } }

.calculation-nav {
  background-color: #f1f2f2;
  max-width: 100%;
  overflow: hidden; }

.calculation-nav__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

.calculation-nav__item {
  width: auto;
  padding: 0 40px; }

.calculation-nav__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 49px;
  font-weight: bold;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8d8d91; }
  .calculation-nav__link:hover, .calculation-nav__link--active {
    color: #000000; }
  .calculation-nav__link--active:hover {
    opacity: 1; }

.calculation-nav__text {
  position: relative;
  padding-top: 10px; }
  .calculation-nav__text::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    display: none;
    height: 4px;
    width: 100%;
    background-color: #ed1c29; }

.calculation-nav__link--active .calculation-nav__text::before {
  display: block; }

@media (max-width: 991px) {
  .calculation-nav__list {
    -webkit-box-pack: initial;
            justify-content: initial; }
  .calculation-nav__item {
    padding: 0; } }

.calculation-form {
  max-width: 1346px;
  margin: auto; }

.calculation-form__title-product {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px; }

.calculation-form__text-product {
  text-align: center;
  margin-bottom: 30px; }

.calculation-form__title-big {
  padding-bottom: 40px;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #000000; }

.basket__options-item {
  display: -webkit-box;
  display: flex; }

.calculation-form__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 15px; }

.calculation-form__status-title {
  display: none; }

.calculation-form__status-wrapper {
  padding-top: 118px; }

.calculation-form__status-item {
  display: -webkit-box;
  display: flex;
  padding-bottom: 22px; }

.calculation-form__number-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  margin-right: 40px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ed1c29;
  box-sizing: border-box; }

.calculation-form__checkbox-icon {
  display: none;
  fill: #4bb462; }

.calculation-form__status-text {
  align-self: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.calculation-form__status-item--active .calculation-form__number-container {
  background-color: transparent;
  border: 2px solid #4bb462;
  font-size: 0; }

.calculation-form__status-item--active .calculation-form__checkbox-icon {
  display: block; }

.calculation-form__status-item--disabled .calculation-form__number-container {
  background-color: #f1f2f2;
  color: #8C8C8C; }

.calculation-form__status-item--disabled .calculation-form__status-text {
  color: #8C8C8C; }

.calculation-form__form {
  padding-bottom: 35px;
  width: 890px;
  max-width: 100%;
  overflow: hidden; }
  .calculation-form__form--block {
    margin: auto; }

.calculation-form__slides-list {
  position: relative;
  display: -webkit-box;
  display: flex; }

.calculation-form__slide:not(:last-child) {
  margin-right: 20px; }

.calculation-form__slide--hidden {
  display: none; }

.calculation-form__title {
  margin-left: 19px; }

.calculation-form__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.calculation-form__item {
  width: 49%;
  min-height: 92px;
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid #dce5e7;
  box-sizing: border-box; }
  .calculation-form__item--wide {
    width: 100%;
    min-height: 102px; }
  .calculation-form__item--kitchen {
    width: 100%;
    padding: 0;
    margin: 30px 0;
    border: none; }

.calculation-form__label {
  display: block;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  color: #8C8C8C; }
  .calculation-form__label sup {
    color: #ed1c29; }

.calculation-form__input {
  min-height: 30px;
  width: 100%;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  border: none;
  border-bottom: 1px solid #E6E7E8;
  tab-index: -1; }
  .calculation-form__input--file {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden; }
  .calculation-form__input:hover, .calculation-form__input:focus {
    outline: none; }

.calculation-form__cross-wrapper {
  display: inline;
  margin-left: 15px;
  padding: 5px;
  cursor: pointer; }

.calculation-form__icon-cross {
  fill: #ed1c29; }

.calculation-form__file-button {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 39px;
  margin-top: 10px;
  padding: 0 15px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  color: #0F0E0E;
  background-color: #dce5e7;
  cursor: pointer;
  -webkit-transition: box-shadow 0.1s;
  transition: box-shadow 0.1s; }
  .calculation-form__file-button:hover {
    box-shadow: 0px 4px 10px 0 rgba(15, 14, 14, 0.4); }
  .calculation-form__file-button:active {
    box-shadow: none; }

.calculation-form__file-text {
  display: inline;
  margin-left: 15px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  color: #8C8C8C; }

.calculation-form__slider-container {
  padding: 0 10px;
  overflow: hidden; }

.calculation-form__slider {
  display: -webkit-box;
  display: flex; }

.calculation-form__slider-item {
  width: auto;
  padding-top: 10px;
  padding-right: 22px; }

.calculation-form__kitchen {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.calculation-form__slider-item:hover .calculation-form__kitchen {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.calculation-form_slide-label {
  display: block;
  cursor: pointer; }

.calculation-form__checkbox-wrapper {
  padding-top: 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

.calculation-form__checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 28px;
  width: 28px;
  margin-right: 20px;
  border: 1px solid #D1D3D4;
  border-radius: 2px;
  box-sizing: border-box; }

.calculation-form__checkbox-text {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.calculation-form__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.calculation-form__icon-checkbox {
  display: none; }

.calculation-form__radio:checked ~ .calculation-form__checkbox-wrapper .calculation-form__checkbox {
  background-color: #000000; }

.calculation-form__radio:checked ~ .calculation-form__checkbox-wrapper .calculation-form__icon-checkbox {
  display: block;
  fill: #ffffff; }

.calculation-form__buttons-list-wrapper {
  width: 890px;
  overflow: hidden; }

.calculation-form__buttons-list {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-transition: left 0.2s;
  transition: left 0.2s; }
  .calculation-form__buttons-list--second-slide {
    left: -890px; }

.calculation-form__buttons-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  min-width: 850px;
  padding: 30px 20px; }

.calculation-form__text {
  text-align: center; }

.calculation-form__textarea {
  width: 100%;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  border: none;
  border-bottom: 1px solid #E6E7E8;
  outline: none;
  resize: none; }

.calculation-form__button {
  min-width: 280px;
  height: 52px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid #E6E7E8;
  box-sizing: border-box;
  -webkit-transition: box-shadow 0.1s;
  transition: box-shadow 0.1s; }
  .calculation-form__button--right {
    margin-left: auto; }
  .calculation-form__button:disabled {
    color: #ffffff;
    background-color: #E6E7E8;
    cursor: initial; }
  .calculation-form__button--active {
    color: #ffffff;
    background-color: #000000;
    border-color: transparent; }
  .calculation-form__button--submit {
    color: #ffffff;
    background-color: #ed1c29;
    border-color: transparent; }
  .calculation-form__button--center {
    margin: auto; }
  .calculation-form__button:not(:disabled):hover {
    box-shadow: 0px 4px 20px 0 rgba(15, 14, 14, 0.4); }
  .calculation-form__button:active {
    box-shadow: none; }

.calculation-bottom-text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #8d8d91;
  text-align: right; }
  .calculation-bottom-text sup {
    color: #ed1c29; }

.calculation-form__item--error {
  border-color: #ed1c29; }
  .calculation-form__item--error .calculation-form__input {
    border-color: #ed1c29; }
    .calculation-form__item--error .calculation-form__input::-webkit-input-placeholder {
      color: red; }
    .calculation-form__item--error .calculation-form__input::-moz-placeholder {
      color: red; }
    .calculation-form__item--error .calculation-form__input:-ms-input-placeholder {
      color: red; }
    .calculation-form__item--error .calculation-form__input::placeholder {
      color: red; }

.calculation-form__policy-text {
  font-size: 12px;
  text-align: right; }

.calculation-form__policy-link {
  text-decoration: underline; }

@media (min-width: 992px) {
  .calculation-form__item--fill .calculation-form__input {
    border-color: #8c8c8c; }
  .calculation-form__item--active {
    border-color: #8c8c8c; }
    .calculation-form__item--active .calculation-form__label {
      color: #4c4c4c; }
    .calculation-form__item--active .calculation-form__input {
      border-color: #8c8c8c; } }

.calculation-form__success {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  font-family: "Open Sans", "Arial", sans-serif;
  max-width: 330px;
  padding: 20px;
  text-align: center;
  color: white;
  border-radius: 10px;
  background-color: #51a351;
  box-shadow: 0px 4px 10px 0 rgba(15, 14, 14, 0.4); }

@media (max-width: 991px) {
  .calculation-form__title-big {
    padding-bottom: 0;
    font-size: 17px;
    line-height: 42px; }
  .calculation-form__status-wrapper {
    padding: 40px 10px; }
  .calculation-form__status-title {
    display: block;
    padding-bottom: 25px;
    text-align: center; }
  .calculation-form__title {
    display: none; }
  .calculation-form__status-text {
    font-size: 14px;
    line-height: 24px; }
  .calculation-form__form-wrapper,
  .calculation-form__form,
  .calculation-form__buttons-list-wrapper {
    max-width: 100%;
    padding-bottom: 0; }
  .calculation-form__slides-list {
    width: inherit; }
  .calculation-form__slide {
    min-width: initial;
    margin: 0; }
  .calculation-form__buttons-item {
    max-width: 100%;
    min-width: initial; }
  .calculation-form__item {
    width: 100%; }
    .calculation-form__item--kitchen {
      overflow: hidden;
      margin: 15px;
      width: 100%; }
  .calculation-form__bottom-wrapper {
    padding: 0 10px; }
  .calculation-form__upload-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center; }
  .calculation-form__buttons-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .calculation-form__button {
    margin-bottom: 22px;
    min-width: initial;
    width: 100%;
    max-width: 280px; }
    .calculation-form__button--right {
      margin-left: 0; }
  .calculation-form__file-text {
    padding: 10px; } }

.calculation-block {
  max-width: 1346px;
  margin: auto; }

.calculation-block__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.calculation-block__item {
  width: 48%; }

.calculation-block__text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em; }

.calculation-block__phone,
.calculation-block__text-bold {
  font-weight: 700; }
  .calculation-block__phone--block,
  .calculation-block__text-bold--block {
    display: block; }

.calculation-block__mail {
  font-weight: 700;
  color: #5199ff; }

.calculation-block__calculation-form {
  padding: 0 10px;
  border-top: 1px solid #DCE5E7;
  border-bottom: 1px solid #DCE5E7; }

.calculation-block__bottom-container {
  max-width: 1346px;
  margin: auto;
  padding: 40px 0; }

.calculation-block__text-container {
  padding: 40px; }
  .calculation-block__text-container--big {
    background-color: #f1f2f2; }

@media (max-width: 991px) {
  .calculation-block__item {
    width: 100%; }
    .calculation-block__item:not(:last-child) {
      padding-bottom: 20px; }
  .calculation-block__bottom-container {
    padding: 0; }
  .calculation-block__bottom-title {
    text-align: center; }
  .calculation-block__text-container {
    padding: 40px 10px; } }

.constructor__wrapper {
  max-width: 1346px;
  margin: auto;
  padding: 0 10px; }

.constructor__button__wrapper {
  padding-top: 20px; }

.constructor__button {
  height: 45px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed1c29;
  border: none;
  height: 52px;
  width: 280px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 15px;
  line-height: 18px;
  box-sizing: border-box; }
  .constructor__button:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ed1c29;
    background-color: #ffffff;
    border: 2px solid #ed1c29;
    padding: 0 22px;
    height: 52px; }

.constructor__button-icon {
  margin-right: 20px;
  fill: #ffffff; }

.constructor__button:hover .constructor__button-icon {
  fill: #ed1c29; }

.constructor__title {
  padding: 30px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase; }

.constructor__video-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.constructor__video-item {
  width: 434px;
  margin-bottom: 20px; }

@media (max-width: 1400px) {
  .constructor__video-wrapper {
    max-width: 914px;
    margin: auto; } }

@media (max-width: 991px) {
  .constructor__title {
    padding: 10px 0; }
  .constructor__button {
    width: 100%;
    max-width: 280px; }
  .constructor__video-item {
    width: 100%;
    height: auto; } }

.contacts-page__wrapper {
  max-width: 1346px;
  padding: 0 10px;
  margin: auto; }

.contacts-page__contacts-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 40px; }

.contacts-page__map-wrapper {
  max-width: 662px;
  height: 662px;
  width: 100%; }

.contacts-page__map {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  /*background-image: url("/bitrix/templates/mebel/css/../img/map-background.png");*/
  background-size: auto 100%; }
  .contacts-page__map:hover {
    -webkit-filter: none;
            filter: none; }

.contacts-page__list {
  margin: auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 684px; }

.contacts-page__contacts-container--wide .contacts-page__list {
  max-width: 100%; }

.contacts-page__item {
  position: relative;
  width: 320px;
  height: 176px;
  padding: 26px;
  margin: 10px;
  box-sizing: border-box;
  border: 4px solid #dce5e7; }

.contacts-page__text {
  display: inline;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #000000; }
  .contacts-page__text--bold {
    font-weight: bold; }

.contacts-page__text-container {
  margin-bottom: 20px; }
  .contacts-page__text-container--top {
    padding: 40px;
    margin-bottom: 40px;
    background-color: #f1f2f2; }

.contacts-page__title {
  margin-top: 0; }
  .contacts-page__title--big {
    text-align: center;
    margin-bottom: 40px; }

.contacts-page__text-list {
  padding-top: 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.contacts-page__text-item {
  width: 48%;
  position: relative;
  max-width: 622px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 18px;
  box-sizing: border-box; }
  .contacts-page__text-item::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #000000;
    border-radius: 50%; }

.contacts-page__item-button {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 5px; }
  .contacts-page__item-button .contacts-page__button-icon {
    fill: #ed1c29; }
  .contacts-page__item-button:hover {
    color: red; }
  .contacts-page__item-button:active {
    color: red; }
    .contacts-page__item-button:active .contacts-page__button-icon {
      fill: gray; }

.contacts-page__delivery-info {
  padding: 0 10px; }

.contacts-page__social {
  margin-top: 20px; }
  .contacts-page__social .social__icon {
    fill: #000000; }

@media (max-width: 991px) {
  .contacts-page__contacts-container {
    padding: 0 10px; }
  .contacts-page__map-wrapper {
    height: 300px; }
  .contacts-page__map {
    -webkit-filter: none;
            filter: none; }
  .contacts-page__item {
    margin-right: 0;
    width: 49%;
    padding: 15px; }
  .contacts-page__text--phone {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    text-decoration: underline; }
  .contacts-page__text-container {
    padding: 20px 10px; }
    .contacts-page__text-container--top {
      margin: 0; }
  .contacts-page__text-item {
    width: 100%; } }

@media (max-width: 600px) {
  .contacts-page__item {
    width: 100%; } }

.shops__wrapper {
  max-width: 1346px;
  margin: auto; }

.shops__text-wrapper {
  text-align: center;
  padding: 40px; }
  .shops__text-wrapper--warning {
    border: 4px dashed #DCE5E7; }
  .shops__text-wrapper--select {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 40px 0; }

.shops__city {
  display: inline;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 4px solid #ed1c29; }

.shops__text {
  font-family: "Open Sans", "Arial", sans-serif;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left; }
  .shops__text--bold {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase; }
  .shops__text--small {
    height: 90px;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden; }
  .shops__text--hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden; }

.shops__warning-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #ed1c29; }

.shops__stock-wrapper {
  padding: 15px;
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.shops__stock-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: auto; }

.shops__stock-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 5px;
  margin: 5px;
  cursor: pointer; }

.shops__checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 28px;
  width: 28px;
  margin-right: 20px;
  border: 1px solid #D1D3D4;
  border-radius: 2px;
  box-sizing: border-box; }

.shops__checkbox-icon {
  display: none;
  fill: white; }

.shops__stock-header {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.shops__checkbox-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.shops__checkbox-hidden:checked ~ .shops__checkbox {
  background-color: #000000; }

.shops__checkbox-hidden:checked ~ .shops__checkbox .shops__checkbox-icon {
  display: block; }

.shops__buttons-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center; }

.shops__buttons-container .shops__text {
  margin: 0 10px; }

.shops__buttons-wrapper {
  display: -webkit-box;
  display: flex; }

.shops__button {
  height: 52px;
  padding: 0 20px;
  color: #000000;
  background-color: transparent;
  border: 2px solid #f1f2f2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 15px;
  letter-spacing: 0.04em; }
  .shops__button:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #000000;
    border: none;
    height: 52px;
    border: 2px solid transparent; }
  .shops__button--active {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #000000;
    border: none;
    height: 52px;
    border: 2px solid transparent; }
  .shops__button--active:hover {
    opacity: 1; }

.shops__filter-icon {
  margin-left: 20px; }

.shops__button:hover .shops__filter-icon,
.shops__button--active .shops__filter-icon {
  fill: #ffffff; }

.shops__map-wrapper {
  padding: 40px 0; }

.shops__map {
  height: 440px; }

.shops__select-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center; }

.shops__metro-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 29px;
  height: 29px;
  margin: 0 10px;
  background-color: #000000;
  border-radius: 50%; }

.shops__icon {
  position: relative;
  top: -1px;
  fill: white; }

.shops__select-wrapper {
  position: relative;
  margin-left: 40px; }

.shops__select {
  height: 54px;
  width: 319px;
  padding-left: 20px;
  padding-right: 28px;
  font-size: 15px;
  line-height: 18px;
  box-sizing: border-box;
  border: 2px solid #f1f2f2;
  cursor: pointer;
  outline: none; }

.shops__arrow-container {
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 28px;
  height: 40px;
  background-color: #ffffff;
  z-index: 2; }

.shops__arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.shops__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.shops__item {
  min-height: 200px;
  width: 320px;
  margin-bottom: 40px;
  box-sizing: border-box; }
  .shops__item:not(:nth-child(4n)) {
    margin-right: 22px; }

.shops__link {
  position: relative;
  display: block;
  padding-bottom: 64px;
  overflow: hidden; }
  .shops__link:hover {
    opacity: 1; }

.shops__image-wrapper {
  height: 210px;
  padding: 2px;
  background-color: #E6E7E8; }

.shops__link:hover .shops__image-wrapper {
  background-color: #ed1c29; }

.shops__image {
  display: block;
  width: 100%;
  height: 100%; }

.shops__item-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 140px;
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #ffffff;
  border: 2px solid #E6E7E8;
  box-sizing: border-box; }

.shops__item-left {
  padding: 14px; }

.shops__item-title {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.shops__item-right {
  position: relative;
  top: 1px;
  left: 1px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 90px;
  z-index: 2; }

.shops__item-top {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 68px; }

.shops__metro-line {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em; }

.shops__item-bottom {
  margin-top: auto; }

.shops__3d-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 70px;
  background-color: #E6E7E8; }
  .shops__3d-wrapper--active {
    background-color: #000000; }
  .shops__3d-wrapper--active:hover {
    opacity: 0.8; }

.shops__3d-icon {
  fill: #ffffff; }

.shops__button-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

.shops__show-button {
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #000000;
  border: none;
  height: 52px;
  font-weight: bold;
  font-size: 17px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.04em;
  border: 2px solid transparent; }
  .shops__show-button:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000;
    height: 52px;
    box-sizing: border-box; }

@media (max-width: 992px) {
  .shops__wrapper {
    padding: 0 10px; }
  .shops__text-wrapper--city {
    padding-top: 0; }
  .shops__text-wrapper--select {
    display: block;
    padding-bottom: 20px;
    text-align: left; }
  .shops__buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .shops__button {
    margin-bottom: 20px; }
  .shops__text-wrapper--select .shops__text {
    display: inline;
    text-align: left; }
  .shops__metro-icon {
    display: -webkit-inline-box;
    display: inline-flex; }
  .shops__map-wrapper {
    padding: 0; }
  .shops__select-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .shops__select-wrapper {
    width: 100%;
    max-width: 320px;
    margin: 0;
    margin-bottom: 20px; }
  .shops__select {
    width: 100%;
    max-width: 320px; }
  .shops__list {
    -webkit-box-pack: center;
            justify-content: center; }
  .shops__item {
    width: 296px; }
    .shops__item:not(:nth-child(4n)) {
      margin-right: 0; }
  .shops__item-wrapper {
    width: 280px; }
  .shops__stock-container:hover .shops__checkbox {
    border-color: #000000; } }

.shop-detail__wrapper {
  max-width: 1346px;
  margin: auto; }

.shop-detail__title {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em; }

.shop-detail__address-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 10px 0; }

.shop-detail__address-item {
  width: 320px;
  min-height: 176px;
  margin-right: 22px;
  padding: 40px;
  border: 4px solid #dce5e7;
  box-sizing: border-box; }
  .shop-detail__address-item:last-child {
    margin-right: 0; }

.shop-detail__header {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.04em; }

.shop-detail__text {
  font-family: "Open Sans", "Arial", sans-serif;
  line-height: 24px;
  letter-spacing: 0.04em; }
  .shop-detail__text--tel {
    display: block; }

.shop-detail__mail {
  font-weight: 700;
  color: #5199ff;
  word-break: break-word; }

.shop-detail__description {
  margin-bottom: 40px;
  padding: 40px;
  background-color: #f1f2f2; }

.shop-detail__description-title {
  margin-top: 0;
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.shop-detail__description-text {
  font-family: "Open Sans", "Arial", sans-serif;
  line-height: 24px;
  letter-spacing: 0.04em; }

.shop-detail__works {
  margin-bottom: 100px; }

.shop-detail__works-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.shop-detail__works-container {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden; }
  .shop-detail__works-container:not(#shop-thumbs) {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.shop-detail__works-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  cursor: pointer; }

.shop-detail__works-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
  max-height: 93vh;
  margin: auto; }

.shop-detail__image {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto; }

.shop-detail__nav-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 1; }

.shop-detail__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgba(241, 242, 242, 0.8);
  cursor: pointer; }
  .shop-detail__nav--right, .shop-detail__nav--next {
    right: 0; }
  .shop-detail__nav--left, .shop-detail__nav--prev {
    left: 0; }
  .shop-detail__nav:hover {
    background-color: #f1f2f2; }

.shop-detail__nav-icon--left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.shop-detail__frame-wrapper {
  padding-bottom: 40px; }

.shop-detail__map {
  height: 600px; }

@media (min-width: 992px) {
  .shop-detail__description-text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%; } }

@media (max-width: 991px) {
  .shop-detail__wrapper {
    padding: 0 10px; }
  .shop-detail__address-item {
    margin-right: 0;
    margin-bottom: 10px; }
  .shop-detail__description {
    margin: 0 -10px;
    padding: 40px 10px; }
  .shop-detail__image {
    width: auto;
    height: auto; }
  .shop-detail__works {
    margin-bottom: 50px; }
  .shop-detail__map {
    height: 300px; }
  .shop-detail__text--tel {
    padding: 10px 0;
    font-size: 16px;
    text-decoration: underline; } }

.gallery {
  max-width: 1346px;
  margin: auto; }

.gallery__nav-container {
  position: relative;
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  padding-bottom: 40px;
  margin: auto;
  overflow: hidden; }
  .gallery__nav-container::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    z-index: 2; }
  .gallery__nav-container::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
    z-index: 2; }

.gallery__nav {
  display: -webkit-box;
  display: flex;
  margin: auto;
  width: auto; }

.gallery__nav-item {
  padding: 0 20px;
  width: auto; }

.gallery__nav-link {
  position: relative;
  display: block;
  padding: 5px 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }
  .gallery__nav-link--active:hover {
    opacity: 1; }
  .gallery__nav-link--active::after, .gallery__nav-link:hover::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ed1c29; }

.gallery__thumbs-container {
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  .gallery__thumbs-container::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 150px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    z-index: 2; }
  .gallery__thumbs-container::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 150px;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
    z-index: 2; }

.gallery__thumbs-item {
  width: 208px;
  height: 208px;
  border: 2px solid #f1f2f2;
  box-sizing: border-box;
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5); }
  .gallery__thumbs-item:hover, .gallery__thumbs-item.swiper-slide-thumb-active {
    border: 2px solid #ed1c29;
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.gallery__thumbs-image {
  display: block; }

.gallery__slider-container {
  max-width: 1118px;
  margin: auto;
  padding: 40px 0;
  overflow: hidden; }

.gallery__capture {
  padding: 77px 0;
  border-top: 2px solid #f1f2f2;
  border-bottom: 2px solid #f1f2f2; }

.gallery__image-wrapper {
  position: relative; }

.gallery__button {
  position: absolute;
  bottom: 0;
  height: 52px;
  width: 52px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffffff;
  cursor: pointer;
  opacity: 0.8; }
  .gallery__button:hover {
    opacity: 1; }
  .gallery__button--prev {
    left: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .gallery__button--next {
    right: 0; }

.gallery__table-wrapper {
  padding: 40px 0; }

.gallery__header {
  display: block;
  padding: 9px 24px;
  margin: 0;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000; }

.gallery__table {
  width: 100%;
  border: 1px solid #f1f2f2;
  box-sizing: border-box;
  border-collapse: collapse; }

.gallery__table-item {
  padding: 7px 24px;
  font-family: "Open Sans", "Arial", sans-serif;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #939598; }

.gallery__text-bold {
  font-weight: 700;
  color: #000000; }

.gallery__table-line:nth-child(2n) {
  background-color: #dce5e7; }

.gallery__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 63px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.gallery__text {
  font-family: "Open Sans", "Arial", sans-serif;
  line-height: 24px;
  letter-spacing: 0.04em; }

.gallery__mini-title {
  margin-top: 0;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.gallery__text-wrapper {
  margin: 40px 0; }
  .gallery__text-wrapper--gray {
    padding: 40px;
    background-color: #f1f2f2; }

.gallery__text-item {
  position: relative;
  margin-bottom: 10px;
  padding: 0 33px; }
  .gallery__text-item::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000; }

.gallery__column-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .gallery__column-text .gallery__text {
    max-width: 48%; }

@media (max-width: 991px) {
  .gallery__thumbs-container::before,
  .gallery__thumbs-container::after {
    width: 50px; }
  .gallery__thumbs-item {
    width: 145px;
    height: 145px;
    -webkit-filter: initial;
            filter: initial; }
  .gallery__thumbs-image {
    width: 100%;
    height: 100%; }
  .gallery__slider-container {
    padding: 20px 10px; }
  .gallery__slider-image {
    width: 100%;
    height: auto; }
  .gallery__header {
    padding: 9px 14px; }
  .gallery__table-line {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%; }
    .gallery__table-line:nth-child(2n) {
      background-color: initial; }
  .gallery__table-item--gray {
    background-color: #dce5e7; }
  .gallery__title {
    font-size: 20px;
    line-height: 42px; }
  .gallery__text-container {
    padding: 0 10px; }
  .gallery__column-text {
    display: initial; }
    .gallery__column-text .gallery__text {
      max-width: none;
      margin-bottom: 10px; } }

.policity {
  max-width: 1346px;
  margin: 40px auto; }
  .policity p {
    line-height: 24px; }
  .policity a {
    font-weight: 700;
    color: #5199ff; }

.news-list {
  max-width: 1346px;
  margin: auto;
  padding: 0 10px;
  padding-top: 40px;
  overflow: hidden; }
  .news-list--banner {
    padding: 0;
    margin-left: 0;
    max-width: 320px;
    height: 400px; }
    .news-list--banner .news-list__list {
      flex-wrap: nowrap; }
    .news-list--banner .news-list__item {
      border: none;
      margin-bottom: 0; }
    .news-list--banner .news-list__image-wrapper {
      display: block;
      height: auto;
      opacity: 1; }
    .news-list--banner .news-list__image {
      width: auto;
      height: auto;
      -webkit-transition: -webkit-transform 4s ease-in-out;
      transition: -webkit-transform 4s ease-in-out;
      transition: transform 4s ease-in-out;
      transition: transform 4s ease-in-out, -webkit-transform 4s ease-in-out; }
      .news-list--banner .news-list__image:hover {
        -webkit-transform: scale(1.01);
            -ms-transform: scale(1.01);
                transform: scale(1.01); }
  .news-list--slider {
    padding: 0; }
    .news-list--slider .news-list__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      flex-wrap: nowrap; }
    .news-list--slider .news-list__item {
      min-height: initial;
      height: initial;
      margin: 0;
      max-width: initial;
      border: none; }
    .news-list--slider .news-list__image-wrapper {
      display: block;
      height: auto; }
    .news-list--slider .news-list__image {
      width: 100%;
      height: auto; }

.news-list__nav {
  max-width: 1346px;
  margin: auto;
  background-color: #f1f2f2;
  overflow: hidden;
  box-sizing: border-box; }

.news-list__nav-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 30px; }

.news-list__nav-item {
  margin: 0 20px; }

.news-list__nav-link {
  display: block;
  position: relative;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700; }
  .news-list__nav-link::before {
    display: none;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ed1c29; }
  .news-list__nav-link--active::before {
    display: block; }
  .news-list__nav-link:not(.news-list__nav-link--active):hover {
    color: #ed1c29; }

.news-list__content-list {
  background-color: initial !important; }
  .news-list__content-list li {
    margin: 12px 0; }
  .news-list__content-list a {
    position: relative;
    padding-left: 20px;
    color: #5199ff;
    font-size: 18px;
    text-decoration: underline; }
    .news-list__content-list a:hover {
      text-decoration: none !important; }
    .news-list__content-list a::before {
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      width: 5px;
      height: 5px;
      border-top: 1px solid #5199ff;
      border-right: 1px solid #5199ff; }

.news-list .news-list__top-title {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px; }

.news-list__title-text {
  text-align: center;
  margin-bottom: 30px; }

.news-list__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.news-list__similar {
  overflow: hidden; }

.news-list__list.news-list__list--similar {
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  background-color: initial; }
  .news-list__list.news-list__list--similar .news-list__item {
    margin: 0; }
  .news-list__list.news-list__list--similar .news-list__image-wrapper {
    height: auto; }

.news-list__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex-grow: 1;
  width: 49%;
  max-width: 666px;
  min-height: 416px;
  margin-bottom: 40px;
  border: 2px solid #f1f2f2;
  box-sizing: border-box;
  overflow: hidden; }

.news-list__image-wrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  height: 71%;
  -webkit-box-flex: 1;
          flex-grow: 1; }

.news-list__image {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto; }

.news-list__status {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 4px;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  background-color: #4bb462;
  border-radius: 2px; }
  .news-list__status--active {
    background-color: #ed1c29; }
  .news-list__status--stop {
    background-color: #939598; }

.news-list__text-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding: 20px;
  box-sizing: border-box; }

.news-list__info-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 170px; }

.news-list__date {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #939598;
  text-align: right; }

.news-list__title {
  margin-top: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.news-list__text {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 100%;
  margin-bottom: 10px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  overflow: hidden; }
  .news-list__text img,
  .news-list__text br {
    display: none; }

.news-list__link {
  display: block;
  margin-top: auto;
  margin-left: auto;
  text-align: right; }

.news-list__link-text {
  position: relative;
  display: inline;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  line-height: 18px;
  color: #939598; }
  .news-list__link-text::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #939598; }

.news-list__icon {
  position: relative;
  top: 1px;
  display: inline;
  fill: #939598; }

@media (max-width: 1100px) {
  .news-list--banner .news-list__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .news-list__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center; }
    .news-list__list--similar {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row; }
  .news-list__item {
    width: 100%; }
  .news-list__text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .news-list__info-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 5px; } }

@media (max-width: 991px) {
  .news-list {
    padding-top: 20px; }
    .news-list--banner {
      max-width: initial;
      height: initial; }
      .news-list--banner .catalog__news-list {
        height: initial; }
      .news-list--banner .news-list__image {
        width: 100%;
        max-width: initial; }
  .news-list__date,
  .news-list__link-text,
  .news-list__text {
    font-size: 12px; }
  .news-list__item {
    min-height: initial; } }

.news-detail {
  max-width: 1118px;
  margin: auto;
  padding: 10px;
  padding-top: 40px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em; }
  .news-detail ul:not(.news-detail__autor-about):not(.news-list__content-list):not(.news-list__list) {
    margin: 1em -114px;
    padding: 40px 135px;
    background-color: #F1F2F2; }
    .news-detail ul:not(.news-detail__autor-about):not(.news-list__content-list):not(.news-list__list) li:not(.ya-share2__item) {
      position: relative;
      padding-left: 10px; }
      .news-detail ul:not(.news-detail__autor-about):not(.news-list__content-list):not(.news-list__list) li:not(.ya-share2__item)::before {
        position: absolute;
        content: "";
        top: 10px;
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #939598; }
  .news-detail img {
    max-width: 100%;
    height: auto; }
  .news-detail a {
    color: #5199ff; }
    .news-detail a:hover {
      text-decoration: underline;
      opacity: 1; }

.news-detail__table {
  width: 100%;
  border: 2px solid #f1f2f2;
  border-collapse: collapse; }
  .news-detail__table tr:nth-child(2n - 1) {
    background-color: #f1fbff; }
  .news-detail__table td {
    font-family: "Open Sans", "Arial", sans-serif;
    padding: 10px; }

.news-detail__activity {
  display: -webkit-box;
  display: flex; }

.stati-detail__capture {
  max-width: 1346px;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #dce5e7; }

.news-detail__activity-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 10px 0;
  box-sizing: border-box; }

.news-detail__activity-item {
  margin: 0 20px; }
  .news-detail__activity-item--with-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }

.news-detail__activity-text {
  color: #939598; }

.news-detail__activity-icon {
  fill: #939598;
  margin-right: 5px; }

.news-detail__bottom-wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.news-detail__share-container {
  margin: auto 0; }

.news-detail__autor {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 240px;
  padding: 15px;
  margin-top: 40px;
  margin-left: auto;
  border: 2px solid #f1f2f2;
  box-sizing: border-box; }

.news-detail__autor-image-wrapper {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  border-radius: 100%;
  overflow: hidden; }

.news-detail__autor-image {
  display: block; }

.news-detail__autor-titile {
  font-weight: 700;
  text-align: center;
  color: #939598; }

.news-detail__autor-name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #528CAA; }

.news-detail__autor .news-detail__autor-about {
  width: 100%;
  padding: 0 12px;
  margin-bottom: 0;
  background-color: initial;
  box-sizing: border-box; }

.news-detail__autor-about-item {
  position: relative;
  padding-left: 12px; }
  .news-detail__autor-about-item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #000000; }

.news-detail__autor-text {
  font-size: 13px;
  font-weight: 700; }

.news-detail__autor-link {
  font-size: 13px;
  color: #77BAE9;
  font-weight: 700; }

.news-detail__tag-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

a.news-detail__tag {
  padding: 5px;
  margin: 5px;
  color: black;
  background-color: #f1f2f2;
  border-radius: 4px; }
  a.news-detail__tag:hover {
    color: white;
    background-color: #5199ff; }

@media (max-width: 1550px) {
  .news-detail ul {
    margin: 1em 0;
    padding: 40px; } }

.catalog__wrapper {
  max-width: 1368px;
  margin: auto;
  padding-top: 40px; }
  .catalog__wrapper--catalog-section {
    display: -webkit-box;
    display: flex; }

.catalog__sort-wrapper {
  max-width: 1308px;
  margin: auto;
  padding-top: 20px; }

.catalog__news-list {
  margin-bottom: 40px; }

.catalog__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  align-self: flex-start;
  -webkit-box-flex: 1;
          flex-grow: 1; }
  .catalog__list--top {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px; }
  .catalog__list--top::after {
    position: absolute;
    content: "";
    left: 10px;
    bottom: 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 1px;
    background-color: #8d8d91; }

.catalog__item {
  width: 320px;
  min-height: 306px;
  margin: 12px 11px;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid #f1f2f2;
  box-sizing: border-box; }
  .catalog__item--big {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    min-height: 225px;
    margin: 10px; }
    .catalog__item--big .catalog__image-wrapper {
      flex-shrink: 0;
      width: 55%;
      max-width: 100%;
      height: 300px;
      margin-bottom: 0;
      padding-left: 0;
      box-sizing: border-box; }
    .catalog__item--big .catalog__image {
      height: 100%;
      max-width: initial; }
    .catalog__item--big .catalog__link {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row; }
    .catalog__item--big .catalog__item-text-wrapper {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-flex: 1;
              flex-grow: 1;
      margin-bottom: auto;
      padding-left: 15px; }
    .catalog__item--big .catalog__item-title,
    .catalog__item--big .catalog__item-link {
      position: relative;
      display: block;
      width: 100%;
      padding: 10px;
      padding-right: 24px;
      margin-bottom: 10px;
      text-align: left;
      border: 1px solid #dce5e7;
      border-radius: 4px;
      box-sizing: border-box; }
    .catalog__item--big .catalog__item-link:last-child {
      margin-bottom: 0; }
    .catalog__item--big .catalog__nav-icon {
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .catalog__item--landing {
    position: relative;
    width: 47%;
    max-width: 482px;
    font-size: 19px;
    border: 1px solid #f1f2f2; }
    .catalog__item--landing:hover {
      border: 1px solid #8d8d91 !important; }
  .catalog__item--tall {
    min-height: 415px; }
  .catalog__item:hover {
    border-color: #ed1c29;
    box-shadow: 0px 4px 10px 0 rgba(15, 14, 14, 0.4); }

.catalog__price-wrapper {
  display: -webkit-box;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
          justify-content: center;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 20px;
  text-transform: lowercase; }

.catalog__price-ld {
  text-decoration: line-through;
  -webkit-text-decoration-color: red;
          text-decoration-color: red;
  margin-right: 10px; }

.catalog__price-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 5px;
  color: red;
  font-size: 15px; }

.catalog__price-nw {
  color: red; }

.catalog__image--land.swiper-lazy {
  opacity: 0; }

.catalog__image--land.swiper-lazy-loaded {
  opacity: 1; }

.catalog__item-button-wrapper {
  display: -webkit-box;
  display: flex; }

.catalog__item-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  box-sizing: border-box; }
  .catalog__item-button--left {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ed1c29;
    background-color: #ffffff;
    border: 2px solid #ed1c29;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
    .catalog__item-button--left:hover {
      height: 45px;
      padding: 0 22px;
      letter-spacing: 0.04em;
      color: #ffffff;
      background-color: #ed1c29;
      border: none;
      opacity: 1; }
    .catalog__item-button--left:active {
      height: 45px;
      padding: 0 20px;
      letter-spacing: 0.04em;
      color: #ed1c29;
      background-color: #ffffff;
      border: 2px solid #ed1c29; }
  .catalog__item-button--right {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #000000;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.83); }
    .catalog__item-button--right:hover {
      color: #000000;
      background-color: white;
      opacity: 1; }
    .catalog__item-button--right:active {
      height: 45px;
      padding: 0 20px;
      letter-spacing: 0.04em;
      color: #ffffff;
      background-color: #000000;
      border: none;
      background-color: rgba(0, 0, 0, 0.83); }

.catalog__item-capture {
  width: 100%;
  padding: 10px;
  margin: 25px 11px;
  border: 1px solid #ed1c29;
  box-shadow: 0px 4px 10px 0 rgba(15, 14, 14, 0.4); }

.catalog__item-price {
  display: block;
  margin-top: auto;
  padding-top: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ed1c29; }
  .catalog__item-price--landing {
    color: #ffffff; }

.catalog__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  padding: 16px;
  box-sizing: border-box; }
  .catalog__link--landing {
    display: block;
    padding: 0; }
    .catalog__link--landing:hover {
      opacity: 1; }

.catalog__image-slider-container {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex-grow: 0;
  max-width: 100%;
  width: 482px;
  overflow: hidden;
  box-sizing: border-box; }

.catalog__image-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 288px;
  height: 192px;
  margin-bottom: 14px;
  overflow: hidden; }
  .catalog__image-wrapper--landing {
    width: 100%;
    height: auto;
    margin-bottom: 0; }

.catalog__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }
  .catalog__image--land {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-height: 360px; }

.catalog__item-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }
  .catalog__item-title--landing {
    display: block; }

.catalog__item-text-container {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 90px;
  padding: 20px;
  box-sizing: border-box; }
  .catalog__item-text-container--land {
    position: initial;
    padding: 10px 20px;
    height: 84px; }

.catalog__item-description-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 8px; }

.catalog__item-description {
  padding: 10px 10px;
  padding-top: 0;
  width: 42%;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box; }
  .catalog__item-description--text {
    margin-left: 5px; }

.catalog__catalog-cnt {
  color: #939598; }

.catalog__bottom-container {
  max-width: 1346px;
  padding: 0 10px;
  margin: auto; }

.catalog__gallery {
  margin: 20px auto; }
  .catalog__gallery .gallery__text,
  .catalog__gallery .gallery__table-wrapper {
    display: none; }

.catalog__title {
  font-weight: bold;
  font-size: 42px;
  line-height: 64px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }
  .catalog__title.catalog__title--similar {
    margin-bottom: 0; }

.catalog__text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em; }
  .catalog__text--title {
    font-family: "Century Gothic", "Arial", sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.04em; }
  .catalog__text--two-column {
    width: 48%; }
  .catalog__text--bold {
    font-weight: 700; }

.catalog__text-container {
  padding: 24px;
  margin-bottom: 24px; }
  .catalog__text-container--gray {
    background-color: #f1f2f2; }
  .catalog__text-container--noleft {
    padding-left: 0; }
  .catalog__text-container--border {
    border: 4px solid #f1f2f2; }
  .catalog__text-container--two-column {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }

.catalog__container-title {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em; }

.catalog__text-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.catalog__text-item {
  position: relative;
  width: 48%;
  margin-bottom: 16px;
  padding-left: 16px; }
  .catalog__text-item::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #000000;
    border-radius: 50%; }

.catalog__nav-wrapper {
  width: 320px;
  margin-right: 22px;
  margin-bottom: 40px;
  flex-shrink: 0;
  box-sizing: border-box; }
  .catalog__nav-wrapper--stock {
    display: block; }

.catalog__nav {
  border: 1px solid #dce5e7; }

.catalog__nav-buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.catalog__nav-button {
  padding: 8px 16px;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background-color: #f1f2f2; }
  .catalog__nav-button--stock {
    text-align: center; }

.catalog__nav-item {
  position: relative; }

.catalog__sub-wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  width: 360px;
  height: 0;
  background-color: white;
  -webkit-filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.24));
          filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.24));
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  overflow: hidden; }

.catalog__sub-item:hover .catalog__nav-icon {
  fill: #ed1c29; }

.catalog__nav-item--selected .catalog__sub-wrapper {
  height: auto; }

.catalog__sub-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 5px 25px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em; }
  .catalog__sub-link:hover {
    color: #ed1c29;
    opacity: 1; }

.catalog__nav-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 8px 16px;
  padding-right: 10px; }
  .catalog__nav-link:hover {
    color: #ffffff;
    background-color: #ed1c29; }

.catalog__nav-icon {
  fill: #8d8d91;
  opacity: 0.7; }

.catalog__nav-link:hover .catalog__nav-icon {
  fill: #ffffff;
  opacity: 1; }

.catalog-sections-text-top {
  max-width: 1346px;
  padding: 0 10px;
  margin: auto; }

.catalog__image-button {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transition: left .3s ease,right .3s ease,color .3s ease;
  transition: left .3s ease,right .3s ease,color .3s ease; }
  .catalog__image-button--next {
    left: initial;
    right: 15px; }
  .catalog__image-button--prev .catalog__image-button-icon {
    margin-left: 0;
    margin-right: 2px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.catalog__image-button-icon {
  margin-left: 2px;
  fill: #ffffff; }

.catalog__item-banner {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 6px;
  overflow: hidden; }

.catalog__video {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 156px;
  padding: 5px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  background-color: #ed1c29;
  border-radius: 4px; }
  .catalog__video svg {
    fill: #ffffff; }
  .catalog__video--land {
    font-size: 0;
    width: 26px; }

.catalog-sections-text-top li {
  position: relative;
  width: 48%;
  margin: 8px 0;
  padding-left: 16px; }
  .catalog-sections-text-top li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #000000;
    border-radius: 50%; }

.catalog-sections-text-top a[href] {
  font-weight: 700; }

@media (min-width: 992px) {
  .side-menu__item ul {
    display: none; }
  .catalog__image-button--prev {
    left: -50%; }
  .catalog__image-button--next {
    right: -50%; }
  .catalog__list {
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .catalog__image-button:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  .catalog__item:hover .catalog__image-button--prev {
    left: 15px; }
  .catalog__item:hover .catalog__image-button--next {
    right: 15px; }
  .catalog__item--big .catalog__item-title:hover,
  .catalog__item--big .catalog__item-link:hover {
    color: #ed1c29;
    border-color: #000000; }
    .catalog__item--big .catalog__item-title:hover svg,
    .catalog__item--big .catalog__item-link:hover svg {
      fill: #ed1c29; }
  .catalog__item--big .catalog__item-title:active,
  .catalog__item--big .catalog__item-link:active {
    color: #000000; }
    .catalog__item--big .catalog__item-title:active svg,
    .catalog__item--big .catalog__item-link:active svg {
      fill: #000000; } }

@media (min-width: 1260px) {
  .catalog__item-price {
    color: #757575; }
    .catalog__item-price--landing {
      color: #ffffff; }
  .catalog__item:hover .catalog__item-price {
    font-weight: 700;
    color: #ed1c29; }
  .catalog__item--landing:hover .catalog__item-price {
    color: #ffffff; } }

@media (max-width: 1400px) {
  .catalog__item-button-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .catalog__image--land {
    max-height: 202px; }
  .catalog__item--landing {
    min-height: auto; }
  .catalog__item-description {
    width: 49%;
    padding: 10px 0;
    font-size: 12px; }
  .catalog__image-wrapper--landing {
    height: 192px; } }

@media (max-width: 1400px) and (min-width: 1100px) {
  .catalog__item {
    width: -webkit-calc(33% - 22px);
    width: calc(33% - 22px); }
  .catalog__image-wrapper {
    max-width: 100%; } }

@media (max-width: 1400px) {
  .catalog__item--big {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); }
    .catalog__item--big .catalog__item-text-wrapper {
      margin-top: 10px; } }

@media (max-width: 1260px) {
  .catalog__list {
    -webkit-box-pack: center;
            justify-content: center; }
  .catalog__item {
    min-height: 288px; }
    .catalog__item--big {
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px); }
      .catalog__item--big .catalog__item-text-wrapper {
        text-align: center; }
      .catalog__item--big .catalog__item-title {
        text-transform: none; }
    .catalog__item--landing {
      width: -webkit-calc(50% - 10px);
      width: calc(50% - 10px);
      min-height: auto;
      max-width: 100%;
      margin: 10px 5px; }
  .catalog__image--land {
    max-height: initial; } }

@media (max-width: 1100px) {
  .catalog__item {
    width: 288px; }
    .catalog__item--big {
      width: 655px; } }

@media (max-width: 991px) {
  .catalog__news-list {
    margin-bottom: 0; }
  .catalog__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-top: 0; }
  .catalog__nav-wrapper {
    display: none; }
    .catalog__nav-wrapper--landing {
      display: initial;
      width: 100%; }
  .catalog__list {
    -webkit-box-pack: center;
            justify-content: center; }
    .catalog__list--landing {
      display: block; }
  .catalog__nav-item--parent .catalog__nav-icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .catalog__nav-item--open .catalog__nav-icon {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .catalog__item-image {
    height: auto; }
  .catalog__image-slider-container {
    width: 100%; }
  .catalog__image-wrapper {
    width: 260px;
    height: 172px;
    margin-bottom: 10px;
    overflow: hidden; }
    .catalog__image-wrapper--landing {
      -webkit-box-align: center;
              align-items: center;
      width: 100%;
      max-width: 100%;
      margin: 0; }
  .catalog__image {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%; }
    .catalog__image--landing {
      width: 100%;
      height: auto; }
    .catalog__image--land {
      max-height: 241px; }
  .catalog__link {
    padding: 13px; }
    .catalog__link--landing {
      padding: 0;
      max-width: 100%;
      overflow: auto; }
  .catalog__item-text-container {
    height: auto;
    padding: 5px; }
  .catalog__item-description-list {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden; }
  .catalog__text-container {
    margin-bottom: 16px;
    padding: 0; }
    .catalog__text-container--two-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
    .catalog__text-container--border {
      padding: 16px; }
    .catalog__text-container--gray {
      padding: 16px;
      margin-left: -10px;
      margin-right: -10px; }
  .catalog__title {
    font-size: 22px;
    line-height: 32px; }
    .catalog__title.catalog__title--similar {
      margin-bottom: 40px; }
  .catalog__text--two-column {
    width: auto;
    margin-bottom: 16px; }
  .catalog__text--title {
    font-size: 22px;
    line-height: 32px; }
  .catalog__text-item {
    width: 100%; }
  .catalog__item--big .catalog__item-title:active,
  .catalog__item--big .catalog__item-link:active {
    color: #ed1c29;
    border-color: #000000; }
    .catalog__item--big .catalog__item-title:active svg,
    .catalog__item--big .catalog__item-link:active svg {
      fill: #ed1c29; } }

@media (max-width: 700px) {
  .catalog__item--big {
    width: 100%;
    max-width: 500px; }
    .catalog__item--big .catalog__link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
    .catalog__item--big .catalog__image-wrapper {
      position: relative;
      display: block;
      width: 100%;
      height: auto !important; }
    .catalog__item--big .catalog__item-text-wrapper {
      padding-left: 0; }
    .catalog__item--big .catalog__image {
      width: 100%;
      height: auto !important; } }

@media (max-width: 595px) {
  .catalog__item--landing {
    width: 100vw;
    margin: 0;
    margin-bottom: 40px; }
  .catalog__image-wrapper--landing {
    height: auto; }
  .catalog__image--land {
    max-height: initial;
    width: 100%;
    height: auto; } }

.product__wrapper {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 50px; }
  .product__wrapper--old {
    max-width: 1346px;
    padding: 0 10px; }
  .product__wrapper .prop {
    padding: 0 13px;
    clear: both;
    padding-top: 20px; }
    .product__wrapper .prop.disable {
      display: none; }
    .product__wrapper .prop ul {
      list-style: none;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; }
    .product__wrapper .prop .title {
      margin-bottom: 10px;
      font-size: 24px;
      color: #000000;
      line-height: 18px;
      padding-left: 15px; }
    .product__wrapper .prop .values {
      padding: 0 0 0 207px;
      line-height: 22px;
      overflow: initial; }
      .product__wrapper .prop .values li {
        float: left;
        margin-right: 20px; }
        .product__wrapper .prop .values li label {
          cursor: pointer; }
          .product__wrapper .prop .values li label input {
            margin-right: 5px; }
    .product__wrapper .prop .values-select {
      padding: 0 0 0 210px; }
    .product__wrapper .prop .values-blocks {
      padding: 0 0 0 192px; }
      .product__wrapper .prop .values-blocks li {
        margin-right: 0;
        margin-left: 20px;
        margin-bottom: 10px; }
        .product__wrapper .prop .values-blocks li .thumbnail {
          overflow: hidden;
          width: 44px;
          height: 44px;
          pointer-events: none;
          margin: 0; }
        .product__wrapper .prop .values-blocks li label {
          border: 1px solid #dddddd;
          position: relative;
          display: block;
          cursor: pointer; }
          .product__wrapper .prop .values-blocks li label input {
            position: absolute;
            left: -20000px; }
          .product__wrapper .prop .values-blocks li label img {
            display: block;
            width: 44px;
            height: 44px;
            pointer-events: none;
            position: relative; }
          .product__wrapper .prop .values-blocks li label .popup {
            display: none;
            width: 220px;
            position: absolute;
            background: rgba(0, 0, 0, 0.7);
            border: 1px solid #555555;
            color: #ffffff;
            top: -280px;
            left: -89px; }
            .product__wrapper .prop .values-blocks li label .popup img {
              width: 220px;
              height: 220px; }
            .product__wrapper .prop .values-blocks li label .popup .value-title {
              line-height: 24px;
              height: 48px;
              overflow: hidden;
              padding: 0 10px; }
          .product__wrapper .prop .values-blocks li label:hover .popup {
            display: block; }
        .product__wrapper .prop .values-blocks li label.selected {
          border: 1px solid #ca2706;
          box-shadow: 0 0 4px #000; }
      .product__wrapper .prop .values-blocks li.radio_select label input {
        position: inherit;
        left: inherit; }
    .product__wrapper .prop .values-filling {
      margin-top: 17px;
      text-align: center;
      position: relative; }
      .product__wrapper .prop .values-filling a.fancybox {
        display: none;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        padding: 5px 10px;
        background: rgba(255, 0, 0, 0.5); }
      .product__wrapper .prop .values-filling li {
        background: #fff; }
        .product__wrapper .prop .values-filling li:hover a.fancybox {
          display: block; }
        .product__wrapper .prop .values-filling li label {
          min-width: 220px;
          min-height: 220px;
          margin: 0;
          display: block; }
          .product__wrapper .prop .values-filling li label img {
            width: auto;
            height: auto;
            max-height: 220px; }
  .product__wrapper .prop.filter-instock {
    margin-bottom: 20px; }
  .product__wrapper .prop-palette-wrap .icon-select {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 10px; }
  .product__wrapper .prop-palette-wrap .icon-text-select {
    top: -32px;
    position: relative; }
  .product__wrapper .prop-facades {
    padding: 0 50px; }
    .product__wrapper .prop-facades .title {
      margin-left: -37px; }
    .product__wrapper .prop-facades .groups {
      padding-top: 30px; }
      .product__wrapper .prop-facades .groups .group {
        position: relative;
        clear: both;
        padding-top: 5px;
        padding-bottom: 10px;
        margin: 10px auto; }
        .product__wrapper .prop-facades .groups .group .group-name {
          position: relative;
          z-index: 1;
          float: left;
          margin-top: -9px;
          line-height: 18px;
          text-align: center;
          cursor: pointer;
          background-color: white; }
        .product__wrapper .prop-facades .groups .group .group-values {
          display: block;
          padding: 9px 0 45px;
          border-top: 1px solid #111111; }
          .product__wrapper .prop-facades .groups .group .group-values, .product__wrapper .prop-facades .groups .group .group-values li {
            list-style: none;
            position: relative; }
          .product__wrapper .prop-facades .groups .group .group-values li {
            float: left;
            margin-left: 20px;
            margin-bottom: 10px; }
            .product__wrapper .prop-facades .groups .group .group-values li i {
              position: absolute;
              right: 2px;
              top: 2px;
              color: #f00; }
            .product__wrapper .prop-facades .groups .group .group-values li.hiddenfacade {
              display: none; }
            .product__wrapper .prop-facades .groups .group .group-values li label {
              border: 1px solid #dddddd;
              position: relative;
              display: block;
              cursor: pointer;
              font-weight: inherit; }
              .product__wrapper .prop-facades .groups .group .group-values li label input {
                position: absolute;
                left: -20000px; }
              .product__wrapper .prop-facades .groups .group .group-values li label img {
                display: block;
                width: 44px;
                height: 44px;
                pointer-events: none; }
              .product__wrapper .prop-facades .groups .group .group-values li label .popup {
                display: none;
                width: 220px;
                position: absolute;
                background: rgba(0, 0, 0, 0.7);
                border: 1px solid #555555;
                color: #ffffff;
                top: -280px;
                left: -89px;
                z-index: 1; }
                .product__wrapper .prop-facades .groups .group .group-values li label .popup img {
                  width: 220px;
                  height: 220px; }
                .product__wrapper .prop-facades .groups .group .group-values li label .popup .value-title {
                  line-height: 24px;
                  height: 48px;
                  overflow: hidden;
                  padding: 0 10px;
                  font-weight: inherit; }
              .product__wrapper .prop-facades .groups .group .group-values li label:hover .popup {
                display: block; }
            .product__wrapper .prop-facades .groups .group .group-values li label.selected {
              border: 1px solid #ca2706;
              box-shadow: 0 0 4px #000; }
        .product__wrapper .prop-facades .groups .group .facade-more {
          line-height: 40px;
          padding: 3px;
          font-size: 12px;
          cursor: pointer;
          display: block; }
          .product__wrapper .prop-facades .groups .group .facade-more .facade-more-hide {
            display: none; }
        .product__wrapper .prop-facades .groups .group.collapse_open li.hiddenfacade {
          display: block; }
        .product__wrapper .prop-facades .groups .group.collapse_open .group-values {
          padding: 8px 0 45px;
          border-top: 2px solid #111111; }
        .product__wrapper .prop-facades .groups .group.collapse_open .facade-more {
          font-weight: bold; }
          .product__wrapper .prop-facades .groups .group.collapse_open .facade-more .facade-more-hide {
            display: block; }
          .product__wrapper .prop-facades .groups .group.collapse_open .facade-more .facade-more-show {
            display: none; }
        .product__wrapper .prop-facades .groups .group.collapse_open .group-name {
          font-weight: bold; }
        .product__wrapper .prop-facades .groups .group:first-child .group-values {
          border-top: none; }
  .product__wrapper .prop-resize .resize-wrap {
    background: lightgray;
    width: 350px;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #b9b9b9;
    margin-bottom: 10px;
    margin-top: 10px; }
  .product__wrapper .prop-resize select {
    width: 100%; }
  .product__wrapper .prop-resize input {
    width: 240px;
    padding: 5px; }
  .product__wrapper .prop-resize .size_edit_input {
    width: 100%;
    margin-bottom: 20px; }
  .product__wrapper .prop-resize .prop-resize-content {
    padding: 10px 0 0 0; }
  .product__wrapper .prop-resize .title:first-letter {
    text-transform: uppercase; }
  .product__wrapper .prop-uslugi .uslugi-form {
    width: 350px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #b9b9b9;
    margin-bottom: 10px; }
  .product__wrapper .form-action {
    display: none; }
  .product__wrapper .prop-wrap-sizeoptional {
    display: none; }
  .product__wrapper .prop-group-consist .group-consist {
    font-size: 11px;
    display: none;
    line-height: 13px; }
    .product__wrapper .prop-group-consist .group-consist > li {
      width: 200px;
      position: relative;
      margin: 10px; }
      .product__wrapper .prop-group-consist .group-consist > li a {
        color: inherit;
        text-decoration: none; }
    .product__wrapper .prop-group-consist .group-consist .group-consist-wrap {
      height: 100%;
      width: auto; }
    .product__wrapper .prop-group-consist .group-consist .group-desct {
      padding: 0 3px; }
    .product__wrapper .prop-group-consist .group-consist .group-img {
      text-align: center;
      padding-top: 3px;
      height: 110px; }
      .product__wrapper .prop-group-consist .group-consist .group-img img {
        display: inline; }
    .product__wrapper .prop-group-consist .group-consist .group-title {
      font-weight: bold; }
    .product__wrapper .prop-group-consist .group-consist .group-count {
      background: chocolate;
      color: ivory;
      padding: 3px;
      line-height: 12px;
      position: absolute;
      top: 0;
      left: 0; }
  .product__wrapper .prop-group-consist .group-consist.active {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
  .product__wrapper .prop-basket-content .group-name > li {
    float: left;
    margin: 5px;
    padding: 3px; }
    .product__wrapper .prop-basket-content .group-name > li label {
      padding: 3px 7px 3px 7px !important;
      display: block; }
    .product__wrapper .prop-basket-content .group-name > li label.active {
      background: #CA2706;
      color: #fff; }
    .product__wrapper .prop-basket-content .group-name > li input {
      position: absolute;
      left: -2000000px; }
  .product__wrapper .prop-fasadesize {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    .product__wrapper .prop-fasadesize .title {
      padding-top: 15px;
      width: 100%; }
    .product__wrapper .prop-fasadesize .resize-wrap {
      width: 350px;
      max-width: 100%; }
    .product__wrapper .prop-fasadesize .group-name > li {
      float: left;
      margin: 5px;
      padding: 3px; }
      .product__wrapper .prop-fasadesize .group-name > li label {
        padding: 3px 7px 3px 7px !important;
        display: block; }
      .product__wrapper .prop-fasadesize .group-name > li label.selected {
        background: #CA2706;
        color: #fff; }
      .product__wrapper .prop-fasadesize .group-name > li input {
        position: absolute;
        left: -2000000px; }
  .product__wrapper .prop-fasadealign ul, .product__wrapper .prop-fasadealign li, .product__wrapper .prop-fasadealign label {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
  .product__wrapper .prop-fasadealign .values-blocks {
    padding-top: 20px; }
  .product__wrapper .prop-fasadealign li {
    float: left; }
    .product__wrapper .prop-fasadealign li input {
      position: absolute;
      left: -200px; }
    .product__wrapper .prop-fasadealign li label {
      overflow: hidden;
      width: 150px;
      padding-top: 80px;
      text-align: center;
      border: 1px solid transparent; }
      .product__wrapper .prop-fasadealign li label#fasadealign_label_left {
        background: url("/bitrix/templates/mebel/css/../images/facadeLeft.jpg") no-repeat top center; }
      .product__wrapper .prop-fasadealign li label#fasadealign_label_right {
        background: url("/bitrix/templates/mebel/css/../images/facadeRight.jpg") no-repeat top center; }
      .product__wrapper .prop-fasadealign li label.selected {
        border: 1px solid red;
        box-shadow: 0 0 5px #f00; }
  .product__wrapper .size_edit_slider_wrap {
    position: relative; }
    .product__wrapper .size_edit_slider_wrap > span {
      display: block;
      position: absolute;
      right: 0;
      top: -190%;
      display: none;
      font-size: 12px;
      font-weight: 700;
      background-color: #777777;
      padding: 5px;
      border-radius: 4px;
      color: white; }
  .product__wrapper .prop-size .haveimg {
    position: relative; }
    .product__wrapper .prop-size .haveimg input {
      position: absolute;
      visibility: hidden;
      z-index: 0; }
    .product__wrapper .prop-size .haveimg .prop-size-img-wrap {
      position: relative; }
    .product__wrapper .prop-size .haveimg .prop-size-img-image {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      opacity: .3; }
    .product__wrapper .prop-size .haveimg .prop-size-img-text {
      font-weight: normal;
      position: relative;
      z-index: 100;
      text-align: center; }
    .product__wrapper .prop-size .haveimg.active .prop-size-img-text {
      font-weight: bold; }
    .product__wrapper .prop-size .haveimg.active .prop-size-img-image {
      opacity: 1; }
  .product__wrapper .prop-fasadesize .group-name label {
    cursor: pointer; }
  .product__wrapper .prop-leg_type .values-blocks li .thumbnail {
    width: 100px;
    height: 100px; }
    .product__wrapper .prop-leg_type .values-blocks li .thumbnail img {
      width: 100px;
      height: 100px; }
  .product__wrapper #separate_table {
    padding: 20px;
    display: none; }
    .product__wrapper #separate_table li {
      float: inherit; }
  .product__wrapper #one_table {
    padding: 20px; }
  .product__wrapper .table_wrap {
    overflow: hidden;
    position: relative;
    display: block;
    background: gray;
    height: 200px;
    border-radius: 0 0 0 0;
    margin: 0 auto; }
    .product__wrapper .table_wrap .onesize {
      padding: 10px;
      float: left;
      white-space: nowrap;
      background: rgba(255, 255, 255, 0.5); }
    .product__wrapper .table_wrap.gugol {
      border-bottom: 3px solid red; }
    .product__wrapper .table_wrap.kromka_perimetr {
      border: 3px solid red; }
    .product__wrapper .table_wrap.kromka_torec {
      border-left: 3px solid red;
      border-right: 3px solid red; }
    .product__wrapper .table_wrap.kromka_tri_storony {
      border-left: 3px solid red;
      border-right: 3px solid red;
      border-top: 3px solid red; }
    .product__wrapper .table_wrap.barn_zakr {
      border-radius: 0 200px 200px 0;
      border: 3px solid red; }
    .product__wrapper .table_wrap.left_zakr {
      border-bottom-left-radius: 150px;
      border-left: 3px solid red; }
    .product__wrapper .table_wrap.right_krug {
      border-bottom-right-radius: 150px;
      border-right: 3px solid red; }
    .product__wrapper .table_wrap.stol70 {
      border-radius: 45px;
      border: 3px solid red; }
    .product__wrapper .table_wrap.stol150 {
      border-radius: 75px;
      border: 3px solid red; }
    .product__wrapper .table_wrap.stol300 {
      border-radius: 100px;
      border: 3px solid red; }
    .product__wrapper .table_wrap.stolmax {
      border-radius: 1200px;
      border: 3px solid red; }
    .product__wrapper .table_wrap.left_skos .onesize_sub_l {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 80px 0 0 100px;
      border-color: transparent transparent transparent #fff; }
    .product__wrapper .table_wrap.right_skos .onesize_sub_r {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 80px 100px;
      border-color: transparent transparent #fff transparent; }
    .product__wrapper .table_wrap.evrozapilpp {
      border-bottom-right-radius: 15px;
      border-right: 15px solid green; }
    .product__wrapper .table_wrap.evrozapilpl {
      border-bottom-left-radius: 15px;
      border-left: 15px solid green; }
    .product__wrapper .table_wrap.evrozapilmp .onesize_sub_r {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 200px;
      height: 15px;
      border-top-left-radius: 15px;
      background: green; }
    .product__wrapper .table_wrap.evrozapilml .onesize_sub_l {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 200px;
      height: 15px;
      border-top-right-radius: 15px;
      background: green; }
  .product__wrapper .current {
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 24px;
    color: #000000; }
  .product__wrapper .elems {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    .product__wrapper .elems .elem {
      width: 150px;
      height: 180px;
      margin: 10px; }

.product__hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.product__preview-sliders {
  display: -webkit-box;
  display: flex; }

.product__preview {
  display: -webkit-box;
  display: flex;
  max-width: 1346px;
  padding: 0 10px;
  margin: 0 auto;
  margin-bottom: 20px; }

.product__thumbs {
  flex-shrink: 0;
  width: 170px;
  height: 437px;
  margin-right: 5px;
  overflow: hidden; }

.product__image-container {
  margin-left: auto;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 0;
  width: 562px;
  border: 1px solid #f1f2f2;
  overflow: hidden; }

.product__image-wrapper {
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  align-self: flex-start;
  height: 437px;
  box-sizing: border-box; }

.product__image-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  cursor: pointer; }
  .product__image-link picture {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }

.product__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  box-sizing: border-box; }

.product__text-wrapper {
  min-width: 610px;
  padding-left: 25px;
  box-sizing: border-box; }

.product__title {
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #f1f2f2; }

.product__price-wrapper {
  position: relative;
  height: 60px;
  padding: 5px 0;
  border-bottom: 1px solid #f1f2f2; }

.product__price-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 665px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .product__price-container--fixed {
    position: fixed;
    left: initial;
    top: 0;
    right: 0;
    z-index: 100;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
    width: auto;
    height: auto;
    padding: 0 30px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }

.product__price {
  color: #8d8d91;
  display: -webkit-box;
  display: flex;
  margin: auto; }
  .product__price--each {
    display: block;
    color: #000000;
    margin: initial; }

.product__price-text {
  margin-left: 10px;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ed1c29; }

.product__buttons-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px 0; }

.product__cnt-wrapper {
  display: -webkit-box;
  display: flex;
  height: 48px;
  border: 1px solid #f1f2f2;
  background-color: #ffffff; }

.product__button-cnt {
  position: relative;
  width: 48px;
  height: 48px;
  padding: 10px;
  font-size: 0;
  text-align: center;
  box-sizing: border-box;
  outline: none; }
  .product__button-cnt--input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden; }
  .product__button-cnt--center {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #f1f2f2;
    border-top: none;
    border-bottom: none; }
    .product__button-cnt--center::before, .product__button-cnt--center::after {
      display: none; }
  .product__button-cnt--minus::after {
    display: none; }

.product__button-cnt:active .product__cnt-icon {
  fill: #ed1c29; }

.product__cart-btn-wrapper {
  position: relative;
  margin-left: 20px; }

.product__cart-icon {
  display: none;
  position: absolute;
  top: 51%;
  left: 46%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #ffffff; }

.product__cart-button {
  height: 45px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed1c29;
  border: none;
  width: 200px;
  height: 50px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.2s box-shadow;
  transition: 0.2s box-shadow;
  cursor: pointer; }
  .product__cart-button:active {
    box-shadow: none; }

.product__option-container {
  display: -webkit-box;
  display: flex; }

.product__option-title {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #939598; }

.product__option-image-wrapper {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  height: 60px;
  width: 60px;
  margin: auto 0;
  margin-right: 24px;
  border: 2px solid #f1f2f2; }

.product__option-image {
  display: none;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }
  .product__option-image--min {
    max-width: 70%; }

.tabs-swiper__preloader {
  z-index: -1; }

.product__option-text-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .product__option-text-wrapper--list {
    display: block; }

.product__option-text-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.product__check-icon {
  flex-shrink: 0;
  display: none;
  margin-right: 8px;
  fill: #4bb462; }

.product__option-item--set .product__option-image,
.product__option-item--set .product__check-icon {
  display: block; }

.product__option-item {
  padding: 7px 0;
  border-bottom: 1px solid #f1f2f2; }

.product__option-text-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.product__option-text-wrapper {
  margin: 5px 0; }

.product__option-text {
  font-weight: bold;
  letter-spacing: 0.04em; }

.product__option-button-wrapper {
  flex-shrink: 0;
  margin: auto 0;
  margin-left: 15px; }

.product__option-button {
  padding: 8px 16px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #939598;
  background: #F6F9FC;
  border: 1px solid #E6E7E8;
  border-radius: 100px; }
  .product__option-button:hover {
    color: #000000; }
  .product__option-button:active {
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98); }

.product__tabs-swiper {
  padding: 10px 0;
  background-color: #F6F9FC; }

.product__description {
  position: relative;
  min-height: 64px; }

.product__description-wrapper {
  position: absolute;
  right: 0;
  z-index: 2;
  margin: 10px 0;
  background-color: #ffffff; }

.product__description-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 280px;
  height: 48px;
  margin-left: auto;
  padding: 5px 10px;
  cursor: pointer;
  box-sizing: border-box;
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #000000;
  border: none; }
  .product__description-button:hover {
    box-shadow: 0px 4px 20px 0 rgba(15, 14, 14, 0.4);
    opacity: 1; }
  .product__description-button:active {
    box-shadow: none; }
  .product__description-button--show {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000;
    border: none;
    border-bottom: 1px solid lightgrey; }
    .product__description-button--show:hover {
      height: 45px;
      padding: 0 20px;
      letter-spacing: 0.04em;
      color: #ffffff;
      background-color: #000000;
      border: none; }

.product__description-title {
  margin: 0;
  margin-right: 30px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase; }

.product__description-icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: #ffffff; }

.product__description-button--show .product__description-title {
  color: #000000; }

.product__description-button--show .product__description-icon {
  fill: #000000;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.product__description-button--show:hover .product__description-title {
  color: #ffffff; }

.product__description-button--show:hover .product__description-icon {
  fill: white;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.product__description-container {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }
  .product__description-container::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, white), to(transparent));
    background-image: linear-gradient(to top, white 20%, transparent 100%); }
  .product__description-container--show::after {
    display: none; }

.product__text {
  display: block;
  margin-top: 10px;
  padding: 20px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  background-color: #f1f2f2; }
  .product__text--description {
    height: 100%;
    box-sizing: border-box;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 700; }

.product__images-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 660px; }

.product__images-item {
  width: 160px;
  height: 136px; }

.product__image-item-link {
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px;
  border: 1px solid #f1f2f2;
  box-sizing: border-box;
  cursor: pointer; }
  .product__image-item-link:hover {
    padding: 7px;
    border: 4px solid #f1f2f2;
    opacity: 1; }

.product__item-image {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.product__name-item {
  width: 320px; }

.group-values {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.product__prod-title {
  text-align: center;
  text-transform: uppercase; }

.product__prod-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 20px; }

.product__prod-item {
  margin: 10px;
  width: 200px; }

.product__prod-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%; }

.product__prod-image {
  margin-bottom: 10px; }

.product__prod-text {
  margin-top: auto;
  font-weight: 700;
  text-align: center; }

.hiddenfacade,
.disable {
  display: none; }

.catalog-sections-text-bottom {
  margin: 10px; }

.product__similar {
  max-width: 1346px;
  margin: 0 auto;
  padding: 0 10px; }

.product__similar-blocks {
  margin: 20px 0; }

.product__similar-title {
  font-weight: bold;
  font-size: 42px;
  line-height: 64px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.product__similar-swiper {
  overflow: hidden; }

.product__similar-list {
  display: -webkit-box;
  display: flex; }

.product__similar-item {
  width: 294px;
  margin-right: 56px; }
  .product__similar-item:last-child {
    margin-right: 0; }

.product__similar-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 16px;
  border: 1px solid #f1f2f2; }
  .product__similar-link:hover {
    border-color: #ed1c29; }

.product__similar-img-link {
  display: block; }

.product__similar-image-wrapper {
  height: 220px;
  margin-bottom: 10px; }

.product__similar-image {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.product__similar-text {
  display: block;
  min-height: 50px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em; }
  .product__similar-text--link {
    font-size: 14px; }
  .product__similar-text--link:hover {
    text-decoration: underline;
    opacity: 1; }

.product__similar-price {
  margin-top: auto;
  font-size: 16px;
  line-height: 24px;
  text-align: center; }

.product__similar-button-wrapper {
  margin-top: 10px; }

.product__similar-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 45px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed1c29;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  box-sizing: border-box; }
  .product__similar-button:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ed1c29;
    background-color: #ffffff;
    border: 2px solid #ed1c29; }

.product__warning {
  max-width: 1346px;
  margin: 56px auto;
  background: #ffffff;
  border: 1px solid #F1F2F2;
  border-radius: 8px; }

.product__warning-text {
  display: block;
  padding: 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #B40A1B; }

.product__bottom-text {
  display: block;
  max-width: 1346px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 20px; }

.product__wrapper .prop .values-blocks {
  min-height: 100px; }

@media (min-width: 992px) {
  .product__cart-button:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ed1c29;
    background-color: #ffffff;
    border: 2px solid #ed1c29;
    height: 50px;
    box-shadow: 0px 4px 20px 0 rgba(15, 14, 14, 0.4); }
  .product__cart-button:active {
    box-shadow: none; }
  .product__option-item:last-child {
    padding-bottom: 0;
    border-bottom: none; } }

@media (max-width: 1400px) {
  .product__image-container {
    flex-shrink: 1; }
  .product__image-wrapper {
    margin: 20px auto; }
  .product__text-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .product__price-container {
    left: initial;
    right: 0; }
  .product__similar-link {
    min-height: 315px; }
    .product__similar-link--button {
      min-height: 382px; } }

@media (max-width: 991px) {
  .product__preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .product__wrapper {
    padding-top: 0;
    padding-bottom: 20px; }
  .product__title {
    font-size: 20px;
    line-height: 42px; }
  .product__wrapper .prop .values-blocks {
    padding: 0;
    margin: 0; }
  .product__cart-button {
    width: 50px;
    padding: 0;
    font-size: 0;
    box-shadow: 0px 4px 20px 0 rgba(15, 14, 14, 0.4);
    background-color: #ed1c29 !important;
    border-radius: 0;
    box-shadow: 0px 4px 20px 0 rgba(15, 14, 14, 0.4); }
    .product__cart-button:active {
      box-shadow: none; }
  .product__cart-icon {
    display: block; }
  .product__price-container--fixed .product__price {
    font-size: 0; }
  .product__price-container--fixed .product__cnt-wrapper {
    display: none; }
  .product__preview-sliders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse; }
  .product__image-container {
    width: 100%;
    margin-bottom: 20px; }
  .product__image-wrapper {
    min-height: 0;
    padding: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .product__thumbs {
    width: 100%;
    height: auto; }
  .product__text-wrapper {
    min-width: initial; }
  .product__text--description {
    margin-top: 0;
    font-weight: initial;
    font-size: 13px;
    line-height: initial;
    background-color: transparent; }
  .product__similar-title {
    font-size: 28px;
    line-height: 40px; }
  .product__similar-link {
    min-height: 216px;
    padding: 8px; }
    .product__similar-link--button {
      min-height: 312px; }
  .product__similar-text {
    font-size: 14px; } }

@media (max-width: 500px) {
  .product__price-wrapper {
    height: 110px;
    margin-top: 10px; }
  .product__price-container:not(.product__price-container--fixed) {
    flex-wrap: wrap; }
    .product__price-container:not(.product__price-container--fixed) .product__price {
      width: 80%;
      margin-left: 0; }
    .product__price-container:not(.product__price-container--fixed) .product__price-text {
      margin-left: 0; }
  .product__text-wrapper {
    padding: 0; }
  .product__buttons-wrapper {
    padding-left: 0; }
  .product__wrapper .prop .values {
    padding: 0;
    margin: auto; }
  .product__similar-image-wrapper {
    height: 152px; } }

@media (max-width: 400px) {
  .product__price-container:not(.product__price-container--fixed) .product__price {
    width: 65%;
    margin-left: 0; }
  .product__similar-link {
    min-height: 260px; } }

#uslugi-form-raspil .path-container {
  border: 1px solid #ccc;
  background-color: #eeeeee;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 255px;
  margin-bottom: 15px;
  height: 30px; }

#uslugi-form-raspil .path-container input {
  height: 28px;
  border: 1px solid #ccc;
  width: 105px;
  padding-left: 30px; }

#uslugi-form-raspil .path-container div:first-child {
  width: 100%;
  text-align: center; }

#uslugi-form-raspil .path-container div:last-child {
  width: 70%;
  text-align: center; }

.control-part-raspil {
  display: -webkit-box;
  display: flex;
  margin-bottom: 15px; }

.control-part-raspil .news__button {
  font-size: 10px;
  width: 150px;
  height: 30px; }

.control-part-raspil .news__button:hover {
  height: 30px; }

.control-part-raspil .news__button:disabled {
  background: #ccc !important; }

.control-part-raspil .news__button:hover:disabled {
  border: 2px solid #ccc; }

#slider .ui-slider-handle {
  border: 1px solid #ed1c29 !important;
  background: #ed1c29 !important; }

#separate_table .separate_item {
  border-bottom: 1px solid;
  padding: 10px 0; }

#separate_table .separate_item:first-child {
  border-top: 1px solid; }

#table_wrap_one, #table_wrap_two {
  width: 50%; }

.list-width-setting {
  padding-left: 207px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 250px);
  grid-gap: 10px;
  margin-bottom: 10px; }

.item-width-setting {
  width: 200px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #eeeeee;
  padding: 5px 10px; }

.item-width-setting input {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 5px;
  text-align: center;
  margin-top: 10px; }

@media (max-width: 500px) {
  .list-width-setting {
    padding-left: 0; } }

.delivery-info table {
  width: 100%;
  border-collapse: collapse; }

.delivery-info td {
  padding: 10px;
  margin: 0;
  border: 2px solid #000000; }
  .delivery-info td b {
    font-weight: 400; }
  .delivery-info td br {
    display: none; }

.delivery-info__item {
  max-width: 100%;
  padding: 40px;
  background-color: #f1f2f2; }
  .delivery-info__item--hidden {
    display: none; }

.delivery-info__prop a {
  font-weight: 700;
  color: #5199ff;
  text-align: right; }

.delivery-info__text {
  display: inline;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #000000; }
  .delivery-info__text--bold {
    font-weight: 700; }

@media (max-width: 991px) {
  .delivery-info__list {
    margin: 0 -10px; }
  .delivery-info__item {
    padding: 20px; } }

.about-us__wrapper {
  max-width: 1346px;
  margin: auto;
  padding: 20px 10px; }

.about-us__video-player {
  margin-bottom: 40px; }

.about-us__text-wrapper h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase; }

.about-us__text-wrapper h3 {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.about-us__text-wrapper p {
  margin: 10px 0; }

.basket__wrapper {
  max-width: 1346px;
  margin: auto;
  padding: 0 16px; }

.basket__form-container {
  display: -webkit-box;
  display: flex; }

.basket__list-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  max-width: 1010px; }

.basket__links-list {
  display: -webkit-box;
  display: flex;
  padding: 20px 0; }
  .basket__links-list--no-item {
    -webkit-box-pack: center;
            justify-content: center; }

.basket__link-item {
  margin: 0 10px; }
  .basket__link-item--line {
    margin-left: auto; }

.basket__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 49px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8d8d91; }
  .basket__link:hover {
    color: #000000; }
  .basket__link:active {
    color: #8d8d91; }
  .basket__link--active:hover {
    opacity: 1; }

.basket__link-text {
  position: relative;
  display: block;
  padding-top: 10px; }
  .basket__link-text--line {
    position: relative;
    padding-left: 20px; }
  .basket__link-text--line::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 2px;
    background-color: #8d8d91; }
  .basket__link-text::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    display: none;
    height: 4px;
    width: 100%;
    background-color: #ed1c29; }

.basket__link:hover .basket__link-text::before {
  background-color: #000000; }

.basket__link:hover .basket__link-text::after {
  display: block; }

.basket__list {
  width: 100%;
  min-height: 370px;
  padding: 40px;
  background-color: rgba(241, 242, 242, 0.5);
  box-sizing: border-box; }

.basket__item {
  position: relative;
  display: -webkit-box;
  display: flex;
  padding: 20px 0;
  padding-bottom: 40px;
  margin: 20px 0;
  border-bottom: 1px solid #dce5e7; }

.basket__image-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 186px;
  min-width: 186px;
  height: 186px;
  padding: 5px;
  margin-right: 5px;
  background-color: #ffffff;
  box-sizing: border-box; }

.basket__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.basket__name-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0 10px;
  margin-right: auto; }

.basket__name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  text-decoration: underline; }

.basket__props ~ .basket__props {
  margin-top: 2px; }

.basket__prop {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 5px; }
  .basket__prop.hidden {
    display: none; }
  .basket__prop input {
    display: none; }

.basket__prop-image-wrapper {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px; }

.basket__cnt-wrapper {
  align-self: center;
  display: -webkit-box;
  display: flex;
  margin: 10px;
  margin-left: auto;
  border: 1px solid #8d8d91; }

.basket__button-cnt {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-align: center;
  background-color: transparent;
  -webkit-transition: box-shadow 0.1s;
  transition: box-shadow 0.1s;
  box-sizing: border-box;
  outline: none; }
  .basket__button-cnt::before, .basket__button-cnt::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 12px;
    height: 2px;
    background-color: #000000; }
  .basket__button-cnt::after {
    height: 12px;
    width: 2px; }
  .basket__button-cnt--center {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 14px;
    border: 1px solid #8d8d91;
    border-top: none;
    border-bottom: none; }
    .basket__button-cnt--center::before, .basket__button-cnt--center::after {
      display: none; }
  .basket__button-cnt--minus::after {
    display: none; }
  .basket__button-cnt:active {
    box-shadow: none; }

.basket__price-wrapper {
  align-self: center;
  min-width: 150px;
  margin: 20px; }

.basket__price {
  margin-bottom: 5px;
  text-align: right;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.basket__price-text {
  text-align: right; }
  .basket__price-text--big {
    line-height: 30px; }

.basket__remove {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 5px;
  font-size: 0; }

.basket__remove-icon {
  fill: #939598;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.basket__options {
  -webkit-box-ordinal-group: 0;
          order: -1;
  width: 100%;
  max-width: 1010px;
  padding: 20px 40px;
  margin-bottom: 40px;
  background-color: rgba(241, 242, 242, 0.5);
  box-sizing: border-box; }

.basket__title {
  margin-top: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px; }
  .basket__title--no-items {
    text-align: center; }

.basket__options-label {
  display: -webkit-box;
  display: flex;
  padding: 0 10px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  cursor: pointer; }

.basket__checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  flex-shrink: 0;
  height: 22px;
  width: 22px;
  margin-right: 20px;
  border: 1px solid #D1D3D4;
  border-radius: 2px;
  box-sizing: border-box; }

.basket__icon-checkbox {
  display: none; }

.basket__options-checkbox:checked + .basket__options-label .basket__checkbox {
  border-color: #000000; }

.basket__options-checkbox:checked + .basket__options-label .basket__icon-checkbox {
  display: block; }

.basket__checkbox {
  margin-right: 20px; }

.basket__options-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.basket__right-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  z-index: 2;
  width: 280px;
  margin-left: auto;
  padding: 20px;
  margin-bottom: auto;
  background-color: rgba(241, 242, 242, 0.5);
  box-sizing: border-box; }

.basket__right-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em; }

.basket__right-price {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ed1c29; }

.basket__button-wrapper {
  width: 100%; }

.basket__button {
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #000000;
  background-color: transparent;
  border: 2px solid #000000;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 10px 0;
  height: 50px;
  box-shadow: none;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  box-sizing: border-box; }
  .basket__button--submit {
    height: 45px;
    padding: 0 22px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #ed1c29;
    border: none;
    height: 50px; }

@media (min-width: 992px) {
  .basket__name:hover {
    color: #939598; }
  .basket__button-cnt--minus:hover, .basket__button-cnt--plus:hover {
    background-color: #000000;
    box-shadow: 0px 4px 20px 0 rgba(15, 14, 14, 0.4); }
    .basket__button-cnt--minus:hover::before, .basket__button-cnt--minus:hover::after, .basket__button-cnt--plus:hover::before, .basket__button-cnt--plus:hover::after {
      background-color: #ffffff; }
  .basket__button:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #000000;
    border: none;
    box-shadow: 0px 4px 20px 0 rgba(15, 14, 14, 0.4);
    height: 50px;
    opacity: 1; }
  .basket__button--submit:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ed1c29;
    background-color: #ffffff;
    border: 2px solid #ed1c29;
    background-color: transparent;
    height: 50px; }
  .basket__button:active {
    box-shadow: none; }
  .basket__remove:hover .basket__remove-icon {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3); }
  .basket__remove:active .basket__remove-icon {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .basket__options-label:hover {
    opacity: 0.5; } }

@media (max-width: 1400px) {
  .basket__form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center; }
  .basket__right-wrapper {
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 0;
            order: -1;
    width: 100%;
    max-width: 1010px;
    margin-left: 0;
    margin-bottom: 20px; }
  .basket__right-price {
    margin-bottom: 0; }
  .basket__button-wrapper {
    width: auto; }
  .basket__button {
    width: 250px;
    margin: auto;
    font-size: 15px; }
    .basket__button--clean {
      display: none; } }

@media (max-width: 991px) {
  .basket__wrapper {
    padding: 0; }
  .basket__form-container {
    position: relative; }
  .basket__links-list {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    margin: 20px 0;
    background-color: rgba(241, 242, 242, 0.5); }
  .basket__link-item--line {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 0;
            order: -1;
    width: 100%;
    margin: auto;
    background-color: #ffffff; }
  .basket__link {
    min-height: 0;
    padding: 10px; }
  .basket__link-text {
    align-self: center;
    padding-top: 0; }
  .basket__right-wrapper {
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0 rgba(15, 14, 14, 0.4); }
    .basket__right-wrapper--fix-position {
      position: absolute;
      box-shadow: none;
      margin-bottom: 10px; }
  .basket__right-price {
    margin-left: auto;
    margin-right: auto; }
  .basket__options {
    margin-bottom: 20px; }
  .basket__list {
    padding: 0;
    background-color: initial; }
  .basket__button-cnt--minus:active, .basket__button-cnt--plus:active {
    background-color: #000000;
    box-shadow: 0px 4px 20px 0 rgba(15, 14, 14, 0.4); }
    .basket__button-cnt--minus:active::before, .basket__button-cnt--minus:active::after, .basket__button-cnt--plus:active::before, .basket__button-cnt--plus:active::after {
      background-color: #ffffff; }
  .basket__item {
    flex-wrap: wrap;
    padding: 20px;
    margin: 0;
    border-bottom: none;
    background-color: rgba(241, 242, 242, 0.5); }
    .basket__item:nth-child(2n) {
      background-color: initial; }
  .basket__name-wrapper {
    width: -webkit-calc(100% - 192px);
    width: calc(100% - 192px);
    padding-right: 60px;
    box-sizing: border-box; }
  .basket__name {
    padding-top: 10px; }
  .basket__remove {
    top: 20px;
    right: 20px; } }

@media (max-width: 768px) {
  .basket__right-title {
    font-size: 14px; }
  .basket__right-price {
    font-size: 20px; }
  .basket__name-wrapper {
    width: -webkit-calc(100% - 192px);
    width: calc(100% - 192px); } }

@media (max-width: 650px) {
  .basket__link {
    font-size: 14px; }
  .basket__options {
    padding: 10px; }
  .basket__image-wrapper {
    width: 150px;
    min-width: 150px;
    height: 150px; }
  .basket__right-wrapper {
    padding: 10px; }
  .basket__name-wrapper {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: 100%;
    padding: 0; }
  .basket__name {
    font-size: 15px; } }

@media (max-width: 535px) {
  .basket__item {
    padding-bottom: 0; }
  .basket__link-item {
    margin: 0;
    padding-bottom: 0;
    width: 48%; }
    .basket__link-item--line {
      -webkit-box-ordinal-group: initial;
              order: initial;
      background-color: transparent; }
  .basket__link {
    margin: auto;
    padding: 5px 0;
    text-align: center;
    text-transform: initial; }
  .basket__link-text--line {
    padding-left: 0; }
    .basket__link-text--line::before {
      display: none; }
  .basket__price-wrapper {
    -webkit-box-ordinal-group: 4;
            order: 3;
    margin-left: 0; }
  .basket__right-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden; }
  .basket__button {
    width: 150px;
    text-align: center; } }

.basket-wrap {
  margin: 25px -45px 0;
  background-color: #DBDBDB;
  padding: 55px 45px; }
  .basket-wrap .basket {
    background-color: #fff;
    box-shadow: 5px -5px 0 #B5B5B5; }
    .basket-wrap .basket table {
      width: 100%; }
      .basket-wrap .basket table tr th {
        padding: 0 10px;
        line-height: 30px;
        background-color: #313131;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px; }
      .basket-wrap .basket table tr td {
        padding: 10px;
        line-height: 30px;
        border-top: 1px solid #DBDBDB; }
        .basket-wrap .basket table tr td .props {
          font-size: 14px;
          line-height: 20px;
          padding: 0; }
          .basket-wrap .basket table tr td .props li {
            position: relative;
            list-style: none; }
            .basket-wrap .basket table tr td .props li input {
              position: absolute;
              left: -20000px; }
          .basket-wrap .basket table tr td .props .hidden {
            display: none; }
          .basket-wrap .basket table tr td .props .pic {
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px; }
            .basket-wrap .basket table tr td .props .pic img {
              display: block;
              border: 1px solid #313131;
              width: 15px;
              height: 15px; }
        .basket-wrap .basket table tr td .title {
          text-decoration: none;
          color: #555;
          font-size: 16px; }
          .basket-wrap .basket table tr td .title:hover {
            text-decoration: underline; }
        .basket-wrap .basket table tr td .options {
          font-size: 14px;
          line-height: 20px; }
          .basket-wrap .basket table tr td .options li {
            list-style: none; }
          .basket-wrap .basket table tr td .options input {
            margin: 0 5px 0 0;
            vertical-align: middle; }
      .basket-wrap .basket table tr .quantity {
        overflow: hidden;
        width: 100px; }
        .basket-wrap .basket table tr .quantity input {
          border: 0;
          height: 30px;
          padding: 0;
          width: 30px;
          text-align: center;
          margin: 0; }

.btn {
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #ed1c29;
  background-color: #ffffff;
  border: 2px solid #ed1c29;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 200px;
  line-height: 24px;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  width: auto; }
  .btn.btn-primary {
    height: 45px;
    padding: 0 22px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #ed1c29;
    border: none; }

.input-group-sm > .input-group-btn > .btn {
  width: 30px;
  height: 30px; }
  .input-group-sm > .input-group-btn > .btn:hover {
    width: 30px;
    height: 30px;
    padding: 0; }

.bx-auth-profile {
  max-width: 1346px;
  margin: auto;
  padding: 0 10px; }

@media (min-width: 991px) {
  .btn:hover {
    height: 45px;
    padding: 0 22px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #ed1c29;
    border: none;
    opacity: 1; }
  .btn.btn-primary:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ed1c29;
    background-color: #ffffff;
    border: 2px solid #ed1c29; } }

@media (max-width: 991px) {
  .btn {
    width: auto; } }

@media (max-width: 750px) {
  .bx-auth-profile tr {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
  .bx-auth-profile td * {
    max-width: 90vw;
    box-sizing: border-box; } }

.cabitet-nav {
  display: block;
  margin: 20px 0; }

.cabitet-nav__list {
  margin: auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center; }

.cabitet-nav__item {
  width: 250px;
  margin: 10px;
  box-sizing: border-box; }

.cabitet-nav__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-weight: bold;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 4px solid #dce5e7;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  box-sizing: border-box; }
  .cabitet-nav__link:active {
    box-shadow: none; }

.cabitet-nav__icon {
  margin: 10px;
  fill: #939598; }

@media (min-width: 992px) {
  .cabitet-nav__link:hover {
    border-color: #ed1c29;
    box-shadow: 0px 4px 10px 0 rgba(15, 14, 14, 0.4); } }

@media (max-width: 991px) {
  .cabitet-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center; }
  .cabitet-nav__link {
    box-shadow: 0px 4px 10px 0 rgba(15, 14, 14, 0.4); }
    .cabitet-nav__link:active {
      border-color: #ed1c29; } }

.order__wrapper {
  max-width: 1346px;
  margin: auto;
  padding: 0 10px; }

.order__error {
  padding: 40px;
  border: 1px solid #dce5e7; }

.order__title {
  font-weight: 700;
  margin-top: 0;
  text-align: center;
  margin-bottom: 20px; }

.order__text {
  text-align: center;
  font-size: 15px;
  font-weight: 700; }

.order__city-list {
  padding-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap; }

.order__city {
  display: block;
  padding: 10px;
  margin: 5px 0; }

.order__links-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0; }

.order__link-item {
  margin: 0 10px; }

.order__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 49px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8d8d91; }
  .order__link:hover {
    color: #000000; }
  .order__link:active {
    color: #8d8d91; }
  .order__link--active {
    color: black; }
  .order__link--active:hover {
    opacity: 1; }

.order__link-text {
  position: relative;
  display: block;
  padding-top: 10px; }
  .order__link-text--line {
    position: relative;
    padding-left: 20px; }
  .order__link-text--line::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 2px;
    background-color: #8d8d91; }
  .order__link-text::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    display: none;
    height: 4px;
    width: 100%;
    background-color: #ed1c29; }

.order__link:hover .order__link-text::before,
.order__link--active .order__link-text::before {
  background-color: #000000; }

.order__link:hover .order__link-text::after,
.order__link--active .order__link-text::after {
  display: block; }

.orders__wrapper {
  max-width: 1346px;
  margin: auto;
  padding: 0 10px; }

.orders__links-list {
  display: -webkit-box;
  display: flex;
  padding: 20px 0; }
  .orders__links-list--no-item {
    -webkit-box-pack: center;
            justify-content: center; }

.orders__link-item {
  margin: 0 10px; }
  .orders__link-item--line {
    margin-left: auto; }

.orders__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 49px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8d8d91; }
  .orders__link:hover {
    color: #000000; }
  .orders__link:active {
    color: #8d8d91; }
  .orders__link--active:hover {
    opacity: 1; }

.orders__link-text {
  position: relative;
  display: block;
  padding-top: 10px; }
  .orders__link-text--line {
    position: relative;
    padding-left: 20px; }
  .orders__link-text--line::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 2px;
    background-color: #8d8d91; }
  .orders__link-text::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    display: none;
    height: 4px;
    width: 100%;
    background-color: #ed1c29; }

.orders__link:hover .orders__link-text::before {
  background-color: #000000; }

.orders__link:hover .orders__link-text::after {
  display: block; }

.orders__search {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-bottom: 20px; }

.orders__item {
  max-width: 250px;
  min-height: 92px;
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid #dce5e7;
  box-sizing: border-box; }
  .orders__item--wide {
    width: 100%;
    min-height: 102px; }
  .orders__item--flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
  .orders__item--kitchen {
    width: 100%;
    padding: 0;
    margin: 30px 0;
    border: none; }
  .orders__item--text {
    align-self: center;
    min-height: 0;
    margin-right: 20px;
    margin-bottom: 0;
    padding: 0 20px;
    border: none; }

.orders__label {
  display: block;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  color: #8C8C8C; }
  .orders__label sup {
    color: #ed1c29; }

.orders__input {
  min-height: 30px;
  width: 100%;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  border: none;
  border-bottom: 1px solid #E6E7E8;
  tab-index: -1;
  resize: none; }
  .orders__input--select,
  .orders__input option {
    cursor: pointer; }
  .orders__input--phone {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px); }
  .orders__input--date {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin-right: 10px; }
  .orders__input--file {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden; }
  .orders__input:hover, .orders__input:focus {
    outline: none; }

.orders__search-button {
  height: 45px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed1c29;
  border: none;
  font-size: 0; }

.orders__search-icon {
  fill: #ffffff; }

.orders__button,
.psbank_payment_button {
  height: 45px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed1c29;
  border: none;
  display: -webkit-box;
  display: flex;
  width: 200px;
  height: 52px;
  padding: 10px 20px;
  margin: auto;
  margin-left: auto;
  text-align: center;
  -webkit-box-align: center;
          align-items: center;
  box-sizing: border-box; }
  .orders__button:active,
  .psbank_payment_button:active {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ed1c29;
    background-color: #ffffff;
    border: 2px solid #ed1c29;
    height: 52px; }
  .orders__button--center,
  .psbank_payment_button--center {
    margin: auto; }

@media (min-width: 992px) {
  .orders__button:hover,
  .psbank_payment_button:hover {
    height: 52px; }
  .orders__item:hover .orders__label ~ .orders__input {
    border-color: #000000; }
  .orders__item:hover {
    border-color: #000000; } }

.about-prod {
  display: block;
  padding: 110px 0; }

.about-prod__wrapper {
  display: -webkit-box;
  display: flex;
  max-width: 1346px;
  margin: auto;
  padding: 0 10px; }

.about-prod__slider-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  width: 864px;
  max-width: 100%; }

.about-prod__image {
  display: block; }

.about-prod__text-wrapper {
  padding: 30px; }

.about-prod__title {
  margin: 0;
  font-weight: 700;
  font-size: 42px;
  line-height: 64px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.about-prod__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em; }

.about-prod__item {
  width: 25%; }
  .about-prod__item--logo {
    width: 50%; }

@media (max-width: 1400px) {
  .about-prod__wrapper {
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center; }
  .about-prod__text-wrapper {
    -webkit-box-ordinal-group: 0;
            order: -1; } }

@media (max-width: 991px) {
  .about-prod {
    padding: 40px 0; }
  .about-prod__wrapper {
    position: relative;
    padding-bottom: 88px; }
  .about-prod__image {
    width: 100%;
    height: auto; }
  .about-prod__text-wrapper {
    padding: 0;
    padding-bottom: 16px; }
  .about-prod__title {
    font-size: 22px;
    line-height: 32px;
    text-align: center; }
  .about-prod__text {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 93%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box; } }

.industry {
  background-color: #000000; }

.industry__wrapper {
  max-width: 1346px;
  margin: auto;
  padding: 120px 10px; }

.industry__title {
  margin: 0;
  font-weight: bold;
  font-size: 42px;
  line-height: 64px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff; }

.industry__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 1206px;
  margin: auto;
  padding-top: 20px; }

.industry__item {
  width: 360px;
  min-height: 475px;
  margin: 20px;
  border: 1px solid #272626; }

.industry__text-wrapper {
  padding: 16px; }

.industry__item-title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #ffffff; }

.industry__text {
  padding-top: 16px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #ffffff;
  box-sizing: border-box; }

@media (max-width: 1200px) {
  .industry__list {
    max-width: 804px; } }

@media (max-width: 991px) {
  .industry__wrapper {
    padding: 40px 10px; }
  .industry__title {
    font-size: 28px;
    line-height: 40px; }
  .industry__item {
    width: 44%;
    margin: 10px; }
  .industry__image {
    width: 100%;
    height: auto; }
  .industry__item-title {
    font-size: 14px;
    line-height: 24px; } }

@media (min-width: 767px) {
  .industry__image-wrapper {
    height: auto !important; }
  .industry__text-container {
    height: auto !important; } }

@media (max-width: 768px) {
  .industry__item {
    width: 100%;
    min-height: 0;
    border: 1px solid #ffffff; }
  .industry__image-wrapper {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    transition: height 0.2s; }
  .industry__item-title {
    text-align: center; }
  .industry__text-container {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    transition: height 0.2s; }
  .industry__item--active .industry__image-wrapper {
    height: auto; }
  .industry__item--active .industry__item-title {
    text-align: left; }
  .industry__item--active .industry__text-container {
    height: auto; } }

.video-slider__wrapper {
  max-width: 1346px;
  padding: 120px 10px;
  margin: auto; }

.video-slider__title {
  margin: 0;
  padding-bottom: 40px;
  font-weight: 700;
  font-size: 42px;
  line-height: 64px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.video-slider__text {
  display: block;
  padding: 40px;
  margin-bottom: 32px;
  font-family: "Open Sans", "Arial", sans-serif;
  line-height: 21px;
  letter-spacing: 0.04em;
  border: 8px solid #dce5e7; }

.video-slider__video-player {
  height: 100%; }
  .video-slider__video-player .video-player__image {
    height: 100%; }

.video-slider__lists-wrapper {
  display: -webkit-box;
  display: flex; }

.video-slider__main-container {
  width: 784px;
  flex-shrink: 0;
  overflow: hidden; }

.video-slider__thumbs-wrapper {
  position: relative;
  flex-shrink: 1;
  padding: 22px 0;
  margin-left: 6px; }

.video-slider__thumbs {
  height: 504px;
  padding: 0 10px;
  overflow: hidden; }

.video-slider__thumbs-item {
  cursor: pointer; }

.video-slider__thumbs-item-wrapper {
  display: -webkit-box;
  display: flex;
  margin-bottom: 8px; }

.video-slider__text-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 8px;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s; }

.video-slider__thumbs-title {
  margin-top: 0; }

.video-slider__button {
  position: absolute;
  left: 10px;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex-grow: 0;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 160px;
  height: 16px;
  font-size: 0;
  background-color: #dce5e7;
  cursor: pointer;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s; }
  .video-slider__button--next {
    bottom: 0; }
  .video-slider__button--prev {
    top: 0; }

.video-slider__button-icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: #ffffff; }
  .video-slider__button-icon--prev {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

@media (min-width: 992px) {
  .video-slider__button:not(.swiper-button-disabled):hover {
    box-shadow: 0px 4px 20px 0 rgba(15, 14, 14, 0.4); }
  .video-slider__button:not(.swiper-button-disabled):active {
    box-shadow: none; }
  .video-slider__thumbs-item-wrapper:hover {
    box-shadow: 0px 4px 10px 0 rgba(15, 14, 14, 0.4); }
  .video-slider__thumbs-item-wrapper:active {
    box-shadow: none; } }

@media (max-width: 1200px) {
  .video-slider__main-container {
    width: 100%; }
  .video-slider__lists-wrapper {
    display: block;
    padding-bottom: 16px; }
  .video-slider__image-wrapper {
    flex-shrink: 0;
    width: 146px;
    height: 88px;
    overflow: hidden; }
  .video-slider__image {
    width: 100%;
    height: auto; }
  .video-slider__thumbs {
    height: 420px; }
  .video-slider__video-player .video-player__image {
    height: auto; }
  .video-slider__button {
    width: 146px; } }

@media (max-width: 991px) {
  .video-slider__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 40px 10px; }
  .video-slider__title {
    font-size: 28px;
    line-height: 40px; }
  .video-slider__text {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .video-slider__main-container {
    width: 100%;
    height: auto;
    padding-bottom: 16px; }
  .video-slider__video-player {
    height: 50vw; }
    .video-slider__video-player .video-player__image {
      height: auto; } }

.about-slider {
  padding: 120px 0;
  background-color: #000000; }

.about-slider__wrapper {
  max-width: 1346px;
  margin: auto;
  padding: 0 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

.about-slider__text-wrapper {
  max-width: 560px;
  margin-right: 40px; }

.about-slider__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 42px;
  line-height: 64px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center; }

.about-slider__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #ffffff; }

.about-slider__slider-wrapper {
  position: relative;
  width: 560px;
  overflow: hidden; }

.about-slider__image-wrapper {
  margin-bottom: 30px; }

.about-slider__buttons-wrapper {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 528px;
  display: -webkit-box;
  display: flex;
  background-color: #ffffff; }

.about-slider__pagination-wrapper {
  padding: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 64px;
  width: 126px;
  box-sizing: border-box; }

.about-slider__pagination-number {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.04em; }
  .about-slider__pagination-number--last {
    color: #939598; }

.about-slider__pagination {
  position: relative;
  width: 20px;
  height: 2px;
  margin: 0 16px;
  background-color: #939598;
  overflow: hidden; }
  .about-slider__pagination .swiper-pagination-progressbar-fill {
    background-color: #000000; }

.about-slider__slide-button {
  position: relative;
  width: 64px;
  height: 64px;
  cursor: pointer;
  background-color: #ffffff; }
  .about-slider__slide-button--loope {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .about-slider__slide-button:active {
    background-color: red; }

.about-slider__slide-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.about-slider__slide-button--prev .about-slider__slide-icon {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg); }

@media (min-width: 992px) {
  .about-slider__slide-button:hover {
    background-color: #f1f2f2; }
  .about-slider__slide-button:active {
    background-color: #8d8d91; } }

@media (max-width: 1200px) {
  .about-slider__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center; }
  .about-slider__text-wrapper {
    margin: 0; } }

@media (max-width: 991px) {
  .about-slider {
    padding: 40px 0; }
  .about-slider__slider-wrapper {
    width: 100%; }
  .about-slider__text-wrapper {
    padding-bottom: 16px; }
  .about-slider__image {
    width: 100%;
    height: auto; }
  .about-slider__buttons-wrapper {
    top: 0; } }

.catalog_wrap {
  font-family: "Roboto", "Arial", sans-serif; }
  .catalog_wrap h1, .catalog_wrap h2 {
    text-align: center;
    font-size: 32px;
    margin-top: 35px;
    margin-bottom: 60px; }
  .catalog_wrap .catalog_category ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 0; }
    .catalog_wrap .catalog_category ul li {
      display: inline-block;
      list-style: none; }
      .catalog_wrap .catalog_category ul li a {
        padding: 10px;
        font-size: 24px;
        text-transform: uppercase;
        margin: 0 15px; }
        .catalog_wrap .catalog_category ul li a:hover, .catalog_wrap .catalog_category ul li a.active {
          background: #cc3333;
          color: white;
          text-decoration: none; }
  .catalog_wrap .catalog__main-banner {
    max-width: 100%;
    padding-top: 10px; }
  .catalog_wrap .catalog__main-banner-img {
    max-width: 100%;
    height: auto; }
  .catalog_wrap .catalog_filters__wrap {
    font-size: 18px;
    -webkit-box-flex: 1;
            flex-grow: 1; }
    .catalog_wrap .catalog_filters__wrap .catalog_filters {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; }
    .catalog_wrap .catalog_filters__wrap .catalog_filter__section {
      -webkit-box-flex: 1;
              flex-grow: 1;
      margin-bottom: 10px;
      display: -webkit-box;
      display: flex;
      width: 50%; }
      .catalog_wrap .catalog_filters__wrap .catalog_filter__section > span {
        min-width: 80px; }
      .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul {
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
                flex-grow: 1;
        padding-left: 10px; }
        .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul input[type=checkbox], .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul input[type=radio] {
          display: none; }
        .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul input[type=checkbox]:checked + label, .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul input[type=radio]:checked + label, .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul label:hover {
          -webkit-transition: color .2s ease;
          transition: color .2s ease;
          color: #cc3333;
          text-decoration: none; }
          .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul input[type=checkbox]:checked + label::after, .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul input[type=radio]:checked + label::after, .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul label:hover::after {
            -webkit-transition: width .2s ease;
            transition: width .2s ease;
            width: 100%; }
        .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul input[type=checkbox]:disabled + label, .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul input[type=radio]:disabled + label {
          color: #acacac;
          pointer-events: none; }
          .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul input[type=checkbox]:disabled + label .catalog_filter__item_color, .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul input[type=radio]:disabled + label .catalog_filter__item_color {
            opacity: 0.3; }
        .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul .bx-filter-button-box {
          text-align: right; }
        .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul label {
          font-weight: normal;
          position: relative;
          margin: 0 7px;
          -webkit-box-flex: 1;
                  flex-grow: 1;
          cursor: pointer; }
          .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul label:after {
            position: absolute;
            -webkit-transition: width .2s;
            transition: width .2s;
            content: '';
            width: 0;
            height: 1px;
            background: #cc3333;
            bottom: -6px;
            left: 0; }
          .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul label .catalog_filter__item_color {
            display: inline-block;
            width: 27px;
            height: 27px;
            border-radius: 100%;
            margin: 0;
            padding: 0;
            line-height: 0;
            border: 1px solid black; }
            .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul label .catalog_filter__item_color:hover {
              border-color: red; }
  .catalog_wrap .catalog_items {
    margin-top: 15px; }
    .catalog_wrap .catalog_items .catalog_item {
      display: block;
      float: left;
      width: 600px;
      height: 450px;
      overflow: hidden;
      position: relative;
      margin: 0 15px 22px 0; }
      .catalog_wrap .catalog_items .catalog_item__img {
        height: 100%;
        text-align: center; }
        .catalog_wrap .catalog_items .catalog_item__img img {
          width: auto;
          height: 100%; }
        .catalog_wrap .catalog_items .catalog_item__img.slide .owl-stage-outer {
          height: 100%;
          width: 100%; }
        .catalog_wrap .catalog_items .catalog_item__img.slide .owl-stage {
          height: 100%; }
        .catalog_wrap .catalog_items .catalog_item__img.slide .owl-item {
          text-align: center;
          float: left;
          height: 100%;
          overflow: hidden;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center; }
        .catalog_wrap .catalog_items .catalog_item__img.slide .owl-nav button {
          -webkit-transition: left .3s ease, right .3s ease, color .3s ease;
          transition: left .3s ease, right .3s ease, color .3s ease;
          position: absolute;
          top: 45%;
          left: 20px;
          background: none;
          border: none;
          font-size: 36px;
          color: #ff5100; }
          .catalog_wrap .catalog_items .catalog_item__img.slide .owl-nav button:focus, .catalog_wrap .catalog_items .catalog_item__img.slide .owl-nav button:active {
            border: none;
            outline: none; }
          .catalog_wrap .catalog_items .catalog_item__img.slide .owl-nav button span {
            display: none; }
        .catalog_wrap .catalog_items .catalog_item__img.slide .owl-nav .owl-prev {
          left: -50px; }
        .catalog_wrap .catalog_items .catalog_item__img.slide .owl-nav .owl-next {
          left: auto;
          right: -50px; }
        .catalog_wrap .catalog_items .catalog_item__img.slide:hover .owl-nav button {
          -webkit-transition: left .3s ease, right .3s ease, color .3s ease;
          transition: left .3s ease, right .3s ease, color .3s ease;
          color: rgba(255, 81, 0, 0.7); }
        .catalog_wrap .catalog_items .catalog_item__img.slide:hover .owl-nav .owl-prev {
          left: 20px; }
        .catalog_wrap .catalog_items .catalog_item__img.slide:hover .owl-nav .owl-next {
          left: auto;
          right: 20px; }
      .catalog_wrap .catalog_items .catalog_item__video {
        position: absolute;
        bottom: 100px;
        left: 0;
        width: 100%;
        text-align: center; }
        .catalog_wrap .catalog_items .catalog_item__video a {
          background: #cc3333;
          display: inline-block;
          padding: 5px 15px;
          line-height: 25px;
          color: white;
          font-size: 18px;
          border-radius: 4px; }
          .catalog_wrap .catalog_items .catalog_item__video a:hover, .catalog_wrap .catalog_items .catalog_item__video a:active {
            text-decoration: none; }
      .catalog_wrap .catalog_items .catalog_item__descr_price .price_num__prefix {
        font-size: 12px;
        text-transform: none; }
      .catalog_wrap .catalog_items .catalog_item__descr {
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        height: 0;
        height: 90px;
        overflow: hidden;
        -webkit-transition: height .3s ease;
        transition: height .3s ease;
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
                flex-grow: 1;
        -webkit-box-align: center;
                align-items: center;
        justify-items: center; }
        .catalog_wrap .catalog_items .catalog_item__descr_name {
          display: block;
          text-align: center;
          width: 45%;
          color: white;
          font-size: 19px;
          text-transform: uppercase; }
          .catalog_wrap .catalog_items .catalog_item__descr_name a {
            color: white; }
        .catalog_wrap .catalog_items .catalog_item__descr_price .price_num__old {
          display: block;
          font-weight: normal;
          font-size: 11px; }
          .catalog_wrap .catalog_items .catalog_item__descr_price .price_num__old > span {
            position: relative;
            font-style: italic;
            display: inline-block;
            margin-left: 10px;
            font-size: 15px; }
            .catalog_wrap .catalog_items .catalog_item__descr_price .price_num__old > span:before {
              border-bottom: 2px solid #ffffff;
              position: absolute;
              content: "";
              width: 118%;
              height: 52%;
              -webkit-transform: rotate(-7deg);
                  -ms-transform: rotate(-7deg);
                      transform: rotate(-7deg);
              left: -7%; }
        .catalog_wrap .catalog_items .catalog_item__descr_btn {
          display: block;
          width: 50%;
          text-align: center; }
          .catalog_wrap .catalog_items .catalog_item__descr_btn a {
            font-size: 17px;
            color: white;
            background: #ff9933;
            width: auto;
            white-space: inherit; }
            .catalog_wrap .catalog_items .catalog_item__descr_btn a:hover {
              background: #cc3333; }
      .catalog_wrap .catalog_items .catalog_item__banner {
        position: absolute;
        left: 10px;
        top: 10px;
        border-radius: 6px;
        overflow: hidden; }
      .catalog_wrap .catalog_items .catalog_item:hover .catalog_item__descr {
        -webkit-transition: height .3s ease;
        transition: height .3s ease;
        height: 90px; }
  .catalog_wrap .catalog_element__capture {
    margin-bottom: 40px; }
  .catalog_wrap .catalog_element__description-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0; }
  .catalog_wrap .catalog_element__description-table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dce5e7;
    border-top: none;
    border-collapse: collapse; }
    .catalog_wrap .catalog_element__description-table tr:nth-child(2n) {
      background-color: #dce5e7; }
    .catalog_wrap .catalog_element__description-table td {
      padding: 7px 24px;
      font-family: "Open Sans", "Arial", sans-serif;
      line-height: 24px;
      letter-spacing: 0.04em;
      font-weight: 700;
      color: #939598; }
      .catalog_wrap .catalog_element__description-table td span {
        color: #000000; }
  .catalog_wrap .catalog_element__text {
    padding: 20px;
    border-bottom: 2px solid #f1f2f2; }
  .catalog_wrap .catalog_element .calc_form, .catalog_wrap .catalog_element .price_form {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    padding: 0 20px; }
    .catalog_wrap .catalog_element .calc_form .btn, .catalog_wrap .catalog_element .price_form .btn {
      font-size: 20px;
      text-transform: uppercase;
      color: white;
      background: #ff9933;
      width: auto;
      white-space: inherit; }
      .catalog_wrap .catalog_element .calc_form .btn:hover, .catalog_wrap .catalog_element .price_form .btn:hover {
        background: #cc3333; }
  .catalog_wrap .catalog_element__block {
    position: relative;
    border: 1px solid orange;
    display: -webkit-box;
    display: flex; }
  .catalog_wrap .catalog_element__images {
    background: white;
    overflow: hidden;
    height: 100%; }
    .catalog_wrap .catalog_element__images img {
      width: auto;
      height: 100%; }
    .catalog_wrap .catalog_element__images.slide {
      position: relative; }
      .catalog_wrap .catalog_element__images.slide .owl-stage-outer {
        height: 100%;
        width: 100%; }
      .catalog_wrap .catalog_element__images.slide .owl-stage {
        height: 100%; }
      .catalog_wrap .catalog_element__images.slide .owl-item {
        text-align: center;
        float: left;
        height: 100%;
        overflow: hidden;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center; }
      .catalog_wrap .catalog_element__images.slide .owl-nav button {
        -webkit-transition: left .3s ease, right .3s ease, color .3s ease;
        transition: left .3s ease, right .3s ease, color .3s ease;
        position: absolute;
        top: 45%;
        left: 20px;
        background: none;
        border: none;
        font-size: 36px;
        color: #ff5100; }
        .catalog_wrap .catalog_element__images.slide .owl-nav button:focus, .catalog_wrap .catalog_element__images.slide .owl-nav button:active {
          border: none;
          outline: none; }
        .catalog_wrap .catalog_element__images.slide .owl-nav button span {
          display: none; }
      .catalog_wrap .catalog_element__images.slide .owl-nav .owl-prev {
        left: -50px; }
      .catalog_wrap .catalog_element__images.slide .owl-nav .owl-next {
        left: auto;
        right: -50px; }
      .catalog_wrap .catalog_element__images.slide:hover .owl-nav button {
        -webkit-transition: left .3s ease, right .3s ease, color .3s ease;
        transition: left .3s ease, right .3s ease, color .3s ease; }
        .catalog_wrap .catalog_element__images.slide:hover .owl-nav button:hover {
          color: rgba(255, 81, 0, 0.7); }
      .catalog_wrap .catalog_element__images.slide:hover .owl-nav .owl-prev {
        left: 20px; }
      .catalog_wrap .catalog_element__images.slide:hover .owl-nav .owl-next {
        left: auto;
        right: 20px; }
  .catalog_wrap .catalog_element__price {
    width: 370px;
    background: white;
    top: 0;
    right: 0; }
    .catalog_wrap .catalog_element__price .price_descr {
      line-height: 50px;
      margin-top: 20px;
      font-size: 18px;
      padding-left: 66px; }
    .catalog_wrap .catalog_element__price .price_num {
      background: #000000;
      color: white;
      text-align: center;
      font-size: 26px;
      font-weight: bold;
      line-height: 49px; }
      .catalog_wrap .catalog_element__price .price_num__prefix {
        font-size: 22px; }
      .catalog_wrap .catalog_element__price .price_num__old {
        display: block;
        font-size: 14px;
        line-height: 32px;
        font-weight: normal;
        padding-bottom: 5px;
        margin-top: -5px; }
        .catalog_wrap .catalog_element__price .price_num__old > span {
          position: relative;
          font-style: italic;
          display: inline-block;
          font-size: 20px;
          margin-left: 10px; }
          .catalog_wrap .catalog_element__price .price_num__old > span:before {
            border-bottom: 2px solid #ffffff;
            position: absolute;
            content: "";
            width: 118%;
            height: 52%;
            -webkit-transform: rotate(-7deg);
                -ms-transform: rotate(-7deg);
                    transform: rotate(-7deg);
            left: -7%; }
    .catalog_wrap .catalog_element__price .price_text ul {
      padding: 15px 0 0 80px;
      font-size: 16px;
      line-height: 40px; }
  .catalog_wrap .catalog_element__commerce {
    width: 370px;
    height: auto;
    background: #444444;
    bottom: 0;
    right: 0; }
    .catalog_wrap .catalog_element__commerce ul {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      padding: 40px 24px 0 65px; }
      .catalog_wrap .catalog_element__commerce ul li {
        width: 46%;
        height: 70px;
        display: block;
        padding: 10px;
        font-size: 17px;
        color: white;
        box-sizing: border-box; }
    .catalog_wrap .catalog_element__commerce .calc_form .btn, .catalog_wrap .catalog_element__commerce .price_form .btn {
      font-size: 16px; }
  .catalog_wrap .catalog_element__description {
    max-width: 1346px;
    margin: auto;
    margin-bottom: 40px;
    box-sizing: border-box; }
  .catalog_wrap .catalog_element__dop {
    max-width: 1346px;
    margin: auto;
    padding: 44px 44px 50px;
    font-size: 19px;
    background: #f7f4f0;
    box-sizing: border-box; }
  .catalog_wrap .catalog_element__map {
    background: #fdfcf8;
    padding: 44px;
    margin: 5px 0;
    font-size: 19px;
    text-align: center; }
    .catalog_wrap .catalog_element__map .element_map {
      position: relative;
      display: inline-block; }
      .catalog_wrap .catalog_element__map .element_map img {
        height: auto;
        max-width: 100%; }
      .catalog_wrap .catalog_element__map .element_map .map_key {
        cursor: pointer;
        top: 0;
        left: 0;
        position: absolute; }
      .catalog_wrap .catalog_element__map .element_map .popover, .catalog_wrap .catalog_element__map .element_map .popover-title, .catalog_wrap .catalog_element__map .element_map .popover-content {
        background: #FF9933;
        color: white;
        border: none; }
        .catalog_wrap .catalog_element__map .element_map .popover > .arrow, .catalog_wrap .catalog_element__map .element_map .popover-title > .arrow, .catalog_wrap .catalog_element__map .element_map .popover-content > .arrow {
          border-right-color: #FF9933; }
          .catalog_wrap .catalog_element__map .element_map .popover > .arrow:after, .catalog_wrap .catalog_element__map .element_map .popover-title > .arrow:after, .catalog_wrap .catalog_element__map .element_map .popover-content > .arrow:after {
            border-right-color: #FF9933; }
  .catalog_wrap .catalog_element__video {
    position: absolute;
    bottom: 50px;
    left: 30%;
    text-align: center; }
    .catalog_wrap .catalog_element__video a {
      background: #cc3333;
      display: block;
      padding: 5px 15px;
      line-height: 25px;
      color: white;
      font-size: 18px;
      border-radius: 4px; }
      .catalog_wrap .catalog_element__video a:hover, .catalog_wrap .catalog_element__video a:active {
        text-decoration: none; }
  .catalog_wrap .catalog_element__calc_form {
    max-width: 1346px;
    padding: 44px;
    margin: 190px auto 40px;
    font-size: 19px;
    border: 3px solid #e64e0b;
    box-sizing: border-box; }
    .catalog_wrap .catalog_element__calc_form .calc_form_img {
      width: 450px;
      height: 337px;
      display: block;
      float: left;
      margin: -200px 0 0 0;
      background: url("/bitrix/templates/mebel/css/../img/catalog_calc_form_img.jpg") no-repeat center center; }
    .catalog_wrap .catalog_element__calc_form .calc_form_text {
      margin-left: 50%;
      text-align: left;
      font-size: 16px; }
      .catalog_wrap .catalog_element__calc_form .calc_form_text h2 {
        text-align: left;
        margin: 0 0 20px; }
    .catalog_wrap .catalog_element__calc_form .calc_form form .btn-green-long {
      line-height: 55px;
      font-size: 22px;
      color: white;
      font-weight: bold;
      background: #1e9e11;
      border: none;
      padding: 0 50px; }
  .catalog_wrap .catalog_element__dop_elements {
    display: block;
    margin: 50px 100px;
    padding: 50px 0 0; }
    .catalog_wrap .catalog_element__dop_elements li {
      display: -webkit-box;
      display: flex;
      width: 48%;
      margin: 1%;
      float: left;
      /*background: #e79953;*/
      background: #ff9933;
      height: 125px; }
      .catalog_wrap .catalog_element__dop_elements li img {
        width: auto;
        height: 125px; }
      .catalog_wrap .catalog_element__dop_elements li span {
        color: white;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        padding: 0 30px; }
  .catalog_wrap .catalog_element__etapy {
    background: #444444;
    width: 100%;
    color: white;
    padding-top: 55px; }
    .catalog_wrap .catalog_element__etapy h2 {
      font-size: 32px;
      margin-top: 0;
      margin-bottom: 0; }
    .catalog_wrap .catalog_element__etapy ul {
      display: block;
      padding: 0;
      margin: 50px 65px 0; }
      .catalog_wrap .catalog_element__etapy ul li {
        display: block;
        margin: 0;
        padding: 0 10%;
        min-height: 250px;
        width: 30%;
        float: left;
        position: relative;
        counter-increment: etapycounter; }
        .catalog_wrap .catalog_element__etapy ul li:before {
          content: "";
          display: block;
          width: 50px;
          height: 50px;
          margin-left: 100px; }
        .catalog_wrap .catalog_element__etapy ul li:after {
          content: "";
          display: block;
          width: 100px;
          height: 42px;
          position: absolute;
          background: url("/bitrix/templates/mebel/css/../img/arrow.png") no-repeat top center; }
        .catalog_wrap .catalog_element__etapy ul li.etapy_1:before {
          background: url("/bitrix/templates/mebel/css/../img/1.png") no-repeat center center; }
        .catalog_wrap .catalog_element__etapy ul li.etapy_1:after {
          right: -29px;
          top: 86px; }
        .catalog_wrap .catalog_element__etapy ul li.etapy_2:before {
          background: url("/bitrix/templates/mebel/css/../img/2.png") no-repeat center center; }
        .catalog_wrap .catalog_element__etapy ul li.etapy_2:after {
          -webkit-transform: rotate(104deg);
              -ms-transform: rotate(104deg);
                  transform: rotate(104deg);
          top: auto;
          right: 40px;
          bottom: 0; }
        .catalog_wrap .catalog_element__etapy ul li.etapy_3 {
          float: right; }
          .catalog_wrap .catalog_element__etapy ul li.etapy_3:before {
            background: url("/bitrix/templates/mebel/css/../img/3.png") no-repeat center center; }
          .catalog_wrap .catalog_element__etapy ul li.etapy_3:after {
            top: auto;
            left: -40px;
            bottom: 50%;
            background-position: center bottom; }
        .catalog_wrap .catalog_element__etapy ul li.etapy_4 {
          float: left; }
          .catalog_wrap .catalog_element__etapy ul li.etapy_4:before {
            background: url("/bitrix/templates/mebel/css/../img/4.png") no-repeat center center; }
          .catalog_wrap .catalog_element__etapy ul li.etapy_4:after {
            -webkit-transform: rotate(225deg);
                -ms-transform: rotate(225deg);
                    transform: rotate(225deg);
            top: auto;
            left: 50%;
            bottom: 0;
            background-position: center bottom; }
        .catalog_wrap .catalog_element__etapy ul li.etapy_5 {
          float: none;
          clear: both;
          margin: 0 auto; }
          .catalog_wrap .catalog_element__etapy ul li.etapy_5:before {
            background: url("/bitrix/templates/mebel/css/../img/5.png") no-repeat center center; }
          .catalog_wrap .catalog_element__etapy ul li.etapy_5:after {
            display: none;
            background: none; }
        .catalog_wrap .catalog_element__etapy ul li h3 {
          font-size: 19px; }
          .catalog_wrap .catalog_element__etapy ul li h3:before {
            content: counter(etapycounter) ". ";
            font-weight: bold;
            font-size: 21px; }
  .catalog_wrap .catalog_element__big_form {
    background: url("/bitrix/templates/mebel/css/../img/catalog/catalog_big_form.jpg") no-repeat top center;
    background-size: cover;
    padding: 100px 100px 50px;
    margin: 5px 0 0; }
  .catalog_wrap .calc_design_form {
    margin-top: 20px; }
  .catalog_wrap .map_key {
    display: block;
    background: #FF9933;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 8px solid #FF9933;
    box-shadow: 0 0 0 0 #ff9933;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite; }
    .catalog_wrap .map_key:before {
      content: "";
      display: block;
      background: #FF9933;
      width: 24px;
      height: 24px;
      border-radius: 100%;
      border: 8px solid white; }
    .catalog_wrap .map_key:focus, .catalog_wrap .map_key:active {
      border-color: #ff525c;
      outline: none; }
      .catalog_wrap .map_key:focus:before, .catalog_wrap .map_key:active:before {
        background: #ff525c; }
  .catalog_wrap .catalog_section_list .catalog_section_items {
    margin-top: 15px; }
    .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item {
      display: block;
      float: left;
      width: 600px;
      height: 450px;
      overflow: hidden;
      position: relative;
      margin: 0 15px 22px 0; }
      .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__img {
        height: 100%;
        text-align: center; }
        .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__img img {
          width: auto;
          height: 100%; }
        .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__img.slide .owl-stage-outer {
          height: 100%;
          width: 100%; }
        .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__img.slide .owl-stage {
          height: 100%; }
        .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__img.slide .owl-item {
          text-align: center;
          float: left;
          height: 100%;
          overflow: hidden;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center; }
        .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__img.slide .owl-nav button {
          -webkit-transition: left .3s ease, right .3s ease, color .3s ease;
          transition: left .3s ease, right .3s ease, color .3s ease;
          position: absolute;
          top: 45%;
          left: 20px;
          background: none;
          border: none;
          font-size: 36px;
          color: #ff5100; }
          .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__img.slide .owl-nav button:focus, .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__img.slide .owl-nav button:active {
            border: none;
            outline: none; }
          .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__img.slide .owl-nav button span {
            display: none; }
        .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__img.slide .owl-nav .owl-prev {
          left: -50px; }
        .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__img.slide .owl-nav .owl-next {
          left: auto;
          right: -50px; }
        .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__img.slide:hover .owl-nav button {
          -webkit-transition: left .3s ease, right .3s ease, color .3s ease;
          transition: left .3s ease, right .3s ease, color .3s ease;
          color: rgba(255, 81, 0, 0.7); }
        .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__img.slide:hover .owl-nav .owl-prev {
          left: 20px; }
        .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__img.slide:hover .owl-nav .owl-next {
          left: auto;
          right: 20px; }
      .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__descr {
        top: 40%;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        height: 90px;
        overflow: hidden;
        -webkit-transition: height .3s ease;
        transition: height .3s ease;
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
                flex-grow: 1;
        -webkit-box-align: center;
                align-items: center;
        justify-items: center; }
        .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__descr:hover {
          background: rgba(0, 0, 0, 0.6); }
        .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__descr_name {
          height: 100%;
          display: block;
          text-align: center;
          width: 100%;
          color: white;
          font-size: 35px;
          text-transform: uppercase; }
          .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__descr_name a {
            line-height: 90px;
            display: block;
            height: 100%;
            color: white; }
        .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__descr_btn {
          display: block;
          width: 50%;
          text-align: center; }
          .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__descr_btn a {
            font-size: 17px;
            color: white;
            background: #ff9933;
            width: auto;
            white-space: inherit; }
            .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__descr_btn a:hover {
              background: #cc3333; }
      .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item:hover .catalog_item__descr {
        -webkit-transition: height .3s ease;
        transition: height .3s ease;
        height: 90px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    box-shadow: 0 0 0 0 #ff9933; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0); }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    box-shadow: 0 0 0 0 #ff9933; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0); }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }

.bx-filter-button-box {
  margin-top: -35px;
  padding-left: 35px;
  padding-right: 50px;
  text-align: right; }

.bx-filter-popup-result {
  position: relative;
  width: 100%; }
  .bx-filter-popup-result .bx-filter-popup-result-brn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .bx-filter-popup-result .bx-filter-popup-result-brn a {
      display: none; }

.dop_elements_a {
  background-color: #1c415c !important; }

.catalog_element__prod-prod {
  max-width: 1346px;
  margin: auto;
  padding: 0 10px; }

@media screen and (max-width: 1245px) {
  .catalog_wrap .catalog_items .catalog_item, .catalog_wrap .catalog_items .catalog_section_item, .catalog_wrap .catalog_section_list .catalog_section_items .catalog_item, .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item {
    width: 48%;
    height: 400px;
    margin: 1%; }
    .catalog_wrap .catalog_items .catalog_item__descr_btn a, .catalog_wrap .catalog_items .catalog_section_item__descr_btn a, .catalog_wrap .catalog_section_list .catalog_section_items .catalog_item__descr_btn a, .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__descr_btn a {
      font-size: 14px; }
    .catalog_wrap .catalog_items .catalog_item__descr_name, .catalog_wrap .catalog_items .catalog_section_item__descr_name, .catalog_wrap .catalog_section_list .catalog_section_items .catalog_item__descr_name, .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__descr_name {
      font-size: 15px; }
    .catalog_wrap .catalog_items .catalog_item__img img, .catalog_wrap .catalog_items .catalog_section_item__img img, .catalog_wrap .catalog_section_list .catalog_section_items .catalog_item__img img, .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__img img {
      width: auto;
      height: 100%; }
  .catalog_wrap .catalog_filters {
    margin: 0 10px;
    font-size: 14px; }
    .catalog_wrap .catalog_filters > div {
      display: block; }
      .catalog_wrap .catalog_filters > div .catalog_filter__section {
        display: -webkit-inline-box;
        display: inline-flex; }
        .catalog_wrap .catalog_filters > div .catalog_filter__section ul {
          display: block; }
          .catalog_wrap .catalog_filters > div .catalog_filter__section ul li {
            display: inline; }
            .catalog_wrap .catalog_filters > div .catalog_filter__section ul li a {
              white-space: nowrap; }
  .catalog_wrap .catalog_category ul li a {
    font-size: 19px; }
  .catalog_wrap .catalog_element__dop_elements {
    margin: 0; }
    .catalog_wrap .catalog_element__dop_elements li span {
      padding: 10px;
      font-size: 14px; } }

@media screen and (max-width: 960px) {
  .catalog_wrap .catalog_element__block {
    height: auto; }
  .catalog_wrap .catalog_element__images {
    margin: 0;
    height: 500px; }
  .catalog_wrap .catalog_element__video {
    left: 0;
    width: 100%;
    bottom: auto;
    top: 450px; }
    .catalog_wrap .catalog_element__video a {
      display: inline-block; }
  .catalog_wrap .catalog_element__price {
    position: relative;
    width: 50%;
    height: auto;
    float: left; }
    .catalog_wrap .catalog_element__price .price_num__prefix {
      font-size: 16px; }
    .catalog_wrap .catalog_element__price .price_text ul {
      padding: 15px; }
      .catalog_wrap .catalog_element__price .price_text ul li {
        line-height: 25px; }
    .catalog_wrap .catalog_element__price .price_descr {
      width: 100%; }
  .catalog_wrap .catalog_element__commerce {
    position: relative;
    width: 50%; }
    .catalog_wrap .catalog_element__commerce ul {
      padding: 20px; }
      .catalog_wrap .catalog_element__commerce ul li {
        width: auto;
        height: auto;
        line-height: 47px; }
  .catalog_wrap .catalog_element__dop_elements {
    display: block; }
    .catalog_wrap .catalog_element__dop_elements li {
      display: block;
      float: left;
      width: 30%;
      height: 200px;
      text-align: center;
      margin: 0 1% 15px;
      padding: 5px; }
      .catalog_wrap .catalog_element__dop_elements li span {
        display: block; }
      .catalog_wrap .catalog_element__dop_elements li img {
        height: auto;
        width: 100%; }
  .catalog_element__description {
    padding-top: 20px; }
  .catalog_element__description-title {
    font-size: 20px !important; }
  .catalog_element__description-line {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    background-color: transparent !important; }
  .catalog_element__description-cell--empty {
    padding: 0 !important; } }

@media screen and (max-width: 780px) {
  .catalog_wrap .catalog_element__images {
    height: 400px; }
  .catalog_wrap .catalog_element__video {
    top: 350px; }
  .catalog_wrap .catalog_element__dop_elements li {
    width: 45%;
    height: 250px; }
  .catalog_wrap .catalog_element__calc_form .calc_form_img {
    background-size: contain;
    width: 50%;
    left: 25%;
    position: absolute;
    height: 250px; }
  .catalog_wrap .catalog_element__calc_form .calc_form_text {
    margin: 55px 0 0 0; }
    .catalog_wrap .catalog_element__calc_form .calc_form_text h2 {
      font-size: 25px; }
  .catalog_wrap .catalog_element__calc_form .calc_form .box-item, .catalog_wrap .catalog_element__calc_form .calc_form input {
    width: 100%; }
  .catalog_wrap .catalog_element__map {
    padding: 20px; }
    .catalog_wrap .catalog_element__map .map_key {
      width: 40px;
      height: 40px; }
      .catalog_wrap .catalog_element__map .map_key:before {
        width: 23px;
        height: 23px; }
  .catalog_wrap .catalog_element__etapy {
    padding-bottom: 50px; }
    .catalog_wrap .catalog_element__etapy ul {
      margin: 20px; }
      .catalog_wrap .catalog_element__etapy ul li {
        min-height: auto;
        padding: 0;
        width: 100%; }
        .catalog_wrap .catalog_element__etapy ul li:after, .catalog_wrap .catalog_element__etapy ul li:before {
          display: none; }
  .catalog_wrap .catalog_element__big_form .room_size input, .catalog_wrap .catalog_element__big_form .contact input {
    margin-bottom: 10px; } }

@media screen and (max-width: 690px) {
  .catalog_wrap .catalog_items .catalog_item, .catalog_wrap .catalog_items .catalog_section_item, .catalog_wrap .catalog_section_list .catalog_section_items .catalog_item, .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item {
    width: 98%;
    margin: 1%; }
    .catalog_wrap .catalog_items .catalog_item__descr_name, .catalog_wrap .catalog_items .catalog_section_item__descr_name, .catalog_wrap .catalog_section_list .catalog_section_items .catalog_item__descr_name, .catalog_wrap .catalog_section_list .catalog_section_items .catalog_section_item__descr_name {
      font-size: 14px; }
  .catalog_wrap .catalog_filters {
    display: block; }
  .catalog_wrap .catalog_category ul {
    margin: 0;
    padding: 0;
    display: block; }
    .catalog_wrap .catalog_category ul li {
      display: block; }
      .catalog_wrap .catalog_category ul li a {
        display: block;
        font-size: 12px; }
  .catalog_wrap .catalog_element__dop_elements li {
    width: 95%;
    height: auto; }
  .catalog_wrap .catalog_element__calc_form .calc_form_img {
    background-size: contain;
    width: 50%;
    left: 25%;
    position: absolute;
    height: 250px; }
  .catalog_wrap .catalog_element__calc_form .calc_form_text {
    margin: 55px 0 0 0; }
    .catalog_wrap .catalog_element__calc_form .calc_form_text h2 {
      font-size: 25px; }
  .catalog_wrap .catalog_element__calc_form .calc_form .box-item, .catalog_wrap .catalog_element__calc_form .calc_form input {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .catalog_wrap .catalog_element__images {
    height: 300px; }
  .catalog_wrap .catalog_element__price {
    width: 100%; }
  .catalog_wrap .catalog_element__video {
    top: 250px; }
  .catalog_wrap .catalog_element__commerce {
    width: 100%; }
  .catalog_wrap .catalog_element__calc_form, .catalog_wrap .catalog_element__description {
    padding: 20px; }
  .catalog_wrap .catalog_element__dop {
    padding: 40px 10px; }
  .catalog_wrap .catalog_element__big_form {
    padding: 50px 20px; } }

/* stiling filter */
.catalog_wrap .catalog_filters {
  -webkit-box-align: center;
          align-items: center;
  min-height: 125px;
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 15px);
  margin-bottom: 50px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #FF9933; }

.catalog_wrap .catalog_filters > div .catalog_filter__section ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

@media (min-width: 992px) {
  .catalog_wrap .catalog_filters div:nth-child(1) .catalog_filter__section:last-child ul {
    padding-left: 30px; }
  .catalog_wrap .catalog_filters div:nth-child(2) .catalog_filter__section:first-child ul {
    padding-left: 36px; } }

@media (max-width: 991px) {
  .bx-filter-button-box {
    margin-top: 10px; }
  .bx-filter-block {
    padding-top-top: 5px;
    padding-left: 0;
    padding-bottom: 5px;
    margin-bottom: 0; }
  .catalog_wrap .catalog_filters .catalog_filter__section {
    width: 100%;
    overflow: hidden;
    -webkit-transition: height .5s ease;
    transition: height .5s ease; }
  .catalog_wrap .catalog_filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 0; }
  .catalog_wrap .catalog_filters {
    -webkit-box-align: start;
            align-items: flex-start; }
  .catalog_wrap .catalog_filters > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .catalog_wrap .catalog_filters > div .catalog_filter__section ul {
    padding-left: 5px; }
  .catalog_filters div .catalog_filter__section span {
    display: inline-block;
    min-width: 80px; }
  .catalog_wrap .catalog_filters__wrap .catalog_filter__section ul label {
    -webkit-box-align: center;
            align-items: center; } }

@media (max-width: 550px) {
  .bx-filter-popup-result .bx-filter-popup-result-brn {
    position: initial;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    width: 100%;
    padding-top: 5px;
    padding-left: 5px; }
  .catalog_wrap .catalog_filters {
    border: none; }
  .catalog_wrap .catalog_filters .catalog_filter__section {
    border: 1px solid #f1f2f3;
    border-radius: 4px;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out; }
  .catalog_wrap .catalog_filters .catalog_filter__section span {
    position: relative;
    padding: 5px 30px 5px 10px; }
  .catalog_wrap .catalog_filters .catalog_filter__section span::after {
    position: absolute;
    content: "";
    top: 9px;
    right: 15px;
    height: 7px;
    width: 7px;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .catalog_wrap .catalog_filters .catalog_filter__section:not(.catalog_filter__section--hidden) span::after {
    -webkit-transform: rotate3d(1, -0.4, 0, 180deg);
            transform: rotate3d(1, -0.4, 0, 180deg); }
  .catalog_wrap .catalog_filters .catalog_filter__section.catalog_filter__section--hidden {
    height: 29px; }
  .catalog_filters .bx-filter-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .catalog_filters .bx-filter-block li {
    margin-bottom: 10px;
    text-align: center; }
  .catalog_filters .bx-filter-block li:first-child {
    width: 100%; } }

.price_footnote {
  padding: 10px 15px; }

.price_footnote__text {
  font-size: 10px; }

.catalog_element__image-container {
  position: relative;
  width: auto;
  overflow: hidden; }

.catalog_element__image-container {
  max-height: 100%; }

.catalog_element__item-image {
  width: 100% !important;
  height: auto !important;
  display: block; }

.catalog_element__image-container:hover .catalog__image-button--prev {
  left: 15px; }

.catalog_element__image-container:hover .catalog__image-button--next {
  right: 15px; }

.catalog_element__image-container .catalog__video {
  top: initial;
  right: initial;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.catalog_wrap .catalog_element__price {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex-grow: 1;
  width: 444px; }

.price_form {
  margin-top: auto; }

.catalog_wrap .catalog_element__price .price_descr {
  padding-left: 0;
  margin-top: 0;
  text-align: center; }

.catalog_wrap .catalog_element__dop {
  margin-top: 50px; }

.catalog_wrap .catalog_element__dop_elements {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.catalog_wrap .catalog_element__dop_elements li img {
  display: block; }

.catalog_wrap .catalog_element__map .element_map {
  position: relative; }

.catalog_wrap .map_key {
  width: 26px;
  height: 26px; }
  .catalog_wrap .map_key:before {
    width: 10px;
    height: 10px; }

.popover, .popover-title, .popover-content {
  background: #FF9933;
  color: white;
  border: none; }
  .popover > .arrow, .popover-title > .arrow, .popover-content > .arrow {
    position: absolute;
    top: 50%;
    left: -26px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 15px solid transparent;
    border-right-color: #FF9933; }

.popover {
  position: absolute;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 5px;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 5px; }

.catalog_element__price-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.catalog_wrap .catalog_element__commerce {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex-grow: 1;
  background-color: transparent;
  padding: 20px;
  box-sizing: border-box; }

.catalog_wrap .catalog_element__block {
  max-width: 1346px;
  margin: auto;
  border: 1px solid #dce5e7;
  box-sizing: border-box; }

.catalog_element__title {
  font-size: 22px;
  line-height: 30px;
  text-align: center; }
  .catalog_element__title--white {
    margin-top: 0;
    color: #ffffff; }

.catalog_wrap .catalog_element__commerce ul {
  padding: 0;
  width: 100%; }
  .catalog_wrap .catalog_element__commerce ul .catalog_element__commerce-item {
    width: 100%; }

.catalog_element__credit-button {
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #ed1c29;
  background-color: #ffffff;
  border: 2px solid #ed1c29; }
  .catalog_element__credit-button:hover {
    height: 45px;
    padding: 0 22px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #ed1c29;
    border: none; }

.catalog_wrap h1, .catalog_wrap .catalog-element__form-title {
  margin-bottom: 10px; }

.catalog-element__text {
  text-align: center;
  margin-bottom: 20px; }

.catalog_element__advantages-list {
  padding: 20px; }

.catalog_element__advantages-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 20px;
  padding-bottom: 20px; }
  .catalog_element__advantages-item:last-child {
    padding-bottom: 0; }

.catalog_element__advantages-text {
  margin-left: 30px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700; }

.catalog_element__order-button {
  height: 45px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed1c29;
  border: none;
  width: 100%;
  max-width: 404px;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px; }
  .catalog_element__order-button--black {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000;
    margin-bottom: 0; }
  .catalog_element__order-button:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ed1c29;
    background-color: #ffffff;
    border: 2px solid #ed1c29; }
  .catalog_element__order-button--black:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #000000;
    border: none; }
  .catalog_element__order-button--work {
    margin-top: 10px; }

.catalog_element__button-calc {
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #000000;
  border: none;
  font-size: 14px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  box-sizing: border-box; }
  .catalog_element__button-calc:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000; }

.box-callback-form {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
          justify-content: flex-end;
  flex-wrap: wrap; }

.timer_wrap {
  display: none; }

.box-item {
  margin: 10px 30px; }
  .box-item .item-input {
    height: 100%; }
  .box-item input {
    padding: 20px 30px;
    font-size: 14px; }

.price_text li span {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  font-weight: bolder; }

@media (max-width: 1200px) {
  .catalog_element__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .catalog_element__price-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse; } }

@media (max-width: 768px) {
  .catalog_element__price-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .catalog_wrap .catalog_element__price {
    width: auto;
    -webkit-box-flex: 1;
            flex-grow: 1; }
  .catalog_wrap .catalog_element__price .price_text ul li {
    text-align: center; }
  .catalog_wrap .catalog_element__commerce {
    width: auto; }
  .catalog_element__image-container .catalog__video {
    bottom: 5px; } }

.assembly__top-nav {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%; }

.assembly__text-wrapper {
  max-width: 1346px;
  margin: 0 auto;
  padding: 0 10px;
  padding-bottom: 32px; }

.assembly__title {
  margin-top: 0;
  font-size: 42px;
  line-height: 64px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase; }
  .assembly__title--red {
    font-size: 18px;
    line-height: 32px;
    color: #ed1c29;
    text-transform: initial;
    text-align: left; }
  .assembly__title--min {
    font-size: 28px;
    line-height: 40px;
    text-transform: initial; }

.assembly__text {
  font-size: 16px;
  line-height: 24px; }
  .assembly__text--bold {
    margin: 20px 0;
    font-weight: 700; }
  .assembly__text--center {
    text-align: center; }

.assembly__block {
  margin-bottom: 64px; }
  .assembly__block--gray {
    background-color: #F6F9FC; }
  .assembly__block:last-child {
    margin-bottom: 0; }

.assembly__block-wrapper {
  max-width: 1346px;
  margin: auto;
  padding: 0 10px; }
  .assembly__block-wrapper--big {
    padding-top: 60px;
    padding-bottom: 24px; }
  .assembly__block-wrapper--table td {
    height: 35px;
    padding: 5px; }

.assembly__service-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
  padding-top: 10px; }

.assembly__service-item {
  height: 272px;
  width: 272px;
  margin: 40px 20px;
  margin-top: 0; }

.assembly__service-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
  border: 2px solid #f1f2f2; }

.assembly__service-image {
  padding-top: 48px;
  padding-bottom: 16px; }

.assembly__service-text {
  font-weight: 700;
  text-align: center; }

.assembly__form {
  padding-top: 32px; }

.assembly__form-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  margin-right: -20px;
  margin-left: -20px; }

.assembly__form-item {
  width: 30%;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 32px; }
  .assembly__form-item--big {
    width: 63%; }

.assembly__form-input {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 72px;
  padding: 10px;
  font-family: "Open Sans", "Arial", sans-serif;
  border: 1px solid #D1D3D4;
  box-sizing: border-box;
  resize: none; }
  .assembly__form-input--wide {
    background-color: #F6F9FC; }

.assembly__form-item--file .assembly__form-input {
  height: 41px;
  padding: 0; }

.assembly__form-item--file .calculation-form__file-button {
  margin-top: 0; }

.assembly__form-button {
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #000000;
  background-color: transparent;
  border: 2px solid #000000;
  width: 100%;
  height: 56px;
  margin-top: 16px;
  box-sizing: border-box; }
  .assembly__form-button:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #000000;
    border: none;
    width: 100%;
    height: 56px;
    box-sizing: border-box; }

.assembly__upload-button {
  display: -webkit-box;
  display: flex; }

.assembly__cross-wrapper {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-left: 15px;
  padding: 5px;
  cursor: pointer; }

.assembly__icon-cross {
  align-self: center;
  fill: #ed1c29; }

.assembly__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.assembly__file-button {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 39px;
  padding: 0 15px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  color: #0F0E0E;
  background-color: #dce5e7;
  cursor: pointer;
  -webkit-transition: box-shadow 0.1s;
  transition: box-shadow 0.1s; }
  .assembly__file-button:hover {
    box-shadow: 0px 4px 10px 0 rgba(15, 14, 14, 0.4); }
  .assembly__file-button:active {
    box-shadow: none; }

.assembly__file-text {
  align-self: center;
  display: inline-block;
  max-width: 49%;
  margin-left: 15px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  color: #8C8C8C;
  word-break: break-word; }

.assembly__payment-list {
  display: -webkit-box;
  display: flex; }

.assembly__payment-item {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  width: 50%; }
  .assembly__payment-item:first-child {
    margin-right: 40px; }

.assembly__payment-title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.04em; }

.assembly__payment-text {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em; }
  .assembly__payment-text--red {
    margin-bottom: 16px;
    font-weight: 700;
    color: #B40A1B; }
  .assembly__payment-text--head {
    font-weight: 700;
    text-transform: uppercase; }
  .assembly__payment-text--bordered {
    padding: 16px;
    border: 4px solid #f1f2f2; }
  .assembly__payment-text--no-border {
    padding: 16px; }
  .assembly__payment-text--border-bott {
    display: block;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E7E8; }

.assembly__icons-wrapper {
  display: -webkit-box;
  display: flex;
  margin-bottom: 32px; }

.assembly__icon-block {
  padding: 32px; }
  .assembly__icon-block:first-child {
    margin-right: 40px;
    border: 1px solid #E6E7E8; }
    .assembly__icon-block:first-child .assembly__icon-vars {
      fill: #5199FF; }

.assembly__city-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

.assembly__city {
  position: relative;
  display: inline-block;
  margin: 32px auto;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase; }
  .assembly__city::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #ed1c29; }

.assembly__delivery-prop table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #E6E7E8;
  border-collapse: collapse; }

.assembly__delivery-prop tr {
  background-color: #F6F9FC;
  border: none; }
  .assembly__delivery-prop tr:last-child td {
    border-bottom: none; }

.assembly__delivery-prop td {
  height: 56px;
  padding: 32px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #E6E7E8; }

.assembly__delivery-prop > b {
  display: none;
  font-weight: 400; }

.assembly__delivery-prop a {
  display: inline-block;
  padding: 20px;
  padding-right: 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  background-image: url("/bitrix/templates/mebel/css/../img/icon-arrow.png");
  background-position: center right;
  background-repeat: no-repeat; }

.assembly__map {
  height: 300px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s; }
  .assembly__map:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.assembly__contacts-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 17px; }

.assembly__contacts-item {
  width: 285px;
  padding: 16px 37px;
  margin: 10px 15px;
  background-color: #f1f2f2;
  box-sizing: border-box; }

.assembly__stages-list {
  padding: 20px 0;
  margin-bottom: 20px; }

.assembly__stages-item {
  display: -webkit-box;
  display: flex;
  margin-bottom: 40px;
  box-sizing: border-box;
  border: 1px solid #E6E7E8; }
  .assembly__stages-item:last-child {
    margin-bottom: 0; }
  .assembly__stages-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse; }
    .assembly__stages-item:nth-child(2n) .assembly__stages-item-container {
      padding-left: 40px;
      padding-right: 80px; }

.assembly__stages-images {
  display: block; }

.assembly__stages-item-container {
  padding: 22px 40px;
  padding-left: 80px; }

.assembly__stages-head {
  margin-top: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.04em; }

.assembly__stages-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em; }
  .assembly__stages-text--bottom {
    margin-bottom: 16px; }
  .assembly__stages-text--bold {
    font-weight: 700; }
  .assembly__stages-text--warning {
    display: block;
    padding: 20px 40px;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: rgba(180, 10, 27, 0.8); }

.assembly__stages-text-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
          align-items: baseline;
  margin-bottom: 16px;
  padding: 20px 40px;
  border: 1px solid #E6E7E8;
  background-color: #F6F9FC;
  box-sizing: border-box; }

.assembly__stages-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em; }

.assembly__stages-link-icon {
  margin-left: 10px;
  fill: #ed1c29; }

.assembly__warranty-contacts {
  display: -webkit-box;
  display: flex; }

.assembly__warranty-container {
  margin-right: 40px; }

.assembly__warranty-text {
  color: #939598;
  margin-bottom: 10px; }

.assembly__status {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 360px;
  margin: 40px auto;
  padding: 16px 26px;
  font-weight: 700;
  border: 2px solid #000000;
  cursor: pointer; }

.assembly__docs-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap; }

.assembly__docs-item {
  max-width: 260px;
  height: 416px;
  margin-right: 40px;
  margin-bottom: 40px; }

.assembly__docs-image {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 260px;
  width: 100%;
  margin-bottom: 16px;
  background-color: #ffffff;
  border: 1px solid #f1f2f2;
  box-sizing: border-box; }

.assembly__docs-text-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 144px; }

.assembly__docs-link {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 8px 16px;
  margin-top: auto;
  font-weight: 700; }

.assembly__icon-arrow {
  margin-left: 13px;
  fill: #B40A1B; }

@media (min-width: 992px) {
  .assembly__service-link:hover {
    border-color: #ed1c29; }
    .assembly__service-link:hover svg {
      fill: #ed1c29; }
  .assembly__service-link:active {
    border-color: #f1f2f2; }
    .assembly__service-link:active svg {
      fill: #000000; } }

@media (max-width: 1250px) {
  .assembly__service-list {
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 100%; }
  .assembly__stages-item:nth-child(2n) .assembly__stages-item-container {
    padding-left: 20px;
    padding-right: 20px; }
  .assembly__stages-item-container {
    padding: 22px 20px; }
  .assembly__stages-head {
    font-size: 18px;
    line-height: 32px; }
  .assembly__stages-text {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    line-height: 24px; } }

.assembly__warranty-wrapper {
  padding: 16px;
  border: 4px solid #E6E7E8;
  box-sizing: border-box; }

@media (max-width: 991px) {
  .assembly__title {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase; }
    .assembly__title--red {
      font-size: 18px;
      line-height: 32px;
      text-transform: initial; }
  .assembly__text--city {
    padding: 10px;
    font-size: 14px;
    border: 4px solid #F1F2F2; }
  .assembly__text--bold {
    margin: 0; }
  .assembly__block-wrapper--big {
    padding-top: 28px;
    padding-bottom: 0; }
  .assembly__service-list {
    padding-bottom: 30px; }
  .assembly__service-item {
    width: 22%;
    min-width: 140px; }
  .assembly__service-link {
    padding: 10px; }
  .assembly__form-list {
    margin-left: 0;
    margin-right: 0; }
  .assembly__form-item {
    width: 42%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 4%; }
    .assembly__form-item--big {
      width: 88%;
      margin-right: 2%;
      margin-left: 2%; }
    .assembly__form-item--file .assembly__form-input {
      height: 58px;
      border: 0; }
  .assembly__payment-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .assembly__payment-item {
    width: auto; }
    .assembly__payment-item:first-child {
      margin-right: 0;
      margin-bottom: 64px;
      border-bottom: 1px solid #D1D3D4; }
  .assembly__payment-icon {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .assembly__payment-title {
    text-align: center;
    margin-bottom: 20px; }
  .assembly__payment-text {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px; }
    .assembly__payment-text--red {
      font-size: 18px; }
  .assembly__stages-text--warning {
    margin: 0 -10px;
    margin-bottom: 16px;
    padding: 16px 10px; }
  .assembly__icons-wrapper {
    -webkit-box-pack: center;
            justify-content: center; }
  .assembly__delivery-prop {
    margin: 0 -10px; }
    .assembly__delivery-prop td {
      padding: 1px 10px;
      font-size: 14px; }
  .assembly__map {
    height: 264px;
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  .assembly__stages-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 16px; }
    .assembly__stages-item:nth-child(2n) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .assembly__stages-item:nth-child(2n) .assembly__stages-item-container {
        padding-left: 20px;
        padding-right: 20px; }
  .assembly__stages-wrapper {
    margin: auto;
    max-width: 100%; }
  .assembly__stages-images {
    max-width: 100%;
    height: auto; }
  .assembly__stages-item-container {
    padding: 22px 20px; }
  .assembly__stages-link {
    display: -webkit-inline-box;
    display: inline-flex;
    border: 2px solid black;
    min-height: 50px; }
  .assembly__docs-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: auto;
    padding: 8px;
    margin: 5px;
    border: 1px solid #E6E7E8; }
  .assembly__docs-image {
    width: auto;
    height: auto;
    margin: auto 0;
    margin-right: 20px;
    background-color: transparent;
    border: none; }
  .assembly__docs-text-container {
    height: auto;
    min-height: 96px; }
  .assembly__text--docs,
  .assembly__docs-link {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 12px;
    line-height: initial; } }

@media (max-width: 600px) {
  .assembly__service-list {
    margin: auto; }
  .assembly__service-item {
    height: auto;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 5px; }
  .assembly__service-link {
    padding: 30px 10px; }
  .assembly__service-image {
    padding-top: 0; }
  .assembly__form-item {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .assembly__delivery-prop td {
    font-size: 12px; }
  .assembly__warranty-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .assembly__warranty-container {
    margin-right: 0;
    margin-bottom: 20px; } }

@media (max-width: 400px) {
  .assembly__block-wrapper--big {
    padding-bottom: 13px; } }

.popular__wrapper {
  width: 100%; }

.popular__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 1346px;
  margin: auto;
  padding: 0 10px;
  padding-top: 10px;
  padding-bottom: 32px; }

.popular__item {
  width: -webkit-calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  min-height: 126px;
  margin: 5px;
  box-shadow: 0 5px 25px rgba(30, 31, 33, 0.12); }

.popular__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box; }

.popular__image-wrapper {
  margin-bottom: 10px; }

.popular__image {
  display: block;
  width: auto; }

.popular__text {
  margin-left: 10px;
  font-weight: 700;
  font-size: 16px; }

.popular_icon {
  fill: #ed1c29; }

@media (min-width: 992px) {
  .popular__wrapper--fixed {
    position: fixed;
    top: 0;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.95); }
  .popular__list {
    flex-wrap: nowrap;
    padding: 0; }
  .popular__item {
    -webkit-box-flex: 1;
            flex-grow: 1;
    width: auto;
    margin: 0;
    box-shadow: none;
    min-height: 50px; }
  .popular__link:hover {
    opacity: 1; }
    .popular__link:hover .popular__text {
      color: #ed1c29; }
  .popular__image {
    max-width: 40px;
    height: auto; } }

@media (min-width: 992px) and (max-width: 1366px) {
  .popular__link {
    padding: 20px 0; }
  .popular__image {
    max-width: 36px; }
  .popular__text {
    font-size: 14px; } }

@media (max-width: 768px) {
  .popular__item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); } }

.search {
  align-self: center;
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin-left: 20px;
  max-width: 138px; }

.search__wrapper--open {
  position: fixed;
  top: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 101;
  width: 80vw;
  max-width: 1346px;
  padding: 0 10px;
  -webkit-animation: search 0.2s ease;
          animation: search 0.2s ease; }

.search__result {
  display: none;
  width: 80%;
  max-width: 100%;
  margin-top: 5px;
  padding: 15px 30px;
  background-color: white;
  border-radius: 3px;
  box-sizing: border-box; }

.search__text {
  font-size: 16px;
  font-weight: 700;
  color: #939598; }

.search__result-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
  min-width: 300px;
  max-height: 80vh;
  box-sizing: border-box;
  overflow: hidden; }

.search__result-item-wrapper {
  max-height: 74vh;
  margin: 10px 0;
  box-sizing: border-box;
  overflow-y: auto; }

.search__text-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.search__result-item {
  padding: 10px; }

.search__result-title {
  margin-left: 10px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  color: #5199ff;
  text-decoration: underline; }

.search__result-count {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  color: #939598; }

.search__title-all {
  margin-left: auto;
  color: #939598; }

.search__icon-arrow {
  margin-top: 2px;
  margin-left: 5px;
  fill: #939598; }

.search__sub-list {
  padding-top: 10px; }

.search__sub-item {
  margin: 10px; }

.search__sub-add-result {
  padding: 10px; }

.search__add-button {
  width: 200px;
  height: 50px;
  color: white;
  background-color: #5199ff;
  border: 1px solid transparent;
  border-radius: 4px; }
  .search__add-button:active {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #5199ff; }

.search__result-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px;
  background-color: #f1f2f2;
  border-radius: 14px 0 14px 0;
  box-sizing: border-box;
  -webkit-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease; }
  .search__result-link:active {
    box-shadow: none; }

.search__image-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  flex-shrink: 0;
  height: 50px;
  width: 50px;
  font-size: 0; }

.search__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.search__item-text {
  margin-left: 20px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000; }

.search__form {
  position: relative;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden; }

.search__input {
  width: 100%;
  padding: 2px 30px 2px 10px;
  font-family: "Open Sans", "Arial", sans-serif;
  letter-spacing: 0.04px;
  box-sizing: border-box;
  border: none; }
  .search__input::-webkit-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit; }
  .search__input::-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit; }
  .search__input:-ms-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit; }
  .search__input::placeholder {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit; }

.search__button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  padding: 2px 10px;
  font-size: 0; }

.search__icon {
  fill: #3f4042; }

.search__close {
  display: none;
  padding: 5px;
  font-size: 0; }

.search__close-icon {
  fill: white; }

.search__wrapper--open .search__form {
  margin-right: 50px; }

.search__wrapper--open .search__input {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 60px;
  padding: 2px 20px;
  font-size: 20px; }

.search__wrapper--open .search__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 20px;
  letter-spacing: 0.04px;
  color: #ffffff;
  background-color: #ed1c29; }
  .search__wrapper--open .search__button:hover, .search__wrapper--open .search__button:focus {
    background-color: #d81a25; }
  .search__wrapper--open .search__button:active {
    background-color: #ed1c29; }

.search__wrapper--open .search__close {
  position: absolute;
  top: 14px;
  right: 12px;
  display: block; }

.search__wrapper--open .search__icon {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  fill: #ffffff; }

.search__wrapper--big .search__result {
  display: block; }

@media (min-width: 992px) {
  .search__result-link:hover {
    opacity: 1;
    box-shadow: 0px 4px 20px 0 rgba(15, 14, 14, 0.4); } }

@media (max-width: 1200px) {
  .search__wrapper--open {
    width: 96%; } }

@media (max-width: 991px) {
  .search {
    margin-left: 0;
    margin-right: 15px; }
  .search__input {
    width: 0; }
  .search__wrapper--open {
    top: 0;
    z-index: 10100; }
    .search__wrapper--open .search__input {
      width: 100%; }
    .search__wrapper--open .search__result {
      width: 100%;
      padding: 10px 0; }
    .search__wrapper--open .search__sub-item {
      padding-right: 10px; }
    .search__wrapper--open .search__button {
      display: none; }
    .search__wrapper--open .search__button {
      font-size: 0; }
    .search__wrapper--open .search__icon {
      margin-left: 0; } }

.about-product__nav-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #F6F9FC; }

.about-product__nav {
  width: 100%;
  max-width: 1346px;
  overflow: hidden; }

.about-product__nav-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

.about-product__nav-item {
  width: auto; }

.about-product__nav-link {
  display: block;
  padding: 16px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer; }
  .about-product__nav-link:hover {
    opacity: 1;
    color: #ffffff;
    background-color: #000000; }
  .about-product__nav-link--active {
    color: #ffffff;
    background-color: #000000; }
  .about-product__nav-link--active:hover {
    cursor: initial; }

.about-product__group-wrapper {
  padding: 64px 0; }
  .about-product__group-wrapper--gray {
    background-color: #F6F9FC; }
  .about-product__group-wrapper--no-top {
    padding-top: 0; }

.about-product__group {
  max-width: 1346px;
  margin: auto; }
  .about-product__group--border {
    margin-bottom: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D1D3D4; }

.about-product__title {
  display: block;
  margin: 0;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.04em; }

.about-product__title-text {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #939598; }

.about-product__detail-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
  padding-left: 10px;
  padding-right: 10px; }

.about-product__detail-item {
  position: relative;
  width: -webkit-calc(50% - 32px);
  width: calc(50% - 32px);
  padding-left: 32px;
  margin-right: 32px;
  margin-bottom: 16px;
  box-sizing: border-box; }
  .about-product__detail-item::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 11px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #000000; }

.about-product__detail-text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px; }

.about-product__specs-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.about-product__specs-item {
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
  margin: 32px 20px;
  margin-top: 0; }

.about-product__specs-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase; }

.about-product__sublist {
  padding: 16px;
  margin-top: 8px;
  background-color: #ffffff;
  border: 1px solid #dce5e7; }

.about-product__subitem {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 16px;
  background-color: #f1f2f2; }
  .about-product__subitem:nth-child(2n) {
    background-color: initial; }

.about-product__sublist-name {
  letter-spacing: 0.04em; }

.about-product__sublist-prop {
  display: block;
  max-width: 50%;
  font-weight: 700;
  letter-spacing: 0.04em; }

.about-product__tabs-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 30px;
  margin-bottom: 32px; }

.about-product__tabs-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase; }

.about-product__tabs-list-wrapper {
  margin-left: 28px; }

.about-product__tabs-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.about-product__tabs-item {
  margin: 0 4px;
  width: auto; }
  .about-product__tabs-item.swiper-slide-thumb-active .about-product__tab {
    color: #000000;
    background-color: #E6E7E8; }

.about-product__tab {
  height: 32px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8d8d91; }
  .about-product__tab:active {
    color: #000000;
    background-color: #E6E7E8; }
  .about-product__tab:hover {
    color: #000000; }

.about-product__gallery-main {
  overflow: hidden; }

.about-product__gallery-thumbs {
  margin-bottom: 32px;
  padding: 0 10px;
  overflow: hidden; }

.about-product__thumb {
  width: auto;
  cursor: pointer; }
  .about-product__thumb.swiper-slide-thumb-active .about-product__thumb-image-wrapper {
    border-color: #ed1c29; }

.about-product__thumb-image-wrapper {
  width: 160px;
  height: 160px;
  padding: 4px;
  margin-bottom: 16px;
  background-color: #f1f2f2;
  border: 4px solid #f1f2f2;
  box-sizing: border-box; }
  .about-product__thumb-image-wrapper--active {
    border: 4px solid #FF0000;
    background-color: transparent; }

.about-product__thumb-text {
  padding: 0 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase; }

.about-product__gallery {
  position: relative;
  overflow: hidden; }

.about-product__gallery-image {
  display: block;
  width: 100%;
  height: auto; }

.about-product__button {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 58px;
  height: 58px;
  background-color: #ffffff; }
  .about-product__button--left {
    left: 0;
    bottom: -1px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .about-product__button--right {
    right: 0; }
    .about-product__button--right svg {
      -webkit-transform: translateY(4px);
          -ms-transform: translateY(4px);
              transform: translateY(4px); }

.about-product__text {
  margin: 0 10px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px; }
  .about-product__text--center {
    text-align: center; }

.about-product__advantages {
  margin-top: 16px;
  border: 1px solid #E6E7E8; }

.about-product__advantages-title {
  margin: 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase; }

.about-product__advantages-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.about-product__advantages-item {
  position: relative;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  padding: 16px;
  padding-left: 48px;
  box-sizing: border-box; }
  .about-product__advantages-item::before {
    position: absolute;
    content: "";
    top: 24px;
    left: 24px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #000000; }
  .about-product__advantages-item--gray {
    background-color: #f1f2f2; }
  .about-product__advantages-item:nth-child(2n - 1) {
    margin-right: 40px; }
  .about-product__advantages-item--no-dot {
    padding: 16px 5px; }
    .about-product__advantages-item--no-dot::before {
      display: none; }

.about-product__advantages-text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px; }

.about-product__form-wrapper {
  display: -webkit-box;
  display: flex;
  padding-top: 16px;
  padding-bottom: 32px; }

.about-product__select {
  width: 360px;
  height: 56px;
  margin: auto;
  padding: 16px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  border: 2px solid #000000;
  box-sizing: border-box;
  cursor: pointer; }

.about-product__fasad-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.04em; }

.about-product__fasad-gallery {
  overflow: hidden; }

.about-product__fasad-thumps {
  margin-top: 32px;
  border-top: 1px solid #f1f2f2;
  overflow: hidden; }

.about-product__fasad-thumps-item {
  cursor: pointer; }

.about-product__fasad-thumps-item.swiper-slide-thumb-active {
  position: relative; }
  .about-product__fasad-thumps-item.swiper-slide-thumb-active::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 4px;
    background-color: #ed1c29; }
  .about-product__fasad-thumps-item.swiper-slide-thumb-active .about-product__fasad-thumps-text {
    color: #000000; }

.about-product__fasad-thumps-text {
  margin: 16px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #BCBEC0; }

.about-product__fasad-type {
  padding-top: 20px;
  overflow: hidden; }

.about-product__fasad-type-item {
  display: -webkit-box;
  display: flex; }

.about-product__inner-thumbs {
  position: relative;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-right: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  overflow: hidden;
  box-sizing: border-box; }

.about-product__inner-thumbs .swiper-pagination {
  position: absolute;
  bottom: 8px;
  top: initial; }
  .about-product__inner-thumbs .swiper-pagination span {
    background-color: gray; }

.about-product__inner-thumbs-item {
  max-height: 155px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 2px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer; }
  .about-product__inner-thumbs-item.swiper-slide-thumb-active {
    border-color: #ed1c29; }

.about-product__inner-image-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.about-product__inner-image {
  max-width: 100%;
  height: auto; }

.about-product__inner-slider {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  overflow: hidden; }

.about-product__inner-slider-image {
  max-width: 100%;
  height: auto; }

.about-product__inner-slider-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

.about-product__title-image-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

.about-product__title-image {
  max-width: 100%;
  height: auto; }

.about-product__hidden-list {
  margin-top: 40px;
  border: 1px solid #E6E7E8; }

.about-product__hidden-top {
  position: relative;
  padding: 16px;
  padding-right: 50px;
  background-color: #000000;
  box-sizing: border-box;
  cursor: pointer; }

.about-product__hidden-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff; }

.about-product__hidden-icon {
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  fill: #ed1c29; }

.about-product__hidden-list--close .about-product__hidden-icon {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  fill: #ffffff; }

.about-product__hidden-dop {
  margin: 0 16px;
  padding-top: 8px;
  padding-bottom: 16px;
  border-top: 1px solid #E6E7E8; }

.about-product__hidden-bottom-wrapper {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  overflow: hidden; }

.about-product__dop-list {
  display: -webkit-box;
  display: flex;
  padding-top: 16px; }

.about-product__dop-item {
  margin-right: 16px;
  padding: 8px 16px;
  background-color: #F6F9FC; }

.bout-product__dop-text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em; }
  .bout-product__dop-text--red {
    font-family: "Century Gothic", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ed1c29; }

@media (max-width: 1200px) {
  .about-product__nav-list {
    flex-wrap: wrap; }
  .about-product__nav-link {
    font-size: 14px; } }

@media (max-width: 991px) {
  .about-product__nav-link {
    font-size: 14px;
    line-height: 24px; }
  .about-product__group-wrapper {
    padding: 32px 0; }
  .about-product__title {
    font-size: 16px;
    line-height: 24px; }
  .about-product__title-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400; }
  .about-product__detail-item {
    width: 100%; }
  .about-product__detail-text {
    font-size: 14px; }
  .about-product__specs-title {
    text-transform: initial; }
  .about-product__specs-item {
    width: 100%; }
  .about-product__sublist {
    padding: 0; }
  .about-product__tabs-wrapper {
    display: block; }
  .about-product__tabs-list-wrapper {
    margin-top: 16px;
    margin-left: 0; }
  .about-product__thumb-image-wrapper {
    width: 145px;
    height: 145px; }
  .about-product__thumb-image {
    max-width: 100%;
    height: auto; }
  .about-product__text {
    font-size: 14px; }
  .about-product__hidden-list {
    margin-top: 8px; }
  .about-product__hidden-title {
    font-size: 14px;
    line-height: 24px; } }

@media (max-width: 768px) {
  .about-product__advantages-list {
    display: block; }
  .about-product__advantages-item {
    width: 100%;
    background-color: initial; }
    .about-product__advantages-item:nth-child(2n - 1) {
      background-color: #f1f2f2; }
  .about-product__fasad-thumps-text {
    margin: 8px 0;
    font-size: 12px;
    line-height: 16px; }
  .about-product__fasad-type {
    padding-top: 8px; }
  .about-product__fasad-type-item {
    display: block; }
  .about-product__inner-thumbs {
    width: 100%;
    margin-right: 0; }
  .about-product__inner-thumbs-item {
    width: 72px; }
  .about-product__inner-slider {
    margin-top: 10px;
    width: 100%; } }

.bx-filter {
  max-width: 1346px;
  margin: auto;
  padding: 0 10px; }

.catalog_filters {
  display: -webkit-box;
  display: flex;
  justify-content: space-around; }

.social__title {
  margin: 0;
  padding-bottom: 17px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.social__list {
  display: -webkit-box;
  display: flex; }

.social__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 30px; }
  .social__item:last-child {
    margin-right: 0; }

.social__icon {
  fill: #ffffff; }

@media (max-width: 991px) {
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 24px; }

@-webkit-keyframes slide {
  from {
    left: -100%; }
  to {
    left: 200%; } }

@keyframes slide {
  from {
    left: -100%; }
  to {
    left: 200%; } }

@-webkit-keyframes move-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  20% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes move-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  20% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes pagin {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

@keyframes pagin {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

@-webkit-keyframes main-next {
  0% {
    left: 70%; }
  100% {
    left: -250%; } }

@keyframes main-next {
  0% {
    left: 70%; }
  100% {
    left: -250%; } }

@-webkit-keyframes main-prev {
  0% {
    left: -150%; }
  100% {
    left: 250%; } }

@keyframes main-prev {
  0% {
    left: -150%; }
  100% {
    left: 250%; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }
  12% {
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes hide {
  0% {
    opacity: 1; }
  12% {
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.qwiz {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10000;
  font-family: "Open Sans", "Arial", sans-serif;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-scrolling: touch;
  background: rgba(25, 25, 25, 0.89); }
  .qwiz--open {
    visibility: visible;
    z-index: 100000000;
    opacity: 1; }
  .qwiz--no-surfacing {
    position: relative;
    padding: 20px;
    z-index: initial;
    background-color: rgba(25, 25, 25, 0.3); }

.qwiz__wrapper {
  position: relative;
  top: -100%;
  width: 100vw;
  height: 100vh;
  max-width: 1260px;
  max-height: 710px;
  padding: 30px;
  box-sizing: border-box; }

.qwiz--open .qwiz__wrapper {
  top: 0;
  -webkit-transition: top .7s ease;
  transition: top .7s ease; }

.qwiz__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 0;
  fill: gray; }
  .qwiz__close:hover {
    fill: white; }

.qwiz__form-wrapper {
  width: 100%;
  height: 100%;
  background-color: white;
  overflow: hidden; }

.qwiz__form {
  display: -webkit-box;
  display: flex;
  height: 100%;
  width: 100%; }
  .qwiz__form--move {
    -webkit-animation: move-left .7s ease-in-out,
 hide .85s ease-out;
            animation: move-left .7s ease-in-out,
 hide .85s ease-out;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }

.qwiz__list {
  height: 100%; }

.qwiz__item {
  display: -webkit-box;
  display: flex;
  height: 100%;
  overflow: hidden; }
  .qwiz__item--main {
    flex-shrink: 0;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    max-width: 100%;
    width: 100%; }

.qwiz__title-photo-wrapper {
  width: 60%; }

.qwiz__text-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  width: 40%;
  padding: 0 20px;
  margin-right: auto;
  box-sizing: border-box; }

.qwiz__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2; }

.qwiz__text {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  color: #7e7f83; }

.qwiz__button {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 55px;
  padding: 12px 30px;
  margin-right: auto;
  font-size: 18px;
  font-family: "Century Gothic", "Arial", sans-serif;
  color: #ffffff;
  background-color: var(--main-bg-color);
  border-radius: 40px;
  box-sizing: border-box;
  box-shadow: 0 3px 10px 1px var(--main-bg-color);
  overflow: hidden;
  fill: #ffffff; }
  .qwiz__button:not(.swiper-button-disabled)::after {
    position: absolute;
    content: "";
    top: 0;
    left: -20%;
    bottom: 0;
    -webkit-transform: skewX(-45deg);
        -ms-transform: skewX(-45deg);
            transform: skewX(-45deg);
    height: 100%;
    width: 20px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0.1)), color-stop(20%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.6)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.6));
    -webkit-animation: slide 3s ease infinite;
            animation: slide 3s ease infinite; }
  .qwiz__button:not([aria-disabled="true"]):active {
    background-color: rgba(var(--main-bg-color), 0.8);
    box-shadow: 0 2px 5px 0 rgba(var(--main-bg-color), 0.5); }
  .qwiz__button--nav {
    min-height: 43px; }
  .qwiz__button[aria-disabled="true"] {
    cursor: not-allowed; }
  .qwiz__button:disabled {
    opacity: 0.7;
    cursor: not-allowed; }
  .qwiz__button--center {
    margin: 16px auto; }

.qwiz__button-icon {
  margin-right: 5px; }

.qwiz__photo {
  width: auto;
  height: 100%; }

.qwiz__list-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-shrink: 0;
  height: 100%;
  width: 100%; }

.qwiz__top-text-wrapper {
  -webkit-transition: height .2s;
  transition: height .2s;
  overflow: hidden; }

.qwiz__top-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px 30px;
  border-bottom: 1px solid #f1f2f2; }

.qwiz__top-icon {
  margin-right: 10px;
  fill: var(--main-bg-color); }

.qwiz__slider {
  position: relative;
  -webkit-box-flex: 1;
          flex-grow: 1;
  overflow: hidden; }
  .qwiz__slider--move {
    -webkit-animation: hide 1s ease-out;
            animation: hide 1s ease-out; }
  .qwiz__slider--move-prev {
    -webkit-animation: hide 1s ease-out;
            animation: hide 1s ease-out; }

.qwiz__slider-list {
  height: 100%; }

.qwiz__slider-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%; }

.qwiz__item-title {
  font-family: "Century Gothic", "Arial", sans-serif;
  margin: 0 30px;
  margin-top: 15px;
  font-size: 28px;
  font-weight: 400;
  text-align: left;
  line-height: 1.2; }
  .qwiz__item-title--end {
    text-align: center;
    margin-bottom: 20px; }

.qwiz__subtitile {
  margin: 5px 31px; }
  .qwiz__subtitile--end {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    color: #939598; }
  .qwiz__subtitile--success {
    text-align: center;
    font-size: 16px; }

.qwiz__inner-slider {
  -webkit-box-flex: 1;
          flex-grow: 1;
  position: relative;
  padding-top: 12px;
  padding-bottom: 18px;
  margin: 12px 32px;
  overflow: hidden; }

.qwiz__inner-slider-item {
  display: -webkit-box;
  display: flex;
  width: auto;
  padding: 1px;
  overflow: hidden; }

.qwiz__inner-slider-item-label {
  display: block;
  margin-right: auto;
  margin-bottom: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #f1f2f2;
  border-radius: 4px;
  outline: 1px transparent;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border-color  0.2s ease,
 box-shdow 1s ease;
  transition: border-color  0.2s ease,
 box-shdow 1s ease; }
  .qwiz__inner-slider-item-label:hover {
    border-color: var(--main-bg-color);
    box-shadow: 0 0 1px 1px #f1f2f2; }
  .qwiz__inner-slider-item-label--vertical {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box; }
  .qwiz__inner-slider-item-label--input {
    padding: 0;
    padding-left: 10px; }
  .qwiz__inner-slider-item-label--vertical:hover {
    border-color: rgba(241, 242, 242, 0.8);
    box-shadow: 1px 0 1px 1px #f1f2f2; }

.qwiz-input:checked + .qwiz__inner-slider-item-label--vertical {
  border-color: var(--main-bg-color);
  box-shadow: 0 0 1px 1px #f1f2f2; }

.qwiz__inner-input {
  border: none;
  height: 40px;
  width: 100%;
  padding: 5px 10px;
  background-color: #f1f2f2;
  box-sizing: border-box; }

.qwiz__radio {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  box-sizing: border-box;
  background-color: #e4e7ea;
  border-radius: 100%;
  box-shadow: 0 0 0 0 var(--main-bg-color);
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  opacity: 0.8; }
  .qwiz__radio::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: var(--main-bg-color);
    border: 0 solid #ffffff;
    border-radius: 100%;
    box-sizing: border-box; }

@-webkit-keyframes radio-button {
  0% {
    width: 0;
    height: 0;
    border: 0 solid #ffffff; }
  100% {
    width: 12px;
    height: 12px;
    border: 3px solid #ffffff; } }

@keyframes radio-button {
  0% {
    width: 0;
    height: 0;
    border: 0 solid #ffffff; }
  100% {
    width: 12px;
    height: 12px;
    border: 3px solid #ffffff; } }

.qwiz-input:checked + .qwiz__inner-slider-item-label--vertical .qwiz__radio {
  background-color: var(--main-bg-color);
  box-shadow: 0 2px 6px 0 var(--main-bg-color); }
  .qwiz-input:checked + .qwiz__inner-slider-item-label--vertical .qwiz__radio::before {
    width: 12px;
    height: 12px;
    border: 3px solid #ffffff;
    -webkit-animation: radio-button 0.2s;
            animation: radio-button 0.2s; }

.qwiz__checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  box-sizing: border-box;
  background-color: #e4e7ea;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .qwiz__checkbox--success {
    width: 100px;
    height: 100px;
    margin: auto;
    margin-top: 50px;
    border-radius: 100%;
    background-color: var(--main-bg-color); }

.qwiz-input:checked + .qwiz__inner-slider-item-label--vertical .qwiz__checkbox {
  background-color: var(--main-bg-color); }

.qwiz__checkbox-icon {
  position: absolute;
  top: -50%;
  left: -50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #ffffff;
  -webkit-transition: left .1s ease-out,
 top .1s ease-out;
  transition: left .1s ease-out,
 top .1s ease-out; }
  .qwiz__checkbox-icon--success {
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%; }

.qwiz-input:checked + .qwiz__inner-slider-item-label--vertical .qwiz__checkbox-icon {
  left: 50%;
  top: 50%; }

.qwiz__slider-picture-wrapper {
  position: relative; }

.qwiz__slider-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 50px; }

.qwiz__slider-pagination.swiper-pagination-progressbar {
  position: absolute;
  top: initial;
  left: 0;
  bottom: 0;
  background-color: rgba(147, 149, 152, 0.5);
  border-radius: 4px;
  box-sizing: border-box; }
  .qwiz__slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--main-bg-color); }

.qwiz-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.qwiz__slider-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-color: rgba(147, 149, 152, 0.5);
  border-radius: 100%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2); }
  .qwiz__slider-button:active {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0); }
  .qwiz__slider-button.swiper-button-disabled {
    box-shadow: none; }
  .qwiz__slider-button svg {
    position: relative;
    left: -1px;
    fill: #ffffff; }
  .qwiz__slider-button--prev {
    left: 4px; }
    .qwiz__slider-button--prev svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .qwiz__slider-button--next {
    right: 4px; }
    .qwiz__slider-button--next svg {
      left: 1px; }

.qwiz__ok-icon {
  position: absolute;
  top: 4%;
  left: 4%;
  -webkit-transform: rotate3d(0, 90, 0, 90deg);
          transform: rotate3d(0, 90, 0, 90deg);
  z-index: 10;
  fill: white;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  background-color: var(--main-bg-color);
  border-radius: 100%;
  box-shadow: 0 0 5px 2px rgba(var(--main-bg-color), 0.7);
  opacity: 0; }

.qwiz-input:checked + .qwiz__inner-slider-item-label .qwiz__ok-icon {
  opacity: 0.7;
  -webkit-transform: rotate3d(0, 90, 0, 0deg);
          transform: rotate3d(0, 90, 0, 0deg); }

.qwiz__item-hint {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: 15px;
  padding: 3px 5px;
  margin: 10px 30px;
  margin-right: auto;
  font-size: 11px;
  border: 1px solid rgba(var(--main-bg-color), 0.8);
  border-radius: 4px; }
  .qwiz__item-hint .qwiz__hint-icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    fill: var(--main-bg-color); }

.qwiz__inner-container {
  display: -webkit-box;
  display: flex;
  padding: 5px 30px;
  max-height: 75%;
  box-sizing: border-box; }

.qwiz__vertical {
  position: relative;
  -webkit-box-flex: 1;
          flex-grow: 1;
  width: 47%;
  max-width: 47%;
  min-width: 290px;
  max-height: 340px;
  padding-right: 20px;
  margin-right: 20px;
  overflow: hidden; }

.qwiz__vertical-item {
  height: auto; }

.qwiz__list-scrollbar {
  border-radius: 4px;
  width: 3px !important; }
  .qwiz__list-scrollbar .swiper-scrollbar-drag {
    background-color: var(--main-bg-color);
    border-radius: 4px; }

.qwiz__images-list-wrapper {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

.qwiz__images-item {
  display: none; }
  .qwiz__images-item--active {
    display: block; }

.qwiz__images-picture {
  border-radius: 4px;
  overflow: hidden; }

.qwiz__nav-wrapper {
  display: -webkit-box;
  display: flex;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #f1f2f2; }

.qwiz__pagination-wrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding-right: 50px; }

.qwiz__ready-percent {
  font-family: "Century Gothic", "Arial", sans-serif;
  margin-bottom: 10px;
  font-size: 12px; }

.qwiz__percent {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 15px;
  color: var(--main-bg-color); }

.qwiz__pagination {
  position: relative;
  width: 100%;
  height: 6px;
  padding-right: 10px;
  margin-bottom: auto;
  background-color: #f1f2f2;
  border-radius: 6px; }
  .qwiz__pagination .qwiz__pagination-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1%;
    background-color: var(--main-bg-color);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 10px;
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4), 0.6px 1.9px 7px 0 var(--main-bg-color);
    overflow: hidden; }
    .qwiz__pagination .qwiz__pagination-line::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 75%, transparent 0, transparent);
      background-size: 50px 50px;
      -webkit-animation: pagin 1.8s linear infinite;
              animation: pagin 1.8s linear infinite;
      border-radius: 4px;
      overflow: hidden; }

.qwiz__nav-buttons-container {
  display: -webkit-box;
  display: flex;
  margin-bottom: 10px; }

.qwiz__round-button {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  font-size: 0;
  border: 1px solid #939598;
  border-radius: 100%;
  opacity: 0.4; }
  .qwiz__round-button[aria-disabled="true"] {
    cursor: not-allowed; }

.qwiz__round-button-icon {
  -webkit-transform: translateX(-1px) rotate3d(0, 1, 0, 180deg);
          transform: translateX(-1px) rotate3d(0, 1, 0, 180deg); }

.qwiz__nav-buttons-text {
  width: 100%;
  font-size: 12px;
  color: #b6b6b6;
  text-align: right; }
  .qwiz__nav-buttons-text span {
    font-weight: 700; }

.qwiz__slider-line-wrapper {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.qwiz__line-input {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 30px;
  width: 100px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  box-shadow: none;
  outline: none; }

.qwiz__slider-line {
  position: relative;
  width: 100%;
  height: 6px;
  margin: 20px 0;
  background-color: #f1f2f2;
  border-radius: 4px;
  box-sizing: border-box; }

.qwiz__slider-line-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--main-bg-color);
  border-radius: 4px;
  box-sizing: border-box; }

.qwiz__slider-line-dot {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #f1f2f2;
  border: 5px solid var(--main-bg-color);
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 2px 6px 0 var(--main-bg-color);
  cursor: pointer; }

.qwiz__slider-line-dot:active {
  box-shadow: 0 0 0 0 var(--main-bg-color); }

.qwiz__slider-tooltip {
  position: absolute;
  left: 50%;
  bottom: 21px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 0; }

.qwiz__slider-line-dot:active .qwiz__slider-tooltip {
  opacity: 1; }

.qwiz__slider-line-tooltip-wrapper {
  position: relative;
  padding: 5px;
  min-width: 24px;
  height: 24px;
  background-color: var(--main-bg-color);
  border-radius: 4px;
  box-sizing: border-box; }
  .qwiz__slider-line-tooltip-wrapper::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: var(--main-bg-color);
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); }

.qwiz__slider-line-tooltip-number {
  text-align: center;
  color: #ffffff; }

.qwiz__slider-line-numbers-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.qwiz__slider-line-number {
  color: #9F9F9F; }

.qwiz__subform {
  width: 100%;
  height: auto;
  max-width: 500px;
  max-height: 100%;
  margin: auto;
  padding: 20px 30px;
  border: 1px solid #8d8d91;
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0 rgba(15, 14, 14, 0.4);
  box-sizing: border-box; }

.qwiz__input-wrapper {
  position: relative;
  margin-bottom: 20px; }

.qwiz__input-name {
  display: block;
  margin: 10px;
  font-size: 12px;
  text-transform: uppercase; }

.qwiz__input {
  height: 50px;
  width: 100%;
  padding: 10px;
  padding-left: 50px;
  border-radius: 4px;
  border: 1px solid #f1f2f2;
  box-sizing: border-box; }

.qwiz__phone {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #939598; }

.qwiz__policy-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.qwiz__policy {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 10px;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 12px;
  text-align: center;
  cursor: pointer; }

.qwiz__policy-input:checked + .qwiz__policy .qwiz__checkbox {
  background-color: var(--main-bg-color); }

.qwiz__policy-input:checked + .qwiz__policy .qwiz__checkbox-icon {
  left: 50%;
  top: 50%; }

.qwiz__policy-link {
  color: var(--main-bg-color);
  text-decoration: underline; }
  .qwiz__policy-link:hover {
    opacity: 0.5; }

.qwiz__end {
  position: relative;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: initial;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s; }

.qwiz__success {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity .8s, visibility .8s;
  transition: opacity .8s, visibility .8s; }

@media (max-width: 1200px) {
  .qwiz__photo {
    width: auto; } }

@media (max-width: 991px) {
  .qwiz__wrapper {
    width: 100%;
    height: 100%;
    max-height: initial;
    padding: 0; }
  .qwiz__close {
    top: 10px;
    right: 10px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 4px 10px 0 rgba(15, 14, 14, 0.4);
    opacity: .8; }
  .qwiz__close-icon {
    fill: #000000; }
  .qwiz__title {
    font-size: 25px; }
  .qwiz__item--main {
    width: 100%; }
  .qwiz__item-hint {
    margin: 1px 30px; }
  .qwiz__item-title {
    font-size: 20px; }
  .qwiz__top-text {
    padding-right: 45px; }
  .qwiz__inner-container {
    padding: 0 10px; }
  .qwiz__text-wrapper {
    display: block;
    z-index: 1;
    width: 100%;
    max-width: 480px;
    margin: auto;
    padding: 20px;
    color: black;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    box-shadow: 0 0 10px 1px lightgrey;
    box-sizing: border-box; }
  .qwiz__button--main {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    max-width: 330px;
    margin: auto; }
  .qwiz__images-list {
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 100%;
    max-height: 100%; }
  .qwiz__inner-slider {
    margin: 12px 10px; }
  .qwiz__inner-slider-item-label {
    margin: auto; }
  .qwiz__text {
    color: #000000; }
  .qwiz__title {
    max-width: 480px;
    text-align: center;
    color: black; }
  .qwiz__title-photo-wrapper {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
  .qwiz__photo {
    width: auto;
    height: 100%; }
  .qwiz__images-list-wrapper {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 1; }
  .qwiz__images-picture {
    width: auto;
    max-height: 100%; }
  .qwiz__slider-line-wrapper {
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box; }
  .qwiz__end {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center; }
    .qwiz__end .qwiz__item-title {
      margin-top: auto; }
  .qwiz__input-name {
    text-transform: initial; }
  .qwiz__subform {
    padding: 10px;
    margin-top: 0;
    border-radius: initial;
    border: none; }
  .qwiz__nav-buttons-text {
    display: none; }
  .qwiz__success {
    width: 100%;
    padding: 10px; }
  .qwiz__nav-wrapper {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 768px) {
  .qwiz__title-wrapper {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6); }
  .qwiz__vertical-wrapper {
    height: -webkit-calc(100% - 303px);
    height: calc(100% - 303px); }
  .qwiz__vertical {
    width: auto;
    max-width: initial;
    height: 100%;
    max-height: initial;
    margin-right: 0; }
  .qwiz__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-height: initial;
    box-sizing: border-box;
    overflow: hidden; }
  .qwiz__inner-slider-item {
    padding: 0; }
  .qwiz__inner-slider-item-label {
    width: 99%;
    max-width: 480px;
    box-sizing: border-box; }
  .qwiz__slider-picture {
    width: 100%;
    height: auto; }
  .qwiz__subtitile--end {
    margin-left: 30px;
    margin-right: 30px; }
  .qwiz__policy {
    flex-wrap: wrap; } }

.vacancy__wrapper {
  max-width: 1346px;
  margin: auto;
  padding: 0 10px; }

.vacancy__filter {
  margin-bottom: 20px; }

.vacancy__city {
  text-align: center; }
  .vacancy__city--big {
    font-size: 18px; }

.vacancy__list {
  width: 100%;
  border-top: 1px solid #f1f2f2;
  border-collapse: collapse; }

.vacancy__item {
  min-height: 150px;
  border-bottom: 1px solid #f1f2f2; }
  .vacancy__item:nth-child(2n) {
    background-color: #f1f2f2; }

.vacancy__group {
  padding: 30px;
  box-sizing: border-box; }
  .vacancy__group--city {
    width: 200px; }
  .vacancy__group:last-child {
    width: 350px;
    margin-left: auto; }

.vacancy__name {
  position: relative;
  display: block;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #5199ff; }
  .vacancy__name::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #5199ff; }

.vacancy__wage {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em; }

.vacancy__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 45px;
  padding: 0 20px;
  letter-spacing: 0.04em;
  color: #ed1c29;
  background-color: #ffffff;
  border: 2px solid #ed1c29;
  padding: 5px;
  font-family: "Roboto", "Arial", sans-serif;
  box-sizing: border-box; }
  .vacancy__button:hover {
    height: 45px;
    padding: 0 22px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #ed1c29;
    border: none;
    opacity: 1; }

.vacancy__button-red {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-transform: uppercase;
  min-width: 200px;
  height: 45px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #ed1c29;
  border: none;
  padding: 5px;
  margin-bottom: 15px;
  font-family: "Roboto", "Arial", sans-serif;
  box-sizing: border-box; }
  .vacancy__button-red:hover {
    height: 45px;
    padding: 0 20px;
    letter-spacing: 0.04em;
    color: #ed1c29;
    background-color: #ffffff;
    border: 2px solid #ed1c29;
    opacity: 1; }

.vacancy__detail {
  display: -webkit-box;
  display: flex;
  margin-top: 50px;
  font-family: "Open Sans", "Arial", sans-serif; }

.vacancy__detail-text {
  padding: 20px;
  margin-right: 20px;
  background-color: #f1f2f2; }
  .vacancy__detail-text p {
    margin: 10px 0; }
  .vacancy__detail-text ul {
    padding: 10px; }
  .vacancy__detail-text li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 16px; }
    .vacancy__detail-text li::before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 8px;
      height: 8px;
      background-color: #000000;
      border-radius: 50%; }

.vacancy__wage-wrapper {
  width: 320px;
  margin-left: auto;
  margin-bottom: auto;
  padding: 20px;
  background-color: #f1f2f2;
  box-sizing: border-box; }

.vacancy__wage-text {
  font-size: 18px;
  font-weight: 400; }

.vacancy__tel-text {
  font-size: 14px;
  line-height: 1.5em; }

.vacancy__tel {
  display: inline-block;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 20px; }

@media (max-width: 991px) {
  .vacancy__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-top: 20px; }
  .vacancy__wage-wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .vacancy__wage {
    flex-shrink: 0; }
    .vacancy__wage--left {
      text-align: left; }
  .vacancy__item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
  .vacancy__group {
    padding: 16px; }
  .vacancy__detail-text {
    margin-right: 0; }
  .vacancy__button-red {
    margin: auto;
    margin-right: 0; } }

.proposal {
  position: relative; }

.proposal__prev-container {
  min-height: 80vh; }
  .proposal__prev-container .proposal__container {
    box-shadow: 0 0 10px 4px lightgrey;
    margin-bottom: 60px; }

.proposal__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 1240px;
  padding-bottom: 43px;
  margin: auto;
  box-sizing: border-box; }

.proposal__head {
  margin-bottom: 30px; }

.proposal__head-data {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 16px 40px;
  background-color: #ed1c29; }

.proposal__text {
  font-size: 16px; }
  .proposal__text--light {
    color: #ffffff; }

.proposal__contacts {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px 40px;
  background-color: #dce5e7; }
  .proposal__contacts--bottom {
    padding: 0 40px;
    margin-top: auto;
    background-color: initial; }
    .proposal__contacts--bottom .proposal__contacts-item {
      flex-shrink: 1;
      width: 229px;
      padding: 10px;
      border: 4px solid #DCE5E7;
      box-sizing: border-box; }
      .proposal__contacts--bottom .proposal__contacts-item:not(:last-child) {
        margin-right: 4px; }
    .proposal__contacts--bottom .proposal__text {
      font-family: "Open Sans", "Arial", sans-serif; }

.proposal__contacts-item {
  padding: 0 5px;
  line-height: 1.5em;
  max-width: 250px; }
  .proposal__contacts-item--image {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }

.proposal__contacts-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700; }

.proposal__item {
  margin-bottom: 30px; }
  .proposal__item--no-margin {
    margin-bottom: 0; }

.proposal__header {
  max-width: 879px;
  padding: 0 10px;
  margin: auto;
  margin-bottom: 80px; }

.proposal__title {
  margin: auto;
  margin-bottom: 9px;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  padding: 0; }

.proposal__title:after {
  display: none; }

.proposal__header-text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center; }

.proposal__header-personal {
  font-weight: 700; }

.proposal__main-wrapper {
  padding: 0 40px; }

.proposal__main-image-wrapper {
  height: 638px;
  margin-bottom: 97px; }

.proposal__main-image {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: auto; }

.proposal__specs {
  width: 100%;
  margin-bottom: 97px;
  border-collapse: collapse; }

.proposal__specs-title-line {
  background-color: #E5E5E5;
  border: 1px solid #E5E5E5; }

.proposal__specs-line {
  width: 100%;
  border: 1px solid #dce5e7;
  box-sizing: border-box; }

.proposal__specs-header {
  padding-left: 49px;
  padding-right: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase; }

.proposal__specs-item {
  padding-left: 49px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #5c5c5c; }
  .proposal__specs-item:first-child {
    width: 29%; }
  .proposal__specs-item:not(.proposal__specs-item--price) {
    font-family: "Open Sans", "Arial", sans-serif;
    border-bottom: 1px solid #dce5e7; }
  .proposal__specs-item--price {
    font-weight: 700;
    color: #000000; }

.proposal__item-title {
  font-size: 19px;
  line-height: 23px; }

.proposal__services-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .proposal__services-list--big .proposal__services-item {
    margin-bottom: 40px; }
  .proposal__services-list--big .proposal__services-text {
    font-size: 14px;
    line-height: 19px; }

.proposal__services-item {
  position: relative;
  width: 30%;
  padding-left: 60px;
  margin-bottom: 10px;
  box-sizing: border-box; }

.proposal__services-image {
  position: absolute;
  top: 0;
  left: 0; }

.proposal__services-title {
  margin-top: 0;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #ed1c29;
  text-transform: uppercase; }

.proposal__services-text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 22px; }

.proposal__about {
  display: -webkit-box;
  display: flex;
  margin-top: 40px; }

.proposal__about-image-wrapper {
  position: relative;
  padding: 22px;
  height: 311px;
  width: 565px;
  margin-right: 63px;
  box-sizing: border-box; }
  .proposal__about-image-wrapper::before, .proposal__about-image-wrapper::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 283px;
    height: 244px; }
  .proposal__about-image-wrapper::before {
    top: 0;
    right: 0;
    border: 2px solid #ED1C29; }
  .proposal__about-image-wrapper::after {
    left: 0;
    bottom: 0;
    border: 2px solid #DCE5E7; }

.proposal__about-image {
  display: block;
  margin: auto; }

.proposal__qr-wrapper {
  padding: 22px;
  padding-bottom: 0; }

.proposal__qr-text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  line-height: 25px; }
  .proposal__qr-text--with-icon {
    padding-left: 35px;
    margin-bottom: 10px; }

.proposal__qr-container {
  position: relative;
  margin-top: 17px; }

.proposal__qr-icon {
  position: absolute;
  top: 0;
  left: 0; }

.proposal__stock-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 40px; }

.proposal__stock-item {
  margin-bottom: 22px;
  max-width: 565px; }

.proposal__stock-image-wrapper {
  max-width: 100%;
  height: 236px; }

.proposal__stock-image {
  height: 100%;
  width: auto; }

.proposal__stock-text-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 16px; }

.proposal__stock-text {
  max-width: 248px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  line-height: 25px; }

.proposal__stock-date {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ed1c29; }

#sample-pdf {
  right: 0;
  top: 53px;
  bottom: 0;
  height: 100vh;
  width: 100%; }

.proposal__error {
  max-width: 700px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center; }

#proposal-loader {
  position: fixed;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  top: 50%;
  background-color: #fff;
  z-index: 999; }

.spinner__loader-container {
  text-align: center; }

#proposal__stock {
  height: 120px;
  overflow: auto; }

#main__proposal-list {
  max-width: 700px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center; }

#main__proposal-list .proposal__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-width: 400px;
  margin-bottom: 50px; }

#main__proposal-list .proposal__item-name {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700; }

#main__proposal-list .proposal__item img {
  margin-bottom: 20px; }

#main__proposal-list .proposal__item-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }

#main__proposal-list .proposal__item-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  margin-bottom: 20px; }

.cross__proposal {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ed1c29;
  width: 24px;
  height: 24px; }

.cross__proposal:before, .cross__proposal:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
  top: 10px; }

.cross__proposal:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.cross__proposal:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

h1 {
  text-align: center; }

.spinner__loader-text {
  font-size: 20px; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner div {
  position: absolute;
  -webkit-animation: spinner 0.78s linear infinite;
          animation: spinner 0.78s linear infinite;
  width: 163px;
  height: 163px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 3.26px 0 0 #ed1c29;
  -webkit-transform-origin: 81px 83px;
      -ms-transform-origin: 81px 83px;
          transform-origin: 81px 83px; }

.spinner-eclipse {
  width: 204px;
  height: 204px;
  display: inline-block;
  overflow: hidden;
  background: none; }

.spinner {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0; }

.spinner div {
  box-sizing: content-box; }

.spinner__loader {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.spinner__loader-container {
  position: relative; }

.spinner__loader-text {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0; }

.spinner__loader-text:after {
  display: none; }

.side-controls {
  position: fixed;
  left: 0;
  top: 20%;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  width: 300px;
  min-height: 250px;
  padding: 30px;
  z-index: 110;
  background-color: #f1f2f2;
  box-shadow: 0 0 10px 2px lightgrey;
  border: 2px solid #939598;
  border-left: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms; }
  .side-controls__hidden {
    -webkit-transform: translateX(-290px);
        -ms-transform: translateX(-290px);
            transform: translateX(-290px); }
    .side-controls__hidden .side-controls__icon {
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1); }

.side-controls__title {
  margin: 0;
  text-align: center;
  padding: 0; }

.side-controls__title:after {
  display: none; }

.side-controls__group {
  margin: 20px 0; }
  .side-controls__group--side {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center; }

.side-controls__group-title {
  margin-right: 10px;
  margin-bottom: 5px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.04em;
  color: #000000; }

.side-controls__input {
  width: 100%;
  padding: 10px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #dce5e7;
  border-radius: 4px; }

.side-controls__select-wrapper {
  position: relative; }

.side-controls__select {
  width: 80px;
  padding: 10px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #dce5e7;
  border-radius: 4px;
  cursor: pointer; }

.side-controls__stock-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 10px; }

.side-controls__checkbox-text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  cursor: pointer; }
  .side-controls__checkbox-text:hover {
    opacity: .8; }

.side-controls__hide-button {
  position: absolute;
  left: 100%;
  top: 10px;
  width: 26px;
  height: 60px;
  font-size: 0;
  background-color: #f1f2f2;
  border: 2px solid #939598;
  border-left: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 5px 0 10px -3px lightgrey;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }
  .side-controls__hide-button:active svg {
    fill: white; }

.side-controls__icon {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.side-controls__stock-list .side-controls__checkbox {
  margin-left: 5px;
  margin-right: 10px; }

.side-controls__save-button {
  width: 100%;
  min-height: 40px;
  margin-bottom: 10px;
  font-family: "Open Sans", "Arial", sans-serif;
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #000000; }
  .side-controls__save-button:not(:active):hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000; }

@-webkit-keyframes button-slide {
  from {
    left: -200%; }
  to {
    left: 400%; } }

@keyframes button-slide {
  from {
    left: -200%; }
  to {
    left: 400%; } }

.side-controls__print-button {
  background-color: #ed1c29;
  color: #ffffff;
  width: 100%;
  min-height: 40px;
  margin-bottom: 10px;
  border: 1px solid transparent; }
  .side-controls__print-button:not(:active):hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ed1c29; }

@media (min-width: 991px) {
  .side-controls__hide-button:hover svg {
    fill: white; }
  .side-controls__hidden .side-controls__print-button {
    position: absolute;
    bottom: 122px;
    left: 170px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    font-weight: 700;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 2px 3px 10px -3px lightgray;
    overflow: hidden; }
    .side-controls__hidden .side-controls__print-button::after {
      position: absolute;
      content: "";
      top: 0;
      left: -20%;
      bottom: 0;
      -webkit-transform: skewX(-45deg);
          -ms-transform: skewX(-45deg);
              transform: skewX(-45deg);
      height: 100%;
      width: 20px;
      background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0.1)), color-stop(20%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.6)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.6));
      -webkit-animation: button-slide 14s ease infinite;
              animation: button-slide 14s ease infinite; } }

@media (max-width: 1024px) {
  .side-controls {
    left: -10px; }
  .proposal {
    min-height: 800px; } }

.mailing {
  margin: 20px 0;
  padding: 40px;
  background-color: #f1f2f2; }
  .mailing h2 {
    margin-top: 0; }

.mailing__group {
  display: -webkit-box;
  display: flex;
  margin: 10px 0; }

.mailing__input {
  height: 52px;
  width: 100%;
  padding-top: 4px;
  padding-left: 18px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.04em;
  border: 2px solid #939598;
  outline: none;
  box-sizing: border-box; }

.mailing__button {
  position: relative;
  height: 52px;
  color: #ffffff;
  padding: 10px;
  background-color: #ed1c29;
  border: 1px solid #ed1c29;
  box-sizing: border-box; }

.mailing__terms {
  font-size: 12px; }

.mailing__terms-link {
  text-decoration: underline; }

.sort {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  padding-right: 15px; }

.sort__text {
  margin-right: 5px; }

.sort__select {
  border: none;
  border-bottom: 1px solid lightgrey;
  cursor: pointer; }

/*
================================================================================
|                             DESINGN SECTION                                  |
================================================================================
*/
.design {
  background: transparent url(/bitrix/templates/mebel/css/../img/bg-feedback.jpg) no-repeat center top/cover; }

.design-box {
  display: block;
  background-color: #fff; }
  .design-box__description {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 50px; }
  .design-box__description-item {
    display: -webkit-box;
    display: flex;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 15px; }
    .design-box__description-item .img-wrapper {
      flex-shrink: 0;
      margin-right: 20px; }
    .design-box__description-item .text {
      line-height: 1.375rem;
      font-weight: 300; }
  .design-box__title {
    margin-bottom: 40px; }
    .design-box__title h3 {
      margin-bottom: 5px; }
  .design-box__form {
    padding: 40px 140px;
    background: transparent url(/bitrix/templates/mebel/css/../img/bg-feedback-form.jpg) no-repeat left center/cover; }

.file_item {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px; }
  .file_item img {
    width: 150px;
    height: 150px; }
  .file_item .cont-desc {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly; }
  .file_item .fancybox {
    margin-right: 20px;
    width: 200px;
    height: 150px; }

.cont-desc textarea {
  width: 100%;
  height: 100px;
  resize: none; }

.cont-desc .remove {
  width: 100px;
  background: #ca2e2e;
  color: #fff; }

.cont-desc .remove:hover {
  background: #c31e1e; }

.user-name {
  cursor: pointer;
  text-decoration: underline; }

.prop-user-table {
  border: 1px solid #000;
  margin-top: 30px;
  display: none; }

.prop-user {
  display: grid;
  grid-template-columns: 200px 1fr;
  min-height: 50px;
  border-bottom: 1px solid #000; }

.prop-user:last-child {
  border-bottom: none; }

.prop-user .prop-user-name {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-right: 1px solid;
  padding: 5px; }

.prop-user .prop-user-value {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center; }

.prop-user .prop-user-value span {
  border-bottom: 1px solid #bdbdbd; }

.prop-user .prop-user-value span:last-child {
  border-bottom: none; }

.product__price-notdiscount {
  font-weight: bold;
  text-decoration: line-through;
}



/* ===== PROMO BANNER ===== */
.promo-banner {
  background: linear-gradient(180deg, #FFB930 0%, #FFB930 100%);
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

@media (max-width: 768px) {
  .promo-banner {
    font-size: 10px;
    padding: 6px 8px;
  }
}

/* ===== CATALOG STRIP ===== */
.catalog-strip {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.catalog-strip__start {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
}

.catalog-strip__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  flex-wrap: wrap;
  column-gap: 24px;
}

.catalog-strip__toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}

.catalog-strip__icon {
  fill: #333;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.catalog-strip__menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.catalog-strip__menu li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: color 0.2s ease-in-out;
}

.catalog-strip__menu li a:hover {
  color: #e53935;
}

/* ===== USER NAV (HEADER) ===== */
.user-nav__container--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.user-nav__bottom-wrapper--phone,
.user-nav__bottom-wrapper--social {
  margin-right: 8px;
}

.user-nav__bottom-wrapper--city {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
  max-width: 260px;
  margin-right: auto;
  text-align: left;
  position: relative;
  padding-left: 16px;
}

.user-nav__bottom-wrapper--city::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

.user-nav__city-label {
  font-weight: bold;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
}

.user-nav__city-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.user-nav__city-icon {
  flex-shrink: 0;
  fill: #e53935;
  margin-top: 2px;
}

.header_map_link {
  text-decoration: none;
  color: #333;
}

.header_map_link:hover {
  color: #e53935;
}

/* Телефон */
.user-nav__bottom-wrapper--phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 14px;
  line-height: 1.2;
  gap: 4px;
}

.user-nav__phone {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
}

.user-nav__phone-icon {
  fill: #000;
}

.user-nav__phone-text {
  font-size: 13px;
  color: #e53935;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

/* Соцсети */
.user-nav__bottom-wrapper--social {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 12px;
}

.user-nav__social a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  border-radius: 50%;
  transition: 0.3s ease;
}

.user-nav__social a:hover {
  background: #e6e6e6;
}

.user-nav__social img {
  width: 16px;
  height: 16px;
}

/* Выпадающее меню */
.user-nav__top {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.3s ease;
}

.user-nav__top.open {
  display: block;
}

/* ===== MOBILE HEADER ===== */
.mobile-header {
  display: none;
}

@media (max-width: 768px) {
  .catalog-strip__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .catalog-strip__menu {
    flex-direction: column;
    gap: 10px;
  }

  .user-nav__container--bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .user-nav__bottom-wrapper--logo,
  .user-nav__bottom-wrapper--city,
  .user-nav__bottom-wrapper--phone,
  .user-nav__bottom-wrapper--social,
  .user-nav__bottom-wrapper--button {
    display: none !important;
  }

  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
  }

  .mobile-header__logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile-header__logo img {
    height: 40px;
  }

  .mobile-header__label {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.2;
  }

  .mobile-header__menu-label {
    font-weight: bold;
    margin-left: 8px;
  }

  .mobile-header__menu-icon {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .mobile-header__favorites {
    position: relative;
  }

  .mobile-header__favorites span {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #e53935;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .user-nav__bottom-wrapper--social {
    padding-left: 0;
  }

  .user-nav__bottom-wrapper--phone {
    align-items: flex-start;
  }

  .user-nav__bottom-wrapper--button {
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
  }
}

/* ===== MOBILE MENU ===== */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  margin: 10px;
}

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  overflow-y: auto;
  padding: 20px;
}

.mobile-menu-overlay.active {
  display: block;
}

.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-menu__logo img {
  height: 40px;
}

.mobile-menu__close {
  font-size: 28px;
  cursor: pointer;
}

.mobile-menu__search input {
  width: 100%;
  padding: 10px;
  margin: 20px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.mobile-menu__tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.mobile-menu__tabs button {
  flex: 1;
  padding: 10px;
  font-weight: bold;
  background: #f5f5f5;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.mobile-menu__tabs .active {
  background: #e53935;
  color: white;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__list li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.mobile-menu__list a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }
}
@media (max-width: 768px) {
  .catalog-strip {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .mobile-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    height: 70px;
  }

  .mobile-header__side {
    width: 25%;
    display: flex;
    align-items: center;
  }

  .mobile-header__center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-header__logo-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-header__logo-link img {
    height: 40px;
  }

  .mobile-header__label {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 4px;
  }

  .mobile-header__favorites {
    position: relative;
    margin-left: auto;
  }

  .mobile-header__favorites span {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #e53935;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
  }
}

.mobile-menu-overlay {
  max-width: 100vw;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* Стили для активной кнопки */
.mobile-menu__tabs button.active {
  background-color: #e53935; /* Цвет кнопки при активации */
  color: white; /* Цвет текста на активной кнопке */
}
@media (max-width: 768px) {
  .user-nav__container--bottom {
    display: none !important;
  }
}

.mobile-header__social {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
.breadcrumbs,
.main__title {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .main__breadcrumbs, 
  .breadcrumbs {
    text-align: center;   /* Центрируем содержимое */
    margin: 0;            /* Убираем отступы */
    padding: 0;           /* Убираем внутренние отступы */
padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .internal_sections_list {
    display: none;
  }
}
/* Стили для гамбургера */
#mobileToggle {
  display: inline-block;
  width: 25px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

#mobileToggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333; /* Цвет линий */
  margin: 4px 0;
}

#mobileToggle span:nth-child(1) {
  top: 0;
}

#mobileToggle span:nth-child(2) {
  top: 50%;
}

#mobileToggle span:nth-child(3) {
  top: 100%;
}

/* End */
/* /bitrix/templates/mebel/css/style.css?1751919951500718 */
