@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 -- всегда
*/
.card-creative-feedback {
  padding-top: calc(40rem / 16);
  padding-bottom: calc(35rem / 16);
  padding-inline: calc(40rem / 16);
  min-height: calc(421rem / 16);
  border: 1.13px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  backdrop-filter: blur(18px);
  box-shadow: -37px 23px 100px 0 rgba(0, 0, 0, 0.2), inset 0 0 59px 0 rgba(255, 255, 255, 0.05), inset 0 0 23px 0 rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1728px) {
  .card-creative-feedback {
    padding-top: calc(15rem / 16 + 25 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .card-creative-feedback {
    padding-bottom: calc(15rem / 16 + 20 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .card-creative-feedback {
    padding-inline: calc(15rem / 16 + 25 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .card-creative-feedback {
    min-height: calc(248rem / 16 + 173 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.card-creative-feedback__text {
  font-size: calc(35rem / 16);
  line-height: normal;
  letter-spacing: 0.02em;
  color: #FCF9FE;
}
@media (max-width: 1728px) {
  .card-creative-feedback__text {
    font-size: calc(20rem / 16 + 15 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.card-creative-feedback.small-text .card-creative-feedback__text {
  font-size: calc(22rem / 16);
}
@media (max-width: 1728px) {
  .card-creative-feedback.small-text .card-creative-feedback__text {
    font-size: calc(14rem / 16 + 8 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.card-creative-feedback.big-text .card-creative-feedback__text {
  font-size: calc(40rem / 16);
}
@media (max-width: 1728px) {
  .card-creative-feedback.big-text .card-creative-feedback__text {
    font-size: calc(25rem / 16 + 15 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.card-creative-feedback__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .card-creative-feedback__footer {
    align-items: center;
  }
}
.card-creative-feedback.without-author .card-creative-feedback__footer {
  justify-content: flex-end;
}
.card-creative-feedback .author {
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .card-creative-feedback .author {
    gap: 18px;
  }
}
.card-creative-feedback .author__avatar {
  --size: 46px;
  border-radius: 8px;
}
.card-creative-feedback .author__name {
  font-size: calc(24rem / 16);
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media (max-width: 1728px) {
  .card-creative-feedback .author__name {
    font-size: calc(16rem / 16 + 8 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .card-creative-feedback .author__name {
    font-weight: 500;
  }
}
.card-creative-feedback .author__profesion {
  font-size: calc(20rem / 16);
  color: #E5E7FF;
  letter-spacing: 0.05em;
}
@media (max-width: 1728px) {
  .card-creative-feedback .author__profesion {
    font-size: calc(12rem / 16 + 8 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .card-creative-feedback .author__profesion {
    letter-spacing: 0.02em;
  }
}
@media only screen and (min-width: 1025px) {
  .card-creative-feedback .author__profesion {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1500px) {
  .card-creative-feedback .author__profesion {
    font-size: calc(20rem / 16);
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1728px) {
  .card-creative-feedback .author__profesion {
    font-size: calc(12rem / 16 + 8 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.card-creative-feedback__logo {
  --w: calc(154rem / 16);
  width: var(--w);
  min-width: var(--w);
}
@media (max-width: 1728px) {
  .card-creative-feedback__logo {
    --w: calc(98rem / 16 + 56 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (max-width: 767px) {
  .card-creative-feedback__logo {
    margin-bottom: 5px;
  }
}

.section-creative-slider {
  padding-top: calc(105rem / 16);
  padding-bottom: calc(105rem / 16);
  background: linear-gradient(-185deg, #0c172d 0%, #1c2069 100%), radial-gradient(85.73% 49.31% at 104.26% -10.15%, rgb(107, 52, 253) 0%, rgb(25, 131, 250) 100%), radial-gradient(56.39% 48.18% at -1.89% -1.17%, rgb(107, 52, 253) 0%, rgb(77, 105, 254) 57.6666235924%, rgb(242, 95, 255) 100%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1728px) {
  .section-creative-slider {
    padding-top: calc(65rem / 16 + 40 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-creative-slider {
    padding-bottom: calc(65rem / 16 + 40 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-creative-slider .circle-bg-gradient {
  --w-circle: 1760px;
  --h-circle: 1311px;
}
.section-creative-slider .circle-bg-gradient__children {
  top: -70%;
  right: -10%;
  border-radius: 100%;
  filter: none;
  background-image: url("../images/bg-decor-section-creative-slider.svg");
  background-size: 100% 100%;
  background-position: right top;
}
@media only screen and (min-width: 768px) {
  .section-creative-slider .circle-bg-gradient__children {
    top: -30%;
    right: -20%;
  }
}
@media only screen and (min-width: 1025px) {
  .section-creative-slider .circle-bg-gradient__children {
    top: -10%;
    right: -30%;
  }
}
.section-creative-slider__wrapper {
  display: flex;
  flex-direction: column;
  column-gap: 40px;
  padding-right: 0;
  margin-right: 0;
  max-width: calc(100vw - (100vw - 1490px) / 2);
}
@media only screen and (min-width: 1150px) {
  .section-creative-slider__wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.section-creative-slider .swiper-slide {
  padding-top: calc(100rem / 16);
  padding-bottom: calc(100rem / 16);
}
@media (max-width: 1728px) {
  .section-creative-slider .swiper-slide {
    padding-top: calc(40rem / 16 + 60 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-creative-slider .swiper-slide {
    padding-bottom: calc(80rem / 16 + 20 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-creative-slider .section-title {
  line-height: normal;
  padding-bottom: 15px;
  line-height: 1.05;
  letter-spacing: 0.02em;
  max-width: 70%;
}
@media only screen and (min-width: 768px) {
  .section-creative-slider .section-title {
    line-height: normal;
    padding-bottom: 20px;
    max-width: 100%;
  }
}
.section-creative-slider .section-description {
  color: rgba(229, 231, 255, 0.8);
}
@media only screen and (min-width: 1150px) {
  .section-creative-slider .section-description {
    min-width: 540px;
  }
}
.section-creative-slider__left {
  max-width: 540px;
  width: 100%;
}
@media only screen and (min-width: 1150px) {
  .section-creative-slider__left {
    min-width: 630px;
  }
}
.section-creative-slider__right {
  width: calc(100% + 20px);
  margin-left: -20px;
}
@media only screen and (min-width: 768px) {
  .section-creative-slider__right {
    margin-left: -30px;
    width: calc(100% + 30px);
  }
}
@media only screen and (min-width: 1150px) {
  .section-creative-slider__right {
    max-width: calc(100vw - 540px - 40px - 30px);
    width: 100%;
    margin-left: inherit;
  }
}
@media only screen and (min-width: 1500px) {
  .section-creative-slider__right {
    max-width: calc(100vw - (100vw - 1490px) / 2 - 540px - 40px - 30px);
  }
}

.creative-slider .swiper-wrapper {
  will-change: transform;
}
@media only screen and (max-width: 767px) {
  .creative-slider .swiper-slide {
    padding-inline: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .creative-slider .swiper-slide {
    transform: scale(0.85);
    transition: transform 0.7s ease, opacity 1s ease;
    will-change: transform;
  }
  .creative-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .creative-slider .swiper-slide.swiper-slide-prev {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.5s ease;
  }
  .creative-slider .swiper-slide.swiper-slide:has(+ .swiper-slide-prev) {
    opacity: 0;
  }
}
.creative-slider__nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .creative-slider__nav {
    --sizeBtn: 35px;
    margin-top: calc(60rem / 16);
    position: relative;
    display: flex;
    align-items: center;
    gap: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1728px) {
  .creative-slider__nav {
    margin-top: calc(30rem / 16 + 30 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .creative-slider__nav button {
    position: relative;
    inset: inherit;
    background-color: inherit;
    padding: 0;
    margin: 0;
  }
  .creative-slider__nav button svg g {
    stroke: #E5E7FF;
    transition: stroke 0.1s ease;
  }
  .creative-slider__nav button:hover svg {
    transform: translateX(0);
  }
  .creative-slider__nav button:hover svg g {
    stroke: #FCF9FE;
  }
  .creative-slider__nav button.swiper-button-disabled svg g {
    color: rgba(252, 249, 254, 0.3);
  }
  .creative-slider__nav_prev {
    transform: rotate(180deg);
  }
  .creative-slider__nav_next {
    transform: rotate(0deg);
  }
}
.creative-slider__scrollbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .creative-slider__scrollbar {
    display: block;
    max-width: 366px;
    height: 7px;
    margin-top: 25px;
    background-color: rgba(252, 249, 254, 0.3);
    cursor: pointer;
  }
  .creative-slider__scrollbar .swiper-scrollbar-drag {
    background-color: #FCF9FE;
    height: 100%;
  }
}
.creative-slider__pagination {
  margin-top: -60px;
}
@media only screen and (min-width: 768px) {
  .creative-slider__pagination {
    display: none;
  }
}
.creative-slider__pagination .swiper-pagination-bullet {
  --color-bullet: #FCF9FE;
}
/*# sourceMappingURL=section-creative-slider.min.css.map */
