@charset "UTF-8";

@font-face {
  font-family: "GolosText";
  src: local("GolosText-Bold"), url("../fonts/GolosText-Bold.woff2") format("woff2"), url("../fonts/GolosText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "GolosText";
  src: local("GolosText-Medium"), url("../fonts/GolosText-Medium.woff2") format("woff2"), url("../fonts/GolosText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/** {
  outline: 2px solid red;
}*/

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

button {
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

a:focus,
a:focus-visible,
button:focus,
button:focus-visible,
input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none;
}

button .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

img {
  max-width: 100%;
}

body {
  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;
  min-width: 360px;
  font-family: var(--font-family);
  background-color: var(--gray-10, #F5F5F5);
}

picture {
  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%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main:has(.swiper-group-drop) {
  overflow: hidden;
}

.overlay {
  position: fixed;
  z-index: 3;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-transition: visibility 0.4s ease-in-out, bottom 0.4s ease-in-out, opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, bottom 0.4s ease-in-out, opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
}

.overlay--active {
  visibility: visible;
  bottom: 0px;
}

.overflow-hidden {
  overflow: hidden;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-reset {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

.container-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-aside {
  position: relative;
  z-index: 3;
}

.main-body {
  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-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.container {
  max-width: 1452px;
  width: 100%;
  padding: 0 80px;
  margin: 0 auto;
}

.hidden {
  display: none !important;
}

:root {
  --font-family: "GolosText", sans-serif;
  --second-family: "Inter", sans-serif;
}

:root {
  --green: #15b747;
  --yellow: #fddf2c;
  --white: #fff;
  --black0: #000;
  --black: #252423;
  --gray-10: #f5f5f5;
  --gray-20: #ededed;
  --gray-30: #e5e5e5;
  --text-gray: #b7b7b6;
  --green-hover: #1ecc54;
  --yellow-darker: #f6cf02;
  --errors: #ec221f;
}

.uppercase {
  text-transform: uppercase;
}

.mt-28 {
  margin-top: 28px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-124 {
  margin-top: 124px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gray-10, #F5F5F5);
  z-index: 9999;
  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;
}

#preloader .loader {
  width: 60px;
  height: 60px;
  border: 5px solid var(--gray-20, #EDEDED);
  border-top-color: var(--green, #15B747);
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.aside {
  position: sticky;
  top: 0;
}

.aside__btn-open {
  white-space: nowrap;
  padding: 5px 20px;
  height: 56px;
  position: absolute;
  top: 16px;
  left: 32px;
  border-radius: 20px;
  background-color: var(--white, #FFF);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--black0);
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

.aside-menu {
  max-width: 100%;
  overflow: hidden;
  width: 0;
  max-height: 100dvh;
  min-height: 100dvh;
  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;
  border-radius: 0 32px 0 0;
  background-color: var(--white, #FFF);
  -webkit-transition: width 0.2s ease-in-out, overflow 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, overflow 0.2s ease-in-out;
}

.aside-menu:has(.point.active) {
  min-height: 100%;
}

.aside-menu.active {
  width: 364px;
  overflow: visible;
}

.aside-menu.active .aside-menu__close {
  opacity: 1;
}

.aside-menu__close {
  /**/
  opacity: 0;
  /**/
  width: 56px;
  height: 56px;
  position: absolute;
  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;
  top: 12px;
  left: calc(100% + 12px);
  border-radius: 20px;
  color: var(--black0);
  background-color: var(--white, #FFF);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

.aside-menu__close .svg-mob {
  display: none;
}

.aside-menu__top {
  opacity: 0;
  position: absolute;
  padding: 32px 32px 28px 32px;
}

.aside-menu__top.active {
  opacity: 1;
  position: static;
}

.aside-menu__middle {
  opacity: 0;
  position: absolute;
  padding: 0 16px 24px 16px;
}

.aside-menu__middle.active {
  opacity: 1;
  position: static;
}

.aside-menu__nav {
  position: relative;
}

.aside-menu__nav::after {
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: auto 4px 0 0;
  height: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.aside-menu__nav:has(.scroll-start)::after {
  opacity: 1;
}

.aside-menu__nav:has(.scroll-start.scroll-end)::after {
  opacity: 0;
}

.aside-menu__list {
  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;
  overflow: auto;
  min-height: 90px;
  max-height: calc(100dvh - 116px - 465px - 24px);
}

.aside-menu__list::-webkit-scrollbar {
  width: 4px;
}

.aside-menu__list::-webkit-scrollbar-track {
  border-radius: 1000px;
  background-color: var(--gray-10, #F5F5F5);
}

.aside-menu__list::-webkit-scrollbar-thumb {
  border-radius: 1000px;
  background-color: var(--green);
}

.aside-menu__bottom {
  opacity: 0;
  position: absolute;
  padding: 32px 32px 24px 32px;
  border-radius: 0 100px 0 0;
  background-color: var(--gray-20, #EDEDED);
}

.aside-menu__bottom.active {
  opacity: 1;
  position: static;
}

.aside-menu__contacts {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}

.aside .group-network {
  padding-top: 12px;
}

.aside .link-order-call {
  width: 100%;
}

@-moz-document url-prefix()  {
  .aside-menu__list {
    scrollbar-width: thin;
    scrollbar-color: var(--green) var(--gray-10, #F5F5F5);
  }
}

.logo-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-menu img {
  width: 296px;
  height: 56px;
}

.logo-menu::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid var(--black);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.link-nav {
  padding: 13px 16px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.link-order-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  padding: 5px 24px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  color: var(--white, #FFF);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: var(--green, #15B747);
}

.link-network {
  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(--green);
  width: 100%;
  height: 52px;
  padding: 6px;
  border-radius: 16px;
  background-color: var(--gray-10, #F5F5F5);
}

.link-all-product {
  width: 100%;
  min-height: 333px;
  padding: 32px;
  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: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 24px;
  overflow: hidden;
  background-color: var(--green, #15B747);
}

.link-all-product .text {
  color: var(--white, #FFF);
  font-family: var(--font-family);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.link-all-product .svg {
  width: 56px;
  height: 56px;
  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;
  border-radius: 20px;
  color: var(--black);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--white);
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out;
}

.link-all-product .svg svg {
  position: absolute;
  opacity: 0;
}

.link-all-product .svg svg.small {
  opacity: 1;
}

.link-detailed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 52px;
  padding: 5px 24px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  color: var(--white, #FFF);
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: var(--green, #15B747);
}

.link-show-more {
  margin-top: 12px;
  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;
  padding: 14px 24px;
  border-radius: 16px;
  color: var(--black, #252423);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: var(--gray-30, #E5E5E5);
}

.link-show-more .svg {
  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;
}

.link-filter-reset {
  width: 56px;
  height: 56px;
  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;
  border-radius: 20px;
  color: var(--black, #252423);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: var(--gray-20, #EDEDED);
}

.link-filter-reset .text {
  display: none;
}

.link-filter-reset .svg {
  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;
}

.link-download-product {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
  padding-left: 44px;
  min-height: 37px;
}

.link-download-product .svg {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}

.link-download-product .text {
  position: relative;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.link-download-product .volume {
  position: relative;
  color: rgba(37, 36, 35, 0.5);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
}

.link-download-product::before {
  content: "";
  position: absolute;
  inset: -8px;
  opacity: 0;
  border-radius: 8px;
  background-color: var(--gray-30);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.link-requisites-info {
  width: 100%;
  height: 64px;
  padding: 5px 16px;
  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;
  gap: 4px;
  color: var(--white, #FFF);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 16px;
  background-color: var(--green, #15B747);
}

.download .text {
  padding: 0 26px 0 0;
  background-image: url("../img/download/download.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

.box-info {
  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;
}

.box-info .name {
  color: var(--text-gray, #B7B7B6);
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
}

.box-info .text {
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.box-info .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.box-info .tel {
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.box-info .mailto {
  position: relative;
  white-space: nowrap;
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.box-info .mailto::after {
  content: "";
  position: absolute;
  inset: 0 0 -2px 0;
  border-bottom: 1px solid var(--green);
}

.group-network__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.group-network__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header {
  padding-top: 32px;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: gap 0.2s ease-in-out;
  transition: gap 0.2s ease-in-out;
}

.header__line-top {
  padding: 0 24px;
  height: 100px;
  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;
  /**/
  /**/
  gap: 30px;
  border-radius: 24px;
  background-color: var(--white, #FFF);
  -webkit-transition: height 0.2s ease-in-out, margin-bottom 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, margin-bottom 0.2s ease-in-out;
  /**/
}

.header__line-top {
  /**/
}

.header__line-top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.header__line-top_left {
  /**/
}

.header__line-top_left {
  /**/
}

.header__line-top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /**/
}

.header__line-top_right {
  /**/
}

.header__btn-open {
  display: none;
}

.header__btn-open svg {
  width: 28px;
  height: 28px;
}

.header__box-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.header__call-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
}

.header .link-order-call {
  height: 48px;
}

.header .btn-burger {
  display: none;
}

.logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-small {
  width: 55px;
  height: 48px;
}

.logo-big {
  display: none;
}

.logo::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid var(--black);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.btn-download {
  padding: 5px 24px;
  height: 48px;
  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;
  gap: 6px;
  border-radius: 16px;
  border: 1px solid var(--gray-20, #EDEDED);
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

.btn-download .svg {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.btn-burger {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  border-radius: 12px;
  color: var(--white);
  background-color: var(--green, #15B747);
}

.btn-service {
  white-space: nowrap;
  padding: 5px 24px;
  width: 312px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  color: var(--white, #FFF);
  font-family: var(--second-family);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  /* 21.85px */
  background: var(--black, #252423);
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

.btn-order {
  max-width: 100%;
  width: 330px;
  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;
  height: 56px;
  padding: 5px 16px;
  border-radius: 16px;
  color: var(--white, #FFF);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: var(--green, #15B747);
}

.btn-partners {
  max-width: 100%;
  width: 336px;
  height: 64px;
  color: var(--white, #FFF);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  border-radius: 20px;
  background-color: var(--green, #15B747);
}

.btn-company-details {
  width: 100%;
  height: 52px;
  padding: 5px 16px;
  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;
  border-radius: 16px;
  color: var(--black, #252423);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: var(--gray-10, #F5F5F5);
}

.drop-down-catalog {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drop-down-catalog__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  height: 48px;
  padding: 5px 24px;
  border-radius: 16px;
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: var(--gray-20, #EDEDED);
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

.drop-down-catalog__btn.active + .drop-down-catalog__box {
  opacity: 1;
  visibility: visible;
}

.drop-down-catalog__box {
  opacity: 0;
  visibility: hidden;
  min-width: 348px;
  padding: 18px;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 24px;
  background-color: var(--gray-30, #E5E5E5);
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.drop-down-catalog__box.active {
  opacity: 1;
  visibility: visible;
}

.drop-down-catalog__box::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background-image: url("../img/drop-down-catalog/box.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.drop-down-catalog__list {
  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;
}

.drop-down-catalog__link {
  padding: 6px 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  border-radius: 16px;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.drop-down-catalog__link .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
}

.drop-down-catalog__link img {
  width: 52px;
  height: 52px;
}

.drop-down-tipe-1 {
  position: relative;
}

.drop-down-tipe-1__btn {
  display: none;
}

.drop-down-tipe-1__box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -24px;
  left: -24px;
  padding: 24px;
  border-radius: 24px;
  background-color: var(--white, #FFF);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.drop-down-tipe-1__box.active {
  opacity: 1;
  visibility: visible;
}

.drop-down-tipe-1__group-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.drop-down-tipe-1__box-btn {
  display: none;
}

.drop-down-tipe-1__box_close {
  display: none;
}

.drop-down-tipe-1__btn_close {
  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: 52px;
  height: 52px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #FFF;
  border-radius: 100%;
}

.drop-down-tipe-1 .mailto {
  color: var(--green, #15B747);
  font-size: 20px;
}

.drop-down-tipe-1 .mailto::after {
  display: none;
}

.search-1__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1000px;
  border: 1px solid var(--gray-20, #EDEDED);
  background-color: #FFF;
  overflow: hidden;
}

.search-1__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../img/search-1.svg");
  background-repeat: no-repeat;
  background-position: center left 28px;
}

.search-1__input {
  width: 100%;
  padding: 21px 28px 21px 72px;
  border: none;
  color: var(--black);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: transparent;
}

.search-1__input::-webkit-input-placeholder {
  color: var(--text-gray, #B7B7B6);
}

.search-1__input::-moz-placeholder {
  color: var(--text-gray, #B7B7B6);
}

.search-1__input:-ms-input-placeholder {
  color: var(--text-gray, #B7B7B6);
}

.search-1__input::-ms-input-placeholder {
  color: var(--text-gray, #B7B7B6);
}

.search-1__input::placeholder {
  color: var(--text-gray, #B7B7B6);
}

.search-1__btn {
  padding: 5px 28px;
  width: 208px;
  border-radius: 1000px;
  color: var(--white, #FFF);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  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: var(--green, #15B747);
}

.search-1__btn .svg {
  display: none;
}

.footer {
  padding: 53px 0 32px;
}

.footer__line {
  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;
  gap: 9px;
  color: var(--text-gray, #B7B7B6);
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.footer__line p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}

.footer__line a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.footer__line a::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px 0;
  height: 1px;
  background-color: var(--text-gray, #B7B7B6);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.box-callback__content {
  padding: 56px;
  border-radius: 24px;
  background-color: var(--white, #FFF);
}

.section-title-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.section-title-1.width600 {
  max-width: 100%;
  width: 602px;
}

.section-title-1__title {
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.section-title-1__desc {
  color: var(--text-gray, #B7B7B6);
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.form-type-1__group-input {
  position: relative;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.form-type-1 .input-type-1 {
  width: calc(50% - 12px);
}

.form-type-1 .textarea-type-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 12px);
}

.form-type-1__group-btn {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.form-type-1 .submit-type-1 {
  width: calc(50% - 12px);
}

.form-type-1 .checkbox-type-1 {
  width: calc(50% - 12px);
}

.form-type-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.form-type-2__group-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.form-type-2 .input-type-1__input {
  padding: 16px;
  font-size: 17px;
}

.form-type-2 .textarea-type-1__textarea {
  padding: 16px;
  font-size: 17px;
  height: 132px;
}

.form-type-2__group-btn {
  padding-top: 12px;
}

.form-type-2 .submit-type-1 {
  width: 100%;
  height: 58px;
  font-size: 17px;
}

.form-type-2 .checkbox-type-1__desc {
  font-size: 14px;
}

.input-type-1 {
  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;
  gap: 4px;
}

.input-type-1:has(.error) {
  .error-message {
    display: inline-block;
  }
}

.input-type-1__input {
  width: 100%;
  padding: 22px 23px;
  border: none;
  border-radius: 16px;
  color: var(--black);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: var(--gray-10, #F5F5F5);
  border: 1px solid var(--gray-10, #F5F5F5);
  -webkit-transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.input-type-1__input::-webkit-input-placeholder {
  color: var(--text-gray, #B7B7B6);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.input-type-1__input::-moz-placeholder {
  color: var(--text-gray, #B7B7B6);
  -moz-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.input-type-1__input:-ms-input-placeholder {
  color: var(--text-gray, #B7B7B6);
  -ms-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.input-type-1__input::-ms-input-placeholder {
  color: var(--text-gray, #B7B7B6);
  -ms-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.input-type-1__input::placeholder {
  color: var(--text-gray, #B7B7B6);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.input-type-1__input.error {
  background-color: var(--white);
  border-color: var(--errors);
}

.input-type-1__input.error::-webkit-input-placeholder {
  color: var(--errors);
}

.input-type-1__input.error::-moz-placeholder {
  color: var(--errors);
}

.input-type-1__input.error:-ms-input-placeholder {
  color: var(--errors);
}

.input-type-1__input.error::-ms-input-placeholder {
  color: var(--errors);
}

.input-type-1__input.error::placeholder {
  color: var(--errors);
}

.input-type-1__input.error + .error-message {
  display: inline-block;
}

.input-type-1 .error-message {
  display: none;
  color: var(--errors, #EC221F);
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.textarea-type-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.textarea-type-1__textarea {
  resize: none;
  width: 100%;
  height: 227px;
  padding: 22px 23px;
  border: none;
  border-radius: 16px;
  color: var(--black);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: var(--gray-10, #F5F5F5);
  border: 1px solid var(--gray-10, #F5F5F5);
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

.textarea-type-1__textarea::-webkit-scrollbar {
  display: none;
}

.textarea-type-1__textarea::-webkit-input-placeholder {
  color: var(--text-gray, #B7B7B6);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.textarea-type-1__textarea::-moz-placeholder {
  color: var(--text-gray, #B7B7B6);
  -moz-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.textarea-type-1__textarea:-ms-input-placeholder {
  color: var(--text-gray, #B7B7B6);
  -ms-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.textarea-type-1__textarea::-ms-input-placeholder {
  color: var(--text-gray, #B7B7B6);
  -ms-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.textarea-type-1__textarea::placeholder {
  color: var(--text-gray, #B7B7B6);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.textarea-type-1__textarea.error {
  background-color: var(--white);
  border-color: var(--errors);
}

.textarea-type-1__textarea.error::-webkit-input-placeholder {
  color: var(--errors);
}

.textarea-type-1__textarea.error::-moz-placeholder {
  color: var(--errors);
}

.textarea-type-1__textarea.error:-ms-input-placeholder {
  color: var(--errors);
}

.textarea-type-1__textarea.error::-ms-input-placeholder {
  color: var(--errors);
}

.textarea-type-1__textarea.error::placeholder {
  color: var(--errors);
}

.textarea-type-1__textarea.error + .error-message {
  display: inline-block;
}

.textarea-type-1 .error-message {
  display: none;
  color: var(--errors, #EC221F);
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.submit-type-1 {
  padding: 5px 24px;
  height: 68px;
  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;
  border-radius: 16px;
  color: var(--white, #FFF);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: var(--green, #15B747);
}

.checkbox-type-1 {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.checkbox-type-1__input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  inset: 0;
}

.checkbox-type-1__input.error + .castom {
  border-color: var(--errors);
}

.checkbox-type-1__input:checked + .castom svg {
  opacity: 1;
}

.checkbox-type-1 .castom {
  margin: 2px;
  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: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid var(--gray-30, #E5E5E5);
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

.checkbox-type-1 .castom svg {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.checkbox-type-1__desc {
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.checkbox-type-1__desc a {
  position: relative;
  color: var(--green, #15B747);
  text-decoration-line: underline;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* Стили для модалки */

.modal {
  display: none;
  /* Скрыта по умолчанию */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  /* Прозрачный фон */
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  padding: 60px 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal__body {
  position: relative;
  max-width: 100%;
  margin: auto 0;
}

.modal__close {
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  padding: 14px;
  color: var(--black);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background-color: var(--white, #FFF);
  -webkit-transition: border-radius 0.4s ease-in-out, background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: border-radius 0.4s ease-in-out, background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

/* Анимация для появления модалки */

.modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.3s ease-out;
          animation: fadeIn 0.3s ease-out;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.send-reaction__close {
  padding: 5px 24px;
  position: absolute;
  bottom: 44px;
  left: 44px;
  right: 44px;
  height: 52px;
  border-radius: 16px;
  color: var(--white, #FFF);
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 20.4px */
  background-color: var(--green, #15B747);
}

.send-reaction__window {
  max-width: 100%;
  width: 546px;
  border-radius: 24px;
  padding: 44px 44px 120px 44px;
  background-color: var(--white, #FFF);
}

.send-reaction__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.send-reaction__title {
  color: var(--black, #252423);
  text-align: center;
  font-family: var(--font-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.send-reaction__desc {
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.swiper-container {
  overflow: hidden;
}

.swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}

.swiper-customers .swiper-slide {
  width: auto;
}

.swiper-customers .swiper-slide article {
  height: 100%;
}

.swiper-nav-group {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.swiper-nav-group__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.swiper-nav-group-btn {
  height: 64px;
  width: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  border-radius: 20px;
  color: var(--black);
  background-color: var(--white, #FFF);
  -webkit-transition: background-color 0.4s ease-in-out, border-radius 0.4s ease-in-out, color 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, border-radius 0.4s ease-in-out, color 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.swiper-nav-group-btn.--next {
  width: 125px;
}

.swiper-nav-group-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.swiper-products-list .swiper-slide {
  width: auto;
}

.swiper-nav-group-min {
  padding-top: 12px;
}

.swiper-nav-group-min:has(.swiper-button-lock) {
  display: none;
}

.swiper-nav-group-min__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.swiper-nav-btn-min {
  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: 44px;
  height: 32px;
  border-radius: 8px;
  color: var(--black, #252423);
  background-color: var(--white, #FFF);
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.swiper-nav-btn-min.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.swiper-products-list .swiper-slide {
  width: auto;
}

.swiper-products-list::after,
.swiper-products-list::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  width: 112px;
  height: 146px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.swiper-products-list::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#F5F5F5), to(rgba(245, 245, 245, 0)));
  background: linear-gradient(270deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}

.swiper-products-list::before {
  z-index: 3;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#F5F5F5), to(rgba(245, 245, 245, 0)));
  background: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}

.swiper-products-list:has(.--prev.swiper-button-disabled)::before {
  opacity: 0;
}

.swiper-products-list:has(.--next.swiper-button-disabled)::after {
  opacity: 0;
}

.swiper-group-drop {
  overflow: visible;
}

.swiper-group-drop .swiper-slide {
  width: auto;
}

.swiper-products .swiper-slide {
  width: auto;
}

.swiper-products .card-detail-product {
  max-width: 302px;
}

.swiper-products .card-detail-product:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.swiper .pagination:has(.swiper-button-lock) {
  display: none;
}

.swiper-main-ditail {
  overflow: hidden;
}

.swiper-main-ditail .swiper-slide {
  height: auto;
  opacity: 0;
  visibility: hidden;
}

.swiper-main-ditail .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.swiper-preview-ditail {
  overflow: hidden;
  padding-top: 12px;
}

.swiper-preview-ditail .swiper-slide {
  width: auto;
  height: auto;
}

.swiper-preview-ditail .swiper-slide.swiper-slide-thumb-active .card-preview-img-detail {
  border-color: var(--green);
}

.swiper-ditail-nav {
  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;
  pointer-events: none;
}

.swiper-ditail-nav__btn {
  pointer-events: auto;
  border-radius: 8px;
  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(--black);
  width: 32px;
  height: 32px;
  background-color: var(--gray-10, #F5F5F5);
}

.swiper-ditail-nav__btn svg {
  width: 20px;
}

.swiper-ditail-nav__btn.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.swiper-tabs {
  overflow: hidden;
}

.swiper-tabs .swiper-slide {
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}

.swiper-tabs .swiper-slide article {
  height: 100%;
}

.swiper-tabs-btn .swiper-slide {
  width: auto;
  height: auto;
}

.swiper-about-production {
  overflow: visible;
}

.swiper-about-production .swiper-slide {
  width: auto;
}

.swiper-licenses .swiper-slide {
  width: auto;
}

.swiper-licenses .swiper-nav-group:has(.swiper-button-lock) {
  display: none;
}

.swiper-video-gallery .swiper-slide {
  width: auto;
}

.card-customer {
  max-height: 160px;
  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;
}

.card-customer picture {
  height: auto;
}

.card-customer img {
  max-height: 160px;
}

.box-customers__box-swiper {
  margin: 40px -80px 0;
  position: relative;
}

.box-customers__box-swiper::after,
.box-customers__box-swiper::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  bottom: 84px;
  width: 192px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(245, 245, 245, 0)), to(#F5F5F5));
  background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
}

.box-customers__box-swiper::before {
  left: auto;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(#F5F5F5));
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
}

.box-customers .swiper-nav-group {
  padding: 20px 80px 0 80px;
}

.box-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.2879256966%;
}

.box-about__left {
  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;
  width: 35.1393188854%;
  position: relative;
}

.box-about__left::before {
  content: "";
  position: absolute;
  inset: -80px 0 -20px -27px;
  z-index: -1;
  background-image: url("../img/box-about/bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.box-about__title {
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.box-about__desc {
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.box-about__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.box-about__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.card-about {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.card-about .box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.card-about .box-img img {
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.card-about .desc {
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.box-service__content {
  padding: 36px 52px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--gray-20, #EDEDED);
  background-image: url("../img/box-service/bg.svg");
  background-position: left center;
  background-repeat: no-repeat;
}

.box-service__desc {
  max-width: 698px;
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.production-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.card-product {
  padding: 32px;
  position: relative;
  width: 100%;
  min-height: 333px;
  overflow: hidden;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--gray-20, #EDEDED);
  -webkit-transition: background-color 0.4s ease-in-out, background-image 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, background-image 0.4s ease-in-out;
}

.card-product__link {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.card-product__link .name {
  display: none;
}

.card-product__link {
  /*@media (min-width: 1001px) {
    &:focus-visible,&:hover {
    }
  }*/
}

.card-product__title {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  inset: 32px 32px auto 32px;
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-product__title b {
  font-weight: 400;
  display: block;
}

.card-product__box-img {
  pointer-events: none;
  position: relative;
  z-index: 1;
  width: 216px;
  aspect-ratio: 1/1;
}

.no-webp .card-main{
  background-image: url("../img/main-slider/bg-slide.png"); }

.card-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  overflow: hidden;
}

.card-main__left {
  padding: 74px 68px;
  width: 39.0092879257%;
  background-color: var(--white);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-main__box-img {
  max-height: 446px;
}

.card-main__box-img img {
  height: 446px;
}

.card-main__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-main__top {
  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;
}

.card-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.card-main__list li {
  padding-left: 28px;
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 21.25px */
  background-image: url("../img/list/icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

.card-main__right {
  position: relative;
  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;
}

.card-main__point-tags {
  position: absolute;
}

.card-main__point-tags .tag {
  position: absolute;
}

.card-main__point-tags .tag:nth-child(1) {
  bottom: 131px;
  right: -31px;
}

.card-main__point-tags .tag:nth-child(2) {
  bottom: 102px;
  left: 112px;
}

.card-main__point-tags .tag:nth-child(3) {
  top: 90px;
  right: 81px;
}

.card-main__point-tags .tag:nth-child(4) {
  left: 1px;
}

.title {
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.title-mob {
  display: none;
}

.tag {
  pointer-events: none;
  white-space: nowrap;
  width: auto;
  max-width: 250px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(11.3240003586px);
}

.tag b {
  padding: 0 8px;
  height: 35px;
  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(--black, #252423);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.64px;
  border-radius: 8px;
  background-color: var(--yellow_darker, #F6CF02);
}

.tag i {
  color: var(--black, #252423);
  font-family: var(--font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-main {
  border-radius: 24px;
}

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

.swiper-main .swiper-nav-group {
  padding: 0;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 10px;
  background-color: var(--gray-10, #F5F5F5);
  border-radius: 20px 0 0 0;
}

.swiper-main .swiper-nav-group::after,
.swiper-main .swiper-nav-group::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--gray-10, #F5F5F5);
  -webkit-mask: radial-gradient(circle 20px at top left, transparent 20px, black 21px);
          mask: radial-gradient(circle 20px at top left, transparent 20px, black 21px);
}

.swiper-main .swiper-nav-group::after {
  bottom: 100%;
  right: 0;
}

.swiper-main .swiper-nav-group::before {
  bottom: 0;
  right: 100%;
}

@-webkit-keyframes expandWidth {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes expandWidth {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.path {
  padding: 28px 0;
}

.path__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Firefox */
  scrollbar-width: none;
  /* IE и старый Edge */
  -ms-overflow-style: none;
}

.path__line::-webkit-scrollbar {
  display: none;
}

.path-link {
  padding-left: 20px;
  white-space: nowrap;
  position: relative;
  color: var(--text-gray, #B7B7B6);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.path-link:first-child {
  padding-left: 0;
}

.path-link:first-child::before {
  display: none;
}

.path-link::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 8px;
  left: 7px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--green);
}

span.path-link {
  pointer-events: none;
}

.page-title {
  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;
}

.page-title__text {
  color: var(--black, #252423);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.static-text {
  color: var(--black, #252423);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.static-text a {
  color: var(--green, #15B747);
  text-decoration: underline;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.static-text *:not(:last-child) {
  margin-bottom: 16px;
}

.static-text h1 {
  margin-bottom: 32px !important;
  color: var(--black, #252423);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.static-text h2 {
  margin-bottom: 32px !important;
  color: var(--black, #252423);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.static-text h3 {
  margin-bottom: 24px !important;
  color: var(--black, #252423);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.static-text h4 {
  margin-bottom: 24px !important;
  color: var(--black, #252423);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.static-text h5 {
  margin-bottom: 18px !important;
  color: var(--black, #252423);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.static-text h6 {
  margin-bottom: 16px !important;
  color: var(--black, #252423);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.static-text ul {
  margin: 0;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}

.static-text ul li {
  margin: 0 !important;
}

.static-text ul li::marker {
  color: var(--green);
}

.static-text ol {
  margin: 0;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}

.static-text ol li {
  margin: 0 !important;
}

.category-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 302px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}

.card-category {
  height: 100%;
  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;
  padding: 24px;
  border-radius: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  background-color: var(--gray-20, #EDEDED);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.card-category__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.card-category__link .name {
  display: none;
}

.card-category .svg {
  position: absolute;
  inset: 30px 2px 10px 2px;
  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(--gray-10, #F5F5F5);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.card-category__title {
  height: 48px;
  min-height: 48px;
  pointer-events: none;
  position: relative;
  color: var(--black, #252423);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-category__box-img {
  pointer-events: none;
  position: relative;
  width: 100%;
  max-height: 152px;
  min-height: 152px;
  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;
}

.card-category__box-img picture {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-category__box-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 152px;
  min-height: 152px;
}

.card-product-min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.card-product-min__link {
  min-width: 177px;
  max-width: 177px;
  min-height: 146px;
  max-height: 146px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  gap: 10px;
  padding: 20px;
  border-radius: 24px;
  background-color: var(--gray-20, #EDEDED);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.card-product-min__img-box {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.card-product-min__img-box img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.card-product-min__title {
  color: var(--black, #252423);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.products-list__box-swiper {
  margin: 0 0 42px;
}

.filter {
  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;
  gap: 16px;
}

.filter__box-btn {
  position: absolute;
  right: 0;
  bottom: calc(100% + 40px);
}

.filter .btn-download {
  padding: 5px 12px;
  font-size: 15px;
  height: 44px;
  border: 1px solid var(--gray-20, #EDEDED);
  background: var(--gray-30, #E5E5E5);
}

.filter__choice-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.filter__menu {
  width: 100%;
  position: relative;
  padding-right: 68px;
}

.filter__menu::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 68px;
  background-color: var(--gray-10, #F5F5F5);
}

.filter__menu .link-filter-reset {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.filter__menu-close {
  display: none;
}

.filter__group-drop {
  position: relative;
}

.filter__group-drop::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 2;
  width: 146px;
  background: -webkit-gradient(linear, right top, left top, from(#F5F5F5), to(rgba(245, 245, 245, 0)));
  background: linear-gradient(270deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}

.drop-down-type-2 {
  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;
}

.drop-down-type-2.selected .drop-down-type-2__top {
  padding: 0 20px 0 0;
}

.drop-down-type-2.selected .drop-down-type-2__btn {
  padding: 17px 0 17px 20px;
}

.drop-down-type-2.selected .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drop-down-type-2.selected .drop-down-type-2__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drop-down-type-2.active .drop-down-type-2__top {
  border-radius: 20px 20px 0 0;
}

.drop-down-type-2.active .drop-down-type-2__top::after,
.drop-down-type-2.active .drop-down-type-2__top::before {
  opacity: 1;
  visibility: visible;
}

.drop-down-type-2.active .drop-down-type-2__btn svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.drop-down-type-2.active .drop-down-type-2__box {
  opacity: 1;
  visibility: visible;
}

.drop-down-type-2__top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 20px;
  background-color: var(--gray-20, #EDEDED);
  -webkit-transition: border-radius 0.2s ease-in-out;
  transition: border-radius 0.2s ease-in-out;
}

.drop-down-type-2__top::after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  width: 100%;
  bottom: -12px;
  height: 12px;
  background-color: var(--gray-20, #EDEDED);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.4s ease-in-out;
}

.drop-down-type-2__top::before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -12px;
  right: -20px;
  background-image: url("../img/drop-down-type-2/bg.svg");
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.4s ease-in-out;
}

.drop-down-type-2__btn {
  position: relative;
  padding: 17px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--black, #252423);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.drop-down-type-2__btn .count {
  width: 21px;
  height: 21px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--green);
  border-radius: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.drop-down-type-2__btn .svg {
  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;
}

.drop-down-type-2__btn svg {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.drop-down-type-2__close {
  width: 21px;
  height: 21px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  color: var(--white);
  background-color: var(--black, #252423);
}

.drop-down-type-2__box {
  min-width: calc(100% + 132px);
  position: absolute;
  top: calc(100% + 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 0 20px 20px 20px;
  background-color: var(--gray-20, #EDEDED);
  opacity: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.drop-down-type-2__box-submit {
  padding: 8px 20px 12px;
}

.drop-down-type-2__submit {
  padding: 5px 20px;
  width: 100%;
  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;
  height: 40px;
  border-radius: 12px;
  color: var(--white, #FFF);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: var(--green);
}

.checkbox-type-2 {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 13px 20px;
}

.checkbox-type-2__input {
  cursor: pointer;
  position: absolute;
  inset: 0;
  opacity: 0;
}

.checkbox-type-2__input:checked + .cactom svg {
  opacity: 1;
}

.checkbox-type-2 .cactom {
  width: 21px;
  height: 21px;
  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-radius: 4px;
  background-color: var(--white);
  border: 1px solid var(--gray-30, #E5E5E5);
}

.checkbox-type-2 .cactom svg {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.checkbox-type-2__desc {
  color: var(--black, #252423);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.section-catalog-products {
  position: relative;
}

.section-catalog-products .container {
  position: relative;
}

.section-catalog-products .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-1 * (1920px - 100%) / 2 + 1px);
  z-index: 2;
  height: 56px;
  width: calc((1920px - 100%) / 2 + 80px);
  background-color: var(--gray-10, #F5F5F5);
}

.section-catalog-products .container::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-1 * (1920px - 100%) / 2 + 1px);
  z-index: 2;
  height: 56px;
  width: calc((1920px - 100%) / 2 + 80px);
  background-color: var(--gray-10, #F5F5F5);
}

.catalog-products__wrapper {
  margin-top: 24px;
}

.catalog-products__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 302px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}

.card-detail-product {
  padding: 24px;
  height: 100%;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--white, #FFF);
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

.card-detail-product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 216px;
  max-height: 216px;
}

.card-detail-product .card-tags {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-detail-product .card-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  border-radius: 8px;
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: var(--text-gray);
}

.card-detail-product .card-tag.new {
  background-color: var(--green, #15B747);
}

.card-detail-product .card-tag.sale {
  color: var(--black);
  background-color: var(--yellow_darker, #F6CF02);
}

.card-detail-product__box-img {
  width: 100%;
  min-height: 216px;
  max-height: 216px;
  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;
}

.card-detail-product__box-img img {
  width: 100%;
  min-height: 216px;
  max-height: 216px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-detail-product__bottom {
  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;
}

.card-detail-product__title {
  color: var(--black, #252423);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-detail-product__status {
  padding: 8px 0 12px;
}

.card-detail-product__status.yes .status:last-child {
  display: none;
}

.card-detail-product__status.none .status:first-child {
  display: none;
}

.card-detail-product__status .status {
  height: 18px;
  padding-left: 20px;
  color: var(--black, #252423);
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-repeat: no-repeat;
  background-position: left center;
}

.card-detail-product__status .status:first-child {
  background-image: url("../img/status/yes.svg");
}

.card-detail-product__status .status:last-child {
  background-image: url("../img/status/none.svg");
}

.card-detail-product__price {
  margin-bottom: 20px;
  color: var(--black, #252423);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.card-detail-product__price b {
  color: var(--black, #252423);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.card-detail-product__price .old {
  text-decoration: line-through;
  font-size: 13px;
  color: var(--text-gray);
  line-height: 100%;
}

.card-detail-product__link {
  width: 100%;
  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;
  height: 52px;
  padding: 5px 24px;
  border-radius: 16px;
  color: var(--black, #252423);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: var(--gray-20, #EDEDED);
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.pagination {
  padding-top: 28px;
  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;
}

.pagination-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.pagination-btn {
  width: 56px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  background-color: var(--white);
  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: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  -webkit-transition: border-radius 0.4s ease-in-out, background-color 0.4s ease-in-out, color 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: border-radius 0.4s ease-in-out, background-color 0.4s ease-in-out, color 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pagination-btn .svg {
  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;
}

.pagination-btn.active {
  outline: 2px solid var(--gray-20, #EDEDED);
}

.pagination-btn.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.pagination .only-mobile {
  width: 100%;
}

.pagination .link-show-more {
  margin-top: 0;
  width: 100%;
  background-color: var(--white);
}

.detail-card {
  padding: 44px;
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  row-gap: 56px;
  border-radius: 24px;
  background-color: var(--white);
}

.detail-card__table-wrapper {
  min-height: 509px;
  padding-left: 413px;
}

.detail-card .item--span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.detail-card .item--full {
  grid-column: 1/-1;
}

.box-detail-swiper {
  position: absolute;
  top: 44px;
  left: 44px;
  width: 377px;
}

.box-detail-swiper .card-tags {
  pointer-events: none;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  z-index: 2;
}

.box-detail-swiper .card-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.box-detail-swiper .card-tag.new {
  color: var(--white, #FFF);
  background-color: var(--green, #15B747);
}

.box-detail-swiper .card-tag.sale {
  color: var(--black);
  background-color: var(--yellow, #F6CF02);
}

.box-detail-swiper .swiper-ditail-nav {
  position: absolute;
  bottom: 26px;
  z-index: 2;
  left: -16px;
  right: -16px;
}

.detail-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.detail-table__title {
  color: var(--black, #252423);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.detail-table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.detail-table__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.detail-table__line .name {
  color: var(--text-gray, #B7B7B6);
  font-size: 17px;
  text-align: start;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.detail-table__line .between {
  margin: 0 8px;
  min-width: 26px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(#A1A1A2), color-stop(60%, #A1A1A2), color-stop(40%, transparent), to(transparent));
  background-image: linear-gradient(to right, #A1A1A2 0%, #A1A1A2 60%, transparent 40%, transparent 100%);
  background-size: 10px 0.9px;
  background-position: left bottom 4px;
  background-repeat: repeat-x;
}

.detail-table__line .info {
  max-width: 160px;
  color: var(--black, #252423);
  text-align: right;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-info__top {
  position: relative;
  border-radius: 24px 24px 0 0;
  background-color: var(--gray-20, #EDEDED);
  padding: 24px 24px 13px 24px;
}

.main-info__top::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  z-index: 0;
  border-radius: 24px;
  background-color: var(--gray-10, #F5F5F5);
}

.box-price-product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-price-product__left {
  width: 100%;
}

.box-price-product__img {
  display: none;
}

.box-price-product .cost {
  color: var(--text-gray, #B7B7B6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.box-price-product .price {
  padding-top: 4px;
}

.box-price-product .card-detail-product__price {
  margin-bottom: 8px;
  font-size: 28px;
}

.box-price-product .card-detail-product__price b {
  font-size: 20px;
}

.box-price-product .card-detail-product__status {
  padding: 0;
}

.box-price-product .card-detail-product__status .status {
  font-size: 17px;
}

.box-price-product__right {
  width: 100%;
}

.box-download-product {
  padding: 24px;
  border-radius: 0 0 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background-color: var(--gray-20, #EDEDED);
}

.box-delivery {
  min-height: 86px;
  margin-top: 16px;
  border-radius: 24px;
  border: 1px solid var(--gray-20, #EDEDED);
  padding: 24px 24px 24px 72px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  background-image: url("../img/box-delivery/del.svg");
  background-repeat: no-repeat;
  background-position: top 24px left 24px;
}

.box-guarantee {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 36px;
  border-radius: 24px;
  background-color: var(--gray-10, #F5F5F5);
  background-image: url("../img/box-guarantee/bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
}

.box-guarantee.bg-gray-20 {
  background-color: var(--gray-20, #EDEDED);
}

.box-guarantee__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  min-width: 400px;
  width: 37.9858657244%;
}

.box-guarantee__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  color: var(--black, #252423);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.box-guarantee__title span {
  padding: 6px 7px;
  background-color: var(--green, #15B747);
  border-radius: 12px;
  color: var(--white, #FFF);
}

.box-guarantee__desc {
  color: var(--black, #252423);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.box-guarantee__desc b {
  font-weight: 600;
}

.box-guarantee__bottom {
  min-width: 500px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-guarantee {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(194px, 200px) 1fr;
  grid-template-columns: 1fr minmax(194px, 200px) 1fr;
}

.list-guarantee li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 36px;
  border-right: 1px solid var(--gray-30, #E5E5E5);
}

.list-guarantee li:first-child {
  padding-left: 0;
}

.list-guarantee li:last-child {
  padding-right: 0;
  border: none;
}

.card-guarantee {
  min-width: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.card-guarantee__top {
  overflow: hidden;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}

.card-guarantee__desc {
  color: var(--black, #252423);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.line-swiper-products {
  margin-top: 40px;
}

.card-main-img-detail {
  width: 100%;
  max-height: 400px;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-main-img-detail.--video {
  position: relative;
}

.card-main-img-detail__video-box {
  display: none;
  position: absolute;
  inset: 0;
}

.card-main-img-detail__video-box video {
  width: 100%;
  height: 100%;
  max-height: 400px;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-main-img-detail__video-box.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-main-img-detail__btn-video {
  position: absolute;
  inset: 0;
  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;
}

.card-main-img-detail__btn-video-bg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  max-height: 400px;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

.card-main-img-detail__btn-video-play {
  position: absolute;
  width: 50px;
  height: 50px;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}

.card-main-img-detail__link {
  width: 100%;
  height: 100%;
  max-height: 400px;
  min-height: 400px;
  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;
}

.card-main-img-detail__link picture {
  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;
}

.card-main-img-detail__link img {
  pointer-events: none;
  width: 100%;
  height: 100%;
  max-height: 400px;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-preview-img-detail {
  position: relative;
  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;
  max-width: 85px;
  min-width: 85px;
  max-height: 85px;
  min-height: 85px;
  border-radius: 16px;
  border: 1px solid var(--gray-20, #EDEDED);
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

.card-preview-img-detail.--video::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.56)), to(rgba(255, 255, 255, 0.56)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.56) 100%);
}

.card-preview-img-detail.--video::after {
  content: "";
  position: absolute;
  inset: 1px;
  background-image: url("../img/card-preview-img-detail/paly.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.card-preview-img-detail picture {
  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;
}

.card-preview-img-detail img {
  pointer-events: none;
  width: 100%;
  height: 100%;
  max-width: 85px;
  min-width: 85px;
  max-height: 85px;
  min-height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}

.submit-application__window {
  padding: 24px;
  width: 468px;
  max-width: 100%;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  background-color: var(--white, #FFF);
}

.submit-application__top-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: 12px;
}

.submit-application__title {
  color: var(--black, #252423);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.submit-application__desc {
  color: var(--black, #252423);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.partners {
  padding: 36px;
  border-radius: 24px;
  overflow: hidden;
  background-color: var(--gray-20, #EDEDED);
  position: relative;
}

.partners::after {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 36.6873065015%;
  background-image: url("../img/partners/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.partners__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partners__desc {
  max-width: 700px;
  color: var(--black, #252423);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.section-title-2__text {
  max-width: 590px;
  color: var(--black, #252423);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.tabs-swipers {
  margin-top: 36px;
}

.tabs-swipers__btn {
  height: 52px;
  padding: 5px 16px;
  background-color: transparent;
  border-radius: 16px;
  color: var(--black, #252423);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border: 1px solid var(--gray-30, #E5E5E5);
  -webkit-transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.tabs-swipers__btn.active {
  background-color: var(--green);
  border-color: var(--green);
  color: var(--white);
}

.tabs-swipers__content {
  margin-top: 20px;
}

.tabs-swipers__pane {
  position: relative;
  margin: 0 -80px 0;
  display: none;
}

.tabs-swipers__pane.active {
  display: block;
}

.tabs-swipers__pane.load::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: var(--gray-10, #F5F5F5);
}

.tabs-swipers__pane.load::before {
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  z-index: 3;
  border: 4px solid var(--gray-20, #EDEDED);
  border-top-color: var(--green, #15B747);
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.tabs-swipers__pane::after,
.tabs-swipers__pane::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  bottom: 84px;
  width: 192px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(245, 245, 245, 0)), to(#F5F5F5));
  background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
}

.tabs-swipers__pane::before {
  left: auto;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(#F5F5F5));
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
}

.tabs-swipers .swiper-nav-group__btns {
  padding: 20px 80px 0;
}

.card-tabs {
  width: auto;
  max-width: 250px;
  min-width: 125px;
  min-height: 159px;
  max-height: 159px;
  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;
}

.card-tabs img {
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 159px;
}

.box-partners {
  position: relative;
  z-index: 1;
  max-width: 460px;
  min-height: 264px;
}

.partners-map:has(.map-RF:hover) .map-RF-LOC {
  -webkit-animation: markerJump 0.6s ease-out;
          animation: markerJump 0.6s ease-out;
}

.partners-map:has(.map-BEL:hover) .map-BEL-LOC {
  -webkit-animation: markerJump 0.6s ease-out;
          animation: markerJump 0.6s ease-out;
}

.partners-map:has(.map-KZ:hover) .map-KZ-LOC {
  -webkit-animation: markerJump 0.6s ease-out;
          animation: markerJump 0.6s ease-out;
}

.partners-map:has(.map-UZ:hover) .map-UZ-LOC {
  -webkit-animation: markerJump 0.6s ease-out;
          animation: markerJump 0.6s ease-out;
}

.partners-map:has(.map-KR:hover) .map-KR-LOC {
  -webkit-animation: markerJump 0.6s ease-out;
          animation: markerJump 0.6s ease-out;
}

.partners-map .map-RF,
.partners-map .map-KZ,
.partners-map .map-BEL,
.partners-map .map-UZ,
.partners-map .map-KR {
  -webkit-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}

.partners-map .map-RF:hover,
.partners-map .map-KZ:hover,
.partners-map .map-BEL:hover,
.partners-map .map-UZ:hover,
.partners-map .map-KR:hover {
  fill: #1ecc54;
}

@-webkit-keyframes markerJump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  30% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }

  60% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }

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

@keyframes markerJump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  30% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }

  60% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }

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

.section-partners-map .container {
  position: relative;
}

.section-partners-map .box-partners-map {
  position: absolute;
  top: -60px;
  right: 80px;
  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: 64.4628099174%;
}

.radio-type-1 {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.radio-type-1__input {
  position: absolute;
  opacity: 0;
}

.radio-type-1__input:checked + .castom {
  border-color: var(--green);
}

.radio-type-1__input:checked + .castom i {
  opacity: 1;
}

.radio-type-1 .castom {
  margin: 2px;
  width: 20px;
  height: 20px;
  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-radius: 100%;
  border: 2px solid #E5E5E5;
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

.radio-type-1 .castom i {
  opacity: 0;
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100%;
  background-color: var(--green);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.radio-type-1__desc {
  color: var(--black, #252423);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.quote {
  padding: 112px 36px 36px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  background-color: var(--white, #FFF);
  background-image: url("../img/quote/bg.svg");
  background-repeat: no-repeat;
  background-position: top 36px left 36px;
}

.quote.half {
  max-width: 100%;
  width: 646px;
}

.quote__desc {
  margin: 0 !important;
  color: var(--black, #252423);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.quote a {
  color: var(--green, #15B747);
  text-decoration: underline;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.quote__person {
  min-height: 64px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding-left: 80px;
}

.quote__img {
  margin: 0 !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--gray-20, #EDEDED);
}

.quote__img picture {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quote__img img {
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}

.quote__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.quote h3.quote__title {
  margin: 0 !important;
  color: var(--black, #252423);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.quote p.quote__info-text {
  color: var(--text-gray, #B7B7B6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.castom-table {
  overflow: auto;
  -ms-overflow-style: none;
  /* IE и Edge */
  scrollbar-width: none;
  /* Firefox */
}

.castom-table.scroll-start {
  position: relative;
}

.castom-table.scroll-start::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0 0 0 auto;
  width: 72px;
  background: -webkit-gradient(linear, right top, left top, from(#F5F5F5), to(rgba(245, 245, 245, 0)));
  background: linear-gradient(270deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}

.castom-table.scroll-start.scroll-end::after {
  display: none;
}

.castom-table::-webkit-scrollbar {
  display: none;
}

.castom-table-body {
  min-width: 1200px;
  margin: 0 !important;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--black, #252423);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

.castom-table-body_line {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px;
  border-bottom: 1px solid var(--gray-200, #E5E5EB);
  background-color: var(--white);
}

.castom-table-body_line.head {
  border-radius: 24px 24px 0 0;
  font-weight: 500;
  border: none;
  background-color: var(--gray-20, #EDEDED);
}

.castom-table-body_column {
  margin: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
}

.service__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  overflow: hidden;
}

.card-service {
  height: 100%;
  min-height: 256px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 24px;
  background-color: var(--white);
  background-image: url("../img/card-service/bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right 32px;
}

.card-service__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.card-service__box-img {
  max-width: 52px;
  min-width: 52px;
  max-height: 52px;
  min-height: 52px;
  overflow: hidden;
  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;
}

.card-service__box-img img {
  max-width: 52px;
  max-height: 52px;
}

.card-service__title {
  color: var(--black, #252423);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.card-service__desc {
  color: var(--black, #252423);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.js-box-leav .js-item-leav {
  opacity: 0;
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
}

.js-box-leav .js-item-leav:nth-child(odd) {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}

.js-box-leav.is-visible .js-item-leav {
  -webkit-animation: leavSlide 0.7s ease forwards;
          animation: leavSlide 0.7s ease forwards;
}

.js-box-leav.is-visible .js-item-leav:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.js-box-leav.is-visible .js-item-leav:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.js-box-leav.is-visible .js-item-leav:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.js-box-leav.is-visible .js-item-leav:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes leavSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(var(--start-offset));
            transform: translateX(var(--start-offset));
  }

  70% {
    opacity: 1;
    -webkit-transform: translateX(calc(var(--start-offset) * -0.15));
            transform: translateX(calc(var(--start-offset) * -0.15));
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes leavSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(var(--start-offset));
            transform: translateX(var(--start-offset));
  }

  70% {
    opacity: 1;
    -webkit-transform: translateX(calc(var(--start-offset) * -0.15));
            transform: translateX(calc(var(--start-offset) * -0.15));
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.js-item-leav:nth-child(odd) {
  --start-offset: -100px;
}

.js-item-leav:nth-child(even) {
  --start-offset: 100px;
}

/* начальное состояние */

.js-box-guarantee .js-item-guarantee {
  opacity: 0;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}

.js-box-guarantee.is-visible .js-item-guarantee {
  -webkit-animation: guaranteeSlide 0.6s ease forwards;
          animation: guaranteeSlide 0.6s ease forwards;
}

/* анимация снизу вверх с лёгким отскоком */

@-webkit-keyframes guaranteeSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }

  70% {
    opacity: 1;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes guaranteeSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }

  70% {
    opacity: 1;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.cookie {
  display: none;
  pointer-events: none;
  position: fixed;
  z-index: 20;
  left: 0;
  bottom: 56px;
  width: 100%;
}

.cookie__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.cookie__window {
  padding: 24px 28px;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  border-radius: 20px;
  background: var(--white, #FFF);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.cookie__message {
  width: 80.5825242718%;
  pointer-events: auto;
  color: var(--black, #252423);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  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;
}

.cookie__message a {
  color: var(--green, #00CB62);
  text-decoration: underline;
}

.cookie__box-btn {
  pointer-events: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cookie__btn {
  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: 10px;
  width: 100%;
  height: 52px;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.176%;
  border-radius: 14px;
  background-color: var(--green, #15B747);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.error-page {
  height: 100%;
}

.error-page .container {
  height: 100%;
}

.error-page__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error-page__box-img {
  width: 382px;
  height: 308px;
  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;
}

.error-page__box-img img {
  max-width: 382px;
  max-height: 308px;
}

.error-page__box-desc {
  max-width: 580px;
  color: var(--black, #252423);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.error-page__box-desc a {
  color: var(--green, #15B747);
  text-decoration: underline;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.box-contacts {
  position: relative;
  padding: 44px;
  width: 100%;
  min-height: 608px;
  border-radius: 24px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-contacts .map-contacts {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.box-contacts__info {
  width: 388px;
  max-width: 100%;
  height: auto;
  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: 28px 24px;
  position: relative;
  z-index: 2;
  gap: 16px;
  border-radius: 24px;
  background-color: var(--white, #FFF);
}

.box-contacts__top-group {
  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;
}

.box-contacts .box-info .name {
  font-size: 16px;
}

.box-contacts .box-info .text {
  font-size: 20px;
}

.box-contacts .box-info .phone {
  font-size: 20px;
  line-height: 120%;
}

.box-contacts .box-info .mail {
  font-size: 20px;
  line-height: 120%;
}

.box-contacts .box-info__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.company-details__window {
  width: 456px;
  max-width: 100%;
  border-radius: 24px;
  padding: 32px;
  background-color: var(--white, #FFF);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.company-details__window .box-info .name {
  font-size: 16px;
}

.company-details__window .box-info .text {
  font-size: 18px;
}

.company-details__title {
  color: var(--black, #252423);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.company-details__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.search-results__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.search-results .search-1__line {
  border-radius: 24px;
}

.search-results .search-1__btn {
  border-radius: 24px;
}

.search-results__caunt {
  color: var(--black, #252423);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.search-results__caunt span {
  color: var(--green, #15B747);
}

.search-results__list {
  background-color: var(--white);
  border-radius: 24px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--gray-20, #EDEDED);
}

.search-results__item {
  position: relative;
}

.search-results__item::before {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  height: 1px;
  background-color: var(--gray-20, #EDEDED);
}

.search-results__item:last-child::before {
  display: none;
}

.card-search {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-search__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}

.card-search__box-img {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}

.card-search__box-img picture {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-search__box-img img {
  max-width: 80px;
  min-width: 80px;
  max-height: 80px;
  min-width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-search__desc {
  color: var(--black, #252423);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.card-search__wrapper-desc {
  max-width: 778px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-search .path {
  padding: 7px 0 0 0;
}

.card-search__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.card-search__right .box-info {
  gap: 3px;
}

.card-search__right .box-info .name {
  font-size: 16px;
  line-height: 120%;
}

.card-search__right .box-info .price {
  color: var(--black, #252423);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.card-search .link-detailed {
  width: 139px;
  border-radius: 1000px;
}

.about-hero__desc {
  margin-bottom: 44px;
  color: var(--black, #252423);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.about-hero__banner {
  position: relative;
  width: 100%;
  min-height: 580px;
  max-height: 580px;
  border-radius: 24px;
  overflow: hidden;
  background-color: var(--black);
}

.about-hero__banner.load::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: var(--black);
}

.about-hero__banner.load::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: calc(50% - 21px);
  left: calc(50% - 21px);
  width: 42px;
  height: 42px;
  z-index: 2;
  border: 4px solid var(--gray-20, #EDEDED);
  border-top-color: var(--green, #15B747);
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.about-hero__banner img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  max-height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-hero__banner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-production__box-swiper {
  position: relative;
  overflow: hidden;
  margin-left: -132px;
  margin-right: -132px;
}

.about-production__box-swiper::after,
.about-production__box-swiper::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 84px;
  width: 242px;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.about-production__box-swiper::after {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(245, 245, 245, 0)), to(#F5F5F5));
  background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
}

.about-production__box-swiper::before {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(#F5F5F5));
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
}

.about-production__box-swiper:has(.--prev.swiper-button-disabled)::after {
  opacity: 0;
}

.about-production__box-swiper:has(.--next.swiper-button-disabled)::before {
  opacity: 0;
}

.about-production__box-swiper-wrapp {
  margin: 0 auto;
  max-width: 1452px;
  width: 100%;
  padding: 0 80px;
}

.about-production__box-swiper .swiper-nav-group {
  padding-left: 132px;
  padding-right: 132px;
}

.card-about-production {
  position: relative;
  width: 409px;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.card-about-production__box-img {
  position: absolute;
  inset: 0;
}

.card-about-production__box-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%);
}

.card-about-production__box-img img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-about-production__content {
  position: relative;
  min-height: 328px;
  padding: 32px;
  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;
  gap: 30px;
}

.card-about-production__title {
  color: var(--white, #FFF);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.card-about-production__desc {
  color: var(--white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.services__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.card-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.card-services__box-mg {
  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: 52px;
  height: 52px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.card-services__box-mg img {
  width: 52px;
  height: 52px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.card-services__title {
  color: var(--black, #252423);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.card-licenses {
  height: 100%;
  width: 302px;
  max-width: 100%;
}

.card-licenses__link {
  width: 100%;
  height: 100%;
  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: 28px;
  background-color: var(--gray-20, #EDEDED);
  border-radius: 24px;
}

.card-licenses__link img {
  pointer-events: none;
  width: 100%;
  height: 100%;
  min-height: 369px;
  max-height: 369px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-video {
  width: 409px;
  max-width: 100%;
  height: 100%;
  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;
  gap: 16px;
}

.card-video__btn {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.card-video__btn span {
  display: none;
}

.card-video .box-video {
  position: relative;
  width: 100%;
  min-height: 284px;
  max-height: 284px;
  overflow: hidden;
  border-radius: 16px;
}

.card-video .box-video:has(video) img {
  opacity: 0;
}

.card-video .box-video:has(video) .tag {
  opacity: 0;
}

.card-video .box-video:has(video) .play {
  opacity: 0;
}

.card-video .box-video picture {
  position: absolute;
  inset: 0;
}

.card-video .box-video img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  min-height: 284px;
  max-height: 284px;
}

.card-video .box-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  min-height: 284px;
  max-height: 284px;
}

.card-video .box-video .tag {
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 8px 16px;
  height: auto;
  border-radius: 12px;
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  background-color: var(--green);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.card-video .box-video .play {
  position: absolute;
  inset: 0;
  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(--green);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.card-video__title {
  color: var(--black, #252423);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.viewer-video__window {
  position: relative;
  max-width: 100%;
  width: 1292px;
  border-radius: 16px;
  overflow: hidden;
  min-height: calc(100dvh - 154px - 154px);
  max-height: calc(100dvh - 154px - 154px);
}

.viewer-video__window iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: calc(100dvh - 154px - 154px);
  max-height: calc(100dvh - 154px - 154px);
}

@media (min-width: 1001px) {
  .only-mobile {
    display: none;
  }

  .aside__btn-open:focus-visible,
  .aside__btn-open:hover {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  }

  .aside-menu__close:focus-visible,
  .aside-menu__close:hover {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  }

  .logo-menu:focus-visible::after {
    opacity: 1;
  }

  .link-nav:focus-visible,
  .link-nav:hover {
    background-color: var(--gray-10);
  }

  .link-order-call:focus-visible,
  .link-order-call:hover {
    background-color: var(--green-hover);
  }

  .link-network:focus-visible,
  .link-network:hover {
    background-color: var(--gray-30);
  }

  .link-all-product {
    background-image: url("../img/link-all-product/bg.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    -webkit-transition: background-image 0.4s ease;
    transition: background-image 0.4s ease;
  }

  .link-detailed:focus-visible,
  .link-detailed:hover {
    background-color: var(--green-hover);
  }

  .link-filter-reset:focus-visible,
  .link-filter-reset:hover {
    color: var(--white);
    background-color: var(--green);
  }

  .link-download-product:focus-visible::before,
  .link-download-product:hover::before {
    opacity: 1;
  }

  .link-requisites-info:focus-visible,
  .link-requisites-info:hover {
    background-color: var(--green-hover);
  }

  .box-info .tel:focus-visible,
  .box-info .tel:hover {
    color: var(--green-hover);
  }

  .box-info .mailto:focus-visible,
  .box-info .mailto:hover {
    color: var(--green);
  }

  .logo:focus-visible::after {
    opacity: 1;
  }

  .btn-download:focus-visible,
  .btn-download:hover {
    background-color: var(--green);
    border-color: var(--green);
    color: var(--white);
  }

  .btn-download:focus-visible .svg,
  .btn-download:hover .svg {
    background-color: var(--white);
    color: var(--green);
  }

  .btn-service:focus-visible,
  .btn-service:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0.04))), var(--black, #252423);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), var(--black, #252423);
  }

  .btn-order:focus-visible,
  .btn-order:hover {
    background-color: var(--green-hover);
  }

  .btn-partners:focus-visible,
  .btn-partners:hover {
    background-color: var(--green-hover);
  }

  .btn-company-details:focus-visible,
  .btn-company-details:hover {
    background-color: var(--gray-30);
  }

  .drop-down-catalog__btn:focus-visible,
  .drop-down-catalog__btn:hover {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  }

  .drop-down-catalog__link:focus-visible,
  .drop-down-catalog__link:hover {
    background-color: var(--white);
  }

  .drop-down-tipe-1:focus-visible .drop-down-tipe-1__box,
  .drop-down-tipe-1:hover .drop-down-tipe-1__box {
    opacity: 1;
    visibility: visible;
  }

  .search-1__btn:focus-visible,
  .search-1__btn:hover {
    background-color: var(--green-hover);
  }

  .footer__line a:focus-visible,
  .footer__line a:hover {
    color: var(--green-hover);
  }

  .footer__line a:focus-visible::after,
  .footer__line a:hover::after {
    background-color: var(--green-hover);
  }

  .submit-type-1:focus-visible,
  .submit-type-1:hover {
    background-color: var(--green-hover);
  }

  .checkbox-type-1__desc a:focus-visible,
  .checkbox-type-1__desc a:hover {
    color: var(--black);
  }

  .modal__close:focus-visible,
  .modal__close:hover {
    border-radius: 100%;
    background-color: var(--green);
    color: var(--white);
  }

  .send-reaction__close:focus-visible,
  .send-reaction__close:hover {
    background-color: var(--green-hover);
  }

  .swiper-nav-group-btn:focus-visible,
  .swiper-nav-group-btn:hover {
    border-radius: 1000px;
    background-color: var(--green);
    color: var(--white);
  }

  .swiper-nav-btn-min:focus-visible,
  .swiper-nav-btn-min:hover {
    color: var(--white, #FFF);
    background-color: var(--green, #15B747);
  }

  .swiper-ditail-nav__btn:focus-visible,
  .swiper-ditail-nav__btn:hover {
    background-color: var(--green);
    color: var(--white);
  }

  a.path-link:focus-visible,
  a.path-link:hover {
    color: var(--green);
  }

  .static-text a:focus-visible,
  .static-text a:hover {
    color: var(--black);
  }

  .card-category:has(.card-category__link:focus-visible, .card-category__link:hover) {
    background-color: var(--gray-30, #E5E5E5);
  }

  .card-category__link:focus-visible + .svg,
  .card-category__link:hover + .svg {
    color: var(--white, #FFF);
  }

  .card-product-min__link:focus-visible,
  .card-product-min__link:hover {
    background-color: var(--white, #FFF);
  }

  .drop-down-type-2__submit:focus-visible,
  .drop-down-type-2__submit:hover {
    color: var(--black, #252423);
    background-color: var(--gray-30, #E5E5E5);
  }

  .card-detail-product:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.0980392157);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.0980392157);
  }

  .card-detail-product__link:focus-visible,
  .card-detail-product__link:hover {
    color: var(--white);
    background-color: var(--green);
  }

  .pagination-btn:focus-visible,
  .pagination-btn:hover {
    border-radius: 100%;
    background-color: var(--green);
    color: var(--white);
  }

  .card-main-img-detail__btn-video:focus-visible .card-main-img-detail__btn-video-play,
  .card-main-img-detail__btn-video:hover .card-main-img-detail__btn-video-play {
    width: 60px;
    height: 60px;
  }

  .card-preview-img-detail:hover {
    border-color: var(--green, #15b747);
  }

  .tabs-swipers__btn:focus-visible,
  .tabs-swipers__btn:hover {
    background-color: var(--green);
    border-color: var(--green);
    color: var(--white);
  }

  .quote a:focus-visible,
  .quote a:hover {
    color: var(--black);
  }

  .error-page__box-desc a:focus-visible,
  .error-page__box-desc a:hover {
    color: var(--black);
  }

  .card-licenses__link:focus-visible,
  .card-licenses__link:hover {
    background-color: var(--gray-10);
  }

  .card-video__btn:focus-visible + .box-video .play,
  .card-video__btn:hover + .box-video .play {
    color: var(--green-hover);
  }

  .card-video__btn:focus-visible + .box-video .tag,
  .card-video__btn:hover + .box-video .tag {
    background-color: var(--green-hover);
  }
}

@media (min-width: 1201px) {
  .cookie__message a:focus-visible,
  .cookie__message a:hover {
    color: var(--white);
  }

  .cookie__btn:focus-visible,
  .cookie__btn:hover {
    background-color: var(--green-hover);
  }
}

@media (min-width: 1401px) {
  .container-wrapper:has(.aside.active) .header__wrapper {
    gap: 0;
  }

  .container-wrapper:has(.aside.active) {
    /*.header__line-top {
      height: 0;
      overflow: hidden;
    }*/
  }

  .link-all-product:focus-visible,
  .link-all-product:hover {
    background-image: url("../img/link-all-product/bg-hover.svg");
  }

  .link-all-product:focus-visible .svg,
  .link-all-product:hover .svg {
    width: 125px;
    border-radius: 1000px;
  }

  .link-all-product:focus-visible .svg svg.small,
  .link-all-product:hover .svg svg.small {
    opacity: 0;
  }

  .link-all-product:focus-visible .svg svg.big,
  .link-all-product:hover .svg svg.big {
    opacity: 1;
  }

  .header__line-top {
    margin-bottom: 32px;
  }

  .header__line-top.top-hidden {
    overflow: hidden;
    height: 0;
    margin-bottom: 0;
  }

  .header__line-top_left.top-hidden {
    display: none;
  }

  .header__line-top_right.top-hidden {
    display: none;
  }

  .card-product:has(.card-product__link:focus-visible, .card-product__link:hover) {
    background-color: transparent;
    background-image: none;
  }

  .card-product:has(.card-product__link:focus-visible, .card-product__link:hover)::before {
    opacity: 0;
  }

  .card-product::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/card-product/bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }

  .card-product::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url("../img/card-product/hover-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 1920px) {
  .about-production__box-swiper {
    margin-left: -80px;
    margin-right: -80px;
  }

  .about-production__box-swiper .swiper-nav-group {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1800px) {
  .aside__btn-open {
    top: 12px;
    left: 12px;
    width: 56px;
    padding: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .aside__btn-open .text {
    display: none;
  }

  .link-all-product {
    min-height: auto;
    aspect-ratio: 409/333;
  }

  .link-all-product .text {
    font-size: 20px;
  }

  .card-product {
    min-height: auto;
    aspect-ratio: 409/333;
  }

  .card-product__title {
    font-size: 18px;
  }

  .card-product__box-img {
    max-width: 140px;
    width: 100%;
  }

  .card-main__left {
    padding: 52px;
    width: 48.5416666667%;
    gap: 32px;
  }

  .card-main__point-tags .tag:nth-child(2) {
    bottom: 102px;
    left: 44px;
  }

  .card-main__point-tags .tag:nth-child(3) {
    top: 63px;
    right: 6px;
  }
}

@media (max-width: 1450px) {
  .viewer-video__close {
    bottom: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    top: auto !important;
    background-color: var(--white) !important;
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 32px;
  }

  .aside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .aside__btn-open {
    display: none;
  }

  .aside-menu__close {
    display: none;
  }

  .link-all-product {
    aspect-ratio: 466/297;
  }

  .link-all-product .text {
    font-size: 26px;
  }

  .link-download-product {
    min-height: 77px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px 20px 20px 64px;
    border-radius: 24px;
    background-color: var(--gray-10, #F5F5F5);
  }

  .link-download-product .svg {
    left: 20px;
    top: 20px;
  }

  .link-download-product::before {
    display: none;
  }

  .header {
    padding-top: 24px;
  }

  .header__wrapper {
    gap: 24px;
  }

  .header__line-top {
    padding: 0 20px;
    height: 84px;
  }

  .header__line-top_left {
    gap: 20px;
  }

  .header__btn-open {
    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: 44px;
    height: 44px;
    border-radius: 16px;
    border: 1px solid var(--gray-20, #EDEDED);
  }

  .header__btn-group {
    padding-left: 12px;
    gap: 8px;
  }

  .header__call-group {
    gap: 24px;
  }

  .header .link-order-call {
    height: 44px;
  }

  .logo-small {
    width: 50px;
    height: 44px;
  }

  .btn-download {
    padding: 5px 12px;
    height: 44px;
    font-size: 15px;
  }

  .btn-service {
    width: 259px;
    font-size: 18px;
  }

  .btn-order {
    width: 290px;
  }

  .drop-down-catalog__btn {
    height: 44px;
    padding: 5px 12px;
    font-size: 15px;
  }

  .drop-down-catalog__box {
    min-width: 304px;
  }

  .drop-down-catalog__link .img {
    width: 44px;
    height: 44px;
  }

  .drop-down-catalog__link img {
    width: 44px;
    height: 44px;
  }

  .drop-down-tipe-1 .box-info {
    gap: 4px;
  }

  .drop-down-tipe-1 .box-info .name {
    font-size: 13px;
  }

  .drop-down-tipe-1 .box-info .tel {
    font-size: 18px;
  }

  .drop-down-tipe-1__box {
    top: -16px;
    left: -16px;
    padding: 16px;
  }

  .drop-down-tipe-1__group-elem {
    gap: 16px;
  }

  .drop-down-tipe-1 .mailto {
    font-size: 18px;
  }

  .search-1__label {
    background-position: center left 20px;
  }

  .search-1__input {
    padding: 18px 20px 18px 64px;
    font-size: 17px;
  }

  .search-1__btn {
    width: 172px;
    padding: 5px 24px;
    font-size: 17px;
  }

  .footer {
    padding: 84px 0 74px;
  }

  .box-callback__content {
    padding: 36px;
  }

  .section-title-1 {
    gap: 12px;
  }

  .section-title-1__title {
    font-size: 28px;
  }

  .section-title-1__desc {
    font-size: 17px;
  }

  .form-type-1__group-btn {
    margin-bottom: 12px;
  }

  .input-type-1__input {
    padding: 17px 20px;
  }

  .textarea-type-1__textarea {
    padding: 17px 20px;
    height: 197px;
  }

  .submit-type-1 {
    height: 60px;
  }

  .checkbox-type-1__desc {
    font-size: 15px;
  }

  .send-reaction__close {
    bottom: 28px;
    left: 28px;
    right: 28px;
  }

  .send-reaction__window {
    width: 399px;
    padding: 28px 28px 104px 28px;
  }

  .send-reaction__top {
    gap: 16px;
  }

  .send-reaction__title {
    font-size: 28px;
  }

  .send-reaction__desc {
    font-size: 17px;
  }

  .swiper-nav-group-btn {
    height: 56px;
  }

  .card-customer {
    max-height: 140px;
  }

  .card-customer img {
    max-height: 140px;
  }

  .box-customers__box-swiper {
    margin: 32px -32px 0;
  }

  .box-customers__box-swiper::after,
  .box-customers__box-swiper::before {
    bottom: 76px;
  }

  .box-customers .swiper-nav-group {
    padding: 20px 32px 0 32px;
  }

  .box-about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }

  .box-about__left::before {
    inset: -50px 0 -50px 0;
  }

  .box-about__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 56px;
    width: 100%;
  }

  .box-about__title {
    font-size: 40px;
  }

  .box-about__desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 20px;
  }

  .box-about__list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 28px;
  }

  .card-about .desc {
    font-size: 16px;
  }

  .box-service__content {
    padding: 24px 32px;
    background-image: url("../img/box-service/bg-1400.svg");
  }

  .box-service__desc {
    max-width: 569px;
    font-size: 20px;
  }

  .production-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .card-product {
    aspect-ratio: 466/297;
    background-image: url("../img/card-product/bg1400.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .card-product__title {
    font-size: 24px;
  }

  .card-product__title b {
    display: none;
  }

  .card-product__box-img {
    max-width: 188px;
  }

  .card-main {
    min-height: 386px;
  }

  .card-main__box-img {
    max-height: 360px;
  }

  .card-main__box-img img {
    height: 360px;
  }

  .card-main__list li {
    font-size: 16px;
  }

  .card-main__point-tags .tag:nth-child(1) {
    bottom: 126px;
    right: -14px;
  }

  .card-main__point-tags .tag:nth-child(2) {
    bottom: 3px;
    left: 50px;
  }

  .card-main__point-tags .tag:nth-child(3) {
    top: -44px;
    right: 11px;
  }

  .card-main__point-tags .tag:nth-child(4) {
    bottom: -93px;
    left: -8px;
  }

  .title {
    font-size: 24px;
  }

  .tag b {
    font-size: 15px;
  }

  .tag i {
    font-size: 14px;
  }

  .filter__menu {
    padding-right: 0;
  }

  .filter__menu::after {
    display: none;
  }

  .filter__menu .link-filter-reset {
    display: none;
  }

  .filter__group-drop::after {
    display: none;
  }

  .section-catalog-products .container::after {
    width: calc((1920px - 100%) / 2 + 32px);
  }

  .section-catalog-products .container::before {
    width: calc((1920px - 100%) / 2 + 32px);
  }

  .detail-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 52px;
  }

  .detail-card__table-wrapper {
    min-height: 542px;
    padding-left: 450px;
  }

  .detail-card .item--span-2 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .detail-card .item--full {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .box-detail-swiper {
    max-width: 100%;
    width: 422px;
  }

  .box-detail-swiper .swiper-ditail-nav {
    bottom: 32px;
  }

  .main-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 52px;
  }

  .main-info__top {
    min-height: 112px;
    padding: 24px 32px 24px 56px;
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px 24px 0 0;
    background-color: var(--white, #FFF);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 -4px 8px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 -4px 8px 0 rgba(0, 0, 0, 0.06);
  }

  .main-info__top::before {
    display: none;
  }

  .box-price-product {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .box-price-product__left {
    width: auto;
    min-height: 64px;
    padding-left: 88px;
  }

  .box-price-product__img {
    position: absolute;
    top: 0;
    left: 0;
    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: 64px;
    height: 64px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .box-price-product__img img {
    width: 64px;
    height: 64px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .box-price-product .cost {
    display: none;
  }

  .box-price-product .price {
    padding: 0;
  }

  .box-price-product .card-detail-product__price {
    margin-bottom: 4px;
    font-size: 24px;
  }

  .box-price-product .card-detail-product__price b {
    font-size: 17px;
  }

  .box-price-product__right {
    width: auto;
  }

  .box-download-product {
    padding: 0;
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .box-delivery {
    margin: 0px;
  }

  .box-guarantee {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .box-guarantee__top {
    gap: 16px;
    width: 100%;
    min-width: 100%;
  }

  .box-guarantee__bottom {
    min-width: 100%;
  }

  .list-guarantee {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .list-guarantee li {
    padding: 0;
    border: none;
  }

  .card-guarantee {
    min-width: auto;
  }

  .card-preview-img-detail {
    max-width: 96px;
    min-width: 96px;
    max-height: 96px;
    min-height: 96px;
  }

  .card-preview-img-detail img {
    max-width: 96px;
    min-width: 96px;
    max-height: 96px;
    min-height: 96px;
  }

  .tabs-swipers__pane {
    margin: 0 -32px 0;
  }

  .tabs-swipers__pane::after,
  .tabs-swipers__pane::before {
    bottom: 76px;
  }

  .tabs-swipers .swiper-nav-group__btns {
    padding: 20px 32px 0;
  }

  .about-production__box-swiper::after,
  .about-production__box-swiper::before {
    bottom: 76px;
  }

  .about-production__box-swiper {
    margin-left: -32px;
    margin-right: -32px;
  }

  .about-production__box-swiper-wrapp {
    padding: 0 32px;
  }

  .about-production__box-swiper .swiper-nav-group {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-about-production {
    width: 100%;
  }

  .card-licenses {
    width: 100%;
  }

  .card-licenses__link img {
    min-height: 100%;
    max-height: 100%;
  }

  .card-video {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .mt-32 {
    margin-top: 24px;
  }

  .mt-40 {
    margin-top: 32px;
  }

  .mt-124 {
    margin-top: 100px;
  }

  .btn-partners {
    width: 256px;
    height: 56px;
  }

  .swiper-products-list {
    overflow: visible;
  }

  .swiper-products-list::after,
  .swiper-products-list::before {
    display: none;
  }

  .path {
    padding: 25px 0;
  }

  .path-link {
    font-size: 14px;
  }

  .path-link::before {
    top: 7px;
  }

  .page-title__text {
    font-size: 28px;
  }

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

  .category-list {
    gap: 20px;
  }

  .products-list {
    overflow: hidden;
  }

  .filter__box-btn {
    display: none;
  }

  .section-catalog-products .container::after {
    display: none;
  }

  .section-catalog-products .container::before {
    display: none;
  }

  .catalog-products__list {
    gap: 24px;
  }

  .partners {
    padding: 32px 40px;
  }

  .partners::after {
    width: 35.8333333333%;
  }

  .partners__desc {
    max-width: 650px;
    font-size: 20px;
  }

  .tabs-swipers {
    margin-top: 32px;
  }

  .tabs-swipers__btn {
    height: 48px;
    padding: 5px 12px;
    font-size: 14px;
  }

  .tabs-swipers__content {
    margin-top: 16px;
  }

  .card-tabs {
    max-width: 200px;
    min-width: 95px;
    min-height: 140px;
    max-height: 140px;
  }

  .card-tabs img {
    max-width: 200px;
    max-height: 140px;
  }

  .box-partners {
    pointer-events: none;
    max-width: 100%;
    min-height: 100%;
    padding-bottom: 525px;
  }

  .section-partners-map .box-partners-map {
    width: calc(100% - 44px - 44px);
    top: auto;
    right: 44px;
    left: 44px;
    bottom: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }

  .castom-table {
    margin: 0 -32px;
  }

  .castom-table-body {
    padding: 0 32px;
  }

  .service__list {
    gap: 28px;
  }

  .card-service__title {
    font-size: 20px;
  }

  .card-service__desc {
    font-size: 15px;
  }

  .cookie {
    bottom: 24px;
  }

  .cookie__window {
    padding: 24px;
    gap: 28px;
  }

  .cookie__message {
    width: 72.3684210526%;
  }

  .cookie__btn {
    height: 48px;
  }

  .box-contacts {
    padding: 32px;
  }

  .box-contacts__info {
    width: 336px;
    padding: 24px;
  }

  .box-contacts__top-group {
    gap: 16px;
  }

  .box-contacts .box-info {
    gap: 4px;
  }

  .box-contacts .box-info .name {
    font-size: 15px;
  }

  .box-contacts .box-info .text {
    font-size: 18px;
  }

  .box-contacts .box-info .phone {
    font-size: 18px;
  }

  .box-contacts .box-info .mail {
    font-size: 18px;
  }

  .about-hero__desc {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .about-hero__banner {
    min-height: 400px;
    max-height: 400px;
  }

  .about-hero__banner img {
    min-height: 400px;
    max-height: 400px;
  }

  .services__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .viewer-video__window {
    min-height: calc(100dvh - 300px - 100px);
    max-height: auto;
  }

  .viewer-video__window iframe {
    min-height: calc(100dvh - 300px - 100px);
    max-height: auto;
  }
}

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

  .container {
    padding: 0 16px;
  }

  .aside.active {
    right: 0;
  }

  .aside-menu {
    min-height: 100dvh;
    height: 100dvh;
    border-radius: 0;
  }

  .aside-menu.active {
    max-width: 100%;
    width: 1000px;
  }

  .aside-menu__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: auto;
    right: 0;
    width: 52px;
    height: 52px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 0 0 0 12px;
    background-color: var(--gray-10, #F5F5F5);
  }

  .aside-menu__close .svg {
    display: none;
  }

  .aside-menu__close .svg-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .aside-menu__top {
    display: none;
  }

  .aside-menu__middle {
    padding: 56px 16px 28px 16px;
  }

  .aside-menu__nav::after {
    display: none;
  }

  .aside-menu__list {
    gap: 24px;
  }

  .aside-menu__bottom {
    padding: 0 16px;
    border-radius: 0;
    background-color: transparent;
  }

  .link-nav {
    padding: 0;
    height: auto;
    border-radius: 0;
    font-size: 16px;
  }

  .link-all-product {
    padding: 32px;
    height: 88px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .link-all-product .text {
    font-size: 19px;
  }

  .link-all-product .text br {
    display: none;
  }

  .link-all-product .svg {
    width: 44px;
    height: 44px;
    border-radius: 16px;
  }

  .link-filter-reset {
    padding: 5px 24px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .link-filter-reset .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .link-download-product {
    min-height: 60px;
    padding: 12px 16px 12px 60px;
  }

  .link-download-product .svg {
    left: 16px;
    top: 12px;
  }

  .link-download-product .text {
    font-size: 15px;
  }

  .header {
    padding-top: 16px;
  }

  .header__line-top {
    padding: 0 16px;
    height: 68px;
    gap: 18px;
  }

  .header__line-top_left {
    gap: 0;
  }

  .header__btn-open {
    display: none;
  }

  .header__btn-group {
    display: none;
  }

  .header__call-group {
    gap: 8px;
  }

  .header .link-order-call {
    display: none;
  }

  .header .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .logo-small {
    display: none;
  }

  .logo-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 36px;
  }

  .btn-service {
    width: 100%;
    height: 56px;
    font-size: 18px;
  }

  .btn-order {
    width: 147px;
    height: 44px;
    font-size: 14px;
    padding: 5px 5px;
  }

  .btn-partners {
    width: 100%;
    font-size: 16px;
    height: 52px;
  }

  .drop-down-tipe-1__info {
    display: none;
  }

  .drop-down-tipe-1__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 12px;
    color: var(--white);
    background-color: var(--green, #15B747);
  }

  .drop-down-tipe-1__box {
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 10;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .drop-down-tipe-1__group-elem {
    gap: 12px;
    padding: 16px;
    width: 100%;
    border-radius: 24px;
    background-color: var(--white, #FFF);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  }

  .drop-down-tipe-1__box-btn {
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .drop-down-tipe-1__box-btn .link-order-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    width: 100%;
  }

  .drop-down-tipe-1__box_close {
    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;
  }

  .search-1__label {
    background-image: none;
  }

  .search-1__input {
    padding: 16px 16px 16px 16px;
    font-size: 16px;
  }

  .search-1__btn {
    width: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 16px;
    background-color: transparent;
    border-radius: 0 1000px 1000px 0;
  }

  .search-1__btn .text {
    display: none;
  }

  .search-1__btn .svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--green);
  }

  .footer {
    padding: 28px 0;
  }

  .footer__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 4px;
    font-size: 12px;
  }

  .box-callback__content {
    padding: 24px;
  }

  .box-callback .section-title-1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .box-callback .section-title-1__desc {
    text-align: center;
  }

  .section-title-1__title {
    font-size: 24px;
  }

  .section-title-1__desc {
    font-size: 14px;
  }

  .form-type-1__group-input {
    margin-bottom: 24px;
  }

  .form-type-1 .input-type-1 {
    width: 100%;
  }

  .form-type-1 .textarea-type-1 {
    position: static;
    width: 100%;
  }

  .form-type-1 .submit-type-1 {
    width: 100%;
  }

  .form-type-1 .checkbox-type-1 {
    width: 100%;
  }

  .input-type-1__input {
    padding: 16px;
    font-size: 16px;
  }

  .textarea-type-1__textarea {
    padding: 16px;
    font-size: 16px;
    height: 132px;
  }

  .submit-type-1 {
    font-size: 16px;
    height: 56px;
  }

  .checkbox-type-1__desc {
    font-size: 14px;
  }

  .modal {
    padding: 30px 16px;
  }

  .modal__close {
    width: 40px;
    height: 40px;
    top: 0;
    left: auto;
    right: 0;
    border-radius: 24px;
    background-color: transparent;
  }

  .send-reaction__close {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .send-reaction__window {
    padding: 24px 24px 92px 24px;
  }

  .send-reaction__top {
    gap: 12px;
  }

  .send-reaction__title {
    font-size: 22px;
  }

  .send-reaction__desc {
    font-size: 16px;
  }

  .swiper-nav-group-btn {
    height: 52px;
    width: 52px;
  }

  .swiper-nav-group-btn.--next {
    width: 100px;
  }

  .swiper-group-drop .swiper-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }

  .swiper-products .card-detail-product {
    max-width: 156px;
  }

  .swiper .pagination .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .swiper .pagination-btn {
    max-width: 56px;
  }

  .swiper-preview-ditail {
    padding-top: 8px;
  }

  .swiper-tabs-btn {
    padding: 0 16px;
  }

  .card-customer {
    max-height: 108px;
  }

  .card-customer img {
    max-height: 108px;
  }

  .box-customers__box-swiper {
    margin: 18px -16px 0;
  }

  .box-customers__box-swiper::after,
  .box-customers__box-swiper::before {
    width: 56px;
    bottom: 68px;
  }

  .box-customers .swiper-nav-group {
    padding: 16px 16px 0 16px;
  }

  .box-about__wrapper {
    gap: 32px;
  }

  .box-about__left::before {
    display: none;
  }

  .box-about__left {
    -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: start;
    gap: 24px;
  }

  .box-about__title {
    font-size: 32px;
  }

  .box-about__desc {
    font-size: 17px;
  }

  .box-about__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .box-service__content {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    background-image: url("../img/box-service/bg-1000.svg");
    background-position: center top;
  }

  .box-service__desc {
    font-size: 18px;
  }

  .production-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .card-product {
    padding: 8px 20px;
    height: 88px;
    background-image: none;
    border-radius: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .card-product__title {
    -webkit-line-clamp: 1;
    font-size: 19px;
    position: static;
  }

  .card-product__box-img {
    max-width: 72px;
  }

  .card-main {
    padding: 24px;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
    background-image: none !important;
    background-color: var(--white);
  }

  .card-main__left {
    padding: 0;
    width: 100%;
    gap: 24px;
    background-color: transparent;
  }

  .card-main__left .title {
    display: none;
  }

  .card-main__box-img {
    max-height: 148px;
  }

  .card-main__box-img img {
    height: 140px;
  }

  .card-main__list {
    gap: 8px;
  }

  .card-main__list li {
    font-size: 15px;
  }

  .card-main__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  .card-main__point-tags {
    display: none;
  }

  .webp .card-main {
    background-image: none !important;
  }

  .title {
    font-size: 20px;
  }

  .title-mob {
    display: block;
  }

  .swiper-main-pagination {
    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;
    gap: 8px;
  }

  .swiper-main-pagination .swiper-pagination-bullet {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    opacity: 1;
    background-color: var(--gray-30, #E5E5E5);
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, background-color 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, background-color 0.4s ease-in-out;
  }

  .swiper-main-pagination .swiper-pagination-bullet::after {
    content: "";
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    background-color: var(--green);
    -webkit-transition: width 8s linear, opacity 0.3s ease;
    transition: width 8s linear, opacity 0.3s ease;
  }

  .swiper-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    overflow: hidden;
    width: 52px;
    border-radius: 1000px;
  }

  .swiper-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 100%;
    opacity: 1;
    -webkit-animation: expandWidth 8s linear forwards;
            animation: expandWidth 8s linear forwards;
    -webkit-transition: width 8s linear, opacity 0.3s ease;
    transition: width 8s linear, opacity 0.3s ease;
  }

  .swiper-main .swiper-nav-group {
    padding: 19px 0 0 0;
    position: static;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .swiper-main .swiper-nav-group .swiper-nav-group__btns {
    display: none;
  }

  .swiper-main .swiper-nav-group::after,
  .swiper-main .swiper-nav-group::before {
    display: none;
  }

  .path {
    padding: 21px 0;
  }

  .page-title__text {
    font-size: 24px;
  }

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

  .static-text h1 {
    margin-bottom: 22px !important;
    font-size: 24px;
  }

  .static-text h2 {
    margin-bottom: 20px !important;
    font-size: 20px;
  }

  .static-text h3 {
    margin-bottom: 20px !important;
    font-size: 18px;
  }

  .static-text h4 {
    margin-bottom: 20px !important;
    font-size: 16px;
  }

  .static-text h5 {
    margin-bottom: 20px !important;
    font-size: 16px;
  }

  .static-text h6 {
    margin-bottom: 18px !important;
    font-size: 14px;
  }

  .static-text ul {
    gap: 8px;
  }

  .static-text ol {
    gap: 8px;
  }

  .category-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .card-category {
    padding: 8px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .card-category .svg {
    display: none;
  }

  .card-category__title {
    font-size: 19px;
    line-height: 125%;
  }

  .card-category__box-img {
    width: 72px;
    height: 72px;
    max-height: 72px;
    min-height: 72px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .card-category__box-img img {
    max-height: 72px;
    min-height: 72px;
  }

  .card-product-min__link {
    min-width: 169px;
    max-width: 169px;
    min-height: 83px;
    max-height: 83px;
    padding: 16px;
  }

  .card-product-min__img-box {
    display: none;
  }

  .filter__box-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }

  .filter .btn-download {
    width: 100%;
    height: 52px;
  }

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

  .filter-btn-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 52px;
    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;
    padding: 5px 24px;
    border-radius: 16px;
    color: var(--black, #252423);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background-color: var(--gray-30, #E5E5E5);
  }

  .filter__menu {
    padding: 76px 16px 28px 16px;
    position: fixed;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #FFF;
    -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
            transform: translateX(-120%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }

  .filter__menu.active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .filter__menu .link-filter-reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }

  .filter__menu-close {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    height: 52px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0 0 0 12px;
    color: #000;
    background-color: var(--gray-10, #F5F5F5);
  }

  .filter__group-drop {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--green) var(--gray-10);
  }

  .filter__group-drop::-webkit-scrollbar {
    width: 4px;
  }

  .filter__group-drop::-webkit-scrollbar-track {
    background-color: var(--gray-10);
    border-radius: 1000px;
  }

  .filter__group-drop::-webkit-scrollbar-thumb {
    background-color: var(--green);
    border-radius: 1000px;
  }

  .drop-down-type-2.active .drop-down-type-2__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .drop-down-type-2__top {
    width: 100%;
  }

  .drop-down-type-2__top::after {
    display: none;
  }

  .drop-down-type-2__top::before {
    display: none;
  }

  .drop-down-type-2__btn {
    height: 52px;
    width: 100%;
  }

  .drop-down-type-2__box {
    min-width: 100%;
    border-radius: 0 0 20px 20px;
    position: static;
    display: none;
    overflow: visible;
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .catalog-products__list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 156px));
    gap: 16px;
  }

  .card-detail-product {
    padding: 12px;
  }

  .card-detail-product__top {
    min-height: 90px;
    max-height: 90px;
  }

  .card-detail-product .card-tags {
    gap: 2px;
  }

  .card-detail-product .card-tag {
    padding: 4px 8px;
    font-size: 12px;
  }

  .card-detail-product__box-img {
    min-height: 90px;
    max-height: 90px;
  }

  .card-detail-product__box-img img {
    min-height: 90px;
    max-height: 90px;
  }

  .card-detail-product__title {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

  .card-detail-product__status {
    padding: 4px 0 8px;
  }

  .card-detail-product__status .status {
    height: 17px;
    font-size: 12px;
  }

  .card-detail-product__price {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .card-detail-product__price b {
    font-size: 13px;
  }

  .card-detail-product__price .old {
    font-size: 12px;
  }

  .card-detail-product__link {
    border-radius: 12px;
    height: 36px;
    font-size: 14px;
  }

  .pagination {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }

  .pagination .arrow {
    display: none;
  }

  .pagination-nav {
    width: 100%;
  }

  .pagination-btn {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 50px;
  }

  .detail-card {
    padding: 20px;
    gap: 0;
  }

  .detail-card__table-wrapper {
    min-height: auto;
    padding: 0;
  }

  .box-detail-swiper {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 20px;
    width: 288px;
  }

  .box-detail-swiper .swiper-ditail-nav {
    bottom: 16px;
    left: -12px;
    right: -12px;
  }

  .detail-table {
    gap: 16px;
  }

  .detail-table__title {
    font-size: 16px;
  }

  .detail-table__body {
    gap: 12px;
  }

  .detail-table__line .name {
    font-size: 14px;
  }

  .detail-table__line .info {
    font-size: 14px;
  }

  .main-info {
    gap: 36px;
  }

  .main-info__top {
    padding: 16px;
    min-height: 76px;
  }

  .box-price-product {
    gap: 10px;
  }

  .box-price-product__left {
    min-height: 44px;
    padding-left: 48px;
  }

  .box-price-product__img {
    width: 44px;
    height: 44px;
  }

  .box-price-product__img img {
    width: 44px;
    height: 44px;
  }

  .box-price-product .card-detail-product__price {
    font-size: 16px;
  }

  .box-price-product .card-detail-product__price b {
    font-size: 13px;
  }

  .box-price-product .card-detail-product__status .status {
    font-size: 12px;
  }

  .box-download-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }

  .box-delivery {
    margin-top: 36px;
    padding: 60px 16px 20px 16px;
    background-position: top 20px left 16px;
    background-size: 36px 36px;
  }

  .box-guarantee {
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 24px;
  }

  .box-guarantee__top {
    gap: 12px;
  }

  .box-guarantee__title {
    font-size: 20px;
  }

  .list-guarantee {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .card-main-img-detail {
    max-height: 200px;
    min-height: 200px;
  }

  .card-main-img-detail__video-box video {
    max-height: 200px;
    min-height: 200px;
  }

  .card-main-img-detail__btn-video-bg {
    max-height: 200px;
    min-height: 200px;
  }

  .card-main-img-detail__btn-video-play {
    width: 32px;
    height: 32px;
  }

  .card-main-img-detail__link {
    max-height: 200px;
    min-height: 200px;
  }

  .card-main-img-detail__link img {
    max-height: 200px;
    min-height: 200px;
  }

  .card-preview-img-detail {
    max-width: 66px;
    min-width: 66px;
    max-height: 66px;
    min-height: 66px;
  }

  .card-preview-img-detail img {
    max-width: 66px;
    min-width: 66px;
    max-height: 66px;
    min-height: 66px;
  }

  .submit-application__window {
    padding: 20px 16px;
  }

  .submit-application__title {
    font-size: 20px;
  }

  .submit-application__desc {
    font-size: 14px;
  }

  .partners {
    padding: 24px;
  }

  .partners::after {
    inset: 0 calc(50% - 164px) auto auto;
    height: 15px;
    max-width: 100%;
    width: 328px;
    background-image: url("../img/partners/bg1000.svg");
  }

  .partners__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }

  .partners__desc {
    font-size: 17px;
  }

  .section-title-2__text {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
  }

  .section-title-2__text br {
    display: none;
  }

  .tabs-swipers {
    margin-top: 28px;
  }

  .tabs-swipers__line-buttons {
    margin: 0 -16px;
  }

  .tabs-swipers__pane {
    margin: 0 -16px 0;
  }

  .tabs-swipers__pane::after,
  .tabs-swipers__pane::before {
    width: 56px;
    bottom: 68px;
  }

  .tabs-swipers .swiper-nav-group__btns {
    padding: 16px 16px 0;
  }

  .card-tabs {
    max-width: 170px;
    min-width: 75px;
    min-height: 108px;
    max-height: 108px;
  }

  .card-tabs img {
    max-width: 170px;
    max-height: 108px;
  }

  .box-partners {
    padding-bottom: calc(202px + 323 * (100vw - 360px) / 840);
  }

  .section-partners-map .box-partners-map {
    width: calc(100% - 16px - 16px);
    right: 16px;
    left: 16px;
  }

  .quote {
    gap: 24px;
    padding: 96px 24px 24px;
    background-position: top 24px center;
  }

  .quote__desc {
    font-size: 18px;
  }

  .quote__person {
    min-height: 56px;
    padding-left: 68px;
  }

  .quote__img {
    width: 56px;
    height: 56px;
  }

  .quote__img img {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .quote h3.quote__title {
    font-size: 17px;
  }

  .quote p.quote__info-text {
    font-size: 14px;
  }

  .castom-table {
    margin: 0 -16px;
  }

  .castom-table-body {
    padding: 0 16px;
    font-size: 16px;
  }

  .castom-table-body_line {
    min-height: 56px;
  }

  .service__list {
    margin: 0 auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 100%;
    width: 450px;
  }

  .card-service {
    position: relative;
    min-height: auto;
    padding: 24px;
    background-image: none;
  }

  .card-service::after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48px;
    background-image: url("../img/card-service/bg1000.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .card-service__top {
    position: relative;
  }

  .card-service__box-img {
    max-width: 48px;
    min-width: 48px;
    max-height: 48px;
    min-height: 48px;
  }

  .card-service__box-img img {
    max-width: 48px;
    max-height: 48px;
  }

  .card-service__title {
    font-size: 18px;
  }

  .card-service__desc {
    position: relative;
    z-index: 1;
  }

  .js-box-leav .js-item-leav {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .js-box-leav .js-item-leav:nth-child(odd) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .js-box-guarantee .js-item-guarantee {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-animation: none !important;
            animation: none !important;
  }

  .cookie__window {
    width: 330px;
    gap: 20px;
  }

  .cookie__message {
    width: 100%;
  }

  .cookie__btn {
    font-size: 16px;
  }

  .error-page__content {
    gap: 24px;
  }

  .error-page__box-img {
    width: 224px;
    height: 180px;
  }

  .error-page__box-img img {
    max-width: 224px;
    max-height: 180px;
  }

  .error-page__box-desc {
    font-size: 16px;
  }

  .box-contacts {
    padding: 0 0 356px 0;
  }

  .box-contacts .map-contacts {
    inset: auto 0 0 0;
    height: 328px;
    border-radius: 24px;
    overflow: hidden;
  }

  .box-contacts__info {
    width: 100%;
  }

  .search-results__top {
    gap: 8px;
  }

  .search-results .search-1__line {
    border-radius: 16px;
  }

  .search-results__caunt {
    font-size: 14px;
  }

  .search-results__list {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
  }

  .search-results__item::before {
    left: 0;
    right: 0;
  }

  .card-search {
    padding: 12px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .card-search__left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }

  .card-search__box-img {
    width: 100%;
    height: 112px;
  }

  .card-search__box-img img {
    max-width: 112px;
    min-width: 112px;
    max-height: 112px;
    min-width: 112px;
  }

  .card-search__desc {
    font-size: 16px;
  }

  .card-search__wrapper-desc {
    max-width: 100%;
    width: 100%;
  }

  .card-search .path {
    padding: 13px 0 0 0;
  }

  .card-search__right {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .card-search__right .box-info .name {
    font-size: 15px;
  }

  .card-search__right .box-info .price {
    font-size: 18px;
  }

  .card-search .link-detailed {
    width: 100%;
    height: 44px;
    font-size: 16px;
  }

  .about-hero__desc {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .about-hero__banner {
    min-height: 252px;
    max-height: 252px;
  }

  .about-hero__banner img {
    min-height: 252px;
    max-height: 252px;
  }

  .about-production__box-swiper::after,
  .about-production__box-swiper::before {
    display: none;
  }

  .about-production__box-swiper {
    margin-left: -16px;
    margin-right: -16px;
  }

  .about-production__box-swiper-wrapp {
    padding: 0 16px;
  }

  .about-production__box-swiper .swiper-nav-group {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-about-production__content {
    min-height: 280px;
    padding: 28px;
  }

  .card-about-production__title {
    font-size: 22px;
  }

  .card-about-production__desc {
    font-size: 16px;
  }

  .card-services__title {
    font-size: 16px;
  }

  .card-licenses__link {
    padding: 12px;
    border-radius: 20px;
  }

  .card-video {
    gap: 12px;
  }

  .card-video .box-video {
    min-height: 252px;
    max-height: 252px;
  }

  .card-video .box-video img {
    min-height: 252px;
    max-height: 252px;
  }

  .card-video .box-video video {
    min-height: 252px;
    max-height: 252px;
  }

  .card-video__title {
    font-size: 16px;
  }

  .viewer-video__window {
    min-height: calc(100dvh - 160px - 160px);
    max-height: calc(100dvh - 160px - 160px);
  }

  .viewer-video__window iframe {
    min-height: calc(100dvh - 160px - 160px);
    max-height: calc(100dvh - 160px - 160px);
  }
}

@media (max-width: 550px) {
  .mt-40 {
    margin-top: 28px;
  }

  .mt-124 {
    margin-top: 76px;
  }

  .modal {
    padding: 20px 10px;
  }
}

@media (max-width: 1920px) and (min-width: 1401px) {
  .container-wrapper:has(.aside.active) .main-body {
    width: calc(100% - 364px);
  }
}

.webp .card-main{ background-image: url(../img/main-slider/bg-slide.webp); }