@charset "UTF-8";
:root {
  --grey: #a9a9a9;
  --color-placeholder: gray;
}

.dark-theme,
body {
  --theme-color-text: #FEFEFE;
  --theme-color-bg-main: #0E0F11;
  --theme-color-bg-top-menu-link: #212122;
  --theme-color-text-top-menu-link: #fff;
}

.light-theme,
body.light-theme {
  --theme-color-text: #0E0F11;
  --theme-color-bg-main: #FEFEFE;
  --theme-color-bg-top-menu-link: #F8F8F8;
  --theme-color-text-top-menu-link: #0E0F11;
}

/*
$type -- для условия
         1 -- только если ширина окна меньше контейнера
         2 -- только если ширина окна больше контейнера
         0 -- всегда
*/
.hero {
  padding-top: calc(160rem / 16);
  padding-bottom: calc(160rem / 16);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
}
@media (max-width: 1728px) {
  .hero {
    padding-top: calc(160rem / 16 + 0 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .hero {
    padding-bottom: calc(150rem / 16 + 10 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    justify-content: center;
  }
}
.hero .hero__decor-bg {
  z-index: 2;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  background: linear-gradient(242deg, rgba(0, 0, 0, 0.67) 2.56%, rgba(0, 0, 0, 0) 47.51%), linear-gradient(0deg, #000 -5.51%, rgba(0, 0, 0, 0) 21.29%), linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 34.71%);
}
.hero__wrap-videos {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero__bg-video {
  z-index: 1;
  position: absolute;
  pointer-events: none;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero__bg-video_mob {
  display: none;
}
@media screen and (orientation: portrait) {
  .hero__bg-video_mob {
    display: block;
  }
}
.hero__bg-video_desktop {
  display: none;
}
@media screen and (orientation: landscape) {
  .hero__bg-video_desktop {
    display: block;
  }
}
.hero__title {
  font-size: calc(72rem / 16);
  padding-bottom: calc(22rem / 16);
  z-index: 2;
  position: relative;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.02em;
  max-width: 750px;
  color: #FCF9FE;
}
@media (max-width: 1728px) {
  .hero__title {
    font-size: calc(40rem / 16 + 32 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .hero__title {
    padding-bottom: calc(10rem / 16 + 12 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .hero__title {
    line-height: normal;
  }
}
.hero__logos-wrapper {
  margin-top: calc(27rem / 16);
  z-index: 2;
  position: relative;
  margin-bottom: 10px;
  padding-inline: 0;
}
@media (max-width: 1728px) {
  .hero__logos-wrapper {
    margin-top: calc(25rem / 16 + 2 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 1025px) {
  .hero__logos-wrapper {
    max-width: 1000px;
    padding-inline: 30px;
  }
}
.hero__footer {
  gap: calc(16rem / 16);
  padding-top: calc(25rem / 16);
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1728px) {
  .hero__footer {
    gap: calc(8rem / 16 + 8 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .hero__footer {
    padding-top: calc(10rem / 16 + 15 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.hero__footer .btn {
  max-width: none;
}
.hero__footer .btn.demo {
  gap: calc(20rem / 16);
  padding-inline: calc(25rem / 16);
}
@media (max-width: 1728px) {
  .hero__footer .btn.demo {
    gap: calc(10rem / 16 + 10 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .hero__footer .btn.demo {
    padding-inline: calc(22rem / 16 + 3 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.hero__footer .btn.border-2 {
  padding-inline: calc(22rem / 16);
}
@media (max-width: 1728px) {
  .hero__footer .btn.border-2 {
    padding-inline: calc(20rem / 16 + 2 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}

.slider-hero-logo__title {
  font-size: calc(14rem / 16);
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.1655;
  padding-bottom: 20px;
}
@media (max-width: 1728px) {
  .slider-hero-logo__title {
    font-size: calc(12rem / 16 + 2 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.slider-hero-logo .swiper-slide {
  height: auto;
  transition: opacity 2s ease;
}
.slider-hero-logo .swiper-slide > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-hero-logo .opacity-2 {
  opacity: 0.2;
}
.slider-hero-logo .opacity-6 {
  opacity: 0.6;
}
/*# sourceMappingURL=section-hero.min.css.map */
