@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.
 */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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;
}

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

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

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

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

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

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

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

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

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

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

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 *
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License:
 */
.easy-autocomplete {
  position: relative;
}

.easy-autocomplete a {
  display: block;
}

.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}

.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}

.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}

.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}

.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}

.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}

.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}

.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}

.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}

.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}

.easy-autocomplete.eac-dark {
  color: #fff;
}

.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0;
}

.easy-autocomplete.eac-dark ul {
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass {
  color: #fff;
}

.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}

.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}

.easy-autocomplete.eac-blue {
  color: #fff;
}

.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0;
}

.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}

.easy-autocomplete.eac-yellow {
  color: #333;
}

.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0;
}

.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}

.easy-autocomplete.eac-purple {
  color: #333;
}

.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0;
}

.easy-autocomplete.eac-purple ul {
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}

.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}

.easy-autocomplete-container ul li b {
  font-weight: bold;
}

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mCustomScrollbar {
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

@font-face {
  font-family: "DIN-2014";
  font-style: normal;
  font-display: swap;
  font-weight: 250;
  src: local("DIN-2014_Extra-Light"), url("../fonts/DIN-2014/DIN-2014_Extra-Light.woff2") format("woff2"), url("../fonts/DIN-2014/DIN-2014_Extra-Light.woff") format("woff");
}
@font-face {
  font-family: "DIN-2014";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local("DIN-2014_Light"), url("../fonts/DIN-2014/DIN-2014_Light.woff2") format("woff2"), url("../fonts/DIN-2014/DIN-2014_Light.woff") format("woff");
}
@font-face {
  font-family: "DIN-2014";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("DIN-2014_Regular"), url("../fonts/DIN-2014/DIN-2014_Regular.woff2") format("woff2"), url("../fonts/DIN-2014/DIN-2014_Regular.woff") format("woff");
}
@font-face {
  font-family: "DIN-2014";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local("DIN-2014_Demi"), url("../fonts/DIN-2014/DIN-2014_Demi.woff2") format("woff2"), url("../fonts/DIN-2014/DIN-2014_Demi.woff") format("woff");
}
@font-face {
  font-family: "DIN-2014";
  font-style: italic;
  font-display: swap;
  font-weight: 600;
  src: local("DIN-2014_Demi-Italic"), url("../fonts/DIN-2014/DIN-2014_Demi-Italic.woff2") format("woff2"), url("../fonts/DIN-2014/DIN-2014_Demi-Italic.woff") format("woff");
}
@font-face {
  font-family: "DIN-2014";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("DIN-2014_Bold"), url("../fonts/DIN-2014/DIN-2014_Bold.woff2") format("woff2"), url("../fonts/DIN-2014/DIN-2014_Bold.woff") format("woff");
}
@font-face {
  font-family: "DIN-2014";
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: local("DIN-2014_Bold-Italic"), url("../fonts/DIN-2014/DIN2014-LightItalic.woff2") format("woff2"), url("../fonts/DIN-2014/DIN2014-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "DIN-2014";
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: local("DIN-2014_Bold-Italic"), url("../fonts/DIN-2014/DIN2014-LightItalic.woff2") format("woff2"), url("../fonts/DIN-2014/DIN2014-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Manrope-Regular"), url("../fonts/Manrope/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Regular.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local("Manrope-Medium"), url("../fonts/Manrope/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Medium.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local("Manrope-Semibold"), url("../fonts/Manrope/Manrope-Semibold.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Manrope-Semibold"), url("../fonts/Manrope/Manrope-Semibold.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Semibold.woff") format("woff");
}
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  font-variant-numeric: lining-nums;
}

img {
  display: block;
  max-width: 100%;
}
img.lazyload {
  position: absolute;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  transition: all 0.3s ease-in-out;
}

svg {
  display: block;
}

.icon {
  width: 1em;
  height: 1em;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

ul, ol, li, button {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  -webkit-text-decoration: underline solid rgba(0, 0, 0, 0);
          text-decoration: underline solid rgba(0, 0, 0, 0);
  color: #000000;
  transition: 0.3s ease-in-out;
}
a:hover {
  transition: 0.3s ease-in-out;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

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

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

*:focus {
  outline: none;
}

p {
  margin: 0;
}

.typography h1 {
  margin-bottom: 30px;
}
.typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.typography h2:first-child, .typography h3:first-child, .typography h4:first-child, .typography h5:first-child, .typography h6:first-child {
  margin-top: 0;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.col {
  width: 100%;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .col {
    padding: 0 12px;
  }
}
.col--np {
  padding: 0;
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-md-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-md-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-9 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .col-md-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-md-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-9 {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .col-lg-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-9 {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .col-xl-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-12 {
    width: 100%;
  }
}
.container {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}

.common-section {
  margin-bottom: 64px;
}
.common-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .common-section {
    margin-bottom: 50px;
  }
}

.content-wrapper {
  width: 100%;
  margin: 0 auto;
}

.h1 {
  font-weight: 500;
  font-size: 34px;
  line-height: 45px;
  text-transform: uppercase;
  color: #2C2C2C;
  font-family: "Playfair Display", serif;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
  }
}
.h1--center {
  text-align: center;
}
.h1--with-number {
  position: relative;
  display: inline-block;
}
.h1__qty {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #c4c4c4;
  position: absolute;
  top: -10px;
  right: -28px;
}
@media (max-width: 767px) {
  .h1__qty {
    display: none;
  }
}

.h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  text-transform: uppercase;
  color: #2C2C2C;
  font-family: "Playfair Display", serif;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .h2 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .h2--with-highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.h2--with-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .h2--with-icon {
    flex-direction: column;
  }
}
.h2--with-icon .icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .h2--with-icon .icon {
    margin-right: 0;
    margin-bottom: 13px;
  }
}
.h2--white {
  color: #fff;
}
.h2 .highlighted {
  display: inline-block;
  padding: 0 14px 0 12px;
  border-radius: 5px;
  background: linear-gradient(270deg, #ffb887 20%, #ffde7d 90%);
  margin-right: 10px;
}
@media (max-width: 767px) {
  .h2 .highlighted {
    padding: 4px 19px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.h2--center {
  text-align: center;
}
.h2 sup {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #F08235;
  position: relative;
  top: -19px;
}

.h3 {
  font-weight: 600;
  font-size: 34px;
  line-height: 115%;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

.common-btn-wrapper-redesign {
  display: flex;
}

.common-btn-redesign {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #2C2C2C;
  padding: 10px 20px;
  border: 1px solid #2C2C2C;
  border-radius: 0;
  display: inline-block;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  background-color: #fff;
}
.common-btn-redesign:hover {
  color: #fff;
  background-color: #2C2C2C;
  transition: 0.3s ease-in-out;
}
.common-btn-redesign--center {
  margin: 0 auto;
}
.common-btn-redesign--yellow {
  background: linear-gradient(270deg, #ffb887 20%, #ffde7d 90%);
  box-shadow: 0 0 9px rgba(228, 128, 46, 0.66);
  font-weight: 700;
  padding: 8px 35px;
  position: relative;
  border: 3px solid #F8B46E;
  border-radius: 8px;
}
.common-btn-redesign--yellow:hover {
  color: #000;
  background: linear-gradient(270deg, #ffb887 20%, #ffde7d 90%);
  box-shadow: 0 0 15px rgba(228, 128, 46, 0.1);
}
.common-btn-redesign--white {
  color: #fff;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.common-btn-redesign--white:hover {
  color: #2C2C2C;
  background-color: #fff;
}
.common-btn-redesign--with-icon {
  display: inline-flex;
  align-items: center;
}

.txt-orange {
  color: #ffac72;
}

.txt-gray {
  color: #5F5F5F;
}

.read-more-wrapper {
  overflow: hidden;
  position: relative;
}
.read-more-wrapper.disabled {
  padding-bottom: 0;
  height: auto;
}
.read-more-wrapper.disabled .read-more-toggle {
  display: none;
}
.read-more-container {
  position: relative;
}
.read-more-bg {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0, rgba(232, 240, 243, 0.9) 40%, rgb(232, 240, 243) 100%);
  left: 0;
}
@media (max-width: 991px) {
  .read-more-bg {
    height: 50px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0, rgba(232, 240, 243, 0.9) 30%, rgb(232, 240, 243) 50%);
  }
}

.form-box {
  display: flex;
  max-width: 515px;
  margin-bottom: 10px;
}
.form-box .input {
  border-radius: 5px 0 0 5px;
  position: relative;
  z-index: 1;
  flex-basis: 345px;
}
.form-box .common-btn-redesign {
  border-radius: 0 5px 5px 0;
  border-left: 0;
  flex-basis: 172px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .form-box .common-btn-redesign {
    padding: 10px 12px;
  }
}

.clickable-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.clickable-bg--dark {
  background-color: #000;
  opacity: 0.7;
}

.img-center img {
  margin: 0 auto;
}

.page-list-page {
  padding: 40px 0;
}

.page-list {
  display: flex;
  flex-direction: column;
}
.page-list__item {
  margin-bottom: 10px;
  color: #2C2C2C;
}
.page-list__item:hover {
  -webkit-text-decoration-color: #2C2C2C;
          text-decoration-color: #2C2C2C;
}

.additional-page {
  padding: 60px 0;
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swipe-scroll-wrapper {
  position: relative;
  padding-bottom: 30px;
}
.swipe-scroll-wrapper:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 17px;
  bottom: 0;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjUgOUwxMi43NSAwLjI1TDExIDJMMTUuNTkzOCA2LjU5Mzc1TDE3LjEyNSA3LjkwNjI1TDEzLjYyNSA3LjY4NzVIMC41VjEwLjMxMjVIMTMuNjI1TDE3LjEyNSAxMC4wOTM4TDE1LjU5MzggMTEuNDA2MkwxMSAxNkwxMi43NSAxNy43NUwyMS41IDlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1);
}
.swipe-scroll-wrapper:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 17px;
  bottom: 0;
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjUgOUwxMi43NSAwLjI1TDExIDJMMTUuNTkzOCA2LjU5Mzc1TDE3LjEyNSA3LjkwNjI1TDEzLjYyNSA3LjY4NzVIMC41VjEwLjMxMjVIMTMuNjI1TDE3LjEyNSAxMC4wOTM4TDE1LjU5MzggMTEuNDA2MkwxMSAxNkwxMi43NSAxNy43NUwyMS41IDlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: contain;
}
.swipe-scroll-wrapper--black:before {
  filter: invert(1);
}
.swipe-scroll-wrapper--black:after {
  filter: invert(1);
}

.scroll-top-arrow {
  position: fixed;
  left: 60px;
  bottom: 90px;
  width: 60px;
  height: 60px;
  background-color: #2C2C2C;
  border-radius: 50%;
  cursor: pointer;
  z-index: 90;
  box-shadow: 0 0 5px #2C2C2C;
  display: none;
  align-items: center;
  justify-content: center;
}
.scroll-top-arrow.show {
  display: flex;
}
@media (max-width: 991px) {
  .scroll-top-arrow {
    width: 50px;
    height: 50px;
    bottom: 60px;
  }
}
@media (max-width: 600px) {
  .scroll-top-arrow {
    width: 40px;
    height: 40px;
    left: 15px;
    bottom: 15px;
  }
}
.scroll-top-arrow svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .scroll-top-arrow svg {
    width: 15px;
    height: 15px;
  }
}

.sportsmen {
  background-color: #2C2C2C;
  padding-top: 90px;
}

.sportsmen__slide {
  width: 240px !important;
}

.theme2-black-bg {
  background-color: #2C2C2C;
  color: #fff;
}

.inner-content {
  margin-top: 0;
  padding-top: 120px;
}
@media (max-width: 991px) {
  .inner-content {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .inner-content {
    padding-top: 40px;
  }
}
.inner-content--pb {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .inner-content--pb {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .inner-content--pb {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .product-filters__desktop-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .fancybox-slide--video {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  .fancybox-slide--video {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.toggle-link {
  align-self: flex-start;
  display: inline-block;
  vertical-align: baseline;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  border: none;
  text-decoration: underline;
  text-align: left;
  background-color: transparent;
  color: #1E3D4F;
  transition: all 0.3s ease-in-out;
}

.toggle-content {
  margin-top: 20px;
  display: none;
}
.toggle-content.active {
  display: block;
}

.video-banner.video-banner-mma {
  width: calc(100% + 2px);
  margin: 0 0 40px -1px;
  animation: fadein-ani 2.5s forwards;
  border: 1px solid #2C2C2C;
  overflow: hidden;
}
@media (max-width: 767px) {
  .video-banner.video-banner-mma {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

.video-banner.banner-id-25 .video-banner__inner {
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  overflow: hidden;
}

.video-banner-mma .video-banner__video-pic::before,
.video-banner-mma .video-banner__video-pic::after {
  background-color: #2C2C2C;
}

.video-banner-mma .video-banner__content {
  z-index: 1;
}

.video-banner-mma .video-banner__content-inner {
  align-items: flex-start;
  margin-left: 0;
}

.video-banner__highlited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
  background: #fff;
  height: 40px;
  padding: 0 30px;
  margin-top: 0;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .video-banner__highlited {
    margin: 0 auto 24px;
  }
}
.video-banner__video-pic {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}

.video-banner-mma .video-banner__video-bg {
  filter: brightness(0.5);
}

@keyframes fadein-ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.checkout-btn {
  margin-top: 30px;
  width: 100%;
  max-width: 380px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .checkout-btn {
    display: none;
  }
}
.checkout-btn svg {
  position: absolute;
  width: 45px;
  height: 45px;
  right: calc(50% - 110px);
  fill: transparent;
  stroke: #fff;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}

.header__mobile-phone svg {
  animation-name: connecting;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes connecting {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.4, 1.4, 1.4);
  }
}
body.ns-body {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.ns-h2 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2C2C2C;
  margin: 0 0 72px 0;
}
@media (max-width: 1199px) {
  .ns-h2 {
    font-size: 28px;
    margin: 0 0 60px 0;
  }
}
@media (max-width: 991px) {
  .ns-h2 {
    font-size: 24px;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .ns-h2 {
    margin: 0 0 34px 0;
    font-size: 16px;
  }
}

.ns-section-page {
  max-width: 830px;
  margin: 0 auto;
}
.ns-section-page .section-block-content ul:not([class]) li:before, .ns-section-page .section-block-content ul.ul li:before {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2.97266L0 7.97266L5 12.9727L10 7.97266L5 2.97266Z' fill='%23574337'/%3E%3C/svg%3E");
  background-size: 10px 16px;
  width: 10px;
  height: 16px;
  top: 0;
}

.ns-title-page {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 115%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 40px;
}

.header {
  transition: 0.1s ease-in-out;
  position: relative;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: 0.1s ease-in-out;
}
.header.fixed .header__top {
  display: none;
}
.header.fixed .header__bottom {
  display: none;
}
.header.fixed .top-promo {
  display: none;
}
.header.fixed .breadcrumbs {
  display: none;
}
.header__top {
  background-color: #2C2C2C;
  border-bottom: 1px solid #4e4e4e;
  padding: 14px 0 11px;
}
@media (max-width: 991px) {
  .header__top {
    padding: 8px 0;
  }
}
.header__top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__session-city {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header__session-city {
    display: none;
  }
}
.header__session-city .icon {
  width: 10px;
  height: 12px;
  margin-right: 10px;
}
.header__session-city span {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.header__session-city span:hover {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
  transition: 0.3s ease-in-out;
}
.header__top-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header__top-nav {
    display: none;
  }
}
.header__top-nav-link {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  margin-right: 32px;
}
@media (max-width: 1199px) {
  .header__top-nav-link {
    font-size: 12px;
    margin-right: 25px;
  }
}
@media (max-width: 1023px) {
  .header__top-nav-link {
    margin-right: 21px;
  }
}
.header__top-nav-link:last-child {
  margin-right: 0;
}
.header__top-nav-link:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.header__top-nav-link--with-number {
  position: relative;
}
.header__top-nav-link--with-icon {
  position: relative;
}
.header__top-nav-link--with-icon .icon {
  width: 12px;
  height: 12px;
  position: absolute;
  left: -17px;
  top: 1px;
}
.header__subnumber {
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  color: #ffac72;
  position: absolute;
  top: 0;
  right: -17px;
}
.header__account-links {
  display: flex;
  align-items: center;
}
.header__account-link {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  margin-right: 12px;
}
.header__account-link:last-child {
  margin-right: 0;
}
.header__account-link:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.header__mobile-search-toggle {
  display: none;
}
@media (max-width: 991px) {
  .header__mobile-search-toggle {
    display: block;
  }
}
.header__mobile-search-toggle .icon {
  fill: #fff;
  width: 12px;
  height: 12px;
}
.header__middle {
  background-color: #2C2C2C;
  padding: 18px 0 20px;
}
@media (max-width: 991px) {
  .header__middle {
    padding: 22px 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  .header__middle {
    padding: 10px 0;
  }
}
.header__middle-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__mobile-menu-toggle {
  display: none;
  margin-right: 17px;
}
@media (max-width: 991px) {
  .header__mobile-menu-toggle {
    display: block;
  }
}
.header__mobile-menu-toggle .icon {
  width: 30px;
  height: 27px;
  padding: 5px;
}
.header__mobile-menu-toggle .icon-cross {
  display: none;
  fill: #fff;
  width: 30px;
  height: 30px;
}
.header__mobile-menu-toggle.opened .icon-mobile-menu {
  display: none;
}
.header__mobile-menu-toggle.opened .icon-cross {
  display: block;
}
.header__logo {
  margin-right: 20px;
  flex-shrink: 0;
}
@media (max-width: 1365px) {
  .header__logo {
    margin-right: 10px;
    order: 0;
  }
}
@media (max-width: 1199px) {
  .header__logo {
    margin-right: 20px;
  }
}
.header__logo .icon {
  width: 168px;
  height: 49px;
}
@media (max-width: 600px) {
  .header__logo .icon {
    width: 91px;
    height: 26px;
  }
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  .header__logo .icon {
    width: 91px;
    height: 26px;
  }
}
@media (max-width: 600px) {
  .header__logo .icon-logo {
    display: none;
  }
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  .header__logo .icon-logo {
    display: none;
  }
}
.header__logo .icon-logo-mob {
  display: none;
  width: 115px;
  height: 26px;
}
@media (max-width: 600px) {
  .header__logo .icon-logo-mob {
    display: block;
  }
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  .header__logo .icon-logo-mob {
    display: block;
  }
}
.header__hr {
  width: 1px;
  height: 40px;
  background-color: #4E4E4E;
  margin-right: 20px;
}
@media (max-width: 1365px) {
  .header__hr {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .header__hr {
    display: none;
  }
}
.header__descriptor {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  max-width: 227px;
  margin-right: 20px;
  margin-left: 0;
}
@media (max-width: 1365px) {
  .header__descriptor {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .header__descriptor {
    display: none;
  }
}
.header__catalog-btn {
  margin-right: 40px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .header__catalog-btn {
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .header__catalog-btn {
    display: none;
  }
}
.header__search {
  display: block;
  position: relative;
  max-width: 381px;
  flex-basis: 381px;
  margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .header__search {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .header__search {
    display: none;
  }
}
.header__search input:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}
.header__search input:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}
.header__search-submit {
  position: absolute;
  top: 6px;
  right: 10px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  background: none;
}
.header__search-submit:hover .icon {
  fill: #ffac72;
  transition: 0.3s ease-in-out;
}
.header__search-submit .icon {
  width: 18px;
  height: 18px;
  fill: #000;
  transition: 0.3s ease-in-out;
}
.header__search-result {
  position: absolute;
  z-index: 999;
  top: calc(100% - 4px);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.header__search-result::-webkit-scrollbar {
  width: 5px;
}
.header__search-result::-webkit-scrollbar-track {
  background-color: #ccc;
}
.header__search-result::-webkit-scrollbar-thumb {
  background-color: #cf6e2b;
}
.header__search-result ul {
  margin: 0;
  padding: 0;
  list-style: 0;
}
.header__search-result li {
  margin: 0;
  padding: 0;
}
.header__search-result li a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  align-items: center;
  text-overflow: ellipsis;
  color: #999;
  font-size: 14px;
  transition: all 0.3 ease-in-out;
}
.header__search-result li a:hover, .header__search-result li a:focus {
  z-index: 2;
  background-color: #0c131b;
  color: #ffffff;
}
.header__search-result li:first-child a {
  margin-top: 10px;
}
.header__search-result li:last-child a {
  padding-bottom: 10px;
  border-radius: 0 0 5px 5px;
}
.header__search-result li a span {
  font-size: 14px;
  transition: all 0.3 ease-in-out;
}
.header__search-result li a b {
  color: #000000;
  font-size: 600;
  transition: all 0.3 ease-in-out;
}
.header__search-result li a img {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__search-result-btm {
  text-align: center;
  z-index: 4;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  display: none;
}
.header__search input:focus + .header__search-result, .header__search.active .header__search-result, .header__search:hover .header__search-result {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
}
.header__contact-box {
  margin-right: 32px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .header__contact-box {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .header__contact-box {
    margin-right: 23px;
    margin-left: auto;
  }
}
.header__phone {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: right;
  color: #fff;
  white-space: nowrap;
  margin: 0;
}
.header__phone:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
@media (max-width: 600px) {
  .header__phone {
    display: none;
  }
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  .header__phone {
    display: none;
  }
}
.header__working-hours {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: right;
  color: #a8a8a8;
}
@media (max-width: 600px) {
  .header__working-hours {
    display: none;
  }
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  .header__working-hours {
    display: none;
  }
}
.header__mobile-phone {
  display: none;
}
@media (max-width: 600px) {
  .header__mobile-phone {
    display: block;
  }
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  .header__mobile-phone {
    display: block;
  }
}
.header__mobile-phone .icon {
  width: 20px;
  height: 20px;
}
.header__cart-links {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .header__cart-links {
    margin-left: 10px;
  }
}
.header__cart-link {
  position: relative;
  margin-right: 27px;
}
@media (max-width: 991px) {
  .header__cart-link {
    margin-right: 23px;
  }
}
.header__cart-link:last-child {
  margin-right: 0;
}
.header__cart-link:hover .header__cart-link-qty {
  background-color: #ffac72;
  transition: 0.3s ease-in-out;
}
.header__cart-link .icon {
  transition: 0.3s ease-in-out;
}
.header__cart-link--favourite .icon {
  width: 23px;
  height: 21px;
  stroke: #fff;
  stroke-width: 2;
}
.header__cart-link--favourite:hover .icon {
  stroke: #ffac72;
  transition: 0.3s ease-in-out;
}
.header__cart-link--cart .icon {
  width: 27px;
  height: 23px;
  fill: #fff;
}
.header__cart-link--cart:hover .icon {
  fill: #ffac72;
  transition: 0.3s ease-in-out;
}
.header__cart-link-qty {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  font-size: 11px;
  line-height: 16px;
  right: -7px;
  top: -7px;
  width: 16px;
  height: 16px;
  font-weight: 600;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.header__bottom {
  display: none;
  padding: 23px 0 16px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .header__bottom {
    display: none;
  }
}
.header__bottom-nav {
  display: flex;
}
@media (max-width: 1199px) {
  .header__bottom-nav {
    justify-content: space-between;
  }
}
.header__bottom-nav-link {
  display: flex;
  align-items: center;
  margin-right: 95px;
}
.header__bottom-nav-link:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .header__bottom-nav-link {
    margin-right: 15px;
  }
}
.header__bottom-nav-link span {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  margin-right: 10px;
}
.header__bottom-nav-link .icon {
  width: 20px;
  height: 20px;
}
.header__bottom-nav-link--sale .icon {
  width: 26px;
  height: 26px;
  position: relative;
  bottom: 1px;
}
.header__mobile-search {
  width: 100%;
  position: relative;
  border-top: 1px solid #4e4e4e;
  display: none;
  background-color: #2C2C2C;
  padding: 8px 12px;
}
@media (min-width: 992px) {
  .header__mobile-search {
    display: none !important;
  }
}
.header__mobile-search.opened {
  display: block;
}
.header__mobile-search input {
  width: 100%;
  padding: 8px 9px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: none;
  margin-right: 15px;
  border-radius: 5px;
}
.header__mobile-search input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #a8a8a8;
}
.header__mobile-search input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #a8a8a8;
}
.header__mobile-search-box {
  position: relative;
  display: flex;
  align-items: center;
}
.header__mobile-search-box .header__search-result {
  width: calc(100% - 85px);
}
.header__mobile-search-box > input:focus + .header__search-result, .header__mobile-search-box.active .header__search-result {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
}
.header__mobile-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: linear-gradient(270deg, #ffb887 20%, #ffde7d 90%);
  border: 2px solid #F8B46E;
  border-radius: 5px;
  margin-right: 15px;
  flex-shrink: 0;
}
.header__mobile-search-submit .icon {
  width: 11px;
  height: 11px;
  fill: #fff;
}
.header__mobile-search-close {
  cursor: pointer;
}
.header__mobile-search-close .icon {
  width: 25px;
  height: 25px;
  fill: #fff;
}

.footer {
  background-color: #2C2C2C;
  padding: 40px 0;
}
.footer__top {
  display: grid;
  grid-template-columns: 248px 785px 248px;
  justify-content: space-between;
  grid-gap: 20px;
  margin-bottom: 0;
}
@media (max-width: 1364px) {
  .footer__top {
    grid-template-columns: 248px 1fr 248px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .footer__top {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
@media (max-width: 991px) {
  .footer__top-box {
    max-width: 248px;
    margin: 0 auto;
  }
}
.footer__top-box--subbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .footer__top-box--subbox {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
@media (max-width: 991px) {
  .footer__top-box--subbox {
    max-width: 365px;
  }
}
@media (max-width: 991px) {
  .footer__top-box--last {
    max-width: 370px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
.footer__logo {
  margin-bottom: 30px;
}
.footer__logo .icon {
  width: 248px;
  height: 50px;
}
.footer__descriptor {
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #f4dd99;
  margin: 0;
  width: 100%;
  margin-bottom: 30px;
}
.footer__rating img {
  margin: 0 auto;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1100px) {
  .footer__nav {
    align-items: center;
  }
}
@media (max-width: 420px) {
  .footer__nav {
    align-items: flex-start;
  }
}
.footer__nav-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}
.footer__nav-items {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .footer__nav-items {
    text-align: center;
  }
}
@media (max-width: 420px) {
  .footer__nav-items {
    text-align: left;
  }
}
.footer__nav-items.opened {
  display: block;
}
.footer__nav-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 3px 0;
  color: #fff;
  display: block;
}
.footer__nav-item:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.footer__nav-more {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 0;
  color: #818181;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer__nav-more {
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .footer__nav-more {
    justify-content: flex-start;
  }
}
.footer__nav-more .icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  fill: #ffac72;
  transform: rotate(-90deg);
}
.footer__contact-box {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .footer__contact-box {
    margin-bottom: 0;
  }
}
.footer__contacts-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 10px;
}
.footer__phone {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  display: block;
  margin: 0;
}
@media (max-width: 991px) {
  .footer__phone {
    font-size: 20px;
    line-height: 26px;
  }
}
.footer__phone:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.footer__mail {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  display: block;
}
@media (max-width: 600px) {
  .footer__mail {
    font-size: 12px;
    line-height: 20px;
  }
}
.footer__mail:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.footer__mail:after {
  display: none;
}
@media (max-width: 991px) {
  .footer__top-box-inner {
    display: flex;
    flex-direction: column;
  }
}
.footer__payment-types {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .footer__payment-types {
    order: 1;
    margin-bottom: 0;
  }
}
.footer__payment-types-item {
  margin-right: 10px;
}
.footer__payment-types-item:last-child {
  margin-right: 0;
}
.footer__payment-types-item .icon {
  width: 35px;
  height: 22px;
}
.footer__subnav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .footer__subnav {
    margin-bottom: 8px;
  }
}
.footer__subnav-item {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
  color: #fff;
}
@media (max-width: 600px) {
  .footer__subnav-item {
    font-size: 13px;
  }
}
.footer__subnav-item:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.footer__middle {
  display: grid;
  grid-template-columns: 248px 248px;
  grid-gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .footer__middle {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .footer__middle {
    grid-template-columns: 177px 177px;
    grid-gap: 12px;
  }
}
@media (max-width: 400px) {
  .footer__middle {
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
  }
}
.footer__showroom-title {
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #f4dd99;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .footer__showroom-title {
    font-size: 12px;
    line-height: 17px;
  }
}
.footer__showroom-text {
  font-size: 12px;
  line-height: 18px;
  color: #929292;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .footer__showroom-text {
    font-size: 8px;
    line-height: 12px;
  }
}
.footer__showroom-working-hours {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding: 6px 15px;
  border: 1px solid #2C2C2C;
  border-radius: 5px;
  display: inline-block;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
  }
}
.footer__copywrite {
  font-size: 16px;
  line-height: 24px;
  color: #2C2C2C;
}
@media (max-width: 991px) {
  .footer__copywrite {
    order: 1;
  }
}
.footer__policies {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer__policies {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
.footer__policies span {
  font-size: 16px;
  line-height: 24px;
  color: #306678;
  margin: 0 5px;
}
@media (max-width: 991px) {
  .footer__policies span {
    display: none;
  }
}
.footer__policy {
  font-size: 16px;
  line-height: 24px;
  color: #306678;
}
.footer__policy:hover {
  -webkit-text-decoration-color: #306678;
          text-decoration-color: #306678;
}

.form-group {
  position: relative;
}
.form-group.error .error-message {
  display: block;
}
.form-group.error .input, .form-group.error .textarea {
  border: 2px solid #910000;
}
.form-group--checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form-group--checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-group--checkbox label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2C2C2C;
  cursor: pointer;
}
.form-group--checkbox-allow {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.form-group--checkbox-allow input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-group--checkbox-allow label {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #2C2C2C;
  cursor: pointer;
}
.form-group--checkbox-allow label a {
  color: #2C2C2C;
  -webkit-text-decoration-color: #2C2C2C;
          text-decoration-color: #2C2C2C;
}
.form-group .error-message {
  font-size: 12px;
  position: absolute;
  left: 0;
  color: #910000;
  z-index: 1;
  line-height: 1;
  bottom: -13px;
  display: none;
}

.custom-cb-badge {
  width: 16px;
  height: 16px;
  border: 1px solid #2C2C2C;
  border-radius: 3px;
  margin-right: 12px;
  position: relative;
}
.custom-cb-badge:before {
  content: "";
  display: block;
  background: #2C2C2C;
  border-radius: 3px;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.custom-cb-badge.checked:before {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.custom-cb-badge-allow {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  top: 1px;
  transition: 0.2s ease-in-out;
  border: 1px solid #2C2C2C;
  pointer-events: none;
}
.custom-cb-badge-allow:before {
  content: "";
  width: 6px;
  height: 3px;
  display: block;
  position: absolute;
  border-bottom: 1px solid #2C2C2C;
  border-left: 1px solid #2C2C2C;
  transform: rotate(-45deg);
  top: 3px;
  left: 2px;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.custom-cb-badge-allow.checked:before {
  opacity: 1;
  transition: 0.2s ease-in-out;
}

.input {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: none;
}
.input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #a8a8a8;
  font-style: normal;
}
.input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #a8a8a8;
  font-style: normal;
}

.custom-select {
  padding: 0 25px 0 0;
  position: relative;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
}
.custom-select:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #2C2C2C;
  border-bottom: 1px solid #2C2C2C;
  transform: rotate(45deg);
}
.custom-select__value {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2C2C2C;
}
.custom-select-options {
  display: none;
  position: absolute;
  top: 26px;
  right: 0;
  background: #fff;
  border: 1px solid #2C2C2C;
  border-radius: 2px;
  width: 200px;
  padding: 8px 16px;
  z-index: 2;
}
.custom-select-options.opened {
  display: block;
}
.custom-select-options::-webkit-scrollbar {
  width: 3px;
}
.custom-select-options::-webkit-scrollbar-track {
  background-color: red;
}
.custom-select-options::-webkit-scrollbar-thumb {
  background-color: red;
}
.custom-select-option {
  padding: 0 42px 0 0;
  font-size: 14px;
  line-height: 18px;
  color: #2C2C2C;
  white-space: nowrap;
  position: relative;
}
.custom-select-option:not(:last-child) {
  margin-bottom: 8px;
}
.custom-select-option:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.125 2.5L3.75 7.5L1.875 5.625' stroke='%232C2C2C' stroke-width='1.375' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 10px;
  opacity: 0;
}
.custom-select-option._checked:after {
  opacity: 1;
}
.custom-select select {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
}

.textarea {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: none;
  resize: none;
  display: block;
}
.textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #a8a8a8;
  font-style: normal;
}
.textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #a8a8a8;
  font-style: normal;
}

.file-upload {
  padding: 20px 22px;
  background-color: #306678;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .file-upload {
    border-radius: 5px;
  }
}
.file-upload input[type=file] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.file-upload .icon-photo {
  width: 33px;
  height: 33px;
  margin-right: 20px;
  flex-shrink: 0;
}
.file-upload__upload-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-right: auto;
}
@media (max-width: 600px) {
  .file-upload__upload-text {
    max-width: 160px;
  }
}
.file-upload .icon-file {
  width: 33px;
  height: 33px;
  fill: #fff;
  flex-shrink: 0;
}

.form-group.form-group--select label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #818181;
  margin-right: 8px;
  text-transform: initial;
  letter-spacing: initial;
  display: initial;
  margin-bottom: 0;
}

.top-promo {
  padding: 10px 0;
  background: #691a28;
}
@media (max-width: 991px) {
  .top-promo {
    padding: 6px 0;
  }
}
.top-promo__box {
  padding: 0 25px;
  position: relative;
}
.top-promo__close {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 4px;
  cursor: pointer;
}
.top-promo__close .icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.top-promo__text {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ECECEC;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
@media (max-width: 991px) {
  .top-promo__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.main-slogan {
  position: relative;
  padding: 36px 0;
  overflow: hidden;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .main-slogan {
    padding: 10px 0;
    margin-bottom: 17px;
  }
}
.main-slogan__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  transform: translate(-50%, -50%);
  width: 100vw;
  padding: 0 35px;
}
@media (max-width: 767px) {
  .main-slogan__bg {
    width: 100%;
    padding: 0;
    position: static;
    transform: none;
    margin-bottom: 10px;
  }
}
.main-slogan__bg img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .main-slogan__bg img {
    width: 520px;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.main-slogan__text {
  position: relative;
  z-index: 1;
  font-style: italic;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  color: #1B1B1B;
}
@media (max-width: 767px) {
  .main-slogan__text {
    font-size: 24px;
    line-height: 34px;
  }
}

.main-banner {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.3s ease-in-out;
}
.main-banner_big-mb {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .main-banner_big-mb {
    margin-bottom: 40px;
  }
}
.main-banner:hover {
  transform: scale(1.005);
  box-shadow: 0 0 30px rgba(22, 40, 51, 0.25);
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .main-banner {
    margin-bottom: 10px;
  }
}
.main-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 37px 60px 30px;
}
@media (max-width: 767px) {
  .main-banner__content {
    padding: 30px 15px;
  }
}
.main-banner__title {
  font-style: italic;
  font-weight: 600;
  font-size: 48px;
  line-height: 67px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .main-banner__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
  }
}
.main-banner__subtitle-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.main-banner__subtitle {
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
  line-height: 53px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .main-banner__subtitle {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 5px;
  }
}
.main-banner__subtitle--highlited {
  background: linear-gradient(90deg, #cf6e2b 20%, #306678 90%);
  padding: 0 15px;
  border-radius: 5px;
}
.main-banner .icon-star {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  fill: rgba(0, 0, 0, 0);
}
.main-banner__text {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .main-banner__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.a-banners {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media (max-width: 991px) {
  .a-banners {
    margin: -10px 0;
  }
}
@media (max-width: 767px) {
  .a-banners {
    margin: -5px 0;
  }
}

.a-banner {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 10px;
  min-height: 346px;
  transition: 0.3s ease-in-out;
}
.a-banner:hover {
  transform: scale(1.01);
  box-shadow: 0 0 30px rgba(22, 40, 51, 0.25);
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .a-banner {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .a-banner {
    margin: 5px 0;
    min-height: 268px;
  }
}
.a-banner:after {
  content: "";
  display: block;
  width: 21px;
  height: 17px;
  position: absolute;
  right: 46px;
  bottom: 35px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjUgOUwxMi43NSAwLjI1TDExIDJMMTUuNTkzOCA2LjU5Mzc1TDE3LjEyNSA3LjkwNjI1TDEzLjYyNSA3LjY4NzVIMC41VjEwLjMxMjVIMTMuNjI1TDE3LjEyNSAxMC4wOTM4TDE1LjU5MzggMTEuNDA2MkwxMSAxNkwxMi43NSAxNy43NUwyMS41IDlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .a-banner:after {
    width: 15px;
    height: 13px;
    position: absolute;
    right: 32px;
    bottom: 28px;
  }
}
.a-banner--new::after {
  content: "Подробнее";
  width: 136px;
  height: 40px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 166%;
  text-transform: uppercase;
  background-position: right;
  background-size: 20px 17px;
}
.a-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
}
.a-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.a-banner__bg--left img {
  -o-object-position: left;
     object-position: left;
}
.a-banner__bg--right img {
  -o-object-position: right;
     object-position: right;
}
.a-banner--new .a-banner__bg {
  filter: none;
}
@media (max-width: 767px) {
  .a-banner--new .a-banner__bg {
    filter: brightness(0.5);
  }
}
.a-banner__content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .a-banner__content {
    padding: 25px 30px;
  }
}
.a-banner__content.row-right {
  align-items: flex-end;
  padding-right: 180px;
}
@media (max-width: 767px) {
  .a-banner__content.row-right {
    align-items: center;
    padding-right: 30px;
  }
}
.a-banner__content.col-center {
  justify-content: center;
}
.a-banner__title {
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
  line-height: 41px;
  color: #fff;
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  .a-banner__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.a-banner__title--icon {
  padding-top: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' viewBox='0 0 33 32' fill='none'%3E%3Cg clip-path='url(%23clip0_240_2972)'%3E%3Cpath d='M26.0806 29.8521H26.0836M19.9176 11.1271L20.2676 11.8351L21.0476 11.9481L29.5506 13.1841L23.3976 19.1821L22.8326 19.7321L22.9666 20.5101L24.4186 28.9781L16.8136 24.9801L16.1156 24.6131L15.4176 24.9801L7.81264 28.9781L9.26564 20.5091L9.39864 19.7321L8.83364 19.1821L2.68164 13.1841L11.1836 11.9491L11.9636 11.8351L12.3136 11.1281L16.1156 3.42407L19.9176 11.1281V11.1271Z' stroke='white' stroke-width='3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_240_2972'%3E%3Crect width='32' height='32' fill='white' transform='translate(0.115234)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 32px;
}
@media (max-width: 767px) {
  .a-banner__title--icon {
    background-position: top left;
  }
}
.a-banner--new .a-banner__title {
  font-size: 28px;
  line-height: 135%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .a-banner--new .a-banner__title {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }
}
.a-banner__text {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
@media (max-width: 767px) {
  .a-banner__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.a-banner__highlited {
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, #cf6e2b 20%, #306678 90%);
  padding: 6px 16px;
  margin-top: 12px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .a-banner__highlited {
    font-size: 12px;
    line-height: 17px;
    padding: 4px 10px;
  }
}
.a-banner__title .a-banner__highlited {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  font: inherit;
}
.a-banner--small {
  flex-basis: calc(40% - 20px);
  max-width: calc(40% - 20px);
}
@media (max-width: 1199px) {
  .a-banner--small {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .a-banner--small {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.a-banner--large {
  flex-basis: calc(60% - 20px);
  max-width: calc(60% - 20px);
}
@media (max-width: 1199px) {
  .a-banner--large {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .a-banner--large {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.a-banner--wide {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}

.accordion-section {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .accordion-section {
    margin: 40px 0;
  }
}

.product-accessories {
  border: 1px solid #2C2C2C;
  border-top: none;
}
.product-accessories__title {
  height: 40px;
  width: 100%;
  background: #1E3D4F;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-slider-redesign {
  position: relative;
  border-top: 1px solid #2C2C2C;
  border-bottom: 1px solid #2C2C2C;
  margin-bottom: -1px;
  border-top: none;
}
.product-slider-redesign.arrows-hidden .product-slider-redesign__arrow {
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
.product-slider-redesign__box {
  overflow: hidden;
}
.product-slider-redesign__box.disabled .swiper-slide {
  max-width: 25%;
}
@media (max-width: 1198px) {
  .product-slider-redesign__box.disabled .swiper-slide {
    max-width: 33.3333333333%;
  }
}
@media (max-width: 990px) {
  .product-slider-redesign__box.disabled .swiper-slide {
    max-width: 50%;
  }
}
@media (max-width: 599px) {
  .product-slider-redesign__box.disabled .swiper-slide {
    max-width: 100%;
  }
}
.product-slider-redesign__arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media (max-width: 600px) {
  .product-slider-redesign__arrow {
    top: calc(50% - 70px);
  }
}
.product-slider-redesign__arrow.swiper-button-disabled {
  display: none;
}
.product-slider-redesign__arrow .icon {
  fill: #000;
}
.product-slider-redesign__arrow--prev {
  left: 30px;
}
@media (max-width: 1400px) {
  .product-slider-redesign__arrow--prev {
    left: 5px;
  }
}
.product-slider-redesign__arrow--prev .icon {
  transform: scale(-1);
}
.product-slider-redesign__arrow--next {
  right: 30px;
}
@media (max-width: 1400px) {
  .product-slider-redesign__arrow--next {
    right: 5px;
  }
}

.product-preview-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
  margin-top: 1px;
}
@media (min-width: 1200px) {
  .product-preview-box > div:nth-child(4n+1):after, .product-preview-box > div:nth-child(4n+2):after, .product-preview-box > div:nth-child(4n+3):after {
    content: "";
    position: absolute;
    right: -4px;
    bottom: -4px;
    background: #2C2C2C;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    z-index: 10;
  }
  .product-preview-box > div._last-row4:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .product-preview-box {
    grid-template-columns: 1fr 1fr;
  }
  .product-preview-box > div:nth-child(even):after {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -5px;
    background: #2C2C2C;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    z-index: 10;
  }
  .product-preview-box > div._last-row2:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-preview-box {
    width: calc(100% - 2px);
    margin-left: 1px;
  }
}
.product-preview-box--fw {
  max-width: 985px;
  margin: 0 auto;
}

.product-preview {
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 0 0 1px #2C2C2C;
}
@media (hover: hover) {
  .product-preview:hover .product-preview__quick-view-toggle {
    opacity: 0.7;
    pointer-events: initial;
    transition: 0.3s ease-in-out;
  }
  .product-preview:hover .product-preview__favourite {
    opacity: 1;
    pointer-events: auto;
  }
  .product-preview:hover .product-preview__img--hidden {
    opacity: 1;
    pointer-events: initial;
  }
}
.product-preview--accessory .product-preview__title {
  margin-bottom: 7px;
}
.product-preview--accessory .product-preview__price-box {
  margin-top: auto;
}
.product-preview--accessory .product-preview__link {
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  -webkit-text-decoration-color: #730F26;
          text-decoration-color: #730F26;
  text-underline-offset: 3px;
}
.product-preview--accessory .product-preview__link span {
  color: #730F26;
}
.product-preview--accessory .product-preview__link .icon {
  fill: #730F26;
}
.product-preview--accessory .product-preview__add-to-cart {
  width: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #2C2C2C;
  padding: 8px 15px;
  background: linear-gradient(270deg, #ffb887 20%, #ffde7d 90%);
  border: 3px solid #F8B46E;
  border-radius: 7px;
}
.product-preview--accessory .product-preview__add-to-cart:hover {
  box-shadow: 0 0 15px rgba(228, 128, 46, 0.66);
}
.product-preview--accessory .product-preview__add-to-cart.active {
  color: #fff;
  background: #730F26;
  border-color: #730F26;
}
.product-preview--accessory .product-preview__add-to-cart.active:hover {
  box-shadow: none;
}
.product-preview__labels {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 1;
}
.product-preview__label {
  padding: 3px 6px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-preview__label--orange {
  background-color: #2C2C2C;
}
.product-preview__label--blue {
  background-color: #730F26;
}
.product-preview__label--black {
  background-color: #2C2C2C;
}
.product-preview__label .icon {
  width: 19px;
  height: 19px;
}
.product-preview__materials {
  position: absolute;
  top: 0;
  right: 1px;
  display: flex;
  flex-direction: column;
  border: 0;
  z-index: 5;
  pointer-events: none;
}
.product-preview__material {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  line-height: 11px;
  text-transform: uppercase;
  color: #2C2C2C;
  border-left: 1px solid #2C2C2C;
  border-bottom: 1px solid #2C2C2C;
  padding: 0;
  width: 60px;
  height: 60px;
  background: #fff;
}
@media (max-width: 767px) {
  .product-preview__material {
    width: 40px;
    height: 40px;
  }
}
.product-preview__material .icon {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.product-preview__material img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 600px) {
  .product-preview__material img {
    width: 35px;
    height: 35px;
  }
}
.product-preview__material--3d img {
  width: 24px;
  height: 35px;
}
@media (max-width: 767px) {
  .product-preview__material--3d img {
    width: 18px;
    height: 26px;
  }
}
.product-preview__img {
  display: block;
  background-color: #fff;
  position: relative;
}
.product-preview__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (max-width: 767px) {
  .product-preview__img img {
    height: auto;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
}
.product-preview__img--hidden {
  display: block;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.product-preview__img .play-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 30px;
  bottom: 0;
}
.product-preview__img .play-btn .icon {
  width: 40px;
  height: 40px;
}
.product-preview__content {
  padding: 15px 35px 30px 35px;
  flex-grow: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
}
@media (max-width: 767px) {
  .product-preview__content {
    padding: 15px 10px 20px;
  }
}
.product-preview__top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.product-preview__favourite {
  cursor: pointer;
  margin-left: auto;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .product-preview__favourite {
    opacity: 1;
    pointer-events: auto;
  }
}
.product-preview__favourite svg {
  width: 15px;
  height: 14px;
  fill: #2C2C2C;
  transition: 0.3s ease-in-out;
}
.product-preview__favourite.is-added {
  background: #730F26;
  border-color: #2C2C2C;
}
.product-preview__favourite.is-added svg {
  fill: #fff;
}
@media (min-width: 768px) {
  .product-preview__favourite:hover {
    border-color: #2C2C2C;
  }
}
.product-preview__middle-box {
  display: flex;
  justify-content: space-between;
}
.product-preview__assortment-items {
  white-space: nowrap;
  display: flex;
}
.product-preview__assortment-item {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  height: 12px;
  color: #909090;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #909090;
}
.product-preview__assortment-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.product-preview__title-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .product-preview__title-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.product-preview__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-right: 10px;
  flex: 1 1 100%;
  width: 100%;
}
.product-preview__bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .product-preview__bottom-box {
    margin: 10px 0 15px;
  }
}
.product-preview__price-box {
  display: flex;
  white-space: nowrap;
  flex-direction: column;
  text-align: right;
  flex: 1 0 80px;
}
@media (max-width: 767px) {
  .product-preview__price-box {
    flex: unset;
    margin-top: 10px;
    text-align: left;
  }
}
.product-preview__price {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2C2C2C;
}
.product-preview__old-price {
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
  color: #818181;
  text-decoration: line-through;
}
.product-preview__installment-price {
  font-size: 11px;
  line-height: 15px;
  color: #818181;
  margin-left: 20px;
}
.product-preview__add-to-cart {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #2C2C2C;
  height: 40px;
  background: transparent;
  color: #2C2C2C;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
}
@media (max-width: 767px) {
  .product-preview__add-to-cart {
    margin-top: 10px;
  }
}
@media (hover: hover) {
  .product-preview__add-to-cart:hover {
    background: #2C2C2C;
    color: #fff;
    transition: 0.3s ease-in-out;
  }
}
.product-preview__add-to-cart.active {
  background: #2C2C2C;
  color: #fff;
}
.product-preview__link {
  display: flex;
  align-items: center;
}
.product-preview__link span {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #818181;
  margin-right: 6px;
}
.product-preview__link .icon {
  width: 5px;
  height: 7px;
  fill: #818181;
}
.product-preview__quick-view-toggle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #2C2C2C;
  background-color: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 40px;
  z-index: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
}
@media (max-width: 767px) {
  .product-preview__quick-view-toggle {
    display: none;
  }
}
.product-preview__quick-view-toggle:hover {
  transform: translate(-50%, -50%) scale(1.01);
  transition: 0.3s ease-in-out;
  opacity: 1 !important;
}

.color-size-picker {
  position: absolute;
  left: 50%;
  top: calc(50% + 94px);
  transform: translate(-50%, -50%);
  border: 1px solid #2C2C2C;
  border-radius: 2px;
  padding: 10px;
  background-color: #fff;
  z-index: 1;
  min-width: 228px;
  max-width: calc(100% - 30px);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .color-size-picker {
    min-width: auto;
    max-width: 100%;
    width: calc(100% - 10px);
  }
}
.color-size-picker.opened {
  opacity: 1;
  z-index: 99;
  pointer-events: initial;
  transition: 0.2s ease-in-out;
}
.color-size-picker__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.color-size-picker__close .icon {
  fill: #818181;
  width: 16px;
  height: 16px;
}
.color-size-picker__box {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .color-size-picker__box {
    margin-bottom: 10px;
  }
}
.color-size-picker__title {
  font-size: 14px;
  line-height: 24px;
  color: #2C2C2C;
  margin-bottom: 10px;
}
.color-size-picker__color {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .color-size-picker__color {
    font-size: 12px;
  }
}
.color-size-picker__color:last-child {
  margin-bottom: 0;
}
.color-size-picker__color.active .color-size-picker__color-circle {
  border-color: #306678;
}
.color-size-picker__color.active .color-size-picker__color-circle:before {
  opacity: 1;
}
.color-size-picker__color.active .color-size-picker__color-rhombus span:nth-child(1) {
  box-shadow: inset 0 0 0 2px #fff;
}
.color-size-picker__color.active .color-size-picker__color-rhombus span:nth-child(2) {
  opacity: 1;
  border-color: #306678;
}
.color-size-picker__color.active .color-size-picker__item-name {
  color: #306678;
}
.color-size-picker input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.color-size-picker form button {
  width: 100%;
}
.color-size-picker__color-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0);
}
.color-size-picker__color-circle:before {
  content: "";
  width: 7px;
  height: 5px;
  display: block;
  position: absolute;
  border-bottom: 2px solid rgb(255, 255, 255);
  border-left: 2px solid rgb(255, 255, 255);
  top: 9px;
  left: 8px;
  transform: rotate(-45deg);
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.color-size-picker__color-rhombus {
  margin-right: 10px;
  position: relative;
  width: 18px;
  height: 18px;
}
.color-size-picker__color-rhombus span {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
  padding: 2px;
  box-shadow: inset 0 0 0 2px transparent;
}
.color-size-picker__color-rhombus span:nth-child(2) {
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0);
}
.color-size-picker__color-name {
  font-size: 14px;
  line-height: 21px;
  color: #2C2C2C;
}
.color-size-picker__size {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .color-size-picker__size {
    font-size: 12px;
  }
}
.color-size-picker__size:last-child {
  margin-bottom: 0;
}
.color-size-picker__size.active .color-size-picker__item-name {
  color: #730F26;
}
.color-size-picker__size.active .color-size-picker__size-cb-dummy:before {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.color-size-picker__size-cb-dummy {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid #2C2C2C;
  border-radius: 0px;
  margin-right: 10px;
  position: relative;
}
.color-size-picker__size-cb-dummy:before {
  content: "";
  display: block;
  background: #2C2C2C;
  border-radius: 0px;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.product-preview-banner {
  position: relative;
  display: flex;
  box-shadow: 0 0 0 1px #2C2C2C;
}
@media (min-width: 1200px) {
  .product-preview-banner:not(._last-row4):after {
    content: "";
    position: absolute;
    right: -4px;
    bottom: -4px;
    background: #2C2C2C;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    z-index: 10;
  }
}
@media (max-width: 1199px) {
  .product-preview-banner:nth-child(even):after {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -5px;
    background: #2C2C2C;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    z-index: 10;
  }
  .product-preview-banner._last-row2:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-preview-banner {
    padding-bottom: 109.43vw;
    max-height: 538px;
  }
}
.product-preview-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-preview-banner__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}
.product-preview-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 35px 35px;
  background: rgba(39, 39, 39, 0.6);
  margin-top: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .product-preview-banner__content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 10px;
  }
}
.product-preview-banner__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .product-preview-banner__title {
    font-size: 16px;
    line-height: 21px;
  }
}
.product-preview-banner__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 14px;
}
.product-preview-banner .icon {
  width: 20px;
  height: 14px;
  fill: #fff;
}
@media (hover: hover) {
  .product-preview-banner:hover .product-preview-banner__bg img {
    transform: scale(1.05);
  }
}

.swiper-slide .color-size-picker {
  top: auto;
  transform: translate(-50%, 0);
  bottom: 10px;
  max-height: calc(100% - 10px);
  overflow: auto;
}

.rating-box {
  display: flex;
  align-items: center;
}
.rating-box .rating-stars {
  margin-right: 12px;
}
.rating-box__rating {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: #2C2C2C;
  white-space: nowrap;
}
.rating-box__rating span.num {
  display: inline-block;
  vertical-align: baseline;
  border-left: 1px solid #818181;
  padding-left: 5px;
  line-height: 1;
  margin-left: 5px;
  color: #ef8235;
}
.rating-box__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #2C2C2C;
  margin-right: 5px;
}

.rating-stars {
  display: inline-flex;
}
.rating-stars--xl .rating-stars__star {
  margin-right: 20px;
}
.rating-stars--xl .rating-stars__star:last-child {
  margin: 0;
}
.rating-stars--xl .rating-stars__star.filled svg {
  fill: #C38F4B;
}
.rating-stars--lg .rating-stars__star {
  margin-right: 3px;
}
.rating-stars--lg .rating-stars__star .icon {
  width: 20px;
  height: 20px;
}
.rating-stars__star .icon {
  width: 16px;
  height: 16px;
  fill: #B8B8B8;
  margin-right: 0;
}
.rating-stars__star.filled .icon {
  fill: #2C2C2C;
}

.d-banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 991px) {
  .d-banners {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .d-banners {
    grid-gap: 10px;
  }
}

.d-banner {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.d-banner:hover {
  transform: scale(1.01);
  box-shadow: 0 0 30px rgba(22, 40, 51, 0.25);
  transition: 0.3s ease-in-out;
}
.d-banner:after {
  content: "";
  display: block;
  width: 21px;
  height: 17px;
  position: absolute;
  right: 46px;
  bottom: 35px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjUgOUwxMi43NSAwLjI1TDExIDJMMTUuNTkzOCA2LjU5Mzc1TDE3LjEyNSA3LjkwNjI1TDEzLjYyNSA3LjY4NzVIMC41VjEwLjMxMjVIMTMuNjI1TDE3LjEyNSAxMC4wOTM4TDE1LjU5MzggMTEuNDA2MkwxMSAxNkwxMi43NSAxNy43NUwyMS41IDlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .d-banner:after {
    width: 15px;
    height: 13px;
    position: absolute;
    right: 32px;
    bottom: 28px;
  }
}
.d-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
}
.d-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.d-banner__content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .d-banner__content {
    padding: 25px 30px;
  }
}
.d-banner__title-box {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.d-banner__title {
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
  line-height: 41px;
  color: #fff;
  margin-bottom: 3px;
}
.d-banner__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .d-banner__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.d-banner__title--highlited {
  background: linear-gradient(90deg, #cf6e2b 20%, #306678 90%);
  padding: 2px 16px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .d-banner__title--highlited {
    padding: 3px 12px;
  }
}
.d-banner__text {
  font-size: 18px;
  line-height: 29px;
  color: #fff;
}
@media (max-width: 767px) {
  .d-banner__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.d-banner--small {
  min-height: 346px;
}
@media (max-width: 767px) {
  .d-banner--small {
    min-height: 268px;
  }
}
.d-banner--small .d-banner__content {
  padding-left: 75px;
  justify-content: center;
}
@media (max-width: 991px) {
  .d-banner--small .d-banner__content {
    padding-left: 35px;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .d-banner--small .d-banner__content {
    padding-left: 30px;
  }
}
.d-banner--small .d-banner__title--highlited {
  position: relative;
  right: 16px;
}
@media (max-width: 991px) {
  .d-banner--small .d-banner__title--highlited {
    right: 0;
  }
}
.d-banner--large {
  min-height: 712px;
  grid-row: span 2;
}
@media (max-width: 991px) {
  .d-banner--large {
    min-height: 346px;
    grid-row: span 1;
  }
}
@media (max-width: 767px) {
  .d-banner--large {
    min-height: 268px;
  }
}
.d-banner--large .d-banner__content {
  padding-bottom: 110px;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .d-banner--large .d-banner__content {
    padding-bottom: 40px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .d-banner--large .d-banner__content {
    padding-bottom: 25px;
  }
}
.d-banner--large .d-banner__title-box {
  align-items: center;
}
@media (max-width: 991px) {
  .d-banner--large .d-banner__title-box {
    align-items: flex-start;
  }
}
.d-banner--large .d-banner__text {
  text-align: center;
}
@media (max-width: 991px) {
  .d-banner--large .d-banner__text {
    text-align: left;
  }
}

.athletes {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .athletes {
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .athletes {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
.athletes__inner {
  padding: 40px;
  border-radius: 5px;
  background: #CF6E2B;
  background: linear-gradient(90deg, #CF6E2B 20%, #306678 90%);
}
@media (max-width: 599px) {
  .athletes__inner {
    padding-right: 0;
    padding-left: 10px;
    border-radius: 0;
  }
}
.athletes h2 {
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .athletes h2 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 599px) {
  .athletes h2 {
    padding-right: 10px;
  }
}
.athletes .athletes-slider {
  position: relative;
  padding: 0 46px;
}
@media (max-width: 599px) {
  .athletes .athletes-slider {
    padding: 0;
  }
}
.athletes .athletes-slider__container {
  position: relative;
  overflow: hidden;
}
.athletes .athletes-slider__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.athletes .athletes-slider__item {
  flex-shrink: 0;
  width: 20%;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .athletes .athletes-slider__item {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .athletes .athletes-slider__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 599px) {
  .athletes .athletes-slider__item {
    width: 50%;
  }
}
.athletes .athletes-slider__inner {
  display: block;
  width: 100%;
  text-decoration: none;
}
.athletes .athletes-slider__photo {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.athletes .athletes-slider__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 5px;
}
.athletes .athletes-slider__name {
  margin: 0 0 4px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 157%;
  text-transform: uppercase;
}
.athletes .athletes-slider__text {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 166%;
}

.slider-redesign-arrow {
  position: absolute;
  top: calc(50% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #FFAC72;
  box-shadow: 0px 0px 9px 0px rgba(228, 128, 46, 0.66);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 0;
  color: transparent;
}
@media (max-width: 599px) {
  .slider-redesign-arrow {
    display: none;
  }
}
.slider-redesign-arrow--prev {
  left: 0;
  transform: scale(-1);
}
.slider-redesign-arrow--next {
  right: 0;
}
.slider-redesign-arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.slider-redesign-arrow svg {
  width: 14px;
  height: 14px;
  fill: #272727;
  transition: all 0.3s ease-in-out;
}
.slider-redesign-arrow:hover, .slider-redesign-arrow:focus {
  background: #272727;
  box-shadow: 0px 0px 9px 0px rgba(228, 128, 46, 0);
}
.slider-redesign-arrow:hover svg, .slider-redesign-arrow:focus svg {
  fill: #FFAC72;
}

.series {
  position: relative;
  padding-top: 37px;
}
.series__bg {
  position: absolute;
  width: 100%;
  height: 242px;
  top: 0;
  left: 0;
}
.series__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.series__container {
  position: relative;
  z-index: 1;
}
.series__items {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
}
.series__items::-webkit-scrollbar {
  height: 5px;
}
.series__items::-webkit-scrollbar-track {
  background-color: #ccc;
}
.series__items::-webkit-scrollbar-thumb {
  background-color: #cf6e2b;
}
.series__item {
  flex-basis: 264px;
  max-width: 264px;
  height: 177px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.series__item:hover .series__item-bg {
  filter: brightness(1.2);
  transition: 0.3s ease-in-out;
}
.series__item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}
.series__item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.series__title-box {
  position: relative;
  z-index: 1;
  background: rgba(39, 39, 39, 0.6);
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.series__title-box img {
  width: auto;
  max-height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.series-new {
  padding: 40px 0 70px;
  background: linear-gradient(270deg, #cf6e2b 20%, #306678 90%);
}
.series-new .swipe-scroll-wrapper {
  padding-bottom: 0;
}
.series-new .swipe-scroll-wrapper::before, .series-new .swipe-scroll-wrapper::after {
  display: none;
}
.series-new__container {
  position: relative;
}
.series-new__container::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 210px;
  width: 30px;
  background-image: linear-gradient(to right, rgba(207, 110, 43, 0.1) 0%, rgb(207, 110, 43) 100%);
  content: "";
  pointer-events: none;
}
.series-new__items {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
}
.series-new__items::-webkit-scrollbar {
  height: 5px;
}
.series-new__items::-webkit-scrollbar-track {
  background-color: #ccc;
}
.series-new__items::-webkit-scrollbar-thumb {
  background-color: #cf6e2b;
}
.series-new__item {
  flex-basis: 382px;
  max-width: 382px;
  flex-basis: calc(25% - 87px + (25% - 87px) / 4);
  max-width: calc(25% - 87px + (25% - 87px) / 4);
  flex-shrink: 0;
  margin-right: 87px;
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  .series-new__item {
    flex-basis: calc(25% - 20px + (25% - 20px) / 4);
    max-width: calc(25% - 20px + (25% - 20px) / 4);
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .series-new__item {
    flex-basis: calc(50% - 20px + (50% - 20px) / 4);
    max-width: calc(50% - 20px + (50% - 20px) / 4);
    margin-right: 20px;
  }
}
.series-new__item:hover {
  filter: invert(58%) sepia(11%) saturate(2489%) hue-rotate(61deg) brightness(97%) contrast(97%);
}
.series-new__item:last-child {
  margin-right: 20px;
}
.series-new__item-img {
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  .series-new__item-img {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .series-new__item-img {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .series-new__item-img img {
    max-width: 100%;
  }
}
.series-new__item-text {
  font-size: 18px;
  line-height: 29px;
  color: #fff;
}

.series-new--monochrome {
  background: #fff;
  padding: 0;
}
.series-new--monochrome .series-new__items {
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: flex-start;
  margin: -35px -15px;
}
@media (max-width: 600px) {
  .series-new--monochrome .series-new__items {
    margin: 0;
  }
}
.series-new--monochrome .series-new__item {
  flex-basis: 255px;
  flex-basis: 20%;
  max-width: 255px;
  max-width: 20%;
  margin: 35px 15px;
  margin: 0;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .series-new--monochrome .series-new__item {
    justify-content: center;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 0 15px;
    padding: 0;
  }
}
.series-new--monochrome .series-new__item-text {
  color: #2C2C2C;
}
.series-new--monochrome .series-new__item-img {
  margin-bottom: 0;
}
.series-new--monochrome .series-new__item-img img {
  max-width: 255px;
  width: 100%;
}

.c-banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 991px) {
  .c-banners {
    grid-template-columns: 1fr;
  }
}

.c-banner {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  min-height: 300px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .c-banner {
    min-height: 212px;
  }
}
.c-banner:hover {
  transform: scale(1.01);
  box-shadow: 0 0 30px rgba(22, 40, 51, 0.25);
  transition: 0.3s ease-in-out;
}
.c-banner:after {
  content: "";
  display: block;
  width: 21px;
  height: 17px;
  position: absolute;
  right: 46px;
  bottom: 35px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjUgOUwxMi43NSAwLjI1TDExIDJMMTUuNTkzOCA2LjU5Mzc1TDE3LjEyNSA3LjkwNjI1TDEzLjYyNSA3LjY4NzVIMC41VjEwLjMxMjVIMTMuNjI1TDE3LjEyNSAxMC4wOTM4TDE1LjU5MzggMTEuNDA2MkwxMSAxNkwxMi43NSAxNy43NUwyMS41IDlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-banner:after {
    width: 15px;
    height: 13px;
    position: absolute;
    right: 32px;
    bottom: 28px;
  }
}
.c-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
}
.c-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-banner__content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-banner__content {
    padding: 25px 30px;
  }
}
.c-banner__title {
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
  line-height: 41px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-banner__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 1px;
  }
}
.c-banner__text {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .c-banner__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.our-works__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 67px;
  text-align: center;
  text-transform: uppercase;
  color: #2C2C2C;
}
@media (max-width: 767px) {
  .our-works__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.our-works__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .our-works__subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.our-works__box {
  display: flex;
}
@media (max-width: 1199px) {
  .our-works__box {
    flex-direction: column;
  }
}
.our-works__map {
  flex-basis: 60%;
  max-width: 60%;
  height: 503px;
  position: relative;
}
@media (max-width: 1199px) {
  .our-works__map {
    flex-basis: 400px;
    max-width: 100%;
    order: 1;
  }
}
.our-works__map--fw {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
.our-works__map--fw .placeholder {
  width: 100%;
  height: 100%;
}
.our-works__map--fw .placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-works__bubble {
  padding: 20px 15px 20px;
}
.our-works__name {
  max-width: 250px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.our-works__date {
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  color: #666666;
}
.our-works__map-link {
  font-size: 14px;
  color: #0000ff;
  text-decoration: underline;
}
.our-works .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.our-works .placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-works .loader {
  color: #000;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 15;
  transition: opacity 0.7s ease;
  background-color: rgba(0, 0, 0, 0.55);
  display: none;
}
.our-works .loader.is-active {
  display: block;
}
.our-works .loader:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border: solid 8px #fff;
  border-left-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.our-works__content {
  flex-basis: 40%;
  max-width: 40%;
  background: linear-gradient(90deg, #306678 20%, #BF722D 80%);
  padding: 30px 30px 68px 77px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .our-works__content {
    flex-basis: 100%;
    max-width: 100%;
    padding: 25px 40px;
  }
}
.our-works__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
  max-width: 343px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .our-works__text {
    font-size: 16px;
    line-height: 26px;
  }
}
.our-works__link {
  display: flex;
  align-items: center;
}
.our-works__link span {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #ffac72;
  margin-right: 17px;
}
@media (max-width: 767px) {
  .our-works__link span {
    font-size: 14px;
    line-height: 22px;
  }
}
.our-works__link .icon {
  width: 18px;
  height: 15px;
  fill: #ffac72;
}

.works-modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0 30px;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}

.works-modal__content {
  position: relative;
  max-width: 1200px;
  padding: 40px 30px 30px;
  background-color: #ffffff;
}

@media (max-width: 599px) {
  .works-modal {
    padding: 0;
  }
  .works-modal__content {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
  }
}
.works-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 24px;
  color: #666666;
  margin: 0;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

.works-modal__close:hover,
.works-modal__close:focus {
  color: #0000ff;
}

.works-modal.active {
  display: flex;
}

.our-projects-slider {
  padding: 0 62px;
  margin: 37px;
}

@media only screen and (max-width: 600px) {
  .our-projects-slider {
    padding: 0 15px;
    margin: 0 10px;
  }
}
.our-projects-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 30px);
  width: 50px;
  height: 50px;
  background-color: #f1f1f1;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease 0s;
  z-index: 99;
}

@media only screen and (max-width: 600px) {
  .our-projects-slider .slick-arrow {
    top: 100px;
  }
}
.our-projects-slider .slick-arrow .icon {
  width: 13px;
  height: 13px;
  fill: #141c4d;
  transition: 0.4s ease 0s;
}

.our-projects-slider .slick-arrow:hover {
  background: #1732bc;
}

.our-projects-slider .slick-arrow:hover .icon {
  fill: #ffffff;
}

.our-projects-slider .slider-arrow-next {
  right: -28px;
  transform: rotate(180deg);
}

@media only screen and (max-width: 600px) {
  .our-projects-slider .slider-arrow-next {
    right: 0;
  }
}
.our-projects-slider .slider-arrow-prev {
  left: -28px;
}

@media only screen and (max-width: 600px) {
  .our-projects-slider .slider-arrow-prev {
    left: 0;
  }
}
.our-project {
  display: flex !important;
  align-items: center;
}

.our-project__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s ease 0s;
}

.our-project__cover:hover {
  opacity: 0.7;
}

.our-project__icon .icon {
  fill: #fff;
  font-size: 48px;
}

.our-project__img-num {
  font-size: 18px;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .our-project {
    flex-direction: column;
  }
}
.our-project__img {
  flex-shrink: 0;
  position: relative;
}

.our-project__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 29px 0 2px;
}

@media only screen and (max-width: 600px) {
  .our-project__title {
    font-size: 16px;
  }
}
.our-project__date {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}

@media only screen and (max-width: 600px) {
  .our-project__date {
    font-size: 14px;
  }
}
.our-project__desc p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.our-project__desc ul {
  margin-top: 10px;
}

.our-project__desc a {
  color: #306678;
  text-decoration: underline;
}

.our-project__link {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #306678;
  padding-left: 20px;
}

.our-project__link:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' fill='%23306678'%3E%3Cg%3E%3Cg%3E%3Cpath d='M488.727,0H302.545c-12.853,0-23.273,10.42-23.273,23.273c0,12.853,10.42,23.273,23.273,23.273h129.997L192.999,286.09 c-9.087,9.087-9.087,23.823,0,32.912c4.543,4.543,10.499,6.816,16.455,6.816c5.956,0,11.913-2.273,16.455-6.817L465.455,79.458 v129.997c0,12.853,10.42,23.273,23.273,23.273c12.853,0,23.273-10.42,23.273-23.273V23.273C512,10.42,501.58,0,488.727,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M395.636,232.727c-12.853,0-23.273,10.42-23.273,23.273v209.455H46.545V139.636H256c12.853,0,23.273-10.42,23.273-23.273 S268.853,93.091,256,93.091H23.273C10.42,93.091,0,103.511,0,116.364v372.364C0,501.58,10.42,512,23.273,512h372.364 c12.853,0,23.273-10.42,23.273-23.273V256C418.909,243.147,408.489,232.727,395.636,232.727z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.our-project__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  background: #306678;
  width: 100%;
  opacity: 0.7;
  transform: scale(0);
  transition: 0.4s ease 0s;
}

.our-project__link:hover::after {
  transform: scale(1);
}

@media only screen and (max-width: 600px) {
  .our-project__desc p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
  }
}
.our-project__content {
  margin-left: 60px;
}

@media only screen and (max-width: 1199px) {
  .our-project__content {
    margin-left: 0;
  }
}
.showrooms__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .showrooms__imgs {
    grid-template-columns: 1fr 1fr;
  }
}
.showrooms__img {
  height: 246px;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .showrooms__img {
    height: 148px;
  }
}
.showrooms__img img {
  width: 100%;
  height: 247px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .showrooms__img img {
    height: 149px;
  }
}
.showrooms__contacts {
  background-color: #2C2C2C;
  padding: 50px 0 25px;
}
@media (max-width: 767px) {
  .showrooms__contacts {
    padding: 13px 0;
  }
}
.showrooms__items {
  display: flex;
  margin: -11px;
}
@media (max-width: 1199px) {
  .showrooms__items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .showrooms__items {
    margin: -5px 0;
  }
}
.showrooms__item {
  flex-basis: 425px;
  max-width: 425px;
  background-color: #131d28;
  padding: 37px 52px 43px;
  border-radius: 5px;
  margin: 11px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .showrooms__item {
    padding: 30px;
    margin: 5px 0;
  }
}
.showrooms__title-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  min-height: 56px;
}
.showrooms__title-box .icon {
  width: 32px;
  height: 32px;
  margin-right: 22px;
  flex-shrink: 0;
}
.showrooms__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .showrooms__item-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.showrooms__phone {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  display: block;
}
@media (max-width: 767px) {
  .showrooms__phone {
    font-size: 20px;
    line-height: 30px;
  }
}
.showrooms__phone:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.showrooms__mail {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #f4dd99;
  -webkit-text-decoration-color: #f4dd99;
          text-decoration-color: #f4dd99;
  text-underline-offset: 4px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .showrooms__mail {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 18px;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
            text-decoration-color: rgba(0, 0, 0, 0);
  }
}
.showrooms__mail:hover {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
}
.showrooms__address {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .showrooms__address {
    font-size: 12px;
    line-height: 18px;
  }
}
.showrooms__working-hours {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  padding: 6px 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: auto;
}

.shipment-destinations {
  background-color: #2C2C2C;
  padding: 25px 0 53px;
}
@media (max-width: 991px) {
  .shipment-destinations .h2 {
    text-align: center;
  }
}
.shipment-destinations__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .shipment-destinations__box {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .shipment-destinations__box {
    align-items: center;
  }
}
.shipment-destinations__countries {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-basis: 435px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .shipment-destinations__countries {
    flex-basis: auto;
    margin-bottom: 20px;
    margin-right: 0;
    max-width: 300px;
    width: 100%;
  }
}
.shipment-destinations__country {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0;
}
.shipment-destinations__cities {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  flex-basis: 750px;
}
@media (max-width: 991px) {
  .shipment-destinations__cities {
    flex-basis: auto;
    grid-template-columns: 1fr 1fr;
    max-width: 300px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.shipment-destinations__city {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #586B81;
  margin: 0;
}
.shipment-destinations__city:hover {
  -webkit-text-decoration-color: #586B81;
          text-decoration-color: #586B81;
}
.shipment-destinations .common-btn-redesign {
  color: #586B81;
  border-color: #586B81;
  background-color: rgba(0, 0, 0, 0);
}
.shipment-destinations .common-btn-redesign:hover {
  color: #fff;
  background-color: #586B81;
}

.subscribe-blocks {
  display: flex;
}
@media (max-width: 1199px) {
  .subscribe-blocks {
    flex-direction: column;
  }
}

.promo-subscribe {
  flex-basis: 50%;
  max-width: 50%;
  background-color: #131d28;
  padding: 46px 109px 46px 85px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .promo-subscribe {
    flex-basis: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 46px 76px;
  }
}
@media (max-width: 767px) {
  .promo-subscribe {
    padding: 25px 30px;
  }
}
.promo-subscribe__inner {
  flex-basis: 510px;
}
.promo-subscribe__title {
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .promo-subscribe__title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .promo-subscribe__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .promo-subscribe .form-group--checkbox {
    justify-content: center;
  }
}

.social-subscribe {
  flex-basis: 50%;
  background: linear-gradient(270deg, #cf6e2b 20%, #306678 90%);
  padding: 46px 76px;
}
@media (max-width: 1199px) {
  .social-subscribe {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .social-subscribe {
    padding: 25px 50px;
  }
}
.social-subscribe__title {
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .social-subscribe__title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .social-subscribe__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.social-subscribe__box {
  display: flex;
  justify-content: space-between;
  max-width: 550px;
  width: 100%;
}
@media (max-width: 767px) {
  .social-subscribe__box {
    flex-direction: column;
    align-items: center;
  }
}
.social-subscribe__social-links {
  display: flex;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .social-subscribe__social-links {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.social-subscribe__social-link {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #ffb887 20%, #ffde7d 90%);
  box-shadow: 0 0 9px rgba(228, 128, 46, 0.66);
  border: 3px solid #F8B46E;
  border-radius: 15px;
  margin-right: 15px;
  transition: 0.3s ease-in-out;
}
.social-subscribe__social-link:last-child {
  margin-right: 0;
}
.social-subscribe__social-link:hover {
  box-shadow: 0 0 15px rgba(228, 128, 46, 0.66);
  transition: 0.3s ease-in-out;
}
.social-subscribe__social-link .icon {
  width: 22px;
  height: 20px;
}
.social-subscribe .made-in .icon {
  width: 227px;
  height: 68px;
}

.breadcrumbs__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #2C2C2C;
  padding: 10px 12px;
}
@media (max-width: 991px) {
  .breadcrumbs__items {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.breadcrumbs__item {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #2C2C2C;
  margin-right: 30px;
  position: relative;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
.breadcrumbs__item:hover {
  -webkit-text-decoration-color: #2C2C2C;
          text-decoration-color: #2C2C2C;
}
.breadcrumbs__item:not(:last-child):after {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.49935 5L0.666016 1.16667L1.83268 0L6.83268 5L1.83268 10L0.666016 8.83333L4.49935 5Z' fill='%23909090'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 7px 10px;
}
.breadcrumbs__item--current {
  color: #2C2C2C;
}
.breadcrumbs__item--current:after {
  display: none;
}

.catalog-tags {
  display: flex;
  align-items: flex-start;
  max-height: 40px;
  width: 100%;
  box-shadow: 0 0 0 1px #2C2C2C;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .catalog-tags {
    margin-bottom: 0;
    flex-direction: column;
    max-height: none;
    box-shadow: none;
  }
}
.catalog-tags__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: calc(100% - 115px);
}
@media (max-width: 1499px) {
  .catalog-tags__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1199px) {
  .catalog-tags__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .catalog-tags__items {
    display: block;
    width: 100%;
  }
}
.catalog-tags__tag {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  text-align: center;
  transition: background-color 0.3s;
}
.catalog-tags__tag_toggle {
  display: none;
}
@media (max-width: 767px) {
  .catalog-tags__tag {
    width: 100%;
    border: 1px solid #2C2C2C;
    border-bottom: none;
    box-shadow: none;
  }
  .catalog-tags__tag.js-hide-mobile:not(.catalog-tags__tag--current) {
    display: none;
  }
}
.catalog-tags__tag:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 1px 0 1px #2C2C2C;
}
@media (max-width: 767px) {
  .catalog-tags__tag:before {
    display: none;
  }
}
.catalog-tags__tag--current {
  background: #730F26;
  color: #fff;
}
@media (min-width: 768px) {
  .catalog-tags__tag:hover {
    color: #fff;
    background: #730F26;
  }
  .catalog-tags__tag:hover svg, .catalog-tags__tag:hover svg path {
    fill: #fff;
  }
}
.catalog-tags__fold-toggle {
  width: 115px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px #2C2C2C;
  text-align: center;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .catalog-tags__fold-toggle {
    width: 100%;
    box-shadow: none;
    border: 1px solid #2C2C2C;
    border-bottom: none;
  }
}
.catalog-tags__fold-toggle.opened svg {
  transform: rotate(-180deg);
}
@media (min-width: 768px) {
  .catalog-tags__fold-toggle:hover {
    color: #fff;
    background: #730F26;
  }
  .catalog-tags__fold-toggle:hover svg, .catalog-tags__fold-toggle:hover svg path {
    fill: #fff;
  }
}
.catalog-tags.opened {
  max-height: 100%;
  box-shadow: none;
}
.catalog-tags.opened .catalog-tags__fold-toggle {
  border-top: none;
}
@media (min-width: 768px) {
  .catalog-tags.opened .catalog-tags__fold-toggle {
    display: none;
  }
}
.catalog-tags.opened .catalog-tags__items {
  width: 100%;
  max-width: 100%;
  margin: 0;
  gap: 10px;
}
@media (max-width: 767px) {
  .catalog-tags.opened .catalog-tags__items {
    gap: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.catalog-tags.opened .catalog-tags__tag {
  border: 1px solid #2C2C2C;
}
.catalog-tags.opened .catalog-tags__tag_toggle {
  display: flex;
}
.catalog-tags.opened .catalog-tags__tag_toggle svg {
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .catalog-tags.opened .catalog-tags__tag_toggle {
    display: none;
  }
}
.catalog-tags.opened .catalog-tags__tag:before {
  box-shadow: 0 0 0 1px #2C2C2C;
}
@media (min-width: 768px) {
  .catalog-tags.opened .catalog-tags__tag:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .catalog-tags.opened .catalog-tags__tag:not(:first-child) {
    border-top: none;
  }
  .catalog-tags.opened .catalog-tags__tag.js-hide-mobile {
    display: flex;
  }
}

.category-sidebar {
  position: relative;
  border-radius: 5px;
  align-self: stretch;
}
.category-sidebar .category-sidebar-sticky {
  position: sticky;
  top: 110px;
  overflow: hidden;
}
.category-sidebar .category-sidebar-sticky-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 110px);
  padding-right: 15px;
  width: calc(100% + 15px);
}
.category-sidebar__categories {
  overflow: hidden;
  border-radius: 5px;
}
.category-sidebar__categories.fixed {
  position: fixed;
  z-index: 2;
  width: 100%;
  left: 0;
  border-top: 1px solid #4e4e4e;
  border-radius: 0;
}
.category-sidebar__categories.fixed .category-sidebar__category-mobile-toggle {
  border-radius: 0;
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  .category-sidebar__categories.fixed {
    top: 37px !important;
  }
}
@media (max-width: 991px) {
  .category-sidebar__categories {
    margin-bottom: 30px;
  }
}
.category-sidebar__category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2C2C2C;
  padding: 15px 10px 13px 25px;
}
@media (max-width: 991px) {
  .category-sidebar__category {
    position: relative;
    padding-right: 45px;
  }
}
.category-sidebar__category--blue {
  background-color: #306678;
}
.category-sidebar__category.opened .icon {
  transform: rotate(180deg);
}
.category-sidebar__category .icon {
  fill: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .category-sidebar__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
  }
}
.category-sidebar__category-mobile-toggle {
  display: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  background: #2C2C2C;
  border-radius: 5px;
  padding: 12px 24px;
  max-width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.category-sidebar__category-mobile-toggle.opened {
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #4e4e4e;
}
.category-sidebar__category-mobile-toggle.opened .icon {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .category-sidebar__category-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.category-sidebar__category-mobile-toggle .icon {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .category-sidebar__category-items {
    display: none;
  }
}
.category-sidebar__categories.fixed .category-sidebar__category-items {
  max-height: calc(100vh - 120px);
  overflow: auto;
}
.category-sidebar__category-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
}
.category-sidebar__category-name:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.category-sidebar__subcategories {
  padding: 12px 25px 23px;
  background-color: #f6f6f6;
  display: none;
}
.category-sidebar__subcategories.opened {
  display: block;
}
.category-sidebar__subcategory {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #2C2C2C;
  display: flex;
  align-items: baseline;
}
.category-sidebar__subcategory:hover {
  -webkit-text-decoration-color: #2C2C2C;
          text-decoration-color: #2C2C2C;
}
.category-sidebar__subcategory:hover .category-sidebar__subcategory-qty {
  -webkit-text-decoration-color: #a8a8a8;
          text-decoration-color: #a8a8a8;
  transition: 0.3s ease-in-out;
}
.category-sidebar__subcategory:last-child {
  margin-bottom: 0;
}
.category-sidebar__subcategory.current {
  color: #cf6e2b;
}
.category-sidebar__subcategory-qty {
  font-size: 12px;
  line-height: 12px;
  color: #a8a8a8;
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
  transition: 0.3s ease-in-out;
}

.product-filters {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0 1px #2C2C2C;
  padding: 0 32px;
  height: 40px;
  position: relative;
  margin-top: 1px;
}
.product-filters input[type=checkbox] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.product-filters__item {
  position: relative;
  margin-right: 0;
}

.product-filters__list {
  display: none;
  position: absolute;
  z-index: 30;
  background: #fff;
  width: 190px;
  border: 1px solid #2C2C2C;
  top: calc(100% + 5px);
  left: 0;
  padding: 12px;
}

.product-filter-group label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  margin-bottom: 10px;
  margin-right: 9px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  background: rgba(0, 0, 0, 0);
  transition: 0.4s ease 0s;
}

.product-filter-group label:after {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #2C2C2C;
  position: absolute;
  left: 0;
  top: 0px;
  transition: 0.4s ease 0s;
  border-radius: 3px;
}

.product-filter-group label:before {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI5Ljc1NiAyOS43NTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Ljc1NiAyOS43NTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxwYXRoIGQ9Ik0yOS4wNDksNS4wMDlMMjguMTksNC4xNTFjLTAuOTQzLTAuOTQ1LTIuNDg4LTAuOTQ1LTMuNDM0LDBMMTAuMTcyLDE4LjczN2wtNS4xNzUtNS4xNzMgICBjLTAuOTQzLTAuOTQ0LTIuNDg5LTAuOTQ0LTMuNDMyLDAuMDAxbC0wLjg1OCwwLjg1N2MtMC45NDMsMC45NDQtMC45NDMsMi40ODksMCwzLjQzM2w3Ljc0NCw3Ljc1MiAgIGMwLjk0NCwwLjk0MywyLjQ4OSwwLjk0MywzLjQzMywwTDI5LjA0OSw4LjQ0MkMyOS45OTEsNy40OTgsMjkuOTkxLDUuOTUzLDI5LjA0OSw1LjAwOXoiIGZpbGw9IiMwMDAwMDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  position: absolute;
  background-size: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  left: 4px;
  top: 3px;
  transform: scale(0);
  filter: invert(1);
  transition: 0.4s ease 0s;
}

.product-filter-group input[type=checkbox]:checked + label:after,
.product-filter-group input[type=radio]:checked + label:after {
  border-color: #2C2C2C;
  background: #2C2C2C;
}

.product-filter-group input[type=checkbox]:checked + label:before,
.product-filter-group input[type=radio]:checked + label:before {
  transform: scale(1);
  z-index: 9;
}

.product-filters__item button {
  padding: 0 36px 0 12px;
  color: #2C2C2C;
  font-size: 14px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.product-filters__desktop-btn button.product-filters__desktop-submit {
  width: 100%;
  padding: 0 10px;
  height: 30px;
  border: 1px solid #2C2C2C;
  border-radius: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-filters__name {
  transition: 0.3s ease 0s;
  position: relative;
}

.product-filters__name:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  right: -24px;
  top: 0;
  transform: translateY(-1px);
  background-image: url(/img/ns/chevron-bottom.svg);
  background-size: 8px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}

.product-filters__clear-all {
  font-size: 13px;
  display: inline-block;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #1732bc;
  color: #1732bc;
  transition: 0.4s ease 0s;
  background: rgba(0, 0, 0, 0);
  margin-left: 30px;
}

.product-filters__clear-all:hover {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.product-filters__clean {
  display: inline-flex;
  width: 15px;
  height: 15px;
  background: #306678;
  line-height: 15px;
  border-radius: 50%;
  margin-left: 4px;
  justify-content: center;
  align-items: center;
}

.product-filters__item.is-choosen .product-filters__control {
  font-weight: 700;
  background: #fff;
  color: #000;
}

.product-filters__item.is-choosen .product-filters__name {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.product-filters__item.is-choosen .product-filters__name:after {
  display: none;
}

.product-filters__choosen-num {
  display: inline-block;
  font-size: 13px;
  margin-left: 4px;
}

.product-filters__mob-title, .product-filters__mob-btn {
  display: none;
}

@media (max-width: 767px) {
  .product-filters__mob-title {
    display: flex;
    width: 100%;
    align-items: center;
    background: #f1f1f1;
    padding: 30px 20px 18px;
    margin-bottom: 12px;
  }
  .close-product-filters {
    position: absolute;
    right: 15px;
    border: 0;
    background: rgba(0, 0, 0, 0);
    top: 10px;
  }
  .product-filters__mob-title-caption {
    font-size: 22px;
  }
  .product-filters__mob-btn {
    display: block;
    text-align: center;
    width: 100%;
    padding: 20px 0 30px;
  }
  .product-filters {
    position: fixed;
    z-index: 9999;
    background: #fff;
    top: 0;
    left: 0;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    bottom: 0;
    width: 290px;
    overflow: auto;
    padding: 0;
    opacity: 0;
    transform: translateX(-100%);
    transition: 0.3s ease 0s;
    border: 1px solid #2C2C2C;
    margin: 0;
    box-shadow: none;
  }
  .product-filters.is-active {
    opacity: 1;
    transform: translateX(0);
  }
  .product-filters__item {
    width: 100%;
    height: auto;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .product-filters__item button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .product-filters__choosen-num {
    display: none;
  }
  .product-filters__clean {
    position: absolute;
    opacity: 0;
  }
  .product-filters__item.is-choosen .product-filters__name:after {
    display: inline-block;
  }
  .product-filters__list {
    position: static;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-filters__name {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-filters__name:after {
    margin-left: 5px;
    right: auto;
    top: auto;
    position: relative;
  }
  .product-filters__item button {
    font-size: 12px;
  }
  .product-filters__item.is-choosen .product-filters__control {
    background: rgba(0, 0, 0, 0);
    color: #000;
  }
}
.product-filters .form-group--selects {
  margin-left: auto;
  display: flex;
}

.product-filters .select-styled {
  border-radius: 5px;
}

.product-filters .select-options {
  border-color: rgba(0, 0, 0, 0);
}

.product-filters .select:hover .select-options {
  border-color: rgba(0, 0, 0, 0);
}

.product-filters__select {
  font-size: 14px;
  line-height: 20px;
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .product-filters__select {
    width: 100%;
    height: 40px;
  }
}

.mobile-filters {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #2C2C2C;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .mobile-filters {
    display: none;
  }
}
.mobile-filters .category-tags__list {
  display: none;
  position: absolute;
  background-color: #121314;
  top: 40px;
  left: 0;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 20px;
  z-index: 9999;
}

.mobile-filters .category-tag.is-active:after {
  display: none;
}

.mobile-filters .category-tag {
  display: block;
  margin-right: 0;
  border: 0;
}

.mobile-filters .category-tags__list li a {
  position: relative;
  color: #fff;
}

.mobile-filters .category-tags__list li.is-active a:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  background: #1732bc;
}

.mobile-filters .sidebar-tags {
  height: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 997;
  background: #121314;
  top: 0;
  left: 0;
  width: 100%;
  transition: width 0.4s ease 0s;
}

.mobile-filters .sidebar-tags__title {
  display: none;
}

.mobile-filters .sidebar-tags .sidebar-tags__list label {
  margin-right: 6px;
}

.mobile-filters__categories {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}

.mobile-filters__categories-toggle {
  width: 100%;
  height: 40px;
  background-color: #121314;
  border: 0;
  padding: 4px 22px 4px 14px;
  margin: 0;
  color: #ffffff;
  text-align: left;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.mobile-filters__categories-toggle:after {
  content: "▼";
  position: absolute;
  color: #ffffff;
  font-size: 13px;
  right: 14px;
  top: 13px;
  transition: 0.4s ease 0s;
}

.mobile-filters__categories-toggle span {
  color: #666;
  font-size: 13px;
}

.mobile-filters__categories.is-active .mobile-filters__categories-toggle:after {
  transform: rotate(180deg);
}

.mobile-filters__tags {
  width: 50%;
  position: relative;
}

.mobile-filters__tags.is-active .sidebar-tags {
  padding: 50px 15px 20px;
  height: auto;
  width: 100%;
  min-width: 230px;
}

.mobile-filters__tags-toggle {
  position: relative;
  z-index: 1;
  background-color: #2C2C2C;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12px;
  border: 0;
  height: 40px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-filters__tags-toggle svg {
  width: 15px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 10px;
}

.mobile-filters__tags-toggle .icon {
  margin-right: 20px;
  fill: #ffffff;
  font-size: 16px;
}

.mobile-filters .form-group.form-group--selects {
  width: 50%;
}

.mobile-filters .form-group.form-group--selects .select {
  font-size: 12px;
}

.mobile-filters .form-group.form-group--selects .select-styled {
  padding-left: 6px;
  padding-right: 20px;
}

.mobile-filters .form-group.form-group--selects .select-options li {
  padding-left: 6px;
  padding-right: 6px;
}

.pagination-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 100px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .pagination-box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
}
.pagination-box--center .pagination {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pagination-box .common-btn-redesign {
    margin-bottom: 17px;
  }
}

.pagination {
  display: flex;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .pagination {
    border: none;
  }
}
.pagination__item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #2C2C2C;
  background-color: #fff;
  box-shadow: 0 0 0 1px #2C2C2C;
}
.pagination__item:hover {
  background-color: #2C2C2C;
  color: #fff;
}
.pagination__item--current {
  background-color: #2C2C2C;
  color: #fff;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .testimonials {
    display: block;
  }
}

.testimonial {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #2C2C2C;
}
.testimonial:nth-child(odd) {
  border-right: 1px solid #2C2C2C;
}
@media (max-width: 991px) {
  .testimonial:nth-child(odd) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .testimonial {
    width: calc(100% + 24px);
    border-radius: 0;
  }
}
.testimonial:last-child {
  margin-bottom: 0;
}
.testimonial__inner {
  position: relative;
  z-index: 1;
  padding: 25px 29px;
  width: 100%;
}
@media (max-width: 991px) {
  .testimonial__inner {
    padding: 20px;
  }
}
.testimonial__top-box {
  margin-bottom: 14px;
}
.testimonial__top-first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}
.testimonial__top-second {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.testimonial__top-second > div:nth-child(2) {
  display: flex;
  align-items: center;
}
.testimonial__date {
  font-size: 12px;
  line-height: 120%;
  color: #2C2C2C;
}
.testimonial__main-tag {
  font-style: italic;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #2C2C2C;
  padding: 5px 20px 3px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial__main-tag--yellow {
  background: linear-gradient(270deg, #ffb887 20%, #ffde7d 90%);
}
.testimonial__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #2C2C2C;
}
.testimonial__city {
  font-size: 12px;
  line-height: 120%;
  color: #2C2C2C;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.testimonial__city:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0007 10.0013C10.459 10.0013 10.8513 9.83811 11.1777 9.51172C11.5041 9.18533 11.6673 8.79297 11.6673 8.33463C11.6673 7.8763 11.5041 7.48394 11.1777 7.15755C10.8513 6.83116 10.459 6.66797 10.0007 6.66797C9.54232 6.66797 9.14996 6.83116 8.82357 7.15755C8.49718 7.48394 8.33398 7.8763 8.33398 8.33463C8.33398 8.79297 8.49718 9.18533 8.82357 9.51172C9.14996 9.83811 9.54232 10.0013 10.0007 10.0013ZM10.0007 16.1263C11.6951 14.5707 12.952 13.1576 13.7715 11.8867C14.5909 10.6159 15.0007 9.48741 15.0007 8.5013C15.0007 6.98741 14.518 5.74783 13.5527 4.78255C12.5875 3.81727 11.4034 3.33464 10.0007 3.33464C8.59787 3.33464 7.41385 3.81727 6.44857 4.78255C5.48329 5.74783 5.00065 6.98741 5.00065 8.5013C5.00065 9.48741 5.41037 10.6159 6.22982 11.8867C7.04926 13.1576 8.30621 14.5707 10.0007 16.1263ZM10.0007 18.3346C7.76454 16.4319 6.0944 14.6645 4.99023 13.0326C3.88607 11.4006 3.33398 9.89019 3.33398 8.5013C3.33398 6.41797 4.00412 4.75825 5.3444 3.52214C6.68468 2.28602 8.23676 1.66797 10.0007 1.66797C11.7645 1.66797 13.3166 2.28602 14.6569 3.52214C15.9972 4.75825 16.6673 6.41797 16.6673 8.5013C16.6673 9.89019 16.1152 11.4006 15.0111 13.0326C13.9069 14.6645 12.2368 16.4319 10.0007 18.3346Z' fill='%232C2C2C'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.testimonial__voice-box {
  margin-bottom: 23px;
}
.testimonial__voice-box audio {
  width: 326px;
  max-width: 100%;
}
.testimonial__voice-box audio::-webkit-media-controls-panel {
  background-color: #306678;
  border-radius: 5px;
  outline: none;
  border: none;
}
.testimonial__voice-box audio::-webkit-media-controls-play-button {
  filter: invert(1);
}
.testimonial__voice-box audio::-webkit-media-controls-mute-button {
  filter: invert(1);
}
.testimonial__voice-box audio::-webkit-media-controls-timeline {
  filter: invert(1);
}
.testimonial__voice-box audio::-webkit-media-controls-volume-slider {
  filter: invert(1);
}
.testimonial__voice-box audio::-webkit-media-controls-current-time-display {
  color: #fff;
  text-shadow: none;
}
.testimonial__voice-box audio::-webkit-media-controls-time-remaining-display {
  color: #fff;
  text-shadow: none;
}
.testimonial__tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.testimonial__tags-subtitle {
  font-size: 10px;
  line-height: 1;
  padding: 5px 0;
  color: #909090;
  margin-right: 13px;
}
.testimonial__content-box {
  margin-bottom: 20px;
}
.testimonial__subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #a8a8a8;
  margin-bottom: 10px;
}
.testimonial__products {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
  margin-left: 20px;
}
.testimonial__product {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  -webkit-text-decoration-color: #2C2C2C;
          text-decoration-color: #2C2C2C;
  color: #2C2C2C;
}
.testimonial__gallery {
  display: flex;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin-left: 30px;
  overflow: hidden;
  position: relative;
}
.testimonial__gallery:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' fill='%232C2C2C'/%3E%3Cpath d='M15.0667 16L10.8667 11.8C10.5333 12.0667 10.15 12.2778 9.71667 12.4333C9.28333 12.5889 8.82222 12.6667 8.33333 12.6667C7.12222 12.6667 6.09722 12.2472 5.25833 11.4083C4.41944 10.5694 4 9.54444 4 8.33333C4 7.12222 4.41944 6.09722 5.25833 5.25833C6.09722 4.41944 7.12222 4 8.33333 4C9.54444 4 10.5694 4.41944 11.4083 5.25833C12.2472 6.09722 12.6667 7.12222 12.6667 8.33333C12.6667 8.82222 12.5889 9.28333 12.4333 9.71667C12.2778 10.15 12.0667 10.5333 11.8 10.8667L16 15.0667L15.0667 16ZM8.33333 11.3333C9.16667 11.3333 9.875 11.0417 10.4583 10.4583C11.0417 9.875 11.3333 9.16667 11.3333 8.33333C11.3333 7.5 11.0417 6.79167 10.4583 6.20833C9.875 5.625 9.16667 5.33333 8.33333 5.33333C7.5 5.33333 6.79167 5.625 6.20833 6.20833C5.625 6.79167 5.33333 7.5 5.33333 8.33333C5.33333 9.16667 5.625 9.875 6.20833 10.4583C6.79167 11.0417 7.5 11.3333 8.33333 11.3333ZM7.66667 10.3333V9H6.33333V7.66667H7.66667V6.33333H9V7.66667H10.3333V9H9V10.3333H7.66667Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.testimonial__gallery-item {
  margin-right: 17px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .testimonial__gallery-item {
    flex-basis: 129px;
    height: 112px;
    margin-right: 12px;
  }
}
.testimonial__gallery-item:last-child {
  margin-right: 0;
}
.testimonial__gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .testimonial__gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.testimonial__gallery-item--video {
  position: relative;
}
.testimonial__gallery-item--video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.testimonial__gallery-item--video .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.testimonial__gallery-item--video .play-btn .icon {
  width: 32px;
  height: 32px;
  fill: #fff;
}
.testimonial__right-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonial__rm-additional-wrapper {
  position: relative;
}
.testimonial__text-wrap {
  display: flex;
}
.testimonial__text-box {
  max-height: 70px;
}
.testimonial__text-box.opened {
  max-height: 100%;
}
@media (max-width: 991px) {
  .testimonial__text-box.opened {
    max-height: 100%;
  }
}
.testimonial__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #2C2C2C;
  padding: 0;
}
.testimonial__rm-buttons {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.testimonial__rm-toggle {
  font-size: 10px;
  line-height: 120%;
  color: #909090;
  text-decoration: underline;
  cursor: pointer;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-underline-offset: 3px;
}
.testimonial__rm-toggle:not(:last-child) {
  margin-right: 12px;
}
.testimonial__answer {
  margin-top: 16px;
  display: none;
}
.testimonial__answer-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #2C2C2C;
  position: relative;
}
.testimonial__answerer {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #2C2C2C;
  margin-top: 8px;
}

.testimonials-page .testimonials-top {
  padding-top: 30px;
}

.testimonial-form {
  max-width: 1000px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.tags_sml-black {
  margin: -4px;
}
.tags__tag-wrapper {
  position: relative;
}
.tags__tag-wrapper input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.tags__tag-wrapper input:checked + label {
  color: #fff;
  background: #1E3D4F;
  border-color: #1E3D4F;
}
.tags__tag-wrapper label {
  display: flex;
  cursor: pointer;
}
.tags__tag {
  font-size: 14px;
  line-height: 120%;
  border: 1px solid #2C2C2C;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px;
  color: #2C2C2C;
  border-radius: 1px;
  padding: 0 40px;
}
.tags__tag_sml-black {
  font-size: 10px;
  height: 20px;
  color: #fff;
  padding: 0 8px;
  background: #2C2C2C;
  margin: 4px;
}

.callback {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .callback {
    border-radius: 0;
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
.callback__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.callback__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.callback__content {
  position: relative;
  z-index: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .callback__content {
    padding: 25px 30px;
  }
}
.callback__form-wrapper {
  max-width: 515px;
  width: 100%;
}
@media (max-width: 767px) {
  .callback .form-box {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .callback .form-box .input {
    flex-basis: auto;
    border-radius: 5px;
    margin-bottom: 8px;
    max-width: 325px;
    width: 100%;
  }
}
.callback .form-box .common-btn-redesign {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .callback .form-box .common-btn-redesign {
    flex-basis: auto;
    border-radius: 5px;
    max-width: 325px;
    width: 100%;
  }
}
.callback .form-group--checkbox {
  justify-content: center;
}

.typography p {
  font-size: 15px;
  line-height: 22px;
  color: #2C2C2C;
  margin-bottom: 10px;
}
.typography p:last-child {
  margin-bottom: 0;
}
.typography .highlight {
  padding-left: 30px;
  margin: 50px 0;
  position: relative;
}
.typography .highlight:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #ffac72;
}
.typography .colored {
  font-size: 18px;
  line-height: 27px;
  color: #2C2C2C;
  background: linear-gradient(270deg, #FFF5ED -1.39%, #FFCEAD 100.84%);
  border-radius: 15px;
  padding: 30px 35px;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .typography .colored {
    font-size: 15px;
    line-height: 22px;
    padding: 20px 25px;
  }
}

.shop-rating__box {
  display: flex;
  padding: 46px 35px 70px 60px;
  border: 1px solid #2C2C2C;
  border-radius: 1px;
  position: relative;
}
@media (max-width: 991px) {
  .shop-rating__box {
    flex-direction: column;
    align-items: center;
    padding: 30px 15px 70px;
  }
}
.shop-rating__main-img {
  flex-basis: 269px;
  max-width: 269px;
  margin-right: 30px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .shop-rating__main-img {
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.shop-rating__slider {
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
}
.shop-rating__slide {
  width: 50%;
}
@media (max-width: 991px) {
  .shop-rating__slide {
    width: 100%;
    text-align: center;
  }
}
.shop-rating__slide img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .shop-rating__slide img {
    width: 100%;
    height: 245px;
  }
  .shop-rating__slide img.lazyloaded {
    height: auto;
  }
}
.shop-rating__arrow {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .shop-rating__arrow {
    width: 16px;
    height: 24px;
  }
}
.shop-rating__arrow .icon {
  fill: #000;
}
.shop-rating__arrow--prev {
  left: 40px;
}
@media (max-width: 991px) {
  .shop-rating__arrow--prev {
    left: 20px;
  }
}
.shop-rating__arrow--next {
  right: 40px;
}
@media (max-width: 991px) {
  .shop-rating__arrow--next {
    right: 20px;
  }
}

.showrooms-rating {
  background-color: #F6F6F6;
  padding: 50px 0 60px;
}
@media (max-width: 767px) {
  .showrooms-rating {
    padding: 20px 0 30px;
  }
}
.showrooms-rating__widgets {
  display: flex;
  justify-content: center;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 991px) {
  .showrooms-rating__widgets {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .showrooms-rating__widgets {
    width: calc(100% + 24px);
    max-width: calc(100% + 24px);
    margin-left: -12px;
  }
}
.showrooms-rating__widget {
  flex-basis: 400px;
  max-width: 400px;
  position: relative;
  height: 800px;
  margin-right: 60px;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .showrooms-rating__widget {
    flex-basis: 300px;
    max-width: 300px;
    margin-right: 0;
    margin-left: 20px;
  }
}
.showrooms-rating__widget:last-child {
  margin-right: 0;
}
@media (max-width: 600px) {
  .showrooms-rating__widget:last-child {
    margin-right: 20px;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 5;
  display: none;
}
.modal.opened {
  display: flex;
}
.modal__body {
  background-color: #fff;
  position: relative;
  border-radius: 0;
  padding: 60px 50px 50px;
  max-width: 650px;
  z-index: 3;
  overflow-y: auto;
  max-height: 100vh;
}
.modal__body::-webkit-scrollbar {
  width: 5px;
}
.modal__body::-webkit-scrollbar-track {
  background-color: #dfdfdf;
}
.modal__body::-webkit-scrollbar-thumb {
  background-color: #2C2C2C;
}
@media (max-width: 600px) {
  .modal__body {
    padding: 60px 30px 50px;
  }
}
.modal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.modal__close .icon {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.modal--geo .modal__close svg {
  fill: #fff;
}
.modal--geo .modal__body {
  max-width: 910px;
  padding: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .modal--geo .modal__body {
    max-width: 600px;
  }
}
@media (max-width: 600px) {
  .modal--geo .modal__body {
    max-width: 95%;
    overflow: unset;
  }
}

.modal--credit .h3,
.modal--quick-order .h3 {
  margin-bottom: 7px;
}
.modal--credit .modal__body,
.modal--quick-order .modal__body {
  max-width: 460px;
  padding: 40px;
  width: 100%;
}
.modal--credit .modal__text,
.modal--quick-order .modal__text {
  font-size: 14px;
  line-height: 20px;
  color: #2C2C2C;
  max-width: 240px;
  margin-bottom: 18px;
}
.modal--credit .modal__form-text,
.modal--quick-order .modal__form-text {
  font-size: 14px;
  line-height: 20px;
  color: #818181;
  margin-bottom: 12px;
}
.modal--credit .modal__periods,
.modal--quick-order .modal__periods {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -3px -3px 13px -3px;
}
.modal--credit .modal__periods-item,
.modal--quick-order .modal__periods-item {
  position: relative;
  margin: 3px;
}
.modal--credit .modal__periods-item input,
.modal--quick-order .modal__periods-item input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal--credit .modal__periods-item input:checked + label,
.modal--quick-order .modal__periods-item input:checked + label {
  color: #fff;
  background-color: #1E3D4F;
  border-color: #1E3D4F;
}
.modal--credit .modal__periods-item label,
.modal--quick-order .modal__periods-item label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C2C2C;
  padding: 0 25px;
  border: 1px solid #2C2C2C;
  border-radius: 0;
  cursor: pointer;
}
@media (min-width: 788px) {
  .modal--credit .modal__periods-item label:hover,
  .modal--quick-order .modal__periods-item label:hover {
    color: #fff;
    background-color: #1E3D4F;
    border-color: #1E3D4F;
  }
}
.modal--credit .form-group,
.modal--quick-order .form-group {
  margin-bottom: 15px;
}
.modal--credit .form-group:last-child,
.modal--quick-order .form-group:last-child {
  margin-bottom: 0;
}
.modal--credit .form-group label,
.modal--quick-order .form-group label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
}
.modal--credit .input,
.modal--quick-order .input {
  color: #2C2C2C;
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid #2C2C2C;
  border-radius: 0;
}
.modal--credit .common-btn-redesign,
.modal--quick-order .common-btn-redesign {
  padding: 14px 25px;
  margin-bottom: 15px;
  width: 100%;
  justify-content: space-between;
}
.modal--credit .common-btn-redesign .icon,
.modal--quick-order .common-btn-redesign .icon {
  width: 40px;
  height: 16px;
  fill: #fff;
}
.modal--credit .label-allow,
.modal--quick-order .label-allow {
  color: #2C2C2C;
}
.modal--credit .label-allow a,
.modal--quick-order .label-allow a {
  color: #2C2C2C;
  -webkit-text-decoration-color: #2C2C2C;
          text-decoration-color: #2C2C2C;
}
.modal--credit .custom-cb-badge-allow,
.modal--quick-order .custom-cb-badge-allow {
  border-color: #2C2C2C;
}
.modal--credit .custom-cb-badge-allow:before,
.modal--quick-order .custom-cb-badge-allow:before {
  border-color: #2C2C2C;
}

.modal--quick-order .modal__title {
  font-size: 24px;
  line-height: 115%;
}
.modal--quick-order .modal__form-box {
  margin-bottom: 25px;
}

.modal--for-coaches .modal__body {
  background-color: #306678;
  max-width: 345px;
  padding: 35px 15px;
  width: 100%;
}
.modal--for-coaches .modal__close .icon {
  fill: #fff;
}
.modal--for-coaches .modal__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  max-width: 251px;
  margin: 0 auto 8px;
}
.modal--for-coaches .modal__text {
  font-style: italic;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  max-width: 240px;
  margin: 0 auto 10px;
}
.modal--for-coaches .modal__subtext {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  max-width: 178px;
  margin: 0 auto 10px;
}
.modal--for-coaches .modal__phone {
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
}
.modal--for-coaches .modal__mail {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffac72;
  display: block;
  -webkit-text-decoration-color: #ffac72;
          text-decoration-color: #ffac72;
}

.modal--add-testimonial .modal__body {
  background-color: #1b1b1b;
  max-width: 740px;
  padding: 50px 30px 50px;
  width: 100%;
}
@media (max-width: 1420px) {
  .modal--add-testimonial .modal__body {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .modal--add-testimonial .modal__body {
    padding: 35px 15px 40px;
  }
}
.modal--add-testimonial .modal__close .icon {
  fill: #fff;
}
.modal--add-testimonial .modal__title {
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .modal--add-testimonial .modal__title {
    text-align: left;
  }
}
.modal--add-testimonial .modal__right {
  margin-bottom: 15px;
}
.modal--add-testimonial .modal__rating-wrapper {
  display: grid;
  grid-template-columns: 115px 1fr;
  grid-gap: 55px;
}
@media (max-width: 767px) {
  .modal--add-testimonial .modal__rating-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .modal--add-testimonial .modal__rating-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .modal--add-testimonial .modal__rating-right {
    display: none;
  }
}
.modal--add-testimonial .modal__rating-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #838383;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .modal--add-testimonial .modal__rating-subtitle {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.modal--add-testimonial .modal__rating-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.modal--add-testimonial .modal__rating-box:last-child {
  margin-bottom: 0;
}
.modal--add-testimonial .modal__rating-text {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-left: 23px;
}
.modal--add-testimonial .modal__form-group-wrapper {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .modal--add-testimonial .modal__form-group-wrapper {
    flex-direction: column;
  }
}
.modal--add-testimonial .modal__form-group-wrapper .form-group {
  margin-right: 11px;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.modal--add-testimonial .modal__form-group-wrapper .form-group input {
  max-width: 100%;
  height: 45px;
}
@media (max-width: 600px) {
  .modal--add-testimonial .modal__form-group-wrapper .form-group input {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .modal--add-testimonial .modal__form-group-wrapper .form-group {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.modal--add-testimonial .modal__form-group-wrapper .form-group:last-child {
  margin-right: 0;
}
@media (max-width: 600px) {
  .modal--add-testimonial .modal__form-group-wrapper .form-group:last-child {
    margin-bottom: 0;
  }
}
.modal--add-testimonial .modal__form-group-wrapper .form-group .easy-autocomplete {
  max-width: 100%;
  width: 100% !important;
}
.modal--add-testimonial .modal__fields-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .modal--add-testimonial .modal__fields-box {
    flex-direction: column;
  }
}
.modal--add-testimonial .modal__subtitle {
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .modal--add-testimonial .modal__right {
    display: none;
  }
}
.modal--add-testimonial .modal__tags-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .modal--add-testimonial .modal__tags-wrapper {
    margin-bottom: 0;
  }
}
.modal--add-testimonial .modal__upload-disclaimer {
  display: flex;
  align-items: center;
  background: #212121;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  line-height: 20px;
  color: #a8a8a8;
  padding: 20px 22px;
}
@media (max-width: 991px) {
  .modal--add-testimonial .modal__upload-disclaimer {
    display: none;
  }
}
.modal--add-testimonial .modal__upload-disclaimer .icon {
  width: 32px;
  height: 28px;
  fill: #ffac72;
  margin-right: 28px;
  flex-shrink: 0;
}
.modal--add-testimonial .rating-stars__star {
  cursor: pointer;
}
.modal--add-testimonial .form-group--textarea {
  margin-bottom: 13px;
}
.modal--add-testimonial .textarea {
  height: 142px;
}
.modal--add-testimonial .common-btn-redesign {
  padding: 10px 20px;
}
@media (max-width: 600px) {
  .modal--add-testimonial .common-btn-redesign {
    order: -1;
    margin-bottom: 20px;
  }
}
.modal--add-testimonial .common-btn-redesign .icon {
  width: 40px;
  height: 16px;
  fill: #fff;
  margin-left: 64px;
}
@media (max-width: 991px) {
  .modal--add-testimonial .file-upload {
    margin-bottom: 25px;
  }
}

.modal--quick-view .modal__body {
  background-color: #fff;
  max-width: 1512px;
  padding: 40px;
  width: 100%;
  height: calc(100% - 50px);
}
@media (max-width: 1420px) {
  .modal--quick-view .modal__body {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .modal--quick-view .modal__body {
    height: 100%;
  }
}
.modal--quick-view .product-card-main__inner {
  margin-bottom: 40px;
}
.modal--quick-view .product-card-main__gallery {
  width: calc(100% - 2px);
}
@media (min-width: 992px) {
  .modal--quick-view .product-card-main__main-slide:before {
    width: 100%;
    left: 0;
  }
}

.modal-button {
  height: 50px;
  background: #2C2C2C;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 26px;
  margin: 0 auto;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  border: 1px solid #2C2C2C;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal-button {
    height: 40px;
    padding: 0 20px;
  }
}
@media (hover: hover) {
  .modal-button:hover {
    background: transparent;
    color: #2C2C2C;
  }
}

.modal--common .modal__body {
  background: #fff;
  max-width: 615px;
  padding: 40px;
  width: 100%;
}
.modal--common .modal__title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .modal--common .modal__title {
    margin-bottom: 20px;
  }
}
.modal--common .modal__text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  text-align: center;
  color: #2C2C2C;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .modal--common .modal__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.modal--ask .modal__close .icon {
  fill: #fff;
}
.modal--ask .modal__body {
  background: #2C2C2C;
  padding: 30px 35px 40px;
  max-width: 786px;
  width: 100%;
}
@media (max-width: 767px) {
  .modal--ask .modal__body {
    padding: 35px 15px 40px;
  }
}
.modal--ask .modal__title {
  margin-bottom: 15px;
}
.modal--ask .modal__form-title {
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .modal--ask .modal__form-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.modal--ask .modal__form-group-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
@media (max-width: 600px) {
  .modal--ask .modal__form-group-wrapper {
    grid-template-columns: 1fr;
  }
}
.modal--ask .modal__form-wrapper {
  margin-bottom: 25px;
}
.modal--ask .modal__fields-box {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .modal--ask .modal__fields-box {
    flex-direction: column;
  }
}
.modal--ask .textarea {
  height: 142px;
  margin-bottom: 15px;
}
.modal--ask .common-btn-redesign {
  padding: 10px 20px;
  margin-right: 25px;
}
@media (max-width: 600px) {
  .modal--ask .common-btn-redesign {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.modal--ask .common-btn-redesign .icon {
  width: 40px;
  height: 16px;
  fill: #fff;
  margin-left: 64px;
}

.modal--works .modal__body {
  max-width: 1512px;
  padding: 0px;
  width: 100%;
}
@media (max-width: 1599px) {
  .modal--works .modal__body {
    max-width: 1344px;
  }
}
@media (max-width: 991px) {
  .modal--works .modal__body {
    max-width: 473px;
  }
  .modal--works .modal__body .modal__close {
    z-index: 99;
  }
  .modal--works .modal__body .modal__close svg {
    fill: #fff;
  }
}
@media (max-width: 767px) {
  .modal--works .modal__body {
    max-width: 100%;
  }
}
.modal--works .modal-works {
  display: flex;
  height: 590px;
}
@media (max-width: 991px) {
  .modal--works .modal-works {
    height: auto;
    flex-direction: column;
  }
}
.modal--works .modal-works__left {
  width: 473px;
  max-width: 100%;
  flex-shrink: 0;
  padding: 32px 27px;
}
@media (max-width: 991px) {
  .modal--works .modal-works__left {
    width: 100%;
    padding: 25px;
    order: 2;
  }
}
.modal--works .modal-works__left-name {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 115%;
  color: #2C2C2C;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .modal--works .modal-works__left-name {
    font-size: 18px;
    margin-bottom: 20px;
    padding-right: 40px;
  }
}
.modal--works .modal-works__left-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.modal--works .modal-works__left-label {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  display: none;
}
.modal--works .modal-works__left-label._show {
  display: block;
}
.modal--works .modal-works__left-nav {
  padding-right: 6px;
  display: none;
}
.modal--works .modal-works__left-nav._show {
  display: flex;
  align-items: center;
}
.modal--works .modal-works__left-nav button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal--works .modal-works__left-nav button svg {
  width: 100%;
  height: 100%;
}
.modal--works .modal-works__left-products {
  box-shadow: 0 0 0 1px #2C2C2C;
  overflow: hidden;
  display: none;
}
.modal--works .modal-works__left-products._show {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.modal--works .modal-works__left-products > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  padding: 10px 0;
  margin-bottom: -1px;
}
.modal--works .modal-works__left-products > a:nth-child(1), .modal--works .modal-works__left-products > a:nth-child(2), .modal--works .modal-works__left-products > a:nth-child(3), .modal--works .modal-works__left-products > a:nth-child(4) {
  border-bottom: 1px solid #2C2C2C;
}
.modal--works .modal-works__left-products > a:nth-child(1), .modal--works .modal-works__left-products > a:nth-child(3), .modal--works .modal-works__left-products > a:nth-child(5) {
  border-right: 1px solid #2C2C2C;
}
.modal--works .modal-works__left-products > a:nth-child(4):before, .modal--works .modal-works__left-products > a:nth-child(6):before {
  content: "";
  position: absolute;
  left: -5px;
  top: -4px;
  background: #2C2C2C;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
  z-index: 10;
}
.modal--works .modal-works__left-products > a img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
  margin-top: auto;
}
.modal--works .modal-works__left-products > a > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal--works .modal-works__left-products > a > div span {
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  margin-top: auto;
  margin-bottom: 10px;
  position: relative;
  max-width: 150px;
}
.modal--works .modal-works__left-products > a > div svg {
  width: 6px;
  height: 10px;
  flex-shrink: 0;
  margin-left: 4px;
}
.modal--works .modal-works__right {
  width: 100%;
  border-left: 1px solid #2C2C2C;
  padding: 64px 0 0 0;
}
@media (max-width: 991px) {
  .modal--works .modal-works__right {
    height: 250px;
    border-left: none;
    border-top: 1px solid #2C2C2C;
    padding: 0;
    order: 1;
  }
}
.modal--works .modal-works__right-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal--works .modal-works__right-slider .swiper-slide {
  -o-object-fit: cover;
     object-fit: cover;
}
.modal--works .modal-works__right-thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 991px) {
  .modal--works .modal-works__right-thumbs {
    display: none;
  }
}
.modal--works .modal-works__right-thumbs div {
  width: 60px;
  height: 60px;
  opacity: 0.6;
  cursor: pointer;
  position: relative;
}
.modal--works .modal-works__right-thumbs div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal--works .modal-works__right-thumbs div:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #BABABA;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .modal--works .modal-works__right-thumbs div:hover {
    opacity: 1;
  }
}
.modal--works .modal-works__right-thumbs div._active {
  opacity: 1;
}
.modal--works .modal-works__right-thumbs div._active:after {
  opacity: 0;
}
.modal--works .modal-works__right-thumbs div:not(:last-child) {
  margin-right: 7px;
}
.modal--works .modal-works__right .swiper-pagination {
  bottom: 13px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  display: none;
}
@media (max-width: 991px) {
  .modal--works .modal-works__right .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.modal--works .modal-works__right .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D9D9D9;
  cursor: pointer;
}
.modal--works .modal-works__right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.city-choose {
  display: flex;
  min-height: 482px;
}
.city-choose input {
  border: 1px solid #2C2C2C;
}
@media only screen and (max-width: 600px) {
  .city-choose {
    min-height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .city-choose {
    flex-direction: column;
  }
}
.city-choose__list {
  padding: 40px;
  flex: 1 1 100%;
}
@media (max-width: 991px) {
  .city-choose__list {
    padding: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .city-choose__list {
    order: 2;
    width: 100%;
    padding: 20px 20px 100px 20px;
  }
}
.city-choose__list > div:nth-child(1) {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .city-choose__list > div:nth-child(1) {
    margin-bottom: 20px;
  }
}
.city-choose__list-label {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #2C2C2C;
  margin-bottom: 12px;
}

.easy-autocomplete-container ul li {
  border-color: #2C2C2C;
}

.city-choose__autoselect {
  display: flex;
  align-items: center;
  border: none;
  background: none;
  padding: 0;
  margin: 40px 0 0 0;
}
.city-choose__autoselect svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 10px;
}
.city-choose__autoselect span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #1E3D4F;
}

.city-choose__list ul li {
  margin-bottom: 8px;
}

.city-choose__list ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #1732bc;
  display: inline-block;
  position: relative;
  transition: 0.4s ease 0s;
}

.city-choose__list ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  background: #1732bc;
  width: 100%;
  opacity: 0.4;
  transform: scale(1);
  transition: 0.4s ease 0s;
}

.city-choose__list ul li a:hover:after {
  transform: scale(0);
}

.city-choose__list ul {
  margin-bottom: 20px;
}

.city-choose__list ul li {
  margin-bottom: 5px;
}

.city-choose__info {
  background: #1E3D4F;
  width: 278px;
  flex-shrink: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .city-choose__info {
    padding: 20px 40px;
  }
}
@media (max-width: 600px) {
  .city-choose__info {
    padding: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .city-choose__info {
    width: 100%;
  }
}
.city-choose__info-icon {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .city-choose__info-icon {
    margin-bottom: 20px;
  }
}

.city-choose__info-icon .icon {
  font-size: 38px;
}

.city-choose__info-text:nth-last-child(2) {
  margin-bottom: auto;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .city-choose__info-text:nth-last-child(2) {
    margin-bottom: 20px;
  }
}

.city-choose__info-text:nth-last-child(1) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
}

.city-choose__info-text {
  text-transform: initial;
}

.for-sng .h3 {
  margin-top: 30px;
}

.product-card-page__adaptive-name {
  display: none;
}
@media (max-width: 991px) {
  .product-card-page__adaptive-name {
    display: block;
  }
}
.product-card-page__adaptive-name > div > div {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  border-left: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
  padding: 10px 20px;
  color: #2C2C2C;
}

.product-card-main {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .product-card-main {
    margin-bottom: 40px;
  }
}
.product-card-main:last-child {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .product-card-main:last-child {
    margin-bottom: 40px;
  }
}
.product-card-main__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid #2C2C2C;
  border-top: none;
  border-right: none;
}
@media (max-width: 991px) {
  .product-card-main__inner {
    flex-direction: column;
    border-right: 1px solid #2C2C2C;
  }
}
.product-card-main__gallery {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border: none;
  margin-right: -1px;
}
@media (max-width: 991px) {
  .product-card-main__gallery {
    margin: 0;
  }
}
.product-card-main__gallery .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.product-card-main__gallery .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D9D9D9;
  cursor: pointer;
  pointer-events: auto;
}
.product-card-main__gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1E3D4F;
}
.product-card-main__gallery-buttons {
  display: none;
}
.product-card-main__gallery-buttons a, .product-card-main__gallery-buttons button {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
.product-card-main__gallery-buttons a svg, .product-card-main__gallery-buttons button svg {
  width: 100%;
  height: 100%;
}
.product-card-main__gallery-buttons a.active svg, .product-card-main__gallery-buttons button.active svg {
  fill: #730F26;
}
.product-card-main__gallery-buttons > div {
  display: flex;
  align-items: center;
}
.product-card-main__gallery-buttons > div a:not(:last-child), .product-card-main__gallery-buttons > div button:not(:last-child) {
  margin-right: 4px;
}
@media (max-width: 991px) {
  .product-card-main__gallery-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 10;
    top: 14px;
    left: 0;
    width: 100%;
    padding: 0 10px;
  }
}
.product-card-main__video-link {
  color: #2C2C2C;
  right: 0;
  z-index: 9;
  display: flex;
  align-items: center;
}
.product-card-main__video-link .play-btn {
  margin-left: 10px;
  fill: #2C2C2C;
  position: relative;
  bottom: 1px;
}
@media (max-width: 991px) {
  .product-card-main__video-link {
    right: 20px;
  }
}
.product-card-main__gallery-box {
  flex-basis: 111px;
  max-width: 111px;
  margin-right: 20px;
  position: absolute;
  left: 40px;
  top: 40px;
  height: 480px;
  z-index: 99;
}
@media (max-width: 991px) {
  .product-card-main__gallery-box {
    display: none;
  }
}
.product-card-main__thumb-slider-box {
  position: relative;
  height: 100%;
  width: 100%;
}
.product-card-main__thumb-slider-qty {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-card-main__thumb-slider-qty {
    display: none;
  }
}
.product-card-main__thumb-slider-qty span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #818181;
}
.product-card-main__thumbs-slider {
  width: 111px;
  overflow: hidden;
  height: 100%;
}
.product-card-main__thumbs-slider-wrapper {
  flex-direction: column;
}
@media (max-width: 767px) {
  .product-card-main__thumbs-slider-wrapper {
    flex-direction: row;
  }
}
.product-card-main__thumb-slide {
  width: 100px;
  height: 111px;
  overflow: hidden;
}
.product-card-main__thumb-slide svg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-card-main__thumb-slide svg > path:nth-last-child(1) {
  display: none;
}
.product-card-main__thumb-slide.active > svg path:nth-last-child(2) {
  display: none;
}
.product-card-main__thumb-slide.active > svg path:nth-last-child(1) {
  display: block;
}
.product-card-main__thumb-slide.swiper-slide-thumb-active {
  border-color: #2C2C2C;
}
.product-card-main__thumb-slide--video {
  position: relative;
}
.product-card-main__thumb-slide--video .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 5px;
  pointer-events: none;
}
.product-card-main__thumb-slide--video .play-btn .icon {
  width: 32px;
  height: 32px;
  fill: #2C2C2C;
}
.product-card-main__thumb-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card-main__arrow {
  width: 50px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: #fff;
  border-radius: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-card-main__arrow.swiper-button-disabled {
  display: none;
}
@media (max-width: 767px) {
  .product-card-main__arrow {
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
  }
}
.product-card-main__arrow .icon {
  fill: #2C2C2C;
}
.product-card-main__arrow--prev {
  top: -25px;
}
.product-card-main__arrow--prev .icon {
  transform: rotate(-90deg);
}
.product-card-main__arrow--next {
  bottom: -20px;
}
.product-card-main__arrow--next .icon {
  transform: rotate(90deg);
}
@media (min-width: 1200px) {
  .product-card-main__arrow:hover {
    background: #2C2C2C;
  }
  .product-card-main__arrow:hover .icon {
    fill: #fff;
  }
}
.product-card-main__main-slider {
  width: 99%;
  overflow: hidden;
}
.product-card-main .product-first-video {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}
.product-card-main__main-slide {
  position: relative;
  height: 570px;
}
@media (max-width: 991px) {
  .product-card-main__main-slide {
    height: 400px;
  }
}
.product-card-main__main-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
.product-card-main__main-slide img {
  max-width: 650px;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .product-card-main__main-slide img {
    max-width: 100%;
  }
}
.product-card-main__main-slide .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.product-card-main__main-slide .play-btn .icon {
  width: 60px;
  height: 60px;
  fill: #fff;
}
.product-card-main__content {
  width: 379px;
  flex-shrink: 0;
  border-left: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
}
@media (max-width: 1199px) {
  .product-card-main__content {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .product-card-main__content {
    width: 100%;
    border: none;
    border-top: 1px solid #2C2C2C;
  }
}
.product-card-main__content-main {
  padding: 40px;
}
@media (max-width: 991px) {
  .product-card-main__content-main {
    padding: 20px;
  }
}
.product-card-main__content-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .product-card-main__content-top {
    margin-bottom: 10px;
    justify-content: flex-end;
  }
}
.product-card-main__content-back {
  width: 12px;
  height: 20px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .product-card-main__content-back {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-card-main__content-back {
    width: 10px;
    height: 18px;
  }
}
.product-card-main__content-back svg {
  width: 100%;
  height: 100%;
}
.product-card-main__product-number {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #909090;
  text-align: right;
}
.product-card-main__in-stock {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #306678;
  background: #e8f0f3;
  border-radius: 3px;
  padding: 2px 6px 2px 18px;
  position: relative;
}
.product-card-main__in-stock:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 3px;
  height: 5px;
  border-right: 1px solid #306678;
  border-bottom: 1px solid #306678;
  transform: rotate(45deg);
}
.product-card-main__name {
  font-weight: 400;
  font-size: 24px;
  line-height: 115%;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  .product-card-main__name {
    display: none;
  }
}
.product-card-main__inner-container {
  max-width: 402px;
  width: 100%;
}
@media (max-width: 991px) {
  .product-card-main__inner-container {
    max-width: 100%;
  }
}
.product-card-main__info-box {
  margin-bottom: 30px;
}
.product-card-main__rating-testimonials-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.product-card-main .rating-box {
  flex-basis: 160px;
  max-width: 160px;
}
.product-card-main__info-box-testimonials {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.product-card-main__info-box-testimonials > span {
  font-size: 12px;
  line-height: 17px;
  color: #818181;
  margin-right: 10px;
}
.product-card-main__info-box-testimonials-link {
  display: flex;
  align-items: center;
}
.product-card-main__info-box-testimonials-link .icon {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.product-card-main__info-box-testimonials-link span {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #2C2C2C;
  text-decoration: underline;
}
.product-card-main__properties {
  margin-bottom: 15px;
}
.product-card-main__box {
  display: flex;
  align-items: center;
}
.product-card-main__property {
  font-size: 14px;
  line-height: 20px;
  color: #818181;
  flex-basis: 130px;
  max-width: 130px;
  flex-shrink: 0;
}
.product-card-main__property-value {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2C2C2C;
}
.product-card-main__price-old {
  font-size: 16px;
  line-height: 1;
  color: #878787;
  margin-right: 10px;
  text-decoration: line-through;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .product-card-main__price-old {
    font-size: 14px;
    line-height: 1;
  }
}
.product-card-main__price {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  min-width: 130px;
  padding-right: 15px;
  color: #2C2C2C;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .product-card-main__price {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-card-main__price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.product-card-main__price-box._sale .product-card-main__price {
  min-width: auto;
}
.product-card-main__sale {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #2C2C2C;
  padding: 4px 9px;
  background: none;
  border: 1px solid #2C2C2C;
  white-space: nowrap;
}
.product-card-main__credit-box {
  color: #909090;
  font-size: 14px;
  line-height: 115%;
  text-align: right;
}
.product-card-main__credit-box div {
  white-space: nowrap;
  text-decoration: underline;
}
.product-card-main__credit-box span {
  white-space: nowrap;
  color: inherit;
}
.product-card-main__subtitle {
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 7px;
}
.product-card-main__colors {
  display: inline-flex;
  margin-bottom: 20px;
  padding-left: 4px;
  flex-wrap: wrap;
}
.product-card-main__color {
  position: relative;
  border-right: none;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.product-card-main__color input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.product-card-main__color input:checked + label span {
  opacity: 1;
}
.product-card-main__color label {
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card-main__color label span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.product-card-main__ns-size-label {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  position: relative;
}
.product-card-main__ns-size-current {
  display: flex;
  align-items: center;
  padding: 0 40px 0 13px;
  height: 40px;
  width: 100%;
  border: 1px solid #2C2C2C;
  position: relative;
}
.product-card-main__ns-size-current:not(._single) {
  cursor: pointer;
}
.product-card-main__ns-size-current:not(._single):before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 15.748L9.25 9.99805L7.5 11.748L15 19.248L22.5 11.748L20.75 9.99805L15 15.748Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -15px;
  opacity: 0;
}
.product-card-main__ns-size-current:not(._single):after {
  content: "";
  background-image: url(/img/ns/arrow-anim.gif);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.product-card-main__ns-size-current input {
  display: none;
}
.product-card-main__ns-size-current div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.product-card-main__ns-size-current div span:nth-child(1) {
  white-space: nowrap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  margin-right: 8px;
}
.product-card-main__ns-size-current div span:nth-child(2) {
  white-space: nowrap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #909090;
}
.product-card-main__ns-size-current div span:nth-child(3) {
  display: none;
}
@media (min-width: 768px) {
  .product-card-main__ns-size-current:not(._single):hover {
    background: #306678;
  }
  .product-card-main__ns-size-current:not(._single):hover:before {
    opacity: 1;
  }
  .product-card-main__ns-size-current:not(._single):hover:after {
    opacity: 0;
  }
  .product-card-main__ns-size-current:not(._single):hover div span:nth-child(1) {
    color: #fff;
  }
  .product-card-main__ns-size-current:not(._single):hover div span:nth-child(2) {
    color: #d3d3d3;
  }
}
.product-card-main__ns-size-items {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: none;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #2C2C2C;
}
.product-card-main__ns-size-item {
  display: flex;
  align-items: center;
  padding: 0 13px;
  height: 40px;
  width: 100%;
  border: 1px solid #2C2C2C;
  border-top: none;
  position: relative;
  cursor: pointer;
}
.product-card-main__ns-size-item:last-child {
  border-bottom: none;
}
.product-card-main__ns-size-item._hide {
  display: none;
}
.product-card-main__ns-size-item input {
  display: none;
}
.product-card-main__ns-size-item div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.product-card-main__ns-size-item div span:nth-child(1) {
  white-space: nowrap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #2C2C2C;
  margin-right: 8px;
}
.product-card-main__ns-size-item div span:nth-child(2) {
  white-space: nowrap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #909090;
}
.product-card-main__ns-size-item div span:nth-child(3) {
  white-space: nowrap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #2C2C2C;
  margin-left: auto;
}
@media (min-width: 768px) {
  .product-card-main__ns-size-item:hover {
    background: #306678;
  }
  .product-card-main__ns-size-item:hover:before {
    opacity: 1;
  }
  .product-card-main__ns-size-item:hover:after {
    opacity: 0;
  }
  .product-card-main__ns-size-item:hover div span:nth-child(1) {
    color: #fff;
  }
  .product-card-main__ns-size-item:hover div span:nth-child(2) {
    color: #d3d3d3;
  }
  .product-card-main__ns-size-item:hover div span:nth-child(3) {
    color: #fff;
  }
}
.product-card-main__ns-size {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
.product-card-main__ns-size._show .product-card-main__ns-size-items {
  display: block;
}
.product-card-main__ns-size._show .product-card-main__ns-size-current:after {
  opacity: 0;
}
.product-card-main__ns-size._show .product-card-main__ns-size-current:before {
  opacity: 1;
  transform: rotate(-180deg);
}
.product-card-main__sizes {
  margin-bottom: 30px;
}
.product-card-main__size-item {
  position: relative;
  margin-bottom: 5px;
}
.product-card-main__size-item:last-child {
  margin-bottom: 0;
}
.product-card-main__size-item input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.product-card-main__size-item input:checked + label {
  background-color: #1E3D4F;
  border-color: #1E3D4F;
}
.product-card-main__size-item input:checked + label .product-card-main__size-values {
  color: #fff;
}
.product-card-main__size-item input:checked + label .product-card-main__size-old-price {
  color: rgba(255, 255, 255, 0.43);
}
.product-card-main__size-item input:checked + label .product-card-main__size-price {
  color: #fff;
}
.product-card-main__size-item input:checked + label .product-card-main__size-price-installments {
  color: rgba(255, 255, 255, 0.43);
}
.product-card-main__size-item input:checked + label .product-card-main__size-credit {
  color: rgba(255, 255, 255, 0.43);
}
.product-card-main__size-item label {
  display: flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid #2C2C2C;
  border-radius: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-card-main__size-item label {
    padding: 7px 8px;
  }
}
.product-card-main__size-star {
  width: 12px;
  height: 12px;
  margin-right: 11px;
}
@media (max-width: 767px) {
  .product-card-main__size-star {
    margin-right: 5px;
  }
}
.product-card-main__size-star .icon {
  width: 12px;
  height: 12px;
  fill: #ffb887;
  position: relative;
  bottom: 1px;
}
.product-card-main__size-values {
  font-size: 14px;
  line-height: 20px;
  color: #2C2C2C;
  margin-right: auto;
}
@media (max-width: 767px) {
  .product-card-main__size-values {
    font-size: 12px;
  }
}
.product-card-main__size-credit {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  margin-right: 20px;
  color: #2C2C2C;
}
@media (max-width: 767px) {
  .product-card-main__size-credit {
    margin-right: 10px;
  }
}
.product-card-main__size-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.product-card-main__size-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2C2C2C;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .product-card-main__size-price {
    font-size: 14px;
  }
}
.product-card-main__size-price-installments {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  color: transparent;
}
@media (max-width: 767px) {
  .product-card-main__size-price-installments {
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.product-card-main__size-sale {
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  color: #2C2C2C;
  padding: 2px 7px;
  border-radius: 3px;
  background: linear-gradient(270deg, #ffb887 20%, #ffde7d 90%);
  margin-right: 10px;
}
.product-card-main__size-old-price {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #2C2C2C;
  margin-right: 17px;
}
@media (max-width: 767px) {
  .product-card-main__size-old-price {
    margin-right: 10px;
  }
}
.product-card-main__buttons > div {
  display: flex;
  width: 100%;
}
.product-card-main__buttons > div:nth-child(2) {
  margin-top: 4px;
}
.product-card-main__to-cart {
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 100%;
  background: #1E3D4F;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
}
.product-card-main__to-cart:hover {
  background: #2C2C2C;
}
.product-card-main__to-cart.active {
  background: #730F26;
  color: #fff;
  box-shadow: 0 0 9px rgba(228, 128, 46, 0);
}
.product-card-main__to-cart.active .icon {
  fill: #fff;
}
.product-card-main__to-cart.active:hover {
  background: #730F26;
}
.product-card-main__to-cart.active .icon {
  fill: #fff;
}
.product-card-main__to-cart .icon {
  fill: #ffac72;
  margin-left: auto;
  width: 40px;
  height: 16px;
  fill: #2C2C2C;
}
.product-card-main__btn-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.product-card-main__one-click {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  height: 40px;
  color: #2C2C2C;
  cursor: pointer;
  border: 1px solid #2C2C2C;
}
.product-card-main__one-click:hover {
  background: #2C2C2C;
  color: #fff;
}
.product-card-main__btn-box-inner {
  display: flex;
}
.product-card-main__to-favourite {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid #2C2C2C;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px;
}
.product-card-main__to-favourite:hover {
  background: #730F26;
}
.product-card-main__to-favourite:hover svg path {
  fill: #fff;
}
.product-card-main__to-favourite.active {
  background: #730F26;
}
.product-card-main__to-favourite.active svg path {
  fill: #fff;
}
.product-card-main__share {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-card-main__share:hover {
  background: linear-gradient(270deg, #ffb887 20%, #ffde7d 90%);
  border-color: rgba(0, 0, 0, 0);
}
.product-card-main__share .icon {
  width: 20px;
  height: 20px;
  fill: #ffac72;
}
.product-card-main__share .ya-share2__link_more-button-type_short {
  background-color: rgba(0, 0, 0, 0) !important;
}
.product-card-main__ask-coach-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.product-card-main__for-coaches {
  font-size: 14px;
  line-height: 20px;
  color: #818181;
  cursor: pointer;
}
.product-card-main__ask {
  font-size: 14px;
  line-height: 20px;
  color: #818181;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product-card-main__ask .icon {
  width: 13px;
  height: 13px;
  margin-right: 7px;
}

.series-video {
  padding: 0;
  background: #fff;
  border-radius: 0px;
}
.series-video__video {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .series-video__video img {
    width: 100%;
    height: auto;
  }
}
.series-video .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.series-video .play-btn .icon {
  width: 60px;
  height: 60px;
  fill: #fff;
}
.series-video__title {
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 12px;
}
.series-video__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.series-video__box img {
  height: auto;
}
.series-video__link {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #818181;
}
.series-video__link .icon {
  width: 10px;
  height: 10px;
  fill: #818181;
  margin-left: 17px;
}

.terms__item {
  border-bottom: 1px solid #2C2C2C;
}
.terms__item:first-child {
  border-top: 1px solid #2C2C2C;
}
.terms__item:last-child {
  border-bottom: none;
}
.terms__item-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 50px;
  line-height: 115%;
  color: #2C2C2C;
  padding: 0 40px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .terms__item-title {
    padding: 0 20px;
  }
}
.terms__item-title:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 12px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13H5V11H11V5H13V11H19V13H13V19H11V13Z' fill='%232C2C2C'/%3E%3C/svg%3E%0A");
}
@media (max-width: 991px) {
  .terms__item-title:after {
    right: 18px;
  }
}
.terms__item-title.active {
  border-bottom-color: transparent;
}
.terms__item-title.active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13H5V11H11H13H19V13H13H11Z' fill='%232C2C2C'/%3E%3C/svg%3E%0A");
}
.terms__item-content {
  padding: 10px 80px 20px 40px;
  display: none;
  position: relative;
}
.terms__item-content--mp {
  padding-right: 40px;
}
.terms__item-content--iframe iframe {
  height: 400px;
}
@media (max-width: 991px) {
  .terms__item-content {
    padding: 20px 40px 20px 20px;
  }
}
.terms__item-content.opened {
  display: block;
}
.terms__item-content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.terms__item-content p:last-child {
  margin-bottom: 0;
}

.section-links__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
}
.section-links__inner::-webkit-scrollbar {
  height: 5px;
}
.section-links__inner::-webkit-scrollbar-track {
  background-color: #ccc;
}
.section-links__inner::-webkit-scrollbar-thumb {
  background-color: #cf6e2b;
}
.section-links__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #818181;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-right: 17px;
  flex-shrink: 0;
}
.section-links__link:last-child {
  margin-right: 0;
}
.section-links__link:hover {
  color: #2C2C2C;
}
.section-links__link.current {
  color: #2C2C2C;
  border-color: #2C2C2C;
}
.section-links__link sup {
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #a8a8a8;
}

.product-description {
  background: linear-gradient(90deg, #306678 20%, #cf6e2b 90%);
  padding: 39px 0;
}
@media (max-width: 767px) {
  .product-description {
    padding: 30px 0;
  }
}
.product-description__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-description__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .product-description__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.product-description__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .product-description__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.product-description__items {
  display: grid;
  grid-template-columns: 180px 180px 180px 180px;
  grid-gap: 20px;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .product-description__items {
    grid-template-columns: 180px 180px;
  }
}
@media (max-width: 767px) {
  .product-description__items {
    grid-template-columns: 1fr 1fr;
  }
}
.product-description__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-description__item .icon {
  width: 40px;
  height: 40px;
  fill: #fff;
  margin-bottom: 16px;
}
.product-description__item-text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .accordion-section__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.accordion-section__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #2C2C2C;
  position: relative;
  padding: 10px 45px 10px 0;
  cursor: pointer;
  display: inline-flex;
}
@media (max-width: 767px) {
  .accordion-section__title {
    display: block;
    align-self: center;
    text-align: center;
    padding: 10px 25px 10px 25px;
  }
}
.accordion-section__title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 21px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #2C2C2C;
  border-bottom: 1px solid #2C2C2C;
  transform: translateY(-75%) rotate(45deg);
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .accordion-section__title:after {
    right: 5px;
  }
}
.accordion-section__title.active:after {
  transform: rotate(-135deg);
  transition: 0.3s ease-in-out;
}
.accordion-section__title .icon {
  width: 16px;
  height: 16px;
  margin-right: 14px;
}
.accordion-section__title sup {
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #a8a8a8;
  position: relative;
  left: 5px;
  top: -15px;
}
@media (max-width: 767px) {
  .accordion-section__title sup {
    left: 0;
    top: -8px;
  }
}
.accordion-section__content {
  display: none;
  margin-bottom: 50px;
  margin-top: 20px;
  max-width: 100%;
}
.accordion-section__content.opened {
  display: block;
  margin-bottom: 25px;
}

.presentation img.lazyloaded {
  height: auto;
}
.presentation .img-center {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .presentation .img-center {
    margin-bottom: 20px;
  }
}
.presentation__box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .presentation__box {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.presentation__box img {
  flex-basis: 498px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .presentation__box img {
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.presentation__box-content {
  flex-basis: 515px;
}
@media (max-width: 767px) {
  .presentation__box-content {
    flex-basis: auto;
  }
}
.presentation__box-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #5F5F5F;
}
.presentation__box-subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #F08235;
  margin-bottom: 16px;
}
.presentation__tile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 130px;
  grid-column-gap: 80px;
}
@media (max-width: 767px) {
  .presentation__tile {
    grid-gap: 20px;
  }
}
.presentation__tile img {
  margin: 0 auto;
}

.product-features {
  display: flex;
  flex-direction: column;
}
.product-features__list li {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2C2C2C;
}
.product-features__list li:not(:last-child) {
  margin-bottom: 7px;
}
.product-features__list li span {
  font-weight: 700;
  display: inline;
  margin: 0;
}
.product-features__table {
  max-width: 715px;
  width: 100%;
}
@media (max-width: 767px) {
  .product-features__table {
    max-width: 100%;
    order: 1;
  }
}
.product-features__table td {
  padding: 7px;
  font-size: 14px;
  line-height: 17px;
}
.product-features__table td:first-child {
  color: #818181;
}
.product-features__tags {
  margin-top: 20px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .product-features__tags {
    flex-shrink: 1;
    flex-basis: auto;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.product-features__tag {
  font-size: 14px;
  line-height: 24px;
  color: #2C2C2C;
  padding: 5px 30px 5px 15px;
  max-width: 248px;
  width: 100%;
  position: relative;
  border: 1px solid #2C2C2C;
  border-radius: 1px;
  margin-bottom: 6px;
}
@media (max-width: 420px) {
  .product-features__tag {
    max-width: 100%;
  }
}
.product-features__tag:last-child {
  margin-bottom: 0;
}
.product-features__tag:before {
  content: "";
  width: 8px;
  height: 5px;
  display: block;
  position: absolute;
  border-bottom: 2px solid #2C2C2C;
  border-left: 2px solid #2C2C2C;
  transform: rotate(-45deg);
  top: 13px;
  right: 15px;
}

.product-video-slider {
  position: relative;
  padding-bottom: 40px;
}
.product-video-slider .swiper-button-prev, .product-video-slider .swiper-button-next {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  cursor: pointer;
}
.product-video-slider .swiper-button-prev.swiper-button-disabled, .product-video-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.product-video-slider .swiper-button-prev svg, .product-video-slider .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.product-video-slider .swiper-button-prev {
  margin-left: -15px;
}
.product-video-slider .swiper-button-next {
  margin-left: 15px;
}
.product-video-slider__item {
  position: relative;
  width: 100%;
  height: 185px;
}
@media (max-width: 991px) {
  .product-video-slider__item {
    height: 300px;
  }
}
.product-video-slider__item .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.product-video-slider__item .play-btn svg {
  width: 46px;
  height: 46px;
}
.product-video-slider__item a {
  width: 100%;
  height: 100%;
  display: block;
}
.product-video-slider__item a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .product-video-slider__item a:hover svg path:nth-child(1) {
    fill: #fff;
  }
  .product-video-slider__item a:hover svg path:nth-child(2) {
    fill: #2C2C2C;
  }
}

.product-certificates {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.product-certificates__item {
  margin: 10px;
  width: 114px;
  height: 148px;
}
.product-certificates__item:last-child {
  margin-right: 0;
}

.product-faq .common-btn-redesign {
  padding: 14px 28px;
  margin-bottom: 30px;
}
.product-faq .common-btn-redesign .icon {
  fill: #fff;
  width: 40px;
  height: 16px;
  margin-left: 77px;
}
.product-faq__item {
  margin-bottom: 72px;
  max-width: 722px;
  width: 100%;
}
.product-faq__item:last-child {
  margin-bottom: 0;
}
.product-faq__question {
  margin-bottom: 40px;
}
.product-faq__question:last-child {
  margin-bottom: 0;
}
.product-faq__question-body {
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 26px;
}
.product-faq__question-box {
  display: flex;
}
.product-faq__question-box-item {
  font-size: 15px;
  line-height: 22px;
  color: #818181;
  margin-right: 70px;
}
.product-faq__question-box-item:last-child {
  margin-right: 0;
}
.product-faq__answer-logo {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #2C2C2C;
  margin-bottom: 17px;
}
.product-faq__answer-logo .icon {
  width: 37px;
  height: 37px;
  margin-right: 20px;
}
.product-faq__answer-body p {
  font-size: 15px;
  line-height: 22px;
  color: #2C2C2C;
  margin-bottom: 20px;
}
.product-faq__answer-body p:last-child {
  margin-bottom: 0;
}

.related-series {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .related-series {
    margin-bottom: 40px;
  }
}
.related-series .product-slider-redesign {
  border: 1px solid #2C2C2C;
}
.related-series__title {
  height: 40px;
  width: 100%;
  background: #1E3D4F;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
}
@media (max-width: 767px) {
  .related-series .product-preview {
    border-radius: 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .related-series__common-btn-wrapper-redesign {
    flex-direction: column;
    align-items: center;
  }
}
.related-series .common-btn-redesign {
  margin-right: 53px;
}
@media (max-width: 767px) {
  .related-series .common-btn-redesign {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.related-series__link {
  font-size: 14px;
  line-height: 20px;
  color: #818181;
  display: flex;
  align-items: center;
}
.related-series__link .icon {
  width: 6px;
  height: 10px;
  fill: #818181;
  margin-left: 16px;
}

.personal-discount {
  background: linear-gradient(90deg, #306678 20%, #cf6e2b 90%);
  padding: 60px 0 55px;
}
@media (max-width: 767px) {
  .personal-discount {
    padding: 20px 0 30px;
  }
}
.personal-discount__box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .personal-discount__box {
    flex-direction: column;
  }
}
.personal-discount__left {
  flex-basis: 540px;
  max-width: 540px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .personal-discount__left {
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 13px;
  }
}
.personal-discount__left__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}
.personal-discount .h2 {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .personal-discount .h2 {
    text-align: center;
  }
}
.personal-discount__text {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  max-width: 390px;
}
@media (max-width: 991px) {
  .personal-discount__text {
    text-align: center;
    margin: 0 auto;
  }
}
.personal-discount__center {
  flex-basis: 273px;
  max-width: 273px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .personal-discount__center {
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 13px;
  }
}
.personal-discount__center:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.personal-discount__phone {
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 11px;
  display: block;
}
.personal-discount__phone:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.personal-discount .common-btn-redesign {
  padding: 15px 20px;
}
.personal-discount .common-btn-redesign .icon {
  width: 40px;
  height: 16px;
  fill: #fff;
  margin-left: 28px;
}
.personal-discount__right {
  flex-basis: 170px;
  max-width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .personal-discount__right {
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 13px;
  }
}
.personal-discount__text-sm {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.personal-discount__text-sm:last-child {
  margin-bottom: 0;
}
.personal-discount__logo {
  margin-bottom: 15px;
}

.mobile-menu {
  position: absolute;
  left: -100%;
  height: calc(100vh - 100%);
  width: 100%;
  z-index: 2;
  transition: 0.3s ease-in-out;
  display: block;
  transform: none;
  top: auto;
  bottom: auto;
  overflow: initial;
  background-color: rgba(0, 0, 0, 0);
}
.mobile-menu.opened {
  left: 0;
  transition: 0.3s ease-in-out;
}
.mobile-menu__body {
  background-color: #fff;
  max-width: 390px;
  width: 100%;
  position: relative;
  z-index: 2;
  max-height: 100%;
  overflow-y: auto;
}
.mobile-menu__body::-webkit-scrollbar {
  width: 5px;
}
.mobile-menu__body::-webkit-scrollbar-track {
  background-color: #ccc;
}
.mobile-menu__body::-webkit-scrollbar-thumb {
  background-color: #cf6e2b;
}
.mobile-menu__top-box {
  background-color: #fff;
  padding: 10px 0 10px;
}
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-menu__nav-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}
.mobile-menu__nav-box:last-child {
  margin-bottom: 0;
}
.mobile-menu__nav-item-link {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #2C2C2C;
  text-transform: uppercase;
}
.mobile-menu__nav-item-link--with-icon .icon {
  width: 21px;
  height: 21px;
  margin-left: 10px;
}
.mobile-menu__nav-item-link--orange {
  color: #cf6e2b;
}
.mobile-menu__nav-item-link.active {
  background: linear-gradient(270deg, #ffb887 20%, #ffde7d 90%);
}
.mobile-menu__nav-item-link.active .icon-mobile-menu-arrow {
  fill: #fff;
}
.mobile-menu__nav-item-link-submenu-toggle {
  padding: 12px 15px;
  margin: -12px 0;
}
.mobile-menu__nav-item-link-submenu-toggle .icon {
  width: 24px;
  height: 24px;
  padding: 3px;
  fill: #ffac72;
  transition: 0.3s ease-in-out;
}
.mobile-menu__nav-item-link-submenu-toggle.active .icon {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}
.mobile-menu__nav-submenu {
  display: none;
}
.mobile-menu__nav-submenu.opened {
  display: block;
}
.mobile-menu__nav-submenu--second-lvl .mobile-menu__nav-submenu-item-link {
  padding: 12px 45px;
  background-color: #f3f3f3;
}
.mobile-menu__nav-submenu-item-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #2C2C2C;
  padding: 12px 30px;
  border-bottom: 1px solid #2C2C2C;
  display: flex;
  align-items: center;
}
.mobile-menu__nav-submenu-item-qty {
  color: #a8a8a8;
  margin-left: 5px;
}
.mobile-menu__bottom-box {
  padding: 10px 15px 40px;
  background-color: #f3f3f3;
}
.mobile-menu__bottom-box .mobile-menu__nav {
  margin-bottom: 30px;
}
.mobile-menu__nav-item-secondary {
  font-size: 15px;
  line-height: 1;
  color: #1b1b1b;
  padding: 7px 0;
  position: relative;
}
.mobile-menu__nav-item-secondary .icon {
  width: 12px;
  height: 12px;
  position: absolute;
  right: -15px;
  top: 3px;
}
.mobile-menu__nav-item-secondary-subnumber {
  font-size: 10px;
  line-height: 1;
  color: #ffac72;
  margin-left: 5px;
}
.mobile-menu__contact-box {
  margin-bottom: 30px;
}
.mobile-menu__phone {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #2C2C2C;
  display: block;
}
.mobile-menu__mail {
  font-size: 16px;
  line-height: 22px;
  display: block;
  color: #306678;
}
.mobile-menu__account-links {
  display: flex;
  align-items: center;
}
.mobile-menu__account-links span {
  font-size: 14px;
  line-height: 21px;
  color: #2C2C2C;
  margin: 0 5px;
}
.mobile-menu__account-link {
  font-size: 14px;
  line-height: 21px;
  color: #2C2C2C;
}

.catalog-menu {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
  pointer-events: none;
}
@media (max-width: 991px) {
  .catalog-menu {
    display: none !important;
  }
}
.catalog-menu.opened {
  display: block;
}
.catalog-menu__container {
  padding-left: 489px;
}
@media (max-width: 1365px) {
  .catalog-menu__container {
    padding-left: 411px;
  }
}
@media (max-width: 1199px) {
  .catalog-menu__container {
    padding-left: 200px;
  }
}
.catalog-menu__inner {
  position: relative;
  z-index: 2;
}
.catalog-menu__box {
  max-width: calc(33.3333333333% - 15px);
  width: 100%;
  background-color: #fff;
  padding: 12.5px 0 17.5px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 5px 5px;
  position: relative;
  pointer-events: initial;
}
.catalog-menu__nav {
  margin-bottom: 10px;
}
.catalog-menu__nav-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.catalog-menu__nav-box:last-child {
  margin-bottom: 0;
}
.catalog-menu__nav-item--submenu .catalog-menu__nav-item-link {
  display: flex;
  align-items: baseline;
}
.catalog-menu__nav-item--submenu .catalog-menu__nav-item-link--with-icon {
  align-items: center;
}
.catalog-menu__nav-item-link {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #2C2C2C;
  padding: 5px 10px;
  text-transform: uppercase;
}
.catalog-menu__nav-item-link:hover {
  background: linear-gradient(270deg, #ffb887 20%, #ffde7d 90%);
}
.catalog-menu__nav-item-link--with-icon {
  display: flex;
  align-items: center;
}
.catalog-menu__nav-item-link--with-icon .icon-f-logo {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  pointer-events: none;
}
.catalog-menu__nav-item-link .icon-arrows-multiple {
  flex-shrink: 0;
  width: 30px;
  height: 10px;
  fill: #2C2C2C;
  margin-left: 10px;
  pointer-events: none;
}
.catalog-menu__nav-item-link--orange {
  color: #cf6e2b;
}
.catalog-menu__nav-item-link--font-reg {
  font-weight: 400;
}
.catalog-menu__btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #2C2C2C;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  margin-left: 10px;
}
.catalog-menu__btn:hover {
  box-shadow: 0 0 15px rgba(228, 128, 46, 0.66);
}
.catalog-menu__btn .icon {
  width: 17px;
  height: 17px;
  transform: rotate(-90deg);
  margin-left: 10px;
}
.catalog-menu__submenu-box {
  position: absolute;
  background-color: #fff;
  max-width: 320px;
  width: 100%;
  height: 100%;
  top: 0;
  left: calc(100% + 10px);
  padding: 12.5px 0 17.5px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 5px 5px;
  display: none;
}
.catalog-menu__submenu-box::-webkit-scrollbar {
  width: 10px;
}
.catalog-menu__submenu-box::-webkit-scrollbar-track {
  background-color: #ccc;
}
.catalog-menu__submenu-box::-webkit-scrollbar-thumb {
  background-color: #cf6e2b;
}
.catalog-menu__submenu-box.opened {
  display: block;
}
.catalog-menu__submenu-box--lg {
  width: 567px;
  max-width: calc(100vw - 471px);
  padding: 12.5px 0 10px;
}
.catalog-menu__submenu-nav {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow-y: auto;
}
.catalog-menu__submenu-nav::-webkit-scrollbar {
  width: 10px;
}
.catalog-menu__submenu-nav::-webkit-scrollbar-track {
  background-color: #ccc;
}
.catalog-menu__submenu-nav::-webkit-scrollbar-thumb {
  background-color: #cf6e2b;
}
.catalog-menu__nav-submenu-item--submenu .icon {
  width: 17px;
  height: 17px;
  transform: rotate(-90deg);
  margin-left: 5px;
  fill: #ffac72;
}
.catalog-menu__nav-submenu-item-link {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 16px;
  color: #2C2C2C;
  padding: 5px 20px;
}
.catalog-menu__nav-submenu-item-link:hover {
  color: #306678;
}
.catalog-menu__nav-submenu-item-qty {
  color: #a8a8a8;
  margin-left: 4px;
  font-size: 11px;
}
.catalog-menu__series-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-menu__series {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  grid-column-gap: 40px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .catalog-menu__series {
    grid-column-gap: 20px;
  }
}
.catalog-menu__series::-webkit-scrollbar {
  width: 5px;
}
.catalog-menu__series::-webkit-scrollbar-track {
  background-color: #ccc;
}
.catalog-menu__series::-webkit-scrollbar-thumb {
  background-color: #cf6e2b;
}
.catalog-menu__series-item:hover {
  filter: invert(58%) sepia(11%) saturate(2489%) hue-rotate(61deg) brightness(97%) contrast(97%);
}
.catalog-menu__banners {
  padding: 0 30px;
  max-height: 100%;
  overflow-y: auto;
}
.catalog-menu__banners::-webkit-scrollbar {
  width: 5px;
}
.catalog-menu__banners::-webkit-scrollbar-track {
  background-color: #ccc;
}
.catalog-menu__banners::-webkit-scrollbar-thumb {
  background-color: #cf6e2b;
}
.catalog-menu__banner {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 253px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-menu__banner:last-child {
  margin-bottom: 0;
}
.catalog-menu__banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.catalog-menu__banner-bg img.lazyloaded {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-menu__banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catalog-menu__banner-title {
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.catalog-menu__banner-title:last-child {
  margin-bottom: 0;
}
.catalog-menu__banner-highlight {
  background: linear-gradient(90deg, #cf6e2b 20%, #306678 90%);
  padding: 5px 45px;
  border-radius: 5px;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
}
.catalog-menu__banner-subtitle {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.catalog-sidebar {
  border: 1px solid #2C2C2C;
  border-radius: 5px;
  padding: 30px;
  max-width: 346px;
}
@media (max-width: 991px) {
  .catalog-sidebar {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .catalog-sidebar {
    padding: 20px 15px;
  }
}
.catalog-sidebar__nav {
  display: flex;
  flex-direction: column;
}
.catalog-sidebar__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.catalog-sidebar__box:last-child {
  margin-bottom: 0;
}
.catalog-sidebar__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2C2C2C;
  padding: 8px 0;
  text-transform: uppercase;
}
.catalog-sidebar__item:hover {
  color: #306678;
}
.catalog-sidebar__item--current {
  color: #cf6e2b;
}
.catalog-sidebar__item--bold {
  font-weight: 600;
}

.catalog-previews {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .catalog-previews {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 767px) {
  .catalog-previews {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
.catalog-previews.bg-brown {
  background-color: #e8debb;
}

.catalog-preview {
  border: 1px solid #e7e7e7;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .catalog-preview:not(:nth-child(3n+1)) {
    margin-left: -1px;
  }
  .catalog-preview:not(:nth-child(-n+3)) {
    margin-top: -1px;
  }
}
@media (max-width: 1199px) {
  .catalog-preview:not(:nth-child(2n+1)) {
    margin-left: -1px;
  }
  .catalog-preview:not(:nth-child(-n+2)) {
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  .catalog-preview {
    padding: 20px 10px;
  }
}
.catalog-preview__img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.catalog-preview__img:hover, .catalog-preview__img:focus {
  opacity: 0.5;
}
.catalog-preview__img picture {
  display: block;
}
.catalog-preview__img img {
  max-width: 242px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .catalog-preview__img img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.catalog-preview__content {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
.catalog-preview__name {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 30px;
}
.catalog-preview__name:hover, .catalog-preview__name:focus {
  color: #306678;
}
@media (max-width: 767px) {
  .catalog-preview__name {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
  }
}
.catalog-preview__name sup {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #f08235;
  position: relative;
  top: -12px;
  left: 4px;
}
@media (max-width: 767px) {
  .catalog-preview__name sup {
    top: -8px;
  }
}
.catalog-preview__categories {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-top: auto;
}
.catalog-preview__categories + .catalog-preview__more {
  margin-top: 0;
}
.catalog-preview__category {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 3px;
  color: #2C2C2C;
}
@media (max-width: 767px) {
  .catalog-preview__category {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 3px;
  }
}
.catalog-preview__category:hover {
  -webkit-text-decoration-color: #2C2C2C;
          text-decoration-color: #2C2C2C;
}
.catalog-preview__category:last-child {
  margin-bottom: 0;
}
.catalog-preview__more {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.catalog-preview__more span {
  font-size: 12px;
  line-height: 17px;
  color: #818181;
  margin-right: 6px;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 4px;
}
.catalog-preview__more .icon {
  width: 5px;
  height: 7px;
  fill: #818181;
}

.catalog-previews.bg-brown .catalog-preview {
  border-color: #e8debb;
  background-color: #e8debb;
}

.catalog-previews.bg-brown.bg-transparent .catalog-preview {
  background-color: transparent;
  border-color: transparent;
}

.catalog-presentation {
  display: flex;
  flex-wrap: wrap;
  margin: -1px;
}
@media (max-width: 767px) {
  .catalog-presentation {
    justify-content: center;
  }
}
.catalog-presentation__item {
  position: relative;
  flex-basis: 329px;
  max-width: 329px;
  height: 457px;
  margin: 1px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.catalog-presentation__item:last-child {
  margin-right: 0;
}
.catalog-presentation__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.catalog-presentation__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-presentation__content {
  position: relative;
  z-index: 1;
}
.catalog-presentation__name {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.catalog-presentation__more {
  display: flex;
  align-items: center;
}
.catalog-presentation__more span {
  font-size: 12px;
  line-height: 17px;
  color: #818181;
  margin-right: 6px;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 4px;
}
.catalog-presentation__more .icon {
  width: 5px;
  height: 7px;
  fill: #818181;
}

.fw-banner {
  position: relative;
}
.fw-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.fw-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fw-banner__content {
  position: relative;
  z-index: 1;
  padding: 35px 0;
}
.fw-banner__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .fw-banner__title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
  }
}
.fw-banner__subtitle {
  font-style: italic;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .fw-banner__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

@keyframes ns-lift {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    visibility: hidden;
  }
}
@keyframes ns-jump {
  0% {
    transform: translate3d(0, -4%, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(0, 4%, 0);
    opacity: 0.5;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1512px;
  }
}
.swiper-button-prev, .swiper-button-next {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ns-title-block {
  padding: 80px 0;
  text-align: center;
}

.ns-button-border {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0 26px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  background: #fff;
  border: 1px solid #2C2C2C;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .ns-button-border:hover {
    background: #2C2C2C;
    color: #fff;
  }
}

.ns-button-bg {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0 26px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #fff;
  background: #2C2C2C;
  border: 1px solid #2C2C2C;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .ns-button-bg:hover {
    background: #fff;
    color: #2C2C2C;
  }
}

@keyframes ns-header-icon-pulse {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.ns-header {
  padding: 19px 0;
  position: relative;
  z-index: 99;
}
.ns-header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
.ns-header .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ns-header__left {
  display: flex;
  align-items: center;
  width: 314px;
}
@media (max-width: 1399px) {
  .ns-header__left {
    width: 250px;
  }
}
@media (max-width: 1299px) {
  .ns-header__left {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .ns-header__left {
    display: none;
  }
}
.ns-header__left-geo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 24px;
  max-width: 130px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .ns-header__left-geo {
    max-width: 80px;
    margin-right: 10px;
  }
}
@media (max-width: 1299px) {
  .ns-header__left-geo {
    max-width: 24px;
  }
}
.ns-header__left-geo svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 12px;
}
.ns-header__left-geo span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (max-width: 1299px) {
  .ns-header__left-geo span {
    display: none;
  }
}
@media (min-width: 768px) {
  .ns-header__left-geo:hover svg, .ns-header__left-geo:hover svg path {
    fill: #730F26;
  }
  .ns-header__left-geo:hover span {
    color: #730F26;
  }
}
.ns-header__left-phone {
  display: block;
  margin-bottom: 5px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #2C2C2C;
  text-decoration: underline;
}
.ns-header__left-schedule {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #515151;
}
.ns-header__left-schedule div {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.ns-header__center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 35px;
  position: relative;
  width: 686px;
  height: 55px;
  max-width: 100%;
  flex-shrink: 0;
}
.ns-header__center:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/img/ns/header/border.svg);
  z-index: 0;
}
@media (max-width: 1299px) {
  .ns-header__center {
    padding: 10px 30px;
  }
}
@media (max-width: 1199px) {
  .ns-header__center {
    width: 500px;
  }
  .ns-header__center:before {
    background-image: url(/img/ns/header/border-lg.svg);
  }
}
@media (max-width: 991px) {
  .ns-header__center {
    padding: 10px 20px;
  }
  .ns-header__center:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/img/ns/header/border-lg-s.svg);
    opacity: 0;
    z-index: 1;
  }
  .ns-header__center.open-search:before {
    opacity: 0;
  }
  .ns-header__center.open-search:after {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .ns-header__center {
    width: 353px;
    padding: 10px 25px 10px 23px;
  }
  .ns-header__center:before {
    background-image: url(/img/ns/header/border-sm.svg);
  }
  .ns-header__center:after {
    background-image: url(/img/ns/header/border-sm-s.svg);
  }
}
@media (max-width: 359px) {
  .ns-header__center {
    width: 300px;
  }
  .ns-header__center:before {
    background-image: url(/img/ns/header/border-xs.svg);
  }
  .ns-header__center:after {
    background-image: url(/img/ns/header/border-xs-s.svg);
    opacity: 0;
  }
}
.ns-header__center-menu {
  display: none;
  position: relative;
}
.ns-header__center-menu._active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  opacity: 0;
}
.ns-header__center-menu._active > div {
  width: 100%;
}
.ns-header__center-menu._active > div > a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
}
.ns-header__center-menu._active > div > a:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .ns-header__center-menu._active > div > a:not(:last-child) {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .ns-header__center-menu._active > div > a:hover {
    text-decoration: underline;
  }
}
.ns-header__center-menu._active > button {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ns-header__center-menu._active > button svg {
  width: 14px;
  height: 14px;
}
.ns-header__center-left {
  width: 160px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .ns-header__center-left {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .ns-header__center-left {
    width: 100px;
  }
}
.ns-header__center-left._hide {
  display: none;
}
.ns-header__center-left > div {
  display: none;
}
.ns-header__center-left > div:nth-child(1) > button {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .ns-header__center-left > div:nth-child(1) > button {
    width: 20px;
    height: 20px;
  }
  .ns-header__center-left > div:nth-child(1) > button:nth-child(1) {
    width: 22px;
    height: 22px;
  }
}
.ns-header__center-left > div:nth-child(1) > button svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .ns-header__center-left > div:nth-child(1) > button:hover svg {
    fill: #730F26;
  }
}
.ns-header__center-left > div:nth-child(1) > button:not(:last-child) {
  margin-right: 8px;
}
.ns-header__center-left > div:nth-child(2) {
  display: flex;
  align-items: center;
}
.ns-header__center-left > div:nth-child(2) > button {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
}
.ns-header__center-left > div:nth-child(2) > button:not(:last-child) {
  margin-right: 24px;
}
@media (max-width: 1199px) {
  .ns-header__center-left > div:nth-child(2) > button:not(:last-child) {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .ns-header__center-left > div:nth-child(2) > button:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991px) {
  .ns-header__center-left > div:nth-child(1) {
    display: flex;
    align-items: center;
  }
  .ns-header__center-left > div:nth-child(2) {
    display: none;
  }
}
.ns-header__center-logo {
  position: relative;
  z-index: 2;
}
.ns-header__center-logo._hide {
  display: none;
}
.ns-header__center-logo {
  width: 159px;
  height: 39px;
  flex-shrink: 0;
  margin: 0 auto;
  display: block;
  transition: none;
}
@media (max-width: 1199px) {
  .ns-header__center-logo {
    width: 111.3px;
    height: 27.3px;
  }
}
.ns-header__center-logo svg {
  width: 100%;
  height: 100%;
}
.ns-header__center-right {
  width: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .ns-header__center-right {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .ns-header__center-right {
    width: 100px;
  }
}
.ns-header__center-right._hide {
  display: none;
}
.ns-header__center-right button, .ns-header__center-right a {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}
.ns-header__center-right button:nth-child(2), .ns-header__center-right a:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .ns-header__center-right button:nth-child(2), .ns-header__center-right a:nth-child(2) {
    display: flex;
    will-change: transform;
    animation: ns-header-icon-pulse 1.5s ease-in-out infinite;
  }
  .ns-header__center-right button:nth-child(1), .ns-header__center-right button:not(._show):nth-child(3), .ns-header__center-right a:nth-child(1), .ns-header__center-right a:not(._show):nth-child(3) {
    display: none;
  }
}
.ns-header__center-right button svg, .ns-header__center-right a svg {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ns-header__center-right button svg, .ns-header__center-right a svg {
    width: 20px;
    height: 20px;
  }
}
.ns-header__center-right button span, .ns-header__center-right a span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  margin-left: 4px;
}
@media (max-width: 991px) {
  .ns-header__center-right button span, .ns-header__center-right a span {
    margin-left: 2px;
    font-size: 12px;
    letter-spacing: 0;
    max-width: 8px;
    overflow: hidden;
  }
}
.ns-header__center-right button:not(:last-child), .ns-header__center-right a:not(:last-child) {
  margin-right: 12px;
}
@media (max-width: 991px) {
  .ns-header__center-right button:not(:last-child), .ns-header__center-right a:not(:last-child) {
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .ns-header__center-right button:not(._show) span, .ns-header__center-right a:not(._show) span {
    display: none;
  }
}
@media (min-width: 768px) {
  .ns-header__center-right button:hover svg, .ns-header__center-right a:hover svg {
    fill: #730F26;
  }
  .ns-header__center-right button:hover span, .ns-header__center-right a:hover span {
    color: #730F26;
  }
}
.ns-header .ns-header-search {
  position: relative;
  width: 314px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1399px) {
  .ns-header .ns-header-search {
    width: 250px;
  }
}
@media (max-width: 1299px) {
  .ns-header .ns-header-search {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .ns-header .ns-header-search {
    display: none;
  }
}
.ns-header .ns-header-search__button {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 10;
}
.ns-header .ns-header-search__button svg {
  width: 100%;
  height: 100%;
}
.ns-header .ns-header-search__button_search {
  position: relative;
}
.ns-header .ns-header-search__button_clear {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 1299px) {
  .ns-header .ns-header-search__button_clear {
    right: 8px;
  }
}
@media (max-width: 991px) {
  .ns-header .ns-header-search__button_clear {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .ns-header .ns-header-search__button_clear {
    right: 22px;
  }
}
.ns-header .ns-header-search form {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #2C2C2C;
}
@media (max-width: 991px) {
  .ns-header .ns-header-search form {
    border: none;
  }
}
.ns-header .ns-header-search form > input {
  margin: 0;
  padding: 0 48px 0 43px;
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 0;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #2C2C2C;
  cursor: default;
}
@media (max-width: 991px) {
  .ns-header .ns-header-search form > input {
    background: transparent;
    padding: 0 70px;
  }
}
@media (max-width: 767px) {
  .ns-header .ns-header-search form > input {
    padding: 0 55px;
  }
}
.ns-header .ns-header-search form > input::-moz-placeholder {
  color: #2C2C2C;
}
.ns-header .ns-header-search form > input::placeholder {
  color: #2C2C2C;
}
.ns-header .ns-header-search__result {
  position: absolute;
  z-index: 999;
  top: 100%;
  margin-top: 1px;
  left: -1px;
  width: calc(100% + 2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: none;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid #2C2C2C;
  border-top: none;
  border-bottom: none;
}
@media (max-width: 991px) {
  .ns-header .ns-header-search__result {
    margin-top: 0;
    left: 0;
    width: 100%;
  }
}
.ns-header .ns-header-search__result-btm {
  display: none;
}
.ns-header .ns-header-search__result ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ns-header .ns-header-search__result ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #2C2C2C;
}
.ns-header .ns-header-search__result ul li a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px;
  text-overflow: ellipsis;
  color: #2C2C2C;
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.3 ease-in-out;
}
.ns-header .ns-header-search__result ul li a span {
  font-size: inherit;
  color: inherit;
  transition: all 0.3 ease-in-out;
}
.ns-header .ns-header-search__result ul li a b {
  color: inherit;
  font-size: inherit;
  font-weight: 600;
  transition: all 0.3 ease-in-out;
}
.ns-header .ns-header-search__result ul li a img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -o-object-fit: contain;
  object-fit: contain;
}
.ns-header .ns-header-search__result ul li a:hover, .ns-header .ns-header-search__result ul li a:focus {
  background-color: #574337;
  color: #fff;
}
.ns-header .ns-header-search__result ul li:first-child a {
  margin: 0;
}
.ns-header .ns-header-search__result ul li:last-child a {
  margin: 0;
  padding: 8px;
  border-radius: 0;
}
.ns-header .ns-header-search.open {
  height: 55px;
}
@media (max-width: 991px) {
  .ns-header .ns-header-search.open {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
}
.ns-header .ns-header-search.open .ns-header-search__button_search {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 1299px) {
  .ns-header .ns-header-search.open .ns-header-search__button_search {
    left: 8px;
  }
}
@media (max-width: 991px) {
  .ns-header .ns-header-search.open .ns-header-search__button_search {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .ns-header .ns-header-search.open .ns-header-search__button_search {
    left: 22px;
  }
}
.ns-header .ns-header-search.open .ns-header-search__button_clear {
  display: flex;
}
.ns-header .ns-header-search.open form {
  display: flex;
  align-items: center;
}
.ns-header .ns-header-search input:focus + .ns-header-search__result, .ns-header .ns-header-search.active .ns-header-search__result, .ns-header .ns-header-search:hover .ns-header-search__result {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
}

.ns-header-catalog {
  position: fixed;
  left: 0;
  top: 129px;
  width: 100%;
  height: calc(100vh - 129px);
  overflow: hidden;
  z-index: 999;
  border: 1px solid #2C2C2C;
  display: none;
}
.ns-header-catalog._scroll {
  top: 93px;
  height: calc(100vh - 93px);
}
.ns-header-catalog._active {
  display: flex;
}
.ns-header-catalog__sidebar {
  flex-shrink: 0;
  width: 257px;
  background: #730F26;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  height: 100%;
}
@media (max-width: 1199px) {
  .ns-header-catalog__sidebar {
    padding: 20px;
    width: 220px;
  }
}
@media (max-width: 767px) {
  .ns-header-catalog__sidebar {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .ns-header-catalog__sidebar {
    padding: 10px 10px 40px 10px;
    width: 120px;
  }
}
.ns-header-catalog__sidebar > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ns-header-catalog__sidebar > ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ns-header-catalog__sidebar > ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.ns-header-catalog__sidebar > ul li._mobile {
  display: none;
}
@media (max-width: 991px) {
  .ns-header-catalog__sidebar > ul li._mobile {
    display: block;
  }
  .ns-header-catalog__sidebar > ul li._mobile._mobile--first {
    margin-top: 20px;
  }
}
.ns-header-catalog__sidebar > ul li a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}
@media (max-width: 1199px) {
  .ns-header-catalog__sidebar > ul li a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .ns-header-catalog__sidebar > ul li a {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .ns-header-catalog__sidebar > ul li a:hover {
    text-decoration: underline;
  }
}
.ns-header-catalog__sidebar > div {
  display: flex;
  flex-direction: column;
}
.ns-header-catalog__sidebar > div > a {
  width: 100%;
  height: 44px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 10px;
}
.ns-header-catalog__sidebar > div > a:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ns-header-catalog__sidebar > div > a:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ns-header-catalog__sidebar > div > a {
    padding: 10px 5px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .ns-header-catalog__sidebar > div > a {
    padding: 5px;
    text-align: center;
  }
}
.ns-header-catalog__sidebar > div > a svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .ns-header-catalog__sidebar > div > a svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .ns-header-catalog__sidebar > div > a svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 575px) {
  .ns-header-catalog__sidebar > div > a svg {
    width: 14px;
    height: 14px;
  }
}
.ns-header-catalog__sidebar > div > a span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  .ns-header-catalog__sidebar > div > a span {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .ns-header-catalog__sidebar > div > a:hover {
    background: #fff;
  }
  .ns-header-catalog__sidebar > div > a:hover svg path {
    fill: #730F26;
  }
  .ns-header-catalog__sidebar > div > a:hover span {
    color: #730F26;
  }
}
.ns-header-catalog__sidebar > div > a:last-child {
  background: #fff;
}
.ns-header-catalog__sidebar > div > a:last-child span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: #730F26;
}
@media (min-width: 768px) {
  .ns-header-catalog__sidebar > div > a:last-child:hover {
    background: #730F26;
  }
  .ns-header-catalog__sidebar > div > a:last-child:hover span {
    color: #fff;
  }
}
.ns-header-catalog__content {
  padding: 40px;
  background: #FFFFFF;
  position: relative;
  width: 100%;
  border-left: 1px solid #2C2C2C;
  overflow-y: auto;
}
@media (max-width: 1199px) {
  .ns-header-catalog__content {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .ns-header-catalog__content {
    padding: 10px;
  }
}
.ns-header-catalog__content-title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 25px;
  display: block;
}
@media (max-width: 1199px) {
  .ns-header-catalog__content-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .ns-header-catalog__content-title[href]:hover {
    text-decoration: underline;
  }
}
.ns-header-catalog__content-group:not(:last-child) {
  margin-bottom: 16px;
}
.ns-header-catalog__content-group > ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: none;
  max-width: 250px;
  word-break: break-word;
  white-space: normal;
}
.ns-header-catalog__content-group > ul li:not(:last-child) {
  margin-bottom: 5px;
}
.ns-header-catalog__content-group > ul li a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #2C2C2C;
  text-decoration: none;
}
.ns-header-catalog__content-group > ul li a._medium {
  font-weight: 500;
}
.ns-header-catalog__content-group > ul li a:active, .ns-header-catalog__content-group > ul li a._active {
  color: #730F26;
  text-shadow: 0 0 0.7px #730F26, 0 0 0.7px #730F26;
}
@media (min-width: 768px) {
  .ns-header-catalog__content-group > ul li a:hover {
    text-decoration: underline;
  }
}
.ns-header-catalog__content-group > div {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #2C2C2C;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .ns-header-catalog__content-group > div {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .ns-header-catalog__content-group > div {
    line-height: 125%;
  }
}
@media (max-width: 575px) {
  .ns-header-catalog__content-group > div {
    font-size: 13px;
  }
}
.ns-header-catalog__content-group > div span {
  white-space: normal;
}
.ns-header-catalog__content-group > div i {
  background-image: url(/img/ns/chevron-bottom.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s;
}
@media (max-width: 575px) {
  .ns-header-catalog__content-group > div i {
    margin: 0 0 0 5px;
    width: 10px;
    height: 16px;
  }
}
.ns-header-catalog__content-group > div._active i {
  transform: rotate(180deg);
}
.ns-header-catalog__content-categories {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ns-header-catalog__content-categories:not(:last-child) {
  margin-bottom: 10px;
}
.ns-header-catalog__content-categories li:not(:last-child) {
  margin-bottom: 10px;
}
.ns-header-catalog__content-categories li a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #2C2C2C;
  text-decoration: none;
}
.ns-header-catalog__content-categories li a:active, .ns-header-catalog__content-categories li a._active {
  color: #730F26;
  text-shadow: 0 0 0.7px #730F26, 0 0 0.7px #730F26;
}
@media (max-width: 1199px) {
  .ns-header-catalog__content-categories li a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .ns-header-catalog__content-categories li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 575px) {
  .ns-header-catalog__content-categories li a {
    font-size: 13px;
  }
}
.ns-header-catalog__content > div {
  display: flex;
}
@media (max-width: 1199px) {
  .ns-header-catalog__content > div {
    flex-wrap: wrap;
    max-width: 800px;
  }
}
@media (max-width: 1199px) {
  .ns-header-catalog__content > div {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .ns-header-catalog__content > div {
    max-width: none;
  }
}
.ns-header-catalog__content > div > div {
  max-width: 335px;
}
@media (max-width: 1399px) {
  .ns-header-catalog__content > div > div {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .ns-header-catalog__content > div > div {
    max-width: none;
    width: 100%;
  }
}
.ns-header-catalog__content > div > div:not(:last-child) {
  margin-right: 80px;
}
@media (max-width: 1499px) {
  .ns-header-catalog__content > div > div:not(:last-child) {
    margin-right: 60px;
  }
}
@media (max-width: 1399px) {
  .ns-header-catalog__content > div > div:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 1199px) {
  .ns-header-catalog__content > div > div:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .ns-header-catalog__content > div > div:not(:last-child) {
    margin-right: 0;
  }
}
.ns-header-catalog > button {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 35px;
  top: 20px;
  background: none;
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .ns-header-catalog > button {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 575px) {
  .ns-header-catalog > button {
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
  }
}

.ns-footer {
  background: #2C2C2C;
  padding: 80px 0 40px 0;
}
@media (max-width: 767px) {
  .ns-footer {
    padding: 40px 0 80px 0;
  }
}
.ns-footer__first > div {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .ns-footer__first > div {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.ns-footer__second {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(174, 174, 174, 0.2);
}
@media (max-width: 1199px) {
  .ns-footer__second {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .ns-footer__second {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.ns-footer__second > div {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ns-footer__second > div {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.ns-footer__second > div a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #AEAEAE;
  display: flex;
}
@media (hover: hover) {
  .ns-footer__second > div a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991px) {
  .ns-footer__second > div a:not(:last-child) {
    margin-bottom: 15px;
  }
}
.ns-footer__copyright {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #AEAEAE;
}
@media (max-width: 991px) {
  .ns-footer__copyright {
    margin-bottom: 15px;
  }
}
.ns-footer__column:nth-child(1) {
  margin-right: 150px;
  max-width: 195px;
}
@media (max-width: 1199px) {
  .ns-footer__column:nth-child(1) {
    margin-right: 0;
    width: 25%;
    max-width: none;
  }
}
@media (max-width: 991px) {
  .ns-footer__column:nth-child(1) {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .ns-footer__column:nth-child(1) {
    width: 100%;
  }
}
.ns-footer__column:nth-child(2) {
  margin-right: 80px;
  max-width: 124px;
}
@media (max-width: 1199px) {
  .ns-footer__column:nth-child(2) {
    margin-right: 0;
    max-width: none;
    width: 25%;
  }
}
@media (max-width: 991px) {
  .ns-footer__column:nth-child(2) {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .ns-footer__column:nth-child(2) {
    width: 50%;
    margin-top: 50px;
  }
}
.ns-footer__column:nth-child(3) {
  margin-right: 80px;
  max-width: 165px;
}
@media (max-width: 1199px) {
  .ns-footer__column:nth-child(3) {
    margin-right: 0;
    max-width: none;
    width: 25%;
  }
}
@media (max-width: 991px) {
  .ns-footer__column:nth-child(3) {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .ns-footer__column:nth-child(3) {
    width: 50%;
    margin-top: 50px;
  }
}
.ns-footer__column:nth-child(4) {
  max-width: 220px;
}
@media (max-width: 1199px) {
  .ns-footer__column:nth-child(4) {
    width: 25%;
    max-width: none;
  }
}
@media (max-width: 991px) {
  .ns-footer__column:nth-child(4) {
    width: 100%;
    margin-top: 30px;
  }
}
.ns-footer__column:nth-child(5) {
  margin-left: auto;
  max-width: 260px;
}
@media (max-width: 1199px) {
  .ns-footer__column:nth-child(5) {
    width: 100%;
    margin-top: 60px;
    max-width: none;
  }
}
.ns-footer__column-title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 13.7313px;
  line-height: 115%;
  color: #AEAEAE;
  margin-bottom: 20px;
}
.ns-footer__column ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ns-footer__column ul li:not(:last-child) {
  margin-bottom: 14px;
}
.ns-footer__column ul li a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 13.7313px;
  line-height: 115%;
  color: #FFFFFF;
}
@media (hover: hover) {
  .ns-footer__column ul li a:hover {
    text-decoration: underline;
  }
}
.ns-footer__column-phone {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 20px;
  white-space: nowrap;
  display: block;
}
@media (hover: hover) {
  .ns-footer__column-phone:hover {
    text-decoration: underline;
  }
}
.ns-footer__column-email {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 20px;
  white-space: nowrap;
  display: block;
}
@media (hover: hover) {
  .ns-footer__column-email:hover {
    text-decoration: underline;
  }
}
.ns-footer__column-schedule {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #AEAEAE;
  margin-bottom: 20px;
}
.ns-footer__column-socials > div {
  display: flex;
  align-items: center;
}
.ns-footer__column-socials > div > a {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
}
.ns-footer__column-socials > div > a svg {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .ns-footer__column-socials > div > a:hover {
    opacity: 0.7;
  }
}
.ns-footer__column-socials > div:nth-child(1) {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .ns-footer__column-socials > div:nth-child(1) {
    margin-bottom: 0;
  }
}
.ns-footer__column-socials > div:nth-child(1) > a:not(:last-child) {
  margin-right: 18px;
}
.ns-footer__column-socials > div:nth-child(2) span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #AEAEAE;
  margin-left: 6px;
}
.ns-footer__subs-title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #F5F5F5;
  margin-bottom: 25px;
  white-space: nowrap;
}
.ns-footer__subs-form._loading {
  opacity: 0.7;
}
.ns-footer__subs-form-input > div:nth-child(1) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #AEAEAE;
}
.ns-footer__subs-form-input_text {
  margin-bottom: 25px;
}
.ns-footer__subs-form-input_text input {
  padding: 0;
  height: 50px;
  background: none;
  display: flex;
  align-items: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #fff;
  border: none;
  border-bottom: 1px solid #AEAEAE;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 767px) {
  .ns-footer__subs-form-input_text input {
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .ns-footer__subs-form-input_text input {
    width: 100%;
    max-width: 100%;
  }
}
.ns-footer__subs-form-input_text input::-moz-placeholder {
  color: #B3B3B3;
}
.ns-footer__subs-form-input_text input::placeholder {
  color: #B3B3B3;
}
.ns-footer__subs-form-input_checkbox {
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .ns-footer__subs-form-input_checkbox {
    max-width: 250px;
  }
}
.ns-footer__subs-form-input_checkbox label {
  display: flex;
  align-items: flex-start;
}
.ns-footer__subs-form-input_checkbox label a {
  color: inherit;
}
@media (max-width: 767px) {
  .ns-footer__subs-form-input_checkbox label a {
    text-decoration: underline;
  }
}
@media (hover: hover) {
  .ns-footer__subs-form-input_checkbox label a:hover {
    text-decoration: underline;
  }
}
.ns-footer__subs-form-input_checkbox input {
  display: none;
}
.ns-footer__subs-form-input_checkbox input + span {
  width: 16px;
  height: 16px;
  border: 1px solid #AEAEAE;
  margin-right: 10px;
  position: relative;
  flex-shrink: 0;
  display: block;
}
.ns-footer__subs-form-input_checkbox input + span:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #AEAEAE;
  opacity: 0;
}
.ns-footer__subs-form-input_checkbox input:checked + span:after {
  opacity: 1;
}
.ns-footer__subs-form-input_checkbox span:nth-child(3) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #AEAEAE;
}
.ns-footer__subs-form-button {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #D9D9D9;
  height: 40px;
  width: 129px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2C2C2C;
  border: 1px solid #F5F5F5;
}
@media (hover: hover) {
  .ns-footer__subs-form-button:hover {
    background: #F5F5F5;
    border-color: #2C2C2C;
    color: #2C2C2C;
  }
}
.ns-footer__subs-form-info {
  margin-top: 10px;
  color: red;
  display: none;
  font-size: 14px;
  line-height: 1;
}
.ns-footer__logo {
  width: 174px;
  height: 57px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ns-footer__logo {
    margin: 0 auto;
  }
}
.ns-footer__logo svg {
  width: 100%;
  height: 100%;
}
.ns-footer__info {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #AEAEAE;
  margin-top: 30px;
  max-width: 195px;
}
@media (max-width: 767px) {
  .ns-footer__info {
    text-align: center;
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 575px) {
  .ns-footer__info {
    max-width: 250px;
  }
}
.ns-footer__download-rq {
  margin: 0;
  padding: 15px 0;
  border: 1px solid #DEDEDE;
  width: 179px;
  height: 40px;
  max-width: 100%;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .ns-footer__download-rq {
    margin: 20px auto 0 auto;
  }
}
@media (hover: hover) {
  .ns-footer__download-rq:hover {
    background: #DEDEDE;
    border-color: #2C2C2C;
    color: #2C2C2C;
  }
}
.ns-footer__developer {
  align-items: center;
}
.ns-footer__developer svg {
  margin-left: 6px;
  flex-shrink: 0;
}

.ns-section:not(._wt-mb) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .ns-section:not(._wt-mb) {
    margin-bottom: 40px;
  }
}
.ns-section_contact-form__wrap {
  border: 1px solid #2C2C2C;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .ns-section_contact-form__wrap {
    padding: 80px 20px;
  }
}
@media (max-width: 767px) {
  .ns-section_contact-form__wrap {
    padding: 40px 20px;
  }
}
.ns-section_contact-form._wt-bb .ns-section_contact-form__wrap {
  border-bottom: none;
}
.ns-section_contact-form h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 761px;
}
@media (max-width: 991px) {
  .ns-section_contact-form h2 {
    max-width: 683px;
  }
}
.ns-section_contact-form__content {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .ns-section_contact-form__content {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.ns-section_contact-form__content > div:nth-child(1) {
  margin-right: 80px;
  max-width: 573px;
}
@media (max-width: 1199px) {
  .ns-section_contact-form__content > div:nth-child(1) {
    max-width: 400px;
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .ns-section_contact-form__content > div:nth-child(1) {
    margin: 0 0 40px 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ns-section_contact-form__content > div:nth-child(1) {
    margin: 0 0 20px 0;
  }
}
.ns-section_contact-form__text {
  max-width: 493px;
}
.ns-section_contact-form__text p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2C2C2C;
  margin-bottom: 40px;
}
.ns-section_contact-form__text p span {
  white-space: nowrap;
}
.ns-section_contact-form__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ns-section_contact-form__text p {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .ns-section_contact-form__text p br {
    display: none;
  }
}
.ns-section_contact-form form {
  max-width: 497px;
}
.ns-section_contact-form form .ns-form__group:nth-child(2) {
  margin-bottom: 33px;
}
.ns-section_contacts h2 {
  max-width: 926px;
  margin: 0 auto 46px auto;
}
@media (max-width: 1199px) {
  .ns-section_contacts h2 {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .ns-section_contacts h2 {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .ns-section_contacts h2 {
    max-width: 300px;
  }
}
.ns-section_contacts__content {
  display: flex;
  height: 589px;
  width: 100%;
}
@media (max-width: 1199px) {
  .ns-section_contacts__content {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .ns-section_contacts__content {
    height: auto;
    flex-direction: column;
  }
}
.ns-section_contacts__content-left {
  border: 1px solid #2C2C2C;
  width: 473px;
  max-width: 100%;
  height: 100%;
  position: relative;
  flex-shrink: 0;
  padding: 38px 25px 29px 27px;
}
.ns-section_contacts__content-left:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -29px;
  width: 38px;
  height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #2C2C2C;
  transform: rotate(-45deg) translateX(0px);
  transform-origin: top left;
}
@media (max-width: 1199px) {
  .ns-section_contacts__content-left {
    padding: 25px;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .ns-section_contacts__content-left {
    width: 100%;
    height: 338px;
    order: 2;
  }
  .ns-section_contacts__content-left:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .ns-section_contacts__content-left {
    padding: 10px 15px;
  }
}
.ns-section_contacts__content-left > div:nth-child(1) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-shrink: 0;
  padding-right: 22px;
}
@media (max-width: 767px) {
  .ns-section_contacts__content-left > div:nth-child(1) {
    margin-bottom: 10px;
  }
}
.ns-section_contacts__content-left > div:nth-child(1) > div:nth-child(1) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  max-width: 187px;
}
.ns-section_contacts__content-left > div:nth-child(1) > div:nth-child(2) {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ns-section_contacts__content-left > div:nth-child(1) > div:nth-child(2) svg {
  width: 16px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 16px;
}
.ns-section_contacts__content-left > div:nth-child(1) > div:nth-child(2) span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #2C2C2C;
}
.ns-section_contacts__content-left-container {
  width: 100%;
  height: calc(100% - 60px);
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #D9D9D9 transparent;
  position: relative;
}
.ns-section_contacts__content-left-container._no-scroll {
  overflow: hidden;
}
.ns-section_contacts__content-left-container::-webkit-scrollbar {
  width: 5px;
}
.ns-section_contacts__content-left-container::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 0;
}
.ns-section_contacts__content-left-container::-webkit-scrollbar-track {
  background: transparent;
}
.ns-section_contacts__content-left-container::-moz-scrollbar-button, .ns-section_contacts__content-left-container::-webkit-scrollbar-button {
  display: none;
}
.ns-section_contacts__content-left-items {
  display: none;
}
.ns-section_contacts__content-left-items._active {
  display: block;
}
.ns-section_contacts__content-left-items > div {
  border: 1px solid #2C2C2C;
  padding: 17px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ns-section_contacts__content-left-items > div:not(:last-child) {
  margin-bottom: 8px;
}
.ns-section_contacts__content-left-items > div > div:nth-child(1) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  .ns-section_contacts__content-left-items > div > div:nth-child(1) {
    margin-bottom: 30px;
  }
}
.ns-section_contacts__content-left-items > div > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ns-section_contacts__content-left-items > div > div:nth-child(2) > div:nth-child(1) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  max-width: 250px;
}
.ns-section_contacts__content-left-items > div > div:nth-child(2) button {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #2C2C2C;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ns-section_contacts__content-left-items > div > div:nth-child(2) button:after {
  content: "";
  background-image: url(/img/ns/chevron-right.svg);
  background-size: contain;
  background-position: center center;
  display: block;
  flex-shrink: 0;
  width: 6px;
  height: 10px;
  margin-left: 10px;
  transform: translateY(-1px);
}
.ns-section_contacts__content-left-item {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 20px);
  height: 100%;
  border: 1px solid #2C2C2C;
  display: none;
  z-index: 10;
  background: #fff;
}
@media (max-width: 767px) {
  .ns-section_contacts__content-left-item {
    width: calc(100% - 10px);
  }
}
.ns-section_contacts__content-left-item._active {
  display: flex;
  flex-direction: column;
}
.ns-section_contacts__content-left-item > div {
  position: relative;
}
.ns-section_contacts__content-left-item > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  padding: 17px 8px 9px 15px;
  flex: 1 1 100%;
}
.ns-section_contacts__content-left-item > div:nth-child(1) > div:nth-child(1) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  max-width: 80%;
}
.ns-section_contacts__content-left-item > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  margin-top: 41px;
}
.ns-section_contacts__content-left-item > div:nth-child(1) > div:nth-child(2) {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ns-section_contacts__content-left-item > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  display: none;
}
.ns-section_contacts__content-left-item > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)._show {
  display: block;
}
.ns-section_contacts__content-left-item > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) {
  display: none;
}
.ns-section_contacts__content-left-item > div:nth-child(1) > div:nth-child(2) > div:nth-child(2)._show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ns-section_contacts__content-left-item > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) button {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ns-section_contacts__content-left-item > div:nth-child(1) > button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ns-section_contacts__content-left-item > div:nth-child(2) {
  border-top: 1px solid #2C2C2C;
  height: 272px;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .ns-section_contacts__content-left-item > div:nth-child(2) {
    height: 50%;
  }
}
.ns-section_contacts__content-left-item > div:nth-child(2)._show {
  display: flex;
  flex-wrap: wrap;
}
.ns-section_contacts__content-left-item > div:nth-child(2)._show-rhombus:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #2C2C2C;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
  z-index: 10;
  margin: -5.5px 0 0 -5px;
}
@media (max-width: 767px) {
  .ns-section_contacts__content-left-item > div:nth-child(2)._show-rhombus:before {
    display: none;
  }
}
.ns-section_contacts__content-left-item > div:nth-child(2) > a {
  height: 50%;
  width: 50%;
  flex: 1 1 50%;
  max-width: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .ns-section_contacts__content-left-item > div:nth-child(2) > a {
    height: 100%;
  }
}
.ns-section_contacts__content-left-item > div:nth-child(2) > a:nth-child(1), .ns-section_contacts__content-left-item > div:nth-child(2) > a:nth-child(2) {
  border-bottom: 1px solid #2C2C2C;
}
@media (max-width: 767px) {
  .ns-section_contacts__content-left-item > div:nth-child(2) > a:nth-child(1), .ns-section_contacts__content-left-item > div:nth-child(2) > a:nth-child(2) {
    border-bottom: none;
  }
}
.ns-section_contacts__content-left-item > div:nth-child(2) > a:nth-child(1), .ns-section_contacts__content-left-item > div:nth-child(2) > a:nth-child(3) {
  border-right: 1px solid #2C2C2C;
}
.ns-section_contacts__content-left-item > div:nth-child(2) > a img {
  width: 57px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
  margin-top: auto;
}
.ns-section_contacts__content-left-item > div:nth-child(2) > a > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ns-section_contacts__content-left-item > div:nth-child(2) > a > div span {
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  margin-top: auto;
  margin-bottom: 10px;
  position: relative;
  max-width: 150px;
}
.ns-section_contacts__content-left-item > div:nth-child(2) > a > div svg {
  width: 6px;
  height: 10px;
  flex-shrink: 0;
  margin-left: 4px;
}
.ns-section_contacts__content-right {
  flex: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #2C2C2C;
  border-left: none;
  position: relative;
}
@media (max-width: 991px) {
  .ns-section_contacts__content-right {
    height: 300px;
    order: 1;
    flex: 1 0 300px;
    border-left: 1px solid #2C2C2C;
    border-bottom: none;
  }
}
.ns-section_contacts__content-tabs {
  position: absolute;
  left: 24px;
  top: 18px;
  z-index: 10;
  display: none;
}
.ns-section_contacts__content-tabs._active {
  display: flex;
  align-items: center;
}
.ns-section_contacts__content-tabs button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  margin: 0;
  background: #FFFFFF;
  border: 1px solid #2C2C2C;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  cursor: pointer;
}
.ns-section_contacts__content-tabs button:nth-child(2) {
  border-left: none;
}
.ns-section_contacts__content-tabs button._active {
  background: #2C2C2C;
  color: #FFFFFF;
}
.ns-section_contacts__content-map {
  width: 100%;
  height: 100%;
  z-index: 8;
  position: relative;
  overflow: hidden;
}
.ns-section_contacts__content-map [class*=ground-pane] {
  filter: grayscale(1);
}
.ns-section_contacts__content-close {
  position: absolute;
  right: 24px;
  top: 18px;
  width: 24px;
  height: 24px;
  z-index: 9;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: none;
}
.ns-section_contacts__content-close._show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ns-section_contacts__content-gallery {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}
.ns-section_contacts__content-gallery._active {
  display: block;
}
.ns-section_contacts__content-gallery .swiper {
  width: 100%;
  height: 100%;
}
.ns-section_contacts__content-gallery .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.ns-section_contacts__content-gallery .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.ns-section_contacts__content-gallery .swiper .swiper-slide > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.ns-section_contacts__content-gallery .swiper .swiper-pagination {
  bottom: 13px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  display: none;
}
@media (max-width: 991px) {
  .ns-section_contacts__content-gallery .swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.ns-section_contacts__content-gallery .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D9D9D9;
  cursor: pointer;
}
.ns-section_contacts__content-gallery .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.ns-section_contacts__content-gallery > div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 29px;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .ns-section_contacts__content-gallery > div:last-child {
    display: none;
  }
}
.ns-section_contacts__content-gallery > div:last-child > div {
  cursor: pointer;
  position: relative;
  opacity: 0.6;
}
.ns-section_contacts__content-gallery > div:last-child > div:not(:last-child) {
  margin-right: 7px;
}
.ns-section_contacts__content-gallery > div:last-child > div:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #BABABA;
  opacity: 0.6;
}
.ns-section_contacts__content-gallery > div:last-child > div img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .ns-section_contacts__content-gallery > div:last-child > div:not(._active):hover {
    opacity: 0.8;
  }
  .ns-section_contacts__content-gallery > div:last-child > div:not(._active):hover:after {
    opacity: 0.8;
  }
}
.ns-section_contacts__content-gallery > div:last-child > div._active {
  opacity: 1;
}
.ns-section_contacts__content-gallery > div:last-child > div._active:after {
  opacity: 0;
}
.ns-section_address-points__items {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .ns-section_address-points__items {
    display: block;
    gap: unset;
  }
}
.ns-section_address-points__text {
  border: 1px solid #2C2C2C;
  border-right-color: transparent;
  height: 471px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 40px 44px 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .ns-section_address-points__text {
    padding: 20px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .ns-section_address-points__text {
    height: 200px;
    border-right-color: #2C2C2C;
    border-bottom-color: transparent;
  }
}
.ns-section_address-points__text:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -29px;
  width: 38px;
  height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #2C2C2C;
  transform: rotate(-45deg) translateX(0px);
  transform-origin: top left;
}
.ns-section_address-points__text-name {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
}
.ns-section_address-points__text-description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  color: #2C2C2C;
}
@media (max-width: 991px) {
  .ns-section_address-points__text-description {
    max-width: 600px;
  }
}
.ns-section_address-points__item {
  border: 1px solid #2C2C2C;
  padding: 42px 40px 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 366px;
}
@media (max-width: 1199px) {
  .ns-section_address-points__item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .ns-section_address-points__item {
    height: auto;
  }
}
.ns-section_address-points__item-name {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 115%;
  color: #2C2C2C;
  padding-left: 38px;
  padding-top: 2px;
  position: relative;
  margin-bottom: 25px;
  min-height: 57px;
}
@media (max-width: 991px) {
  .ns-section_address-points__item-name {
    min-height: auto;
  }
  .ns-section_address-points__item-name br {
    display: none;
  }
}
.ns-section_address-points__item-name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0015 15C15.689 15 16.2775 14.7552 16.7671 14.2656C17.2567 13.776 17.5015 13.1875 17.5015 12.5C17.5015 11.8125 17.2567 11.224 16.7671 10.7344C16.2775 10.2448 15.689 10 15.0015 10C14.314 10 13.7254 10.2448 13.2358 10.7344C12.7463 11.224 12.5015 11.8125 12.5015 12.5C12.5015 13.1875 12.7463 13.776 13.2358 14.2656C13.7254 14.7552 14.314 15 15.0015 15ZM15.0015 24.1875C17.5431 21.8542 19.4285 19.7344 20.6577 17.8281C21.8869 15.9219 22.5015 14.2292 22.5015 12.75C22.5015 10.4792 21.7775 8.61979 20.3296 7.17188C18.8817 5.72396 17.1056 5 15.0015 5C12.8973 5 11.1213 5.72396 9.67334 7.17188C8.22542 8.61979 7.50146 10.4792 7.50146 12.75C7.50146 14.2292 8.11605 15.9219 9.34521 17.8281C10.5744 19.7344 12.4598 21.8542 15.0015 24.1875ZM15.0015 27.5C11.6473 24.6458 9.14209 21.9948 7.48584 19.5469C5.82959 17.099 5.00146 14.8333 5.00146 12.75C5.00146 9.625 6.00667 7.13542 8.01709 5.28125C10.0275 3.42708 12.3556 2.5 15.0015 2.5C17.6473 2.5 19.9754 3.42708 21.9858 5.28125C23.9963 7.13542 25.0015 9.625 25.0015 12.75C25.0015 14.8333 24.1733 17.099 22.5171 19.5469C20.8608 21.9948 18.3556 24.6458 15.0015 27.5Z' fill='%232C2C2C'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.ns-section_address-points__item-phone {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #2C2C2C;
  display: block;
  margin-bottom: 10px;
}
.ns-section_address-points__item-email {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #2C2C2C;
  margin-bottom: 25px;
  display: block;
}
.ns-section_address-points__item-address {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #2C2C2C;
}
.ns-section_address-points__item-schedule {
  background: #1E3D4F;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #FFFFFF;
  padding: 0 15px;
  width: 250px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .ns-section_address-points__item-schedule {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .ns-section_address-points._layout1 .ns-section_address-points__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.ns-section_address-points._layout1 .ns-section_address-points__item-address {
  max-width: 288px;
}
.ns-section_address-points._layout2 .ns-section_address-points__items {
  gap: 0;
}
.ns-section_address-points._layout2 .ns-section_address-points__item {
  padding: 42px 40px 44px 40px;
  height: 471px;
}
.ns-section_address-points._layout2 .ns-section_address-points__item:not(:last-child) {
  border-right-color: transparent;
}
@media (max-width: 1199px) {
  .ns-section_address-points._layout2 .ns-section_address-points__item {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .ns-section_address-points._layout2 .ns-section_address-points__item {
    height: 300px;
  }
  .ns-section_address-points._layout2 .ns-section_address-points__item:not(:last-child) {
    border-right-color: #2C2C2C;
    border-bottom-color: transparent;
  }
}
@media (max-width: 1199px) {
  .ns-section_address-points._layout2 .ns-section_address-points__item {
    padding: 20px;
  }
}

.ns-form {
  width: 100%;
}
.ns-form._loading {
  opacity: 0.7;
}
.ns-form__group:not(:last-child) {
  margin-bottom: 25px;
}
.ns-form__group .help-block {
  color: red;
  margin-top: 5px;
  display: none;
  font-size: 14px;
  line-height: 16px;
}
.ns-form__group-label {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2C2C2C;
  margin-bottom: 12px;
}
.ns-form__group_text input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 18px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #2C2C2C;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  width: 100%;
}
.ns-form__group_left-corner {
  position: relative;
}
.ns-form__group_left-corner:before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(135deg, transparent 10px, #2C2C2C 10px);
  pointer-events: none;
  z-index: 1;
}
.ns-form__group_left-corner:after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: 48px;
  top: 29px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: linear-gradient(135deg, transparent 10px, #fff 10px);
  pointer-events: none;
  z-index: 2;
}
.ns-form__group_left-corner input {
  border-color: transparent;
  background: transparent;
  position: relative;
  z-index: 3;
}
.ns-form__group_phone > div:nth-child(2) {
  display: flex;
  width: 100%;
  position: relative;
}
.ns-form__group_phone > div:nth-child(2) input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 18px 0 94px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #2C2C2C;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  width: 100%;
}
.ns-form__group_checkbox {
  position: relative;
}
.ns-form__group_checkbox label {
  display: flex;
  align-items: flex-start;
}
.ns-form__group_checkbox input {
  display: none;
}
.ns-form__group_checkbox input + span {
  width: 16px;
  height: 16px;
  border: 1px solid #2C2C2C;
  margin-right: 10px;
  position: relative;
  flex-shrink: 0;
  display: block;
}
.ns-form__group_checkbox input + span:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #2C2C2C;
  opacity: 0;
}
.ns-form__group_checkbox input:checked + span:after {
  opacity: 1;
}
.ns-form__group_checkbox span:nth-child(3) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
}
@media (hover: hover) {
  .ns-form__group_checkbox span:nth-child(3) a:hover {
    text-decoration: underline;
  }
}
.ns-form__button {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #D9D9D9;
  height: 40px;
  padding: 0 34px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2C2C2C;
  border: 1px solid #F5F5F5;
}
@media (min-width: 768px) {
  .ns-form__button:hover {
    background: transparent;
    color: #2C2C2C;
    border-color: #2C2C2C;
  }
}

.ns-error-page {
  height: 80vh;
  max-height: 900px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .ns-error-page {
    max-height: 500px;
  }
}
.ns-error-page > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 741.6px;
  height: 607.5px;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .ns-error-page > svg {
    width: 700.4px;
    height: 573.75px;
  }
}
@media (max-width: 991px) or (max-height: 800px) {
  .ns-error-page > svg {
    width: 659.2px;
    height: 540px;
  }
}
@media (max-width: 767px) {
  .ns-error-page > svg {
    width: 576.8px;
    height: 472.5px;
  }
}
@media (max-width: 575px) {
  .ns-error-page > svg {
    width: 98%;
    height: 400px;
  }
}
.ns-error-page > h1 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
  z-index: 2;
}
@media (max-width: 991px) {
  .ns-error-page > h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ns-error-page > h1 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .ns-error-page > h1 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.ns-error-page > div {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 40px;
  z-index: 2;
}
@media (max-width: 767px) {
  .ns-error-page > div {
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .ns-error-page > div {
    margin-bottom: 10px;
    max-width: 280px;
  }
}
.ns-error-page > a {
  margin: 0 auto;
  text-decoration: none;
  background: #fff;
  height: 40px;
  width: 150px;
  font-size: 12px;
  max-width: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  color: #2C2C2C;
  z-index: 2;
}
@media (min-width: 768px) {
  .ns-error-page > a {
    width: 180px;
    font-size: 14px;
  }
  .ns-error-page > a:hover {
    background: #2C2C2C;
    color: #fff;
  }
}

.ns-payments {
  padding: 120px 0 0 0;
}
@media (max-width: 991px) {
  .ns-payments {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 767px) {
  .ns-payments {
    padding: 40px 0 0 0;
  }
}
.ns-payments h1 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2C2C2C;
  max-width: 674px;
  margin: 0 auto 40px auto;
}
@media (max-width: 991px) {
  .ns-payments h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .ns-payments h1 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .ns-payments h1 {
    font-size: 20px;
  }
}
.ns-payments__description {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 120px;
  text-align: center;
}
@media (max-width: 991px) {
  .ns-payments__description {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .ns-payments__description {
    margin-bottom: 40px;
  }
}
.ns-payments-faq > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ns-payments-faq > div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.ns-our-works, ns-payments {
  padding: 120px 0 0 0;
}
@media (max-width: 991px) {
  .ns-our-works, ns-payments {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 767px) {
  .ns-our-works, ns-payments {
    padding: 40px 0 0 0;
  }
}
.ns-our-works h1, ns-payments h1 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2C2C2C;
  max-width: 928px;
  margin: 0 auto 40px auto;
}
@media (max-width: 991px) {
  .ns-our-works h1, ns-payments h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .ns-our-works h1, ns-payments h1 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .ns-our-works h1, ns-payments h1 {
    font-size: 20px;
  }
}
.ns-our-works__description, ns-payments__description {
  max-width: 928px;
  margin: 0 auto;
  margin-bottom: 120px;
  text-align: center;
}
@media (max-width: 991px) {
  .ns-our-works__description, ns-payments__description {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .ns-our-works__description, ns-payments__description {
    margin-bottom: 40px;
  }
}

.ns-our-works-content__tabs {
  width: 100%;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0 0 40px 0;
}
@media (max-width: 991px) {
  .ns-our-works-content__tabs {
    flex-direction: column;
  }
}
.ns-our-works-content__tabs li {
  width: 100%;
  flex: 1 1 100%;
  height: 61px;
  border: 1px solid #2C2C2C;
  color: #2C2C2C;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .ns-our-works-content__tabs li {
    font-size: 16px;
    line-height: 20px;
    height: auto;
    padding: 5px 20px;
    flex: none;
    min-height: 52px;
  }
}
.ns-our-works-content__tabs li._active {
  background: #730F26;
  color: #fff;
}
@media (min-width: 768px) {
  .ns-our-works-content__tabs li:hover {
    background: #730F26;
    color: #fff;
  }
}
.ns-our-works-content__tabs li:not(:last-child) {
  border-right-color: transparent;
}
@media (max-width: 991px) {
  .ns-our-works-content__tabs li:not(:last-child) {
    border-right-color: #2C2C2C;
    border-bottom-color: transparent;
  }
}
.ns-our-works-content__tabs li a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: inherit;
}
.ns-our-works-content__group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 296px);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ns-our-works-content__group {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 200px);
  }
}
.ns-our-works-content__item {
  border: 1px solid #2C2C2C;
  padding: 36px 20px 33px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 991px) {
  .ns-our-works-content__item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .ns-our-works-content__item:nth-child(3), .ns-our-works-content__item:nth-child(4), .ns-our-works-content__item:nth-child(5), .ns-our-works-content__item:nth-child(6) {
    border-top: none;
  }
  .ns-our-works-content__item:nth-child(2), .ns-our-works-content__item:nth-child(4), .ns-our-works-content__item:nth-child(6) {
    border-left: none;
  }
  .ns-our-works-content__item:nth-child(1):after, .ns-our-works-content__item:nth-child(3):after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -5px;
    background: #2C2C2C;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    z-index: 10;
  }
}
.ns-our-works-content__item-title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 115%;
  color: #2C2C2C;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .ns-our-works-content__item-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ns-our-works-content__item-title {
    font-size: 18px;
  }
}
.ns-our-works-content__item-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ns-our-works-content__item-date {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #2C2C2C;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .ns-our-works-content__item-date {
    font-size: 12px;
  }
}
.ns-our-works-content__item-photo {
  width: 45px;
  height: 45px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .ns-our-works-content__item-photo {
    width: 40px;
    height: 40px;
  }
}
.ns-our-works-content__item-photo svg {
  width: 100%;
  height: 100%;
}
.ns-our-works-content__item-photo svg path {
  transition: fill 0.3s ease-in-out;
}
.ns-our-works-content__item-products, .ns-our-works-content__item-images {
  display: none;
}
@media (min-width: 768px) {
  .ns-our-works-content__item:nth-child(1):after, .ns-our-works-content__item:nth-child(2):after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -4px;
    background: #2C2C2C;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    z-index: 10;
  }
  .ns-our-works-content__item:nth-child(2), .ns-our-works-content__item:nth-child(3), .ns-our-works-content__item:nth-child(5), .ns-our-works-content__item:nth-child(6) {
    border-left: none;
  }
  .ns-our-works-content__item:nth-child(4), .ns-our-works-content__item:nth-child(5), .ns-our-works-content__item:nth-child(6) {
    border-top: none;
  }
  .ns-our-works-content__item:hover {
    background: #1E3D4F;
  }
  .ns-our-works-content__item:hover .ns-our-works-content__item-title, .ns-our-works-content__item:hover .ns-our-works-content__item-date {
    color: #fff;
  }
  .ns-our-works-content__item:hover .ns-our-works-content__item-photo svg path {
    fill: #2C2C2C;
  }
  .ns-our-works-content__item:hover .ns-our-works-content__item-photo svg path:nth-child(1) {
    fill: #fff;
  }
}

.cooperation .cooperation-first {
  height: 240px;
  width: 100%;
}
@media (max-width: 767px) {
  .cooperation .cooperation-first {
    height: auto;
    padding: 40px 0;
  }
}
.cooperation .cooperation-first > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cooperation .cooperation-first > div h1 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .cooperation .cooperation-first > div h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .cooperation .cooperation-first > div h1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .cooperation .cooperation-first > div h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.cooperation .cooperation-first > div div {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  text-align: center;
  color: #2C2C2C;
}
@media (max-width: 767px) {
  .cooperation .cooperation-first > div div {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .cooperation .cooperation-first > div div {
    font-size: 14px;
  }
}
.cooperation .cooperation-second__content-wrap {
  height: 474px;
  position: relative;
}
.cooperation .cooperation-second__content-wrap:before {
  background: #1E3D4F;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 991px) {
  .cooperation .cooperation-second__content-wrap:before {
    display: none;
  }
}
.cooperation .cooperation-second__content-wrap:after {
  background: #574337;
  content: "";
  left: 50%;
  top: 0;
  width: 50%;
  position: absolute;
  height: 100%;
  z-index: 0;
}
@media (max-width: 991px) {
  .cooperation .cooperation-second__content-wrap:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .cooperation .cooperation-second__content-wrap {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .cooperation .cooperation-second__content-wrap {
    height: auto;
  }
}
.cooperation .cooperation-second__content {
  height: 100%;
  display: flex;
  padding: 0;
  z-index: 1;
  position: relative;
}
.cooperation .cooperation-second__content-left {
  border-right: 1px solid #2C2C2C;
}
@media (max-width: 991px) {
  .cooperation .cooperation-second__content-left {
    border-right: none;
    border-bottom: 1px solid #2C2C2C;
    background: #1E3D4F;
  }
}
@media (max-width: 991px) {
  .cooperation .cooperation-second__content-right {
    background: #574337;
  }
}
@media (max-width: 991px) {
  .cooperation .cooperation-second__content {
    flex-direction: column;
    height: auto;
  }
}
.cooperation .cooperation-second__content > div {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cooperation .cooperation-second__content > div {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cooperation .cooperation-second__content > div {
    padding: 10px 0 20px 0;
  }
}
.cooperation .cooperation-second__content > div > div:nth-child(1) {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 197.161px;
  line-height: 115%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .cooperation .cooperation-second__content > div > div:nth-child(1) {
    font-size: 160px;
  }
}
@media (max-width: 991px) {
  .cooperation .cooperation-second__content > div > div:nth-child(1) {
    font-size: 160px;
  }
}
@media (max-width: 767px) {
  .cooperation .cooperation-second__content > div > div:nth-child(1) {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .cooperation .cooperation-second__content > div > div:nth-child(1) {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
.cooperation .cooperation-second__content > div > div:nth-child(2) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  max-width: 381px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .cooperation .cooperation-second__content > div > div:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .cooperation .cooperation-second__content > div > div:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cooperation .cooperation-second__content > div > div:nth-child(2) {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .cooperation .cooperation-second__content > div > div:nth-child(2) {
    font-size: 12px;
    padding: 0 40px;
  }
  .cooperation .cooperation-second__content > div > div:nth-child(2) br {
    display: none;
  }
}
.cooperation .cooperation-second__footer {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2C2C2C;
}
@media (max-width: 991px) {
  .cooperation .cooperation-second__footer {
    height: auto;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .cooperation .cooperation-second__footer {
    padding: 10px 40px;
  }
}
.cooperation .cooperation-partners {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .cooperation .cooperation-partners {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .cooperation .cooperation-partners {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cooperation .cooperation-partners {
    padding: 40px 0;
  }
}
.cooperation .cooperation-partners__group:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cooperation .cooperation-partners__group:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cooperation .cooperation-partners__group:not(:last-child) {
    margin-bottom: 30px;
  }
}
.cooperation .cooperation-partners__wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cooperation .cooperation-partners__wrap {
    flex-direction: column;
  }
}
.cooperation .cooperation-partners__wrap > div:nth-child(1) {
  max-width: 50%;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .cooperation .cooperation-partners__wrap > div:nth-child(1) {
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cooperation .cooperation-partners__wrap > div:nth-child(1) {
    margin-bottom: 10px;
  }
}
.cooperation .cooperation-partners__wrap > div:nth-child(2) {
  max-width: 50%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cooperation .cooperation-partners__wrap > div:nth-child(2) {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}
.cooperation .cooperation-partners__title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cooperation .cooperation-partners__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cooperation .cooperation-partners__title br {
    display: none;
  }
}
.cooperation .cooperation-partners__text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2C2C2C;
}
.cooperation .cooperation-partners__text_sml {
  max-width: 480px;
}
@media (max-width: 767px) {
  .cooperation .cooperation-partners__text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .cooperation .cooperation-partners__text br {
    display: none;
  }
}
.cooperation .cooperation-contact-form .ns-form {
  max-width: 496px;
}

.contacts-page {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .contacts-page {
    padding: 40px 0;
  }
}
.contacts-page h1 {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .contacts-page h1 {
    margin-bottom: 40px;
  }
}
.contacts-page .contacts-page-wrap {
  width: 100%;
  display: flex;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .contacts-page .contacts-page-wrap {
    flex-direction: column;
  }
}
.contacts-page .contacts-page-wrap__left {
  flex-shrink: 0;
  width: 497px;
  padding: 45px 40px 40px 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .contacts-page .contacts-page-wrap__left {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .contacts-page .contacts-page-wrap__left {
    order: 2;
    flex-shrink: 1;
    width: 100%;
  }
}
.contacts-page .contacts-page-wrap__left:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -29px;
  width: 38px;
  height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #2C2C2C;
  transform: rotate(-45deg) translateX(0px);
  transform-origin: top left;
}
@media (max-width: 991px) {
  .contacts-page .contacts-page-wrap__left:before {
    display: none;
  }
}
.contacts-page .contacts-page-wrap__left-title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contacts-page .contacts-page-wrap__left-title {
    margin-bottom: 20px;
  }
}
.contacts-page .contacts-page-wrap__right {
  padding: 45px 40px 40px 40px;
  border-left: 1px solid #000000;
}
@media (max-width: 1199px) {
  .contacts-page .contacts-page-wrap__right {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .contacts-page .contacts-page-wrap__right {
    order: 1;
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.contacts-page .contacts-page-wrap__right-title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contacts-page .contacts-page-wrap__right-title {
    margin-bottom: 20px;
  }
}
.contacts-page .contacts-page-wrap__right-phone {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #2C2C2C;
  display: block;
}
.contacts-page .contacts-page-wrap__right-phone:not(:last-child) {
  margin-bottom: 14px;
}
.contacts-page .contacts-page-wrap__right-email {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #2C2C2C;
}
.contacts-page .contacts-page-wrap__right-schedule-label {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #2C2C2C;
}
.contacts-page .contacts-page-wrap__right-schedule-label:not(:last-child) {
  margin-bottom: 14px;
}
.contacts-page .contacts-page-wrap__right-schedule {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #2C2C2C;
}
.contacts-page .contacts-page-wrap__right-socials > div {
  display: flex;
  align-items: center;
}
.contacts-page .contacts-page-wrap__right-socials > div > a {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.contacts-page .contacts-page-wrap__right-socials > div > a svg {
  width: 100%;
  height: 100%;
}
.contacts-page .contacts-page-wrap__right-socials > div:nth-child(1) {
  margin-bottom: 18px;
}
.contacts-page .contacts-page-wrap__right-socials > div:nth-child(1) > a:not(:last-child) {
  margin-right: 18px;
}
.contacts-page .contacts-page-wrap__right-socials > div:nth-child(2) span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #2C2C2C;
  margin-left: 6px;
}
.contacts-page .contacts-page-wrap__right-first {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .contacts-page .contacts-page-wrap__right-first {
    margin: 0 0 40px 0;
    flex-direction: column;
  }
}
.contacts-page .contacts-page-wrap__right-first-block:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .contacts-page .contacts-page-wrap__right-first-block:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.contacts-page .contacts-page-wrap__right-addresses {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .contacts-page .contacts-page-wrap__right-addresses {
    margin: 0 0 40px 0;
  }
}
.contacts-page .contacts-page-wrap__right-addresses ul {
  list-style-type: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .contacts-page .contacts-page-wrap__right-addresses ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.contacts-page .contacts-page-wrap__right-addresses ul li {
  position: relative;
  padding-left: 19px;
}
@media (max-width: 767px) {
  .contacts-page .contacts-page-wrap__right-addresses ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.contacts-page .contacts-page-wrap__right-addresses ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 13px;
  background-image: url(/img/ns/address-icon.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.contacts-page .contacts-page-wrap__right-addresses ul li span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #2C2C2C;
  margin: 0;
}
.contacts-page .contacts-page-wrap__right-requisites ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 35px 0;
}
.contacts-page .contacts-page-wrap__right-requisites ul li {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #2C2C2C;
}
.contacts-page .contacts-page-wrap__right-requisites ul li:not(:last-child) {
  margin-bottom: 5px;
}
.contacts-page .contacts-page-wrap__right-requisites a {
  height: 40px;
  width: 180px;
  max-width: 100%;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2C2C2C;
}
@media (min-width: 768px) {
  .contacts-page .contacts-page-wrap__right-requisites a:hover {
    background: #2C2C2C;
    color: #fff;
  }
}

.ns-reviews {
  display: flex;
}
.ns-reviews__sidebar-title {
  max-width: 200px;
  margin: 0 0 14px 0;
}
.ns-reviews__sidebar-count {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
}
.ns-reviews__content-tab[data-tab=reviews] {
  padding: 71px 0 18px 0;
}
@media (max-width: 991px) {
  .ns-reviews__content-tab[data-tab=reviews] {
    padding: 40px 0 20px 0;
  }
}
.ns-reviews__content-tab[data-tab=yandex] {
  padding: 37px 40px 100px 60px;
}
@media (max-width: 991px) {
  .ns-reviews__content-tab[data-tab=yandex] {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .ns-reviews__content-tab[data-tab=yandex] {
    padding: 40px 20px;
  }
}
.ns-reviews__content-tab[data-tab=form] {
  padding: 40px 60px;
}
@media (max-width: 991px) {
  .ns-reviews__content-tab[data-tab=form] {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .ns-reviews__content-tab[data-tab=form] {
    padding: 40px 20px;
  }
}
.ns-reviews__content-ytop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 79px;
}
@media (max-width: 991px) {
  .ns-reviews__content-ytop {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .ns-reviews__content-ytop {
    margin-bottom: 40px;
  }
}
.ns-reviews__content-ytop-rating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 21px;
}
.ns-reviews__content-ytop-rating span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-right: 10px;
  flex-shrink: 0;
}
.ns-reviews__content-ytop-rating div {
  display: flex;
  align-content: center;
  flex-shrink: 0;
}
.ns-reviews__content-ytop-rating div svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.ns-reviews__content-ytop-rating div svg:not(:last-child) {
  margin-right: 10px;
}
.ns-reviews__content-ytop-stats {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
}
.ns-reviews__content-ytop-stats svg {
  margin: 0 18px;
}
.ns-reviews__content-subtitle {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
}
@media (max-width: 991px) {
  .ns-reviews__content-subtitle {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ns-reviews__content-subtitle {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .ns-reviews__content-subtitle {
    font-size: 20px;
  }
}

.ns-layout-1 {
  display: flex;
  border: 1px solid #2C2C2C;
  border-top: none;
  padding: 0;
}
@media (max-width: 767px) {
  .ns-layout-1 {
    flex-direction: column;
  }
}
.ns-layout-1__sidebar {
  width: 455px;
  max-width: 100%;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .ns-layout-1__sidebar {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .ns-layout-1__sidebar {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .ns-layout-1__sidebar {
    width: 100%;
  }
}
.ns-layout-1__sidebar-first {
  padding: 23px 40px 21px;
  border-bottom: 1px solid #2C2C2C;
}
@media (max-width: 991px) {
  .ns-layout-1__sidebar-first {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .ns-layout-1__sidebar-first {
    padding: 20px;
  }
}
.ns-layout-1__sidebar-title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
  margin: 0;
}
.ns-layout-1__sidebar-tabs {
  width: 100%;
}
.ns-layout-1__sidebar-tab {
  width: 100%;
  height: 50px;
  background: none;
  border: none;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  display: flex;
  align-items: center;
  padding: 0 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .ns-layout-1__sidebar-tab {
    padding: 0 20px;
  }
}
.ns-layout-1__sidebar-tab:not(:last-child) {
  border-bottom: 1px solid #2C2C2C;
}
.ns-layout-1__sidebar-tab._active {
  background: #2C2C2C;
  color: #fff;
}
@media (min-width: 768px) {
  .ns-layout-1__sidebar-tab:hover {
    background: #2C2C2C;
    color: #fff;
  }
}
.ns-layout-1__sidebar-buttons {
  border-top: 1px solid #2C2C2C;
  border-bottom: 1px solid #2C2C2C;
  padding: 309px 40px 43px;
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .ns-layout-1__sidebar-buttons {
    padding: 150px 40px 40px 40px;
    flex-direction: column;
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .ns-layout-1__sidebar-buttons {
    padding: 20px;
  }
}
.ns-layout-1__sidebar-buttons button, .ns-layout-1__sidebar-buttons a {
  background: none;
  border: 1px solid #2C2C2C;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  flex: 1;
  position: relative;
}
@media (max-width: 991px) {
  .ns-layout-1__sidebar-buttons button, .ns-layout-1__sidebar-buttons a {
    flex-shrink: 0;
    min-height: 40px;
    width: 100%;
  }
}
.ns-layout-1__sidebar-buttons button._active, .ns-layout-1__sidebar-buttons a._active {
  background: #2C2C2C;
  color: #fff;
}
.ns-layout-1__sidebar-buttons button:not(:last-child), .ns-layout-1__sidebar-buttons a:not(:last-child) {
  margin-right: 7.5px;
}
@media (max-width: 991px) {
  .ns-layout-1__sidebar-buttons button:not(:last-child), .ns-layout-1__sidebar-buttons a:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.ns-layout-1__sidebar-buttons button:nth-child(1):before, .ns-layout-1__sidebar-buttons a:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0px;
  left: -13px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-bottom: 1px solid #2C2C2C;
  transform: rotate(-45deg) translateX(0px);
  transform-origin: top left;
}
.ns-layout-1__sidebar-buttons button:nth-child(2), .ns-layout-1__sidebar-buttons a:nth-child(2) {
  min-width: 217px;
}
@media (min-width: 768px) {
  .ns-layout-1__sidebar-buttons button:hover, .ns-layout-1__sidebar-buttons a:hover {
    background: #2C2C2C;
    color: #fff;
  }
}
.ns-layout-1__content {
  width: 100%;
  flex: 1 1 100%;
  border-left: 1px solid #2C2C2C;
}
.ns-layout-1__content-tab:not(._active) {
  display: none;
}

.ns-delivery__sidebar-title {
  max-width: 313px;
}
.ns-delivery__content-tab {
  padding: 40px;
}
@media (max-width: 991px) {
  .ns-delivery__content-tab {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .ns-delivery__content-tab {
    padding: 20px;
  }
}
.ns-delivery__content-tab[data-tab=check] {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .ns-delivery__content-tab[data-tab=check] {
    padding: 20px 0;
  }
}
.ns-delivery__content-group:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .ns-delivery__content-group:not(:last-child) {
    margin-bottom: 30px;
  }
}
.ns-delivery__content-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: #2C2C2C;
}
.ns-delivery__content-text p {
  margin-bottom: 10px;
}
.ns-delivery__content-text .text-bold {
  font-weight: bold;
}
.ns-delivery__content-text:not(:last-child) {
  margin-bottom: 30px;
}
.ns-delivery__content-text._small-m:not(:last-child) {
  margin-bottom: 20px;
}
.ns-delivery__content-text._extra-small-m:not(:last-child) {
  margin-bottom: 10px;
}
.ns-delivery__content-warehouses {
  margin: 0;
}
.ns-delivery__content-warehouses:not(:last-child) {
  margin-bottom: 20px;
}
.ns-delivery__content-warehouses li {
  position: relative;
  padding: 0 0 0 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: #2C2C2C;
}
.ns-delivery__content-warehouses li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 0.5L0 5L4.5 9.5L9 5L4.5 0.5Z' fill='%232C2C2C'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.ns-delivery__content-warehouses li:not(:last-child) {
  margin-bottom: 10px;
}
.ns-delivery__content-subtitle {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 28px;
}
.ns-delivery__content-files {
  padding: 0;
  margin: 0;
}
.ns-delivery__content-files li {
  position: relative;
  padding: 0 0 0 29px;
  display: flex;
  align-items: center;
}
.ns-delivery__content-files li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10V16M12 16L9 13M12 16L15 13M17 21H7C6.46957 21 5.96086 20.7893 5.58579 20.4142C5.21071 20.0391 5 19.5304 5 19V5C5 4.46957 5.21071 3.96086 5.58579 3.58579C5.96086 3.21071 6.46957 3 7 3H12.586C12.8512 3.00006 13.1055 3.10545 13.293 3.293L18.707 8.707C18.8946 8.89449 18.9999 9.1488 19 9.414V19C19 19.5304 18.7893 20.0391 18.4142 20.4142C18.0391 20.7893 17.5304 21 17 21Z' stroke='%231E3D4F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 767px) {
  .ns-delivery__content-files li:before {
    width: 20px;
    height: 20px;
  }
}
.ns-delivery__content-files li:not(:last-child) {
  margin-bottom: 12px;
}
.ns-delivery__content-files li a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #1E3D4F;
}
@media (max-width: 767px) {
  .ns-delivery__content-files li a {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .ns-delivery__content-files li a:hover {
    text-decoration: underline;
  }
}
.ns-delivery__content-check-top {
  padding: 0 59px;
  margin-bottom: 38px;
}
@media (max-width: 991px) {
  .ns-delivery__content-check-top {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .ns-delivery__content-check-top {
    padding: 0 20px;
  }
}
.ns-delivery__content-check-middle {
  border-bottom: 1px solid #2C2C2C;
}
.ns-delivery__content-check-item > div {
  position: relative;
  height: 40px;
  border-top: 1px solid #2C2C2C;
  border-bottom: 1px solid #2C2C2C;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .ns-delivery__content-check-item > div {
    height: auto;
    padding: 5px 0;
  }
}
.ns-delivery__content-check-item > div span:nth-child(1) {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
  color: #fff;
  background: #2C2C2C;
}
.ns-delivery__content-check-item > div span:nth-child(2) {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
}
@media (max-width: 767px) {
  .ns-delivery__content-check-item > div span:nth-child(2) {
    font-size: 16px;
  }
}
.ns-delivery__content-check-item > ul {
  padding: 24px 59px;
  margin: 0;
}
@media (max-width: 991px) {
  .ns-delivery__content-check-item > ul {
    padding: 20px 40px;
  }
}
@media (max-width: 991px) {
  .ns-delivery__content-check-item > ul {
    padding: 20px;
  }
}
.ns-delivery__content-check-item > ul li {
  position: relative;
  padding: 0 0 0 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: #2C2C2C;
}
.ns-delivery__content-check-item > ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 0.5L0 5L4.5 9.5L9 5L4.5 0.5Z' fill='%232C2C2C'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.ns-delivery__content-check-item > ul li:not(:last-child) {
  margin-bottom: 10px;
}
.ns-delivery__content-check-bottom {
  padding: 0 59px;
  margin-top: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: #2C2C2C;
}
@media (max-width: 991px) {
  .ns-delivery__content-check-bottom {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .ns-delivery__content-check-bottom {
    padding: 0 20px;
  }
}
.ns-delivery__content-check-bottom div:nth-child(1) {
  font-weight: 700;
  margin-bottom: 18px;
}
.ns-delivery-tabs__tab {
  border: 1px solid #2C2C2C;
}
.ns-delivery-tabs__tab:not(:last-child) {
  border-bottom-color: transparent;
}
.ns-delivery-tabs__tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 44px;
  border-bottom: 1px solid #2C2C2C;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #2C2C2C;
  cursor: pointer;
}
.ns-delivery-tabs__tab-header svg path:nth-child(2) {
  display: none;
}
.ns-delivery-tabs__tab-content {
  display: none;
}
.ns-delivery-tabs__tab._show .ns-delivery-tabs__tab-header svg path:nth-child(1) {
  display: none;
}
.ns-delivery-tabs__tab._show .ns-delivery-tabs__tab-header svg path:nth-child(2) {
  display: block;
}
.ns-delivery-tabs__subtab:not(:last-child) {
  border-bottom: 1px solid #2C2C2C;
}
.ns-delivery-tabs__subtab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 56px;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #2C2C2C;
  background: #fff;
  cursor: pointer;
}
.ns-delivery-tabs__subtab-header svg path:nth-child(2) {
  display: none;
}
.ns-delivery-tabs__subtab-content {
  display: none;
}
.ns-delivery-tabs__subtab-content table {
  width: 100%;
  border-spacing: 0;
}
@media (max-width: 767px) {
  .ns-delivery-tabs__subtab-content table {
    display: block;
  }
}
.ns-delivery-tabs__subtab-content table tr:nth-child(1) td {
  background: #F0F0F0;
  padding: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
  border-right: none;
}
@media (max-width: 991px) {
  .ns-delivery-tabs__subtab-content table tr:nth-child(1) td {
    padding: 10px;
  }
}
.ns-delivery-tabs__subtab-content table tr:nth-child(1) td:first-child {
  border-left-color: transparent;
}
.ns-delivery-tabs__subtab-content table tr:nth-child(1) td:last-child {
  border-right-color: transparent;
}
@media (max-width: 767px) {
  .ns-delivery-tabs__subtab-content table tr:nth-child(1) {
    display: none;
  }
}
.ns-delivery-tabs__subtab-content table tr:nth-child(2) td {
  padding: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
  border-top: none;
  border-right: none;
  border-bottom: none;
  position: relative;
}
@media (max-width: 991px) {
  .ns-delivery-tabs__subtab-content table tr:nth-child(2) td {
    padding: 10px;
  }
}
.ns-delivery-tabs__subtab-content table tr:nth-child(2) td:first-child {
  border-left-color: transparent;
}
.ns-delivery-tabs__subtab-content table tr:nth-child(2) td:last-child {
  border-right-color: transparent;
}
.ns-delivery-tabs__subtab-content table tr:nth-child(2) td p {
  margin-bottom: 20px;
}
.ns-delivery-tabs__subtab-content table tr:nth-child(2) td p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ns-delivery-tabs__subtab-content table tr:nth-child(2) td {
    display: block;
    border: none;
  }
  .ns-delivery-tabs__subtab-content table tr:nth-child(2) td:before {
    content: attr(data-label);
    position: relative;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .ns-delivery-tabs__subtab-content table tr:nth-child(2) {
    display: block;
  }
}
.ns-delivery-tabs__subtab._show .ns-delivery-tabs__subtab-header svg path:nth-child(1) {
  display: none;
}
.ns-delivery-tabs__subtab._show .ns-delivery-tabs__subtab-header svg path:nth-child(2) {
  display: block;
}

@keyframes ns-main-slider-text-right {
  0% {
    margin-right: -200%;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes ns-main-slider-text-left {
  0% {
    margin-left: -200%;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes ns-main-slider-button {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ns-section_main-professionals h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .ns-section_main-professionals h2 {
    margin-bottom: 44px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-professionals h2 {
    margin-bottom: 23px;
  }
}
.ns-section_main-professionals h2._home-title span:nth-child(1) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .ns-section_main-professionals h2._home-title span:nth-child(1) {
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-professionals h2._home-title span:nth-child(1) {
    margin-bottom: 4px;
  }
}
.ns-section_main-professionals__wrap {
  padding: 60px 0;
  border: 1px solid #2C2C2C;
}
@media (max-width: 575px) {
  .ns-section_main-professionals__wrap {
    padding: 37px 0 35px 0;
  }
}
.ns-section_main-professionals._b-t0 .ns-section_main-professionals__wrap {
  border-top: none;
}
.ns-section_main-professionals._b-b0 .ns-section_main-professionals__wrap {
  border-bottom: none;
}
.ns-section_main-professionals__slider {
  position: relative;
  max-width: 1010px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .ns-section_main-professionals__slider {
    max-width: 860px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-professionals__slider {
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-professionals__slider {
    max-width: 480px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-professionals__slider {
    max-width: 460px;
  }
}
.ns-section_main-professionals__slider-role {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #7A7A7A;
  max-width: 250px;
  margin: 0 auto;
  display: none;
}
@media (max-width: 767px) {
  .ns-section_main-professionals__slider-role {
    display: block;
  }
}
.ns-section_main-professionals .swiper-slide {
  width: 144px;
}
@media (max-width: 1199px) {
  .ns-section_main-professionals .swiper-slide {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-professionals .swiper-slide {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-professionals .swiper-slide {
    width: 140px;
  }
}
.ns-section_main-professionals .swiper-slide > div:nth-child(1) {
  position: relative;
  width: 100%;
  height: 144px;
  max-width: 144px;
  margin: 0 auto 22px auto;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .ns-section_main-professionals .swiper-slide > div:nth-child(1) {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-professionals .swiper-slide > div:nth-child(1) {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-professionals .swiper-slide > div:nth-child(1) {
    width: 140px;
    height: 140px;
    max-width: 100%;
    transition: transform 0.2s linear;
    transform: scale(0.5);
  }
}
@media (max-width: 400px) {
  .ns-section_main-professionals .swiper-slide > div:nth-child(1) {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 350px) {
  .ns-section_main-professionals .swiper-slide > div:nth-child(1) {
    width: 90px;
    height: 90px;
  }
}
.ns-section_main-professionals .swiper-slide > div:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0.8);
}
.ns-section_main-professionals .swiper-slide > div:nth-child(1):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(147, 197, 222, 0.3) 0%, rgba(79, 106, 120, 0.3) 100%);
  mix-blend-mode: color-dodge;
}
.ns-section_main-professionals .swiper-slide > div:nth-child(2) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #2C2C2C;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .ns-section_main-professionals .swiper-slide > div:nth-child(2) {
    display: none;
    min-height: 32px;
  }
}
.ns-section_main-professionals .swiper-slide > div:nth-child(3) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #7A7A7A;
  max-width: 125px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ns-section_main-professionals .swiper-slide > div:nth-child(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .ns-section_main-professionals .swiper-slide.swiper-slide-prev > div:nth-child(1) {
    transform: scale(0.5) translateX(60px);
  }
  .ns-section_main-professionals .swiper-slide.swiper-slide-next > div:nth-child(1) {
    transform: scale(0.5) translateX(-60px);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .ns-section_main-professionals .swiper-slide.swiper-slide-active > div:nth-child(1) {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .ns-section_main-professionals .swiper-slide.swiper-slide-active > div:nth-child(2) {
    display: block;
  }
}
@media (max-width: 575px) {
  .ns-section_main-professionals .swiper-slide.swiper-slide-prev > div:nth-child(1) {
    transform: scale(0.5) translateX(45px);
  }
  .ns-section_main-professionals .swiper-slide.swiper-slide-next > div:nth-child(1) {
    transform: scale(0.5) translateX(-45px);
  }
}
@media (max-width: 350px) {
  .ns-section_main-professionals .swiper-slide.swiper-slide-prev > div:nth-child(1) {
    transform: scale(0.5) translateX(60px);
  }
  .ns-section_main-professionals .swiper-slide.swiper-slide-next > div:nth-child(1) {
    transform: scale(0.5) translateX(-60px);
  }
}
.ns-section_main-professionals .swiper-button-prev, .ns-section_main-professionals .swiper-button-next {
  position: absolute;
  top: 72px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 1199px) {
  .ns-section_main-professionals .swiper-button-prev, .ns-section_main-professionals .swiper-button-next {
    top: 60px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-professionals .swiper-button-prev, .ns-section_main-professionals .swiper-button-next {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-professionals .swiper-button-prev, .ns-section_main-professionals .swiper-button-next {
    top: 67px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-professionals .swiper-button-prev, .ns-section_main-professionals .swiper-button-next {
    width: 24px;
    height: 24px;
    top: 70px;
  }
}
@media (max-width: 400px) {
  .ns-section_main-professionals .swiper-button-prev, .ns-section_main-professionals .swiper-button-next {
    top: 60px;
  }
}
@media (max-width: 350px) {
  .ns-section_main-professionals .swiper-button-prev, .ns-section_main-professionals .swiper-button-next {
    top: 45px;
  }
}
.ns-section_main-professionals .swiper-button-prev svg, .ns-section_main-professionals .swiper-button-next svg {
  width: 21px;
  height: 34px;
  fill: #2C2C2C;
}
@media (max-width: 1199px) {
  .ns-section_main-professionals .swiper-button-prev svg, .ns-section_main-professionals .swiper-button-next svg {
    width: 16.8px;
    height: 27.2px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-professionals .swiper-button-prev svg, .ns-section_main-professionals .swiper-button-next svg {
    width: 14.7px;
    height: 23.8px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-professionals .swiper-button-prev svg, .ns-section_main-professionals .swiper-button-next svg {
    width: 12.6px;
    height: 20.4px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-professionals .swiper-button-prev svg, .ns-section_main-professionals .swiper-button-next svg {
    width: 7px;
    height: 12px;
  }
}
@media (min-width: 768px) {
  .ns-section_main-professionals .swiper-button-prev:hover svg path, .ns-section_main-professionals .swiper-button-next:hover svg path {
    fill: #1E3D4F;
  }
}
.ns-section_main-professionals .swiper-button-prev {
  left: -60px;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .ns-section_main-professionals .swiper-button-prev {
    left: -35px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-professionals .swiper-button-prev {
    left: -25px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-professionals .swiper-button-prev {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-professionals .swiper-button-prev {
    left: 30px;
  }
}
.ns-section_main-professionals .swiper-button-next {
  right: -60px;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .ns-section_main-professionals .swiper-button-next {
    right: -35px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-professionals .swiper-button-next {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-professionals .swiper-button-next {
    right: -25px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-professionals .swiper-button-next {
    right: 30px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-professionals .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 400px) {
  .ns-section_main-professionals .swiper-button-next {
    right: 25px;
  }
}
@media (max-width: 350px) {
  .ns-section_main-professionals .swiper-button-next {
    right: 30px;
  }
}
.ns-section_main-categories {
  margin: 0;
}
.ns-section_main-categories > div {
  display: flex;
  height: 500px;
}
@media (max-width: 1299px) {
  .ns-section_main-categories > div {
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .ns-section_main-categories > div {
    height: 420px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-categories > div {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories > div {
    height: 424px;
  }
}
.ns-section_main-categories__slides {
  width: 100%;
  height: 100%;
  display: flex;
}
.ns-section_main-categories__slide {
  width: 80px;
  overflow: hidden;
  height: 100%;
  position: relative;
  border: 1px solid #2C2C2C;
  display: flex;
  transition: width 0.7s linear;
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide {
    transition-duration: 0.5s;
  }
}
.ns-section_main-categories__slide:not(:last-child) {
  border-right: none;
}
@media (max-width: 991px) {
  .ns-section_main-categories__slide {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide {
    width: 50px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-categories__slide {
    width: 40px;
  }
}
.ns-section_main-categories__slide-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ns-section_main-categories__slide-name {
  width: 80px;
  height: 100%;
  cursor: pointer;
  border-left: none;
  z-index: 9;
  background: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .ns-section_main-categories__slide-name {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide-name {
    width: 50px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-categories__slide-name {
    width: 40px;
  }
}
.ns-section_main-categories__slide-name span {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2C2C2C;
  transform: rotate(-90deg);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .ns-section_main-categories__slide-name span {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-categories__slide-name span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide-name span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-categories__slide-name span {
    font-size: 16px;
  }
}
.ns-section_main-categories__slide-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide-content {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
}
.ns-section_main-categories__slide-content img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  z-index: 0;
  pointer-events: none;
}
.ns-section_main-categories__slide-title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 32px;
  margin-top: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1299px) {
  .ns-section_main-categories__slide-title {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .ns-section_main-categories__slide-title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-categories__slide-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide-title {
    width: 100%;
    min-width: 235px;
    max-width: 235px;
    font-size: 24px;
    margin: 34px auto auto auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide-title {
    font-size: 16px;
  }
}
.ns-section_main-categories__slide-text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 115%;
  color: #2C2C2C;
  max-width: 460px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .ns-section_main-categories__slide-text {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-categories__slide-text {
    max-width: 350px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide-text {
    font-size: 12px;
    width: 100%;
    min-width: 255px;
    max-width: 255px;
    padding: 0 10px;
    margin: 0 auto 12px auto;
    text-align: center;
  }
}
.ns-section_main-categories__slide-link {
  height: 40px;
  background: #2C2C2C;
  border: 1px solid #2C2C2C;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-items: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  margin-top: auto;
  padding: 0 30px;
  margin-bottom: 47px;
  position: relative;
  z-index: 1;
}
.ns-section_main-categories__slide-link._disabled {
  pointer-events: none;
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide-link {
    margin-top: 0;
    margin-bottom: 24px;
    height: auto;
    background: none;
    color: #2C2C2C;
    border: none;
  }
  .ns-section_main-categories__slide-link:after {
    content: "";
    background-image: url(/img/ns/chevron-right.svg);
    background-size: contain;
    background-position: center center;
    display: block;
    flex-shrink: 0;
    width: 6px;
    height: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .ns-section_main-categories__slide-link:hover {
    background: transparent;
    color: #2C2C2C;
  }
}
.ns-section_main-categories__slide-arrows {
  display: none;
}
.ns-section_main-categories__slide-arrows > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ns-section_main-categories__slide-arrows > div._hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.ns-section_main-categories__slide-arrows > div:nth-child(1) {
  transform: rotate(-180deg);
}
.ns-section_main-categories__slide-arrows > div img {
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide-arrows {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
  }
  .ns-section_main-categories__slide-arrows > div {
    width: 35px;
    height: 35px;
  }
  .ns-section_main-categories__slide-arrows > div img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .ns-section_main-categories__slide-arrows > div {
    width: 50px;
    height: 50px;
  }
  .ns-section_main-categories__slide-arrows > div img {
    width: 25px;
    height: 25px;
  }
}
.ns-section_main-categories__slide._active {
  width: 100%;
  flex: 1;
}
.ns-section_main-categories__slide._active .ns-section_main-categories__slide-name {
  display: none;
}
.ns-section_main-categories__slide._hide-anim {
  width: 80px;
  flex: unset;
}
.ns-section_main-categories__slide._hide-anim .ns-section_main-categories__slide-name {
  display: block;
}
.ns-section_main-categories__slide._hide-anim .ns-section_main-categories__slide-content, .ns-section_main-categories__slide._hide-anim .ns-section_main-categories__slide-arrows {
  opacity: 0;
}
.ns-section_main-categories__slide_ed .ns-section_main-categories__slide-content {
  padding-left: 400px;
}
@media (max-width: 1299px) {
  .ns-section_main-categories__slide_ed .ns-section_main-categories__slide-content {
    padding-left: 360px;
  }
}
@media (max-width: 1199px) {
  .ns-section_main-categories__slide_ed .ns-section_main-categories__slide-content {
    padding-left: 250px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-categories__slide_ed .ns-section_main-categories__slide-content {
    padding-left: 160px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide_ed .ns-section_main-categories__slide-content {
    padding: 0;
  }
}
.ns-section_main-categories__slide_ed .ns-section_main-categories__slide-content img {
  left: -50px;
  top: 0;
  width: 484px;
  height: 498px;
}
@media (max-width: 1299px) {
  .ns-section_main-categories__slide_ed .ns-section_main-categories__slide-content img {
    width: 435.6px;
    height: 448.2px;
  }
}
@media (max-width: 1199px) {
  .ns-section_main-categories__slide_ed .ns-section_main-categories__slide-content img {
    height: 100%;
    width: auto;
    left: -110px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-categories__slide_ed .ns-section_main-categories__slide-content img {
    left: -200px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide_ed .ns-section_main-categories__slide-content img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 146px;
    height: 238px;
    margin-top: -25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.ns-section_main-categories__slide_fi .ns-section_main-categories__slide-content {
  padding-left: 420px;
}
@media (max-width: 1299px) {
  .ns-section_main-categories__slide_fi .ns-section_main-categories__slide-content {
    padding-left: 360px;
  }
}
@media (max-width: 1199px) {
  .ns-section_main-categories__slide_fi .ns-section_main-categories__slide-content {
    padding-left: 120px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-categories__slide_fi .ns-section_main-categories__slide-content {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide_fi .ns-section_main-categories__slide-content {
    padding: 0;
  }
}
.ns-section_main-categories__slide_fi .ns-section_main-categories__slide-content img._img1 {
  left: -85px;
  top: 20px;
  width: 667px;
  height: 459px;
}
@media (max-width: 1299px) {
  .ns-section_main-categories__slide_fi .ns-section_main-categories__slide-content img._img1 {
    width: 600.3px;
    height: 413.1px;
  }
}
@media (max-width: 1199px) {
  .ns-section_main-categories__slide_fi .ns-section_main-categories__slide-content img._img1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide_fi .ns-section_main-categories__slide-content img._img1 {
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 268px;
  }
}
.ns-section_main-categories__slide_fi .ns-section_main-categories__slide-content img._img2 {
  bottom: -60px;
  right: 10px;
  width: 371px;
  height: 417px;
}
@media (max-width: 1299px) {
  .ns-section_main-categories__slide_fi .ns-section_main-categories__slide-content img._img2 {
    width: 333.9px;
    height: 375.3px;
  }
}
@media (max-width: 1199px) {
  .ns-section_main-categories__slide_fi .ns-section_main-categories__slide-content img._img2 {
    width: 296.8px;
    height: 333.6px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-categories__slide_fi .ns-section_main-categories__slide-content img._img2 {
    width: 259.7px;
    height: 291.9px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide_fi .ns-section_main-categories__slide-content img._img2 {
    display: none;
  }
}
.ns-section_main-categories__slide_su .ns-section_main-categories__slide-content {
  padding-left: 330px;
}
@media (max-width: 1299px) {
  .ns-section_main-categories__slide_su .ns-section_main-categories__slide-content {
    padding-left: 300px;
  }
}
@media (max-width: 1199px) {
  .ns-section_main-categories__slide_su .ns-section_main-categories__slide-content {
    padding-left: 210px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-categories__slide_su .ns-section_main-categories__slide-content {
    padding-left: 180px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide_su .ns-section_main-categories__slide-content {
    padding: 0;
  }
}
.ns-section_main-categories__slide_su .ns-section_main-categories__slide-content img._img1 {
  left: -190px;
  top: 34px;
  width: 525px;
  height: 353px;
}
@media (max-width: 1299px) {
  .ns-section_main-categories__slide_su .ns-section_main-categories__slide-content img._img1 {
    width: 472.5px;
    height: 317.7px;
  }
}
@media (max-width: 1199px) {
  .ns-section_main-categories__slide_su .ns-section_main-categories__slide-content img._img1 {
    width: 367.5px;
    height: 247.1px;
    left: -180px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-categories__slide_su .ns-section_main-categories__slide-content img._img1 {
    width: 341.25px;
    height: 229.45px;
    left: -190px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide_su .ns-section_main-categories__slide-content img._img1 {
    display: none;
  }
}
.ns-section_main-categories__slide_su .ns-section_main-categories__slide-content img._img2 {
  bottom: -1px;
  right: -187px;
  width: 521px;
  height: 350px;
}
@media (max-width: 1299px) {
  .ns-section_main-categories__slide_su .ns-section_main-categories__slide-content img._img2 {
    width: 468.9px;
    height: 315px;
    right: -240px;
    bottom: -30px;
  }
}
@media (max-width: 1199px) {
  .ns-section_main-categories__slide_su .ns-section_main-categories__slide-content img._img2 {
    right: -80px;
  }
}
@media (max-width: 1199px) {
  .ns-section_main-categories__slide_su .ns-section_main-categories__slide-content img._img2 {
    width: 312.6px;
    height: 210px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-categories__slide_su .ns-section_main-categories__slide-content img._img2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide_su .ns-section_main-categories__slide-content img._img2 {
    display: block;
    width: 210px;
    height: 210px;
    -o-object-fit: contain;
       object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
  }
}
.ns-section_main-categories__slide_od .ns-section_main-categories__slide-content {
  padding-left: 80px;
}
@media (max-width: 1299px) {
  .ns-section_main-categories__slide_od .ns-section_main-categories__slide-content {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide_od .ns-section_main-categories__slide-content {
    padding: 0;
  }
}
.ns-section_main-categories__slide_od .ns-section_main-categories__slide-content img {
  right: 0;
  bottom: 0;
  width: 587px;
  height: 506px;
}
@media (max-width: 1299px) {
  .ns-section_main-categories__slide_od .ns-section_main-categories__slide-content img {
    width: 469.6px;
    height: 404.8px;
  }
}
@media (max-width: 1199px) {
  .ns-section_main-categories__slide_od .ns-section_main-categories__slide-content img {
    width: 410.9px;
    height: 354.2px;
    right: -40px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-categories__slide_od .ns-section_main-categories__slide-content img {
    width: 293.5px;
    height: 253px;
    right: -30px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-categories__slide_od .ns-section_main-categories__slide-content img {
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -20px;
    transform: translate(-50%, -50%);
  }
}
.ns-section_main-slider1 {
  height: clamp(560px, 100vh - 129px, 940px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ns-section_main-slider1 {
    height: 600px;
  }
}
.ns-section_main-slider1 canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ns-section_main-slider1__video {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2C2C2C;
}
.ns-section_main-slider1__video._active {
  z-index: 99;
  display: block;
}
.ns-section_main-slider1__video-controls {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .ns-section_main-slider1__video-controls {
    bottom: 80px;
  }
}
.ns-section_main-slider1__video-controls ._play, .ns-section_main-slider1__video-controls ._stop {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  margin: 0 21px 0 0;
  cursor: pointer;
}
.ns-section_main-slider1__video-controls ._seek-bar {
  flex-shrink: 0;
  width: 436px;
  position: relative;
  height: 10px;
  margin-right: 12px;
  cursor: pointer;
}
@media (max-width: 1299px) {
  .ns-section_main-slider1__video-controls ._seek-bar {
    width: 350px;
  }
}
@media (max-width: 1199px) {
  .ns-section_main-slider1__video-controls ._seek-bar {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-slider1__video-controls ._seek-bar {
    width: 250px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-slider1__video-controls ._seek-bar {
    width: 120px;
  }
}
.ns-section_main-slider1__video-controls ._seek-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #909090;
}
.ns-section_main-slider1__video-controls ._seek-bar span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  display: block;
}
.ns-section_main-slider1__video-controls ._seek-bar span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #fff;
}
.ns-section_main-slider1__video-controls ._seek-bar svg {
  width: 13px;
  height: 13px;
  top: 50%;
  left: 0;
  z-index: 2;
  position: absolute;
  transform: translateY(-50%);
}
.ns-section_main-slider1__video-controls ._time {
  flex-shrink: 0;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 13.3585px;
  line-height: 115%;
  color: #FFFFFF;
  margin-right: 24px;
  width: 74px;
  display: flex;
}
.ns-section_main-slider1__video-controls ._time span:nth-child(2) {
  margin: 0 4px;
}
.ns-section_main-slider1__video-controls ._mute {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  align-items: center;
  justify-content: center;
}
.ns-section_main-slider1__video-controls ._mute._active {
  opacity: 0.3;
}
.ns-section_main-slider1__video > button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: none;
  right: 35px;
  top: 46px;
  background: rgba(44, 44, 44, 0.9);
}
@media (max-width: 575px) {
  .ns-section_main-slider1__video > button {
    right: 20px;
    top: 20px;
  }
}
.ns-section_main-slider1__video > button svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .ns-section_main-slider1__video > button:hover {
    background: rgba(255, 255, 255, 0.9);
  }
  .ns-section_main-slider1__video > button:hover svg {
    fill: #2C2C2C;
  }
}
.ns-section_main-slider1__video-product {
  position: absolute;
  left: 36px;
  bottom: 40px;
  width: 328px;
  height: 136px;
  max-width: 100%;
  background: #FFFFFF;
  padding: 24px 27px;
  overflow: hidden;
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: none;
}
.ns-section_main-slider1__video-product._show {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1299px) {
  .ns-section_main-slider1__video-product {
    width: 260px;
    padding: 15px 27px;
  }
}
@media (max-width: 1199px) {
  .ns-section_main-slider1__video-product {
    bottom: auto;
    top: 40px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-slider1__video-product {
    top: 20px;
    left: 20px;
  }
}
.ns-section_main-slider1__video-product > div:nth-child(1) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  margin-bottom: 10px;
}
.ns-section_main-slider1__video-product > div:nth-child(2) {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: #101010;
}
@media (max-width: 1299px) {
  .ns-section_main-slider1__video-product > div:nth-child(2) {
    max-width: 150px;
  }
}
.ns-section_main-slider1__video-product a {
  display: flex;
  align-items: center;
  margin-top: auto;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #2C2C2C;
}
.ns-section_main-slider1__video-product a svg {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  flex-shrink: 0;
}
.ns-section_main-slider1__video-product img {
  position: absolute;
  right: 12px;
  bottom: -5px;
  height: 100%;
  width: 68px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ns-section_main-slider1__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ns-section_main-slider1__video video:nth-child(1) {
  display: block;
}
@media (max-width: 767px) {
  .ns-section_main-slider1__video video:nth-child(1) {
    display: none;
  }
}
.ns-section_main-slider1__video video:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .ns-section_main-slider1__video video:nth-child(2) {
    display: block;
  }
}
.ns-section_main-slider1 > div:nth-child(2) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media (max-width: 1199px) {
  .ns-section_main-slider1 > div:nth-child(2) {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-slider1 > div:nth-child(2) {
    color: #fff;
    height: 380px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-slider1 > div:nth-child(2) {
    height: 340px;
    z-index: 50;
    font-size: 16px;
  }
}
.ns-section_main-slider1 > div:nth-child(2) > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ns-section_main-slider1 > div:nth-child(2) > div {
    height: 100%;
    flex-direction: column;
  }
}
.ns-section_main-slider1 > div:last-child {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 40px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  color: #2C2C2C;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 767px) {
  .ns-section_main-slider1 > div:last-child {
    color: #fff;
    font-size: 12px;
    text-align: center;
    top: 50%;
    height: 50px;
    transform: translateY(-50%);
    margin-top: 70px;
    display: none;
  }
}
.ns-section_main-slider1 > div:last-child > div > div {
  max-width: 385px;
}
@media (max-width: 767px) {
  .ns-section_main-slider1 > div:last-child > div > div {
    max-width: 190px;
    margin: 0 auto;
  }
}
.ns-section_main-slider1 .swiper-pagination {
  bottom: 40px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.ns-section_main-slider1 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D9D9D9;
  cursor: pointer;
  pointer-events: auto;
}
.ns-section_main-slider1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1E3D4F;
}
.ns-section_main-slider1 .swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.ns-section_main-slider1 .swiper_video {
  z-index: 51;
}
.ns-section_main-slider1 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
}
.ns-section_main-slider1 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.ns-section_main-slider1 .swiper-slide > picture > img {
  position: absolute;
  left: 50%;
  z-index: 4;
}
.ns-section_main-slider1 .swiper-slide > picture > img._img1 {
  margin-left: 80px;
  top: auto;
  bottom: 60px;
  height: var(--shape-height, 600px);
  width: auto;
  max-width: 86vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  transform: translateX(-50%);
  max-height: calc(100% - 60px);
}
@media (max-width: 991px) {
  .ns-section_main-slider1 .swiper-slide > picture > img._img1 {
    margin-left: 0;
  }
}
.ns-section_main-slider1 .swiper-slide > picture > img._img2 {
  top: 0;
  transform: translateX(-50%);
  margin-left: 80px;
  width: 427px;
  height: 760px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1499px) {
  .ns-section_main-slider1 .swiper-slide > picture > img._img2 {
    width: 341.6px;
    height: 608px;
  }
}
@media (max-width: 1299px) {
  .ns-section_main-slider1 .swiper-slide > picture > img._img2 {
    width: 256.2px;
    height: 456px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-slider1 .swiper-slide > picture > img._img2 {
    margin-left: 0;
    width: 427px;
    height: 760px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-slider1 .swiper-slide > picture > img._img2 {
    width: 384.3px;
    height: 684px;
  }
}
.ns-section_main-slider1 .swiper-slide > div {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(20px, 3.2vw, 48px);
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 auto;
  max-width: 800px;
  z-index: 5;
}
.ns-section_main-slider1 .swiper-slide > div > div {
  max-width: 80vw;
}
.ns-section_main-slider1 .swiper-slide > div ._small {
  font-size: 0.8em !important;
  max-width: 80vw;
}
.ns-section_main-slider1 .swiper-slide > a, .ns-section_main-slider1 .swiper-slide > button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 37px;
  height: 40px;
  border: none;
  background: #FFFFFF;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  border-radius: 8px;
  transform: translateY(40px);
  z-index: 5;
}
@media (max-width: 767px) {
  .ns-section_main-slider1 .swiper-slide > a, .ns-section_main-slider1 .swiper-slide > button {
    transform: translateY(20px);
    padding: 0 25px;
    height: 30px;
  }
}
@media (min-width: 768px) {
  .ns-section_main-slider1 .swiper-slide > a:hover, .ns-section_main-slider1 .swiper-slide > button:hover {
    color: #fff;
    background: #2C2C2C;
  }
}
.ns-section_main-slider1 .swiper-slide._anim > div > div {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.ns-section_main-slider1 .swiper-slide._anim > div > div:nth-child(2) {
  animation-delay: 0.2s;
}
.ns-section_main-slider1 .swiper-slide._anim._anim-left > div > div {
  margin-left: -200%;
  animation-name: ns-main-slider-text-left;
}
.ns-section_main-slider1 .swiper-slide._anim._anim-right > div > div {
  margin-right: -200%;
  animation-name: ns-main-slider-text-right;
}
.ns-section_main-slider1 .swiper-slide._anim > a {
  opacity: 0;
  animation-name: ns-main-slider-button;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.ns-section_main-slider2 {
  margin-bottom: 65px;
}
.ns-section_main-slider2 .container {
  height: calc(100vh - 300px);
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-height: 900px) {
  .ns-section_main-slider2 .container {
    height: calc(100vh - 200px);
  }
}
@media (max-width: 767px) {
  .ns-section_main-slider2 .container {
    height: 500px;
  }
}
.ns-section_main-slider2 .container canvas {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  z-index: 1;
}
.ns-section_main-slider2 .swiper, .ns-section_main-slider2 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.ns-section_main-slider2__slide {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
}
.ns-section_main-slider2__slide.swiper-slide-active {
  opacity: 1;
}
.ns-section_main-slider2__slide > div {
  z-index: 3;
  position: relative;
}
.ns-section_main-slider2__slide > div:nth-child(1) {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 115%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: translateY(-116px);
}
@media (max-height: 800px) {
  .ns-section_main-slider2__slide > div:nth-child(1) {
    transform: translateY(-70px);
  }
}
@media (max-width: 991px) {
  .ns-section_main-slider2__slide > div:nth-child(1) {
    transform: translateY(-40px);
  }
}
@media (max-width: 575px) {
  .ns-section_main-slider2__slide > div:nth-child(1) {
    display: none;
  }
}
.ns-section_main-slider2__slide > div:nth-child(2) {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 620px;
}
@media (max-width: 1199px) {
  .ns-section_main-slider2__slide > div:nth-child(2) {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-slider2__slide > div:nth-child(2) {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-slider2__slide > div:nth-child(2) {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-slider2__slide > div:nth-child(2) {
    font-size: 32px;
    max-width: 250px;
  }
  .ns-section_main-slider2__slide > div:nth-child(2) br {
    display: none;
  }
}
.ns-section_main-slider2__slide a {
  z-index: 3;
  position: relative;
  padding: 0 14px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 11.3367px;
  line-height: 115%;
  color: #2C2C2C;
  border: 1px solid #fff;
  transform: translateY(30px);
}
.ns-section_main-slider2__slide a._disabled {
  pointer-events: none;
}
@media (min-width: 768px) {
  .ns-section_main-slider2__slide a:hover {
    background: #2C2C2C;
    color: #fff;
    border-color: #2C2C2C;
  }
}
@media (max-width: 767px) {
  .ns-section_main-slider2__slide a {
    width: 170px;
    margin: 0 auto;
    font-size: 14px;
    height: 40px;
    transform: translateY(20px);
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
  }
}
.ns-section_main-slider2__slide._last > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  width: 625px;
  max-width: 625px;
  transform: translateY(0px);
  font-size: 14px;
}
@media (max-width: 575px) {
  .ns-section_main-slider2__slide._last > div:nth-child(1) {
    display: none;
  }
}
.ns-section_main-slider2__slide._last > div:nth-child(1) > div:last-child {
  text-align: right;
}
.ns-section_main-slider2__slide._last > div:nth-child(2) {
  max-width: 640px;
}
@media (max-width: 575px) {
  .ns-section_main-slider2__slide._last > div:nth-child(2) {
    max-width: 250px;
  }
}
.ns-section_main-slider2__slide._anim > div {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.ns-section_main-slider2__slide._anim > div:nth-child(2) {
  animation-delay: 0.2s;
}
.ns-section_main-slider2__slide._anim._anim-left > div {
  margin-left: -200%;
  animation-name: ns-main-slider-text-left;
}
.ns-section_main-slider2__slide._anim._anim-right > div {
  margin-right: -200%;
  animation-name: ns-main-slider-text-right;
}
.ns-section_main-slider2__slide._anim a {
  opacity: 0;
  animation-name: ns-main-slider-button;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.ns-section_main-series_w-delimiter {
  margin: 0 auto !important;
}
.ns-section_main-series__title {
  border: 1px solid #2C2C2C;
  border-bottom: none;
  border-bottom: none;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ns-section_main-series__items {
  overflow: hidden;
  border: 1px solid #2C2C2C;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
}
@media (max-width: 1199px) {
  .ns-section_main-series__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}
.ns-section_main-series__items > a:nth-child(1):after, .ns-section_main-series__items > a:nth-child(3):after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  background: #2C2C2C;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
  z-index: 10;
}
.ns-section_main-series__items > a:nth-child(1), .ns-section_main-series__items > a:nth-child(3) {
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.ns-section_main-series__items > a:nth-child(5) {
  border-right-color: transparent;
}
.ns-section_main-series__items > a:nth-child(2), .ns-section_main-series__items > a:nth-child(4) {
  border-bottom-color: transparent;
}
@media (max-width: 1199px) {
  .ns-section_main-series__items > a:nth-child(1), .ns-section_main-series__items > a:nth-child(3) {
    border-bottom: 1px solid #2C2C2C;
    border-right: 1px solid #2C2C2C;
  }
  .ns-section_main-series__items > a:nth-child(5) {
    border-right: 1px solid #2C2C2C;
  }
  .ns-section_main-series__items > a:nth-child(2), .ns-section_main-series__items > a:nth-child(4) {
    border-bottom: 1px solid #2C2C2C;
  }
}
@media (min-width: 1200px) {
  .ns-section_main-series__items > a:nth-child(1) {
    border-bottom: 1px solid #2C2C2C;
    border-right: 1px solid #2C2C2C;
  }
  .ns-section_main-series__items > a:nth-child(2) {
    border-bottom: 1px solid #2C2C2C;
    border-right: 1px solid #2C2C2C;
  }
  .ns-section_main-series__items > a:nth-child(2):after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -5px;
    background: #2C2C2C;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    z-index: 10;
  }
  .ns-section_main-series__items > a:nth-child(3) {
    border-bottom: 1px solid #2C2C2C;
  }
  .ns-section_main-series__items > a:nth-child(3):after {
    display: none;
  }
  .ns-section_main-series__items > a:nth-child(4) {
    border-right: 1px solid #2C2C2C;
  }
  .ns-section_main-series__items > a:nth-child(5) {
    border-right: 1px solid #2C2C2C;
  }
}
.ns-section_main-series__item {
  height: 296px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 991px) {
  .ns-section_main-series__item {
    height: 240px;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .ns-section_main-series__item {
    height: 220px;
  }
}
.ns-section_main-series__item-wrap {
  height: 100%;
  width: 100%;
  padding: 40px 40px 22px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .ns-section_main-series__item-wrap {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-series__item-wrap {
    padding: 20px 10px;
  }
}
.ns-section_main-series__item-rhombus {
  display: none;
}
.ns-section_main-series__item-image {
  height: 70px;
  flex-shrink: 0;
  text-align: left;
  width: 100%;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
  position: relative;
}
.ns-section_main-series__item-image img {
  -o-object-position: left center;
     object-position: left center;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 300px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .ns-section_main-series__item-image img {
    -o-object-position: center center;
       object-position: center center;
    max-width: 200px;
  }
}
.ns-section_main-series__item-image img:nth-child(2) {
  opacity: 0;
}
@media (max-width: 991px) {
  .ns-section_main-series__item-image {
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ns-section_main-series__item-image {
    height: 36px;
    margin-bottom: 10px;
  }
}
.ns-section_main-series__item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .ns-section_main-series__item-content {
    flex-direction: column;
    justify-content: center;
  }
}
.ns-section_main-series__item-content span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  color: #2C2C2C;
  transition: color 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .ns-section_main-series__item-content span {
    text-align: center;
    margin: 0 0 23px 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-series__item-content span {
    font-size: 14px;
    min-height: 65px;
  }
}
.ns-section_main-series__item-content div {
  display: block;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .ns-section_main-series__item-content div {
    margin: auto 0 0 0;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-series__item-content div {
    width: 30px;
    height: 30px;
  }
}
.ns-section_main-series__item-content div svg {
  width: 100%;
  height: 100%;
}
.ns-section_main-series__item-content div svg path {
  transition: fill 0.5s ease-in-out;
}
.ns-section_main-series__item-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .ns-section_main-series__item:hover .ns-section_main-series__item-image img:nth-child(1) {
    opacity: 0;
  }
  .ns-section_main-series__item:hover .ns-section_main-series__item-image img:nth-child(2) {
    opacity: 1;
  }
  .ns-section_main-series__item:hover .ns-section_main-series__item-content span {
    color: #fff;
  }
  .ns-section_main-series__item:hover .ns-section_main-series__item-content svg path:nth-child(1) {
    fill: #F5F5F5;
  }
  .ns-section_main-series__item:hover .ns-section_main-series__item-content svg path:nth-child(2) {
    fill: #2C2C2C;
  }
  .ns-section_main-series__item:hover .ns-section_main-series__item-bg {
    opacity: 1;
  }
}
.ns-section_main-series__delimiter {
  margin: 47px auto;
  background: #2C2C2C;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .ns-section_main-series__delimiter {
    margin: 24px auto;
  }
}
.ns-section_main-top {
  margin-bottom: 69px;
}
@media (max-width: 767px) {
  .ns-section_main-top {
    margin-bottom: 42px;
  }
}
.ns-section_main-top h2 {
  margin: 0 auto 37px auto;
}
@media (max-width: 575px) {
  .ns-section_main-top h2 {
    margin-bottom: 30px;
  }
}
.ns-section_main-top__slider {
  display: flex;
  justify-content: center;
  position: relative;
}
.ns-section_main-top__slider .swiper-button-prev, .ns-section_main-top__slider .swiper-button-next {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ns-section_main-top__slider .swiper-button-prev svg, .ns-section_main-top__slider .swiper-button-next svg {
  width: 18px;
  height: 29px;
}
@media (max-width: 991px) {
  .ns-section_main-top__slider .swiper-button-prev svg, .ns-section_main-top__slider .swiper-button-next svg {
    width: 14.7px;
    height: 23.8px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-top__slider .swiper-button-prev svg, .ns-section_main-top__slider .swiper-button-next svg {
    width: 12.6px;
    height: 20.4px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-top__slider .swiper-button-prev svg, .ns-section_main-top__slider .swiper-button-next svg {
    width: 9px;
    height: 15px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-top__slider .swiper-button-prev, .ns-section_main-top__slider .swiper-button-next {
    top: 125px;
  }
}
@media (min-width: 767px) {
  .ns-section_main-top__slider .swiper-button-prev:hover svg path, .ns-section_main-top__slider .swiper-button-next:hover svg path {
    fill: #1E3D4F;
  }
}
.ns-section_main-top__slider .swiper-button-prev {
  margin-left: -120px;
}
@media (max-width: 575px) {
  .ns-section_main-top__slider .swiper-button-prev {
    margin-left: -80px;
  }
}
@media (max-width: 460px) {
  .ns-section_main-top__slider .swiper-button-prev {
    margin-left: -60px;
  }
}
.ns-section_main-top__slider .swiper-button-next {
  margin-left: 120px;
}
@media (max-width: 575px) {
  .ns-section_main-top__slider .swiper-button-next {
    margin-left: 80px;
  }
}
@media (max-width: 460px) {
  .ns-section_main-top__slider .swiper-button-next {
    margin-left: 60px;
  }
}
.ns-section_main-top__slider._move .swiper-button-prev, .ns-section_main-top__slider._move .swiper-button-next {
  opacity: 0;
}
.ns-section_main-top__slider .swiper-slide > a:nth-child(1) {
  height: 300px;
  margin-bottom: 30px;
  width: 100%;
  display: block;
}
@media (max-width: 575px) {
  .ns-section_main-top__slider .swiper-slide > a:nth-child(1) {
    height: 150px;
  }
}
.ns-section_main-top__slider .swiper-slide > a:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ns-section_main-top__slider .swiper-slide > a:nth-child(2) {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  text-align: center;
  text-transform: uppercase;
  color: #2C2C2C;
  display: block;
  max-width: 250px;
  margin: 0 auto 15px auto;
}
@media (max-width: 575px) {
  .ns-section_main-top__slider .swiper-slide > a:nth-child(2) {
    font-size: 14px;
    text-transform: none;
  }
}
.ns-section_main-top__slider .swiper-slide > div:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  margin-bottom: 15px;
}
.ns-section_main-top__slider .swiper-slide > div:nth-child(3) > div:nth-child(1) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  margin-right: 8px;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .ns-section_main-top__slider .swiper-slide > div:nth-child(3) > div:nth-child(1) {
    font-size: 12px;
  }
}
.ns-section_main-top__slider .swiper-slide > div:nth-child(3) > div:nth-child(2) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 115%;
  color: #909090;
  white-space: nowrap;
}
.ns-section_main-top__slider .swiper-slide ._colors {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  margin-bottom: 20px;
}
.ns-section_main-top__slider .swiper-slide ._colors > div {
  border: 0.7px solid #2C2C2C;
  transform: rotate(45deg);
  padding: 4px;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  flex-shrink: 0;
}
.ns-section_main-top__slider .swiper-slide ._colors > div span {
  display: block;
  width: 100%;
  height: 100%;
}
.ns-section_main-top__slider .swiper-slide ._colors > div:not(:last-child) {
  margin-right: 15px;
}
.ns-section_main-top__slider .swiper-slide ._buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.ns-section_main-top__slider .swiper-slide ._buttons button {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  background: none;
  border: 0.7px solid #2C2C2C;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .ns-section_main-top__slider .swiper-slide ._buttons button {
    width: 30px;
    height: 30px;
  }
}
.ns-section_main-top__slider .swiper-slide ._buttons button:not(:last-child) {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .ns-section_main-top__slider .swiper-slide ._buttons button:hover {
    background: #2C2C2C;
  }
  .ns-section_main-top__slider .swiper-slide ._buttons button:hover svg path {
    fill: #fff;
  }
}
.ns-section_main-top__slider .swiper-slide ._buttons button.active {
  background: #730F26;
}
.ns-section_main-top__slider .swiper-slide ._buttons button.active:hover {
  background: #2C2C2C;
}
.ns-section_main-top__slider .swiper-slide ._buttons button.active svg path {
  fill: #fff;
}
.ns-section_main-top__slider .swiper-slide.swiper-slide-active > div:nth-child(3) {
  opacity: 1;
  pointer-events: auto;
}
.ns-section_main-top__slider .swiper-slide.swiper-slide-active ._colors {
  opacity: 1;
  pointer-events: auto;
}
.ns-section_main-top__slider .swiper-slide.swiper-slide-active ._buttons {
  opacity: 1;
  pointer-events: auto;
}
.ns-section_main-payments {
  margin-bottom: 124px;
}
.ns-section_main-payments > div > div:nth-child(1) {
  background: #1E3D4F;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .ns-section_main-payments > div > div:nth-child(1) {
    display: none;
  }
}
.ns-section_main-payments__items {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-template-rows: 50% 50%;
  height: 760px;
  gap: 0;
}
@media (max-width: 991px) {
  .ns-section_main-payments__items {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-payments__items {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .ns-section_main-payments__items {
    height: 480px;
  }
}
.ns-section_main-payments__item_a {
  grid-column: 1/2;
  grid-row: 1/3;
  border: 1px solid #2C2C2C;
  display: flex;
  flex-direction: column;
  padding: 0 52px;
  position: relative;
}
@media (max-width: 991px) {
  .ns-section_main-payments__item_a {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 0;
  }
  .ns-section_main-payments__item_a:before {
    content: "";
    position: absolute;
    right: -5.5px;
    bottom: -6px;
    background: #2C2C2C;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    z-index: 10;
  }
}
.ns-section_main-payments__item_a svg {
  width: 7px;
  height: 10px;
  fill: #2C2C2C;
  transition: fill 0.5s ease-in-out;
  margin-left: 10px;
}
.ns-section_main-payments__item_a ._bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 525px;
  height: 525px;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-image: url(/img/ns/home/payments-bg.webp);
  background-position: center center;
  background-size: cover;
  clip-path: polygon(46% 0, 90% 57%, 68% 100%, 0 71%);
  transition: clip-path 0.5s ease-in-out, width 0.5s ease-in-out, height 0.5s ease-in-out;
  will-change: clip-path;
}
@media (max-width: 1199px) {
  .ns-section_main-payments__item_a ._bg {
    clip-path: polygon(-1% -1%, 101% -1%, 101% 101%, -1% 101%);
    width: 100%;
    height: 100%;
  }
}
@media (hover: hover) {
  .ns-section_main-payments__item_a:hover ._bg {
    clip-path: polygon(-1% -1%, 101% -1%, 101% 101%, -1% 101%);
    width: 100%;
    height: 100%;
  }
  .ns-section_main-payments__item_a:hover > div:nth-child(1) > div:nth-child(2), .ns-section_main-payments__item_a:hover > div:nth-child(1) > div:nth-child(4) {
    color: #fff;
  }
  .ns-section_main-payments__item_a:hover > div:nth-child(2) {
    color: #fff;
  }
  .ns-section_main-payments__item_a:hover > div:nth-child(2) svg {
    fill: #fff;
  }
}
.ns-section_main-payments__item_a > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto;
  position: relative;
  z-index: 1;
  height: 80px;
}
@media (max-width: 991px) {
  .ns-section_main-payments__item_a > div:nth-child(1) {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}
.ns-section_main-payments__item_a > div:nth-child(1) > svg {
  display: none;
}
@media (max-width: 991px) {
  .ns-section_main-payments__item_a > div:nth-child(1) > svg {
    display: block;
    margin: 0 auto 21px auto;
    flex-shrink: 0;
    width: 56px;
    height: 38px;
  }
}
.ns-section_main-payments__item_a > div:nth-child(1) > div:nth-child(2), .ns-section_main-payments__item_a > div:nth-child(1) > div:nth-child(4) {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-top: 29px;
  transition: color 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .ns-section_main-payments__item_a > div:nth-child(1) > div:nth-child(2), .ns-section_main-payments__item_a > div:nth-child(1) > div:nth-child(4) {
    display: none;
  }
}
.ns-section_main-payments__item_a > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 200px;
  margin: 0 auto 50px auto;
}
@media (max-width: 991px) {
  .ns-section_main-payments__item_a > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) {
    max-width: none;
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-payments__item_a > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) {
    font-size: 16px;
  }
}
.ns-section_main-payments__item_a > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #FFFFFF;
  max-width: 270px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .ns-section_main-payments__item_a > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) {
    max-width: 90%;
  }
}
.ns-section_main-payments__item_a > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #2C2C2C;
  margin-top: auto;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  transition: color 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .ns-section_main-payments__item_a > div:nth-child(2) {
    color: #fff;
  }
  .ns-section_main-payments__item_a > div:nth-child(2) svg {
    fill: #fff;
  }
}
@media (max-width: 575px) {
  .ns-section_main-payments__item_a > div:nth-child(2) {
    margin-bottom: 15px;
  }
}
.ns-section_main-payments__item_sf {
  grid-column: 2/4;
  grid-row: 1/2;
  border: 1px solid #2C2C2C;
  border-left: none;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .ns-section_main-payments__item_sf {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.ns-section_main-payments__item_sf > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.ns-section_main-payments__item_sf > div:nth-child(1) > div:nth-child(1) {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .ns-section_main-payments__item_sf > div:nth-child(1) > div:nth-child(1) {
    margin-bottom: 20px;
  }
}
@media (max-width: 757px) {
  .ns-section_main-payments__item_sf > div:nth-child(1) > div:nth-child(1) {
    margin-bottom: 5px;
  }
}
.ns-section_main-payments__item_sf > div:nth-child(1) > div:nth-child(1) svg {
  width: 504px;
  height: 86px;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}
@media (max-width: 1199px) {
  .ns-section_main-payments__item_sf > div:nth-child(1) > div:nth-child(1) svg {
    width: 403.2;
    height: 68.8px;
  }
}
@media (max-width: 991px) {
  .ns-section_main-payments__item_sf > div:nth-child(1) > div:nth-child(1) svg {
    width: 252px;
    height: 43px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-payments__item_sf > div:nth-child(1) > div:nth-child(1) svg {
    width: 134px;
    height: 47px;
  }
}
.ns-section_main-payments__item_sf > div:nth-child(1) > div:nth-child(2) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #2C2C2C;
  max-width: 350px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .ns-section_main-payments__item_sf > div:nth-child(1) > div:nth-child(2) {
    max-width: 90%;
  }
  .ns-section_main-payments__item_sf > div:nth-child(1) > div:nth-child(2) br {
    display: none;
  }
}
.ns-section_main-payments__item_sf > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #2C2C2C;
  margin-top: auto;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .ns-section_main-payments__item_sf > div:nth-child(2) {
    margin-bottom: 15px;
  }
}
.ns-section_main-payments__item_sf > div:nth-child(2):after {
  content: "";
  background-image: url(/img/ns/chevron-right.svg);
  background-size: contain;
  background-position: center center;
  display: block;
  flex-shrink: 0;
  width: 6px;
  height: 10px;
  margin-left: 10px;
  transform: translateY(1px);
}
@media (hover: hover) {
  .ns-section_main-payments__item_sf:hover > div:nth-child(1) > div:nth-child(1) svg {
    transform: scale(1.05);
  }
}
.ns-section_main-payments__item_s {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #2C2C2C;
  padding: 25px 0;
}
@media (min-width: 992px) {
  .ns-section_main-payments__item_s {
    border-left: none;
  }
}
.ns-section_main-payments__item_s:nth-last-child(1) {
  grid-column: 3/4;
  grid-row: 2/3;
}
@media (max-width: 991px) {
  .ns-section_main-payments__item_s:nth-last-child(1) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.ns-section_main-payments__item_s:nth-last-child(2) {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (max-width: 991px) {
  .ns-section_main-payments__item_s:nth-last-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (max-width: 991px) {
  .ns-section_main-payments__item_s:nth-last-child(2) {
    border-right: none;
  }
}
.ns-section_main-payments__item_s > div:nth-child(1) {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #2C2C2C;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .ns-section_main-payments__item_s > div:nth-child(1) {
    margin-bottom: 15px;
  }
}
.ns-section_main-payments__item_s > img {
  max-width: 214px;
  max-height: 214px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto 0;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}
@media (max-width: 991px) {
  .ns-section_main-payments__item_s > img {
    max-width: 150px;
    max-height: 150px;
  }
}
@media (max-width: 767px) {
  .ns-section_main-payments__item_s > img {
    max-width: 110px;
    max-height: 110px;
  }
}
.ns-section_main-payments__item_s > div:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #2C2C2C;
}
.ns-section_main-payments__item_s > div:nth-child(3):after {
  content: "";
  background-image: url(/img/ns/chevron-right.svg);
  background-size: contain;
  background-position: center center;
  display: block;
  flex-shrink: 0;
  width: 6px;
  height: 10px;
  margin-left: 10px;
  transform: translateY(1px);
}
@media (hover: hover) {
  .ns-section_main-payments__item_s:hover > img {
    transform: scale(1.1);
  }
}
.ns-section_main-payments__wrap {
  display: flex;
}

.ns-catalog-top-title {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .ns-catalog-top-title {
    padding: 40px 0;
  }
}
.ns-catalog-top-title__text {
  margin-top: 30px;
  text-align: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  color: #2C2C2C;
}
@media (max-width: 767px) {
  .ns-catalog-top-title__text {
    margin-top: 20px;
    font-size: 14px;
  }
}

.ns-catalog-favorite-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  min-height: 760px;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .ns-catalog-favorite-empty {
    min-height: 680px;
  }
}
@media (max-width: 767px) {
  .ns-catalog-favorite-empty {
    padding: 40px 0;
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .ns-catalog-favorite-empty {
    min-height: 400px;
  }
}
.ns-catalog-favorite-empty > svg {
  width: 939px;
  height: 595px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 991px) {
  .ns-catalog-favorite-empty > svg {
    width: 704.25px;
    height: 446.25px;
  }
}
@media (max-width: 767px) {
  .ns-catalog-favorite-empty > svg {
    width: 98%;
    height: 500px;
  }
}
@media (max-width: 575px) {
  .ns-catalog-favorite-empty > svg {
    width: 98%;
    height: 450px;
  }
}
.ns-catalog-favorite-empty__title {
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 34px;
  line-height: 45px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}
@media (max-width: 991px) {
  .ns-catalog-favorite-empty__title {
    font-size: 28px;
    line-height: 38px;
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .ns-catalog-favorite-empty__title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
    max-width: 200px;
  }
}
.ns-catalog-favorite-empty__text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .ns-catalog-favorite-empty__text {
    margin-top: 5px;
  }
}
.ns-catalog-favorite-empty__text span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #FFFFFF;
}
.ns-catalog-favorite-empty__text svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.ns-catalog-favorite-empty__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .ns-catalog-favorite-empty__buttons {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .ns-catalog-favorite-empty__buttons {
    margin-top: 15px;
  }
}
.ns-catalog-favorite-empty__buttons > a, .ns-catalog-favorite-empty__buttons > button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  width: 214px;
  background: #F5F5F5;
  color: #2C2C2C;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border: 1px solid #f5f5f5;
}
@media (max-width: 991px) {
  .ns-catalog-favorite-empty__buttons > a, .ns-catalog-favorite-empty__buttons > button {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .ns-catalog-favorite-empty__buttons > a, .ns-catalog-favorite-empty__buttons > button {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .ns-catalog-favorite-empty__buttons > a, .ns-catalog-favorite-empty__buttons > button {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .ns-catalog-favorite-empty__buttons > a:hover, .ns-catalog-favorite-empty__buttons > button:hover {
    background: none;
    color: #FFFFFF;
  }
}
@media (max-width: 767px) {
  .ns-catalog-favorite-empty {
    padding: 40px 0;
  }
}

.ns-enhance-skills {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.ns-enhance-skills__item {
  width: 50%;
  flex: 1 1 50%;
  height: 600px;
  border: 1px solid #2C2C2C;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 40px 40px 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .ns-enhance-skills__item {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .ns-enhance-skills__item {
    padding: 20px 15px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .ns-enhance-skills__item {
    padding: 20px 10px;
    height: 450px;
    width: 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 515px) {
  .ns-enhance-skills__item {
    height: 350px;
  }
}
.ns-enhance-skills__item_small {
  height: 265px;
}
@media (max-width: 991px) {
  .ns-enhance-skills__item_small {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .ns-enhance-skills__item_small {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .ns-enhance-skills__item:nth-child(1):after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -5px;
    background: #2C2C2C;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    z-index: 10;
  }
  .ns-enhance-skills__item:nth-child(2), .ns-enhance-skills__item:nth-child(4) {
    border-left: none;
  }
  .ns-enhance-skills__item:nth-child(3), .ns-enhance-skills__item:nth-child(4) {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .ns-enhance-skills__item:not(:last-child) {
    border-bottom: none;
  }
}
.ns-enhance-skills__item-video {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.ns-enhance-skills__item-video._show {
  opacity: 1;
}
.ns-enhance-skills__item-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}
.ns-enhance-skills__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ns-enhance-skills__item._video-active .ns-enhance-skills__item-video {
  opacity: 1;
}
.ns-enhance-skills__item._video-active .ns-enhance-skills__item-img {
  opacity: 0;
}
.ns-enhance-skills__item-title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: color 0.5s ease-in-out;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .ns-enhance-skills__item-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ns-enhance-skills__item-title {
    font-size: 14px;
  }
}
.ns-enhance-skills__item-buttons {
  list-style-type: none;
  padding: 0;
  margin: 0 0 -15px 0;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  align-items: end;
}
@media (max-width: 991px) {
  .ns-enhance-skills__item-buttons {
    margin: 0 0 -10px 0;
  }
}
@media (max-width: 767px) {
  .ns-enhance-skills__item-buttons {
    margin: 0 0 -5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.ns-enhance-skills__item-buttons li {
  white-space: nowrap;
}
.ns-enhance-skills__item-buttons li [data-link] {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #1E3D4F;
  margin: 0 15px 15px 0;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .ns-enhance-skills__item-buttons li [data-link] {
    padding: 0 20px;
    height: 34px;
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 767px) {
  .ns-enhance-skills__item-buttons li [data-link] {
    padding: 0 10px;
    height: 26px;
    margin: 0 5px 5px 0;
  }
}
@media (hover: hover) {
  .ns-enhance-skills__item-buttons li [data-link]:hover {
    background: #2C2C2C;
  }
}
.ns-enhance-skills__item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.ns-enhance-skills__item-subtitle {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  color: #fff;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  transition: color 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .ns-enhance-skills__item-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ns-enhance-skills__item-subtitle {
    font-size: 13.2593px;
  }
}
.ns-enhance-skills__item-link {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
  will-change: transform;
}
@media (max-width: 991px) {
  .ns-enhance-skills__item-link {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .ns-enhance-skills__item-link {
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) {
  .ns-enhance-skills__item-link:hover {
    transform: scale(1.05);
  }
}
.ns-enhance-skills__item-link_abs {
  position: absolute;
  right: 40px;
  top: 26px;
}
@media (max-width: 991px) {
  .ns-enhance-skills__item-link_abs {
    right: 15px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .ns-enhance-skills__item-link_abs {
    right: 10px;
    top: 20px;
  }
}
.ns-enhance-skills__item-link svg {
  width: 100%;
  height: 100%;
}
.ns-enhance-skills__item-link svg path {
  transition: fill 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .ns-enhance-skills__item:first-child .ns-enhance-skills__item-buttons li:first-child {
    grid-column: 1/-1;
  }
  .ns-enhance-skills__item:hover .ns-enhance-skills__item-buttons li div[data-link] {
    color: #fff;
  }
}

.ns-category-advantages__wrap {
  border: 1px solid #2C2C2C;
  padding: 0 0 80px 0;
}
@media (max-width: 767px) {
  .ns-category-advantages__wrap {
    padding: 0 0 40px 0;
  }
}
.ns-category-advantages__wrap > div:first-child {
  text-align: center;
  border-bottom: 1px solid #2C2C2C;
  padding: 12px 0;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .ns-category-advantages__wrap > div:first-child {
    margin-bottom: 40px;
  }
}
.ns-category-advantages__wrap ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .ns-category-advantages__wrap ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.ns-category-advantages__wrap ul li {
  position: relative;
  margin: 0 0 30px 0;
}
.ns-category-advantages__wrap ul li:before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0L0 10L10 20L20 10L10 0Z' fill='%23574337'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .ns-category-advantages__wrap ul li:before {
    margin: 0 auto 20px auto;
  }
}
.ns-category-advantages__wrap ul li:nth-child(odd) {
  width: 45%;
  margin-right: 80px;
  max-width: 573px;
}
@media (max-width: 1199px) {
  .ns-category-advantages__wrap ul li:nth-child(odd) {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .ns-category-advantages__wrap ul li:nth-child(odd) {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .ns-category-advantages__wrap ul li:nth-child(odd) {
    width: 100%;
    max-width: none;
    margin-right: 0;
    text-align: center;
  }
}
.ns-category-advantages__wrap ul li:nth-child(even) {
  width: 45%;
  flex: 1 1 45%;
  max-width: 493px;
}
@media (max-width: 1199px) {
  .ns-category-advantages__wrap ul li:nth-child(even) {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .ns-category-advantages__wrap ul li:nth-child(even) {
    width: 100%;
    max-width: none;
    flex: unset;
    text-align: center;
  }
}
.ns-category-advantages__wrap ul li > div:nth-child(1) {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  color: #2C2C2C;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .ns-category-advantages__wrap ul li > div:nth-child(1) {
    font-size: 16px;
    max-width: 80%;
    margin: 0 auto 20px auto;
  }
}
.ns-category-advantages__wrap ul li > div:nth-child(2) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2C2C2C;
}
@media (max-width: 767px) {
  .ns-category-advantages__wrap ul li > div:nth-child(2) {
    font-size: 14px;
    max-width: 80%;
    margin: 0 auto;
  }
}

.ns-category-description {
  text-align: center;
}
.ns-category-description__wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #574337;
}
@media (max-width: 991px) {
  .ns-category-description__wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .ns-category-description__wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ns-category-description__wrap h2 {
  color: #fff;
  margin-bottom: 26px;
}
.ns-category-description__wrap div {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  max-width: 864px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ns-category-description__wrap div {
    font-size: 14px;
  }
}

.ns-category-text:last-child {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .ns-category-text:last-child {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .ns-category-text:last-child {
    padding-bottom: 40px;
  }
}
.ns-category-text .container h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  color: #2C2C2C;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .ns-category-text .container h2 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.ns-category-text .container iframe {
  height: 400px;
  max-width: 700px;
  margin-bottom: 30px;
}
.ns-category-text .container p {
  margin-bottom: 20px;
}
.ns-category-text .container p:last-child {
  margin-bottom: 0;
}

.c-accordion {
  width: 706px;
  max-width: 100%;
  flex-shrink: 0;
}
.c-accordion_big {
  width: 961px;
}
@media (max-width: 1199px) {
  .c-accordion_big {
    width: 706px;
  }
}
.c-accordion__item {
  border: 1px solid #2C2C2C;
}
.c-accordion__item + .c-accordion__item {
  margin-top: -1px;
}
.c-accordion__btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  min-height: 68px;
  margin: 0;
  font-weight: 400;
  color: #000000;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 115%;
  font-family: "Playfair Display", serif;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
@media (max-width: 991px) {
  .c-accordion__btn {
    padding: 20px;
  }
}
.c-accordion__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13H5V11H11V5H13V11H19V13H13V19H11V13Z' fill='%232C2C2C'/%3E%3C/svg%3E%0A");
}
.c-accordion__btn.show:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13H5V11H11H13H19V13H13H11Z' fill='%232C2C2C'/%3E%3C/svg%3E%0A");
}
.c-accordion__btn.show {
  border-bottom: 1px solid #2C2C2C;
}
.c-accordion__content {
  display: none;
  padding: 24px 20px;
}
.c-accordion__content, .c-accordion__content p, .c-accordion__content li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #272727;
}
.c-accordion__content p, .c-accordion__content ul, .c-accordion__content ol {
  margin: 0 0 20px;
}
.c-accordion__content p:last-child, .c-accordion__content ul:last-child, .c-accordion__content ol:last-child {
  margin-bottom: 0;
}
.c-accordion__content ul, .c-accordion__content ol {
  list-style: initial;
  margin-left: 20px;
}
.c-accordion__content ul li, .c-accordion__content ol li {
  display: list-item;
  padding: 0;
  margin-bottom: 0;
}
.c-accordion__content ol li {
  list-style-type: decimal;
}
.c-accordion__content ul li {
  list-style-type: disc;
}
.c-accordion__content ul li::before, .c-accordion__content ol li::before {
  display: none;
}

.ns-catalog-3d-ins {
  margin-bottom: 40px;
}
.ns-catalog-3d-ins > div {
  padding: 0 11px;
}
@media (max-width: 767px) {
  .ns-catalog-3d-ins > div {
    padding: 0 12px;
  }
}
.ns-catalog-3d-ins ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  background: #574337;
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
  border-bottom: 1px solid #2C2C2C;
}
@media (max-width: 1199px) {
  .ns-catalog-3d-ins ul {
    padding-left: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
  }
}
@media (max-width: 991px) {
  .ns-catalog-3d-ins ul {
    flex-direction: column;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .ns-catalog-3d-ins ul {
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  }
}
.ns-catalog-3d-ins ul li {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .ns-catalog-3d-ins ul li:nth-child(1) {
    max-width: 165px;
  }
  .ns-catalog-3d-ins ul li:nth-child(3) {
    max-width: 150px;
  }
  .ns-catalog-3d-ins ul li:nth-child(4) {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .ns-catalog-3d-ins ul li:nth-child(1), .ns-catalog-3d-ins ul li:nth-child(3), .ns-catalog-3d-ins ul li:nth-child(4) {
    max-width: 100%;
  }
}
.ns-catalog-3d-ins ul li:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .ns-catalog-3d-ins ul li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .ns-catalog-3d-ins ul li:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .ns-catalog-3d-ins ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.ns-catalog-3d-ins ul li:before {
  margin-right: 15px;
  position: relative;
  content: "";
  width: 19px;
  height: 8px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='8' viewBox='0 0 19 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3536 4.35355C18.5488 4.15829 18.5488 3.84171 18.3536 3.64645L15.1716 0.464466C14.9763 0.269204 14.6597 0.269204 14.4645 0.464466C14.2692 0.659728 14.2692 0.976311 14.4645 1.17157L17.2929 4L14.4645 6.82843C14.2692 7.02369 14.2692 7.34027 14.4645 7.53553C14.6597 7.7308 14.9763 7.7308 15.1716 7.53553L18.3536 4.35355ZM0 4.5H18V3.5H0V4.5Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .ns-catalog-3d-ins ul li:before {
    margin-right: 10px;
  }
}
.ns-catalog-3d-ins__button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7A7A7A;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  margin-left: 10px;
  padding: 0 22px;
  border: none;
}
.ns-catalog-3d-ins__button svg {
  margin-left: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.ns-catalog-search__title {
  margin: 80px 0;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 115%;
  /* identical to box height, or 39px */
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2C2C2C;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .ns-catalog-search__title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .ns-catalog-search__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ns-catalog-search__title {
    font-size: 18px;
    margin: 40px 0 20px 0;
    display: inline-block;
  }
}
.ns-catalog-search__title span {
  font-style: normal;
  text-transform: uppercase;
  color: #909090;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .ns-catalog-search__title span {
    margin-left: 10px;
  }
}

.ns-blog-top {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .ns-blog-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ns-blog-top h1 {
  line-height: 1;
}

.ns-blog-list {
  display: grid;
  margin-top: -1px;
}
.ns-blog-list + .pagination-box {
  margin-top: 40px;
}
.ns-blog-list_fw {
  grid-template-columns: repeat(4, 1fr);
  padding: 0 1px 0 0;
}
.ns-blog-list_single {
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .ns-blog-list_fw {
    grid-template-columns: repeat(2, 1fr);
  }
  .ns-blog-list_single {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .ns-blog-list_single {
    display: block;
  }
  .ns-blog-list_single .ns-blog-list__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.ns-blog-list__item {
  box-shadow: 0 0 0 1px #2C2C2C;
  height: 366px;
  position: relative;
  overflow: hidden;
  margin-top: 1px;
  margin-left: 1px;
  background: transparent;
  transition: background 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .ns-blog-list__item {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .ns-blog-list__item {
    height: 260px;
  }
}
.ns-blog-list__item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ns-blog-list__item-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 28px;
}
@media (max-width: 767px) {
  .ns-blog-list__item-content {
    padding: 10px;
  }
}
.ns-blog-list__item._image, .ns-blog-list__item._video {
  grid-column: span 2;
  overflow: hidden;
}
.ns-blog-list__item._image .ns-blog-list__item-content, .ns-blog-list__item._video .ns-blog-list__item-content {
  position: relative;
  flex: 1 1 50%;
  left: auto;
  top: auto;
  box-shadow: 0 0 0 1px #2C2C2C;
}
@media (min-width: 992px) {
  .ns-blog-list__item._image .ns-blog-list__item-content, .ns-blog-list__item._video .ns-blog-list__item-content {
    margin-left: -1px;
  }
}
.ns-blog-list__item._image .ns-blog-list__item-image, .ns-blog-list__item._video .ns-blog-list__item-image {
  flex: 1 1 50%;
  height: 100%;
  position: relative;
  box-shadow: 0 0 0 1px #2C2C2C;
  cursor: default;
}
@media (max-width: 991px) {
  .ns-blog-list__item._image .ns-blog-list__item-image, .ns-blog-list__item._video .ns-blog-list__item-image {
    margin: 0 0 0 1px;
  }
}
@media (min-width: 992px) {
  .ns-blog-list__item._image .ns-blog-list__item-image, .ns-blog-list__item._video .ns-blog-list__item-image {
    margin: 0 -1px 0 1px;
  }
}
.ns-blog-list__item._image .ns-blog-list__item-image:after, .ns-blog-list__item._video .ns-blog-list__item-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(147, 197, 222, 0.3) 0%, rgba(79, 106, 120, 0.3) 100%);
  transition: background 0.5s ease-in-out;
  mix-blend-mode: color-dodge;
}
.ns-blog-list__item._image .ns-blog-list__item-image img, .ns-blog-list__item._video .ns-blog-list__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .ns-blog-list__item._image:nth-child(even) .ns-blog-list__item-content, .ns-blog-list__item._video:nth-child(even) .ns-blog-list__item-content {
    order: 2;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .ns-blog-list__item._image:nth-child(even) .ns-blog-list__item-content, .ns-blog-list__item._video:nth-child(even) .ns-blog-list__item-content {
    margin: 0 0 0 -1px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .ns-blog-list__item._image:nth-child(even) .ns-blog-list__item-image, .ns-blog-list__item._video:nth-child(even) .ns-blog-list__item-image {
    margin: 0 2px 0 0;
  }
}
@media (min-width: 992px) {
  .ns-blog-list__item._image:nth-child(8n+3) .ns-blog-list__item-content, .ns-blog-list__item._image:nth-child(8n+4) .ns-blog-list__item-content, .ns-blog-list__item._image:nth-child(8n+7) .ns-blog-list__item-content, .ns-blog-list__item._image:nth-child(8n+8) .ns-blog-list__item-content, .ns-blog-list__item._video:nth-child(8n+3) .ns-blog-list__item-content, .ns-blog-list__item._video:nth-child(8n+4) .ns-blog-list__item-content, .ns-blog-list__item._video:nth-child(8n+7) .ns-blog-list__item-content, .ns-blog-list__item._video:nth-child(8n+8) .ns-blog-list__item-content {
    order: 2;
    margin: 0 -1px 0 0;
  }
  .ns-blog-list__item._image:nth-child(8n+3) .ns-blog-list__item-image, .ns-blog-list__item._image:nth-child(8n+4) .ns-blog-list__item-image, .ns-blog-list__item._image:nth-child(8n+7) .ns-blog-list__item-image, .ns-blog-list__item._image:nth-child(8n+8) .ns-blog-list__item-image, .ns-blog-list__item._video:nth-child(8n+3) .ns-blog-list__item-image, .ns-blog-list__item._video:nth-child(8n+4) .ns-blog-list__item-image, .ns-blog-list__item._video:nth-child(8n+7) .ns-blog-list__item-image, .ns-blog-list__item._video:nth-child(8n+8) .ns-blog-list__item-image {
    margin: 0 1px 0 -1px;
  }
}
.ns-blog-list__item-title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #2C2C2C;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .ns-blog-list__item-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ns-blog-list__item-title {
    font-size: 16px;
    text-align: center;
  }
}
.ns-blog-list__item-date {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #2C2C2C;
  transition: color 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .ns-blog-list__item-date {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .ns-blog-list__item-date {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.ns-blog-list__item-button {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ns-blog-list__item-button {
    width: 30px;
    height: 30px;
  }
}
.ns-blog-list__item-button svg {
  width: 100%;
  height: 100%;
}
.ns-blog-list__item-button svg path {
  transition: fill 0.5s ease-in-out;
}
.ns-blog-list__item-bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .ns-blog-list__item-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .ns-blog-list__item:hover {
    background: #1E3D4F;
  }
  .ns-blog-list__item:hover .ns-blog-list__item-title, .ns-blog-list__item:hover .ns-blog-list__item-date {
    color: #fff;
    text-decoration: none;
  }
  .ns-blog-list__item:hover .ns-blog-list__item-button svg path:nth-child(1) {
    fill: #fff;
  }
  .ns-blog-list__item:hover .ns-blog-list__item-button svg path:nth-child(2) {
    fill: #2C2C2C;
  }
}
.ns-blog-list_single .ns-blog-list__item {
  margin: 0;
}
@media (max-width: 767px) {
  .ns-blog-list_single .ns-blog-list__item {
    height: auto;
  }
  .ns-blog-list_single .ns-blog-list__item-title {
    margin-bottom: 20px;
  }
  .ns-blog-list_single .ns-blog-list__item > a {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    height: auto;
  }
  .ns-blog-list_single .ns-blog-list__item-content {
    padding: 20px;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
}

.ns-section_blog-first {
  height: calc(100vh - 169px);
  min-height: 800px;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .ns-section_blog-first {
    height: 600px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .ns-section_blog-first {
    height: 350px;
  }
}
.ns-section_blog-first > div {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ns-section_blog-first svg {
  width: 174px;
  height: 56px;
  flex-shrink: 0;
  z-index: 1;
  transform: translateY(-28px);
  position: relative;
}
.ns-section_blog-first h1 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 767px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 1199px) {
  .ns-section_blog-first h1 {
    font-size: 45px;
    max-width: 577px;
  }
}
@media (max-width: 991px) {
  .ns-section_blog-first h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ns-section_blog-first h1 {
    font-size: 25px;
    max-width: 328px;
  }
}
@media (max-width: 575px) {
  .ns-section_blog-first h1 {
    font-size: 20px;
    max-width: 255px;
  }
}
.ns-section_blog-first canvas {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  z-index: 0;
}
.ns-section_blog-text {
  line-height: 120%;
  margin-top: -1px;
  color: #FFFFFF;
}
.ns-section_blog-text__wrap {
  padding: 85px 0;
  background: #1E3D4F;
  border: 1px solid #2C2C2C;
}
@media (max-width: 991px) {
  .ns-section_blog-text__wrap {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .ns-section_blog-text__wrap {
    padding: 40px 20px;
  }
}
.ns-section_blog-text p {
  max-width: 761px;
  margin: 0 auto;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 767px) {
  .ns-section_blog-text p {
    font-size: 16px;
    max-width: 400px;
  }
}
@media (max-width: 575px) {
  .ns-section_blog-text p {
    font-size: 14px;
  }
}
.ns-section_blog-text2 {
  color: #FFFFFF;
  margin-bottom: 0;
}
.ns-section_blog-text2__wrap {
  padding: 85px 0;
  background: #574337;
  border: 1px solid #2C2C2C;
}
@media (max-width: 991px) {
  .ns-section_blog-text2__wrap {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .ns-section_blog-text2__wrap {
    padding: 40px 20px;
  }
}
.ns-section_blog-text2 p {
  max-width: 794px;
  margin: 0 auto;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 767px) {
  .ns-section_blog-text2 p {
    font-size: 16px;
    max-width: 460px;
  }
}
@media (max-width: 575px) {
  .ns-section_blog-text2 p {
    font-size: 14px;
  }
}
.ns-section_blog-info .container > h2 {
  max-width: 761px;
  margin: 0 auto 40px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .ns-section_blog-info .container > h2 {
    margin: 0 auto 20px auto;
  }
}
.ns-section_blog-info__description {
  max-width: 825px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2C2C2C;
  margin: 0 auto 100px auto;
}
@media (max-width: 991px) {
  .ns-section_blog-info__description {
    margin: 0 auto 40px auto;
    text-align: center;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .ns-section_blog-info__description {
    font-size: 14px;
  }
}
.ns-section_blog-info__content {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
@media (max-width: 991px) {
  .ns-section_blog-info__content {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .ns-section_blog-info__content {
    font-size: 14px;
  }
}
.ns-section_blog-info__content > div:nth-child(1) {
  margin-right: 80px;
}
@media (max-width: 991px) {
  .ns-section_blog-info__content > div:nth-child(1) {
    margin: 0 0 40px 0;
  }
}
.ns-section_blog-info__content > div svg {
  margin-bottom: 24px;
}
.ns-section_blog-info__content > div .ns-h2 {
  text-align: left;
  max-width: 450px;
  margin-top: 100px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .ns-section_blog-info__content > div .ns-h2 {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.ns-section_blog-info__content-text p {
  margin-bottom: 0;
}
.ns-section_blog-info__content-text p:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ns-section_blog-info__content-text p {
    font-size: 14px;
  }
}
.ns-section_blog-info__content-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ns-section_blog-info__content-text ul:not(:last-child) {
  margin-bottom: 30px;
}

.ns-about-slider {
  height: calc(100vh - 129px);
  min-height: 800px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .ns-about-slider {
    height: 600px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .ns-about-slider {
    height: 350px;
  }
}
.ns-about-slider canvas {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.ns-about-slider > div {
  position: relative;
  height: 100%;
}
.ns-about-slider > div > div {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 603px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
  transform: translateX(-20%);
}
@media (max-width: 991px) {
  .ns-about-slider > div > div {
    width: 496px;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .ns-about-slider > div > div {
    width: 236px;
  }
}
.ns-about-slider > div > div > div:nth-child(1) {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14.8408px;
  line-height: 115%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 5px;
}
.ns-about-slider > div > div > div:nth-child(1) > div:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .ns-about-slider > div > div > div:nth-child(1) {
    font-size: 12px;
    padding: 0;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .ns-about-slider > div > div > div:nth-child(1) > div:last-child {
    display: none;
  }
}
.ns-about-slider > div > div h1 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48.8312px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.ns-about-slider > div > div h1 br {
  display: none;
}
@media (max-width: 991px) {
  .ns-about-slider > div > div h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ns-about-slider > div > div h1 {
    font-size: 30px;
  }
  .ns-about-slider > div > div h1 br {
    display: inline;
  }
}
.ns-about-slider > div > div > div:nth-child(3) {
  display: none;
  width: 100%;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .ns-about-slider > div > div > div:nth-child(3) {
    display: block;
  }
}

.ns-about-content {
  padding: 170px 0;
}
@media (max-width: 1199px) {
  .ns-about-content {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .ns-about-content {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .ns-about-content {
    padding: 40px 0;
  }
}
.ns-about-content__first {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 67px;
  width: 100%;
}
@media (max-width: 991px) {
  .ns-about-content__first {
    margin-bottom: 40px;
  }
}
.ns-about-content__first > div {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  color: #574337;
}
@media (max-width: 991px) {
  .ns-about-content__first > div {
    font-size: 16px;
  }
}
.ns-about-content__first svg {
  width: 780px;
  height: 303px;
  margin: 0 80px;
}
@media (max-width: 991px) {
  .ns-about-content__first svg {
    width: 546px;
    height: 212.1px;
    margin: 0 40px;
  }
}
@media (max-width: 767px) {
  .ns-about-content__first svg {
    width: 312px;
    height: 121.2px;
    margin: 0 20px;
  }
}
@media (max-width: 575px) {
  .ns-about-content__first svg {
    width: 234px;
    height: 90.9px;
  }
}
.ns-about-content__first svg svg {
  width: 100%;
  height: 100%;
}
.ns-about-content__second {
  display: grid;
  gap: 30px 80px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .ns-about-content__second {
    display: block;
    gap: unset;
  }
}
.ns-about-content__second-item {
  position: relative;
}
@media (max-width: 991px) {
  .ns-about-content__second-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .ns-about-content__second-item:nth-child(1), .ns-about-content__second-item:nth-child(2) {
    margin-bottom: 40px;
  }
}
.ns-about-content__second-item_text {
  padding-top: 44px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2C2C2C;
}
.ns-about-content__second-item_text > div:not(:last-child) {
  margin-bottom: 30px;
}
.ns-about-content__second-item_text:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0L0 10L10 20L20 10L10 0Z' fill='%23574337'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .ns-about-content__second-item_text {
    max-width: 493px;
  }
  .ns-about-content__second-item_text:nth-child(1), .ns-about-content__second-item_text:nth-child(3) {
    max-width: 573px;
  }
}
.ns-about-content__second-item_series {
  height: 274px;
  width: 504px;
  max-width: 100%;
  padding: 30px;
  border: 1px solid #2C2C2C;
  position: relative;
  background-image: url(/img/ns/home/series-bg-fx.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 991px) {
  .ns-about-content__second-item_series {
    height: 200px;
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .ns-about-content__second-item_series {
    height: 150px;
  }
}
.ns-about-content__second-item_series div {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 115%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 287px;
}
@media (max-width: 991px) {
  .ns-about-content__second-item_series div {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ns-about-content__second-item_series div {
    font-size: 16px;
  }
}
.ns-about-content__second-item_series svg {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 30px;
  width: 30px;
}
@media (max-width: 991px) {
  .ns-about-content__second-item_series svg {
    right: 20px;
    bottom: 20px;
  }
}
.ns-about-content__second-item_series svg svg {
  width: 100%;
  height: 100%;
}

.ns-about-stats__content-wrap {
  height: 474px;
  position: relative;
}
.ns-about-stats__content-wrap:before {
  background: #1E3D4F;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 991px) {
  .ns-about-stats__content-wrap:before {
    display: none;
  }
}
.ns-about-stats__content-wrap:after {
  background: #574337;
  content: "";
  left: 50%;
  top: 0;
  width: 50%;
  position: absolute;
  height: 100%;
  z-index: 0;
}
@media (max-width: 991px) {
  .ns-about-stats__content-wrap:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ns-about-stats__content-wrap {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .ns-about-stats__content-wrap {
    height: auto;
  }
}
.ns-about-stats__content {
  height: 100%;
  display: flex;
  padding: 0;
  z-index: 1;
  position: relative;
}
.ns-about-stats__content-left {
  border-right: 1px solid #2C2C2C;
}
@media (max-width: 991px) {
  .ns-about-stats__content-left {
    border-right: none;
    border-bottom: 1px solid #2C2C2C;
    background: #1E3D4F;
  }
}
@media (max-width: 991px) {
  .ns-about-stats__content-right {
    background: #574337;
  }
}
@media (max-width: 991px) {
  .ns-about-stats__content {
    flex-direction: column;
    height: auto;
  }
}
.ns-about-stats__content > div {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .ns-about-stats__content > div {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .ns-about-stats__content > div {
    padding: 10px 0 20px 0;
  }
}
.ns-about-stats__content > div > div:nth-child(1) {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 197.161px;
  line-height: 115%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 1499px) {
  .ns-about-stats__content > div > div:nth-child(1) {
    font-size: 175px;
  }
}
@media (max-width: 1199px) {
  .ns-about-stats__content > div > div:nth-child(1) {
    font-size: 160px;
  }
}
@media (max-width: 991px) {
  .ns-about-stats__content > div > div:nth-child(1) {
    font-size: 160px;
  }
}
@media (max-width: 767px) {
  .ns-about-stats__content > div > div:nth-child(1) {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .ns-about-stats__content > div > div:nth-child(1) {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
.ns-about-stats__content > div > div:nth-child(2) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  max-width: 420px;
  margin: 0 auto;
  min-height: 112px;
}
@media (max-width: 1199px) {
  .ns-about-stats__content > div > div:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .ns-about-stats__content > div > div:nth-child(2) {
    font-size: 16px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .ns-about-stats__content > div > div:nth-child(2) {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .ns-about-stats__content > div > div:nth-child(2) {
    font-size: 12px;
    padding: 0 40px;
  }
  .ns-about-stats__content > div > div:nth-child(2) br {
    display: none;
  }
}
.ns-about-stats__footer {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2C2C2C;
}
@media (max-width: 991px) {
  .ns-about-stats__footer {
    height: auto;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .ns-about-stats__footer {
    padding: 10px 40px;
  }
}

.ns-cart-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  min-height: 760px;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .ns-cart-empty {
    min-height: 680px;
  }
}
@media (max-width: 767px) {
  .ns-cart-empty {
    padding: 40px 0;
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .ns-cart-empty {
    min-height: 400px;
  }
}
.ns-cart-empty > svg {
  width: 787px;
  height: 499px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 991px) {
  .ns-cart-empty > svg {
    width: 590.25px;
    height: 374.25px;
  }
}
@media (max-width: 767px) {
  .ns-cart-empty > svg {
    width: 98%;
    height: 500px;
  }
}
@media (max-width: 575px) {
  .ns-cart-empty > svg {
    width: 98%;
    height: 450px;
  }
}
.ns-cart-empty__title {
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 34px;
  line-height: 45px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}
@media (max-width: 991px) {
  .ns-cart-empty__title {
    font-size: 28px;
    line-height: 38px;
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .ns-cart-empty__title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
    max-width: 200px;
  }
}
.ns-cart-empty__text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .ns-cart-empty__text {
    margin-top: 5px;
  }
}
.ns-cart-empty__text span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #FFFFFF;
}
.ns-cart-empty__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .ns-cart-empty__buttons {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .ns-cart-empty__buttons {
    margin-top: 15px;
  }
}
.ns-cart-empty__buttons > a, .ns-cart-empty__buttons > button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 28px;
  width: 214px;
  font-family: "Manrope";
  background: #F5F5F5;
  color: #2C2C2C;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border: 1px solid #f5f5f5;
}
@media (max-width: 991px) {
  .ns-cart-empty__buttons > a, .ns-cart-empty__buttons > button {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .ns-cart-empty__buttons > a, .ns-cart-empty__buttons > button {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .ns-cart-empty__buttons > a, .ns-cart-empty__buttons > button {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .ns-cart-empty__buttons > a:hover, .ns-cart-empty__buttons > button:hover {
    background: none;
    color: #FFFFFF;
  }
}
@media (max-width: 767px) {
  .ns-cart-empty {
    padding: 40px 0;
  }
}

.ns-product-reviews .swiper-slide {
  height: auto;
}
.ns-product-reviews__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
}
.ns-product-reviews__bottom-nav {
  display: flex;
  align-items: center;
}
.ns-product-reviews__bottom-nav .swiper-button-prev, .ns-product-reviews__bottom-nav .swiper-button-next {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.ns-product-reviews__bottom-nav .swiper-button-prev.swiper-button-disabled, .ns-product-reviews__bottom-nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.ns-product-reviews__bottom-nav .swiper-button-prev svg, .ns-product-reviews__bottom-nav .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.ns-product-reviews__bottom-nav .swiper-button-prev {
  margin-left: -8px;
}
.ns-product-reviews__bottom-button {
  width: 208px;
  border: 1px solid #2C2C2C;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  position: relative;
}
.ns-product-reviews__bottom-button:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -15px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-bottom: 1px solid #2C2C2C;
  transform: rotate(-45deg) translateX(0px);
  transform-origin: top left;
}
.ns-product-reviews__bottom-button svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 8px;
}
.ns-product-reviews__bottom-button span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #2C2C2C;
}

.ns-product-review {
  width: 100%;
}
.ns-product-review .rating-box {
  margin-bottom: 18px;
}
.ns-product-review__info {
  display: flex;
  justify-content: space-between;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #2C2C2C;
  margin-bottom: 13px;
}
.ns-product-review__info-date {
  text-align: right;
}
.ns-product-review__text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2C2C2C;
}

.ns-cabinet {
  display: flex;
  border: 1px solid #2C2C2C;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .ns-cabinet {
    flex-direction: column;
  }
}
.ns-cabinet__sidebar {
  height: 100%;
  width: 456px;
  max-width: 100%;
  flex-shrink: 0;
  border-right: 1px solid #2C2C2C;
}
@media (max-width: 1199px) {
  .ns-cabinet__sidebar {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .ns-cabinet__sidebar {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .ns-cabinet__sidebar {
    width: 100%;
    border-right: none;
    height: auto;
  }
}
.ns-cabinet__sidebar-top {
  display: flex;
  align-items: center;
  padding: 16px 40px;
  border-bottom: 1px solid #2C2C2C;
}
@media (max-width: 767px) {
  .ns-cabinet__sidebar-top {
    padding: 20px;
  }
}
.ns-cabinet__sidebar-logo {
  flex-shrink: 0;
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 74px;
}
@media (max-width: 767px) {
  .ns-cabinet__sidebar-logo {
    width: 60px;
    height: 60px;
  }
}
.ns-cabinet__sidebar-logo svg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.ns-cabinet__sidebar-logo span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 115%;
  color: #2C2C2C;
}
.ns-cabinet__sidebar-name {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
}
.ns-cabinet__sidebar-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ns-cabinet__sidebar-menu li {
  border-bottom: 1px solid #2C2C2C;
  transition: 0.3s ease-in-out;
}
.ns-cabinet__sidebar-menu li a {
  padding: 20px 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  display: block;
  width: 100%;
  height: 100%;
}
.ns-cabinet__sidebar-menu li a._active {
  background: #2C2C2C;
  color: #fff;
}
@media (min-width: 768px) {
  .ns-cabinet__sidebar-menu li a:hover {
    background: #2C2C2C;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .ns-cabinet__sidebar-menu li a {
    padding: 20px;
  }
}
.ns-cabinet__sidebar-buttons {
  display: flex;
  padding: 208px 40px 34px 40px;
}
@media (max-width: 991px) {
  .ns-cabinet__sidebar-buttons {
    padding: 150px 40px 40px 40px;
    flex-direction: column;
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .ns-cabinet__sidebar-buttons {
    padding: 20px;
    border-bottom: 1px solid #2C2C2C;
  }
}
.ns-cabinet__sidebar-buttons a, .ns-cabinet__sidebar-buttons button {
  background: none;
  border: 1px solid #2C2C2C;
  height: 34px;
  padding: 0 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  transition: 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 991px) {
  .ns-cabinet__sidebar-buttons a, .ns-cabinet__sidebar-buttons button {
    flex-shrink: 0;
    min-height: 40px;
    width: 100%;
  }
}
.ns-cabinet__sidebar-buttons a:nth-child(1):before, .ns-cabinet__sidebar-buttons button:nth-child(1):before {
  content: "";
  position: absolute;
  top: -1px;
  left: -13px;
  width: 17px;
  height: 18px;
  background-color: #fff;
  border-bottom: 1px solid #2C2C2C;
  transform: rotate(-45deg) translateX(0px);
  transform-origin: top left;
}
@media (hover: hover) {
  .ns-cabinet__sidebar-buttons a:hover, .ns-cabinet__sidebar-buttons button:hover {
    background: #2C2C2C;
    color: #fff;
  }
}
.ns-cabinet__sidebar-buttons a:not(:last-child), .ns-cabinet__sidebar-buttons button:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 991px) {
  .ns-cabinet__sidebar-buttons a:not(:last-child), .ns-cabinet__sidebar-buttons button:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.ns-cabinet__content {
  padding: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .ns-cabinet__content {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .ns-cabinet__content {
    padding: 20px;
  }
}
.ns-cabinet__content-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2C2C2C;
  max-width: 750px;
}
.ns-cabinet__content-text:not(:last-child) {
  margin-bottom: 26px;
}
.ns-cabinet__content-text:not(:last-child)._big-m {
  margin-bottom: 40px;
}
.ns-cabinet__content-sales {
  display: flex;
}
@media (max-width: 1199px) {
  .ns-cabinet__content-sales {
    flex-direction: column;
  }
}
.ns-cabinet__content-sales > div:nth-child(2) {
  max-width: 211px;
  flex-shrink: 0;
  margin-left: 27px;
}
@media (max-width: 1199px) {
  .ns-cabinet__content-sales > div:nth-child(2) {
    max-width: 100%;
    margin: 20px 0 0 0;
  }
}
.ns-cabinet__content-sales > div:nth-child(2) p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: #2C2C2C;
  margin: 0;
}
.ns-cabinet__content-sales > div:nth-child(2) p:first-child {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-size: 20px;
}
.ns-cabinet__content-sales > div:nth-child(2) p:not(:last-child) {
  margin: 0 0 28px 0;
}
@media (max-width: 1199px) {
  .ns-cabinet__content-sales > div:nth-child(2) p:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.ns-cabinet__content-sale {
  width: 100%;
  padding: 44px 24px;
  border: 1px solid #2C2C2C;
  position: relative;
}
@media (max-width: 1199px) {
  .ns-cabinet__content-sale {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .ns-cabinet__content-sale {
    padding: 20px;
  }
}
.ns-cabinet__content-sale-line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 117px;
  height: 60px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1199px) {
  .ns-cabinet__content-sale-line {
    padding: 0 80px;
  }
}
@media (max-width: 991px) {
  .ns-cabinet__content-sale-line {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .ns-cabinet__content-sale-line {
    padding: 0 20px;
  }
}
.ns-cabinet__content-sale-line:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #2C2C2C;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.ns-cabinet__content-sale-line > div {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  transform: translateY(-4px);
}
.ns-cabinet__content-sale-line > div:not(:last-child) {
  margin-right: 66px;
}
@media (max-width: 1199px) {
  .ns-cabinet__content-sale-line > div:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .ns-cabinet__content-sale-line > div:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .ns-cabinet__content-sale-line > div:not(:last-child) {
    margin-right: 10px;
  }
}
.ns-cabinet__content-sale-line > div span:nth-child(1) {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #2C2C2C;
  display: block;
  text-align: center;
}
.ns-cabinet__content-sale-line > div span:nth-child(2) {
  display: block;
  width: 22px;
  height: 22px;
  margin: 10px auto;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L1 11L11 21L21 11L11 1Z' fill='white' stroke='black'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.ns-cabinet__content-sale-line > div span:nth-child(3) {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: #909090;
  text-align: center;
  white-space: nowrap;
}
.ns-cabinet__content-sale-line > div.current span:nth-child(2) {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L1 11L11 21L21 11L11 1Z' fill='%231E3D4F' stroke='black'/%3E%3C/svg%3E%0A");
}
.ns-cabinet__content-sale-info {
  margin-top: 72px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .ns-cabinet__content-sale-info {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .ns-cabinet__content-sale-info {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.ns-cabinet__content-sale-info > div:nth-child(1) {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2C2C2C;
  max-width: 177px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .ns-cabinet__content-sale-info > div:nth-child(1) {
    margin: 0 0 20px 0;
    max-width: 100%;
  }
}
.ns-cabinet__content-sale-info > div:nth-child(1) span {
  color: #B8B8B8;
}
.ns-cabinet__content-sale-info > div:nth-child(2) {
  padding: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .ns-cabinet__content-sale-info > div:nth-child(2) {
    margin: 0 0 20px 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ns-cabinet__content-sale-info > div:nth-child(2) {
    padding: 10px;
  }
}
.ns-cabinet__content-sale-info > div:nth-child(2) span {
  color: #B8B8B8;
}
.ns-cabinet__content-sale-info > div:nth-child(2) > div:nth-child(1) {
  margin-bottom: 20px;
}
.ns-cabinet__content-sale-info > div:nth-child(2) > div:nth-child(2) {
  font-size: 24px;
}
.ns-cabinet__content-sale-info > div:nth-child(3) {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2C2C2C;
  max-width: 200px;
}
.ns-cabinet__content-sale-info > div:nth-child(3) > div:nth-child(2) {
  font-weight: 700;
}
@media (max-width: 991px) {
  .ns-cabinet__content-sale-info > div:nth-child(3) {
    max-width: 100%;
  }
  .ns-cabinet__content-sale-info > div:nth-child(3) > div {
    display: inline;
  }
}

.ns-order:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border: 1px solid #2C2C2C;
}
.ns-order__title {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.ns-order__date {
  color: #666666;
  font-size: 12px;
  margin-bottom: 10px;
}
.ns-order__group {
  margin-bottom: 10px;
}
.ns-order__group-title {
  font-weight: bold;
}

.ns-address-text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2C2C2C;
  margin-bottom: 40px;
}

.ns-address-text_empty {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.ns-order-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 0;
  text-align: center;
  min-height: 600px;
}
@media (max-width: 767px) {
  .ns-order-content {
    padding: 40px 0;
    min-height: auto;
  }
}
.ns-order-content h1 {
  margin-bottom: 26px;
}
.ns-order-content__info {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2C2C2C;
}
.ns-order-content__info span:nth-child(1) {
  color: #909090;
}
.ns-order-content__info_big-mb {
  margin-bottom: 40px;
}
.ns-order-content__text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  color: #2C2C2C;
  max-width: 535px;
  margin: 0 auto 40px auto;
}

.main-page {
  padding: 65px 0 0;
}
@media (max-width: 767px) {
  .main-page {
    padding: 30px 0 0;
  }
}

.category-top > div {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #2C2C2C;
}
@media (max-width: 767px) {
  .category-top > div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.category-top._wt-border > div {
  border-bottom: none;
}

.category-testimonials {
  background-color: #2C2C2C;
  padding: 30px 0;
}
.category-testimonials__title-box {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
.category-testimonials__qty {
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  color: #707070;
}
.category-testimonials .testimonials {
  margin-bottom: 41px;
}
.category-testimonials__common-btn-wrapper-redesign {
  position: relative;
}
@media (max-width: 767px) {
  .category-testimonials__common-btn-wrapper-redesign {
    padding-top: 60px;
  }
}
.category-testimonials__link {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #818181;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .category-testimonials__link {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.category-testimonials__link .icon {
  width: 17px;
  height: 15px;
  margin-right: 24px;
  fill: #818181;
}

.category-callback {
  background-color: #2C2C2C;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .category-callback {
    padding: 0;
  }
}

.seo {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .seo {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .seo {
    padding: 40px 0;
  }
}
.seo__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .seo__container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.seo .typography {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.seo-table {
  position: relative;
}
.seo-table__desc {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 750px;
  width: calc(100% - 411px);
  min-height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .seo-table__desc {
    width: 100%;
  }
}
.seo-table__desc > .typography {
  position: absolute;
  width: 100%;
  margin: 0;
}
.seo-table.active .seo-table__desc > .typography {
  position: static;
}

.testimonials-top {
  padding: 22px 0 50px;
}
@media (max-width: 767px) {
  .testimonials-top {
    padding: 20px 0;
  }
}
.testimonials-top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .testimonials-top__inner {
    flex-direction: column;
  }
}
.testimonials-top__title-box {
  display: flex;
}
@media (max-width: 991px) {
  .testimonials-top__title-box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
}
.testimonials-top__title-box .h1 {
  margin-right: 17px;
}
@media (max-width: 991px) {
  .testimonials-top__title-box .h1 {
    margin-bottom: 7px;
  }
}
.testimonials-top__qty {
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #a8a8a8;
}
.testimonials-top__links {
  display: flex;
}
@media (max-width: 1199px) {
  .testimonials-top__links {
    display: none;
  }
}
.testimonials-top__link-box {
  display: flex;
  align-items: center;
  margin-right: 60px;
}
.testimonials-top__link-box .testimonials-top__link {
  margin-right: 10px;
}
.testimonials-top__link {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #2C2C2C;
  -webkit-text-decoration-color: #2C2C2C;
          text-decoration-color: #2C2C2C;
  margin-right: 60px;
}
.testimonials-top__link:last-child {
  margin-right: 0;
}
.testimonials-top__link .icon {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
.testimonials-top__link .icon-answer {
  fill: #2C2C2C;
}
.testimonials-top__link .icon-simple-point {
  fill: transparent;
}
.testimonials-top__link img {
  width: 18px;
  height: 18px;
  margin-right: 13px;
}
.testimonials-top .common-btn-redesign {
  padding: 15px 20px;
}
.testimonials-top .common-btn-redesign .icon {
  width: 40px;
  height: 16px;
  fill: #fff;
  margin-left: 30px;
}

.testimonials-main__filters {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-left: 29px;
  padding-right: 35px;
  border-bottom: 1px solid #2C2C2C;
}
@media (max-width: 767px) {
  .testimonials-main__filters {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}
.testimonials-main__checkboxes {
  display: flex;
}
@media (max-width: 767px) {
  .testimonials-main__checkboxes {
    flex-direction: column;
  }
}
.testimonials-main__checkboxes .form-group {
  margin-right: 64px;
}
@media (max-width: 767px) {
  .testimonials-main__checkboxes .form-group {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.testimonials-main__checkboxes .form-group:last-child {
  margin-right: 0;
}

.catalog-top {
  padding: 20px 0 0;
}
.catalog-top .h1 {
  margin-bottom: 0;
}

.catalog-previews-box {
  margin-bottom: 40px;
}
.catalog-previews-box:last-child {
  margin-bottom: 0;
}
.catalog-previews-box .h2 {
  margin-bottom: 20px;
}

.gradient-bg {
  padding: 40px 0 70px;
  background: linear-gradient(270deg, #cf6e2b 20%, #306678 90%);
  color: #ffffff;
}

.bg-orange {
  padding: 40px 0 70px;
  background-color: #8D511B;
  color: #ffffff;
}

.bg-gradient {
  background: linear-gradient(270deg, #cf6e2b 20%, #306678 90%);
}

@media (max-width: 375px) {
  .accent-block {
    position: relative;
    width: 100vw;
    overflow: hidden;
  }
}

.accent-block h2 {
  margin: 0 0 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.accent-block ul {
  margin-bottom: 30px;
}

.accent-block ul li {
  position: relative;
  padding-left: 20px;
}

.accent-block ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 13px;
  height: 13px;
  margin-right: 7px;
  display: inline-block;
  font-weight: 600;
  background: #ffffff;
}

.accent-block .callback {
  overflow: visible;
  display: flex;
  justify-content: center;
}

.accent-block .callback__content {
  border: 1px solid #ffffff;
}

.accent-block .callback .callback__form-wrapper {
  max-width: 479px;
  width: 100%;
  margin: 0 auto;
}

.accent-block .callback .form-box .input {
  flex-basis: 304px;
  height: 42px;
  max-height: 42px;
}

.catalog-top h1 + .main-banner {
  margin-top: 20px;
}

.gallery-slider__list {
  display: flex;
}

.gallery-slider__item {
  width: 33.3333333333%;
}

.gallery-slider__inner {
  position: relative;
  display: block;
  padding-bottom: 66%;
  transition: all 0.3s ease-in-out;
}

.gallery-slider__inner::after {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffde7d' viewBox='0 0 914.01 980.22'%3E%3Cpath d='M406.39,0a6.58,6.58,0,0,0,1.9.71c3.51.16,7,.18,10.54.35,1.66.08,3.31.39,4.95.61.72.1,1.42.3,2.13.36,4.29.38,8.57.73,12.85,1.1.72.06,1.42.19,2.14.28,1.73.23,3.47.4,5.2.69,1.31.22,2.6.59,3.91.89a3.88,3.88,0,0,0,.45.14c2.67.35,5.34.68,8,1,.7.09,1.39.27,2.08.42a18.71,18.71,0,0,0,2.31.51c1.25.11,2.57-.18,3.61.86.14.14.46.13.7.13,3.21,0,6.19,1.13,9.27,1.84,3.5.81,7.05,1.39,10.54,2.25,2.88.72,5.69,1.72,8.54,2.56,1.59.47,3.21.83,4.79,1.32,2.86.89,5.69,1.83,8.54,2.74,1.4.45,2.83.84,4.22,1.33,2.57.89,5.12,1.86,7.69,2.73,2.3.78,4.64,1.41,6.93,2.23,2,.73,4,1.61,6.07,2.44,2.94,1.2,5.89,2.37,8.8,3.64,3.83,1.66,7.65,3.34,11.43,5.12,4.85,2.29,9.7,4.58,14.46,7.05,3.92,2,7.7,4.36,11.55,6.55,3.66,2.08,7.37,4.08,11,6.24,3.19,1.9,6.28,4,9.42,6,2.26,1.44,4.56,2.81,6.77,4.34q6,4.19,12,8.51,5.4,3.94,10.69,8,5.1,4,10,8.14,5.15,4.29,10.17,8.72c2.1,1.86,4,3.88,6.1,5.81,3,2.86,6.19,5.62,9.14,8.58,3.29,3.32,6.39,6.82,9.6,10.22,1.23,1.3,2.58,2.49,3.75,3.85,3.21,3.75,6.34,7.57,9.53,11.35,2.31,2.75,4.69,5.46,7,8.22,1.55,1.88,3,3.8,4.5,5.74s2.65,3.64,4,5.49c1.49,2.1,2.93,4.23,4.42,6.33.94,1.34,2,2.6,2.89,4,3.34,5.07,6.6,10.2,10,15.26S727.14,195,730,200.34c2.24,4.11,4.67,8.12,6.87,12.25,1.45,2.7,2.63,5.54,3.94,8.31,1.66,3.52,3.43,7,5,10.55,1.83,4.22,3.46,8.53,5.2,12.8,1.23,3,2.56,6,3.74,9,.79,2,1.38,4.15,2.07,6.22.84,2.53,1.73,5,2.53,7.57.91,2.89,2.11,5.68,2.74,8.69a86.2,86.2,0,0,0,2.68,8.45c.36,1.11.65,2.24.92,3.38.44,1.82.82,3.67,1.26,5.49s1,3.8,1.48,5.7c.17.69.25,1.41.43,2.1s.46,1.63.71,2.44a7.36,7.36,0,0,1,.31.9c.7,4,1,8.09,2.18,11.94.84,2.76.52,5.69,1.69,8.34a7.71,7.71,0,0,1,.23,1.89c.22,1.33.49,2.64.7,4a20.91,20.91,0,0,1,.24,2.37c.07,1.58-.13,3.21.83,4.64a1.56,1.56,0,0,1,.14.7q.52,6,1,12.1a10.2,10.2,0,0,0,.12,2.15c1.2,3.9.42,8,1,11.9,1.75,12.59.58,25.23.9,37.84a49.75,49.75,0,0,1-.75,10.25c-.46,2.49-.15,5.11-.29,7.66-.1,1.9-.38,3.8-.59,5.7-.1.95-.29,1.9-.33,2.85-.1,2.38.14,4.77-.78,7.08a8.7,8.7,0,0,0-.19,2.86c0,1.59.19,3.22-.79,4.65a1,1,0,0,0-.11.46c-.37,3.15-.73,6.3-1.12,9.44-.11.86-.34,1.7-.52,2.56a12.94,12.94,0,0,0-.4,2.1,12,12,0,0,1-.88,4.64,22.85,22.85,0,0,0-.93,4.9c-.42,2.42-.79,4.85-1.3,7.26-.37,1.75-1.09,3.4-1.33,5.23a54.51,54.51,0,0,1-1.7,7.06c-.5,1.87-1.11,3.71-1.64,5.57-.44,1.58-.85,3.17-1.26,4.76s-.81,3.33-1.25,5c-.22.82-.52,1.63-.8,2.44l-2.67,7.73c-.41,1.18-.83,2.36-1.21,3.55-1.44,4.46-3,8.86-4.85,13.17-1.3,3-2.17,6.27-3.38,9.36-1,2.6-2.23,5.14-3.4,7.68-2.15,4.71-4.27,9.43-6.53,14.08-2.09,4.27-4.31,8.46-6.55,12.65-2.08,3.91-4.2,7.8-6.4,11.65-2,3.56-4.15,7.06-6.27,10.56-1.36,2.23-2.75,4.44-4.2,6.62-1.82,2.73-3.7,5.41-5.56,8.1-1.68,2.42-3.34,4.86-5.06,7.25-1.87,2.58-3.81,5.11-5.71,7.67-1.59,2.14-3.11,4.33-4.75,6.44-1.82,2.33-3.66,4.66-5.64,6.86-.86.95-.86,1.47,0,2.34,2.51,2.49,4.9,5.09,7.39,7.59q5.4,5.44,10.86,10.82c4.58,4.54,9.2,9,13.77,13.59,3.4,3.38,6.74,6.84,10.14,10.23,4.62,4.61,9.27,9.18,13.89,13.79,3.39,3.4,6.73,6.85,10.13,10.24,4.62,4.61,9.27,9.19,13.89,13.79,3.35,3.33,6.67,6.7,10,10l14,14c3.34,3.34,6.66,6.7,10,10,4.67,4.67,9.36,9.32,14,14,3.34,3.34,6.66,6.7,10,10,4.67,4.67,9.37,9.31,14,14,3.45,3.46,6.81,7,10.26,10.45,4.56,4.55,9.19,9,13.77,13.57,3.25,3.22,6.46,6.46,9.68,9.7,4.6,4.63,9.21,9.25,13.78,13.91,2,2,4,4,5.77,6.19a87.69,87.69,0,0,1,8.62,12.8,70.65,70.65,0,0,1,5.73,13.23c1,3.18,1.82,6.48,2.55,9.78.94,4.24.77,8.55,1.57,12.79a25.3,25.3,0,0,1-.44,10.23c-.16.7-.2,1.42-.29,2.13-.38,3.15-.64,6.32-1.19,9.43-.31,1.75-1.36,3.37-1.6,5.11a29.64,29.64,0,0,1-2.12,6.46,71.79,71.79,0,0,1-6.61,13.35c-1.72,2.69-3.63,5.22-5.41,7.85a21.56,21.56,0,0,1-2.48,2.77c-2.24,2.33-4.38,4.76-6.76,6.94a90.38,90.38,0,0,1-7.82,6.39A69.13,69.13,0,0,1,867.73,972a84.35,84.35,0,0,1-10.93,4.3c-2.56.81-5.18,1.32-7.71,2.07-2.13.63-4.28.35-6.29.92-5.91,1.69-11.91.55-17.85.87a9,9,0,0,1-2.32-.43c-.62-.14-1.23-.39-1.85-.48-2.66-.38-5.35-.6-8-1.11a43,43,0,0,1-5.12-1.66c-2.22-.74-4.51-1.36-6.66-2.28a88,88,0,0,1-17.68-9.85c-7-5.19-12.91-11.53-19.09-17.58-6.48-6.33-12.84-12.8-19.24-19.21q-9.93-10-19.84-19.92-7.86-7.87-15.74-15.73l-20.1-20q-8.21-8.21-16.39-16.42l-18.86-18.9-23.4-23.42-24.9-24.93-23.09-23.07c-4.19-4.17-8.52-8.2-12.52-12.55-3.33-3.62-6.82-7.17-9.23-11.54a1.26,1.26,0,0,0-1.94-.62c-3.76,1.85-7.49,3.76-11.27,5.57-1.55.74-3.22,1.24-4.81,1.91-3.2,1.34-6.36,2.79-9.58,4.08-2,.81-4.13,1.39-6.17,2.13-2.33.85-4.61,1.83-7,2.63-3.51,1.19-7.05,2.27-10.58,3.41-1.27.4-2.53.85-3.8,1.24-2.11.63-4.23,1.2-6.34,1.85-1.63.5-3.21,1.15-4.85,1.62s-3.35.79-5,1.23c-1.95.52-3.88,1.09-5.82,1.65-.31.08-.6.21-.91.28-2.76.64-5.52,1.32-8.3,1.9-2.32.48-4.67.8-7,1.27-2.63.53-5.24,1.17-7.86,1.73-.7.15-1.42.19-2.13.28-1,.14-2.05.28-3.07.44s-2,.35-3,.52c-1.24.23-2.49.46-3.74.67a16.85,16.85,0,0,1-2.12.28c-1.74.06-3.53-.15-5.11.88a1,1,0,0,1-.46.09c-3.89.35-7.78.68-11.66,1-1.59.15-3.17.35-4.75.52a34.61,34.61,0,0,1-4.28.41,76.48,76.48,0,0,0-12.65.85,36.73,36.73,0,0,1-5.75.21q-13.44,0-26.87-.11c-1,0-1.91-.17-2.86-.25-2.7-.23-5.4-.54-8.1-.65a38.93,38.93,0,0,1-8.33-.72,19.74,19.74,0,0,0-4.3-.26c-2-.06-4,.07-5.89-.74a7.46,7.46,0,0,0-2.61-.21c-1.74,0-3.53.21-5.12-.81a1,1,0,0,0-.47-.1c-3.23-.37-6.47-.64-9.68-1.13-3-.46-5.89-1.15-8.83-1.73-1.64-.32-3.28-.64-4.92-.94-2.42-.44-4.85-.86-7.27-1.32a13.21,13.21,0,0,1-1.81-.51,7.8,7.8,0,0,0-1.05-.51c-3.48-.7-7-1.29-10.44-2.06a43.37,43.37,0,0,1-4.63-1.55,5.18,5.18,0,0,0-1.12-.35,42.94,42.94,0,0,1-9.44-2.68,34.05,34.05,0,0,0-4.06-1.15c-3.55-.77-6.89-2.2-10.33-3.31-3.85-1.23-7.68-2.58-11.45-4s-7.33-3.23-11.08-4.59c-5.12-1.86-10-4.22-15-6.41-5.58-2.46-10.93-5.42-16.35-8.21-4.26-2.2-8.54-4.36-12.69-6.75-3.64-2.1-7-4.73-10.68-6.7-4.55-2.43-8.63-5.53-13-8.15-2.55-1.52-4.86-3.41-7.3-5.11-1.91-1.33-3.91-2.53-5.78-3.92-2.88-2.15-5.68-4.42-8.52-6.62s-5.95-4.52-8.87-6.86c-1.27-1-2.33-2.3-3.57-3.36-3.77-3.19-7.67-6.24-11.34-9.54-3.25-2.93-6.28-6.11-9.36-9.22-5-5-10-9.9-14.79-15-3.54-3.77-6.8-7.8-10.2-11.7-2.62-3-5.32-6-7.86-9.05-1.73-2.1-3.23-4.39-4.87-6.57-2.29-3-4.67-6-6.91-9.11-2-2.77-3.93-5.63-5.83-8.48-3.09-4.61-6.24-9.19-9.16-13.9-2.62-4.22-5-8.62-7.45-12.92-3.53-6.12-6.91-12.32-9.87-18.75-1.11-2.4-2.57-4.63-3.71-7-1.5-3.15-2.88-6.36-4.26-9.56q-2.87-6.63-5.65-13.29c-.46-1.09-.84-2.2-1.22-3.32-1.11-3.22-2.39-6.38-3.36-9.68-1.24-4.24-3-8.32-4.52-12.49-.48-1.32-.76-2.72-1.16-4.07-.54-1.87-1.15-3.72-1.67-5.59s-.92-3.67-1.42-5.49-1.11-3.76-1.67-5.63a6.07,6.07,0,0,1-.34-1.13,25,25,0,0,0-1.87-7.22,2.41,2.41,0,0,1-.13-.71,59.32,59.32,0,0,0-1.82-9c-.63-2.34-.77-4.8-1.2-7.19-.5-2.81-1.09-5.59-1.61-8.39-.15-.78-.16-1.59-.3-2.37-.21-1.24-.49-2.47-.74-3.7a7.51,7.51,0,0,1-.25-.93c-.37-3.4-.72-6.8-1.07-10.21a15.44,15.44,0,0,0-.11-1.67c-.72-3.3-.43-6.74-1-10-1.25-6.58-.54-13.21-1.12-19.78a196.72,196.72,0,0,1-.66-20c0-3.16.42-6.32.55-9.48.15-4,.16-8,.33-12,.06-1.58.4-3.14.58-4.71.19-1.75.34-3.5.51-5.25.23-2.38.45-4.75.68-7.13.09-.95.17-1.91.29-2.86.21-1.73.46-3.46.68-5.19.12-.95.14-1.91.29-2.86.2-1.32.48-2.63.74-3.95,0-.23.19-.45.22-.68.38-2.83.73-5.67,1.11-8.5.12-.86.31-1.72.47-2.57a20.85,20.85,0,0,0,.46-2.33c.11-1.17-.17-2.41.81-3.38a1,1,0,0,0,.17-.69c0-4,1.76-7.67,2.09-11.63a27.83,27.83,0,0,1,1.56-5.33,9.3,9.3,0,0,0,.31-1.15,39.88,39.88,0,0,1,1.88-7.47c1-2.65,1.43-5.49,2.18-8.22.23-.83.75-1.56,1-2.38.73-2.49,1.32-5,2.08-7.48s1.63-4.88,2.45-7.32,1.61-4.86,2.49-7.27c.7-1.92,1.5-3.8,2.28-5.69,1.55-3.77,3.09-7.54,4.67-11.29,1.35-3.2,2.69-6.4,4.11-9.56q2.36-5.22,4.85-10.37c1.36-2.82,2.76-5.62,4.24-8.38,2.58-4.79,5.15-9.58,7.88-14.28,2.41-4.17,5.11-8.17,7.54-12.33,2.88-4.9,6.19-9.51,9.35-14.22,2.48-3.7,5-7.32,7.75-10.85s5-7,7.67-10.33c2.37-3,5-5.76,7.5-8.66,1.38-1.62,2.63-3.34,4-5A356.12,356.12,0,0,1,121.65,107c4.52-4.33,9-8.66,13.7-12.82,2.6-2.32,5.52-4.28,8.25-6.46,2.33-1.86,4.55-3.84,6.89-5.69,2.13-1.69,4.34-3.27,6.52-4.9,1.7-1.27,3.37-2.57,5.09-3.81,2.39-1.73,4.79-3.46,7.24-5.11,2.77-1.86,5.59-3.66,8.41-5.45q4.69-3,9.44-6c2.55-1.59,5.05-3.31,7.72-4.69,4.49-2.31,8.69-5.14,13.33-7.21,4.82-2.14,9.39-4.83,14.11-7.22,2.47-1.25,5-2.41,7.53-3.54s5.32-2.27,8-3.4c1.13-.49,2.23-1,3.38-1.47,2.92-1.12,5.91-2.06,8.79-3.3,3.65-1.56,7.39-2.85,11.16-4.1,1.9-.64,3.75-1.38,5.72-1.87,2.47-.62,4.79-1.77,7.23-2.54,2.85-.89,5.76-1.6,8.62-2.44,1.81-.53,3.57-1.24,5.39-1.73s3.84-.81,5.74-1.27,3.95-1.06,5.94-1.56q2.75-.7,5.51-1.34c1.23-.29,2.46-.54,3.7-.77,2.42-.43,4.84-.82,7.25-1.27,2.87-.53,5.73-1.12,8.6-1.67.63-.12,1.27-.13,1.9-.24,1.4-.25,2.78-.53,4.17-.8.4-.08.78-.2,1.17-.26,2.36-.33,4.72-.73,7.09-.95,4.2-.41,8.42-.67,12.62-1.08,1.81-.17,3.6-.59,5.41-.85a20.72,20.72,0,0,1,2.62-.21c4.31-.12,8.63-.18,12.94-.34a6.58,6.58,0,0,0,1.9-.71ZM696.87,388.56c-.15-7.14.32-15.19-.82-23.23-.71-5-.79-10-1.16-15a2.79,2.79,0,0,0-.17-1.18c-1-1.52-.77-3.21-.83-4.88a19.46,19.46,0,0,0-.24-2.14c-.22-1.32-.49-2.63-.71-4-.1-.62-.05-1.28-.2-1.9-.54-2.3-1.22-4.58-1.68-6.89s-.75-4.84-1.13-7.26a9.35,9.35,0,0,0-.35-1.14c-.56-2-1.15-3.92-1.65-5.91-.44-1.76-.77-3.56-1.18-5.33-.31-1.39-.61-2.78-1-4.14-.57-1.94-1.24-3.85-1.85-5.78-.43-1.35-.78-2.72-1.24-4.06s-1.16-2.88-1.66-4.34c-.88-2.58-1.63-5.21-2.55-7.77-.74-2.06-1.68-4-2.48-6.09-1.75-4.42-3.31-8.93-5.26-13.27-2.07-4.62-4.42-9.11-6.77-13.6q-4.45-8.5-9.12-16.92c-1.52-2.75-3.12-5.47-4.84-8.1-2.29-3.5-4.68-6.94-7.11-10.35-3.22-4.53-6.5-9-9.8-13.52s-7.23-8.87-10.89-13.27c-4.13-5-8.69-9.51-13.09-14.2-3.5-3.75-7.56-7-11.07-10.7-3.67-3.88-8-7-11.9-10.57-2.67-2.41-5.6-4.53-8.44-6.75-3-2.34-6-4.74-9.09-6.93-3.65-2.56-7.42-4.92-11.16-7.34-4-2.61-8-5.29-12.16-7.76s-8.06-4.67-12.21-6.79c-5.7-2.92-11.49-5.67-17.27-8.43-2.71-1.29-5.47-2.46-8.24-3.64a61.41,61.41,0,0,0-7.77-3.11c-2.74-.76-5.27-2-7.94-2.89q-3.68-1.23-7.37-2.39c-1.43-.45-2.87-.81-4.3-1.24-1.85-.56-3.69-1.18-5.54-1.72-1.51-.44-3.05-.76-4.55-1.2-3-.86-5.94-1.91-9-2.59s-6.17-1.06-9.2-2a51.24,51.24,0,0,0-7.27-1.17c-2.36-.36-4.85-.37-7-1.19-3.3-1.24-6.75-1.06-10.09-1.59-5.72-.9-11.58-.92-17.39-1.3a9.23,9.23,0,0,1-1.91-.1c-3.51-1.09-7.13-.91-10.7-.81-9.17.27-18.35-.68-27.51.8-4.37.71-8.94-.06-13.33,1.12a15.7,15.7,0,0,1-2.39.06c-3.23.33-6.46.71-9.69,1.07-.08,0-.15,0-.23.06-3.18.62-6.36,1.27-9.55,1.84-2.42.42-4.85.73-7.28,1.11a4.54,4.54,0,0,0-.69.21c-2.11.59-4.2,1.26-6.33,1.74s-4.18.74-6.26,1.11a4.66,4.66,0,0,0-.66.28A24.16,24.16,0,0,1,308.68,93c-3.09.31-5.86,1.65-8.81,2.37s-5.63,1.83-8.44,2.77c-2.17.72-4.38,1.36-6.52,2.17-3.25,1.22-6.46,2.56-9.69,3.85-2.71,1.08-5.47,2-8.12,3.26-4.11,1.86-8.14,3.89-12.21,5.82-1.66.79-3.4,1.41-5,2.3-3.85,2.12-7.64,4.36-11.46,6.54-2.22,1.27-4.48,2.49-6.69,3.79-3.47,2.06-7,4.07-10.35,6.29-3.59,2.35-7.06,4.89-10.54,7.4s-6.76,4.77-10,7.35c-4.76,3.81-9.4,7.78-14.06,11.71-2,1.73-4.09,3.46-6,5.32-3.65,3.51-7.12,7.22-10.85,10.66-5.07,4.68-9.33,10.09-14,15.13-2.55,2.75-4.74,5.85-7.07,8.81q-1.76,2.2-3.45,4.46c-3.21,4.3-6.49,8.55-9.57,12.94-2.6,3.7-5.06,7.51-7.4,11.38q-4.55,7.49-8.8,15.13c-2.24,4-4.35,8.08-6.39,12.18-1.61,3.24-3,6.57-4.52,9.87-1.19,2.6-2.44,5.18-3.54,7.82-.86,2.08-1.53,4.23-2.28,6.35s-1.38,4-2.13,6c-1.27,3.35-2.64,6.66-3.87,10-.64,1.75-1.07,3.58-1.62,5.37-.42,1.35-.94,2.66-1.29,4-.45,1.74-.75,3.52-1.14,5.28-.35,1.54-.72,3.07-1.11,4.6-.58,2.28-1.23,4.53-1.76,6.82-.47,2-.52,4.16-1.26,6-1,2.65-1.1,5.44-1.72,8.13s-.77,5.49-1.13,8.24a2.55,2.55,0,0,1-.23.93c-.86,1.37-.74,2.9-.79,4.42a6.84,6.84,0,0,1-.21,2.37,15.32,15.32,0,0,0-.75,5.65c-.05,1.36-.2,2.71-.31,4.06-.21,2.38-.45,4.75-.63,7.13-.09,1.27,0,2.56-.11,3.83-.24,2.78-.67,5.55-.8,8.33-.16,3.52-.13,7-.12,10.56a82.33,82.33,0,0,0,.22,10.31A93.39,93.39,0,0,1,83,412.72c0,1.43.12,2.87.25,4.3.2,2.22.46,4.43.7,6.65.37,3.31.73,6.62,1.1,9.93a.86.86,0,0,0,0,.23c1.36,3,1,6.4,1.8,9.56.57,2.39.78,4.85,1.17,7.28,0,.31.26.59.34.89.24.92.47,1.83.65,2.76.13.62.12,1.27.28,1.89.5,2,1,3.94,1.59,5.9.31,1.13.67,2.25.92,3.39.42,1.84.73,3.71,1.17,5.55.4,1.67.86,3.34,1.37,5,.44,1.41,1.05,2.76,1.51,4.17.9,2.82,1.7,5.67,2.64,8.48.75,2.21,1.68,4.37,2.48,6.57,1.41,3.88,2.67,7.82,4.2,11.65,1.48,3.67,3.18,7.25,4.86,10.84,2,4.31,3.95,8.65,6.18,12.84,2.79,5.23,5.81,10.34,8.79,15.47,2.32,4,4.62,8,7.14,11.84,2.4,3.65,5.06,7.13,7.61,10.69,2.41,3.36,4.62,6.89,7.28,10,3.83,4.55,7.58,9.18,11.48,13.68q6.09,7,12.66,13.57c5,5,10,10.16,15.5,14.69,4,3.34,7.91,6.9,12.13,10.05a46.55,46.55,0,0,1,4.61,3.5c2.87,2.79,6.33,4.79,9.52,7.14,3.44,2.53,7.26,4.55,10.74,7a172.39,172.39,0,0,0,18.16,10.93c4,2.18,8,4.45,12.19,6.32,3.88,1.74,7.63,3.77,11.49,5.55,1.89.87,4,1.37,5.88,2.18,2.86,1.22,5.6,2.69,8.49,3.82,3.1,1.22,6.31,2.17,9.48,3.21,1.26.41,2.55.71,3.81,1.13,1.61.55,3.18,1.24,4.81,1.74s3.12.62,4.57,1.21a59,59,0,0,0,9.47,2.76c1.78.39,3.75.42,5.29,1.25,1.88,1,3.94,1,5.86,1.63,2.35.8,5,.79,7.49,1.14.24,0,.55,0,.7.13,1.21,1.05,2.66.85,4.08.91a11.45,11.45,0,0,1,1.63.32c1.08.21,2.16.44,3.25.6.71.1,1.53-.11,2.13.18,3,1.42,6.24.72,9.35,1.59,3.54,1,7.39.89,11.12,1.16,2.15.16,4.32,0,6.47.18,1.9.13,3.78.68,5.67.67,11.89,0,23.79.77,35.66-.69,5.29-.65,10.7-.42,15.94-1.27,2.91-.48,5.8-.72,8.72-1,.23,0,.46-.12.69-.16l3.73-.68c.94-.17,1.88-.33,2.81-.52,2.22-.47,4.44-1,6.67-1.43s4.68-.74,7-1.12c.24,0,.45-.17.68-.23,2.2-.58,4.39-1.18,6.6-1.72,1.84-.46,3.73-.79,5.56-1.31,2.8-.79,5.56-1.71,8.34-2.56,1.28-.39,2.57-.71,3.85-1.09,1.71-.51,3.42-1,5.11-1.58,2.2-.75,4.36-1.62,6.57-2.38s4.51-1.32,6.68-2.19c3-1.2,6-2.63,8.95-3.92,3.47-1.5,7-2.88,10.43-4.44,3.1-1.41,6.12-3,9.15-4.53,3.93-2,7.88-4,11.74-6.18s7.51-4.33,11.18-6.63c4.36-2.74,8.68-5.54,12.93-8.45,3.36-2.3,6.6-4.79,9.87-7.23,1.87-1.4,3.68-2.88,5.52-4.31,2.71-2.1,5.52-4.09,8.12-6.33,3.67-3.16,7.19-6.49,10.76-9.77,2.63-2.4,5.29-4.78,7.82-7.29s4.91-5.16,7.38-7.73,4.92-4.84,7.16-7.44c2.55-3,4.84-6.13,7.28-9.18,2-2.5,4.14-4.87,6-7.43,3.05-4.08,6-8.25,8.93-12.42,2.36-3.35,4.8-6.67,6.95-10.16,2.82-4.58,5.41-9.31,8.06-14,1.83-3.23,3.66-6.47,5.36-9.77s3.42-6.89,5-10.39q2.88-6.24,5.59-12.56c1.31-3,2.52-6.06,3.73-9.11.8-2,1.6-4.06,2.26-6.13.78-2.44,1.09-5.1,2.19-7.37,1.26-2.58,1.61-5.36,2.59-8,1.07-2.86,1.56-5.93,2.36-8.9.91-3.41,2-6.79,2.81-10.23.78-3.22,1.41-6.48,2-9.75.46-2.65.74-5.33,1.1-8,0-.32.09-.64.15-.95.58-3.18,1.4-6.33,1.69-9.54.25-2.69.43-5.37.87-8.05.36-2.19.06-4.48.3-6.7a91.47,91.47,0,0,0,.9-12.38C696.78,397.64,696.87,393.56,696.87,388.56Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  transition: all 0.3s ease-in-out;
  filter: drop-shadow(5px 5px 5px rgba(228, 128, 46, 0.66));
}

.gallery-slider__inner:hover::after,
.gallery-slider__inner:focus::after {
  transform: translate(-50%, -50%) scale(1);
}

.gallery-slider__inner:hover,
.gallery-slider__inner:focus {
  background-color: #0c131b;
}

.gallery-slider__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.gallery-slider__inner:hover img,
.gallery-slider__inner:focus img {
  opacity: 0.5;
}

.gallery-slider__container {
  position: relative;
}

.gallery-slider__arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  background: linear-gradient(270deg, #ffb887 20%, #ffde7d 90%);
  box-shadow: 0 0 9px rgba(249, 123, 21, 0.66);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border: none;
  outline: none;
}

.gallery-slider__arrow:hover,
.gallery-slider__arrow:focus {
  background: #000000;
}

.gallery-slider__arrow svg {
  fill: #000000;
  transition: 0.3s ease-in-out;
}

.gallery-slider__arrow:hover svg,
.gallery-slider__arrow:focus svg {
  fill: #ffde7d;
}

.gallery-slider__arrow--next {
  right: 5px;
}

.gallery-slider__arrow--prev {
  left: 5px;
}

.gallery-slider__arrow--prev svg {
  transform: scaleX(-1);
}

.main-banner--imageonly {
  padding-bottom: 26.2%;
}

@media (max-width: 600px) {
  .main-banner--imageonly {
    padding-bottom: 66%;
  }
}
.common-section--hidden {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.catalog-content--wide {
  width: 100%;
}

.catalog-previews-box--nosidebar .catalog-previews {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #e7e7e7;
}

.catalog-previews-box--nosidebar .catalog-previews.bg-brown {
  background-color: #e8debb;
}

.catalog-previews-box--nosidebar .catalog-previews.bg-brown.bg-transparent {
  background-color: transparent;
}

@media (max-width: 991px) {
  .catalog-previews-box--nosidebar .catalog-previews {
    grid-template-columns: 50% 50%;
  }
}
.accent-block .callback * {
  box-sizing: border-box;
}
.accent-block .callback .g-recaptcha {
  max-width: 100%;
}
.accent-block .callback .g-recaptcha div {
  max-width: 100%;
}
@media (max-width: 767px) {
  .accent-block .callback__content {
    max-width: 100%;
  }
  .accent-block .callback .callback__form-wrapper {
    max-width: 300px;
  }
  .accent-block .callback .form-box .input {
    max-width: 100%;
    width: 100%;
  }
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 12px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #2C2C2C;
  border-radius: 0;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0;
}

body.lock, body.ns-lock {
  position: relative;
  overflow: hidden !important;
  overflow-y: hidden;
}

.page-tabs__tabs {
  position: relative;
  box-shadow: 0 0 0 1px #2C2C2C;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .page-tabs__tabs {
    display: grid;
    grid-template-columns: repeat(100, 1fr);
  }
}

.page-tabs__btn {
  width: auto;
  position: relative;
  padding: 0 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  height: 40px;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
}
.page-tabs__btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 1px);
  height: 100%;
  box-shadow: 0 0 0 1px #2C2C2C;
}
@media (max-width: 1199px) {
  .page-tabs__btn:before {
    display: none;
  }
  .page-tabs__btn:nth-child(1) {
    grid-column: span 50;
    border-right: 1px solid #2C2C2C;
    border-bottom: 1px solid #2C2C2C;
  }
  .page-tabs__btn:nth-child(2) {
    grid-column: span 50;
    border-bottom: 1px solid #2C2C2C;
  }
  .page-tabs__btn:nth-child(3) {
    grid-column: span 50;
    border-right: 1px solid #2C2C2C;
    border-bottom: 1px solid #2C2C2C;
  }
  .page-tabs__btn:nth-child(4) {
    grid-column: span 50;
    border-bottom: 1px solid #2C2C2C;
  }
  .page-tabs__btn:nth-child(5) {
    grid-column: span 100;
    border-right: none;
  }
  .page-tabs__btn {
    /*
    &:nth-child(6){
        grid-column: span 58;
    }*/
  }
}
.page-tabs__btn.active {
  background: #730F26;
  color: #fff;
}
@media (min-width: 768px) {
  .page-tabs__btn:hover {
    background: #730F26;
    color: #fff;
  }
}

.catalog-page__inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .catalog-page__inner {
    margin-bottom: 40px;
  }
}

.catalog-page__groups {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .catalog-page__groups {
    margin-bottom: 40px;
  }
}
.catalog-page__groups-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  color: #2C2C2C;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .catalog-page__groups-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .catalog-page__groups-title {
    font-size: 20px;
  }
}

.catalog-page__group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.catalog-page__group:not(:last-child) {
  margin-bottom: 40px;
}

.category-item-new {
  display: flex;
  min-height: 432px;
  width: 50%;
  margin-right: -1px;
  margin-bottom: -1px;
}
.category-item-new--large {
  width: 100%;
}
.category-item-new__icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .category-item-new__icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .category-item-new__icon {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 768px) {
  .category-item-new:hover .category-item-new__icon path:nth-child(1) {
    fill: #306678;
  }
}

@media (max-width: 767px) {
  .category-item-new {
    width: 100%;
    min-height: 370px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .category-item-new {
    width: 100%;
    padding: 0;
    margin-right: 0;
  }
  .category-item-new:last-child {
    margin-bottom: 0;
  }
}
.category-item-new--link {
  min-height: 538px;
}

@media (max-width: 991px) {
  .category-item-new--link {
    min-height: 346px;
  }
}
.category-item-new--media {
  min-height: 0;
}

.category-item-new--style2 {
  min-height: 339px;
}

@media (max-width: 991px) {
  .category-item-new--style2 {
    min-height: 265px;
  }
}
.category-item-new__inner {
  position: relative;
  display: flex;
  width: 100%;
  padding: 40px;
  border-radius: 0;
  line-height: 1.2;
  border: 1px solid #2C2C2C;
}

@media (max-width: 767px) {
  .category-item-new__inner {
    padding: 40px 20px;
  }
}
.category-item-new--large .category-item-new__inner {
  background: #1E3D4F;
}

.category-item-new--media .category-item-new__inner {
  position: relative;
  min-height: 480px;
  padding: 0;
  background-color: #000000;
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .category-item-new--media .category-item-new__inner {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .category-item-new--large .category-item-new__inner {
    padding-bottom: 130px;
  }
}
.category-item-new__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category-item-new--style2 .category-item-new__image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 767px) {
  .category-item-new--large .category-item-new__inner {
    padding: 0;
    flex-direction: column;
  }
  .category-item-new--large .category-item-new__content {
    padding: 40px 20px;
  }
  .category-item-new--large .category-item-new__image {
    position: relative;
    left: auto;
    top: auto;
    background: #112B3A;
    width: 100%;
    height: 300px;
  }
  .category-item-new--large .category-item-new__image img {
    right: 50%;
    transform: translateX(50%);
  }
}
.category-item-new__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-grow: 2;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.category-item-new--large .category-item-new__content,
.category-item-new--style2 .category-item-new__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.category-item-new--media .category-item-new__content {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 36px 33px 0;
  border-radius: 10px;
}

.category-item-new__content a,
.category-item-new__content button {
  pointer-events: initial;
}

.category-item-new__title {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .category-item-new__title:hover {
    text-decoration: underline;
  }
}

.category-item-new--large .category-item-new__title {
  color: #fff;
}

@media (max-width: 991px) {
  .category-item-new--media .category-item-new__title {
    margin-bottom: -4px;
  }
  .category-item-new--link .category-item-new__title {
    margin-bottom: 0;
  }
  .category-item-new--style2 .category-item-new__title {
    width: 100%;
  }
}
.category-item-new__title > span:not(.count) {
  position: relative;
  display: inline;
  vertical-align: baseline;
  overflow: hidden;
  z-index: 2;
}

.category-item-new__title span.count {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  color: #909090;
}

.category-item-new__subtitle {
  color: #FFDD7D;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .category-item-new__subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.category-item-new__text {
  margin-bottom: 38px;
  color: #FFF;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  line-height: 36px;
}

@media (max-width: 991px) {
  .category-item-new__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.category-item-new--large .category-item-new__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
}

@media (max-width: 991px) {
  .category-item-new--link .category-item-new__list {
    margin-bottom: 25px;
  }
}
.category-item-new__list li:first-child {
  margin-bottom: 25px;
}
.category-item-new__list li:first-child a {
  position: relative;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #2C2C2C;
}
.category-item-new__list li:first-child a svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .category-item-new__list li:first-child a:hover {
    text-decoration: underline;
  }
}
.category-item-new__list li:not(:first-child) {
  margin-bottom: 12px;
}
.category-item-new__list li:not(:first-child) a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  display: block;
}
@media (max-width: 991px) {
  .category-item-new__list li:not(:first-child) a {
    max-width: 250px;
  }
}
@media (max-width: 575px) {
  .category-item-new__list li:not(:first-child) a {
    max-width: 180px;
  }
}
@media (min-width: 768px) {
  .category-item-new__list li:not(:first-child) a:hover {
    text-decoration: underline;
  }
}

.category-item-new--large .category-item-new__list li:first-child a, .category-item-new--large .category-item-new__list li:not(:first-child) a {
  color: #fff;
}

.category-item-new__labels {
  padding: 7px 0;
  margin-top: auto;
}

.category-item-new__labels a {
  display: inline-block;
  vertical-align: baseline;
  margin: 7px 7px 7px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 10px;
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
  transition: all 0.3s ease-in-out;
}

.category-item-new__labels a:hover,
.category-item-new__labels a:focus {
  color: #fff;
  background: #2C2C2C;
}

.category-item-new__link,
.arrow-btn {
  background: #fff;
  border: 1px solid #2C2C2C;
  transition: all 0.3s ease-in-out;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 115%;
  padding: 0 30px;
  height: 40px;
  margin-top: auto;
}

.category-item-new__link:hover,
.category-item-new__link:focus,
.arrow-btn:hover,
.arrow-btn:focus {
  box-shadow: 0 0 9px rgba(228, 128, 46, 0.66);
}

.category-item-new__image {
  overflow: hidden;
}

.category-item-new__image img {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  height: 100%;
  max-height: 430px;
  max-width: 430px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
@media (max-width: 1199px) {
  .category-item-new__image img {
    max-height: 350px;
    max-width: 350px;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .category-item-new__image img {
    bottom: -40px;
    max-height: 250px;
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .category-item-new__image img {
    right: 0;
    bottom: 0;
    max-height: 250px;
    max-width: 250px;
  }
}
@media (max-width: 1299px) {
  .category-item-new--style2 .category-item-new__image img {
    max-width: 380px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .category-item-new--style2 .category-item-new__image img {
    max-width: 280px;
    max-height: 240px;
  }
}
@media (max-width: 575px) {
  .category-item-new--style2 .category-item-new__image img {
    max-width: 240px;
    max-height: 200px;
  }
}

.category-item-new__bg,
.category-item-new__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.category-item-new__bg img {
  opacity: 0.5;
}

.category-item-new__lead {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 115%;
  color: #FFFFFF;
  max-width: 633px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .category-item-new__lead {
    width: 390px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .category-item-new__lead {
    width: 354px;
  }
}
@media (max-width: 575px) {
  .category-item-new__lead {
    width: 100%;
  }
}
.category-item-new__lead b {
  font-weight: 600;
}

.page-tabs__content {
  display: none;
}
.page-tabs__content--old > div {
  padding: 0 11px 0 12px;
}
@media (max-width: 767px) {
  .page-tabs__content--old > div {
    padding: 0 12px;
  }
}

.page-tabs__content.active {
  display: block;
}

.category-item-new__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 63%;
  border-radius: 10px;
  overflow: hidden;
}

.category-item-new__media img,
.category-item-new__media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.category-item-new__media video {
  z-index: 1;
  /*left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;*/
}

.category-item-new__media video {
  opacity: 1;
}

.category-item-new__inner.active .category-item-new__media img {
  opacity: 0;
}

@media (max-width: 767px) {
  .category-item-new__inner.active .category-item-new__media img {
    opacity: 1;
  }
}
.category-item-new__inner.active .category-item-new__media video {
  opacity: 1;
}

@media (max-width: 767px) {
  .category-item-new__inner.active .category-item-new__media video {
    display: none !important;
    pointer-events: none;
    opacity: 0;
  }
}
.category-item-new__media .play-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.category-item-new__inner.play .play-btn {
  opacity: 0;
}

@media (max-width: 767px) {
  .category-item-new__inner .play-btn {
    display: none;
  }
}
.category-item-new__media .play-btn svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.category-item-new__media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category-item-new__inner {
  pointer-events: initial;
}

.category-item-new__media li:first-child a {
  z-index: 2;
}

.cat-series {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cat-series__col {
  display: flex;
  flex-direction: column;
  width: calc(50% - 18px);
  margin-bottom: 56px;
}

@media (max-width: 991px) {
  .cat-series__col {
    margin-bottom: 15px;
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 576px) {
  .cat-series__col {
    width: 100%;
  }
}
.cat-series__item {
  position: relative;
  text-decoration: none;
  background-color: rgb(13, 9, 9);
  margin-bottom: 55px;
  padding: 30px;
  min-height: 386px;
}

@media (max-width: 991px) {
  .cat-series__item {
    margin-bottom: 15px;
    min-height: 292px;
  }
}
.cat-series__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .cat-series__item:first-child:last-child {
    height: 100%;
    flex-grow: 2;
    padding: 50px;
    min-height: 454px;
  }
}
.cat-series__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.55;
  transition: all 0.3s ease-in-out;
}

.cat-series__item:hover .cat-series__bg,
.cat-series__item:focus .cat-series__bg {
  opacity: 0.8;
}

.cat-series__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cat-series__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
  min-height: 125px;
  margin-bottom: 20px;
  max-width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .cat-series__title {
    font-size: 18px;
    min-height: 60px;
  }
}
@media (max-width: 575px) {
  .cat-series__title {
    font-size: 18px;
    min-height: 0;
    margin-bottom: 28px;
  }
}
@media (min-width: 768px) {
  .cat-series__item:first-child:last-child .cat-series__title {
    margin-bottom: 60px;
  }
}
.cat-series__title b {
  margin-top: 10px;
  min-width: 238px;
  display: inline-block;
  vertical-align: baseline;
  background: linear-gradient(90deg, #cf6e2b 20%, #306678 90%);
  padding: 2px 15px;
  font-size: 28px;
  font-style: initial;
  font-weight: 700;
  transform: skewX(-10deg);
}

@media (max-width: 991px) {
  .cat-series__title b {
    min-width: 157px;
    font-size: 18px;
  }
}
.cat-banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 0;
  min-height: 432px;
  border: 1px solid #2C2C2C;
  margin-right: -1px;
  margin-bottom: -1px;
  width: 50%;
}
@media (max-width: 767px) {
  .cat-banner {
    width: 100%;
    margin-right: 0;
    min-height: 380px;
  }
}
@media (max-width: 575px) {
  .cat-banner {
    min-height: 420px;
  }
}
.cat-banner__link {
  background: #2C2C2C;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #FFFFFF;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 37px;
  margin-top: 30px;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .cat-banner:hover .cat-banner__link {
    background: #306678;
  }
}

@media (max-width: 767px) {
  .cat-banner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.cat-banner__bg,
.cat-banner > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  text-decoration: none;
}

.cat-banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px;
}

@media (max-width: 767px) {
  .cat-banner__content {
    padding: 40px 20px;
  }
}
.cat-banner__title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 30px;
}

.cat-banner__lead {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  color: #2C2C2C;
  max-width: 500px;
  margin-bottom: 30px;
}
.cat-banner__lead:last-child {
  margin-bottom: 0;
}

.cat-banner__text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #2C2C2C;
  max-width: 273px;
}

.cat-banner__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 571.5px;
  height: 344.8px;
}
@media (max-width: 1299px) {
  .cat-banner__image {
    width: 381px;
    height: 258.6px;
  }
}
@media (max-width: 991px) {
  .cat-banner__image {
    width: 317.5px;
    height: 215.5px;
  }
}
.cat-banner__image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-menu-new {
  position: absolute;
  color: #000;
  z-index: 1000;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}

.main-menu-new__bottom {
  margin-top: auto;
  background-color: #F1F1F1;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.main-menu-new .container {
  padding-top: 10px;
}

.main-menu-new__menu {
  margin-bottom: 10px;
  max-width: 320px;
}

@media (max-width: 1199px) {
  .main-menu-new__menu {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.main-menu-new__top {
  padding: 0 15px;
}

.main-menu-new__top .container {
  display: flex;
}

.main-menu-new__title {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 7px;
  text-decoration: none;
  font-size: 14px;
  max-width: 240px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.main-menu-new__title:hover,
.main-menu-new__title:focus {
  color: #FFB887;
}

.main-menu-new__title .num {
  position: relative;
  top: -5px;
  font-size: 13px;
  color: #FFB887;
  font-weight: 600;
  font-style: italic;
}

.main-menu-new__link {
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.main-menu-new__link .num {
  position: relative;
  top: -5px;
  font-size: 13px;
  color: #FFB887;
  font-weight: 400;
  font-style: italic;
}

.main-menu-new__link:hover,
.main-menu-new__link:focus {
  color: #FFB887;
}

.main-menu-new__item {
  margin-bottom: 1px;
  max-width: 240px;
}

.main-menu-new__right-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1199px) {
  .main-menu-new__right-top {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}
.main-menu-new {
  display: none;
  max-height: calc(100vh - 190px);
  width: 1230px;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.header:not(.fixed) .top-promo.is-hidden + .header__top + .header__middle + .header__bottom + .header__middle-search + .mobile-menu + .catalog-menu + .main-menu-new {
  max-height: calc(100vh - 145px);
}

.header.fixed .main-menu-new {
  max-height: calc(100vh - 100px);
}

.main-menu-new__inner {
  position: relative;
  max-height: calc(100vh - 190px);
  padding-right: 15px;
  width: calc(100% + 15px);
  overflow-y: auto;
}

.main-menu-new__left {
  flex-shrink: 0;
  width: 285px;
}

@media (max-width: 1199px) {
  .main-menu-new__left {
    width: 240px;
    padding-right: 20px;
  }
}
.main-menu-new__right {
  width: calc(100% - 300px);
}

@media (max-width: 1199px) {
  .main-menu-new__right {
    width: calc(100% - 240px);
  }
}
.main-menu-new__right-btm {
  border-top: 2px solid #E4E4E4;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}

.main-menu-new__right-btm .main-menu-new__menu {
  display: flex;
  flex-direction: column;
  max-width: 224px;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
}

.main-menu-new__right-btm .main-menu-new__title {
  margin-bottom: 10px;
}

.main-menu-new__label,
.mobile-menu__label {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 50px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 27px;
  min-height: 33px;
  padding: 2px 12px;
  border-radius: 5px;
  background: linear-gradient(103deg, #FFDD7D -25.94%, #FFB887 144.93%);
  box-shadow: 0 0 9px rgba(228, 128, 46, 0);
}

.mobile-menu__label {
  font-size: 14px;
  margin-right: 0;
  margin-bottom: 7px;
}

.main-menu-new__label:hover,
.main-menu-new__label:focus {
  box-shadow: 0 0 9px rgba(228, 128, 46, 0.66);
}

.mobile-menu--new {
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}

.mobile-menu--new.opened {
  visibility: visible;
  opacity: 1;
}

.mobile-menu--new .mobile-menu__body {
  min-height: 100%;
  background-color: #f3f3f3;
}

.mobile-menu--new .mobile-menu__nav-item {
  border-bottom: 1px solid #BCBCBC;
}

.mobile-menu--new .mobile-menu__nav-item-link {
  text-transform: initial;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.mobile-menu--new .mobile-menu__nav-item-link-submenu-toggle {
  padding: 12px 11px;
}

.mobile-menu--new .mobile-menu__nav-item-link.active {
  background: #F0F0F0;
}

.mobile-menu--new .mobile-menu__nav-submenu.opened {
  background-color: #F0F0F0;
}

.mobile-menu--new .mobile-menu__nav-item-link-submenu-toggle svg {
  width: 15px;
  height: 15px;
  padding: 3px;
  fill: #000;
  transform: rotate(-90deg);
}

.mobile-menu--new .mobile-menu__nav-item-link-submenu-toggle.active .icon {
  fill: #000;
  transform: rotate(180deg);
}

.mobile-menu--new .mobile-menu__top-box {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-menu--new .mobile-menu__nav-submenu-item-link {
  border-color: #BCBCBC;
  font-size: 16px;
}

.mobile-menu--new .mobile-menu__nav-submenu-item:first-child .mobile-menu__nav-submenu-item-link {
  border-top: 1px solid #BCBCBC;
}

.mobile-menu--new .mobile-menu__nav-submenu-item:last-child .mobile-menu__nav-submenu-item-link {
  border-bottom: none;
}

.mobile-menu__title {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
  padding: 12px 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #EB0000;
}

.category-item-new__more {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 5px 0;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 12px;
  border-bottom: 1px dashed;
  color: #2C2C2C;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.category-item-new__more:hover,
.category-item-new__more:focus {
  border-bottom-style: solid;
}

.category-item-new--middle:first-child,
.category-item-new--middle:nth-child(2),
.category-item-new--middle:nth-child(4),
.category-item-new--middle:nth-child(5) {
  order: -1;
}

.main-menu-new__inner {
  position: relative;
}

.main-menu-new__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  top: 55px;
  right: 15px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
}

.main-menu-new__close svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: #000000;
  transition: all 0.3s ease-in-out;
}

.main-menu-new__close:hover svg,
.main-menu-new__close:focus svg {
  fill: #FFB887;
}

.main-menu-new__tabs {
  width: calc(100% + 30px);
  padding: 0;
  margin-left: -15px;
  margin-bottom: 15px;
  background-color: #000000;
  border-top: 5px solid #EB0000;
}

.main-menu-new__tabs .page-tabs__btn::after {
  top: auto;
  bottom: calc(100% + 16px);
}

.main-menu-new__tabs .container {
  padding: 0;
}

.main-menu-new__tabs .page-tabs__tabs {
  width: 100%;
}

.main-menu-new__tabs .page-tabs__btn {
  font-size: 18px;
  flex-grow: 2;
  text-align: center;
  text-decoration: none;
  border-left: 0.5px solid #4E4E4E;
  border-right: 0.5px solid #4E4E4E;
  margin: 16px 0;
  padding: 0 11px;
}

.main-menu-new__tabs .page-tabs__btn:first-child {
  border-left: none;
}

.main-menu-new__tabs .page-tabs__btn:last-child {
  border-right: none;
}

.main-menu-new__tabs .page-tabs__btn:hover,
.main-menu-new__tabs .page-tabs__btn:focus {
  text-decoration: none;
  color: #ffffff;
}

.main-menu-new__tabs .page-tabs__btn:hover::after,
.main-menu-new__tabs .page-tabs__btn:focus::after {
  opacity: 1;
}

.main-menu-new__label img,
.mobile-menu__label img {
  display: inline-block;
  margin-right: 5px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-menu__labels {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 10px;
  padding-top: 10px;
}

.category-item-new__media video::-webkit-media-controls-panel {
  display: none !important;
}
/*# sourceMappingURL=style.min.css.map */
