/* 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;
}
.main__top {
  display: flex;
  min-height: 30rem;
  position: relative;
}
.main__content {
  position: relative;
  z-index: 2;
}
.main__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main__advantages {
  display: flex;
  gap: 1.875rem;
  flex-wrap: wrap;
  align-items: center;
  width: 60%;
}
.main__advantage {
  display: flex;
  gap: 0.875rem;
  align-items: center;
}
.main__advantage .button {
  padding: 0.5rem 0.4375rem;
  min-width: 0;
}
.main__advantage .button:hover {
  background-color: #fff;
}
.main__button-advantage::before, .main__button-advantage::after {
  display: none;
}
.main__button-advantage {
  position: relative;
  background-color: #f5f5f5;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.6875rem), calc(100% - 0.6875rem) 100%, 0 100%);
}
.main__button-advantage::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(0.6875rem - 0rem * 0.414)), calc(100% - calc(0.6875rem - 0rem * 0.414)) 100%, 0 100%);
}
.main__button-advantage {
  background-color: #fff;
}
.main__button-calc::after {
  display: none;
}
.main__button-calc {
  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);
}
.main__button-calc::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));
}
.main__text {
  line-height: 150%;
  color: #5a626b;
}
.main__control {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.main__control .button::before, .main__control .button::after {
  background-color: #f5f5f5;
}
.main__slider {
  transition: none;
}
.main__slide {
  position: relative;
  display: flex;
}
.main__slide .decor_top {
  height: 1.0625rem;
  left: initial;
}
.main__slide .button-control[class] {
  background-color: #fff;
}
.main__slide-img {
  object-fit: cover;
}

.bottommain {
  position: relative;
  padding: 1.5625rem 3.125rem 2.6875rem 3.125rem;
}
.bottommain__decor {
  position: absolute !important;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bottommain__decor::before {
  border-radius: 0;
}
.bottommain__title[class] {
  font-size: 1.25rem;
  margin-bottom: 1.5625rem;
}
.bottommain__form {
  display: grid;
  align-items: start;
  gap: 1.25rem;
}
.bottommain__button.color-grey {
  padding: 1rem 1.75rem;
}
.bottommain__button[data-fls-popup-link] {
  padding: 1rem 1.4375rem;
}
.bottommain__button[data-fls-popup-link]::before, .bottommain__button[data-fls-popup-link]::after {
  display: none;
}
.bottommain__button[data-fls-popup-link] {
  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);
}
.bottommain__button[data-fls-popup-link]::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));
}
.catalog-index__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
.catalog-index__item, .services__item {
  padding: 1.25rem 2.1875rem 1.875rem 2.1875rem;
  transition: background-color 0.3s, transform 0.3s linear;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0.375rem;
}
.catalog-index__item::before, .services__item::before {
  border-radius: 0.375rem;
}
.catalog-index .catalog-index__item, .catalog-index .services__item {
  align-items: center;
}
.catalog-index__item, .services__item {
  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);
}
.catalog-index__item::before, .services__item::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));
}
.catalog-index .catalog-index__image {
  height: 8.75rem;
  object-fit: cover;
}
.catalog-index__image {
  height: 4rem;
  transition: transform 0.3s linear;
}
.catalog-index__name, .services__name {
  margin-top: 0.9375rem;
  max-width: 98%;
  display: block;
  margin-inline: auto;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 135%;
  text-align: center;
  transition: color 0.3s ease-in-out, transform 0.3s linear;
}

.services__items {
  gap: 1.25rem;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14.375rem, 1fr));
}
.services__item {
  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);
}
.services__item::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));
}
.services__item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  flex: 0 0 15.875rem;
  display: grid;
  justify-items: center;
}
.services__item::before {
  border-radius: 0.375rem;
}
.services__item::before {
  transition: background-color 0.3s ease-in-out, inset 0.3s ease-in-out;
}
.services__image svg {
  transition: transform 0.3s linear;
}
.services__image svg path {
  transition: fill 0.3s ease-in-out;
}
.index-page__popular, .videobrands, .index-page__why {
  position: relative;
  background-color: #f5f5f5;
  clip-path: polygon(3.75rem 0, calc(100% - 3.75rem) 0, 100% calc(3.75rem - 1.25rem), 100% 100%, 0 100%, 0 calc(3.75rem - 1.25rem));
}
.index-page__popular::before, .videobrands::before, .index-page__why::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #f5f5f5;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(3.75rem - 0rem * 0.414) 0, calc(100% - calc(3.75rem - 0rem * 0.414)) 0, 100% calc(calc(3.75rem - 0rem * 0.414) - 1.25rem), 100% 100%, 0 100%, 0 calc(calc(3.75rem - 0rem * 0.414) - 1.25rem));
}
.index-page__popular[class]::before, [class].videobrands::before, [class].index-page__why::before {
  inset: 0;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.6) 0%, rgba(245, 245, 245, 0) 67.31%);
}
.index-page__popular[class], [class].videobrands, [class].index-page__why {
  background-color: transparent;
}
.popular__filter {
  display: flex;
  gap: 0.9375rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.popular__filter .button::before, .popular__filter .button::after {
  content: "";
  display: none;
}
.popular__filter .button {
  position: relative;
  background-color: #f5f5f5;
  clip-path: polygon(0.9375rem 0, 100% 0, 100% calc(100% - 0.9375rem), calc(100% - 0.9375rem) 100%, 0 100%, 0 0.9375rem);
}
.popular__filter .button::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #f5f5f5;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(0.9375rem - 0rem / 2) 0, 100% 0, 100% calc(100% - calc(0.9375rem - 0rem / 2)), calc(100% - calc(0.9375rem - 0rem / 2)) 100%, 0 100%, 0 calc(0.9375rem - 0rem / 2));
}
.popular__filter .button {
  font-size: 0.875rem;
  line-height: 1.35;
  padding-inline: 1.5625rem;
}
.popular__slider {
  padding: 0.625rem;
}

.request__container {
  position: relative;
}
.request__container .decor_top {
  width: 7.5rem;
  left: 3.125rem;
}
.request__container .social__item {
  width: 2.5rem;
  height: 2.5rem;
}
.request__decor {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 0.375rem;
  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);
}
.request__decor::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));
}
.request__decor::before {
  border-radius: 0.375rem;
}
.request__body {
  position: relative;
}
.request__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
}
.request__left {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.request__content .social {
  margin-top: 1.25rem;
  justify-content: center;
}
.request__form {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(4, 1fr);
}
.request__form-row {
  display: flex;
  gap: 1.875rem;
  align-items: flex-start;
}
.request__form-row .input-wrapper {
  height: 7.625rem;
}
.request__form-row .input-wrapper .input__label {
  inset: 1.25rem;
  translate: 0 0;
}
.request__textarea[class] {
  padding: 1.25rem;
}
.request__form-link {
  display: inline;
}
.request__button::before, .request__button::after {
  display: none;
}
.request__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);
}
.request__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ea3e42;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.0625rem - 0 / 2) 0, 100% 0, 100% calc(100% - calc(1.0625rem - 0 / 2)), calc(100% - calc(1.0625rem - 0 / 2)) 100%, 0 100%, 0 calc(1.0625rem - 0 / 2));
}
.request .success-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.875rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.request .success-popup._active {
  opacity: 1;
  visibility: visible;
}
.request .success-popup .popup__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
.request .success-popup__title span {
  display: initial;
}
.request .success-popup__text {
  max-width: initial;
}
.file-attach_last {
  display: none;
}
.file-attach__label {
  cursor: pointer;
}
.file-attach__label[class] {
  background-color: #e5e5e5;
}
.file-attach__label svg path {
  transition: stroke 0.3s ease-in-out;
}
.file-attach__label::before, .file-attach__label::after {
  display: none;
}
.file-attach__label {
  padding-block: 1.0625rem;
  padding-inline: 0.625rem;
}
.file-attach__label span {
  font-size: 1rem;
  line-height: 1;
}
.file-attach__label {
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(1.0625rem 0, 100% 0, 100% calc(100% - 1.0625rem), calc(100% - 1.0625rem) 100%, 0 100%, 0 1.0625rem);
}
.file-attach__label::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #e5e5e5;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.0625rem - 0 / 2) 0, 100% 0, 100% calc(100% - calc(1.0625rem - 0 / 2)), calc(100% - calc(1.0625rem - 0 / 2)) 100%, 0 100%, 0 calc(1.0625rem - 0 / 2));
}

.videobrands__container {
  display: grid;
}
.videobrands__container {
  grid-template-columns: minmax(0, 1fr) minmax(0, 45.25%);
}
.video-index__slide {
  position: relative;
  padding: 0.3125rem;
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(2.375rem 0, 100% 0, 100% calc(100% - 2.375rem), calc(100% - 2.375rem) 100%, 0 100%, 0 2.375rem);
}
.video-index__slide::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(2.375rem - 0rem / 2) 0, 100% 0, 100% calc(100% - calc(2.375rem - 0rem / 2)), calc(100% - calc(2.375rem - 0rem / 2)) 100%, 0 100%, 0 calc(2.375rem - 0rem / 2));
}
.video-index__slide {
  transition: transform 0.3s ease-in-out;
}
.video-index__slide:hover {
  transform: scale(1.02);
}
.video-index__slide .decor_top {
  z-index: 1;
  width: 7.5rem;
  top: 0.3125rem;
  left: 50%;
  transform: translateX(-50%);
}
.video-index__link {
  height: 25.625rem;
  position: relative;
  width: 100%;
}
.video-index__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.375rem;
}
.video-index__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.2) 0%, rgba(22, 22, 22, 0.9) 100%);
  z-index: 0;
  border-radius: 0.375rem;
}
.video-index__content {
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  right: 1.875rem;
  z-index: 1;
}
.video-index__text {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 135%;
  color: #fff;
}
.video-index__play[class] {
  padding: 1.125rem;
}
.video-index__play {
  margin-bottom: 1.25rem;
}
.video-index__play::before, .video-index__play::after {
  display: none;
}
.video-index__play {
  position: relative;
  background-color: #ea3e42;
  clip-path: polygon(1.25rem 0, 100% 0, 100% calc(100% - 1.25rem), calc(100% - 1.25rem) 100%, 0 100%, 0 1.25rem);
}
.video-index__play::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ea3e42;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.25rem - 0 / 2) 0, 100% 0, 100% calc(100% - calc(1.25rem - 0 / 2)), calc(100% - calc(1.25rem - 0 / 2)) 100%, 0 100%, 0 calc(1.25rem - 0 / 2));
}

.brands-index__slider {
  height: 100%;
}
.brands-index__slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
.brands-index__item {
  display: grid;
  place-items: center;
  border-radius: 0.375rem;
  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);
}
.brands-index__item::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));
}
.brands-index__item {
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  padding: 2.1875rem 1.0625rem;
}
.brands-index__item::before {
  border-radius: 0.375rem;
}
@media (width <= 88.125rem) {
  .bottommain__form {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width <= 75rem) and (width > 75em) {
  .videobrands__container {
    gap: 3.75rem;
  }
}
@media (width <= 75rem) and (width <= 35em) {
  .videobrands__container {
    gap: 2.5rem;
  }
}
@media (width <= 75rem) {
  .videobrands__container {
    grid-template-columns: minmax(0, 1fr);
  }
  .brands-index__slide {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (width <= 68.75rem) {
  .main__advantages {
    width: 50%;
    gap: 0rem;
  }
}
@media (width <= 68.125rem) {
  .request__left {
    flex-direction: column;
    align-items: flex-start;
  }
  .request__sign {
    display: none;
  }
  .request__form {
    gap: 1.25rem;
  }
}
@media (width <= 62em) {
  .main__top {
    min-height: 24.375rem;
  }
  .main__title[class] {
    margin-bottom: 1.25rem;
  }
  .main__advantages {
    margin-bottom: 1.25rem;
  }
  .main__control .button:not(.button-control) {
    font-size: 1rem;
  }
  .main__control .button:not(.button-control)::before, .main__control .button:not(.button-control)::after {
    display: none;
  }
  .main__control .button:not(.button-control).popup-button-main {
    position: relative;
    background-color: #f5f5f5;
    clip-path: polygon(1.0625rem 0, 100% 0, 100% calc(100% - 1.0625rem), calc(100% - 1.0625rem) 100%, 0 100%, 0 1.0625rem);
  }
  .main__control .button:not(.button-control).popup-button-main::before {
    content: "";
    position: absolute;
    inset: 0rem;
    background-color: #fff;
    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));
  }
  .catalog-index__item, .services__item {
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  }
  .request__top {
    margin-bottom: 1.25rem;
  }
  .request__form-check .checkbox[class] {
    margin-bottom: 0;
  }
  .file-attach_last {
    display: block;
  }
  .brands-index__slide {
    gap: 1.25rem;
  }
  .brands-index__item {
    padding-inline: 1.125rem;
  }
  .content-section__slider {
    margin-right: -1.9375rem;
  }
}
@media (width <= 61.875rem) {
  .popular__slider {
    margin-right: -1.9375rem;
  }
}
@media (width <= 57.1875rem) {
  .request__form {
    grid-template-columns: 1fr 1fr;
  }
  .request__form-row {
    grid-column: span 2;
    flex-direction: column;
  }
  .request__form-row .input-wrapper {
    width: 100%;
  }
  .request__form-check {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1.25rem;
  }
  .request__form-check .button {
    flex: 0 0 40%;
  }
  .file-attach_last {
    display: none;
  }
}
@media (width <= 56.25rem) {
  .catalog-index__items {
    gap: 1.25rem;
  }
}
@media (width <= 55.625rem) {
  .services__items {
    gap: 1.25rem;
    grid-template-columns: repeat(6, 1fr);
  }
  .services__item {
    flex: 1 0 13.125rem;
  }
}
@media (width <= 54.25rem) {
  .video-index__slider {
    margin-right: -1.9375rem;
  }
}
@media (width <= 53.125rem) {
  .catalog-index__items {
    display: flex;
    overflow: auto;
    margin-right: -1.9375rem;
  }
  .catalog-index__items::-webkit-scrollbar {
    display: none;
  }
  .catalog-index__item, .services__item {
    flex: 0 0 13.125rem;
  }
}
@media (width <= 48em) {
  .main__top {
    min-height: 22.1875rem;
  }
  .main__advantages {
    flex-direction: column;
    align-items: flex-start;
    gap: 0rem;
  }
  .main__advantages {
    width: 63%;
  }
  .main__advantage {
    gap: 0rem;
  }
  .main__advantage .button {
    scale: 0.75;
    transform-origin: left;
  }
  .main__text {
    font-size: 0.9375rem;
  }
  .bottommain {
    padding: 1.25rem 1.875rem 1.875rem 1.875rem;
  }
  .catalog-index__items {
    margin-right: -2.4375rem;
  }
  .index-page__popular, .videobrands, .index-page__why {
    position: relative;
    background-color: #f5f5f5;
    clip-path: polygon(2.5rem 0, calc(100% - 2.5rem) 0, 100% calc(2.5rem - 1.25rem), 100% 100%, 0 100%, 0 calc(2.5rem - 1.25rem));
  }
  .index-page__popular::before, .videobrands::before, .index-page__why::before {
    content: "";
    position: absolute;
    inset: 0rem;
    background-color: #f5f5f5;
    z-index: -1;
    border-radius: 0.1875rem;
    clip-path: polygon(calc(2.5rem - 0rem * 0.414) 0, calc(100% - calc(2.5rem - 0rem * 0.414)) 0, 100% calc(calc(2.5rem - 0rem * 0.414) - 1.25rem), 100% 100%, 0 100%, 0 calc(calc(2.5rem - 0rem * 0.414) - 1.25rem));
  }
  .popular__filter {
    flex-wrap: nowrap;
    overflow: auto;
    gap: 0.625rem;
    margin-right: -2.4375rem;
  }
  .popular__filter::-webkit-scrollbar {
    display: none;
  }
  .popular__filter .button {
    flex: 0 0 auto;
  }
  .request__body {
    padding-top: 1.875rem;
  }
  .request__form {
    gap: 1.25rem;
  }
  .video-index__slider {
    margin-right: -2.4375rem;
  }
  .brands-index__slider {
    margin-right: -2.4375rem;
  }
  .content-section__slider {
    margin-right: -2.4375rem;
  }
}
@media (width <= 44.4375rem) {
  .request__container .decor_top {
    width: 6.25rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .request__top {
    justify-content: center;
  }
  .request__left {
    align-items: center;
  }
  .request__form-check {
    flex-direction: column;
  }
  .request__form-check .button {
    flex: 0 0 auto;
  }
}
@media (width <= 43.125rem) {
  .main__content {
    width: fit-content;
  }
  .main__advantages {
    width: 18.75rem;
  }
  .main__slide .decor_top {
    width: 6.25rem;
  }
  .control-main__slider {
    display: none;
  }
  .bottommain__decor {
    position: relative;
    background-color: #e5e5e5;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.25rem), calc(100% - 1.25rem) 100%, 1.25rem 100%, 0 calc(100% - 1.25rem));
  }
  .bottommain__decor::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.25rem - 0.0625rem * 0.414)), calc(100% - calc(1.25rem - 0.0625rem * 0.414)) 100%, calc(1.25rem - 0.0625rem * 0.414) 100%, 0 calc(100% - calc(1.25rem - 0.0625rem * 0.414)));
  }
  .bottommain__form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 43.125em) {
  .main__slide .decor_top {
    right: 1.125rem;
  }
}
@media (width <= 41.875rem) {
  .popular__slider {
    margin-right: -2.4375rem;
  }
}
@media (width <= 40rem) {
  .index-page__popular, .videobrands, .index-page__why {
    position: relative;
    background-color: #f5f5f5;
    clip-path: polygon(1.25rem 0, calc(100% - 1.25rem) 0, 100% 1.25rem, 100% 100%, 0 100%, 0 1.25rem);
  }
  .index-page__popular::before, .videobrands::before, .index-page__why::before {
    content: "";
    position: absolute;
    inset: 0rem;
    background-color: #f5f5f5;
    z-index: -1;
    border-radius: 0.1875rem;
    clip-path: polygon(calc(1.25rem - 0rem * 0.414) 0, calc(100% - calc(1.25rem - 0rem * 0.414)) 0, 100% calc(1.25rem - 0rem * 0.414), 100% 100%, 0 100%, 0 calc(1.25rem - 0rem * 0.414));
  }
}
@media (width <= 35rem) and (width > 35em) {
  .bottommain {
    margin-right: 0.625rem;
  }
}
@media (width <= 35rem) and (width <= 23.75em) {
  .bottommain {
    margin-right: 6.25e-8rem;
  }
}
@media (width <= 35em) {
  .main {
    margin-top: 1.25rem;
  }
  .main__content {
    padding-left: 1.25rem;
  }
  .main__title[class] {
    font-size: 1.75rem;
  }
  .main__title[class] {
    margin-bottom: 0.75rem;
  }
  .main__advantages {
    margin-bottom: 1.25rem;
  }
  .bottommain__title[class] {
    margin-bottom: 1.25rem;
    text-align: center;
  }
  .bottommain__form {
    grid-template-columns: repeat(1, 1fr);
  }
  .catalog-index__title, .services__title {
    margin-bottom: 1.875rem;
  }
  .catalog-index__items {
    margin-right: -1.25rem;
  }
  .catalog-index__item, .services__item {
    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);
  }
  .catalog-index__item::before, .services__item::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));
  }
  .index-page__services {
    margin-bottom: 3.125rem;
  }
  .services__items {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    margin-right: -1.25rem;
  }
  .services__items::-webkit-scrollbar {
    display: none;
  }
  .services__item {
    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);
  }
  .services__item::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));
  }
  .index-page__popular, .videobrands, .index-page__why {
    padding-top: 1.875rem;
  }
  .popular__filter {
    margin-right: -1.25rem;
  }
  .popular__slider {
    margin-right: -1.25rem;
  }
  .request__decor {
    position: relative;
    background-color: #f5f5f5;
    clip-path: polygon(1.25rem 0, 100% 0, 100% calc(100% - 1.25rem), calc(100% - 1.25rem) 100%, 0 100%, 0 1.25rem);
  }
  .request__decor::before {
    content: "";
    position: absolute;
    inset: 0rem;
    background-color: #f5f5f5;
    z-index: -1;
    border-radius: 0.1875rem;
    clip-path: polygon(calc(1.25rem - 0rem / 2) 0, 100% 0, 100% calc(100% - calc(1.25rem - 0rem / 2)), calc(100% - calc(1.25rem - 0rem / 2)) 100%, 0 100%, 0 calc(1.25rem - 0rem / 2));
  }
  .request__body {
    padding: 1.25rem;
  }
  .request__left .form__text {
    text-align: center;
  }
  .request__form {
    grid-template-columns: 1fr;
  }
  .request__form-row {
    grid-column: span 1;
  }
  .request__form-row {
    gap: 1.25rem;
  }
  .video-index__slider {
    mrgin-right: -1.25rem;
  }
  .brands-index__slider {
    margin-right: -1.25rem;
  }
  .content-section__slider {
    margin-right: -1.25rem;
  }
}
@media (width <= 34.375rem) {
  .main__top {
    flex-direction: column-reverse;
  }
  .main__content {
    width: 100%;
    margin-bottom: 1.25rem;
    padding-right: 1.25rem;
  }
  .main__title[class] {
    margin-top: 1.375rem;
  }
  .main__advantages {
    width: 100%;
  }
  .main__control {
    flex-direction: column;
  }
  .main__control .button {
    width: 100%;
  }
  .main__slider {
    margin-right: -1.25rem;
  }
  .main__slide .decor_top {
    width: 13.75rem;
    right: 50%;
    transform: translateX(50%);
  }
  .main__slide {
    position: relative;
    background-color: #f5f5f5;
    clip-path: polygon(1.25rem 0, calc(100% - 1.25rem) 0, 100% 1.25rem, 100% 100%, 0 100%, 0 1.25rem);
  }
  .main__slide::before {
    content: "";
    position: absolute;
    inset: 0rem;
    background-color: #f5f5f5;
    z-index: -1;
    border-radius: 0.1875rem;
    clip-path: polygon(calc(1.25rem - 0rem * 0.414) 0, calc(100% - calc(1.25rem - 0rem * 0.414)) 0, 100% calc(1.25rem - 0rem * 0.414), 100% 100%, 0 100%, 0 calc(1.25rem - 0rem * 0.414));
  }
  .main__slide {
    flex-direction: column-reverse;
  }
  .main__slide-img {
    background-color: #151515;
    height: 16.875rem;
    width: 100%;
  }
}
@media (width <= 35rem) and (width > 23.75em) and (width <= 35em) {
  .bottommain {
    margin-right: clamp( 6.25e-8rem , -1.31944425rem  +  5.555555vw , 0.625rem );
  }
}
@media (width <= 75rem) and (width > 35em) and (width <= 75em) {
  .videobrands__container {
    gap: clamp( 2.5rem , 1.40625rem  +  3.125vw , 3.75rem );
  }
}
@media (34.375rem < width <= 59.375rem) {
  .main__title[class] {
    max-width: 18.75rem;
  }
}
@media (34.375rem < width <= 48em) {
  .main__slide-img {
    width: 52%;
  }
}
@media (34.375rem < width <= 43.125rem) {
  .main__top {
    position: relative;
    background-color: #f5f5f5;
    clip-path: polygon(1.25rem 0, calc(100% - 1.25rem) 0, 100% 1.25rem, 100% 100%, 0 100%, 0 1.25rem);
  }
  .main__top::before {
    content: "";
    position: absolute;
    inset: 0rem;
    background-color: #f5f5f5;
    z-index: -1;
    border-radius: 0.1875rem;
    clip-path: polygon(calc(1.25rem - 0rem * 0.414) 0, calc(100% - calc(1.25rem - 0rem * 0.414)) 0, 100% calc(1.25rem - 0rem * 0.414), 100% 100%, 0 100%, 0 calc(1.25rem - 0rem * 0.414));
  }
}
@media (width > 34.375rem) {
  .main__slide-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50.8%;
    height: 100%;
  }
}
@media (35rem < width <= 62em) {
  .services__items {
    gap: 1.875rem;
  }
}
@media (35rem < width <= 55.625rem) {
  .services__item:nth-child(5n+1), .services__item:nth-child(5n+2), .services__item:nth-child(5n+3) {
    grid-column: span 2;
  }
  .services__item:nth-child(5n+4), .services__item:nth-child(5n+5) {
    grid-column: span 3;
  }
}
@media (width > 35em) and (width <= 84.375em) {
  .main {
    margin-top: clamp( 1.25rem , -0.07911392405rem  +  3.7974683544vw , 3.125rem );
  }
  .main__content {
    padding-left: clamp( 1.25rem , -0.07911392405rem  +  3.7974683544vw , 3.125rem );
  }
  .main__title[class] {
    font-size: clamp( 1.75rem , 1.21835443038125rem  +  1.5189873418vw , 2.5rem );
  }
  .catalog-index__title, .services__title {
    margin-bottom: clamp( 1.875rem , 0.98892405063125rem  +  2.5316455696vw , 3.125rem );
  }
  .index-page__popular, .videobrands, .index-page__why {
    padding-top: clamp( 1.875rem , 0.54588607595rem  +  3.7974683544vw , 3.75rem );
  }
  .request__body {
    padding: clamp( 1.25rem , -0.07911392405rem  +  3.7974683544vw , 3.125rem );
  }
}
@media (width > 40.625rem) {
  .brands-index__slide {
    padding: 0.4375rem;
  }
}
@media (width > 43.125rem) {
  .main__top {
    position: relative;
    background-color: #f5f5f5;
    clip-path: polygon(1.875rem 0, calc(100% - 1.875rem) 0, 100% 1.875rem, 100% 100%, 0 100%, 0 1.875rem);
  }
  .main__top::before {
    content: "";
    position: absolute;
    inset: 0rem;
    background-color: #f5f5f5;
    z-index: -1;
    border-radius: 0.1875rem;
    clip-path: polygon(calc(1.875rem - 0rem * 0.414) 0, calc(100% - calc(1.875rem - 0rem * 0.414)) 0, 100% calc(1.875rem - 0rem * 0.414), 100% 100%, 0 100%, 0 calc(1.875rem - 0rem * 0.414));
  }
  .bottommain__decor {
    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));
  }
  .bottommain__decor::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)));
  }
}
@media (width > 43.125em) and (width <= 84.375em) {
  .main__slide .decor_top {
    right: clamp( 1.125rem , -5.539772727275rem  +  15.4545454545vw , 7.5rem );
  }
}
@media (width > 48em) and (width <= 84.375em) {
  .main__text {
    font-size: clamp( 0.9375rem , 0.6900773195875rem  +  0.5154639175vw , 1.125rem );
  }
}
@media (57.1875rem < width <= 62em) and (width <= 62em) {
  .request__form .input-wrapper:nth-child(-n+4) {
    grid-column: span 3;
  }
}
@media (57.1875rem < width <= 62em) {
  .request__form {
    grid-template-columns: repeat(12, 1fr);
    align-items: flex-start;
  }
  .request__form > .select, .request__form > select {
    grid-column: span 4;
  }
  .request__form .request__form-row .input-wrapper {
    grid-column: initial;
  }
  .request__form .file-attach_sel {
    grid-column: span 3;
    grid-row-start: 4;
    align-self: stretch;
  }
  .request__form .request__form-row {
    grid-column: span 12;
    grid-row-start: 3;
    display: grid;
    gap: 1rem;
    margin: 0;
  }
  .request__form .request__form-check {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 27% 35% 1fr;
    align-items: center;
  }
  .file-attach_sel {
    display: none;
  }
}
@media (width > 57.1875rem) {
  .request__form-row {
    grid-column: span 4;
  }
  .request__form-row .input-wrapper {
    flex: 0 0 67.2%; /* 840/1250 */
  }
  .request__form-check .checkbox[class] {
    margin-bottom: 1.25rem;
  }
}
@media (width > 62em) and (width <= 84.375em) {
  .main__title[class] {
    margin-bottom: clamp( 1.25rem , -1.34776536313125rem  +  4.1899441341vw , 2.1875rem );
  }
  .main__advantages {
    margin-bottom: clamp( 1.25rem , -3.94553072625625rem  +  8.3798882682vw , 3.125rem );
  }
  .request__top {
    margin-bottom: clamp( 1.25rem , -0.48184357541875rem  +  2.7932960894vw , 1.875rem );
  }
}
@media (width > 62em) {
  .popular__top {
    margin-bottom: 2.25rem;
  }
}
@media (width > 75rem) and (width > 84.375em) {
  .videobrands__container {
    gap: 5rem;
  }
}
@media (width > 75rem) and (width > 75em) and (width <= 84.375em) {
  .videobrands__container {
    gap: clamp( 1.25rem , -28.75rem  +  40vw , 5rem );
  }
}
@media (width > 75rem) and (width <= 75em) {
  .videobrands__container {
    gap: 1.25rem;
  }
}
@media (width > 75rem) {
  .videobrands__content_brands {
    height: 26.5625rem;
  }
}
@media (width > 84.375em) {
  .main {
    margin-top: 3.125rem;
  }
  .main__content {
    padding-left: 3.125rem;
  }
  .main__title[class] {
    font-size: 2.5rem;
  }
  .main__title[class] {
    margin-bottom: 2.1875rem;
  }
  .main__advantages {
    margin-bottom: 3.125rem;
  }
  .main__text {
    font-size: 1.125rem;
  }
  .main__slide .decor_top {
    right: 7.5rem;
  }
  .catalog-index__title, .services__title {
    margin-bottom: 3.125rem;
  }
  .index-page__popular, .videobrands, .index-page__why {
    padding-top: 3.75rem;
  }
  .request__body {
    padding: 3.125rem;
  }
  .request__top {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 88.125rem) {
  .bottommain__form {
    grid-template-columns: repeat(4, 13.25rem) auto auto;
  }
}
@media (any-hover: hover) {
  .main__slide .button-control[class]:hover {
    background-color: #161616;
  }
  .main__slide .button-control[class]:hover svg path {
    stroke: #fff;
  }
  .catalog-index__item.catalog-index__item_hover:hover, .catalog-index__item_hover.services__item:hover {
    background-color: #ea3e42;
    transform: scale(1.04);
  }
  .catalog-index__item.catalog-index__item_hover:hover .catalog-index__name, .catalog-index__item.catalog-index__item_hover:hover .services__name, .catalog-index__item_hover.services__item:hover .catalog-index__name, .catalog-index__item_hover.services__item:hover .services__name {
    color: #ea3e42;
  }
  .services__item:hover {
    transform: scale(1.04);
  }
  .services__item:hover::before {
    inset: 0;
    background-color: #ea3e42;
  }
  .services__item:hover svg path {
    fill: #fff;
  }
  .services__item:hover .services__name {
    color: #fff;
  }
  .popular__filter .button:hover {
    background-color: #161616;
    color: #fff;
  }
  .file-attach__label:hover {
    background-color: #161616;
  }
  .brands-index__item:hover {
    background-color: #ea3e42;
    transform: scale(1.04);
  }
}
@media (any-hover: none) {
  .main__slide .button-control[class]:active {
    background-color: #161616;
  }
  .main__slide .button-control[class]:active svg path {
    stroke: #fff;
  }
  .catalog-index__item:active, .services__item:active {
    background-color: #ea3e42;
    transform: scale(1.04);
  }
  .catalog-index__item:active .catalog-index__name, .catalog-index__item:active .services__name, .services__item:active .catalog-index__name, .services__item:active .services__name {
    color: #ea3e42;
  }
  .services__item:active {
    transform: scale(1.04);
  }
  .services__item:active::before {
    inset: 0;
    background-color: #ea3e42;
  }
  .services__item:active svg path {
    fill: #fff;
  }
  .services__item:active .services__name {
    color: #fff;
  }
  .popular__filter .button:active {
    background-color: #161616;
    color: #fff;
  }
  .brands-index__item:active {
    background-color: #ea3e42;
    transform: scale(1.04);
  }
}