@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 -- всегда
*/
.wrapper-card-image-text {
  padding-top: calc(134rem / 16);
  padding-bottom: calc(116rem / 16);
  position: relative;
}
@media (max-width: 1728px) {
  .wrapper-card-image-text {
    padding-top: calc(28rem / 16 + 106 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .wrapper-card-image-text {
    padding-bottom: calc(100rem / 16 + 16 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.wrapper-card-image-text::before {
  content: "";
  display: block;
  width: 850px;
  height: 846px;
  border-radius: 849.832px;
  background: linear-gradient(243deg, #5F43FB 15.36%, rgba(56, 39, 148, 0.82) 24.31%, rgba(11, 0, 75, 0.56) 37.1%, rgba(0, 0, 0, 0) 64.45%);
  filter: blur(77px);
  position: absolute;
  z-index: -1;
  left: -220px;
  bottom: -133px;
  width: 850px;
  height: 846px;
}
@media screen and (max-width: 768px) {
  .wrapper-card-image-text::before {
    border-radius: 539.742px;
    background: linear-gradient(180deg, #5F43FB 0%, rgba(56, 39, 148, 0.82) 18.23%, rgba(11, 0, 75, 0.56) 44.27%, rgba(0, 0, 0, 0) 100%);
    width: 540px;
    height: 435px;
    left: 20px;
    bottom: -365px;
  }
}
.wrapper-card-image-text__item {
  padding: 55px 33px 53px 46px;
  height: 100%;
}
@media screen and (min-width: 866px) {
  .wrapper-card-image-text__item {
    max-width: 391px;
  }
}
@media screen and (max-width: 865px) {
  .wrapper-card-image-text__item {
    padding: 27px 13px 50px 25px;
  }
}
.wrapper-card-image-text__image {
  max-height: 180%;
  margin: auto;
}
.wrapper-card-image-text__block-image {
  height: 180px;
  text-align: center;
  max-height: calc(160rem / 16);
  margin-bottom: calc(47rem / 16);
}
@media (max-width: 1728px) {
  .wrapper-card-image-text__block-image {
    max-height: calc(130rem / 16 + 30 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .wrapper-card-image-text__block-image {
    margin-bottom: calc(58rem / 16 + -11 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.wrapper-card-image-text__number {
  border-radius: 3px;
  background: #1C1347;
  padding: 10px;
  aspect-ratio: 1/1;
  font-size: 0.875rem;
  display: inline-block;
  margin-top: auto;
}
@media screen and (max-width: 576px) {
  .wrapper-card-image-text__number {
    padding: 5px;
    font-size: 0.75rem;
  }
}
.wrapper-card-image-text__title {
  margin-top: calc(23rem / 16);
  margin-bottom: 0.25rem;
}
@media (max-width: 1728px) {
  .wrapper-card-image-text__title {
    margin-top: calc(9rem / 16 + 14 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.wrapper-card-image-text__text {
  font-size: 1.125rem;
  opacity: 0.8;
  line-height: 1.388;
  letter-spacing: 0.36px;
}
.wrapper-card-image-text__wrapper {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1299px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-card-image-text__swiper-slide {
  border-radius: 20px;
  border: 1px solid #201653;
  background: #110C2C;
  height: auto;
}
@media screen and (max-width: 865px) {
  .wrapper-card-image-text__swiper-slide {
    max-width: 300px;
  }
}
@media screen and (min-width: 866px) {
  .wrapper-card-image-text__swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 75px 40px;
  }
  .wrapper-card-image-text__swiper-slide {
    width: auto;
    height: auto;
  }
}
/*# sourceMappingURL=section-wrapper-card-image-text.min.css.map */
