html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
@font-face {
  font-family: 'Nekst';
  src:
    url('../fonts/Nekst-SemiBold.woff2') format('woff2'),
    url('../fonts/Nekst-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nekst';
  src:
    url('../fonts/Nekst-Regular.woff2') format('woff2'),
    url('../fonts/Nekst-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nekst';
  src:
    url('../fonts/Nekst-Black.woff2') format('woff2'),
    url('../fonts/Nekst-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nekst';
  src:
    url('../fonts/Nekst-Thin.woff2') format('woff2'),
    url('../fonts/Nekst-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nekst';
  src:
    url('../fonts/Nekst-Bold.woff2') format('woff2'),
    url('../fonts/Nekst-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nekst';
  src:
    url('../fonts/Nekst-Medium.woff2') format('woff2'),
    url('../fonts/Nekst-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nekst';
  src:
    url('../fonts/Nekst-Light.woff2') format('woff2'),
    url('../fonts/Nekst-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Nekst', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #1A1B1B;
  color: #FFFFFF;
  overflow-x: hidden;
}
.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 112px;
}
@media only screen and (max-width: 1439px) {
  .container {
    max-width: 1200px;
    padding: 0 48px;
  }
}
@media only screen and (max-width: 1300px) {
  .container {
    max-width: 1024px;
  }
}
@media only screen and (max-width: 1023px) {
  .container {
    max-width: 900px;
  }
}
@media only screen and (max-width: 900px) {
  .container {
    max-width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 560px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 560px) {
  .container {
    max-width: 100%;
  }
}
.container-large {
  max-width: 1376px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1439px) {
  .container-large {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1300px) {
  .container-large {
    max-width: 992px;
  }
}
@media only screen and (max-width: 1023px) {
  .container-large {
    max-width: 868px;
  }
}
@media only screen and (max-width: 900px) {
  .container-large {
    max-width: 732px;
  }
}
@media only screen and (max-width: 767px) {
  .container-large {
    max-width: 560px;
  }
}
@media only screen and (max-width: 560px) {
  .container-large {
    max-width: 100%;
  }
}
.section {
  padding-top: 120px;
}
@media only screen and (max-width: 1300px) {
  .section {
    padding-top: 80px;
  }
}
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}
p {
  line-height: 1.5;
  margin: 0px;
}
a {
  text-decoration: none;
}
ul {
  padding-left: 20px;
  margin: 12px 0;
}
@media only screen and (max-width: 767px) {
  ul {
    margin: 10px 0;
  }
}
picture {
  display: contents;
}
.section-title {
  font-size: 60px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #6AF8C3;
  font-weight: 600;
  z-index: 40;
}
@media only screen and (max-width: 1300px) {
  .section-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}
.text {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  .text {
    font-size: 14px;
  }
}
.section-subtitle {
  font-size: 20px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767px) {
  .section-subtitle {
    font-size: 16px;
  }
}
.u-mobile-only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .u-mobile-only {
    display: block !important;
  }
}

/* Общая навигация для слайдеров */
.slider-nav {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
}

.slider-nav__btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #6AF8C3;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .3s ease, border-color .3s ease;
  flex-shrink: 0;
}

.slider-nav__btn svg path {
  transition: fill .3s ease;
}

.slider-nav__btn:hover:not(.swiper-button-disabled) {
  background: #6AF8C3;
}

.slider-nav__btn:hover:not(.swiper-button-disabled) svg path {
  fill: #272828;
}

.slider-nav__btn:active:not(.swiper-button-disabled) {
  background: #4B4B5B;
  border-color: #4B4B5B;
}

.slider-nav__btn:active:not(.swiper-button-disabled) svg path {
  fill: #6AF8C3;
}

.slider-nav__btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

.slider-nav__btn--prev svg {
  transform: rotate(90deg);
}

.slider-nav__btn--next svg {
  transform: rotate(-90deg);
}

/* STORE-LINKS */
.store-links {
  display: flex;
  gap: 16px;
}

.store-link {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 184px;
  height: 44px;
  padding: 8px 32px;

  background:
    linear-gradient(#010007, #010007) padding-box,
    linear-gradient(180deg, #4B4B5B 0%, #15FFA8 100%) border-box;

  border: 1px solid transparent;
  border-radius: 8px;

  transition: opacity 0.3s ease;
}

.store-link:hover {
  opacity: 0.8;
}

.store-link img {
  display: block;
  width: auto;
  height: 28px;
}

/*  EXPAND */
.expand {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-family: 'Nekst', sans-serif;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(106, 248, 195, 0.1);
  color: #6AF8C3;
  cursor: pointer;
  padding: 4px;
  transition: all 0.2s ease;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.expand svg { transition: transform 0.2s ease; }
.expand.is-active svg { transform: rotate(180deg); }
.expand span { font-size: 14px; color: inherit; }

@media only screen and (max-width: 767px) { 
  .expand { display: flex; } 
}

.btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 384px;
  height: 60px;
  max-width: 100%;
  padding: 20px 32px;
  border-radius: 32px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    color 0.2s ease;
  cursor: pointer;
  border: none;
  overflow: hidden;
  font-weight: 500;
}
.btn span {
  position: relative;
  z-index: 1;
  transition: color 0.2s ease;
}
@media only screen and (max-width: 1300px) {
  .btn {
    width: 324px;
  }
}
@media only screen and (max-width: 588px) {
  .btn {
    width: 100%;
  }
}
.btn--primary {
  color: #272828;
  background: #FFFFFF;
  border: 1px solid transparent;
}
.btn--primary:hover {
  background: transparent;
  border-color: #6AF8C3;
  color: #6AF8C3;
}
.btn--primary:active {
  background: #6AF8C3;
  border-color: #6AF8C3;
  color: #272828;
}
.btn--secondary {
  color: #FFFFFF;
  background: #4B4B5B;
  border: 1px solid transparent;
}
.btn--secondary:hover {
  background: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn--secondary:active {
  background: #39394D;
  border-color: #39394D;
  color: #6AF8C3;
}
.btn--secondary:active span {
  background: none;
  -webkit-text-fill-color: #6AF8C3;
  color: #6AF8C3;
}

.header {
  background-color: #1A1B1B;
  padding: 16px 0 8px;
  width: 100%;
}
.to_base_container {
    width: 696px;
    height: 24px;
    display: flex;
    align-items: center; /* вертикально центрируем содержимое */
    gap: 8px;            /* расстояние между стрелкой и текстом */
    opacity: 1;
    transform: rotate(0deg); /* можно опустить */
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}
.header__languages {
  position: relative;
  z-index: 10;
  background-color: #363939;
  padding: 8px 16px;
  gap: 8px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .header__languages {
    width: 104px;
  }
}
.header__lang-selector {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.header__lang-selector.js-active .header__chevron {
  transform: rotate(180deg);
}
.header__lang-selector.js-active .header__lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__lang-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .header__lang-content {
    gap: 4px;
  }
}
.header__flag {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header__flag-icon {
  display: block;
  width: 100%;
  height: auto;
}
.header__lang-text {
  font-family: 'Nekst', sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
}
.header__chevron {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.header__lang-dropdown {
  position: absolute;
  top: calc(100% + 15px);
  left: -16px;
  width: calc(100% + 32px);
  background: #272828;
  box-shadow: 0px 4px 20px rgba(21, 255, 168, 0.15);
  border-radius: 16px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
}
.header__lang-dropdown::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
}
.header__lang-item {
  display: flex;
  align-items: center;
  padding: 8px 32px;
  color: #FFFFFF;
  transition: background 0.2s ease;
  text-decoration: none;
}
.header__lang-item:hover {
  background: rgba(21, 255, 168, 0.1019607843);
}
.header__lang-item.is-active {
  color: #15FFA8;
  font-weight: 500;
}
.header__lang-item-text {
  font-size: 16px;
}

.back-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;

  font-family: 'Nekst', sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255,255,255,.8);

  transition: opacity .2s ease;

  &:hover {
    opacity: .8;
  }

  svg {
    flex-shrink: 0;
  }
}

/* LOGIN-BTN */
.header__login-btn {
  position: relative;
  z-index: 10;
  background: #6AF8C3;
  border: 1px solid transparent;
  width: 176px;
  height: 44px;
  padding: 12px 24px;
  border-radius: 32px;

  display: flex;
  justify-content: center;
  align-items: center;

  text-decoration: none;
  transition: all 0.2s ease;
}

.header__login-btn:hover {
  background: rgba(106, 248, 195, 0.6);
}

.header__login-btn:active {
  background: transparent;
  border-color: #6AF8C3;
}

.header__login-btn:active .header__login-text {
  color: #6AF8C3;
}

.header__login-text {
  font-family: "Nekst", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #272828;
  transition: color 0.2s ease;
}

.header__login-btn--mobile {
  display: none;
}

.header__login-btn--mobile:active svg path {
  fill: #6AF8C3;
}

@media (max-width: 767px) {
  .header__login-btn--desktop {
    display: none;
  }

  .header__login-btn--mobile {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
  }
}

/* FEATURES */
.features {
  padding: 0 16px;
}
.features__container {
  background-color: #39394D;
  border-radius: 60px;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  z-index: 2;
}
.features__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 820px;
  height: 560px;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  opacity: 0.2;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10;
}
.features__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #39394D 0%, rgba(57, 57, 77, 0.2) 100%);
  z-index: 2;
}
.features__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #39394D 0%, rgba(57, 57, 77, 0.2) 25%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  mask-image: linear-gradient(to bottom, black 0%, transparent 25%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 25%);
  z-index: 2;
}
.features__bg-img { display: none; }
.features__title { padding: 0 40px; }
.features__layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
  padding: 0 40px;
  z-index: 30;
}
.features__langs {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-shrink: 0;
}
.features__lang-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #6AF8C3;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.features__lang-btn img,
.features__lang-btn svg {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 50%;
}
.features__lang-btn.js-active {
  background: linear-gradient(180deg, rgba(75, 75, 91, 0.8) -12.09%, rgba(21, 255, 168, 0.8) 46.78%, rgba(75, 75, 91, 0.8) 113.2%);
  border: 1px solid rgba(106, 248, 195, 0.1);
}
.features__lang-btn:hover:not(.js-active) {
  border: none;
  background: #6AF8C3;
}
.features__image-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 20;
}
.features__image-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.features__image-center-img {
  height: 420px;
  width: 420px;
}
.features__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 520px;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.features__content.is-switching {
  opacity: 0;
  transform: translateY(5px);
}
.features__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}
.features__lang-title {
  font-family: 'Nekst', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #6AF8C3;
  text-transform: uppercase;
  width: 100%;
}
.features__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
}
.features__actions { width: 384px; max-width: 100%; }
.features__actions .btn { width: 100%; }

@media only screen and (max-width: 1300px) {
  .features__container { padding: 48px 0; border-radius: 32px; }
  .features__bg { width: 570px; height: 380px; }
  .features__layout { gap: 42px; padding: 0 32px 0 50px; }
  .features__langs { gap: 16px; }
  .features__lang-btn { width: 48px; height: 48px; }
  .features__lang-btn img, .features__lang-btn svg { width: 28px; height: 28px; }
  .features__image-center-img { height: 250px; width: 250px; }
  .features__content { max-width: 324px; align-items: flex-start; }
  .features__info { align-items: flex-start; gap: 8px; }
  .features__lang-title { font-size: 16px; }
  .features__description { font-size: 14px; }
  .features__actions { width: 100%; }
}

@media only screen and (max-width: 767px) {
  .features { padding: 0 8px; }
  .features__container { border-radius: 24px; padding: 20px 12px; gap: 24px; }
  .features__bg { width: 600px; height: 250px; top: 200px; left: 50%; transform: translateX(-50%); bottom: auto; opacity: 0.18; background-image: none !important; }
  .features__bg::after { display: none; }
  .features__bg-img { display: block; width: 100%; height: 100%; object-fit: contain; }
  .features__layout { flex-direction: column; align-items: center; gap: 16px; padding: 0; }
  .features__langs { flex-direction: row; gap: 16px; justify-content: center; width: 100%; }
  .features__lang-btn { width: 68px; height: 68px; }
  .features__lang-btn img, .features__lang-btn svg { width: 40px; height: 40px; }
  .features__image-center { flex-direction: column; width: 100%; gap: 32px;}
  .features__image-center-img { width: 200px; height: 200px; margin: 0 auto; }
  .features__content { text-align: center; align-items: center; width: 100%; max-width: 100%; margin-top: 0; gap: 32px;}
  .features__info { align-items: center; gap: 8px; }
  .features__lang-title { font-size: 16px; text-align: center; }
  .features__description { font-size: 14px; text-align: center; display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
  .features__description.is-expanded { line-clamp: unset; -webkit-line-clamp: unset; }
}

/* HERO */
.hero {
  padding: 32px 0 0 0;
  overflow: visible;
}
.hero__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 42px;
}
.hero__title svg { width: 100%; height: auto; max-width: 502px; }
.hero__subtitle {
  text-align: center;
  width: 592px;
  margin: 0 auto;
  padding: 32px 28px;
  border: 2px solid transparent;
  border-radius: 32px;
  background:
    linear-gradient(#272828, #272828) padding-box,
    linear-gradient(180deg, #4B4B5B 0%, #15FFA8 100%) border-box;
  position: relative;
  z-index: 10;
}
.hero__subtitle-text {
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  font-weight: 400;
}
.hero__bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  min-height: 764px;
  margin-top: -60px;
}
.hero__bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 264px;
  background: linear-gradient(360deg, rgba(26, 27, 27, 0.8), rgba(79, 255, 190, 0.1));
  filter: blur(30px);
  z-index: 20;
}
.hero__bg-img {
  height: 1060px;
  min-width: 1440px;
  object-fit: cover;
  flex-shrink: 0;
  opacity: 0.08;
  position: absolute;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
}
.hero__bg-img-minyon-wrapper {
  z-index: 20;
}
.hero__bg-img-minyon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 680px;
  height: auto;
}
.hero__bg-img-minyon--mobile {
  display: none;
}
.hero__bg-img-minyon--desktop {
  display: block;
}
.hero__bg-question-wrapper {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(340px, -50%);
  width: 230px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__bg-question-wrapper--reverce {
  transform: translate(-470px, -50%) rotateY(180deg);
  width: 140px;
  height: 130px;
  top: 34%;
}
.hero__bg-question-logo {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(180deg);
}
.hero__bg-question-text {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  transform: rotate(30deg);
}
.hero__bg-img-question {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero__bg-img-question--reverce {
  width: 140px;
  height: 130px;
}
.hero__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
  z-index: 20;
  margin-top: -120px;
}

@media only screen and (max-width: 1300px) {
  .hero__title { margin-bottom: 40px; }
  .hero__subtitle { width: 440px; margin-bottom: 40px; }
  .hero__subtitle-text { font-size: 24px; }
  .hero__bg { min-height: auto; margin-top: 0; }
  .hero__bg::before { height: 120px; bottom: 120px; }
  .hero__bg-img { height: 510px; min-width: auto; width: 100%; top: -120px; left: 0; position: relative; transform: none; }
  .hero__bg-img-minyon { width: 440px; top: 170px; }
  .hero__bg-question-wrapper { transform: translate(200px, -110px); width: 160px; height: 144px; }
  .hero__bg-question-wrapper--reverce { transform: translate(-320px, -110px) rotateY(180deg); width: 90px; height: 84px; }
  .hero__bg-question-logo { width: 48px; height: 48px; }
  .hero__bg-question-text { font-size: 12px; top: 52px; padding: 0 16px; }
  .hero__actions { gap: 24px; }
}

@media only screen and (max-width: 767px) {
  .hero { padding-top: 52px; }
  .hero__title { width: 320px; margin-left: auto; margin-right: auto; margin-bottom: 48px; }
  .hero__subtitle { width: 320px; padding: 24px 20px; border: 1px solid transparent; border-radius: 24px; }
  .hero__subtitle-text { font-size: 16px; }
  .hero__bg-img-minyon { width: 320px; }
  .hero__bg-img-minyon--mobile { display: block; }
  .hero__bg-img-minyon--desktop { display: none; }
  .hero__bg-question-wrapper { transform: translate(50px, -140px); width: 120px; }
  .hero__bg-question-wrapper--reverce { transform: translate(-168px, -120px) rotateY(180deg); width: 90px; height: 84px; }
  .hero__bg-question-logo { width: 48px; height: 48px; }
  .hero__bg-question-text { font-size: 10px; top: 54px; padding: 0 8px; }
}

@media only screen and (max-width: 588px) {
  .hero__subtitle { margin-bottom: 20px; }
  .hero__bg-img-minyon { top: 240px; }
  .hero__bg-question-wrapper { transform: translate(50px, -130px); }
  .hero__bg-question-wrapper--reverce { transform: translate(-168px, -90px) rotateY(180deg); }
  .hero__actions { flex-direction: column; gap: 12px; }
}

/* FOUNDERS */
.founders__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.founders__sber-logo {
  display: none;
}
.founders__row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.founders__row__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}
.founders__image {
  flex-shrink: 0;
  width: 488px;
  height: 488px;
  border-radius: 32px;
  overflow: hidden;
}
.founders__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.founders__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  min-width: 0;
}
.founders__info-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.2;
}
.partners-desctop { 
  display: flex; 
  flex-direction: column;
  gap: 40px;
}
.partners-mobile { display: none; }
.founders__partner-logos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  height: 50px;
  width: 100%;
}
.founders__partner-logos img {
  max-width: 30%;
  width: auto;
  object-fit: contain;
}
.founders__top-block {
  width: 100%;
  display: flex;
  justify-content: center;
}
.founders__top-block img {
  width: 400px;
  height: 188px;
}

@media only screen and (max-width: 1300px) {
  .founders__row__inner { gap: 24px; }
  .founders__image { width: 324px; height: 324px; border-radius: 22px; }
  .founders__content { gap: 24px; }
  .founders__info-content { font-size: 14px; gap: 8px; }
  .partners-desctop { gap: 20px;}
  .founders__partner-logos { gap: 24px; }
  .founders__top-block img { width: 340px; height: 148px; }
}

@media only screen and (max-width: 900px) {
  .founders__sber-logo { display: flex; justify-content: center; width: 100%;}
  .founders__sber-logo img { height: 68px; width: auto; }
  .founders__row__inner { align-items: center; }
  .founders__content { width: 100%; }
  .partners-desctop { display: none; }
  .partners-mobile { display: flex; flex-direction: column; gap: 24px; }
  .founders__partner-logos { justify-content: center; flex-wrap: wrap; }
}

@media only screen and (max-width: 767px) {
  .founders__container { gap: 16px; }
  .founders__sber-logo { justify-content: center; }
  .founders__sber-logo img { height: 41px; }
  .founders__row__inner { flex-direction: column; gap: 12px; }
  .founders__image { height: 324px; border-radius: 21px; }
  .founders__content { align-items: center; text-align: center; gap: 16px; }
  .founders__info-content {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
  }
  .founders__info-content.is-expanded { display: flex; line-clamp: unset; -webkit-line-clamp: unset; }
  .founders__partner-logos { flex-direction: column; height: auto;}
  .founders__partner-logos img { height: 45px; max-width: 100%; }
  .founders__top-block img { width: 320px; }
}

/* PROPOSAL */
.proposal__title {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
.proposal__title svg {
  width: 100%;
  height: auto;
  max-width: 428px;
}
.proposal__logo {
  height: 72px;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: filter;
}
.proposal__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.proposal__row {
  display: flex;
  align-items: center;
  gap: 74px;
  width: 100%;
}
.proposal__row--reverse {
  flex-direction: row-reverse;
  gap: 32px;
}
.proposal__image {
  flex-shrink: 0;
  width: 546px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.proposal__image--reverse {
  width: 700px;
}
.proposal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proposal__content {
  display: flex;
  flex-direction: column;
}
.proposal__sub-title {
  font-weight: 600;
  color: #6AF8C3;
  font-size: 32px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.proposal__text {
  margin-bottom: 32px;
}

@media only screen and (max-width: 1300px) {
  .proposal__inner { gap: 32px; }
  .proposal__row { flex-direction: column; gap: 16px; }
  .proposal__row--reverse { flex-direction: column; gap: 16px; }
  .proposal__image { width: 540px; height: auto; }
  .proposal__image--reverse { width: 100%; height: auto; }
  .proposal__sub-title { font-size: 20px; margin-bottom: 8px; }
}

@media only screen and (max-width: 767px) {
  .proposal__logo { height: 54px; }
  .proposal__image { width: 100%; }
}

@media only screen and (max-width: 588px) {
  .proposal__content { align-items: center; }
}

@media only screen and (max-width: 560px) {
  .proposal__text { text-align: center; margin-bottom: 24px; }
  .proposal__stores { flex-direction: column; width: 100%; }
  .proposal__stores .store-link { width: 100%; }
}

/* SAGA */
.saga {
  padding: 0 16px;
}
.saga__container {
  background-color: #39394D;
  border-radius: 60px;
  padding: 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 74px;
  z-index: 2;
}
.saga__container > * {
  position: relative;
  z-index: 5;
}
.saga__bg {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 820px;
  height: 560px;
  z-index: -10;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.2;
}
.saga__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #39394D 0%, rgba(57, 57, 77, 0.2) 30%);
  z-index: 2;
}
.saga__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #39394D 0%, rgba(57, 57, 77, 0.2) 25%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  mask-image: linear-gradient(to bottom, black 0%, transparent 25%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 25%);
  z-index: 2;
}
.saga__bg-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.saga__bg-img--mobile {
  display: none;
}
.saga__btn.btn--glow {
  position: relative;
  width: 440px;
  height: 60px;
  padding: 20px 40px;
  border-radius: 32px;
  background: #6AF8C3;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  overflow: hidden;
}
.saga__btn.btn--glow span {
  font-weight: 400;
  font-size: 16px;
  color: #272828;
  line-height: 1.2;
  transition: color 0.2s ease;
  z-index: 1;
  position: relative;
}
.saga__btn.btn--glow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  opacity: 0.58;
  transition: opacity 0.2s ease;
  z-index: 0;
}
.saga__btn.btn--glow:hover {
  background: rgba(106, 248, 195, 0.6);
}
.saga__btn.btn--glow:active {
  background: transparent;
  border-color: #6AF8C3;
}
.saga__btn.btn--glow:active span {
  color: #6AF8C3;
}
.saga__content {
  display: flex;
  align-items: center;
  gap: 136px;
}
.saga__image {
  width: 240px;
  margin-left: 162px;
}
.saga__image img {
  width: 100%;
  height: auto;
  display: block;
}
.saga__info {
  max-width: 592px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.saga__text {
  margin-bottom: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.saga__actions { width: 384px; max-width: 100%; }
.saga__actions .btn { width: 100%; }

@media only screen and (max-width: 1439px) {
  .saga__bg { width: 640px; bottom: -80px; left: -10px; }
  .saga__image { margin-left: 0; }
  .saga__info { max-width: 450px; }
}

@media only screen and (max-width: 1300px) {
  .saga__container { padding: 48px 32px; border-radius: 32px; gap: 32px; }
  .saga__bg { width: 580px; height: 440px; left: -10px; }
  .saga__content { gap: 122px; }
  .saga__image { width: 160px; }
  .saga__info { max-width: 324px; }
}

@media only screen and (max-width: 1023px) {
  .saga__bg { width: 440px; left: -6px; }
}

@media only screen and (max-width: 900px) {
  .saga__bg { width: 500px; height: 300px; left: -70px; bottom: 0; }
  .saga__content { width: 100%; justify-content: flex-end; }
}

@media only screen and (max-width: 767px) {
  .saga { padding: 0 8px; }
  .saga__container { padding: 20px 12px; }
  .saga__bg {
    top: 100px;
    left: 50%;
    bottom: auto;
    opacity: 0.18;
    transform: translateX(-50%);
  }
  .saga__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: radial-gradient(
      ellipse 90% 70% at center,
      transparent 0%,
      rgba(57,57,77,0.25) 25%,
      rgba(57,57,77,0.6) 55%,
      #39394D 100%
    );
  }
  .saga__bg::after { display: none; }
  .saga__bg-img--desktop { display: none; }
  .saga__bg-img--mobile { display: block; }
  .saga__btn.btn--glow { width: 100%; padding: 16px 24px; }
  .saga__content {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .saga__image {
    width: 120px;
    margin: 0 auto;
  }
  .saga__info {
    max-width: 100%;
    gap: 12px;
  }
  .saga__info-content {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: none;
    transition: none;
  }
  .saga__info-content.is-expanded {
    display: block;
    -webkit-line-clamp: unset;
  }
  .saga__text { margin-bottom: 0; }
  .saga__actions { width: 100%; margin-top: 32px; }
}

@media only screen and (max-width: 560px) {
  .saga__bg { height: 250px; }
}

/* HALL OF FAME */
.hall-of-fame { overflow: visible; }
.hall-of-fame__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.hall-of-fame__header {
  text-align: center;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hall-of-fame__segmented {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border-radius: 24px;
  width: 592px;
}
.hall-of-fame__segmented-label {
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.hall-of-fame__sliders {
  width: 100%;
  overflow: visible;
}
.hall-of-fame__slider { 
  overflow: visible !important; 
  margin-left: -56px !important; 
}
.hall-of-fame__slider .swiper-slide { width: auto; }
.hall-of-fame__card {
  background: rgba(75, 75, 91, 0.4);
  border: none;
  border-radius: 24px;
  padding: 32px;
  width: auto;
  min-width: 320px;
  height: 161px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  cursor: grab;
  text-decoration: none;
}
.hall-of-fame__card-image {
  width: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.hall-of-fame__card-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.hall-of-fame__card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 200px;
}
.hall-of-fame__card-title {
  font-size: 24px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
}
.hall-of-fame__atti-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  padding: 0 32px;
  width: 100%;
  max-width: 800px;
}
.hall-of-fame__license {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px;
  background:
    linear-gradient(#272828, #272828) padding-box,
    linear-gradient(180deg, #4B4B5B 0%, #15FFA8 100%) border-box;
  border: 2px solid transparent;
  border-radius: 28px 28px 4px 28px;
  flex: 1;
}
.hall-of-fame__license-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.hall-of-fame__license-title {
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #6AF8C3;
  font-family: 'Nekst', sans-serif;
}
.hall-of-fame__license-number {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.hall-of-fame__license-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.hall-of-fame__atti {
  width: 240px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.hall-of-fame__atti img {
  width: 100%;
  height: auto;
}
.hall-of-fame__partners {
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 800px;
}
.hall-of-fame__partner {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 175px;
}
.hall-of-fame__partner--sk {
  background: #BFDF14;
  width: 246px;
  flex-shrink: 0;
}
.hall-of-fame__partner--vitmo {
  background: #35363C;
  flex: 1;
}
.hall-of-fame__partner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 900px) {
  .hall-of-fame__segmented { padding: 4px 16px; }
  .hall-of-fame__segmented-label { font-size: 24px; }
  .hall-of-fame__atti { width: 180px; }
  .hall-of-fame__atti-section { gap: 24px; }
  .hall-of-fame__license { padding: 24px; gap: 16px; }
  .hall-of-fame__license-top { gap: 8px; }
  .hall-of-fame__license-title { font-size: 20px; }
  .hall-of-fame__partner--sk { width: 180px; }
}

@media only screen and (max-width: 767px) {
  .hall-of-fame__container { gap: 24px; }
  .hall-of-fame__card { padding: 24px; gap: 16px; height: 130px; width: 320px; }
  .hall-of-fame__card-title { font-size: 20px; }
  .hall-of-fame__segmented { width: 100%; padding: 0 16px; }
  .hall-of-fame__segmented-label { font-size: 20px; }
  .hall-of-fame__atti { width: 150px; }
  .hall-of-fame__slider { margin-left: 0 !important; }
  .hall-of-fame__atti-section { width: 100%; flex-direction: column; align-items: center; padding: 0; }
  .hall-of-fame__license { width: 100%; padding: 16px; }
  .hall-of-fame__partners { width: 100%; flex-direction: column; gap: 16px; }
  .hall-of-fame__partner { height: 147px; }
  .hall-of-fame__partner--sk { width: 100%; }
  .hall-of-fame__partner--vitmo { flex: initial; width: 100%; }
}

/* REVIEWS */
.reviews__header {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.reviews__subtitle {
  max-width: 800px;
}
.reviews__nav-wrapper {
  margin-bottom: 32px;
}
.reviews__slider {
  width: 100%;
  min-height: 600px;
  margin: 0 auto 40px;
}
.reviews__slider .swiper-slide {
  font-size: 18px;
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.reviews__card {
  background: #4B4B5B;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
  height: 100%;
}
.reviews__card-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.reviews__card-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.reviews__card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__card-user {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  line-height: 0;
}
.reviews__card-name {
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  color: #FFFFFF;
}
.reviews__card-position {
  font-size: 14px;
  color: rgba(255,255,255,.8);
}
.reviews__card-title {
  font-size: 14px;
  line-height: 120%;
  color: rgba(255,255,255,.6);
}
.reviews__card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.reviews__card-stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.reviews__card-stars img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.reviews__card-text {
  font-size: 16px;
  line-height: 19px;
  color: rgba(255,255,255,.8);
}
.reviews__card-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  background: #0A0B0B;
  border-radius: 8.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.reviews__card-icon img {
  width: 100%;
  height: 100%;
}
.reviews__atti-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  max-width: 800px;
  margin: 0 auto;
}
.reviews__atti-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 384px;
  min-height: 171px;
  flex-shrink: 0;

  padding: 20px 24px;
  gap: 8px;

  background:
    linear-gradient(#272828, #272828) padding-box,
    linear-gradient(180deg, #4B4B5B 0%, #15FFA8 100%) border-box;

  border: 2px solid transparent;
  border-radius: 24px 24px 4px 24px;

  text-align: center;
}
.reviews__atti-title {
  margin: 0;
  font-size: 24px;
  line-height: 130%;
  color: #FFFFFF;
}
.reviews__atti-text {
  margin: 0;
  font-size: 20px;
  line-height: 120%;
  color: rgba(255,255,255,.8);
}
.reviews__atti-mascot {
  width: 176px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
}

@media only screen and (max-width: 900px) {
  .reviews__slider { margin-bottom: 32px; }
  .reviews__card-icon { width: 32px; height: 32px; border-radius: 6.4px; }
}

@media only screen and (max-width: 767px) {
  .reviews__header { gap: 8px; margin-bottom: 16px; }
  .reviews__nav-wrapper { margin-bottom: 16px; gap: 8px; }
  .reviews__slider { height: auto; min-height: auto; margin-bottom: 24px; }
  .reviews__slider .swiper-slide { height: auto !important; }
  .reviews__card { gap: 12px; }
  .reviews__card-header { align-items: flex-start; }
  .reviews__card-text { font-size: 14px; line-height: 120%; }
  .reviews__atti-section { gap: 6px; }
  .reviews__atti-card { width: auto; flex: 1; min-width: 0; min-height: auto; padding: 10px; gap: 4px; }
  .reviews__atti-title { font-size: 16px; }
  .reviews__atti-text { font-size: 14px; }
  .reviews__atti-mascot { width: 92px; gap: 4px; }
}

/* TEACHERS */
.teachers {
  --slider-bleed: max(0px, (100vw - var(--container-width, 1216px)) / 2);
  --container-width: 1216px;
  overflow-x: clip;
}
.teachers__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
}
.teachers__header {
  text-align: center;
  max-width: 1006px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.teachers__main {
  display: grid;
  grid-template-columns: 488px 1fr;
  grid-template-rows: auto auto;
  gap: 0 32px;
  width: 100%;
}
.teachers__main.is-loading .teachers__photo,
.teachers__main.is-loading .teachers__name,
.teachers__main.is-loading .teachers__desc,
.teachers__main.is-loading .teachers__tags {
  opacity: 0;
}
.teachers__photo {
  grid-column: 1;
  grid-row: 1 / 3;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  align-self: stretch;
  height: 676px;
  min-height: 676px;
  flex-shrink: 0;
  background: rgba(106, 248, 195, 0.08);
  transition: opacity 0.2s ease;
}
.teachers__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.teachers__info {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: start;
  margin-bottom: 12px;
}
.teachers__info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.teachers__name {
  font-family: 'Nekst', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  color: #FFFFFF;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.teachers__desc {
  font-family: "Nekst", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.2s ease;
}
.teachers__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  transition: opacity 0.2s ease;
}
.teachers__tag {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  gap: 4px;
  height: 46px;
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(75, 75, 91, 0.4) 21.94%,
    rgba(21, 255, 168, 0.4) 92.19%
  );
  width: fit-content;
  flex-shrink: 0;
}
.teachers__tag span {
  font-family: "Nekst", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  white-space: nowrap;
  font-feature-settings: 'pnum' on, 'lnum' on;
}
.teachers__slider-section {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  align-self: end;
  min-width: 0;
  overflow: visible;
  width: calc(100% + var(--slider-bleed));
}
.teachers__slider-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 100%;
  background: linear-gradient(to left, #1A1B1B 20%, transparent 100%);
  z-index: 5;
  pointer-events: none;
}
.teachers__slider {
  overflow: visible;
  padding-right: 120px !important;
  box-sizing: content-box;
}
.teachers__slider .swiper-slide {
  width: auto;
}
.teachers__card {
  width: 280px;
  height: 294px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  user-select: none;
}
.teachers__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

@media only screen and (max-width: 1439px) {
  .teachers { --container-width: 1104px; }
  .teachers__main { grid-template-columns: 420px 1fr; }
  .teachers__photo { height: 580px; }
  .teachers__slider { padding-right: 140px !important; }
  .teachers__card { width: 160px; height: 180px; border-radius: 20px; }
}

@media only screen and (max-width: 1300px) {
  .teachers { --container-width: 928px; }
  .teachers__main { grid-template-columns: 360px 1fr; gap: 0 24px; }
  .teachers__photo { height: 500px; }
  .teachers__name { font-size: 24px; }
  .teachers__desc { font-size: 14px; }
  .teachers__tag span { font-size: 14px; }
  .teachers__slider { padding-right: 180px !important; }
}

@media only screen and (max-width: 1023px) {
  .teachers { --container-width: 804px; }
  .teachers__container { gap: 32px;}
  .teachers__main { grid-template-columns: 320px 1fr; }
  .teachers__photo { height: 448px; border-radius: 22px; }
  .teachers__info-header { flex-direction: column-reverse; align-items: stretch; gap: 32px; }
  .teachers__tags { gap: 12px 6px; }
  .teachers__tag { padding: 12px 16px; height: auto; }
  .teachers__tag span { font-size: 12px; white-space: normal; }
  .teachers__slider-section::after { width: 60px; }
  .teachers__slider { padding-right: 100px !important; }
  .teachers__card { width: 96px; height: 100px; border-radius: 8px; }
}

@media only screen and (max-width: 900px) {
  .teachers { --container-width: 672px; }
  .teachers__info { gap: 12px; }
}

@media only screen and (max-width: 767px) {
  .teachers { --container-width: 100%; }
  .teachers__container { gap: 24px; }
  .teachers__header { gap: 8px; }
  .teachers__main { grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .teachers__photo { display: none; }
  .teachers__info { grid-column: 1; grid-row: 1; margin-bottom: 24px; }
  .teachers__info-header { gap: 24px; }
  .teachers__tags { gap: 12px 3px; }
  .teachers__tag { border-radius: 20px; }
  .teachers__slider-section { grid-column: 1; grid-row: 2; width: 100%; }
  .teachers__slider-section::after { display: none; }
  .teachers__slider { padding-right: 0 !important; }
  .teachers__slider .swiper-slide { width: 100%; }
  .teachers__card { width: 100%; height: 448px; border-radius: 24px; }
}

/* FAQ */
.faq {
  padding: 0 16px;
}
.faq__container {
  background: #39394D;
  border-radius: 60px;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq__header {
  width: 100%;
  max-width: 592px;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq__subtitle {
  margin: 0;
}
.faq__list {
  width: 100%;
  max-width: 592px;
  display: flex;
  flex-direction: column;
}
.faq__item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  padding-left: 20px;
  min-height: 80px;
  cursor: pointer;
  gap: 12px;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
}
.faq__question-text {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}
.faq__toggle {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  padding: 0;
}
.faq__toggle img {
  width: 100%;
  height: 100%;
  display: block;
}
.faq__toggle img.faq__icon-open {
  display: block;
}
.faq__toggle img.faq__icon-close {
  display: none;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  padding-left: 20px;
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  line-height: 1.4;
}
.faq__answer p {
  margin: 0;
}
.faq__answer p:last-child {
  padding-bottom: 20px;
}
.faq__item.is-active .faq__toggle img.faq__icon-open {
  display: none;
}
.faq__item.is-active .faq__toggle img.faq__icon-close {
  display: block;
}
.faq__item.is-active .faq__answer {
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  .faq__container { padding: 48px 32px; border-radius: 32px; }
  .faq__header { margin-bottom: 32px; gap: 8px; }
  .faq__subtitle { font-size: 16px; }
}

@media only screen and (max-width: 767px) {
  .faq { padding: 0 8px; }
  .faq__container { padding: 20px 12px; }
  .faq__title { font-size: 32px; }
  .faq__question { padding: 16px 20px; min-height: auto; }
  .faq__question-text { font-size: 14px; font-weight: 400; }
  .faq__answer { font-size: 14px; }
  .faq__answer p:last-child { padding-bottom: 16px; }
}

/* FOOTER */
.footer {
  padding: 0 16px;
  margin-bottom: 12px;
}
footer.section {
  padding-top: 60px;
}
.footer__container {
  background-color: #272828;
  border-radius: 32px;
  border: 1px solid rgba(106, 248, 195, 0.2);
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 296px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__company {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #6AF8C3;
}
.footer__address {
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}
.footer__bottom { width: 100%; }
.footer__links-desctop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.footer__link {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
  padding: 2px 0;
}
.footer__link:hover { color: #6AF8C3; }
.footer__links-mobile { display: none; }
.footer__doc { display: none; }

@media only screen and (max-width: 900px) {
  footer.section { padding-top: 40px; }
  .footer__container { padding: 48px 32px; border-radius: 32px; flex-direction: row; gap: 24px; }
  .footer__top { flex-direction: column; justify-content: start; }
  .footer__apps { flex-direction: column; }
  .footer__right { width: 100%; align-items: flex-start; }
  .footer__links-desctop { display: none; }
  .footer__links-mobile { display: flex; flex-direction: column; gap: 8px; }
  .footer__doc { display: block; }
}

@media only screen and (max-width: 767px) {
  .footer { padding: 0 8px; }
  footer.section { padding-top: 20px; }
  .footer__container { padding: 20px 12px; border-radius: 24px; gap: 24px; flex-direction: column; align-items: center; text-align: center; }
  .footer__top { flex-direction: column; align-items: flex-start; gap: 24px; }
  .footer__info { width: 100%; text-align: center; gap: 12px; }
  .footer__company { font-size: 20px; }
  .footer__address { font-size: 14px; }
  .footer__apps { flex-direction: row; }
  .footer__right { align-items: center; }
  .footer__link { font-size: 14px; }
  .footer__links-mobile { gap: 4px; }
  .footer__doc { font-size: 20px; margin-bottom: 8px; }
}

@media only screen and (max-width: 560px) {
  .footer__apps { flex-direction: column; width: 100%; }
  .footer__apps .store-link { width: 100%; }
}

/* MODALS */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 20px;
}

.modal-overlay.is-visible {
    display: flex;
}

.modal-card {
    background: #39394D;
    border: 1px solid #4B4B5B;
    border-radius: 32px;
    padding: 32px;
    width: 100%;
    max-width: 592px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    transform: scale(0.95) translateY(16px);
    transition: transform 0.3s ease;
}

.modal-overlay.is-visible .modal-card {
    transform: scale(1) translateY(0);
}

.modal-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

@media (max-width: 900px) {
    .modal-card { max-width: 440px; }
}

@media (max-width: 767px) {
    .modal-card { padding: 24px 16px; border-radius: 24px; gap: 16px; }
    .modal-title { font-size: 24px; }
}

/* Cookie Banner */
.cookie-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.cookie-overlay.is-visible { display: block; }

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 1040px;
  max-width: calc(100vw - 32px);
  background: #363939;
  border-radius: 40px;
  padding: 24px 40px;
  display: none;
}
.cookie-banner.is-visible { display: flex; }

.cookie-banner__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
  justify-content: space-between;
}
.cookie-banner__texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.cookie-banner__title {
  font-size: 24px;
  line-height: 130%;
  color: #FFFFFF;
}
.cookie-banner__title a {
  text-decoration: underline;
}
.cookie-banner__text {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.cookie-banner__btns {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-shrink: 0;
}
.cookie-banner__btns .btn {
  height: 64px;
  border-radius: 16px;
  padding: 20px 32px;
  white-space: nowrap;
  width: auto;
}

/* Cookie Settings Modal */
.modal-card--cookie {
  position: relative;
  background: #39394D;
  border-radius: 40px;
  padding: 40px;
  width: 592px;
  max-width: calc(100vw - 32px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-settings__input {
  display: none;
}

.cookie-settings__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.cookie-settings__item { width: 100%; }

.cookie-settings__item--disabled .cookie-settings__slot {
  cursor: default;
  opacity: 0.6;
}

.cookie-settings__slot {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
  height: 64px;
  gap: 20px;
  border-radius: 16px;
  background: #4B4B5B;
  cursor: pointer;
}

.cookie-settings__checkbox {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 1px solid #6AF8C3;
  border-radius: 8px;
  background: #4B4B5B;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.cookie-settings__label {
  font-size: 16px;
  line-height: 19px;
  color: #6AF8C3;
  flex: 1;
}

/* checked state */
.cookie-settings__input:checked + .cookie-settings__checkbox::after {
  content: '✓';
  color: #6AF8C3;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* активный слот — зелёный фон */
.cookie-settings__input:checked ~ .cookie-settings__label {
  color: #272828;
}

.cookie-settings__slot:has(.cookie-settings__input:checked) {
  background: #6AF8C3;
}

.cookie-settings__slot:has(.cookie-settings__input:checked) .cookie-settings__checkbox {
  background: #4B4B5B;
  border-color: #6AF8C3;
}

.cookie-settings__btns {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
}
.cookie-settings__btns .btn {
  flex: 1;
  height: 64px;
  border-radius: 16px;
  padding: 20px 32px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .modal-close { top: 16px; right: 12px; }
  .cookie-banner { border-radius: 24px; padding: 20px 16px; bottom: 12px; }
  .cookie-banner__content { flex-direction: column; align-items: flex-start; gap: 16px; }
  .cookie-banner__btns { width: 100%; }
  .cookie-banner__btns .btn { flex: 1; }
  .cookie-settings__items { gap: 16px; }
  .modal-card--cookie { padding: 32px 24px 24px; border-radius: 32px; gap: 16px; }
}

@media only screen and (max-width: 500px) {
  .cookie-banner__btns, .cookie-settings__btns { flex-direction: column; }
  .cookie-settings__slot { height: auto; padding: 8px 12px; gap: 8px; }
}