/*! 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 */
  -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;
}

*{
  outline: none;
}

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

html {
  box-sizing: border-box;
  height: 100%;
}

body {
  min-height: 100%;
  padding: 0;
  color: #000;
  background-color: #fff;
}

b,
strong {
  font-weight: 600;
}

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

h2{
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

button {
  padding: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}

:root{
  --color-dark: #000;
}

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

@font-face {
  font-family: 'Cygre';
  src: url('../assets/fonts/cygre/Cygre-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

/*

@font-face {
  font-family: 'Cygre Regular';
  src: local('Cygre'),
  url(../assets/fonts/cygre/Cygre-Regular.ttf);
}

@font-face {
  font-family: 'Cygre Bold';
  src: local('Cygre'),
  url(../assets/fonts/cygre/Cygre-Bold.ttf);
}

https://developer.mozilla.org/ru/docs/Web/CSS/font-weight#%D0%BE%D0%BF%D1%80%D0%B5%D0%B4%D0%B5%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5_%D0%B2%D0%B5%D1%81%D0%B0_%D0%B8%D0%BC%D0%B5%D0%BD%D0%B8


@font-face {
  font-family: 'Cygre';
  src: local('Cygre'),
  url(../assets/fonts/cygre/Cygre-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Cygre';
  src: local('Cygre'),
  url(../assets/fonts/cygre/Cygre-Bold.ttf);
  font-weight: 700;
}
*/

/**
 * Swiper 10.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 21, 2023
 */

/* FONT_START */

@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');
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

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

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

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

.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-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* 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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

/* Slide styles start */

/* 3D Shadows */

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

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

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

/* Slide styles end */

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font start */

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

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

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

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

/* Zoom container styles start */

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

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

/* Zoom container styles end */

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */

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

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

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

/* Cube slide shadows start */

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

/* Cube slide shadows end */

.swiper-flip {
  overflow: visible;
}

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

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

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

/* Flip slide shadows start */

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

/* Flip slide shadows end */

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

body {
  min-width: 320px;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #3E414D;
  font-family: 'NAMU Pro', sans-serif;
}

.wrap {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  padding: 0 24px;
}

.button {
  width: 250px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #DEE1E8;
  border-left: 4px solid #FFE144;
  padding: 12px 14px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
  align-items: center;
  transition: all 0.1s linear;
  transition-property: background-color, color, border-color;
  background: transparent;
  gap: 10px;
  cursor: pointer;
}

.button span {
  margin-bottom: 2px;
}

.button img {
  margin-left: auto;
}

.button:hover {
  background-color: #FFE144;
  color: #1A1B20;
  border-color: #FFE144;
}

svg circle {
  transition: all 0.3s linear;
  transition-property: fill;
}

.button:hover svg circle {
  fill: #FFF;
}

.button_dark {
  color: #fff;
  border: 1px solid #DEE1E8;
  border-left: 4px solid #FFE144;
}

.button_yellow {
  background: #FFE144;
  color: #000;
  border: 1px solid #FFE144;
  border-left: 4px solid #FFE144;
}

.button_yellow svg circle {
  fill: #FFF;
}

.button_yellow:hover {
  background: #EDD03B;
  border: 1px solid #EDD03B;
  border-left: 4px solid #EDD03B;
}

.button_yellow:hover svg circle {
  fill: #FFF;
}

.button_grey {
  background: #F2F3F5;
  color: #000;
  border: 1px solid #F2F3F5;
  border-left: 4px solid #F2F3F5;
}

.button_grey svg circle {
  fill: #FFF;
}

.button_grey:hover {
  background: #FFE144;
  border: 1px solid #FFE144;
  border-left: 4px solid #FFE144;
}

.button_grey:hover svg circle {
  fill: #FFF;
}

.button_black {
  background: #1A1B20;
  color: #fff;
  border: 1px solid #1A1B20;
  border-left: 4px solid #1A1B20;
}

.button_black svg circle {
  fill: #FFF;
}

.button_black:hover {
  background: #1A1B20;
  border: 1px solid #1A1B20;
  border-left: 4px solid #1A1B20;
  color: #fff;
}

.button_black:hover svg circle {
  fill: #FFF;
}

.button_transparent {
  color: #fff;
}

.button_stretch {
  width: 100%;
}

.button_center {
  justify-content: center;
}

/*
.about__info-btn {
  max-width: 265px;
  color: #1A1B20;
}

.footer__contact-btn {
  background: none;
  border: 1px solid #DEE1E8;
  border-left: 4px solid #FFE144;
  width: 260px;
}

.feedback__form-btn {
  width: 100%;
  color: #1A1B20;
  letter-spacing: 0.18px;
  padding-left: 24px;
  background: none;
}

.products__info-btn {
  width: calc((100%/2) - 10px);
  color: #3E414D;
  line-height: 18px;
  letter-spacing: 0.3px;
}

.products-item__button {
  color: #1A1B20;
  max-width: 260px;
  margin-top: auto;
}

@media (max-width: 1000px) {
  .products__info-btn {
    gap: 0;
  }
}
*/

/**/

@media (max-width: 1200px) {
  .wrap {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 520px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about__info-btn {
    max-width: 100%;
    width: 100%;
  }

  .products__info-btn {
    width: 100%;
    justify-content: space-between;
  }

  .products-item__button {
    max-width: 100%;
    width: 100%;
  }
}

/**/

.success-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #DEE1E8;
  background: #FFF;
  padding: 56px 0 72px;
  margin: 116px 56px;
}

.success-page__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  color: #1A1B20;
  margin-bottom: 8px;
  margin-top: 22px;
}

.success-page__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #3E414D;
  margin-bottom: 22px;
}

.success-page__button {
  width: 280px;
}

@media (max-width: 1000px) {
  .success-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #DEE1E8;
    background: #FFF;
    padding: 56px 0 72px;
    margin: 56px 24px;
  }
}

@media (max-width: 400px) {
  .success-page {
    padding: 0;
    border: 0;
  }
}

/**/

.bg-grey{
  background: #F2F3F5;
}

.o-hidden{
  overflow: hidden;
}

/**/

.py-88 {
  padding-top: 88px;
  padding-bottom: 88px;
}

.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

@media (max-width: 1000px) {
  .py-sm-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.menu__hide-nav-section {
  position: absolute;
  background-color: #FFF;
  width: 100%;
  display: none;
}

.menu__hide-nav-section.active {
  display: block;
  overflow: auto;
}

.menu__btn-close {
  cursor: pointer;
}

.menu__hide-line {
  border-bottom: 1px solid #DEE1E8;
  margin-bottom: 30px;
  z-index: 1;
}

.menu__hide-nav-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 88px;
  align-items: center;
}

.menu__hide-nav ul {
  padding: 0;
  list-style: none;
  color: #3E414D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.18px;
}

.menu__hide-nav ul ul{
  padding-left: 24px;
  line-height: 34px;
}

.menu__hide-nav ul ul a{
  font-size: 15px;
  line-height: 18px;
}

.menu {
  position: sticky;
  top: 0;
  background-color: #FFF;
  z-index: 100;
  border-bottom: 1px solid #DEE1E8;
}

.menu_home{
  position: fixed;
  top: -130px;
  left:0;
  width: 100%;
  transition: top 0.3s linear;
}

.menu_visible{
  top: 0px;
}

.menu__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.menu__container a{
  display: flex;
  align-items: center;
}

.menu__logo {
  margin-right: 18px;
}

.menu__logo-text {
  margin-right: auto;
  max-width: 250px;
  color: #1A1B20;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

/*.menu__btn-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #1A1B20;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.menu__btn-container::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #FFE144;
  background:  #FFE144;
  margin-right: 5px;
}*/

.menu__btn-container{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  height: 52px;
  width: 150px;
  transition: all 0.1s linear;
  background: #FFE144;
  cursor: pointer;
}

.menu__btn-container:hover{
  background: #EDD03B;
}

.menu-contacts {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 30px;
  gap:30px;
}

.menu-contacts__item{
  display: flex;
  gap: 8px;
  align-items: center;
}

.fade {
  background: rgba(26, 27, 32, 0.56);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.fade.active{
  display: block
}

@media (max-width:1000px) {
  .menu-contacts{
    display: none;
  }
}

@media (max-width:600px) {

  .menu__container {
    padding: 24px 0px;
  }

  .menu__hide-nav-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    overflow: auto;
    height: calc(100vh - 120px);
  }

  .menu__logo-text {
    display: none;
  }

}

.footer {
  background-color: #1A1B20;
  margin-top: 56px;
}

.footer__container {
  max-width: 1120px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 56px;
  margin-bottom: 315px;
}

.footer__up-arrow-mob {
  display: none;
}

.footer__logo-text {
  margin-top: 16px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.footer__nav {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #CCCED7;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.footer__nav-item {
  margin-bottom: 15px;
}

.footer__nav-item a:hover {
  color: #F9163F;
}

.footer__contact-wrap {
  flex-direction: column;
  display: flex;
}

.footer__contact {
  display: flex;
  gap: 9px;
  color: #CCCED7;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.footer__contact a:hover {
  color: #F9163F;
}

.footer__contact:first-child {
  margin-bottom: 9px;
}

.footer__contact:last-of-type {
  margin-bottom: 24px;
}

.footer__copiright-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #CCCED7;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
  padding-bottom: 56px;
}

.footer__up-arrow {
  cursor: pointer;
}

.footer__contact.hide-menu-contact  img {
  width: 15px;
  margin-right: 10px;
}

.footer__contact.hide-menu-contact {
  color: #3E414D;

}

.footer__contact-btn.hide-menu-contact {
  color: #1A1B20;
}

.footer__contact img{
  margin-top: 2px;
}

.footer-bottom{
  background: #1a1b20;
  padding: 10px;
  border-top: 1px solid #dddddd1a;
}

.footer-bottom a{
  text-decoration: underline;
  color: #ccced77d;
  font-size: 12px;
}

@media (max-width: 1200px) {
  .footer__container {
    padding-top: 56px;
    padding-bottom: 30px;
  }
}

@media (max-width: 800px) {
  .footer__up-arrow {
    display: none;
  }

  .footer__up-arrow-mob {
    display: block;
  }

  .footer__container {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 145px;
    align-items: normal;
    padding: 56px 0 0;
  }

  .footer__copiright-wrap {
    padding-bottom: 57px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .footer__mob-up-arrow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

}

.heading {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 56px;
  padding-top: 160px;
  padding-top: 208px;
  padding-bottom: 48px;
 /* background-position: center;*/
  background: #2F333E;
}

.heading_product{
  margin-bottom: 0;
}

.heading__title {
  font-family: Cygre, sans-serif;
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 1.26px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .heading {
    padding-top: 0;
    padding-bottom: 0;
    height: 250px;
    display: flex;
    align-items: center;
  }

  .about__header {
    margin-bottom: 80px;
  }

  .heading__title {
    font-size: 30px;
  }
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  background: rgba(26, 27, 32, 0.56);
    overflow: auto;
    z-index: 100;
    display: none;
    padding: 0 8px;
}

.modal__dialog {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 4px 28px 0px rgba(11, 16, 35, 0.10);
    padding: 56px 48px;
    position: relative;
    margin: 90px auto 90px;
}

.modal__close {
  display: flex;
  align-items:center;
  justify-content: center;
    cursor: pointer;
    top: 16px;
    right: 16px;
    position: absolute;
    width: 38px;
  height: 38px;
  border:1px solid #DEE1E8;
}

.modal__title {

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
    text-align: center;
    margin-bottom: 8px;
  text-transform:uppercase;
}

.modal__text {
    text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.modal.modal_feedback .feedback__form {
  padding-top: 24px;
}

.modal.modal_feedback .modal__dialog {
  max-width: 430px;
}

@media (max-width: 1000px) {
    .modal__dialog {
        margin: 20px auto 20px;
    }
    .modal__title {
        font-size: 30px;
        line-height: 32px;
     }

    .modal__text {
        font-size: 20px;
        line-height: 29px;
    }
}

@media (max-width: 350px) {
    .modal__dialog {
        padding: 40px 15px;
    }
}

.text, .text p{
  color: #3E414D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.text p{
  margin-bottom: 16px;
}

.cookies {
  display: none;
  position: fixed;
  background: #fff;
  width: 600px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #cdcdcd;
  padding: 20px;
  align-items: center;
  z-index: 50;
  gap: 32px;
}

.cookies_opened{
  display: flex;
}

.cookies__text {

}

.cookies__text  a{
  text-decoration: underline;
}

.cookies__close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 38px;
  height: 38px;
  border: 1px solid #DEE1E8;
  flex: 0 0 auto;
}

@media (max-width: 700px){
  .cookies {
      width: calc(100% - 40px);
  }
}

@media (max-width: 700px){
  .cookies__text {
    font-size: 13px;
    line-height: 20px;
  }
}

.header__video {
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  position: relative;
  margin-bottom: 96px;
  height: 100vh;
}

.header-menu__container {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-menu__logo {
  margin-right: 18px;
}

.header-menu__logo-text {
  margin-right: auto;
  max-width: 250px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

/*
.header-menu__btn::before {
  display: inline-block;
  margin-right: 9px;
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid  #FFE144;
  background:  #FFE144;
}

.header-menu__btn {
  display: inline-flex;
  align-items: center;
  background: none;
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.64px;
}*/

.header-menu__btn {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  background: #fff;
  height: 52px;
  width: 150px;
  transition: all 0.1s linear;
}

.header-menu__btn:hover{
  background: #FFE144;
}

.header-h1__container {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header-h1 {
  font-family: Cygre, sans-serif;
  color: #FFF;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 1.26px;
  text-transform: uppercase;
}

.header-h1 span {
  color: #FFE144;
  border-bottom: 4px solid;
}

@media (max-width: 1000px) {

  .header-h1__container {
    flex-wrap: wrap;
    gap: 24px;
    bottom: 70px;
  }

  .header-h1 {
    font-size: 34px;
    line-height: 36px;
  }

  .header-menu__container {
    top: 20px;
  }

}

@media (max-width: 768px) {

  .header__video {
    display: none;
  }

  .header {
    position: static;
    background-image: url(../assets/img/poster.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
  }

  .header-menu__container {
    position: static;
    padding-top: 30px;
  }

  .header-menu__btn{
    height: 35px;
    width: 100px;
    font-size: 14px;
  }

  .header-h1__container {
    position: static;
    height: calc(100% - 70px);
    align-items: flex-start;
    gap: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .header-h1{
    margin-bottom: 24px;
  }
}

@media (max-width: 520px) {

  .header-menu__logo-text {
    display: none;
  }
  .header-h1 span {
    border: none;
  }

 /* .header-menu__container {
    padding-top: 24px;
    margin-bottom: 300px;
  }

  .header-h1__container {
    padding-bottom: 358px;
  }*/

}

@media (max-width: 360px) {

  .header-h1{
    font-size: 25px;
    line-height: 33px;
  }

}

.benefit__container {
  padding: 56px 0px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.benefit {
  margin: 0 56px;
  margin-bottom: 96px;
  border-radius: 3px;
  border: 1px solid  #DEE1E8;
  background: #FFF;
}

.benefit__col-1 {
  gap: 32px;
  display: flex;
  align-items: flex-start;
  width: calc((100% - 32px) / 2);
}

.benefit__hr{
  display: none;
}

.check-mark {
  max-width: 24px;
  margin-top: 5px;
}

.benefit__title {
  font-family: Cygre, sans-serif;
  color:  #F9163F;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.benefit__text p {
  color:  #3E414D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
  margin-bottom: 20px;
}

.benefit__text p:last-child{
  margin-bottom: 0;
}

.benefit__col-2 {
  width: calc((100% - 32px) / 2);
}

@media (max-width: 1200px) {
  .benefit__container {
    padding: 56px;
    flex-direction: column;
    gap: 25px;
  }
  .benefit__col-1{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .benefit__col-2 {
    width: 100%;
  }

  .check-mark {
    display: none;
  }

  .benefit__hr {
    display: block;
    width: 32px;
    height: 4px;
    background:  #DEE1E8;
  }
}

@media (max-width: 768px) {
  .benefit {
    margin: 0 20px;
    margin-bottom: 80px;
  }

  .benefit__container {
    padding: 56px 0;
  }

  .benefit__text span {
    margin-bottom: 8px;
    display: inline-block;
    max-width: 166px;

  }
}

@media (max-width: 520px) {
  .benefit__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.about {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}

.about__container {
  max-width: 928px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
}

.about__h2 {
  font-family: Cygre, sans-serif;
  margin-bottom: 8px;
  color: #1A1B20;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.about__title {
  color: #3E414D;
  text-align: center;
  margin-bottom: 32px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.about__info-container {
  display: flex;
  align-items: center;
  gap: 25px;
}

.about__info-text span {
  color: #F9163F;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  font-family: Cygre, sans-serif;
}

.about__info-text {
  max-width: 260px;
  color: #3E414D;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.3px;
}

@media (max-width: 520px) {

  .about__container {
    align-items: flex-start;
    padding: 0 20px;
  }

  .about__title {
    font-size: 16px;
    text-align: left;
    line-height: 22px;
  }

  .about__info-container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
  }

}

.slider {
  overflow: hidden;
  position: relative;
  margin-bottom: 152px;
}

.home-slider {
  overflow: hidden;
  position: relative;
  width: calc(736px * 3 + 32px * 2);
  left: calc(((736px * 3 + 32px * 2) - 100%) / 2 * -1);
  transition: opacity 0.3s linear;
  opacity: 0;
}

.home-slider.swiper-initialized {
  opacity: 1;
}

.home-slider__items {
  display: flex;
}

.home-slider__item {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  overflow: hidden;
}

.home-slider__item img {
  width: 100%;
  transform: scale(0.7);
  transition: transform 0.3s linear;
  border-radius: 3px;
  aspect-ratio: 16 / 10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home-slider__item_prev img {
  transform: scale(0.7) translate(160px, 0);
  filter: brightness(40%);
}

.home-slider__item_next img {
  transform: scale(0.7) translate(-160px, 0);
  filter: brightness(40%);
}

.home-slider__item_active img {
  transform: scale(1) translate(0, 0);
  width: 100%;
  filter: brightness(100%);
}

.home-slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: 1px solid #DEE1E8;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  z-index: 10;
  left: 50%;
  cursor: pointer;
}

.home-slider__arrow_prev {
  transform: translate(-395px, -50%);
}

.home-slider__arrow_next {
  transform: translate(340px, -50%);
}

.home-slider__arrow_disabled {
  opacity: 0;
}

.home-slider__pagination {
  padding-top: 16px;
}

.home-slider-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.home-slider-pagination__bullet {
  width: 8px;
  height: 8px;
  background: #DEE1E8;
  border-radius: 50%;
}

.home-slider-pagination__bullet_active {
  background: #2F333E;
}

@media (max-width: 1200px) {
  .home-slider {
    width: calc(600px * 3 + 32px * 2);
    left: calc(((600px * 3 + 32px * 2) - 100%) / 2 * -1);
  }

  .home-slider__item_prev img {
    transform: scale(0.7) translate(130px, 0);
  }

  .home-slider__item_next img {
    transform: scale(0.7) translate(-130px, 0);
  }

  .home-slider__arrow_prev {
    transform: translate(-328px, -50%);
  }

  .home-slider__arrow_next {
    transform: translate(272px, -50%);
  }
}

@media (max-width: 900px) {
  .slider {
    padding: 0 24px;
  }

  .home-slider {
    width: 100%;
    left: 0;
  }

  .home-slider__item img {
    transform: revert;
    filter: revert;
    height: 400px;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .home-slider__arrow {
    width: 40px;
    height: 40px;
    transform: translate(0, -50%);
    left: auto;
  }

  .home-slider__arrow_prev {
    left: 4px;
  }

  .home-slider__arrow_next {
    right: 4px;
  }
}

@media (max-width: 500px) {
  .home-slider__item img {
    height: 200px;
  }
  .home-slider__arrow{
    top: 46%;
  }
}

.products {
  margin-bottom: 150px;
}

.products__video {
  display: flex;
  position: relative;
  width: calc((100% - 32px) / 2);
}

.products__video img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.products__video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #000;
  padding-left: 4px;
}

.products__conatainer {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.products__text-container {
  width: calc(100% - 32px - 500px);
}

.products__text-container ol {
  counter-reset: item;
  list-style: none;
  padding: 0;
}

.products__text-container li::before {
  content: counter(item);
  counter-increment: item;
  color: #F9163F;
  margin-right: 32px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  width: 20px;
  flex: 0 0 auto;
}

.products__list {
  display: flex;
  margin-bottom: 16px;
  color: #3E414D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.products__h2 {
  font-family: Cygre, sans-serif;
  display: inline-block;
  color: #1A1B20;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.products__hr {
  background: #DEE1E8;
  height: 1px;
  border: none;
  margin-top: 32px;
  margin-bottom: 16px;

}

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

.products__info-text {
  width: calc((100% / 2) - 10px);
  margin: 0;
  color: #3E414D;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.3px;
}

.home-video {
  width: 500px;
}

.video-slider {
  overflow: hidden;
  margin-bottom: 13px;
  transition: opacity 0.3s linear;
  opacity: 0;
}

.video-slider.swiper-initialized{
  opacity: 1;
}

.video-slider__items {
  display: flex;
}

.video-slider__item {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 3px;
  overflow: hidden;
  height: 300px;
}

.video-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video-thumbs {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.video-thumbs.swiper-initialized{
  opacity: 1;
}

.video-thumbs__item.swiper-slide-thumb-active {
  position: relative;
}

.video-thumbs__item.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 225, 68, 0.64);
}

.video-slider__item::before {
  content: "";
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #0000001f;
}

.video-slider__item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDE4IDE2JyBmaWxsPSdub25lJz48cGF0aCBkPSdNMTYgNy41TDYgMTNMNiAyTDE2IDcuNVonIGZpbGw9JyMxQTFCMjAnLz48L3N2Zz4=");
  border: 1px solid #DEE1E8;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
  z-index: 2;
}

.video-thumbs {
  overflow: hidden;
}

.video-thumbs__items {
  display: flex;
}

.video-thumbs__item {
  border-radius: 3px;
  overflow: hidden;
  width: 134px;
  height: 68px;
  flex: 0 0 auto;
  cursor: pointer;
}

.video-thumbs__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video-scrollbar{
  border-radius: 2px;
  background: #DEDFE2;
  margin-top: 13px;
}

.video-scrollbar .swiper-scrollbar-drag {
  border-radius: 2px;
  height: 6px;
  background: #1A1B20;
}

@media (max-width: 1000px) {
  .products__text-container {
    width: calc((100% - 32px) / 2);
  }
  .home-video{
    width: calc((100% - 32px) / 2);
  }
}

@media (max-width: 900px) {
  .products__btn-container {
    align-items: center;
  }

  .products__text-container {
    width: 100%;
  }

  .products__video {
    width: 100%;
  }

  .products__btn-container {
    flex-direction: column;
    gap: 15px;
  }

  .products {
    margin-bottom: 80px;
  }

  .products__info-text {
    width: 100%;
    text-align: center;
  }

  .products__list {
    font-size: 16px;
    line-height: 22px;
  }

  .products__text-container li::before {
    color: #F9163F;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin-right: 22px;
  }
  .home-video {
    width: 100%;
  }
  .video-slider__item{
    height: auto;
    aspect-ratio: 16 / 10;
  }
}

.advantages {
  border-radius: 3px;
  background: var(--Light-bg, #F2F3F5);
  margin: 0 56px;
  padding-bottom: 72px;
}

.advantages__h1 {
  text-align: center;
  padding: 56px 0 32px;
  color:  #1A1B20;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  font-family: Cygre, sans-serif;
}

.advantages__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.advantage__text{
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.advantage__container {
  display: flex;
  padding: 40px 32px;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  border-radius: 2px;
  background: #FFF;
  width: calc((100% - 32px) / 2);
}

.advantage__text {
  max-width: 400px;
}

@media (max-width: 1000px) {
  .advantages {
    margin: 0;
  }
  .advantage__text {
    font-size: 16px;
  }

  .advantage__container {
    padding: 24px;
  } 
}

@media (max-width: 768px) {
  .advantages {
    padding-bottom: 56px;
  }

  .advantages__grid{
    gap: 16px;
  }

  .advantage__container {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 20px;
    width: 100%;
  }

  .advantage__text {
    color: var(--text-color-light-bg, #3E414D);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.16px;
  }

  .advantages__icon {
    width: 40px;
  }
}

.feedback {
  padding: 152px 0;
}

.feedback__container {
  display: flex;
  justify-content: space-between;
}

.feedback__form-container {
  max-width: 385px;
  padding-right: 20px;
}

.feedback__h1 {
  font-family: Cygre, sans-serif;
  color:#1A1B20;
  margin-bottom: 24px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.feedback__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color:  #3E414D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.feedback__form-feelds {
  padding: 12px 16px 16px 16px;
  border: 1px solid  #DEE1E8;
  width: 100%;
}

.feedback__error{
  color: #F9163F;
  font-size: 12px;
  line-height: 14px;
  padding-top: 2px;
}

.feedback__form-politics {
  color: #3E414D ;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.24px;
}

.feedback__form-politics a {
  text-decoration: underline;
}

.feedback__img {
  max-width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .feedback__container {
    display: block;
  }

  .feedback__img {
    display: none;
  }

  .feedback__form-container {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 520px) {

  .feedback {
    padding: 80px 0px;
  }

  .feedback__h1 {
    font-size: 29px;
    line-height: 34px; /* 113.333% */
    letter-spacing: 0.9px;
  }

}

.geo {

  margin-bottom: 56px;
}

#map {
  height: 700px;
  width: 100%;
  padding: 0 56px;
}

@media (max-width: 800px) {
  #map {
    padding: 0 30px;
  }
}

@media (max-width: 520px) {
  #map {
    padding: 0 20px;
  }
}

.about__content {
  margin-bottom: 96px;
}

.about__content-container {
  display: flex;
  gap: 32px;
}

.about__content-container-col-1 {
  display: block;
  color: #3E414D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.about__content-container-col-1 p {
  margin-bottom: 20px;
}

.about__content-header {
  margin-bottom: 8px;
  color: #F9163F;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.about__content-text {
  display: block;
  color: #3E414D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.about__hr {
  margin: 16px 0 24px;
  width: 32px;
  height: 4px;
  background: #DEE1E8;
}

.about__content-container-col-2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about__content-advantages-container {
  padding: 24px;
  display: flex;
  gap: 24px;
  border: 1px solid #DEE1E8;
  border-left: solid 3px #1A1B20;
}

.about__content-advantages-count {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  padding: 3px 5px 5px 5px;
  border-radius: 2px;
  border: 1px solid #DEE1E8;
  color: #1A1B20;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about__content-advantages-text {
  color: #3E414D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
}

@media (max-width: 1000px) {
  .about__content-advantages-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
  }
}

@media (max-width: 768px) {
  .about__content-container {
    flex-direction: column;
  }

  .about__content-advantages-container {
    flex-direction: column;
    padding: 16px;
    gap: 16px;
  }

  .about__content {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .about__content-header {
    font-size: 30px;
  }

  .about__content-container-col-1 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
  }
}

@media (max-width: 600px) {
  .about__header {
    background-position: bottom;
  }
}

.history {
  background: #F2F3F5;
  align-items: center;
  margin: 0 56px;
  padding: 56px 0px 56px 0px;
  overflow: hidden;
}

.history__slider-control {
  margin-bottom: 16px;
  margin-right: 24px;
  max-width: 1120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.history__slider-control-h2 {
  font-family: Cygre, sans-serif;
  margin-right: 190px;
  color: #1A1B20;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.history__slider-control-years-container {
  margin-right: 24px;
  margin-left: auto;
}

.history__slider-control-years-container-items {
  display: flex;
  gap: 32px;
}

.history_slider-control-years {
  font-family: Cygre, sans-serif;
  color: #7F8189;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.swiper-slide-thumb-active {
  color: #F9163F;
}

.history__slider-control-arrows {
  display: flex;
}

.history__slider-control-arrow-l {
  margin-left: auto;
  margin-right: 16px;
  cursor: pointer;
}

.history__slider-control-arrow-r {
  cursor: pointer;
}

.history__slide-container-section {
  display: flex;
  gap: 32px;
}

.history__slide-container {
  width: 928px;
  height: 368px;
  display: flex;
  flex-shrink: 0;
  gap: 32px;
  align-items: center;
  padding: 48px;
  background: #FFF;
}

.history__slide-container img {
  border-radius: 3px;
}

.history__slide {
  flex-shrink: 0;
}

.history__slide-header {
  font-family: Cygre, sans-serif;
  margin-bottom: 8px;
  color: #1A1B20;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.history__slide-text {
  color:  #3E414D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
}

@media (max-width: 1620px) {
  .history__slider-control-h2 {
    margin-right: auto;
  }
}

@media (max-width: 1200px) {
  .history {
    margin: 0;
  }

  .history__slide-container {

  }

  .history__slider-control-h2 {
    margin-left: 24px;
  }
}

@media (max-width: 1000px) {

  .history__slider-control-years-container {
    display: none;
  }

  .history__slide-container {
    display: block;
    padding: 24px;
    max-width: 400px;
    height: 100%;
  }

  .history {
    margin: 0;
  }

  .history__slider-control {
    padding-top: 67px;
    margin-bottom: 16px;
  }

  .history__slide {
    margin-bottom: 24px;
  }

  .history__slide-container-section {
    gap: 8px;
  }

  .history__slide-container {
    flex-direction: column;
  }

}

@media (max-width: 768px) {

  .history__slide-container {
    flex-direction: column;
  }

}

@media (max-width: 768px) {

  .history__slider-control-h2 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
  }
}

@media (max-width: 600px) {

  .history__slide-container {
    max-width: 278px;
  }

  .history__slide-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
  }

  .history__slider-control-h2 {
    margin-left: 0px;
  }

  .history__slider-control-arrow-l {
    max-width: 40px;
  }

  .history__slider-control-arrow-r {
    max-width: 40px;
  }
}

.products__items {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
}

.products-item {
  padding: 24px;
  border: 1px solid #DEE1E8;
  width: calc((100% - 32px) / 2);
  display: flex;
  flex-direction: column;
}

.products-item__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.72px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: Cygre, sans-serif;
}

.products-item__text {
  color: #3E414D;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
}

.products-item__gallery {
  margin-bottom: 24px;
}

.products-item-gallery {
  overflow: hidden;
  position: relative;
  /*opacity: 0;
  transition: opacity 0.3s linear;*/
}

.products-item-gallery.swiper-initialized{
 /* opacity: 1;*/
}

.products-item-gallery__items {
  display: flex;
}

.products-item-gallery__item {
  width: 100%;
  flex: 0 0 auto;
  height: 300px;
  border-radius: 3px;
  overflow: hidden;
  touch-action: pan-y;
}

.products-item-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-item-gallery__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 16px;
}

.products-item-gallery__bullet {
  background: #DEE1E8;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
}

.products-item-gallery__bullet_active {
  background: #2F333E;
}

.products-item-gallery__arrow {
  position: absolute;
  top: 38%;
  transform: scale(0.8);
  cursor: pointer;
}

.products-item-gallery__arrow_prev {
  left: 10px;
}

.products-item-gallery__arrow_next {
  right: 10px;
}

.products-item .button{
  margin-top: auto;
}

@media (max-width: 800px) {
  .products-item {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .products-item-gallery__item {
    height: 160px;
  }

  .products-item__text {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .products-item-gallery__arrow{
    top: 30%;
  }
  .products-item-gallery__arrow_prev {
    left: 0px;
  }

  .products-item-gallery__arrow_next {
    right: 0px;
  }
}

.contacts {
  margin-top: 56px;
  padding: 0 56px;
}

.contacts__container {
  position: relative;
}

.contacts__map {
  position: relative;
  height: 700px;
  width: 100%;
  background: #eee;
  z-index: 1;
}

.contacts-info {
  position: absolute;
  top: 56px;
  left: 20px;
  background: #fff;
  padding: 32px;
  border: 1px solid #DEE1E8;
  width: 360px;
  z-index: 2;
}

.contacts-info__title {
  font-family: Cygre, sans-serif;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.contacts-info__items {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.contacts-info__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #3E414D;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
}

@media (max-width: 1000px) {
  .contacts {
    margin-top: 24px;
    padding: 0 24px;
  }

  .contacts-info {
    position: absolute;
    top: 32px;
    padding: 32px 24px;
  }

  .contacts-info__item {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 500px) {
  .contacts-info {
    width: calc(100% - 48px);
  }
}

.text-page{

}

.text-page__wrap{
  max-width: 736px;
}

.product-price {

}

.product-price table {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border-collapse: collapse;
  width: 100%;
  color: #1A1B20;
  margin-bottom: 32px;
}

.product-price table td {
  border-color: #DEE1E8;
  padding: 18px 30px;
  text-align: center;
  width: 50%;
}

.product-detail {
  background: #F2F3F5;
  padding: 88px 56px;
}

.product-detail__back {
  padding: 56px 0;
  background: #fff;
  border-radius: 3px;
  border: 1px solid  #DEE1E8;
  background: #FFF;
}

.product-detail__wrap {
  display: flex;
  gap: 30px;
}

.product-detail__picture {
  width: 100%;
}

.product-detail__text {
  width: 100%;
}

@media (max-width: 1000px) {
  .product-detail {
    padding: 0;
  }

  .product-detail__back {
    padding: 56px 0 0;
    border: 0;
  }
}

@media (max-width: 768px) {
  .product-detail__wrap {
    flex-direction: column;
  }
}

.partners {
  background: #F2F3F5;
  padding: 88px 0;
  overflow: hidden;
}

.partners__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #1A1B20;
  font-family: Cygre, sans-serif;
}

.partners__items {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}

.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #Fff;
  width: calc((100% - 35px * 4) / 5);
}

.partners__item img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1000px) {
  .partners {
    padding: 56px 0;
  }

  .partners__title {
    font-size: 30px;
    line-height: 34px;
  }

  .partners__items {
    flex-wrap: nowrap;
    gap: 0px;
    margin-bottom: 16px;
  }

  .partners__item {
    width: 196px;
    flex: 0 0 auto;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.carousel__arrow {
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: 90;
  cursor: pointer;
}

.carousel__arrow_prev {
  transform: translate(-565px, -50%);
}

.carousel__arrow_next {
  transform: translate(505px, -50%);
}

.scrollbar {
  border-radius: 5px;
  background: #DEDFE2;
}

.scrollbar__drag {
  border-radius: 5px;
  height: 6px;
  background: #1A1B20;
}

.carousel {
  position: relative;
}

.carousel__items {
  display: flex;
  margin-bottom: 16px;
}

.carousel__item {
  width: calc((100% - 64px) / 3);
  height: 250px;
  flex: 0 0 auto;
  border-radius: 3px;
  overflow: hidden;
}

.carousel__item img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/**/

.carousel__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #1A1B20;
  font-family: Cygre, sans-serif;
}

@media (max-width: 1000px) {
  .carousel__item {
    width: 350px;
  }

  .carousel__title {
    font-size: 30px;
    line-height: 34px;
  }
}

.banner-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 96px;
  background: #FFE144;
}

.banner-1__text {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  color: #1A1B20;
  max-width: 500px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
}

@media (max-width: 1000px) {
  .banner-1 {
    padding: 35px 30px;
  }

  .banner-1__text {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (max-width: 768px) {
  .banner-1 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;

    padding: 35px 20px;
  }

  .banner-1__text {
    font-size: 20px;
    line-height: 30px;
  }
}

.banner-2 {
  display: block;
  border-left: 8px solid #1A1B20;
  background: url(/local/frontend/assets/img/banner-2.jpg);
}

.banner-2__back {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 74px 0;
  gap: 56px;
  background: rgba(255, 225, 68, 0.85);
}

.banner-2__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
  font-family: Cygre, sans-serif;
  color: #1A1B20;
}

.banner-2__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1A1B20;
}

@media (max-width: 1000px) {
  .banner-2__back {
    gap: 20px;
    padding: 45px 0;
  }

  .banner-2__title {
    font-size: 24px;
  }

  .banner-2__icon {
    transform: scale(0.8);
  }
}

@media (max-width: 768px) {
  .banner-2 {
    background-size: cover;
  }
  .banner-2__back {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 32px;
    gap: 10px;
  }

  .banner-2__title {
    font-size: 24px;
  }
}
