@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-light-info.light-theme, .section-light-info {
  padding-top: calc(126rem / 16);
  padding-bottom: calc(144rem / 16);
  background-image: var(--urlBgMob), linear-gradient(#f0effd, #f0effd);
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1728px) {
  .section-light-info.light-theme, .section-light-info {
    padding-top: calc(130rem / 16 + -4 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-light-info.light-theme, .section-light-info {
    padding-bottom: calc(65rem / 16 + 79 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-light-info.light-theme, .section-light-info {
    background-image: var(--urlBgDesk), linear-gradient(#f0effd, #f0effd);
  }
}
.section-light-info.light-theme__wrap-content, .section-light-info__wrap-content {
  max-width: 880px;
  width: 95%;
}
@media only screen and (min-width: 768px) {
  .section-light-info.light-theme__wrap-content, .section-light-info__wrap-content {
    width: 60%;
  }
}
.section-light-info.light-theme .section-title, .section-light-info .section-title {
  font-size: calc(62rem / 16);
  color: #121185;
  line-height: 1.05;
}
@media (max-width: 1728px) {
  .section-light-info.light-theme .section-title, .section-light-info .section-title {
    font-size: calc(32rem / 16 + 30 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-light-info.light-theme .section-title, .section-light-info .section-title {
    line-height: 1.07;
  }
}
.section-light-info.light-theme .section-description, .section-light-info .section-description {
  font-size: calc(30rem / 16);
  margin-top: calc(18rem / 16);
  padding-top: 0;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #353ab0;
}
@media (max-width: 1728px) {
  .section-light-info.light-theme .section-description, .section-light-info .section-description {
    font-size: calc(18rem / 16 + 12 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-light-info.light-theme .section-description, .section-light-info .section-description {
    margin-top: calc(5rem / 16 + 13 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-light-info.light-theme .section-description, .section-light-info .section-description {
    line-height: 1.2;
  }
}
/*# sourceMappingURL=section-light-info.min.css.map */
