

/* Start:/local/templates/Raddo_R52/styles/styles.css?1752834025246131*/
/*! 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Berlin";
  src: local("berlinsansfb_reg"), url("/local/templates/Raddo_R52/styles/../assets/fonts/berlinsansfb_regy.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Evolventa";
  src: local("Evolventa-Regular"), url("/local/templates/Raddo_R52/styles/../assets/fonts/Evolventa-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Evolventa";
  src: local("Evolventa-Bold"), url("/local/templates/Raddo_R52/styles/../assets/fonts/Evolventa-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: local("helveticaneuecyr-roman"), url("/local/templates/Raddo_R52/styles/../assets/fonts/helveticaneuecyr-roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter Display";
  src: local("InterDisplay-Regular"), url("/local/templates/Raddo_R52/styles/../assets/fonts/InterDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter Display";
  src: local("InterDisplay-Medium"), url("/local/templates/Raddo_R52/styles/../assets/fonts/InterDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter Display";
  src: local("InterDisplay-SemiBold"), url("/local/templates/Raddo_R52/styles/../assets/fonts/InterDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter Display";
  src: local("InterDisplay-Bold"), url("/local/templates/Raddo_R52/styles/../assets/fonts/InterDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: local("SF-Pro-Display-Medium"), url("/local/templates/Raddo_R52/styles/../assets/fonts/SF-Pro-Display-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Text";
  src: local("sf-ui-text-regular"), url("/local/templates/Raddo_R52/styles/../assets/fonts/sf-ui-text-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TT Firs Neue";
  src: local("TTFirsNeueRegular"), url("/local/templates/Raddo_R52/styles/../assets/fonts/TTFirsNeueRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TT Firs Neue";
  src: local("TTFirsNeueMedium"), url("/local/templates/Raddo_R52/styles/../assets/fonts/TTFirsNeueMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "TT Firs Neue";
  src: local("TTFirsNeueDemiBold"), url("/local/templates/Raddo_R52/styles/../assets/fonts/TTFirsNeueDemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "TT Firs Neue";
  src: local("TTFirsNeueBold"), url("/local/templates/Raddo_R52/styles/../assets/fonts/TTFirsNeueBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  color: #778798;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  margin: 0 auto;
}

.header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

a {
  color: #0f2742;
  outline: none;
  text-decoration: none;
}

input,
textarea,
select {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #778798;
  font-family: "TT Firs Neue", sans-serif;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

label {
  display: inline;
}

/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

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

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

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

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

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

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

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

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

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

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

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

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

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

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

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

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

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

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

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

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

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

.assortment__swiper {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  overflow: hidden;
}

.assortment__swiper .swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.assortment__swiper .swipper-slide {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 415px;
}

.new-products__slider {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  /* height: 100vh; */
}

.production-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  /* height: 950px !important; */
  overflow: hidden !important;
}

.swiper-hero-box {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.swiper-hero-box:last-child {
  max-width: 250px;
}

.swiper-progress-text {
  width: 100%;
  max-width: 150px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-progress-text::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -12.5px;
  left: -1.6px;
  height: 26px;
  border-left: 2px solid #9f9f9f;
}

.swiper-hero-progress-container {
  position: absolute;
  z-index: 100;
  top: 88%;
  left: 4.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1650px;
  padding: 0 20px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.swiper-hero-progress {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #9f9f9f;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.swiper-hero-progress-fill {
  width: 0%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  opacity: 1;
}

.swiper-footer {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1650px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes fillProgress2 {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes fillProgress2 {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.fillProgress2 {
  -webkit-animation: fillProgress2 5s forwards;
  animation: fillProgress2 5s forwards;
}

@-webkit-keyframes fillProgress {
  from {
    width: 100%;
  }

  to {
    width: 100%;
  }
}

@keyframes fillProgress {
  from {
    width: 100%;
  }

  to {
    width: 100%;
  }
}

.fillProgress {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-animation: fillProgress 2s forwards;
  animation: fillProgress 2s forwards;
}

.production__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper,
.swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 26px !important;
  font-weight: bold !important;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  opacity: 0.7;
}

.swiper-pagination-bullets {
  bottom: 18px !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border: 2px solid #fff;
  border-radius: 50% !important;
  background-color: transparent !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.new-block__swiper-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 600px;
  height: 600px;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}

.new-block__swiper-b .swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.new-block__swiper-b .swipper-slide {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 957px;
}

.new-block__swiper .swipper-slide {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 957px;
}

.new-block__swiper .swiper-controls {
  position: absolute;
  max-width: 760px;
}

.new-block__swiper .arrow {
  background-color: #fff;
}

.new-block__swiper .arrow:hover {
  background-color: #fff;
}

.news__slider {
  position: relative;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .news__slider {
    margin-top: 20px;
  }
}

.news__slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 415px;
}

.company__swiper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}

.company__swiper .swiper-wrapper {
  width: 100%;
  height: 950px;
}

.company__swiper-item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.company__swiper .swiper-controls {
  position: absolute;
  z-index: 800;
  top: 25rem;
  left: 85px;
  width: 100%;
  max-width: 130px;
}

.company__swiper .swiper-pagination {
  position: absolute;
  top: 100px;
  left: 85px;
  width: 100px;
  height: 50px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #0f2742;
  text-align: left;
}

.company__swiper .swiper-pagination .current {
  color: #0f2742;
}

.company__swiper .swiper-pagination .total {
  color: #778798;
}

.page-article__slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 35px;
  width: 100%;
  height: 100%;
}

.page-article__slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 27px;
  height: 100%;
}

.page-article__slide {
  /* height: 597px; */
  height: auto;
}

.product-card__swiper-b {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 860px;
  height: 860px;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}

.product-card__swiper-b .swiper-wrapper {
  height: 860px;
}

.product-card__slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 860px;
}

.product-card__swiper-b .swiper-controls {
  z-index: 200;
  position: absolute;
  top: 51.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 790px;
}

.product-card__swiper-b .arrow {
  background-color: #fff;
}

.product-card__swiper-b .arrow:hover {
  color: #0F2742;
  background-color: #fff;
}

.additionally__swiper {
  position: relative;
  width: 100%;
  max-width: 1750px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}

.additionally__swiper .swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.additionally__swiper .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  width: 415px;
}

.catalog-card__slider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}

.catalog-card__slider .swiper-pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-top: 10px !important;
}

.catalog-card__slider .swiper-pagination-bullet {
  width: 20px !important;
  height: 2px !important;
  background: #d9d9d9 !important;
  margin: 0 5px !important;
  border-radius: 1px !important;
  -webkit-transition: background 0.35s ease-in-out !important;
  transition: background 0.35s ease-in-out !important;
  border: none !important;
  padding: 2px 0 !important;
}

.catalog-card__slider .swiper-pagination-bullet-active {
  background: #0f2742 !important;
}

.catalog .catalog-card__slider .swiper-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.catalog .catalog-card__slider .swiper-slide {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-slide {
  min-width: 0;
  cursor: pointer;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slick-list {
  overflow: hidden;
}

.slick-slide {
  margin-right: 30px;
}

.slick-list {
  padding: 0 85px !important;
}

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 55px;
}

.title {
  margin: 0;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
}

.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #f6f7fb;
  color: #1B4677;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.arrow:hover {
  color: #0F2742;
  background-color: #F6F7FB;
}

.arrow__icon {
  width: 12px;
  height: 22px;
  pointer-events: none;
}

.arrow--left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.x-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background: none;
  color: #0F2742;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.x-btn:hover {
  color: #1b4677;
}

.x-btn__icon {
  margin: auto;
  pointer-events: none;
}

.title-b {
  margin: 0;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.title-detailed {
  margin: 0;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.caption {
  margin: 0 0 31px;
  font-family: "Inter Display", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.caption-two {
  margin: 0 0 26px;
  font-family: "Inter Display", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.desc-b {
  margin: 0;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #778798;
}

/* Новое */
.home-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  overflow: hidden;
}

.home-slider__swiper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-slider__slide {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  height: 100vh;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home-slider .about__pic,
.home-slider .info-company,
.home-slider .assortment,
.home-slider .production,
.home-slider .new-products,
.home-slider .map,
.home-slider .news {
  height: 100vh;
}

.home-slider .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}

.home-slider .production {
  margin-top: 0 !important;
}

.home-slider .about__pic,
.home-slider .info-company,
.home-slider .assortment,
.home-slider .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.desc-w {
  margin: 0;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #f6f7fb;
}

.desc-detailed {
  margin: 0;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.btn-link-w {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  max-width: 790px;
  border: 1px solid #9f9f9f;
  background-color: #fff;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #0f2742;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-link-w:hover {
  border: 1px solid #0f2742;
}

.btn-link-b {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  max-width: 790px;
  background-color: #1b4677;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-link-b:hover {
  background-color: #0f2742;
  color: #fff;
}

.product-card__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.el {
  margin: 0;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.map {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.map__wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  padding-left: 85px;
  background-color: #212121;
}

.map__city {
  position: absolute;
  bottom: 15.8rem;
  left: 15.8rem;
  z-index: 150;
}

.map__city-title {
  margin: 0;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: uppercase;
}

.map__block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  background-color: #212121;
}

.map__content {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #212121;
}

.map__content::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 49.48%;
}

.map__info {
  position: absolute;
  top: 140px;
  left: 82px;
  z-index: 150;
}

.map__title {
  margin: 0 0 20px;
}

.map__desc {
  width: 100%;
  max-width: 416px;
}

.map__picture {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.map__picture::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 51.7%;
}

.map__wrapper .map__img {
  -o-object-position: 5% center;
  object-position: 5% center;
}

.map-svg:hover .hover-path {
  stroke: #0c7bfa;
  -webkit-transition: stroke 0.4s ease-in-out;
  transition: stroke 0.4s ease-in-out;
}

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

.check {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
  gap: 20px;
}

.check__caption {
  margin: 0;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #0f2742;
}

.check__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 25px;
  padding-left: 38px;
  color: #0f2742;
  cursor: pointer;
}

.check__label {
  padding-top: 3px;
  margin: 0;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #0f2742;
}

.check__input {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(100%) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.check__input:checked~.check__mark {
  background-color: #0f2742;
}

.check__input:checked~.check__mark::after {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 7px;
  display: block;
  width: 9px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check__mark {
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 25px;
  height: 25px;
  padding: 4px;
  border: 1px solid #778798;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.d-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1810px;
  padding: 0 30px 100px;
}

.p-detailed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 130px;
}

.d-box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
}

.box-detailed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}

.box-det-two {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1445px;
  margin-top: 25px;
}

.p-box-detailed {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  margin: 130px auto 0;
  padding: 0 55px;
}

.top-margin {
  margin-top: 50px !important;
}


.content-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 273px;
  background-color: #2d83e3;
  padding: 22px 20px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.content-link:hover {
  background: #0068dd;
}

.page-detailed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.page-detailed .header__nav-link {
  color: #0f2742;
}

.page-detailed .header__nav-link:hover {
  color: #fff;
}

.page-detailed .header__nav-link:hover:first-child {
  color: #0f2742;
}

.page-detailed .nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.page-detailed .nav-social-link {
  background-color: #0f2742;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-detailed .nav-social-link:hover {
  background-color: white;
  border: 1px solid #0f2742;
}

.page-detailed .nav-social-link .svg--background {
  -webkit-transition: fill 0.4s ease, stroke 0.4s ease;
  transition: fill 0.4s ease, stroke 0.4s ease;
}

.page-detailed .nav-social-link .svg--background {
  fill: white;
}

.page-detailed .nav-social-link:hover .svg--background {
  fill: #0f2742;
}

.page-detailed .search-btn {
  color: #0f2742;
}

.page-detailed .burger-btn .line {
  background: #0f2742;
}

.page-detailed .header__qty {
  color: #0f2742;
}

.page-detailed .header__nav-link:hover .header__qty {
  color: #fff;
}

.page-detailed .nav-social {
  padding: 0 0 0 44px;
  /* padding: 0 0 0 39px; */
}

.page-detailed .search-btn {
  margin-left: 292.5px;
}

.page-detailed .header__nav-link::after {
  border-color: #dfdfdf;
}

.page-detailed .header {
  border-color: #dfdfdf;
  background-color: #fff;
}

.mobile-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  /* z-index: 200; */
  background-color: #fff;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-menu .nav-social {
  padding: 0;
}

.mobile-menu__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 130px 20px 40px;
  overflow-y: auto;
}

.mobile-menu__nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}

.mobile-menu__nav-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #0f2742;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.mobile-menu__nav-link:hover {
  color: #1b4677;
}

.mobile-menu__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.mobile-menu__box-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.3;
  color: #0f2742;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.mobile-menu__box-link:hover {
  color: #1b4677;
}

.mobile-menu .nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 0;
}

.mobile-menu .nav-social-link {
  background-color: #0f2742;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mobile-menu .nav-social-link:hover {
  background-color: white;
  border: 1px solid #0f2742;
}

.mobile-menu .nav-social-link .svg--background {
  -webkit-transition: fill 0.4s ease, stroke 0.4s ease;
  transition: fill 0.4s ease, stroke 0.4s ease;
}

.mobile-menu .nav-social-link .svg--background {
  fill: white;
}

.mobile-menu .nav-social-link:hover .svg--background {
  fill: #0f2742;
}

.breadcrumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.breadcrumbs__nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 7px;
}



.breadcrumbs__nav-link {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #778798;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs__nav-link:hover {
  color: #1b4677;
}

.breadcrumbs__nav-link:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin-left: 4px;
  color: inherit;
}

.filter {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 25px 85px 25px;
}

.filter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 121px;
}

.filter__selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 880px;
  gap: 20px;
  z-index: 200;
}

.filter__btn-search,
.filter__btn-search2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 216px;
  height: 65px;
}

.filter__btn-reset,
.filter__btn-reset2 {
  display: none;
}

.filter .search__form-field {
  width: 415px;
  height: 65px;
  padding: 22px 10px 22px 38px;
  border: 1px solid #778798;
  background-color: #fff;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #778798;
}

.filter .search__form-field::-webkit-input-placeholder {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.filter .search__form-field::-moz-placeholder {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.filter .search__form-field:-ms-input-placeholder {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.filter .search__form-field::-ms-input-placeholder {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.filter .search__form-field::placeholder {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.filter .form__search {
  width: 100%;
  max-width: 415px;
}

.filter .search__icon {
  left: 10px;
}

.form__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 118px;
}

.field__title {
  display: none;
}

.filter-pp .filter-mobile__title {
  margin: 0;
}

.filter-pp .form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.filter-pp .search__form-field::-webkit-input-placeholder {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0;
}

.filter-pp .search__form-field::-moz-placeholder {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0;
}

.filter-pp .search__form-field:-ms-input-placeholder {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0;
}

.filter-pp .search__form-field::-ms-input-placeholder {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0;
}

.filter-pp .search__form-field::placeholder {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0;
}

.title-search-result {
  position: relative;
  z-index: 29992;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 860px;
  margin-top: 40px;
}

.search-result {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search-result__wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.search-result__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.search-result__pic {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  overflow: hidden;
  background-color: #f6f7fb;
  padding: 5px;
}

.search-result__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  mix-blend-mode: darken;
}

.search-result__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 415px;
  margin: 0;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.page-error {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.page-error__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 729px;
  margin: 0 auto;
  padding: 314px 20px 0;
}

.page-error__info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.page-error__title {
  font-weight: 700;
  font-size: 60px;
  text-align: center;
}

.page-error__desc {
  font-family: "Inter Display", sans-serif;
  color: #0f2742;
  text-align: center;
}

.page-error__form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 50px;
  padding: 0 36px 0 20px;
}

.page-error__link-index {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  height: 65px;
  padding: 18px;
  border: 1px solid #9f9f9f;
  background-color: #fff;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #0f2742;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-error__link-index:hover {
  border: 1px solid #0f2742;
}

.page-error .search__icon {
  left: 10px;
}

.page-error .title-search-result {
  display: none;
}

.about {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.about::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/Raddo_R52/styles/../assets/images/main/bg.png");
  background-position: center;
  background-repeat: no-repeat;
}

.about__container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.about__pic {
  position: relative;
  display: block;
  width: 100%;
}

.about__pic::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
}

.about__pic::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 49.48%;
}

.about__content-title {
  margin: 0;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.about__content-desc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
  max-width: 598px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
}

.about__content {
  position: absolute;
  top: 10.5rem;
  left: 4rem;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 75.6%;
  max-width: 1090px;
  padding: 0 20px 59px;
}

.about__content-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

.info-company {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(124deg, #000 0%, #3282dd 100%);
}

.info-company::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/Raddo_R52/styles/../assets/images/main/bg.png");
  background-position: center;
  background-repeat: no-repeat;
}

.info-company__wrapper {
  position: relative;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "box1 box2" "link ..." "box3 box3";
  width: 100%;
  padding: 0 30px;
  transform: translateY(40px);
  /* padding: 140px 30px 60px; */
  /* padding: 112px 30px 60px; */
}

.info-company__box1 {
  grid-area: box1;
}

.info-company__box2 {
  position: relative;
  grid-area: box2;
  margin-left: 15px;
}

.info-company__box2::before {
  content: '';
  display: block;
  position: absolute;
  left: -15px;
  top: -25px;
  height: 817px;
  border-left: 1px solid #778798;
}

.info-company__box2::after {
  content: '';
  display: block;
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 875px;
  border-bottom: 1px solid #778798;
}

.info-company__box3 {
  grid-area: box3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 151px;
  width: 100%;
  max-width: 1524px;
  margin-top: calc(35vh + 20px - 10vw);
  /* margin-top: 186px; */
}

.info-company__link {
  grid-area: link;
  margin-top: 50px;
}

.info-company__caption {
  margin: 0 0 50px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
}

.info-company__title {
  margin: 0 0 30px;
}

.info-company__desc {
  width: 100%;
  max-width: 630px;
  margin: 0;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

.info-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: last baseline;
  -ms-flex-align: last baseline;
  align-items: last baseline;
  gap: 15px;
}

.info-company__el1,
.info-company__el2,
.info-company__el1-alt {
  margin: 0;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
}

.info-company__el1 {
  font-size: 120px;
}

.info-company__el2 {
  font-size: 24px;
  text-transform: uppercase;
}

.el-span2 {
  display: none;
}

.info-company .content-link {
  max-width: 651px;
  height: 65px;
}

.info-company__box2 .info-company__desc {
  max-width: 600px;
}

.info-company__box3 .info-company__item:nth-child(3) {
  margin-left: 64px;
}

.assortment {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.assortment__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  transform: translateY(40px);
}

.assortment__header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 85px 118px;
  /* padding: 94px 85px 118px; */
}

@media (max-width: 1660px) {
  .assortment__header {
    padding: 0 85px 50px;
  }

  .assortment__wrapper {
    transform: translateY(50px);
  }
}

.assortment__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.assortment__title {
  padding: 0 0 20px;
}

.assortment__desc {
  width: 100%;
  max-width: 697px;
}

.assortment__swiper-text {
  margin: 30px 0 0;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.assortment__swiper-sl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 415px;
}

.assortment__header .swiper-controls {
  max-width: 130px;
}

.production {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-top: 133px;
}

.production__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.production__slide-i {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.production__slide-i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
}

.production__slide-i::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 49.48%;
}

.production__slide-box {
  position: absolute;
  top: 140px;
  /* top: 100px; */
  left: 85px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.production__slide-desc {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #f6f7fb;
}

.production__slide-text {
  width: 100%;
  max-width: 844px;
}

.production__slide-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.production__wrapper .swiper-controls {
  position: absolute;
  top: 400px;
  left: 85px;
  z-index: 100;
  display: flex;
  gap: 10px;
  width: 130px;
  -webkit-backface-visibility: hidden;
  pointer-events: auto !important;
  transform: translateZ(0);
}

.production__wrapper .arrow {
  position: relative;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

@supports (-webkit-touch-callout: none) {
  .production__wrapper .swiper-controls {
    will-change: transform;
  }

  .swiper-arrow-next,
  .swiper-arrow-prev {
    -webkit-tap-highlight-color: transparent;
  }
}

@media (hover: hover) and (pointer: fine) {
  .production__wrapper .arrow:hover {
    color: #1b4677;
    background-color: #F6F7FB;
  }
}

.production__wrapper .arrow.active {
  color: #1b4677;
  background-color: #F6F7FB;
}

.swiper-arrow-next.active,
.swiper-arrow-prev.active {
  background-color: #F6F7FB !important;
  color: #1b4677 !important;
  transition: all 0.3s ease;
}

/* .production__wrapper .arrow:hover {
  color: #1b4677;
  background-color: #F6F7FB;
} */
.slide-i-bg {
  position: relative;
}

.slide-i-bg::after {
  background: rgba(0, 0, 0, 0.7);
}

.new-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.new-block__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.new-block__article {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  /* padding: 90px 0 75px 85px; */
  padding: 120px 0 20px 85px;
}

.new-block__caption {
  margin: 0 0 20px;
  /* margin: 0 0 40px; */
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.new-block__content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.new-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.new-block__info-item {
  margin: 0;
}

.new-block__info-el {
  color: #0f2742;
}

.new-block__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 735px;
}

.new-block__desc {
  width: 100%;
  max-width: 752px;
}

@media (max-width: 1659px) {
  .new-block__desc {
    max-width: 650px;
  }
}

.new-block__content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.new-block__btn-link {
  display: none;
}

.new-block__swiper {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0 42px 0 48px;
  background-color: #f6f7fb;
}

.new-block__swiper-sl-pic {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 600px;
  height: 600px;
  background-color: #f6f7fb;
  overflow: hidden;
}

.new-block__swiper-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: darken;
}

.new-block__slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.new-block__swiper .swiper-controls {
  z-index: 10;
}

.new-block__btn-link .btn-link-b {
  padding: 22.5px 20px 22.5px 20px;
}

.new-products {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.new-products__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.new-products__slide-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: 'el1 el3' 'el2 el3';
  width: 100%;
  height: 100vh;
  /* height: 950px; */
  /* gap: 20px; */
}

.new-products__slide-pic {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f6f7fb;
  width: 100%;
  height: 100vh;
  /* height: 950px; */
  padding: 0 42px 0 48px;
  overflow: hidden;
}

.new-products__im-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 600px;
  height: 600px;
  overflow: hidden;
}

.el1 {
  grid-area: el1;
}

.new-block__content1 {
  margin-right: 15px;
}

.el2 {
  grid-area: el2;
  align-self: flex-end;
  padding: 90px 15px 75px 85px;
  margin-right: 15px;
}

.el3 {
  grid-area: el3;
  align-self: flex-end;
}

@media (max-width: 855px) {

  .new-block__content1 {
    margin-right: 0;
  }

  .el2 {
    margin-right: 0;
  }
}

.new-products .swiper-controls {
  position: absolute;
  top: 47%;
  right: 100px;
  z-index: 10;
  max-width: 760px;
}

.new-products .arrow {
  background-color: #fff;
}

.new-products .new-block__content2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.news {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.news__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  /* padding: 140px 30px 20px; */
  padding: 100px 30px 20px;
}

.news__card-title {
  margin: 0 0 15px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 415px;
  gap: 20px;
  /* gap: 40px; */
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #778798;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news__card:hover {
  color: #1b4677;
}

.news__card-desc {
  width: 100%;
  max-width: 321px;
  margin: 0 0 15px;

  /* Ограничение до 3 строк с "..." */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news__card-time {
  margin: 0;
}

.news__header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 0 0;
}

.news__header .swiper-controls {
  display: none;
}

.news .arrow {
  width: 40px;
  height: 40px;
}

.news .arrow__icon {
  width: 9px;
  height: 16px;
}

/* .news__slider .swiper-wrapper {
  gap: 30px;
} */
.card-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 415px;
  height: 415px;
  overflow: hidden;
  background-color: #f6f7fb;
}

.card-img__box {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  mix-blend-mode: darken;
}

.catalog-card {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 415px;
  max-width: 100%;
  /* min-width: 280px; */
}

.catalog-card__desc {
  min-height: 40px;
  margin: 20px 0 26px;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f2742;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 400px) {
  .catalog-card__desc {
    min-height: 55px;
  }
}

.catalog-card__link {
  font-size: 14px;
  line-height: 1.2;
  padding: 16.5px 0;
}

.catalog-card__link-detailed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.catalog-card__link-detailed:hover .catalog-card__desc {
  color: #2d83e3;
}

.card-picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 415px;
  background-color: #f6f7fb;
  padding: 35px;
}

.card-picture__box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  mix-blend-mode: darken;
}

.card-picture__box::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.pp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 33px 85px 50px;
  background-color: #fff;
  overflow-y: auto;
  z-index: 11000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.pp__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1305px;
  gap: 20px;
}

.pp__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 860px;
  gap: 20px;
}

.pp__box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 860px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.pp__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
}

.pp__bottom-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #778798;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.pp__bottom-link:hover {
  color: #1b4677;
}

.search__form {
  position: relative;
  width: 100%;
}

.search__form-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 150px;
  height: 65px;
  background-color: #1b4677;
  border: none;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search__form-btn:hover {
  background-color: #0f2742;
}

.search__form-label {
  position: relative;
}

.search__form-field {
  position: relative;
  width: 100%;
  padding: 23px 160px 22px 55px;
  border: none;
  background-color: #f6f7fb;
  outline: none;
  overflow: hidden;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  color: #778798;
  text-transform: none;
}

.search__icon {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 100;
}

.search__form-field::-webkit-input-placeholder {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #778798;
}

.search__form-field::-moz-placeholder {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #778798;
}

.search__form-field:-ms-input-placeholder {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #778798;
}

.search__form-field::-ms-input-placeholder {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #778798;
}

.search__form-field::placeholder {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #778798;
}

.search-mobile {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 11000;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-mobile__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.search-mobile__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
  padding: 0 29px;
  border-left: 1px solid #778798;
}

.search-mobile__btn:last-child {
  padding: 0 20px;
  /* padding: 0 9px 0 29px; */
}

.search-mobile__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 20px 40px;
  width: 100%;
  height: 100%;
}

.search-mobile .burger-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -3px;
  right: 3px;
  display: block;
  width: 32px;
  height: 40px;
  margin-left: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.search-mobile .burger-btn2 .line {
  position: absolute;
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: #1b4677;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-mobile .nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-mobile .header__wrapper {
  border-bottom: 1px solid #778798;
}

.search-mobile .nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.search-mobile__btn .burger-btn {
  z-index: 1010;
}

.search-mobile .nav-social-link {
  background-color: #0f2742;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.search-mobile .nav-social-link:hover {
  background-color: white;
  border: 1px solid #0f2742;
}

.search-mobile .nav-social-link .svg--background {
  -webkit-transition: fill 0.4s ease, stroke 0.4s ease;
  transition: fill 0.4s ease, stroke 0.4s ease;
}

.search-mobile .nav-social-link .svg--background {
  fill: white;
}

.search-mobile .nav-social-link:hover .svg--background {
  fill: #0f2742;
}

.search-mobile .search__form-btn {
  width: 130px;
}

.search-mobile .search__form-field {
  padding: 22px 160px 22px 55px;
}

.search-m-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 29px;
  font-weight: 600;
  font-size: 0;
  color: #0f2742;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.search-m-btn__icon {
  width: 32px;
  height: 32px;
}

.search-mobile .x-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  padding: 0;
  border: none;
  background: none;
  color: #0F2742;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-left: 1px solid #778798;
}

.search-mobile .x-btn:hover {
  color: #1b4677;
}

.search-mobile .x-btn__icon {
  margin: 4px auto 0;
  pointer-events: none;
}

.page-buy__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1810px;
  padding: 0 30px 60px;
}

.page-buy__title {
  font-size: 60px;
  margin: 0 0 15px;
}

.page-buy__desc {
  margin: 0;
  width: 100%;
  max-width: 615px;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #778798;
}

.page-buy__desc br {
  display: none;
}

.page-buy__box {
  padding: 0 30px;
}

.page-buy__box-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}

.page-buy__box-main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-buy__title2 {
  font-size: 32px;
}

.page-buy__box-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
  margin-top: 20px;
}

.page-buy__link {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 415px;
  color: #778798;
  background-color: #f6f7fb;
  height: 415px;
  padding: 20px 68px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-buy__link:hover {
  color: #1b4677;
}

.page-buy__pic {
  position: relative;
  display: block;
  width: 100%;
}

.page-buy__pic::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 22.22%;
}

.page-buy__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 137px;
}

.page-buy__link-desc {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.page-buy__link:hover .page-buy__link-desc {
  color: #1b4677;
}

.guarantee__info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1445px;
  margin-top: 25px;
}

.guarantee__desc {
  margin: 0 0 25px;
}

.guarantee ul {
  list-style-type: none;
  margin: 0;
  margin: 0 0 22px;
  padding-left: 0;
}

.guarantee ul li {
  position: relative;
  padding-left: 0;
}

.guarantee ul li::before {
  content: "";
  position: relative;
  left: 0;
  top: 13px;
  background: #0f2742;
  width: 7px;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}

.caption-mt {
  margin-top: 48px;
}

.politics__title {
  font-size: 60px;
  margin: 0 0 15px;
}

.politics .box-detailed {
  padding: 30px 0 0;
}

.politics ul {
  list-style-type: none;
  margin: 0;
  margin: 0 0 22px;
  padding-left: 0;
}

.politics ul li {
  position: relative;
  padding-left: 0;
}

.politics ul li::before {
  content: "";
  position: relative;
  left: 0;
  top: 13px;
  background: #0f2742;
  width: 7px;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}

/* .contacts__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  gap: 30px;
} */

.contacts__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 30px;
  width: 100%;
  margin-top: 60px;
}

.contacts__card {
  position: relative;
  padding-top: 100%;
  height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  /* max-width: 100%; */
  /* height: 415px; */
  /* padding: 26px; */
  background-color: #f6f7fb;
}

.contacts__card-info {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.contacts__card-caption {
  margin: 0;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  color: #0f2742;
}

.contacts__text {
  margin: 0;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  color: #0f2742;
}

.contacts__card-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #0f2742;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.contacts__card-link:hover {
  color: #1b4677;
}

.cookie {
  padding: 0 55px;
  margin: 130px auto 0;
}

.cookie .box-detailed {
  padding: 30px 0 0;
}

.section-text {
  margin-bottom: 48px;
}

.cookie .d-wrapper {
  padding: 0 30px 95px;
}

.company {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.company__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.company__block1 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #1b4677;
}

.company__block1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 49.48%;
}

.company__block1-logo {
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 585px;
  padding: 0 20px;
}

.company__img1 {
  display: block;
  width: 249px;
  height: 249px;
}

.company__img2 {
  display: block;
  width: 545px;
  height: 80px;
}

.company__block2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 85px;
  gap: 213px;
}

.company__title {
  width: 100%;
  max-width: 660px;
}

.company__block2-caption {
  margin: 0;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.company__block2-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 670px;
  gap: 30px;
}

.company__block3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 700;
  width: 100%;
  overflow: hidden;
}

.company__block3::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/Raddo_R52/styles/../assets/images/main/bg.png");
  background-position: center;
  background-repeat: no-repeat;
}

.company__block3-pic {
  position: relative;
  display: block;
  width: 100%;
}

.company__block3-pic::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  <!-- background: rgba(0, 0, 0, 0.7); -->
}

.company__block3-pic::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 49.48%;
}

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

.company__block4 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.company__swiper-picture {
  position: relative;
  display: block;
  width: 50.8%;
  background-color: #f6f7fb;
}

.company__swiper-picture::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 97.435%;
}

.company__swiper-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.company__swiper-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 160px 111px 52px 85px;
}

.company__swiper-pic {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f6f7fb;
  width: 112.533%;
  height: 950px;
  padding: 0 138px;
  overflow: hidden;
  margin-left: -2px;
}

.company__swiper-img {
  width: 700px;
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.company__swiper-img2 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-slide:nth-child(3) .company__swiper-img2 {
  width: 73%;
  height: 70%;
  background-position: left 10px center;
}

.swiper-slide:nth-child(4) .company__swiper-img2 {
  width: 73%;
  height: 70%;
  background-position: left 10px center;
}

.company__swiper-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 722px;
  gap: 20px;
}

.company__swiper-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  max-width: 705px;
  gap: 15px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #0f2742;
}

.company__swiper-desc-el1 {
  font-size: 120px;
}

.swiper-text-el {
  width: 100%;
  max-width: 671px;
}

.swiper-img1 {
  mix-blend-mode: darken;
}

.swiper-pic2 {
  padding: 0 !important;
}

.page-article__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 70px;
  gap: 100px;
  padding: 0 30px;
}

.page-article__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.page-article__cards {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  width: 100%;
  max-width: 1110px;
}

.page-article__link-btn {
  max-width: 415px;
}

.page-article__caption {
  width: 100%;
  max-width: 860px;
  margin: 0 0 40px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #0f2742;
}

.page-article__list {
  margin: 30px 0 40px;
  list-style-type: none;
  padding: 0;
}

.page-article__list-el {
  margin: 0;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #778798;
}

.page-article__picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 860px;
  height: 860px;
  overflow: hidden;
  background-color: #f6f7fb;
}

.page-article__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
}

.page-article__sl-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 415px;
}

.page-article__header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-article__list-el span {
  color: #0f2742;
}

.page-article .box-detailed {
  padding: 30px 0 0;
}

.page-article .caption2 {
  margin-top: 5px;
}

.page-article .d-wrapper {
  margin: 0 auto;
  padding: 0 30px 106px;
}

.page-article__header .swiper-controls {
  display: none;
}

.page-news__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 55px;
}

.page-news__tabs {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.page-news__tabs-nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;

}

@media screen and (max-width: 1035px) {
  .page-news__tabs-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }

  .page-news__tabs-item {
    width: 100%;
    flex: 1 1 190px;
  }
}

.page-news__tabs-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #9f9f9f;
  background-color: #fff;
  width: 190px;
  height: 65px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #0f2742;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-news__tabs-item:hover {
  border: 1px solid #0f2742;
}

.page-news__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  width: 100%;
  max-width: 1750px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 50px;
}

.progress-bar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  max-width: 1305px;
  gap: 30px;
  margin-top: 44px;
}

.progress-bar__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 415px;
  gap: 30px;
}

.progress-bar__box-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.progress-bar__btn {
  max-width: 415px;
  outline: none;
  background-color: #fff;
}

.progress-bar__counter {
  margin: 0;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.progress-bar__box-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.progress-bar__bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 2px;
  background-color: #778798;
}

.progress-bar__fill {
  position: absolute;
  top: -0.75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30%;
  height: 3.5px;
  background-color: #0f2742;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.page-news__list-item {
  display: flex;
  flex-direction: column;
  width: 415px;
  max-width: 100%;
  min-width: 280px;
}

.page-news__list-item .card-img {
  width: 100%;
}

.page-news__list-item .news__card {
  font-family: "TT Firs Neue", sans-serif;
}

.page-news__list-item .news__card {
  max-width: 100%;
}

.product-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
  padding: 0 30px;
}

.product-card__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: 'slider title' 'slider link' 'slider about';
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.product-card__detailes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 861px;
}

.product-card__detailes-header {
  grid-area: title;
}

.product-card__btn-link {
  grid-area: link;
}

.product-card__swiper {
  grid-area: slider;
  margin-top: 10px;
  position: sticky !important;
  top: 100px;
  z-index: 500;
  height: 860px;
  background-color: #f6f7fb;
}

.product-card__block-about {
  grid-area: about;
}

.product-card__title {
  margin: 0 0 40px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.product-card__block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 40px;
}

.product-card__block1-code {
  margin: 0;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #778798;
}

.product-card__link {
  max-width: 860px;
}

.product-card__block1-btn-copy {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.product-card__description {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  padding: 30px 0;
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
}

.product-card__text {
  width: 100%;
  max-width: 602px;
}

.product-card__applicability {
  margin-top: 50px;
}

.product-card__block-number {
  margin-top: 42px;
}

.product-card__characteristics {
  margin-top: 35px;
}

.product-card__caption {
  position: relative;
}

.product-card__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.product-card__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 17px 3px 17px 0;
  border-bottom: 2px solid #f5f5f5;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.product-card__item:first-child {
  border-top: 2px solid #f5f5f5;
}

.product-card__picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 860px;
  height: 860px;
  overflow: hidden;
  background-color: #f6f7fb;
}

.product-card__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  mix-blend-mode: darken;
}

.product-card__additionally-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-top: 70px;
  margin-bottom: 40px;
}

.product-card__additionally-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 30px;
}

.product-card__additionally-header .swiper-controls {
  max-width: 130px;
}

.copy__svg {
  pointer-events: none;
  width: 20px;
  height: 20px;
}

.product-card__block1-code span {
  color: #0f2742;
}

.product-card .caption {
  font-weight: 600;
  line-height: 1;
  font-family: "TT Firs Neue", sans-serif;
  margin: 0 0 35px;
}

.product-card .assortment__title {
  max-width: 100%;
}

.product-card__additionally .catalog-card__link {
  font-size: 17px;
  min-height: 65px;
}

.product-card__block-about::-webkit-scrollbar {
  width: 3px;
}

.product-card__block-about::-webkit-scrollbar-track {
  margin-top: 40px;
  background: #fff;
}

.product-card__block-about::-webkit-scrollbar-thumb {
  background-color: #d4d4d4;
  border-radius: 0;
  border: 3px solid #d4d4d4;
}

.catalog {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 80px 0 0 0;
  margin: 0 auto;
}

.catalog__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  width: 100%;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 46px;
}

.catalog__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 415px;
  max-width: 100%;
  min-width: 280px;
}

.catalog__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 0 0;
}

.catalog__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
}

.catalog__nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 47px 85px 0;
  margin: 0 auto;
  gap: 20px;
}

.catalog__btns {
  width: 100%;
}

.catalog .d-wrapper {
  padding: 47px 30px 100px;
}

.catalog .card-picture {
  max-width: 100%;
}

.catalog .catalog-card__link {
  font-size: 17px;
  min-height: 65px;
}

/* .catalog .catalog-card {
  width: 100%;
} */
.catalog .btn-link-w {
  border-color: #0f2742;
}

.catalog .box-detailed {
  padding: 22px 0 0;
}

.catalog .progress-bar {
  margin-top: 57px;
}

.catalog__filter-open {
  display: none;
}

.catalog__filter-btn-open {
  display: none;
}

.page-search-res {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 105px;
}

.page-search-res__block2 {
  gap: 20px;
}

.page-search-res__caption,
.page-search-res__title {
  margin: 0;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.page-search-res__caption {
  font-size: 17px;
  font-weight: 500;
}

.page-search-res__title {
  font-size: 60px;
  font-weight: 600;
}

.page-search-res__block3-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 100px;
}

.search-res__box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 32px 60px;
  /* padding: 50px 85px 0; */
}

.catalog-section {
  padding: 0 15px 100px;
}

.row .col-xs-12 .catalog-section {
  padding: 0 30px 100px;
}

.page-search-res .catalog-card {
  width: 100%;
}

.page-search-res .card-picture {
  max-width: 100%;
}

.page-search-res__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(415px, 1fr));
  gap: 20px;
}

.page-search-res__el {
  max-width: 100%;
}

.page-search-res .catalog-card__link {
  min-height: 65px;
  font-size: 17px;
}

.catalog-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-filter .catalog-filter__prev {
  opacity: 0;
  pointer-events: none;
}

.catalog-filter[data-is-open-category=true] .catalog-filter__prev {
  opacity: 1;
  pointer-events: initial;
}

.catalog-filter__header {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-filter__prev,
.catalog-filter__close {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.catalog-filter__name {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.catalog-filter__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.catalog-filter__title {
  margin: 0;
  display: none;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.catalog-filter__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 10px;
}

.catalog-filter__submit {
  width: 216px;
}

.catalog-filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 280px;
  row-gap: 5px;
}

.catalog-filter-item__label {
  display: none;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #0f2742;
}

.catalog-filter__reset {
  display: none;
}

.select-checkbox {
  width: 280px;
  position: relative;
}

.select-checkbox__toggle {
  font-family: inherit;
  width: 100%;
  text-align: left;
  padding: 21px 15px;
  background-color: #fff;
  outline: none;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #0f2742;
  -webkit-transition: outline-color 0.2s ease-in-out;
  transition: outline-color 0.2s ease-in-out;
  outline: 1px solid transparent;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: 1px solid #778798;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-checkbox__toggle .select-checkbox__toggle-close {
  display: none;
}

.select-checkbox__toggle.is-value .select-checkbox__toggle-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.select-checkbox__toggle.is-value .select-checkbox__toggle-values {
  color: #0f2742;
}

.select-checkbox__toggle.is-value {
  border-color: #0f2742;
}

.select-checkbox__toggle-values {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #778798;
}

.select-checkbox__toggle-close {
  width: 15px;
  height: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.select-checkbox__toggle-arrow {
  width: 15px;
  height: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-checkbox__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  padding-bottom: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  border-right: 1px solid #778798;
  border-bottom: 1px solid #778798;
  border-left: 1px solid #778798;
  max-height: 485px;
}

.select-checkbox__search {
  display: none;
  width: 100%;
  outline: none;
  padding: 20.5px 15px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #778798;
}

.select-checkbox__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 10px 10px 0;
  padding-top: 10px;
  overflow: auto;
  gap: 10px;
}

.select-checkbox__labels::-webkit-scrollbar {
  scroll-margin-top: 20px;
  width: 20px;
  padding-right: 10px;
  margin-right: 20px;
}

.select-checkbox__labels::-webkit-scrollbar-track {
  background-color: #e4e4e4;
}

.select-checkbox__labels::-webkit-scrollbar-thumb {
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: #bebebe;
}

.select-checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 0 15px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
  margin-bottom: 0;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #0f2742;
}

.select-checkbox__label>input {
  display: none;
}

.select-checkbox__label>input:checked+span {
  background-color: #0f2742;
  border-color: transparent;
  background-image: url('/local/templates/Raddo_R52/styles/../assets/images/check.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.select-checkbox__label.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-checkbox__label.hide {
  display: none;
}

.select-checkbox__custom {
  width: 25px;
  height: 26px;
  border: 1px solid #9f9f9f;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.select-checkbox.active .select-checkbox__toggle {
  position: relative;
  z-index: 6;
  background-color: #fff;
  border-color: #0f2742;
}

.select-checkbox.active .select-checkbox__toggle-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-checkbox.active .select-checkbox__dropdown {
  opacity: 1;
  pointer-events: initial;
  border-color: #0f2742;
}

.catalog-filter__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.catalog-filter__body-img {
  max-width: 15px !important;
  height: 15px;
}

.form__search-mob {
  display: none;
}

.catalog-filter__header-img {
  width: 32px;
  height: 32px;
}

.select-checkbox__optgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

.select-checkbox__optgroup-caption {
  display: none;
  padding: 14px 15px;
  margin: 0;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #0f2742;
}

#catalog-filter__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#catalog-filter__search--2 .search__form-field {
  width: 100%;
}

#catalog-filter__search--2 {
  display: none;
}

.filter .form__search .search__icon {
  top: 20px;
}

.form__search-mobile {
  display: none;
}

.form__search-mobile .search__form-field {
  padding: 22px 15px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.filter .form__search-mobile {
  width: 100%;
}

.catalog__filter {
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #778798;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__wrapper {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 85px;
  padding-right: 60px;
}

.header__main-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: 100%;
}

.header__nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.header__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.header__nav-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.header__nav-link {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 80px;
  padding: 32px 25px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.header__nav-link::after {
  content: '';
  top: 0;
  right: 0;
  position: absolute;
  height: 80px;
  border-right: 1px solid #778798;
}

.header__nav-link:hover {
  background-color: #2d83e3;
}

.header__nav-link:hover:first-child {
  background-color: transparent;
}

.header__nav-link:first-child {
  max-width: 190px;
}

.header__qty {
  position: absolute;
  top: 14.5px;
  right: 30px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__logo-link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
}

.header__logo-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.header__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.burger-btn {
  display: none;
}

.burger-btn .line {
  position: absolute;
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: white;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.line:nth-child(1) {
  top: 21.99px;
  /* top: 21.7px; */
  /* top: 21.5px; */
}

.line:nth-child(2) {
  top: 38%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.line:nth-child(3) {
  bottom: 7.2px;
}

.assortment-title {
  padding: 0 30px 20px;
}

@media (max-width: 1019px) {
  .assortment-title {
    padding: 0 0 15px;
  }
}

.search-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  padding: 30px 10px;
  margin-left: 292.5px;
  /* margin-left: 287.5px; */
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.search-btn__icon {
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.nav-social-link .svg--background {
  -webkit-transition: fill 0.4s ease, stroke 0.4s ease;
  transition: fill 0.4s ease, stroke 0.4s ease;
}

.nav-social-link:hover .svg--background {
  fill: white;
}

.nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 0 0 0 44px;
}

.nav-social-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.nav-social-link:hover {
  background-color: #212121;
  border: 1px solid #dfdfdf;
}

.mobile-menu-link {
  display: none;
}

.footer {
  background-color: #212121;
}

.footer__first {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1364px;
  padding: 68px 30px 65px;
}

.footer__first-caption {
  margin: 0;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  white-space: nowrap !important;
}

.footer__first-link {
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap !important;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.footer__first-link:hover {
  color: #9f9f9f;
}

.footer__first-block1,
.footer__first-block2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 46px;
}

.footer__first-block1 {
  max-width: 400px;
}

.footer__first-block2 {
  max-width: 415px;
}

.footer__first-block1-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 47px;
}

.footer__first-desc {
  width: 100%;
  max-width: 410px;
  margin: 0;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer__first-btn-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 415px;
  border: 1px solid #fff;
  padding: 21.5px 20px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__first-btn-link:hover {
  color: #212121;
  background-color: #fff;
}

.footer__second {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 25px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "logo box2 box3 box4" "links box2 box3 box4";
  width: 100%;
  padding: 67px 30px 76px;
}

.footer__second::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #444;
}

.footer__second-box1 {
  grid-area: links;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.footer__second-box2 {
  grid-area: box2;
}

.footer__second-box3 {
  grid-area: box3;
}

.footer__second-box4 {
  grid-area: box4;
}

.footer__politics {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  /* max-width: 1156px; */
  padding: 0 30px 70px;
}

.footer__politics-link,
.footer__politics-link2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.footer__politics-link:hover,
.footer__politics-link2:hover {
  color: #9f9f9f;
}

.footer__politics-link2 {
  display: none;
}

.footer__politics-desc {
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer__logo {
  grid-area: logo;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  cursor: pointer;
}

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

.footer__second-title {
  margin: 0;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer__nav-title {
  margin: 0;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: uppercase;
}

.footer__second-nav-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.footer__second-nav-link:hover {
  color: #9f9f9f;
}

.footer__second-nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
}

.footer-second-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 17px;
}

.footer__second .nav-social {
  padding: 0;
}

.footer__second .nav-social-link {
  border: 1px solid #fff;
  background-color: transparent;
}

.footer__second .nav-social-link:hover {
  background-color: #fff;
}

.footer__second .nav-social-link .svg--background {
  fill: white;
}

.footer__second .nav-social-link:hover .svg--background {
  fill: #0f2742;
}

.footer__second-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: "Inter Display", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer .nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__second-list-el3 .footer__second-nav-link {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.is-hidden {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(100%) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.show-btn .burger-btn2 {
  z-index: 1200;
}

.show-btn .burger-btn2 .line {
  background-color: aqua;
}

.show-btn .burger-btn2 .line:nth-child(2) {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
}

.show-btn .burger-btn2 .line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.show-btn .burger-btn2 .line:nth-child(3) {
  -webkit-transform: translateY(-7.5px) rotate(-45deg);
  -ms-transform: translateY(-7.5px) rotate(-45deg);
  transform: translateY(-7.5px) rotate(-45deg);
}

.show-btn .header {
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.show-btn .search-btn {
  z-index: 1000;
  color: #0f2742;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

.show-btn .header__nav-link {
  color: #0f2742;
}

.show-nav .burger-btn {
  z-index: 1000;
}

.show-nav .burger-btn .line {
  background: #0f2742;
}

.show-nav .burger-btn .line:nth-child(2) {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
}

.show-nav .burger-btn .line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(48deg);
  -ms-transform: translateY(0) rotate(48deg);
  transform: translateY(0) rotate(48deg);
}

.show-nav .burger-btn .line:nth-child(3) {
  -webkit-transform: translateY(-7.5px) rotate(-45deg);
  -ms-transform: translateY(-7.5px) rotate(-45deg);
  transform: translateY(-7.5px) rotate(-45deg);
}

.show-nav .header {
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.show-nav .search-btn {
  z-index: 1000;
  color: #0f2742;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

.show-nav .header__nav-link {
  color: #0f2742;
}

.nav-link-hidden {
  display: none !important;
}

.scroll-header {
  background-color: #000;
}

.scroll-header-detailed {
  background-color: #fff;
}

.show-event-popup body {
  overflow: hidden;
}

.show-event-popup #searchMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show-filter-pp body {
  overflow: hidden;
}

.show-filter-pp #js-filter {
  opacity: 1;
  visibility: visible;
}

.show-filter-pp2 body {
  overflow: hidden;
}

.show-filter-pp2 .filter-pp {
  opacity: 1;
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

.padd-left-right {
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

.slr-ar-prev.swiper-button-disabled .slr-icon-prev,
.slr-ar-next.swiper-button-disabled .slr-icon-next {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

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

.swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.border-white::before {
  border-left: 2px solid #fff;
}

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

body.block-open {
  overflow: hidden;
}

.mb--25 {
  margin: 0 0 25px !important;
}

.mt--20 {
  margin: 20px 0 0;
}

.mb-35 {
  margin: 0 0 35px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mt-52 {
  margin-top: 52px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-mb {
  margin: 48px 0 26px;
}

.mt-27 {
  margin: 27px 0 0;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin: 30px 0 0;
}

.mt-40 {
  margin: 40px 0 0;
}

.mt-55 {
  margin: 55px 0 0;
}

.mt-20 {
  margin: 20px 0 0;
}

.fade {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fade-in {
  opacity: 1;
}

.slide-text {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.slide-text.fade-in {
  opacity: 1;
}

.tab-act {
  background-color: #1b4677;
  color: #fff;
}

.slide-out {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}

.fade-in2 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}

.slide-in {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}

.fade-out {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}

.production__slide-text-a {
  -webkit-transition: all 1s ease-in-out 0.5s;
  transition: all 1s ease-in-out 0.5s;
  opacity: 0;
}

.production__slide-text-a.visible {
  opacity: 1;
}

.filter-scroll {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 15000;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.catalog-products {
  margin-top: 242px !important;
  margin-bottom: 80px !important;
}

.catalog-filter-main {
  position: sticky;
  top: 80px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  margin-top: 80px;
}

.show-filter-pp .catalog-filter-main {
  position: static;
}

.title-margin {
  margin: 20px 30px 0;
}

.breadcrumbs-margin {
  margin: 0 30px 0;
}

.catalog-top {
  margin: 0 30px 100px;
}

.company__swiper-title {
  width: 100% !important;
  max-width: 449px !important;
}

.company__swiper-desc-el2 {
  white-space: nowrap;
}

.swiper-slide:nth-child(2) .company__swiper-title {
  width: 100% !important;
  max-width: 385px !important;
}

/* @media (min-width: 1921px) {
  .search-btn {
    margin-left: 287.5px; 
  }
  .page-detailed .search-btn {
    margin-left: 287.5px; 
  }
} */

@media (max-width: 1920px) {
  .search-btn {
    margin-left: 292.5px;
  }

  .page-detailed .search-btn {
    margin-left: 292.5px;
  }

  /* .page-detailed .search-btn {
    margin-left: 287.5px; 
     margin-left: 292.5px; 
     margin-left: 280px;
  } */
  .company__swiper-content {
    width: 50%;
    /* width: 49.2%; */
    padding: 160px 117px 52px 85px;
  }

  .company__swiper-pic {
    width: 50%;
    /* width: 50.8%; */
  }

  .company__swiper-img2 {
    width: 99.5%;
  }

  /* .search-btn {
    margin-left: 283px;
  } */
}

@media (max-width: 1919px) {

  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }


  .info-company__box3 {
    gap: 180px;
  }

  .company__block2 {
    gap: 242px;
  }

  .search-btn {
    margin-left: 320px;
  }

  .page-detailed .search-btn {
    margin-left: 320px;
  }

  .slick-list {
    padding: 0 55px !important;
  }

  .header__wrapper {
    padding-left: 55px;
    padding-right: 55px;
  }

  .company__block2 {
    padding: 100px 55px;
  }

  .about__content {
    left: 35px;
  }

  .assortment__header {
    padding: 0 55px 118px;
  }

  .production__slide-box {
    left: 55px;
  }

  .production__wrapper .swiper-controls {
    left: 55px;
  }

  .new-block__article {
    padding: 120px 0 20px 55px;
  }

  .el2 {
    padding: 90px 15px 75px 55px;
  }

  .map__info {
    left: 55px;
  }

  .news__wrapper {
    padding: 100px 55px 20px 0;
  }

  .info-company__wrapper {
    padding: 30px 0;
  }

  .footer__first {
    padding: 68px 0 65px;
  }

  .footer__second {
    padding: 67px 0 76px;
  }

  .footer__politics {
    padding: 0 0 70px;
  }

  .product-card__content {
    padding: 0;
  }

  .product-card__additionally-header {
    padding: 0;
  }

  .page-article__content {
    padding: 0;
  }

  .page-detailed .header__wrapper {
    padding-left: 55px;
  }

  .filter {
    padding: 25px 55px 25px;
  }

  .new-block__wrapper {
    gap: 20px;
  }

  .page-buy__box {
    padding: 0;
  }

  .title-margin {
    margin: 20px 0 0;
  }

  .breadcrumbs-margin {
    margin: 0;
  }

  .catalog-top {
    margin: 0 0 60px;
  }

  .catalog-section {
    padding: 0 0 60px;
  }

  .row .col-xs-12 .catalog-section {
    padding: 0 20px 100px;
  }


  .assortment-title {
    padding: 0 0 20px;
  }

  /* .news__wrapper {
    padding: 100px 0 145px 30px;
  } */
  .news__header .swiper-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 90px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news__slider .swiper-wrapper {
    gap: 0;
  }

  .news .container {
    padding: 0 0 0 55px;
  }

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

  .guarantee .d-wrapper {
    padding: 0;
  }

  .politics .d-wrapper {
    padding: 0 0 100px;
  }

  .contacts .d-wrapper {
    padding: 0 0 100px;
  }

  .cookie {
    padding: 0 25px;
  }

  .company__swiper-content {
    padding: 160px 117px 52px 55px;
    /* padding: 160px 117px 52px 85px; */
  }

  .company__swiper .swiper-controls {
    left: 55px;
  }

  .company__swiper .swiper-pagination {
    left: 55px;
  }

  .company__swiper-pic {
    padding: 0 100px;
  }

  .company__swiper-desc-el1 {
    font-size: 100px;
  }

  .page-article .d-wrapper {
    padding: 0 0 106px;
  }

  .page-news .d-wrapper {
    padding: 0 0 100px;
  }

  .page-news__list-item .card-img__box {
    width: 390px;
    height: 390px;
  }

  .product-card .d-wrapper {
    padding: 0 0 100px;
  }

  .catalog__nav {
    padding: 47px 55px 0;
  }

  .catalog .d-wrapper {
    padding: 50px 0 100px;
  }

  .page-search-res__block2 {
    padding: 0 55px;
  }

  .search-res__box {
    padding: 50px 11px 0;
  }

  .company__swiper-pic {
    width: 50%;
  }

  .company__swiper-content {
    width: 50%;
  }
}

@media (min-width: 1911px) {
  /* .search-btn {
    margin-left: 316px;
  }
  .page-detailed .search-btn {
    margin-left: 316px;
  } */
}

@media (max-width: 1901px) {
  .page-detailed .search-btn {
    margin-left: 316px;
  }

  .search-btn {
    margin-left: 316px;
  }

  .info-company__box3 {
    gap: 168px;
  }

  .company__block2 {
    gap: 235px;
  }
}

@media (max-width: 1861px) {
  .info-company__box2::after {
    width: 860px;
  }

  .page-detailed .search-btn {
    margin-left: 303px;
  }

  .search-btn {
    margin-left: 303px;
  }

  .info-company__box3 {
    gap: 152px;
  }

  .company__block2 {
    gap: 215px;
  }
}

@media (max-width: 1859px) {
  .page-detailed .search-btn {
    margin-left: 294px;
    /* margin-left: 155px; */
  }

  .filter__form {
    gap: 20px;
  }

  .form__container {
    gap: 20px;
  }

  .new-products .swiper-controls {
    right: 27px;
  }

  .page-news__list-item .card-img__box {
    width: 290px;
    height: 290px;
  }

  .search-btn {
    margin-left: 294px;
    /* margin-left: 196px; */
  }
}

@media (max-width: 1858px) {

  /* .page-detailed .search-btn {
    margin-left: 236px;
  }
  .search-btn {
    margin-left: 236px;
  } */
  .page-detailed .search-btn {
    margin-left: 300px;
  }

  .search-btn {
    margin-left: 300px;
  }
}

@media (max-width: 1850px) {
  .page-detailed .search-btn {
    margin-left: 281px;
  }

  .search-btn {
    margin-left: 281px;
  }

  .company__block2 {
    gap: 210px;
  }

  .contacts__content {
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
    gap: 15px;
  }
}

@media (max-width: 1751px) {
  .info-company__box2::after {
    width: 780px;
  }

  .page-detailed .search-btn {
    margin-left: 265px;
  }

  .search-btn {
    margin-left: 265px;
  }

  .info-company__box3 {
    gap: 124px;
  }

  .company__block2 {
    gap: 172px;
  }
}

@media (max-width: 1750px) {
  .page-detailed .search-btn {
    margin-left: 250px;
  }

  .search-btn {
    margin-left: 250px;
  }
}

@media (max-width: 1701px) {
  .page-detailed .search-btn {
    margin-left: 249px;
  }

  .search-btn {
    margin-left: 249px;
  }

  .info-company__box3 {
    gap: 112px;
  }

  .company__block2 {
    gap: 135px;
  }
}

/* @media (max-width: 1700px) {
  .page-detailed .search-btn {
    margin-left: 236px;
  }
  .search-btn {
    margin-left: 236px;
  }
} */
@media (max-width: 1695px) {
  .info-company__box3 {
    gap: 105px;
  }

  .catalog-filter__submit {
    width: 180px;
  }

  .info-company__wrapper {
    transform: translateY(80px);
  }

  .assortment__wrapper {
    transform: translateY(50px);
  }

  .production__slide-box {
    top: 120px;
  }

  .company__img1 {
    width: 200px;
    height: 200px;
  }

  .company__img2 {
    width: 420px;
    height: 60px;
  }

  .company__swiper .swiper-wrapper {
    height: 750px;
  }

  .company__swiper-pic {
    height: auto;
  }

  .swiper-slide:nth-child(3) .company__swiper-img2 {
    height: 80%;
  }

  .swiper-slide:nth-child(4) .company__swiper-img2 {
    height: 80%;
  }

  .company__block2 {
    padding: 60px 55px;
    gap: 70px;
  }

  .company__swiper-content {
    padding: 130px 55px 52px 55px;
  }

  .company__swiper .swiper-pagination {
    top: 65px;
  }

  .company__block2 {
    padding: 50px 55px;
  }

  .title-b {
    font-size: 39px;
  }
}

@media (max-width: 1680px) {
  .page-detailed .search-btn {
    margin-left: 242px;
  }

  .search-btn {
    margin-left: 242px;
  }

  .info-company__box3 {
    gap: 105px;
  }
}

@media (max-width: 1661px) {
  .info-company__box3 {
    gap: 85px;
  }

  .company__block2 {
    gap: 115px;
  }

  .info-company__box2::after {
    width: 775px;
  }

  .product-card__swiper-b {
    width: 752px;
    height: 752px;
    /* width: 760px;
    height: 760px; */
  }

  .product-card__swiper-b .swiper-wrapper {
    /* height: 760px; */
    height: 752px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 752px;
  }

  .product-card__slide {
    width: 760px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 740px;
  }

  .product-card__swiper {
    height: 752px;
  }

  .product-card__picture {
    max-width: 752px;
    height: 752px;
    /* max-width: 760px;
    height: 760px; */
  }

  .contacts__content {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 15px;
  }
}

@media (max-width: 1660px) {
  .page-detailed .search-btn {
    margin-left: 236px;
  }

  .search-btn {
    margin-left: 236px;
  }

  .info-company__box3 {
    gap: 100px;
  }

  .company__block2 {
    gap: 85px;
  }

  .product-card__swiper-b {
    width: 722px;
    height: 722px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 722px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 722px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 660px;
  }

  .product-card__swiper {
    height: 722px;
  }

  .product-card__picture {
    max-width: 722px;
    height: 722px;
  }
}

@media (max-width: 1659px) {

  /* .company__swiper-pic {
    width: 51.3%;
  } */

  .new-block__swiper-b {
    width: 500px;
    height: 500px;
  }

  .new-block__swiper .swiper-controls {
    max-width: 675px;
  }

  .map__city {
    bottom: 16.8rem;
    left: 17.8rem;
  }

  .map__content::before {
    padding-top: 62.48%;
  }

  .map__picture::before {
    padding-top: 62.48%;
  }

  .map__wrapper .map__img {
    -o-object-position: -5% center;
    object-position: -5% center;
  }

  .search-btn {
    margin-left: calc(12.4vw + 20px);
    /* margin-left: calc(9.75vw + 20px); */
  }

  .page-detailed .search-btn {
    margin-left: calc(12.4vw + 20px);
    /* margin-left: calc(6vw + 20px); */
  }

  .filter__selects {
    gap: 10px;
  }

  .filter .search__form-field {
    width: 315px;
  }

  .about__pic::before {
    padding-top: 62.48%;
  }

  .production__slide-i::before {
    padding-top: 66.48%;
  }

  .new-block__swiper-sl-pic {
    height: 500px;
    width: 500px;
  }

  .new-products__im-box {
    width: 500px;
    height: 500px;
  }

  .new-products .swiper-controls {
    max-width: 675px;
  }

  .contacts__content {
    gap: 15px;
  }

  .contacts__card {
    max-width: 100%;
  }

  .company__block1::before {
    padding-top: 54%;
  }

  .company__swiper-desc {
    font-size: 20px;
  }

  .swiper-img1 {
    width: 601px;
    height: 601px;
  }

  .swiper-img2 {
    width: 500px !important;
    height: 500px !important;
  }

  .page-news__list {
    grid-template-columns: repeat(auto-fill, minmax(366px, 1fr));
  }

  .select-checkbox {
    width: 260px;
  }

  .info-company__wrapper {
    transform: translateY(30px);
  }

  .info-company__box3 {
    margin-top: calc(20vh + 20px - 10vw);
  }

  .info-company__box2::before {
    height: 670px;
  }
}

@media (max-width: 1601px) {
  .info-company__box2::after {
    width: 740px;
  }

  .info-company__box3 {
    gap: 80px;
  }

  .filter .search__form-field {
    width: 415px;
  }
}

@media (max-width: 1571px) {
  .info-company__box2::after {
    width: 720px;
  }

  .info-company__box3 {
    gap: 78px;
  }

  .company__block2 {
    gap: 70px;
  }

  .product-card__swiper-b {
    width: 708px;
    height: 708px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 708px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 708px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 650px;
  }

  .product-card__swiper {
    height: 708px;
  }

  .product-card__picture {
    max-width: 708px;
    height: 708px;
  }

  .contacts__content {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 15px;
  }
}

@media (max-width: 1560px) {
  .filter .search__form-field {
    width: 380px;
  }

  .search-btn {
    margin-left: calc(12.3vw + 20px);
  }

  .page-detailed .search-btn {
    margin-left: calc(12.3vw + 20px);
  }

  .info-company__box3 {
    gap: 75px;
  }

  .company__block2 {
    gap: 65px;
  }
}

@media (max-width: 1537px) {
  .info-company__box3 {
    gap: 70px;
  }

  .company__block2 {
    gap: 55px;
  }

  .contacts__content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 1526px) {
  .contacts__content {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
  }

  .filter .search__form-field {
    width: 360px;
  }

  .info-company__box2::after {
    width: 700px;
  }

  .search-btn {
    margin-left: calc(12.22vw + 20px);
  }

  .page-detailed .search-btn {
    margin-left: calc(12.22vw + 20px);
  }

  .info-company__box3 {
    gap: 65px;
  }

  .company__block2 {
    gap: 45px;
  }
}

@media (max-width: 1520px) {
  .search-btn {
    margin-left: calc(12.2vw + 20px);
  }

  .page-detailed .search-btn {
    margin-left: calc(12.2vw + 20px);
  }

  .product-card__swiper-b {
    width: 682px;
    height: 682px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 682px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 682px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 600px;
  }

  .product-card__swiper {
    height: 682px;
  }

  .product-card__picture {
    max-width: 682px;
    height: 682px;
  }
}

@media (max-width: 1519px) {

  .info-company .content-link {
    max-width: 610px;
    margin-right: 20px;
  }

  .info-company__box1 {
    margin-right: 20px;
  }

  .page-detailed .search-btn {
    margin-left: calc(13.05vw + 20px);
  }

  .search-btn {
    margin-left: calc(13.05vw + 20px);
  }

  /* .assortment__wrapper {
    transform: translateY(75px);
  } */

  .assortment__header {
    padding: 0 55px 30px;
  }

  .new-products .swiper-controls {
    max-width: 630px;
  }

  .swiper-hero-box {
    max-width: 100%;
  }

  .swiper-progress-text {
    max-width: 100%;
  }

  .new-block__swiper-b {
    width: 600px;
    height: 600px;
  }

  .page-article__slider {
    width: 280px;
  }

  .page-article__slider .swiper-wrapper {
    gap: 50px;
  }

  /* .page-article__slide {
    height: 407px;
  } */
  /* .product-card__swiper-b {
    width: 700px;
    height: 700px;
  } */
  /* .product-card__swiper-b .swiper-wrapper {
    height: 700px;
  } */
  .product-card__slide {
    width: 600px;
    /* width: 700px; */
  }

  .page-detailed .search-btn {
    margin-left: calc(11.25vw + 20px);
    /* margin-left: calc(5.5vw + 20px); */
  }

  .filter__selects {
    max-width: 100%;
  }

  .about__content {
    max-width: 1045px;
    top: 7.5rem;
  }

  .info-company__wrapper {

    transform: translateY(60px);
  }

  /* .info-company__box3 {
    gap: 75px;
  } */

  .info-company__box2::before {
    height: 680px;
    top: -6px;
  }

  .info-company__box3 .info-company__item:nth-child(3) {
    margin-left: 0;
  }

  .new-block__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px 60px 20px;
  }

  .new-block__article {
    max-width: 790px;
    padding: 120px 0 75px 55px;
    /* padding: 60px 0 30px 0; */
  }

  .new-block__content2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    display: none;
    margin-top: 20px;
    margin-bottom: 60px;
    flex-direction: column-reverse;
  }

  .new-block__btn-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }

  .new-block__swiper {
    max-width: 790px;
  }

  /* .new-products__slide-item {
    grid-template-columns: 1fr;
    grid-template-areas: 'el1' 'el3' 'el2';
    height: auto;
    padding: 0 85px;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  } */
  /* .new-products__slide-pic {
    position: relative !important;
    padding-top: 100% !important;
    height: 0 !important;
  }

  .new-products__im-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  } */
  /* .new-products__link1 {
    display: none;
  } */

  .new-products .new-block__link {
    max-width: 100%;
    /* margin-top: 20px; */
    /* margin-bottom: 60px; */
  }

  .new-products .new-block__title {
    font-size: 32px;
  }

  .new-products .new-block__desc {
    font-size: 14px;
  }

  .contacts__content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
    gap: 20px;
  }

  .company__block2 {
    gap: 50px;
  }

  .page-article__content {
    gap: 50px;
  }

  .page-article__caption {
    max-width: 760px;
  }

  .page-article__picture {
    max-width: 760px;
    height: 760px;
  }

  .page-article__sl-block {
    max-width: 280px;
  }

  .page-article .d-wrapper {
    padding: 0 0 60px;
  }

  .page-article__slider .card-img {
    height: 280px;
    width: 280px;
  }

  .page-article .news__card {
    max-width: 280px;
    gap: 15px;
    font-size: 14px;
  }

  .page-article .news__card-title {
    font-size: 24px;
    margin: 0 0 10px;
  }

  .product-card__picture {
    max-width: 700px;
    height: 700px;
  }

  .catalog-filter__submit {
    width: 170px;
  }

  .select-checkbox {
    width: 250px;
  }

  .header__qty {
    right: 10px;
  }

  /* .search-btn {
    margin-left: calc(11.25vw + 20px);
    margin-left: calc(11.1vw + 20px);
  } */
}

@media (max-width: 1518px) {
  .info-company__box3 {
    gap: 97px;
  }
}

@media (max-width: 1513px) {
  .info-company__box3 {
    gap: 95px;
  }

  .product-card__swiper-b {
    width: 678px;
    height: 678px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 678px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 678px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 630px;
  }

  .product-card__swiper {
    height: 678px;
  }

  .product-card__picture {
    max-width: 678px;
    height: 678px;
  }
}

@media (max-width: 1511px) {
  .page-detailed .search-btn {
    margin-left: calc(13.3vw + 20px);
  }

  .search-btn {
    margin-left: calc(13.3vw + 20px);
  }
}

@media (max-width: 1501px) {

  .about__content {
    top: 11.8rem;
  }

  .filter .search__form-field {
    width: 320px;
  }

  .info-company__box2::after {
    width: 695px;
  }

  .page-detailed .search-btn {
    margin-left: calc(12.2vw + 20px);
  }

  .search-btn {
    margin-left: calc(12.2vw + 20px);
  }

  .info-company__box3 {
    gap: 93px;
  }

  .company__block2 {
    gap: 35px;
  }
}

@media (max-width: 1440px) {
  .info-company__box2::after {
    width: 660px;
  }

  .page-detailed .search-btn {
    margin-left: calc(12.2vw + 20px);
  }

  .search-btn {
    margin-left: calc(12.2vw + 20px);
  }

  .info-company__box3 {
    gap: 78px;
  }

  .company__block2 {
    gap: 5px;
  }

  .info-company__box3 {
    gap: 95px;
  }

  .product-card__swiper-b {
    width: 642px;
    height: 642px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 642px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 642px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 600px;
  }

  .product-card__swiper {
    height: 642px;
  }

  .product-card__picture {
    max-width: 642px;
    height: 642px;
  }
}

@media (max-width: 1439px) {

  .company__swiper-content {
    padding: 100px 55px 52px 55px;
  }

  .company__swiper .swiper-pagination {
    top: 50px;
  }

  .company__swiper .swiper-controls {
    top: 22.5rem;
  }

  .company__swiper {
    height: 650px;
  }

  .company__swiper .swiper-wrapper {
    height: 100%;
  }

  .company__swiper-item {
    height: auto;
  }

  .company__swiper-pic {
    height: 650px;
    /* height: 950px; */
  }

  /* .company__swiper-text.desc-b.swiper-text-el {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(2 * 1.2);
  } */

  .swiper-slide:nth-child(3) .company__swiper-img2 {
    width: 50%;
    height: 70%;
    background-position: center;
  }

  .swiper-slide:nth-child(4) .company__swiper-img2 {
    width: 48%;
    height: 70%;
    background-position: center;
  }

  /* .product-card__swiper-b {
    width: 600px;
    height: 600px;
  } */
  .product-card__swiper-b .swiper-wrapper {
    height: 600px;
  }

  .product-card__slide {
    width: 600px;
  }

  .product-card__swiper-b .swiper-controls {
    top: 50%;
    max-width: 560px;
  }

  .map__city {
    bottom: 12.8rem;
    left: 14.8rem;
  }

  .filter .search__form-field {
    width: 270px;
  }

  .company__swiper-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }

  .company__swiper-desc {
    display: none;
  }

  .page-news__list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }

  .page-news__list-item .card-img {
    height: 100%;
  }

  .page-news__list-item .card-img__box {
    width: 315px;
    height: 315px;
  }

  .product-card__picture {
    max-width: 600px;
    height: 600px;
  }

  .catalog__list {
    grid-template-columns: repeat(auto-fill, minmax(366px, 1fr));
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .catalog-filter__submit {
    width: 145px;
  }

  .select-checkbox {
    width: 240px;
  }

  /* .search-btn {
    margin-left: calc(12.25vw + 20px);
    margin-left: calc(10.95vw + 10px);
  }
  .page-detailed .search-btn {
    margin-left: calc(12.25vw + 20px);
  } */

  .page-detailed .search-btn {
    margin-left: calc(12.4vw + 20px);
  }

  .search-btn {
    margin-left: calc(12.4vw + 20px);
  }

  .assortment__swiper-sl {
    max-width: 300px;
  }

  .news__slide {
    width: 300px;
  }

  .card-img {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 1401px) {
  .filter .search__form-field {
    width: 340px;
  }

  .info-company__box2::after {
    width: 640px;
  }

  .info-company__box3 {
    gap: 70px;
  }

  .about__content {
    top: 11.5rem;
  }

  .product-card__swiper-b {
    width: 622px;
    height: 622px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 622px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 622px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 580px;
  }

  .product-card__swiper {
    height: 622px;
  }

  .product-card__picture {
    max-width: 622px;
    height: 622px;
  }
}

/* @media (max-width: 1392px) {
  .page-detailed .search-btn {
    margin-left: calc(13.7vw + 20px);
  }
  .search-btn {
    margin-left: calc(13.7vw + 20px);
  }
} */
/* @media (max-width: 1380px) {
  .page-detailed .search-btn {
    margin-left: calc(12.4vw + 20px);
  }
  .search-btn {
    margin-left: calc(12.4vw + 20px);
  }
} */
@media (max-width: 1368px) {
  .page-detailed .search-btn {
    margin-left: calc(13.05vw + 20px);
  }

  .search-btn {
    margin-left: calc(13.05vw + 20px);
  }

  .info-company__box3 {
    gap: 65px;
  }

  .info-company .content-link {
    max-width: 610px;
  }

  .info-company__box2::after {
    width: 620px;
  }

  .filter .search__form-field {
    width: 311px;
  }

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

  .product-card__swiper-b {
    width: 606px;
    height: 606px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 606px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 606px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 560px;
  }

  .product-card__swiper {
    height: 606px;
  }

  .product-card__picture {
    max-width: 606px;
    height: 606px;
  }
}

@media (max-width: 1367px) {
  .page-detailed .search-btn {
    margin-left: calc(13vw + 20px);
    /* margin-left: calc(12vw + 20px); */
  }

  .search-btn {
    margin-left: calc(13vw + 20px);
  }
}

@media (max-width: 1361px) {
  .page-detailed .search-btn {
    margin-left: calc(12.3vw + 20px);
  }

  .search-btn {
    margin-left: calc(12.3vw + 20px);
  }

  .info-company .content-link {
    max-width: 595px;
  }
}

@media (max-width: 1349px) {
  .page-detailed .search-btn {
    margin-left: calc(13.22vw + 20px);
  }

  .search-btn {
    margin-left: calc(13.22vw + 20px);
  }

  .product-card__swiper-b {
    width: 597px;
    height: 597px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 597px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 597px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 520px;
  }

  .product-card__swiper {
    height: 597px;
  }

  .product-card__picture {
    max-width: 597px;
    height: 597px;
  }
}

@media (max-width: 1345px) {
  .page-detailed .search-btn {
    margin-left: calc(13.14vw + 20px);
  }

  .search-btn {
    margin-left: calc(13.14vw + 20px);
  }
}

@media (max-width: 1341px) {
  .filter .search__form-field {
    width: 280px;
  }

  .page-detailed .nav-social {
    padding: 0 0 0 30px;
  }

  .nav-social {
    padding: 0 0 0 30px;
  }

  .info-company__box3 {
    gap: 67px;
  }

  .page-detailed .search-btn {
    margin-left: calc(12.3vw + 20px);
  }

  .search-btn {
    margin-left: calc(12.3vw + 20px);
  }

  .company__block2 {
    gap: 20px;
  }

  /* .search-btn {
    margin-left: calc(10.8vw + 20px);
    margin-left: calc(10.95vw + 10px);
  }

  .page-detailed .search-btn {
    margin-left: calc(10.8vw + 20px);
  } */

  .new-products .swiper-controls {
    max-width: 615px;
  }

  .product-card__swiper-b {
    width: 592px;
    height: 592px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 592px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 592px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 500px;
  }

  .product-card__swiper {
    height: 592px;
  }

  .product-card__picture {
    max-width: 592px;
    height: 592px;
  }
}

@media (max-width: 1339px) {
  .company__block2 {
    gap: 20px;
  }

  .company__swiper {
    height: 600px;
  }

  .company__swiper-pic {
    height: 600px;
  }

  .swiper-slide:nth-child(3) .company__swiper-img2 {
    width: 55%;
  }

  .swiper-slide:nth-child(4) .company__swiper-img2 {
    width: 55%;
  }

  .home-slider {
    overflow-y: auto;
  }

  .map__city {
    bottom: 11.8rem;
  }

  .p-box-detailed {
    margin: 120px auto 0;
    padding: 0 20px;
  }

  .header__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-detailed .header {
    height: 90px;
  }

  .page-detailed .header__wrapper {
    height: 90px !important;
    padding-left: 20px;
    padding-right: 20px;
    /* padding-right: 9px; */
  }

  .page-detailed .search-btn {
    padding: 29px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
  }

  .new-products .swiper-controls {
    max-width: 590px;
  }

  .new-products__im-box {
    width: 400px;
    height: 400px;
  }

  .about__content {
    left: 0;
  }

  .info-company .container {
    padding: 0 20px;
  }

  .assortment__header {
    padding: 0 20px 30px;
  }

  .production__slide-box {
    left: 20px;
  }

  .production__wrapper .swiper-controls {
    left: 20px;
  }

  .new-block__article {
    padding: 120px 0 75px 20px;
  }

  .el2 {
    padding: 90px 15px 75px 20px;
  }

  .map__info {
    left: 20px;
  }

  .footer .container {
    padding: 0 20px;
  }

  .filter {
    padding: 25px 20px 25px;
  }

  .filter .search__form-field {
    width: 240px;
  }

  .about__content {
    top: 7.5rem;
    padding: 0 20px 0;
  }

  .contacts .d-wrapper {
    padding: 0 0 40px;
    /* padding: 0 0 60px; */
  }

  .cookie {
    padding: 0 20px;
  }

  .product-card__info {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .catalog {
    padding: 90px 0 0;
  }

  .catalog__filter {
    border-bottom: none;
  }

  .catalog__nav {
    padding: 29px 20px 9px;
  }

  .catalog .container {
    padding: 0 20px;
  }

  .catalog .title-detailed {
    margin: 0;
  }

  .search-res__box {
    padding: 20px 11px 0;
    /* padding: 0 20px 0; */
  }

  .catalog-filter__body {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .catalog-filter__wrapper {
    gap: 10px;
  }

  .header__block {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    gap: 30px;
    padding: 130px 20px 20px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header__nav-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__nav-link {
    display: none;
  }

  .header__nav-link:hover {
    background-color: transparent;
  }

  .header__nav-link::after {
    border-right: none;
  }

  .burger-btn {
    box-sizing: border-box;
    position: relative;
    top: 22px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    transform: translateX(0);
  }

  .search-btn__span {
    display: none;
  }

  .search-btn {
    padding: 29px 30px;
    border-left: 1px solid #778798;
    border-right: 1px solid #778798;
  }

  .search-btn__icon {
    width: 32px;
    height: 32px;
  }

  .show-nav .mobile-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: initial;
  }

  .show-nav .mobile-menu::before {
    content: '';
    position: absolute;
    top: 89px;
    left: 0;
    width: 100%;
    border-top: 1px solid #d4d4d4;
  }

  .mt--20 {
    margin: 0;
  }

  .header {
    height: 90px;
  }

  .catalog-products {
    margin-top: 210px !important;
    margin-bottom: 80px !important;
  }

  .new-products__slide-pic {
    height: 100%;
  }

  .contacts__content {
    margin-top: 15px;
  }

  .filter-scroll {
    top: 90px;
  }

  .top-margin {
    margin-top: 20px !important;
  }

  .catalog-filter-main {
    position: sticky;
    top: 89px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    margin-top: 90px;
  }
}

@media (max-width: 1330px) {
  .info-company .content-link {
    max-width: 590px;
  }

  .info-company__box2::after {
    width: 560px;
  }
}

@media (max-width: 1300px) {
  .info-company .content-link {
    max-width: 550px;
  }

  .info-company__box3 {
    gap: 63px;
  }

  .product-card__swiper-b {
    width: 594px;
    height: 594px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 594px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 594px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 510px;
  }

  .product-card__swiper {
    height: 594px;
  }

  .product-card__picture {
    max-width: 594px;
    height: 594px;
  }
}

@media (max-width: 1259px) {
  .contacts__content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 1239px) {
  .info-company__box2::after {
    width: 560px;
  }

  .info-company .content-link {
    max-width: 520px;
  }

  .home-slider {
    height: auto;
  }

  .home-slider__swiper {
    display: block;
  }

  .home-slider__slide {
    height: auto;
  }

  .new-products__slider {
    /* height: auto; */
    height: 830px;
  }

  .new-products__slide-item {
    height: 100%;
  }

  .production-slider {
    height: auto;
  }

  .home-slider .about__pic,
  .home-slider .info-company,
  .home-slider .assortment,
  .home-slider .production,
  .home-slider .new-products,
  .home-slider .map,
  .home-slider .news {
    height: auto;
  }

  .home-slider .footer {
    height: auto;
  }

  .home-slider .production {
    margin-top: 60px !important;
  }

  .info-company__wrapper {
    transform: translateY(0);
    padding: 30px 0;
  }

  .assortment__wrapper {
    transform: translateY(0);
  }

  .new-products .swiper-controls {
    max-width: 545px;
  }

  .card-img {
    height: 280px;
    width: 280px;
  }

  .assortment__swiper-sl {
    max-width: 280px;
  }

  .news__slide {
    width: 280px;
  }

  .new-products__slider {
    height: 600px;
  }

  .new-block__article {
    padding: 30px 0 10px 20px;
  }

  .new-block__caption {
    margin: 0;
  }

  .product-card__swiper-b {
    width: 584px;
    height: 584px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 584px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 584px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 490px;
  }

  .product-card__swiper {
    height: 584px;
  }

  .product-card__picture {
    max-width: 584px;
    height: 584px;
  }
}

@media (max-width: 1215px) {
  .contacts__content {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
}

@media screen and (max-width: 1200px) {
  .catalog-filter.active {
    opacity: 1;
    pointer-events: initial;
  }

  .catalog-filter__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catalog-filter__controls {
    margin-top: 20px;
  }

  .select-checkbox {
    position: initial;
  }

  .select-checkbox__dropdown {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 12001;
    border-radius: 0;
    border: none;
    max-height: 100%;
    padding-bottom: 0;
  }

  .select-checkbox__search {
    border: 1px solid #778798;
    border-radius: 0;
    margin-bottom: 40px;
  }

  .select-checkbox__label {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}

@media (max-width: 1200px) {
  .filter-scroll {
    top: 90px;
  }

  .product-card__swiper-b {
    width: 565px;
    height: 565px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 565px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 565px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 490px;
  }

  .product-card__swiper {
    height: 565px;
  }

  .product-card__picture {
    max-width: 565px;
    height: 565px;
  }
}

@media (max-width: 1199px) {
  .contacts__content {
    grid-template-columns: repeat(2, 1fr);
  }

  .production__wrapper .swiper-controls {
    left: 20px;
  }

  .company__swiper {
    height: 100%;
  }

  .company__swiper .swiper-controls {
    top: 50px;
    left: auto;
    right: 20px;
  }

  .company__swiper .swiper-pagination {
    top: 50px;
    left: 20px;
    font-size: 18px;
  }

  .company__swiper-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px 20px 56px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
  }

  .company__swiper-content {
    width: 100%;
    padding: 0;
  }

  .company__swiper-pic {
    width: 100%;
    height: 600px;
  }

  .company__swiper-img {
    width: 600px;
    height: 600px;
  }

  .company__swiper-img2 {
    height: 99.201%;
  }

  .swiper-slide:nth-child(3) .company__swiper-img2 {
    width: 50%;
    height: 90%;
  }

  .swiper-slide:nth-child(4) .company__swiper-img2 {
    width: 42%;
    height: 82%;
  }

  /* .swiper-slide:nth-child(3) .company__swiper-img2 {
    width: 40%;
  }
  .swiper-slide:nth-child(4) .company__swiper-img2 {
    width: 40%;
  } */

  /* .company__swiper-content {
    padding: 120px 20px 52px 20px;
  }
  .company__swiper .swiper-pagination {
    left: 20px;
  }
  .company__swiper .swiper-controls {
    left: 20px;
  }
  .production__wrapper .swiper-controls {
    top: 25rem;
    left: 20px;
  }

  .swiper-slide:nth-child(3) .company__swiper-img2 {
    width: 70%;
    height: 82.201%;
  }
  .swiper-slide:nth-child(4) .company__swiper-img2 {
    height: 70%;
  } */

  .company__block2 {
    padding: 30px 20px;
  }

  .el2 {
    padding: 50px 15px 0 20px;
  }

  .new-products .swiper-controls {
    max-width: 445px;
  }

  /* .new-products__slider {
    height: 700px;
  } */
  .header__nav-link {
    height: 90px;
  }

  .swiper-hero-box {
    gap: 20px;
  }

  .swiper-hero-progress-container {
    top: 84%;
    left: 0.1rem;
  }

  .new-block__swiper .swiper-controls {
    max-width: 760px;
  }

  .news__slider {
    margin-top: 32px;
  }

  .page-news__list-item {
    width: 100%;
  }

  .page-article__slider {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 0;
    z-index: 1;
    overflow: hidden;
  }

  .page-article__slider .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 27px;
  }

  .page-article__slide {
    width: 280px;
    height: auto;
  }

  .additionally__swiper .swiper-slide {
    width: 290px;
  }

  .slick-slide {
    margin-right: 20px;
  }

  .slick-list {
    padding: 0 20px !important;
  }

  .container {
    padding: 0 20px;
  }

  .map__wrapper {
    padding-left: 20px;
  }

  .map__city {
    left: 11.8rem;
  }

  .map__info {
    top: 47px;
    left: 0;
    padding: 0 20px;
  }

  .d-wrapper {
    padding: 0 0 60px;
  }

  .p-detailed {
    margin-top: 120px;
  }

  .box-det-two {
    margin-top: 18px;
  }

  .page-detailed .nav-social {
    padding: 0;
  }

  .mobile-menu__wrapper {
    padding: 130px 20px 120px;
  }

  .search-mobile__block {
    padding: 25px 20px 120px;
  }

  .filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 29px 20px 60px;
    border: none;
    background-color: #fff;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .filter__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
    height: 100%;
  }

  .filter__selects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .filter__btn-search,
  .filter__btn-search2 {
    max-width: 100%;
  }

  .filter__btn-reset,
  .filter__btn-reset2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .filter .search__form-field {
    width: 100%;
  }

  .filter .search__form-field::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .filter .search__form-field::-moz-placeholder {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .filter .search__form-field:-ms-input-placeholder {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .filter .search__form-field::-ms-input-placeholder {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .filter .search__form-field::placeholder {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .filter .form__search {
    max-width: 100%;
  }

  .form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .field__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
    font-family: "TT Firs Neue", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #0f2742;
  }

  .page-error__wrapper {
    padding: 317px 55px 0;
  }

  .about__content-title {
    font-size: 40px;
  }

  .about__content-desc {
    max-width: 560px;
    font-size: 18px;
    line-height: 1;
  }

  .about__content {
    left: 0;
  }

  .info-company {
    background: linear-gradient(123deg, #000 0%, #3282dd 100%);
  }

  .info-company__wrapper {
    padding: 50px 0 30px;
  }

  .info-company__box2::before {
    left: -10px;
  }

  .info-company__box2::after {
    left: -10px;
    width: 570px;
  }

  .info-company__box2 {
    margin-left: 0;
  }

  .info-company__box3 {
    gap: 90px;
  }

  .info-company__title {
    width: 100%;
    max-width: 680px;
  }

  .info-company__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
    text-align: left !important;
  }

  .info-company__el1 {
    font-size: 80px;
  }

  .info-company__el2 {
    font-size: 14px;
  }

  .el-span2 {
    display: block;
  }

  .assortment__header {
    padding: 50px 20px 30px;
  }

  .production {
    margin-top: 60px;
  }

  .production__slide-i::before {
    padding-top: 80.48%;
  }

  .production__slide-box {
    top: 50px;
    left: 20px;
    gap: 30px;
  }

  /* .new-block__article {
    padding: 60px 0 10px 20px;
  } */
  /* .new-products__slide-item {
    padding: 0 20px;
  } */

  .new-products .swiper-controls {
    max-width: 460px;
  }

  .news__wrapper {
    padding: 50px 0 60px 0;
  }

  .news__card {
    gap: 15px;
  }

  .news .container {
    padding: 0 0 0 20px;
  }

  .card-picture {
    max-width: 100%;
    /* max-width: 290px; */
    padding: 20px;
  }

  .pp {
    padding: 20px;
  }

  .search-m-btn {
    border-left: 1px solid #778798;
  }

  .guarantee__info {
    margin-top: 18px;
  }

  .politics .box-detailed {
    padding: 20px 0 0;
  }

  .politics .d-wrapper {
    padding: 0 0 60px;
  }

  /* .contacts__card {
    height: 290px;
    padding: 16px 17px 16px 16px;
  } */
  .cookie {
    margin: 120px auto 0;
  }

  .cookie .box-detailed {
    padding: 20px 0 0;
  }

  .section-text {
    margin-bottom: 27px;
  }

  .cookie .d-wrapper {
    padding: 0 0 60px;
  }

  .company__block1-logo {
    top: 51.5%;
    gap: 40px;
  }

  .company__img1 {
    width: 184px;
    height: 184px;
  }

  .company__img2 {
    width: 401px;
    height: 59px;
  }

  .company__block2-info {
    gap: 22px;
  }

  .company__swiper-picture {
    width: 600px;
    height: 600px;
  }

  .company__swiper-picture::before {
    padding-top: 100%;
  }

  /* .company__swiper-pic {
    height: 610px;
    margin-left: 0;
    padding: 0;
  } */
  .company__swiper-info {
    gap: 14px;
    max-width: 547px;
  }

  .catalog__list-item {
    width: 100%;
  }

  .swiper-text-el {
    max-width: 547px;
  }

  .company__swiper-info .desc-b {
    line-height: 1.1;
  }

  .page-article__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    gap: 55px;
  }

  .page-article__sl-block {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .page-article .box-detailed {
    padding: 20px 0 0;
  }

  .page-article .title-detailed {
    margin: 0;
  }

  .page-news__content {
    margin-top: 10px;
    margin-bottom: 55px;
  }

  .progress-bar {
    margin-top: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .progress-bar__box {
    max-width: 100%;
  }

  .progress-bar__btn {
    max-width: 100%;
  }

  .page-news .d-wrapper {
    padding: 0;
  }

  .page-news__list-item .news__card {
    gap: 20px;
  }

  .page-news__list-item .news__card-title {
    margin: 0 0 15px;
  }

  .page-news__list-item .news__card-desc {
    margin: 0 0 15px;
  }

  .product-card__content {
    margin-top: 10px;
    margin-bottom: 60px;
  }

  .product-card__detailes {
    max-width: 100%;
  }

  .product-card__btn-link {
    margin-top: 20px;
  }

  .product-card__title {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 1;
  }

  .product-card__block1 {
    margin-bottom: 17px;
  }

  .product-card__block1-code {
    font-size: 14px;
    line-height: 1.3;
  }

  .product-card__link {
    max-width: 100%;
  }

  .product-card__description {
    margin-top: 47px;
  }

  .product-card__text {
    max-width: 100%;
  }

  .product-card__applicability {
    margin-top: 53px;
  }

  .product-card__block-number {
    margin-top: 58px;
  }

  .product-card__characteristics {
    margin-top: 55px;
  }

  .product-card__additionally-box {
    padding-top: 0;
    margin-top: -20px;
    margin-bottom: 20px;
    /* padding-top: 75px; */
  }

  .product-card__additionally-header {
    margin-bottom: 22px;
  }

  .product-card .d-wrapper {
    padding: 0;
  }

  .product-card .caption {
    margin: 0 0 30px;
  }

  .product-card__block1-code span {
    margin-left: 8px;
  }

  .product-card__additionally .catalog-card__link {
    min-height: 50px;
    font-size: 14px;
  }

  .catalog__nav {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .catalog__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .catalog .d-wrapper {
    padding: 0 0 60px;
  }

  .catalog .card-picture {
    max-width: 100%;
  }

  .catalog__filter-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 25px 20px 28px;
  }

  .catalog__filter-btn-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  /* .page-search-res__block2 {
    padding: 0 20px;
  } */
  .page-search-res__block3-list {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .catalog-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }

  .catalog-filter__body {
    gap: 25px;
    margin-top: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalog-filter__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catalog-filter__submit {
    width: 100%;
    max-width: 100%;
  }

  .catalog-filter-item {
    max-width: 100%;
    row-gap: 10px;
  }

  .catalog-filter-item__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catalog-filter__reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
  }

  .select-checkbox {
    width: 100%;
  }

  .select-checkbox.active .select-checkbox__toggle {
    opacity: 0;
  }

  .select-checkbox__toggle-values {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
  }

  .select-checkbox__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .select-checkbox__labels {
    margin: 0 10px 10px 0;
    padding-top: 0;
    gap: 20px;
  }

  .catalog-filter__wrapper {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalog .catalog-card {
    width: 100%;
  }

  .catalog-card {
    width: 100%;
  }

  .form__search-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .select-checkbox__optgroup-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 0;
  }

  #catalog-filter__search {
    display: none;
  }

  #catalog-filter__search--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .form__search-mobile {
    display: block;
    margin-bottom: 15px;
  }

  .header__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header__wrapper {
    height: 90px;
  }

  .nav-social {
    display: none;
    padding: 0;
  }

  .mobile-menu-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Inter Display", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.3;
    color: #0f2742;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }

  .mobile-menu-link:hover {
    color: #1b4677;
  }

  .footer__first {
    padding: 50px 0 40px;
  }

  .footer__second {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 60px repeat(2, 1fr);
    grid-template-areas: "logo logo" "box2 box3" "box4 links";
    padding: 40px 0 100px;
    row-gap: 25px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .footer__politics {
    padding: 0 0 70px;
  }

  .footer__politics-link {
    display: none;
  }

  .footer__politics-link2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    letter-spacing: 0.01em;
  }

  .show-btn .mobile-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: initial;
  }

  .show-btn .mobile-menu::before {
    content: '';
    position: absolute;
    top: 89px;
    left: 0;
    width: 100%;
    border-top: 1px solid #d4d4d4;
  }

  .show-btn body {
    overflow: hidden;
  }

  .show-nav body {
    overflow: hidden;
  }

  .nav-link-hidden {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

  .mb--25 {
    margin: 0 0 15px !important;
  }

  .mt-52m {
    margin-top: 52px;
  }

  /* .pr-5 {
    padding: 0 5px 0 0;
  } */
  .breadcrumbs--link {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 219px;
  }
}

@media (max-width: 1170px) {
  .product-card__swiper-b {
    width: 550px;
    height: 550px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 550px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 550px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 520px;
  }

  .product-card__swiper {
    height: 550px;
  }

  .product-card__picture {
    max-width: 550px;
    height: 550px;
  }
}

@media (max-width: 1169px) {
  .info-company__wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "box1" "box2" "box3" "link";
    row-gap: 65px;
  }

  .info-company__box2::before {
    border-left: none;
  }

  .info-company__box2::after {
    border-bottom: none;
  }

  .info-company__box3 {
    margin-top: 15px;
  }

  .info-company__link {
    margin-top: -40px;
  }

  .info-company__desc {
    max-width: 495px;
  }

  .info-company__box2 .info-company__desc {
    max-width: 500px;
  }

  /* .new-products .swiper-controls {
    max-width: 460px;
  }

  .new-products__im-box {
    width: 300px;
    height: 300px;
  } */


}

@media (max-width: 1099px) {
  .page-news__list-item .card-img__box {
    width: 290px;
    height: 290px;
  }

  .product-card__swiper-b {
    width: 514px;
    height: 514px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 514px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 514px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 480px;
  }

  .product-card__swiper {
    height: 514px;
  }

  .product-card__picture {
    max-width: 514px;
    height: 514px;
  }
}

@media (max-width: 1025px) {
  .product-card__swiper-b {
    width: 477px;
    height: 477px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 477px;
  }

  .product-card__swiper-b .product-card__slide {
    width: 477px;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 440px;
  }

  .product-card__swiper {
    height: 477px;
  }

  .product-card__picture {
    max-width: 477px;
    height: 477px;
  }
}

@media (max-width: 1019px) {

  .product-card__swiper {
    position: relative !important;
    top: auto;
  }

  .product-card__info {
    grid-template-columns: 1fr;
    grid-template-areas: 'title' 'slider' 'link' 'about';
  }

  .product-card__swiper {
    padding-top: 100% !important;
  }

  .product-card__swiper-b {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 100% !important;
    width: 100% !important;
  }

  .product-card__picture {
    position: relative !important;
    padding-top: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
  }

  .product-card__img {
    position: absolute !important;
    inset: 0 !important;
  }

  .product-card__swiper-b .swiper-controls {
    max-width: 100%;
  }

  .company__block2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 21px 52px 20px;
    gap: 40px;
  }

  .catalog-card__slider .swiper-pagination {
    display: none !important;
  }

  .company__swiper-title {
    width: 100% !important;
    max-width: 350px !important;
  }

  .swiper-slide:nth-child(2) .company__swiper-title {
    width: 100% !important;
    max-width: 160px !important;
  }

  .swiper-progress-text {
    max-width: 120px;
    font-size: 14px;
    line-height: 1;
  }

  .new-products .swiper-controls {
    max-width: 430px;
  }

  .new-products__slider {
    /* height: auto; */
    /* height: 700px; */
    height: 550px;
  }

  .news__slide {
    width: 280px;
  }

  .company__swiper .swiper-controls {
    max-width: 90px;
  }

  .title {
    font-size: 32px;
  }

  .arrow {
    width: 40px;
    height: 40px;
  }

  .arrow__icon {
    width: 9px;
    height: 16px;
  }

  .title-b {
    font-size: 30px;
  }

  .title-detailed {
    font-size: 50px;
  }

  .title-detailed {
    margin: 20px 0 20px;
  }

  .desc-b {
    font-size: 14px;
  }

  .map__wrapper {
    padding-left: 0;
  }

  .map__city {
    bottom: 17.8rem;
  }

  .map__content::before {
    padding-top: 80.48%;
  }

  .map__title {
    margin: 0 0 18px;
  }

  .map__desc {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.04em;
  }

  .map__picture::before {
    padding-top: 80.48%;
  }

  .map__info .title {
    font-size: 30px;
  }

  .map__wrapper .map__img {
    top: -143px;
    height: 113%;
    -o-object-position: -1% center;
    object-position: -1% center;
  }

  .box-detailed {
    padding: 20px 0 0;
  }

  .breadcrumbs__nav {
    gap: 10px;
  }

  .breadcrumbs__nav-link {
    font-size: 14px;
    line-height: 1.3;
  }

  .search-result__pic {
    height: 50px;
    width: 50px;
  }

  .search-result__desc {
    font-size: 14px;
  }

  .production__wrapper .swiper-controls {
    top: 17.5rem;
    width: 90px;
  }

  .page-error__info {
    gap: 20px;
  }

  .page-error__title {
    font-size: 50px;
    line-height: 1;
  }

  .page-error__desc {
    width: 100%;
    max-width: 434px;
    font-size: 17px;
  }

  .page-error__form {
    padding: 0;
  }

  .page-error__link-index {
    max-width: 317px;
  }

  .page-error .search__form-field {
    padding: 20px 134px 20px 40px;
    height: 65px;
  }

  .page-error .search__form-btn {
    max-width: 134px;
  }

  .page-error .search__form-field::-webkit-input-placeholder {
    font-size: 17px;
  }

  .page-error .search__form-field::-moz-placeholder {
    font-size: 17px;
  }

  .page-error .search__form-field:-ms-input-placeholder {
    font-size: 17px;
  }

  .page-error .search__form-field::-ms-input-placeholder {
    font-size: 17px;
  }

  .page-error .search__form-field::placeholder {
    font-size: 17px;
  }

  .page-error .search__form-field {
    font-size: 17px;
  }

  .about__pic::before {
    padding-top: 80.48%;
  }

  .info-company__caption {
    margin: 0 0 24px;
    font-size: 18px;
  }

  .info-company__title {
    margin: 0 0 22px;
  }

  .info-company__desc {
    font-size: 14px;
  }

  .assortment__title {
    width: 100%;
    max-width: 215px;
    padding: 0 0 15px;
  }

  .assortment__desc {
    max-width: 420px;
  }

  .assortment__swiper-text {
    margin: 19px 0 0;
    font-size: 18px;
  }

  .assortment__swiper-sl {
    max-width: 280px;
  }

  .assortment__header .swiper-controls {
    max-width: 90px;
  }

  .production__slide-title {
    font-size: 30px;
  }

  .production__slide-desc {
    font-size: 18px;
  }

  .production__slide-text {
    max-width: 416px;
    font-size: 14px;
  }

  .production__slide-info {
    gap: 25px;
  }

  .slide-text-vw {
    max-width: 504px !important;
  }

  .slide-text-vw2 {
    max-width: 570px !important;
  }

  .new-block__caption {
    /* margin: 0 0 20px; */
    font-size: 18px;
  }

  .new-block__info-item {
    font-size: 17px;
  }

  .new-block__title {
    font-size: 32px;
    max-width: 497px;
  }

  /* .new-products__im-box {
    width: 450px;
    height: 450px;
  } */
  .news__card-title {
    font-size: 24px;
    margin: 0 0 10px;
  }

  .news__card {
    font-size: 14px;
  }

  .news__card-desc {
    margin: 0 0 10px;
  }

  .news__title {
    font-size: 32px;
  }

  .card-img {
    height: 280px;
    width: 280px;
  }

  .catalog-card__desc {
    margin: 20px 0 15px;
    font-size: 14px;
  }

  .page-buy__title {
    margin: 0 0 20px;
  }

  .page-buy__desc {
    line-height: 1.1;
    letter-spacing: 0;
  }

  .page-buy__box-header {
    padding: 0;
    /* padding: 20px 0 0; */
  }

  .page-buy__box-main {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .page-buy__link {
    max-width: 290px;
    height: 290px;
    padding: 20px 41px 20px 41px;
  }

  .page-buy__pic::before {
    padding-top: 22.279%;
  }

  .page-buy__content {
    gap: 86px;
  }

  .page-buy__link-desc {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
  }

  .page-buy .page-buy__title {
    font-size: 50px;
  }

  .politics__title {
    margin: 0 0 20px;
  }

  .contacts__card-caption {
    font-size: 24px;
  }

  .contacts__text {
    font-size: 14px;
    width: 100%;
    max-width: 230px;
    padding: 0 10px;
  }

  .company__block1::before {
    padding-top: 80.48%;
  }

  .company__block2-caption {
    font-size: 20px;
  }

  .page-article__link-btn {
    max-width: 100%;
  }

  .page-article__caption {
    max-width: 600px;
    margin: 0 0 21px;
    font-size: 30px;
  }

  .page-article__list-el {
    font-size: 17px;
  }

  .page-article__picture {
    position: relative;
    padding-top: 100%;
    max-width: 100%;
    height: auto;
    /* max-width: 100%;
    height: 459px; */
  }

  .page-article__img {
    position: absolute;
    inset: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    /* max-width: 450px; */
  }

  .page-news__list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }

  .product-card__caption {
    font-size: 24px;
  }

  .product-card__item {
    padding: 14px 3px 14px 0;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.3;
  }

  .product-card__additionally-header .swiper-controls {
    max-width: 90px;
  }

  .catalog__list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    row-gap: 50px;
  }

  .page-search-res__caption {
    font-size: 14px;
  }

  .page-search-res__title {
    font-size: 50px;
  }

  .footer__first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 29px;
  }

  .page-article__content {
    margin-top: 0;
  }

  .footer__first-block1 {
    gap: 15px;
  }

  .footer__first-block2 {
    max-width: 100%;
  }

  .footer__first-desc {
    width: 100%;
    max-width: 434px;
    font-size: 14px;
  }

  .footer__first-btn-link {
    max-width: 100%;
  }

  .footer__second-box1 {
    margin-top: 20px;
  }

  .footer__second-box4 {
    margin-top: 17px;
  }

  .footer__second-nav {
    row-gap: 10px;
  }

  .footer__second-list-el3 {
    margin-top: -2px;
  }

  .footer__second-list {
    row-gap: 14.2px;
  }
}

@media (max-width: 990px) {
  .page-article__slider .swiper-wrapper {
    gap: 0;
  }

  .page-search-res__grid {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }

  .new-products .swiper-controls {
    max-width: 420px;
  }
}

@media (max-width: 930px) {


  .page-article__header .swiper-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 90px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 902px) {
  .new-products__slide-item {
    padding: 0 20px;
  }

  .new-products__slide-item {
    grid-template-columns: 1fr;
    grid-template-areas: 'el1' 'el3' 'el2';
    height: auto;
    padding: 0 20px;
    /* padding: 0 85px; */
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* .new-products__slider {
    height: auto;
    max-width: 960px;
  } */

  .new-products .new-block__article {
    padding: 60px 0 30px 0 !important;
  }

  .new-products__slider {
    max-width: 830px;
  }

  .new-products .swiper-controls {
    top: 55%;
    /* top: 60%; */
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: auto;
    padding: 0 20px;
    max-width: 93% !important;
  }

  .el2 {
    padding: 0;
  }

  .new-products__slide-pic {
    position: relative !important;
    padding-top: 100% !important;
    height: 0 !important;
  }

  .new-products__im-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .new-products__slider {
    height: auto;
  }

}

@media (max-width: 854px) {
  .new-block__swiper .swiper-controls {
    max-width: 635px;
  }

  .new-block__swiper {
    max-width: 790px;
  }

  .breadcrumbs__nav {
    flex-wrap: wrap;
  }

  .swiper-slide:nth-child(3) .company__swiper-img2 {
    height: 99.201%;
  }

  .swiper-slide:nth-child(4) .company__swiper-img2 {
    width: 70%;
    height: 85%;
  }
}

@media (max-width: 767px) {

  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .row .col-xs-12 .catalog-section {
    padding: 0 9px 100px;
  }

  .search-res__box {
    padding: 20px 4px 0;
  }

  .company__swiper-item {
    gap: 20px;
  }


  .swiper-slide:nth-child(3) .company__swiper-img2 {
    width: 90%;
  }

  .swiper-slide:nth-child(4) .company__swiper-img2 {
    width: 75%;
    height: 88%;
  }

  .production-slider {
    height: 900px !important;
  }

  .product-card__swiper {
    padding-top: 100% !important;
  }

  .product-card__swiper-b {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 100% !important;
    width: 100% !important;
  }

  .product-card__picture {
    position: relative !important;
    padding-top: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
  }

  .product-card__img {
    position: absolute !important;
    inset: 0 !important;
  }


  /* .new-products__slider {
    height: auto;
    max-width: 960px;
  } */


  .swiper-hero-progress-container {
    top: 88%;
  }

  .new-block__swiper .swiper-controls {
    max-width: 560px;
  }

  .map__city {
    left: 14.8rem;
    bottom: 20.2rem;
  }

  .map__content::before {
    padding-top: 148.4375%;
  }

  .map__picture::before {
    padding-top: 148.4375%;
  }

  .content-link {
    padding: 18px 20px;
    max-width: 290px;
  }

  .about__pic::before {
    padding-top: 160%;
  }

  .about__content {
    max-width: 600px;
    top: 8.8rem;
    height: 80.6%;
  }

  .about__content-box {
    gap: 40px;
  }

  .production__slide-i::before {
    padding-top: 140.625%;
  }

  .production__picture .production__img {
    -o-object-position: 27% center;
    object-position: 27% center;
  }

  .new-block__content1 {
    gap: 10px;
  }

  .new-block__info {
    margin-top: 7px;
    gap: 11px;
  }

  .new-block__title {
    margin: 0 0 5px;
  }

  .new-block__desc {
    max-width: 510px;
    letter-spacing: -0.04em;
  }

  .new-products .swiper-controls {
    max-width: 600px;
  }

  .company__block1::before {
    padding-top: 160%;
  }

  .company__block3-pic::before {
    padding-top: 62.5%;
  }

  .catalog .catalog-card__link {
    min-height: 50px;
    font-size: 14px;
  }

  .page-search-res__el .catalog-card {
    max-width: 290px;
  }

  .page-search-res .catalog-card__link {
    min-height: 50px;
    font-size: 14px;
  }

  .page-buy__box-info {
    gap: 15px;
  }
}

@media (max-width: 639px) {

  .company__swiper-title {
    max-width: 250px !important;
  }

  .swiper-slide:nth-child(2) .company__swiper-title {
    width: 100% !important;
    max-width: 160px !important;
  }

  .page-error .search__form-field {
    padding: 20px 134px 20px 15px;
  }

  .page-news__list-item .card-img {
    position: relative;
    padding-top: 100%;
    /* height: auto; */
  }

  .company__img1 {
    width: 150px;
    height: 150%;
  }


  .company__img2 {
    height: 47px;
    object-fit: contain;
  }

  .page-news__list-item .card-img__box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .contacts__card {
    position: relative;
    padding-top: 100%;
    height: 100%;
  }

  .contacts__card-info {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
  }

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

  .product-card__swiper-b {
    width: 536px;
    height: 536px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 536px;
  }

  .product-card__slide {
    width: 536px;
  }

  .catalog .catalog-card__slider .swiper-wrapper {
    max-width: 100%;
  }

  .catalog .catalog-card__slider .swiper-slide {
    max-width: 100%;
  }

  .slick-slide {
    margin-right: 10px;
  }

  .new-products .swiper-controls {
    top: 55%;
    /* top: 65%; */
  }

  .contacts__content {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  /* .page-article__picture {
    height: 320px;
  } */
  /* .page-article__img {
    width: 320px;
    height: 320px;
  } */
  .product-card__swiper {
    height: 536px;
  }

  /* .product-card__picture {
    max-width: 536px;
    height: 536px;
  } */
  .catalog__list {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }

  .catalog .catalog-card__link {
    max-width: 100%;
  }

  .page-search-res__title {
    font-size: 25px;
  }

  .page-search-res__el .catalog-card {
    max-width: 335px;
  }

  .filter {
    padding: 30px 20px 120px;
  }

  .catalog-filter__body {
    margin-top: 5px;
  }

  .catalog-filter__controls {
    margin-top: 0;
  }

  .title-b {
    font-size: 25px;
  }
}

@media (max-width: 599px) {
  .title-detailed {
    font-size: 40px;
    margin: 20px 0 20px;
  }

  .politics__title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {

  .catalog-card {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .catalog-card__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(2em * 1.2);
    min-height: 35px;
    margin: 10px 0 10px;
  }

  .production-slider {
    height: 576px !important;
  }

  .page-buy__box-info {
    flex-wrap: wrap;
  }

  .swiper-hero-box {
    gap: 10px;
  }

  .swiper-hero-progress-container {
    top: 83%;
  }

  .new-block__swiper-b {
    width: 250px;
    height: 300px;
  }

  .product-card__swiper-b {
    width: 335px;
    height: 335px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 335px;
  }

  .product-card__slide {
    width: 335px;
  }

  .title-detailed {
    font-size: 30px;
  }

  .caption {
    font-size: 25px;
  }

  .map__content::before {
    padding-top: 160%;
  }

  .map__picture::before {
    padding-top: 160%;
  }

  .map__info .title {
    font-size: 25px;
  }

  .page-error__wrapper {
    padding: 170px 20px 0;
  }

  .page-error .search__form-field::-webkit-input-placeholder {
    font-size: 12px;
  }

  .page-error .search__form-field::-moz-placeholder {
    font-size: 12px;
  }

  .page-error .search__form-field:-ms-input-placeholder {
    font-size: 12px;
  }

  .page-error .search__form-field::-ms-input-placeholder {
    font-size: 12px;
  }

  .page-error .search__form-field::placeholder {
    font-size: 12px;
  }

  .page-error .search__form-field {
    font-size: 12px;
  }

  .about__pic::before {
    padding-top: 180%;
  }

  .about__content-title {
    font-size: 28px;
  }

  .about__content-desc {
    max-width: 100%;
  }

  .about__content {
    max-width: 100%;
    top: 6.8rem;
    height: 75.6%;
  }

  .info-company__box3 {
    max-width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px;
    margin-top: 0;
  }

  .info-company__desc {
    max-width: 100%;
  }

  .info-company__el1 {
    font-size: 60px;
  }

  .info-company__el2 {
    font-size: 11px;
  }

  .info-company__box2 .info-company__desc {
    max-width: 100%;
  }

  .production__slide-i::before {
    padding-top: 160%;
  }

  .production__slide-box {
    left: 0;
    gap: 20px;
    padding: 0 20px;
  }

  .production__slide-title {
    font-size: 25px;
  }

  .production__slide-text {
    font-size: 13px;
  }

  .new-block__swiper {
    padding: 0 20px;
  }

  .new-block__swiper-sl-pic {
    width: 250px;
    height: 250px;
  }

  .new-products__slide-pic {
    /* height: 300px; */
    height: 335px;
  }

  .new-products__im-box {
    width: 250px;
    height: 250px;
  }

  .search-mobile .search__form-btn {
    width: 70px;
    height: 45px;
  }

  .search-mobile .search__form-field {
    padding: 15px 70px 15px 35px;
  }

  .search__icon {
    left: 7px;
  }

  .search-mobile .search__form-field::-webkit-input-placeholder {
    font-size: 12px;
  }

  .search-mobile .search__form-field::-moz-placeholder {
    font-size: 12px;
  }

  .search-mobile .search__form-field:-ms-input-placeholder {
    font-size: 12px;
  }

  .search-mobile .search__form-field::-ms-input-placeholder {
    font-size: 12px;
  }

  .search-mobile .search__form-field::placeholder {
    font-size: 12px;
  }

  .search-mobile .search__form-field {
    font-size: 12px;
  }

  .page-buy__link {
    padding: 0;
    /* padding: 20px; */
    max-width: 100%;
    padding-top: 100%;
  }

  .page-buy__content {
    position: absolute;
    inset: 0;
    padding: 20px;
    gap: 50px;
  }

  .politics__title {
    font-size: 30px;
  }

  .politics__caption {
    font-size: 25px;
  }

  .company__block1::before {
    padding-top: 180%;
  }

  .swiper-img1 {
    width: 401px;
    height: 401px;
  }

  .swiper-img2 {
    width: 400px !important;
    height: 400px !important;
  }

  .page-article__caption {
    font-size: 25px;
  }

  .page-news__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-card__swiper {
    height: 335px;
  }

  /* .product-card__picture {
    max-width: 335px;
    height: 335px;
  } */
  .footer__first-link {
    font-size: 17px;
  }

  .footer__first-block1-box {
    gap: 20px;
  }

  .footer__second {
    grid-template-columns: 1fr;
    grid-template-rows: 60px repeat(4, 1fr);
    grid-template-areas: "logo" "box2" "box3" "box4" "links";
  }

  .about__content-box {
    width: 100%;
    max-width: 280px;
  }

}

@media (max-width: 529px) {
  .company__swiper-pic {
    height: 410px;
  }
}

@media (max-width: 499px) {
  .map__city {
    left: 11.8rem;
    bottom: 17.2rem;
  }
}

/* @media (max-width: 449px) {
  .page-news__list-item .card-img__box {
    width: 280px;
    height: 280px;
  }
} */
@media (max-width: 399px) {
  .map__city {
    left: 6.8rem;
    bottom: 11.2rem;
  }

  .map__wrapper .map__img {
    top: -80px;
  }

  .company__swiper-pic {
    height: 410px;
  }

  .swiper-img2 {
    height: 380px !important;
  }
}

@media (max-width: 374px) {

  .page-error__link-index {
    text-align: center;
  }

  .product-card__swiper-b {
    width: 280px;
    height: 280px;
  }

  .product-card__swiper-b .swiper-wrapper {
    height: 280px;
  }

  .product-card__slide {
    width: 280px;
  }

  .product-card__swiper {
    height: 280px;
  }

  .product-card__title {
    font-size: 20px;
  }

  .product-card__caption {
    font-size: 18px;
  }

  .product-card__item {
    font-size: 11px;
  }

  /* .product-card__picture {
    max-width: 280px;
    height: 280px;
  } */
}

@media (max-width: 360px) {
  .company__swiper-pic {
    height: 360px;
  }
}

@media (max-width: 359px) {
  .company__swiper-pic {
    height: 295px;
  }
}

@media (max-width: 349px) {
  .production-slider {
    height: 488px !important;
  }

  .new-block__swiper .swiper-controls {
    max-width: 320px;
  }

  .new-block__swiper .swiper-controls {
    max-width: 220px;
    bottom: 12px;
  }

  .title-b {
    font-size: 25px;
  }

  .title-detailed {
    font-size: 25px;
  }

  .info-company__box3 {
    gap: 10px;
  }

  .info-company__el1 {
    font-size: 50px;
  }

  .info-company__el2 {
    font-size: 10px;
  }

  .info-company .title {
    font-size: 28px;
  }

  .politics__title {
    font-size: 25px;
  }

  /* .page-article__picture {
    height: 280px;
  } */
  /* .page-article__img {
    width: 270px;
    height: 270px;
  } */
  .progress-bar__bg {
    width: 220px;
  }

  .catalog__list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }

  .page-search-res__grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .page-search-res__el .catalog-card {
    max-width: 280px;
  }

  .footer__first-caption {
    font-size: 14px;
  }

  .production__wrapper .swiper-controls {
    top: 21.5rem;
  }
}

@media (min-width: 1340px) and (max-height: 890px) {
  .news__slider {
    margin-top: 10px;
  }

  .news__slide {
    width: 390px;
  }

  .card-img {
    width: 390px;
    height: 390px;
  }

  .assortment__swiper-sl,
  .news__card {
    max-width: 390px;
  }

  .news__card-title {
    margin: 0 0 10px;
    font-size: 25px;
  }

  .news__card-desc {
    margin: 0 0 10px;
  }

  .news__wrapper {
    padding: 100px 0 20px;
    /* padding: 100px 30px 20px; */
  }

  .assortment__header {
    padding: 0 55px 50px;
  }

  .info-company__wrapper {
    transform: translateY(55px);
  }

  /* .new-products__slide-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: 'el1 el3' 'el2 el3';
    width: 100%;
    height: 100vh;
    padding: 0;
    /* height: 950px; */
  /* gap: 20px; */
  /* }

  .new-products__slider {
    max-width: 100%;
    height: 100%;
  }  */

  /* .new-products__slide-pic {
    height: 100vh !important;
    width: 100% !important;
  }

  .new-block__article {
    padding: 120px 0 20px 85px !important;
  }

  .el2  {
    padding: 90px 0 75px 85px !important;
  } */

  /* .new-products .swiper-controls {
    position: absolute !important;
    top: 47% !important;
    right: 100px !important;
    z-index: 10 !important;
    max-width: 760px !important;
  }

  .new-products__im-box {
    width: 500px !important;
    height: 500px !important;
    position:  relative!important;
  } */
}

@media (min-width: 1340px) and (max-height: 767px) {

  .assortment__swiper-sl,
  .news__card {
    max-width: 380px;
  }

  .news__slide {
    width: 380px;
  }

  .card-img {
    width: 380px;
    height: 380px;
  }

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

  .news__wrapper {
    padding: 100px 30px 20px;
  }

  /* .assortment__header {
    padding: 0 85px 50px;
  } */

  .news__card-desc {
    font-size: 14px;
  }

  .info-company__caption {
    margin: 0 0 20px;
  }

  .footer__first {
    padding: 70px 30px 20px;
  }
}

@media (min-width: 1340px) and (max-height: 760px) {

  .home-slider {
    height: auto;
  }

  .home-slider__swiper {
    display: block;
  }

  .home-slider__slide {
    height: auto;
  }

  .new-products__slider {
    height: auto;
  }

  .production-slider {
    height: auto;
  }

  .home-slider .about__pic,
  .home-slider .info-company,
  .home-slider .assortment,
  .home-slider .production,
  .home-slider .new-products,
  .home-slider .map,
  .home-slider .news {
    height: auto;
  }

  .home-slider .footer {
    height: auto;
  }

  .home-slider .production {
    margin-top: 60px !important;
  }

  .info-company__wrapper {
    transform: translateY(0);
    padding: 70px 0;
  }

  .info-company__box3 {
    margin-top: 70px;
  }

  .info-company__box2::before {
    height: 700px;
  }

  .assortment__wrapper {
    transform: translateY(0);
  }

  .assortment__header {
    padding: 50px 55px 50px;
  }

  .new-products__slide-pic {
    height: 100%;
  }

  .new-block__article {
    padding: 70px 0 20px 85px;
  }

  .news__wrapper {
    padding: 70px 30px 70px;
  }

  .new-block__content1 {
    gap: 30px;
  }
}
/* End */


/* Start:/local/templates/Raddo_R52/components/bitrix/menu/top-menu/style.css?1744363313101*/
.selected {
	background-color: #2d83e3;
	color: #fff !important;

	.header__qty {
		color: #fff;
	}
}
/* End */


/* Start:/local/templates/Raddo_R52/components/bitrix/menu/mobile-menu/style.min.css?1741330076490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/Raddo_R52/components/bitrix/menu/mobile-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/Raddo_R52/components/bitrix/menu/buttom-menu/style.min.css?1741330076490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/Raddo_R52/components/bitrix/menu/buttom-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/Raddo_R52/styles/styles.css?1752834025246131 */
/* /local/templates/Raddo_R52/components/bitrix/menu/top-menu/style.css?1744363313101 */
/* /local/templates/Raddo_R52/components/bitrix/menu/mobile-menu/style.min.css?1741330076490 */
/* /local/templates/Raddo_R52/components/bitrix/menu/buttom-menu/style.min.css?1741330076490 */
