@charset "UTF-8";

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

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

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

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

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

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   +retina(/images/mypic.jpg, 2);
 *   +retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 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:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

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

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

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

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

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

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

: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;
  -webkit-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: 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;
}

/* Scrollbar */

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

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: 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%;
  object-fit: contain;
}

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

/* Preloader */

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

.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%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

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

/* a11y */

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform,visibility,opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.container {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container_fluid {
  max-width: 100%;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.stretch {
  align-items: stretch;
}

.align-items-center {
  align-items: center;
}

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

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.order-1 {
  order: 1;
}

.col-1 {
  box-sizing: border-box;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  width: 100%;
}

.order-2 {
  order: 2;
}

.col-2 {
  box-sizing: border-box;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 100%;
}

.order-3 {
  order: 3;
}

.col-3 {
  box-sizing: border-box;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.order-4 {
  order: 4;
}

.col-4 {
  box-sizing: border-box;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%;
}

.order-5 {
  order: 5;
}

.col-5 {
  box-sizing: border-box;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  width: 100%;
}

.order-6 {
  order: 6;
}

.col-6 {
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.order-7 {
  order: 7;
}

.col-7 {
  box-sizing: border-box;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  width: 100%;
}

.order-8 {
  order: 8;
}

.col-8 {
  box-sizing: border-box;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  width: 100%;
}

.order-9 {
  order: 9;
}

.col-9 {
  box-sizing: border-box;
  flex: 0 0 75%;
  max-width: 75%;
  width: 100%;
}

.order-10 {
  order: 10;
}

.col-10 {
  box-sizing: border-box;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  width: 100%;
}

.order-11 {
  order: 11;
}

.col-11 {
  box-sizing: border-box;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  width: 100%;
}

.order-12 {
  order: 12;
}

.col-12 {
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

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

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

@font-face {
  font-family: 'Elektra Text Pro';
  src: url("../fonts/ElektraTextPro-Bold.ttf") format("opentype"), url("../fonts/ElektraTextPro-Bold.woff2") format("woff2"), url("../fonts/ElektraTextPro-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Elektra Text Pro';
  src: url("../fonts/ElektraTextPro.ttf") format("opentype"), url("../fonts/ElektraTextPro.woff2") format("woff2"), url("../fonts/ElektraTextPro.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  outline: none;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

input {
  outline: none;
}

input:active,
input:focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  font-family: "Elektra Pro", sans-serif;
  font-weight: 300;
  background-color: #fff;
  color: #404750;
  height: auto;
  min-height: 100%;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body.block-scroll {
  overflow: hidden;
}

.inline-block {
  display: inline-block;
}

.container {
  padding: 0 40px;
}

.main {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 80px;
  position: relative;
}

.main::before {
  content: '';
  position: absolute;
  top: -105px;
  left: 0;
  width: 100%;
  height: 304px;
  background: linear-gradient(180deg, rgba(63, 80, 91, 0) 0%, rgba(63, 80, 91, 0.15) 100%);
  transform: rotate(180deg);
  z-index: 0;
}

.main__content {
  flex: 1;
  position: relative;
  z-index: 1;
}

.main__content_df {
  display: flex;
  flex-direction: column;
}

.error-msg {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.01em;
  color: #EF3737;
  padding-top: 8px;
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: 400;
  display: none;
}

.error + .error-msg {
  display: block;
}

h1,
.h1 {
  font-size: 44px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #181818;
  font-weight: 400;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 150%;
  color: #181818;
  font-weight: 400;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 145%;
  color: #181818;
  font-weight: 400;
}

h4,
.h4 {
  font-size: 22px;
  line-height: 140%;
  color: #181818;
  font-weight: 400;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 145%;
  color: #181818;
  font-weight: 400;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 145%;
  color: #181818;
  font-weight: 400;
}

.title {
  position: relative;
  padding-top: 32px;
}

.title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 2px;
  background-color: #EF8937;
}

.subtitle {
  font-size: 20px;
  line-height: 170%;
  color: #404750;
  font-family: "Elektra Text Pro", sans-serif;
}

.subtitle_sm {
  font-size: 16px;
}

.line {
  width: 100%;
  height: 1px;
  background: #DADFE3;
}

blockquote {
  padding-left: 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #404750;
  position: relative;
}

blockquote::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background: #EF8937;
  top: 0;
  left: 0;
}

.slider-pagination {
  display: flex;
  justify-content: center;
  position: static;
  bottom: auto !important;
}

.slider-pagination .swiper-pagination-bullet {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #DADFE3;
  opacity: 1;
  margin: 0 0.375em;
  flex-shrink: 0;
}

.slider-pagination .swiper-pagination-bullet-active {
  background: #3F505B;
}

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

.color-orange {
  color: #EF8937 !important;
}

.custom-scroll::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(233, 239, 247, 0.7);
}

.custom-scroll::-webkit-scrollbar-track {
  box-shadow: none;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #647A9C;
  border-radius: 3px;
}

.hide-md {
  display: block !important;
}

.show-md {
  display: none !important;
}

.hide-only-md {
  display: block;
}

.show-sm {
  display: none;
}

.hide-sm {
  display: block !important;
}

.dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.2);
  transition: all 300ms ease;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3em;
  padding: 0 1.375em;
  border: 1px solid #3F505B;
  box-sizing: border-box;
  border-radius: 0.625em;
  cursor: pointer;
  transition: border 300ms ease, background 300ms ease;
}

.btn svg {
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 12px;
  stroke: #3F505B;
  transition: stroke 300ms ease;
  flex-shrink: 0;
}

.btn span {
  font-family: "Elektra Pro", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #3F505B;
  transition: color 300ms ease;
}

.btn:hover {
  border-color: #243641;
  background: #243641;
  filter: drop-shadow(0px 4px 8px rgba(93, 98, 101, 0.25));
}

.btn:hover span {
  color: #fff;
}

.btn:hover svg {
  stroke: #fff;
}

.btn_fw {
  width: 100%;
}

.btn_p-48 {
  padding: 0 3em;
}

.btn_p-16 {
  padding: 0 1em;
}

.btn_fz-12 span {
  font-size: 0.75em;
}

.btn_lg {
  height: 3.5em;
}

.btn_sm {
  height: 2.5em;
}

.btn_sm span {
  font-size: 0.8125em;
  font-family: "Elektra Text Pro", sans-serif;
}

.btn_dark {
  border-color: #3F505B;
  background: #3F505B;
}

.btn_dark span {
  color: #fff;
}

.btn_dark svg {
  stroke: #fff;
}

.btn_dark:hover {
  background: #243641;
  border-color: #243641;
}

.btn_orange {
  border: none;
  background: #EF8937;
}

.btn_orange span {
  color: #fff;
}

.btn_orange svg {
  stroke: #fff;
}

.btn_orange:hover {
  background: linear-gradient(180deg, rgba(255, 187, 86, 0.6) 0%, rgba(239, 123, 29, 0.6) 100%), #EF8937;
  filter: drop-shadow(0px 4px 8px rgba(239, 129, 40, 0.25));
}

.btn_orange-bordered {
  background: #fff;
  border-color: #EF8937;
}

.btn_orange-bordered span {
  color: #EF8937;
}

.btn_orange-bordered svg {
  stroke: #EF8937;
}

.btn_orange-bordered:hover {
  background: linear-gradient(180deg, rgba(255, 187, 86, 0.6) 0%, rgba(239, 123, 29, 0.6) 100%), #EF8937;
  filter: drop-shadow(0px 4px 8px rgba(239, 129, 40, 0.25));
  border-color: #EF8937;
}

.btn_orange-bordered:hover span {
  color: #fff;
}

.btn_orange-bordered:hover svg {
  stroke: #fff;
}

.form {
  position: relative;
}

.form__title {
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #181818;
  font-family: "Elektra Text Pro", sans-serif;
  padding-bottom: 40px;
}

.form__row {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.form__col {
  width: 50%;
  padding: 0 20px;
}

.form__field {
  padding-bottom: 32px;
}

.form__button_right {
  display: flex;
  justify-content: flex-end;
}

.label {
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.01em;
  color: #90979C;
  padding-bottom: 8px;
}

.selectize-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
  outline: none;
  display: flex !important;
  align-items: center;
  width: 100%;
  border: 1px solid #DADFE3;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #404750;
  padding: 0 17px;
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: 400;
  transition: border 300ms ease;
  border-radius: 0;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.selectize-input > input {
  margin: 0 !important;
  font-size: 14px;
  box-sizing: border-box !important;
}

.selectize-input.dropdown-active {
  border-radius: 0;
}

.selectize-input.focus {
  box-shadow: none;
}

.selectize-control.single .selectize-input:after {
  width: 18px;
  height: 18px;
  background: url("../img/dropdown/arrow-18.svg") 50% 50% no-repeat;
  background-size: contain;
  border: none;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 300ms ease;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin: 0;
  border: none;
  transform: translateY(-50%) rotate(-180deg);
}

.selectize-dropdown .option {
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #404750;
  padding: 12px 17px;
  cursor: pointer;
  transition: background 300ms ease;
}

.selectize-dropdown .option:hover,
.selectize-dropdown .option.active {
  background: #F5F6F7;
}

.content__backlink {
  padding-bottom: 56px;
}

.content__inner {
  padding-top: 40px;
}

.content__inner_sq {
  position: relative;
}

.content__inner_sq.is-animated::before {
  opacity: 1;
}

.content__inner_sq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 447px;
  background: #F6F7F9;
  z-index: -1;
  opacity: 0;
  transition: opacity 600ms ease;
}

.content__title {
  position: relative;
  padding-bottom: 40px;
}

.content__title_lg {
  padding-bottom: 60px;
}

.content__title_line-bottom-left {
  padding-bottom: 43px;
  margin-bottom: 40px;
}

.content__title_line-bottom-left::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 45px;
  background: #EF8937;
}

.content__title_line-top-center {
  padding-top: 30px;
  text-align: center;
}

.content__title_line-top-center::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #EF8937;
  width: 45px;
  height: 2px;
}

.content__title_line-top-left {
  padding-top: 30px;
}

.content__title_line-top-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #EF8937;
  width: 45px;
  height: 2px;
}

.content__wrapper {
  padding: 80px 0 60px 0;
}

.content__subtitle {
  padding: 0 0 50px 0;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  color: #181818;
  font-weight: normal;
  position: relative;
  font-family: "Elektra Text Pro", sans-serif;
}

.content__subtitle::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 196px;
  background: #CFB479;
}

.content__subtitle-lg {
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 20px;
  line-height: 170%;
  color: #404750;
}

.content__lead {
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #181818;
  padding-bottom: 60px;
}

.content__lead::first-letter {
  font-size: 36px;
}

.content__section {
  position: relative;
  padding: 80px 0 120px 0;
}

.content__section_pt-0 {
  padding-top: 0 !important;
}

.content__section_pb-0 {
  padding-bottom: 0 !important;
}

.content__section_md {
  padding: 60px 0;
}

.content__article h3,
.content__article h2 {
  padding-bottom: 32px;
}

.content__article p {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #404750;
  padding-bottom: 20px;
}

.content__article img {
  margin: 40px auto 60px auto;
  max-width: 750px;
  width: 100%;
  height: auto;
  display: block;
}

.content__article_lg p {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #404750;
  padding-bottom: 24px;
}

.content ul:not(.swiper-pagination) {
  list-style-type: none;
  display: block;
  position: relative;
  padding-bottom: 28px;
}

.content ul:not(.swiper-pagination) li {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #404750;
  position: relative;
  padding-left: 22px;
  padding-bottom: 16px;
}

.content ul:not(.swiper-pagination) li::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #BCCAD3;
  position: absolute;
  top: 10px;
  left: 0;
}

.content ol:not(.swiper-pagination) {
  list-style-type: none;
  display: block;
  position: relative;
  padding-bottom: 28px;
  counter-reset: ol-counter;
}

.content ol:not(.swiper-pagination) li {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #404750;
  position: relative;
  padding-left: 22px;
  padding-bottom: 16px;
}

.content ol:not(.swiper-pagination) li::before {
  counter-increment: ol-counter;
  content: counter(ol-counter) ".";
  font-size: 16px;
  line-height: 150%;
  color: #404750;
  position: absolute;
  top: 1px;
  left: 0;
}

.content__header {
  position: relative;
  padding: 50px 0 34px 0;
}

.content__header_simple {
  padding: 50px 0 34px 0;
}

.content__header_simple .content__header-wrapper {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content__header_simple .content__header-backlink {
  position: relative;
  top: 0;
  padding: 0;
}

.content__header_simple .content__header-link {
  position: relative;
  top: 0;
}

.content__header-wrapper {
  padding: 0 200px;
  position: relative;
}

.content__header-caption {
  text-align: center;
  max-width: 906px;
  width: 100%;
  margin: 0 auto;
}

.content__header-title {
  font-weight: normal;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #181818;
  padding-bottom: 10px;
}

.content__header-subtitle {
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 170%;
  color: #181818;
  padding-bottom: 20px;
}

.content__header-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #181818;
}

.content__header-text_sm {
  max-width: 402px;
  color: #90979C;
  font-size: 15px;
  line-height: 150%;
  margin: 0 auto;
}

.content__header-backlink {
  position: absolute;
  top: 9px;
  left: 0;
}

.content__header-link {
  position: absolute;
  top: 9px;
  right: 0;
}

.archive-link {
  display: flex;
  align-items: center;
}

.archive-link span {
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3F505B;
  padding-right: 16px;
}

.archive-link svg {
  width: 24px;
  height: 24px;
  display: block;
}

.hidden-text__text {
  display: block;
}

.hidden-text__text_hidden {
  display: none;
}

.hidden-text.active a span:first-child {
  display: none;
}

.hidden-text.active a span:last-child {
  display: block;
}

.hidden-text a {
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #3F505B;
}

.hidden-text a:hover span {
  border-color: transparent;
}

.hidden-text a span {
  border-bottom: 1.5px dashed #BCCAD3;
  transition: border 300ms ease;
}

.hidden-text a span:first-child {
  display: block;
}

.hidden-text a span:last-child {
  display: none;
}

.tabs__header {
  position: relative;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #DADFE3;
}

.tabs__buttons {
  display: flex;
  position: relative;
}

.tabs__button {
  display: block;
  padding: 36px 34px;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #90979C;
  font-weight: normal;
  font-family: "Elektra Text Pro", sans-serif;
  transition: color 300ms ease;
}

.tabs__button.active,
.tabs__button:hover {
  color: #181818;
}

.tabs__line {
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #EF8937;
  transition: width 300ms ease, transform 300ms ease;
}

.tabs__body {
  position: relative;
  padding: 80px 0 0 0;
}

.tabs__item {
  display: none;
}

.tabs__item.active {
  display: block;
}

.add-link {
  display: flex;
  align-items: center;
}

.add-link__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #181818;
  border-bottom: 1px solid #181818;
}

.add-link__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #EF8937;
  margin-left: 16px;
}

.add-link__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.table {
  border-collapse: separate;
  border-spacing: 0;
}

.table__main-th {
  text-align: left;
  padding: 60px 0 86px 0;
}

.table__title {
  font-weight: normal;
  font-size: 22px;
  line-height: 140%;
  color: #181818;
  padding-bottom: 30px;
}

.table__header {
  padding: 34px 20px 24px 20px;
  position: relative;
}

.table__remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
}

.table__remove svg {
  display: block;
  width: 16px;
  height: 16px;
  stroke: #90979C;
}

.table__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.table__image {
  width: 220px;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.table__name {
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #404750;
  text-align: center;
}

.table td {
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #404750;
  height: 60px;
  padding: 4px 18px 4px 18px;
  border-right: 1px solid #DADFE3;
}

.table td:first-child {
  font-family: "Elektra Pro", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 130%;
  color: #404750;
  text-align: left;
  padding-right: 70px;
}

.table td img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.table td,
.table th {
  width: 276px;
  min-width: 276px;
}

.table td:first-child,
.table th:first-child {
  width: 348px;
  min-width: 348px;
  position: sticky;
  left: 0;
  z-index: 2;
}

.table tr:nth-child(even) {
  background: #F5F6F7;
}

.table tr:nth-child(even) td:first-child {
  background: #F5F6F7;
}

.table tr:nth-child(odd) {
  background: #fff;
}

.table tr:nth-child(odd) td:first-child {
  background: #fff;
}

.table tr:last-child td {
  border-bottom: 1px solid #DADFE3;
}

.table tr:last-child td:first-child {
  border-bottom: none;
}

.table th {
  border-top: 1px solid #DADFE3;
  border-right: 1px solid #DADFE3;
  border-bottom: 1px solid #DADFE3;
  box-sizing: border-box;
  background-color: #fff;
}

.table th:first-child {
  border-top: none;
  border-bottom: 1px solid #DADFE3;
  border-right: 1px solid #DADFE3;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  width: 100%;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
  min-width: 320px;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal.active .modal__container {
  transform: translateY(0);
}

.modal_sm .modal__container {
  max-width: 400px;
}

.modal_sm .modal__content {
  padding: 0;
}

.modal_sm .modal__bg {
  display: none;
}

.modal__wrapper {
  position: relative;
  display: flex;
  min-height: 100%;
  width: 100%;
  padding: 80px 40px;
  z-index: 2;
}

.modal__overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000000;
  opacity: 0.15;
}

.modal__container {
  position: relative;
  width: 100%;
  max-width: 740px;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  pointer-events: all;
  margin: auto;
  overflow: unset;
  transform: translateY(50px);
  transition: transform 600ms ease-out;
}

.modal__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-height: 420px;
  min-width: 740px;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.modal__bg::after {
  content: '';
  position: absolute;
  width: 349px;
  height: 303px;
  bottom: -76px;
  right: -88px;
  background: url("../img/logo-bg.svg") 50% 50% no-repeat;
  background-size: contain;
  opacity: 0.35;
}

.modal__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
}

.modal__close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.modal__content {
  padding: 48px;
  position: relative;
  z-index: 2;
}

.modal__title {
  font-size: 24px;
  line-height: 140%;
  text-align: left;
  letter-spacing: 0.01em;
  color: #000000;
  font-family: "Elektra Text Pro", sans-serif;
  padding-bottom: 40px;
}

.modal__description {
  font-weight: 300;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #404750;
  padding-bottom: 40px;
}

.modal__btn {
  min-width: 177px;
}

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #DADFE3;
}

.modal__header-title {
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 18px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #000000;
}

.modal__header-close {
  width: 24px;
  height: 24px;
  z-index: 3;
}

.modal__header-close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.modal__compare {
  padding: 20px 23px 25px 20px;
}

.modal__compare-item {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal__compare-item:last-child {
  padding-bottom: 0;
}

.modal__compare-link {
  display: flex;
  align-items: center;
}

.modal__compare-link:hover .modal__compare-link-text span {
  border-color: transparent;
}

.modal__compare-link-text {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #3F505B;
  padding-right: 10px;
}

.modal__compare-link-text span {
  border-bottom: 1.5px solid #BCCAD3;
  transition: border 300ms ease;
}

.modal__compare-link-counter {
  width: 22px;
  height: 22px;
  background-color: #EF8937;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  flex-shrink: 0;
}

.modal__compare-remove {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: 16px;
}

.modal__compare-remove:hover svg {
  stroke: #EF8937;
}

.modal__compare-remove svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #90979C;
  transition: stroke 300ms ease;
}

.modal__product {
  position: relative;
}

.modal__product-wrapper {
  display: flex;
}

.modal__product-image {
  flex-shrink: 0;
  width: 120px;
  height: 110px;
  margin-right: 24px;
}

.modal__product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal__product-title {
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #90979C;
  padding-bottom: 20px;
}

.modal__product-buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.modal__product-button {
  display: inline-flex;
  margin-bottom: 16px;
  border-bottom: 1px solid #BCCAD3;
  transition: border 300ms ease;
}

.modal__product-button:hover {
  border-color: transparent;
}

.modal__product-button span {
  font-weight: normal;
  font-size: 13px;
  line-height: 12px;
  color: #3F505B;
  padding-right: 4px;
}

.modal__product-button svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  stroke: #3F505B;
  fill: none;
}

.tippy-box {
  background: #fff;
  border: 1px solid #DEDFE3;
  box-sizing: border-box;
  box-shadow: 0px 8px 40px rgba(116, 125, 148, 0.2);
  border-radius: 8px;
  padding: 24px;
  width: 355px;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #404750;
}

.tippy-box[data-theme="mine"] {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 12px 25px;
  border: none;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
  width: auto;
  font-size: 13px;
  line-height: 140%;
  color: #181818;
  font-weight: normal;
}

.tippy-box[data-theme="mine"] .tippy-arrow {
  color: #fff;
}

.link,
.content p a,
.content__article a,
.content ul:not(.swiper-pagination) li a,
.content ol:not(.swiper-pagination) li a,
.hidden-text p a,
.article-1 p a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-decoration-color: #EF8937;
  text-underline-offset: 3px;
}

.link:hover,
.content p a:hover,
.content__article a:hover,
.content ul:not(.swiper-pagination) li a:hover,
.content ol:not(.swiper-pagination) li a:hover,
.hidden-text p a:hover,
.article-1 p a:hover {
  text-decoration: none;
}

.description__hidden {
  display: none;
}

.description.active .description__button span:first-child {
  display: none;
}

.description.active .description__button span:last-child {
  display: block;
}

.description .description__button {
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #3F505B;
}

.description .description__button:hover span {
  border-color: transparent;
}

.description .description__button span {
  border-bottom: 1.5px dashed #BCCAD3;
  transition: border 300ms ease;
}

.description .description__button span:first-child {
  display: block;
}

.description .description__button span:last-child {
  display: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease 300ms;
}

.preloader__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preloader__icon {
  width: 67px;
  height: 60px;
  animation: rotate-preloader 1s linear infinite;
  transition: opacity 300ms ease;
}

.preloader__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.preloader__text {
  width: 85px;
  height: 25px;
  margin-top: 20px;
  transition: opacity 300ms ease;
}

.preloader__text svg {
  display: block;
  width: 100%;
  height: 100%;
}

.preloader.active {
  opacity: 0;
  visibility: hidden;
}

.preloader.active .preloader__icon {
  opacity: 0;
}

.preloader.active .preloader__text {
  opacity: 0;
}

@keyframes rotate-preloader {
  0% {
    transform: scale(1) rotate(0);
  }

  50% {
    transform: scale(1.2) rotate(180deg);
  }

  100% {
    transform: scale(1) rotate(360deg);
  }
}

.input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
  outline: none;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #DADFE3;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #404750;
  padding: 0 17px;
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: 400;
  transition: border 300ms ease;
}

.input.error {
  border-color: #EF3737;
  filter: drop-shadow(0px 2px 8px rgba(208, 183, 154, 0.2));
}

.checkbox {
  position: relative;
  cursor: pointer;
}

.checkbox:hover .checkbox__box {
  background: #EF8937;
  border-color: #EF8937;
}

.checkbox__label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkbox__field {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.checkbox__field:checked + .checkbox__box {
  background: #EF8937;
  border-color: #EF8937;
}

.checkbox__field:checked + .checkbox__box::before {
  opacity: 1;
}

.checkbox__box {
  background: #FFFFFF;
  border: 1px solid #BCCAD3;
  box-sizing: border-box;
  border-radius: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  transition: background 300ms ease, border 300ms ease;
  position: relative;
}

.checkbox__box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 8px;
  background: url("../img/checkbox/check.svg") 50% 50% no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 300ms ease;
}

.checkbox__text {
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #404750;
  font-family: "Elektra Text Pro", sans-serif;
}

.radio {
  position: relative;
  cursor: pointer;
}

.radio:hover .radio__box {
  border-color: #EF8937;
}

.radio__label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio__field {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.radio__field:checked + .radio__box {
  border-color: #EF8937;
  background: #EF8937;
}

.radio__field:checked + .radio__box::before {
  opacity: 1;
}

.radio__box {
  background: #FFFFFF;
  border: 1px solid #BCCAD3;
  box-sizing: border-box;
  border-radius: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  transition: border 300ms ease, background 300ms ease;
  position: relative;
  border-radius: 50%;
}

.radio__box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0;
  transition: opacity 300ms ease;
}

.radio__text {
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #404750;
  font-family: "Elektra Text Pro", sans-serif;
}

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

.breadcrumbs__item {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #404750;
  font-family: "Elektra Text Pro", sans-serif;
  padding-right: 14px;
  margin-right: 14px;
  position: relative;
}

.breadcrumbs__item::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 85%;
  background: #90979C;
  transform: rotate(12deg) translateY(-50%);
}

.breadcrumbs__item:last-child {
  color: #90979C;
  padding-right: 0;
  margin-right: 0;
}

.breadcrumbs__item:last-child::before {
  display: none;
}

.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
  outline: none;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #DADFE3;
  min-height: 48px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #404750;
  padding: 14px 17px;
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: 400;
  transition: border 300ms ease;
  resize: none;
}

.textarea.error {
  border-color: #EF3737;
  filter: drop-shadow(0px 2px 8px rgba(208, 183, 154, 0.2));
}

.map-btn {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  background: #FFFFFF;
  border: 1px solid #DADFE3;
  box-sizing: border-box;
  border-radius: 30px;
  transition: background 300ms ease;
}

.map-btn:hover {
  background: #243641;
}

.map-btn:hover svg {
  fill: #fff;
}

.map-btn:hover span {
  color: #fff;
}

.map-btn svg {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  transition: fill 300ms ease;
  fill: #3F505B;
}

.map-btn span {
  font-weight: 300;
  font-size: 13px;
  line-height: 160%;
  color: #3F505B;
  transition: color 300ms ease;
}

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

.backlink_dark .backlink__text {
  color: #404750;
}

.backlink_dark .backlink__icon svg {
  stroke: #3F505B;
}

.backlink_sm .backlink__text {
  text-transform: none;
  font-family: "Elektra Text Pro", sans-serif;
}

.backlink_article .backlink__text {
  display: none;
}

.backlink__text {
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}

.backlink__icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  flex-shrink: 0;
}

.backlink__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #fff;
}

.tender-plate {
  position: relative;
  padding: 30px 0 55px 0;
}

.tender-plate__wrapper {
  position: relative;
  display: flex;
  background: #F0F1F2;
  border-radius: 12px;
  align-items: stretch;
}

.tender-plate__col {
  width: 100%;
}

.tender-plate__col:last-child {
  width: 300px;
  flex-shrink: 0;
}

.tender-plate__left {
  padding: 56px 180px 56px 56px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  min-height: 100%;
}

.tender-plate__left::before {
  content: '';
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  background: url("../img/tender-plate/triangle.svg") 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
}

.tender-plate__icon {
  margin-right: 40px;
  flex-shrink: 0;
  width: 77px;
  height: 77px;
}

.tender-plate__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.tender-plate__title {
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  color: #181818;
  padding-bottom: 24px;
}

.tender-plate__text {
  font-weight: 300;
  font-size: 15px;
  line-height: 160%;
  color: #404750;
}

.tender-plate__text_light {
  color: #fff;
}

.tender-plate__right {
  background: #3F505B;
  width: 100%;
  height: 100%;
  padding: 50px 50px 50px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
}

.tender-plate__button {
  display: inline-flex;
  width: auto;
  margin-top: 26px;
  align-items: center;
  justify-content: center;
  padding: 0 39px;
  border: 1px solid #fff;
  height: 48px;
  border-radius: 10px;
}

.tender-plate__button-text {
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.tender-plate__button-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  flex-shrink: 0;
}

.tender-plate__button-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.grid-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.625em 3.125em 3.125em 3.125em;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}

.grid-link:hover .grid-link__image {
  transform: scale(1.05) rotate(10deg);
}

.grid-link:hover .grid-link__icon {
  transform: rotate(-10deg);
}

.grid-link__image-wrapper {
  opacity: 0;
  transition: opacity 600ms ease 600ms;
}

.grid-link__image {
  width: 12.3125em;
  height: 10.75em;
  margin-bottom: 1.1875em;
  background: url("../img/main-grid/link-bg.svg") 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 600ms ease-out;
  backface-visibility: hidden;
}

.grid-link__icon {
  width: 8.125em;
  height: 8.125em;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 600ms ease-out;
  backface-visibility: hidden;
}

.grid-link__icon img {
  width: 3em;
  height: 3em;
  object-fit: contain;
}

.grid-link__title {
  font-size: 1.25em;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #404750;
  font-family: "Elektra Pro", sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.grid-link__title span {
  display: block;
  transform: translateY(100%);
  transition: transform 600ms ease 600ms;
}

.is-animated .grid-link__title span {
  transform: translateY(0);
}

.is-animated .grid-link__image-wrapper {
  opacity: 1;
}

.main-slider {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.75em 3.75em 2em 3.75em;
  position: relative;
  z-index: 2;
}

.main-slider .swiper-wrapper {
  height: auto !important;
}

.main-slider__container {
  width: 100%;
}

.main-slider__item {
  display: block;
  height: auto !important;
  margin-bottom: 2.125em;
}

.main-slider__image {
  display: block;
  border-radius: 0 0.75em 0.75em 0.75em;
  overflow: hidden;
  margin-bottom: 1.5em;
  position: relative;
  opacity: 0;
  transform: translateY(1.25em);
  transition: opacity 600ms ease 600ms, transform 600ms ease 600ms;
}

.main-slider__image::before {
  content: '';
  display: inline-block;
  padding-top: 62%;
}

.main-slider__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slider__date {
  display: block;
  padding: 0.75em;
  background: #181818;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.main-slider__date-top {
  display: block;
  font-size: 1.875em;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.main-slider__date-bottom {
  display: block;
  font-size: 0.625em;
  line-height: 130%;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.main-slider__title {
  display: block;
  font-size: 1.125em;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #404750;
  font-family: "Elektra Pro", sans-serif;
  font-weight: 400;
  opacity: 0;
  transform: translateY(1.25em);
  transition: opacity 600ms ease 750ms, transform 600ms ease 750ms;
}

.main-slider .slider-pagination {
  opacity: 0;
  transform: translateY(1.25em);
  transition: opacity 600ms ease 900ms, transform 600ms ease 900ms;
}

.is-animated .main-slider__image,
.is-animated .main-slider__title,
.is-animated .main-slider .slider-pagination {
  opacity: 1;
  transform: translateY(0);
}

.main-products {
  display: block;
  overflow: hidden;
  height: 100%;
  padding: 3.75em 3.125em 3.125em 3.125em;
  position: relative;
  z-index: 2;
}

.main-products:hover .main-products__bg-holder {
  transform: translateX(1.25em);
}

.main-products:hover .btn {
  border-color: #243641;
  background: #243641;
  filter: drop-shadow(0px 4px 8px rgba(93, 98, 101, 0.25));
}

.main-products:hover .btn span {
  color: #fff;
}

.main-products__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: translateX(1.25em);
  transition: transform 600ms ease, opacity 600ms ease;
}

.main-products__bg-holder {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/main-products/img-2.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 600ms ease;
}

.main-products__wrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
}

.main-products__header {
  display: block;
  padding-bottom: 4.9375em;
  position: relative;
  z-index: 2;
}

.main-products__title {
  display: block;
  font-size: 2em;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #181818;
  font-weight: 400;
  margin-bottom: 2em;
  overflow: hidden;
}

.main-products__title span {
  display: block;
  transform: translateY(100%);
  transition: transform 600ms ease 600ms;
}

.main-products__subtitle {
  display: block;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #404750;
  opacity: 0;
  transform: translateY(1.25em);
  transition: transform 600ms ease 750ms, opacity 600ms ease 750ms;
}

.main-products__image {
  position: relative;
  left: -6.375em;
  justify-self: center;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}

.main-products__image img {
  width: 53.5em;
  height: 33.125em;
  display: block;
  object-fit: contain;
}

.main-products__button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transform: translateY(1.25em);
  transition: transform 600ms ease 900ms, opacity 600ms ease 900ms;
}

.is-animated .main-products__title span {
  transform: translateY(0);
}

.is-animated .main-products__subtitle {
  opacity: 1;
  transform: translateY(0);
}

.is-animated .main-products__button {
  opacity: 1;
  transform: translateY(0);
}

.is-animated .main-products__bg {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 600ms;
}

.main-services {
  padding: 3.75em 3.125em 3.125em 3.125em;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.main-services:hover .main-services__bg-holder {
  transform: translateX(1.25em);
}

.main-services__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: translateX(1.25em);
  transition: transform 600ms ease 750ms, opacity 600ms ease 750ms;
}

.main-services__bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/main-services/img-2.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 600ms ease;
}

.main-services__wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 1;
}

.main-services__title {
  font-size: 2em;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #181818;
  font-weight: 400;
  overflow: hidden;
}

.main-services__title span {
  display: block;
  transform: translateY(100%);
  transition: transform 600ms ease 750ms;
}

.main-services__list {
  padding: 1.875em 0 1.875em 0;
}

.main-services__list li {
  position: relative;
  opacity: 0;
  transform: translateX(-1.25em);
  transition: transform 600ms ease, opacity 600ms;
  transition-delay: 750ms;
}

.main-services__list li:nth-child(2) {
  transition-delay: 900ms;
}

.main-services__list li:nth-child(3) {
  transition-delay: 1050ms;
}

.main-services__list li:nth-child(4) {
  transition-delay: 1300ms;
}

.main-services__list li:nth-child(5) {
  transition-delay: 1450ms;
}

.main-services__list li:nth-child(5) {
  transition-delay: 1600ms;
}

.main-services__list li:nth-child(6) {
  transition-delay: 1750ms;
}

.main-services__list li:nth-child(7) {
  transition-delay: 1900ms;
}

.main-services__link {
  font-size: 1.125em;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #404750;
  font-weight: normal;
  font-family: "Elektra Text Pro", sans-serif;
  padding: 0.6875em 0;
  display: inline-block;
  transition: transform 600ms ease;
  position: relative;
}

.main-services__link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -3.125em;
  width: 3.125em;
  height: 0.0625em;
  background: #EF8937;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 600ms ease, transform 600ms ease;
}

.main-services__link:hover {
  transform: translateX(1.25em);
}

.main-services__link:hover::before {
  opacity: 1;
  transform: translateX(-1.25em);
}

.main-services__link:hover span::before {
  transform: translateX(100%);
}

.main-services__link span {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-services__link span::before {
  content: '';
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #90979C;
  transition: opacity 600ms ease, transform 600ms ease;
}

.main-services__image {
  width: 40.5em;
  height: 24.75em;
  position: absolute;
  top: 50%;
  right: -13.75em;
  transform: translateY(-50%);
}

.main-services__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.main-services__button {
  margin-top: auto;
  opacity: 0;
  transform: translateY(1.25em);
  transition: transform 600ms ease 900ms, opacity 600ms ease 900ms;
}

.is-animated .main-services__title span {
  transform: translateY(0);
}

.is-animated .main-services__bg,
.is-animated .main-services__button {
  opacity: 1;
  transform: translateY(0);
}

.is-animated .main-services__list li {
  opacity: 1;
  transform: translateX(0);
}

.sequense {
  width: 100%;
  cursor: url("../img/cursor/rotate.svg"), auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sequense::before {
  content: '';
  display: inline-block;
  padding-top: 100%;
}

.sequense::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 50%;
  background: #F0F1F2;
  opacity: 0.8;
  width: 62%;
  height: 62%;
}

.sequense canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.person-details {
  position: relative;
}

.person-details__name {
  font-size: 18px;
  line-height: 145%;
  color: #181818;
  font-family: "Elektra Text Pro", sans-serif;
  padding-bottom: 16px;
  font-weight: normal;
}

.person-details__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.person-details__link {
  display: block;
  position: relative;
  font-family: "Elektra Text Pro", sans-serif;
  padding: 8px 0 8px 32px;
  font-weight: normal;
}

.person-details__link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.person-details__link_phone {
  font-size: 15px;
  line-height: 160%;
  color: #181818;
}

.person-details__link_phone::before {
  background: url("../img/person-details/phone.svg") 50% 50% no-repeat;
  background-size: contain;
}

.person-details__link_mail {
  font-size: 15px;
  line-height: 12px;
  color: #3F505B;
}

.person-details__link_mail::before {
  background: url("../img/person-details/mail.svg") 50% 50% no-repeat;
  background-size: contain;
}

.person-details__link_mail span {
  border-bottom: 1.5px dashed #BCCAD3;
}

.people__list {
  position: relative;
}

.people__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.people__col {
  width: 50%;
  padding: 0 20px;
}

.benefits {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.benefits__container {
  width: 100%;
  overflow: visible;
}

.benefits__text {
  font-size: 16px;
  line-height: 140%;
  color: #404750;
  font-family: "Elektra Text Pro", sans-serif;
  max-width: 240px;
  width: 100%;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 600ms ease-out 300ms, transform 600ms ease-out 300ms;
}

.benefits__text_lg {
  font-weight: 400;
  font-family: "Elektra Pro", sans-serif;
  font-size: 56px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #fff;
  -webkit-text-stroke: 4px #EF8937;
  max-width: none;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.benefits__text_no-stroke {
  -webkit-text-stroke: 0px #fff;
}

.benefits__title {
  position: relative;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}

.benefits__title-top {
  position: absolute;
  top: 0;
  left: 0;
}

.benefits__slide {
  position: relative;
}

.benefits__slide:nth-child(2) .benefits__slide-container::before {
  transition-delay: 600ms;
}

.benefits__slide:nth-child(2) .benefits__title {
  transition-delay: 600ms;
}

.benefits__slide:nth-child(2) .benefits__text {
  transition-delay: 900ms;
}

.benefits__slide:nth-child(3) .benefits__slide-container::before {
  transition-delay: 1200ms;
}

.benefits__slide:nth-child(3) .benefits__title {
  transition-delay: 1200ms;
}

.benefits__slide:nth-child(3) .benefits__text {
  transition-delay: 1500ms;
}

.benefits__slide.is-animated .benefits__slide-container::before {
  opacity: 1;
}

.benefits__slide.is-animated .benefits__title {
  opacity: 1;
  transform: translateX(0);
}

.benefits__slide.is-animated .benefits__text {
  opacity: 1;
  transform: translateX(0);
}

.benefits__slide-container {
  position: relative;
  padding: 36px 0 106px 0;
  min-width: 240px;
}

.benefits__slide-container::before {
  content: '';
  position: absolute;
  top: 33px;
  left: 40px;
  width: 97px;
  height: 168px;
  background: #F5F6F7;
  z-index: 0;
  transform: skewY(-35deg);
  opacity: 0;
  transition: opacity 600ms ease-out;
}

.benefits__slide-content {
  position: relative;
}

.benefits .slider-pagination {
  display: none;
}

.file {
  background: #F5F6F7;
  border: 1px dashed #DADFE3;
  box-sizing: border-box;
  border-radius: 5px;
}

.file.active .file__row {
  display: none;
}

.file.active .file__name {
  display: flex;
}

.file__container {
  padding: 30px;
  position: relative;
}

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

.file__label {
  margin-right: 30px;
  flex-shrink: 0;
}

.file__input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.file__description {
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
  color: #90979C;
  max-width: 281px;
  width: 100%;
}

.file__name {
  display: none;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  color: #90979C;
  align-items: center;
  justify-content: space-between;
}

.file__name-caption {
  display: flex;
  align-items: center;
}

.file__name-clear {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 16px;
}

.file__name-clear svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #A2B2BC;
}

.file__name-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 10px;
}

.file__name-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.file__name-text {
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #404750;
  font-weight: normal;
  margin-right: 10px;
  display: block;
}

.file__name-text span {
  color: #90979C;
}

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

.author__image {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 32px;
  border-radius: 50%;
  overflow: hidden;
}

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

.author__caption {
  position: relative;
  display: block;
}

.author__name {
  display: block;
  font-size: 28px;
  line-height: 140%;
  color: #181818;
  font-family: "Elektra Text Pro", sans-serif;
}

.author__position {
  display: block;
  font-size: 16px;
  line-height: 170%;
  color: #90979C;
  font-family: "Elektra Text Pro", sans-serif;
}

.person-card {
  display: block;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.person-card:hover .person-card__image {
  transform: scale(1.01);
}

.person-card[data-is-animated="true"] {
  opacity: 1;
  transform: translateY(0);
}

.person-card__image-container {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}

.person-card__image-container::before {
  content: '';
  display: inline-block;
  padding-top: 124%;
}

.person-card__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F6F7F9;
  transition: transform 600ms ease;
}

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

.person-card__caption {
  display: block;
  text-align: center;
}

.person-card__name {
  display: block;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #181818;
  padding-bottom: 16px;
  font-weight: 40;
}

.person-card__position {
  display: block;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #90979C;
  font-family: "Elektra Text Pro", sans-serif;
  padding-bottom: 8px;
}

.person-card__position:last-child {
  padding-bottom: 0;
}

.product-card {
  display: block;
  position: relative;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.product-card[data-is-animated="true"] {
  opacity: 1;
  transform: translateY(0);
}

.product-card:hover .product-card__image {
  transform: scale(1.01, 1.01);
}

.product-card__image-container {
  display: block;
  background: #F6F7F9;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 24px;
}

.product-card__image-container::before {
  content: '';
  display: inline-block;
  padding-top: 65%;
}

.product-card__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 600ms ease;
  padding: 60px;
}

.product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card__name {
  display: block;
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 18px;
  line-height: 145%;
  color: #181818;
  padding-bottom: 16px;
}

.news-card {
  position: relative;
  display: block;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.news-card[data-is-animated="true"] {
  opacity: 1;
  transform: translateY(0);
}

.news-card:hover .news-card__image {
  transform: scale(1.01);
}

.news-card_video .news-card__image-container::after {
  content: '';
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/news-card/play.svg") 50% 50% no-repeat;
  background-size: contain;
}

.news-card__image-container {
  position: relative;
  display: block;
  overflow: hidden;
  background: #F6F7F9;
  border-radius: 12px;
  margin-bottom: 24px;
}

.news-card__image-container::before {
  content: '';
  display: inline-block;
  padding-top: 65%;
}

.news-card__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 600ms ease;
}

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

.news-card__caption {
  display: block;
}

.news-card__name {
  display: block;
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 18px;
  line-height: 145%;
  color: #181818;
  padding-bottom: 16px;
}

.news-card__date {
  display: block;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #90979C;
}

.news-card-lg {
  position: relative;
  display: block;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.news-card-lg:hover .news-card-lg__image {
  transform: scale(1.01);
}

.news-card-lg:hover .news-card-lg__more {
  border-color: transparent;
}

.news-card-lg[data-is-animated] {
  opacity: 1;
  transform: translateY(0);
}

.news-card-lg__image-container {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 34px;
}

.news-card-lg__image-container::before {
  content: '';
  display: inline-block;
  padding-top: 62%;
}

.news-card-lg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 600ms ease;
}

.news-card-lg__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card-lg__date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #181818;
  padding: 16px 24px;
  display: block;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-card-lg__day {
  font-weight: normal;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  font-family: "Elektra Text Pro", sans-serif;
}

.news-card-lg__month {
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #CFB479;
}

.news-card-lg__caption {
  position: relative;
}

.news-card-lg__name {
  font-weight: normal;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #181818;
  font-family: "Elektra Text Pro", sans-serif;
  display: block;
  padding-bottom: 20px;
}

.news-card-lg__description {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #404750;
  padding-bottom: 20px;
}

.news-card-lg__more {
  display: inline-flex;
  align-items: center;
  border-bottom: 1.5px solid #BCCAD3;
  transition: border 300ms ease;
}

.news-card-lg__more span {
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 12px;
  color: #3F505B;
  padding-right: 4px;
}

.news-card-lg__more svg {
  display: block;
  width: 14px;
  height: 14px;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

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

.pagination__btn {
  display: block;
  padding: 10px;
  transition: background 300ms ease;
  border-radius: 8px;
}

.pagination__btn:hover {
  background: #EF8937;
  color: #fff;
}

.pagination__btn:hover svg {
  stroke: #fff;
}

.pagination__btn_prev {
  margin-right: 40px;
}

.pagination__btn_next {
  margin-left: 40px;
}

.pagination__btn svg {
  width: 16px;
  height: 16px;
  display: block;
  stroke: #A2B2BC;
  transition: stroke 300ms ease;
}

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

.pagination__item,
.pagination__delimiter {
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.01em;
  color: #404750;
  padding: 13px 10px 10px 10px;
  margin: 0 8px;
  border-radius: 8px;
  transition: background 300ms ease, color 300ms ease;
}

.pagination__item:hover,
.pagination__item.active {
  background: #EF8937;
  color: #fff;
}

.tabs-slider {
  position: relative;
}

.tabs-slider__button {
  width: 45px;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #FFFFFF 61.06%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 100%);
}

.tabs-slider__button_next {
  left: auto;
  right: 0;
  background: linear-gradient(to left, #FFFFFF 61.06%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 100%);
}

.tabs-slider__button.swiper-button-disabled {
  display: none;
}

.tabs-slider__button svg {
  width: 24px;
  height: 24px;
  display: block;
}

.tabs-slider__container {
  overflow: visible;
  border-bottom: 1px solid #DADFE3;
}

.tabs-slider__item {
  width: auto;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #90979C;
  font-weight: normal;
  display: block;
  padding: 0 25px;
  font-family: "Elektra Text Pro", sans-serif;
  transition: color 300ms ease;
}

.tabs-slider__item span {
  display: block;
  padding: 36px 0;
  border-bottom: 2px solid transparent;
}

.tabs-slider__item.active,
.tabs-slider__item:hover {
  color: #181818;
}

.tabs-slider__item.active span {
  border-color: #EF8937;
}

.contacts-plate {
  display: block;
  position: relative;
  padding-bottom: 30px;
}

.contacts-plate_md .contacts-plate__wrapper {
  padding: 26px;
}

.contacts-plate_simple .contacts-plate__wrapper {
  background: none;
  padding: 0;
}

.contacts-plate__wrapper {
  background: #F5F6F7;
  border-radius: 12px;
  padding: 40px;
}

.contacts-plate__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 145%;
  color: #181818;
  font-family: "Elektra Text Pro", sans-serif;
  padding-bottom: 24px;
}

.contacts-plate__title-sm {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #404750;
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  padding-bottom: 20px;
}

.contacts-plate__title-sm p {
  margin: 0 !important;
  padding: 0 !important;
}

.contacts-plate__group {
  padding-bottom: 18px;
}

.contacts-plate__group:last-child {
  padding-bottom: 0;
}

.contacts-plate__phone {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
  left: -4px;
}

.contacts-plate__phone:last-child {
  padding-bottom: 0;
}

.contacts-plate__phone svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke: #EF8937;
  margin-right: 6px;
  flex-shrink: 0;
}

.contacts-plate__phone span {
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  color: #404750;
}

.contacts-plate__email {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}

.contacts-plate__email:last-child {
  padding-bottom: 0;
}

.contacts-plate__email svg {
  width: 16px;
  height: 16px;
  display: block;
  stroke: #EF8937;
  margin-right: 10px;
  flex-shrink: 0;
}

.contacts-plate__email span {
  font-size: 15px;
  line-height: 12px;
  font-weight: normal;
  font-family: "Elektra Text Pro", sans-serif;
  color: #3F505B;
  border-bottom: 1.5px dashed #BCCAD3;
}

.contacts-plate__location {
  display: flex;
  padding-bottom: 8px;
}

.contacts-plate__location-icon {
  margin-top: 4px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.contacts-plate__location-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #EF8937;
}

.contacts-plate__location-btn {
  padding-bottom: 16px;
}

.contacts-plate__location-text {
  font-weight: 300;
  font-size: 15px;
  line-height: 160%;
  color: #404750;
  padding-bottom: 8px;
}

.contacts-plate__name {
  font-weight: normal;
  font-size: 15px;
  line-height: 12px;
  color: #181818;
  font-family: "Elektra Text Pro", sans-serif;
  padding-left: 26px;
}

.digest-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-size: cover;
  margin-bottom: 40px;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.digest-card::before {
  content: '';
  display: inline-block;
  padding-top: 134%;
}

.digest-card[data-is-animated] {
  opacity: 1;
  transform: translateY(0);
}

.digest-card:hover .digest-card__download span {
  border-color: transparent;
}

.digest-card_light .digest-card__name {
  color: #fff;
}

.digest-card_light .digest-card__size {
  color: #181818;
}

.digest-card__icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.digest-card__icon svg {
  width: 40px;
  height: 40px;
  display: block;
}

.digest-card__caption {
  display: block;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.digest-card__name {
  display: block;
  font-weight: normal;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #181818;
  padding-bottom: 37px;
  max-width: 200px;
  width: 100%;
}

.digest-card__bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.digest-card__download {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-right: 20px;
}

.digest-card__download span {
  border-bottom: 1px solid #fff;
  transition: border 300ms ease;
}

.digest-card__size {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  font-family: "Elektra Text Pro", sans-serif;
}

.case {
  display: block;
  position: relative;
  min-height: 564px;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.case[data-is-animated] {
  opacity: 1;
  transform: translateY(0);
}

.case__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.case__image::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
}

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

.case__caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
}

.case__title {
  display: block;
  font-weight: normal;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  padding-bottom: 24px;
}

.case__text {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  font-family: "Elektra Text Pro", sans-serif;
  max-width: 249px;
  width: 100%;
  padding-bottom: 32px;
}

.case__button {
  display: inline-flex;
  align-items: center;
  padding: 18px 40px;
  background: rgba(24, 24, 24, 0.8);
  border-radius: 10px;
}

.case__button span {
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-right: 12px;
}

.case__button svg {
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
}

.video {
  position: relative;
  padding-bottom: 40px;
}

.video__container {
  position: relative;
}

.video__container::before {
  content: '';
  display: inline-block;
  padding-top: 56%;
}

.video__container iframe,
.video__container video {
  border: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services-slider {
  position: relative;
}

.services-slider_sets .services-slider__title {
  position: relative;
  left: auto;
  bottom: auto;
  padding: 0 !important;
  max-width: 100% !important;
}

.services-slider_sets .services-slider__image-container {
  margin-bottom: 24px;
}

.services-slider_sets .services-slider__image-container::before {
  padding-top: 76%;
}

.services-slider_sets .services-slider__image {
  padding: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services-slider_sets .services-slider__slide {
  width: 433px;
  background: none;
  height: auto;
}

.services-slider__container {
  overflow: visible;
  position: relative;
}

.services-slider__slide {
  display: block;
  position: relative;
  width: 315px;
  background: #F6F7F9;
  height: auto;
}

.services-slider__image-container {
  display: block;
  position: relative;
  overflow: hidden;
  background: #F6F7F9;
}

.services-slider__image-container::before {
  content: '';
  display: inline-block;
  padding-top: 60%;
}

.services-slider__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 45px 0 45px;
}

.services-slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services-slider__title {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #181818;
  width: 100%;
  padding: 32px;
}

.services-slider__controls {
  display: flex;
  position: absolute;
  top: -90px;
  right: 0;
}

.services-slider__button {
  display: block;
  width: 50px;
  height: 50px;
}

.services-slider__button svg {
  width: 100%;
  height: 100%;
}

.services-slider .slider-pagination {
  display: none;
}

.history-slider {
  position: relative;
}

.history-slider::before {
  content: '';
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 4000px;
  background: #F1F1F1;
}

.history-slider__container {
  overflow: visible;
}

.history-slider__slide {
  width: 300px !important;
}

.history-slider__slide.swiper-slide-active .history-slider__point {
  transform: scale(1.2);
  background: #F0F1F2;
}

.history-slider__slide.swiper-slide-active .history-slider__point::before {
  background: #FFFFFF;
}

.history-slider__slide.swiper-slide-active .history-slider__point::after {
  background: #EF8937;
}

.history-slider__slide.swiper-slide-active .history-slider__year {
  color: #EF8937;
}

.history-slider__image {
  width: 160px;
  height: 160px;
  position: relative;
  left: -50px;
  margin-bottom: 16px;
}

.history-slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.history-slider__caption {
  padding-top: 41px;
  position: relative;
}

.history-slider__caption::before {
  content: '';
  width: 97px;
  height: 215px;
  position: absolute;
  top: 120px;
  left: -50px;
  background: url("../img/history-slider/rectangle.svg") 50% 50% no-repeat;
  background-size: contain;
  z-index: -1;
}

.history-slider__year {
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  color: #181818;
  padding-bottom: 24px;
  transition: color 300ms ease;
}

.history-slider__description {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #404750;
}

.history-slider__point {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(242, 242, 242, 0.8);
  position: relative;
  margin-left: 15px;
  transition: transform 300ms ease, background 300ms ease;
}

.history-slider__point::before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #DFDFDF;
  transition: background 300ms ease;
}

.history-slider__point::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #3F505B;
  transition: background 300ms ease;
}

.history-slider__controls {
  display: flex;
  position: absolute;
  top: -90px;
  right: 0;
}

.history-slider__button {
  display: block;
  width: 50px;
  height: 50px;
}

.certificate__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.certificate__image {
  display: block;
  margin-right: 80px;
  flex-shrink: 0;
  width: 196px;
  border: 1px solid #D9DEE7;
  filter: drop-shadow(0px 15px 40px rgba(125, 132, 138, 0.15));
}

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

.certificate__caption {
  padding-top: 30px;
}

.certificate__date {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #90979C;
  font-family: "Elektra Text Pro", sans-serif;
  padding-bottom: 24px;
}

.certificate__name {
  display: block;
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #404750;
  padding-bottom: 24px;
}

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

.certificate__link {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #3F505B;
  font-weight: normal;
  flex-shrink: 0;
  margin-right: 24px;
  border-bottom: 1px solid #3F505B;
}

.certificate__link span {
  display: block;
  margin-right: 6px;
}

.certificate__link svg {
  display: block;
  width: 14px;
  height: 14px;
}

.certificate__size {
  font-family: "Elektra Text Pro", sans-serif;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #90979C;
}

.partners__container {
  overflow: visible;
}

.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 264px;
  height: 125px;
  background: #F5F6F7;
  border-radius: 10px;
}

.partners__logo {
  width: 100%;
  height: 100%;
}

.partners__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partners__controls {
  display: flex;
  position: absolute;
  top: -110px;
  right: 0;
}

.partners__button {
  display: block;
  width: 50px;
  height: 50px;
}

.info-post {
  position: relative;
}

.info-post__person {
  padding-right: 40px;
}

.info-post__person-name {
  font-weight: normal;
  font-size: 22px;
  line-height: 180%;
  color: #181818;
}

.info-post__person-post {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #404750;
}

.info-post__image {
  padding-bottom: 30px;
}

.info-post__image img {
  display: block;
  width: 100%;
  height: auto;
}

.info-post__quote {
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.info-post__quote-icon {
  position: relative;
  width: 24px;
  height: 15px;
  background: url("../img/quote.svg") 50% 50% no-repeat;
  background-size: contain;
}

.info-post__quote-icon::before,
.info-post__quote-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1000px;
  height: 1px;
  background: #DADFE3;
}

.info-post__quote-icon::before {
  left: -1032px;
}

.info-post__quote-icon::after {
  right: -1032px;
}

.info-post__description p {
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 300;
  color: #404750;
  padding-bottom: 16px;
}

.info-post__description p:first-child::first-letter {
  font-size: 36px;
}

.plate-link {
  display: block;
  position: relative;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.plate-link:hover .plants__plate-image {
  transform: scale(1.01);
}

.plate-link_full-gradient .plate-link__image-container {
  border-radius: 8px;
}

.plate-link_full-gradient .plate-link__image-container::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.plate-link[data-is-animated="true"] {
  opacity: 1;
  transform: translateY(0);
}

.plate-link[data-is-animated="true"] .plate-link__title,
.plate-link[data-is-animated="true"] .plate-link__category {
  opacity: 1;
  transform: translateX(0);
}

.plate-link[data-is-animated="true"] .plate-link__icon {
  opacity: 1;
  transform: translateX(0);
}

.plate-link__image-container {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.plate-link__image-container::before {
  content: '';
  display: inline-block;
  padding-top: 108%;
}

.plate-link__image-container::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.17%, rgba(0, 0, 0, 0.5) 100%);
}

.plate-link__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 600ms ease;
}

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

.plate-link__caption {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.plate-link__category {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 8px;
  font-family: "Elektra Text Pro", sans-serif;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 600ms ease 600ms, transform 600ms ease 600ms;
}

.plate-link__title {
  display: block;
  font-weight: normal;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 600ms ease 600ms, transform 600ms ease 600ms;
}

.plate-link__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-left: 16px;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 600ms ease 750ms, transform 600ms ease 750ms;
}

.plate-link__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.catalog-card {
  position: relative;
  z-index: 1;
  background-color: #fff;
  transition: filter 300ms ease;
}

.catalog-card:hover {
  filter: drop-shadow(0px 10px 40px rgba(116, 116, 116, 0.2));
  z-index: 2;
}

.catalog-card__compare {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px;
  box-sizing: content-box;
  z-index: 2;
}

.catalog-card__compare:hover .catalog-card__compare-icon,
.catalog-card__compare.active .catalog-card__compare-icon {
  background: #EF8937;
}

.catalog-card__compare:hover .catalog-card__compare-icon svg,
.catalog-card__compare.active .catalog-card__compare-icon svg {
  stroke: #fff;
}

.catalog-card__compare-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  transition: background 300ms ease;
}

.catalog-card__compare-icon svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #3F505B;
  transition: stroke 300ms ease;
}

.catalog-card__container {
  position: relative;
  z-index: 1;
  display: block;
  padding: 54px 30px 34px 30px;
  height: 100%;
}

.catalog-card__image-container {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}

.catalog-card__image-container::before {
  content: '';
  display: inline-block;
  padding-top: 66%;
}

.catalog-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.catalog-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog-card__caption {
  position: relative;
  display: block;
}

.catalog-card__specs {
  display: flex;
  padding-bottom: 20px;
}

.catalog-card__spec {
  display: block;
  margin-right: 28px;
}

.catalog-card__spec:last-child {
  margin-right: 0;
}

.catalog-card__spec-value {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #181818;
}

.catalog-card__spec-name {
  font-weight: normal;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #90979C;
  font-family: "Elektra Text Pro", sans-serif;
}

.catalog-card__name {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #181818;
}

.product-nav {
  position: relative;
  background: #181818;
  transform: translateY(0);
  transition: transform 300ms ease;
}

.product-nav.hidden {
  transform: translateY(79px);
}

.product-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.product-nav.fixed .product-nav__btn {
  opacity: 1;
  visibility: visible;
}

.product-nav__row {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.product-nav__item {
  display: block;
  padding: 0 10px;
  font-size: 13px;
  line-height: 12px;
  color: #90979C;
  transition: color 300ms ease;
}

.product-nav__item:hover,
.product-nav__item.active {
  color: #fff;
}

.product-nav__item.active span {
  border-color: #EF8937;
}

.product-nav__item span {
  display: block;
  padding: 24px 10px;
  border-bottom: 2px solid transparent;
}

.product-nav__btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 26px;
  background: #EF8937;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.01em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 600ms ease, visibility 600ms ease;
}

.product-nav__btn-text_lg {
  display: block;
}

.product-nav__btn-text_md {
  display: none;
}

.post {
  position: relative;
  padding-bottom: 20px;
}

.post_inner {
  padding-bottom: 0 !important;
}

.post_inner .post__wrapper {
  padding-bottom: 0;
  padding-right: 0;
}

.post_inner .post__name {
  font-size: 14px;
}

.post__wrapper {
  position: relative;
  background: #F5F6F7;
  border-radius: 7px;
  padding: 30px;
}

.post__header {
  display: flex;
  align-items: baseline;
  padding-bottom: 16px;
}

.post__name {
  font-size: 16px;
  line-height: 130%;
  color: #181818;
  padding-right: 12px;
  font-weight: normal;
}

.post__date {
  padding-left: 12px;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: -0.01em;
  color: #90979C;
  border-left: 1px solid #DADFE3;
  flex-shrink: 0;
}

.post__body {
  padding-bottom: 12px;
}

.post__text {
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #404750;
}

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

.post__btn svg {
  stroke: #3F505B;
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 9px;
}

.post__btn span {
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 13px;
  line-height: 12px;
  color: #3F505B;
}

.pdf-download {
  position: relative;
  display: block;
  padding: 12px 10px;
  background: #F5F6F7;
  transition: background 300ms ease;
}

.pdf-download:hover {
  background: #eff1f2;
}

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

.pdf-download__col {
  display: flex;
  align-items: center;
}

.pdf-download__col:last-child {
  flex-shrink: 0;
}

.pdf-download__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.pdf-download__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pdf-download__text {
  font-weight: 300;
  font-size: 15px;
  line-height: 170%;
  color: #181818;
  padding: 0 16px;
}

.pdf-download__text_size {
  color: #404750;
}

.hero-slider.hide-controls .hero-slider__counter {
  opacity: 0;
  visibility: hidden;
}

.hero-slider.hide-controls .hero-slider__controls {
  opacity: 0;
  visibility: hidden;
}

.hero-slider.hide-controls .hero-slider__pagination {
  opacity: 0;
  visibility: hidden;
}

.hero-slider__slide {
  position: relative;
  display: block;
  overflow: hidden;
}

.hero-slider__slide::before {
  content: '';
  display: inline-block;
  padding-top: 48%;
}

.hero-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slider__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}

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

.hero-slider__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slider__video.active .hero-slider__video-overlay {
  opacity: 0;
  visibility: hidden;
}

.hero-slider__video.active .hero-slider__video-iframe {
  opacity: 1;
  visibility: visible;
}

.hero-slider__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.hero-slider__video-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.hero-slider__video-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-slider__video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.hero-slider__video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.hero-slider__video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slider__counter {
  display: flex;
  align-items: baseline;
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 10;
}

.hero-slider__counter-current {
  font-weight: normal;
  font-size: 24px;
  line-height: 130%;
  color: #FFFFFF;
}

.hero-slider__counter-total {
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
}

.hero-slider__controls {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 280px;
}

.hero-slider__button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slider__button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.hero-slider__button svg {
  display: block;
  width: 11px;
  height: 10px;
  stroke: #fff;
}

.hero-slider__pagination {
  padding: 0 !important;
  bottom: 50px !important;
  top: auto !important;
  position: absolute !important;
  z-index: 1;
  height: 40px !important;
  display: flex !important;
  align-items: center;
  list-style-type: none;
  counter-reset: pagination-counter !important;
}

.hero-slider__pagination .swiper-pagination-bullet {
  display: inline-block;
  opacity: 0 !important;
  width: 16px;
  height: 16px;
  padding: 0 !important;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 18px !important;
  transform: scale(1) !important;
  flex-shrink: 0;
}

.hero-slider__pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-slider__pagination .swiper-pagination-bullet::after {
  counter-increment: pagination-counter;
  content: counter(pagination-counter);
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: -0.01em;
  font-size: 7px;
  line-height: 1;
  opacity: 0;
  transition: opacity 300ms ease;
}

.hero-slider__pagination .swiper-pagination-bullet-active-main {
  opacity: 1 !important;
  transform: scale(2.5) !important;
}

.hero-slider__pagination .swiper-pagination-bullet-active-main::before {
  display: none;
}

.hero-slider__pagination .swiper-pagination-bullet-active-main::after {
  opacity: 1;
}

.hero-slider__pagination .swiper-pagination-bullet-active-prev {
  opacity: 0.4 !important;
}

.hero-slider__pagination .swiper-pagination-bullet-active-next {
  opacity: 0.4 !important;
}

.about-history {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 100px;
}

.about-history__years {
  overflow: visible;
  margin-bottom: 140px;
  position: relative;
}

.about-history__years::before {
  content: '';
  width: 250px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #FFFFFF 24.48%, rgba(255, 255, 255, 0) 100%);
  z-index: 99;
  pointer-events: none;
}

.about-history__years::after {
  content: '';
  width: 250px;
  height: 100px;
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  background: linear-gradient(-90deg, #FFFFFF 24.48%, rgba(255, 255, 255, 0) 100%);
  z-index: 99;
  pointer-events: none;
}

.about-history__years-item {
  width: 143px;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #90979C;
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  transition: color 300ms ease;
  z-index: 2;
}

.about-history__years-item:hover {
  color: #181818;
}

.about-history__years-item::before {
  content: '';
  position: absolute;
  width: 134px;
  height: 10px;
  bottom: -36px;
  left: 50%;
  background: url("../img/about/year-ruller.svg") 50% 50% no-repeat;
  background-size: contain;
}

.about-history__years-item span {
  display: block;
  transition: transform 300ms ease;
}

.about-history__years-item.swiper-slide-active {
  font-weight: bold;
  color: #181818;
  z-index: 1;
}

.about-history__years-item.swiper-slide-active span {
  transform: scale(2) translatey(-2px);
}

.about-history__years .swiper-scrollbar {
  position: absolute;
  width: 100%;
  bottom: -64px;
  left: 0;
  height: 1px;
}

.about-history__years .swiper-scrollbar .swiper-scrollbar-drag {
  height: 30px;
  margin-top: -15px;
  opacity: 1;
  cursor: pointer;
  z-index: 51;
  background: #90979C;
  border-radius: 20px;
  position: relative;
}

.about-history__years .swiper-scrollbar .swiper-scrollbar-drag::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/about/logo-sm.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 19px;
  height: 17px;
}

.about-history__content {
  opacity: 0;
  transition: opacity 300ms ease;
}

.about-history__content.active {
  opacity: 1;
}

.about-history__content-slide {
  opacity: 0 !important;
  transition: none !important;
}

.about-history__content-slide.swiper-slide-active {
  opacity: 1 !important;
}

.about-history__content-slide.swiper-slide-active .about-history__content-slide-wrapper {
  opacity: 1;
  transition-delay: 300ms;
}

.about-history__content-slide.swiper-slide-active .about-history__content-image-container {
  transform: translateX(0);
}

.about-history__content-slide.swiper-slide-active .about-history__content-image-container::before {
  transform: translateX(-100%);
  transition: transform 400ms ease-out 900ms;
}

.about-history__content-slide.swiper-slide-active .about-history__content-image-container img {
  opacity: 1;
}

.about-history__content-slide.swiper-slide-active .about-history__content-quote {
  opacity: 1;
  transform: translateY(0);
}

.about-history__content-slide.swiper-slide-active .about-history__content-caption {
  opacity: 1;
  transform: translateY(0);
}

.about-history__content-slide-wrapper {
  opacity: 0;
  transition: opacity 600ms ease-out;
}

.about-history__content-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 474px;
  width: 100%;
}

.about-history__content-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about-history__content-image-container {
  position: relative;
  margin-bottom: 40px;
  transform: translateX(100%);
  transition: transform 600ms ease-out 300ms;
}

.about-history__content-image-container::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #EF8937;
}

.about-history__content-image img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 300ms ease-out 600ms;
}

.about-history__content-caption {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 600ms ease-out 600ms, opacity 600ms ease-out 600ms;
}

.about-history__content-quote {
  position: relative;
  text-align: right;
  font-weight: 300;
  font-size: 15px;
  line-height: 170%;
  color: #404750;
  max-width: 462px;
  width: 100%;
  padding-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 600ms ease-out 600ms, opacity 600ms ease-out 600ms;
}

.about-history__content-quote::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 2px;
  background: #EF8937;
}

.about-history__content-title {
  padding-bottom: 40px;
}

.plates-slider__pagination {
  display: none;
}

.plates-slider__item {
  background: #F5F6F7;
  border-radius: 8px;
  height: 100%;
  padding: 32px 30px 36px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}

.plates-slider__name {
  padding-bottom: 33px;
  font-size: 18px;
  line-height: 150%;
  color: #181818;
  display: block;
  font-weight: 400;
}

.plates-slider__link {
  width: auto;
  display: inline-flex;
  align-items: center;
  padding-bottom: 2px;
  border-bottom: 1px solid #EF8937;
  transition: border 300ms ease;
}

.plates-slider__link:hover {
  border-color: transparent;
}

.plates-slider__link-name {
  font-size: 13px;
  line-height: 12px;
  color: #3F505B;
  padding-right: 4px;
  font-weight: 400;
}

.plates-slider__link-icon {
  width: 14px;
  height: 14px;
  position: relative;
  display: block;
}

.plates-slider__link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.countries-slider {
  position: relative;
  overflow: visible;
}

.countries-slider__item {
  padding-right: 16px;
  width: auto !important;
}

.countries-slider__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CFB479;
  border-radius: 10px;
  height: 64px;
  min-width: 209px;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  transition: background 300ms ease;
}

.countries-slider__btn.active,
.countries-slider__btn:hover {
  background: #EF8937;
}

.read-more {
  position: relative;
  display: block;
  margin: 20px 0 40px 0;
  text-decoration: none !important;
}

.read-more__wrapper {
  padding: 40px;
  display: flex;
  align-items: center;
  border-top: 1px solid #DADFE3;
  border-bottom: 1px solid #DADFE3;
}

.read-more__image {
  flex-shrink: 0;
  width: 120px;
  height: 90px;
  margin-right: 40px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.read-more__image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.read-more__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
  padding: 0 !important;
}

.read-more__caption {
  width: 100%;
  max-width: 435px;
  display: block;
}

.read-more__text {
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #90979C;
  padding-bottom: 16px;
  display: block;
}

.read-more__title {
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #181818;
  display: block;
}

.cookies {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  width: 355px;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #DEDFE3;
  box-sizing: border-box;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition-property: opacity, visibility, transform;
  transition-duration: 600ms;
  -o-transition-timing-function: ease;
}

.cookies.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cookies__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #404750;
  padding-bottom: 24px;
}

.cookies__btn {
  display: inline-block;
  padding: 14px 26px;
  background: #3F505B;
  border-radius: 5px;
  color: #fff;
  transition: background 300ms ease;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 0.01em;
  text-align: center;
}

.cookies__btn:hover {
  background: #243641;
}

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  min-width: 320px;
  opacity: 0;
  transition: opacity 300ms ease, transform 300ms ease;
}

.navbar.is-animated {
  opacity: 1;
}

.navbar.hidden {
  transform: translateY(-100%) !important;
}

.navbar.visible {
  transform: translateY(0) !important;
}

.navbar.hide {
  transform: translateY(-100%);
}

.navbar.fixed {
  transform: none !important;
}

.navbar__container {
  background-color: #fff;
  border-bottom: 1px solid #DADFE3;
  position: relative;
  z-index: 2;
}

.navbar__overlay {
  z-index: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.navbar__overlay.active {
  opacity: 0.3;
  visibility: visible;
}

.navbar__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
}

.navbar__burger {
  display: none;
  width: 22px;
  height: 20px;
}

.navbar__burger.active span {
  width: 100% !important;
}

.navbar__burger.active span:nth-child(2) {
  opacity: 0;
}

.navbar__burger.active span:first-child {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar__burger.active span:last-child {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar__burger span {
  height: 2px;
  display: block;
  width: 100%;
  background: #3F505B;
  margin-bottom: 5px;
  border-radius: 2px;
  transition: transform 300ms ease;
}

.navbar__burger span:first-child {
  width: 55%;
}

.navbar__burger span:last-child {
  margin-bottom: 0;
  width: 70%;
}

.navbar__logo {
  display: block;
  width: 120px;
  flex-shrink: 0;
}

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

.navbar__share-sm {
  margin-bottom: 32px;
  width: 100%;
}

.navbar__share-sm-btn {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 14px;
  color: #90979C;
  font-family: "Elektra Text Pro", sans-serif;
  background: #F5F6F7;
  border-radius: 5px;
}

.navbar__share-sm-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.navbar__share-sm-dropdown {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(116, 125, 148, 0.2);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  padding: 2px 0;
  width: 256px;
}

.navbar__share-sm-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.navbar__share-sm-item {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  color: #404750;
  font-family: "Elektra Text Pro", sans-serif;
  border-bottom: 1px solid #E8EAEB;
}

.navbar__share-sm-item:last-child {
  border: none;
}

.navbar__share-sm-item img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.navbar__menu {
  position: relative;
}

.navbar__menu-options {
  display: none;
}

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

.navbar__item {
  position: relative;
  display: block;
  cursor: pointer;
  transition: background 300ms ease;
}

.navbar__item.active .navbar__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar__link {
  position: relative;
  display: block;
  padding: 20px 16px;
  font-size: 14px;
  line-height: 13px;
  color: #404750;
  font-family: "Elektra Text Pro", sans-serif;
  transition: color 300ms ease;
}

.navbar__link::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  background: url("../img/navbar/arrow.svg") 50% 50% no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 300ms ease, transform 300ms ease;
}

.navbar__lang {
  padding: 10px 28px 10px 13px;
  background: #F0F1F2;
  border: 1px solid #F0F1F2;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 30px;
  transition: background 300ms ease, border 300ms ease;
}

.navbar__lang::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url("../img/dropdown/arrow.svg") 50% 50% no-repeat;
  background-size: contain;
  transition: transform 300ms ease;
}

.navbar__lang.open {
  border-radius: 8px 8px 0 0;
  background: #fff;
  border-color: #DEDFE3;
  box-shadow: 0px 8px 40px rgba(116, 125, 148, 0.2);
}

.navbar__lang.open::before {
  transform: translateY(-50%) rotate(-180deg);
}

.navbar__lang.open .navbar__lang-dropdown {
  border-radius: 0 0 8px 8px;
  opacity: 1;
  visibility: visible;
}

.navbar__lang-current {
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  display: flex;
  align-items: center;
  color: #404750;
  position: relative;
  z-index: 2;
}

.navbar__lang-dropdown {
  position: absolute;
  display: block;
  z-index: 1;
  left: -1px;
  top: 32px;
  width: calc(100% + 2px);
  background: #FFFFFF;
  border: 1px solid #DEDFE3;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  box-shadow: 0px 8px 40px rgba(116, 125, 148, 0.2);
}

.navbar__lang-item {
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  color: #404750;
  display: block;
  padding: 10px 13px 10px 13px;
  transition: background 300ms ease;
}

.navbar__lang-item:hover {
  background: #F5F6F7;
}

.navbar__share {
  position: relative;
  cursor: pointer;
}

.navbar__share.open .navbar__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar__share-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.navbar__share-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

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

.navbar__options-share {
  position: relative;
}

.navbar__options-row {
  flex-shrink: 0;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.navbar__options-col {
  padding: 0 20px;
  border-right: 1px solid #BCCAD3;
}

.navbar__options-col:last-child {
  border: none;
}

.navbar__button {
  width: 24px;
  height: 24px;
  display: block;
}

.navbar__button svg {
  width: 100%;
  height: 100%;
  display: block;
}

.navbar__dropdown {
  position: absolute;
  top: 56px;
  left: 0;
  padding: 12px 0;
  background: #fff;
  border: 1px solid #DEDFE3;
  box-shadow: 0px 8px 40px rgba(116, 125, 148, 0.2);
  border-radius: 8px;
  width: 210px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition-duration: 300ms;
  transition-timing-function: ease;
  transition-property: opacity, visibility, transform;
}

.navbar__dropdown_share {
  left: auto;
  right: -16px;
  top: 42px;
  width: 145px;
}

.navbar__dropdown-item {
  display: block;
  padding: 10px 23px;
  font-size: 14px;
  line-height: 22px;
  color: #404750;
  position: relative;
  transition: background 300ms ease;
  display: flex;
  align-items: center;
}

.navbar__dropdown-item img {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 12px;
}

.navbar__dropdown-item span {
  font-size: 12px;
  color: #CFD4D8;
}

.navbar__dropdown-item:hover {
  background: #F5F6F7;
}

.navbar__search {
  position: absolute;
  box-sizing: border-box;
  top: 80px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 1;
}

.navbar__search-container {
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  max-height: 100%;
}

.navbar__search-overlay {
  z-index: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 80px;
  left: 0;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.navbar__search-overlay.active {
  opacity: 0.3;
  visibility: visible;
}

.navbar__search-field {
  border-bottom: 1px solid #DADFE3;
  position: relative;
  z-index: 1;
}

.navbar__search-btn {
  opacity: 0.4;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.navbar__search-btn svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #3F505B;
}

.navbar__search-input {
  width: 100%;
  height: 56px;
  line-height: 56px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0 56px;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #404750;
  font-family: "Elektra Text Pro", sans-serif;
}

.navbar__search-input::placeholder {
  color: #90979C;
}

.navbar__search-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar__search-close svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #90979C;
}

.navbar__search-result {
  position: relative;
  z-index: 2;
  box-shadow: 0px 5px 40px rgba(116, 125, 148, 0.2);
  max-height: 100%;
  overflow: auto;
  max-height: calc(100vh - 80px - 56px);
}

.navbar__search-fail {
  font-size: 15px;
  line-height: 140%;
  color: #90979C;
  background: #F5F6F7;
  padding: 30px;
}

.navbar__search-success {
  padding: 14px 30px;
}

.navbar__search-item {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid rgba(218, 223, 227, 0.6);
}

.navbar__search-link {
  padding: 9px 16px;
  display: block;
  transition: background 300ms ease;
  border-radius: 3px;
}

.navbar__search-link:hover {
  background-color: #F5F6F7;
}

.navbar__search-name {
  display: block;
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 15px;
  line-height: 140%;
  color: #90979C;
  font-weight: normal;
}

.navbar__search-name strong {
  color: #404750;
}

.navbar__search-type {
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #CFD4D8;
  font-weight: normal;
}

.navbar__search-more-link {
  display: block;
  padding: 24px 0 16px 0;
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 14px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #EF8937;
}

.navbar__search-more-link:hover {
  text-decoration-line: none;
}

.navbar__lang-sm {
  display: flex;
  justify-content: center;
}

.navbar__lang-sm-item {
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: #90979C;
  padding: 9px 25px;
  font-weight: normal;
  border-right: 1px solid #F0F1F2;
}

.navbar__lang-sm-item:hover,
.navbar__lang-sm-item.active {
  color: #EF8937;
}

.navbar__lang-sm-item:last-child {
  border-right: none;
}

.footer {
  margin-top: auto;
  background: #FFFFFF;
  border-top: 1px solid #DADFE3;
}

.footer__top {
  padding: 70px 0 55px 0;
}

.footer__row {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  justify-content: space-between;
}

.footer__col {
  padding: 0 20px;
  max-width: 278px;
  width: 100%;
}

.footer__col:first-child {
  width: 340px;
  max-width: 340px;
  margin-right: 60px;
  flex-shrink: 0;
}

.footer__logo {
  display: block;
  width: 143px;
  padding-bottom: 115px;
  padding-top: 105px;
}

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

.footer__app {
  display: flex;
}

.footer__app-button {
  display: block;
  max-width: 140px;
  width: 100%;
  margin-right: 20px;
}

.footer__app-button:last-child {
  margin-right: 0;
}

.footer__title {
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  text-transform: uppercase;
  color: #404750;
  padding-bottom: 33px;
}

.footer__list {
  position: relative;
}

.footer__item {
  position: relative;
  display: block;
}

.footer__link {
  font-family: "Elektra Text Pro", sans-serif;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #404750;
  padding: 9px 0;
}

.footer__contacts {
  padding-top: 10px;
}

.footer__contacts-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #404750;
  padding-bottom: 24px;
}

.footer__address {
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 15px;
  line-height: 150%;
  color: #404750;
  padding-bottom: 30px;
}

.footer__phone-group {
  position: relative;
  padding-bottom: 30px;
}

.footer__phone {
  display: block;
  font-size: 16px;
  line-height: 160%;
  color: #404750;
  font-weight: 400;
}

.footer__email {
  font-size: 15px;
  line-height: 150%;
  color: #404750;
}

.footer__email span {
  border-bottom: 1px solid #404750;
  transition: border 300ms ease;
}

.footer__email:hover span {
  border-color: transparent;
}

.footer__callback {
  padding-top: 40px;
}

.footer__callback-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
  color: #404750;
  padding-bottom: 16px;
}

.footer__callback-form {
  position: relative;
}

.footer__callback-input {
  position: relative;
}

.footer__callback-input-container {
  position: relative;
  width: 100%;
}

.footer__callback-input-field {
  font-family: "Elektra Text Pro", sans-serif;
  background: #F5F6F7;
  border: 1px solid #DADFE3;
  box-sizing: border-box;
  border-radius: 2px;
  line-height: 48px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
  padding: 0 52px 0 19px;
  font-size: 14px;
  width: 100%;
}

.footer__callback-input-field::placeholder {
  font-size: 14px;
  line-height: 48px;
  color: #90979C;
}

.footer__callback-icon {
  width: 32px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.footer__callback-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  display: block;
}

.footer__bottom {
  background: #F0F1F2;
  padding: 40px 0;
}

.footer__bottom-row {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  align-items: center;
  justify-content: space-between;
}

.footer__bottom-col {
  padding: 0 20px;
}

.footer__copyright {
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 15px;
  line-height: 150%;
  color: #404750;
  display: block;
}

.footer__copyright_md {
  display: none;
}

.footer__socials {
  display: flex;
  align-items: center;
  margin-left: -12px;
  margin-right: -12px;
}

.footer__social {
  display: block;
  padding: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 0 12px;
}

.footer__social svg {
  display: block;
  width: 24px;
  height: 24px;
}

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

.footer__trust-text {
  font-size: 13px;
  line-height: 150%;
  color: #404750;
  font-family: "Elektra Text Pro", sans-serif;
  padding-right: 16px;
}

.footer__trust-text a {
  font-weight: 700;
  color: #404750;
  transition: color 300ms ease;
}

.footer__trust-text a:hover {
  color: #2a363d;
}

.footer__trust-button {
  flex-shrink: 0;
  padding: 14px 20px;
  display: block;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  background: #3F505B;
  border-radius: 23px;
  transition: background 300ms ease;
  font-weight: 500;
}

.footer__trust-button:hover {
  background: #2a363d;
}

.footer__develop {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: rgba(29, 29, 27, 0.8);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
  position: relative;
}

.footer__develop:hover .footer__develop-icon_planet {
  animation: rotate 600ms ease;
}

.footer__develop:hover .footer__develop-icon_satellite {
  animation: rotate 600ms ease 600ms;
}

.footer__develop-icons {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__develop-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
}

.footer__develop-icon svg {
  width: 100%;
  height: 100%;
}

.footer__develop-icon_satellite {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}

.footer__develop-icon_satellite::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #EF8937;
}

.footer__develop-text {
  display: block;
  padding-left: 10px;
  flex-shrink: 0;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.banner {
  background: #EBEBEB;
  position: relative;
  overflow: hidden;
}

.banner.is-animated .banner__wrapper::before {
  opacity: 1;
  transform: translateY(0);
}

.banner.is-animated .banner__bg {
  transform: scale(1);
}

.banner.is-animated .banner__bg::after {
  transform: translateX(100%);
}

.banner.is-animated .banner__title {
  opacity: 0.3;
}

.banner.is-animated .banner__bottom-title {
  opacity: 1;
  transform: translateY(0);
}

.banner.is-animated .banner__bottom-title::before {
  opacity: 1;
  transform: translateY(0);
}

.banner.is-animated .banner__backlink {
  opacity: 1;
}

.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(1.1);
  transform-origin: left bottom;
  transition: transform 900ms ease-out;
}

.banner__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%), rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.banner__bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: transform 900ms ease-out;
  z-index: 10;
}

.banner__wrapper {
  min-height: 553px;
  padding: 40px 0 0 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
}

.banner__wrapper::before {
  content: '';
  width: 2px;
  height: 60px;
  position: absolute;
  left: calc(50% - 1px);
  bottom: 0;
  background: #EF8937;
  display: none;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 900ms ease 900ms, transform 900ms ease 900ms;
}

.banner__title {
  font-weight: normal;
  width: 100%;
  font-size: 110px;
  line-height: 1;
  text-align: center;
  opacity: 0.3;
  color: #fff;
  font-weight: 400;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 900ms ease 900ms;
}

.banner__bottom-title {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 44px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding-bottom: 100px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 900ms ease 900ms, transform 900ms ease 900ms;
}

.banner__bottom-title::before {
  content: '';
  width: 2px;
  height: 70px;
  position: absolute;
  left: calc(50% - 1px);
  bottom: 0;
  background: #EF8937;
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 900ms ease 900ms, transform 900ms ease 900ms;
}

.banner__backlink {
  opacity: 0;
  transition: opacity 900ms ease 900ms;
}

.main-grid {
  width: 100%;
  padding: 1.25em;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1.25em;
  min-height: calc(100vh - 80px);
  grid-template-areas: "a a a a b b b b e e g g" "a a a a b b b b e e g g" "a a a a b b b b c c c c" "d d f f b b b b c c c c" "d d f f b b b b c c c c";
}

.main-grid__item {
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: box-shadow 300ms ease 600ms;
}

.main-grid__item:hover::after {
  transform: translateX(0);
  opacity: 0.9;
}

.main-grid__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(224, 230, 234, 0.19) 0%, rgba(188, 202, 211, 0.09) 82.81%, rgba(235, 240, 243, 0.2) 100%), #FFFFFF;
  z-index: 0;
  transition: transform 600ms ease-out;
  border-radius: 15px;
}

.main-grid__item::after {
  content: '';
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  border-radius: 0 50% 50% 0;
  background: #f2f2f2;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-70%);
  transition: transform 300ms ease-out, opacity 300ms ease, visibility 600ms ease 1200ms;
}

.main-grid__item.is-animated {
  box-shadow: 0px 3px 50px rgba(105, 134, 160, 0.11);
}

.main-grid__item.is-animated::before {
  transform: translate(0, 0) !important;
}

.main-grid__item.is-animated::after {
  visibility: visible;
}

.main-grid__item_xl {
  grid-area: b;
  transition-delay: 300ms;
}

.main-grid__item_xl::before {
  transform: translate(-100%, -100%);
  transition-delay: 300ms;
}

.main-grid__item_md-1 {
  grid-area: a;
}

.main-grid__item_md-1::before {
  transform: translate(100%, 100%);
}

.main-grid__item_sm-1 {
  grid-area: d;
}

.main-grid__item_sm-1::before {
  transform: translate(-100%, -100%);
}

.main-grid__item_sm-2 {
  grid-area: f;
  transition-delay: 150ms;
}

.main-grid__item_sm-2::before {
  transform: translate(-100%, 100%);
  transition-delay: 150ms;
}

.main-grid__item_sm-2 .grid-link__title span {
  transition-delay: 750ms;
}

.main-grid__item_sm-2 .grid-link__image-wrapper {
  transition-delay: 750ms;
}

.main-grid__item_sm-3 {
  grid-area: e;
}

.main-grid__item_sm-3::before {
  transform: translate(-100%, 100%);
}

.main-grid__item_sm-4 {
  grid-area: g;
  transition-delay: 150ms;
}

.main-grid__item_sm-4::before {
  transform: translate(-100%, -100%);
  transition-delay: 150ms;
}

.main-grid__item_sm-4 .grid-link__title span {
  transition-delay: 750ms;
}

.main-grid__item_sm-4 .grid-link__image-wrapper {
  transition-delay: 750ms;
}

.main-grid__item_md-2 {
  grid-area: c;
  transition-delay: 150ms;
}

.main-grid__item_md-2::before {
  transform: translate(100%, -100%);
  transition-delay: 150ms;
}

.cv {
  position: relative;
}

.cv__plate {
  position: relative;
  overflow: hidden;
}

.cv__plate-wrapper {
  background: #F5F6F7;
  border-radius: 12px;
  padding: 53px 60px;
}

.cv__plate-wrapper::before {
  content: '';
  position: absolute;
  top: -191px;
  left: 60%;
  transform: translateX(-50%);
  width: 405px;
  height: 354px;
  background: url("../img/logo-bg.svg") 50% 50% no-repeat;
  background-size: contain;
  opacity: 0.25;
}

.cv__plate-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
}

.cv__plate-col {
  padding: 0 8px;
}

.cv__plate-col:last-child {
  flex-shrink: 0;
}

.cv__plate-info {
  display: flex;
  align-items: center;
}

.cv__plate-icon {
  flex-shrink: 0;
  margin-right: 30px;
}

.cv__plate-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.cv__plate-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 150%;
  color: #181818;
  padding-bottom: 4px;
}

.cv__plate-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #404750;
}

.cv__form {
  display: none;
}

.cv__form-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 70px 82px;
  position: relative;
}

.cv__form-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.success-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  width: 100%;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.success-modal.active {
  opacity: 1;
  visibility: visible;
}

.success-modal.active .success-modal__container {
  transform: translateY(0);
}

.success-modal__wrapper {
  position: relative;
  display: flex;
  min-height: 100%;
  width: 100%;
  padding: 80px 40px;
  z-index: 2;
}

.success-modal__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000000;
  opacity: 0.15;
}

.success-modal__container {
  position: relative;
  width: 100%;
  max-width: 740px;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  pointer-events: all;
  margin: auto;
  overflow: hidden;
  transform: translateY(50px);
  transition: transform 600ms ease-out;
}

.success-modal__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-height: 420px;
  min-width: 740px;
  transform: translate(-50%, -50%);
}

.success-modal__bg::before {
  content: '';
  position: absolute;
  width: 232px;
  height: 202px;
  top: 40px;
  left: -63px;
  background: url("../img/logo-bg.svg") 50% 50% no-repeat;
  background-size: contain;
  opacity: 0.35;
  transform: rotate(15deg);
}

.success-modal__bg::after {
  content: '';
  position: absolute;
  width: 349px;
  height: 303px;
  bottom: -76px;
  right: -88px;
  background: url("../img/logo-bg.svg") 50% 50% no-repeat;
  background-size: contain;
  opacity: 0.35;
}

.success-modal__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
}

.success-modal__close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.success-modal__content {
  padding: 64px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.success-modal__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.success-modal__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.success-modal__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  font-family: "Elektra Text Pro", sans-serif;
  padding-bottom: 20px;
}

.success-modal__description {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #404750;
  padding-bottom: 40px;
}

.success-modal__btn {
  min-width: 177px;
}

.callcenter {
  background: #F5F6F7;
  padding: 60px 0;
}

.callcenter__row {
  display: flex;
}

.callcenter__col {
  width: 50%;
}

.callcenter__image {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.callcenter__caption {
  padding-left: 104px;
}

.callcenter__title {
  font-size: 24px;
  line-height: 150%;
  color: #181818;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.callcenter__title::before {
  content: '';
  width: 45px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EF8937;
}

.callcenter__subtitle {
  font-size: 20px;
  line-height: 170%;
  color: #181818;
  font-family: "Elektra Text Pro", sans-serif;
  max-width: 440px;
  width: 100%;
  padding-bottom: 30px;
}

.callcenter__contacts {
  position: relative;
  padding-bottom: 30px;
}

.callcenter__contacts-item {
  display: flex;
  margin-bottom: 20px;
}

.callcenter__contacts-item:last-child {
  margin-bottom: 0;
}

.callcenter__contacts-item_email .callcenter__contacts-icon {
  margin-top: 2px;
}

.callcenter__contacts-icon {
  width: 24px;
  height: 24px;
  margin-right: 24px;
  flex-shrink: 0;
  margin-top: 5px;
}

.callcenter__contacts-caption {
  display: block;
}

.callcenter__contacts-phone {
  display: block;
  font-size: 20px;
  line-height: 170%;
  color: #181818;
  font-family: "Elektra Text Pro", sans-serif;
}

.callcenter__contacts-email {
  display: block;
  font-size: 16px;
  line-height: 170%;
  text-decoration-line: underline;
  color: #3F505B;
  font-family: "Elektra Text Pro", sans-serif;
}

.callcenter__contacts-description {
  display: block;
  font-size: 12px;
  line-height: 170%;
  color: #90979C;
  font-family: "Elektra Text Pro", sans-serif;
}

.callcenter__form {
  padding-bottom: 30px;
}

.callcenter__form-text {
  font-size: 14px;
  line-height: 170%;
  color: #181818;
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  padding-bottom: 16px;
}

.callcenter__buttons-wrapper {
  display: block;
}

.callcenter__buttons-wrapper_md {
  display: none;
}

.callcenter__buttons {
  padding-top: 30px;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}

.callcenter__button {
  padding: 0 8px;
  width: 50%;
}

.feedback {
  position: relative;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}

.feedback__title {
  font-weight: normal;
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 24px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #181818;
  text-align: center;
  padding-bottom: 40px;
}

.contacts-list__item {
  display: block;
  border-top: 1px solid #E0E0E0;
}

.contacts-list__item:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.contacts-list__button {
  font-family: "Elektra Text Pro", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  position: relative;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #181818;
}

.contacts-list__button.active + .contacts-list__content {
  display: block;
}

.contacts-list__button.active .contacts-list__icon {
  background: #fff;
  border-color: #CFD4D8;
}

.contacts-list__button.active .contacts-list__icon::after {
  background: #181818;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.contacts-list__button:hover .contacts-list__icon {
  background: #fff;
  border-color: #CFD4D8;
}

.contacts-list__button:hover .contacts-list__icon::before,
.contacts-list__button:hover .contacts-list__icon::after {
  background: #181818;
}

.contacts-list__icon {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #181818;
  border: 1px solid #181818;
  position: relative;
  transition: background 300ms ease, border 300ms ease;
}

.contacts-list__icon::before,
.contacts-list__icon::after {
  content: '';
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 300ms ease, transform 300ms ease;
}

.contacts-list__icon::before {
  height: 2px;
  width: 10px;
}

.contacts-list__icon::after {
  height: 10px;
  width: 2px;
}

.contacts-list__content {
  display: none;
}

.filter {
  background: #F9F9F9;
  position: relative;
  border-right: 1px solid #DADFE3;
  border-left: 1px solid #DADFE3;
  width: 100%;
  max-width: 237px;
  flex-shrink: 0;
  min-height: 100%;
}

.filter__close {
  position: absolute;
  z-index: 3;
  top: 17px;
  right: 13px;
  width: 24px;
  height: 24px;
  display: none;
}

.filter__close svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #3F505B;
}

.filter__overlay {
  display: none;
}

.filter__tabs {
  position: relative;
}

.filter__tab {
  display: block;
  padding: 22px 20px;
  border-bottom: 1px solid #DADFE3;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #404750;
  transition: color 300ms ease, background 300ms ease;
  background: #F9F9F9;
}

.filter__tab:hover,
.filter__tab.active {
  background: #3F505B;
  color: #fff;
}

.filter__header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DADFE3;
  background: #F0F1F2;
  position: relative;
}

.filter__header-title {
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #404750;
}

.filter__header-icon {
  width: 20px;
  height: 20px;
}

.filter__header-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.filter__body {
  position: relative;
  z-index: 2;
  background: #F9F9F9;
  flex: 1;
}

.filter__group {
  padding: 24px 20px;
  border-bottom: 1px solid #DADFE3;
}

.filter__group:last-child {
  border-bottom: none;
}

.filter__title {
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #404750;
  padding-bottom: 16px;
}

.filter__fields {
  position: relative;
}

.filter__field {
  padding-bottom: 10px;
}

.filter__field:last-child {
  padding-bottom: 0;
}

.video-slider {
  overflow: visible;
  padding-bottom: 44px;
}

.video-slider__item {
  width: 345px;
  margin-right: 40px;
}

.video-slider .swiper-scrollbar {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  height: 1px;
}

.video-slider .swiper-scrollbar .swiper-scrollbar-drag {
  height: 30px;
  margin-top: -15px;
  opacity: 1;
  cursor: pointer;
  z-index: 51;
  background: #90979C;
  border-radius: 20px;
  position: relative;
}

.video-slider .swiper-scrollbar .swiper-scrollbar-drag::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/about/logo-sm.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 19px;
  height: 17px;
}

.gm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition-property: opacity, visibility, transform;
  transition-timing-function: ease;
  transition-duration: 600ms;
}

.gm-modal.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.gm-modal__close {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

.gm-modal__close svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke: #3F505B;
}

.gm-modal__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gm-modal__header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  padding-right: 40px;
}

.gm-modal__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F5F6F7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}

.gm-modal__title {
  font-size: 14px;
  line-height: 160%;
  color: #181818;
  font-weight: normal;
}

.gm-modal__address {
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  color: #181818;
}

.gm-modal__body {
  height: 100%;
  flex: 1;
  background: rgba(234, 234, 234, 0.2);
  border: 1px solid #DADFE3;
  position: relative;
}

.gm-modal__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.categories-grid {
  width: 100%;
  padding: 1.25em 1.25em 0.625em 1.25em;
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  background: #F0F2F3;
  display: none;
}

.categories-grid__title {
  font-size: 1.75em;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #181818;
  font-weight: normal;
  padding-bottom: 0.375em;
}

.categories-grid__body {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625em;
  margin-right: -0.625em;
  flex: 1;
}

.categories-grid__item {
  padding: 0.625em;
  width: 25%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.categories-grid__item[data-is-animated] {
  opacity: 1;
  transform: translateY(0);
}

.categories-grid__item:nth-child(1),
.categories-grid__item:nth-child(2),
.categories-grid__item:nth-child(3) {
  width: 33.3333%;
}

.categories-grid__item:nth-child(1) .categories-grid__item-wrapper::before,
.categories-grid__item:nth-child(2) .categories-grid__item-wrapper::before,
.categories-grid__item:nth-child(3) .categories-grid__item-wrapper::before {
  width: 14.6875em;
  height: 12.25em;
}

.categories-grid__item:nth-child(1) .categories-grid__item-image,
.categories-grid__item:nth-child(2) .categories-grid__item-image,
.categories-grid__item:nth-child(3) .categories-grid__item-image {
  width: 25em;
}

.categories-grid__item-wrapper {
  position: relative;
  border-radius: 0.9375em;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.5em;
  background: #F6F6F6;
  border: 1px solid #DCDCDC;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 26.25em;
}

.categories-grid__item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10.8125em;
  height: 12.25em;
  background: url("../img/categories-grid/corner.svg") 50% 50% no-repeat;
  background-size: cover;
  z-index: 2;
}

.categories-grid__item-title {
  font-weight: normal;
  font-size: 1.375em;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #181818;
  position: relative;
  z-index: 2;
}

.categories-grid__item-image {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 18.75em;
}

.categories-grid__item-image::before {
  content: '';
  display: inline-block;
  padding-top: 93%;
}

.categories-grid__item-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.categories-grid__item-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.categories-grid__item-button {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.categories-grid__item-button-text {
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 1em;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #3F505B;
}

.categories-grid__item-button-icon {
  width: 1em;
  height: 1em;
  display: block;
  margin-left: 0.5em;
}

.categories-grid__item-button-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #3F505B;
}

.mine {
  display: none;
}

.mine__container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: calc(100vh - 80px);
  min-height: calc(1050px - 80px);
  position: relative;
}

.mine__container::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1080px;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 300px);
  z-index: 10;
}

.mine__image {
  position: relative;
  width: 1920px;
  height: 1500px;
  display: block;
  flex-shrink: 0;
}

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

.mine__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: transform 600ms ease-out;
  backface-visibility: hidden;
  transform-origin: 50% 100%;
}

.mine__link:hover {
  transform: scale(1.03, 1.03);
}

.mine__link_1 {
  top: 24%;
  left: 38.8%;
  width: 23px;
  height: 193px;
}

.mine__link_2 {
  top: 46.7%;
  left: 61.4%;
  width: 221px;
  height: 46px;
}

.mine__link_3 {
  top: 45.7%;
  left: 55.7%;
  width: 110px;
  height: 64px;
}

.mine__link_4 {
  top: 32.7%;
  left: 72.7%;
  width: 153px;
  height: 36px;
}

.mine__link_5 {
  top: 47.6%;
  left: 44.7%;
  width: 203px;
  height: 34px;
}

.mine__link_6 {
  top: 45.5%;
  left: 73.6%;
  width: 198px;
  height: 65px;
}

.mine__link_7 {
  top: 13.5%;
  left: 70.9%;
  width: 184px;
  height: 61px;
}

.mine__link_8 {
  top: 32%;
  left: 44%;
  width: 457px;
  height: 47px;
}

.mine__link_9 {
  top: 13.4%;
  left: 62%;
  width: 146px;
  height: 61px;
}

.mine__link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mine__left {
  width: 100%;
  height: 1500px;
  background: url("../img/mine/left.png") 100% 0 repeat-x;
  background-size: auto 100%;
}

.mine__right {
  width: 100%;
  height: 1500px;
  background: url("../img/mine/right.png") 0 0 repeat-x;
  background-size: auto 100%;
}

.home {
  background: #EBEEEF;
}

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

.article-page blockquote {
  display: block;
  padding: 40px 60px 40px 118px;
  border-top: 1px solid #DADFE3;
  border-bottom: 1px solid #DADFE3;
  font-weight: 300;
  font-size: 18px;
  line-height: 165%;
  color: #3F505B;
  margin: 40px 0 60px 0;
}

.article-page blockquote::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 40px;
  width: 32px;
  height: 21px;
  transform: translateY(-50%);
  background: url("../img/quote/icon.svg") 50% 50% no-repeat;
  background-size: contain;
}

.article-page .content__article {
  padding-bottom: 60px;
}

.article-page .content__article ul:not(.swiper-pagination) li {
  font-size: 16px;
  line-height: 160%;
}

.article-page .content__article ul:not(.swiper-pagination) li::before {
  top: 8px;
}

.article-page .content__article ol:not(.swiper-pagination) li {
  font-size: 16px;
  line-height: 160%;
}

.article-page .content__article ol:not(.swiper-pagination) li::before {
  font-size: 14px;
  line-height: 160%;
  top: 2px;
}

.article-page .content__lead {
  padding-bottom: 40px;
}

.article-page .line {
  margin-bottom: 40px;
}

.article-page__backlink {
  padding-top: 12px;
}

.article-page__hero-img {
  padding-bottom: 60px;
}

.article-page__hero-img img {
  display: block;
  width: 100%;
  height: auto;
}

.article-page__gallery {
  padding-bottom: 80px;
}

.article-page__image {
  padding: 40px 0 60px 0;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.article-page__image img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 !important;
  margin: 0 0 0 0 !important;
}

.article-page__image-description {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  padding-top: 30px;
  font-weight: 300;
  font-size: 15px;
  line-height: 170%;
  text-align: center;
  color: #90979C;
}

.article-page__list {
  padding: 40px 0 40px 0;
}

.article-page__list h2,
.article-page__list h3,
.article-page__list h4 {
  padding-bottom: 24px;
}

.article-page__list ul {
  padding: 0 !important;
  margin: 0 !important;
}

.article-1_reverse .article-1__row {
  flex-direction: row-reverse;
}

.article-1_reverse .article-1__image {
  justify-content: flex-start;
}

.article-1__title {
  padding-bottom: 40px;
}

.article-1__subtitle {
  width: 100%;
  padding-bottom: 40px;
}

.article-1__row {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.article-1__col {
  width: 50%;
  padding: 0 20px;
}

.article-1__image {
  display: flex;
  justify-content: flex-end;
}

.article-1__image_pt-60 {
  padding-top: 60px;
}

.article-1__image img {
  width: 100%;
  max-width: 473px;
  display: block;
  height: auto;
}

.article-1 p {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #404750;
  padding-bottom: 40px;
}

.article-header {
  padding-bottom: 50px;
}

.article-header__title {
  padding-bottom: 20px;
  font-weight: normal;
  font-size: 44px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #181818;
}

.article-info {
  display: flex;
  align-items: center;
}

.article-info__item {
  padding: 0 24px;
  border-right: 1px solid #BCCAD3;
}

.article-info__item:first-child {
  padding-left: 0;
}

.article-info__item:last-child {
  border-right: none;
}

.article-info__date {
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #404750;
}

.article-info__share {
  display: flex;
  align-items: center;
}

.article-info__share-title {
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #90979C;
  margin-right: 12px;
}

.article-info__share-list {
  display: flex;
  align-items: center;
}

.article-info__share-item {
  padding: 0 8px;
}

.article-info__share-item svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #3F505B;
}

.providers__plates {
  padding-bottom: 96px;
}

.providers__plates-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 145%;
  color: #181818;
  padding-bottom: 48px;
}

.career__description {
  padding-bottom: 80px;
}

.career__benefits {
  padding: 60px 0 20px;
}

.career__iframe {
  position: relative;
}

.career__iframe-title {
  padding-bottom: 40px;
}

.compliance__author {
  margin: 20px 0 0 0;
}

.management {
  position: relative;
}

.management__content {
  padding-bottom: 140px;
}

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

.management__article {
  padding-left: 40px;
}

.management__article-content {
  max-width: 550px;
  width: 100%;
}

.management__title {
  font-weight: 350;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #181818;
  padding-bottom: 32px;
}

.management__title span {
  display: block;
}

.management__title span:last-child {
  font-weight: 400;
}

.management__button-wrapper {
  padding-bottom: 50px;
}

.management__button_pc {
  display: block;
}

.management__button_mobile {
  display: none;
}

.management__subtitle {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #404750;
  padding-bottom: 32px;
  position: relative;
  margin-bottom: 50px;
}

.management__subtitle::before {
  content: '';
  width: 45px;
  height: 2px;
  background: #EF8937;
  position: absolute;
  bottom: 0;
  left: 0;
}

.management__subtitle span {
  padding-bottom: 14px;
  display: block;
}

.management__subtitle span:last-child {
  padding-bottom: 0;
}

.management p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #404750;
  padding-bottom: 20px;
}

.management p:first-child::first-letter {
  font-size: 36px;
}

.search__container {
  padding: 30px 0;
}

.search__input-container {
  position: relative;
  display: flex;
}

.search__input-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.search__input-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search__input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  height: 56px;
  line-height: 56px;
  background: #FFFFFF;
  border: 1px solid #DADFE3;
  box-sizing: border-box;
  width: 100%;
  box-shadow: none;
  padding: 0 56px;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #404750;
  font-weight: normal;
  font-family: "Elektra Text Pro", sans-serif;
}

.search__input-button {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  height: 56px;
  padding: 0 34px;
  background: #EF8937;
  font-weight: normal;
  cursor: pointer;
  border: none;
}

.search__input-button:hover {
  background: linear-gradient(180deg, rgba(255, 187, 86, 0.6) 0%, rgba(239, 123, 29, 0.6) 100%), #EF8937;
}

.search__input-button-text {
  display: block;
}

.search__input-button-icon {
  display: none;
  width: 20px;
  height: 20px;
}

.search__input-button-icon svg {
  display: flex;
  width: 100%;
  height: 100%;
  stroke: #fff;
}

.search__fail {
  padding: 100px 0 190px 0;
}

.search__fail-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.search__fail-icon {
  margin-bottom: 48px;
  width: 64px;
  height: 64px;
}

.search__fail-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search__fail-caption {
  padding-bottom: 40px;
}

.search__fail-title {
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  padding-bottom: 20px;
}

.search__fail-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #404750;
}

.search-tabs__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DADFE3;
}

.search-tabs__title {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #404750;
}

.search-tabs__buttons {
  display: flex;
  position: relative;
}

.search-tabs__button {
  display: block;
  padding: 0 18px;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #90979C;
  font-weight: normal;
  font-family: "Elektra Text Pro", sans-serif;
  transition: color 300ms ease;
}

.search-tabs__button.active,
.search-tabs__button:hover {
  color: #181818;
}

.search-tabs__button span {
  display: block;
  padding: 34px 0;
}

.search-tabs__button.active span {
  border-bottom: 2px solid #EF8937;
}

.search-tabs__body {
  position: relative;
  padding: 50px 0;
}

.contacts__f-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #EF8937;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 4px 15px rgba(155, 128, 103, 0.25);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 5;
}

.contacts__f-btn svg {
  display: block;
  width: 32px;
  height: 32px;
  stroke: #fff;
}

.contacts__content {
  padding: 80px 0 80px 0;
}

.contacts__caption {
  padding-right: 40px;
}

.contacts__title {
  padding-bottom: 60px;
  font-weight: normal;
  font-size: 32px;
  line-height: 140%;
  color: #404750;
}

.contacts__image {
  padding-bottom: 40px;
}

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

.contacts__main {
  padding-bottom: 40px;
}

.contacts__main-title {
  font-weight: normal;
  font-size: 32px;
  line-height: 150%;
  color: #181818;
  padding-bottom: 16px;
}

.contacts__main-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #181818;
  padding-bottom: 24px;
}

.contacts__main-text p {
  display: block;
}

.contacts__service {
  padding-top: 20px;
}

.contacts__service_sm {
  display: none;
}

.contacts__service-title {
  font-weight: normal;
  font-size: 32px;
  line-height: 150%;
  color: #181818;
  width: 100%;
  max-width: 300px;
  padding-top: 30px;
  position: relative;
  padding-bottom: 40px;
}

.contacts__service-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 2px;
  background: #EF8937;
}

.contacts__service-item {
  padding: 30px 0;
  border-top: 1px solid #DADFE3;
}

.contacts__service-text {
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 160%;
  color: #181818;
  padding-bottom: 8px;
}

.contacts__service-phone {
  display: flex;
  align-items: center;
}

.contacts__service-phone svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke: #EF8937;
  margin-right: 16px;
}

.contacts__service-phone span {
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 170%;
  color: #EF8937;
}

.contacts__tabs {
  padding-bottom: 103px;
}

.news__plates .news__plate:nth-child(odd) .news__plate-image-container::before {
  padding-top: 108%;
}

.news__plates .news__plate:nth-child(even) .news__plate-image-container::before {
  padding-top: 72%;
}

.news__plates_reverse .news__plate:nth-child(odd) .news__plate-image-container::before {
  padding-top: 72%;
}

.news__plates_reverse .news__plate:nth-child(even) .news__plate-image-container::before {
  padding-top: 108%;
}

.news__plate {
  display: block;
  position: relative;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.news__plate[data-is-animated="true"] {
  opacity: 1;
  transform: translateY(0);
}

.news__plate[data-is-animated="true"] .news__plate-title {
  opacity: 1;
  transform: translateX(0);
}

.news__plate[data-is-animated="true"] .news__plate-icon {
  opacity: 1;
  transform: translateX(0);
}

.news__plate:hover .news__plate-image {
  transform: scale(1.01);
}

.news__plate-image-container {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.news__plate-image-container::before {
  content: '';
  display: inline-block;
}

.news__plate-image-container::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(187.43deg, rgba(0, 0, 0, 0) 63.51%, rgba(0, 0, 0, 0.45) 94.05%), url(image.png);
}

.news__plate-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 600ms ease;
}

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

.news__plate-caption {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.news__plate-title {
  font-weight: normal;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 600ms ease 600ms, transform 600ms ease 600ms;
}

.news__plate-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-left: 16px;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 600ms ease 750ms, transform 600ms ease 750ms;
}

.news__plate-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.publications__content {
  padding: 0 0 100px 0;
}

.digest__content {
  padding-bottom: 40px;
}

.cases {
  padding: 0 0 80px 0;
}

.cases .content__header-title {
  text-align: center;
}

.cases__list {
  padding-bottom: 70px;
}

.cases__item {
  position: relative;
}

.cases__item:nth-child(3n + 2) {
  top: 70px;
}

.plants__content {
  padding: 90px 0;
}

.plants__about {
  padding-bottom: 100px;
}

.plants__about-subtitle {
  font-size: 18px;
  line-height: 170%;
  color: #404750;
  padding-bottom: 20px;
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: 300;
}

.plants__about-description p {
  font-size: 18px;
  line-height: 170%;
  color: #404750;
  padding-bottom: 20px;
}

.plants__benefits {
  padding-bottom: 100px;
}

.plants__services {
  overflow: hidden;
}

.plants__services-title {
  padding-right: 80px;
}

.plants__info {
  position: relative;
}

.plants__info.is-animated::before {
  transform: translateX(0);
}

.plants__info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 32%;
  background: #F5F6F7;
  transform: translateX(-100%);
  transition: transform 600ms ease;
}

.plants__info-content {
  padding: 110px 0;
}

.guarantees__video {
  padding-bottom: 40px;
}

.guarantees__quality {
  padding-bottom: 90px;
}

.guarantees__quality-description p {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #404750;
  padding-bottom: 20px;
}

.guarantees__article h3 {
  padding-bottom: 32px;
}

.guarantees__article ul {
  padding-bottom: 50px;
}

.guarantees__list-item {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #DADFE3;
}

.guarantees__list-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.companies__contacts {
  padding-bottom: 60px;
}

.companies__contacts-subtitle {
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 170%;
  color: #404750;
  padding-bottom: 40px;
}

.companies__contacts-map {
  padding-left: 40px;
  width: 100%;
}

.companies__contacts-map img {
  display: block;
  width: 100%;
  height: auto;
}

.companies__partners {
  overflow: hidden;
}

.companies__projects-item {
  display: flex;
  justify-content: space-between;
  padding-left: 36px;
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #DADFE3;
  margin-bottom: 24px;
}

.companies__projects-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.companies__projects-item::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #EF8937;
}

.companies__projects-text {
  display: block;
  padding-right: 45px;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #181818;
  font-family: "Elektra Text Pro", sans-serif;
}

.companies__projects-btn {
  min-width: 190px;
  flex-shrink: 0;
}

.services__lead {
  padding-bottom: 60px;
}

.services__lead p {
  font-size: 18px;
  line-height: 28px;
  color: #181818;
  font-weight: 300;
  padding-bottom: 20px;
}

.services__lead p:first-child::first-letter {
  font-size: 36px;
}

.services__video {
  padding-bottom: 20px;
}

.services__buttons {
  position: relative;
}

.services__buttons-row {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.services__buttons-col {
  width: 50%;
  padding: 0 20px;
}

.services__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #F5F6F7;
  border-radius: 10px;
}

.services__button-icon {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
}

.services__button-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  stroke: #EF8937;
}

.services__button-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #181818;
  font-family: "Elektra Text Pro", sans-serif;
}

.services__form {
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}

.services__form::before {
  content: '';
  width: 196px;
  height: 1px;
  background: #CFB479;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.services__form-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}

.services__form-text {
  padding-bottom: 8px;
  font-weight: normal;
  font-size: 17px;
  line-height: 160%;
  color: #404750;
  font-family: "Elektra Text Pro", sans-serif;
}

.services__form-phone {
  display: flex;
  align-items: center;
}

.services__form-phone svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 16px;
  stroke: #EF8937;
}

.services__form-phone span {
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 170%;
  color: #EF8937;
}

.services__form-container {
  background: #FFFFFF;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 70px 82px;
  position: relative;
}

.compare__table {
  padding-bottom: 100px;
}

.compare__table-content {
  overflow-x: auto;
}

.compare__empty {
  padding: 100px 0 190px 0;
}

.compare__empty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.compare__empty-icon {
  margin-bottom: 48px;
  width: 64px;
  height: 64px;
}

.compare__empty-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.compare__empty-caption {
  padding-bottom: 40px;
}

.compare__empty-title {
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  padding-bottom: 20px;
}

.compare__empty-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #404750;
}

.catalog__container {
  margin-left: -41px;
  margin-right: -41px;
  display: flex;
  align-items: stretch;
}

.catalog__content {
  width: 100%;
  height: 100%;
  padding-top: 30px;
}

.catalog__header {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.catalog__breadcrumbs {
  padding-bottom: 18px;
}

.catalog__backlink {
  display: none;
}

.catalog__title-wrapper {
  padding-bottom: 12px;
}

.catalog__title {
  font-size: 32px;
  line-height: 150%;
  color: #181818;
}

.catalog__tags {
  display: flex;
  flex-wrap: wrap;
}

.catalog__tag {
  display: block;
  padding: 7px 13px;
  background: #F0F1F2;
  border: 1px solid #BCCAD3;
  box-sizing: border-box;
  border-radius: 15px;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #404750;
  font-family: "Elektra Text Pro", sans-serif;
  margin-right: 12px;
  margin-bottom: 12px;
  transition: background 300ms ease, color 300ms ease;
  flex-shrink: 0;
}

.catalog__tag_btn {
  background: #fff;
}

.catalog__tag:hover {
  background: #3F505B;
  border-color: #3F505B;
  color: #fff;
}

.catalog__tag:hover svg {
  stroke: #fff;
}

.catalog__tag svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
  margin-left: 6px;
  stroke: #3F505B;
  transition: stroke 300ms ease;
}

.catalog__body {
  position: relative;
}

.catalog__grid {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.catalog__grid-item {
  width: 33.333%;
  border-bottom: 1px solid #DADFE3;
  border-right: 1px solid #DADFE3;
}

.catalog__grid-item:nth-child(1),
.catalog__grid-item:nth-child(2),
.catalog__grid-item:nth-child(3) {
  border-top: 1px solid #DADFE3;
}

.catalog__pagination {
  padding-bottom: 30px;
}

.catalog__compare {
  border-radius: 20px 0 0 20px;
  background: #404750;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px 0;
  width: 56px;
  height: 143px;
  z-index: 8;
}

.catalog__compare-icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.catalog__compare-icon svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #fff;
}

.catalog__compare-count {
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EF8937;
  border-radius: 50%;
  font-weight: normal;
  font-size: 11px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: -8px;
  right: -8px;
}

.catalog__compare-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  position: absolute;
  bottom: 0;
  left: 18px;
}

.catalog__filter-btn {
  display: none;
}

.product__header {
  position: relative;
  z-index: 2;
}

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

.product__cup_sm {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
}

.product__cup span {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #181818;
}

.product__cup svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
  margin-left: 16px;
}

.product__main {
  padding: 50px 0;
  position: relative;
}

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

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

.product__menu {
  background: #F0F1F2;
  border-radius: 0px 20px 20px 0px;
  width: 223px;
  padding: 61px 60px 60px 0;
  position: relative;
  flex-shrink: 0;
}

.product__menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: -2000px;
  height: 100%;
  width: 2000px;
  background: #F0F1F2;
}

.product__menu-item {
  padding-bottom: 24px;
  display: block;
  position: relative;
}

.product__menu-item:last-child {
  padding-bottom: 0;
}

.product__menu-item.open {
  z-index: 2;
}

.product__menu-item.open .product__menu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product__menu-item.open .product__menu-link_dropdown svg {
  transform: rotate(-180deg);
}

.product__menu-item.active .product__menu-icon {
  background: #EF8937;
}

.product__menu-item.active .product__menu-icon svg {
  stroke: #fff !important;
}

.product__menu-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.product__menu-link_dropdown svg {
  stroke: #90979C;
  width: 10px;
  height: 7px;
  transition: transform 300ms ease;
}

.product__menu-link:hover .product__menu-text span {
  border-color: transparent;
}

.product__menu-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  transition: background 300ms ease;
}

.product__menu-icon img,
.product__menu-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.product__menu-icon svg {
  stroke: #3F505B !important;
}

.product__menu-dropdown {
  width: 230px;
  position: absolute;
  top: 56px;
  left: 0;
  padding: 12px 0;
  background: #fff;
  border: 1px solid #DEDFE3;
  box-shadow: 0px 8px 40px rgba(116, 125, 148, 0.2);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition-duration: 300ms;
  transition-timing-function: ease;
  transition-property: opacity, visibility, transform;
}

.product__menu-dropdown-item {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  transition: background 300ms ease;
}

.product__menu-dropdown-item:hover {
  background: #F5F6F7;
}

.product__menu-dropdown-item svg {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
}

.product__menu-dropdown-item span {
  font-weight: 300;
  font-size: 14px;
  line-height: 170%;
  color: #181818;
}

.product__menu-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #181818;
}

.product__menu-text span {
  border-bottom: 1px solid #181818;
  transition: border 300ms ease;
}

.product__specs {
  text-align: right;
  flex-shrink: 0;
  width: 220px;
}

.product__specs-btn {
  display: none;
}

.product__specs-item {
  padding-bottom: 32px;
}

.product__specs-value {
  font-size: 24px;
  line-height: 140%;
  color: #181818;
  font-weight: normal;
}

.product__specs-value span {
  font-size: 18px;
  font-family: "Elektra Text Pro", sans-serif;
  padding-left: 5px;
  font-weight: normal;
  letter-spacing: normal;
}

.product__specs-value sup {
  font-size: 10px;
  line-height: 150%;
  position: relative;
  top: -8px;
  right: -1px;
}

.product__specs-name {
  font-family: "Elektra Text Pro", sans-serif;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #90979C;
}

.product__share {
  position: relative;
}

.product__share.open .product__share-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product__share-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.product__share-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  align-items: center;
  margin-left: 20px;
}

.product__share-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 170%;
  color: #404750;
}

.product__share-menu {
  width: 145px;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 12px 0;
  background: #fff;
  border: 1px solid #DEDFE3;
  box-shadow: 0px 8px 40px rgba(116, 125, 148, 0.2);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition-duration: 300ms;
  transition-timing-function: ease;
  transition-property: opacity, visibility, transform;
}

.product__share-item {
  display: block;
  padding: 10px 23px;
  font-size: 14px;
  line-height: 22px;
  color: #404750;
  position: relative;
  transition: background 300ms ease;
  display: flex;
  align-items: center;
}

.product__share-item img {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 12px;
}

.product__share-item span {
  font-size: 12px;
  color: #CFD4D8;
}

.product__share-item:hover {
  background: #F5F6F7;
}

.product__model {
  width: 100%;
  position: relative;
  min-height: 100%;
  max-width: 733px;
  margin: 0 40px;
}

.product__model::before {
  content: '';
  display: inline-block;
  padding-top: 60%;
}

.product__content {
  position: relative;
  padding-top: 102px;
}

.product__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.product__group {
  padding: 80px 0;
  border-bottom: 1px solid #DADFE3;
  position: relative;
}

.product__group:first-child {
  padding-top: 0;
}

.product__group:last-child {
  border-bottom: none;
}

.product__group-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 140%;
  color: #404750;
}

.product__group-title_single {
  padding-bottom: 37px;
}

.product__info-title {
  font-size: 18px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #404750;
  font-weight: normal;
  padding-bottom: 16px;
}

.product__info-description ul:not(.swiper-pagination) li {
  font-size: 15px;
  line-height: 160%;
}

.product__info-description p {
  font-weight: 300;
  font-size: 15px;
  line-height: 160%;
  color: #404750;
  padding-bottom: 30px;
}

.product__table {
  border-collapse: collapse;
  width: 100%;
}

.product__table tr {
  background: #fff;
}

.product__table tr:nth-child(odd) {
  background: #F5F6F7;
}

.product__table td {
  padding: 18px;
  font-size: 14px;
  line-height: 130%;
  color: #404750;
}

.product__table td:first-child {
  font-weight: 300;
  width: 60%;
}

.product__table td:last-child {
  width: 40%;
  font-weight: normal;
  text-align: right;
}

.product__compare {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 80px;
}

.product__compare:hover .product__compare-text span {
  border-color: transparent;
}

.product__compare-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: #EF8937;
  margin-right: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__compare-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke: #fff;
}

.product__compare-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 170%;
  color: #181818;
}

.product__compare-text span {
  border-bottom: 1px solid #181818;
  transition: border 300ms ease;
}

.product__posts {
  padding-bottom: 12px;
}

.product__more-posts {
  display: inline-block;
  font-size: 16px;
  line-height: 12px;
  color: #3F505B;
  font-weight: normal;
  margin-bottom: 32px;
}

.product__more-posts:hover span {
  border-color: transparent;
}

.product__more-posts span {
  border-bottom: 1.5px dashed #BCCAD3;
  transition: border 300ms ease;
}

.product__feedback {
  background: #FFFFFF;
  border: 1px dashed #DADFE3;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product__feedback-caption {
  display: flex;
  align-items: center;
  padding-right: 16px;
}

.product__feedback-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin-right: 16px;
}

.product__feedback-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product__feedback-text {
  font-weight: 300;
  font-size: 15px;
  line-height: 160%;
  color: #404750;
  width: 100%;
  max-width: 300px;
}

.product__feedback-btn {
  flex-shrink: 0;
}

.product__article p {
  font-weight: 300;
  font-size: 15px;
  line-height: 160%;
  color: #404750;
  padding-bottom: 30px;
}

.product__pdf {
  padding-bottom: 20px;
}

.product__pdf-item {
  padding-bottom: 10px;
}

.product__file-upload {
  display: block;
  position: relative;
}

.product__file-upload input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
}

.product__categories {
  display: flex;
  flex-wrap: wrap;
}

.product__categories-item {
  padding-right: 16px;
  padding-bottom: 16px;
}

.product__gallery {
  padding-bottom: 90px;
}

.product__sets {
  padding-bottom: 80px;
}

.about__benefits {
  padding-bottom: 80px;
}

.about__equipment {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #DADFE3;
}

.about__strategy {
  padding-bottom: 120px;
}

.about__strategy-subtitle {
  padding-right: 20px;
  padding-bottom: 76px;
}

.about__strategy-year {
  font-weight: normal;
  font-size: 100px;
  line-height: 130%;
  -webkit-text-stroke: 2px #DADFE3;
  color: #fff;
}

.about__article p {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #404750;
  padding-bottom: 20px;
}

.about__article-image {
  display: flex;
  justify-content: flex-end;
  padding-top: 36px;
}

.about__article-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 474px;
}

.mission__list {
  padding: 60px 0 80px 0;
}

.mission__list-header {
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

.mission__list-title {
  text-align: center;
  position: relative;
}

.mission__list-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1037px;
  width: 1000px;
  height: 1px;
  background: #E0E0E0;
}

.mission__list-title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1037px;
  width: 1000px;
  height: 1px;
  background: #E0E0E0;
}

.mission__list-row {
  display: flex;
  justify-content: center;
  margin-left: -13px;
  margin-right: -13px;
  flex-wrap: wrap;
}

.mission__list-col {
  width: calc(100% / 3);
  margin-bottom: 60px;
  padding: 0 13px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.mission__list-col[data-is-animated] {
  opacity: 1;
  transform: translateY(0);
}

.mission__list-icon {
  margin: 0 auto 24px auto;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(251, 247, 240, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission__list-icon img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.mission__list-name {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #000000;
}

.video-page {
  padding-bottom: 80px;
}

.video-page__content {
  padding: 0 40px;
}

.video-page__quote {
  position: relative;
  padding-left: 40px;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #404750;
  margin-bottom: 80px;
}

.video-page__quote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #EF8937;
}

.categories {
  position: relative;
  min-height: calc(100vh - 80px);
}

.categories__mine {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.error-page {
  flex: 1;
  padding: 120px 0;
  display: flex;
  align-items: center;
}

.error-page__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.error-page__image {
  width: 100%;
  max-width: 489px;
  margin-bottom: 48px;
}

.error-page__image img {
  display: block;
  width: 100%;
  height: auto;
}

.error-page__caption {
  padding-bottom: 40px;
  width: 100%;
  max-width: 416px;
}

.error-page__title {
  font-size: 24px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #000000;
  font-family: "Elektra Text Pro", sans-serif;
  font-weight: normal;
  padding-bottom: 20px;
}

.error-page__description {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #404750;
}

.fade-in {
  opacity: 0;
  transition: opacity 600ms ease-out;
}

.fade-in.is-animated {
  opacity: 1;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}

.fade-in-up.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}

.fade-in-right.is-animated {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}

.fade-in-left.is-animated {
  opacity: 1;
  transform: translateX(0);
}

.skew-image {
  position: relative;
  overflow: hidden;
}

.skew-image::before {
  content: '';
  position: absolute;
  top: -15%;
  left: -15%;
  width: 130%;
  height: 130%;
  background: #fff;
  transform: skewY(-12deg) translateY(0);
  transition: transform 900ms ease-out;
}

.skew-image.is-animated::before {
  transform: skewY(-12deg) translateY(120%);
}

@media only screen and (min-width: 0px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xs-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-xs-1 {
    margin-left: 8.33333%;
  }

  .order-xs-1 {
    order: 1;
  }

  .col-xs-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-xs-2 {
    margin-left: 16.66667%;
  }

  .order-xs-2 {
    order: 2;
  }

  .col-xs-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .order-xs-3 {
    order: 3;
  }

  .col-xs-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-xs-4 {
    margin-left: 33.33333%;
  }

  .order-xs-4 {
    order: 4;
  }

  .col-xs-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-xs-5 {
    margin-left: 41.66667%;
  }

  .order-xs-5 {
    order: 5;
  }

  .col-xs-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .order-xs-6 {
    order: 6;
  }

  .col-xs-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-xs-7 {
    margin-left: 58.33333%;
  }

  .order-xs-7 {
    order: 7;
  }

  .col-xs-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-xs-8 {
    margin-left: 66.66667%;
  }

  .order-xs-8 {
    order: 8;
  }

  .col-xs-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .order-xs-9 {
    order: 9;
  }

  .col-xs-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-xs-10 {
    margin-left: 83.33333%;
  }

  .order-xs-10 {
    order: 10;
  }

  .col-xs-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-xs-11 {
    margin-left: 91.66667%;
  }

  .order-xs-11 {
    order: 11;
  }

  .col-xs-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xs-12 {
    margin-left: 100%;
  }

  .order-xs-12 {
    order: 12;
  }
}

@media only screen and (min-width: 480px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .order-sm-1 {
    order: 1;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .order-sm-2 {
    order: 2;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .order-sm-3 {
    order: 3;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .order-sm-4 {
    order: 4;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .order-sm-5 {
    order: 5;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .order-sm-6 {
    order: 6;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .order-sm-7 {
    order: 7;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .order-sm-8 {
    order: 8;
  }

  .col-sm-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .order-sm-9 {
    order: 9;
  }

  .col-sm-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .order-sm-10 {
    order: 10;
  }

  .col-sm-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .order-sm-11 {
    order: 11;
  }

  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-sm-12 {
    margin-left: 100%;
  }

  .order-sm-12 {
    order: 12;
  }
}

@media only screen and (min-width: 768px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .order-md-1 {
    order: 1;
  }

  .col-md-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .order-md-2 {
    order: 2;
  }

  .col-md-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .order-md-3 {
    order: 3;
  }

  .col-md-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .order-md-4 {
    order: 4;
  }

  .col-md-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .order-md-5 {
    order: 5;
  }

  .col-md-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .order-md-6 {
    order: 6;
  }

  .col-md-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .order-md-7 {
    order: 7;
  }

  .col-md-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .order-md-8 {
    order: 8;
  }

  .col-md-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .order-md-9 {
    order: 9;
  }

  .col-md-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .order-md-10 {
    order: 10;
  }

  .col-md-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .order-md-11 {
    order: 11;
  }

  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }

  .order-md-12 {
    order: 12;
  }

  .benefits__container .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .benefits__slide {
    flex: 1;
    width: auto !important;
    padding: 0 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .order-lg-1 {
    order: 1;
  }

  .col-lg-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .order-lg-2 {
    order: 2;
  }

  .col-lg-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .order-lg-3 {
    order: 3;
  }

  .col-lg-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .order-lg-4 {
    order: 4;
  }

  .col-lg-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .order-lg-5 {
    order: 5;
  }

  .col-lg-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .order-lg-6 {
    order: 6;
  }

  .col-lg-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .order-lg-7 {
    order: 7;
  }

  .col-lg-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .order-lg-8 {
    order: 8;
  }

  .col-lg-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .order-lg-9 {
    order: 9;
  }

  .col-lg-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .order-lg-10 {
    order: 10;
  }

  .col-lg-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .order-lg-11 {
    order: 11;
  }

  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-lg-12 {
    margin-left: 100%;
  }

  .order-lg-12 {
    order: 12;
  }

  .benefits__slide {
    flex: 0;
  }
}

@media (max-aspect-ratio: 16 / 12) and (min-width: 1024px) {
  .main-products__bg-holder {
    background-position: 100% 60%;
    background-size: auto 180%;
  }

  .main-products__wrapper {
    text-align: left;
    position: static;
  }

  .main-products__header {
    padding-bottom: 2em;
    max-width: 18.8125em;
  }

  .main-products__title {
    text-align: left;
    margin-bottom: 24px;
  }

  .main-products__subtitle {
    text-align: left;
  }

  .main-products__image {
    position: absolute;
    top: 30px;
    left: 80%;
    transform: translateX(-50%);
  }

  .main-products__image img {
    width: 35.1875em;
    height: 21.1875em;
  }

  .main-products__button {
    position: relative;
    bottom: auto;
    width: auto;
    justify-content: flex-start;
  }

  .main-grid {
    font-size: 16px !important;
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: "a a a a d d" "a a a a f f" "b b b b b b" "e e c c c c" "g g c c c c";
  }

  .categories-grid__item {
    width: 33.333%;
  }

  .categories-grid__item:nth-child(1),
  .categories-grid__item:nth-child(2),
  .categories-grid__item:nth-child(3) {
    width: 33.333%;
  }

  .categories-grid__item-wrapper::before {
    width: 14.6875em;
    height: 12.25em;
  }

  .categories-grid__item-image {
    width: 25em;
  }
}

@media only screen and (min-width: 1280px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .order-xl-1 {
    order: 1;
  }

  .col-xl-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .order-xl-2 {
    order: 2;
  }

  .col-xl-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .order-xl-3 {
    order: 3;
  }

  .col-xl-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .order-xl-4 {
    order: 4;
  }

  .col-xl-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .order-xl-5 {
    order: 5;
  }

  .col-xl-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .order-xl-6 {
    order: 6;
  }

  .col-xl-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .order-xl-7 {
    order: 7;
  }

  .col-xl-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .order-xl-8 {
    order: 8;
  }

  .col-xl-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .order-xl-9 {
    order: 9;
  }

  .col-xl-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .order-xl-10 {
    order: 10;
  }

  .col-xl-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .order-xl-11 {
    order: 11;
  }

  .col-xl-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xl-12 {
    margin-left: 100%;
  }

  .order-xl-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1325px) {
  .mine {
    display: block;
  }
}

@media only screen and (min-width: 1367px) {
  .categories__mine {
    display: block;
  }
}

@media only screen and (max-width: 1324px) {
  .categories-grid {
    display: flex;
  }
}

@media only screen and (max-width: 1279px) {
  .main {
    padding-top: 72px;
  }

  .product-nav.hidden {
    transform: translateY(71px);
  }

  .navbar__link {
    padding: 16px 12px;
  }

  .navbar__lang {
    margin-right: 24px;
  }

  .navbar__options-row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .navbar__options-col {
    padding: 0 16px;
  }

  .navbar__search {
    top: 72px;
  }

  .navbar__search-overlay {
    top: 72px;
  }

  .navbar__search-result {
    max-height: calc(100vh - 72px - 56px);
  }

  .footer__row {
    flex-wrap: wrap;
  }

  .footer__col:first-child {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 70px;
  }

  .footer__logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .callcenter__caption {
    padding-left: 40px;
  }

  .catalog__container {
    margin-left: -31px;
    margin-right: -31px;
  }

  .catalog__grid-item {
    width: 50%;
  }

  .catalog__grid-item:nth-child(3) {
    border-top: none;
  }
}

@media only screen and (max-width: 1023px) {
  .container {
    padding: 0 32px;
  }

  .main::before {
    height: 150px;
    top: -50px;
  }

  .main {
    padding-top: 52px;
  }

  h2,
  .h2 {
    font-size: 24px;
    line-height: 140%;
  }

  h3,
  .h3 {
    font-size: 20px;
    line-height: 145%;
  }

  .subtitle {
    font-size: 16px;
    line-height: 160%;
  }

  .line {
    margin-bottom: 40px;
  }

  .hide-md {
    display: none !important;
  }

  .show-md {
    display: block !important;
  }

  .hide-only-md {
    display: none;
  }

  .open .dropdown-overlay {
    opacity: 1;
    visibility: visible;
  }

  .btn {
    height: 2.5em;
    border-radius: 0.375em;
  }

  .btn svg {
    width: 13px;
    height: 13px;
    margin-left: 8px;
  }

  .btn span {
    font-size: 0.8125em;
  }

  .btn_lg {
    height: 2.5em;
    padding: 0 20px;
  }

  .btn_lg span {
    font-size: 13px;
  }

  .btn_sm {
    padding: 0 1em;
  }

  .btn_sm span {
    font-size: 0.75em;
  }

  .form__title {
    font-size: 20px;
    line-height: 145%;
  }

  .form__field {
    padding-bottom: 20px;
  }

  .selectize-input {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }

  .selectize-dropdown .option {
    font-size: 12px;
    line-height: 16px;
  }

  .content__backlink {
    padding-bottom: 24px;
  }

  .content__inner {
    padding-top: 24px;
  }

  .content__inner_sq::before {
    width: 210px;
  }

  .content__title {
    padding-bottom: 24px;
  }

  .content__title_line-bottom-left {
    padding-bottom: 24px;
    margin-bottom: 32px;
  }

  .content__title_line-bottom-left::before {
    width: 40px;
  }

  .content__title_line-top-center {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .content__title_line-top-center::before {
    width: 40px;
  }

  .content__title_line-top-left {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .content__title_line-top-left::before {
    width: 40px;
  }

  .content__wrapper {
    padding: 48px 0;
  }

  .content__subtitle {
    font-size: 15px;
    line-height: 24px;
    padding: 0 0 24px 0;
    margin-bottom: 40px;
  }

  .content__subtitle::before {
    width: 80px;
  }

  .content__subtitle-lg {
    font-size: 18px;
    line-height: 160%;
  }

  .content__lead {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 40px;
  }

  .content__lead::first-letter {
    font-size: 26px;
  }

  .content__section {
    padding: 0 0 60px 0;
  }

  .content__section_md {
    padding: 0 0 40px 0;
  }

  .content__article h3,
  .content__article h2 {
    padding-bottom: 24px;
  }

  .content__article p {
    font-size: 15px;
    line-height: 150%;
  }

  .content__article img {
    max-width: 456px;
  }

  .content__article_lg p {
    font-size: 15px;
    line-height: 150%;
  }

  .content ul:not(.swiper-pagination) {
    padding-bottom: 12px;
  }

  .content ul:not(.swiper-pagination) li {
    font-size: 15px;
    padding-bottom: 12px;
  }

  .content ol:not(.swiper-pagination) {
    padding-bottom: 12px;
  }

  .content ol:not(.swiper-pagination) li {
    font-size: 15px;
    padding-bottom: 12px;
  }

  .content ol:not(.swiper-pagination) li::before {
    font-size: 13px;
  }

  .content__header {
    padding: 32px 0 32px 0;
  }

  .content__header_simple {
    padding: 32px 0 24px 0;
  }

  .content__header-wrapper {
    padding: 0 100px;
  }

  .content__header-title {
    font-size: 24px;
    line-height: 140%;
    padding-bottom: 8px;
  }

  .content__header-subtitle {
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 150%;
  }

  .content__header-text {
    font-size: 15px;
    line-height: 150%;
  }

  .content__header-text_sm {
    font-size: 13px;
    max-width: 288px;
  }

  .content__header-backlink {
    top: 0;
  }

  .content__header-link {
    top: 0;
  }

  .hidden-text a {
    font-size: 14px;
    line-height: 12px;
  }

  .tabs__body {
    padding: 40px 0 0 0;
  }

  .add-link__icon {
    width: 24px;
    height: 24px;
  }

  .add-link__icon svg {
    width: 12px;
    height: 12px;
  }

  .table__main-th {
    padding: 30px 16px 30px 0;
  }

  .table__title {
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 24px;
  }

  .table__header {
    padding: 16px 10px;
  }

  .table__image {
    width: 140px;
    height: 90px;
  }

  .table__name {
    font-size: 12px;
  }

  .table td {
    padding: 10px;
    height: auto;
    font-size: 11px;
  }

  .table td:first-child {
    padding-right: 36px;
    font-size: 11px;
  }

  .table td,
  .table th {
    width: 169px;
    min-width: 169px;
  }

  .table td:first-child,
  .table th:first-child {
    width: 197px;
    min-width: 197px;
  }

  .modal__wrapper {
    padding: 40px;
  }

  .modal__container {
    max-width: 580px;
  }

  .modal__close {
    top: 12px;
    right: 12px;
  }

  .modal__content {
    padding: 40px;
  }

  .modal__title {
    font-size: 20px;
    padding-bottom: 32px;
  }

  .tippy-box {
    padding: 16px;
    width: 240px;
    font-size: 12px;
    line-height: 150%;
  }

  .description .description__button {
    font-size: 14px;
    line-height: 12px;
  }

  .preloader__icon {
    width: 40px;
    height: 40px;
  }

  .preloader__text {
    width: 60px;
    height: 15px;
  }

  .input {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }

  .breadcrumbs__item {
    font-size: 11px;
    padding-right: 11px;
    margin-right: 11px;
  }

  .breadcrumbs__item::before {
    height: 70%;
  }

  .map-btn {
    padding: 6px 16px 6px 6px;
  }

  .map-btn span {
    font-size: 12px;
  }

  .backlink_sm .backlink__text {
    font-size: 12px;
  }

  .backlink_article .backlink__text {
    display: block;
  }

  .backlink__text {
    font-size: 12px;
    line-height: 170%;
  }

  .backlink__icon {
    margin-right: 13px;
  }

  .tender-plate {
    padding: 0 0 60px 0;
  }

  .tender-plate__col:last-child {
    width: 210px;
  }

  .tender-plate__left {
    padding: 35px 85px 35px 35px;
  }

  .tender-plate__left::before {
    width: 100px;
  }

  .tender-plate__icon {
    width: 58px;
    height: 58px;
    margin-right: 24px;
  }

  .tender-plate__title {
    font-size: 18px;
    padding-bottom: 16px;
  }

  .tender-plate__text {
    font-size: 14px;
  }

  .tender-plate__right {
    padding: 35px 35px 35px 0;
  }

  .tender-plate__button {
    padding: 0 20px;
    height: 40px;
  }

  .tender-plate__button-text {
    font-size: 13px;
  }

  .tender-plate__button-icon {
    width: 13px;
    height: 13px;
  }

  .grid-link {
    padding: 1.75em;
  }

  .grid-link__image {
    width: 5.625em;
    height: 5em;
    margin-bottom: 0.75em;
  }

  .grid-link__icon {
    width: 4em;
    height: 4em;
  }

  .grid-link__icon img {
    width: 2em;
    height: 2em;
  }

  .grid-link__title {
    font-size: 1em;
  }

  .main-slider {
    padding: 2em 2.5em 1em 2.5em;
  }

  .main-slider__item {
    margin-bottom: 1em;
  }

  .main-slider__image {
    margin-bottom: 0;
    border-radius: 0 0.5em 0.5em 0.5em;
  }

  .main-slider__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.37%, rgba(0, 0, 0, 0.5) 100%), rgba(0, 0, 0, 0.1);
  }

  .main-slider__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
  }

  .main-slider__title {
    font-size: 0.9375em;
    color: #fff;
  }

  .main-products {
    padding: 3.25em 2.5em;
  }

  .main-products__bg-holder {
    background-position: 100% 50%;
    background-size: auto 160%;
  }

  .main-products__wrapper {
    text-align: left;
    position: static;
  }

  .main-products__header {
    padding-bottom: 2em;
    max-width: 18.8125em;
  }

  .main-products__title {
    text-align: left;
    margin-bottom: 24px;
    font-size: 1.75em;
  }

  .main-products__subtitle {
    font-size: 1.125em;
    text-align: left;
  }

  .main-products__image {
    position: absolute;
    top: 30px;
    left: 80%;
    transform: translateX(-50%);
  }

  .main-products__image img {
    width: 35.1875em;
    height: 21.1875em;
  }

  .main-products__button {
    position: relative;
    bottom: auto;
    width: auto;
    justify-content: flex-start;
  }

  .main-services {
    padding: 2em 2.5em;
  }

  .main-services__title {
    font-size: 1.75em;
  }

  .main-services__list {
    padding: 1.5em 0 1.5em 0;
  }

  .main-services__link {
    font-size: 1em;
    padding: 0.5em 0;
  }

  .main-services__image {
    width: 29.375em;
    height: 17.9375em;
    right: -11.25em;
  }

  .person-details__name {
    font-size: 16px;
  }

  .benefits__text {
    max-width: 207px;
    text-align: center;
    font-size: 13px;
    line-height: 140%;
    margin: 0 auto;
  }

  .benefits__text_lg {
    font-size: 50px;
    text-align: left;
    margin: 0;
    max-width: none;
  }

  .benefits__slide-container {
    min-width: auto;
  }

  .benefits__slide-container::before {
    width: 80px;
    height: 150px;
  }

  .benefits__slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .file__container {
    padding: 24px;
  }

  .author__image {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }

  .author__name {
    font-size: 24px;
  }

  .person-card {
    margin-bottom: 40px;
  }

  .person-card__image-container {
    margin-bottom: 24px;
  }

  .person-card__name {
    font-size: 22px;
    padding-bottom: 8px;
  }

  .person-card__position {
    font-size: 12px;
  }

  .product-card {
    margin-bottom: 40px;
  }

  .product-card__image-container {
    border-radius: 8px;
  }

  .product-card__image {
    padding: 24px;
  }

  .product-card__name {
    font-size: 16px;
  }

  .news-card {
    margin-bottom: 40px;
  }

  .news-card_video .news-card__image-container::after {
    width: 46px;
    height: 46px;
  }

  .news-card__image-container {
    border-radius: 8px;
  }

  .news-card__name {
    font-size: 16px;
  }

  .news-card__date {
    font-size: 13px;
  }

  .news-card-lg {
    margin-bottom: 48px;
  }

  .news-card-lg__image-container {
    margin-bottom: 24px;
    border-radius: 8px;
  }

  .news-card-lg__date {
    padding: 9px 10px;
  }

  .news-card-lg__day {
    font-size: 24px;
    line-height: 120%;
  }

  .news-card-lg__month {
    font-size: 10px;
  }

  .news-card-lg__name {
    font-size: 20px;
    line-height: 145%;
    padding-bottom: 16px;
  }

  .news-card-lg__description {
    font-size: 14px;
  }

  .tabs-slider__item {
    font-size: 11px;
    padding: 0 10px;
  }

  .tabs-slider__item span {
    padding: 24px 0 22px 0;
  }

  .contacts-plate {
    padding-bottom: 16px;
  }

  .contacts-plate_md .contacts-plate__wrapper {
    padding: 20px;
  }

  .contacts-plate_simple {
    padding-bottom: 24px;
  }

  .contacts-plate__wrapper {
    padding: 20px;
  }

  .contacts-plate__title {
    font-size: 18px;
    padding-bottom: 16px;
  }

  .contacts-plate__title-sm {
    font-size: 16px;
    padding-bottom: 16px;
  }

  .contacts-plate__group {
    padding-bottom: 18px;
  }

  .contacts-plate__phone span {
    font-size: 14px;
  }

  .contacts-plate__email span {
    font-size: 14px;
  }

  .contacts-plate__location-text {
    font-size: 13px;
  }

  .contacts-plate__name {
    font-size: 14px;
  }

  .digest-card__name {
    font-size: 20px;
  }

  .case {
    min-height: 352px;
  }

  .case__caption {
    padding: 32px 20px;
  }

  .case__title {
    font-size: 22px;
    padding-bottom: 16px;
  }

  .case__text {
    font-size: 14px;
    padding-bottom: 16px;
  }

  .case__button {
    padding: 13px 26px;
    border-radius: 6px;
  }

  .case__button span {
    font-size: 13px;
    line-height: 12px;
    margin-right: 6px;
  }

  .services-slider_sets .services-slider__image-container {
    margin-bottom: 16px;
  }

  .services-slider_sets .services-slider__image {
    padding: 24px;
  }

  .services-slider_sets .services-slider__slide {
    width: 270px;
  }

  .services-slider_sets .services-slider__controls {
    top: -55px;
  }

  .services-slider__slide {
    width: 248px;
  }

  .services-slider__image {
    padding: 30px 16px 0 16px;
  }

  .services-slider__title {
    font-size: 14px;
    line-height: 160%;
    padding: 20px;
    width: 100%;
    max-width: 220px;
  }

  .services-slider__controls {
    top: -62px;
  }

  .services-slider__button {
    width: 40px;
    height: 40px;
  }

  .history-slider::before {
    top: 155px;
  }

  .history-slider__slide {
    width: 240px !important;
  }

  .history-slider__image {
    width: 120px;
    height: 120px;
    left: -25px;
    margin-bottom: 20px;
  }

  .history-slider__caption::before {
    width: 80px;
    height: 170px;
    top: 100px;
    left: -20px;
  }

  .history-slider__year {
    font-size: 20px;
    line-height: 145%;
  }

  .history-slider__description {
    font-size: 15px;
    line-height: 150%;
  }

  .history-slider__controls {
    top: -64px;
  }

  .history-slider__button {
    width: 40px;
    height: 40px;
  }

  .certificate__image {
    width: 170px;
    margin-right: 60px;
  }

  .certificate__caption {
    padding-top: 23px;
  }

  .certificate__caption {
    padding-top: 32px;
  }

  .certificate__date {
    padding-bottom: 16px;
  }

  .certificate__name {
    font-size: 16px;
  }

  .partners__item {
    width: 170px;
    height: 80px;
    border-radius: 6px;
  }

  .partners__controls {
    top: -68px;
  }

  .info-post__person {
    padding-right: 0;
  }

  .info-post__person-name {
    font-size: 18px;
  }

  .info-post__person-post {
    font-size: 14px;
  }

  .info-post__image {
    padding-bottom: 24px;
  }

  .info-post__quote {
    padding-bottom: 24px;
  }

  .info-post__description p {
    font-size: 15px;
    line-height: 22px;
  }

  .info-post__description p:first-child::first-letter {
    font-size: 26px;
  }

  .plate-link__caption {
    padding: 20px;
  }

  .plate-link__category {
    font-size: 12px;
    padding-bottom: 6px;
  }

  .plate-link__title {
    font-size: 20px;
  }

  .plate-link__icon {
    width: 24px;
    height: 24px;
  }

  .catalog-card__container {
    padding: 56px 24px 24px 24px;
  }

  .catalog-card__image-container {
    margin-bottom: 24px;
  }

  .catalog-card__specs {
    padding-bottom: 16px;
  }

  .catalog-card__spec-value {
    font-size: 15px;
  }

  .catalog-card__name {
    font-size: 15px;
  }

  .product-nav.hidden {
    transform: translateY(51px);
  }

  .product-nav__row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .product-nav__item {
    padding: 0 8px;
    font-size: 12px;
  }

  .product-nav__item span {
    padding: 18px 8px;
  }

  .product-nav__btn-text_lg {
    display: none;
  }

  .product-nav__btn-text_md {
    display: block;
  }

  .post {
    padding-bottom: 16px;
  }

  .post_inner {
    width: 100%;
    max-width: 240px;
  }

  .post_inner .post__wrapper {
    padding: 24px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .post_inner .post__name {
    font-size: 13px;
  }

  .post_inner .post__date {
    font-size: 12px;
  }

  .post__wrapper {
    padding: 24px 16px;
  }

  .post__header {
    display: block;
    padding-bottom: 12px;
  }

  .post__name {
    padding-right: 0;
    font-size: 14px;
    line-height: 150%;
    padding-bottom: 4px;
  }

  .post__date {
    padding-left: 0;
    border: none;
    font-size: 12px;
    line-height: 150%;
  }

  .post__text {
    font-size: 12px;
    line-height: 150%;
  }

  .post__btn span {
    font-size: 12px;
  }

  .pdf-download {
    padding: 10px 12px;
  }

  .pdf-download__text {
    font-size: 12px;
    line-height: 140%;
  }

  .pdf-download__text_size {
    padding-left: 0;
    padding-right: 8px;
  }

  .hero-slider__counter {
    top: 32px;
    left: 32px;
  }

  .hero-slider__counter-current {
    font-size: 18px;
  }

  .hero-slider__counter-total {
    font-size: 12px;
  }

  .hero-slider__controls {
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
  }

  .hero-slider__button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }

  .hero-slider__button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 24px;
    background: url("../img/hero-slider/arrow.svg") 50% 50% no-repeat;
    background-size: contain;
  }

  .hero-slider__button_next {
    left: auto;
    right: 0;
  }

  .hero-slider__button_next::before {
    transform: translate(-50%, -50%) scale(-1, 1);
  }

  .hero-slider__button svg {
    display: none;
  }

  .hero-slider__pagination {
    display: none !important;
  }

  .about-history {
    padding-bottom: 0;
  }

  .about-history__years::before {
    width: 54px;
    height: 106px;
    left: -20px;
  }

  .about-history__years::after {
    width: 54px;
    height: 106px;
    right: -20px;
  }

  .about-history__years-item {
    font-size: 17px;
    line-height: 130%;
    width: 100px;
  }

  .about-history__years-item::before {
    left: 0;
    width: 100px;
  }

  .about-history__content-image-container {
    margin-bottom: 32px;
  }

  .about-history__content-quote {
    font-size: 14px;
    line-height: 160%;
    padding-bottom: 32px;
  }

  .about-history__content-quote::before {
    width: 40px;
  }

  .about-history__content-title {
    padding-bottom: 24px;
  }

  .plates-slider__pagination {
    display: flex;
    padding-top: 24px;
  }

  .plates-slider__container {
    overflow: visible;
  }

  .plates-slider__item {
    width: 270px !important;
    padding: 26px 24px;
  }

  .plates-slider__name {
    font-size: 16px;
    padding-bottom: 25px;
  }

  .countries-slider__btn {
    min-width: 164px;
    height: 48px;
    font-size: 16px;
  }

  .read-more {
    margin: 12px 0 32px 0;
  }

  .read-more__wrapper {
    padding: 32px 0;
  }

  .read-more__image {
    width: 66px;
    height: 50px;
    margin-right: 24px;
  }

  .read-more__caption {
    max-width: 300px;
  }

  .read-more__text {
    font-size: 12px;
    padding-bottom: 8px;
  }

  .read-more__title {
    font-size: 14px;
    line-height: 140%;
  }

  .cookies {
    padding: 20px;
    right: 24px;
    bottom: 24px;
    width: 297px;
  }

  .cookies__text {
    font-size: 12px;
    padding-bottom: 16px;
  }

  .cookies__btn {
    font-size: 12px;
    padding: 10px 22px;
  }

  .navbar__burger {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .navbar__logo {
    width: 90px;
  }

  .navbar__menu {
    position: absolute;
    width: 100%;
    top: 52px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease, visibility 300ms ease;
    background-color: #fff;
    padding: 34px 0;
    max-height: calc(100vh - 52px);
    overflow: auto;
  }

  .navbar__menu.active {
    opacity: 1;
    visibility: visible;
  }

  .navbar__menu-options {
    display: block;
    padding: 53px 70px 0 70px;
  }

  .navbar__list {
    display: block;
  }

  .navbar__item {
    padding: 0 70px;
  }

  .navbar__item .navbar__link {
    border-bottom: 1px solid #E8EAEB;
  }

  .navbar__item_dropdown .navbar__link::before {
    opacity: 0.3;
  }

  .navbar__item.active {
    background: #F5F6F7;
  }

  .navbar__item.active .navbar__link {
    color: #90979C;
  }

  .navbar__item.active .navbar__link::before {
    opacity: 1;
    transform: translateY(-50%) rotate(90deg);
  }

  .navbar__link {
    text-transform: uppercase;
    padding: 30px 0;
    font-size: 17px;
    line-height: 16px;
  }

  .navbar__options-col {
    border: none;
  }

  .navbar__dropdown {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 0;
    transform: none;
    box-shadow: none;
    border: none;
    background: none;
    display: none;
  }

  .navbar__dropdown-item {
    font-size: 16px;
    line-height: 15px;
    padding: 24px 0;
    border-bottom: 1px solid #E8EAEB;
  }

  .navbar__search {
    top: 52px;
  }

  .navbar__search-overlay {
    top: 52px;
  }

  .navbar__search-btn {
    display: none;
  }

  .navbar__search-input {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    padding: 0 56px 0 17px;
  }

  .navbar__search-result {
    max-height: calc(100vh - 52px - 48px);
  }

  .navbar__search-fail {
    font-size: 12px;
    padding: 16px;
  }

  .navbar__search-success {
    padding: 0;
  }

  .navbar__search-item {
    padding: 0;
  }

  .navbar__search-link {
    padding: 12px 16px;
  }

  .navbar__search-name {
    font-size: 13px;
  }

  .navbar__search-type {
    font-size: 12px;
  }

  .navbar__search-more-link {
    padding: 16px 14px;
    font-size: 13px;
  }

  .footer__top {
    padding: 40px 0;
  }

  .footer__col {
    width: 33.333%;
  }

  .footer__col:first-child {
    padding-bottom: 40px;
  }

  .footer__logo {
    width: 124px;
  }

  .footer__title {
    font-size: 16px;
    padding-bottom: 14px;
  }

  .footer__link {
    font-size: 15px;
    padding: 7px 0;
  }

  .footer__contacts-title {
    font-size: 14px;
    padding-bottom: 16px;
  }

  .footer__address {
    font-size: 14px;
    padding-bottom: 16px;
  }

  .footer__phone-group {
    padding-bottom: 16px;
  }

  .footer__phone {
    font-size: 15px;
  }

  .footer__email {
    font-size: 14px;
  }

  .footer__callback {
    padding-top: 20px;
  }

  .footer__bottom {
    padding: 27px 0;
  }

  .footer__copyright {
    display: none;
    font-size: 14px;
    padding-bottom: 12px;
  }

  .footer__copyright_md {
    display: block;
  }

  .footer__socials {
    margin-left: -6px;
    margin-right: -6px;
  }

  .footer__social {
    margin: 0 6px;
  }

  .footer__trust {
    flex-direction: column;
    text-align: center;
  }

  .footer__trust-text {
    padding-right: 0;
    padding-bottom: 12px;
  }

  .footer__trust-button {
    width: 100%;
  }

  .footer__develop-text {
    max-width: 140px;
  }

  .banner__wrapper {
    min-height: 320px;
    padding: 20px 0 0 0;
  }

  .banner__title {
    font-size: 56px;
    -webkit-text-stroke-width: 1px;
    top: calc(50% - 30px);
  }

  .banner__bottom-title {
    max-width: 440px;
    font-size: 28px;
    line-height: 130%;
    padding-bottom: 84px;
  }

  .banner__bottom-title::before {
    height: 60px;
  }

  .main-grid {
    grid-gap: 1em;
    padding: 1em;
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: "a a a a d d" "a a a a f f" "b b b b b b" "e e c c c c" "g g c c c c";
  }

  .cv__plate-wrapper {
    border-radius: 0;
    padding: 32px;
  }

  .cv__plate-icon {
    margin-right: 24px;
  }

  .cv__plate-title {
    font-size: 20px;
    line-height: 150%;
    padding-bottom: 6px;
  }

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

  .cv__form-wrapper {
    padding: 40px 32px;
  }

  .cv__form-close {
    top: 12px;
    right: 12px;
  }

  .success-modal__wrapper {
    padding: 40px;
  }

  .success-modal__container {
    max-width: 456px;
  }

  .success-modal__bg {
    min-width: auto;
  }

  .success-modal__bg::before {
    width: 171px;
    height: 158px;
    top: 19px;
    left: -65px;
  }

  .success-modal__bg::after {
    width: 205px;
    height: 178px;
    bottom: 0;
    right: -62px;
  }

  .success-modal__close {
    top: 12px;
    right: 12px;
  }

  .success-modal__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 36px;
  }

  .success-modal__title {
    font-size: 20px;
    padding-bottom: 12px;
  }

  .success-modal__description {
    padding-bottom: 32px;
  }

  .callcenter {
    padding: 40px 0;
    margin-bottom: 20px;
  }

  .callcenter .line {
    margin-bottom: 24px;
  }

  .callcenter__image {
    padding-top: 0;
    padding-bottom: 32px;
  }

  .callcenter__title {
    font-size: 20px;
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .callcenter__subtitle {
    font-size: 16px;
  }

  .callcenter__contacts-item {
    margin-bottom: 16px;
  }

  .callcenter__contacts-phone {
    font-size: 18px;
  }

  .callcenter__contacts-description {
    font-size: 11px;
  }

  .callcenter__form-text {
    font-size: 13px;
  }

  .callcenter__buttons-wrapper {
    display: none;
  }

  .callcenter__buttons-wrapper_md {
    display: block;
  }

  .callcenter__buttons {
    flex-direction: column;
    padding-top: 0;
  }

  .callcenter__button {
    width: 100%;
    padding-bottom: 16px;
  }

  .feedback {
    max-width: 580px;
    padding-bottom: 60px;
  }

  .feedback__title {
    font-size: 18px;
    padding-bottom: 24px;
  }

  .contacts-list__button {
    font-size: 18px;
    padding: 24px 0;
  }

  .filter {
    opacity: 0 !important;
    visibility: hidden;
    transform: translateX(-100%);
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 50px);
    height: calc(100% - 50px);
    transition: transform 300ms ease, opacity 300ms ease, visibility 300ms ease;
  }

  .filter.active {
    opacity: 1 !important;
    visibility: visible;
    transform: translateX(0);
  }

  .filter__close {
    display: block;
  }

  .filter__overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 200vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    transition: opacity 300ms ease, visibility 300ms ease;
  }

  .filter__header {
    flex-shrink: 0;
  }

  .filter__header-icon {
    display: none;
  }

  .filter__body {
    overflow: auto;
  }

  .filter__group {
    padding: 20px;
  }

  .video-slider__item {
    width: 270px;
    margin-right: 24px;
  }

  .categories-grid {
    padding: 2em 2em 1.0625em 2em;
  }

  .categories-grid__title {
    font-size: 1.375em;
    padding-bottom: 1.0625em;
  }

  .categories-grid__body {
    margin-left: -0.9375em;
    margin-right: -0.9375em;
  }

  .categories-grid__item {
    width: 50%;
    padding: 0.9375em;
  }

  .categories-grid__item:nth-child(1),
  .categories-grid__item:nth-child(2),
  .categories-grid__item:nth-child(3) {
    width: 50%;
  }

  .categories-grid__item:nth-child(1) .categories-grid__item-wrapper::before,
  .categories-grid__item:nth-child(2) .categories-grid__item-wrapper::before,
  .categories-grid__item:nth-child(3) .categories-grid__item-wrapper::before {
    width: 10.9375em;
    height: 9.125em;
  }

  .categories-grid__item:nth-child(1) .categories-grid__item-image,
  .categories-grid__item:nth-child(2) .categories-grid__item-image,
  .categories-grid__item:nth-child(3) .categories-grid__item-image {
    width: 20em;
  }

  .categories-grid__item-wrapper {
    padding: 1.875em;
    min-height: 19.625em;
  }

  .categories-grid__item-wrapper::before {
    width: 10.9375em;
    height: 9.125em;
  }

  .categories-grid__item-title {
    font-size: 1.25em;
  }

  .categories-grid__item-image {
    width: 20em;
  }

  .categories-grid__item-button-text {
    font-size: 0.8125em;
  }

  .article-page {
    padding: 32px 0;
  }

  .article-page blockquote {
    font-size: 14px;
    line-height: 140%;
    margin: 12px 0 32px 0;
    padding: 32px 32px 32px 44px;
  }

  .article-page blockquote::before {
    left: 0;
    width: 21px;
    height: 14px;
  }

  .article-page .content__article {
    padding-bottom: 40px;
  }

  .article-page .content__article ul:not(.swiper-pagination) li {
    font-size: 15px;
    line-height: 150%;
  }

  .article-page .content__article ol:not(.swiper-pagination) li {
    font-size: 15px;
    line-height: 150%;
  }

  .article-page .content__article ol:not(.swiper-pagination) li::before {
    font-size: 13px;
    line-height: 150%;
  }

  .article-page .content__lead {
    padding-bottom: 32px;
  }

  .article-page .line {
    margin-bottom: 32px;
  }

  .article-page__backlink {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .article-page__hero-img {
    padding-bottom: 40px;
  }

  .article-page__gallery {
    padding-bottom: 40px;
  }

  .article-page__image {
    padding: 20px 0 40px 0;
    max-width: 456px;
  }

  .article-page__image img {
    max-width: none !important;
  }

  .article-page__image-description {
    font-size: 12px;
    line-height: 140%;
    padding-top: 16px;
  }

  .article-page__list {
    padding: 12px 0 32px 0;
  }

  .article-1__title {
    padding-bottom: 24px;
  }

  .article-1__subtitle {
    padding-bottom: 24px;
  }

  .article-1__image_pt-60 {
    padding-top: 30px;
  }

  .article-1 p {
    padding-bottom: 24px;
    font-size: 15px;
    line-height: 150%;
  }

  .article-header {
    padding-bottom: 40px;
  }

  .article-header__title {
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 140%;
  }

  .article-info__item {
    padding: 0 20px;
  }

  .article-info__date {
    font-size: 12px;
  }

  .article-info__share-title {
    font-size: 12px;
    line-height: 130%;
    margin-right: 8px;
  }

  .providers__plates {
    padding-bottom: 80px;
  }

  .providers__plates-title {
    padding-bottom: 24px;
    font-size: 20px;
  }

  .career__description {
    padding-bottom: 40px;
  }

  .career__benefits {
    padding: 20px 0 40px 0;
  }

  .career__iframe-title {
    padding-bottom: 24px;
  }

  .management__content {
    padding-bottom: 60px;
  }

  .management__article {
    padding-left: 0;
  }

  .management__title {
    font-size: 32px;
    padding-bottom: 16px;
  }

  .management__button-wrapper {
    padding-bottom: 24px;
  }

  .management__button_pc {
    display: none;
  }

  .management__button_mobile {
    display: block;
  }

  .management__subtitle {
    font-size: 13px;
    line-height: 170%;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .management__subtitle span {
    padding-bottom: 0;
  }

  .management p {
    font-size: 15px;
  }

  .management p:first-child::first-letter {
    font-size: 26px;
  }

  .search__input-container {
    margin-bottom: 10px;
  }

  .search__input-icon {
    display: none;
  }

  .search__input {
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
  }

  .search__input-button {
    height: 40px;
    padding: 0 10px;
  }

  .search__input-button-text {
    display: none;
  }

  .search__input-button-icon {
    display: block;
  }

  .search__fail-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 44px;
  }

  .search__fail-caption {
    padding-bottom: 32px;
  }

  .search__fail-title {
    font-size: 18px;
    line-height: 17px;
    padding-bottom: 12px;
  }

  .search__fail-text {
    font-size: 14px;
    line-height: 13px;
  }

  .search-tabs__title {
    font-size: 14px;
  }

  .search-tabs__button {
    font-size: 10px;
    padding: 0 8px;
  }

  .search-tabs__button span {
    padding: 22px 0;
  }

  .search-tabs__body {
    padding: 32px 0;
  }

  .contacts__content {
    padding: 40px 0;
  }

  .contacts__caption {
    padding-right: 0;
  }

  .contacts__title {
    font-size: 24px;
    padding-bottom: 24px;
  }

  .contacts__image {
    padding-bottom: 32px;
  }

  .contacts__main-title {
    font-size: 24px;
    line-height: 140%;
  }

  .contacts__main-text {
    font-size: 14px;
  }

  .contacts__service-title {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .contacts__service-item {
    padding: 16px 0;
  }

  .contacts__service-text {
    font-size: 13px;
  }

  .contacts__service-phone span {
    line-height: 16px;
  }

  .contacts__tabs {
    padding-bottom: 40px;
  }

  .news__plate-image-container {
    border-radius: 8px;
  }

  .news__plate-caption {
    padding: 20px;
  }

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

  .news__plate-icon {
    width: 32px;
    height: 32px;
  }

  .publications__content {
    padding-bottom: 60px;
  }

  .digest__content .justify-content-center {
    justify-content: flex-start;
  }

  .cases {
    padding-bottom: 40px;
  }

  .cases__list {
    padding-bottom: 20px;
  }

  .cases__item:nth-child(3n + 2) {
    top: 0;
  }

  .plants__content {
    padding: 48px 0;
  }

  .plants__about {
    padding-bottom: 60px;
  }

  .plants__about-subtitle {
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 24px;
  }

  .plants__about-description p {
    font-size: 15px;
    line-height: 150%;
    padding-bottom: 24px;
  }

  .plants__benefits {
    padding-bottom: 60px;
  }

  .plants__services {
    padding-bottom: 20px;
  }

  .plants__info::before {
    display: none;
  }

  .plants__info-content {
    padding: 20px 0 0 0;
  }

  .guarantees__video {
    padding-bottom: 0;
  }

  .guarantees__quality {
    padding-bottom: 60px;
  }

  .guarantees__quality-description p {
    font-size: 15px;
    line-height: 150%;
    padding-bottom: 24px;
  }

  .guarantees__article h3 {
    padding-bottom: 24px;
  }

  .guarantees__article ul {
    padding-bottom: 40px;
  }

  .companies__contacts-subtitle {
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 24px;
  }

  .companies__contacts-map {
    padding-left: 0;
  }

  .companies__partners {
    padding-bottom: 60px;
  }

  .companies__projects-item {
    padding-left: 22px;
  }

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

  .companies__projects-btn {
    min-width: auto;
  }

  .services__lead p {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 24px;
  }

  .services__lead p:first-child::first-letter {
    font-size: 26px;
  }

  .services__video {
    padding-bottom: 0;
  }

  .services__buttons-row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .services__buttons-col {
    padding: 0 8px;
  }

  .services__button {
    padding: 12px;
    border-radius: 6px;
  }

  .services__button-icon {
    width: 40px;
    height: 40px;
  }

  .services__button-text {
    font-size: 14px;
  }

  .services__form {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .services__form-text {
    font-size: 14px;
    max-width: 160px;
    width: 100%;
    text-align: center;
  }

  .services__form-phone span {
    font-size: 18px;
  }

  .services__form-container {
    padding: 40px 32px;
  }

  .compare__table {
    padding-bottom: 60px;
  }

  .compare__empty-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 44px;
  }

  .compare__empty-caption {
    padding-bottom: 32px;
  }

  .compare__empty-title {
    font-size: 18px;
    line-height: 17px;
    padding-bottom: 12px;
  }

  .compare__empty-text {
    font-size: 14px;
    line-height: 13px;
  }

  .catalog__container {
    margin-left: -25px;
    margin-right: -25px;
  }

  .catalog__content {
    padding-top: 24px;
  }

  .catalog__breadcrumbs {
    padding-bottom: 13px;
  }

  .catalog__title-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
  }

  .catalog__title {
    font-size: 24px;
    line-height: 140%;
  }

  .catalog__tags {
    flex-wrap: nowrap;
    overflow: auto;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .catalog__tag {
    font-size: 11px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .catalog__grid {
    padding-bottom: 40px;
  }

  .catalog__pagination {
    padding-bottom: 40px;
  }

  .catalog__filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #F0F1F2;
    border-radius: 6px;
    flex-shrink: 0;
    margin-left: 24px;
  }

  .product__cup span {
    display: none;
  }

  .product__cup svg {
    width: 32px;
    height: 32px;
    margin: 0;
  }

  .product__main {
    padding: 0 0 40px 0;
  }

  .product__menu {
    width: 116px;
    padding: 32px 16px;
    margin-left: -24px;
  }

  .product__menu::before {
    display: none;
  }

  .product__menu-link {
    flex-direction: column;
    text-align: center;
  }

  .product__menu-link_dropdown svg {
    display: none;
  }

  .product__menu-icon {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .product__menu-dropdown {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 10;
  }

  .product__menu-text {
    font-size: 11px;
  }

  .product__specs {
    width: 120px;
  }

  .product__specs-item {
    padding-bottom: 24px;
  }

  .product__specs-value {
    font-size: 20px;
    line-height: 120%;
  }

  .product__specs-value span {
    font-size: 14px;
  }

  .product__specs-value sup {
    font-size: 8px;
  }

  .product__specs-name {
    font-size: 12px;
  }

  .product__share-menu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 10;
    padding: 2px 0;
    width: 256px;
  }

  .product__share-item {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    font-weight: normal;
    font-size: 14px;
    line-height: 13px;
    color: #404750;
    font-family: "Elektra Text Pro", sans-serif;
    border-bottom: 1px solid #E8EAEB;
  }

  .product__share-item:last-child {
    border: none;
  }

  .product__model {
    margin: 0 24px;
    left: 10px;
  }

  .product__content {
    padding-top: 88px;
  }

  .product__group {
    padding: 40px 0;
  }

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

  .product__group-title_single {
    padding-bottom: 24px;
  }

  .product__info-title {
    font-size: 14px;
  }

  .product__info-description ul:not(.swiper-pagination) li {
    font-size: 13px;
  }

  .product__info-description p {
    padding-bottom: 24px;
    font-size: 13px;
  }

  .product__table td {
    padding: 16px;
    font-size: 13px;
    line-height: 130%;
  }

  .product__compare {
    bottom: auto;
    position: relative;
    margin-top: 24px;
  }

  .product__posts {
    padding-bottom: 8px;
  }

  .product__more-posts {
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 24px;
  }

  .product__feedback-icon {
    width: 40px;
    height: 40px;
  }

  .product__feedback-text {
    font-size: 13px;
    line-height: 160%;
  }

  .product__article p {
    padding-bottom: 24px;
    font-size: 13px;
  }

  .product__pdf {
    padding-bottom: 14px;
  }

  .product__categories-item {
    padding-right: 8px;
    padding-bottom: 8px;
  }

  .product__gallery {
    padding-bottom: 32px;
  }

  .about__equipment {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }

  .about__strategy {
    padding-bottom: 83px;
  }

  .about__strategy-subtitle {
    padding-right: 0;
    padding-bottom: 60px;
  }

  .about__article p {
    font-size: 15px;
    line-height: 150%;
    padding-bottom: 23px;
  }

  .mission__list {
    padding: 60px 0 20px 0;
  }

  .mission__list-title::before {
    left: -1016px;
  }

  .mission__list-title::after {
    right: -1016px;
  }

  .mission__list-body {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }

  .mission__list-name {
    font-size: 14px;
  }

  .video-page__content {
    padding: 0;
  }

  .video-page__quote {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 150%;
    padding-left: 0;
    padding-bottom: 24px;
  }

  .video-page__quote::before {
    top: auto;
    bottom: 0;
    height: 2px;
    width: 45px;
  }

  .error-page__image {
    max-width: 391px;
  }

  .error-page__caption {
    padding-bottom: 32px;
    max-width: 332px;
  }

  .error-page__title {
    font-size: 18px;
    line-height: 17px;
    padding-bottom: 12px;
  }

  .error-page__description {
    font-size: 14px;
    line-height: 150%;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .author__image {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .navbar__menu {
    padding: 4px 0 24px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sm-column-reverse {
    flex-direction: column-reverse;
  }

  .container {
    padding: 0 16px;
  }

  .main::before {
    height: 100px;
    top: -20px;
  }

  .hide-only-md {
    display: block;
  }

  .show-sm {
    display: block;
  }

  .hide-sm {
    display: none !important;
  }

  .btn_mfw {
    width: 100%;
  }

  .form__title {
    padding-bottom: 24px;
  }

  .form__row {
    flex-direction: column;
  }

  .form__col {
    width: 100%;
  }

  .form__field {
    padding-bottom: 20px;
  }

  .content__inner_sq::before {
    display: none;
  }

  .content__wrapper {
    padding: 32px 0;
  }

  .content__section {
    padding: 0 0 40px 0;
  }

  .content__section_md {
    padding: 0 0 40px 0;
  }

  .content__article img {
    margin: 20px -16px 40px -16px;
    width: auto;
  }

  .content__header {
    padding: 16px 0 24px 0;
  }

  .content__header_simple {
    padding: 16px 0 16px 0;
  }

  .content__header-wrapper {
    padding: 0;
  }

  .content__header-title {
    text-align: left;
    font-size: 22px;
  }

  .content__header-text_sm {
    text-align: left;
    min-width: 100%;
  }

  .content__header-backlink {
    position: relative;
    padding-bottom: 16px;
  }

  .table td:first-child,
  .table th:first-child {
    width: 180px;
    min-width: 180px;
  }

  .modal_sm .modal__wrapper {
    padding: 16px;
  }

  .modal__wrapper {
    padding: 16px 0;
  }

  .modal__close {
    top: 8px;
    right: 8px;
  }

  .modal__content {
    padding: 32px 16px;
  }

  .modal__title {
    text-align: center;
    padding-bottom: 24px;
  }

  .modal__header {
    padding: 20px 16px;
  }

  .modal__header-title {
    font-size: 15px;
    line-height: 14px;
  }

  .modal__compare {
    padding: 16px;
  }

  .modal__compare-link-text {
    font-size: 12px;
    line-height: 12px;
  }

  .modal__product-wrapper {
    align-items: center;
  }

  .modal__product-image {
    width: 110px;
    height: 100px;
  }

  .modal__product-title {
    padding-bottom: 16px;
    font-size: 13px;
  }

  .modal__product-button span {
    font-size: 12px;
  }

  .backlink_banner .backlink__text {
    display: none;
  }

  .tender-plate {
    padding: 0 0 40px 0;
    margin-left: -16px;
    margin-right: -16px;
  }

  .tender-plate__wrapper {
    flex-direction: column;
  }

  .tender-plate__col:last-child {
    width: 100%;
  }

  .tender-plate__left {
    padding: 34px 16px 100px 16px;
    flex-direction: column;
    text-align: center;
  }

  .tender-plate__left::before {
    width: 100%;
    height: 50px;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0px;
  }

  .tender-plate__icon {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .tender-plate__caption {
    max-width: 300px;
  }

  .tender-plate__right {
    padding: 16px 48px 48px 48px;
    text-align: center;
    align-items: center;
  }

  .tender-plate__button {
    width: 100%;
  }

  .grid-link {
    padding: 1em;
  }

  .grid-link__image {
    width: 5.375em;
    height: 4.75em;
    margin-bottom: 0.375em;
  }

  .grid-link__icon {
    width: 3.75em;
    height: 3.75em;
  }

  .grid-link__icon img {
    width: 1.75em;
    height: 1.75em;
  }

  .grid-link__title {
    font-size: 0.75em;
  }

  .main-slider {
    padding: 0;
  }

  .main-slider__item {
    margin-bottom: 0;
  }

  .main-slider__date {
    padding: 0.5em;
  }

  .main-slider__date-top {
    font-size: 1.25em;
  }

  .main-slider__date-bottom {
    font-size: 0.5em;
  }

  .main-slider__caption {
    padding: 16px;
  }

  .main-slider__title {
    font-size: 0.75em;
    line-height: 140%;
  }

  .main-slider .slider-pagination {
    display: none !important;
  }

  .main-products:hover .main-products__bg-holder {
    transform: translateX(0);
  }

  .main-products {
    padding: 3.25em 2.5em;
  }

  .main-products {
    padding: 1.25em;
    min-height: 10.625em;
  }

  .main-products__bg-holder {
    background-position: 110% 60%;
    background-size: auto 150%;
  }

  .main-products__wrapper {
    display: flex;
    justify-content: center;
  }

  .main-products__header {
    max-width: 7.5625em;
    padding-bottom: 0;
  }

  .main-products__title {
    font-size: 0.875em;
    margin-bottom: 14px;
  }

  .main-products__subtitle {
    font-size: 0.625em;
    line-height: 145%;
  }

  .main-products__image {
    left: 80%;
    top: 10px;
  }

  .main-products__image img {
    width: 16.8125em;
    height: 12.5em;
  }

  .main-products__button {
    position: static;
  }

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

  .main-services {
    padding: 1.25em;
    min-height: 10.625em;
  }

  .main-services:hover .main-services__bg-holder {
    transform: translateX(0);
  }

  .main-services__title {
    font-size: 0.875em;
  }

  .main-services__list {
    padding: 0.625em 0 0 0;
  }

  .main-services__link {
    font-size: 0.75em;
    padding: 0.3125em 0;
  }

  .main-services__image {
    width: 17.0625em;
    height: 10.4375em;
    right: auto;
    left: 82%;
    transform: translate(-50%, -50%);
  }

  .main-services__button {
    display: none;
  }

  .people__col {
    width: 100%;
  }

  .people__col:nth-child(2) {
    display: none;
  }

  .benefits__text {
    max-width: 146px;
  }

  .benefits__text_lg {
    font-size: 56px;
    max-width: none;
  }

  .benefits__slide-container {
    padding: 36px 0 50px 0;
  }

  .benefits__slide-container::before {
    top: 0px;
    left: 50%;
    transform: skewY(-35deg) translateX(-50%);
  }

  .benefits .slider-pagination {
    display: flex;
  }

  .file__row {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .file__label {
    margin-right: 0;
    width: 100%;
  }

  .file__description {
    padding-bottom: 20px;
  }

  .file__name-clear {
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }

  .file__name-icon {
    width: 16px;
    height: 16px;
  }

  .file__name-text {
    font-size: 12px;
  }

  .author {
    flex-direction: column;
  }

  .author__caption {
    text-align: center;
  }

  .product-card {
    margin-bottom: 24px;
  }

  .news-card {
    margin-bottom: 24px;
  }

  .news-card-lg {
    margin-bottom: 32px;
  }

  .pagination__btn_prev {
    margin-right: 8px;
  }

  .pagination__btn_next {
    margin-left: 8px;
  }

  .pagination__item,
  .pagination__delimiter {
    margin: 0;
  }

  .digest-card {
    margin-bottom: 24px;
  }

  .case {
    margin-bottom: 24px;
  }

  .video {
    margin-left: -16px;
    margin-right: -16px;
  }

  .services-slider_sets .services-slider__slide {
    width: 100%;
    margin-bottom: 24px;
  }

  .services-slider_sets .slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .services-slider__slide {
    width: 212px;
  }

  .history-slider__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 288px !important;
  }

  .history-slider__image {
    left: 0;
  }

  .history-slider__caption {
    text-align: center;
  }

  .history-slider__caption::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .history-slider__point {
    margin-left: 0;
  }

  .certificate__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .certificate__image {
    margin-right: 0;
  }

  .info-post__person {
    padding-bottom: 32px;
  }

  .hero-slider__slide::before {
    padding-top: 60%;
  }

  .hero-slider__counter {
    top: 20px;
    left: 20px;
  }

  .about-history__content-quote {
    text-align: left;
    margin-bottom: 32px;
  }

  .about-history__content-quote::before {
    right: auto;
    left: 0;
  }

  .plates-slider__item {
    width: 100% !important;
  }

  .cookies {
    width: calc(100% - 24px);
    right: 0;
    bottom: 0;
    margin: 12px;
  }

  .cookies__btn {
    width: 100%;
  }

  .navbar__share-sm {
    margin-bottom: 20px;
  }

  .navbar__share-sm-btn {
    height: 40px;
    font-size: 13px;
    line-height: 12px;
  }

  .navbar__menu-options {
    padding: 24px 24px 0 24px;
  }

  .navbar__item {
    padding: 0 24px;
  }

  .navbar__link {
    padding: 20px 0;
    font-size: 14px;
    line-height: 13px;
  }

  .navbar__link::before {
    width: 16px;
    height: 16px;
  }

  .footer__row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer__col {
    width: 100%;
    max-width: none;
  }

  .footer__col:first-child {
    flex-direction: column;
    padding-bottom: 46px;
  }

  .footer__logo {
    margin-bottom: 28px;
  }

  .footer__app-button {
    margin-right: 8px;
  }

  .footer__list {
    padding-bottom: 30px;
  }

  .footer__contacts {
    padding-top: 0;
    padding-bottom: 36px;
  }

  .footer__callback {
    width: 100%;
  }

  .footer__bottom-row {
    flex-direction: column;
  }

  .footer__bottom-col {
    padding-bottom: 24px;
  }

  .footer__bottom-col:nth-child(2) {
    order: 2;
    display: flex;
    flex-direction: column-reverse;
    border-bottom: 1px solid #DADFE3;
  }

  .footer__bottom-col:nth-child(3) {
    order: 1;
    padding-bottom: 33px;
  }

  .footer__bottom-col:nth-child(4) {
    order: 3;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .footer__copyright {
    text-align: center;
    padding-bottom: 0;
    padding-top: 24px;
  }

  .footer__develop-text {
    max-width: 100%;
  }

  .banner.is-animated .banner__title {
    opacity: 1;
  }

  .banner__wrapper {
    padding: 88px 0 88px 0;
    justify-content: center;
  }

  .banner__wrapper::before {
    display: block;
  }

  .banner__title {
    display: none;
    top: 50%;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: #fff;
    opacity: 0;
    font-size: 32px;
    line-height: 130%;
  }

  .banner__bottom-title {
    padding-bottom: 0;
  }

  .banner__bottom-title::before {
    display: none;
  }

  .banner__backlink {
    position: absolute;
    top: 16px;
    left: 16px;
  }

  .main-grid {
    grid-gap: 0.5em;
    padding: 0.5em;
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: "b b b b b b" "c c c c c c" "a a a a a a" "d d d f f f" "e e e g g g";
  }

  .cv {
    margin-left: -16px;
    margin-right: -16px;
  }

  .cv__plate-wrapper {
    padding: 40px 52px;
  }

  .cv__plate-wrapper::before {
    left: 50%;
    top: auto;
    bottom: -150px;
    width: 292px;
    height: 256px;
  }

  .cv__plate-row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .cv__plate-info {
    flex-direction: column;
    text-align: center;
  }

  .cv__plate-icon {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .cv__plate-caption {
    padding-bottom: 32px;
  }

  .cv__plate-title {
    max-width: 190px;
    margin: 0 auto;
  }

  .cv__form-wrapper {
    padding: 32px 16px;
  }

  .success-modal__wrapper {
    padding: 16px;
  }

  .success-modal__close {
    top: 8px;
    right: 8px;
  }

  .success-modal__content {
    padding: 64px 40px;
  }

  .callcenter {
    padding: 16px 0;
    margin-bottom: 0;
  }

  .callcenter__row {
    flex-direction: column;
  }

  .callcenter__col {
    width: 100%;
  }

  .callcenter__caption {
    padding-left: 0;
  }

  .callcenter__buttons-wrapper {
    display: block;
  }

  .callcenter__buttons-wrapper_md {
    display: none;
  }

  .feedback {
    padding-bottom: 0;
  }

  .video-slider__item {
    width: 212px;
    margin-right: 16px;
  }

  .categories-grid {
    padding: 1em;
  }

  .categories-grid__body {
    margin: 0;
  }

  .categories-grid__item {
    width: 100%;
    padding: 0 0 1em 0;
  }

  .categories-grid__item:nth-child(1),
  .categories-grid__item:nth-child(2),
  .categories-grid__item:nth-child(3) {
    width: 100%;
  }

  .categories-grid__item:nth-child(1) .categories-grid__item-wrapper::before,
  .categories-grid__item:nth-child(2) .categories-grid__item-wrapper::before,
  .categories-grid__item:nth-child(3) .categories-grid__item-wrapper::before {
    width: 9.3125em;
    height: 7.8125em;
  }

  .categories-grid__item:nth-child(1) .categories-grid__item-image,
  .categories-grid__item:nth-child(2) .categories-grid__item-image,
  .categories-grid__item:nth-child(3) .categories-grid__item-image {
    width: 17.5em;
  }

  .categories-grid__item-wrapper {
    min-height: 16.75em;
    padding: 1.5em;
  }

  .categories-grid__item-wrapper::before {
    width: 9.3125em;
    height: 7.8125em;
  }

  .categories-grid__item-image {
    width: 17.5em;
  }

  .article-page .content__article {
    padding-bottom: 12px;
  }

  .article-page__hero-img {
    margin-left: -16px;
    margin-right: -16px;
  }

  .article-page__image {
    max-width: 100%;
  }

  .article-page__image img {
    width: 100%;
  }

  .article-1_reverse .article-1__row {
    flex-direction: column;
  }

  .article-1__row {
    flex-direction: column;
    margin: 0;
  }

  .article-1__col {
    width: 100%;
    padding: 0;
    padding-bottom: 32px;
  }

  .article-1__col:last-child {
    padding-bottom: 0;
  }

  .article-1__image_pt-60 {
    padding-top: 0;
  }

  .article-1__image img {
    max-width: 100%;
  }

  .article-header {
    padding-bottom: 32px;
  }

  .article-info__share-title {
    display: none;
  }

  .career__description {
    padding-bottom: 20px;
  }

  .management__content {
    padding-bottom: 40px;
  }

  .management__image {
    margin-bottom: 32px;
  }

  .search__input-container {
    margin-bottom: 16px;
  }

  .search__fail {
    padding: 100px 0 100px 0;
  }

  .search-tabs__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .search-tabs__buttons {
    margin-left: -8px;
    margin-right: -8px;
    justify-content: space-between;
  }

  .contacts__f-btn {
    display: flex;
  }

  .contacts__service {
    display: none;
  }

  .contacts__service_sm {
    display: block;
    padding-bottom: 0;
  }

  .news__plates_reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .news__plate {
    margin-bottom: 24px;
  }

  .publications__content {
    padding-bottom: 40px;
  }

  .cases {
    padding-bottom: 20px;
  }

  .cases__list {
    padding-bottom: 0;
  }

  .plants__content {
    padding: 40px 0;
  }

  .plants__about {
    padding-bottom: 40px;
  }

  .plants__about .content__title {
    text-align: left;
  }

  .plants__about .content__title::before {
    left: 0;
    transform: none;
  }

  .plants__services {
    padding-bottom: 10px;
  }

  .plants__info-content {
    padding: 10px 0 0 0;
  }

  .guarantees__list-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .companies__contacts {
    padding-bottom: 50px;
  }

  .companies__contacts .row {
    flex-direction: column-reverse;
  }

  .companies__contacts-map {
    padding-bottom: 32px;
  }

  .companies__partners {
    padding-bottom: 50px;
  }

  .companies__projects-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .companies__projects-text {
    padding-bottom: 16px;
  }

  .services__buttons-row {
    flex-direction: column;
  }

  .services__buttons-col {
    width: 100%;
    padding-bottom: 16px;
  }

  .services__buttons-col:last-child {
    padding-bottom: 0;
  }

  .services__form {
    margin-left: -16px;
    margin-right: -16px;
  }

  .services__form-container {
    padding: 32px 16px;
  }

  .compare__table {
    margin-right: -16px;
  }

  .compare__empty {
    padding: 100px 0 100px 0;
  }

  .catalog__content {
    padding-top: 18px;
  }

  .catalog__header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .catalog__breadcrumbs {
    display: none;
  }

  .catalog__backlink {
    display: block;
    padding-bottom: 16px;
  }

  .catalog__tags {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
  }

  .catalog__grid-item {
    width: 100%;
  }

  .catalog__grid-item:nth-child(2) {
    border-top: none;
  }

  .product__cup {
    display: none;
  }

  .product__cup_sm {
    display: flex;
  }

  .product__main {
    padding: 0;
  }

  .product__main-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .product__main-btn {
    display: none;
  }

  .product__menu {
    order: 3;
    display: flex;
    justify-content: center;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 16px 16px 0 0;
    padding: 16px;
  }

  .product__menu-item {
    width: 33.333%;
    padding-bottom: 0;
  }

  .product__specs {
    order: 2;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 8px;
  }

  .product__specs-btn {
    display: block;
    padding: 8px 16px 16px 16px;
    width: 100%;
  }

  .product__specs-item {
    width: 50%;
    padding: 0 12px 16px 12px;
  }

  .product__share {
    padding: 16px;
    box-sizing: content-box;
    position: absolute;
    top: -16px;
    left: -16px;
  }

  .product__share-icon {
    margin: 0;
  }

  .product__share-text {
    display: none;
  }

  .product__model {
    order: 1;
    left: 0;
    margin: 0 -16px 32px -16px;
    width: calc(100% + 32px);
    display: block;
    min-height: auto;
    max-width: none;
  }

  .product__model::before {
    padding-top: 66%;
  }

  .product__content {
    padding-top: 32px;
  }

  .product__bar {
    display: none;
  }

  .product__group {
    padding: 32px 0;
  }

  .product__group-title {
    padding-bottom: 20px;
  }

  .product__group-title_single {
    padding-bottom: 20px;
  }

  .product__info-title {
    padding-bottom: 12px;
  }

  .product__table {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }

  .product__feedback {
    flex-direction: column;
  }

  .product__feedback-caption {
    padding-right: 0;
    padding-bottom: 16px;
  }

  .product__feedback-btn {
    width: 100%;
  }

  .about__benefits {
    padding-bottom: 40px;
  }

  .about__equipment {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .about__strategy {
    padding-bottom: 20px;
  }

  .about__strategy-subtitle {
    padding-bottom: 24px;
  }

  .about__strategy-year {
    display: none;
  }

  .about__article-image {
    padding-top: 0;
    margin-bottom: 40px;
    justify-content: center;
  }

  .mission__list {
    padding: 28px 0 0 0;
  }

  .mission__list-col {
    width: 100%;
    margin-bottom: 24px;
  }

  .error-page {
    padding: 90px 0;
  }

  .error-page__image {
    margin-bottom: 40px;
  }

  .error-page .btn {
    max-width: 256px;
  }
}

@media only screen and (max-width: 320px) {
  .main-grid {
    font-size: 16px !important;
  }
}
/*# sourceMappingURL=maps/main.css.map */
