* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}@font-face {font-family: Onest;font-display: swap;src: url("../assets/fonts/Onest-SemiBold.woff2") format("woff2");font-weight: 600;font-style: normal;}
@font-face {font-family: Onest;font-display: swap;src: url("../assets/fonts/Onest-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Onest;font-display: swap;src: url("../assets/fonts/Onest-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: Onest;font-display: swap;src: url("../assets/fonts/Onest-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face {font-family: Manrope;font-display: swap;src: url("../assets/fonts/Manrope-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Manrope;font-display: swap;src: url("../assets/fonts/Manrope-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: Inter;font-display: swap;src: url("../assets/fonts/Inter-SemiBold.woff2") format("woff2");font-weight: 600;font-style: normal;}
@font-face {font-family: HelveticaNeue;font-display: swap;src: url("../assets/fonts/HelveticaNeue-regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: HelveticaNeue;font-display: swap;src: url("../assets/fonts/HelveticaNeue-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}

html.lock {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

body {
  min-width: 23.75rem;
  color: #161616;
  font-family: "Onest";
  font-size: 0.9375rem;
  line-height: 1.4;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
._filter-view body:after {
  background-color: #161616;
  opacity: 0.9;
  pointer-events: initial;
  transition: opacity 0.3s linear;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 88.25rem;
  margin: 0 auto;
  padding-left: 1.9375rem;
  padding-right: 1.9375rem;
}

.button {
  display: inline-flex;
  min-width: 2.75rem;
  justify-content: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 135%;
  color: #fff;
  background-color: #ea3e42;
  padding: 1.125rem 2.125rem;
  border-radius: 0.1875rem;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.button:has(img, svg) {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}
.button::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  transform: translate(50%, 50%) rotate(45deg);
  z-index: 1;
}
.button.fw {
  width: 100%;
}

.alt {
  border-bottom-right-radius: 0.1875rem;
}
.alt::after {
  display: none;
}

.art {
  border-radius: 0.1875rem 0 0.1875rem 0.1875rem;
}
.art::before {
  left: initial;
  right: 0;
  transform: translate(50%, -50%) rotate(45deg);
}
.art::after {
  display: none;
}

.arb {
  border-radius: 0.1875rem 0.1875rem 0 0.1875rem;
}
.arb::before {
  display: none;
}

.alb {
  border-radius: 0.1875rem 0.1875rem 0.1875rem 0;
}
.alb::before {
  display: none;
}
.alb::after {
  right: initial;
  left: 0;
  transform: translate(-50%, 50%) rotate(45deg);
}

.h66 {
  padding: 1.0625rem 2.125rem;
  font-size: 1rem;
}
.h66::before, .h66::after {
  width: 1.4375rem;
  height: 1.4375rem;
}
.h66 {
  height: 4.125rem;
}

.h58 {
  padding: 1.0625rem 2rem;
  font-size: 1.125rem;
  height: 3.625rem;
}
.h58::before, .h58::after {
  width: 1.4375rem;
  height: 1.4375rem;
}

.h56 {
  padding: 1.0625rem 5.5625rem;
  font-size: 1rem;
}
.h56::before, .h56::after {
  width: 1.4375rem;
  height: 1.4375rem;
}

.h54 {
  padding: 1rem 2.125rem;
  font-size: 1rem;
  height: 3.375rem;
}
.h54::before, .h54::after {
  width: 1.375rem;
  height: 1.375rem;
}

.h52 {
  padding: 0.9375rem 5.5625rem;
  font-size: 1rem;
  height: 3.25rem;
}
.h52::before, .h52::after {
  width: 1.3125rem;
  height: 1.3125rem;
}

.h50 {
  padding: 0.8125rem 2.125rem;
  font-size: 0.9375rem;
  height: 3.125rem;
}
.h50::before, .h50::after {
  width: 1.25rem;
  height: 1.25rem;
}

.h46 {
  padding: 0.9375rem 0.875rem;
  font-size: 1rem;
  line-height: 1;
}
.h46::before, .h46::after {
  width: 1.1875rem;
  height: 1.1875rem;
}

.h44 {
  padding: 0.875rem 0.875rem;
  font-size: 1rem;
  line-height: 1;
}
.h44::before, .h44::after {
  width: 1.1875rem;
  height: 1.1875rem;
}

.h42 {
  padding: 0.75rem 0.8125rem;
  font-size: 0.8125rem;
}
.h42::before, .h42::after {
  width: 1.1875rem;
  height: 1.1875rem;
}

.h40 {
  padding: 0.6875rem 0.8125rem;
  font-size: 0.875rem;
  height: 2.5rem;
}
.h40::before, .h40::after {
  width: 1.125rem;
  height: 1.125rem;
}

.h36 {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
}
.h36::before, .h36::after {
  width: 0.9375rem;
  height: 0.9375rem;
}

.color-white {
  color: #161616;
  background-color: #fff;
}

.color-grey {
  color: #161616;
  background-color: #f5f5f5;
}
.color-grey svg path {
  transition: fill 0.3s;
}

.color-dark {
  color: #ea3e42;
  background-color: #463d3d;
}

.color-black {
  color: #fff;
  background-color: #161616;
}

.input-wrapper {
  position: relative;
  background-color: #e5e5e5;
  transition: background-color 0.3s ease-in-out;
  border-radius: 0.1875rem;
}
.input-wrapper.--form-error {
  background-color: #ea3e42;
}
.input-wrapper.--form-error label {
  color: #ea3e42;
}
.input-wrapper:hover {
  background-color: #cdcdcd;
}
.input-wrapper:hover .input__label {
  color: #161616;
}
.input-wrapper input {
  border-radius: 0.1875rem;
}
.input-wrapper:has(textarea) .input__label {
  top: 2.1875rem;
  transform: none;
}
.input-wrapper .input__label {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  translate: 0 -50%;
  z-index: 5;
  font-size: 1rem;
  color: #cdcdcd;
  transition: color 0.3s ease 0s;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, color 0.3s ease;
}
.input-wrapper .input__label span {
  color: #ea3e42;
}
.input-wrapper.ih54 {
  height: 3.375rem;
}
.input-wrapper.ih52 {
  height: 3.25rem;
}
.input-wrapper.ih50 {
  height: 3.125rem;
}

.input, .calt .inputs-filter__wrapper {
  position: absolute;
  top: 0.0625rem;
  left: 0.0625rem;
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  background-color: #fff;
  border: none;
  outline: none;
}
.input::placeholder, .calt .inputs-filter__wrapper::placeholder {
  color: transparent;
  opacity: 0;
}
.input, .calt .inputs-filter__wrapper {
  padding: 0 1.25rem;
}
.input:focus + .input__label, .calt .inputs-filter__wrapper:focus + .input__label, .input:not(:placeholder-shown) + .input__label, .calt .inputs-filter__wrapper:not(:placeholder-shown) + .input__label {
  opacity: 0;
  visibility: hidden;
  transform: translateX(0.625rem);
}

.calt {
  border-radius: 0 0.1875rem 0.1875rem 0.1875rem;
  clip-path: polygon(1.0625rem 0, 100% 0, 100% 2.3125rem, 100% 100%, 0 100%, 0 1.0625rem);
}
.calt .inputs-filter__wrapper {
  clip-path: polygon(1.0625rem 0, 100% 0, 100% 2.3125rem, 100% 100%, 0 100%, 0 1.0625rem);
}
.calt .inputs-filter__wrapper input {
  clip-path: none;
}
.calt .input, .calt .inputs-filter__wrapper {
  clip-path: polygon(1.0625rem 0, 100% 0, 100% 2.3125rem, 100% 100%, 0 100%, 0 1.0625rem);
}

.carb {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.0625rem), calc(100% - 1.0625rem) 100%, 0 100%);
  border-radius: 0 0.1875rem 0.1875rem 0.1875rem;
}
.carb .input, .carb .calt .inputs-filter__wrapper, .calt .carb .inputs-filter__wrapper {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.0625rem), calc(100% - 1.0625rem) 100%, 0 100%);
}

.corner-diag {
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(1.875rem 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%, 0 1.875rem);
}
.corner-diag::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.875rem - 0.0625rem / 2) 0, 100% 0, 100% calc(100% - calc(1.875rem - 0.0625rem / 2)), calc(100% - calc(1.875rem - 0.0625rem / 2)) 100%, 0 100%, 0 calc(1.875rem - 0.0625rem / 2));
}

.corner-top {
  position: relative;
  background-color: #ccc;
  clip-path: polygon(1.875rem 0, calc(100% - 1.875rem) 0, 100% 1.875rem, 100% 100%, 0 100%, 0 1.875rem);
}
.corner-top::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.875rem - 0.0625rem * 0.414) 0, calc(100% - calc(1.875rem - 0.0625rem * 0.414)) 0, 100% calc(1.875rem - 0.0625rem * 0.414), 100% 100%, 0 100%, 0 calc(1.875rem - 0.0625rem * 0.414));
}

.corner-bottom {
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 1.875rem 100%, 0 calc(100% - 1.875rem));
}
.corner-bottom::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - calc(1.875rem - 0.0625rem * 0.414)), calc(100% - calc(1.875rem - 0.0625rem * 0.414)) 100%, calc(1.875rem - 0.0625rem * 0.414) 100%, 0 calc(100% - calc(1.875rem - 0.0625rem * 0.414)));
}

.corner-bottom-right {
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%);
}
.corner-bottom-right::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - calc(1.875rem - 0.0625rem * 0.414)), calc(100% - calc(1.875rem - 0.0625rem * 0.414)) 100%, 0 100%);
}

.title,
.subtitle {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.button-control {
  padding: 1.375rem 1.3125rem;
}
.button-control::before, .button-control::after {
  display: none;
}
.button-control svg path {
  transition: stroke 0.3s ease-in-out;
}
.button-control {
  position: relative;
  background-color: #f5f5f5;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 1.0625rem 100%, 0 calc(100% - 1.0625rem));
}
.button-control::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #f5f5f5;
  border-radius: 0.1875rem;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(1.0625rem - 0rem * 0.414) 100%, 0 calc(100% - calc(1.0625rem - 0rem * 0.414)));
}
.button-control.control-main__next {
  position: relative;
  background-color: #f5f5f5;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.0625rem), calc(100% - 1.0625rem) 100%, 0 100%);
}
.button-control.control-main__next::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #f5f5f5;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - calc(1.0625rem - 0rem * 0.414)), calc(100% - calc(1.0625rem - 0rem * 0.414)) 100%, 0 100%);
}
.button-control.control-main__next svg {
  transform: rotate(180deg);
}
section {
  margin-bottom: 4.375rem;
}
section.mb100 {
  margin-bottom: 6.25rem;
}
section.mb90 {
  margin-bottom: 5.625rem;
}

.decor_top {
  position: absolute;
  top: 0;
  width: 10.625rem;
  height: 1.0625rem;
  background-color: #ea3e42;
  clip-path: polygon(0% 0%, 100% 0%, 100% 37%, 91% 100%, 9% 100%, 0% 37%);
}

.top-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.form__text {
  color: #5a626b;
}

.labels__item {
  width: fit-content;
  font-weight: 700;
  border-radius: 0.375rem;
  font-size: 0.625rem;
  padding: 0.5rem 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.875rem) 0, 100% 0.4375rem, 100% 100%, 0 100%);
}
.labels__item::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.875rem - 0rem)) 0, 100% calc(0.4375rem - 0rem), 100% 100%, 0 100%);
}
.labels__item::before {
  border-radius: 0.25rem;
}
.labels__item_hit::before {
  background: #07f;
}
.labels__item_sale::before {
  background: #ea3e42;
}
.labels__item_new::before {
  background: #9747ff;
}
._view-list .product__header .labels__item_garanty {
  position: absolute;
  bottom: 0rem;
}
.labels__item ::before {
  background: #161616;
}

.data {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 0.8125rem;
  line-height: 120%;
  white-space: nowrap;
}

.swiper {
  position: relative;
  width: 100%;
  transition: opacity 0.2s ease;
}
.swiper:not(.swiper-initialized) {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 50%, #f2f2f2 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
}
.swiper:not(.swiper-initialized) .swiper-wrapper {
  opacity: 0;
  visibility: hidden;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}

.menu__top {
  display: none;
}
.menu__close {
  padding: 1.1875rem 1.125rem;
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: space-between;
}
.menu__item {
  position: relative;
}
.menu__item._sub-opened .menu__link {
  color: #ea3e42;
}
.menu__item._sub-opened .menu__link .menu__arrow {
  transform: rotate(-90deg);
}
.menu__item._sub-opened .menu__link .menu__arrow path {
  stroke: #ea3e42;
}
.menu__item._sub-opened .menu__sub {
  grid-template-rows: 1fr;
}
.menu__link {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  padding: 1.3125rem 0;
  transition: color 0.3s;
}
._sub-opened .menu__link {
  background-color: #f5f5f5;
  border-bottom: 0.0625rem solid #e5e5e5;
}
.menu__arrow {
  transform: translateY(-0.125rem);
  transition: transform 0.3s ease-in-out;
}
.menu__arrow path {
  transition: stroke 0.3s ease-in-out;
}
.sub-menu {
  border-radius: 0 0 0 0.1875rem;
  top: 100%;
  left: 0;
  min-width: 11.875rem;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0.625rem);
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
.sub-menu__link {
  display: block;
  padding: 0.625rem 1.25rem;
  border-bottom: 0.0625rem solid #f5f5f5;
  font-size: 0.9375rem;
  white-space: nowrap;
  transition: color 0.2s;
}
.sub-menu__link:hover {
  color: #ea3e42;
}

.header__mob-menu {
  display: none;
}

.mob-menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mob-menu__item svg {
  justify-self: center;
}
.mob-menu__item {
  gap: 0.625rem;
}
.mob-menu__item span {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 125%;
  color: #f5f5f5;
}/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}

.header {
  position: relative;
  background-color: #161616;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  position: relative;
}
.header__top::after {
  content: "";
  position: absolute;
  width: 700%;
  height: 0.0625rem;
  bottom: 0;
  left: -187.5rem;
  background-color: rgba(255, 255, 255, 0.08);
}

.topheader__location {
  display: flex;
  gap: 0.375rem;
  padding: 0rem 1.5rem;
  align-items: center;
  position: relative;
  border-radius: 0.1875rem;
}
.topheader__location::before, .topheader__location::after {
  content: "";
  position: absolute;
  border-radius: 0.1875rem;
  top: -0.9375rem;
  height: 3.25rem;
  width: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.08);
}
.topheader__location::before {
  left: 0;
}
.topheader__location::after {
  right: 0;
}
.topheader__location svg path {
  transition: stroke 0.3s ease-in-out;
}
.topheader__city {
  font-size: 1rem;
  line-height: 120%;
  color: #f5f5f5;
  white-space: nowrap;
  transition: color 0.3s ease-in-out;
}
.topheader__info {
  display: flex;
}
.topheader__info {
  align-items: center;
}
.topheader__info-item {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  font-size: 0.875rem;
  color: #f5f5f5;
}
.topheader__info-item a {
  transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.topheader__actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.topheader__phone {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 140%;
  color: #f5f5f5;
  white-space: nowrap;
}
.topheader__button::before, .topheader__button::after {
  display: none;
}
.topheader__button {
  position: relative;
  background-color: #ea3e42;
  clip-path: polygon(0.6875rem 0, 100% 0, 100% calc(100% - 0.6875rem), calc(100% - 0.6875rem) 100%, 0 100%, 0 0.6875rem);
}
.topheader__button::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #ea3e42;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(0.6875rem - 0rem / 2) 0, 100% 0, 100% calc(100% - calc(0.6875rem - 0rem / 2)), calc(100% - calc(0.6875rem - 0rem / 2)) 100%, 0 100%, 0 calc(0.6875rem - 0rem / 2));
}
.topheader__mob-button-cnt {
  display: none;
}
.topheader__mob-button-text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 125%;
  color: #f5f5f5;
}

.headercenter::before, .headercenter::after {
  content: "";
  position: absolute;
  width: 700%;
  height: 0.0625rem;
  left: -187.5rem;
  background-color: rgba(255, 255, 255, 0.08);
}
.headercenter::before {
  top: 0;
}
.headercenter::after {
  bottom: 0;
}
.headercenter__cnt {
  max-width: 88.25rem;
  margin-inline: auto;
}
.headercenter__cnt {
  display: flex;
  align-items: center;
}
.headercenter__cnt {
  justify-content: space-between;
  background-color: #161616;
  padding-block: 1.75rem;
}
.headercenter__logo {
  flex: 0 0 7.3125rem;
}
.headercenter__center {
  display: flex;
  flex: 0 1 51.875rem;
  transition: flex 0.3s ease-in-out;
}
.headercenter__button.button {
  flex: 0 0 8.125rem;
  padding: 0.90625rem 1.25rem;
  border-radius: 0 0 0 0.1875rem;
}
.headercenter__button.button span {
  line-height: 1;
  transform: translateY(0.0625rem);
}
.headercenter__button.button::before {
  background-color: #161616;
}
.headercenter__catalog-img {
  flex: 0 0 1.125rem;
  display: block;
}
.catalog-show .headercenter__catalog-img {
  display: none;
}
.headercenter__catalog-close {
  display: none;
}
.catalog-show .headercenter__catalog-close {
  display: block;
}
.headercenter__form {
  flex: 1;
}
.headercenter__form .input-wrapper {
  border-radius: 0.1875rem;
  width: 100%;
  left: 0;
}
.headercenter__form_main-search .input-wrapper input {
  border-radius: 0 0.1875rem 0.1875rem 0;
}
.headercenter__form_main-search .input-wrapper {
  border-radius: 0 0.1875rem 0.1875rem 0;
}
.headercenter__input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.headercenter__button-icon {
  position: absolute;
  right: 1.4375rem;
  top: 27%;
}
.headercenter__button-icon svg path {
  transition: stroke 0.3s ease-in-out;
}
.input-wrapper:hover .headercenter__button-icon svg path {
  stroke: #c62c2f;
}
.bottomheader {
  position: relative;
}
.bottomheader::before {
  content: "";
  position: absolute;
  width: 700%;
  height: 0.0625rem;
  top: 0;
  left: -187.5rem;
  background-color: rgba(255, 255, 255, 0.08);
}

.actions-header {
  display: flex;
  align-items: center;
}
.actions-header__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
.actions-header__item svg path {
  transition: stroke 0.3s ease-in-out;
}
.actions-header__text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 125%;
  color: #f5f5f5;
  transition: color 0.3s ease-in-out;
}
.actions-header__item:hover .actions-header__text {
  color: #ea3e42;
}
.actions-header__count, .actions-header__count--fix {
  position: absolute;
  top: -0.375rem;
  right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ea3e42;
  border-radius: 0.375rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  color: #f5f5f5;
}
.actions-header__item_cart .actions-header__count, .actions-header__item_cart .actions-header__count--fix {
  right: -0.5625rem;
}/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}

[data-fls-header-scroll].--header-scroll {
  position: fixed;
  padding-inline: 1.9375rem;
}
[data-fls-header-scroll].--header-scroll {
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: #161616;
}

[data-fls-header-scroll-show].--header-scroll {
  transition: translate 0.3s;
  translate: 0rem -100%;
}
[data-fls-header-scroll-show].--header-show {
  translate: 0 0;
}/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}

.footer {
  background: #151515;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
  color: #f5f5f5;
}
.footer__top {
  margin-bottom: 3.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.3125rem;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.3125rem;
}

.topfooter__menu {
  display: flex;
  gap: 3.125rem;
  flex: 0 0 72.592593%; /* 980/1350 */
}
.topfooter__group {
  flex: 1;
}
.topfooter__title {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ea3e42;
}
.topfooter__list {
  columns: 2;
  column-gap: 1.875rem;
  break-inside: avoid;
}
.topfooter__item {
  break-inside: avoid;
  margin-bottom: 0.875rem;
}
.topfooter__link {
  transition: color 0.3s ease-in-out;
}
.topfooter__contacts {
  flex: 0 0 20%; /* 270/1350 */
}
.topfooter__tel {
  margin-bottom: 1.625rem;
}
.topfooter__tel .topheader__phone {
  margin-bottom: 1.25rem;
}
.topfooter__tel .topheader__button {
  padding-left: 2.875rem;
  padding-right: 2.875rem;
}
.topfooter__info {
  margin-bottom: 1.25rem;
}
.topfooter__shema a {
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
.topfooter__shema > *:not(:last-child) {
  margin-bottom: 0.75rem;
}

.bottomfooter {
  padding-top: 2.5rem;
  position: relative;
}
.bottomfooter::before {
  content: "";
  position: absolute;
  width: 7000%;
  height: 0.0625rem;
  top: 0;
  left: -187.5rem;
  background-color: #272727;
}
.bottomfooter__text {
  flex: 0 0 39.259259%; /* 530/1350 */
}
.bottomfooter__text > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.bottomfooter__text p span {
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 140%;
  color: #ea3e42;
}
.bottomfooter__text p:has(span) {
  font-size: 0.8125rem;
}
.bottomfooter__center {
  display: flex;
}
.bottomfooter__money p {
  margin-bottom: 0.5rem;
}
.bottomfooter__img {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.bottomfooter__rating {
  width: 12.0625rem;
}
.bottomfooter__social {
  display: flex;
  gap: 0.625rem;
}

.button-footer {
  flex-direction: column;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  gap: 0.5rem;
}
.button-footer::before, .button-footer::after {
  background-color: #151515;
}
.button-footer__top {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.button-footer__icon path {
  transition: stroke 0.3s ease-in-out;
}
.button-footer__count {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #fff;
  transform: translateY(0.125rem);
}
.button-footer__stars {
  display: flex;
}
.button-footer__stars svg {
  transition: transform 0.3s ease-in-out;
}
.button-footer__stars svg path {
  transition: fill 0.3s ease-in-out;
}
.button-footer__text {
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 135%;
  color: #fff;
}/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  caret-color: inherit;
}
.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: none;
}/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease 0s;
}
.checkbox:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox__input:focus-visible + .checkbox__text:before {
  box-shadow: 0 0 0 0.125rem rgba(234, 62, 66, 0.2);
}
.checkbox__input:checked + .checkbox__text:before {
  background-color: #ea3e42;
  border-color: #ea3e42;
}
.checkbox__input:checked + .checkbox__text:after {
  opacity: 1;
  transform: scale(1);
  background-color: #fff;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
.checkbox__text span {
  font-size: 0.875rem;
}
.checkbox__text {
  color: #6a6a6a;
}
.checkbox__text a {
  color: #ea3e42;
  text-decoration: none;
}
.checkbox__text:before {
  content: "";
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: 0.0625rem solid #e5e5e5;
  transition: all 0.3s ease 0s;
}
.checkbox__text:after {
  content: "";
  position: absolute;
  left: 0.375rem;
  width: 0.875rem;
  height: 0.5625rem;
  background-color: #ea3e42;
  mask-image: url('data:image/svg+xml;utf8,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 6L1.5 3L0 4.5L4.5 9L12 1.5L10.5 0L4.5 6Z" fill="black" /></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
  opacity: 0;
  transition: all 0.3s ease 0s;
}/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}

.social {
  display: flex;
  align-items: center;
}
.social {
  gap: 1rem;
}
.social_mob .social {
  display: none;
}
.social__item {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 100%;
  transition: background-color 0.3s ease-in-out;
}
.social__item img {
  width: 1.25rem;
}
.social__item_watsap {
  background-color: #44ce77;
}
.social__item_watsap img {
  transform: translateX(0.03125rem);
}
.social__item_watsap:active {
  background-color: #3eb66b;
}
.social__item_vk {
  background-color: #07f;
}
.social__item_vk:active {
  background-color: #0b6bd8;
}
.social__item_telegram {
  background-color: #069ce6;
}
.social__item_telegram:active {
  background-color: #0f85c0;
}
.social__item_yandex {
  background-color: #F8604A;
}
.social__item_yandex:active {
  background-color: #F8604A;
}
.social__item_ok {
  background-color: #fe7f1a;
}
.social__item_ok {
  display: none;
}
.mainblog__content-section_quote .social__item_ok, .commentform .social__item_ok {
  display: grid;
}
.social__item_youtube {
  background-color: #ea3534;
}
.social__item_rutube {
  background-color: #100943;
}/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}

.catalog-show body {
  overflow: hidden;
}

.catalog-popup {
  position: absolute;
  background-color: #fff;
  margin-bottom: 0;
  width: 100%;
  top: 9.9375rem;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 51;
  transition: all 0.3s ease-in-out 0s;
}
.catalog-popup._open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.catalog-popup__container {
  display: flex;
  position: relative;
}
.catalog-popup__top {
  display: none;
}
.catalog-popup__close {
  padding: 1.1875rem 1.125rem;
}
.catalog-popup__menu {
  flex: 0 0 19.6875rem;
  border-right: 0.0625rem solid #e5e5e5;
  border-left: 0.0625rem solid #e5e5e5;
  overflow: auto;
}
.catalog-popup__manufacturer.manufacturer .content-catalog__title {
  padding-left: 1.25rem;
  padding-top: 0;
}
.catalog-popup__manufacturer.manufacturer li {
  margin-bottom: 0 !important;
}
.catalog-popup__list {
  overflow-y: auto;
}
.catalog-popup__list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.1875rem;
  height: 0.1875rem;
}
.catalog-popup__list::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 0rem;
}
.catalog-popup__list::-webkit-scrollbar-thumb {
  background-color: #ea3e42;
  border-radius: 0rem;
}
.catalog-popup__list::-webkit-scrollbar-thumb:hover {
  background-color: #c62c2f;
}
.catalog-popup__list::-webkit-scrollbar-button {
  display: none;
}
.catalog-popup__item {
  border-bottom: 0.0625rem solid #e5e5e5;
}
.catalog-popup__item:hover .catalog__link, .catalog-popup__item._active .catalog__link {
  color: #ea3e42;
  background-color: #f5f5f5;
}
.catalog-popup__item:hover svg path, .catalog-popup__item._active svg path {
  stroke: #161616;
}
.catalog-popup__item:hover .catalog-popup__content, .catalog-popup__item._active .catalog-popup__content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.catalog-popup__item:active .catalog__link, .catalog-popup__item._active .catalog__link {
  color: #ea3e42;
  background-color: #f5f5f5;
}
.catalog-popup__item:active svg path, .catalog-popup__item._active svg path {
  stroke: #161616;
}
.catalog-popup__item:active .catalog__content, .catalog-popup__item._active .catalog__content {
  opacity: 1;
  visibility: visible;
}
.catalog-popup__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  padding: 1.375rem 1.25rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  transition: color 0.3s ease-in-out;
}
.catalog-popup__link svg {
  transition: transform 0.3s ease-in-out;
}
.catalog-popup__link svg path {
  transition: stroke 0.3s ease-in-out;
}
.catalog-popup__content {
  position: absolute;
  overflow: auto;
  top: 0;
  left: 21.75rem;
  right: 0;
  width: calc(100% - 19.6875rem);
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease 0s;
  padding: 2.5rem;
  max-height: calc(100dvh - 7.5rem);
}
.catalog-popup__content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.375rem;
  height: 0.375rem;
}
.catalog-popup__content::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 0rem;
}
.catalog-popup__content::-webkit-scrollbar-thumb {
  background-color: #ea3e42;
  border-radius: 0rem;
}
.catalog-popup__content::-webkit-scrollbar-thumb:hover {
  background-color: #c62c2f;
}
.catalog-popup__content::-webkit-scrollbar-button {
  display: none;
}

.content-catalog__body {
  display: grid;
  grid-template-columns: 1fr 1fr 14.125rem;
}
.content-catalog__body {
  min-height: 0;
}
.content-catalog__column {
  position: relative;
}
.content-catalog__column .decor_top {
  width: 1.875rem;
  height: 0.4375rem;
}
.content-catalog__title {
  padding-top: 1.0625rem;
  padding-bottom: 0.9375rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  border-bottom: 0.0625rem solid #e5e5e5;
}
.content-catalog__sublist {
  margin-top: 0.9375rem;
}
.content-catalog__sublist li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.content-catalog__sublist li a {
  width: 100%;
  font-size: 0.875rem;
  color: #5a626b;
  border-radius: 0.1875rem;
}
.content-catalog__sublist li a img {
  width: 100%;
}
.content-catalog__sublist li a {
  transition: color 0.3s ease-in-out;
}
.content-catalog__sublist li a:hover {
  color: #c62c2f;
}

.manufacturer {
  max-width: 100%;
  overflow: auto;
}
.manufacturer .content-catalog__title {
  border-bottom: none;
}
.manufacturer .content-catalog__sublist {
  margin-top: 0;
  border: 0.0625rem solid #e5e5e5;
  display: grid;
  gap: 0.9375rem;
  padding: 1.25rem 1.875rem;
  border-radius: 0.375rem;
}
.manufacturer__link {
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(0.8125rem 0, 100% 0, 100% calc(100% - 0.8125rem), calc(100% - 0.8125rem) 100%, 0 100%, 0 0.8125rem);
}
.manufacturer__link::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(0.8125rem - 0.0625rem / 2) 0, 100% 0, 100% calc(100% - calc(0.8125rem - 0.0625rem / 2)), calc(100% - calc(0.8125rem - 0.0625rem / 2)) 100%, 0 100%, 0 calc(0.8125rem - 0.0625rem / 2));
}
.manufacturer__link {
  color: #5a626b;
}
.manufacturer__link img {
  padding: 0.875rem 1.0625rem 0.875rem 1.0625rem;
}/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

[data-fls-popup-open] body::after {
  opacity: 1;
}

[data-fls-popup] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem 0.625rem;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
[data-fls-popup][data-fls-popup-active] {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

[data-fls-popup-wrapper] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-fls-popup-body] {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.4s ease 0s, visibility 0.4s ease 0s, opacity 0.4s ease 0s;
  background-color: #f5f5f5;
  padding: 3.75rem 3.75rem 2.5rem 3.75rem;
  width: 100%;
  max-width: 56.25rem;
  border-radius: 0.375rem;
}
[data-fls-popup-body]::before {
  background-color: #f5f5f5;
}
[data-fls-popup-body].citypopup {
  max-width: 42.5rem;
}
.backcall [data-fls-popup-body] {
  max-width: 30rem;
}
[data-fls-popup-body].top-down {
  transform: translateY(-550%);
}
[data-fls-popup-body].bottom-up {
  transform: translateY(550%);
}
[data-fls-popup-body] .decor_top {
  left: 3.125rem;
  width: 7.5rem;
}

[data-fls-popup-active] [data-fls-popup-body] {
  min-height: 33.3125rem;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

[data-fls-popup-youtube-place] iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.popup__body {
  position: relative;
  background-color: #f5f5f5;
  clip-path: polygon(1.875rem 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%, 0 1.875rem);
}
.popup__body::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #f5f5f5;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.875rem - 0rem / 2) 0, 100% 0, 100% calc(100% - calc(1.875rem - 0rem / 2)), calc(100% - calc(1.875rem - 0rem / 2)) 100%, 0 100%, 0 calc(1.875rem - 0rem / 2));
}
._form-sent .popup__body {
  display: grid;
  align-items: center;
}

.popup__button::before, .popup__button::after {
  display: none;
}
.popup__button {
  position: relative;
  background-color: #ea3e42;
  clip-path: polygon(1.0625rem 0, 100% 0, 100% calc(100% - 1.0625rem), calc(100% - 1.0625rem) 100%, 0 100%, 0 1.0625rem);
}
.popup__button::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #ea3e42;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.0625rem - 0rem / 2) 0, 100% 0, 100% calc(100% - calc(1.0625rem - 0rem / 2)), calc(100% - calc(1.0625rem - 0rem / 2)) 100%, 0 100%, 0 calc(1.0625rem - 0rem / 2));
}

._form-sent .popup__content {
  display: none;
}
.popup__content .subtitle {
  margin-bottom: 0.875rem;
}
.popup__content .popup__text {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 150%;
  color: #6a6a6a;
}
.popup__content .popup__table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 0.0625rem solid #e5e5e5;
  border-left: 0.0625rem solid #e5e5e5;
}
.popup__content .popup__city {
  display: block;
  font-size: 0.875rem;
  border-right: 0.0625rem solid #e5e5e5;
  border-bottom: 0.0625rem solid #e5e5e5;
  transition: color 0.3s ease;
  padding-block: 0.5625rem;
  padding-inline: 1.25rem;
}
.popup__content .popup__btn:not(:last-child) {
  margin-bottom: 1.5rem;
}

.popup__close.color-white {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
.popup__close.color-white svg path {
  transition: fill 0.3s ease-in-out;
}
.popup__close.color-white::after {
  content: "";
  background-color: #f5f5f5;
}

.backcall .subtitle {
  letter-spacing: -0.03em;
}
.backcall .popup__text {
  font-size: 1.125rem;
}
.backcall .button {
  line-height: 1.35;
}

.popup__form > *:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.popup button::before, .popup button::after {
  background-color: #f5f5f5;
}

.success-popup {
  text-align: left;
  display: none;
}
._form-sent .success-popup {
  display: block;
}
.success-popup__title {
  line-height: 1.2;
  margin-bottom: 0.875rem;
  font-weight: 700;
}
.success-popup__title span {
  color: #ea3e42;
  display: block;
}
.success-popup__text {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #6a6a6a;
  max-width: 20rem;
}
@media (width <= 75rem) {
  .catalog-popup__menu {
    flex: 0 0 18.125rem;
  }
  .catalog-popup__content {
    left: 20.0625rem;
  }
}
@media (width <= 68.75rem) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 1.875rem;
  }
  .topfooter__menu {
    width: 100%;
  }
  .topfooter__contacts {
    display: flex;
    flex-direction: column-reverse;
  }
  .topfooter__contacts .topfooter__title {
    display: none;
  }
  .topfooter__tel .topheader__phone {
    margin-bottom: 0;
  }
  .topfooter__tel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    width: 82%;
    margin-inline: auto;
  }
  .topfooter__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.625rem;
  }
  .topfooter__info .topheader__info-item {
    border: 0.0625rem solid #272727;
    padding: 0.875rem 1.5rem;
  }
  .bottomfooter {
    padding-top: 1.875rem;
    display: grid;
    gap: 1.875rem;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }
  .bottomfooter__text {
    grid-row-start: 2;
    grid-column: span 3;
    justify-self: center;
    text-align: center;
    max-width: 33.75rem;
  }
}
@media (width <= 62em) and (width > 62em) {
  .actions-header {
    gap: 1.875rem;
  }
}
@media (width <= 62em) and (width <= 48em) {
  .actions-header {
    gap: 0.625rem;
  }
}
@media (width <= 62em) {
  section {
    margin-bottom: 3.75rem;
  }
  section.mb100 {
    margin-bottom: 4.375rem;
  }
  section.mb90 {
    margin-bottom: 4.375rem;
  }
  .topheader__info {
    gap: 0.3125rem;
  }
  .footer {
    padding-top: 2.5rem;
  }
  .topfooter__contacts {
    width: 100%;
  }
  .catalog-popup__content {
    padding-inline: 1.875rem;
  }
  .content-catalog__body {
    gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
  }
  .manufacturer::-webkit-scrollbar {
    display: none;
  }
  .manufacturer .content-catalog__sublist {
    border: none;
    padding: 0;
    display: flex;
    gap: 0.625rem;
  }
  .manufacturer .content-catalog__sublist li {
    flex: 0 0 10.3125rem;
  }
  .manufacturer {
    grid-row: 1/3;
    grid-column: span 2;
  }
}
@media (width <= 57.5rem) {
  ._view-list .product__header .labels__item_garanty {
    display: none;
  }
}
@media (width <= 56.25rem) {
  .headercenter__center .input,
  .headercenter__center .button {
    padding-inline: 0.625rem;
  }
}
@media (width <= 55.625rem) {
  .topfooter__menu {
    flex-wrap: wrap;
    gap: 1.875rem;
  }
  .topfooter__group {
    flex: 0 0 100%;
  }
  .topfooter__tel .topheader__phone {
    justify-self: center;
  }
  .topfooter__tel .topheader__button {
    justify-self: center;
  }
  .topfooter__tel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1.25rem;
  }
  .topfooter__info {
    display: block;
  }
  .topfooter__info .topheader__info-item {
    justify-content: center;
  }
  .topfooter__info .topheader__info-item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media (width <= 53.125rem) {
  .catalog-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 2;
    max-height: 56.25rem;
    overflow: auto;
  }
  .catalog-popup__container {
    display: block;
  }
  .catalog-popup__top {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .catalog-popup__top .decor_top {
    width: 1.875rem;
    height: 0.4375rem;
    top: 100%;
    left: 1.25rem;
  }
  .catalog-popup__top .input-wrapper {
    clip-path: polygon(1.0625rem 0, 100% 0, 100% calc(100% - 1.0625rem), calc(100% - 1.0625rem) 100%, 0 100%, 0 1.0625rem);
  }
  .catalog-popup__top .input-wrapper .input {
    clip-path: polygon(1.0625rem 0, 100% 0, 100% calc(100% - 1.0625rem), calc(100% - 1.0625rem) 100%, 0 100%, 0 1.0625rem);
  }
  .catalog-popup__menu {
    border-top: 0.0625rem solid #e5e5e5;
  }
  .catalog-popup__list {
    display: flex;
    flex-direction: column;
    max-width: initial;
  }
  .catalog-popup__item {
    position: relative;
  }
  .catalog-popup__link {
    padding: 1.375rem 1.25rem;
  }
  .catalog-popup__link._active-link svg {
    transform: rotate(90deg);
  }
  .catalog-popup__content {
    position: static;
    padding-block: 0rem;
    width: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    max-height: initial;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    overflow: hidden;
    padding-inline: 1.25rem;
  }
  ._active .catalog-popup__content {
    grid-template-rows: 1fr;
    padding-bottom: 1.25rem;
  }
  .manufacturer .content-catalog__sublist {
    gap: 0.625rem;
    overflow: auto;
  }
  .manufacturer .content-catalog__sublist li {
    flex: 0 0 7.8125rem;
  }
}
@media (max-width: 53.125rem) {
  .content-catalog__body {
    display: flex;
    flex-direction: column;
    gap: 1.5625rem;
  }
  .content-catalog__body .content-catalog__column_manufacturer {
    order: 0;
    width: 47.0625rem;
  }
  .content-catalog__body .content-catalog__column:not(.content-catalog__column_manufacturer) {
    order: 1;
  }
}
@media (width <= 48em) {
  [class*=__container] {
    padding-inline: 2.4375rem;
  }
  .input-wrapper .input__label {
    font-size: 0.9375rem;
  }
  .button-control {
    padding: 1.0625rem 1rem;
  }
  section.mb100 {
    margin-bottom: 4.375rem;
  }
  section.mb90 {
    margin-bottom: 3.75rem;
  }
  .form__title[class] {
    font-size: 1.5rem;
  }
  .form__text {
    font-size: 0.9375rem;
  }
  .menu__top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.875rem;
  }
  .menu__list {
    margin-bottom: 1.875rem;
  }
  .menu__item {
    border-bottom: 0.0625rem solid #e5e5e5;
  }
  .menu__item:last-child {
    border-bottom: none;
  }
  .menu__item {
    width: 100%;
    transition: background-color 0.3s ease-in-out;
  }
  .menu__link {
    justify-content: space-between;
    font-size: 1.125rem;
    padding-inline: 1.25rem;
  }
  .menu__link {
    color: #161616;
  }
  .sub-menu {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease, padding 0.3s ease;
    overflow: hidden;
    position: relative;
    top: -0.5625rem;
    opacity: 1;
    visibility: visible;
  }
  .sub-menu > ul {
    min-height: 0;
  }
  .sub-menu__link {
    padding: 1.25rem 1.25rem;
  }
  .header__top {
    display: none;
  }
  .topheader__location {
    height: 3.375rem;
  }
  .topheader__location::before {
    width: calc(100% - 0.125rem);
  }
  .topheader__location::after {
    display: none;
  }
  .topheader__location {
    position: relative;
    background-color: #e5e5e5;
    clip-path: polygon(1.25rem 0, 100% 0, 100% calc(100% - 1.25rem), calc(100% - 1.25rem) 100%, 0 100%, 0 1.25rem);
  }
  .topheader__location::before {
    content: "";
    position: absolute;
    inset: 0.0625rem;
    background-color: #fff;
    z-index: -1;
    border-radius: 0.1875rem;
    clip-path: polygon(calc(1.25rem - 0.0625rem / 2) 0, 100% 0, 100% calc(100% - calc(1.25rem - 0.0625rem / 2)), calc(100% - calc(1.25rem - 0.0625rem / 2)) 100%, 0 100%, 0 calc(1.25rem - 0.0625rem / 2));
  }
  .topheader__city {
    color: #161616;
  }
  .topheader__info {
    flex-direction: column;
    gap: 0.625rem;
    align-items: flex-start;
    margin-bottom: 1.25rem;
  }
  .topheader__info-item {
    color: #161616;
  }
  .topheader__phone {
    color: #161616;
    margin-bottom: 1.25rem;
  }
  .header .topheader__button {
    all: unset;
  }
  .header .topheader__button::before, .header .topheader__button::after {
    display: none;
  }
  .header .topheader__pc-button-text {
    display: none;
  }
  .topheader__mob-button-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
  }
  .headercenter__cnt {
    gap: 1.25rem;
  }
  .headercenter__cnt {
    padding-block: 1.25rem;
  }
  .headercenter__button.button {
    display: none;
  }
  .actions-header {
    display: none;
  }
  [data-fls-header-scroll].--header-scroll {
    padding-inline: 2.4375rem;
  }
  .footer {
    padding-bottom: 8.125rem;
  }
  .topfooter__tel .topheader__phone {
    color: #fff;
  }
  .topfooter__info .topheader__info-item span,
  .topfooter__info .topheader__info-item a {
    color: #fff;
  }
  .header .social__item {
    width: 2.75rem;
    height: 2.75rem;
  }
  .header .social__item img {
    width: 1.625rem;
  }
  .catalog-popup__menu {
    margin-bottom: 8.125rem;
  }
  .catalog-popup__manufacturer.manufacturer {
    margin-bottom: 1.875rem;
    margin-right: -2.4375rem;
    max-width: initial;
  }
  .content-catalog__body .manufacturer {
    display: none;
  }
}
@media (max-width: 48em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100svh;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 1.875rem 2.4375rem 8.125rem 2.4375rem;
    background-color: #fff;
    transition: left 0.3s;
    z-index: 2;
  }
  [data-fls-menu-open] .menu__body {
    left: 0;
  }
  .menu__list {
    flex-direction: column;
    align-items: flex-start;
    border: 0.0625rem solid #e5e5e5;
    gap: 0;
  }
  .header__mob-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #161616;
    padding: 1.5625rem 2.4375rem 1.5625rem 2.4375rem;
    border-top: 0.0625rem solid #272727;
  }
}
@media (width <= 45.625rem) {
  .topfooter__shema {
    grid-column: span 2;
    grid-row-start: 2;
  }
  .topfooter__shema a {
    display: block;
  }
  .bottomfooter {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}
@media (width <= 43.75rem) {
  .topfooter__tel {
    width: 100%;
  }
}
@media (width <= 42.5rem) {
  .popup__content .popup__table {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 35em) {
  [class*=__container] {
    padding-inline: 1.25rem;
  }
  .title {
    font-size: 1.75rem;
  }
  .subtitle {
    font-size: 1.5rem;
  }
  section:first-child {
    margin-top: 1.875rem;
  }
  section {
    margin-bottom: 2.5rem;
  }
  section.mb100 {
    margin-bottom: 3.75rem;
  }
  section.mb90 {
    margin-bottom: 3.125rem;
  }
  .top-slider {
    margin-bottom: 1.5625rem;
  }
  .menu__top .social {
    display: none;
  }
  .menu__body {
    padding: 1.875rem 1.25rem 6.25rem 1.25rem;
  }
  .header__mob-menu {
    padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
  }
  .mob-menu__item span {
    font-size: 0.6875rem;
  }
  .topheader__mob-button-text {
    font-size: 0.6875rem;
  }
  .headercenter__cnt:focus-within {
    gap: 0;
  }
  .headercenter__cnt:focus-within .headercenter__logo {
    flex: 0 0 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    margin-right: 0;
    pointer-events: none;
    transform: translateX(-0.625rem);
  }
  .headercenter__cnt:focus-within .headercenter__center {
    flex: 0 0 100%;
  }
  .headercenter__form .input-wrapper {
    transition: left 0.3s ease-in-out;
  }
  .actions-header__text {
    font-size: 0.6875rem;
  }
  [data-fls-header-scroll].--header-scroll {
    padding-inline: 1.25rem;
  }
  .footer {
    padding-bottom: 6.25rem;
  }
  .social_mob .social {
    display: none;
  }
  .social_mob .social {
    display: flex;
    gap: 1rem;
  }
  .catalog-popup__top {
    margin-bottom: 1.0625rem;
  }
  .catalog-popup__menu {
    margin-bottom: 6.25rem;
  }
  .catalog-popup__manufacturer.manufacturer {
    margin-right: -1.25rem;
  }
  .backcall .popup__body {
    padding-inline: 1.875rem;
  }
}
@media (width <= 31.25rem) {
  .topfooter__link {
    font-size: 0.875rem;
  }
  .topfooter__tel .topheader__button {
    width: 100%;
  }
  .topfooter__tel {
    grid-template-columns: 1fr;
  }
  .topfooter__shema {
    grid-column: span 1;
    grid-row-start: 3;
  }
  .bottomfooter {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
  .bottomfooter::before {
    display: none;
  }
  .bottomfooter__text {
    grid-column: span 1;
    grid-row-start: 4;
  }
  .bottomfooter__money {
    grid-row-start: 2;
  }
  .bottomfooter__rating .button {
    width: 100%;
    text-align: center;
  }
  .bottomfooter__social {
    justify-self: center;
  }
  .button-footer__top {
    justify-content: center;
  }
  .popup__content .popup__table {
    grid-template-columns: 1fr;
  }
}
@media (width <= 62em) and (width > 48em) and (width <= 62em) {
  .actions-header {
    gap: clamp( 0.625rem , -3.6607142857125rem  +  8.9285714286vw , 1.875rem );
  }
}
@media (width <= 68.75rem) and (width > 62em) and (width <= 68.75rem) {
  .topfooter__contacts {
    width: 100%;
  }
}
@media (31.25rem < width <= 55.625rem) {
  .bottomfooter__social {
    justify-self: center;
    grid-row-start: 2;
    grid-column: span 2;
  }
}
@media (31.25rem < width <= 45.625rem) {
  .bottomfooter__text {
    grid-column: span 2;
    grid-row-start: 3;
  }
}
@media (width > 35em) and (width <= 84.375em) {
  section:first-child {
    margin-top: clamp( 1.875rem , 0.54588607595rem  +  3.7974683544vw , 3.75rem );
  }
}
@media (width > 35em) and (width <= 48em) {
  .title {
    font-size: clamp( 1.75rem , 0.40384615384375rem  +  3.8461538462vw , 2.25rem );
  }
  .subtitle {
    font-size: clamp( 1.5rem , 0.826923076925rem  +  1.9230769231vw , 1.75rem );
  }
  .top-slider {
    margin-bottom: clamp( 1.5625rem , -2.64423076923125rem  +  12.0192307692vw , 3.125rem );
  }
}
@media (48rem < width <= 76.25rem) {
  .topheader__info {
    display: none;
  }
}
@media (width > 48em) and (width > 84.375em) {
  .header .social {
    gap: 1rem;
  }
}
@media (width > 48em) and (width > 62em) and (width <= 84.375em) {
  .header .social {
    gap: clamp( 0.3125rem , -1.5925279329625rem  +  3.0726256983vw , 1rem );
  }
}
@media (width > 48em) and (width <= 84.375em) {
  .headercenter__cnt {
    gap: clamp( 1.25rem , -0.39948453608125rem  +  3.4364261168vw , 2.5rem );
  }
}
@media (width > 48em) and (width <= 62em) {
  .form__title[class] {
    font-size: clamp( 1.5rem , 0.64285714285625rem  +  1.7857142857vw , 1.75rem );
  }
  .form__text {
    font-size: clamp( 0.9375rem , 0.29464285714375rem  +  1.3392857143vw , 1.125rem );
  }
  .header .social {
    gap: 0.3125rem;
  }
}
@media (width > 48em) {
  .title {
    font-size: 2.25rem;
  }
  .subtitle {
    font-size: 1.75rem;
  }
  .top-slider {
    margin-bottom: 3.125rem;
  }
  .menu__item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  .menu__item:hover .menu__arrow {
    transform: rotate(-180deg);
  }
  .menu__item:hover .menu__arrow path {
    stroke: #ea3e42;
  }
  .sub-menu {
    position: absolute !important;
    box-shadow: 0 0 1.25rem 0 rgba(64, 75, 95, 0.1);
    padding: 1.25rem 0rem 0 0;
  }
  .sub-menu__list {
    position: relative;
    background-color: #e5e5e5;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.0625rem), calc(100% - 1.0625rem) 100%, 0 100%);
  }
  .sub-menu__list::before {
    content: "";
    position: absolute;
    inset: 0rem;
    background-color: #fff;
    z-index: -1;
    border-radius: 0.1875rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - calc(1.0625rem - 0rem * 0.414)), calc(100% - calc(1.0625rem - 0rem * 0.414)) 100%, 0 100%);
  }
  .header .social__item, .footer .social__item {
    width: 2.125rem;
    height: 2.125rem;
  }
  .header .social__item img, .footer .social__item img {
    width: 1.125rem;
  }
  .catalog-popup__manufacturer.manufacturer {
    display: none;
  }
  .catalog-popup__list {
    max-height: calc(100dvh - 9.875rem);
  }
}
@media (width > 53.125rem) {
  .--header-scroll .catalog-popup {
    top: 100%;
  }
}
@media (width > 55.625rem) {
  .topfooter__list {
    margin-bottom: -0.875rem;
  }
}
@media (768 < width <= 56.25rem) {
  .headercenter__logo {
    flex: 0 0 6.25rem;
  }
}
@media (width > 57.5rem) {
  .resultcatalog:not(._view-list) .product__header .labels__item_garanty {
    display: none;
  }
}
@media (62rem < width <= 75rem) and (width <= 62em) {
  .catalog-popup__content {
    padding-inline: 0.9375rem;
  }
}
@media (62rem < width <= 75rem) {
  .catalog-popup__content {
    width: calc(100% - 18.125rem);
  }
}
@media (width > 62rem) and (width > 84.375em) {
  .content-catalog__body {
    gap: 1.875rem;
  }
}
@media (width > 62rem) and (width > 62em) and (width <= 84.375em) {
  .content-catalog__body {
    gap: clamp( 0.625rem , -2.8386871508375rem  +  5.5865921788vw , 1.875rem );
  }
}
@media (width > 62rem) and (width <= 62em) {
  .content-catalog__body {
    gap: 0.625rem;
  }
}
@media (width > 62rem) and (width <= 48em) {
  .--header-scroll .headercenter__cnt {
    padding-inline: 2.4375rem;
  }
}
@media (width > 62rem) and (width <= 35em) {
  .--header-scroll .headercenter__cnt {
    padding-inline: 1.25rem;
  }
}
@media (width > 62rem) {
  .--header-scroll .headercenter__cnt {
    padding-inline: 1.9375rem;
  }
}
@media (width > 62em) and (width > 84.375em) {
  .actions-header {
    gap: 2.5rem;
  }
}
@media (width > 62em) and (width > 62em) and (width <= 84.375em) {
  .actions-header {
    gap: clamp( 1.875rem , 0.14315642458125rem  +  2.7932960894vw , 2.5rem );
  }
}
@media (width > 62em) and (width <= 84.375em) {
  .topheader__info {
    gap: clamp( 0.3125rem , -5.74895251396875rem  +  9.7765363128vw , 2.5rem );
  }
}
@media (width > 62em) and (width <= 68.75rem) {
  .bottomfooter {
    width: 85%;
    margin-inline: auto;
  }
}
@media (width > 62em) and (width <= 62em) {
  .actions-header {
    gap: 1.875rem;
  }
}
@media (width > 62em) {
  .form__title[class] {
    font-size: 1.75rem;
  }
  .form__text {
    font-size: 1.125rem;
  }
}
@media (62rem < width <= 75rem) and (width > 75em) {
  .catalog-popup__content {
    padding-inline: 2.5rem;
  }
}
@media (62rem < width <= 75rem) and (width > 62em) and (width <= 75em) {
  .catalog-popup__content {
    padding-inline: clamp( 0.9375rem , -6.514423076925rem  +  12.0192307692vw , 2.5rem );
  }
}
@media (width > 68.75rem) {
  .topfooter__info > *:not(:last-child) {
    margin-bottom: 1.25rem;
    white-space: nowrap;
  }
}
@media (width > 84.375em) {
  section:first-child {
    margin-top: 3.75rem;
  }
  .topheader__info {
    gap: 2.5rem;
  }
  .headercenter__cnt {
    gap: 2.5rem;
  }
}
@media (any-hover: hover) {
  .button-control:hover svg path {
    stroke: #fff;
  }
  .menu__link:hover {
    color: #ea3e42;
  }
  .actions-header__item:hover svg path {
    stroke: #ea3e42;
  }
  .button-footer:hover .button-footer__icon path {
    stroke: #fff;
  }
  .button-footer:hover .button-footer__stars svg:nth-child(1) {
    transform: translateX(0.125rem);
  }
  .button-footer:hover .button-footer__stars svg:nth-child(1) path {
    fill: #fff;
  }
  .button-footer:hover .button-footer__stars svg:nth-child(2) {
    transform: translateX(0.25rem);
  }
  .button-footer:hover .button-footer__stars svg:nth-child(2) path {
    fill: #fff;
  }
  .button-footer:hover .button-footer__stars svg:nth-child(3) {
    transform: translateX(0.375rem);
  }
  .button-footer:hover .button-footer__stars svg:nth-child(3) path {
    fill: #fff;
  }
  .button-footer:hover .button-footer__stars svg:nth-child(4) {
    transform: translateX(0.5rem);
  }
  .button-footer:hover .button-footer__stars svg:nth-child(4) path {
    fill: #fff;
  }
  .button-footer:hover .button-footer__stars svg:nth-child(5) {
    transform: translateX(0.625rem);
  }
  .button-footer:hover .button-footer__stars svg:nth-child(5) path {
    fill: #fff;
  }
  .checkbox__text a:hover {
    text-decoration: underline;
  }
  .checkbox:hover .checkbox__text:after {
    opacity: 1;
  }
  .checkbox:hover .checkbox__text:before {
    border-color: #ea3e42;
  }
  .social__item_watsap:hover {
    background-color: #3eb66b;
  }
  .social__item_vk:hover {
    background-color: #0b6bd8;
  }
  .social__item_telegram:hover {
    background-color: #0f85c0;
  }
  .social__item_yandex:hover {
    background-color: #F8604A;
  }
  .social__item_ok:hover {
    background-color: #e67a00;
  }
  .social__item_youtube:hover {
    background-color: #c40000;
  }
  .social__item_rutube:hover {
    background-color: #1f165c;
  }
  .manufacturer__link:hover {
    color: #ea3e42;
  }
  .popup__content .popup__city:hover {
    color: #ea3e42;
  }
}
@media (any-hover: hover) and (any-hover: none) {
  .popup__content .popup__city:active {
    color: #ea3e42;
  }
}
@media (any-hover: hover) and (any-pointer: fine) {
  .button:hover {
    background-color: #c62c2f;
  }
  .color-white:hover {
    color: #fff;
    background-color: #161616;
  }
  .color-grey:hover[class] {
    color: #fff;
    background-color: #161616;
  }
  .color-grey:hover[class] svg path {
    stroke: #fff;
  }
  .color-dark:hover {
    color: #fff;
  }
  .color-black:hover {
    color: #161616;
    background-color: #fff;
  }
  .topheader__location:hover .topheader__city {
    color: #c62c2f;
  }
  .topheader__location:hover svg path {
    stroke: #c62c2f;
  }
  .topheader__info-item a:hover {
    color: #c62c2f;
  }
  .topfooter__link:hover {
    color: #ea3e42;
  }
  .topfooter__shema a:hover {
    color: #ea3e42;
  }
  .popup__close.color-white:hover svg path {
    fill: #fff;
  }
}
@media (any-hover: none) {
  .button-control:active svg path {
    stroke: #fff;
  }
  .menu__link:active {
    color: #ea3e42;
  }
  .actions-header__item:active svg path {
    stroke: #ea3e42;
  }
}
@media (any-hover: none) and (any-pointer: coarse) {
  .button:active {
    background-color: #c62c2f;
  }
  .color-white:active {
    color: #fff;
    background-color: #161616;
  }
  .color-grey:active[class] {
    color: #fff;
    background-color: #161616;
  }
  .color-grey:active[class] svg path {
    stroke: #fff;
  }
  .color-dark:active {
    color: #fff;
  }
  .color-black:active {
    color: #161616;
    background-color: #fff;
  }
  .topheader__location:active .topheader__city {
    color: #c62c2f;
  }
  .topheader__location:active svg path {
    stroke: #c62c2f;
  }
  .topheader__info-item a:active {
    color: #c62c2f;
  }
  .topfooter__link:active {
    color: #ea3e42;
  }
  .topfooter__shema a:active {
    color: #ea3e42;
  }
  .popup__close.color-white:active svg path {
    fill: #fff;
  }
}