@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 -- всегда
*/
.section-trusted {
  padding-top: calc(105rem / 16);
  padding-bottom: calc(135rem / 16);
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}
@media (max-width: 1728px) {
  .section-trusted {
    padding-top: calc(95rem / 16 + 10 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-trusted {
    padding-bottom: calc(145rem / 16 + -10 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-trusted__wrapper {
  max-width: 1382px;
}
@media only screen and (min-width: 768px) {
  .section-trusted {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (orientation: portrait) {
  .section-trusted {
    background-image: url("../images/home-page/section-trusted/bg-portrait.svg");
  }
}
@media screen and (orientation: landscape) {
  .section-trusted {
    background-image: url("../images/home-page/section-trusted/bg-landscape.svg");
  }
}
.section-trusted__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
  background-color: #0B1023;
  opacity: 0;
}
.section-trusted .section-title {
  font-size: calc(72rem / 16);
  position: relative;
  z-index: 2;
  transition: 1s;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-align: center;
  color: #FCF9FE;
}
@media (max-width: 1728px) {
  .section-trusted .section-title {
    font-size: calc(40rem / 16 + 32 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-trusted .section-title {
    line-height: normal;
  }
}
.section-trusted .section-title span {
  transition: 1s;
}
@media only screen and (max-width: 767px) {
  .section-trusted .section-title span.text-shadow {
    text-shadow: 0 0 10px #f1f0ff, 0 4px 4px rgba(255, 255, 255, 0.25);
  }
}
.section-trusted .section-title span.text-shadow.active {
  text-shadow: 0 0 10px #f1f0ff, 0 4px 4px rgba(255, 255, 255, 0.25);
}
.section-trusted__wrap-animate-text {
  font-size: calc(40rem / 16);
  margin-top: calc(93rem / 16);
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  margin-inline: auto;
  z-index: 2;
  letter-spacing: 0.02em;
  line-height: normal;
  text-align: center;
  color: #FCF9FE;
}
@media (max-width: 1728px) {
  .section-trusted__wrap-animate-text {
    font-size: calc(20rem / 16 + 20 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-trusted__wrap-animate-text {
    margin-top: calc(90rem / 16 + 3 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-trusted__wrap-animate-text span:nth-child(2) {
  translate: 0 50px;
  transition: translate 1s ease;
}
@media only screen and (min-width: 768px) {
  .section-trusted__wrap-animate-text span:nth-child(2) {
    translate: 0 70px;
  }
}
/*# sourceMappingURL=section-trusted.min.css.map */
