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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

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

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

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

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

.swiper-container-pointer-events.swiper-container-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-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-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-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

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

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

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

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

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

/* Common Styles */

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

/* Bullets */

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

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

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

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

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

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

/* Progress */

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

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

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

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

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

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

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

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

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;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .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;
  -ms-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;
  /* Using without prefix would break IE11 */
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  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;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  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;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.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;
}

/* Buttons */

.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 .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  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;
}

/* Fix IE11 */

.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

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

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .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;
}

/* Navigation arrows */

.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);
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top, 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%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  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;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 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: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.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: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

.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: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

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

/* transitionEffect: circular */

.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.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: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.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 0;
}

.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  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: .5;
}

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

/* Styling for Small-Screen Devices */

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

input,
button,
textarea {
  -webkit-appearance: none;
}

html,
body {
  overflow-x: hidden;
  min-width: 360px;
}

body {
  position: relative;
  font-family: "neris", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
  color: #303030;
}

body.js-fixed {
  margin-top: 134px;
}

.main {
  z-index: 4;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.main--homepage .content {
  position: relative;
  width: 100%;
  margin: 0;
}

.lazy,
.swiper-lazy {
  opacity: 0;
}

.loading,
.loaded,
[data-was-processed="true"],
[data-ll-status="entered"],
.swiper-lazy-loaded {
  transition: all 0.4s ease;
  opacity: 1;
}

.hidden {
  display: none !important;
  opacity: 0 !important;
}

.show,
.show_btn {
  display: flex !important;
}

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

textarea,
a,
button,
input[type="submit"] {
  transition: all 0.4s ease;
  text-decoration: none;
  color: inherit;
  outline: none;
}

textarea:disabled,
a:disabled,
button:disabled,
input[type="submit"]:disabled {
  opacity: .4;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

input[type="submit"]:disabled {
  opacity: .5;
  cursor: not-allowed;
}

button {
  background: none;
  border: none;
}

input,
video {
  outline: none;
  border: none;
}

.fancybox-content {
  padding: 0;
}

input,
textarea {
  letter-spacing: 0.01px;
}

input::placeholder,
textarea::placeholder {
  transition: all 0.4s ease;
  letter-spacing: 0.01px;
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

img {
  display: block;
  max-width: 100%;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 12;
}

.title {
  line-height: 100%;
  margin: 0;
  padding: 0;
}

.title--h1 {
  position: relative;
  font-family: "Robotoslab", sans-serif;
  font-size: 58px;
  line-height: 120%;
  text-transform: uppercase;
  color: #A1652C;
  padding-bottom: 40px;
  opacity: 0;
  transition: all .4s ease;
}

.title--h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  opacity: 0;
  height: 2px;
  background: #A1652C;
  animation: line 1.5s ease;
}

.title--h1.element-animation {
  opacity: 0;
}

.title--h1.element-animation.element-show {
  opacity: 1;
  transition: opacity 1s;
  animation: textLeft 1s ease;
}

.title--h1.element-animation.element-show:after {
  opacity: 1;
  animation: line 3s ease;
}

.title--h2 {
  position: relative;
  font-family: "Robotoslab", sans-serif;
  font-size: 52px;
  line-height: 120%;
  text-transform: uppercase;
  color: #A1652C;
  padding-bottom: 20px;
  transform: translateX(0);
}

.title--h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 2px;
  opacity: 0;
  background: #A1652C;
}

.title--h2.element-animation {
  opacity: 0;
}

.title--h2.element-animation.element-show {
  opacity: 1;
  transition: opacity 1s;
  animation: textLeft 1s ease;
}

.title--h2.element-animation.element-show:after {
  opacity: 1;
  animation: line 3s ease;
}

.l-default {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  box-sizing: border-box;
}

.l-menu {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  box-sizing: border-box;
}

.l-header {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1605px;
  margin: 0 auto;
  box-sizing: border-box;
}

.btn {
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}

.btn:hover {
  color: #fff;
  background: #000;
}

.btn--black {
  color: #fff !important;
  background: #303030;
  border: 1px solid #303030;
}

.btn--black:hover {
  color: #303030 !important;
  background: #ffff;
}

.shadow {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: .5;
}

.fancybox-content {
  background: none;
  z-index: 99994;
}

.fancybox-button--arrow_left,
.fancybox-button--arrow_right,
.fancybox-toolbar,
.fancybox-infobar,
.fancybox-close-small {
  display: none !important;
  opacity: 0 !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes showShadow {
  from {
    opacity: 0;
  }

  to {
    opacity: .9;
  }
}

@keyframes textLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes textRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes textUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes line {
  from {
    width: 0;
  }

  to {
    width: 150px;
  }
}

.icon-logo {
  background-image: url("../img/sprite.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 300px;
  height: 70px;
}

.ico-color-certificate {
  width: 1.09em;
  height: 1em;
}

.ico-mono-burger {
  width: 1.75em;
  height: 1em;
  fill: #A1652C;
}

.ico-mono-facebook {
  width: 0.55em;
  height: 1em;
  fill: #fff;
}

.ico-mono-footer-logo {
  width: 12.33em;
  height: 1em;
  fill: #303030;
}

.ico-mono-instagram {
  width: 1em;
  height: 1em;
  fill: #fff;
}

.ico-mono-logo {
  width: 1.13em;
  height: 1em;
  fill: #A1652C;
}

.ico-mono-main-logo {
  width: 1.14em;
  height: 1em;
  fill: #A1652C;
}

.loader {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
}

.header__wrapper {
  display: flex;
  align-items: center;
  padding-top: 66px;
  padding-bottom: 50px;
  transition: all .4s ease;
}

.header__phone {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  color: #A1652C;
  margin-right: 59px;
  margin-left: auto;
}

.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  transform: translateX(200%);
  transition: all .4s ease;
  z-index: 9;
  background: #A1652C;
  overflow-y: scroll;
}

.header__menu-container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 66px;
}

.header__menu-container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  background: #A1652C;
  opacity: .4;
}

.header__menu-top {
  z-index: 12;
  min-height: 32px;
  margin-bottom: 40px;
}

.header__menu-items {
  z-index: 12;
}

.header__menu-items .l-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__menu-item {
  position: relative;
  min-width: 177px;
  text-align: center;
  font-family: "Robotoslab", sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 30px;
}

.header__menu-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
}

.header__menu-products {
  z-index: 3;
  display: flex;
  align-items: center;
}

.header__menu-content {
  position: relative;
  z-index: 11;
  margin-top: 200px;
}

.header__menu-content:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  min-height: 219px;
  background: url(".././img/products/back.jpg");
  background-size: cover;
}

.header__menu-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  min-height: 100vh;
  background: #A1652C;
  opacity: .4;
}

.header__menu-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1520px;
  margin: 0 auto;
}

.header__menu-contact {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%);
  color: #fff;
  margin: 0 auto;
}

.header__menu-contact-mobile {
  z-index: 12;
  margin-top: auto;
}

.header__menu-img--back {
  position: absolute;
  right: 0;
  bottom: -200px;
  z-index: 1;
}

.header__menu-links {
  display: flex;
  justify-content: center;
  width: 100%;
}

.header__menu-title {
  font-family: "Robotoslab", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.header__menu-link {
  font-size: 41px;
  margin-right: 45px;
}

.header__menu-link:last-child {
  margin-right: 0;
}

.header__menu .header__burger {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: 0;
  right: 0;
  transform: translate(0);
}

.header__menu .header__burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 40px;
  height: 1px;
  background: #fff;
}

.header__menu .header__burger svg {
  fill: #fff;
}

.header__burger {
  z-index: 6;
  font-size: 24px;
  cursor: pointer;
}

.header__logo {
  font-size: 54px;
}

.header__logo svg {
  fill: #A1652C;
}

.header.open .header__menu {
  transform: translateX(0);
}

.header.js-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  background: #fff;
}

.header .lang {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 40px;
  cursor: pointer;
}

.header .lang:hover .lang__list {
  display: block;
}

.header .lang__active {
  height: 100%;
  font-family: "Robotoslab", sans-serif;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 900;
  color: #A1652C;
}

.header .lang__list {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

.header .lang__list-item {
  font-family: "Robotoslab", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
  margin-top: 10px;
  transition: opacity .4s ease;
}

.header .lang__list-item--active {
  color: #F5B272;
}

.header .lang__list-item:hover {
  color: #F5B272;
}

.header__mobile-lang {
  z-index: 12;
}

@keyframes showHeader {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.main-top {
  position: relative;
  min-height: 811px;
  padding: 33px 0 75px;
  box-sizing: border-box;
}

.main-top__title {
  text-transform: uppercase;
}

.main-top__info {
  position: relative;
  z-index: 2;
  width: 74%;
}

.main-top__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  transition: all .8s ease;
}

.main-top__img.hide {
  transform: translateX(200%);
}

.main-top__img img {
  transition: all .8s ease;
}

.main-top__img-wrapper {
  position: relative;
}

.main-top__img-shadow {
  transform: translateX(-25%);
  margin-top: 40px;
}

.main-top__img-bread {
  width: 375px;
  transform: rotate(17deg);
}

.main-top__back {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.main-top__logo {
  font-size: 348px;
  margin-top: 158px;
  margin-left: 140px;
}

.main-top__logo svg {
  fill: #A1652C;
}

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

.main-top__icon {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  padding: 40px 26px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #996333;
  transition: opacity .4s ease;
  cursor: pointer;
}

.main-top__icon.scrolled {
  position: absolute;
  z-index: 3;
  opacity: 1;
  transition: all .4s ease;
}

.main-top__icon.scrolled:first-child {
  top: -5%;
  left: 15%;
}

.main-top__icon.scrolled:nth-child(2) {
  top: 12%;
  left: -2%;
}

.main-top__icon.scrolled:nth-child(3) {
  top: 32%;
  left: -5%;
}

.main-top__icon.scrolled:nth-child(4) {
  top: 52%;
}

.main-top__icon.scrolled:nth-child(5) {
  top: 72%;
  left: 15%;
}

.main-top__icon.scrolled.active {
  transform: scale(1.1);
}

.main-top__icon img {
  display: block;
}

.qualities {
  padding-bottom: 240px;
  margin-top: 75px;
}

.qualities .l-default {
  z-index: 1;
}

.qualities__title {
  color: #A1652C;
}

.qualities__info {
  width: 40%;
}

.qualities__list {
  width: 100%;
  max-width: 465px;
  margin-top: 81px;
  text-align: right;
}

.qualities__list-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  color: #A1652C;
  margin-bottom: 30px;
}

.qualities__list-item {
  position: relative;
  width: auto;
  font-size: 20px;
  line-height: 120%;
  padding-top: 20px;
  margin-bottom: 32px;
  transition: all .4s ease;
  cursor: pointer;
  pointer-events: none;
}

.qualities__list-item:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 2px;
  background: #A1652C;
}

.qualities__list-item.element-animation {
  opacity: 0;
}

.qualities__list-item.element-animation.element-show {
  opacity: 1;
  transition: opacity 1s;
  animation: textLeft 1s ease;
}

.qualities__list-item.element-animation.element-show:before {
  opacity: 1;
  animation: line 3s ease;
}

.qualities__list-item.unlock {
  pointer-events: inherit;
}

.qualities__list-item:hover {
  text-shadow: 0 0 .65px #241f20, 0 0 1px #241f20;
}

.qualities__list-item.active {
  text-shadow: 0 0 .65px #241f20, 0 0 1px #241f20;
}

.coloss {
  position: relative;
  width: 100%;
  min-height: 908px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.coloss:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 88%;
  min-height: 448px;
  background: linear-gradient(90deg, white 0%, #ffdfa8 100%);
}

.coloss__info {
  padding: 48px 0 84px;
}

.coloss__title {
  max-width: 568px;
  margin-bottom: 52px;
}

.coloss__text {
  max-width: 60%;
  font-size: 26px;
  line-height: 120%;
  color: #A1652C;
}

.coloss__text.element-animation {
  opacity: 0;
}

.coloss__text.element-animation.element-show {
  opacity: 1;
  transition: opacity 1s;
  animation: textLeft 1s ease;
}

.coloss__back {
  position: absolute;
  bottom: -20%;
  right: 3%;
  z-index: 2;
}

.stages {
  padding: 156px 0 23px;
}

.stages__title {
  margin-bottom: 56px;
}

.stages__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -127px;
}

.stages__list-item {
  display: flex;
  align-items: center;
  width: calc(50% - 254px);
  margin: 0 127px 67px;
}

.stages__list-item.element-animation {
  opacity: 0;
}

.stages__list-item.element-animation.element-show {
  opacity: 1;
  transition: opacity 1s;
  animation: textUp 1s ease;
}

.stages__list-icon {
  margin-right: 32px;
}

.stages__list-icon img {
  min-width: 100px;
}

.stages__list-text {
  font-size: 26px;
  line-height: 120%;
  color: #A1652C;
}

.certificate {
  background: #F5B272;
}

.certificate__logo {
  font-size: 152px;
  margin-right: 55px;
}

.certificate__text {
  font-size: 29px;
  line-height: 120%;
  font-weight: 600;
  color: #fff;
}

.certificate__text.element-animation {
  opacity: 0;
}

.certificate__text.element-animation.element-show {
  opacity: 1;
  transition: opacity 1s;
  animation: textLeft 1s ease;
}

.certificate__wrapper {
  display: flex;
  align-items: center;
  padding: 26px 0;
}

.brand {
  padding: 170px 0 134px;
}

.brand .l-default {
  overflow-x: visible;
}

.brand__wrapper {
  display: flex;
  align-items: center;
}

.brand__info,
.brand__img {
  width: 50%;
}

.brand__title {
  margin-bottom: 20px;
}

.brand__text {
  max-width: 435px;
  font-size: 26px;
  line-height: 120%;
  color: #303030;
  margin-bottom: 72px;
}

.brand__text.element-animation {
  opacity: 0;
}

.brand__text.element-animation.element-show {
  opacity: 1;
  transition: opacity 1s;
  animation: textLeft 1s ease;
}

.brand__info {
  z-index: 2;
}

.brand__info-img {
  max-width: 662px;
  margin-left: auto;
}

.brand__info-img.element-animation {
  opacity: 0;
}

.brand__info-img.element-animation.element-show {
  opacity: 1;
  transition: opacity 1s;
  animation: textLeft 1s ease;
}

.brand__img {
  display: flex;
  justify-content: flex-end;
  margin-left: 35px;
}

.brand__img img {
  display: block;
  max-width: 700px;
}

.brand__img.element-animation {
  opacity: 0;
}

.brand__img.element-animation.element-show {
  opacity: 1;
  transition: opacity 1s;
  animation: textRight 1s ease;
}

.products-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 160px;
}

.products-slider .swiper-wrapper {
  overflow-y: visible;
}

.products-slider .swiper-container {
  padding: 20px 0;
}

.products-slider__top {
  position: relative;
}

.products-slider__top:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  min-height: 282px;
  background: url(".././img/products/back.jpg");
  background-size: cover;
}

.products-slider .swiper-slide {
  pointer-events: none;
}

.products-slider .swiper-slide picture {
  display: block;
  transform: scale(0.75);
  transition: all .3s ease;
}

.products-slider .swiper-slide-next picture,
.products-slider .swiper-slide-prev picture {
  transform: scale(0.9);
}

.products-slider .swiper-slide-duplicate-next picture,
.products-slider .swiper-slide-duplicate-prev picture,
.products-slider .swiper-slide-duplicate-next picture,
.products-slider .swiper-slide-duplicate-prev picture {
  transform: scale(0.9);
}

.products-slider .swiper-slide-duplicate-active,
.products-slider .swiper-slide-duplicate-active {
  pointer-events: inherit;
}

.products-slider .swiper-slide-duplicate-active .products-slider__slide-info,
.products-slider .swiper-slide-duplicate-active .products-slider__slide-info {
  display: block;
}

.products-slider .swiper-slide-duplicate-active picture,
.products-slider .swiper-slide-duplicate-active picture {
  transform: scale(1.1);
}

.products-slider .swiper-slide-active {
  pointer-events: inherit;
}

.products-slider .swiper-slide-active .products-slider__slide-info {
  display: block;
}

.products-slider .swiper-slide-active picture {
  transform: scale(1.1);
}

.products-slider__bottom {
  position: relative;
  max-width: 1273px;
  margin: 0 auto;
}

.products-slider__texts {
  max-width: 438px;
  margin-top: 60px;
}

.products-slider__texts-info {
  text-align: center;
  margin: 0 auto;
}

.products-slider__texts-title {
  font-family: "Robotoslab", sans-serif;
  font-size: 52px;
  line-height: 120%;
  font-weight: 600;
  color: #A1652C;
  margin-bottom: 11px;
}

.products-slider__texts-text {
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
}

.products-slider .slider-arrow {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 160px;
  height: 160px;
  border: 1px solid #A1652C;
  border-radius: 100%;
  padding: 45px;
  cursor: pointer;
}

.products-slider .slider-arrow-prev {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.products-slider .slider-arrow-next {
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.about {
  position: relative;
  padding: 60px 0 83px;
}

.about:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .8;
}

.about__title {
  margin-bottom: 42px;
}

.about__list {
  margin-bottom: 65px;
}

.about__list-item {
  position: relative;
  display: flex;
  min-height: 166px;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  overflow: hidden;
}

.about__list-item.element-animation {
  opacity: 0;
}

.about__list-item.element-animation.element-show {
  opacity: 1;
  transition: opacity 1s;
  animation: textUp 1s ease;
}

.about__list-item:last-child {
  min-height: 0;
}

.about__list-item:last-child .about__list-left:after {
  display: none;
}

.about__list-left {
  position: relative;
  width: 269px;
  padding-right: 71px;
}

.about__list-left:after {
  content: '';
  position: absolute;
  top: 35px;
  right: 0;
  width: 2px;
  height: 100%;
  background: #A1652C;
}

.about__list-left:before {
  content: '';
  position: absolute;
  top: 0;
  right: -16px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #A1652C;
}

.about__list-right {
  max-width: 600px;
  min-height: 100%;
  padding-left: 71px;
}

.about__bottom {
  display: flex;
  align-items: flex-start;
  margin: 0 -42px;
}

.about__bottom-item {
  width: calc(33.3333% - 84px);
  margin: 0 42px;
}

.about__bottom-title {
  display: flex;
  align-items: center;
  color: #A1652C;
  margin-bottom: 13px;
}

.about__bottom-title.element-animation {
  opacity: 0;
}

.about__bottom-title.element-animation.element-show {
  opacity: 1;
  transition: opacity 1s;
  animation: textUp 1s ease;
}

.about__bottom-title--number {
  font-size: 100px;
  line-height: 100%;
  font-weight: 600;
  white-space: nowrap;
}

.about__bottom-title--text {
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
  margin-top: 8px;
  margin-left: 20px;
}

.about__bottom-text {
  font-size: 26px;
  line-height: 120%;
  text-align: center;
}

.about__bottom-text.element-animation {
  opacity: 0;
}

.about__bottom-text.element-animation.element-show {
  opacity: 1;
  transition: opacity 1s;
  animation: textUp 1s ease;
}

.brand-slider {
  padding: 78px 0 100px;
}

.brand-slider__title {
  max-width: 683px;
  padding-bottom: 94px;
}

.brand-slider__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.brand-slider__wrapper-brands {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.brand-slider__brands {
  position: relative;
  width: 88%;
  padding-right: 83px;
}

.brand-slider__logos {
  width: 12%;
  height: 560px;
  overflow-x: visible;
}

.brand-slider__logos .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  transform: scale(0.8);
  transition: all .4s ease;
}

.brand-slider__logos .swiper-slide-active {
  display: none;
  opacity: 0;
}

.brand-slider__logos .swiper-slide img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 100%;
  width: auto;
  object-fit: contain;
}

.brand-slider__logos-main {
  max-width: 547px;
  max-height: 168px;
  margin-right: 0;
  margin-left: auto;
}

.brand-slider__logos-main .swiper-slide {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 547px !important;
  min-height: 150px;
}

.brand-slider__logos-main .swiper-slide img {
  position: absolute;
  text-align: 0;
  display: block;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  object-fit: contain;
}

.brand-slider__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.brand-slider__img {
  width: auto;
  transition: all .4s ease;
  margin-right: 20px;
  margin-bottom: 20px;
}

.brand-slider .swiper-pagination {
  width: 100%;
  order: 9;
  position: relative;
  margin: 62px auto 0;
}

.brand-slider .swiper-pagination-bullet {
  background: #F5B272;
  margin-right: 16px;
}

.conditions {
  padding: 60px 0 23px;
}

.conditions__title {
  margin-bottom: 47px;
}

.conditions__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -127px;
}

.conditions__list-item {
  display: flex;
  align-items: center;
  width: calc(50% - 254px);
  margin: 0 127px 67px;
}

.conditions__list-item.element-animation {
  opacity: 0;
}

.conditions__list-item.element-animation.element-show {
  opacity: 1;
  transition: opacity 1s;
  animation: textUp 1s ease;
}

.conditions__list-icon {
  display: flex;
  justify-content: center;
  min-width: 145px;
  margin-right: 70px;
}

.conditions__list-icon img {
  display: block;
  min-width: 100px;
}

.conditions__list-text {
  max-width: 300px;
  font-size: 26px;
  line-height: 120%;
  color: #A1652C;
}

.form__title {
  font-family: "Robotoslab", sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 59px;
}

.form__input input {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: 1px solid #303030;
  margin-bottom: 35px;
}

.form__input input:last-child {
  margin-bottom: 0;
}

.form__inputs {
  margin-bottom: 35px;
}

.form__checkboxes {
  margin-bottom: 49px;
}

.form__checkboxes-title {
  font-family: "Robotoslab", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 17px;
}

.form__checkboxes .form__checkbox {
  margin-bottom: 18px;
}

.form__checkboxes .form__checkbox:last-child {
  margin-bottom: 0;
}

.form__checkbox {
  position: relative;
  display: flex;
  align-items: center;
  max-width: fit-content;
}

.form__checkbox-btn {
  position: relative;
  min-width: 25px;
  min-height: 25px;
  border: 1px solid #000;
  margin-right: 13px;
  cursor: pointer;
}

.form__checkbox-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}

.form__checkbox-btn:hover:after {
  opacity: 1;
}

.form__checkbox-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.form__checkbox-input:checked + .form__checkbox-btn:after {
  opacity: 1;
}

.form__checkbox-text {
  font-family: "Robotoslab", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
}

.form__submit {
  max-width: fit-content;
  font-size: 20px;
  line-height: 1;
  padding: 11px 55px;
  margin-top: 41px;
}

.bottom {
  padding: 117px 0 120px;
}

.bottom__wrapper {
  display: flex;
  align-items: flex-start;
}

.bottom__info {
  max-width: 442px;
  margin-left: 100px;
}

.bottom__logo {
  display: flex;
  justify-content: center;
  height: 261px;
  margin: 0 auto 88px;
}

.bottom__logo img {
  display: block;
  width: auto;
  height: 100%;
}

.bottom__name {
  font-family: "Robotoslab", sans-serif;
  font-size: 26px;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
  margin-bottom: 28px;
}

.bottom__address {
  display: flex;
  font-family: "Robotoslab", sans-serif;
  font-size: 26px;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
  margin-bottom: 32px;
}

.bottom__phone {
  margin-bottom: 8px;
}

.bottom__phone,
.bottom__mail {
  display: flex;
  justify-content: center;
  font-family: "Robotoslab", sans-serif;
  font-size: 26px;
  line-height: 120%;
  font-weight: 900;
  text-align: center;
}

.bottom__form {
  min-width: 638px;
  margin-left: auto;
}

.footer {
  padding-bottom: 82px;
}

.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__policy {
  font-family: "Robotoslab", sans-serif;
}

.popup {
  position: relative;
  display: none;
  max-width: 1400px;
  background: white;
  background: linear-gradient(90deg, white 0%, #ffdfa8 61%);
  padding: 50px 43px;
}

.popup-policy {
  background: #fff;
}

.popup-policy__title {
  font-size: 28px;
  font-weight: 500;
}

.popup-policy__title:after {
  opacity: 1;
}

.popup__wrapper {
  display: flex;
  align-items: flex-start;
}

.popup__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 40%;
}

.popup__left-title {
  font-family: "Robotoslab", sans-serif;
  font-size: 26px;
  line-height: 120%;
  font-weight: 900;
  color: #A1652C;
  margin-bottom: 5px;
}

.popup__left-subtitle {
  max-width: 200px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 75px;
}

.popup__left-product {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup__left-back {
  position: absolute;
  top: -120px;
  width: 344px;
}

.popup__left-img {
  position: relative;
  width: 243px;
  height: 324px;
  z-index: 2;
  margin-bottom: 18px;
}

.popup__left-img img {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 243px;
  transform: translateX(-50%);
  object-fit: cover;
}

.popup__left-bottom {
  position: absolute;
  bottom: -10%;
  z-index: 3;
  width: 184px;
}

.popup__left-description {
  font-family: "Robotoslab", sans-serif;
  font-size: 26px;
  line-height: 120%;
  font-weight: 900;
  color: #A1652C;
  margin-top: 20px;
}

.popup__right {
  width: 60%;
  margin-left: 100px;
}

.popup__right-text {
  min-height: 148px;
  font-family: "Robotoslab", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  color: #A1652C;
  margin-bottom: 35px;
}

.popup__right-text span {
  color: #303030;
}

.popup__info {
  position: relative;
  max-width: 80%;
  padding: 50px 32px;
}

.popup__info-border {
  position: absolute;
  width: 101px;
  height: 75px;
}

.popup__info-title {
  max-width: 700px;
  font-size: 26px;
  line-height: 120%;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 13px;
}

.popup__info .popup__border-right-top {
  top: 0;
  right: 0;
}

.popup__info .popup__border-left-top {
  top: 0;
  left: 0;
}

.popup__info .popup__border-right-bottom {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.popup__info .popup__border-left-bottom {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}

.popup__table-item {
  display: flex;
  justify-content: space-between;
  font-size: 26px;
  line-height: 120%;
  font-weight: 600;
  color: #A1652C;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

.popup__table-item:first-child {
  border-top: 1px solid #fff;
  padding-top: 8px;
}

.popup__numbers {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.popup__number {
  font-size: 20px;
  line-height: 120%;
  color: #A1652C;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 222;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.popup__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #000;
}

.popup__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 1799px) {
  .l-default {
    padding: 0 30px;
  }

  .l-menu {
    padding: 0 30px;
  }

  .header__menu-wrapper {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1604px) {
  .l-header {
    padding: 0 30px;
  }

  .header__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header__menu-container {
    padding-top: 40px;
  }

  .header__menu-item {
    min-width: 120px;
  }
}

@media screen and (max-width: 1529px) {
  .header__menu-products {
    max-width: 800px;
  }

  .header__menu-img--back {
    bottom: -300px;
  }
}

@media screen and (max-width: 1520px) {
  .header__menu-contact {
    right: 40px;
  }
}

@media screen and (max-width: 1499px) {
  .about__bottom {
    flex-wrap: wrap;
  }

  .about__bottom-item {
    width: calc(50% - 84px);
  }

  .about__bottom-text {
    text-align: left;
  }

  .conditions {
    padding: 60px 0;
  }

  .conditions__list {
    margin: 0 -40px;
  }

  .conditions__list-item {
    width: calc(50% - 80px);
    margin: 0 40px 67px;
  }
}

@media screen and (max-width: 1399px) {
  .title--h2 {
    font-size: 36px;
  }

  .qualities__list-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .qualities__list-item {
    margin-bottom: 20px;
  }

  .stages {
    padding: 60px 0;
  }

  .stages__list {
    margin: 0 -70px;
  }

  .stages__list-item {
    width: calc(50% - 140px);
    margin: 0 70px 40px;
  }
}

@media screen and (max-width: 1299px) {
  .brand {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1199px) {
  .title--h1 {
    font-size: 36px;
  }

  .header__menu-contact {
    right: 50px;
  }

  .main-top {
    min-height: 600px;
    padding: 20px 0 60px;
  }

  .main-top__info {
    width: 60%;
  }

  .main-top__img {
    right: 15%;
  }

  .main-top__img img {
    width: 240px;
  }

  .main-top__img-shadow {
    transform: translateX(0);
  }

  .main-top__back {
    width: 300px;
  }

  .main-top__logo {
    font-size: 200px;
    margin-top: 50px;
    margin-left: 0;
  }

  .main-top__icon {
    width: 80px;
    height: 80px;
    padding: 0;
  }

  .main-top__icon.scrolled:nth-child(2n) {
    left: 40%;
  }

  .main-top__icon img {
    max-width: 60px;
  }

  .stages__list {
    margin: 0 -20px;
  }

  .stages__list-item {
    width: calc(50% - 40px);
    margin: 0 20px 40px;
  }

  .stages__list-icon {
    margin-right: 20px;
  }

  .stages__list-icon img {
    min-width: 60px;
    max-width: 60px;
  }

  .stages__list-text {
    font-size: 20px;
  }

  .products-slider__top:after {
    min-height: 150px;
  }

  .products-slider__texts {
    margin-top: 20px;
  }

  .products-slider__texts-title {
    font-size: 36px;
  }

  .products-slider__texts-text {
    font-size: 26px;
  }

  .products-slider .slider-arrow {
    width: 80px;
    height: 80px;
    padding: 30px;
  }

  .about__list-left {
    width: 30%;
    font-size: 26px;
  }

  .about__list-right {
    width: 70%;
    font-size: 26px;
    line-height: 120%;
  }

  .bottom__info {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1099px) {
  .header__menu-products {
    max-width: 500px;
  }

  .header__menu-content:after {
    min-height: 150px;
  }
}

@media screen and (max-width: 991px) {
  body.js-fixed {
    margin-top: 94px;
  }

  .header__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header__menu-container {
    padding-top: 20px;
  }

  .header__menu-container:after {
    display: none;
  }

  .header__menu-items .l-menu {
    flex-direction: column;
  }

  .header__menu-item {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .header__menu-products {
    display: none;
  }

  .header__menu-content {
    position: static;
    margin-top: 12px;
  }

  .header__menu-content:after {
    display: none;
  }

  .header__menu-contact {
    position: relative;
    display: flex;
    flex-direction: column;
    right: 0;
    transform: translateY(0);
    text-align: center;
    order: 9;
  }

  .header__menu-contact .header__menu-title {
    display: none;
  }

  .header__menu-img--back {
    bottom: 0;
    opacity: .5;
  }

  .header__menu-links {
    width: 110px;
    margin: auto auto 54px;
  }

  .qualities__info {
    width: 50%;
  }

  .qualities__list {
    margin-top: 40px;
  }

  .coloss {
    min-height: 700px;
  }

  .coloss__title {
    max-width: 450px;
    margin-bottom: 20px;
  }

  .coloss__text {
    font-size: 20px;
  }

  .coloss__back {
    width: 250px;
  }

  .brand__info-img {
    display: none;
  }

  .brand__img img {
    max-width: 500px;
  }

  .about__list-item {
    flex-direction: column;
    padding-left: 100px;
    padding-bottom: 40px;
  }

  .about__list-item:after {
    content: '';
    position: absolute;
    top: 35px;
    left: 40px;
    width: 2px;
    height: 100%;
    background: #A1652C;
  }

  .about__list-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 22px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 2px solid #A1652C;
  }

  .about__list-item:last-child:after {
    display: none;
  }

  .about__list-left {
    width: 100%;
  }

  .about__list-left:after {
    display: none;
  }

  .about__list-left:before {
    display: none;
  }

  .about__list-right {
    padding-left: 0;
  }

  .about__bottom-title--number {
    font-size: 77px;
  }

  .about__bottom-title--text {
    width: auto;
    max-width: fit-content;
    font-size: 26px;
    text-align: left;
    margin-left: 15px;
  }

  .about__bottom-text {
    font-size: 19px;
  }

  .brand-slider__title {
    padding-bottom: 20px;
  }

  .brand-slider__wrapper-brands {
    display: flex;
    justify-content: center;
  }

  .brand-slider__brands {
    order: 8;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-right: 0;
  }

  .brand-slider__logos {
    width: 100%;
    max-width: 600px;
    height: 150px;
    margin: 0 auto 20px;
    overflow-x: hidden;
  }

  .brand-slider__logos .swiper-slide-active {
    display: block;
    opacity: 1;
  }

  .brand-slider__logos-main {
    display: none;
  }

  .brand-slider__logos-main .swiper-slide {
    width: auto;
  }

  .brand-slider__img {
    position: relative;
    width: auto;
    margin-bottom: 20px;
  }

  .brand-slider .swiper-pagination {
    margin: 40px auto 0;
  }

  .conditions__list-icon {
    min-width: 56px;
    margin-right: 20px;
  }

  .conditions__list-icon img {
    min-width: 56px;
    max-width: 56px;
  }

  .conditions__list-text {
    font-size: 20px;
  }

  .bottom__wrapper {
    flex-direction: column-reverse;
  }

  .bottom__info {
    width: 100%;
  }

  .bottom__form {
    width: 100%;
    max-width: 100%;
    margin-bottom: 82px;
  }

  .popup__wrapper {
    flex-direction: column;
  }

  .popup__left {
    width: 100%;
    margin-bottom: 38px;
  }

  .popup__right {
    width: 100%;
    margin-left: 0;
  }

  .popup__info {
    max-width: 100%;
  }

  .popup__number {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .stages__title {
    margin-bottom: 30px;
  }

  .stages__list-text {
    font-size: 18px;
  }

  .brand__wrapper {
    flex-direction: column;
  }

  .brand__info,
  .brand__img {
    width: 100%;
  }

  .brand__text {
    max-width: 240px;
    font-size: 16px;
    margin-bottom: -50px;
  }

  .brand__img {
    transform: translateX(60px);
    margin-left: 0;
  }

  .brand__img.lazy {
    opacity: 1;
  }

  .brand__img img {
    max-width: 350px;
  }

  .brand__img.element-animation {
    transform: translateX(0);
  }

  .brand__img.element-animation.element-show {
    animation: none;
  }

  .brand-slider {
    padding: 40px 0;
  }

  .bottom__form {
    min-width: 0;
  }
}

@media screen and (max-width: 600px) {
  body.js-fixed {
    margin-top: 78px;
  }

  .title--h1 {
    font-size: 26px;
  }

  .title--h2 {
    font-size: 24px;
  }

  .l-default {
    padding: 0 16px;
  }

  .l-menu {
    padding: 0 16px;
  }

  .l-header {
    padding: 0 16px;
  }

  .header__wrapper {
    padding-bottom: 40px;
  }

  .header__phone {
    margin-right: auto;
  }

  .header__menu-container {
    padding-top: 70px;
  }

  .header__menu-content:before {
    display: none;
  }

  .header__menu-wrapper {
    padding: 0 16px;
  }

  .header__menu-img--back {
    bottom: -20%;
    opacity: .5;
  }

  .header__burger {
    position: absolute;
    right: 16px;
  }

  .header__logo {
    display: none;
  }

  .header .lang {
    display: none;
    margin-right: 0;
  }

  .header .lang--mobile {
    display: flex;
    order: 8;
  }

  .header .lang:hover .lang__list {
    display: flex;
  }

  .header .lang__list {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    margin: 0 auto 20px;
  }

  .header .lang__list-item {
    color: #fff;
  }

  .main-top {
    min-height: 598px;
  }

  .main-top__title {
    order: 1;
    max-width: 269px;
    margin: 0 auto 66px;
  }

  .main-top__title::after {
    display: none;
  }

  .main-top__info {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .main-top__img {
    position: relative;
    display: flex;
    justify-content: center;
    right: 8%;
    transition: all 1.2s ease;
  }

  .main-top__img img {
    right: 0;
    width: 118px;
  }

  .main-top__img-shadow {
    margin-top: 15px;
  }

  .main-top__back {
    width: 252px;
    transform: translateX(5%) translateY(-80%);
  }

  .main-top__logo {
    order: 0;
    font-size: 126px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .main-top__icon {
    width: 40px;
    height: 40px;
  }

  .main-top__icon img {
    max-width: 25px;
  }

  .main-top .parallax {
    right: -100%;
    opacity: 0;
  }

  .qualities {
    min-height: 586px;
    margin-top: 0;
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .qualities__info {
    width: 100%;
  }

  .qualities__list {
    text-align: left;
    margin-top: 28px;
  }

  .qualities__list-title {
    font-size: 23px;
    margin-bottom: 50px;
  }

  .qualities__list-item {
    max-width: 161px;
    font-size: 16px;
    padding-top: 12px;
    margin-bottom: 12px;
  }

  .qualities__list-item:before {
    left: 0;
    width: 115px;
    height: 1px;
  }

  .coloss {
    overflow: visible;
  }

  .coloss:after {
    width: 100%;
    height: 100%;
  }

  .coloss {
    min-height: 0;
    background: none !important;
  }

  .coloss__info {
    width: 100%;
    padding: 22px 0 130px;
  }

  .coloss__title {
    max-width: 232px;
  }

  .coloss__text {
    font-size: 16px;
  }

  .coloss__back {
    top: 20px;
    right: -5%;
    width: 150px;
  }

  .stages__list {
    margin: 0;
  }

  .stages__list-item {
    position: relative;
    width: 100%;
    align-items: flex-start;
    padding-left: 20px;
    margin: 0 auto 20px;
  }

  .stages__list-item:before {
    position: absolute;
    left: 0;
    content: '.';
    font-size: 30px;
    line-height: 1;
    transform: translateY(-15px);
    color: #A1652C;
  }

  .stages__list-icon {
    display: none;
  }

  .certificate__logo {
    font-size: 102px;
    margin-right: 36px;
  }

  .certificate__text {
    font-size: 20px;
    font-weight: 500;
  }

  .brand {
    padding: 60px 0;
    margin-bottom: 40px;
  }

  .products-slider {
    padding-bottom: 60px;
  }

  .products-slider .swiper-container {
    overflow: visible;
  }

  .products-slider__texts {
    margin-top: 28px;
  }

  .products-slider__texts-title {
    font-size: 20px;
  }

  .products-slider__texts-text {
    max-width: 183px;
    font-size: 16px;
    margin: 0 auto;
  }

  .products-slider .slider-arrow {
    width: 60px;
    height: 60px;
    padding: 20px;
  }

  .about {
    padding: 20px 0 80px;
  }

  .about__list {
    margin-bottom: 54px;
  }

  .about__list-item {
    min-height: 0;
  }

  .about__list-left {
    line-height: 120%;
    font-size: 16px;
  }

  .about__list-right {
    width: 100%;
    font-size: 16px;
    margin-top: 11px;
  }

  .about__bottom {
    margin: 0;
  }

  .about__bottom-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 282px;
    margin: 0 auto 30px;
  }

  .about__bottom-title {
    text-align: center;
    margin: 0 auto 9px;
  }

  .about__bottom-text {
    text-align: center;
  }

  .brand-slider__img {
    max-width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .conditions {
    padding: 20px 0 78px;
  }

  .conditions__list {
    margin: 0;
  }

  .conditions__list-item {
    width: 100%;
    margin: 0 0 30px;
  }

  .conditions__list-text {
    font-size: 16px;
  }

  .bottom {
    padding: 66px 0;
  }

  .bottom__logo {
    height: 181px;
    margin: 0 auto 60px;
  }

  .bottom__name {
    font-size: 18px;
  }

  .bottom__address {
    font-size: 18px;
  }

  .bottom__phone {
    margin-bottom: 5px;
  }

  .bottom__phone,
  .bottom__mail {
    font-size: 18px;
  }

  .footer {
    padding-bottom: 33px;
  }

  .footer__wrapper {
    flex-direction: column;
  }

  .footer__policy {
    margin-bottom: 12px;
  }

  .footer__policy:first-child {
    order: 2;
    font-size: 12px;
  }

  .footer__policy:last-child {
    order: 1;
  }

  .footer__policy:nth-child(2) {
    order: 9;
  }

  .footer__logo {
    margin-bottom: 12px;
  }

  .popup {
    padding: 16px 16px 40px;
  }

  .popup__left-title {
    font-size: 24px;
  }

  .popup__left-subtitle {
    font-size: 16px;
    margin-bottom: 65px;
  }

  .popup__left-img {
    width: 177px;
    height: 272px;
  }

  .popup__left-bottom {
    right: -25%;
    bottom: -8%;
    width: 124px;
  }

  .popup__left-description {
    font-size: 24px;
  }

  .popup__right-text {
    font-size: 24px;
  }

  .popup__info {
    padding: 20px;
  }

  .popup__info-border {
    width: 50px;
    height: 20px;
  }

  .popup__info-title {
    font-size: 20px;
  }

  .popup__table-item {
    font-size: 20px;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media screen and (max-width: 399px) {
  .stages__list-item {
    max-width: 297px;
  }
}

@media all and (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));
    }
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-logo {
    background-size: 300px 70px;
    background-image: url("../img/sprite@2x.png");
  }
}
/*# sourceMappingURL=maps/main.css.map */
