

/* Start:/local/templates/main/css/style.css?1785320916230129*/
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("/local/templates/main/css/../fonts/Montserrat-Medium.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

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

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

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

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

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

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

.burger {
  border-radius: 100%;
  background: #066680;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  min-width: 37px;
  width: 37px;
  height: 37px;
}

.burger span {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -5px;
}

:root {
  --font-family: NTSomic, sans-serif;
  --second-family: Montserrat, sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1c1c1a;
  padding: 0;
  margin: 0;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  -webkit-font-feature-settings: "lnum" 1;
          font-feature-settings: "lnum" 1;
}

ul {
  list-style: none;
}

section {
  scroll-margin-top: 130px;
}

body {
  -webkit-text-size-adjust: none;
  background: #f8f8f8;
}

body.active {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

button {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  background: none;
}
strong,
b,
span,
a {
  color: inherit;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  font-family: inherit;
}

h1,
h2 {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  font-size: 32px;
}

.h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 30px;
}

.title-icon {
  font-size: 24px;
  text-transform: uppercase;
  color: #066680;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}

.title-icon::before {
  display: block;
  content: "";
  background: url("/local/templates/main/css/../img/catalog-title.svg") center center/contain no-repeat;
  width: 28px;
  min-width: 28px;
  height: 28px;
}

img {
  display: block;
}

.circles {
  position: relative;
  width: 16px;
  height: 16px;
  background: url("/local/templates/main/css/../img/circle-2.svg") center left/contain no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.circles::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/local/templates/main/css/../img/circle.svg") left center/contain no-repeat;
  opacity: 0;
}

.circles::before {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: #e2821e;
  opacity: 0;
}

.circles:hover {
  padding-right: 64px;
}

.circles:hover::before {
  left: 24px;
  opacity: 1;
}

.circles:hover::after {
  left: 48px;
  opacity: 1;
}

.more-link {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}

.more-link:hover .circles {
  padding-right: 64px;
}

.more-link:hover .circles::before {
  left: 24px;
  opacity: 1;
}

.more-link:hover .circles::after {
  left: 48px;
  opacity: 1;
}

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

.container-h1 {
  position: relative;
  z-index: 5;
  margin-bottom: 28px;
}

.swiper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.swiper-button-prev,
.swiper-button-next {
  border-radius: 100px;
  min-width: 48px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: rgba(28, 28, 26, 0.1);
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.49152 16.7565C5.49152 16.7565 5.49152 0.974675 5.60126 0.864934L13.4922 8.75586L5.49152 16.7565Z' fill='%231C1C1A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.swiper-button-disabled {
  cursor: not-allowed;
}

.swiper-button-disabled::before {
  opacity: 0.2;
}

.swiper-inner {
  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: 10px;
}

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

.swiper-pagination {
  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;
  gap: 8px;
  margin-top: 25px;
}

.swiper-pagination-bullet {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  background: #e8e8e8;
}

.swiper-pagination-bullet-active {
  background: #e2821e !important;
  opacity: 1;
}

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

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

.btn {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid transparent;
  background: #e2821e;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #f8f8f8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  padding: 17px 64px;
  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;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

.btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: 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;
}

.btn:hover {
  color: #1c1c1a;
  border: 1px solid rgba(28, 28, 26, 0.4);
}

.btn:hover::before {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.btn-border {
  padding: 10px 64px;
  color: #1c1c1a;
  background: transparent;
  border: 1px solid rgba(28, 28, 26, 0.4);
}

.btn-border::before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: #e2821e;
}

.btn-border:hover {
  color: #f8f8f8;
  border: 1px solid transparent;
}

.btn-border-orange {
  border: 1px solid rgba(230, 131, 28, 0.4);
  background: transparent;
  color: #e6831c;
  padding: 13px 33px;
  max-width: 196px;
  width: 100%;
}

.btn-border-orange::before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: #e2821e;
}

.btn-border-orange:hover {
  color: #f8f8f8;
  border: 1px solid transparent;
}

.btn-white {
  background: #fff;
  color: #1c1c1a;
  border: 1px solid transparent;
}

.btn-white::before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: #e2821e;
}

.btn-white:hover {
  color: #f8f8f8;
  border: 1px solid #e2821e;
}

.accordion__item.open .accordion__content {
  visibility: visible;
  opacity: 1;
}

.accordion__content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  will-change: max-height;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.hidden {
  display: none !important;
}

.crumbs {
  z-index: 5;
  margin: 31px 0 16px;
  overflow-x: auto;
  position: relative;
}

.crumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  gap: 0 10px;
}

.crumbs ul li p,
.crumbs ul li a {
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
}

.crumbs ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: rgba(28, 28, 26, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.crumbs ul li a::after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e6831c;
}

.crumbs ul li a:hover {
  color: var(--white);
}

.crumbs ul li p {
  padding-right: 16px;
  color: #1d1d1b;
}

.select {
  z-index: 1;
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.select[data-state=active] {
  z-index: 200;
  overflow: visible;
}

.select[data-state=active] .select__title::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.select[data-state=active] .select__content {
  opacity: 1;
  visibility: visible;
}

.select.active .form__error {
  margin-top: 10px !important;
  opacity: 1;
  padding: 10px 0;
}

.select__title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  font-size: 14px;
  gap: 11px;
  border-radius: 10px;
  padding: 7px 40px 7px 15px;
  z-index: 101;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  width: 100%;
  background: #fff;
}

.select__title.full {
  color: #fff;
}

.select__title::after {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.978516 0.948486C0.978516 0.948486 9.99954 0.948486 10.0623 1.01121L5.55176 5.52173L0.978516 0.948486Z' fill='%231C1C1A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 11px;
  width: 11px;
  height: 6px;
}

.select__content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 42px 18px 17px 16px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #ececec;
  border-radius: 17px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  scrollbar-width: thin;
}

.select__content::-webkit-scrollbar {
  width: 10px;
}

.select__content::-webkit-scrollbar-thumb {
  background: #e06531;
  border-radius: 100px;
}

.select__input {
  display: none;
}

.select__option:not(:last-child) {
  margin-bottom: 7px;
}

.select__label {
  font-size: 14px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  margin-bottom: 0 !important;
}

.select__label:hover,
.select__label.active {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #e06531;
}

.search-drop {
  -webkit-box-shadow: 0 4px 16px 0 rgba(88, 88, 88, 0.15);
          box-shadow: 0 4px 16px 0 rgba(88, 88, 88, 0.15);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 10;
  width: 100%;
  position: absolute;
  top: calc(100% + 13px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 25px 14px 41px 24px;
}

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

.search-drop-btn {
  width: 100%;
}

.search-drop-btn:hover {
  color: var(--grey-1);
  border: 1px solid var(--grey-1);
}

.search-drop__cards {
  max-height: 306px;
  overflow-y: auto;
  padding-right: 12px;
  margin-bottom: 33px;
}

.search-drop__cards::-webkit-scrollbar {
  width: 2px;
  background-color: #ececec;
}

.search-drop__cards::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #e2821e;
}

.search-drop__cards::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #ececec;
}

.search-drop__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 17px;
}

.search-drop__card:not(:last-child) {
  margin-bottom: 35px;
}

.search-drop__card img {
  border-radius: 5px;
  max-width: 132px;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.search-drop__card-title {
  font-weight: 500;
  margin-bottom: 2px;
}

.search-drop__card-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.search-drop .more-link {
  width: 100%;
  border-top: 1px solid #d8d8d8;
  padding-top: 15px;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.counter__minus,
.counter__plus {
  border-radius: 100%;
  background: var(--grey4);
  min-width: 32px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.counter__minus::before,
.counter__plus::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.counter__minus::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%2325282B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.counter__count {
  font-size: 20px;
  font-family: var(--second-family);
  display: block;
  margin-top: 3px;
  min-width: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}

.counter__plus::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5V19' stroke='%231A1A18' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='%231A1A18' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pagination {
  margin: 19px auto 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;
  gap: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.pagination__num {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  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: 100%;
  border: 1px solid transparent;
  width: 24px;
  height: 24px;
  color: transparent;
  color: #066680;
  min-width: 24px;
  position: relative;
}

/*.pagination__num::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgb(28, 28, 26);
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}*/

.pagination__num span {
    color: #b0b0b0;
}
.inner {
    margin-top: 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;
       gap: 60px;
}
.inner .btn {
     padding-left: 20px;
     padding-right: 20px;
     font-weight: 500;
    font-size: 14px;
}
.inner .pagination {
    margin: 0;
}

.pagination__num:hover::before {
  opacity: 1;
}

.pagination__num.active {
  border: 1px solid #066680;
  color: #066680;
}

.pagination__num.active::before {
  display: none;
}

.pagination__arrow {
  border-radius: 100px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 1px solid #1c1c1a;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.pagination__arrow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.49152 16.7565C5.49152 16.7565 5.49152 0.974675 5.60126 0.864934L13.4922 8.75586L5.49152 16.7565Z' fill='%231C1C1A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pagination__arrow:hover {
  opacity: 1;
}

.more {
  width: 100%;
  margin-top: 32px;
  padding: 15px;
  gap: 4px;
  height: 56px;
  font-family: var(--font-family);
}

.search-count {
  font-size: 16px;
  color: #8a8a89;
  margin-top: 7px;
}

.search {
  width: 100%;
  position: relative;
  margin-bottom: 43px;
}

.search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  width: 100%;
}

.search input {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 40px;
  padding: 16px 19px;
  background: #f1f1f1;
  height: 56px;
}

.search input:focus + .search-drop {
  opacity: 1;
  visibility: visible;
}

.search input::-webkit-input-placeholder {
  color: var(--gray);
  opacity: 0.8;
}

.search input::-moz-placeholder {
  color: var(--gray);
  opacity: 0.8;
}

.search input:-ms-input-placeholder {
  color: var(--gray);
  opacity: 0.8;
}

.search input::-ms-input-placeholder {
  color: var(--gray);
  opacity: 0.8;
}

.search input::placeholder {
  color: var(--gray);
  opacity: 0.8;
}

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

.search__btn {
  padding: 16px 126px;
}

.search input[type=search]::-webkit-search-decoration,
.search input[type=search]::-webkit-search-cancel-button,
.search input[type=search]::-webkit-search-results-button,
.search input[type=search]::-webkit-search-results-decoration {
  margin-right: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  display: block;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.9847' cy='12.836' r='11.9852' fill='white'/%3E%3Cpath d='M16.4791 8.34155L7.49023 17.3304' stroke='%23999999' stroke-width='0.449444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.4791 8.34155L7.49023 17.3304' stroke='black' stroke-opacity='0.2' stroke-width='0.449444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.4791 8.34155L7.49023 17.3304' stroke='black' stroke-opacity='0.2' stroke-width='0.449444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.4791 8.34155L7.49023 17.3304' stroke='black' stroke-opacity='0.2' stroke-width='0.449444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.4791 8.34155L7.49023 17.3304' stroke='black' stroke-opacity='0.2' stroke-width='0.449444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.49023 8.34155L16.4791 17.3304' stroke='%23999999' stroke-width='0.449444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.49023 8.34155L16.4791 17.3304' stroke='black' stroke-opacity='0.2' stroke-width='0.449444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.49023 8.34155L16.4791 17.3304' stroke='black' stroke-opacity='0.2' stroke-width='0.449444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.49023 8.34155L16.4791 17.3304' stroke='black' stroke-opacity='0.2' stroke-width='0.449444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.49023 8.34155L16.4791 17.3304' stroke='black' stroke-opacity='0.2' stroke-width='0.449444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 25px;
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

input[type=search] {
  -moz-appearance: searchfield !important;
}

.rating {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}

.rating p {
  font-size: 16px;
  opacity: 0.8;
}

.rating__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.rating__item {
  cursor: pointer;
  background: url("/local/templates/main/css/../img/star.svg") center center/contain no-repeat;
  width: 20px;
  height: 20px;
  -webkit-filter: grayscale(1) opacity(0.5);
          filter: grayscale(1) opacity(0.5);
}

.rating__item.active {
  -webkit-filter: none;
          filter: none;
}

.card {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  border-radius: 20px;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.card__tag {
  position: absolute;
  top: 21px;
  left: 21px;
  background: #e06531;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  padding: 6px 10px;
  border-radius: 17px;
}

.card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  margin-bottom: 11px;
  aspect-ratio: 16/9;
}

.card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.card__inner ul {
  margin-top: auto;
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 16px;
}

.card__inner ul li {
  line-height: 1;
  font-size: 14px;
}

.card__inner ul li::marker {
  color: #e2821e;
}

.card__inner ul li:not(:last-child) {
  margin-bottom: 10px;
}

.card__title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 16px;
  display: inline-block;
}

.card__stock {
  font-size: 14px;
  color: #64a416;
  margin-bottom: 4px;
}

.card__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  margin-top: auto;
}

.card__price {
  font-weight: 700;
  font-size: 20px;
}

.card__price-grey {
  color: rgba(28, 28, 26, 0.5);
}

.card__price-old {
  text-decoration: line-through;
  color: rgba(28, 28, 26, 0.5);
}

.card__stock-out {
  color: #a41616;
}

.card .btn {
  width: 100%;
  padding: 13px;
}

.card:hover {
  -webkit-box-shadow: 0 4px 15px 0 rgba(28, 28, 26, 0.15);
          box-shadow: 0 4px 15px 0 rgba(28, 28, 26, 0.15);
}

.control ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  overflow-x: auto;
}

.control ul li a {
  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;
  white-space: nowrap;
  font-size: 14px;
  line-height: 171%;
  text-align: center;
  color: #e06531;
  padding: 14px 24px;
  border: 1px solid rgba(224, 101, 49, 0.2);
  border-radius: 40px;
}

.control ul li a.active {
  background: #e06531;
  color: #fff;
}

.news-banner {
    display: none;
  overflow: hidden;
  position: fixed;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(28, 28, 26, 0.15);
          box-shadow: 0 4px 15px 0 rgba(28, 28, 26, 0.15);
  background: #fff;
  width: 590px;
  bottom: 30px;
  right: 20px;
  z-index: 5;
}

.news-banner__close {
  background: url("/local/templates/main/css/../img/close.svg") center center/contain no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 9;
}

.news-banner__item {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.news-banner__item img {
  max-width: 203px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.news-banner__item-inner {
  padding-right: 25px;
}

.news-banner__title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #1c1c1a !important;
  font-weight: 700;
}

.news-banner__text {
  font-size: 14px;
  color: #8a8a89 !important;
  margin-bottom: 20px;
  padding-right: 65px;
}

.news-banner .swiper-inner {
  gap: 7px;
  position: absolute;
  right: 24px;
  bottom: 18px;
  background: #fff;
  border-radius: 18px;
}

.news-banner .swiper-button-prev,
.news-banner .swiper-button-next {
  min-width: 32px;
  width: 32px;
  height: 32px;
}

.news-banner .swiper-button-prev::before,
.news-banner .swiper-button-next::before {
  width: 11px;
  height: 11px;
}

.header {
  padding: 15px 0;
  background: #ffffff;
  position: relative;
  z-index: 110;
}

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

.header__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header__list li img {
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 24px;
  width: 24px;
  height: 24px;
}

.header__list li a {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header__list li:last-child {
  position: relative;
  padding-right: 14px;
}
.header__list li:first-child {
  margin-right: 28px;
}

.header__list li:last-child::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: var(--white);
}

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

.header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 137px;
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header__socials a {
  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: rgba(58, 58, 58, 0.1);
  padding: 8px;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__socials a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  margin-bottom: 14px;
}

.header__menu {
  position: relative;
  background: #066680;
  border-radius: 40px;
  padding: 6px 30px 6px 6px;
}

.header__menu .btn {
  display: none;
}

.header .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 47px;
}

.header .nav__item {
  position: relative;
}

.header .nav__item:first-child {
  margin-right: -31px;
}

.header .nav__item ul {
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(28, 28, 26, 0.15);
          box-shadow: 0 4px 15px 0 rgba(28, 28, 26, 0.15);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: calc(100% + 26px);
  z-index: 100;
  padding: 22px 22px 40px 32px;
  width: 100%;
  min-width: 300px;
}

.header .nav__item ul a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #1d1d1b;
  width: 100%;
}

.header .nav__item ul li:not(:last-child) {
  margin-bottom: 12px;
}

.header .nav__catalog {
  position: static;
}

.header .nav__catalog .nav__arrow {
  background: #e6831c;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 27px 10px 31px;
  border-radius: 40px;
}

.header .nav__catalog .nav__arrow::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2050_6022)'%3E%3Cpath d='M15.8252 9.93555C16.1013 9.93555 16.3251 10.3834 16.3252 10.9355C16.3252 11.4878 16.1013 11.9355 15.8252 11.9355H0.825195C0.549053 11.9355 0.325195 11.4878 0.325195 10.9355C0.325257 10.3834 0.549091 9.93555 0.825195 9.93555H15.8252ZM15.8252 5.93555C16.1013 5.93555 16.3251 6.38335 16.3252 6.93555C16.3252 7.48785 16.1013 7.93555 15.8252 7.93555H0.825195C0.549053 7.93555 0.325195 7.48785 0.325195 6.93555C0.325257 6.38335 0.549091 5.93555 0.825195 5.93555H15.8252Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2050_6022'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.325195)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 17px;
  width: 17px;
  height: 16px;
}

.header .nav__catalog ul {
  top: calc(100% + 10px);
}

.header .nav__catalog ul > li {
  width: 400px;
  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: 20px;
}

.header .nav__catalog ul > li:not(:last-child) {
  margin-bottom: 0;
}

.header .nav__catalog ul > li > a {
  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: 11px 0;
  border-bottom: 1px solid #f6f6f6;
  font-weight: 500;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header .nav__catalog ul > li > a::before {
  position: absolute;
  content: "";
  top: 0;
  left: -10px;
  background: #efefef;
  border-radius: 10px;
  height: 100%;
  width: calc(100% + 20px);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header .nav__catalog ul > li ul {
  overflow: visible;
  border-radius: 0;
  top: 0;
  left: 442px;
  z-index: 1;
  padding-left: 50px;
  gap: 10px;
  height: 100%;
  padding-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header .nav__catalog ul > li ul li {
  width: 312px;
}

.header .nav__catalog ul > li ul li:not(:last-child) {
  margin-bottom: 12px;
}

.header .nav__catalog ul > li ul a {
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  background: none !important;
  border: none !important;
  border-radius: 0;
}

.header .nav__catalog ul > li ul a::before {
  display: none;
}

.header .nav__catalog ul > li ul ul {
  left: 362px;
  padding-left: 60px;
  width: 400px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 20px 0;
  height: calc(100% - 40px);
}

.header .nav__link {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}

.header .nav__link .nav__icon {
  display: none;
}

.header .nav__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}

.header .nav__arrow::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
}

.header .nav__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.40002H9.8' stroke='%231D1D1B' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.3999 9.8L9.7999 5.4L5.3999 1' stroke='%231D1D1B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 22px;
  width: 22px;
  height: 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  background-color: #f2f2f2;
}

.header__mobile {
  display: none;
}

.header__search {
  margin-right: 10px;
  width: 100%;
  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;
}

.header__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__search input {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  border: none;
  border-radius: 18px;
  padding: 11px 21px;
  background: #f1f1f1;
  border-radius: 40px;
  font-size: 14px;
  color: #1c1c1a;
  height: 40px;
}

.header__search input::-webkit-input-placeholder {
  font-size: 14px;
  color: #1c1c1a;
  opacity: 0.8;
}

.header__search input::-moz-placeholder {
  font-size: 14px;
  color: #1c1c1a;
  opacity: 0.8;
}

.header__search input:-ms-input-placeholder {
  font-size: 14px;
  color: #1c1c1a;
  opacity: 0.8;
}

.header__search input::-ms-input-placeholder {
  font-size: 14px;
  color: #1c1c1a;
  opacity: 0.8;
}

.header__search input::placeholder {
  font-size: 14px;
  color: #1c1c1a;
  opacity: 0.8;
}

.header__search button {
  cursor: pointer;
  min-width: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
}

.header__search button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("/local/templates/main/css/../img/search.svg") center center/contain no-repeat;
  min-width: 24px;
  width: 24px;
  height: 24px;
}

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

.header__search__btn {
  padding: 16px 75px;
}

.header .search-drop {
  left: 0;
  width: 100%;
}

.header__search-icon {
  min-width: 37px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  display: none;
  border-radius: 100%;
  background-color: #ececec;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}

.header__search-icon::before {
  display: block;
  content: "";
  background: url("/local/templates/main/css/../img/search.svg") center center/contain no-repeat;
  min-width: 22px;
  width: 22px;
  height: 22px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.nav__back {
  display: none !important;
}

.footer {
  background: #046580;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.footer::before {
  position: absolute;
  content: "";
  top: -5px;
  left: -270px;
  width: 601px;
  height: 607px;
  background: url("/local/templates/main/css/../img/info-block.svg") center right/contain no-repeat;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.footer__text {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  max-width: 230px;
}

.footer__logo {
  display: block;
  width: 196px;
  margin-bottom: 27px;
}

.footer__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-bottom: 24px;
}

.footer__socials a {
  border-radius: 13px;
  width: 32px;
  height: 32px;
  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: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__socials a img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 18px;
  height: 18px;
  display: block;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer__contacts ul {
  margin-bottom: 24px;
}

.footer__contacts li:not(:last-child) {
  margin-bottom: 10px;
}

.footer__contacts a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.footer__title {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__title:last-child {
  margin-bottom: 12px;
}

.footer__address {
  max-width: 301px;
}

.footer__address ul li {
  text-align: right;
}

.footer__address ul li:not(:last-child) {
  margin-bottom: 22px;
}

.footer__address ul li p {
  font-size: 16px;
}

.footer__address ul li p:first-child {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}

.footer__address ul li p:last-child {
  font-weight: 600;
  color: #fff;
}

.footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0 16px;
  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: 12px;
}

.footer__copyright .footer__text {
  display: none;
}

.footer__copyright a,
.footer__copyright p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

.footer .nav > ul {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
  margin-right: 174px;
}

.footer .nav__inner {
  width: 45%;
}

.footer .nav__inner-grid {
  width: 100%;
  margin-bottom: 24px;
}

.footer .nav__inner-grid .nav__list {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.footer .nav__item {
  margin-bottom: 10px;
  line-height: 1;
}

.footer .nav__link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.footer .nav__inner-absolute {
  width: 154px;
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
}

.form__text {
  margin-bottom: 24px;
  opacity: 0.8;
  font-size: 16px;
}

.form__content label {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.form__content label.active input {
  border: 1px solid #e06531;
}

.form__content label.active .form__error {
  margin-top: 10px !important;
  opacity: 1;
  padding: 10px 0;
}

.form__content label input {
  background: #f8f8f8;
  border: 1px solid transparent;
  padding: 15px 31px;
  border-radius: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 56px;
  font-size: 16px;
}

.form__content label input::-webkit-input-placeholder {
  opacity: 0.5;
  font-size: 16px;
  color: #1c1c1a;
}

.form__content label input::-moz-placeholder {
  opacity: 0.5;
  font-size: 16px;
  color: #1c1c1a;
}

.form__content label input:-ms-input-placeholder {
  opacity: 0.5;
  font-size: 16px;
  color: #1c1c1a;
}

.form__content label input::-ms-input-placeholder {
  opacity: 0.5;
  font-size: 16px;
  color: #1c1c1a;
}

.form__content label input::placeholder {
  opacity: 0.5;
  font-size: 16px;
  color: #1c1c1a;
}

.form__content label input:hover {
  border: 1px solid rgba(28, 28, 26, 0.4);
}

.form__content label input:focus {
  border: 1px solid rgba(28, 28, 26, 0.4);
  outline: none;
}

.form__content textarea {
  background: #f8f8f8;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 15px 31px;
  border-radius: 19px;
  height: 108px;
  width: 100%;
  resize: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.form__content textarea.active {
  border: 1px solid #e06531;
}

.form__content textarea.active + .form__error {
  margin-top: 10px !important;
  opacity: 1;
  padding: 10px 0;
}

.form__content textarea::-webkit-input-placeholder {
  opacity: 0.5;
  color: #1c1c1a;
  font-size: 16px;
}

.form__content textarea::-moz-placeholder {
  opacity: 0.5;
  color: #1c1c1a;
  font-size: 16px;
}

.form__content textarea:-ms-input-placeholder {
  opacity: 0.5;
  color: #1c1c1a;
  font-size: 16px;
}

.form__content textarea::-ms-input-placeholder {
  opacity: 0.5;
  color: #1c1c1a;
  font-size: 16px;
}

.form__content textarea::placeholder {
  opacity: 0.5;
  color: #1c1c1a;
  font-size: 16px;
}

.form__content textarea:hover {
  border: 1px solid rgba(28, 28, 26, 0.4);
}

.form__content textarea:focus {
  border: 1px solid rgba(28, 28, 26, 0.4);
  outline: none;
}

.form__error {
  height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  font-size: 14px;
  color: #e06531;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
}

.form__btn {
  width: 100%;
}

.form__checkbox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 24px !important;
  margin-top: 16px;
}

.form__checkbox.active span {
  background: red;
}

.form__checkbox input {
  display: none;
}

.form__checkbox input:checked + span {
  background: #e2821e;
  border: 1px solid #e2821e;
}

.form__checkbox input:checked + span::before {
  opacity: 1;
}

.form__checkbox span {
  display: block;
  border-radius: 100px;
  border: 1px solid #e0e0e0;
  min-width: 18px;
  width: 18px;
  height: 18px;
  background: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form__checkbox span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.15417 1.42549L4.42778 6.15175C4.28598 6.29354 4.09985 6.36491 3.91372 6.36491C3.72759 6.36491 3.54146 6.29354 3.39966 6.15175L1.03653 3.78862C0.752145 3.50436 0.752145 3.04476 1.03653 2.7605C1.32079 2.47611 1.78026 2.47611 2.06465 2.7605L3.91372 4.60957L8.12605 0.397375C8.4103 0.112985 8.86978 0.112985 9.15417 0.397375C9.43842 0.681631 9.43842 1.1411 9.15417 1.42549Z' fill='%23FAFAFA'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form__checkbox p {
  font-size: 14px;
  text-align: center;
  color: rgba(28, 28, 26, 0.5);
  max-width: 360px;
}

.form__checkbox a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.form__info {
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
}

.form__info a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.form__inputs {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 10px;
}

.form__inputs label {
  margin-bottom: 0;
}

.form__file label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #e8e8e8;
  border-radius: 60px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  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;
  padding: 15px 24px;
  white-space: nowrap;
  margin-bottom: 0 !important;
}

.form__file label::after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  border-radius: 100%;
  content: "";
  background: url("/local/templates/main/css/../img/file.svg") center center/contain no-repeat;
  width: 25px;
  height: 25px;
}

.form__file span {
  display: block;
  font-weight: 500;
  font-size: 14px;
}

.form__file input {
  display: none;
}

.form__inner {
  margin: 20px 0;
  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: 20px;
  width: 100%;
}

.form__inner label.form__checkbox {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.form__inner label.form__checkbox p {
  text-align: left;
  font-size: 12px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.file-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 271px;
  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;
  gap: 8px;
}

.file-item span {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
}

.file-item-delete {
  background: url("/local/templates/main/css/../img/close.svg") center center/contain no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.form-article-demo {
  margin-top: 36px;
}

.form-article-demo .form__content label input {
  background: #f1f1f1;
}

.form-article-demo .form__checkbox p {
  margin-bottom: 0;
  max-width: 362px;
}

.main {
  margin-bottom: 100px;
}

.main__wrapper {
  position: relative;
}
.main__title,
.main h1,
.main h2 {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}

.main p {
  color: #fff;
  font-size: 16px;
}

.main__item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.main__item-inner {
  position: relative;
  padding: 71px 0 140px 40px;
  z-index: 1;
}

.main__item-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url("/local/templates/main/css/../img/elapses-1.svg") center center/contain no-repeat;
  background-position: 15% 50%;
  z-index: -1;
}

.main__item-img {
  position: relative;
  height: 100%;
  -webkit-clip-path: polygon(45% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(45% 0, 100% 0%, 100% 100%, 0% 100%);
  background: inherit;
  width: calc(100% + 40px);
  margin-left: -40px;
  position: relative;
}

.main__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main__item-img::after,
.main__item-img::before {
  position: absolute;
  left: 50%;
  content: "";
  width: 100%;
  height: 40px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: inherit;
}

.main__item-img::after {
  top: 50%;
  left: 50%;
}

.main__item-img::before {
  left: 20%;
  top: 70%;
}

.main .swiper-pagination {
  position: absolute;
  left: 40px;
  bottom: 41px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
  margin-top: 32px;
  width: 90%;
}

.main .swiper-pagination-bullet {
  opacity: 0.5;
  width: 24px;
  height: 24px;
  background: none;
  border: 1px solid transparent;
  position: relative;
}

.main .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

.main .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background: none !important;
  opacity: 1;
}

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  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: 100dvh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: background all 0.3s ease-in-out;
  -o-transition: background all 0.3s ease-in-out;
  transition: background all 0.3s ease-in-out;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 150;
}

.modal-overlay .modal {
  border-radius: 20px;
  max-width: 724px;
  width: 95%;
  max-height: 90%;
  display: none;
  position: relative;
  background: #fff;
}

.modal-overlay .modal.active {
  display: block;
}

.modal-overlay .modal__subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.modal-overlay .modal__text {
  margin-bottom: 31px;
  font-size: 16px;
}

.modal-overlay .modal__wrapper {
  overflow-y: auto;
  max-height: calc(100vh - 120px);
  padding: 47px 64px 59px;
}

.modal-overlay .modal .close-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: -32px;
  top: -28px;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background: url("/local/templates/main/css/../img/close.svg") center center/contain no-repeat;
}

.modal-overlay .modal__btn {
  padding: 17px 64px;
}

.modal-overlay .modal-after,
.modal-overlay .modal-after-faq {
  text-align: center;
  max-width: 652px;
}

.modal-overlay .modal-after img,
.modal-overlay .modal-after-faq img {
  width: 41px;
  height: 41px;
  margin: 0 auto 16px;
}

.modal-overlay .modal-after .h2,
.modal-overlay .modal-after-faq .h2 {
  margin-bottom: 10px;
  position: relative;
}

.modal-overlay .modal-after .modal__text,
.modal-overlay .modal-after-faq .modal__text {
  margin: 0 auto 24px;
  position: relative;
}

.modal-overlay .modal-after .modal__btn,
.modal-overlay .modal-after-faq .modal__btn {
  margin: 0 auto;
}

.modal-overlay .modal-after .modal__wrapper,
.modal-overlay .modal-after-faq .modal__wrapper {
  padding: 47px 94px 40px;
}

.modal-overlay .modal-certificate {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 95%;
}

.modal-overlay .modal-certificate .modal__wrapper {
  background: none;
  padding: 0;
}

.modal-overlay .modal-certificate img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 120px);
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-overlay .modal-certificate .modal__content {
  height: 100%;
}

.modal-overlay .modal-reviews {
  max-width: 628px;
}

.modal-overlay .modal-reviews .modal__wrapper {
  padding: 0;
}

.modal-overlay .modal-reviews .reviews__item {
  background: #fff;
}

.modal-overlay .modal-reviews .reviews__item-text {
  display: block;
  -webkit-line-clamp: none;
  -webkit-box-orient: initial;
}

.modal-overlay .modal-reviews .reviews__item-more {
  display: none;
}

.modal-overlay .form__checkbox {
  margin-bottom: 27px !important;
  margin-top: 27px;
}

.modal-callback .form__checkbox {
  max-width: 507px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.modal-faq .form__checkbox {
  padding-right: 22px;
}

.category {
  margin-bottom: 70px;
}

.category__more {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #e2821e;
  margin-top: 17px;
}

.category h1,
.category h2 {
  margin-bottom: 29px;
}

.category__inner {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px 24px;
}

.category__inner h2,
.category__inner h1 {
  margin-bottom: 0;
}

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

.category__item {
  background: #e7e7e7;
  position: relative;
  border-radius: 20px;
  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: 263px;
  padding: 24px 28px 27px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.category__item-title,
.category__item p {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}

.category__item img {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.category__item ul {
  margin-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  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;
}

.category__item ul li {
  font-size: 14px;
  color: rgba(28, 28, 26, 0.5);
}

.category__item ul li a:hover {
  text-decoration: underline;
}

.category .more-link {
  margin-top: auto;
}

.category .circles {
  margin-top: auto;
}

.category-big {
  margin-bottom: 100px;
}

.category-big .category__items {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.category-big .category__item {
  min-height: 348px;
  padding: 24px;
}

.category-big .category__item p {
  -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
         transform: translateY(0);
  font-size: 18px;
  margin-bottom: 10px;
}

.category-big .category__item img {
  width: 240px;
  height: 240px;
  margin-bottom: 0;
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
}

.category-big .category__item ul {
  max-height: 230px;
  margin-top: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-big .category__item ul li {
  width: 50%;
}

.slider {
  margin-bottom: 85px;
}

.slider__inner {
  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: 16px;
  margin-bottom: 17px;
}

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

.slider-swiper {
  padding: 15px;
  width: calc(100% + 30px);
  margin-left: -15px;
}

.about {
  margin-bottom: 100px;
}

.about__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}

.about h2 {
  color: #066680;
  margin-bottom: 24px;
}

.about__inner img {
  width: 196px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about__description p:not(:last-child) {
  margin-bottom: 12px;
}

.about__description b {
  font-weight: 500;
  font-size: 18px;
}

.about .more-link {
  margin-top: 24px;
}

.images-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.images-swiper .swiper-wrapper img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-page {
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 50px;
  margin-top: -50px;
  padding-bottom: 100px;
}

.about-page .about__wrapper {
  margin-bottom: 0;
}

.about-page .about__description {
  max-width: 573px;
}

.about-page .about__inner {
  position: relative;
  z-index: 1;
}

.about-page .about__inner::before {
  position: absolute;
  content: "";
  top: -49px;
  left: 45px;
  width: 493px;
  height: 503px;
  background: url("/local/templates/main/css/../img/emblema.svg") center center/contain no-repeat;
  z-index: -1;
}

.advantages {
  margin-bottom: 100px;
}

.advantages__inner {
  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: 16px;
  margin-bottom: 32px;
}

.advantages__item {
  border-radius: 20px;
  overflow: hidden;
  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;
  height: 100%;
  padding: 24px 20px 40px;
}

.advantages__item::before {
  display: block;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  font-size: 20px;
  color: #fff;
  margin-bottom: 78px;
}

.advantages__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 412px;
  aspect-ratio: 1/1;
}

.advantages__item-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 700;
}

.advantages__item-text {
  color: #fff;
}

.advantages .swiper-wrapper {
  counter-reset: num;
}

.advantages .swiper-slide:nth-child(2) .advantages__item img {
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}

.advantages .swiper-slide:nth-child(3) .advantages__item img {
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(-50%, -30%) rotate(-90deg);
      -ms-transform: translate(-50%, -30%) rotate(-90deg);
          transform: translate(-50%, -30%) rotate(-90deg);
}

.advantages .swiper-slide:nth-child(4) .advantages__item img {
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

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

.news {
  overflow: hidden;
  margin-bottom: 100px;
}

.news h2 {
  margin-bottom: 16px;
}

.news__tabs-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.news__tabs-btn {
  font-size: 14px;
  line-height: 171%;
  text-align: center;
  color: #e06531;
  padding: 15px 23px;
  border: 1px solid rgba(224, 101, 49, 0.2);
  border-radius: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.news__tabs-btn:hover {
  border: 1px solid rgb(224, 101, 49);
}

.news__tabs-btn.active {
  border: 1px solid rgb(224, 101, 49);
  background: #e06531;
  color: #fff;
}

.news__content {
  position: relative;
  display: none;
}

.news__content.active {
  display: block;
}

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

.news__item {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px 20px 47px;
  min-height: 371px;
  position: relative;
}

.news__item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ececec;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.news__item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.news__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.news__item p {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.news__item:hover img {
  opacity: 1;
}

.news__item:hover::before {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.news__item:hover::after {
  opacity: 1;
}

.news__item:hover p {
  opacity: 0;
}

.news__item:hover .news__item-date-day,
.news__item:hover .news__item-date-month,
.news__item:hover .news__item-date-year {
  color: #fff;
}

.news__item:hover .news__item-date {
  border-top: 1px solid rgba(255, 255, 255, 0);
}

.news__item-date {
  margin-top: auto;
  position: relative;
  z-index: 3;
  padding-left: 90px;
  text-align: right;
  padding-top: 27px;
  border-top: 1px solid rgba(28, 28, 26, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.news__item-date-day {
  position: absolute;
  left: 0;
  top: 10px;
  font-weight: 700;
  font-size: 64px;
  color: #e06531;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.news__item-date-month {
  color: rgba(28, 28, 26, 0.5);
  margin-bottom: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.news__item-date-year {
  color: rgba(28, 28, 26, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.news .swiper-inner {
  position: absolute;
  right: 0;
  bottom: calc(100% + 32px);
}

.news .swiper {
  overflow: visible;
}

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

.news .pagination {
  margin-top: 29px;
}

.news__slider {
  position: relative;
  margin-top: 35px;
}

.news__slider .swiper-inner {
  bottom: calc(100% + 25px);
}

.news-product .swiper {
  overflow: hidden;
}

.news-product h2 {
  margin-bottom: 29px;
}

.news-product .news__item {
  min-height: auto;
}

.news-product .news__item p {
  margin-bottom: 63px;
}

.news-product .news__item:hover::before {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.news-product .news__item:hover::after {
  opacity: 0;
}

.news-product .news__item:hover p {
  opacity: 1;
}

.news-product .news__item:hover .news__item-date-day {
  color: #e06531;
}

.news-product .news__item:hover .news__item-date-month,
.news-product .news__item:hover .news__item-date-year {
  color: rgba(28, 28, 26, 0.5);
}

.news-product .news__item:hover .news__item-date {
  border-top: 1px solid rgba(28, 28, 26, 0.1);
}

.reviews {
  margin-bottom: 80px;
  padding: 100px 0;
  background: #fff;
}

.reviews__inner {
  position: relative;
  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: 16px;
  margin-bottom: 62px;
}

.reviews__item {
  border-radius: 20px;
  background: #f8f8f8;
  padding: 32px;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.reviews__item::after,
.reviews__item::before {
  position: absolute;
  left: 50%;
  content: "";
  width: 100%;
  height: 34px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  z-index: -1;
}

.reviews__item::after {
  top: 34%;
  left: 50%;
}

.reviews__item::before {
  left: 20%;
  top: 64%;
}

.reviews__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}

.reviews__item-inner::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0V30L15 15V0H0ZM25 0V30L40 15V0H25Z' fill='%23E2821E'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 40px;
  width: 40px;
  height: 40px;
}

.reviews__item-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  margin-right: auto;
}

.reviews__item-date {
  line-height: 150%;
  color: rgba(28, 28, 26, 0.5);
}

.reviews__item-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.reviews__item-text p {
  font-size: 16px;
}

.reviews__item-text p:not(:last-child) {
  margin-bottom: 10px;
}

.reviews__item-more {
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #e2821e;
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.reviews__item-more:hover {
  color: #e06531;
}

.reviews .more-link {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
}

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

.reviews .control {
  margin-bottom: 32px;
}

.reviews__inner .btn {
  max-width: 268px;
  width: 100%;
  padding: 11px;
}

.reviews__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.reviews__rating p {
  font-weight: 700;
  font-size: 64px;
  text-transform: uppercase;
}

.reviews__rating-inner p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(28, 28, 26, 0.5);
  text-transform: none;
}

.reviews__rating-inner p span {
  padding-right: 3px;
}

.reviews__rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.reviews__rating-stars img {
  width: 15px;
  height: 15px;
  -webkit-filter: grayscale(1) opacity(0.5);
          filter: grayscale(1) opacity(0.5);
}

.reviews__rating-stars img.active {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.reviews__items {
  display: -ms-grid;
  display: grid;
  gap: 36px 25px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.reviews__items .reviews__item {
  background: #fff;
}

.reviews__item-rating {
  position: absolute;
  top: 32px;
  left: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.reviews__item-rating img {
  width: 15px;
  height: 15px;
  -webkit-filter: grayscale(1) opacity(0.5);
          filter: grayscale(1) opacity(0.5);
}

.reviews__item-rating img.active {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.reviews__item-inner {
  position: relative;
}

.reviews .pagination {
  margin-top: 36px;
}

.reviews-page {
  padding: 0;
  background: none;
}

.reviews-page .reviews__item-inner {
  margin-bottom: 30px;
}

.reviews-page .reviews__inner {
  margin-bottom: 26px;
}

.info-block {
  margin-bottom: 230px;
  background: #e06531;
  padding-top: 60px;
  position: relative;
}

.info-block::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0px;
  background: url("/local/templates/main/css/../img/info-block.svg") center right/contain no-repeat;
  height: 100%;
  width: 100%;
}

.info-block__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: -74px;
  position: relative;
}

.info-block h2 {
  color: #fff;
  margin-bottom: 16px;
}

.info-block ul {
  margin-left: 19px;
}

.info-block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 16px;
  padding-left: 22px;
  position: relative;
}

.info-block ul li::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.info-block ul li:not(:last-child) {
  margin-bottom: 21px;
}

.info-block__description p {
  color: rgba(255, 255, 255, 0.8);
}

.info-block__description p:not(:last-child) {
  margin-bottom: 16px;
}

.info-block__description b {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 18px;
}

.info-block__images {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-transform: translateY(130px);
      -ms-transform: translateY(130px);
          transform: translateY(130px);
}

.info-block__images img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-block .circles {
  background: url("/local/templates/main/css/../img/circle-3.svg") center left/contain no-repeat;
}

.info-block .circles::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.info-block .circles::before {
  background: #fff;
}

.info-block .more-link {
  color: #fff;
}

.info-block__mobile {
  display: none;
}

.info-block-grey {
  background: #ececec;
  margin-bottom: 170px;
}

.info-block-grey h2,
.info-block-grey p,
.info-block-grey li {
  color: #1c1c1a;
}

.info-block-grey::before {
  right: auto;
  left: 0;
  background: url("/local/templates/main/css/../img/info-block-2.svg") center left/contain no-repeat;
}

.info-block-grey .info-block__description p {
  max-width: 675px;
}

.info-block-grey .info-block__wrapper {
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  margin-bottom: 0;
}

.info-block-grey .info-block__images {
  -webkit-transform: translateY(53px);
      -ms-transform: translateY(53px);
          transform: translateY(53px);
}

.letters {
  margin-bottom: 80px;
}

.letters__inner {
  position: relative;
  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: 16px;
  margin-bottom: 62px;
}

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

.letters__item {
  background: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 19px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
}

.letters__item:hover {
  background: #fff;
}

.letters__item:hover .letters__item-inner {
  background: #ececec;
}

.letters__item-inner {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.letters__item-inner::after {
  margin-top: auto;
  display: block;
  content: "";
  background: url("/local/templates/main/css/../img/letters.svg") center bottom/contain no-repeat;
  width: 100%;
  aspect-ratio: 16/5.5;
}

.letters__item-date {
  font-size: 14px;
  color: rgba(28, 28, 26, 0.5);
  margin-bottom: 59px;
}

.letters__item-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 14px;
  min-height: 4em;
}

.letters__item-text {
  font-weight: 500;
  font-size: 14px;
  color: rgba(28, 28, 26, 0.5);
  margin-bottom: 60px;
}

.letters .more-link {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
}

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

.letters .control {
  margin-bottom: 40px;
}

.swiper-slide .letters__item-date {
  font-size: 14px;
}

.swiper-slide .letters__item-title {
  font-size: 16px;
}

.swiper-slide .letters__item-text {
  font-size: 14px;
}

.contacts-section {
  background: #fff;
  padding: 80px 0 60px;
}
.contacts-section-no-form.contacts-section {
  background: unset;
  padding-bottom: 73px;
  padding-top: 8px;
}

@media (max-width: 1025px) {
  .contacts-section-no-form.contacts-section {
    padding-bottom: 44px;
    padding-top: 8px;
  }
}

.contacts-section__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 60px;
}

.contacts-section-no-form .contacts-section__wrapper {
  grid-template-columns: 1fr;
}

.contacts-section h2 {
  margin-bottom: 32px;
}

.contacts-section__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}

.contacts-section-no-form.contacts-section ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background: #ECECEC;
  padding: 40px 45px;
  border-radius: 20px;
  gap: 50px 20px;
}

@media (max-width: 1025px) {
  .contacts-section-no-form.contacts-section ul {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 30px 25px;
  }
}

.contacts-section__inner ul li {
  width: 48%;
  padding-right: 5%;
}

.contacts-section-no-form.contacts-section ul li {
  width: auto;
  padding-right: 0;
}

@media (max-width: 1025px) {

  .contacts-section-no-form.contacts-section ul li p:first-child {
    margin-bottom: 10px;
  }
}

.contacts-section__inner ul li:nth-child(3) {
  width: 100%;
  padding-right: 19%;
}

.contacts-section-no-form.contacts-section ul li:nth-child(3) {
  width: auto;
  padding-right: 0;
}

.contacts-section__inner ul li p {
  font-weight: 500;
  font-size: 18px;
}

.contacts-section__inner ul li p:first-child {
  color: rgba(28, 28, 26, 0.5);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

.contacts-section__inner ul li a {
  font-weight: 500;
  font-size: 18px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contacts-section__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.contacts-section__socials a {
  border-radius: 13px;
  padding: 0 !important;
  width: 40px !important;
  height: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(28, 28, 26, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contacts-section__socials a img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 21px;
  height: 21px;
  display: block;
}

.contacts-section .form {
  max-width: 540px;
  margin-left: auto;
}

.contacts-section canvas {
  -webkit-filter: grayscale(1) brightness(0.9);
          filter: grayscale(1) brightness(0.9);
}

.contacts-section .ymaps-2-1-79-ground-pane .ymaps-2-1-79-user-selection-none {
  -webkit-filter: grayscale(1) brightness(0.9);
          filter: grayscale(1) brightness(0.9);
}

.contacts-section .ymaps-2-1-79-balloon__layout {
  background: none;
}

.contacts-section .ymaps-2-1-79-balloon__content {
  background: none;
  padding: 0;
}

.contacts-section .ymaps-2-1-79-balloon__content ymaps {
  padding: 0;
  width: auto !important;
}

.contacts-section .ymaps-2-1-79-balloon_layout_panel {
  background: none;
}

.contacts-section .ymaps-2-1-79-balloon {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contacts-section .ymaps-2-1-79-balloon__close {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.contacts-section .ymaps-2-1-79-balloon__close-button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contacts-section .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  margin-right: 0;
}

.contacts-section .ymaps-2-1-79-balloon__tail {
  display: none;
}

.contacts-section .ymaps-2-1-79-balloon-overlay {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.details {
  margin-bottom: 73px;
}

@media (max-width: 1025px) {
  .details {
    margin-bottom: 44px;
  }
}

.details h2 {
  margin-bottom: 20px;
}

@media (max-width: 1400px) {
  .details h2 {
    font-size: 32px;
  }
}

.details ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.details ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #1C1C1A;
}

.details ul li b {
  font-weight: 700;
}

.policy {
  margin-bottom: 70px;
}

.policy h2 {
  margin-bottom: 30px;
}

@media (max-width: 1025px) {
  .policy h2 {
    margin-bottom: 20px;
  }
}

.policy__content {

}

.policy h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 138.4%;
  color: #383838;
}
.policy h3:not(:first-child) {
  margin-top: 43px;
}

.policy p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.363967px;
  color: #606060;
}
.policy p:not(:first-child) {
  margin-top: 16px;
}

.policy p b {
  font-weight: 700;
}

.map {
  height: 333px;
  border-radius: 20px;
  overflow: hidden;
}

.partners {
  margin-bottom: 72px;
  overflow: hidden;
}

.partners__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 92px;
}

.partners .swiper {
  overflow: visible;
}

.partners .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.partners .swiper-slide {
  padding: 0 72px;
}

.partners .swiper-slide img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.partners .swiper-slide img:hover {
  -webkit-filter: none;
          filter: none;
}

.catalog {
  margin-bottom: 52px;
}

.catalog.active {
  position: relative;
  z-index: 1000;
}

.catalog h2 {
  margin-bottom: 30px;
}

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

.catalog__empty-title {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #066680;
}

.catalog__content {
  overflow: hidden;
}

.catalog__filter-btn {
  display: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background: #ececec;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 8px 14px 8px 17px;
  max-width: 155px;
  width: 100%;
}

.catalog__filter-btn::after {
  display: block;
  content: "";
  background: url("/local/templates/main/css/../img/setting.svg") center center/contain no-repeat;
  min-width: 14px;
  width: 14px;
  height: 14px;
}

.catalog__category {
  margin-bottom: 14px;
}

.catalog__category ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding-bottom: 10px;
  overflow-x: auto;
}

.catalog__category ul li {
  width: 100%;
}

.catalog__category ul li a {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 27px 13px 24px;
  background: #066680;
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: #fff;
  height: 100%;
  position: relative;
  min-height: 56px;
}

.catalog__category ul li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/local/templates/main/css/../img/category-circle.svg");
}

.catalog__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin-bottom: 23px;
}

.catalog__description {
  max-width: 883px;
}

.catalog__description h2 {
  padding-bottom: 11px;
  margin-bottom: 11px;
  border-bottom: 1px solid rgba(4, 101, 128, 0.2);
  font-size: 18px;
}

.catalog__description h3 {
  font-weight: 700;
  font-size: 16px;
  margin: 25px 0 11px;
}

.catalog__description p {
  font-size: 14px;
}

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

.catalog__description p:not(:last-child) {
  margin-bottom: 16px;
}

.catalog__description a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #e2821e;
}

.catalog__description ul {
  margin: 11px 0 25px;
}

.catalog__description ul:last-child {
  margin-bottom: 0;
}

.catalog__description ul li {
  font-size: 14px;
  padding-left: 22px;
  position: relative;
}

.catalog__description ul li:not(:last-child) {
  padding-bottom: 9px;
}

.catalog__description ul li::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: 3px solid #e6831c;
}

.catalog__description ol {
  counter-reset: num;
  margin: 11px 0 25px;
}

.catalog__description ol:last-child {
  margin-bottom: 1px;
}

.catalog__description ol li {
  font-size: 14px;
  position: relative;
  padding-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 31px;
}

.catalog__description ol li::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  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-wrap: wrap;
      flex-wrap: wrap;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  background: #e2821e;
}

.catalog__description ol li:not(:last-child) {
  margin-bottom: 9px;
}

.catalog__description {
  margin-top: 40px;
}

.filter {
  padding: 32px 11px 34px 16px;
  background: #ececec;
  border-radius: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.filter__title {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 16px;
  font-weight: 700;
}

.filter__inner {
  margin-bottom: 9px;
  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: 24px;
}

.filter__close {
  display: none;
  width: 32px;
  height: 32px;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background: url(/local/templates/main/css/../img/close.svg) center center/contain no-repeat;
}

.filter__item {
  padding: 10px 25px 19px 16px;
  margin: 15px 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.filter__item.open .filter__item-title::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter__item.open .filter__content {
  padding-top: 18px;
  padding-bottom: 10px;
  opacity: 1;
  visibility: visible;
}

.filter__item-title {
  cursor: pointer;
  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: 20px;
  font-weight: 500;
  font-size: 16px;
}

.filter__item-title::after {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.978516 0.948486C0.978516 0.948486 9.99954 0.948486 10.0623 1.01121L5.55176 5.52173L0.978516 0.948486Z' fill='%231C1C1A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 11px;
  width: 11px;
  height: 6px;
}

.filter__content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  will-change: max-height;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.filter__checkbox {
  display: block;
}

.filter__checkbox:not(:last-child) {
  margin-bottom: 12px;
}

.filter__checkbox input {
  display: none;
}

.filter__checkbox input:checked + span::after {
  opacity: 1;
}

.filter__checkbox input:checked + span::before {
  background: #066680;
}

.filter__checkbox span {
  display: block;
  position: relative;
  padding-left: 31px;
}

.filter__checkbox span::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  border-radius: 100%;
  background: #fff;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.filter__checkbox span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3421 6.58875C16.0135 6.26078 15.5206 6.26078 15.192 6.58875L9.03096 12.7382L6.48439 10.1964C6.15581 9.86844 5.66292 9.86844 5.33433 10.1964C5.00574 10.5244 5.00574 11.0163 5.33433 11.3443L8.45593 14.46C8.62023 14.624 8.78452 14.706 9.03096 14.706C9.2774 14.706 9.4417 14.624 9.60599 14.46L16.3421 7.73664C16.6707 7.40867 16.6707 6.91672 16.3421 6.58875Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 21px;
  height: 21px;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.filter__checkbox span span {
  color: rgba(28, 28, 26, 0.5);
  padding-left: 0;
  display: inline;
}

.filter__checkbox span span::after,
.filter__checkbox span span::before {
  display: none;
}

.filter__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-top: 28px;
}

.filter__btn {
  padding: 9px;
  width: 100%;
}

.show-result {
  display: none;
  border: 5px solid #066680;
  padding: 9px 37px;
  overflow: visible;
}

.show-result::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: calc(100% + 4px);
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.686523 5.15894L8.9964 0.361227L8.9964 9.95664L0.686523 5.15894Z' fill='%23066680'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 9px;
  height: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.show-result::before {
  display: none;
}

.show-result:hover {
  background: #fff;
  border: 5px solid #066680;
}

.cards {
  display: -ms-grid;
  display: grid;
  gap: 41px 22px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.product {
  margin-bottom: 65px;
}

.product__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 36px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
}

.product__sliders {
  overflow: hidden;
  position: relative;
  padding: 0 24px;
  width: calc(100% + 48px);
  margin-left: -24px;
}

.product__tag {
  position: absolute;
  top: 13px;
  left: 44px;
  font-size: 12px;
  line-height: 84%;
  text-align: center;
  color: #fff;
  background: #e06531;
  border-radius: 17px;
  padding: 7px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}

.product__inner {
  position: relative;
}

.product__description {
  border-radius: 20px;
  background: #ececec;
  padding: 40px 30px 34px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.product__description::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/local/templates/main/css/../img/product-bg.svg") center center/cover no-repeat;
  z-index: -1;
}

.product__title {
  font-size: 30px;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.product__maker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 23px;
}

.product__maker p {
  font-size: 16px;
}

.product__maker-img {
  display: block;
  background: #fff;
  border-radius: 9px;
  padding: 11px 42px;
}

.product__maker-img img {
  width: 118px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.product__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  margin-bottom: 23px;
}

.product__rating a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-size: 16px;
}

.product__rating-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
}

.product__rating-inner img {
  width: 20px;
  height: 20px;
  -webkit-filter: grayscale(1) opacity(0.5);
          filter: grayscale(1) opacity(0.5);
}

.product__rating-inner img.active {
  -webkit-filter: grayscale(0) opacity(1);
          filter: grayscale(0) opacity(1);
}

.product__description-inner {
  margin-bottom: 23px;
  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: 16px;
}

.product__price {
  font-size: 20px;
  font-weight: 700;
}

.product__stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #64a416;
}

.product__stock::before {
  display: block;
  content: "";
  border: 3px solid #64a416;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-top: 2px;
}

.product__stock-order {
  color: #066680;
}

.product__stock-order::before {
  border-color: #066680;
}

.product__stock-out {
  color: #a41616;
}

.product__stock-out::before {
  border-color: #a41616;
}

.product__btns {
  display: -ms-grid;
  display: grid;
  gap: 13px 6px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 34px;
}

.product__btns .btn {
  width: 100%;
}

.product__btns .btn:nth-child(1) {
  padding: 14px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
  font-size: 16px;
}

.product__btns .btn:nth-child(2) {
  background: #fff;
  padding: 13px;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
  font-size: 16px;
}

.product__btns .btn:nth-child(3) {
  background: #fff;
  padding: 13px;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  font-size: 16px;
}

.product__characteristic ul {
  padding-top: 24px;
  border-top: 1px solid rgba(4, 101, 128, 0.2);
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  overflow-x: auto;
}

.product__characteristic ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-width: 137px;
}

.product__characteristic ul li img {
  width: 36px;
  min-width: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 36px;
}

.product__characteristic-inner p {
  font-size: 16px;
}

.product__characteristic-inner p:first-child {
  color: rgba(28, 28, 26, 0.5);
}

.product .swiper-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 7px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product .swiper-button-prev,
.product .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ececec;
}

.product .swiper-button-prev {
  left: -24px;
}

.product .swiper-button-next {
  right: -24px;
}

.product-swiper {
  margin-bottom: 20px;
}

.product-thumb-swiper .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}

.product-thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.description {
  margin-bottom: 33px;
}

.description__wrapper {
  border-radius: 10px 10px 0 0;
  background: #fff;
  padding: 0 42px 35px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.description__wrapper::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: url("/local/templates/main/css/../img/stripes.svg") center center/cover no-repeat;
  aspect-ratio: 1/1;
  height: 335px;
  z-index: -1;
}

.description__control {
  background: #066680;
  border-radius: 10px;
  margin-bottom: 28px;
  overflow-x: auto;
  width: calc(100% + 84px);
  margin-left: -42px;
}

.description__control ul {
  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: 10px;
  padding: 0 18px;
  position: relative;
}

.description__control ul::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  background: #108bad;
  width: 100%;
  height: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 0 10px 267px;
}

.description__control ul li a {
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 13px 24px 15px;
  position: relative;
  white-space: nowrap;
}

.description__control ul li a::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  background: #e2821e;
  width: 0;
  height: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.description__control ul li a.active::before {
  width: 100%;
}

.description__texts {
  max-width: 956px;
  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;
}

.description__texts.active {
  height: 217px;
  overflow: hidden;
}

.description__more {
  font-size: 14px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-top: 24px;
}

.description__more::after {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.978516 0.948486C0.978516 0.948486 9.99954 0.948486 10.0623 1.01121L5.55176 5.52173L0.978516 0.948486Z' fill='%231C1C1A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 11px;
  width: 11px;
  height: 6px;
  margin-top: 3px;
}

.description__more.active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.description .title-icon {
  padding-bottom: 17px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(4, 101, 128, 0.2);
}

.characteristics {
  margin-bottom: 33px;
}

.characteristics__wrapper {
  background: #fff;
  padding: 34px 50px 50px;
}

.characteristics ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.characteristics ul::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.characteristics ul li {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  border-bottom: 1px solid rgba(221, 221, 221, 0.7);
  padding: 14px;
}

.characteristics ul li p:first-child {
  font-weight: 500;
  color: #066680;
}

.characteristics .title-icon {
  margin-bottom: 37px;
  margin-left: 14px;
}

.reviews-product {
  margin-bottom: 33px;
}

.reviews-product__wrapper {
  background: #fff;
  padding: 16px 43px 40px;
}

.reviews-product__inner {
  margin-bottom: 25px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.reviews-product__rating {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin-bottom: 3px;
}

.reviews-product__rating p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.reviews-product__rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.reviews-product__rating-item img {
  width: 16px;
  height: 16px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.reviews-product__items {
  display: -ms-grid;
  display: grid;
  gap: 74px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.reviews-product__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}

.reviews-product__item-wrap::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='31' viewBox='0 0 41 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.205078 0.299072V30.2991L15.2051 15.2991V0.299072H0.205078ZM25.2051 0.299072V30.2991L40.2051 15.2991V0.299072H25.2051Z' fill='%23ECECEC'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 41px;
  width: 41px;
  height: 31px;
  margin-top: 3px;
  margin-right: 10px;
}

.reviews-product__item-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 2px;
}

.reviews-product__item-date {
  color: rgba(28, 28, 26, 0.5);
}

.reviews-product__item-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 8px;
}

.reviews-product__item-rating img {
  width: 14px;
  height: 14px;
  -webkit-filter: grayscale(1) opacity(0.5);
          filter: grayscale(1) opacity(0.5);
}

.reviews-product__item-rating img.active {
  -webkit-filter: none;
          filter: none;
}

.reviews-product__item-more {
  font-size: 14px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-top: 12px;
}

.reviews-product__item-more::after {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.978516 0.948486C0.978516 0.948486 9.99954 0.948486 10.0623 1.01121L5.55176 5.52173L0.978516 0.948486Z' fill='%231C1C1A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 11px;
  width: 11px;
  height: 6px;
  margin-top: 3px;
}

.reviews-product__item-more.active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.reviews-product__item-text p:not(:last-child) {
  margin-bottom: 16px;
}

.reviews-product__item-text.active {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.reviews-product__images {
  width: 100%;
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 5px;
}

.reviews-product__images::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  background-color: #ececec;
}

.reviews-product__images::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #e2821e;
}

.reviews-product__images::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #ececec;
}

.reviews-product__images img {
  max-width: 141px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 4px;
}

.reviews-product .btn {
  max-width: 268px;
  width: 100%;
  padding: 12px 64px;
}

.leasing {
  margin-bottom: 33px;
}

.leasing__inner {
  margin-bottom: 25px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.leasing__wrapper {
  background: #fff;
  padding: 16px 50px 58px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.leasing__wrapper::before {
  position: absolute;
  content: "";
  bottom: -50px;
  right: 0;
  background: url("/local/templates/main/css/../img/stripes.svg") center center/cover no-repeat;
  aspect-ratio: 1/1;
  height: 335px;
  z-index: -1;
}

.leasing__wrap {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.leasing__table {
  max-width: 473px;
  margin-top: 31px;
}

.leasing__table ul li {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.leasing__table ul li:not(:last-child) {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.7);
}

.leasing__table ul li p:first-child {
  font-weight: 500;
}

.leasing__advantages {
  max-width: 557px;
}

.leasing__advantages ul li {
  padding-left: 22px;
  position: relative;
}

.leasing__advantages ul li:not(:last-child) {
  padding-bottom: 21px;
}

.leasing__advantages ul li::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: 3px solid #e6831c;
}

.leasing__advantages-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
}

.leasing .btn {
  max-width: 268px;
  width: 100%;
  padding: 12px 64px;
}

.faq-product {
  margin-bottom: 33px;
}

.faq-product__wrapper {
  padding: 16px 48px 48px;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.faq-product__wrapper::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: url("/local/templates/main/css/../img/stripes.svg") center center/cover no-repeat;
  aspect-ratio: 1/1;
  height: 335px;
  z-index: -1;
}

.faq-product__inner {
  margin-bottom: 25px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.faq-product__accordion:not(:last-child) {
  margin-bottom: 23px;
}

.faq-product__accordion.open .faq-product__accordion-content {
  padding-top: 20px;
  opacity: 1;
  visibility: visible;
}

.faq-product__accordion.open .faq-product__accordion-btn::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-product__accordion-btn {
  background: #ececec;
  border-radius: 10px;
  padding: 16px 22px 16px 27px;
  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;
  cursor: pointer;
  font-weight: 500;
}

.faq-product__accordion-btn::after {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.978516 0.948486C0.978516 0.948486 9.99954 0.948486 10.0623 1.01121L5.55176 5.52173L0.978516 0.948486Z' fill='%231C1C1A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 11px;
  width: 11px;
  height: 6px;
  margin-top: 3px;
}

.faq-product__accordion-content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  will-change: max-height;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 908px;
  padding: 0 27px;
}

.faq-product .btn {
  max-width: 268px;
  width: 100%;
  padding: 12px 64px;
}

.faq {
  margin-bottom: 80px;
}

.faq__accordion:not(:last-child) {
  margin-bottom: 23px;
}

.faq__accordion.open .faq__accordion-content {
  padding-top: 17px;
  opacity: 1;
  visibility: visible;
}

.faq__accordion.open .faq__accordion-btn {
  background: #e06531;
  color: #fff;
}

.faq__accordion.open .faq__accordion-btn::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq__accordion-btn {
  background: #ececec;
  border-radius: 21px;
  padding: 17px 17px 17px 25px;
  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: 24px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
}

.faq__accordion-btn::after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25.7739' cy='25.6064' r='25.52' fill='white'/%3E%3Cg clip-path='url(%23clip0_2238_43225)'%3E%3Cpath d='M33.9406 23.6246C33.715 23.399 33.441 23.2863 33.1189 23.2863H28.0922V18.2594C28.0922 17.9373 27.9793 17.6634 27.7538 17.4378C27.5283 17.2124 27.2545 17.0995 26.932 17.0995H24.6122C24.29 17.0995 24.0161 17.2123 23.7905 17.4378C23.565 17.6634 23.4522 17.9374 23.4522 18.2595V23.2863H18.4256C18.1034 23.2863 17.8295 23.3991 17.6039 23.6246C17.3783 23.8502 17.2656 24.1239 17.2656 24.4462V26.7663C17.2656 27.0887 17.3783 27.3625 17.6039 27.5878C17.8294 27.8135 18.1034 27.9262 18.4255 27.9262H23.4522V32.9531C23.4522 33.2752 23.5649 33.5494 23.7905 33.7749C24.0161 34.0002 24.29 34.1129 24.6122 34.1129H26.9321C27.2545 34.1129 27.5282 34.0002 27.7539 33.7749C27.9795 33.5492 28.0922 33.2752 28.0922 32.9531V27.9262H33.1188C33.4412 27.9262 33.7151 27.8135 33.9406 27.5878C34.1661 27.3625 34.2789 27.0887 34.2789 26.7663V24.4462C34.2788 24.1239 34.1663 23.85 33.9406 23.6246Z' fill='%23E06531'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2238_43225'%3E%3Crect width='17.0133' height='17.0133' fill='white' transform='translate(17.2656 17.0995)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 52px;
  width: 52px;
  height: 52px;
}

.faq__accordion-content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  will-change: max-height;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 890px;
  padding: 0 25px;
}

.faq .btn {
  margin-bottom: 28px;
  padding: 13px 39px;
}

.product-card {
  margin-bottom: 100px;
}

.product-card__wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 23px 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 63px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.product-card__wrapper::before {
  position: absolute;
  content: "";
  bottom: -40px;
  right: 0;
  background: url("/local/templates/main/css/../img/stripes.svg") center center/cover no-repeat;
  aspect-ratio: 1/1;
  height: 405px;
  z-index: -1;
}

.product-card__wrapper img {
  border-radius: 12px;
  width: 336px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/13.5;
}

.product-card__wrapper:not(:last-child) {
  margin-bottom: 50px;
}

.product-card h2 {
  max-width: 500px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #066680;
  margin-bottom: 24px;
}

.product-card__inner {
  max-width: 731px;
  margin-top: 17px;
}

.product-card__inner p b {
  font-size: 18px;
  font-weight: 500;
}

.product-card__inner p:not(:last-child) {
  margin-bottom: 16px;
}

.product-card .btn {
  margin-top: 28px;
  padding: 11px 64px;
}

.demo {
  margin-bottom: 50px;
}

.demo__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  border-radius: 0 0 10px 10px;
  background: #fff;
  overflow: hidden;
}

.demo__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.demo .form {
  padding: 28px 0 40px 43px;
}

.demo .title-icon {
  margin-bottom: 29px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e7e7e7;
}

.section-form {
  margin-bottom: 60px;
}

.section-form p {
  margin-bottom: 40px;
  max-width: 1170px;
}

.section-form__wrapper {
  background: #046580;
  border-radius: 10px;
  padding: 50px 50px 60px;
  position: relative;
  overflow: hidden;
}

.section-form__wrapper h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  position: relative;
}

.section-form__wrapper p {
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 36px;
}

.section-form__wrapper p.form__error {
  text-align: left;
  color: #e06531;
}

.section-form__wrapper::before {
  position: absolute;
  content: "";
  top: -147px;
  left: -62px;
  width: 436px;
  height: 436px;
  background: url("/local/templates/main/css/../img/elapses-3.svg") center center/contain no-repeat;
}

.section-form__wrapper::after {
  position: absolute;
  content: "";
  right: 9px;
  bottom: 0;
  width: 274px;
  height: 137px;
  background: url("/local/templates/main/css/../img/elapses-2.svg") center center/contain no-repeat;
}

.section-form .form {
  max-width: 841px;
  margin: 0 auto;
}

.section-form .form__inputs {
  gap: 19px;
}

.section-form .form__inner {
  gap: 19px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.section-form .form__file label {
  border: 1px solid rgba(232, 232, 232, 0.3);
}

.section-form .form__file label::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.section-form .form__file span {
  color: #fff;
}

.section-form .form__checkbox p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
}

.section-form-leasing {
  margin-bottom: 100px;
}

.section-form-leasing .form__inputs {
  gap: 14px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 31px;
}

.section-form-leasing .section-form__wrapper {
  background: #046580;
  border-radius: 10px;
  padding: 51px 75px 56px;
}

.section-form-leasing .form {
  max-width: 100%;
}

.section-form-leasing .form .btn {
  height: 56px;
}

.autopart-table {
  margin-bottom: 60px;
}

.autopart-table ul {
  margin-bottom: 31px;
  margin-bottom: 20px;
}

.autopart-table ul li {
  padding: 16px 41px 18px;
}

.autopart-table ul li:first-child {
  background: #e06531;
  border-radius: 10px;
  padding: 18px 41px;
  margin-bottom: 2px;
}

.autopart-table ul li:first-child li {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.autopart-table ul li:not(:first-child) {
  border-bottom: 1px solid rgba(28, 28, 26, 0.1);
}

.autopart-table ul li ul {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 1fr 2fr;
  grid-template-columns: 1fr 1fr 2fr;
  margin-bottom: 0;
}

.autopart-table ul li ul li {
  font-size: 16px;
  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: 5px 16px;
  padding: 0;
}

.autopart-table ul li ul li:first-child {
  background: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}

.autopart-table ul li ul li:first-child li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1c1c1a;
}

.autopart-table ul li ul li:not(:first-child) {
  border-bottom: none;
}

.autopart-table ul .more-link {
  position: relative;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 13px;
  color: #e06531;
  -webkit-transform: translateX(-42px);
      -ms-transform: translateX(-42px);
          transform: translateX(-42px);
}

.autopart-table ul .circles {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 15px);
}

.autopart-table__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 18px;
  color: #1c1c1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}

.inner + .autopart-table__back {
    margin-top: 30px;
}

.autopart-table__back::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='49' viewBox='0 0 49 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' transform='matrix(-1 8.74228e-08 8.74228e-08 1 48.4355 0.523438)' fill='%23ECECEC'/%3E%3Cpath d='M26.944 32.28C26.944 32.28 26.944 16.4981 26.8343 16.3884L18.9434 24.2793L26.944 32.28Z' fill='%231C1C1A' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 49px;
  width: 49px;
  height: 49px;
}

.autopart {
  margin-bottom: 100px;
}

.autopart h2 {
  margin-bottom: 29px;
}

.autopart__items {
  counter-reset: num;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.autopart__item {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 50px 40px 60px 50px;
}

.autopart__item::before {
  display: block;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  font-size: 20px;
  color: #fff;
  margin-bottom: 32px;
}

.autopart__item p {
  color: #fff;
}

.autopart__item p:first-child {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
  min-height: 2.5em;
}

.autopart__item::after {
  position: absolute;
  content: "";
  background: url("/local/templates/main/css/../img/elapses-2.svg") center center/cover no-repeat;
  width: 628px;
  height: 314px;
}

.autopart__item:nth-child(1)::after {
  -webkit-transform: rotate(90deg) translateX(-25%);
      -ms-transform: rotate(90deg) translateX(-25%);
          transform: rotate(90deg) translateX(-25%);
  right: -20px;
  top: 50%;
}

.autopart__item:nth-child(2)::after {
  -webkit-transform: rotate(-90deg) translateX(3%);
      -ms-transform: rotate(-90deg) translateX(3%);
          transform: rotate(-90deg) translateX(3%);
  left: 100px;
  top: 50%;
}

.autopart__item:nth-child(3)::after {
  -webkit-transform: rotate(90deg) translateX(-45%);
      -ms-transform: rotate(90deg) translateX(-45%);
          transform: rotate(90deg) translateX(-45%);
  right: 30px;
  top: 50%;
}

.advantages-items {
  margin-bottom: 100px;
}

.advantages-items__inner {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 44px;
}

.advantages-items__description p:not(:last-child) {
  margin-bottom: 21px;
}

.advantages-items__description b {
  font-weight: 500;
  font-size: 18px;
}

.advantages-items__items {
  counter-reset: num;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.advantages-items__item {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 50px 40px 45px 50px;
}

.advantages-items__item p {
  color: #fff;
}

.advantages-items__item p:first-child {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.advantages-items__item::before {
  display: block;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  font-size: 20px;
  color: #fff;
  margin-bottom: 21px;
}

.advantages-items__item::after {
  position: absolute;
  content: "";
  background: url("/local/templates/main/css/../img/elapses-2.svg") center center/cover no-repeat;
  width: 628px;
  height: 314px;
}

.advantages-items__item:nth-child(1)::after {
  -webkit-transform: rotate(90deg) translateX(-25%);
      -ms-transform: rotate(90deg) translateX(-25%);
          transform: rotate(90deg) translateX(-25%);
  right: -20px;
  top: 50%;
}

.advantages-items__item:nth-child(2)::after {
  -webkit-transform: rotate(-90deg) translateX(3%);
      -ms-transform: rotate(-90deg) translateX(3%);
          transform: rotate(-90deg) translateX(3%);
  left: 100px;
  top: 50%;
}

.advantages-items__item:nth-child(3)::after {
  -webkit-transform: rotate(90deg) translateX(-45%);
      -ms-transform: rotate(90deg) translateX(-45%);
          transform: rotate(90deg) translateX(-45%);
  right: 30px;
  top: 50%;
}

.brands {
  margin-bottom: 60px;
}

.brands__inner {
  margin-bottom: 27px;
  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: 24px;
}

.brands__items {
  display: -ms-grid;
  display: grid;
  gap: 29px 34px;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

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

.brands__item p {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 18px;
  color: #1c1c1a;
}

.brands__item:hover .brands__item-img {
  background: #fff;
}

.brands__item:hover .brands__item-img img {
  -webkit-filter: none;
          filter: none;
}

.brands__item-img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;  
  height: 165px;
  padding: 20px;
  background: #ececec;
  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;
  margin-bottom: 17px;
}

.brands__item-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1) opacity(0.7);
          filter: grayscale(1) opacity(0.7);
}

.brands .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 56px 35px;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.brands .swiper-inner {
  display: none;
}

.brands .pagination {
  margin-top: 29px;
  margin-bottom: 80px;
}

.advantages-brands .advantages__item-title {
  min-height: 3.7em;
}

.brands-row .swiper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brands-row .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}

.technic {
  margin-bottom: 100px;
}

.technic__wrapper {
  background: #e6831c;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.08fr 1fr;
  grid-template-columns: 1.08fr 1fr;
}

.technic__inner {
  padding: 49px 0 44px 40px;
}

.technic__inner h2 {
  color: #fff;
  margin-bottom: 16px;
}

.technic__inner p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 16px;
}

.technic__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 47px;
}

.technic__inner ul li p {
  margin-bottom: 0;
  color: #fff;
}

.technic__inner ul li p:first-child {
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.technic__inner ul li p:first-child span {
  line-height: 1;
  font-size: 25px;
}

.technic__img {
  position: relative;
  height: 100%;
  -webkit-clip-path: polygon(45% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(45% 0, 100% 0%, 100% 100%, 0% 100%);
  background: inherit;
  width: calc(100% + 40px);
  margin-left: -40px;
}

.technic__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.technic__logo {
  background: #fff;
  border-radius: 20px;
  padding: 15px 21px;
  position: absolute;
  right: 28px;
  bottom: 24px;
}

.technic__logo img {
  width: 184px;
  -o-object-fit: contain;
     object-fit: contain;
}

.technic .circles {
  background: url("/local/templates/main/css/../img/circle-3.svg") center left/contain no-repeat;
}

.technic .circles::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.technic .circles::before {
  background: #fff;
}

.technic .more-link {
  color: #fff;
  margin-bottom: 29px;
}

.service {
  margin-bottom: 100px;
}

.service__wrapper p {
  margin-bottom: 27px;
}

.service__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 51px;
}

.service .images-swiper:not(:last-child) {
  margin-bottom: 100px;
}

.service__items {
  display: -ms-grid;
  display: grid;
  gap: 25px 21px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  counter-reset: num;
}

.service__item {
  border-radius: 20px;
  padding: 50px 68px 64px;
  position: relative;
  overflow: hidden;
}

.service__item p {
  color: #fff;
  position: relative;
}

.service__item p:not(:last-child) {
  margin-bottom: 16px;
}

.service__item::before {
  display: block;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  font-size: 20px;
  color: #fff;
  margin-bottom: 21px;
}

.service__item ul li {
  color: #fff;
  padding-left: 29px;
  position: relative;
  font-size: 16px;
}

.service__item ul li:not(:last-child) {
  margin-bottom: 16px;
}

.service__item ul li::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 4px solid #fff;
}

.service__item:nth-child(1) .service__item-bg::after {
  -webkit-transform: rotate(90deg) translateX(-25%);
      -ms-transform: rotate(90deg) translateX(-25%);
          transform: rotate(90deg) translateX(-25%);
  left: -52%;
}

.service__item:nth-child(1) .service__item-bg::before {
  position: absolute;
  content: "";
  background: url("/local/templates/main/css/../img/elapses-3.svg") center center/cover no-repeat;
  width: 628px;
  height: 314px;
  -webkit-transform: rotate(90deg) translateX(-25%);
      -ms-transform: rotate(90deg) translateX(-25%);
          transform: rotate(90deg) translateX(-25%);
  right: -40%;
  top: 50%;
}

.service__item:nth-child(2) .service__item-bg::after {
  -webkit-transform: rotate(-90deg) translateX(25%);
      -ms-transform: rotate(-90deg) translateX(25%);
          transform: rotate(-90deg) translateX(25%);
  right: -27%;
}

.service__item:nth-child(3) .service__item-bg::after {
  width: 468px;
  height: 234px;
  -webkit-transform: rotate(-90deg) translateX(1%);
      -ms-transform: rotate(-90deg) translateX(1%);
          transform: rotate(-90deg) translateX(1%);
  right: -30%;
}

.service__item:nth-child(4) .service__item-bg::after {
  width: 468px;
  height: 234px;
  -webkit-transform: rotate(90deg) translateX(-25%);
      -ms-transform: rotate(90deg) translateX(-25%);
          transform: rotate(90deg) translateX(-25%);
  left: -30%;
}

.service__item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.service__item-bg::after {
  position: absolute;
  content: "";
  background: url("/local/templates/main/css/../img/elapses-2.svg") center center/cover no-repeat;
  width: 628px;
  height: 314px;
  top: 50%;
}

.service__item-title {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
  min-height: 2.5em;
}

.service .btn {
  padding: 17px 56px;
}

.service .btn-border {
  background: #fff;
  padding: 17px 36px;
  white-space: normal;
  text-align: center;
}

.salutation {
  background: #ececec;
  padding: 60px 0;
  margin-bottom: 62px;
  position: relative;
}

.salutation::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0px;
  background: url("/local/templates/main/css/../img/salutation.svg") center left/contain no-repeat;
  height: 100%;
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.salutation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 147px;
  position: relative;
}

.salutation h2 {
  max-width: 257px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 46px;
}

.salutation h2::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='30' viewBox='0 0 41 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.419922 0V30L15.4199 15V0H0.419922ZM25.4199 0V30L40.4199 15V0H25.4199Z' fill='%23E2821E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 41px;
  width: 41px;
  height: 30px;
  margin-top: 10px;
}

.salutation__inner {
  padding-top: 5px;
}

.salutation__inner p {
  color: #000;
  opacity: 0.8;
  margin-bottom: 27px;
}

.salutation__inner b {
  font-weight: 600;
  font-size: 18px;
}

.salutation__inner span {
  color: #e2821e;
}

.salutation__manager {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(28, 28, 26, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.salutation__manager img {
  width: 47px;
  height: 47px;
  border-radius: 50%;
}

.salutation__manager p {
  opacity: 1;
  margin-bottom: 0 !important;
}

.salutation__manager p:first-child {
  font-weight: 600;
  font-size: 18px;
}

.salutation__manager p:last-child {
  color: #8a8a89;
}

.team {
  margin-bottom: 100px;
}

.team__inner {
  margin-bottom: 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;
  gap: 24px;
}

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

.team__item-img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 17px;
}

.team__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.team__item-inner p {
  font-family: var(--second-family);
}

.team__item-inner p:first-child {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.team__item-inner p:last-child {
  color: #8a8a89;
}

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

.vacancy {
  margin-bottom: 100px;
}

.vacancy__wrapper {
  width: calc(50% - 12px);
  margin-left: auto;
}

.vacancy__items {
  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: 22px;
}

.vacancy__item-card {
  border-radius: 20px;
  background-color: #fff;
  padding: 24px 24px 20px;
  background-image: url("/local/templates/main/css/../img/stripes-vacancy.svg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}

.vacancy__item-card-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 18px;
}

.vacancy__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.vacancy__item-price {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 18px;
}

.vacancy__item-city {
  font-family: var(--second-family);
  color: rgba(28, 28, 26, 0.5);
}

.vacancy__item-card-btn {
  max-width: 272px;
  width: 100%;
  padding: 13px;
}

.vacancy__item-content {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  right: calc(100% + 24px);
  padding: 36px 52px 90px 42px;
  border-radius: 20px;
  background: #ececec;
}

.vacancy__item-content ul {
  margin: 14px 0 30px;
}

.vacancy__item-content ul li {
  padding-left: 22px;
  position: relative;
}

.vacancy__item-content ul li::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 3px solid #e2821e;
}

.vacancy__item-content ul li:not(:last-child) {
  margin-bottom: 18px;
}

.vacancy__item-content-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.vacancy__item-content-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
}

.vacancy .pagination {
  margin-top: 21px;
}

.guarantee {
  margin-bottom: 100px;
}

.guarantee__wrapper {
  max-width: 1100px;
}

.guarantee__wrapper p:not(:last-child) {
  margin-bottom: 21px;
}

.guarantee__wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  margin: 37px 0 44px;
}

.guarantee__wrapper ul li {
  padding-left: 29px;
  position: relative;
}

.guarantee__wrapper ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 4px solid #e6831c;
}

.promotions {
  margin-bottom: 80px;
}

.promotions__inner {
  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: 24px;
  margin-bottom: 24px;
}

.promotions__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 43px 20px;
}

.promotions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 20px;
  padding: 14px 14px 40px;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.promotions__item img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.promotions__item-date {
  position: relative;
  text-align: right;
  margin-bottom: 29px;
}

.promotions__item-date-day {
  font-size: 64px;
  color: #e06531;
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
  line-height: 1;
}

.promotions__item-date-month {
  color: rgba(28, 28, 26, 0.5);
  margin-bottom: 2px;
  font-size: 16px;
}

.promotions__item-date-year {
  color: rgba(28, 28, 26, 0.5);
  font-size: 16px;
}

.promotions__item-title {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 19px;
}

.promotions__item-inner {
  padding: 34px 24px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.promotions .btn {
  margin-top: auto;
  padding: 13px;
  max-width: 272px;
  width: 100%;
  font-size: 16px;
}

.promotions .pagination {
  margin-top: 43px;
}

.promotion {
  margin-bottom: 70px;
}

.promotion__inner {
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.promotion h2,
.promotion h1 {
  max-width: 725px;
  font-size: 32px;
}

.promotion__date {
  position: relative;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.promotion__date-day {
  font-size: 64px;
  color: #e06531;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
}

.promotion__date-month {
  white-space: nowrap;
  color: rgba(28, 28, 26, 0.5);
  margin-bottom: 2px;
  font-size: 16px;
}

.promotion__date-year {
  white-space: nowrap;
  color: rgba(28, 28, 26, 0.5);
  font-size: 16px;
}

.promotion__wrapper {
  border-radius: 20px;
  background: #ececec;
  padding: 27px 25px 27px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.promotion__wrapper::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -40px;
  background: url("/local/templates/main/css/../img/stripes.svg") center center/cover no-repeat;
  aspect-ratio: 1/1;
  height: 403px;
  z-index: -1;
  opacity: 0.5;
}

.promotion__wrapper img {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 16/9;
}

.promotion__description {
  padding-left: 27px;
  margin: auto 0;
  max-width: 455px;
}

.promotion__description p {
  margin-bottom: 20px;
  font-size: 16px;
}

.promotion__description p:nth-child(2) {
  color: #848483;
  font-size: 14px;
}

.promotion__description .btn {
  max-width: 268px;
  width: 100%;
  padding: 12px;
}

.article {
  margin-bottom: 80px;
}

.article__inner {
  margin-bottom: 29px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
}

.article h2,
.article h1 {
  max-width: 725px;
  font-size: 32px;
}
.article h2 {
    margin: 24px 0;
}
.article__date {
  position: relative;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.article__date-day {
  font-size: 64px;
  color: #e06531;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
}

.article__date-month {
  white-space: nowrap;
  color: rgba(28, 28, 26, 0.5);
  margin-bottom: 2px;
  font-size: 16px;
}

.article__date-year {
  white-space: nowrap;
  color: rgba(28, 28, 26, 0.5);
  font-size: 16px;
}

.article__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.article__content {
  max-width: 575px;
}

.article__content p {
  margin-bottom: 20px;
}
.article__content strong {
    font-weight: 700;
}
.article__content h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 24px 0 12px;
}
.article__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;         
}            

.article__content th {
    padding: 12px 15px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.article__content td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.article__content tr:hover {
    background-color: #f5f5f5;
}       

.article__content a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.article__content a:hover {
    color: #e2821e;
  }
.article__content li:not(:last-child) {
  margin-bottom: 10px;
}

.article__content ol {
  padding-left: 18px;
  margin: 20px 0;
}

.article__content ul {
  padding-left: 18px;
  margin: 20px 0;
}

.article__content ul li {
  list-style: disc;
}

.article__content ul li::marker {
  color: #1c1c1a;
}

.article__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 36px;
}

.article__read-item {
  background: #ececec;
  border-radius: 40px;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.article__read-item img {
  min-width: 24px;
  width: 24px;
  height: 24px;
}

.article__read-item p {
  margin-bottom: 0 !important;
}

.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 32px;
}

.article__info img {
  min-width: 24px;
  width: 24px;
  height: 24px;
}

.article__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 390px;
}

.article__info-item img {
  min-width: 24px;
  width: 24px;
  height: 24px;
}

.article__info-item p {
  margin-bottom: 0 !important;
  color: rgba(28, 28, 26, 0.5);
}

.article__info-item p:first-child {
  font-weight: 500;
  font-size: 18px;
  color: #1c1c1a;
}

.article__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 18px;
  color: #1c1c1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 36px;
}

.article__back::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='49' viewBox='0 0 49 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' transform='matrix(-1 8.74228e-08 8.74228e-08 1 48.4355 0.523438)' fill='%23ECECEC'/%3E%3Cpath d='M26.944 32.28C26.944 32.28 26.944 16.4981 26.8343 16.3884L18.9434 24.2793L26.944 32.28Z' fill='%231C1C1A' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 49px;
  width: 49px;
  height: 49px;
}

.article__slides {
  overflow: hidden;
  max-width: 605px;
  width: 100%;
  margin-left: auto;
}

.article__mobile {
  display: none;
}

.article .article-swiper2 {
  margin-bottom: 24px;
}

.article .article-swiper2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 19px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0;
}

.article .article-swiper {
  width: 100%;
}

.article .article-swiper .swiper-wrapper {
  height: 100%;
}

.article .article-swiper .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
}

.article .article-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px;
  display: block;
  margin: 0;
}

.article .article-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border-radius: 11px;
}

.article .swiper-wrapper {
  height: 100%;
}

.article .swiper-number {
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: rgba(28, 28, 26, 0.8);
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.certificate {
  margin-bottom: 90px;
}

.certificate__inner {
  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;
  margin-bottom: 32px;
}

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

.certificate__item {
  border-radius: 20px;
  background: #ececec;
  padding: 19px;
}

.certificate__item img {
  border-radius: 14px;
  width: 100%;
  aspect-ratio: 9/12.655;
}

.certificate .swiper-pagination {
  margin-top: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.not-fount {
  padding: 70px 0 82px;
}

.not-fount__wrapper {
  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-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.not-fount img {
  max-width: 621px;
  width: 100%;
  margin-bottom: 32px;
}

.not-fount h1 {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  color: #1c1c1a;
  margin-bottom: 7px;
}

.not-fount p {
  text-align: center;
  color: #8a8a89;
  font-size: 16px;
  margin-bottom: 32px;
  max-width: 480px;
}

.not-fount .btn {
  max-width: 495px;
  width: 100%;
  padding: 14px;
}

@media (min-width: 769px) {
  .vacancy__item.active .vacancy__item-content {
    display: block;
  }

  .vacancy__item.active .vacancy__item-card {
    background: #fff;
    border: 1px solid #e2821e;
  }

  .vacancy__item.active .vacancy__item-card .vacancy__item-card-btn {
    background: #e2821e;
    border: 1px solid #e2821e;
    color: #fff;
  }

  .vacancy__item.active .vacancy__item-card .vacancy__item-card-btn::before {
    background: #fff;
  }

  .vacancy__item.active .vacancy__item-card .vacancy__item-card-btn:hover {
    color: #e2821e;
    border: 1px solid #e2821e;
  }
}

@media (min-width: 1025px) {
  .header .nav__item:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .header .nav__item:hover .nav__arrow::before {
    visibility: visible;
    height: 30px;
  }

  .header .nav__item ul > li:hover > a {
    color: #e2821e;
  }

  .header .nav__item ul > li:hover > a .nav__icon {
    background-color: #e6831c;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.40002H9.8' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.3999 9.8L9.7999 5.4L5.3999 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

  .header .nav__item ul > li:hover > a::before {
    opacity: 1;
  }

  .header .nav__item ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .footer__socials a:hover {
    background: #e2821e;
  }

  .category__item:hover ul {
    opacity: 1;
    visibility: visible;
  }
  .category__item-title,
    .category__item p {
    -webkit-transform: translateY(135px);
        -ms-transform: translateY(135px);
            transform: translateY(135px);
    }
  .category__item:hover .category__item-title {
     -webkit-transform: translate(0);
         -ms-transform: translate(0);
             transform: translate(0);
  }
   
  .category__item:hover img {
    width: 90px;
    height: 90px;
    top: calc(100% - 90px);
    left: calc(100% - 100px);
  }

  .category__item:hover .circles {
    padding-right: 64px;
  }

  .category__item:hover .circles::before {
    left: 24px;
    opacity: 1;
  }

  .category__item:hover .circles::after {
    left: 48px;
    opacity: 1;
  }

  .category-big .category__item:hover {
    background: #fff;
    -webkit-box-shadow: 0 4px 15px 0 rgba(28, 28, 26, 0.15);
            box-shadow: 0 4px 15px 0 rgba(28, 28, 26, 0.15);
  }

  .category-big .category__item:hover img {
    width: 170px;
    height: 170px;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
  }

  .category-big .category__item:hover p {
    height: auto;
    opacity: 1;
  }

  .contacts-section__socials a:hover {
    background: #e2821e;
  }

  .contacts-section__socials a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .promotions .promotions-swiper {
    padding: 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: -15px;
  }

  .promotions__item:hover {
    -webkit-box-shadow: 0 4px 15px 0 rgba(28, 28, 26, 0.15);
            box-shadow: 0 4px 15px 0 rgba(28, 28, 26, 0.15);
  }
}

@media (max-width: 1400px) {
  * {
    font-size: calc(
            12px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  h1,
  h2 {
    font-size: calc(
            20px + 12 *
                ((100vw - 360px) / 1040)
        );
  }

  .h2 {
    font-size: calc(
            20px + 10 *
                ((100vw - 360px) / 1040)
        );
  }

  .title-icon {
    font-size: calc(
            16px + 8 *
                ((100vw - 360px) / 1040)
        );
  }

  .more-link {
    font-size: calc(
            15px + 1 *
                ((100vw - 360px) / 1040)
        );
  }

  .select__label {
    font-size: calc(
            12px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .search-drop__card-text {
    font-size: calc(
            12px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .search-count {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .card__tag {
    font-size: calc(
            10px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .card__inner ul li {
    font-size: calc(
            12px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .card__title {
    font-size: calc(
            12px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .card__stock {
    font-size: calc(
            12px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .card__price {
    font-size: calc(
            14px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .header__list {
    gap: calc(
            -10px + 48 *
                ((100vw - 360px) / 1040)
        );
  }

  .header__list li a {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .header .nav__list {
    gap: calc(
            10px + 37 *
                ((100vw - 360px) / 1040)
        );
  }

  .header .nav__catalog .nav__arrow {
    font-size: calc(
            9px + 5 *
                ((100vw - 360px) / 1040)
        );
  }

  .header .nav__link {
    font-size: calc(
            8px + 10 *
                ((100vw - 360px) / 1040)
        );
  }

  .footer__contacts a {
    font-size: calc(
            16px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .footer__title {
    font-size: calc(
            18px + -2 *
                ((100vw - 360px) / 1040)
        );
  }

  .footer__address ul li p {
    font-size: calc(
            18px + -2 *
                ((100vw - 360px) / 1040)
        );
  }

  .form__text {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .form__checkbox p {
    font-size: calc(
            12px + 2 *
                ((100vw - 360px) / 1040)
        );
  }
  .main__title,
  .main h1,
  .main h2 {
    font-size: calc(
            18px + 14 *
                ((100vw - 360px) / 1040)
        );
  }

  .modal-overlay .modal__subtitle {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .modal-overlay .modal__text {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }
  .category__item-title,
  .category__item p {
    font-size: calc(
            14px + 3 *
                ((100vw - 360px) / 1040)
        );
  }

  .category__item ul li {
    font-size: calc(
            8px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .category-big .category__item p {
    font-size: calc(
            14px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .about__description b {
    font-size: calc(
            14px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .advantages__item::before {
    font-size: calc(
            16px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .advantages__item-title {
    font-size: calc(
            18px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .news__tabs-btn {
    font-size: calc(
            12px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .reviews__item-name {
    font-size: calc(
            14px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .reviews__item-text p {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .reviews__rating p {
    font-size: calc(
            40px + 24 *
                ((100vw - 360px) / 1040)
        );
  }

  .reviews__rating-inner p {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .info-block ul li {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .info-block__description b {
    font-size: calc(
            14px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .letters__item-date {
    font-size: calc(
            8px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .letters__item-title {
    font-size: calc(
            9px + 7 *
                ((100vw - 360px) / 1040)
        );
  }

  .letters__item-text {
    font-size: calc(
            8px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .swiper-slide .letters__item-date {
    font-size: calc(
            12px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .swiper-slide .letters__item-title {
    font-size: calc(
            13px + 3 *
                ((100vw - 360px) / 1040)
        );
  }

  .swiper-slide .letters__item-text {
    font-size: calc(
            12px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .contacts-section__inner ul li p {
    font-size: calc(
            16px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .contacts-section__inner ul li p:first-child {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .contacts-section__inner ul li a {
    font-size: calc(
            16px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .map {
    height: calc(
            485px + -152 *
                ((100vw - 360px) / 1040)
        );
  }

  .catalog__empty-title {
    font-size: calc(
            16px + 8 *
                ((100vw - 360px) / 1040)
        );
  }

  .catalog__description p {
    font-size: calc(
            12px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .catalog__description ul li {
    font-size: calc(
            12px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .catalog__description ol li {
    font-size: calc(
            12px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .product__title {
    font-size: calc(
            18px + 12 *
                ((100vw - 360px) / 1040)
        );
  }

  .product__maker p {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .product__rating a {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .product__price {
    font-size: calc(
            16px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .product__stock {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .product__btns .btn:nth-child(1) {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .product__btns .btn:nth-child(2) {
    font-size: calc(
            12px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .product__btns .btn:nth-child(3) {
    font-size: calc(
            12px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .product__characteristic-inner p {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .description__control ul li a {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .description__more {
    font-size: calc(
            12px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .reviews-product__rating p {
    font-size: calc(
            14px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .reviews-product__item-name {
    font-size: calc(
            14px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .reviews-product__item-more {
    font-size: calc(
            12px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .leasing__advantages-title {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .faq__accordion-btn {
    font-size: calc(
            12px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .product-card h2 {
    font-size: calc(
            16px + 8 *
                ((100vw - 360px) / 1040)
        );
  }

  .product-card__inner p b {
    font-size: calc(
            12px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .autopart-table ul li:first-child li {
    font-size: calc(
            12px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .autopart-table ul li ul li {
    font-size: calc(
            12px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .autopart-table ul li ul li:first-child li {
    font-size: calc(
            12px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .autopart-table ul .more-link {
    font-size: calc(
            12px + 1 *
                ((100vw - 360px) / 1040)
        );
  }

  .autopart__item::before {
    font-size: calc(
            16px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .autopart__item p:first-child {
    font-size: calc(
            18px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .advantages-items__description b {
    font-size: calc(
            14px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .advantages-items__item p:first-child {
    font-size: calc(
            18px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .advantages-items__item::before {
    font-size: calc(
            16px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .brands__item p {
    font-size: calc(
            12px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .technic__inner p {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .technic__inner ul li p:first-child {
    font-size: calc(
            34px + 16 *
                ((100vw - 360px) / 1040)
        );
  }

  .technic__inner ul li p:first-child span {
    font-size: calc(
            17px + 8 *
                ((100vw - 360px) / 1040)
        );
  }

  .service__item::before {
    font-size: calc(
            16px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .service__item ul li {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .service__item-title {
    font-size: calc(
            18px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .salutation__inner b {
    font-size: calc(
            12px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .salutation__manager p:first-child {
    font-size: calc(
            14px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .team__item-inner p:first-child {
    font-size: calc(
            12px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .vacancy__item-card-title {
    font-size: calc(
            14px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .vacancy__item-price {
    font-size: calc(
            14px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .vacancy__item-content-title {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .vacancy__item-content-subtitle {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .promotions__item-date-day {
    font-size: calc(
            38px + 26 *
                ((100vw - 360px) / 1040)
        );
  }

  .promotions__item-date-month {
    font-size: calc(
            9px + 7 *
                ((100vw - 360px) / 1040)
        );
  }

  .promotions__item-date-year {
    font-size: calc(
            9px + 7 *
                ((100vw - 360px) / 1040)
        );
  }

  .promotions__item-title {
    font-size: calc(
            12px + 7 *
                ((100vw - 360px) / 1040)
        );
  }

  .promotions .btn {
    font-size: calc(
            12px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .promotion h2,
  .promotion h1 {
    font-size: calc(
            18px + 14 *
                ((100vw - 360px) / 1040)
        );
  }

  .promotion__date-day {
    font-size: calc(
            40px + 24 *
                ((100vw - 360px) / 1040)
        );
  }

  .promotion__date-month {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .promotion__date-year {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .promotion__description p {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .promotion__description p:nth-child(2) {
    font-size: calc(
            12px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .article h2,
  .article h1 {
    font-size: calc(
            18px + 14 *
                ((100vw - 360px) / 1040)
        );
  }

  .article__date-day {
    font-size: calc(
            40px + 24 *
                ((100vw - 360px) / 1040)
        );
  }

  .article__date-month {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .article__date-year {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }

  .article__info-item p:first-child {
    font-size: calc(
            12px + 6 *
                ((100vw - 360px) / 1040)
        );
  }

  .article__back {
    font-size: calc(
            14px + 4 *
                ((100vw - 360px) / 1040)
        );
  }

  .not-fount h1 {
    font-size: calc(
            20px + 12 *
                ((100vw - 360px) / 1040)
        );
  }

  .not-fount p {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1040)
        );
  }
}

@media (max-width: 1350px) {
  .product .swiper-button-prev {
    left: -10px;
  }
}

@media (max-width: 1250px) {
    .header__list li:last-child {
        padding-right: 0;
    }
    .header__list li:first-child {
        margin-right: auto;
    }
  .letters__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .salutation__wrapper {
    gap: 47px;
  }

  .about-page .about__inner::before {
    width: 383px;
    height: 391px;
  }

  .service__item:nth-child(1) .service__item-bg::after {
    left: -70%;
  }

  .service__item:nth-child(1) .service__item-bg::before {
    right: -55%;
  }

  .service__item:nth-child(2) .service__item-bg::after {
    -webkit-transform: rotate(-90deg) translateX(25%);
        -ms-transform: rotate(-90deg) translateX(25%);
            transform: rotate(-90deg) translateX(25%);
    right: -60%;
  }

  .category__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .demo__wrapper {
    gap: 41px 20px;
  }

  .reviews-product__wrapper {
    padding: 16px 30px 40px;
  }

  .reviews-product__items {
    gap: 20px;
  }

  .characteristics__wrapper {
    padding: 34px 20px 50px;
  }

  .characteristics ul li {
    gap: 20px;
    -ms-grid-columns: 1.5fr 0.8fr;
    grid-template-columns: 1.5fr 0.8fr;
    padding: 10px;
  }

  .product__wrapper {
    gap: 30px;
  }

  .product__description {
    padding: 20px;
  }

  .cards {
    gap: 20px 10px;
  }

  .catalog__wrapper {
    -ms-grid-columns: 270px 1fr;
    grid-template-columns: 270px 1fr;
  }

  .header .nav__item ul {
    min-width: 230px;
  }

  .header .nav__catalog ul > li ul ul {
    left: 310px;
    padding-left: 30px;
    width: 280px;
  }

  .header .nav__catalog ul > li ul {
    left: 362px;
    padding-left: 30px;
  }

  .header .nav__catalog ul > li ul li {
    width: 280px;
  }

  .header .nav__catalog ul > li {
    width: 320px;
  }

  .footer__wrapper {
    gap: 20px;
  }

  .footer .nav__inner-absolute {
    left: 105%;
  }

  .footer .nav__inner {
    width: 44%;
  }

  .footer .nav__inner-grid {
    width: 100%;
  }

  .category-big .category__item:hover img {
    width: 110px;
    height: 110px;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
  }

  .category-big .category__item:hover p {
    height: auto;
    opacity: 1;
  }

  .header__wrapper {
    position: static;
  }

  .header {
    padding-top: 60px;
  }

  .header__list {
    padding: 12px 14px;
    position: absolute;
    background: #efefef;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 9px;
  }

  .header__wrapper {
    gap: 18px;
  }

  .header .nav__catalog .nav__arrow {
    padding: 10px 15px 10px 15px;
  }

  .header .nav__item:first-child {
    margin-right: -13px;
  }
}

@media (max-width: 1025px) {
    .footer .nav__inner {
       width: 46%;
    }
    .footer .nav__inner-grid {
        width: 100%;
    }
  .characteristics .title-icon {
    margin-left: 0;
  }

  .filter__btns {
    border-radius: 20px;
    padding: 23px 28px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 0 4px 15px 0 rgba(28, 28, 26, 0.1);
            box-shadow: 0 4px 15px 0 rgba(28, 28, 26, 0.1);
    background: #fff;
  }

  .filter__btns .btn-white {
    background: #ececec;
  }

  .certificate__items {
    gap: 21px 11px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .letters__items {
    gap: 21px 11px;
  }

  .reviews__items {
    gap: 21px;
  }

  .article .swiper-number {
    right: 9%;
  }

  .article__date {
    position: absolute;
    right: 0;
    top: calc(100% + 17px);
  }

  .article__inner {
    margin-bottom: 17px;
    padding-bottom: 0;
    position: relative;
    border-bottom: none;
  }

  .article__info {
    margin-bottom: 26px;
    padding-right: 170px;
  }

  .article__read {
    margin-bottom: 33px;
    padding-right: 170px;
  }

  .article__content {
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .article__info,
  .article__read {
    display: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

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

  .article__slides {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0;
    margin-bottom: 24px;
  }

  .article__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .news__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .promotion__wrapper::before {
    bottom: -50px;
    height: 303px;
  }

  .promotion__wrapper {
    padding: 15px 16px 20px;
  }

  .promotions__items {
    gap: 21px 8px;
  }

  .vacancy__item-content {
    padding: 27px 12px;
  }

  .team .swiper-inner {
    display: none;
  }

  .team .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .salutation h2::before {
    margin-top: 0;
  }

  .salutation::before {
    height: calc(100% - 62px);
  }

  .salutation h2 {
    max-width: 100%;
  }

  .salutation__wrapper {
    gap: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-page {
    padding-top: 0;
    margin-top: 0;
  }

  .about-page .about__description {
    max-width: 100%;
  }

  .about-page .about__inner::before {
    display: none;
  }

  .service__item:nth-child(1) .service__item-bg::after {
    width: 130%;
    height: 95%;
    left: 50%;
    top: -55%;
    -webkit-transform: rotate(180deg) translateX(50%);
        -ms-transform: rotate(180deg) translateX(50%);
            transform: rotate(180deg) translateX(50%);
  }

  .service__item:nth-child(1) .service__item-bg::before {
    width: 100%;
    height: 77%;
    left: 50%;
    -webkit-transform: rotate(180deg) translateX(50%);
        -ms-transform: rotate(180deg) translateX(50%);
            transform: rotate(180deg) translateX(50%);
    top: auto;
    bottom: -30%;
  }

  .service__item:nth-child(2) .service__item-bg::after {
    width: 100%;
    height: 77%;
    right: auto;
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-50%);
        -ms-transform: rotate(0deg) translateX(-50%);
            transform: rotate(0deg) translateX(-50%);
    top: auto;
    bottom: -30%;
  }

  .service__item:nth-child(3) .service__item-bg::after {
    right: -40%;
  }

  .service__item:nth-child(4) .service__item-bg::after {
    left: -40%;
  }

  .service__item {
    padding: 38px 22px 42px;
  }

  .technic__inner {
    padding: 41px;
  }

  .advantages-items__item {
    padding: 48px 20px 40px;
  }

  .brands__items {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .autopart-table ul li ul {
    -ms-grid-columns: 0.7fr 1fr 1fr;
    grid-template-columns: 0.7fr 1fr 1fr;
  }

  .advantages-items__item:nth-child(1)::after,
  .advantages-items__item:nth-child(3)::after {
    right: -15%;
  }

  .advantages-items__item:nth-child(2)::after {
    left: -15%;
  }

  .autopart__item:nth-child(3)::after,
  .autopart__item:nth-child(1)::after {
    right: 56%;
  }

  .autopart__item:nth-child(2)::after {
    left: 56%;
  }

  .autopart__items {
    gap: 18px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .brands .swiper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .brands__item-img {
    padding: 13px;
    height: 106px;
  }

  .brands .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }

  .section-form .form__inputs {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .section-form-leasing .form__inputs {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .section-form-leasing .section-form__wrapper {
    padding: 51px 15px 56px;
  }

  .product-card__wrapper {
    gap: 20px;
  }

  .product-card__wrapper img {
    width: 280px;
  }

  .catalog__category ul li {
    width: auto;
  }

  .catalog__category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catalog__category ul li a {
    white-space: nowrap;
  }

  .search {
    margin-bottom: 40px;
  }

  .search input {
    height: 46px;
    background: #fff;
  }

  .header__search button {
    min-width: 32px;
    width: 32px;
    height: 32px;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100%;
    background: #e2821e;
    color: transparent;
  }

  .header__search button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0435 18.7574C15.2232 18.7574 18.6114 15.3692 18.6114 11.1895C18.6114 7.00986 15.2232 3.62158 11.0435 3.62158C6.86386 3.62158 3.47559 7.00986 3.47559 11.1895C3.47559 15.3692 6.86386 18.7574 11.0435 18.7574Z' stroke='white' stroke-width='1.89198' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5032 20.6495L16.3882 16.5344' stroke='white' stroke-width='1.89198' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 20px;
    width: 20px;
    height: 20px;
  }

  .search__btn {
    position: absolute;
    cursor: pointer;
    padding: 0;
    min-width: 38px;
    width: 38px;
    height: 38px;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100%;
    background: #e2821e;
    color: transparent;
  }

  .search__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0435 18.7574C15.2232 18.7574 18.6114 15.3692 18.6114 11.1895C18.6114 7.00986 15.2232 3.62158 11.0435 3.62158C6.86386 3.62158 3.47559 7.00986 3.47559 11.1895C3.47559 15.3692 6.86386 18.7574 11.0435 18.7574Z' stroke='white' stroke-width='1.89198' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5032 20.6495L16.3882 16.5344' stroke='white' stroke-width='1.89198' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 23px;
    width: 23px;
    height: 23px;
  }

  .demo .form {
    padding: 28px 40px 40px;
  }

  .demo__wrapper {
    border-radius: 10px 10px 0 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .faq-product__wrapper,
  .reviews-product__wrapper {
    padding: 26px 50px 123px;
    position: relative;
  }

  .reviews-product__items {
    gap: 27px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .leasing__wrapper {
    padding: 26px 50px 117px;
  }

  .faq-product .btn,
  .reviews-product .btn,
  .leasing .btn {
    position: absolute;
    left: 50px;
    bottom: 40px;
  }

  .characteristics ul li {
    padding: 10px 0;
  }

  .characteristics ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .product__description {
    padding: 40px 14px 23px;
  }

  .product__tag {
    left: 20px;
  }

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

  .product__inner {
    padding-right: 130px;
  }

  .product .swiper-button-next {
    right: 0;
  }

  .product .swiper-button-prev {
    left: auto;
    right: 58px;
  }

  .product__wrapper {
    gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .news .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .filter__item {
    margin: 0;
  }

  .filter__close {
    display: block;
  }

  .crumbs {
    margin: 6px 0 17px;
  }

  .header__wrapper {
    margin-bottom: 0;
  }

  .catalog__sort-title {
    display: none;
  }

  .catalog__filter-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
  }

  .catalog__sort .catalog__filter-btn {
    margin-bottom: 0;
  }

  .catalog__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .filter {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 2000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0%;
    overflow-y: auto;
    padding: 16px 11px 100px 16px;
  }

  .filter.active {
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }

  .modal-overlay .modal .close-icon {
    right: 0;
    top: -42px;
  }

  .header__wrapper .btn {
    display: none;
  }

  .header__menu .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    max-width: 100%;
  }

  .header__list li img {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }

  .header .nav__link .nav__icon {
    display: block;
    background: url("/local/templates/main/css/../img/arrow-orange.svg") center center/contain no-repeat;
    margin-left: auto;
    min-width: 24px;
    width: 24px;
    height: 24px;
  }

  .header__list li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 9px;
  }

  .header__list li a {
    font-size: 14px;
  }

  .header .nav__item {
    border-radius: 10px;
    background: #efefef;
    width: 100%;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header .nav__link {
    padding: 10px 13px 10px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #1c1c1a;
    min-height: 45px;
    width: 100%;
  }

  .header .nav__catalog .nav__arrow::after {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .header .nav__catalog .nav__link {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 10px;
  }

  .header .nav__catalog .nav__icon {
    background: url("/local/templates/main/css/../img/arrow.svg") center center/contain no-repeat;
  }

  .header .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }

  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header.active {
    background: #f8f8f8;
  }
  .header__menu {
    background: #f8f8f8;
    padding: 8px 15px 0;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 115px;
    left: -100%;
    width: 100%;
    height: calc(100% - 115px);
    border-radius: 0;
    z-index: 100;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .header__menu-inner {
    position: relative;
    padding: 16px 12px 31px;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 15px 0 rgba(28, 28, 26, 0.15);
            box-shadow: 0 4px 15px 0 rgba(28, 28, 26, 0.15);
    background: #fff;
    height: auto;
  }

  .header__menu.active {
    opacity: 1;
    visibility: visible;
    left: 0;
  }

  .header__menu a.active + ul {
    opacity: 1;
    visibility: visible;
  }

  .header .nav__catalog ul > li ul li {
    width: 100%;
  }

  .header .nav__item ul {
    height: auto !important;
  }

  .header .nav__catalog ul > li ul ul {
    height: auto;
  }

  .header .nav__catalog ul > li ul ul {
    margin-top: 0;
  }

  .header .nav__item ul,
  .header .nav__item ul > li ul ul,
  .header .nav__item ul > li ul,
  .header a + ul {
    top: 0;
    padding: 16px 12px 31px;
    left: 0;
    width: 100%;
    border-radius: 10px;
    z-index: 10;
  }

  .header .nav__catalog ul > li {
    width: 100%;
    border-radius: 10px;
    background: #efefef;
  }

  .header .nav__catalog ul > li:not(:last-child) {
    margin-bottom: 10px;
  }

  .header .nav__catalog ul > li > a {
    padding: 10px 13px 10px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #1c1c1a;
    min-height: 45px;
    width: 100%;
    border-bottom: none;
  }

  .header .nav__catalog ul > li ul ul li {
    background: none;
  }

  .header .nav__catalog ul > li ul ul li.nav__back {
    margin-bottom: 16px;
  }

  .header .nav__catalog ul > li ul ul li a {
    padding: 0;
    min-height: auto;
  }

  .header .nav__item ul a {
    font-size: 14px !important;
    gap: 15px;
  }

  .header .nav__back {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    background: #e6831c !important;
    gap: 8px !important;
    padding: 10px 8px;
    min-height: 45px;
    border-radius: 10px;
  }

  .header .nav__back::after {
    content: "";
  }

  .header .nav__back p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin: 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
  }

  .header .nav__back::before {
    display: block;
    content: "";
    background: url("/local/templates/main/css/../img/arrow.svg") center center/contain;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 24px;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .header .nav__catalog ul > li ul a {
    padding: 10px 13px 10px 16px;
  }

  .hidden-submenu {
    overflow: visible !important;
  }

  .hidden-submenu > li {
    display: none !important;
  }

  .hidden-submenu > li.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .footer .nav {
    margin-bottom: 35px;
  }

  .footer__socials a img {
    width: 25px;
    height: 25px;
  }

  .footer__socials a {
    width: 45px;
    height: 45px;
  }

  .footer__socials {
    position: absolute;
    right: 0;
    top: 0;
    display: -ms-grid;
    display: grid;
    gap: 7px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__address ul li {
    text-align: left;
  }

  .footer__inner {
    width: 100%;
    position: relative;
    padding-right: 120px;
    margin-bottom: 40px;
  }

  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .footer__contacts ul {
    margin-bottom: 0;
  }

  .form__inputs {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .contacts-section__inner ul li {
    width: 100%;
    padding-right: 0%;
  }

  .letters .more-link,
  .reviews .more-link {
    position: static;
  }

  .news .swiper {
    overflow: hidden;
  }

  .letters .swiper-inner,
  .reviews .swiper-inner,
  .news .swiper-inner,
  .advantages .swiper-inner {
    display: none;
  }

  .letters .swiper-pagination,
  .reviews .swiper-pagination,
  .news .swiper-pagination,
  .advantages .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about__wrapper {
    gap: 18px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .category__item-title,
  .category__item p {
    position: static;
  }

  .category__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .category__item,
  .category-big .category__item {
    min-height: 200px;
  }

  .category__item img {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 6px;
  }

  .category__item img,
  .category-big .category__item img {
    width: 128px;
    height: 128px;
    bottom: 0;
  }

  .category-big .category__item:hover img {
    width: 128px;
    height: 128px;
    bottom: 0;
  }

  .category__item ul {
    display: none;
  }

  .main .swiper-pagination {
    padding-bottom: 56.25%;
  }

  .main__item-bg {
    background-position: 50% 50%;
  }

  .main__item-inner {
    padding: 71px 140px 140px 40px;
  }

  .main__item-img::before {
    top: 84%;
  }

  .main__item-img::after {
    top: 65%;
  }

  .main__item-img::after,
  .main__item-img::before {
    height: 31px;
  }

  .technic__img,
  .main__item-img {
    -webkit-clip-path: none;
            clip-path: none;
    background: inherit;
    width: 100%;
    margin-left: 0px;
  }

  .technic__img img,
  .main__item-img img {
    height: auto;
    aspect-ratio: 16/9;
  }

  .technic__logo img {
    aspect-ratio: initial;
  }

  .technic__wrapper,
  .main__item {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 849px) {
  .partners .swiper-slide {
    padding: 0px 50px;
  }

  .advantages__item {
    padding: 24px 20px 28px;
    min-height: 232px;
  }

  .advantages__item-title {
    margin-bottom: 11px;
  }

  .advantages__item::before {
    margin-bottom: 46px;
  }

  .advantages-swiper .swiper-slide:nth-child(odd) {
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .advantages-swiper .swiper-slide:nth-child(even) {
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .advantages__item img {
    width: calc(100% + 50px);
    -o-object-position: bottom;
       object-position: bottom;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .advantages {
    margin-bottom: 70px;
  }

  .advantages .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    gap: 21px 0;
  }

  .advantages .swiper-slide {
    margin-top: 0 !important;
  }

  .advantages .swiper-pagination {
    margin-top: 23px;
  }
}

@media (max-width: 769px) {
    .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .article__content table {               
        overflow-x: auto;
    }
    
    .article__content th, .article__content td {
        padding: 8px 10px;
    }
    .article__content h3 {
        font-size: 16px;
        margin: 20px 0 10px;
    }
    .header__menu {
        top: 110px;
        height: calc(100% - 110px);
    }
  .product-card__wrapper:not(:last-child) {
    margin-bottom: 30px;
  }

  .not-fount {
    padding: 55px 0 60px;
  }

  .not-fount p {
    margin-bottom: 23px;
  }

  .not-fount img {
    margin-bottom: 30px;
  }

  .advantages-items__item {
    padding: 27px 20px 46px;
  }

  .advantages-items__item p:first-child {
    margin-bottom: 11px;
  }

  .advantages-items__item::before {
    margin-bottom: 46px;
  }

  .info-block-grey .info-block__wrapper {
    padding-bottom: 0;
  }

  .info-block-grey .info-block__images {
    -webkit-transform: translateY(26px);
        -ms-transform: translateY(26px);
            transform: translateY(26px);
  }

  .info-block-grey .info-block__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team__item-inner p:first-child {
    margin-bottom: 7px;
  }

  .team__item-img {
    margin-bottom: 11px;
  }

  .team__inner {
    margin-bottom: 18px;
  }

  .info-block ul {
    margin-left: 0;
  }

  .leasing__table ul li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .catalog h2 {
    margin-bottom: 19px;
  }

  .footer::before {
    top: -5px;
    left: -18px;
    width: 185px;
    height: 187px;
  }

  .footer .nav__link {
    font-size: 15px;
  }

  .card__tag {
    display: none;
  }

  .certificate {
    margin-bottom: 75px;
  }

  .certificate__item img {
    border-radius: 7px;
  }

  .certificate__item {
    border-radius: 10px;
    padding: 10px;
  }

  .certificate__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .letters .control {
    margin-bottom: 21px;
  }

  .letters__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews .pagination {
    margin-top: 21px;
  }

  .control ul li a {
    padding: 15px 18px;
  }

  .reviews-page .reviews__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 13px;
    margin-bottom: 36px;
  }

  .reviews-page .reviews__item-inner {
    margin-bottom: 17px;
  }

  .reviews__item-rating {
    position: static;
    margin-top: 4px;
  }

  .reviews__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .article {
    margin-bottom: 60px;
  }

  .news__slider {
    margin-top: 24px;
  }

  .article .article-swiper2 {
    margin-bottom: 13px;
  }

  .article__back::before {
    display: block;
    min-width: 32px;
    width: 32px;
    height: 32px;
  }

  .article__back {
    gap: 17px;
  }

  .article .swiper-number {
    font-size: 12px;
    width: 35px;
    height: 35px;
  }

  .article__date {
    gap: 10px;
  }

  .article__read {
    gap: 8px;
    padding-right: 140px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .article__read-item {
    padding: 8px 12px;
    gap: 8px;
  }

  .article__read-item img {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }

  .article__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 30px;
    padding-right: 140px;
  }

  .news .pagination {
    margin-top: 26px;
  }

  .news__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 10px;
  }

  .promotion {
    margin-bottom: 60px;
  }

  .promotion__date {
    gap: 10px;
  }

  .promotion__wrapper::before {
    bottom: -70px;
    height: 281px;
  }

  .promotion__description .btn {
    max-width: 213px;
    padding: 13px;
    font-size: 14px;
  }

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

  .promotion__description {
    padding-left: 0;
    max-width: 100%;
  }

  .promotion__wrapper img {
    border-radius: 10px;
  }

  .promotion__wrapper {
    gap: 16px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .promotions .btn {
    padding: 10px;
  }

  .promotions .pagination {
    margin-top: 21px;
  }

  .promotions__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .promotions__inner {
    margin-bottom: 18px;
  }

  .promotions {
    margin-bottom: 70px;
  }

  .promotions__item-title {
    margin-bottom: 15px;
  }

  .promotions__item-inner {
    padding: 20px 11px 0 6px;
  }

  .promotions__item-date {
    margin-bottom: 16px;
  }

  .promotions__item {
    border: 1px solid rgba(232, 232, 232, 0.6);
    border-radius: 11px;
    padding: 5px 5px 20px;
  }

  .faq__accordion-btn {
    border-radius: 18px;
  }

  .faq .btn {
    margin-bottom: 31px;
  }

  .faq {
    margin-bottom: 70px;
  }

  .faq__accordion-content {
    padding: 0 16px 0 21px;
  }

  .faq__accordion.open .faq__accordion-content {
    padding-top: 14px;
  }

  .faq__accordion-btn::after {
    min-width: 34px;
    width: 34px;
    height: 34px;
  }

  .faq__accordion-btn {
    padding: 18px 17px 18px 21px;
  }

  .faq__accordion:not(:last-child) {
    margin-bottom: 19px;
  }

  .guarantee__wrapper ul li::before {
    width: 4px;
    height: 4px;
  }

  .guarantee__wrapper ul li {
    padding-left: 26px;
  }

  .guarantee {
    margin-bottom: 70px;
  }

  .guarantee__wrapper p:not(:last-child) {
    margin-bottom: 20px;
  }

  .guarantee__wrapper ul {
    gap: 13px;
    margin: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .vacancy__item-content .btn {
    font-size: 14px;
    padding: 16px;
    width: 100%;
    padding: 18px;
  }

  .vacancy__item-content ul li:not(:last-child) {
    margin-bottom: 12px;
  }

  .vacancy__item-content ul {
    margin: 16px 0 19px;
  }

  .vacancy__item-content-subtitle {
    margin-bottom: 16px;
  }

  .vacancy__item-content-title {
    margin-bottom: 19px;
  }

  .vacancy {
    margin-bottom: 60px;
  }

  .vacancy__item-card-btn {
    max-width: 246px;
    font-size: 13px;
    padding: 12px;
  }

  .vacancy__item-card-title {
    margin-bottom: 14px;
  }

  .vacancy__item.open .vacancy__item-content {
    opacity: 1;
    visibility: visible;
    padding: 27px 12px;
    margin-top: 21px;
  }

  .vacancy__item.open .vacancy__item-card {
    background: #fff;
    border: 1px solid #e2821e;
  }

  .vacancy__item.open .vacancy__item-card .vacancy__item-card-btn {
    background: #e2821e;
    border: 1px solid #e2821e;
    color: #fff;
  }

  .vacancy__item.open .vacancy__item-card .vacancy__item-card-btn::before {
    background: #fff;
  }

  .vacancy__item.open .vacancy__item-card .vacancy__item-card-btn:hover {
    color: #e2821e;
    border: 1px solid #e2821e;
  }

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

  .vacancy__item-content {
    display: block;
    max-height: 0;
    opacity: 0;
    position: static;
    visibility: hidden;
    will-change: max-height;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 12px;
    width: calc(100% - 24px);
  }

  .team {
    margin-bottom: 64px;
  }

  .salutation {
    margin-bottom: 48px;
  }

  .salutation__manager {
    margin-top: 28px;
    padding-top: 19px;
  }

  .salutation__inner p {
    margin-bottom: 20px;
  }

  .salutation h2 {
    gap: 18px;
  }

  .salutation {
    padding: 40px 0 21px;
  }

  .about-page {
    padding-bottom: 0;
  }

  .service__item ul li:not(:last-child) {
    margin-bottom: 11px;
  }

  .service__item ul li::before {
    border: 3px solid #fff;
  }

  .service {
    margin-bottom: 60px;
  }

  .service__item p:not(:last-child) {
    margin-bottom: 11px;
  }

  .service__item::before {
    margin-bottom: 36px;
  }

  .service .images-swiper:not(:last-child) {
    margin-bottom: 31px;
  }

  .service__btns {
    gap: 9px;
    margin-bottom: 21px;
  }

  .service .btn {
    padding: 12px 9px;
    width: 100%;
    height: 56px;
    font-size: 14px;
  }

  .service__item {
    border-radius: 11px;
  }

  .service__item:nth-child(1) .service__item-bg::after {
    width: 130%;
    left: 50%;
    top: -70%;
    -webkit-transform: rotate(180deg) translateX(50%);
        -ms-transform: rotate(180deg) translateX(50%);
            transform: rotate(180deg) translateX(50%);
  }

  .service__item:nth-child(1) .service__item-bg::before {
    width: 100%;
    height: 77%;
    left: 50%;
    -webkit-transform: rotate(180deg) translateX(50%);
        -ms-transform: rotate(180deg) translateX(50%);
            transform: rotate(180deg) translateX(50%);
    top: auto;
    bottom: -30%;
  }

  .service__item:nth-child(2) .service__item-bg::after {
    width: 100%;
    height: 77%;
    right: auto;
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-50%);
        -ms-transform: rotate(0deg) translateX(-50%);
            transform: rotate(0deg) translateX(-50%);
    top: auto;
    bottom: -30%;
  }

  .service__item:nth-child(3) .service__item-bg::after {
    right: -55%;
    -webkit-transform: rotate(-90deg) translateX(22%);
        -ms-transform: rotate(-90deg) translateX(22%);
            transform: rotate(-90deg) translateX(22%);
  }

  .service__item:nth-child(4) .service__item-bg::after {
    left: -55%;
  }

  .section-form-leasing .section-form__wrapper {
    padding: 46px 15px 41px;
  }

  .section-form-leasing .form__inputs {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .section-form-leasing {
    margin-bottom: 60px;
  }

  .technic__inner p {
    margin-bottom: 24px;
  }

  .technic__inner h2 {
    margin-bottom: 13px;
  }

  .technic__inner {
    padding: 41px 19px 28px;
  }

  .technic__logo {
    padding: 8px 12px;
    border-radius: 11px;
    right: 14px;
    bottom: 15px;
  }

  .technic__logo img {
    width: 104px;
  }

  .advantages-items {
    margin-bottom: 60px;
  }

  .advantages-items__description p:not(:last-child) {
    margin-bottom: 18px;
  }

  .advantages-items__inner {
    gap: 18px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 34px;
  }

  .advantages-items__items {
    gap: 18px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .main__item-img::after,
  .main__item-img::before {
    height: 23px;
  }

  .brands .pagination {
    margin-top: 31px;
    margin-bottom: 60px;
  }

  .brands__items {
    gap: 31px 27px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .autopart-table__back::before {
    min-width: 38px;
    width: 38px;
    height: 38px;
  }

  .autopart-table ul {
    margin-bottom: 36px;
    margin-bottom: 20px;
  }

  .autopart-table ul li ul {
    -ms-grid-columns: 0.5fr 1.1fr 0.95fr;
    grid-template-columns: 0.5fr 1.1fr 0.95fr;
    gap: 10px;
  }

  .autopart-table ul li:first-child {
    padding: 18px;
    margin-bottom: -4px;
    padding-right: 0;
  }

  .autopart-table ul li {
    padding: 21px 0 18px 16px;
  }

  .autopart-table ul .circles {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    left: 0;
  }

  .autopart-table .circles::after,
  .autopart-table .circles::before {
    display: none;
  }

  .autopart-table ul .more-link {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    gap: 9px;
  }

  .autopart-table ul li ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .autopart {
    margin-bottom: 60px;
  }

  .autopart__item p:first-child {
    margin-bottom: 11px;
    min-height: auto;
  }

  .autopart__item::before {
    margin-bottom: 46px;
  }

  .autopart__item {
    padding: 27px 22px 24px;
  }

  .advantages-items__item:nth-child(1)::after,
  .advantages-items__item:nth-child(3)::after,
  .autopart__item:nth-child(3)::after,
  .autopart__item:nth-child(1)::after {
    right: 50%;
  }

  .advantages-items__item:nth-child(2)::after,
  .autopart__item:nth-child(2)::after {
    left: 50%;
  }

  .section-form p {
    margin-bottom: 32px;
  }

  p.form__info {
    margin-bottom: 0;
  }

  .brands__inner {
    margin-bottom: 23px;
  }

  .brands__item-img {
    margin-bottom: 11px;
  }

  .section-form__wrapper::after {
    display: none;
  }

  .section-form__wrapper {
    padding: 40px 16px 46px;
  }

  .product-card {
    margin-bottom: 60px;
  }

  .product-card__wrapper::before {
    bottom: -142px;
  }

  .product-card__inner {
    margin-top: 0;
    padding: 0 15px;
  }

  .product-card .btn {
    margin-top: 26px;
    width: 100%;
    padding: 11px;
  }

  .product-card h2 {
    margin-bottom: 14px;
  }

  .product-card__inner p:not(:last-child) {
    margin-bottom: 14px;
  }

  .product-card__wrapper img {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 16/8;
  }

  .product-card__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 9px 15px 52px;
  }

  .filter__checkbox:not(:last-child) {
    margin-bottom: 16px;
  }

  .catalog__description ol,
  .catalog__description ul,
  .catalog__description h3 {
    margin: 11px 0;
  }
.catalog__description h2 {
    font-size: 16px;
}

  .form__file {
    width: 100%;
  }

  .form__file label {
    width: 100%;
  }

  .form__checkbox {
    margin-left: 31px;
    width: calc(100% - 31px) !important;
  }

  .form__inner label.form__checkbox {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .form__inner label.form__checkbox p {
    max-width: 100%;
    margin-right: auto;
  }

  .form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 13px;
  }

  .demo {
    margin-bottom: 70px;
  }

  .demo .title-icon {
    margin-bottom: 20px;
    padding-bottom: 13px;
  }

  .demo .form {
    padding: 26px 15px 40px;
  }

  .faq-product__accordion:not(:last-child) {
    margin-bottom: 19px;
  }

  .faq-product__accordion.open .faq-product__accordion-content {
    padding-top: 12px;
  }

  .faq-product__accordion-content {
    padding: 0 20px 0 13px;
  }

  .faq-product__accordion-btn {
    padding: 10px 16px 10px 13px;
  }

  .faq-product__inner {
    margin-bottom: 20px;
    padding-bottom: 13px;
  }

  .reviews-product__images {
    margin-top: 33px;
  }

  .reviews-product__item-rating {
    margin-left: auto;
  }

  .reviews-product__item-wrap::before {
    min-width: 34px;
    width: 34px;
    height: 25px;
    margin-top: 0;
    margin-right: 0;
  }

  .reviews-product__inner {
    margin-bottom: 20px;
    padding-bottom: 13px;
  }

  .reviews-product__rating {
    margin-right: 0;
  }

  .faq-product__wrapper::before,
  .leasing__wrapper::before {
    height: 280px;
    bottom: -60px;
  }

  .faq-product .btn,
  .reviews-product .btn,
  .leasing .btn {
    left: 15px;
    padding: 11px;
    max-width: 268px;
    width: 100%;
  }

  .faq-product__wrapper {
    padding: 26px 15px 120px;
  }

  .reviews-product__wrapper,
  .leasing__wrapper {
    padding: 26px 15px 104px;
  }

  .leasing__inner {
    margin-bottom: 23px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .leasing__table {
    max-width: 100%;
    margin-top: 0;
  }

  .leasing__wrap {
    gap: 34px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .characteristics .title-icon {
    margin-bottom: 21px;
  }

  .characteristics__wrapper {
    padding: 25px 15px 24px;
  }

  .reviews-product,
  .leasing,
  .characteristics,
  .description {
    margin-bottom: 29px;
  }

  .description__control ul li a {
    padding: 15px;
  }

  .description__wrapper::before {
    bottom: -64px;
    height: 248px;
  }

  .description .title-icon {
    padding-bottom: 11px;
    margin-bottom: 17px;
  }

  .description__wrapper {
    padding: 1px 16px 34px;
  }

  .description__control {
    margin-bottom: 23px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .description__control ul {
    padding: 0;
  }

  .product__tag {
    top: 10px;
    left: 8px;
  }

  .product {
    margin-bottom: 34px;
  }

  .product__btns {
    gap: 13px 3px;
    margin-bottom: 25px;
  }

  .product__description-inner {
    margin-bottom: 17px;
  }

  .product__maker {
    margin-bottom: 17px;
  }

  .product__maker-img {
    padding: 8px 29px;
  }

  .product__maker-img img {
    width: 85px;
  }

  .product__title {
    margin-bottom: 12px;
  }

  .product-swiper {
    margin-bottom: 10px;
  }

  .product__inner {
    padding-right: 91px;
  }

  .product .swiper-button-prev {
    right: 41px;
  }

  .product .swiper-button-next,
  .product .swiper-button-prev {
    min-width: 36px;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }

  .catalog {
    margin-bottom: 35px;
  }

  .catalog__description {
    margin-top: 35px;
  }

  .catalog__sort {
    margin-bottom: 20px;
  }

  .catalog__category {
    margin-bottom: 24px;
  }

  .container-h1 {
    margin-bottom: 25px;
  }

  .cards {
    gap: 16px 8px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .modal-overlay .modal-after .modal__wrapper,
  .modal-overlay .modal-after-faq .modal__wrapper {
    padding: 40px 12px 32px;
  }

  .form__checkbox p {
    text-align: left;
  }

  .modal-overlay .form__checkbox {
    margin-bottom: 20px !important;
    margin-top: 16px;
  }

  .modal-overlay .modal__text {
    margin-bottom: 21px;
  }

  .h2 {
    margin-bottom: 7px;
  }

  .modal-overlay .modal__wrapper {
    padding: 32px 18px 44px;
  }

  .search-drop {
    padding: 25px 14px 30px 16px;
  }

  .search-drop__cards {
    max-height: 260px;
    margin-bottom: 23px;
  }

  .search-drop__card img {
    max-width: 107px;
  }

  .footer__wrapper {
    margin-bottom: 43px;
  }

  .footer__address ul li:not(:last-child) {
    margin-bottom: 27px;
  }

  .footer__title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
  }

  .footer__title.open .nav__icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .footer__title.open + .nav__list {
    opacity: 1;
    padding-top: 18px;
    visibility: visible;
  }

  .footer .nav__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.88135 11.4033L14.6769 18.1989L21.4725 11.4033' stroke='white' stroke-width='1.1326' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 28px;
    width: 28px;
    height: 28px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .footer .nav__inner {
    width: 100%;
  }

  .footer__title,
  .footer__title:last-child {
    margin-bottom: 0;
  }

  .footer .nav__inner:not(:last-child) {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer .nav__inner-grid {
    margin-bottom: 0;
  }

  .footer .nav__list {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    will-change: max-height;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .footer .nav__inner-grid .nav__list {
    -webkit-columns: initial;
       -moz-columns: initial;
            columns: initial;
  }

  .footer .nav__inner-absolute {
    position: static;
  }

  .footer .nav > ul {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 40px;
    margin-right: 0;
  }

  .footer__text {
    display: none;
  }

  .footer__copyright {
    padding: 17px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }

  .footer__copyright .footer__text {
    display: block;
    max-width: 100%;
    text-align: center;
  }

  .form__inputs {
    gap: 14px;
  }

  .form__content label {
    margin-bottom: 14px;
  }

  .form__inputs label {
    margin-bottom: 0;
  }

  .contacts-section .form {
    max-width: 100%;
  }

  .contacts-section__inner ul {
    gap: 18px;
    margin-bottom: 18px;
  }

  .contacts-section__inner ul li p:first-child {
    margin-bottom: 6px;
  }

  .contacts-section h2 {
    margin-bottom: 18px;
  }

  .contacts-section.contacts-section-no-form h2 {
    margin-bottom: 30px;
  }

  .contacts-section {
    background: #fff;
    padding: 39px 0 49px;
  }

  .contacts-section__wrapper {
    gap: 40px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }

  .partners {
    margin-bottom: 40px;
  }

  .partners__inner {
    margin-bottom: 20px;
  }

  .info-block::before {
    right: auto;
    left: 50%;
    width: auto;
    aspect-ratio: 1/1;
  }

  .info-block-grey::before {
    left: 0;
  }

  .info-block__description p:not(:last-child) {
    margin-bottom: 18px;
  }

  .info-block h2 {
    margin-bottom: 0;
  }

  .info-block .more-link {
    display: none;
  }

  .info-block .info-block__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .info-block .info-block__mobile {
    margin-top: 7px;
    margin-bottom: -20px;
  }

  .info-block__wrapper {
    gap: 18px;
    position: relative;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: -125px;
    padding-bottom: 95px;
  }

  .info-block__images {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -webkit-transform: translateY(74px);
        -ms-transform: translateY(74px);
            transform: translateY(74px);
  }

  .info-block__images img:last-child {
    display: none;
  }

  .info-block {
    padding-top: 45px;
    margin-bottom: 140px;
    overflow-x: clip;
  }

  .info-block-grey {
    margin-bottom: 85px;
  }

  .reviews__item::after,
  .reviews__item::before {
    height: 28px;
  }

  .reviews__item::after {
    top: auto;
    bottom: 55px;
  }

  .reviews__item::before {
    top: auto;
    bottom: 135px;
    left: 50%;
  }

  .letters__inner {
    margin-bottom: 25px;
  }

  .swiper-slide .letters__item-title {
    margin-bottom: 11px;
    min-height: 3em;
  }

  .swiper-slide .letters__item-date {
    margin-bottom: 49px;
  }

  .swiper-slide .letters__item-inner {
    padding: 13px;
  }

  .swiper-slide .letters__item {
    padding: 15px;
  }

  .swiper-slide .letters__item-text {
    margin-bottom: 58px;
  }

  .letters__item-title {
    margin-bottom: 7px;
    min-height: auto;
  }

  .letters__item {
    padding: 10px;
  }

  .letters__item-inner {
    padding: 8px;
  }

  .letters__item-date {
    margin-bottom: 31px;
  }

  .letters__item-text {
    margin-bottom: 22px;
  }

  .reviews__item-more {
    font-weight: 500;
    margin-top: 18px;
  }

  .reviews {
    margin-bottom: 60px;
    padding: 43px 0 32px;
  }

  .reviews-page {
    margin-bottom: 70px;
    padding: 0;
  }

  .reviews__item {
    padding: 24px 24px 33px;
  }

  .reviews__item-inner::before {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 38px;
    width: 38px;
    height: 38px;
  }

  .reviews__item-inner {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 50px;
    gap: 0;
    margin-bottom: 13px;
  }

  .reviews__inner {
    margin-bottom: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .news {
    margin-bottom: 60px;
  }

  .news__item-date {
    padding-top: 13px;
  }

  .news__item-date-day {
    font-size: 33px;
    top: 5px;
  }

  .news__item {
    min-height: auto;
    padding: 10px 10px 16px;
  }

  .news__item p {
    margin-bottom: 58px;
  }

  .news__tabs-btns {
    margin-bottom: 21px;
  }

  .news__tabs-btn {
    padding: 14px 22px;
  }

  .advantages {
    margin-bottom: 60px;
  }

  .advantages__inner {
    margin-bottom: 25px;
  }

  .about {
    margin-bottom: 60px;
  }

  .about__wrapper {
    margin-bottom: 19px;
  }

  .about .more-link {
    margin-top: 18px;
  }

  .about__description p:not(:last-child) {
    margin-bottom: 18px;
  }

  .about__inner img {
    width: 179px;
  }

  .about h2 {
    margin-bottom: 18px;
  }

  .slider {
    margin-bottom: 60px;
  }

  .card:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(28, 28, 26, 0.15);
            box-shadow: 0 4px 8px 0 rgba(28, 28, 26, 0.15);
  }

  .slider-swiper {
    padding: 15px 8px;
    width: calc(100% + 16px);
    margin-left: -8px;
  }

  .slider__inner {
    margin-bottom: 1px;
  }

  .swiper-inner {
    gap: 6px;
  }

  .swiper-button-next::before,
  .swiper-button-prev::before {
    width: 10px;
    height: 10px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    min-width: 29px;
    width: 29px;
    height: 29px;
    cursor: pointer;
  }

  .category__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 28px;
    gap: 6px;
  }

  .category {
    margin-bottom: 60px;
  }

  .main {
    margin-bottom: 60px;
  }

  .news-banner {
    width: calc(100% - 32px);
    right: 16px;
  }
  .main__title,
  .main h2 {
    margin-bottom: 13px;
  }

  .main .swiper-pagination {
    left: 19px;
    bottom: 27px;
  }

  .main__item-inner {
    padding: 41px 19px 70px;
    min-height: 261px;
  }

  .main-page .main__item-inner {
    padding: 41px 19px 38px;
    min-height: auto;
  }

  .main-page .main__item-bg {
    background-size: cover;
    background-position: 50% 73%;
  }

  .header__logo {
    max-width: 186px;
    width: 100%;
    margin-right: auto;
  }

  .header__logo img {
    width: 100%;
  }

  .header__search {
    margin-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: static;
  }

  .header__search.active form {
    opacity: 1;
    visibility: visible;
    top: 60px;
    z-index: 100;
  }

  .header__wrapper {
    gap: 10px;
  }

  .header__search form {
    opacity: 0;
    visibility: hidden;
    top: -100%;
    position: absolute;
    left: 15px;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    width: calc(100vw - 30px);
  }

  .header__search-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 599px) {
  .advantages-brands .advantages__item-title {
    min-height: 2.5em;
  }

  .advantages-items__item:nth-child(1)::after,
  .advantages-items__item:nth-child(3)::after,
  .autopart__item:nth-child(3)::after,
  .autopart__item:nth-child(1)::after {
    right: 40%;
  }

  .advantages-items__item:nth-child(2)::after,
  .autopart__item:nth-child(2)::after {
    left: 40%;
  }

  .section-form__wrapper::before {
    top: -163px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 343px;
    height: 377px;
  }

  .section-form .form__inner {
    margin: 12px 0 22px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .section-form .form__inputs {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  .partners .swiper-slide {
    padding: 0px 20px;
  }

  .card .btn {
    font-size: 12px;
    line-height: 200%;
    padding: 6px;
  }

  .card__inner ul {
    margin-bottom: 15px;
  }

  .card__inner ul li:not(:last-child) {
    margin-bottom: 4px;
  }

  .card__title {
    margin-bottom: 10px;
  }

  .card__stock {
    margin-bottom: 2px;
  }

  .card img {
    margin-bottom: 6px;
  }

  .card {
    padding: 5px 5px 18px;
    border: 1px solid rgba(232, 232, 232, 0.6);
    border-radius: 11px;
  }

  .card__prices {
    -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: flex-start;
    gap: 1px;
    margin-bottom: 13px;
  }

  .category-big .category__item {
    display: none;
  }

  .category-big .category__item:nth-child(1),
  .category-big .category__item:nth-child(2),
  .category-big .category__item:nth-child(3),
  .category-big .category__item:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .category__item,
  .category-big .category__item {
    min-height: 156px;
  }

  .category__item,
  .category-big .category__item {
    padding: 19px 15px;
  }

  .category__items,
  .category-big .category__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 17px;
  }

  .news-banner .swiper-inner {
    padding-bottom: 56.25%;
    background: none;
  }

  .news-banner__text {
    padding-right: 0;
    margin-bottom: 12px;
    font-size: 14px !important;
  }

  .news-banner__title {
    font-size: 14px !important;
  }

  .news-banner {
    top: 80%;
  }

  .news-banner__item-inner {
    padding-right: 80px;
  }

  .news-banner__item {
    padding: 17px 16px 0;
  }

  .news-banner__item img {
    max-width: calc(100% + 32px);
    width: calc(100% + 32px);
    border-radius: 16px;
    margin-left: -16px;
  }

  .news-banner__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 21px;
  }
}

@media (max-width: 550px) {
  .article .swiper-number {
    right: 7%;
  }

  .service__items {
    gap: 21px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .service__item:nth-child(1) .service__item-bg::after {
    height: 115%;
    top: -85%;
  }

  .service__item:nth-child(1) .service__item-bg::before {
    width: 100%;
    height: 77%;
    bottom: -30%;
  }

  .service__item:nth-child(3) .service__item-bg::after {
    width: 560px;
    height: 280px;
    right: -60%;
    -webkit-transform: rotate(-90deg) translateX(22%);
        -ms-transform: rotate(-90deg) translateX(22%);
            transform: rotate(-90deg) translateX(22%);
  }

  .service__item:nth-child(4) .service__item-bg::after {
    width: 560px;
    height: 280px;
    left: -50%;
  }

  .technic__inner ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }

  .brands__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .advantages-items__item:nth-child(1)::after,
  .advantages-items__item:nth-child(3)::after,
  .autopart__item:nth-child(3)::after,
  .autopart__item:nth-child(1)::after {
    right: 35%;
  }

  .advantages-items__item:nth-child(2)::after,
  .autopart__item:nth-child(2)::after {
    left: 35%;
  }

  .reviews__item::before {
    bottom: 22px;
    left: 27%;
  }
}

@media (max-width: 450px) {
  .advantages-items__item:nth-child(1)::after,
  .advantages-items__item:nth-child(3)::after,
  .autopart__item:nth-child(3)::after,
  .autopart__item:nth-child(1)::after {
    right: 20%;
  }

  .advantages-items__item:nth-child(2)::after,
  .autopart__item:nth-child(2)::after {
    left: 20%;
  }

  .reviews__item::before {
    bottom: 40px;
    left: 25%;
  }
}

@media (max-width: 375px) {
  .advantages-items__item:nth-child(1)::after,
  .advantages-items__item:nth-child(3)::after,
  .autopart__item:nth-child(3)::after,
  .autopart__item:nth-child(1)::after {
    right: 5%;
  }

  .advantages-items__item:nth-child(2)::after,
  .autopart__item:nth-child(2)::after {
    left: 5%;
  }

  .reviews__item::before {
    bottom: 40px;
    left: 20%;
  }
}

@media (max-width: 359px) {
  .footer__logo {
    width: 173px;
  }
}
/* End */


/* Start:/local/templates/main/css/custom.css?1778574234357*/
.legacy-cookie__text {
    color: #fff;
}

.naydeno_poyasnenie {
    color: #999;
}

.catalog__description.details {
    max-width: none;
}

.zapchasti-description ul li::before {
    display: none;
    content: "";
}

.sbrosit_search {
    position: absolute;
    top: 30%;
    right: 30px;
    color: #646464;
    font-size: 14px;
}
/* End */


/* Start:/local/templates/main/styles.css?1779111473205*/
.load_more {
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    margin: 10px;
}

.cards .load_more, .list_zapchastey .load_more {
    display: none;
}
/* End */


/* Start:/local/templates/main/template_styles.css?175743334974*/
.search input:focus + .search-drop {
  opacity: 0;
  visibility: hidden;
}
/* End */
/* /local/templates/main/css/style.css?1785320916230129 */
/* /local/templates/main/css/custom.css?1778574234357 */
/* /local/templates/main/styles.css?1779111473205 */
/* /local/templates/main/template_styles.css?175743334974 */
