@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 -- всегда
*/
.wrap-sections-hub {
  background-color: #f0effd;
}
@media only screen and (min-width: 768px) {
  .wrap-sections-hub {
    background-image: radial-gradient(circle at left, #DDD8FD 0%, #ECEAFD 40%, rgba(236, 234, 253, 0.5) 100%), radial-gradient(circle at right, #DDD8FD 0%, #ECEAFD 40%, rgba(236, 234, 253, 0.5) 100%);
  }
}
.wrap-sections-hub .section-hub {
  background: none;
}

.section-hub {
  --wLeft: 100%;
  --gap: 35px;
  padding-top: calc(124rem / 16);
  padding-bottom: calc(124rem / 16);
}
@media (max-width: 1728px) {
  .section-hub {
    padding-top: calc(20rem / 16 + 104 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-hub {
    padding-bottom: calc(10rem / 16 + 114 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (max-width: 767px) {
  .section-hub {
    background-color: #f0effd;
  }
}
.section-hub + .section-hub {
  padding-top: calc(100rem / 16);
}
@media (max-width: 1728px) {
  .section-hub + .section-hub {
    padding-top: calc(20rem / 16 + 80 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 576px) {
  .section-hub {
    --wLeft: 550px;
    --gap: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .section-hub {
    --wLeft: 350px;
    --gap: 50px;
  }
}
@media only screen and (min-width: 900px) {
  .section-hub {
    --wLeft: 400px;
    --gap: 50px;
  }
}
@media only screen and (min-width: 1350px) {
  .section-hub {
    --wLeft: 515px;
    --gap: 72px;
  }
}
.section-hub__wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
@media only screen and (min-width: 768px) {
  .section-hub__wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding-right: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1500px) {
  .section-hub__wrapper {
    max-width: calc(100vw - (100vw - 1500px) / 2);
    margin-left: calc((100vw - 1500px) / 2);
  }
}
.section-hub__left {
  max-width: var(--wLeft);
}
.section-hub__left .btn {
  margin-top: calc(35rem / 16);
  padding-block: 15px;
  padding-right: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 1728px) {
  .section-hub__left .btn {
    margin-top: calc(20rem / 16 + 15 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-hub__left .btn:hover {
  background-color: #6b34fd;
  opacity: 1;
  color: #fff;
}
.section-hub__left .btn:hover::after {
  filter: brightness(0) invert(1);
}
.section-hub__right {
  margin-inline: -20px;
}
@media only screen and (min-width: 768px) {
  .section-hub__right {
    width: calc(100% - var(--wLeft) + 15px - var(--gap));
    margin-inline: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section-hub__right {
    width: calc(100% - 633px + 15px - var(--gap));
  }
}
.section-hub .section-title {
  font-size: calc(72rem / 16);
  padding-bottom: 0;
}
@media (max-width: 1728px) {
  .section-hub .section-title {
    font-size: calc(32rem / 16 + 40 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}

.slider-hub {
  --pBlockSlide: 20px;
  margin-top: calc(var(--pBlockSlide) * -1);
  padding-inline: 15px;
}
.slider-hub .swiper-slide {
  padding-block: var(--pBlockSlide);
}
.slider-hub .card-post__v4.card-post__second-version {
  min-height: 375px;
  box-shadow: 0px -4px 15px 0 rgba(18, 17, 133, 0.06);
}
.slider-hub .card-post__v4.card-post__second-version:not(:hover) {
  background-color: #FCF9FE;
}
.slider-hub .card-post__v4.card-post__second-version .card-post__bg {
  margin-bottom: calc(10rem / 16);
}
@media (max-width: 1728px) {
  .slider-hub .card-post__v4.card-post__second-version .card-post__bg {
    margin-bottom: calc(0rem / 16 + 10 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.slider-hub .card-post__v4.card-post__second-version .link-to-more {
  margin-top: calc(35rem / 16);
}
@media (max-width: 1728px) {
  .slider-hub .card-post__v4.card-post__second-version .link-to-more {
    margin-top: calc(25rem / 16 + 10 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.slider-hub__nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .slider-hub__nav {
    --sizeBtn: 35px;
    margin-top: calc(100rem / 16);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1728px) {
  .slider-hub__nav {
    margin-top: calc(10rem / 16 + 90 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .slider-hub__nav button {
    position: relative;
    inset: inherit;
    background-color: inherit;
    padding: 0;
    margin: 0;
  }
  .slider-hub__nav button svg g path {
    stroke: #121185;
    transition: stroke 0.3s ease;
  }
  .slider-hub__nav button.swiper-button-disabled svg g path {
    stroke: #C0B2FF;
  }
  .slider-hub__nav_prev {
    transform: rotate(180deg);
  }
  .slider-hub__nav_next {
    transform: rotate(0deg);
  }
}
.slider-hub__scrollbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .slider-hub__scrollbar {
    display: block;
    max-width: 366px;
    height: 7px;
    margin-top: 25px;
    background-color: rgba(192, 178, 255, 0.3);
    cursor: pointer;
  }
  .slider-hub__scrollbar .swiper-scrollbar-drag {
    background-color: #121185;
    height: 100%;
  }
}
/*# sourceMappingURL=section-hub.min.css.map */
