@charset "UTF-8";
.main {
  position: relative;
  overflow: hidden;
  height: calc(100dvh - env(safe-area-inset-bottom, 0));
  background-color: rgba(103, 6, 159, 0.5019607843);
}
.main::before, .main::after {
  content: "";
  position: absolute;
  z-index: 0;
  clip-path: polygon(49.93% 100%, 99.84% 0%, 0% 0%);
}
@media (width >= 320px) {
  .main::before, .main::after {
    width: 412px;
    height: 300px;
  }
}
@media (width >= 1220px) {
  .main::before, .main::after {
    width: 407px;
    height: 298px;
  }
}
@media (width >= 1400px) {
  .main::before, .main::after {
    width: 426px;
    height: 304px;
  }
}
@media (width >= 1800px) {
  .main::before, .main::after {
    width: 572px;
    height: 417px;
  }
}
.main::before {
  background-color: #67069f;
  animation: showDown 0.4s linear forwards;
}
@media (width >= 320px) {
  .main::before {
    top: -30px;
    left: -160px;
  }
}
@media (width >= 768px) {
  .main::before {
    top: -40px;
    left: 32px;
  }
}
@media (width >= 1220px) {
  .main::before {
    top: 0px;
    left: 164px;
  }
}
@media (width >= 1400px) {
  .main::before {
    left: calc((100% + 240px) / 12 + 7px + 60px);
  }
}
@media (width >= 1800px) {
  .main::before {
    left: 120px;
    top: -20px;
  }
}
@keyframes showDown {
  from {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.main::after {
  bottom: 0px;
  background-color: #f700c0;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  animation: showUp 0.4s linear forwards;
}
@media (width >= 320px) {
  .main::after {
    left: -180px;
    bottom: -120px;
  }
}
@media (width >= 768px) {
  .main::after {
    left: 32px;
    bottom: -40px;
  }
}
@media (width >= 1220px) {
  .main::after {
    left: 164px;
    height: 227px;
  }
}
@media (width >= 1400px) {
  .main::after {
    left: calc((100% + 240px) / 12 + 7px + 60px);
    height: 261px;
  }
}
@media (width >= 1800px) {
  .main::after {
    left: 120px;
    height: 380px;
  }
}
@keyframes showUp {
  from {
    -webkit-transform: translateY(100%) scaleY(-1);
    -ms-transform: translateY(100%) scaleY(-1);
    transform: translateY(100%) scaleY(-1);
  }
  to {
    -webkit-transform: translateY(0%) scaleY(-1);
    -ms-transform: translateY(0%) scaleY(-1);
    transform: translateY(0%) scaleY(-1);
  }
}
.main__container {
  position: relative;
  height: 100%;
}
@media (width >= 1220px) {
  .main__container {
    position: static;
  }
}
.main__title {
  z-index: 2;
}
.main__title-first {
  transform: translateX(15%);
  animation: toLeft 0.4s linear forwards;
}
@keyframes toLeft {
  to {
    transform: translateX(0%);
  }
}
.main__title-first span:first-child {
  font-family: "Source Sans 3", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  font-size: 40px;
  animation: size-40px 0.4s linear forwards;
  -webkit-animation: size-40px 0.4s linear forwards;
}
@keyframes size-40px {
  from {
    font-size: 10px;
    opacity: 0;
  }
  to {
    font-size: 40px;
    opacity: 1;
  }
}
@media (width >= 768px) {
  .main__title-first span:first-child {
    font-size: 56px;
    animation: size-56px 0.4s linear forwards;
    -webkit-animation: size-56px 0.4s linear forwards;
  }
  @keyframes size-56px {
    from {
      font-size: 10px;
      opacity: 0;
    }
    to {
      font-size: 56px;
      opacity: 1;
    }
  }
}
@media (width >= 1220px) {
  .main__title-first span:first-child {
    font-size: 64px;
    animation: size-64px 0.4s linear forwards;
    -webkit-animation: size-64px 0.4s linear forwards;
  }
  @keyframes size-64px {
    from {
      font-size: 10px;
      opacity: 0;
    }
    to {
      font-size: 64px;
      opacity: 1;
    }
  }
}
@media (width >= 1400px) {
  .main__title-first span:first-child {
    font-size: 72px;
    animation: size-72px 0.4s linear forwards;
    -webkit-animation: size-72px 0.4s linear forwards;
  }
  @keyframes size-72px {
    from {
      font-size: 10px;
      opacity: 0;
    }
    to {
      font-size: 72px;
      opacity: 1;
    }
  }
}
@media (width >= 1800px) {
  .main__title-first span:first-child {
    font-size: 96px;
    animation: size-96px 0.4s linear forwards;
    -webkit-animation: size-96px 0.4s linear forwards;
  }
  @keyframes size-96px {
    from {
      font-size: 10px;
      opacity: 0;
    }
    to {
      font-size: 96px;
      opacity: 1;
    }
  }
}
.main__title-first span:last-child {
  font-family: "Source Sans 3", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  font-size: 28px;
  animation: size-28px 0.4s linear forwards;
  -webkit-animation: size-28px 0.4s linear forwards;
}
@keyframes size-28px {
  from {
    font-size: 10px;
    opacity: 0;
  }
  to {
    font-size: 28px;
    opacity: 1;
  }
}
@media (width >= 768px) {
  .main__title-first span:last-child {
    font-size: 36px;
    animation: size-36px 0.4s linear forwards;
    -webkit-animation: size-36px 0.4s linear forwards;
  }
  @keyframes size-36px {
    from {
      font-size: 10px;
      opacity: 0;
    }
    to {
      font-size: 36px;
      opacity: 1;
    }
  }
}
@media (width >= 1220px) {
  .main__title-first span:last-child {
    font-size: 44px;
    animation: size-44px 0.4s linear forwards;
    -webkit-animation: size-44px 0.4s linear forwards;
  }
  @keyframes size-44px {
    from {
      font-size: 10px;
      opacity: 0;
    }
    to {
      font-size: 44px;
      opacity: 1;
    }
  }
}
@media (width >= 1400px) {
  .main__title-first span:last-child {
    font-size: 52px;
    animation: size-52px 0.4s linear forwards;
    -webkit-animation: size-52px 0.4s linear forwards;
  }
  @keyframes size-52px {
    from {
      font-size: 10px;
      opacity: 0;
    }
    to {
      font-size: 52px;
      opacity: 1;
    }
  }
}
@media (width >= 1800px) {
  .main__title-first span:last-child {
    font-size: 64px;
    animation: size-64px 0.4s linear forwards;
    -webkit-animation: size-64px 0.4s linear forwards;
  }
  @keyframes size-64px {
    from {
      font-size: 10px;
      opacity: 0;
    }
    to {
      font-size: 64px;
      opacity: 1;
    }
  }
}
@keyframes size {
  from {
    font-size: 10px;
    opacity: 0;
  }
  100% {
    font-size: 64px;
    opacity: 1;
  }
}
@media (width >= 1220px) {
  .main__title-first {
    margin-top: 298px;
    margin-left: 8.3333333333%;
  }
}
@media (width >= 1400px) {
  .main__title-first {
    margin-top: 304px;
  }
}
@media (width >= 1800px) {
  .main__title-first {
    margin-top: 380px;
    margin-left: calc(12.5% - 20px);
  }
}
.main__title-second {
  display: inline-block;
  font-family: "NauryzRedKeds";
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: #67069f;
  padding: 12px 19px 12px 27px;
  background: url("../images/webp/main-word_1920.webp") no-repeat center/contain;
  margin-top: 12px;
  clip-path: inset(0 100% 0 0); /* Начальная маска: текст полностью скрыт справа */
  animation: revealFromLeft 1.2s linear forwards 0.4s;
}
@media (width >= 768px) {
  .main__title-second {
    font-size: 36px;
    padding: 20px 30px 20px 27px;
    margin-top: 24px;
  }
}
@media (width >= 1220px) {
  .main__title-second {
    font-size: 48px;
    padding: 29px 51px 29px 45px;
    margin-top: 16px;
  }
}
@media (width >= 1400px) {
  .main__title-second {
    font-size: 64px;
    padding: 36px 57px 36px 49px;
    margin-top: 0px;
  }
}
@media (width >= 1800px) {
  .main__title-second {
    font-size: 96px;
    padding: 39px 56px 39px 76px;
    margin-top: 30px;
  }
}
@keyframes revealFromLeft {
  to {
    clip-path: inset(0 0 0 0); /* Текст полностью раскрыт */
  }
}
@media (width >= 320px) {
  .main__title {
    position: absolute;
    top: 28%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (width >= 768px) {
  .main__title {
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (width >= 1220px) {
  .main__title {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.main__image {
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.main__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  visibility: hidden;
  animation: switch 1.6s step-start infinite;
}
.main__image img:nth-child(1) {
  visibility: visible;
  animation-delay: 1.2s;
}
.main__image img:nth-child(2) {
  animation-delay: 1.6s;
}
.main__image img:nth-child(3) {
  animation-delay: 2s;
}
.main__image img:nth-child(4) {
  animation-delay: 2.4s;
}
@keyframes switch {
  0% {
    visibility: visible;
  }
  33.33% {
    visibility: visible;
  }
  33.34% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}
@media (width >= 320px) {
  .main__image {
    width: 246px;
    height: 330px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-25%);
    -ms-transform: translateX(-50%) translateY(-25%);
    transform: translateX(-50%) translateY(-25%);
  }
}
@media (width >= 768px) {
  .main__image {
    top: auto;
    left: auto;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    right: -128px;
    width: 422px;
    height: 584px;
    bottom: 0px;
  }
}
@media (width >= 1220px) {
  .main__image {
    right: 120px;
    width: calc((100% - 240px) / 12 * 5 - 20px);
    height: auto;
    aspect-ratio: 4.22/5.84;
  }
}
@media (width >= 1400px) {
  .main__image {
    width: calc((100% - 120px) / 12 * 4.5 - 40px);
    bottom: -30px;
    aspect-ratio: 4.42/6.12;
  }
}
@media (width >= 1800px) {
  .main__image {
    bottom: -40px;
    aspect-ratio: 6.25/8.66;
  }
}
.main__button {
  position: relative;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.main__button span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: url("../images/svg/main-button-border.svg") no-repeat center/contain;
  transition: all 0.3s linear;
  width: 100%;
}
.main__button span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  inset: 0;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s linear;
  background-color: #ffffff;
  color: #f700c0;
}
.main__button span:last-child::after {
  position: absolute;
  z-index: 2;
  content: "";
  background: url("../images/svg/main-button-img.svg") no-repeat center/cover;
  display: block;
  transition: all 0.3s linear;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.main__button:hover span:first-child {
  width: 60%;
}
.main__button:hover span:last-child::after {
  -webkit-transform: translateX(130%);
  -ms-transform: translateX(130%);
  transform: translateX(130%);
}
@media (width >= 320px) {
  .main__button {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 2;
  }
  .main__button span:first-child {
    height: 60px;
    background-image: url("../images/svg/main-button-border_320.svg");
  }
  .main__button span:last-child {
    -webkit-align-self: center;
    align-self: center;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main__button span:last-child::after {
    width: 60px;
    height: 60px;
  }
  .main__button:hover span:first-child {
    opacity: 0;
  }
  .main__button:hover span:last-child {
    opacity: 1;
  }
  .main__button:hover span:last-child::after {
    -webkit-transform: translateX(160%);
    -ms-transform: translateX(160%);
    transform: translateX(160%);
  }
}
@media (width >= 768px) {
  .main__button {
    font-size: 24px;
    bottom: 100px;
    width: calc(58.3333333333% - 20px);
  }
  .main__button span:first-child {
    height: 72px;
    background-image: url("../images/svg/main-button-border.svg");
  }
  .main__button span:last-child {
    height: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
  .main__button span:last-child::after {
    width: 97px;
    height: 97px;
  }
  .main__button:hover span:last-child::after {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
  }
}
@media (width >= 1220px) {
  .main__button {
    width: 33.3333333333%;
    margin-left: 8.3333333333%;
    position: relative;
    bottom: auto;
  }
  .main__button:hover span:last-child::after {
    -webkit-transform: translateX(180%);
    -ms-transform: translateX(180%);
    transform: translateX(180%);
  }
}
@media (width >= 1400px) {
  .main__button {
    font-size: 40px;
    margin-left: calc(8.3333333333% + 16px);
    width: calc(41.6666666667% + 16px);
  }
  .main__button span:first-child {
    height: 112px;
  }
  .main__button span:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main__button span:last-child::after {
    width: 160px;
    height: 160px;
  }
  .main__button:hover span:last-child::after {
    -webkit-transform: translateX(162%);
    -ms-transform: translateX(162%);
    transform: translateX(162%);
  }
}
@media (width >= 1800px) {
  .main__button {
    margin-top: 10px;
    width: calc(33.3333333333% - 20px - 32px);
  }
  .main__button span:last-child::after {
    width: 191px;
    height: 191px;
  }
  .main__button:hover span:last-child::after {
    -webkit-transform: translateX(140%);
    -ms-transform: translateX(140%);
    transform: translateX(140%);
    margin-left: 13px;
  }
}
@media (width >= 768px) {
  .main {
    max-height: 800px;
  }
}
@media (width >= 1220px) {
  .main {
    max-height: none;
  }
}

.about {
  overflow-x: hidden;
}
.about__container {
  position: relative;
}
.about__container::before {
  content: "";
  position: absolute;
  background: url("../images/webp/about-circle.webp") no-repeat center/cover;
  height: auto;
  aspect-ratio: 1/1;
  bottom: 0;
  left: 8.3333333333%;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  animation: rotateback 2.4s ease-out infinite 100ms;
}
@keyframes rotateback {
  50% {
    -webkit-transform: rotate(-20deg) scaleX(-1);
    -ms-transform: rotate(-20deg) scaleX(-1);
    transform: rotate(-20deg) scaleX(-1);
  }
  to {
    -webkit-transform: rotate(0deg) scaleX(-1);
    -ms-transform: rotate(0deg) scaleX(-1);
    transform: rotate(0deg) scaleX(-1);
  }
}
@media (width >= 320px) {
  .about__container::before {
    display: none;
  }
}
@media (width >= 1220px) {
  .about__container::before {
    display: block;
    bottom: 100px;
    width: 140px;
  }
}
@media (width >= 1400px) {
  .about__container::before {
    bottom: 160px;
  }
}
@media (width >= 1800px) {
  .about__container::before {
    bottom: 40px;
    width: 180px;
  }
}
.about__container::after {
  content: "";
  position: absolute;
  background: url("../images/webp/about-circle.webp") no-repeat center/cover;
  height: auto;
  aspect-ratio: 1/1;
  animation: rotate 2.4s ease-out infinite 100ms;
}
@keyframes rotate {
  50% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media (width >= 320px) {
  .about__container::after {
    width: 80px;
    right: 0;
    bottom: 30px;
  }
}
@media (width >= 768px) {
  .about__container::after {
    top: 58px;
    width: calc(50% - 40px);
    right: -25px;
    bottom: auto;
  }
}
@media (width >= 1000px) {
  .about__container::after {
    top: 0;
  }
}
@media (width >= 1220px) {
  .about__container::after {
    width: calc(25% - 20px);
    right: 0;
    top: 140px;
  }
}
@media (width >= 1400px) {
  .about__container::after {
    top: 90px;
  }
}
@media (width >= 1800px) {
  .about__container::after {
    top: 0;
  }
}
@media (width >= 320px) {
  .about__container {
    padding-top: 40px;
    padding-bottom: 110px;
  }
}
@media (width >= 768px) {
  .about__container {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media (width >= 1220px) {
  .about__container {
    padding-bottom: 190px;
  }
}
@media (width >= 1400px) {
  .about__container {
    padding-top: 96px;
    padding-bottom: 210px;
  }
}
@media (width >= 1800px) {
  .about__container {
    padding-top: 100px;
    padding-bottom: 230px;
  }
}
.about__title {
  font-family: "NauryzRedKeds";
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  color: #67069f;
  text-align: center;
}
@media (width >= 320px) {
  .about__title {
    margin-bottom: 16px;
  }
}
@media (width >= 768px) {
  .about__title {
    font-size: 64px;
    margin-bottom: 24px;
    width: 50%;
  }
}
@media (width >= 1220px) {
  .about__title {
    font-size: 80px;
    margin-bottom: 40px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (width >= 1400px) {
  .about__title {
    font-size: 96px;
  }
}
@media (width >= 1800px) {
  .about__title {
    font-size: 108px;
    margin-bottom: 30px;
  }
}
.about__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #30097b;
  text-align: center;
}
@media (width >= 768px) {
  .about__subtitle {
    font-size: 16px;
    width: 50%;
  }
}
@media (width >= 1220px) {
  .about__subtitle {
    margin-left: auto;
    margin-right: auto;
    width: calc(50% - 20px);
    font-size: 20px;
  }
}
@media (width >= 1400px) {
  .about__subtitle {
    font-size: 24px;
  }
}
@media (width >= 1800px) {
  .about__subtitle {
    font-size: 32px;
  }
}
.about__block {
  background-color: #ffcc1e;
}
.about__block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (width >= 320px) {
  .about__block-container {
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
}
@media (width >= 768px) {
  .about__block-container {
    padding-top: 90px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px;
  }
}
@media (width >= 1220px) {
  .about__block-container {
    padding-top: 190px;
    padding-bottom: 90px;
  }
}
@media (width >= 1400px) {
  .about__block-container {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}
@media (width >= 1800px) {
  .about__block-container {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.about__block-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #30097b;
}
.about__block-text span {
  color: #9747ff;
  background: url("../images/svg/about-word-border.svg") no-repeat center/contain;
  padding: 3px 5px;
}
@media (width >= 768px) {
  .about__block-text {
    font-size: 16px;
    width: calc(50% - 20px);
  }
  .about__block-text span {
    padding: 4px 8px;
  }
}
@media (width >= 1220px) {
  .about__block-text {
    font-size: 20px;
    width: calc(41.6666666667% - 20px);
    margin-left: 8.3333333333%;
  }
  .about__block-text span {
    padding: 6px 8px;
  }
}
@media (width >= 1400px) {
  .about__block-text {
    font-size: 24px;
    width: calc(33.3333333333% - 20px);
  }
}
@media (width >= 1800px) {
  .about__block-text {
    font-size: 32px;
  }
  .about__block-text span {
    padding: 8px 10px;
  }
}
.about__block-image {
  position: relative;
}
.about__block-image::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  display: block;
  transform: rotate(3deg);
  background-color: #67069f;
}
.about__block-image::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) rotate(34deg);
  -ms-transform: translateX(-50%) rotate(34deg);
  transform: translateX(-50%) rotate(34deg);
  background: url("../images/webp/about-pin.webp") no-repeat center/cover;
  height: auto;
  aspect-ratio: 1/1;
}
@media (width >= 320px) {
  .about__block-image::after {
    top: -40px;
    width: 52px;
  }
}
@media (width >= 768px) {
  .about__block-image::after {
    width: 54px;
  }
}
@media (width >= 1220px) {
  .about__block-image::after {
    top: -70px;
    width: 93px;
  }
}
@media (width >= 1800px) {
  .about__block-image::after {
    top: -98px;
    width: 130px;
  }
}
.about__block-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (width >= 320px) {
  .about__block-image {
    width: calc(100% - 9px);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .about__block-image::before {
    left: 6px;
  }
}
@media (width >= 768px) {
  .about__block-image {
    width: calc(50% - 20px - 10px);
    max-width: none;
  }
}
@media (width >= 1220px) {
  .about__block-image {
    width: calc(50% - 20px - 10px);
  }
}
@media (width >= 1400px) {
  .about__block-image {
    width: calc(41.6666666667% - 10px);
    margin-right: 8.3333333333%;
  }
}
.about__line {
  margin-left: -10px;
  margin-right: -10px;
  background: linear-gradient(90deg, #f84355 0%, #ffcc1e 28.85%, #f700c0 50.48%, #67069f 72.12%, #30097b 100%);
  box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about__line._first {
  -webkit-transform: rotate(1.8deg);
  -ms-transform: rotate(1.8deg);
  transform: rotate(1.8deg);
  z-index: 1;
}
.about__line._second {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, #f84355 0%, #ffcc1e 28.85%, #f700c0 50.48%, #67069f 72.12%, #30097b 100%);
  z-index: 0;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@media (width >= 320px) {
  .about__line._second {
    margin-bottom: -36px;
  }
}
@media (width >= 768px) {
  .about__line._second {
    margin-bottom: -52px;
  }
}
@media (width >= 1220px) {
  .about__line._second {
    margin-bottom: -100px;
  }
}
@media (width >= 1800px) {
  .about__line._second {
    margin-bottom: -172px;
  }
}
.about__line-container {
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-timing-function: linear;
}
@media (width >= 320px) {
  .about__line-container {
    gap: 12px;
  }
}
@media (width >= 768px) {
  .about__line-container {
    gap: 24px;
  }
}
@media (width >= 1220px) {
  .about__line-container {
    gap: 42px;
  }
}
.about__line .swiper-slide {
  width: auto;
}
.about__line-el {
  width: fit-content;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about__line-el-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (width >= 320px) {
  .about__line-el-container {
    gap: 12px;
  }
}
@media (width >= 768px) {
  .about__line-el-container {
    gap: 24px;
  }
}
@media (width >= 1220px) {
  .about__line-el-container {
    gap: 42px;
  }
}
.about__line-el img {
  width: 202px;
  height: 85px;
}
.about__line-el::after {
  content: "";
  display: inline-block;
  background: url("../images/webp/about-dot.webp") no-repeat center/cover;
  width: 18px;
  height: 11px;
}
@media (width >= 320px) {
  .about__line-el {
    gap: 12px;
  }
  .about__line-el img {
    width: 46px;
    height: 20px;
  }
  .about__line-el::after {
    width: 12px;
    height: 7.518px;
  }
}
@media (width >= 768px) {
  .about__line-el {
    font-size: 16px;
    gap: 24px;
  }
  .about__line-el img {
    width: 89.003px;
    height: 37.449px;
  }
}
@media (width >= 1220px) {
  .about__line-el {
    font-size: 36px;
    gap: 42px;
  }
  .about__line-el img {
    width: 202px;
    height: 85px;
  }
  .about__line-el::after {
    width: 18px;
    height: 11px;
  }
}
@media (width >= 1800px) {
  .about__line-el {
    font-size: 48px;
  }
}
@media (width >= 320px) {
  .about__line {
    height: 32px;
  }
}
@media (width >= 768px) {
  .about__line {
    height: 50px;
  }
}
@media (width >= 1220px) {
  .about__line {
    height: 98px;
  }
}
@media (width >= 1400px) {
  .about__line {
    height: 108px;
  }
}
@media (width >= 1800px) {
  .about__line {
    height: 140px;
  }
}

.projects {
  overflow-x: hidden;
  background: url("../images/webp/projects-background.webp") no-repeat center/cover;
}
@media (width >= 320px) {
  .projects__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (width >= 768px) {
  .projects__container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (width >= 1220px) {
  .projects__container {
    margin-left: 120px;
    margin-right: 120px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (width >= 1400px) {
  .projects__container {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (width >= 1800px) {
  .projects__container {
    padding-top: 130px;
    padding-bottom: 120px;
  }
}
.projects__title {
  font-family: "NauryzRedKeds";
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  color: #67069f;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (width >= 320px) {
  .projects__title {
    margin-bottom: 12px;
  }
}
@media (width >= 768px) {
  .projects__title {
    font-size: 64px;
    margin-bottom: 40px;
  }
}
@media (width >= 1220px) {
  .projects__title {
    font-size: 80px;
  }
}
@media (width >= 1400px) {
  .projects__title {
    font-size: 96px;
  }
}
@media (width >= 1800px) {
  .projects__title {
    font-size: 108px;
    margin-bottom: 60px;
  }
}
.projects__list-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.projects__list-el {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.projects__list-el._first .projects__list-el-container:nth-child(1) {
  background-image: url("../images/webp/projects-el1.webp");
}
.projects__list-el._first .projects__list-el-container:nth-child(2) {
  background-image: url("../images/webp/projects-el2.webp");
}
.projects__list-el._first .projects__list-el-container:nth-child(3) {
  background-image: url("../images/webp/projects-el3.webp");
}
.projects__list-el._second .projects__list-el-container:nth-child(1) {
  background-image: url("../images/webp/projects-el4.webp");
}
.projects__list-el._second .projects__list-el-container:nth-child(2) {
  background-image: url("../images/webp/projects-el5.webp");
}
.projects__list-el._second .projects__list-el-container:nth-child(3) {
  background-image: url("../images/webp/projects-el6.webp");
}
.projects__list-el-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.projects__list-el-container[data-fancybox]:hover {
  cursor: pointer;
}
.projects__list-el-container:nth-child(1) .projects__list-el-tags-item {
  color: #30097b;
  background-color: #ffcc1e;
}
.projects__list-el-container:nth-child(2) .projects__list-el-tags-item {
  color: #30097b;
  background-color: rgba(247, 0, 192, 0.4);
}
.projects__list-el-container:nth-child(3) .projects__list-el-tags-item {
  color: #ffffff;
  background-color: #7a73ff;
}
@media (width >= 320px) {
  .projects__list-el-container.empty {
    display: none;
  }
  .projects__list-el-container:nth-child(1) {
    flex: 0 0 279px;
    height: 237.062px;
  }
  .projects__list-el-container:nth-child(1) .projects__list-el-image {
    width: 147px;
    height: 110px;
    margin-left: 34px;
    margin-top: 42px;
  }
  .projects__list-el-container:nth-child(1) .projects__list-el-tags {
    margin-top: 8px;
    margin-left: 34px;
    gap: 4px;
    max-width: 170px;
  }
  .projects__list-el-container:nth-child(2) {
    flex: 0 0 225px;
    height: 247px;
  }
  .projects__list-el-container:nth-child(2) .projects__list-el-image {
    width: 138px;
    height: 102px;
    margin-left: 34px;
    margin-top: 45px;
  }
  .projects__list-el-container:nth-child(2) .projects__list-el-tags {
    margin-top: 6px;
    margin-left: 16px;
    gap: 4px;
    max-width: 180px;
  }
  .projects__list-el-container:nth-child(3) {
    flex: 0 0 256px;
    height: 237px;
  }
  .projects__list-el-container:nth-child(3) .projects__list-el-image {
    width: 138px;
    height: 96px;
    margin-left: 56px;
    margin-top: 35px;
  }
  .projects__list-el-container:nth-child(3) .projects__list-el-tags {
    margin-top: 8px;
    margin-left: 34px;
    gap: 4px;
    max-width: 190px;
  }
}
@media (width >= 768px) {
  .projects__list-el-container:nth-child(1) {
    flex: 0 0 553px;
    height: 470px;
  }
  .projects__list-el-container:nth-child(1) .projects__list-el-image {
    width: 297px;
    height: 221px;
    margin-left: 67px;
    margin-top: 82px;
  }
  .projects__list-el-container:nth-child(1) .projects__list-el-tags {
    margin-top: 12px;
    margin-left: 67px;
    gap: 12px;
    max-width: 320px;
  }
  .projects__list-el-container:nth-child(2) {
    flex: 0 0 428px;
    height: 470px;
  }
  .projects__list-el-container:nth-child(2) .projects__list-el-image {
    width: 263px;
    height: 197px;
    margin-left: 65px;
    margin-top: 85px;
  }
  .projects__list-el-container:nth-child(2) .projects__list-el-tags {
    margin-top: 20px;
    margin-left: 65px;
    gap: 16px;
    max-width: 300px;
  }
  .projects__list-el-container:nth-child(3) {
    flex: 0 0 454px;
    height: 421px;
  }
  .projects__list-el-container:nth-child(3) .projects__list-el-image {
    width: 215px;
    height: 170px;
    margin-left: 122px;
    margin-top: 68px;
  }
  .projects__list-el-container:nth-child(3) .projects__list-el-tags {
    margin-top: 20px;
    margin-left: 122px;
    gap: 8px;
    max-width: 260px;
  }
}
@media (width >= 1220px) {
  .projects__list-el-container.empty {
    display: flex;
  }
  .projects__list-el-container:nth-child(1) {
    flex: 0 0 400px;
    height: auto;
    aspect-ratio: 4/3.37;
    margin-right: -72px;
  }
  .projects__list-el-container:nth-child(1) .projects__list-el-image {
    width: 213px;
    height: 159px;
    margin-left: 48px;
    margin-top: 60px;
  }
  .projects__list-el-container:nth-child(1) .projects__list-el-tags {
    margin-top: 6px;
    margin-left: 48px;
    gap: 8px;
    max-width: 240px;
  }
  .projects__list-el-container:nth-child(2) {
    height: auto;
    flex: 0 0 414px;
    aspect-ratio: 4.14/4.54;
  }
  .projects__list-el-container:nth-child(2) .projects__list-el-image {
    width: 254px;
    height: 191px;
    margin-left: 62px;
    margin-top: 82px;
  }
  .projects__list-el-container:nth-child(2) .projects__list-el-tags {
    margin-top: 20px;
    margin-left: 62px;
    gap: 12px;
    max-width: 280px;
  }
  .projects__list-el-container:nth-child(3) {
    height: auto;
    flex: 0 0 335px;
    aspect-ratio: 3.35/3.1;
    margin-left: -37px;
  }
  .projects__list-el-container:nth-child(3) .projects__list-el-image {
    width: 148px;
    height: 117px;
    margin-left: 85px;
    margin-top: 54px;
  }
  .projects__list-el-container:nth-child(3) .projects__list-el-tags {
    margin-top: 0px;
    margin-left: 46px;
    gap: 6px;
    max-width: 240px;
  }
}
@media (width >= 1400px) {
  .projects__list-el-container:nth-child(1) {
    flex: 0 0 480px;
    aspect-ratio: 4.8/4.08;
    margin-right: -72px;
  }
  .projects__list-el-container:nth-child(1) .projects__list-el-image {
    width: 246px;
    height: 184px;
    margin-left: 68px;
    margin-top: 74px;
  }
  .projects__list-el-container:nth-child(1) .projects__list-el-tags {
    margin-top: 12px;
    margin-left: 68px;
    gap: 12px;
    max-width: 260px;
  }
  .projects__list-el-container:nth-child(2) {
    flex: 0 0 464px;
    aspect-ratio: 4.64/5.09;
  }
  .projects__list-el-container:nth-child(2) .projects__list-el-image {
    width: 285px;
    height: 214px;
    margin-left: 72px;
    margin-top: 96px;
  }
  .projects__list-el-container:nth-child(2) .projects__list-el-tags {
    margin-top: 20px;
    margin-left: 72px;
    gap: 12px;
    max-width: 320px;
  }
  .projects__list-el-container:nth-child(3) {
    flex: 0 0 394px;
    aspect-ratio: 3.94/3.65;
    margin-left: -40px;
  }
  .projects__list-el-container:nth-child(3) .projects__list-el-image {
    width: 193px;
    height: 135px;
    margin-left: 100px;
    margin-top: 62px;
  }
  .projects__list-el-container:nth-child(3) .projects__list-el-tags {
    margin-top: 12px;
    margin-left: 56px;
    gap: 8px;
    max-width: 280px;
  }
}
@media (width >= 1800px) {
  .projects__list-el-container:nth-child(1) {
    flex: 0 0 606px;
    aspect-ratio: 6.06/5.15;
    margin-right: -80px;
  }
  .projects__list-el-container:nth-child(1) .projects__list-el-image {
    width: 304px;
    height: 228px;
    margin-left: 86px;
    margin-top: 94px;
  }
  .projects__list-el-container:nth-child(1) .projects__list-el-tags {
    margin-top: 24px;
    margin-left: 86px;
    gap: 16px;
    max-width: 360px;
  }
  .projects__list-el-container:nth-child(2) {
    flex: 0 0 648px;
    aspect-ratio: 6.48/7.11;
  }
  .projects__list-el-container:nth-child(2) .projects__list-el-image {
    width: 450px;
    height: 336px;
    margin-left: 76px;
    margin-top: 113px;
  }
  .projects__list-el-container:nth-child(2) .projects__list-el-tags {
    margin-top: 30px;
    margin-left: 76px;
    gap: 20px;
    max-width: 470px;
  }
  .projects__list-el-container:nth-child(3) {
    flex: 0 0 571px;
    aspect-ratio: 5.71/5.29;
    margin-left: -63px;
  }
  .projects__list-el-container:nth-child(3) .projects__list-el-image {
    width: 280px;
    height: 210px;
    margin-left: 130px;
    margin-top: 94px;
  }
  .projects__list-el-container:nth-child(3) .projects__list-el-tags {
    margin-top: 24px;
    margin-left: 130px;
    gap: 12px;
    max-width: 340px;
  }
}
.projects__list-el-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.projects__list-el-image img {
  display: block;
  width: 100%;
  height: auto;
}
.projects__list-el-image::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 4px 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
  z-index: 1;
}
.projects__list-el-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.projects__list-el-tags-item {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 40px;
}
@media (width >= 320px) {
  .projects__list-el-tags-item {
    padding: 4px 4px;
  }
}
@media (width >= 768px) {
  .projects__list-el-tags-item {
    padding: 10px 10px;
    font-size: 14px;
  }
}
@media (width >= 1400px) {
  .projects__list-el-tags-item {
    font-size: 16px;
  }
}
@media (width >= 1800px) {
  .projects__list-el-tags-item {
    font-size: 20px;
  }
}
@media (width >= 320px) {
  .projects__list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (width >= 360px) {
  .projects__list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (width >= 768px) {
  .projects__list {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (width >= 1220px) {
  .projects__list {
    padding: 0;
    margin-right: -120px;
    margin-left: -120px;
  }
}
.projects__button {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}
.projects__button:is(.swiper-button-lock) {
  display: none;
}
.projects__button-border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.projects__button-border._yellow {
  z-index: 1;
}
.projects__button-text {
  width: fit-content;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  color: #67069f;
  text-align: right;
}
.projects__button-text span {
  display: block;
  font-family: "NauryzRedKeds";
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
.projects__button-border {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  height: calc(100% - 2px);
  -webkit-transform: rotate(9.452deg);
  -ms-transform: rotate(9.452deg);
  transform: rotate(9.452deg);
}
.projects__button-border._yellow {
  opacity: 0;
}
.projects__button::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.projects__button:hover .projects__button-border {
  -webkit-transform: rotate(14.845deg);
  -ms-transform: rotate(14.845deg);
  transform: rotate(14.845deg);
  stroke-width: 3;
}
.projects__button:hover .projects__button-border._yellow {
  opacity: 1;
  -webkit-transform: rotate(9.452deg);
  -ms-transform: rotate(9.452deg);
  transform: rotate(9.452deg);
}
@media (width >= 320px) {
  .projects__button {
    display: none;
  }
}
@media (width >= 1220px) {
  .projects__button {
    z-index: 0;
    margin-top: -52px;
    display: block;
    width: 271px;
    height: 115px;
    margin-left: auto;
    margin-right: calc((100% - 240px) / 12 + 120px);
  }
  .projects__button-text {
    padding-top: 30px;
    padding-left: 72px;
  }
  .projects__button::after {
    left: 99px;
    bottom: 15px;
    background: url("../images/svg/projects-button.svg") no-repeat center/cover;
    width: 43px;
    height: 43px;
  }
}
@media (width >= 1400px) {
  .projects__button {
    margin-bottom: 20px;
    width: 356px;
    height: 156px;
    margin-right: calc((100% - 240px) / 12 * 0.36 + 120px);
  }
  .projects__button-text {
    padding-top: 39px;
    padding-left: 92px;
  }
  .projects__button::after {
    left: 115px;
    bottom: 22px;
    width: 56px;
    height: 56px;
  }
}
@media (width >= 1800px) {
  .projects__button {
    margin-top: -80px;
    width: 566px;
    height: 230px;
  }
  .projects__button-text {
    padding-top: 52px;
    padding-left: 157px;
    font-size: 36px;
  }
  .projects__button-text span {
    font-size: 36px;
  }
  .projects__button::after {
    left: 209px;
    bottom: 35px;
    width: 73px;
    height: 71px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .projects__button:hover::after {
    left: 389px;
  }
}

.discuss {
  background-color: #30097b;
}
.discuss__title {
  display: block;
  width: fit-content;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.discuss__title span {
  font-family: "NauryzRedKeds";
  line-height: 140%;
  letter-spacing: 0.2px;
}
.discuss__title span:first-child {
  color: #ffcc1e;
}
.discuss__title span:last-child {
  color: #f700c0;
}
@media (width >= 768px) {
  .discuss__title {
    font-size: 36px;
  }
  .discuss__title span {
    font-size: 40px;
    letter-spacing: 0.4px;
  }
}
@media (width >= 1220px) {
  .discuss__title {
    font-size: 44px;
  }
  .discuss__title span {
    font-size: 64px;
    letter-spacing: normal;
  }
}
@media (width >= 1400px) {
  .discuss__title {
    font-size: 52px;
  }
}
@media (width >= 1800px) {
  .discuss__title {
    font-size: 64px;
  }
  .discuss__title span {
    font-size: 64px;
  }
}
.discuss__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #30097b;
  letter-spacing: 0.12px;
  border-radius: 40px;
}
@media (width >= 320px) {
  .discuss__button {
    margin-top: 24px;
    width: 141px;
    height: 33px;
  }
}
@media (width >= 768px) {
  .discuss__button {
    margin-top: 24px;
    width: 233px;
    height: 58px;
    font-size: 24px;
  }
}
@media (width >= 1220px) {
  .discuss__button {
    margin-top: 36px;
  }
}
@media (width >= 1400px) {
  .discuss__button {
    margin-top: 40px;
  }
}
@media (width >= 1800px) {
  .discuss__button {
    margin-top: 56px;
  }
}
@media (width >= 320px) {
  .discuss {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (width >= 768px) {
  .discuss {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (width >= 1400px) {
  .discuss {
    padding-top: 94px;
    padding-bottom: 96px;
  }
}
@media (width >= 1800px) {
  .discuss {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

.btn-liquid {
  position: relative;
}
.btn-liquid .inner {
  position: relative;
  z-index: 2;
}
.btn-liquid canvas {
  position: absolute;
  top: -50px;
  right: -50px;
  bottom: -50px;
  left: -50px;
  z-index: 1;
}

.partners {
  background-color: rgba(103, 6, 159, 0.5019607843);
  position: relative;
}
.partners::before {
  content: "";
  position: absolute;
  background: url("../images/webp/partners-image.webp") no-repeat center/cover;
  animation: scale 2.4s ease-out infinite 100ms;
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
}
@keyframes scale {
  50% {
    -webkit-transform: scale(1.44) translateY(-60%);
    -ms-transform: scale(1.44) translateY(-60%);
    transform: scale(1.44) translateY(-60%);
  }
  to {
    -webkit-transform: scale(1) translateY(-80%);
    -ms-transform: scale(1) translateY(-80%);
    transform: scale(1) translateY(-80%);
  }
}
@media (width >= 320px) {
  .partners::before {
    width: 72px;
    height: 72px;
    left: 20px;
  }
}
@media (width >= 768px) {
  .partners::before {
    width: 118px;
    height: 118px;
    left: 60px;
  }
}
@media (width >= 1220px) {
  .partners::before {
    width: 170px;
    height: 170px;
    left: 120px;
  }
}
@media (width >= 1400px) {
  .partners::before {
    width: 198px;
    height: 198px;
  }
}
@media (width >= 1800px) {
  .partners::before {
    width: 258px;
    height: 258px;
  }
}
.partners__title {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "NauryzRedKeds";
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
}
@media (width >= 320px) {
  .partners__title {
    margin-bottom: 24px;
  }
}
@media (width >= 768px) {
  .partners__title {
    font-size: 64px;
    margin-bottom: 32px;
  }
}
@media (width >= 1220px) {
  .partners__title {
    font-size: 80px;
    margin-bottom: 40px;
  }
}
@media (width >= 1400px) {
  .partners__title {
    font-size: 96px;
    margin-bottom: 80px;
  }
}
@media (width >= 1800px) {
  .partners__title {
    font-size: 108px;
  }
}
@media (width >= 320px) {
  .partners__list._first {
    margin-bottom: 4px;
  }
}
@media (width >= 768px) {
  .partners__list._first {
    margin-bottom: 8px;
  }
}
@media (width >= 1220px) {
  .partners__list._first {
    margin-bottom: 16px;
  }
}
.partners__list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
@media (width >= 320px) {
  .partners__list .swiper-slide {
    width: 136px;
    height: 60px;
  }
}
@media (width >= 768px) {
  .partners__list .swiper-slide {
    width: 272px;
    height: 120px;
  }
}
@media (width >= 1220px) {
  .partners__list .swiper-slide {
    width: 363px;
    height: 160px;
  }
}
@media (width >= 1400px) {
  .partners__list .swiper-slide {
    width: 408px;
    height: 180px;
  }
}
@media (width >= 1800px) {
  .partners__list .swiper-slide {
    width: 520px;
    height: 230px;
  }
}
@media (width >= 320px) {
  .partners {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (width >= 768px) {
  .partners {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (width >= 1400px) {
  .partners {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (width >= 1800px) {
  .partners {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.reasons {
  overflow-x: hidden;
}
.reasons__container {
  position: relative;
}
@media (width >= 320px) {
  .reasons__container {
    margin: 0;
  }
}
@media (width >= 768px) {
  .reasons__container {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (width >= 1220px) {
  .reasons__container {
    margin-left: 120px;
    margin-right: 120px;
  }
}
.reasons__title {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "NauryzRedKeds";
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  color: #67069f;
}
@media (width >= 320px) {
  .reasons__title {
    margin-bottom: 24px;
  }
}
@media (width >= 768px) {
  .reasons__title {
    font-size: 64px;
    margin-bottom: 32px;
  }
}
@media (width >= 1220px) {
  .reasons__title {
    font-size: 80px;
    margin-bottom: 40px;
  }
}
@media (width >= 1400px) {
  .reasons__title {
    font-size: 96px;
    margin-bottom: 80px;
  }
}
@media (width >= 1800px) {
  .reasons__title {
    font-size: 108px;
  }
}
.reasons__list {
  position: relative;
}
.reasons__list-el {
  border-radius: 24px;
  border: 1px solid #67069f;
  background-color: #ffffff;
}
.reasons__list-el-title {
  font-family: "NauryzRedKeds";
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #30097b;
  text-align: center;
}
@media (width >= 320px) {
  .reasons__list-el-title {
    margin-bottom: 12px;
  }
}
@media (width >= 1220px) {
  .reasons__list-el-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (width >= 1800px) {
  .reasons__list-el-title {
    font-size: 36px;
  }
}
.reasons__list-el-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #30097b;
}
@media (width >= 320px) {
  .reasons__list-el {
    flex: 0 0 240px;
    padding: 12px 12px;
  }
  .reasons__list-el:last-child {
    margin-right: 20px;
  }
}
@media (width >= 360px) {
  .reasons__list-el:last-child {
    margin-right: 60px;
  }
}
@media (width >= 768px) {
  .reasons__list-el {
    width: calc(33.3333333333% - 10px);
  }
  .reasons__list-el:first-child {
    position: absolute;
    top: 40px;
    left: 0;
  }
  .reasons__list-el:first-child::after {
    content: "";
    position: absolute;
    top: -21px;
    left: -10px;
    display: block;
    z-index: 1;
    background: url("../images/webp/reason-puzzle1.webp") no-repeat center/cover;
    width: 56px;
    height: 50px;
    animation: puzzle1 2.4s infinite;
  }
  @keyframes puzzle1 {
    50% {
      -webkit-transform: rotate(-63.295deg);
      -ms-transform: rotate(-63.295deg);
      transform: rotate(-63.295deg);
    }
    to {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
    }
  }
  .reasons__list-el:nth-child(2) {
    margin-bottom: 12px;
  }
  .reasons__list-el:nth-child(2), .reasons__list-el:nth-child(3) {
    margin-left: calc(33.3333333333% + 5px);
  }
  .reasons__list-el:nth-child(3) {
    position: relative;
  }
  .reasons__list-el:nth-child(3)::after {
    content: "";
    position: absolute;
    bottom: -16px;
    right: -21px;
    display: block;
    z-index: 1;
    background: url("../images/webp/reason-puzzle2.webp") no-repeat center/cover;
    width: 43px;
    height: 51px;
    animation: puzzle2 3.6s infinite;
  }
  @keyframes puzzle2 {
    50% {
      -webkit-transform: rotate(79.085deg);
      -ms-transform: rotate(79.085deg);
      transform: rotate(79.085deg);
    }
    to {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
    }
  }
  .reasons__list-el:last-child {
    margin-right: 0px;
    position: absolute;
    top: 40px;
    right: 0;
  }
  .reasons__list-el:last-child::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -13px;
    display: block;
    z-index: 1;
    background: url("../images/webp/reason-puzzle3.webp") no-repeat center/cover;
    width: 49px;
    height: 40px;
    animation: puzzle3 8.8s infinite;
  }
  @keyframes puzzle3 {
    50% {
      -webkit-transform: rotate(178.005deg);
      -ms-transform: rotate(178.005deg);
      transform: rotate(178.005deg);
    }
    to {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
    }
  }
}
@media (width >= 1220px) {
  .reasons__list-el {
    padding: 24px 24px;
  }
  .reasons__list-el-text {
    font-size: 16px;
  }
  .reasons__list-el:first-child {
    top: 10px;
    width: calc(25% - 20px);
  }
  .reasons__list-el:first-child::after {
    width: 90px;
    height: 80px;
    top: -25px;
    left: -22px;
  }
  .reasons__list-el:nth-child(2) {
    margin-bottom: 20px;
    width: calc(33.3333333333% - 20px);
    margin-left: calc(41.6666666667% + 20px);
  }
  .reasons__list-el:nth-child(3) {
    width: calc(41.6666666667% - 20px);
    margin-left: 25%;
  }
  .reasons__list-el:nth-child(3)::after {
    width: 69px;
    height: 83px;
    bottom: -20px;
    right: -27px;
  }
  .reasons__list-el:last-child {
    width: calc(25% - 20px);
    top: auto;
    bottom: 20px;
  }
  .reasons__list-el:last-child::after {
    width: 97px;
    height: 80px;
    bottom: -30px;
    right: -46px;
  }
}
@media (width >= 1400px) {
  .reasons__list-el:first-child::after {
    top: -45px;
    left: -32px;
  }
  .reasons__list-el:nth-child(3)::after {
    bottom: -26px;
    right: -40px;
  }
  .reasons__list-el:last-child {
    top: 46px;
    bottom: auto;
  }
  .reasons__list-el:last-child::after {
    bottom: -43px;
  }
}
@media (width >= 1800px) {
  .reasons__list-el-text {
    font-size: 24px;
  }
  .reasons__list-el:first-child::after {
    width: 112px;
    height: 100px;
    top: -45px;
    left: -32px;
  }
  .reasons__list-el:nth-child(3)::after {
    width: 83px;
    height: 100px;
    bottom: -26px;
    right: -40px;
  }
  .reasons__list-el:last-child {
    top: 46px;
    bottom: auto;
  }
  .reasons__list-el:last-child::after {
    width: 121px;
    height: 100px;
    bottom: -50px;
    right: -60px;
  }
}
@media (width >= 320px) {
  .reasons__list {
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    margin-right: -20px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .reasons__list::-webkit-scrollbar {
    display: none;
  }
}
@media (width >= 360px) {
  .reasons__list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (width >= 768px) {
  .reasons__list {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    display: block;
    position: relative;
    overflow: initial;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 54px;
  }
  .reasons__list::-webkit-scrollbar {
    display: none;
  }
}
@media (width >= 1220px) {
  .reasons__list {
    margin-top: 70px;
  }
}
@media (width >= 1400px) {
  .reasons__list {
    margin-top: 110px;
  }
}
@media (width >= 1800px) {
  .reasons__list {
    margin-top: 140px;
  }
}
@media (width >= 320px) {
  .reasons {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (width >= 768px) {
  .reasons__container span._first::before {
    content: "";
    display: block;
    width: 68px;
    height: 62px;
    background: url("../images/svg/reason-arrow1_768.svg") no-repeat center/cover;
    position: absolute;
    top: 60px;
    left: calc(16.6666666667vw - 40px);
  }
  .reasons__container span._first::after {
    content: "";
    display: block;
    width: 35px;
    height: 41px;
    background: url("../images/svg/reason-arrow2_768.svg") no-repeat center/cover;
    position: absolute;
    top: 64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .reasons__container span._second::before {
    content: "";
    display: block;
    width: 68px;
    height: 72px;
    background: url("../images/svg/reason-arrow3_768.svg") no-repeat center/cover;
    position: absolute;
    top: 60px;
    right: calc(16.6666666667vw - 20px);
  }
}
@media (width >= 1220px) {
  .reasons {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .reasons__container span._first::before {
    width: 122px;
    height: 91px;
    background-image: url("../images/svg/reason-arrow1_1280.svg");
    position: absolute;
    top: 70px;
    left: 12.5%;
  }
  .reasons__container span._first::after {
    width: 156px;
    height: 156px;
    background-image: url("../images/svg/reason-arrow2_1280.svg");
    position: absolute;
    top: 120px;
    left: calc(33.3333333333% + 10px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .reasons__container span._second::before {
    width: 71px;
    height: 69px;
    background-image: url("../images/svg/reason-arrow3_1280.svg");
    position: absolute;
    top: 76px;
    right: 35%;
  }
  .reasons__container span._second::after {
    content: "";
    display: block;
    width: 124px;
    height: 107px;
    background: url("../images/svg/reason-arrow4_1280.svg") no-repeat center/cover;
    position: absolute;
    top: 80px;
    right: 8.3333333333%;
  }
}
@media (width >= 1400px) {
  .reasons {
    padding-top: 96px;
    padding-bottom: 130px;
  }
  .reasons__container span._first::before {
    width: 139px;
    height: 109px;
    top: 90px;
    left: 12.5%;
  }
  .reasons__container span._first::after {
    top: 140px;
    width: 224px;
    height: 222px;
  }
  .reasons__container span._second::before {
    width: 101px;
    height: 99px;
    top: 96px;
    right: 35%;
  }
  .reasons__container span._second::after {
    top: 110px;
    right: calc(8.3333333333% + 60px);
    width: 142px;
    height: 129px;
  }
}
@media (width >= 1800px) {
  .reasons {
    padding-top: 120px;
    padding-bottom: 130px;
  }
  .reasons__container span._first::before {
    width: 182px;
    height: 133px;
    top: 120px;
    left: 12.5%;
  }
  .reasons__container span._first::after {
    width: 276px;
    height: 278px;
    top: 140px;
  }
  .reasons__container span._second::before {
    top: 110px;
    right: 35%;
    width: 113px;
    height: 110px;
  }
  .reasons__container span._second::after {
    top: 110px;
    right: 8.3333333333%;
    width: 185px;
    height: 157px;
  }
}

.reviews {
  background-color: #7859b3;
}
.reviews__title {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "NauryzRedKeds";
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
}
@media (width >= 320px) {
  .reviews__title {
    margin-bottom: 24px;
  }
}
@media (width >= 768px) {
  .reviews__title {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
@media (width >= 1220px) {
  .reviews__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
@media (width >= 1400px) {
  .reviews__title {
    font-size: 64px;
    margin-bottom: 80px;
  }
}
@media (width >= 1800px) {
  .reviews__title {
    font-size: 96px;
  }
}
.reviews__list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.reviews__list-background {
  position: absolute;
  z-index: 0;
  width: auto;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
@media (width >= 320px) {
  .reviews__list-background.shifted {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
  }
}
@media (width >= 768px) {
  .reviews__list-background.shifted {
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
  }
}
@media (width >= 1220px) {
  .reviews__list-background.shifted {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@media (width >= 1400px) {
  .reviews__list-background.shifted {
    -webkit-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    transform: translateX(-160px);
  }
}
@media (width >= 1800px) {
  .reviews__list-background.shifted {
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
}
.reviews__list-container {
  border-radius: 12px;
  border: 1px solid transparent;
  border-image: linear-gradient(-225deg, #f84355, #ffcc1e, #f700c0, #67069f, #30097b) 1;
  border-image-slice: 1;
  -webkit-mask-image: radial-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(-225deg, #f84355, #ffcc1e, #f700c0, #67069f, #30097b);
}
@media (width >= 320px) {
  .reviews__list-container {
    border-width: 8px;
  }
}
@media (width >= 768px) {
  .reviews__list-container {
    border-width: 12px;
  }
}
@media (width >= 1220px) {
  .reviews__list-container {
    border-width: 24px;
  }
}
.reviews__list-el {
  background-color: #ffffff;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.reviews__list-el img {
  border-radius: 12px;
  display: block;
  width: inherit;
  height: inherit;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
@media (width >= 320px) {
  .reviews__list-el {
    width: 200px;
  }
}
@media (width >= 768px) {
  .reviews__list-el {
    width: 300px;
    height: 300px;
  }
}
@media (width >= 1220px) {
  .reviews__list-el {
    width: 391px;
    height: 360px;
  }
}
@media (width >= 1400px) {
  .reviews__list-el {
    width: 538px;
    height: 495px;
  }
}
.reviews__list-button-prev {
  z-index: 1;
  cursor: pointer;
  display: block;
  background: url("../images/svg/reviews-button-prev.svg") no-repeat center/cover;
}
.reviews__list-button-prev.swiper-button-disabled {
  background-image: url("../images/svg/reviews-button-disabled.svg");
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
@media (width >= 320px) {
  .reviews__list-button-prev {
    width: 60px;
    height: 60px;
  }
}
@media (width >= 768px) {
  .reviews__list-button-prev {
    width: 102px;
    height: 102px;
  }
}
@media (width >= 1220px) {
  .reviews__list-button-prev {
    width: 163px;
    height: 170px;
  }
}
@media (width >= 1400px) {
  .reviews__list-button-prev {
    width: 289px;
    height: 289px;
  }
}
@media (width >= 1800px) {
  .reviews__list-button-prev {
    width: 294px;
    height: 294px;
  }
}
.reviews__list-button-next {
  z-index: 1;
  cursor: pointer;
  display: block;
  background: url("../images/svg/reviews-button-next.svg") no-repeat center/cover;
  width: 294px;
  height: 294px;
}
.reviews__list-button-next.swiper-button-disabled {
  background-image: url("../images/svg/reviews-button-disabled.svg");
}
@media (width >= 320px) {
  .reviews__list-button-next {
    width: 60px;
    height: 60px;
  }
}
@media (width >= 768px) {
  .reviews__list-button-next {
    width: 102px;
    height: 102px;
  }
}
@media (width >= 1220px) {
  .reviews__list-button-next {
    width: 163px;
    height: 170px;
  }
}
@media (width >= 1400px) {
  .reviews__list-button-next {
    width: 289px;
    height: 289px;
  }
}
@media (width >= 1800px) {
  .reviews__list-button-next {
    width: 294px;
    height: 294px;
  }
}
@media (width >= 320px) {
  .reviews__list .swiper {
    width: 200px;
    height: 200px;
  }
}
@media (width >= 768px) {
  .reviews__list .swiper {
    width: 300px;
    height: 300px;
  }
}
@media (width >= 1220px) {
  .reviews__list .swiper {
    width: 391px;
    height: 360px;
  }
}
@media (width >= 1400px) {
  .reviews__list .swiper {
    width: 538px;
    height: 495px;
  }
}
@media (width >= 320px) {
  .reviews__list {
    gap: 8px;
  }
}
@media (width >= 768px) {
  .reviews__list {
    gap: 38px;
  }
}
@media (width >= 1220px) {
  .reviews__list {
    gap: 96px;
  }
}
@media (width >= 1400px) {
  .reviews__list {
    gap: 64px;
  }
}
@media (width >= 1800px) {
  .reviews__list {
    gap: 76px;
  }
}
@media (width >= 320px) {
  .reviews {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (width >= 768px) {
  .reviews {
    padding-top: 80px;
  }
}
@media (width >= 1220px) {
  .reviews {
    padding-bottom: 80px;
  }
}

.contacts {
  background-color: #ffcc1e;
  position: relative;
}
.contacts::before {
  content: "";
  position: absolute;
  z-index: 2;
  background: url("../images/webp/contacts-phone.webp") no-repeat center/cover;
}
@media (width >= 320px) {
  .contacts::before {
    width: 119px;
    height: 89px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    bottom: -50px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 0;
  }
}
@media (width >= 768px) {
  .contacts::before {
    left: 80px;
    right: auto;
    bottom: -100px;
    width: 293px;
    height: 219px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media (width >= 1220px) {
  .contacts::before {
    width: 369px;
    height: 276px;
    left: 40px;
    bottom: -156px;
  }
}
@media (width >= 1800px) {
  .contacts::before {
    width: 650px;
    height: 487px;
    left: -46px;
    bottom: -250px;
  }
}
.contacts__container {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.contacts__container::after {
  content: "";
  position: absolute;
  z-index: 1;
}
@media (width >= 1220px) {
  .contacts__container::after {
    bottom: 48px;
    right: -200px;
    width: 494px;
    height: 548px;
    background: url("../images/webp/contacts-person.webp") no-repeat center/cover;
  }
}
@media (width >= 1400px) {
  .contacts__container::after {
    width: 523px;
    height: 580px;
  }
}
@media (width >= 1800px) {
  .contacts__container::after {
    width: 643px;
    height: 714px;
    bottom: 14px;
    right: -240px;
  }
}
@media (width >= 320px) {
  .contacts__container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (width >= 768px) {
  .contacts__container {
    padding-top: 50px;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (width >= 1220px) {
  .contacts__container {
    padding-left: 120px;
    padding-right: 120px;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (width >= 1800px) {
  .contacts__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.contacts__image {
  display: block;
}
.contacts__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (width >= 1220px) {
  .contacts__image {
    width: 726px;
    margin-left: 8.3333333333%;
  }
}
@media (width >= 1400px) {
  .contacts__image {
    width: 850px;
    margin-left: 0;
  }
}
@media (width >= 1800px) {
  .contacts__image {
    width: 930px;
  }
}

.feedback {
  position: relative;
  overflow-x: hidden;
  overflow-y: clip;
  background: url("../images/webp/projects-background.webp") no-repeat center/cover;
}
.feedback__image {
  position: absolute;
  left: 0;
  z-index: 0;
}
@media (width >= 320px) {
  .feedback__image {
    display: none;
  }
}
@media (width >= 768px) {
  .feedback__image {
    display: block;
    width: 400px;
    bottom: -120px;
  }
}
@media (width >= 1220px) {
  .feedback__image {
    width: 695px;
    bottom: -180px;
  }
}
@media (width >= 1800px) {
  .feedback__image {
    width: auto;
    bottom: -230px;
  }
}
@media (width >= 768px) {
  .feedback__block {
    width: calc(66.6666666667% - 20px);
    margin-left: auto;
  }
}
@media (width >= 1220px) {
  .feedback__block {
    width: calc(50% - 20px);
    margin-right: 8.3333333333%;
  }
}
.feedback__form {
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 8px 8px 12px 0 rgba(103, 6, 159, 0.25);
}
.feedback__form-title {
  font-family: "NauryzRedKeds";
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #67069f;
  text-align: center;
  margin-bottom: 12px;
}
@media (width >= 768px) {
  .feedback__form-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media (width >= 1220px) {
  .feedback__form-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media (width >= 1400px) {
  .feedback__form-title {
    font-size: 36px;
  }
}
@media (width >= 1800px) {
  .feedback__form-title {
    margin-bottom: 64px;
  }
}
.feedback__form-field._phone .error {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  color: #ed1c24;
}
.feedback__form-field._phone._error input {
  border: 1px solid #ed1c24;
  background-color: rgba(94, 13, 13, 0.1);
  color: #ed1c24;
}
.feedback__form-field._phone._error .error {
  display: block;
}
.feedback__form-field input[type=text],
.feedback__form-field input[type=tel],
.feedback__form-field textarea {
  outline: none;
  border: none;
  border-bottom: 1px solid #67069f;
  width: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #30097b;
}
.feedback__form-field input[type=text]::placeholder,
.feedback__form-field input[type=tel]::placeholder,
.feedback__form-field textarea::placeholder {
  color: #67069f;
}
@media (width >= 320px) {
  .feedback__form-field input[type=text],
  .feedback__form-field input[type=tel],
  .feedback__form-field textarea {
    padding: 8px 10px;
  }
}
@media (width >= 768px) {
  .feedback__form-field input[type=text],
  .feedback__form-field input[type=tel],
  .feedback__form-field textarea {
    font-size: 16px;
  }
}
@media (width >= 1220px) {
  .feedback__form-field input[type=text],
  .feedback__form-field input[type=tel],
  .feedback__form-field textarea {
    padding: 10px 10px;
    font-size: 20px;
  }
}
@media (width >= 1800px) {
  .feedback__form-field input[type=text],
  .feedback__form-field input[type=tel],
  .feedback__form-field textarea {
    font-size: 24px;
  }
}
.feedback__form-field textarea {
  resize: none;
}
.feedback__form-field input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.feedback__form-field input[type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
}
.feedback__form-field input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  background-image: url("../images/svg/checkbox_default.svg");
  background-size: cover;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (width >= 320px) {
  .feedback__form-field input[type=checkbox] + label:before {
    width: 12px;
    height: 12px;
  }
}
@media (width >= 768px) {
  .feedback__form-field input[type=checkbox] + label:before {
    width: 14px;
    height: 14px;
  }
}
@media (width >= 1220px) {
  .feedback__form-field input[type=checkbox] + label:before {
    width: 16px;
    height: 16px;
  }
}
.feedback__form-field input[type=checkbox] + label:hover, .feedback__form-field input[type=checkbox] + label:focus {
  cursor: pointer;
}
.feedback__form-field input[type=checkbox] + label:hover:before, .feedback__form-field input[type=checkbox] + label:focus:before {
  background-image: url("../images/svg/checkbox_hover.svg");
}
.feedback__form-field input[type=checkbox]:checked + label:before {
  background-image: url("../images/svg/checkbox_active.svg");
  background-size: cover;
  border: none;
}
.feedback__form-field label {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  color: #67069f;
}
@media (width >= 768px) {
  .feedback__form-field label {
    font-size: 14px;
  }
}
@media (width >= 1220px) {
  .feedback__form-field label {
    font-size: 16px;
  }
}
@media (width >= 320px) {
  .feedback__form-field {
    margin-bottom: 8px;
  }
}
@media (width >= 768px) {
  .feedback__form-field {
    margin-bottom: 12px;
  }
}
@media (width >= 1220px) {
  .feedback__form-field {
    margin-bottom: 24px;
  }
}
.feedback__form-button {
  border-radius: 40px;
  width: 100%;
  background-color: #f700c0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #ffffff;
  text-align: center;
  padding: 8px 24px;
}
@media (width >= 320px) {
  .feedback__form-button {
    margin-top: 4px;
  }
}
@media (width >= 768px) {
  .feedback__form-button {
    margin-top: 12px;
  }
}
@media (width >= 1220px) {
  .feedback__form-button {
    padding: 12px 24px;
    font-size: 20px;
    margin-top: 16px;
  }
}
@media (width >= 1400px) {
  .feedback__form-button {
    font-size: 24px;
  }
}
@media (width >= 1800px) {
  .feedback__form-button {
    margin-top: 40px;
  }
}
.feedback__form-success {
  display: block;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 8px 8px 12px 0 rgba(103, 6, 159, 0.25);
}
.feedback__form-success-title {
  font-family: "NauryzRedKeds";
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #67069f;
}
@media (width >= 320px) {
  .feedback__form-success-title {
    margin-bottom: 12px;
  }
}
@media (width >= 768px) {
  .feedback__form-success-title {
    margin-bottom: 24px;
  }
}
@media (width >= 1220px) {
  .feedback__form-success-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media (width >= 1800px) {
  .feedback__form-success-title {
    font-size: 36px;
    margin-bottom: 64px;
  }
}
.feedback__form-success-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (width >= 320px) {
  .feedback__form-success-image {
    width: 140px;
    height: 150px;
    margin-bottom: 12px;
  }
}
@media (width >= 768px) {
  .feedback__form-success-image {
    margin-bottom: 24px;
  }
}
@media (width >= 1220px) {
  .feedback__form-success-image {
    width: 202px;
    height: 216px;
    margin-bottom: 40px;
  }
}
@media (width >= 1400px) {
  .feedback__form-success-image {
    width: 222px;
    height: 238px;
  }
}
@media (width >= 1800px) {
  .feedback__form-success-image {
    width: 240px;
    height: 257px;
    margin-bottom: 64px;
  }
}
.feedback__form-success-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  color: #f700c0;
  background-color: #ffffff;
  border: 1px solid #f700c0;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: auto;
}
.feedback__form-success-button:hover {
  background-color: #f700c0;
  color: #ffffff;
}
@media (width >= 320px) {
  .feedback__form-success-button {
    font-size: 12px;
    padding: 12px 24px;
  }
}
@media (width >= 768px) {
  .feedback__form-success-button {
    font-size: 14px;
  }
}
@media (width >= 1220px) {
  .feedback__form-success-button {
    font-size: 16px;
    padding: 16px 40px;
  }
}
@media (width >= 1400px) {
  .feedback__form-success-button {
    font-size: 20px;
  }
}
@media (width >= 1800px) {
  .feedback__form-success-button {
    font-size: 24px;
  }
}
@media (width >= 320px) {
  .feedback__form-success {
    padding: 24px 12px;
  }
}
@media (width >= 768px) {
  .feedback__form-success {
    padding: 40px 24px;
  }
}
@media (width >= 1220px) {
  .feedback__form-success {
    padding: 64px 40px;
  }
}
@media (width >= 320px) {
  .feedback__form {
    padding: 24px 12px;
  }
}
@media (width >= 768px) {
  .feedback__form {
    padding: 40px 24px;
  }
}
@media (width >= 1220px) {
  .feedback__form {
    padding: 64px 40px;
  }
}
@media (width >= 320px) {
  .feedback {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
@media (width >= 768px) {
  .feedback {
    padding-top: 40px;
    padding-bottom: 96px;
  }
}
@media (width >= 1220px) {
  .feedback {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media (width >= 1400px) {
  .feedback {
    padding-bottom: 240px;
  }
}
@media (width >= 1800px) {
  .feedback {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}

@media (width >= 320px) {
  [id] {
    scroll-margin-top: 25vh;
    scroll-snap-align: center;
  }
}
@media (width >= 1220px) {
  [id] {
    scroll-margin-top: 0vh;
  }
}/*# sourceMappingURL=main.css.map */