/* fonts */
@font-face {
  font-family: Manrope;
  src: local(Manrope Bold), local(Manrope-Bold) url("../fonts/Manrope-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope ExtraBold), local(Manrope-ExtraBold) url("../fonts/Manrope-ExtraBold.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope Light), local(Manrope-Light) url("../fonts/Manrope-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope Medium), local(Manrope-Medium) url("../fonts/Manrope-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope Regular), local(Manrope-Regular) url("../fonts/Manrope-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope SemiBold), local(Manrope-SemiBold) url("../fonts/Manrope-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* fonts */
@font-face {
  font-family: Manrope;
  src: local(Manrope-Bold),
    url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope-ExtraBold),
    url("../fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope-Light),
    url("../fonts/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope-Medium),
    url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope-Regular),
    url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope-SemiBold),
    url("../fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: local(Montserrat-Bold),
    url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: local(Montserrat-Medium),
    url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: local(Montserrat-Regular),
    url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: local(Montserrat-SemiBold),
    url("../fonts/Montserrat-SemiBold2.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF-Pro-Display;
  src: local(SF-Pro-Display-Semibold),
    url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF-Pro-Display;
  src: local(SF-Pro-Display Semibold), local(SF-Pro-Display-Semibold) url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'smeshariki-covers';
  src: local('smeshariki-covers'),
    url('../fonts/smeshariki-covers.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* root */
:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Manrope", sans-serif;
  --third-family: "smeshariki-covers", sans-serif;
  --font3: "SF-Pro-Display", sans-serif;
  --font4: "Inter", sans-serif;
}

body, html {
  overflow-x: hidden;
  background-color: #08044E;
}

@media (min-width: 1920px) {
  html .page__body section {
    background-position: left;
    background-size: cover;
  }

  .possibilities {
    background-position: left -76px !important;
  }
}

/* globals */

.page {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

.page__body {
  min-width: 390px;
}

.container {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  min-width: 390px;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #fcb2e8;
  outline-offset: 3px;
  border-radius: 5px;
}

/* header */

.header__btn {
  display: none;
}

.header__burger {
  display: none;
}

.header {
  margin-top: 30px;
  position: fixed;
  z-index: 556;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
}


.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #7a54f4;
  border-radius: 20px;
  padding: 15px;
  width: 100%;
  box-shadow: inset 0 1px 30px 0 rgba(214, 127, 246, 0.6);
  background: rgba(49, 46, 146, 0.1);
  backdrop-filter: blur(20px);
}


.header__icon-svg {
  display: inline;
}

.header__logo {
  display: flex;
  position: relative;
  gap: 8px;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}

.header__logo-icon {
  z-index: 2;
  width: 39px;
  height: 39px;
}

.header__logo::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 54, 184, 0.8);
  filter: blur(24px);
  left: -5px;
}

.header__menu-list {
  display: flex;
  align-items: center;
}

.header__menu-item {
  position: relative;
}

.header__menu-link {
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 60px;
  display: inline-block;
  z-index: 1;
}

.header__menu-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6e48bc;
  border-radius: 60px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.header__menu-link:hover::before {
  opacity: 1;
}

.btn--primary {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 15.5px;
  color: #fff;
  border-radius: 18px;
  padding: 15px 30px;
  max-width: 264px;
  height: 50px;
  box-shadow: inset 0 1px 10px 0 #d67ff6;
  z-index: 555 !important;
  position: relative;
}

.btn--secondary {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 15.5px;
  color: #fff;
  border-radius: 18px;
  padding: 15px 30px;
  max-width: 264px;
  height: 50px;
  box-shadow: inset 0 1px 10px 0 #d67ff6;
  z-index: 555 !important;
  position: relative;
}

.btn--secondary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: none;
  z-index: -2;
  transition: opacity 0.3s ease;
}

.btn--secondary::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(100deg, #8B56F2 0%, #f7baf8 85.91%, #f7baf8 98.87%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
  box-shadow: inset 0 1px 10px 0 #d67ff6;
}

.btn--primary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(22deg, #502aef 0%, #6835f0 55.91%, #f7baf8 98.87%);
  z-index: -2;
  transition: opacity 0.3s ease;
  box-shadow: inset 0 1px 10px 0 #d67ff6;
}



.btn--primary::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(100deg, #8B56F2 0%, #f7baf8 85.91%, #f7baf8 98.87%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
  box-shadow: inset 0 1px 10px 0 #d67ff6;
}

.btn--primary:hover::after {
  opacity: 1;
}


.header__icon-svg {
  width: 27px;
  height: 27px;
}

/*hero*/
.hero {
  position: relative;
  background-image: url(../img/hero-bg-img.png);
  background-position: center;
  padding-top: 110px;
}

.hero__text--pc {
  display: flex;
}

.hero__text--mobile {
  display: none;
}

.hero .container {
  position: relative;
}

.hero__watch {
  position: absolute;
  left: 155px;
  top: 140px;
  border: 1px solid #7a54f4;
  border-radius: 10px;
  max-width: 263px;
  width: 100%;
  height: 110px;
  background: rgba(247, 248, 252, 0.2);
}

.hero__watch-title {
  display: inline-block;
  padding-top: 14px;
  padding-left: 18px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.hero__watch-text {
  margin-top: 20px;
  margin-left: 35px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  color: #fff;
}

.hero__watch-text::before {
  content: "";
  background-image: url(../icons/hero-watch-icon-1.svg);
  transform: translateX(-100%);
  width: 10px;
  height: 10px;
  display: inline-block;

}

.hero__watch-percent {
  margin-top: 10px;
  margin-left: 35px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  color: #fff;
}

.hero__watch-percent::before {
  content: "";
  background-image: url(../icons/hero-watch-icon-3.svg);
  background-repeat: no-repeat;
  transform: translateX(-100%);
  width: 10px;
  height: 12px;
  display: inline-block;
}

.hero__watch-percent::after {
  content: "";
  background-image: url(../icons/hero-watch-icon-2.svg);
  background-repeat: no-repeat;
  transform: translateX(30%) translateY(-2px);
  vertical-align: middle;
  width: 24px;
  height: 16px;
  display: inline-block;
}

.hero__watch-img {
  position: absolute;
  left: 115px;
  bottom: 1px;
}

.hero__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.hero__title {
  max-width: 688px;
  margin-top: 80px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 96px;
  line-height: 104%;
  text-transform: uppercase;
  color: #fbf0f7;
  text-shadow: 4px 4px 12px rgba(192, 100, 197, 0.8),
    0 0 25px rgba(192, 100, 197, 0.6),
    0 0 40px rgba(192, 100, 197, 0.4);
  margin-bottom: -160px;
}

.hero__text {

  margin-top: 352px;
  max-width: 380px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  text-align: right;
  color: #fff;
}

.hero__buttons-text {
  display: inline-block;
  padding-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.hero__buttons-wrapper {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 216px;
}

.hero__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 18px;
  padding: 15px 29px;
  width: 262px;
  height: 55px;
  backdrop-filter: blur(3px);
  box-shadow: inset 0 1px 10px 0 #d67ff6;
  background: rgba(124, 107, 177, 0.3);
}

.hero__button-icon {
  transform: translateY(-10%);
}

.hero__img-watch {
  position: absolute;
  max-width: 263px;
  left: 141px;
  top: 140px;
}

.hero__img-chart {
  position: absolute;
  max-width: 306px;
  left: 20px;
  top: 300px;
}

.hero__img-bottom {
  position: absolute;
  width: 100%;
  max-height: 220px;
  height: 100%;
  bottom: 0;
}

/*silent-signals*/
.silent-signals {
  background-image: url(../icons/silent-signals-bg.svg);
  background-color: #fff;
  background-position: center 67px !important;
  background-repeat: no-repeat;
  background-size: auto !important;

}

.silent-signals__container {
  padding-block: 99px;
}

.silent-signals__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px
}

@media(width<=768px) {
  .silent-signals__container {
    padding-block: 50px;
  }
}

.silent-signals__protection {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
  border: 1px solid #6e48bc;
  border-radius: 60px;
  padding: 12px 50px;
  margin-bottom: 50px;
  max-width: 263px;
  max-height: 50px;
  background: #f6f1fe;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #8023f3;
}

.silent-signals__title {
  max-width: 688px;
  margin-bottom: 60px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 67px;
  line-height: 119%;
  color: #2f1d71;
}

.silent-signals__title-color {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 67px;
  background: linear-gradient(22deg, #894cf8 0%, #c55fe4 98.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.silent-signals__text {
  max-width: 692px;
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  color: #2f1d71;
}

.silent-signals__help {
  max-width: clamp(21.875rem, 16.316rem + 25.41vw, 43rem);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 29px;
  border: 1px solid rgba(128, 35, 243, 0.3);
  border-radius: 20px;
  padding: 18px 30px 18px 15px;
  background: #f7f1fe;
  max-height: 76px;
  overflow: hidden;
}

.silent-signals__help-text {
  position: relative;
  max-width: 520px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #2f1d71;
}

.silent-signals__help-img {
  position: relative;
}

.silent-signals__help-img::before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 54, 184, 0.8);
  filter: blur(24px);
  left: 50%;
  transform: translateX(-50%);
  top: 12px;
}



.silent-signals__help-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.silent-signals__cards {
  display: flex;
  gap: 21px;
  align-items: end;
}

.silent-signals__card {
  border: 1px solid rgba(128, 35, 243, 0.3);
  border-radius: 40px;
  width: 263px;
  height: 479px;
  box-shadow: 0 0 20px 0 rgba(128, 35, 243, 0.15);
  background: #fff;
  overflow: hidden;
}

.silent-signals__card-img {
  width: 100%;
  display: block;
}

.silent-signals__card-img img {
  width: 100%;
  height: auto;

}

.silent-signals__card-title {
  padding-top: 20px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #2f1d71;
}

@media (max-width: 500px) {
  body .hero__text--mobile {
    display: flex;
  }

  body .hero__text--pc {
    display: none;
  }
}

/* bullying */
.bullying {
  background-image: url(../img/bullying-bg-img.jpg);
  background-position: center;
}

.bullying__inner {
  padding-top: 193px;
  padding-bottom: 99px;
}

.bullying__icon {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  border: 1px solid #6e48bc;
  border-radius: 60px;
  padding: 12px 50px;
  max-width: 263px;
  height: 50px;
  box-shadow: inset 0 1px 10px 0 #d67ff6, 0 0 30px 0 rgba(128, 35, 243, 0.5);
  background: rgba(39, 18, 135, 0.1);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.bullying__title {
  max-width: 1150px;
  margin: 0 auto;
  margin-top: 40px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  text-align: center;
  color: #edecf6;
}

.bullying__title-color {
  background: linear-gradient(22deg, #894cf8 0%, #c55fe4 98.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bullying__text {
  max-width: 1115px;
  margin: 20px auto 70px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #dee0ff;
}

.bullying__text-content--mobile {
  display: none;
}

.bullying__cards {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: clamp(0.313rem, -0.161rem + 1.89vw, 1.875rem);
}

.bullying__cards--left {
  display: flex;
  flex-direction: column;
  gap: clamp(0.313rem, 0.028rem + 1.14vw, 1.25rem);
}

.bullying__cards--right {
  display: flex;
  flex-direction: column;
  gap: clamp(0.313rem, 0.028rem + 1.14vw, 1.25rem);
}

.bullying__card {
  position: relative;
  border: 1px solid #7a54f4;
  border-radius: 20px;
  max-width: 547px;
  height: 170px;
  background: url('/icons/card-faded-bg.svg');
  backdrop-filter: blur(2px);
}

.bullying__card-img {
  top: 12%;
  left: 20px;
  position: absolute;
}

.bullying__card-title {
  margin: 40px 47px 13px 172px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  color: #dee0ff;
  margin-bottom: 13px;
}

.bullying__card-text {
  margin: 0 47px 13px 172px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  color: #dee0ff;
}


.bullying__help {
  position: relative;
  display: flex;
  margin: 0 auto;
  border: 1px solid #7a54f4;
  border-radius: 20px;
  max-width: 1114px;
  height: 122px;
  box-shadow: inset 0 1px 10px 0 #d67ff6;
  background: rgba(152, 152, 152, 0.2);
  backdrop-filter: blur(2px);
}

.bullying__help-text {
  max-width: 882px;
  margin-top: 37px;
  margin-left: 182px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  color: #dee0ff;
}

.bullying__help-img {
  position: absolute;
  left: 50px;
  top: 10px;
}

.state {
  background-image: url(../img/state-bg-img.png);
  background-position: center;
}

.state__inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 246px;
}

.state__icon {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid #6e48bc;
  border-radius: 60px;
  padding: 12px 50px;
  max-width: 263px;
  height: 50px;
  box-shadow: inset 0 1px 10px 0 #d67ff6, 0 0 30px 0 rgba(128, 35, 243, 0.5);
  background: rgba(39, 18, 135, 0.1);

}

.state__icon-title {
  white-space: nowrap;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.state__title {
  margin-top: 50px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 67px;
  line-height: 104%;
  color: #fff;
  max-width: 465px;
}

.state__text {
  max-width: 688px;
  margin-top: 29px;
  margin-bottom: 50px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #dee0ff;
}

.state__banner {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  border: 1px solid #7a54f4;
  border-radius: 20px;
  max-width: 547px;
  height: clamp(3.875rem, 3.155rem + 2.88vw, 6.25rem);
  box-shadow: inset 0 1px 20px 0 #d67ff6;
  background: rgba(152, 152, 152, 0.2);
  margin-bottom: 50px;
}

.state__banner-img {
  max-width: 60px;
  margin-left: 20px;
}

.state__banner-text {
  max-width: 365px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.state__banner::after {
  content: "";
  position: absolute;
  background-image: url(../icons/bullying-icon-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 4px;
  right: 4px;
  text-align: end;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.state__button {
  z-index: 1;
  position: relative;
}

.state__button:hover {
  opacity: 1;
}

.state__button:hover::after {
  opacity: 1;
}

.state__img-pulse {
  top: 82px;
  right: 280px;
  position: absolute;
}

.state__img-pulse--mobile {
  display: none;
}

.state__img-activity {
  position: absolute;
  right: 0;
  bottom: 188px;
}

.state__img-activity--mobile {
  display: none;
}

/* possibilities */
.possibilities {
  background-image: url(../img/pos-es-bg-img.png);
  background-position: center;
}

.possibilities__inner {
  position: relative;
  padding-top: 99px;
  padding-bottom: 100px;
}

.possibilities__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #6e48bc;
  border-radius: 60px;
  padding: 12px 50px;
  width: 263px;
  height: 50px;
  box-shadow: inset 0 1px 10px 0 #d67ff6, 0 0 30px 0 rgba(128, 35, 243, 0.5);
  background: rgba(39, 18, 135, 0.1);
  margin-bottom: 50px;
}

.possibilities__icon-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.possibilities-title {
  max-width: 688px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 67px;
  line-height: 104%;
  color: #fff;
  margin-bottom: 30px;
}

.possibilities__title-color {
  background: linear-gradient(22deg, #894cf8 0%, #c55fe4 98.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.possibilities__text {
  max-width: 595px;
  margin-bottom: 74px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #dee0ff;
}

.possibilities__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 546px;
  margin-top: 30px;
  margin-bottom: 63px;
}

.possibilities__card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  border: 1px solid #7a54f4;
  border-radius: 20px;
  height: 60px;
  box-shadow: inset 0 1px 10px 0 #d67ff6;
  background: rgba(152, 152, 152, 0.2);
}

.possibilities__card::after {
  content: "";
  position: absolute;
  background-image: url(../icons/bullying-icon-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 3px;
  right: 3px;
  text-align: end;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.possibilities__card-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}

.possibilities__card-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.possibilities__button {
  z-index: 1;
  position: relative;
}

.possibilities__button:hover {
  opacity: 1;
}

.possibilities__button:hover::after {
  opacity: 1;
}

.possibilities__img-time {
  position: absolute;
  top: 200px;
  right: 0;
}

.possibilities__img-activity {
  position: absolute;
  bottom: 170px;
  right: 0;
}

.possibilities__img-school {
  position: absolute;
  right: 50%;
  bottom: 349px;
  transform: translateX(50%);
}

/* advantages */

.advantages {
  background-image: url(../icons/advantages-bg-img.svg);
  background-color: #fff;
  background-position: center 310px !important;
  background-repeat: no-repeat;
  background-size: auto !important;
}

.advantages__inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 161px;
}

.advantages__img-bg {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}

.advantages__icon {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  border: 1px solid #6e48bc;
  border-radius: 60px;
  padding: 12px 50px;
  max-width: 263px;
  height: 50px;
  background: #f6f1fe;
  margin-bottom: 64px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.advantages__icon-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #8023f3;
}

.advantages__title {
  font-family: var(--font-family);
  font-weight: 600;
  max-width: 1401px;
  font-size: 67px;
  line-height: 119%;
  text-align: center;
  color: #2f1d71;
  margin: 0 auto;
}

.advantages__text {
  font-family: var(--font-family);
  max-width: 830px;
  margin-top: 30px auto 50px;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #2f1d71;
  margin: 30px auto 50px;
}

.advantages__title-color {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 67px;
  text-align: center;
  background: linear-gradient(22deg, #894cf8 0%, #c55fe4 98.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advantages__button {
  z-index: 1;
  position: relative;
  margin-bottom: 106px;
  margin-inline: auto;
}

.advantages__button:hover {
  opacity: 1;
}

.advantages__button:hover::after {
  opacity: 1;
}


.advantages__cards {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: clamp(0.313rem, -0.161rem + 1.89vw, 1.875rem);
}

.advantages__cards--left {
  display: flex;
  flex-direction: column;
  gap: clamp(0.313rem, 0.028rem + 1.14vw, 1.25rem);
}

.advantages__cards--right {
  display: flex;
  flex-direction: column;
  gap: clamp(0.313rem, 0.028rem + 1.14vw, 1.25rem);
}

.advantage__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  border: 1px solid rgba(255, 192, 203, 0.3);
  border-radius: 20px;
  max-width: 547px;
  min-height: 170px;
  padding: 30px 47px 30px 172px;
  background: radial-gradient(circle at top left, rgba(159, 141, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at bottom right, rgba(250, 216, 255, 0.1) 0%, transparent 50%);
  justify-content: center;
}

.advantage__card-img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}

.advantage__card-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  color: #2f1d71;
  margin: 0;
}

.advantage__card-text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  color: #2f1d71;
  margin: 0;
}

.advantage__card-text::after {
  content: "";
  position: absolute;
  background-image: url(../icons/bullying-icon-circle.svg);
  background-repeat: no-repeat;
  top: 8px;
  right: 5px;
  width: 34px;
  height: 34px;
  display: inline-block;
}

/* signal */

.signal {
  background-image: url(../img/signal-bg-img.png);
  background-position: center;
}

.signal__inner {
  padding-top: 327px;
  padding-bottom: 29px;
  margin-left: 30px;
}

.signal__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #6e48bc;
  border-radius: 60px;
  padding: 12px 33px;
  max-width: 344px;
  height: 50px;
  background: #f6f1fe;
  margin-bottom: 40px;
}

.signal__icon-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #8023f3;
}

.signal__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 67px;
  line-height: 119%;
  text-align: center;
  color: #2f1d71;
  margin-bottom: 25px;
  max-width: 568px;
  text-align: left;
}

.signal__title-color {
  max-width: 568px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 67px;
  background: linear-gradient(22deg, #894cf8 0%, #c55fe4 98.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.signal__text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  color: #2f1d71;
  margin-bottom: 25px;
  max-width: 310px;
}

.signal__button {
  z-index: 1;
  position: relative;

}

.signal__button:hover {
  opacity: 1;
}

.signal__button:hover::after {
  opacity: 1;
}

/* protection */

.protection {
  background-image: url(../img/protection-bg-img.png);
  background-position: center;
  background-repeat: no-repeat;
}

.protection__inner {
  padding-top: 64px;
  padding-bottom: 96px;
}

.protection__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #6e48bc;
  border-radius: 60px;
  padding: 12px 50px;
  max-width: 263px;
  height: 50px;
  background: #f6f1fe;
  margin-bottom: 50px;
}

.protection__icon-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #8023f3;
}

.protection__title {
  max-width: 680px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 67px;
  line-height: 119%;
  color: #2f1d71;
  margin-bottom: 40px;
}

.protection__title-highlighted {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 67px;
  background: linear-gradient(22deg, #894cf8 0%, #c55fe4 98.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.protection__title-highlighted--special {
  background: #894cf8;
  background-clip: text
}


.protection__text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  color: #2f1d71;
  margin-bottom: 40px;
  max-width: 610px;
}

.protection__cards {
  display: flex;
  gap: 21px;
}

.protection__card {
  border: 1px solid rgba(128, 35, 243, 0.3);
  border-radius: 40px;
  max-width: 263px;
  height: 395px;
  box-shadow: 0 0 20px 0 rgba(128, 35, 243, 0.15);
  background: #fff;
}

.protection__card-title {
  text-align: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #2f1d71;
  margin-bottom: 5px;
  margin-top: auto
}

.protection__card-image-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.protection__card-text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #2f1d71;
  margin-bottom: 20px;
}

/* rate */

.rate {
  background-image: url(../img/rate-bg-img.png);
  background-position: center;
}

.rate__inner {
  padding-block: 100px;
}

.rate__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin-bottom: 50px;
  border: 1px solid #6e48bc;
  border-radius: 60px;
  padding: 12px 50px;
  max-width: 263px;
  height: 50px;
  background: #f6f1fe;
}

.rate__icon-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #8023f3;
}

.rate__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 67px;
  line-height: 119%;
  color: #2f1d71;
  margin-bottom: 20px;
}

.rate__title-color {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 67px;
  background: linear-gradient(22deg, #894cf8 0%, #c55fe4 98.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rate__text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  color: #2f1d71;
  margin-bottom: 40px;
}

.rate__cards {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rate__card {
  border: 1px solid rgba(128, 35, 243, 0.3);
  border-radius: 40px;
  max-width: 405px;
  width: 100%;
  height: 521px;
  box-shadow: 0 0 20px 0 rgba(128, 35, 243, 0.15);
  background: #fff;
  padding: 40px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.rate__card::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 42px;
  background: linear-gradient(90deg, #502aef, #6835f0, #f7baf8, #502aef);
  background-size: 300% 100%;
  background-position: 0% 0%;
  z-index: -2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.rate__card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background: #fff;
  z-index: -1;
}


.rate__card--right {
  position: relative;
  border: 1px solid transparent;
  border-radius: 40px;
  max-width: 405px;
  width: 100%;
  height: 521px;
  background: #fff;
  padding: 40px;
  transition: all 0.3s ease;
  z-index: 1;
  box-shadow: 0 0 30px 0 rgba(128, 35, 243, 0.6);
}


.rate__card--right::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 42px;
  background: linear-gradient(90deg, #502aef, #6835f0, #f7baf8, #502aef);
  background-size: 300% 100%;
  background-position: 0% 0%;
  z-index: -2;
  opacity: 1;
  animation: shimmer 6s linear infinite;
}

.rate__card--right::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background: #fff;
  z-index: -1;
}

/* Анимация */
@keyframes shimmer {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 300% 0%;
  }
}

.rate__card-best {
  position: absolute;
  top: 15px;
  right: 15px;
  white-space: nowrap;
  font-family: var(--font-family);
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border: 1px solid #7a54f4;
  border-radius: 40px;
  padding: 10px 20px;
  max-width: 136px;
  height: 35px;
  box-shadow: inset 0 1px 10px 0 #d67ff6;
  background: linear-gradient(22deg, #502aef 0%, #6835f0 55.91%, #f7baf8 98.87%);
}

.rate__card-title-wraper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}

.rate__card-title {
  position: relative;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #2f1d71;
}

.rate__card-title::before {
  position: absolute;
  content: "";
  border-radius: 10px;
  width: 64px;
  height: 64px;
  background: #f2ecfe;
  bottom: -80%;
  right: 116%;
}

.rate__card-img {
  z-index: 2;
}

.rate__card-price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 67px;
  line-height: 119%;
  color: #2f1d71;
}

.rate__card-time {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  color: #2f1d71;
  margin-bottom: 30px;
}

.rate__card-bottom {
  border-top: 4px solid #f2ecfe;
  padding-top: 20px;
}

.rate__card-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.rate__card-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  color: #2f1d71;
}

.rate__card-item::before {
  content: "";
  left: -4px;
  position: absolute;
  border-radius: 75px;
  max-width: 31px;
  width: 100%;
  height: 31px;
  box-shadow: inset 0 1px 10px 0 rgba(214, 127, 246, 0.3);
  background: #f2ecfe;
}

.rate__card-item-img {
  z-index: 2;
}

.rate__card-button {
  display: block;
  border: 1px solid #7a54f4;
  border-radius: 18px;
  padding: 18px 48px;
  max-width: 258px;
  width: 100%;
  height: 60px;
  box-shadow: inset 0 1px 10px 0 rgba(214, 127, 246, 0.1);
  background: #f2ecfe;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #8023f3;
  margin: 20px auto 0;
  transition: 0.3s;
}

.rate__card-button {
  display: block;
  border: 1px solid #7a54f4;
  border-radius: 18px;
  padding: 18px 48px;
  max-width: 258px;
  width: 100%;
  height: 60px;
  box-shadow: inset 0 1px 10px 0 rgba(214, 127, 246, 0.1);
  background: #f2ecfe;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #8023f3;
  margin: 20px auto 0;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
}

.rate__card-button--right {
  color: #fff;
}

/* BANNER */

.banner {
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 67px;
  background-image: url('/img/banner__bg.jpg');
}

.banner__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 67px;
  line-height: 119%;
  text-align: center;
  color: #fff;
  max-width: 859px;
  margin-top: 46px;
  margin-bottom: 20px;
}

.banner__title span {
  background: linear-gradient(22deg, #894cf8 0%, #c55fe4 98.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner__content {
  background-size: cover;
  padding: 50px;
  background-image: url('/img/banner__content-bg.jpg');
  border-radius: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner__apps {
  margin-top: 34px;
  display: flex;
  margin-bottom: 15px;
  gap: 20px;
  max-width: 544px;
  width: 100%;
  justify-content: center;
  width: 100%;
}

.banner__app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.banner__app-button {
  width: 100%;
  justify-content: center;
  height: 55px;
  background: rgba(124, 107, 177, 0.3);
}



.banner__app-qrcode {
  border-radius: 20px;
  box-shadow: 0 0 30px 0 #8023f3;
  max-width: 142px;
  max-height: 142px;
}

.banner__info {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.banner__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #dee0ff;
  max-width: 549px;
  line-height: 22px;
}

.banner__badge {
  box-shadow: inset 0 1px 10px 0 #d67ff6, 0 0 30px 0 rgba(128, 35, 243, 0.5);
  background: rgba(39, 18, 135, 0.1);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 12px 19px;
  border-radius: 60px;
  justify-content: center;
  max-width: 304px;
}

.banner__button {
  display: none;
}

/* FAQ */

.faq {
  background: #fff;
  padding: 50px 0;
  background-image: url('/icons/faq__bg.svg');
  background-repeat: no-repeat;
  background-position: 88px 192px;
}

@media (min-width: 1920px) {
  .faq {
    background-position: center 192px !important;
    background-size: auto !important;
  }
}

.faq__container {
  max-width: 1436px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faq__badge {
  border: 1px solid #6e48bc;
  border-radius: 60px;
  padding: 12px 50px;
  background: #f6f1fe;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  color: #8023f3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 263px;
  width: 100%;
}

.faq__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 67px;
  line-height: 119%;
  text-align: center;
  color: #2f1d71;
  margin-top: 50px;
  margin-bottom: 30px;
}

.faq__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #2f1d71;
}

.faq__title-accent {
  background: linear-gradient(22deg, #894cf8 0%, #c55fe4 98.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq__list {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: center;
}

.faq__item {
  box-shadow: 0 0 20px 0 rgba(128, 35, 243, 0.15);
  background: #fff;
  border: 1px solid rgba(128, 35, 243, 0.3);
  border-radius: 40px;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  cursor: pointer;
  max-width: 688px;
  width: 100%;
  max-height: 100%;
}


.faq__item-question {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  color: #2f1d71;
  margin-bottom: 5px;
  transition: 300ms;
}

.faq__item-icon {
  background: #f2ecfe;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq__item--closed .faq__item-question {
  transform: translateY(10px);
}

.faq__item--closed .faq__item-answer {
  opacity: 0;
}

.faq__item-arrow-img {
  transition: 300ms;
}

.faq__item--closed .faq__item-arrow-img {
  transform: rotate(0deg);
}

.faq__item--closed .faq__item-arrow-img {
  transform: rotate(180deg);
}

.faq__item-arrow {
  border-left: 1px dashed #d9bdfc;
  padding-left: 10px;
  margin-left: auto;
}

.faq__item-answer {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #2f1d71;
  transition: 200ms;
}




/* FOOTER */

.footer {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 50px 0;
  background-color: #161345;
  margin-top: -50px;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}


.footer__logo {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  gap: 20px;
  display: flex;
  align-items: center;
}

.footer__logo img {
  margin: -22px;
}

.footer__description {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  max-width: 405px;
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 15px;
}

.footer__socials {
  display: flex;
  gap: 10px;
}

.footer__nav,
.footer__docs,
.footer__app {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 263px;
}

.footer__title-docs,
.footer__title-nav {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}

.footer__nav-item,
.footer__docs-item {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}

.footer__nav-item:hover,
.footer__docs-item:hover {
  color: #8023F3;
}

.footer__links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__title-app {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.footer__app-tel {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  background: linear-gradient(22deg, #894cf8 0%, #c55fe4 98.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 7px;
  margin-top: 15px;
  line-height: 29px;
}

.footer a,
footer p {
  line-height: 20px;
}


.footer__app-button--appstore {
  margin-bottom: -5px;
}

.footer__app-button {
  outline: 1px solid rgba(255, 255, 255, 0.5);
  gap: 10px;
  justify-content: center;
  width: 100%;
  height: 55px;
  background: rgba(124, 107, 177, 0.3) !important;
}




.footer__copyright {
  width: 100%;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  gap: 54px;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  margin-top: 10px;
}




@media (max-width: 576px) {
  .page__body {
    background-color: #fff;
  }

  /* header */

  .header__menu,
  .header__button {
    display: none;
  }


  .header__btn {
    max-width: 22px;
    height: 24px;
    display: block;
  }

  .header__burger {
    display: block;
    position: fixed;
    width: 100%;
    max-height: 519px;
    height: 100vh;
    background: linear-gradient(180deg, #010124 0%, #433bcb 100%);
    top: 0;
    border-radius: 0 0 40px 40px;
    padding: 150px 20px 0px 20px;
    transform: translateY(-100%);
    transition: 0.5s;
  }

  .header__burger-tel {
    text-align: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    background: linear-gradient(22deg, #894cf8 0%, #c55fe4 98.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .header__burger-buttons {
    display: flex;
    margin-top: 50px;
    gap: 12px;
  }

  .header__burger--opened {
    transform: translateY(0);
  }

  .header__burger::before {
    content: "МЕНЮ";
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 79px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .header__burger-copyright {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .header__burger-button {
    max-width: 48.5%;
    font-size: 14px;
    padding: 10px 24.5px;
    max-height: 45px;
    outline: 1px solid rgba(255, 255, 255, 0.5);
    gap: 10px;
    justify-content: center;
    width: 100%;
    height: 55px;
    background: rgba(124, 107, 177, 0.3) !important;
    box-shadow: none;
  }

  .header__burger-button::before {
    background: none !important;
  }

  .header__burger-socials {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .header__burger-social {
    width: 49px;
    height: 49px;
  }


  .header__burger-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 180%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
  }

  body .overlay--opened {
    opacity: 0.7;
    pointer-events: all;
    visibility: visible;
  }

  .overlay {
    transition: 0.3s;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: 0;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  /* header */
  .header {
    margin-top: 54px;
    height: 48px;

  }

  .header__inner {
    height: 48px;
  }

  .header__logo-icon {
    width: 21px;
    height: 21px;
  }

  .header__logo {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em
  }


  /* hero */
  .hero {
    background: url(../img/hero-bg-m.png);
    background-position: center;
    background-size: cover;
    padding-top: 102px;
  }

  .hero__watch {
    display: none;
  }

  .hero__img-chart {
    display: none;
  }

  .hero__title {
    font-family: var(--third-family);
    font-weight: 300;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #fbf0f7;
    text-shadow: 4px 4px 12px rgba(192, 100, 197, 0.8),
      0 0 25px rgba(192, 100, 197, 0.6),
      0 0 40px rgba(192, 100, 197, 0.4);
    margin-bottom: 20px;
    max-width: 350px;
    margin-top: 40px;
  }

  .hero__text-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .hero__text {
    max-width: 300px;
    display: block;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .hero__buttons-text {
    display: none;
  }

  .hero__buttons-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 12px;
    padding-bottom: 477px;
  }

  .hero__button {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 18px;
    padding: 10px 29px;
    width: 169px;
    height: 45px;
    backdrop-filter: blur(3px);
    box-shadow: inset 0 1px 10px 0 #d67ff6;
    background: rgba(124, 107, 177, 0.3);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    gap: 6px;
  }

  .hero__button-icon {
    width: 25px;
    height: 25px;
    display: block;
    flex-shrink: 0;
    overflow: visible;
  }

  /* silent-signals */
  .silent-signals__container {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .silent-signals__inner {
    flex-direction: column;
  }

  .silent-signals__protection {
    border: 1px solid #6e48bc;
    border-radius: 60px;
    padding: 8px 20px;
    width: 169px;
    height: 33px;
    background: #f6f1fe;
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 10px;
    color: #8023f3;
  }

  .silent-signals__protection-img {
    width: 17px;
    height: 17px;
  }

  .silent-signals__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 113%;
    color: #2f1d71;
    max-width: 314px;
    text-align: start;
    margin-bottom: 20px;
  }

  .silent-signals__title-color {
    background: linear-gradient(22deg, #894cf8 0%, #c55fe4 98.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 32px;
  }

  .silent-signals__text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    color: #2f1d71;
    margin-bottom: 20px;
    max-width: 350px;
  }

  .silent-signals__help-text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 12px;
    color: #2f1d71;
    max-width: 277px;
    margin-left: 30px;
  }

  .silent-signals__help {
    max-width: 100%;
  }

  .silent-signals__help-img {
    width: 32px;
    height: 32px;
  }

  .silent-signals__help {
    position: relative;
    margin: 0 auto;
  }

  .silent-signals__help-text::before {

    display: none;
  }

  .silent-signals__help-img {
    position: absolute;
    content: "";
    left: -3px;
    top: 50%;
    transform: translateY(-60%);
    width: 60px;
    height: 60px;
    z-index: 2;
  }

  .silent-signals__cards {
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }


  .silent-signals__card {
    position: relative;
    border: 1px solid rgba(128, 35, 243, 0.3);
    border-radius: 40px;
    width: 100%;
    height: 130px;
    box-shadow: 0 0 20px 0 rgba(128, 35, 243, 0.15);
    background: url(../img/);
  }

  .silent-signals__card-title {
    position: absolute;
    max-width: 155px;
    bottom: 41px;
    left: 45%;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #2f1d71;
    padding-top: 0;
    width: 100%;
  }

  /* bullying */
  .bullying {
    background-image: url(../img/bullying-bg-m.png);
    background-position: center;
  }

  .bullying__inner {
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 29px;
  }

  .bullying__icon {
    justify-content: center;
    border: 1px solid #6e48bc;
    border-radius: 60px;
    padding: 8px 50px;
    width: 169px;
    height: 33px;
    gap: 8px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 10px;
    color: #fff;
    white-space: nowrap;
  }

  .bullying__icon-img {
    width: 18px;
    height: 26px;
  }

  .bullying__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 106%;
    text-align: center;
    color: #fff;
    max-width: 295px;
    margin-block: 20px;
  }

  .bullying__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
  }

  .bullying__text-content--desktop {
    display: none;
  }

  .bullying__text-content--mobile {
    display: inline-block;
    max-width: 350px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 310px;
  }

  .bullying__cards {
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }

  .bullying__card {
    border: 1px solid #7a54f4;
    border-radius: 20px;
    width: 100%;
    height: 89px;
    box-shadow: inset 0 1px 10px 0 #d67ff6;
    background: rgba(152, 152, 152, 0.2);

  }

  .bullying__card-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #dee0ff;
    margin: 15px 113px 4px 61px;
    white-space: nowrap;
  }

  .bullying__card-text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 12px;
    color: #dee0ff;
    margin: 0px 95px 20px 61px;
  }

  .bullying__card-text::after {
    width: 24px;
    height: 24px;
    background-size: contain;
    content: "";
    position: absolute;
    background-image: url(../icons/bullying-icon-circle.svg);
    background-repeat: no-repeat;
    top: 8px;
    right: 5px;
    text-align: end;
    vertical-align: middle;
    display: inline-block;
  }

  .bullying__card-img {
    width: 46px;
    height: 46px;
    top: 10%;
    left: 8px;
  }

  .bullying__help {
    border: 1px solid #7a54f4;
    border-radius: 20px;
    width: 100%;
    height: 76px;
    margin: 5px auto 0;
    max-width: 100%;
  }

  .bullying__help-text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 12px;
    color: #dee0ff;
    padding-block: 15px;
    margin: 0;
    max-width: 265px;
    margin-right: 24px;
    margin-left: 61px;
  }

  .bullying__help-img {
    left: 8px;
    width: 46px;
    height: 46px;
  }

  /* possibilities */
  .possibilities {
    background-image: url(../img/possibilities-bg-m.png);
    background-position: center;
    background-size: cover;
  }

  .possibilities__inner {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .possibilities__icon {
    border: 1px solid #6e48bc;
    border-radius: 60px;
    padding: 8px 24px;
    max-width: 169px;
    width: 100%;
    height: 33px;
    margin: 0 auto 20px;
  }

  .possibilities__icon-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 10px;
    color: #fff;
  }

  .possibilities__icon-img {
    width: 15px;
    height: 15px;
  }

  .possibilities-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 106%;
    text-align: center;
    color: #fff;
    max-width: 350px;
    margin: 0 auto 20px;
  }

  .possibilities__text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #fff;
    max-width: 350px;
    margin: 0 auto 20px;
  }

  .possibilities__img-time {
    display: none;
  }

  .possibilities__img-activity {
    display: none;
  }

  .possibilities__img-school {
    display: none;
  }

  .possibilities__mobile {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 49px;
    max-width: 100%;
  }

  .possibilities__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 546px;
    margin: 0;
    justify-items: center;
  }

  .possibilities__card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    border: 1px solid #7a54f4;
    border-radius: 10px;
    width: 100%;
    height: 52px;
    box-shadow: inset 0 1px 10px 0 #d67ff6;
    background: rgba(152, 152, 152, 0.2);
  }

  .possibilities__card::after {
    width: 15px;
    height: 15px;
  }

  .possibilities__card-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    max-width: 105px;
    white-space: wrap;
  }

  .possibilities__card-svg {
    width: 23px;
    height: 23px;
    overflow: visible;
  }

  .possibilities__button {
    border: 1px solid #7a54f4;
    border-radius: 18px;
    padding: 14px 30px;
    width: 242px;
    height: 48px;
    white-space: nowrap;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin: 0 auto 397px;
  }

  /* state */
  .state {
    background-image: url(../img/state-bg-m.png);
    background-position: center;
  }

  .state__inner {
    position: relative;
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .state__icon {
    border: 1px solid #6e48bc;
    border-radius: 60px;
    padding: 8px 24px;
    max-width: 169px;
    height: 33px;
    margin: 0 auto 20px;
  }

  .state__icon-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 10px;
    color: #fff;
  }

  .state__icon-svg {
    width: 14px;
    height: 14px;
  }

  .state__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 106%;
    text-align: center;
    color: #fff;
    max-width: 225px;
    margin: 0 auto 20px;
  }

  .state__text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 433px;
  }

  .state__button {
    display: none;
  }

  .state__img-pulse {
    display: none;
  }

  .state__img-activity {
    display: none;
  }

  .state__banner {
    gap: 10px;
    border-radius: 10px;
    margin: 0;
  }

  .state__banner-img {
    max-width: 30px;
    margin-left: 10px;
  }

  .state__banner-text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 117%;
    color: #fff;
    max-width: 270px;
  }

  .state__img-pulse--mobile {
    display: block;
    position: absolute;
    right: 25px;
    top: 60%;
  }

  .state__img-activity--mobile {
    display: block;
    position: absolute;
  }

  /* advantages */
  .advantages {
    background-image: url(../img/advantages-bg-m.png);
  }

  .advantages__inner {
    padding-top: 50px;
    padding-bottom: 43px;
  }

  .advantages__img-bg {
    bottom: 379px;
    width: 358px;
    height: 322px;
    object-fit: cover;
  }

  .advantages__icon {
    border: 1px solid #6e48bc;
    border-radius: 60px;
    padding: 8px 20px;
    max-width: 169px;
    height: 33px;
    margin-bottom: 15px;
  }

  .advantages__icon-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 10px;
    color: #8023f3;
  }

  .advantages__icon-svg {
    width: 17px;
    height: 17px;
  }

  .advantages__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 113%;
    text-align: center;
    color: #2f1d71;
    max-width: 370px;
    margin-bottom: 15px;
  }

  .advantages__title-color {
    max-width: 370px;
    font-weight: 700;
    font-size: 32px;
    line-height: 113%;
    text-align: center;
  }

  .advantages__text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #2f1d71;
    max-width: 350px;
    margin-bottom: 15px;
  }

  .advantages__button {
    margin-bottom: 305px;
    max-width: 242px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
  }

  .advantages__cards {
    flex-direction: column;
    gap: 5px;
  }

  .advantage__card {
    background: radial-gradient(circle at top left, rgba(159, 141, 255, 0.3) 0%, transparent 50%),
      radial-gradient(circle at bottom right, rgba(250, 216, 255, 0.3) 0%, transparent 50%);
    border-radius: 20px;
    max-width: 100%;
    width: 100%;
    padding: 15px 40px 15px 74px;
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;
    overflow: hidden !important;
  }

  .advantage__card-img {
    width: 54px;
    height: 54px;
    left: 10px;
  }

  .advantage__card-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #2f1d71;

  }

  .advantage__card-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #2f1d71;
    max-width: 236px;
  }

  .advantage__card-text::after {
    width: 16px;
    height: 16px;
    background-size: contain
  }

  /* signal */
  .signal {
    background-image: url(../img/signal-bg-m.png);
    background-position: center;
    background-size: cover;
  }

  .signal__inner {
    padding-top: 285px;
    padding-bottom: 0;
    margin-left: 0;
  }

  .signal__icon {
    border: 1px solid #6e48bc;
    border-radius: 60px;
    padding: 8px 20px;
    max-width: 198px;
    height: 34px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .signal__icon-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 10px;
    color: #8023f3;
    white-space: nowrap;
  }

  .signal__icon-img {
    width: 18px;
    height: 18px;
  }

  .signal__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 113%;
    text-align: center;
    color: #2f1d71;
    margin-bottom: 15px;
  }

  .signal__title-color {
    font-weight: 700;
    font-size: 32px;
    line-height: 113%;
    text-align: center;
  }

  .signal__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #2f1d71;
    margin: 0 auto 15px;
  }

  .signal__button {
    margin: 0 auto;
    max-width: 242px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
  }

  /* protection */
  .protection {
    background-image: url(../img/protection-bg-m.png);
    background-size: cover;
    background-position: center 0px;
  }

  .protection__inner {
    padding-top: 79px;
    padding-bottom: 50px;
  }

  .protection__icon {
    border: 1px solid #6e48bc;
    border-radius: 60px;
    padding: 8px 20px;
    width: 169px;
    height: 33px;
    margin: 0 auto 15px;
  }

  .protection__icon-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 10px;
    color: #8023f3;
  }

  .protection__icon-svg {
    width: 17px;
    height: 17px;
  }

  .protection__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 113%;
    text-align: center;
    color: #2f1d71;
    max-width: 400px;
    margin-bottom: 15px;
  }

  .protection__title-highlighted {
    font-weight: 700;
    font-size: 32px;
    line-height: 113%;
    text-align: center;
  }

  .protection__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #2f1d71;
    max-width: 350px;
    margin: 0 auto 415px;
  }

  .protection__cards {
    flex-direction: column;
    gap: 5px;
  }

  .protection__card {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 130px;
    border-radius: 40px;
    overflow: hidden;
    background: #fff;
  }

  .protection__card-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .protection__card-img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .protection__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }


  .protection__card-title {
    position: absolute;
    bottom: 70px;
    right: 5%;

    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 111%;
    text-align: center;
    color: #2f1d71;
    max-width: 149px;
    margin: 0;
    z-index: 2;
  }


  .protection__card-title--first {
    right: 7%
  }

  .protection__card-text {
    position: absolute;
    bottom: 35px;
    right: 2%;

    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #2f1d71;
    margin: 0;
    z-index: 2;
    max-width: 169px;
  }

  /* rate */
  .rate {
    background-image: url(../img/rate-bg-m.png);
    background-position: center;
    background-size: cover;
  }

  .rate__inner {
    padding-block: 50px;
  }

  .rate__icon {
    border: 1px solid #6e48bc;
    border-radius: 60px;
    padding: 8px 20px;
    max-width: 169px;
    height: 33px;
    margin-bottom: 20px;
  }

  .rate__icon-svg {
    width: 17px;
    height: 17px;
  }

  .rate__icon-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 10px;
    color: #8023f3;
  }

  .rate__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 113%;
    color: #2f1d71;
    max-width: 208px;
    margin-bottom: 20px;
  }

  .rate__title-color {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 113%;
  }

  .rate__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #2f1d71;
    max-width: 165px;
    margin-bottom: 48px;
  }

  .rate__cards {
    flex-direction: column;
    gap: 10px;
  }

  .rate__card {
    border: 1px solid rgba(128, 35, 243, 0.3);
    border-radius: 20px;
    width: 350px;
    height: 332px;
    margin: 0 auto;
    padding: 20px;
  }

  .rate__card--right {
    position: relative;
    border: 1px solid transparent;
    border-radius: 20px;
    width: 350px;
    height: 332px;
    box-shadow: 0 0 20px 0 rgba(128, 35, 243, 0.15);
    background: #fff;
    padding: 20px;
    transition: all 0.3s ease;
    z-index: 1;
  }

  .rate__card--right::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 22px;
    background: linear-gradient(90deg, #502aef, #6835f0, #f7baf8, #502aef);
    background-size: 300% 100%;
    background-position: 0% 0%;
    z-index: -2;
    opacity: 1;
    animation: shimmer 6s linear infinite;
  }

  .rate__card--right::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: #fff;
    z-index: -1;
  }

  @keyframes shimmer {
    0% {
      background-position: 0% 0%;
    }

    100% {
      background-position: 300% 0%;
    }
  }

  .rate__card-best {
    border: 1px solid #7a54f4;
    border-radius: 40px;
    padding: 10px 20px;
    width: 136px;
    height: 35px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    color: #fff;
  }

  .rate__card-title-wraper {
    gap: 20px;
    margin-bottom: 20px;
  }

  .rate__card-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #2f1d71;
  }

  .rate__card-title::before {
    width: 39px;
    height: 39px;
    bottom: -58%;
    right: 122%;
  }

  .rate__card-img {
    width: 28px;
    height: 28px;
  }

  .rate__card-price {
    font-weight: 700;
    font-size: 36px;
  }

  .rate__card-time {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .rate__card-item {
    font-weight: 400;
    font-size: 14px;
  }

  .rate__card-item-img {
    width: 15px;
    height: 15px;
  }

  .rate__card-item::before {
    width: 19px;
    height: 19px;
    left: -2px;
  }

  .rate__card-button {
    border: 1px solid #7a54f4;
    border-radius: 18px;
    padding: 14px 48px;
    width: 210px;
    height: 45px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: #8023f3;
    white-space: nowrap;
  }

  .rate__card-button--right {
    color: #fff;
  }

  /* FAQ */
  .faq {
    background: #fff;
    padding: 79px 0 50px;
    background-image: url('../img/faq-bg-m.png');
    background-repeat: no-repeat;
  }

  .faq__item--closed .faq__item-question {
    transform: translateY(6px)
  }

  .faq__badge {
    border: 1px solid #6e48bc;
    border-radius: 60px;
    padding: 8px 20px;
    width: 169px;
    height: 33px;
    font-weight: 600;
    font-size: 10px;
  }

  .faq__badge-icon {
    width: 17px;
    height: 17px;
  }

  .faq__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 113%;
    text-align: center;
    margin: 20px auto 0;
  }

  .faq__subtitle {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    max-width: 225px;
  }

  .faq__list {
    gap: 5px;
  }

  .faq__item {
    border: 1px solid rgba(128, 35, 243, 0.3);
    border-radius: 20px;
    width: 350px;
    height: 100%;
    gap: 10px;
    max-height: 100%;
  }

  .faq__item--closed {
    width: 350px;
    height: 61px
  }

  .faq__item--closed .faq__item-answer {
    height: 0;
  }

  .faq__item-arrow {
    align-self: start;
    height: stretch;
  }

  .faq__item-arrow-img {
    margin-top: -10px;
  }

  .faq__item-arrow-img {
    width: 38px;
    height: 38px;
  }

  .faq__item-question {
    font-weight: 700;
    font-size: 14px;
    margin-top: -6px;
  }

  .faq__item-answer {
    font-weight: 400;
    font-size: 12px
  }

  .faq__item-icon {
    border-radius: 10px;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    align-self: start;
    margin-top: -6px;
  }

  .faq__item-icon-svg {
    width: 20px;
    height: 20px;
  }

  /* BANNER */
  .banner {
    background-position-y: -20px;
    background-image: url('/img/banner-bg-mb.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 564px;
    padding-bottom: 60px;
  }

  .banner__content {
    background-image: url('/img/banner-content-bg-m.png');
    border-radius: 20px;
    padding: 50px 20px;
  }

  .banner__badge {
    border: 1px solid #6e48bc;
    border-radius: 60px;
    padding: 8px 40px;
    width: 238px;
    height: 33px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 10px;
    color: #fff;
    white-space: nowrap;
    margin-bottom: 20px;
  }

  .banner__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 106%;
    text-align: center;
    max-width: 310px;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .banner__subtitle {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #fff;
    max-width: 295px;
  }

  .banner__apps {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .banner__app:first-child {
    display: none;
  }

  .banner__app-button {
    display: none;
  }

  .banner__info {
    display: none;
  }

  .banner__button {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #7a54f4;
    border-radius: 18px;
    padding: 15px 30px;
    width: 264px;
    height: 50px;
    box-shadow: inset 0 1px 10px 0 #d67ff6;
    background: linear-gradient(22deg, #502aef 0%, #6835f0 55.91%, #f7baf8 98.87%);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
  }

  .banner__button-icon {
    width: 27px;
    height: 27px;
  }

  /* FOOTER */

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer__description {
    font-size: 12px;
    text-align: center;
  }

  .footer__about {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__logo img {
    margin: auto;
    width: 58px;
    margin-right: -12px;
    margin-left: -12px;
  }

  .footer__description {
    margin-bottom: 3px;
    margin-top: 10px;
  }

  .footer__title-docs,
  .footer__title-nav {
    font-size: 16px;
  }

  .footer__nav-item,
  .footer__docs-item {
    font-size: 14px;
  }

  .footer__app {
    flex-wrap: wrap;
    flex-direction: unset;
  }

  .footer__app {
    gap: 10px;
  }

  .footer__title-app {
    font-size: 16px;
  }

  .footer__app-tel {
    font-size: 20px;
    width: 100%;
  }

  .footer__nav,
  .footer__docs {
    min-width: auto;
    width: 47.1%;
  }

  .footer__app {
    margin-top: 20px;
  }

  .footer__copyright {
    font-size: 12px;
    gap: 0;
    justify-content: space-between;
    padding-top: 20px
  }

  .footer__links {
    gap: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer__app-tel {
    margin-bottom: 0;
    margin-top: 0;
  }

  .footer__app-button {
    max-width: 48.5%;
    font-size: 14px;
    padding: 10px 24.5px;
    max-height: 45px;
  }

  .footer__title-docs,
  .footer__title-nav,
  .footer__title-app {
    margin-bottom: 9px;
    font-weight: 600;
  }

  .footer__copyright {
    margin-top: 0;
  }

  .footer__nav,
  .footer__docs {
    gap: 5px;
  }


  .footer__socials {
    display: none;
  }

  .footer__logo {
    font-size: 20px;
  }


}