@font-face {
  font-family: "Cygre Light";
  font-display: swap;
  src: url("../fonts/Cygre-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cygre Book";
  font-display: swap;
  src: url("../fonts/Cygre-Book.ttf") format("truetype");
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "Cygre";
  font-display: swap;
  src: url("../fonts/Cygre-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cygre Medium";
  font-display: swap;
  src: url("../fonts/Cygre-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Cygre";
  font-display: swap;
  src: url("../fonts/Cygre-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Cygre Black";
  font-display: swap;
  src: url("../fonts/Cygre-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Pecita";
  font-display: swap;
  src: url("../fonts/Pecita.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cygre Light";
  font-display: swap;
  src: url("../fonts/Cygre-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cygre Book";
  font-display: swap;
  src: url("../fonts/Cygre-Book.ttf") format("truetype");
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "Cygre";
  font-display: swap;
  src: url("../fonts/Cygre-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cygre Medium";
  font-display: swap;
  src: url("../fonts/Cygre-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Cygre";
  font-display: swap;
  src: url("../fonts/Cygre-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Cygre Black";
  font-display: swap;
  src: url("../fonts/Cygre-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Pecita";
  font-display: swap;
  src: url("../fonts/Pecita.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
svg {
  vertical-align: top;
}

button {
  cursor: pointer;
  border: none;
}

* {
  position: relative;
}

html {
  font-size: 10px;
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  font-family: Cyrge, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #191919;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}
body.scroll-disable {
  height: 100vh;
  overflow: hidden;
}
section {
  overflow: hidden;
  z-index: 1;
  padding: 6rem 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

main {
  flex: 1;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  padding: 0 10px;
}
@media only screen and (max-width: 666px) {
  .container {
    padding: 0 16px;
  }
}

.tac {
  text-align: center;
  margin: 0 auto;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.img-maxw {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
div,
a,
li,
textarea,
input,
button,
input::placeholder,
textarea::placeholder {
  font-size: 1.6rem;
  font-style: normal;
  line-height: 120%;
  color: inherit;
}

span {
  font-size: inherit;
}

h1 {
  font-size: 3.2rem;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) {
  h1 {
    font-size: calc(3.2rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 5.6rem;
  }
}

h2 {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) {
  h2 {
    font-size: calc(2.8rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  h3 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  h4 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 2.4rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 1.8rem;
  }
}

form label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #080520;
  text-align: left;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  background: #fff;
  border: 1px solid rgba(93, 95, 239, 0.2);
  border-radius: 1.6rem;
  padding: 2rem 1.8rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #080520;
}

*[data-popup] {
  cursor: pointer;
}

.bttn {
  width: 190px;
  background: none;
  display: flex;
  border: none;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s linear;
  color: #000000;
  min-width: 190px;
  padding-bottom: 18.5px;
}
.bttn svg {
  transition: all 0.3s linear;
}
.bttn:hover {
  color: #535353;
  border-bottom: 1px solid #535353;
}
.bttn:hover svg {
  transform: rotate(-30deg);
}
.bttn:hover svg path {
  fill: #535353;
}
.bttn__text {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.02em;
}

.bttn-loading,
.wpcf7 .wpcf7-form.submitting .wpcf7-submit {
  background-image: url(../img/general/spinner.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-shadow: none;
  color: transparent;
}

.bttn--small {
  padding: 1rem 2rem;
  border-radius: 1.2rem;
}

.bttn--big {
  font-size: 1.8rem;
  padding: 2.4rem 4rem;
  border-radius: 2.2rem;
}

.bttn-apply {
  font-family: Manrope;
  cursor: pointer;
  text-transform: none !important;
  background-color: #E20404;
  border-radius: 10rem;
  max-width: 38.6rem;
  width: 100%;
  margin-top: 2rem;
  padding: 2.4rem 2rem !important;
}

.bttn-apply-small {
  max-width: 14rem;
  padding: 1.3rem 3rem !important;
  border-radius: 0.5rem;
  font-size: 1.4rem;
}

body {
  background: #191919;
}
body.menu-open .header__logo svg path:first-child {
  fill: #191919;
}

@keyframes header-anim {
  0% {
    transform: translateY(-40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.header {
  width: 100%;
  padding: 30.5px 0;
  z-index: 12;
  transition: 0.3s linear;
  transition: all 0.3s linear;
  position: fixed;
  animation: header-anim 0.5s linear forwards;
  opacity: 0;
  background: #191919;
}
@media only screen and (max-width: 992px) {
  .header {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 500px) {
  .header {
    padding: 14px 0;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    transition: all 0.3s linear;
  }
}
.header.header--scrolled {
  background: #191919;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 1s linear;
}
@media only screen and (max-width: 600px) {
  .header__wrapper a {
    transition: all 0.4s linear;
  }
}
.header__links {
  display: flex;
  flex-direction: row;
  gap: 45px;
}
@media only screen and (max-width: 1097px) {
  .header__links {
    display: none;
  }
}
@media only screen and (max-width: 1097px) {
  .header__btn {
    display: none;
  }
}
.header__link {
  font-family: Cygre;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.48px;
  letter-spacing: 0%;
  color: #fff;
  transition: all 0.3s linear;
}
.header__link:hover {
  color: #dfdfdf;
}
.header__tel {
  font-family: Onest;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #262626;
  transition: all 0.3s linear;
}
.header__tel:hover {
  color: #000;
}
@media only screen and (max-width: 500px) {
  .header__tel {
    font-family: Onest;
    font-size: 15px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: -0.02em;
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  .header__logo svg {
    width: 113px;
  }
}
.header__burger {
  display: block;
  width: 3.2rem;
  height: 1.5rem;
  z-index: 11;
}
@media only screen and (min-width: 1098px) {
  .header__burger {
    display: none;
  }
}
.header__burger:before,
.header__burger span, .header__burger:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  transition: top 0.15s linear 0.15s, transform 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear, opacity 0.3s linear;
}
.header__burger span {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__burger:before {
  top: 0;
}
.header__burger:after {
  top: 100%;
  transform: translate(-50%, -100%);
  transition: all 0.3s linear;
}
.header__burger.active span {
  background: #000;
  transform: translate(-50%, -100%);
  width: 0;
}
.header__burger.active:before {
  background: #000;
  top: 7px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__burger.active:after {
  background: #000;
  top: 100%;
  transform: rotate(-45deg) translate(-2px, -14px);
}

body.menu-open .header__wrapper a {
  left: 0;
  transform: translateX(0);
}

.burger__wrapper {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  backdrop-filter: blur(3px);
  display: none;
  background: #F7F2EB;
}
.burger__main {
  height: 100%;
  display: flex;
  color: #E5DBC6;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 49px;
}
.burger__first-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}
.burger__menu-links {
  font-family: Cygre;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.48px;
  letter-spacing: 0%;
  text-align: center;
  color: #191919;
  width: 190px;
  transition: color 0.3s linear;
  display: block;
}
.burger__menu-links:hover {
  color: #535353;
}
.burger__second-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.burger__second-links a:hover svg path {
  fill: #8E7662;
}
.burger__second-links svg path {
  transition: all 0.3s linear;
}
.burger-img-1 {
  position: absolute;
  bottom: -13%;
  left: -28%;
  z-index: -2;
}
.burger-img-2 {
  position: absolute;
  left: 37%;
  bottom: -11%;
  width: 400px;
  z-index: -1;
}
.burger__sayit {
  position: absolute;
  top: 11%;
  right: 20%;
  z-index: -1;
}

.main_btn {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 18px;
  line-height: 32.18px;
  letter-spacing: 0%;
  background: #642FE3;
  border-radius: 100px;
  color: #fff;
  padding: 8px 32px;
}

.banner {
  padding-top: 0;
  height: 1000px;
}
@media only screen and (max-width: 700px) {
  .banner {
    margin: 0;
    height: 1100px;
  }
}
.banner__container {
  margin-top: 180px;
  height: 100%;
}
.banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .banner__content {
    flex-direction: column;
  }
}
.banner__first {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width: 863px) {
  .banner__first {
    flex-direction: column;
  }
}
.banner__header {
  font-family: Cygre Light;
  font-weight: 300;
  font-size: 64px;
  line-height: 97.02px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 16px;
  color: #fff;
}
.banner__header span {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 64px;
  line-height: 114.43px;
  letter-spacing: 0%;
  text-align: center;
}
@media only screen and (max-width: 1028px) {
  .banner__header {
    font-family: Cygre Black;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    letter-spacing: -0.02em;
    text-align: left;
  }
}
@media only screen and (max-width: 728px) {
  .banner__header {
    font-family: Cygre Light;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    width: 70%;
  }
  .banner__header span {
    font-family: Cygre Black;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.banner__subheader {
  font-family: Cygre;
  font-weight: 700;
  font-size: 24px;
  line-height: 40.7px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 43px;
}
.banner__subheader::after {
  position: absolute;
  content: "";
  bottom: -7px;
  height: 3px;
  background: #B297F1;
  border-radius: 3px;
  left: 0;
  rotate: -1deg;
  animation: line-subheader 1s linear forwards;
}
@media only screen and (max-width: 521px) {
  .banner__subheader::after {
    bottom: 16px;
    height: 3px;
  }
}
@media only screen and (max-width: 700px) {
  .banner__subheader {
    font-family: Cygre;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    width: 70%;
    margin-bottom: 100px;
  }
}
@keyframes line-subheader {
  from {
    width: 0;
  }
  to {
    width: 30%;
  }
}
.banner__subheader p {
  display: inline;
}
.banner__subheader span svg {
  position: absolute;
  top: 5px;
  left: -12px;
  width: 139%;
  z-index: -1;
}
.banner__subheader .subheader__line {
  position: absolute;
  right: 20px;
  bottom: -39px;
}
@media only screen and (max-width: 700px) {
  .banner__subheader .subheader__line {
    position: absolute;
    left: 50%;
    bottom: -51px;
    transform: translateX(-50%);
  }
}
.banner__sayit {
  position: absolute;
  top: -72px;
  right: 11%;
}
@media only screen and (max-width: 700px) {
  .banner__sayit {
    top: -103px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.banner__talk {
  position: absolute;
  bottom: -72px;
  left: 20%;
}
@media only screen and (max-width: 700px) {
  .banner__talk {
    bottom: -122px;
    left: -20%;
  }
}
.banner__caterpillar {
  position: absolute;
  bottom: -343px;
  left: 28%;
}
@media only screen and (max-width: 993px) {
  .banner__caterpillar {
    display: none;
  }
}
.banner__photo-center {
  position: absolute;
  bottom: -455px;
  left: 45%;
}
@media only screen and (max-width: 700px) {
  .banner__photo-center {
    bottom: -553px;
    left: -35%;
  }
}
.banner__warm {
  position: absolute;
  bottom: -306px;
  left: 61%;
}
@media only screen and (max-width: 993px) {
  .banner__warm {
    left: 15px;
    bottom: -157%;
  }
}
@media only screen and (max-width: 700px) {
  .banner__warm {
    left: -100px;
    bottom: -157%;
  }
}
.banner__btn {
  width: fit-content;
}
.banner__skripka-1 {
  position: absolute;
  top: -32px;
  left: -5px;
}
@media only screen and (max-width: 993px) {
  .banner__skripka-1 {
    display: none;
  }
}
.banner__star-1 {
  position: absolute;
  top: 35px;
  left: -5px;
}
@media only screen and (max-width: 993px) {
  .banner__star-1 {
    top: 239px;
    left: -5px;
  }
}
@media only screen and (max-width: 759px) {
  .banner__star-1 {
    display: none;
  }
}
.banner__left-img {
  position: absolute;
  top: 10px;
  left: -120px;
  z-index: 2;
}
@media only screen and (max-width: 993px) {
  .banner__left-img {
    left: -200px;
  }
}
@media only screen and (max-width: 759px) {
  .banner__left-img {
    display: none;
  }
}
.banner__list-left {
  position: absolute;
  top: 277px;
  left: -35px;
  z-index: 1;
}
@media only screen and (max-width: 993px) {
  .banner__list-left {
    left: -235px;
  }
}
@media only screen and (max-width: 759px) {
  .banner__list-left {
    display: none;
  }
}
.banner__moneta-1 {
  position: absolute;
  top: 64px;
  left: -25px;
  z-index: 3;
}
@media only screen and (max-width: 993px) {
  .banner__moneta-1 {
    left: -69px;
  }
}
@media only screen and (max-width: 759px) {
  .banner__moneta-1 {
    display: none;
  }
}
.banner__moneta-2 {
  position: absolute;
  top: 333px;
  left: 209px;
  z-index: 3;
}
@media only screen and (max-width: 993px) {
  .banner__moneta-2 {
    display: none;
  }
}
.banner__list-right-bottom {
  position: absolute;
  top: 244px;
  right: -165px;
  z-index: 3;
}
@media only screen and (max-width: 993px) {
  .banner__list-right-bottom {
    position: absolute;
    top: 380px;
    right: -165px;
    z-index: 3;
  }
}
.banner__star-2 {
  position: absolute;
  top: 200px;
  right: 17px;
  z-index: 3;
}
@media only screen and (max-width: 700px) {
  .banner__star-2 {
    display: none;
  }
}
.banner__scripca-2 {
  position: absolute;
  top: 267px;
  right: 212px;
  z-index: 3;
}
@media only screen and (max-width: 700px) {
  .banner__scripca-2 {
    top: 106%;
    right: 26%;
  }
}
.banner__list-right-top {
  position: absolute;
  top: -29px;
  right: -263px;
  z-index: 3;
}
@media only screen and (max-width: 993px) {
  .banner__list-right-top {
    top: 100px;
    right: -279px;
    z-index: 3;
  }
}
.banner__moneta-3 {
  position: absolute;
  top: 58px;
  right: 4px;
  z-index: 3;
}
@media only screen and (max-width: 993px) {
  .banner__moneta-3 {
    top: 201px;
    right: -36px;
  }
}

@media only screen and (max-width: 700px) {
  .second {
    margin: 0;
  }
}
.second__header {
  font-family: Cygre Book;
  font-weight: 350;
  font-size: 32px;
  line-height: 49.5px;
  letter-spacing: 0%;
  margin-bottom: 47px;
  text-align: center;
  color: #fff;
}
.second__header span {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 32px;
  line-height: 57.22px;
  letter-spacing: 0%;
}
@media only screen and (max-width: 700px) {
  .second__header {
    font-family: Cygre Book;
    font-weight: 350;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 0%;
    text-align: center;
  }
  .second__header span {
    font-family: Cygre Black;
    font-weight: 900;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.second__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  justify-content: space-between;
}
@media only screen and (max-width: 1215px) {
  .second__wrapper {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}
@media only screen and (max-width: 910px) {
  .second__wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media only screen and (max-width: 647px) {
  .second__wrapper {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
.second__item {
  padding: 32px;
  height: 279px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #282828;
  border-radius: 16px;
  width: 295px;
  border: 1px solid rgba(178, 151, 241, 0.1019607843);
}
.second__item:nth-child(1) {
  rotate: 3.32deg;
}
.second__item:nth-child(2) {
  rotate: -4.6deg;
}
.second__item:nth-child(3) {
  rotate: 9.65deg;
}
.second__item:nth-child(4) {
  rotate: -3.7deg;
}
.second__img {
  border-radius: 50%;
  background: #B297F1;
  padding: 19px;
  width: fit-content;
}
.second__text {
  font-family: Cygre Medium;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #fff;
}
.second__right {
  max-width: 610px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media only screen and (max-width: 1100px) {
  .second__right {
    max-width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  .second__right {
    flex-direction: column;
  }
}
.second__right img {
  border-radius: 8px;
  width: 295px;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1100px) {
  .second__right img {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 770px) {
  .second__right img {
    width: 100%;
  }
}
.second__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
.values__container {
  max-width: 1041px;
}
.values__svg-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.values__header {
  font-family: Cygre Book;
  font-weight: 350;
  font-size: 32px;
  line-height: 49.5px;
  letter-spacing: 0%;
  margin-bottom: 47px;
  text-align: center;
  color: #fff;
}
.values__header span {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 32px;
  line-height: 57.22px;
  letter-spacing: 0%;
}
.values__top {
  display: flex;
  flex-direction: row;
  gap: 10px;
  height: 389px;
}
@media only screen and (max-width: 822px) {
  .values__top {
    flex-direction: column;
    height: auto;
  }
}
.values__top-left {
  padding: 32px;
  border-radius: 8px;
  background: #F1EBFF;
  max-width: 505px;
}
@media only screen and (max-width: 822px) {
  .values__top-left {
    max-width: 100%;
  }
}
.values__top-left svg {
  width: 100%;
}
.values__top-left-head {
  font-family: Cygre;
  font-weight: 700;
  font-size: 24px;
  line-height: 26.4px;
  letter-spacing: 0%;
  color: #642FE3;
  margin-bottom: 24px;
  margin-top: 30px;
}
.values__top-left-text {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #282828;
}
.values__top-right-img {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  justify-content: center;
}
.values__top-right-img svg:first-of-type {
  margin-top: 61px;
}
.values__top-right-img svg:last-child {
  top: -26px;
}
.values__top-right {
  padding: 32px;
  border-radius: 8px;
  background: #282828;
  overflow: hidden;
  width: 100%;
}
.values__top-right-head {
  font-family: Cygre;
  font-weight: 700;
  font-size: 24px;
  line-height: 26.4px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 24px;
  margin-top: 170px;
}
.values__top-right-text {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #fff;
}
.values__img {
  margin-bottom: 24px;
}
.values__bottom {
  display: flex;
  flex-direction: row;
  gap: 10px;
  height: 389px;
  margin-top: 10px;
}
@media only screen and (max-width: 822px) {
  .values__bottom {
    flex-direction: column;
    height: auto;
  }
}
.values__bottom__left {
  padding: 32px;
  border-radius: 8px;
  background: #282828;
  width: 258px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 822px) {
  .values__bottom__left {
    width: auto;
  }
}
.values__bottom__left-head {
  font-family: Cygre;
  font-weight: 700;
  font-size: 24px;
  line-height: 26.4px;
  letter-spacing: 0%;
  margin-bottom: 24px;
  color: #fff;
  margin-top: auto;
}
.values__bottom__left-text {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #fff;
}
.values__bottom__left-img {
  border-radius: 50%;
  padding: 17px;
  background: #F1EBFF;
  width: fit-content;
}
.values__bottom__center {
  padding: 32px;
  border-radius: 8px;
  background: #642FE3;
  width: 258px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 822px) {
  .values__bottom__center {
    width: auto;
  }
}
.values__bottom__center-head {
  font-family: Cygre;
  font-weight: 700;
  font-size: 24px;
  line-height: 26.4px;
  letter-spacing: 0%;
  margin-bottom: 24px;
  color: #fff;
  margin-top: auto;
}
.values__bottom__center-text {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #fff;
}
.values__bottom__center-img {
  border-radius: 50%;
  padding: 17px;
  background: #F1EBFF;
  width: fit-content;
}
.values__bottom__right {
  padding: 32px;
  border-radius: 8px;
  background: #F1EBFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 505px;
  overflow: hidden;
}
@media only screen and (max-width: 822px) {
  .values__bottom__right {
    width: auto;
    min-height: 370px;
  }
}
.values__bottom__right-img {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
}
.values__bottom__right-img img:first-child {
  width: 255px;
  object-fit: contain;
  height: fit-content;
}
.values__bottom__right-img img:last-child {
  width: 266px;
  object-fit: contain;
  left: -70px;
}
.values__bottom__right-head {
  margin-top: auto;
  font-family: Cygre;
  font-weight: 700;
  font-size: 24px;
  line-height: 26.4px;
  letter-spacing: 0%;
  margin-bottom: 24px;
  color: #642FE3;
  margin-top: auto;
}
.values__bottom__right-text {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #282828;
}

.want {
  background: #642FE3;
}
.want__header {
  font-family: Cygre Book;
  font-weight: 350;
  font-size: 64px;
  line-height: 99.01px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
.want__header span {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 64px;
  line-height: 114.43px;
  letter-spacing: 0%;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .want__header {
    font-family: Cygre Book;
    font-weight: 350;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
  }
  .want__header span {
    font-family: Cygre Black;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.want__text {
  font-family: Cygre;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 742px;
  margin: 0 auto 46px;
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .want__text {
    font-family: Cygre;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.want__btn {
  color: #642FE3;
  background: #fff;
  display: block;
  margin: 0 auto;
  width: fit-content;
}
@media only screen and (max-width: 500px) {
  .want__btn {
    font-size: 4vw;
    line-height: 5vw;
  }
}
.want img {
  position: absolute;
  z-index: -1;
}
.want .want-img-1 {
  bottom: -163px;
  left: -78px;
}
.want .want-img-2 {
  top: -41%;
  left: 50%;
}
.want .want-img-3 {
  bottom: -20%;
  left: 80%;
}
.want .want-img-4 {
  bottom: 25%;
  left: 90%;
}
.want .want-img-5 {
  top: -21%;
  left: -2%;
}

.pocket__container {
  max-width: 1041px;
}
.pocket__header {
  font-family: Cygre Book;
  font-weight: 350;
  font-size: 32px;
  line-height: 49.5px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}
.pocket__header span {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 32px;
  line-height: 57.22px;
  letter-spacing: 0%;
  text-align: center;
}
.pocket__tabs.adolt {
  margin-bottom: 120px;
}
.pocket__tabs.child .pocket__tabs-left {
  background: #642FE3;
  background-image: url("../img/general/moneta-pocket.png");
  background-repeat: no-repeat;
  background-position: left 25% top 37%;
}
@media only screen and (max-width: 900px) {
  .pocket__tabs.child .pocket__tabs-left {
    height: 473px;
    background-position: right -34% top 191%;
    background-size: 400px;
  }
}
.pocket__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 928px) {
  .pocket__buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.pocket__button-title {
  font-family: Cygre;
  font-weight: 700;
  font-size: 20px;
  line-height: 33.92px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 8px;
}
.pocket__buttons-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.pocket__buttons-container button {
  font-family: Cygre;
  font-weight: 700;
  font-size: 18px;
  line-height: 30.53px;
  letter-spacing: 0%;
  color: #888888;
  padding: 10px 24px;
  border-radius: 8px;
  border: 1px solid rgba(178, 151, 241, 0.1019607843);
  background-color: #282828;
}
.pocket__buttons-container button.active {
  background: #642FE3;
  color: #fff;
  border: 1px solid #fff;
}
.pocket__tabs-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  margin-top: 32px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .pocket__tabs-wrapper {
    flex-direction: column;
  }
}
.pocket__tabs-left {
  background: #B297F1;
  padding: 32px;
  max-width: 295px;
}
@media only screen and (max-width: 900px) {
  .pocket__tabs-left {
    max-width: initial;
  }
}
.pocket__tabs-right {
  padding: 46px;
  background: #282828;
  min-width: 643px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .pocket__tabs-right {
    min-width: initial;
    padding: 46px 15px;
  }
}
.pocket__tabs-header {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 32px;
  line-height: 35.2px;
  letter-spacing: 0%;
  color: #fff;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.pocket__tabs-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  top: 16px;
  background: repeating-linear-gradient(to right, #ffffff 0px, #ffffff 8px, transparent 8px, transparent 16px);
}
.pocket__tabs-left-text {
  font-family: Cygre;
  font-weight: 700;
  font-size: 20px;
  line-height: 33.92px;
  letter-spacing: 0%;
  color: #fff;
}
.pocket__tabs-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pocket__tabs-item.active:not(:last-of-type) {
  padding-bottom: 32px;
}
.pocket__tabs-item.active:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  top: 32px;
  background: repeating-linear-gradient(to right, #3E3E3E 0px, #3e3E3E 8px, transparent 8px, transparent 16px);
}
.pocket__tabs-item-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .pocket__tabs-item-top {
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
}
.pocket__tabs-item-top-left {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.pocket__tabs-item-top-left p {
  font-family: Cygre;
  font-weight: 700;
  font-size: 24px;
  line-height: 40.7px;
  letter-spacing: 0%;
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .pocket__tabs-item-top-left p {
    font-family: Cygre;
    font-weight: 700;
    font-size: 24px;
    line-height: 40.7px;
    letter-spacing: 0%;
  }
}
.pocket__tabs-item-top-right {
  display: flex;
  flex-direction: column;
}
.pocket__tabs-item-top-right p {
  font-family: Cygre;
  font-weight: 700;
  font-size: 20px;
  line-height: 33.92px;
  letter-spacing: 0%;
  color: #B297F1;
}
@media only screen and (max-width: 700px) {
  .pocket__tabs-item-top-right p {
    font-family: Cygre;
    font-weight: 700;
    font-size: 16px;
    line-height: 27.14px;
    letter-spacing: 0%;
  }
}
.pocket__tabs-item-bottom {
  list-style: initial;
  padding-left: 20px;
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
}
.pocket__tabs-item-bottom li {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .pocket__tabs-item-bottom li {
    font-family: Cygre;
    font-weight: 400;
    font-size: 13px;
    line-height: 16.9px;
    letter-spacing: 0%;
    margin-bottom: 5px;
  }
}
.pocket__btn {
  margin-top: 16px;
  width: 100%;
  display: block;
  text-align: center;
}

.more {
  background: #642FE3;
  background-image: url("../img/general/more-bg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.more__header {
  font-family: Cygre Book;
  font-weight: 350;
  font-size: 32px;
  line-height: 49.5px;
  letter-spacing: 0%;
  text-align: center;
  width: fit-content;
  margin: 0 auto 16px;
  color: #fff;
}
.more__header span {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 32px;
  line-height: 57.22px;
  letter-spacing: 0%;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .more__header {
    font-family: Cygre Book;
    font-weight: 350;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 0%;
    text-align: center;
  }
  .more__header span {
    font-family: Cygre Black;
    font-weight: 900;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.more__text {
  font-family: Cygre;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 60px;
}
.more__wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
@media only screen and (max-width: 580px) {
  .more__wrapper {
    flex-direction: column;
  }
}
.more__item {
  padding: 32px;
  border-radius: 8px;
  background: #F1EBFF;
  flex: 1;
  display: flex;
  flex-direction: row;
  max-width: 505px;
  height: 359px;
  justify-content: space-between;
}
.more__item:last-child {
  background: #B297F1;
}
@media only screen and (max-width: 950px) {
  .more__item {
    flex-direction: column;
    height: auto;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .more__item {
    max-width: 100%;
  }
}
.more__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 272px;
}
.more__right .more__title {
  color: #fff;
}
.more__right .more__subtitle {
  color: #fff;
}
.more__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 272px;
  margin-left: auto;
}
.more__left .more__title {
  color: #642FE3;
}
.more__left .more__subtitle {
  color: #282828;
}
@media only screen and (max-width: 950px) {
  .more__left {
    margin: 0;
  }
}
.more__title {
  font-family: Cygre;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0%;
}
.more__subtitle {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
}
.more__img.left {
  position: absolute;
  rotate: -14deg;
  left: -90px;
  top: 51px;
}
@media only screen and (max-width: 950px) {
  .more__img.left {
    position: relative;
    left: initial;
    top: initial;
  }
}
.more__img.right {
  position: absolute;
  rotate: 14deg;
  right: -90px;
  top: 51px;
}
@media only screen and (max-width: 950px) {
  .more__img.right {
    position: relative;
    left: initial;
    top: initial;
    right: initial;
  }
}
.more__btn {
  width: 100%;
  text-align: center;
  color: #642FE3;
  background: #FFF;
  display: block;
  max-width: 1020px;
  margin: 16px auto 0;
}
@media only screen and (max-width: 500px) {
  .more__btn {
    font-size: 4vw;
    line-height: 5vw;
  }
}
.more__header-img-1 {
  position: absolute;
  left: 46%;
  bottom: -2px;
}
@media only screen and (max-width: 700px) {
  .more__header-img-1 {
    display: none;
  }
}
.more__header-img-2 {
  position: absolute;
  left: 49%;
  bottom: -13px;
}
@media only screen and (max-width: 700px) {
  .more__header-img-2 {
    display: none;
  }
}
.more__header-img-3 {
  top: -11px;
  right: -21px;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  .more__header-img-3 {
    display: none;
  }
}

.ticket {
  padding-top: 178px;
}
.ticket__header {
  font-family: Cygre Book;
  font-weight: 350;
  font-size: 32px;
  line-height: 35.2px;
  letter-spacing: 0%;
  color: #fff;
}
.ticket__header span {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 32px;
  line-height: 35.2px;
  letter-spacing: 0%;
}
@media only screen and (max-width: 750px) {
  .ticket__header {
    text-align: center;
  }
}
.ticket__img {
  position: absolute;
  right: 30px;
  z-index: 1;
  top: -52px;
}
.ticket__wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 46px;
  height: 290px;
  max-width: 925px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .ticket__wrapper {
    flex-direction: column;
    height: auto;
    max-width: 500px;
  }
}
.ticket__wrapper:hover {
  animation: shake 0.3s ease-in-out;
  transition: rotate 0.3s linear;
  rotate: 1deg;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.ticket__left {
  background: #642FE3;
  padding: 32px;
  display: flex;
  align-items: center;
  max-width: 295px;
  overflow: hidden;
  border-top-left-radius: 46px;
  border-bottom-left-radius: 46px;
}
.ticket__left::after {
  top: 0;
  right: 0;
  content: "";
  display: block;
  height: 100%;
  width: 6px;
  position: absolute;
  background: repeating-linear-gradient(to bottom, #ffffff 0px, #ffffff 20px, transparent 20px, transparent 40px);
}
@media only screen and (max-width: 750px) {
  .ticket__left {
    border-top-left-radius: 46px;
    border-top-right-radius: 46px;
    border-bottom-left-radius: initial;
    max-width: initial;
    min-height: 223px;
  }
  .ticket__left::after {
    bottom: 0;
    left: 0;
    top: initial;
    content: "";
    display: block;
    height: 6px;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(to right, #ffffff 0px, #ffffff 20px, transparent 20px, transparent 40px);
  }
}
.ticket__right {
  background: #3E3E3E;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 54px 46px;
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 46px;
  border-bottom-right-radius: 46px;
}
@media only screen and (max-width: 750px) {
  .ticket__right {
    border-top-right-radius: initial;
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px;
    padding: 54px 20px;
  }
}
.ticket__subheader {
  font-family: Cygre;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 16px;
  max-width: 437px;
}
.ticket__text {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 24px;
  max-width: 437px;
}
.ticket__btn {
  padding: 8px 32px;
}

.teacher__container {
  max-width: 1030px;
  padding-bottom: 120px;
}
.teacher__header {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 32px;
  line-height: 57.22px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}
.teacher__wrapper {
  display: flex;
  flex-direction: row;
  gap: 125px;
}
@media only screen and (max-width: 934px) {
  .teacher__wrapper {
    gap: 20px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 845px) {
  .teacher__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.teacher__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teacher__right {
  max-width: 400px;
}
.teacher__name {
  font-family: Cygre;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0%;
  color: #B297F1;
  margin-bottom: 8px;
}
.teacher__prof {
  font-family: Cygre;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 40px;
}
.teacher__prof::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  top: 24px;
  background: repeating-linear-gradient(to right, #3E3E3E 0px, #3e3E3E 8px, transparent 8px, transparent 16px);
}
.teacher__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
.teacher__items::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -24px;
  background: repeating-linear-gradient(to right, #3E3E3E 0px, #3e3E3E 8px, transparent 8px, transparent 16px);
}
.teacher__item {
  display: flex;
  flex-direction: row;
  gap: 21px;
}
.teacher__item-left {
  font-family: Cygre;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #fff;
}
.teacher__item-right {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #fff;
}
.teacher__descr {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #fff;
}

.reviews {
  background-color: #642FE3;
}
.reviews-img-1 {
  position: absolute;
  top: -20%;
  left: 0;
}
@media only screen and (max-width: 700px) {
  .reviews-img-1 {
    top: -5%;
    left: -40%;
  }
}
.reviews-img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 700px) {
  .reviews-img-2 {
    bottom: -6%;
    left: -38%;
  }
}
.reviews-img-3 {
  position: absolute;
  bottom: -23%;
  left: -23%;
}
.reviews-img-4 {
  position: absolute;
  top: -35%;
  right: -3%;
}
@media only screen and (max-width: 700px) {
  .reviews-img-4 {
    display: none;
  }
}
.reviews-img-5 {
  position: absolute;
  top: -12%;
  right: -13%;
}
@media only screen and (max-width: 700px) {
  .reviews-img-5 {
    display: none;
  }
}
.reviews-img-6 {
  position: absolute;
  right: 12%;
  bottom: -6%;
}
@media only screen and (max-width: 700px) {
  .reviews-img-6 {
    right: -14%;
    bottom: 9%;
  }
}
.reviews-img-7 {
  position: absolute;
  right: 10%;
  bottom: 27%;
}
.reviews-img-8 {
  position: absolute;
  right: 20%;
  bottom: 35%;
}
.reviews__container {
  max-width: 1030px;
}
.reviews__header {
  font-family: Cygre Book;
  font-weight: 350;
  font-size: 32px;
  line-height: 49.5px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 58px;
}
.reviews__header span {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 32px;
  line-height: 57.22px;
  letter-spacing: 0%;
  text-align: center;
}
.reviews__card {
  background: #fff;
  border-radius: 20px;
  max-width: 711px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  margin: 0 auto 56px;
  padding: 30px 25px;
  min-height: 343px;
}
.reviews__text {
  font-family: Cygre;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #262626;
}
@media only screen and (max-width: 700px) {
  .reviews__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.reviews__author {
  font-family: Cygre;
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #262626;
}
@media only screen and (max-width: 700px) {
  .reviews__author {
    font-size: 18px;
    line-height: 20px;
  }
}
.reviews__navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 32px;
  background: #3E3E3E;
  border-radius: 100px;
  align-items: center;
}
.reviews__pagination {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 18px;
  line-height: 32.18px;
  letter-spacing: 0%;
  display: flex;
  flex-direction: row;
  color: #888;
}
.reviews__pagination .swiper-pagination-current,
.reviews__pagination .swiper-pagination-total {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 18px;
  line-height: 32.18px;
  letter-spacing: 0%;
}
.reviews__pagination .swiper-pagination-current {
  margin-right: 4px;
  color: #fff;
}
.reviews__next, .reviews__prev {
  background: none;
}
.reviews__next svg path, .reviews__prev svg path {
  fill: #B297F1;
}
.reviews__next.swiper-button-disabled svg path, .reviews__prev.swiper-button-disabled svg path {
  fill: #888;
}

.faq__container {
  max-width: 1030px;
}
.faq__header {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 32px;
  line-height: 57.22px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}
.faq__buttons {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media only screen and (max-width: 1029px) {
  .faq__buttons {
    flex-wrap: wrap;
  }
}
.faq__button {
  font-family: Cygre;
  font-weight: 700;
  font-size: 18px;
  line-height: 30.53px;
  letter-spacing: 0%;
  padding: 10px 21px;
  background: #282828;
  border-radius: 8px;
  border: 1px solid transparent;
  color: #888;
  white-space: nowrap;
}
.faq__button.active {
  background: #642FE3;
  color: #fff;
  border: 1px solid #fff;
}
.faq__button:last-child {
  font-family: Cygre;
  font-weight: 700;
  font-size: 18px;
  line-height: 19.8px;
  letter-spacing: 0%;
  white-space: normal;
}
@media only screen and (max-width: 1029px) {
  .faq__button {
    width: calc(50% - 4px);
  }
}
@media only screen and (max-width: 673px) {
  .faq__button {
    width: 100%;
    white-space: nowrap;
  }
}
.faq__wrapper-item {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  display: none;
}
.faq__wrapper-item.active {
  display: flex;
}
.faq__question {
  display: flex;
  justify-content: space-between;
  background: none;
  gap: 150px;
  width: 100%;
  align-items: center;
  padding-bottom: 16px;
}
.faq__question::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background: repeating-linear-gradient(to right, #3E3E3E 0px, #3e3E3E 8px, transparent 8px, transparent 16px);
}
.faq__question.active::after {
  background: repeating-linear-gradient(to right, #B297F1 0px, #B297F1 8px, transparent 8px, transparent 16px);
}
@media only screen and (max-width: 700px) {
  .faq__question {
    gap: 30px;
  }
}
.faq__text {
  font-family: Cygre;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #Fff;
}
@media only screen and (max-width: 700px) {
  .faq__text {
    font-family: Cygre;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
  }
}
.faq__icon {
  padding: 11px;
  border-radius: 50%;
  border: 1px solid #B297F1;
}
.faq__question.active .faq__icon {
  background: #B297F1;
}
.faq__question.active .faq__icon svg path {
  fill: #191919;
}
.faq__answer {
  padding: 11.5px 32px;
  gap: 15px;
  flex-direction: column;
  display: none;
  background: #3E3E3E;
}
.faq__answer.active {
  display: flex;
  background: #3E3E3E;
}
.faq__answer p {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #fff;
  max-width: 732px;
}
@media only screen and (max-width: 700px) {
  .faq__answer p {
    font-family: Cygre;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0%;
  }
}

.form__container {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 700px) {
  .form__container {
    flex-direction: column;
  }
}
.form__header {
  font-family: Cygre Book;
  font-weight: 350;
  font-size: 32px;
  line-height: 49.5px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}
.form__header span {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 32px;
  line-height: 57.22px;
  letter-spacing: 0%;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .form__header {
    font-family: Cygre Book;
    font-weight: 350;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 70%;
    margin: 0 auto 24px;
  }
  .form__header span {
    font-family: Cygre Black;
    font-weight: 900;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.form__subheader {
  font-family: Cygre;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

.wpcf7-form {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wpcf7-form input {
  background: #282828;
  border-radius: 8px;
  padding: 24px;
  border: 1px solid rgba(178, 151, 241, 0.1019607843);
  width: 820px;
  font-family: Cygre;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #888;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .wpcf7-form input {
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  .wpcf7-form input {
    width: 100%;
    gap: 24px;
  }
}
.wpcf7-form input:hover, .wpcf7-form input:focus-within {
  border-bottom: 1px solid #979797;
}
.wpcf7-form .form__button {
  padding: 8px 32px;
  width: fit-content;
  transition: all 0.3s linear;
  cursor: pointer;
  color: #fff;
  background: #642FE3;
  transition: all 0.3s linear;
  max-width: 295px;
  border-radius: 100px;
  border: 1px solid transparent;
}
.wpcf7-form .form__button:hover, .wpcf7-form .form__button:focus-within {
  color: #642FE3;
  background: #FFFFFF;
  border: 1px solid #642FE3;
}
@media only screen and (max-width: 700px) {
  .wpcf7-form .form__button {
    margin-top: 32px;
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #262626;
}
.wpcf7-form .wpcf7-response-output {
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #262626;
  display: none;
}
.form__img-1 {
  position: absolute;
  left: 77px;
  top: 100px;
}
@media only screen and (max-width: 1124px) {
  .form__img-1 {
    left: 20%;
    top: -70px;
    width: 69px;
  }
}
@media only screen and (max-width: 500px) {
  .form__img-1 {
    left: 0%;
    top: -70px;
    width: 69px;
  }
}

.form__img-2 {
  position: absolute;
  right: 22px;
  bottom: 61px;
}

.screen-reader-response {
  display: none;
}

.popup-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 13;
  overflow: auto;
  justify-content: center;
  backdrop-filter: blur(12px);
  background: rgba(100, 47, 227, 0.2392156863);
  transition: opacity 0.3s linear;
  display: none;
}
.popup-bg.show {
  display: flex;
  animation: fade-in 0.3s linear forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1030px;
  width: 100%;
  max-height: 100vh;
  transition: all 0.3s linear;
  display: none;
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .popup {
    overflow-y: auto;
  }
}
.popup.show {
  display: block;
  opacity: 1;
}
.popup__button {
  display: block;
  margin: 0 auto;
}
.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #191919;
  gap: 32px;
  padding: 60px 46px;
  margin: 36px 16px;
  height: 626px;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .popup__wrapper {
    padding: 46px 16px;
    height: 100vh;
    margin: 0;
  }
}
.popup__close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  z-index: 10;
}
@media only screen and (max-width: 1000px) {
  .popup__close {
    top: 20px;
    right: 20px;
  }
}
.popup__img {
  height: 100%;
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .popup__img {
    width: 100%;
    height: 406px;
  }
}
.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup__content {
  display: flex;
  flex-direction: column;
}
.popup__title {
  font-family: Cygre Book;
  font-weight: 350;
  font-size: 32px;
  line-height: 49.5px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
}
.popup__title span {
  font-family: Cygre;
  font-weight: 700;
  font-size: 32px;
  line-height: 54.27px;
  letter-spacing: 0%;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .popup__title {
    font-family: Forum;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
  }
}
@media only screen and (max-width: 370px) {
  .popup__title {
    font-size: 11vw;
    line-height: 11vw;
  }
}
.popup__deskr {
  font-family: Cygre;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin: 0 auto 46px;
}
@media only screen and (max-width: 1000px) {
  .popup__deskr {
    font-family: Fixel Display;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: -0.02em;
  }
}
.popup__item {
  background: #282828;
  padding: 32px;
  border: 1px solid rgba(178, 151, 241, 0.1019607843);
  border-radius: 8px;
  max-width: 609px;
  margin: 0 auto 46px;
}
.popup__item-top {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #888888;
  margin-bottom: 24px;
}
.popup__item-top span {
  color: #fff;
}
.popup__item-bottom {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.popup__item-lang {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.popup__item-lang p {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #B297F1;
}
.popup__item-lang img {
  width: 32px;
  height: 32px;
}

.dropdown {
  position: relative;
  width: 100%;
  display: none;
  margin-bottom: 64px;
}
@media only screen and (max-width: 700px) {
  .dropdown {
    display: block;
  }
}

.dropdown-toggle {
  width: 100%;
  padding: 16px 24px;
  background: #EBEBEB;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  font-family: Onest;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -4%;
  color: #161616;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.dropdown-toggle svg {
  transition: all 0.3s linear;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 100;
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
  border-radius: 10px;
  padding: 35px 20px 35px 0;
  opacity: 0;
}

.dropdown-wrapper {
  max-height: 305px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.dropdown-menu button {
  padding: 10px 39px 10px 59px;
  cursor: pointer;
  border: none;
  text-align: left;
}

.dropdown-menu li:hover {
  background: #f0f0f0;
}

.dropdown.active .dropdown-menu {
  height: 375px;
  opacity: 1;
}

.dropdown.active .dropdown-toggle svg {
  transform: rotate(180deg);
}

.form-slider-wrapper {
  width: 100%;
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 610px;
  margin: 100px auto 50px;
}
@media only screen and (max-width: 700px) {
  .slider-container {
    margin: 100px 30px 50px;
    max-width: 100%;
    width: initial;
  }
}

.slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: inherit;
  height: 4px;
  background: #F7F7F7;
  border-radius: 5px;
  outline: none;
}
.slider::before {
  position: absolute;
  content: "100";
  top: 400%;
  left: 0;
  color: #7A7A7A;
  transform: translateX(-50%);
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
}
.slider::after {
  position: absolute;
  content: "50000";
  top: 400%;
  right: 0;
  color: #7A7A7A;
  transform: translateX(50%);
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 27px;
  height: 27px;
  background: #C4DAF2;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.slider-value {
  position: absolute;
  top: -50px;
  left: 0;
  transform: translateX(-30%);
  background: #C4DAF2;
  color: #262626;
  padding: 8px 15px;
  border-radius: 100px;
  font-family: Onest;
  font-weight: 600;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
}

.quiz__header {
  font-family: Onest;
  font-weight: 700;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: -2%;
  text-align: center;
  max-width: 610px;
  margin-bottom: 46px;
  margin-inline: auto;
  text-transform: uppercase;
}

.form-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 32px;
  bottom: 46px;
  width: calc(100% - 64px);
}
.form-buttons-right {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.form-prev,
.form-next {
  padding: 10px;
  border-radius: 8px;
  background-color: #262626;
  border: 1px solid transparent;
  cursor: pointer;
}
.form-prev svg path,
.form-next svg path {
  fill: #EAEFF3;
}
.form-prev.swiper-button-disabled,
.form-next.swiper-button-disabled {
  background-color: #F7F7F7;
  border: 1px solid #D9D9D9;
}
.form-prev.swiper-button-disabled svg path,
.form-next.swiper-button-disabled svg path {
  fill: #D9D9D9;
}

.form__progress {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 16px;
  background: #D9D9D9;
}
.form__progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  background: #C4DAF2;
}

.radio-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 700px) {
  .radio-group {
    flex-direction: column;
  }
}

.radio-btn input[type=radio]:checked + span {
  background: #C4DAF2;
  border-color: #C4DAF2;
}

.radio-btn span {
  display: inline-flex;
  width: 100%;
  height: 100%;
  padding: 24px 46px;
  border-radius: 10px;
  transition: all 0.3s;
  cursor: pointer;
  background: #F7F7F7;
  border: 1px solid #D3D3D3;
  text-align: center;
  min-width: 190px;
  font-family: Onest;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -4%;
  align-items: center;
  justify-content: center;
}

input[type=radio] {
  display: none;
}

.popup__inputs {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 636px;
  margin: 0 auto 24px;
}
.popup__inputs input {
  padding-bottom: 16px;
  border: none;
  border-bottom: 1px solid #D3D3D3;
  font-family: Onest;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -2%;
  color: #D3D3D3;
  text-transform: uppercase;
}

.popup__last-fields {
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
  max-width: 636px;
  margin: 0 auto 32px;
  color: #7a7a7a;
}
.popup__last-fields a {
  font-weight: 700;
  text-decoration: underline;
}

.popup__submit {
  font-family: Onest;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 16px 90.5px;
  border-radius: 8px;
  background: #262626;
  height: fit-content;
  display: flex;
}
@media only screen and (max-width: 863px) {
  .popup__submit {
    margin-bottom: 0;
    max-width: 500px;
    display: flex;
    justify-content: center;
  }
}

footer {
  background-color: #101010;
  padding: 36px 10px 46px;
  overflow: hidden;
}
footer .container {
  max-width: 1240px;
}
@media only screen and (max-width: 600px) {
  footer {
    padding: 36px 10px 146px;
  }
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-items: center;
  }
}
@media only screen and (max-width: 600px) {
  .footer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    justify-items: center;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__left-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__left-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 600px) {
  .footer__left-right {
    align-items: center;
  }
}
.footer__left-right a {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #888888;
}
.footer__center {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__center p {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #888;
}
.footer__center p:last-child {
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .footer__center {
    align-items: center;
  }
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__right-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 600px) {
  .footer__right-top {
    align-items: center;
    margin-bottom: 79px;
  }
}
.footer__right-top a {
  font-family: Cygre Black;
  font-weight: 900;
  font-size: 32px;
  line-height: 57.22px;
  letter-spacing: 0%;
  text-align: right;
  color: #fff;
}
@media only screen and (max-width: 500px) {
  .footer__right-top a {
    font-size: 7vw;
    line-height: 7vw;
  }
}
.footer__right-bottom a {
  font-family: Cygre;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  text-align: right;
  color: #888888;
  
  @media only screen and (max-width: 600px) {
      text-align: center;
  }
}
@media only screen and (max-width: 600px) {
.footer__copy {
    text-align: center;
}
.footer__right-bottom {
    text-align: center;
}
}
.footer-img-1 {
  position: absolute;
  bottom: -58%;
  left: -2%;
}

.footer-img-2 {
  position: absolute;
  left: 45%;
  bottom: -47%;
}

.footer-img-3 {
  position: absolute;
  bottom: -23%;
  right: 74%;
}
@media only screen and (max-width: 600px) {
  .footer-img-3 {
    right: 0;
  }
}