@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-counters, .section-counters-new {
  padding-top: calc(114rem / 16);
  padding-bottom: calc(142rem / 16);
  background-color: #0e0f11;
}
@media (max-width: 1728px) {
  .section-counters, .section-counters-new {
    padding-top: calc(56rem / 16 + 58 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-counters, .section-counters-new {
    padding-bottom: calc(100rem / 16 + 42 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-counters .section-title, .section-counters-new .section-title {
  padding-bottom: calc(22rem / 16);
}
@media (max-width: 1728px) {
  .section-counters .section-title, .section-counters-new .section-title {
    padding-bottom: calc(18rem / 16 + 4 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-counters .link-more, .section-counters-new .link-more {
  padding-top: 30px;
}
.section-counters__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px;
}
@media only screen and (min-width: 992px) {
  .section-counters__wrapper {
    gap: 25px;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1025px) {
  .section-counters__wrapper {
    gap: 50px;
  }
}
.section-counters .left, .section-counters-new .left {
  max-width: 310px;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .section-counters .left, .section-counters-new .left {
    max-width: 540px;
  }
}
.section-counters .right, .section-counters-new .right {
  max-width: 700px;
  margin-top: 15px;
}

.counter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .counter-list {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1350px) {
  .counter-list {
    column-gap: 80px;
    row-gap: 50px;
  }
}

.counter-item {
  width: calc(50% - 13px);
  font-weight: 500;
  border: 1px solid rgba(254, 254, 254, 0.5);
  padding: 0 30px 5px 7px;
}
@media only screen and (min-width: 576px) {
  .counter-item {
    width: calc(50% - 50px);
    padding: 0 20px 15px;
  }
}
.counter-item .counter {
  font-size: calc(90rem / 16);
  line-height: 1;
}
@media (max-width: 1728px) {
  .counter-item .counter {
    font-size: calc(41rem / 16 + 49 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.counter-item .counter .small {
  font-size: 34px;
}
.counter-item .counter-info {
  font-size: calc(24rem / 16);
  max-width: 200px;
  color: #f8f8f8;
  opacity: 0.6;
  line-height: 1.2;
  margin-top: 10px;
}
@media (max-width: 1728px) {
  .counter-item .counter-info {
    font-size: calc(13rem / 16 + 11 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}

.section-counters-new {
  padding-top: calc(124rem / 16);
  padding-bottom: calc(124rem / 16);
  background: #f6f5ff;
  color: #121185;
}
@media (max-width: 1728px) {
  .section-counters-new {
    padding-top: calc(56rem / 16 + 68 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-counters-new {
    padding-bottom: calc(50rem / 16 + 74 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-counters-new {
    background: none;
    background-image: linear-gradient(45deg, #f4f2ff 0%, #f4f2ff 70%, #dad4fe 100%);
  }
}
.section-counters-new .section-counters__wrapper {
  gap: calc(30rem / 16);
}
@media (max-width: 1728px) {
  .section-counters-new .section-counters__wrapper {
    gap: calc(52rem / 16 + -22 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-counters-new .section-title {
  font-size: calc(62rem / 16);
  line-height: 1.05;
  letter-spacing: 0.02em;
  padding-bottom: 0;
}
@media (max-width: 1728px) {
  .section-counters-new .section-title {
    font-size: calc(32rem / 16 + 30 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-counters-new .section-title {
    line-height: 1.07;
  }
}
.section-counters-new .section-description {
  margin-top: calc(50rem / 16);
  color: #353ab0;
}
@media (max-width: 1728px) {
  .section-counters-new .section-description {
    margin-top: calc(15rem / 16 + 35 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-counters-new .section-description {
    opacity: 0.8;
  }
}
.section-counters-new .right {
  max-width: 727px;
  margin-top: 0;
}
.section-counters-new .counter-item {
  border-radius: calc(16rem / 16);
  border: none;
  background-color: #fcf9fe;
  box-shadow: 4px -4px 32px 0 rgba(18, 17, 133, 0.06);
}
@media (max-width: 1728px) {
  .section-counters-new .counter-item {
    border-radius: calc(15rem / 16 + 1 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-counters-new .counter-list {
  --gap: calc(24rem / 16);
  gap: var(--gap);
}
@media (max-width: 1728px) {
  .section-counters-new .counter-list {
    --gap: calc(25rem / 16 + -1 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-counters-new .counter-item {
  padding-top: calc(25rem / 16);
  padding-bottom: calc(25rem / 16);
  padding-inline: calc(42rem / 16);
  width: 100%;
}
@media (max-width: 1728px) {
  .section-counters-new .counter-item {
    padding-top: calc(18rem / 16 + 7 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-counters-new .counter-item {
    padding-bottom: calc(20rem / 16 + 5 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-counters-new .counter-item {
    padding-inline: calc(24rem / 16 + 18 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 576px) {
  .section-counters-new .counter-item {
    width: calc(50% - var(--gap) / 2);
  }
}
.section-counters-new .counter {
  font-size: calc(68rem / 16);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.02em;
}
@media (max-width: 1728px) {
  .section-counters-new .counter {
    font-size: calc(40rem / 16 + 28 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-counters-new .counter-info {
  font-size: calc(24rem / 16);
  margin-top: calc(15rem / 16);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #353ab0;
  opacity: 1;
  max-width: none;
  text-transform: none;
}
@media (max-width: 1728px) {
  .section-counters-new .counter-info {
    font-size: calc(20rem / 16 + 4 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-counters-new .counter-info {
    margin-top: calc(10rem / 16 + 5 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-counters-new .counter-info {
    letter-spacing: normal;
  }
}
.section-counters-new .counter-info-dop {
  font-size: calc(13rem / 16);
  margin-top: calc(32rem / 16);
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: 0.05em;
  color: #353ab0;
  text-transform: none;
}
@media (max-width: 1728px) {
  .section-counters-new .counter-info-dop {
    font-size: calc(12rem / 16 + 1 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-counters-new .counter-info-dop {
    margin-top: calc(8rem / 16 + 24 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-counters-new .counter-info-dop {
    opacity: 0.5;
    letter-spacing: 0.06em;
    color: #121185;
  }
}

.section-counters-new__home-type {
  background-image: linear-gradient(20deg, #0c182f 0%, #0f085d 100%), radial-gradient(72.86% 126.85% at 50% 166.25%, rgb(122, 52, 253) 0%, rgb(107, 52, 253) 100%), radial-gradient(46.45% 61.2% at 50% 178.97%, rgb(107, 52, 253) 0%, rgb(107, 52, 253) 100%), radial-gradient(25.47% 25.11% at 50% 157.39%, rgb(133, 115, 248) 0%, rgb(109, 60, 253) 55.5000007153%, rgb(107, 52, 253) 100%), radial-gradient(64.99% 17.77% at 45.67% 160.6%, rgb(28, 78, 255) 0%, rgb(93, 52, 255) 74.5000004768%, rgb(160, 164, 255) 100%), radial-gradient(114.83% 17.07% at 50% 157.39%, rgb(223, 218, 255) 0%, rgb(64, 33, 255) 57.9854905605%), radial-gradient(23.14% 13.86% at 50% 158.97%, rgb(76, 47, 255) 0%, rgb(64, 33, 255) 80.9850156307%), radial-gradient(24.49% 12.55% at 50% 156.41%, rgb(76, 47, 255) 0%, rgb(64, 33, 255) 60.5039775372%);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  color: #fcf9fe;
}
.section-counters-new__home-type .counter-info-dop {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .section-counters-new__home-type {
    background-image: url("../images/section-counter-new-home-type/bg-ellipse.svg"), linear-gradient(20deg, #0c182f 0%, #0f085d 100%), radial-gradient(72.86% 126.85% at 50% 166.25%, rgb(122, 52, 253) 0%, rgb(107, 52, 253) 100%), radial-gradient(46.45% 61.2% at 50% 178.97%, rgb(107, 52, 253) 0%, rgb(107, 52, 253) 100%), radial-gradient(25.47% 25.11% at 50% 157.39%, rgb(133, 115, 248) 0%, rgb(109, 60, 253) 55.5000007153%, rgb(107, 52, 253) 100%), radial-gradient(64.99% 17.77% at 45.67% 160.6%, rgb(28, 78, 255) 0%, rgb(93, 52, 255) 74.5000004768%, rgb(160, 164, 255) 100%), radial-gradient(114.83% 17.07% at 50% 157.39%, rgb(223, 218, 255) 0%, rgb(64, 33, 255) 57.9854905605%), radial-gradient(23.14% 13.86% at 50% 158.97%, rgb(76, 47, 255) 0%, rgb(64, 33, 255) 80.9850156307%), radial-gradient(24.49% 12.55% at 50% 156.41%, rgb(76, 47, 255) 0%, rgb(64, 33, 255) 60.5039775372%);
    background-size: 65%, cover;
  }
}
.section-counters-new__home-type .section-counters__wrapper {
  max-width: 1530px;
}
.section-counters-new__home-type .left {
  max-width: 550px;
}
.section-counters-new__home-type .right {
  max-width: 745px;
}
.section-counters-new__home-type .section-description {
  margin-top: calc(50rem / 16);
  max-width: 470px;
  color: #e5e7ff;
}
@media (max-width: 1728px) {
  .section-counters-new__home-type .section-description {
    margin-top: calc(25rem / 16 + 25 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-counters-new__home-type .counter-list {
  --gap: calc(24rem / 16);
}
@media (max-width: 1728px) {
  .section-counters-new__home-type .counter-list {
    --gap: calc(17rem / 16 + 7 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-counters-new__home-type .counter-item {
  padding-top: calc(30rem / 16);
  padding-bottom: calc(40rem / 16);
  box-shadow: -44px 28px 121px 0 rgba(0, 0, 0, 0.2), inset 0 0 71px 0 rgba(255, 255, 255, 0.05), inset 0 0 27px 0 rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: linear-gradient(45deg, rgba(35, 42, 77, 0.1), rgba(29, 38, 67, 0.4) 70%, rgba(54, 68, 104, 0.6)), rgba(71, 77, 123, 0.045);
}
@media (max-width: 1728px) {
  .section-counters-new__home-type .counter-item {
    padding-top: calc(25rem / 16 + 5 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-counters-new__home-type .counter-item {
    padding-bottom: calc(25rem / 16 + 15 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (max-width: 575px) {
  .section-counters-new__home-type .counter-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.section-counters-new__home-type .counter {
  font-size: calc(62rem / 16);
  line-height: 1.05;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 1728px) {
  .section-counters-new__home-type .counter {
    font-size: calc(46rem / 16 + 16 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (max-width: 575px) {
  .section-counters-new__home-type .counter {
    padding-right: 8px;
    width: 50%;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .section-counters-new__home-type .counter {
    line-height: 1.07;
  }
}
.section-counters-new__home-type .counter-info {
  font-size: calc(24rem / 16);
  text-transform: none;
  color: #e5e7ff;
  line-height: 1.34;
  letter-spacing: 0.02em;
  margin-top: 7px;
}
@media (max-width: 1728px) {
  .section-counters-new__home-type .counter-info {
    font-size: calc(16rem / 16 + 8 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (max-width: 575px) {
  .section-counters-new__home-type .counter-info {
    margin-top: 0;
    padding-left: 8px;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .section-counters-new__home-type .counter-info {
    letter-spacing: normal;
    line-height: normal;
  }
}
@media only screen and (max-width: 575px) {
  .section-counters-new__home-type .br-for-desktop {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .section-counters-new__home-type .br-for-mobile {
    display: none;
  }
}
/*# sourceMappingURL=section-counters.min.css.map */
