:root {
  --bp-xs: 480px;
  --bp-sm: 834px;
  --bp-xl: 1200px;
  --bp-xxl: 1920px;
  --bp-mxs: 479px;
  --bp-msm: 833px;
  --bp-mxl: 1199px;
  --bp-mxxl: 1919px;
  --bp-addon-1380: 1380px;
  --bp-addon-1279: 1279px;
}

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

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@-webkit-keyframes arrowDrawCircle {
  0% {
    stroke-dashoffset: 0;
    stroke: var(--arrow-draw-base-color);
  }

  1% {
    stroke-dashoffset: 101;
    stroke: var(--arrow-draw-active-color);
  }

  100% {
    stroke-dashoffset: 0;
    stroke: var(--arrow-draw-active-color);
  }
}

@keyframes arrowDrawCircle {
  0% {
    stroke-dashoffset: 0;
    stroke: var(--arrow-draw-base-color);
  }

  1% {
    stroke-dashoffset: 101;
    stroke: var(--arrow-draw-active-color);
  }

  100% {
    stroke-dashoffset: 0;
    stroke: var(--arrow-draw-active-color);
  }
}

@-webkit-keyframes strokeColor {
  0% {
    stroke: var(--stroke-base-color);
  }

  50% {
    stroke: var(--stroke-active-color);
  }

  100% {
    stroke: var(--stroke-base-color);
  }
}

@keyframes strokeColor {
  0% {
    stroke: var(--stroke-base-color);
  }

  50% {
    stroke: var(--stroke-active-color);
  }

  100% {
    stroke: var(--stroke-base-color);
  }
}

.main-hero {
  position: relative;
  height: calc(100dvh - var(--alert-bar-height, 0px));
  margin-top: -100px;
  min-height: 740px;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.main-hero._video-loaded .main-hero__video {
  display: block;
}

.main-hero._video-loaded .main-hero__poster {
  display: none;
}

.wrapper._with-alert-bar .main-hero::before,
.wrapper._with-alert-bar .main-hero::after {
  content: "";
  position: absolute;
  z-index: -3;
  top: -1px;
  width: 40px;
  height: 40px;
  background: #ff5c00;
}

.wrapper._with-alert-bar .main-hero::before {
  left: 0;
}

.wrapper._with-alert-bar .main-hero::after {
  right: 0;
}

.wrapper._with-alert-bar .main-hero .main-hero__wrapper {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.main-hero__wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #1B1E37;
}

.main-hero__video {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #1B1E37;
}

.main-hero__picture,
.main-hero__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #1B1E37;
}

.main-hero__image,
.main-hero__poster-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.25);
}

.main-hero__container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding: 140px 0 131px;
}

.main-hero__box {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: end;
      align-self: flex-end;
  gap: 119px;
  width: 100%;
  max-width: 560px;
  padding-bottom: 26px;
}

.main-hero__heading-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}

.main-hero__title-box {
  display: block;
  width: 501px;
  height: 37px;
}

.main-hero__title {
  display: block;
  width: 100%;
  height: 100%;
}

.main-hero__catalog-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 24px;
  min-height: 40px;
  font-size: 16px;
  line-height: 18px;
}

.main-hero__search .search {
  display: block;
  height: 61px;
}

.main-hero__search .search-form {
  padding: 0;
  max-width: 560px;
  border: none;
}

.main-hero__search .search-form .search__input {
  position: relative;
  z-index: 1;
  font-family: "Jost", normal;
  font-size: 16px;
  line-height: 18px;
}

.main-hero__search .search-form .search__input::-webkit-input-placeholder {
  color: #222;
  font-family: "Jost", normal;
  font-size: 16px;
  line-height: 18px;
}

.main-hero__search .search-form .search__input::-moz-placeholder {
  color: #222;
  font-family: "Jost", normal;
  font-size: 16px;
  line-height: 18px;
}

.main-hero__search .search-form .search__input:-ms-input-placeholder {
  color: #222;
  font-family: "Jost", normal;
  font-size: 16px;
  line-height: 18px;
}

.main-hero__search .search-form .search__input::-ms-input-placeholder {
  color: #222;
  font-family: "Jost", normal;
  font-size: 16px;
  line-height: 18px;
}

.main-hero__search .search-form .search__input::placeholder {
  color: #222;
  font-family: "Jost", normal;
  font-size: 16px;
  line-height: 18px;
}

.main-hero__search .search-form .search__btn {
  z-index: 1;
  right: 8px;
  width: 45px;
  height: 45px;
}

.main-hero__search .search-form .search__cleaning {
  z-index: 1;
}

.main-hero__search .search-form .search__input {
  border: 2px solid #ff5c00;
  padding-right: 82px;
  padding-left: 24px;
  padding-bottom: 21px;
}

.main-hero__search .search-form .autocomplete {
  z-index: 0;
  top: 30px;
  padding: 31px 5px 5px 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.main-hero__search .search-form .autocomplete._active {
  max-height: 395px;
  overflow-y: auto;
}

.main-hero__search .search-form .autocomplete__item:not(.autocomplete__item_no-content) {
  padding: 0;
}

.main-hero__search .search-form .autocomplete__item:not(.autocomplete__item_no-content)::before {
  display: none;
}

.main-hero__search .search-form .autocomplete__item-link {
  padding: 1px 20px;
  min-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.main-hero__search .search-form .autocomplete__item-link:hover {
  background-color: #f4f4f4;
}

.main-hero__search .search-form .autocomplete__item-title {
  font-size: 16px;
  line-height: 20px;
}

.main-hero__search .search-form .autocomplete__item-text {
  font-size: 13px;
  line-height: 18px;
  color: #999;
}

.main-hero__search .search-form .autocomplete__item-classification {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  text-transform: initial;
}

.main-hero__search .search__btn .icon {
  stroke-width: 2px;
}

.main-hero__slider-wrap {
  position: relative;
  width: 100%;
  max-width: 466px;
  -ms-flex-item-align: center;
      align-self: center;
}

.main-hero__slider {
  overflow: hidden;
}

.main-hero__slide-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 468px;
}

.main-hero__facts-grid {
  width: 100%;
}

.main-hero__about-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  gap: 6px;
  padding: 4px 24px;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.03em;
}

.main-hero__slider-arrow {
  position: absolute;
  top: 189px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.main-hero__slider-arrow--disabled {
  pointer-events: none;
  cursor: auto;
}

.main-hero__slider-arrow--disabled svg {
  opacity: 0.4;
}

.main-hero__slider-arrow::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.main-hero__slider-arrow--prev {
  left: -20px;
}

.main-hero__slider-arrow--prev .main-hero__slider-arrow-icon {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.main-hero__slider-arrow--next {
  right: -20px;
}

.main-hero__slider-arrow--next .main-hero__slider-arrow-icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.main-hero__slider-arrow-icon {
  width: 100%;
  height: 100%;
}

.main-hero__slider-arrow-icon path {
  stroke: #e3d9f2;
}

.main-hero__slider-arrow-icon rect {
  stroke: #e3d9f2;
  stroke-dasharray: 101;
  stroke-dashoffset: 0;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.main-hero__pagination {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  top: auto;
}

.main-hero__pagination.swiper-pagination-bullets {
  bottom: -14px;
}

.main-hero__bullet {
  width: 6px;
  height: 6px;
  margin: 0;
  border-radius: 20px;
  background: #ffefe5;
  opacity: 1;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.main-hero__bullet--active {
  width: 20px;
  background: #ff5c00;
  pointer-events: none;
}

.main-hero__box,
.main-hero__about-link,
.main-hero__slider-arrow,
.main-hero__pagination,
.main-hero .facts-grid__item {
  --main-hero-animate-delay: 0ms;
  --main-hero-animate-duration: 500ms;
  will-change: opacity, transform;
}

.main-hero._animation-pending .main-hero__box {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  pointer-events: none;
}

.main-hero._animation-pending .main-hero__about-link {
  opacity: 0;
  pointer-events: none;
}

.main-hero._animation-pending .main-hero__slider-arrow,
.main-hero._animation-pending .main-hero__pagination {
  opacity: 0;
  pointer-events: none;
}

.main-hero._animation-pending .facts-grid__item {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

.main-hero._animation-active .main-hero__box,
.main-hero._animation-active .facts-grid__item {
  -webkit-animation-name: main-hero-fade-up;
          animation-name: main-hero-fade-up;
  -webkit-animation-duration: var(--main-hero-animate-duration);
          animation-duration: var(--main-hero-animate-duration);
  -webkit-animation-delay: var(--main-hero-animate-delay);
          animation-delay: var(--main-hero-animate-delay);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  pointer-events: auto;
}

.main-hero._animation-active .main-hero__about-link,
.main-hero._animation-active .main-hero__slider-arrow,
.main-hero._animation-active .main-hero__pagination {
  -webkit-animation-name: main-hero-fade-in;
          animation-name: main-hero-fade-in;
  -webkit-animation-duration: var(--main-hero-animate-duration);
          animation-duration: var(--main-hero-animate-duration);
  -webkit-animation-delay: var(--main-hero-animate-delay);
          animation-delay: var(--main-hero-animate-delay);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  pointer-events: auto;
}

.main-hero._animation-active .main-hero__slider-arrow--disabled {
  pointer-events: none;
}

.main-hero._animation-finished .main-hero__box,
.main-hero._animation-finished .facts-grid__item,
.main-hero._animation-finished .main-hero__about-link,
.main-hero._animation-finished .main-hero__slider-arrow,
.main-hero._animation-finished .main-hero__pagination {
  -webkit-animation-name: none;
          animation-name: none;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

@-webkit-keyframes main-hero-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes main-hero-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes main-hero-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes main-hero-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 50% 0%;
  }

  50% {
    background-position: 50% 100%;
  }

  100% {
    background-position: 50% 0%;
  }
}

@keyframes gradient {
  0% {
    background-position: 50% 0%;
  }

  50% {
    background-position: 50% 100%;
  }

  100% {
    background-position: 50% 0%;
  }
}

@media (min-width: 2100px) {
  .main-hero .swiper-horizontal {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1919px) {
  .main-hero {
    margin-top: -84px;
    min-height: 620px;
  }

  .main-hero__content {
    gap: 32px;
    padding: 120px 0 73px;
  }

  .main-hero__box {
    gap: 99px;
    max-width: 480px;
    padding-bottom: 0;
  }

  .main-hero__title-box {
    width: 394px;
    height: 30px;
  }

  .main-hero__search .search {
    height: 56px;
  }

  .main-hero__search .search-form {
    max-width: 520px;
  }

  .main-hero__search .search-form .search__btn {
    width: 40px;
    height: 40px;
  }

  .main-hero__search .search-form .search__cleaning {
    right: 56px;
  }

  .main-hero__search .search-form .search__input {
    padding-right: 78px;
  }

  .main-hero__search .search__btn .icon {
    width: 16px;
    height: 16px;
  }

  .main-hero__slider-wrap {
    max-width: 406px;
  }

  .main-hero__slide-panel {
    min-height: 415px;
    gap: 12px;
  }

  .main-hero__slider-arrow {
    top: 162px;
  }

  .main-hero__pagination {
    margin-top: 10px;
  }
}

@media (max-width: 1380px) {
  .main-hero {
    min-height: 540px;
  }

  .wrapper._with-alert-bar .main-hero::before,
  .wrapper._with-alert-bar .main-hero::after {
    width: 20px;
    height: 20px;
  }

  .wrapper._with-alert-bar .main-hero .main-hero__wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .main-hero__content {
    gap: 24px;
    padding: 120px 0 29px;
  }

  .main-hero__box {
    gap: 97px;
  }

  .main-hero__title-box {
    width: 353px;
    height: 26px;
  }

  .main-hero__search .search-form {
    max-width: 480px;
  }

  .main-hero__slide-panel {
    min-height: 384px;
    gap: 10px;
  }

  .main-hero__slider-arrow {
    top: 150px;
    width: 32px;
    height: 32px;
  }

  .main-hero__slider-arrow--prev {
    left: -10px;
  }

  .main-hero__slider-arrow--next {
    right: -10px;
  }

  .main-hero__pagination {
    margin-top: 8px;
  }
}

@media (max-width: 1199px) {
  .main-hero {
    min-height: 620px;
  }

  .main-hero__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    left: 50%;
    bottom: 0;
    background: linear-gradient(196.85deg, #332429 2.69%, #30253a 20%, #2a254a 27.02%, #373254 38%, #362b3c 51.35%, #343758 75.67%, #1B1E37 100%);
    background-size: 100% 400%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: gradient 10s ease infinite;
            animation: gradient 10s ease infinite;
  }

  .main-hero__video {
    aspect-ratio: 4/3;
    height: auto;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(rgba(255, 255, 255, 0)));
    -webkit-mask-image: linear-gradient(180deg, #fff 70%, rgba(255, 255, 255, 0) 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(rgba(255, 255, 255, 0)));
            mask-image: linear-gradient(180deg, #fff 70%, rgba(255, 255, 255, 0) 100%);
  }

  .main-hero__picture,
  .main-hero__poster {
    aspect-ratio: 4/3;
    height: auto;
    max-height: 100%;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(rgba(255, 255, 255, 0)));
    -webkit-mask-image: linear-gradient(180deg, #fff 70%, rgba(255, 255, 255, 0) 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(rgba(255, 255, 255, 0)));
            mask-image: linear-gradient(180deg, #fff 70%, rgba(255, 255, 255, 0) 100%);
  }

  .main-hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
    padding: 120px 0 44px;
  }

  .main-hero__box {
    max-width: none;
    gap: 28px;
  }

  .main-hero__heading-wrap {
    gap: 16px;
  }

  .main-hero__title-box {
    width: 282px;
    height: 21px;
  }

  .main-hero__catalog-link {
    padding: 4px 16px;
    min-height: 32px;
    font-size: 13px;
    line-height: 14px;
  }

  .main-hero__search .search {
    height: 48px;
  }

  .main-hero__search .search-form {
    max-width: none;
  }

  .main-hero__search .search-form .search__btn {
    right: 4px;
  }

  .main-hero__search .search-form .search__cleaning {
    right: 48px;
  }

  .main-hero__search .search-form .search__input {
    padding: 17px 76px 17px 16px;
  }

  .main-hero__search .search-form .autocomplete {
    top: 24px;
    padding: 27px 0 0 0;
  }

  .main-hero__search .search-form .autocomplete__item-link {
    padding: 14px 20px;
    min-height: 48px;
  }

  .main-hero__search .search-form .autocomplete__item-link:hover {
    background-color: transparent;
  }

  .main-hero__search .search-form .autocomplete__item-title {
    font-size: 14px;
    line-height: 15px;
  }

  .main-hero__search .search-form .autocomplete__item-text {
    font-size: 12px;
    line-height: 18px;
  }

  .main-hero__search .search-form .autocomplete__item-classification {
    font-size: 12px;
    line-height: 18px;
  }

  .main-hero__slider-wrap {
    max-width: 100%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .main-hero__slide-panel {
    min-height: 0;
    gap: 8px;
  }

  .main-hero__facts-grid {
    max-width: 100%;
  }

  .main-hero__about-link {
    padding: 4px 16px;
    min-height: 32px;
    gap: 10px;
    font-size: 14px;
    line-height: 15px;
  }

  .main-hero__slider-arrow {
    top: 114px;
    width: 24px;
    height: 24px;
  }

  .main-hero__slider-arrow-icon path {
    stroke: #523189;
  }

  .main-hero__slider-arrow-icon rect {
    stroke: #fff;
  }

  .main-hero__pagination {
    margin-top: 16px;
  }
}

@media (max-width: 833px) {
  .main-hero {
    margin-top: -80px;
  }

  .wrapper._with-alert-bar .main-hero::before,
  .wrapper._with-alert-bar .main-hero::after {
    width: 16px;
    height: 16px;
  }

  .wrapper._with-alert-bar .main-hero .main-hero__wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .main-hero__video {
    top: 30px;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, #fff), color-stop(79.86%, #fff), to(rgba(255, 255, 255, 0)));
    -webkit-mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 20%, #fff 79.86%, rgba(255, 255, 255, 0) 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, #fff), color-stop(79.86%, #fff), to(rgba(255, 255, 255, 0)));
            mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 20%, #fff 79.86%, rgba(255, 255, 255, 0) 100%);
  }

  .main-hero__picture,
  .main-hero__poster {
    top: 30px;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, #fff), color-stop(79.86%, #fff), to(rgba(255, 255, 255, 0)));
    -webkit-mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 20%, #fff 79.86%, rgba(255, 255, 255, 0) 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, #fff), color-stop(79.86%, #fff), to(rgba(255, 255, 255, 0)));
            mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 20%, #fff 79.86%, rgba(255, 255, 255, 0) 100%);
  }

  .main-hero__content {
    gap: 12px;
    padding: 100px 0 90px;
  }

  .main-hero__box {
    gap: 20px;
  }

  .main-hero__search .search {
    height: 40px;
  }

  .main-hero__search .search-form .search__btn {
    width: 32px;
    height: 32px;
  }

  .main-hero__search .search-form .search__cleaning {
    right: 40px;
  }

  .main-hero__search .search-form .search__input {
    padding-right: 60px;
  }

  .main-hero__slider-wrap {
    padding: 0;
  }

  .main-hero__slider {
    overflow: visible;
  }

  .main-hero__slider-arrow {
    top: 59px;
    width: 24px;
    height: 24px;
  }

  .main-hero__slider-arrow-icon rect {
    stroke: #523189;
  }

  .main-hero__pagination {
    position: static;
    margin-top: 8px;
  }

  .main-hero__pagination {
    margin-top: 8px;
  }
}

@media (max-width: 833px) and (min-height: 820px) {
  .main-hero__slider-arrow {
    top: 108px;
  }
}

@media (max-width: 479px) {
  .main-hero {
    margin-top: -70px;
  }
}

@media (hover: hover) {
  .main-hero__slider-arrow:hover .main-hero__slider-arrow-icon rect {
    --arrow-draw-base-color: #e3d9f2;
    --arrow-draw-active-color: #523189;
    -webkit-animation: arrowDrawCircle 0.5s ease-in-out forwards;
            animation: arrowDrawCircle 0.5s ease-in-out forwards;
  }

  .main-hero__slider-arrow:hover .main-hero__slider-arrow-icon path {
    stroke: #523189;
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-hero._animation-active .main-hero__box,
  .main-hero._animation-active .facts-grid__item,
  .main-hero._animation-active .main-hero__about-link,
  .main-hero._animation-active .main-hero__slider-arrow,
  .main-hero._animation-active .main-hero__pagination {
    -webkit-animation-name: none;
            animation-name: none;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }
}
@supports (appearance:none){

}

 @media (min-width: 2100px){

@supports (appearance:none){

}

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1380px){

@supports (appearance:none){

}

}

 @media (max-width: 1199px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}

 @media (max-width: 833px) and (min-height: 820px){

@supports (appearance:none){

}

}

 @media (max-width: 479px){

@supports (appearance:none){

}

}

 @media (hover: hover){

@supports (appearance:none){

}

}

 @media (prefers-reduced-motion: reduce){

@supports (appearance:none){

}

}
