@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa/Comfortaa-Regular.ttf');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa/Comfortaa-Medium.ttf');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa/Comfortaa-Bold.ttf');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik/Rubik-Regular.ttf');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik/Rubik-SemiBold.ttf');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Alternates';
  src: url('../fonts/MontserratAlternates/MontserratAlternates-ExtraBold.ttf');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  line-height: 1;
  text-rendering: optimizeSpeed;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  margin: 0;
}

p,
dd,
dl,
figure {
  margin: 0;
}

blockquote {
  margin: 0;
  quotes: none;
}

q {
  quotes: none;
}

.ul,
.ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

picture,
audio,
video {
  display: block;
}

img {
  border: none;
}

img,
svg {
  vertical-align: middle;
}

iframe {
  border: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr {
  border: none;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

i,
em,
dfn {
  font-style: inherit;
}

mark {
  background-color: transparent;
  color: inherit;
}

small {
  font-size: inherit;
}

sub,
sup {
  position: relative;
  font-size: inherit;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

button,
input {
  overflow: visible;
}

select {
  text-align: left;
  text-transform: none;
}

input.input,
select.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input.input::-ms-expand,
select.select::-ms-expand {
  display: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

legend {
  display: block;
  padding: 0;
  white-space: normal;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  font-size: inherit;
  color: inherit;
  opacity: inherit;
}

::-moz-placeholder {
  font-size: inherit;
  color: inherit;
  opacity: inherit;
}

::placeholder {
  font-size: inherit;
  color: inherit;
  opacity: inherit;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: none;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

[type='search'] {
  outline: none;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[hidden],
.hidden {
  display: none;
}

:disabled,
[disabled],
.disabled {
  cursor: not-allowed;
}

::-ms-clear {
  display: none;
}

:-webkit-autofill {
  -webkit-box-shadow: 0 0 1000px #fff inset;
  box-shadow: 0 0 1000px #fff inset;
  -webkit-text-fill-color: currentColor;
}

:root {
  --XS: 375;
  --S: 576;
  --M: 768;
  --L: 992;
  --XL: 1200;
  --XXL: 1600;
}

:root {
  --font-main: 'Comfortaa', cursive;
  --font-second: 'Rubik', sans-serif;
  --font-third: 'Montserrat Alternates';
  --color-white: #fff;
  --color-black: #1b1b1b;
  --color-mark: #fbdc5d;
  --color-mark-blue: #42bdcf;
  --container: 82.9rem;
  --padding: 3.5rem;
}

body {
  background-color: var(--color-black);
  color: var(--color-white);
  font-family: var(--font-main);
  font-size: 1.4rem;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

::-moz-selection {
  color: var(--color-white);
  background-color: var(--color-black);
}

::selection {
  color: var(--color-white);
  background-color: var(--color-black);
}

.anim-text {
  overflow: hidden;
}

.anim-text__wrap {
  height: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.anim-box {
  opacity: 0;
}

.anim-box-left,
.anim-box-left-scroll {
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
  opacity: 0;
}

.anim-box-right,
.anim-box-right-scroll {
  -webkit-transform: translateX(5rem);
  transform: translateX(5rem);
  opacity: 0;
}

.anim-box-bottom-scroll {
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
  opacity: 0;
}

.anim-scroll.in-viewport {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.27;
  letter-spacing: 0.01em;
}

.main {
  overflow-x: hidden;
  background-color: var(--color-black);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.is-visit .main {
  opacity: 0;
}

.container {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: calc(var(--container) + var(--padding) * 2);
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

.section {
  padding-top: 15rem;
}

.section.is-active {
  opacity: 1;
}

.section:not(.is-active) .section__pic {
  opacity: 0;
}

.section__pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  height: 100vh;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.section__pic-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}

.section__list {
  display: grid;
  gap: 1.2rem;
}

.section__list--question .section__list-item::before {
  background-image: url('../img/icon-question.svg');
}

.section__list--sm {
  gap: 2.5rem;
}

.section__list--sm .section__list-item {
  line-height: 1.78;
  font-size: 1.4rem;
  font-weight: 500;
}

.section__list-item {
  position: relative;
  padding-left: 3.7rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}

.section__list-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2.7rem;
  height: 2.4rem;
  background: url('../img/icon-check.svg') no-repeat center/contain;
}

.section__list-item--gift::before {
  background: url('../img/icon-gift.svg') !important;
}

.box {
  background: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
}

.box--ellipse {
  position: relative;
  overflow: hidden;
}

.box--ellipse::before,
.box--ellipse::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: rgba(83, 120, 216, 0.67);
  -webkit-filter: blur(8.2rem);
  filter: blur(8.2rem);
}

.box--ellipse > * {
  z-index: 1;
  position: relative;
}

.color-mark {
  color: var(--color-mark);
}
.color-mark-blue {
  color: var(--color-mark-blue);
}

.buttons {
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 2rem;
}

.btn {
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 1.3rem;
  padding: 2.2rem 3.7rem;
  border-radius: 4rem 0.3rem;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}

.btn:not(.btn--transparent) {
  background-color: #fbdc5d;
  color: #373737;
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.btn:not(.btn--transparent):hover {
  background-color: #fde585;
  box-shadow: 0px 4px 64px rgba(66, 188, 207, 0.26);
}

.btn:not(.btn--transparent):active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e2c654;
}

.btn--transparent {
  border: 0.1rem solid var(--color-mark);
  color: var(--color-mark);
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
}

.btn--transparent:hover {
  color: #373737;
  background-color: #fde585;
  -webkit-box-shadow: 0 0.4rem 4rem rgba(253, 229, 133, 0.36);
  box-shadow: 0 0.4rem 4rem rgba(253, 229, 133, 0.36);
}

.btn--transparent:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #373737;
  background-color: #e2c654;
}

.menu-btn {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
}

.menu-btn__toggler {
  width: 10.1rem;
  height: 10.1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.menu-btn__toggler > svg:first-child {
  display: block;
}

.menu-btn__toggler > svg:last-child {
  display: none;
}

.menu-open .menu-btn__toggler > svg:first-child {
  display: none;
}

.menu-open .menu-btn__toggler > svg:last-child {
  display: block;
}

.logo {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 10.1rem;
  height: 10.1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #3f68d2;
  border-bottom-right-radius: 3rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.logo.is-start {
  pointer-events: none;
}

.is-visit .logo {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

@-webkit-keyframes glitch {
  0% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }

  4% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }

  5% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  10% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  11% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }

  15% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }

  16% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }

  20% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }

  21% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }

  30% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }

  31% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }

  40% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }

  41% {
    text-shadow: 15px 0 0 blue, -15px 0 0 lime;
  }

  42% {
    text-shadow: 0 0 0 blue, 0 0 0 lime;
  }

  43% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }

  46% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }

  47% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }

  50% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }

  51% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }

  55% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }

  56% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  60% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  61% {
    text-shadow: 10px 0 0 red, -10px 0 0 lime;
  }

  62% {
    text-shadow: 0 0 0 red, 0 0 0 lime;
  }

  63% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }

  66% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }

  67% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  70% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  71% {
    text-shadow: 25px 0 0 red, -25px 0 0 blue;
  }

  72% {
    text-shadow: 0 0 0 red, 0 0 0 blue;
  }

  73% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }

  76% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }

  77% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  80% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  81% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }

  85% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }

  86% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }

  90% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }

  91% {
    text-shadow: 20px 0 0 lime, -20px 0 0 blue;
  }

  92% {
    text-shadow: 0 0 0 lime, 0 0 0 blue;
  }

  92% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }

  95% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }

  96% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }

  99% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }

  100% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
}

@keyframes glitch {
  0% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }

  4% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }

  5% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  10% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  11% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }

  15% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }

  16% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }

  20% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }

  21% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }

  30% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }

  31% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }

  40% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }

  41% {
    text-shadow: 15px 0 0 blue, -15px 0 0 lime;
  }

  42% {
    text-shadow: 0 0 0 blue, 0 0 0 lime;
  }

  43% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }

  46% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }

  47% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }

  50% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }

  51% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }

  55% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }

  56% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  60% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  61% {
    text-shadow: 10px 0 0 red, -10px 0 0 lime;
  }

  62% {
    text-shadow: 0 0 0 red, 0 0 0 lime;
  }

  63% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }

  66% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }

  67% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  70% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  71% {
    text-shadow: 25px 0 0 red, -25px 0 0 blue;
  }

  72% {
    text-shadow: 0 0 0 red, 0 0 0 blue;
  }

  73% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }

  76% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }

  77% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  80% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }

  81% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }

  85% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }

  86% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }

  90% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }

  91% {
    text-shadow: 20px 0 0 lime, -20px 0 0 blue;
  }

  92% {
    text-shadow: 0 0 0 lime, 0 0 0 blue;
  }

  92% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }

  95% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }

  96% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }

  99% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }

  100% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .section > .container {
  opacity: 0;
  pointer-events: none;
}

body.container-scroll .menu__nav {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.menu {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  pointer-events: none;
}

.menu-open .menu {
  pointer-events: auto;
  overflow-y: auto;
}

.menu__planet {
  display: none;
}

.menu__planet-pic {
  -webkit-filter: drop-shadow(0rem 0.4rem 5.7rem rgba(63, 104, 210, 0.22));
  filter: drop-shadow(0rem 0.4rem 5.7rem rgba(63, 104, 210, 0.22));
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.menu__nav {
  position: relative;
  padding-left: var(--padding);
}

.menu__list {
  display: grid;
  gap: 2.7rem;
  white-space: nowrap;
}

.menu__item {
  display: flex;
  align-items: center;
  gap: 9px;

  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  overflow: hidden;
  line-height: 1.3;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.menu__item img {
  width: 15px;
  height: 19px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.menu__item:first-child.is-active ~ .menu__planet .menu__planet-pic {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.menu__item:nth-child(2).is-active ~ .menu__planet .menu__planet-pic {
  -webkit-transform: rotate(26deg);
  transform: rotate(26deg);
}

.menu__item:nth-child(3).is-active ~ .menu__planet .menu__planet-pic {
  -webkit-transform: rotate(52deg);
  transform: rotate(52deg);
}

.menu__item:nth-child(4).is-active ~ .menu__planet .menu__planet-pic {
  -webkit-transform: rotate(78deg);
  transform: rotate(78deg);
}

.menu__item:nth-child(5).is-active ~ .menu__planet .menu__planet-pic {
  -webkit-transform: rotate(104deg);
  transform: rotate(104deg);
}

.menu__item:nth-child(6).is-active ~ .menu__planet .menu__planet-pic {
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
}

.menu__item:nth-child(7).is-active ~ .menu__planet .menu__planet-pic {
  -webkit-transform: rotate(156deg);
  transform: rotate(156deg);
}

.menu__item:nth-child(8).is-active ~ .menu__planet .menu__planet-pic {
  -webkit-transform: rotate(182deg);
  transform: rotate(182deg);
}

.menu__item:nth-child(9).is-active ~ .menu__planet .menu__planet-pic {
  -webkit-transform: rotate(208deg);
  transform: rotate(208deg);
}

.menu__item:nth-child(10).is-active ~ .menu__planet .menu__planet-pic {
  -webkit-transform: rotate(234deg);
  transform: rotate(234deg);
}

.menu__item:nth-child(11).is-active ~ .menu__planet .menu__planet-pic {
  -webkit-transform: rotate(262deg);
  transform: rotate(262deg);
}

.menu__item:nth-child(1) > * {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.menu__item:nth-child(2) > * {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.menu__item:nth-child(3) > * {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.menu__item:nth-child(4) > * {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.menu__item:nth-child(5) > * {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.menu__item:nth-child(6) > * {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.menu__item:nth-child(7) > * {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.menu__item:nth-child(8) > * {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.menu__item:nth-child(9) > * {
  -webkit-transition-delay: 1.65s;
  -o-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.menu__item:nth-child(10) > * {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.menu__item:nth-child(11) > * {
  -webkit-transition-delay: 1.95s;
  -o-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.menu__item.is-active {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  color: #5378d8;
  font-weight: 700;
}
.menu__item.is-active img {
  visibility: visible;
  opacity: 1;
}

.menu__item.is-active > * {
  pointer-events: none;
  cursor: default;
  -webkit-animation: glitch 4s steps(100) infinite;
  animation: glitch 4s steps(100) infinite;
}

.menu__item > * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.menu-open .menu__item > * {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.nav {
  display: none;
  pointer-events: none;
}

.menu-open .nav {
  opacity: 0;
  pointer-events: none;
}

.nav__btns {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: end;
  justify-content: flex-end;
  gap: 2rem;
}

.nav__btn {
  min-width: 14.2rem;
  min-height: 6.4rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.5rem 2.5rem;
  text-align: center;
  font-weight: 700;
  pointer-events: none;
}

.nav__btn.is-hide {
  opacity: 0;
  pointer-events: none;
}

.nav__btn.prevSection {
  border-radius: 0.8rem 4rem;
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}

.nav__btn.prevSection:hover {
  color: #5378d8;
}

.nav__btn.prevSection:active {
  color: #fff;
  background-color: #5378d8;
}

.nav__btn.prevSection .nav__btn-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav__btn.nextSection {
  background-color: #3f68d2;
  border-radius: 4rem 0.3rem;
  -webkit-transition: background-color 0.3s, opacity 0.3s,
    -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s,
    -webkit-box-shadow 0.3s;
}

.nav__btn.nextSection:hover {
  background-color: #5378d8;
  -webkit-box-shadow: 0rem 0.4rem 17.6rem #3f68d2;
  box-shadow: 0rem 0.4rem 17.6rem #3f68d2;
}

.nav__btn.nextSection:active {
  background-color: #385bb8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav__btn.nextSection.is-disabled {
  pointer-events: none;
  background-color: transparent;
  color: rgba(63, 104, 210, 0.2);
  border: 0.1rem solid rgba(63, 104, 210, 0.2);
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
}

.accordion {
  display: grid;
  gap: 2rem;
  margin-bottom: 5rem;
}

.accordion__item {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 1rem 4.3rem;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.accordion__item.is-active {
  background-color: #3f68d2;
}

.accordion__item.is-active .accordion__icon::after {
  -webkit-transform: rotateX(90deg) translateX(-50%);
  transform: rotateX(90deg) translateX(-50%);
}

.accordion__item.is-active .accordion__panel {
  margin-bottom: 2rem;
}

.accordion__btn {
  width: 100%;
  padding: 2rem 2.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.accordion__icon > *:last-child {
  display: none;
}

.accordion__title {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: left;
}

.accordion__panel {
  max-height: 0;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  font-size: 1.3rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out, margin 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out, margin 0.2s ease-out;
  transition: max-height 0.2s ease-out, margin 0.2s ease-out;
}

.accordion__wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 1.6rem;
}

.progress {
  z-index: 10;
  position: fixed;
  bottom: 18.2rem;
  left: 0;
  -webkit-transform: rotate(-90deg) scale(-1);
  transform: rotate(-90deg) scale(-1);
  -webkit-transform-origin: left;
  transform-origin: left;
  height: 0.5rem;
  width: 18.2rem;
  display: block;
  margin-left: 1.5rem;
  border-radius: 0.2rem;
  overflow: hidden;
  pointer-events: none;
}

.menu-open .progress {
  opacity: 0;
}

.progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.progress__fill {
  width: 100%;
  height: 0.5rem;
  border-radius: 0.2rem;
  background-color: #3f68d2;
}

.footer {
  position: relative;
  min-height: 7rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 3.4rem;
  background-color: #1d1d1d;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.04);
  text-align: center;
  padding: 1.5rem var(--padding);
}

.footer__text {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.about__header {
  padding-bottom: 5.6rem;
}

.about__header .title {
  padding-bottom: 2.9rem;
  font-size: 3.2rem;
  line-height: 1.5;
}

.about__desc {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.01em;
  max-width: 680px;
}

.about__list {
  display: grid;
  gap: 1.2rem;
  margin-top: 2.1rem;
}

.about__item {
  display: grid;
  gap: 0.9rem;
}

.about__number {
  font-family: var(--font-second);
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.01em;
}

.about__text {
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.about__text_lottie {
  position: relative;
}

.about__lottie {
  position: absolute;
  width: 8rem;
  height: 8rem;
  top: -0.5rem;
  left: 12rem;
}

@media screen and (max-width: 1200px) {
  .about__lottie {
    left: 13.5rem;
  }
}

@media screen and (max-width: 767px) {
  .about__text_lottie {
    padding-bottom: 1.5rem;
  }

  .about__lottie {
    left: 6rem;
    top: 4.4rem;
  }
}

.about .box {
  padding: 2.7rem 2rem 2rem 2.4rem;
  border-radius: 6.3rem 2rem;
}

.about .box::before {
  left: -3.5rem;
  top: -14%;
  width: 24.4rem;
  height: 24.4rem;
}

.about .box::after {
  top: 85%;
  right: 0;
  width: 17.2rem;
  height: 17.2rem;
}

.about .box .title {
  line-height: 1.2;
  font-size: 3rem;
}

.do__decoration {
  display: block;
  margin: 0 0 2rem auto;
}

.do__header .title {
  padding-bottom: 2.9rem;
  font-size: 2.8rem;
}

.do__text {
  font-size: 1.3rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
}

.do .box {
  margin-top: 4.7rem;
  padding: 2.6rem 2rem 2.6rem 2.4rem;
  border-radius: 2rem 4.3rem;
}

.do .box::before {
  left: -11.5rem;
  top: -23%;
  width: 15.5rem;
  height: 15.5rem;
  background: #5378d8;
}

.do .box::after {
  top: 69%;
  right: -3.4rem;
  width: 15.5rem;
  height: 15.5rem;
  background: #5378d8;
}

.do .box .title {
  padding-bottom: 0.3rem;
}

.advantages__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #fbe178;
}

.advantages__item {
  width: calc((100% - 46px) / 3);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(15px);
  border-radius: 43px 20px;
  padding: 38px 0 38px 45px;
}

.advantages__item:nth-child(2) {
  padding: 41px 0 38px 45px;
}

.advantages__item:nth-child(3) {
  padding: 31px 0 38px 45px;
}

.advantages__link {
  width: 100%;
  height: 100%;
}

.advantages__program {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.38;
  color: #fbe178;
  margin-bottom: 20px;
}

.advantages__item:nth-child(1) .advantages__program {
  margin-top: 19px;
}

.advantages__item:nth-child(2) .advantages__program {
  margin-top: 20px;
}

.advantages__item:nth-child(3) .advantages__program {
  margin-top: 6px;
}

.advantages__sale {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.16;
  color: #70df49;
  margin-bottom: 9px;
}

.advantages__price {
  font-family: 'Rubik';
  font-weight: 600;
  font-size: 32px;
  line-height: 1.12;

  display: flex;
  align-items: center;
  gap: 11px;
}

.advantages__price span {
  font-family: 'Comfortaa';
  font-weight: 600;
  font-size: 14px;
  line-height: 1.57;
}

.advantages__block {
  position: relative;
  width: 193px;
  height: 123px;
  background-image: url(../img/sections/section3-1/sale-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sale__text {
  position: absolute;
  font-family: var(--font-third);
  text-transform: uppercase;
  top: 40px;
  left: 30px;
  font-size: 20px;
  line-height: 1.1;
  color: #fae079;
  transform: rotate(-7.13deg);
  margin-bottom: 5px;
}

.sale__price {
  position: absolute;
  font-family: var(--font-second);
  font-weight: 400;
  font-size: 24px;
  line-height: 0.92;
  transform: rotate(-7.13deg);
  top: 66px;
  left: 66px;
}

@media screen and (max-width: 1200px) {
  .advantages__item {
    padding: 38px 0 38px 30px;
  }

  .advantages__item:nth-child(2) {
    padding: 41px 0 38px 30px;
  }

  .advantages__item:nth-child(3) {
    padding: 31px 0 38px 30px;
  }

  .advantages__item:nth-child(1) .advantages__image {
    width: 147px;
    height: 34px;
  }

  .advantages__item:nth-child(2) .advantages__image {
    width: 180px;
    height: 29px;
  }

  .advantages__item:nth-child(3) .advantages__image {
    width: 127px;
    height: 53px;
  }
}

@media screen and (max-width: 767px) {
  .advantages__item {
    width: 100%;
  }

  .advantages__block {
    opacity: 1 !important;
  }
}

.free-workshop__grid {
  margin-top: 2.7rem;
  margin-bottom: 1rem;
  display: grid;
  -webkit-box-align: start;
  align-items: flex-start;
  gap: 2rem;
}

.free-workshop__grid .section__list--sm {
  gap: 2rem;
}

.free-workshop__text {
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.free-workshop .box {
  margin-bottom: 2.5rem;
  margin-top: 2.6rem;
  padding: 2rem 2.4rem;
  border-radius: 2rem 4.3rem;
}

.workshop__decoration {
  display: block;
  margin: 0 0 2.5rem auto;
}

.workshop__header {
  margin-bottom: 2.9rem;
}

.workshop__header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .workshop__header_top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
  }
}

.workshop__list {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 3.6rem;
}

.workshop__program-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.workshop__program {
  margin-bottom: 2.9rem;
}

.workshop__advertising {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}

.workshop__flex {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
}

.workshop__flex--column {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}

.workshop__btn {
  position: relative;
  width: 100%;
  min-height: 6.4rem;
  padding: 2.4rem;
  text-align: center;
  font-weight: 700;
}

.workshop__btn-icon {
  margin-left: 1rem;
}

.workshop__btn-inner {
  z-index: 1;
  position: relative;
}

.workshop__btn.is-hide::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(var(--padding) * -1);
  right: 0;
  width: 100vw;
  height: 72.8rem;
  background: -o-linear-gradient(
    279.53deg,
    rgba(29, 29, 29, 0) 27.95%,
    #1d1d1d 79.9%
  );
  background: linear-gradient(
    170.47deg,
    rgba(29, 29, 29, 0) 27.95%,
    #1d1d1d 79.9%
  );
}

.workshop__btn.is-hide ~ * {
  display: none !important;
}

.workshop__wrap > *.is-hide {
  display: none !important;
}

.workshop__grid {
  width: 100%;
  display: grid;
  gap: 1.5rem;
  padding: 2rem 1.65rem;
  background-color: #ffffff0a;
  padding-bottom: 0;
  border-radius: 10px 43px 0 0;
}

#workshopHide .workshop__grid {
  padding-top: 1.5rem;
  border-radius: 0 0 43px 10px;
}

.workshop__grid-item {
  width: 100%;
  padding: 2rem 3rem;
  background-color: rgba(255, 255, 255, 0.04);
  line-height: 1.78;
  letter-spacing: 0.01em;
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
}

@media (max-width: 340px) {
  .workshop__grid-item {
    padding: 2rem 1.5rem;
  }
}

.workshop__grid-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}

.workshop__grid-wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
}

.workshop__grid-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
}

.workshop__grid-inner > img {
  width: 10rem;
}

@media (max-width: 340px) {
  .workshop__grid-inner > img {
    width: 8rem;
  }
}

.workshop__grid .ltradius {
  border-top-left-radius: 3rem;
}

.workshop__grid .ltradius-important {
  border-radius: 1rem 3rem 0 0;
}

.workshop__grid .brradius {
  border-radius: 3rem 0 1rem;
}

.workshop__grid .btradius {
  border-radius: 0 0 3rem 0;
}

.workshop__grid .brradius-important {
  border-bottom-right-radius: 3rem;
}

.workshop__grid .igrid {
  min-height: 17.9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding: 0;
  background-color: transparent;
}

.workshop__grid .full-item {
  -webkit-box-align: start;
  align-items: flex-start;
}

.workshop .buttons {
  margin-bottom: 5.6rem;
}

.workshop .buttons--hidden {
  margin-bottom: 1rem;
}

.meet__decoration .result__decoration {
  margin-bottom: 2.5rem;
  display: block;
}

.meet__decoration-bottom {
  margin: 5.6rem 0 0 auto;
  display: block;
}

.meet__header,
.result__header {
  margin-bottom: 2.5rem;
}
.result__title {
  font-weight: 700;
  font-size: 20px;
}
.meet__info,
.result__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 2.5rem;
}

.meet__platform,
.result__platform {
  width: 8.6rem;
  height: 8.4rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 2rem 3.3rem;
}

.meet__date,
.result__date {
  display: grid;
  letter-spacing: 0.01em;
}

.meet__date-info,
.result__date-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 0.8rem;

  font-family: var(--font-second);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.42;
}

@media screen and (max-width: 767px) {
  .meet__info,
  .result__info {
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .meet__date,
  .result__date {
    width: 100%;
    gap: 10px;
  }

  .meet__date-info,
  .result__date-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 27px !important;
    gap: 0;
  }

  .meet__platform,
  .result__platform {
    width: 55px;
    height: 57px;
  }

  .meet__platform img,
  .result__platform img {
    width: 40px;
    height: 40px;
  }

  .meet__platform,
  .result__platform {
    padding: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem 2.6rem;
  }
}

@media screen and (max-width: 375px) {
  .meet__date-info,
  .result__date-info {
    font-size: 20px !important;
  }
}

.meet__date-time,
.result__date-time {
  font-family: var(--font-second);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.42;
}

.meet__date-period,
.result__date-period {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 400;
  font-family: var(--font-main);
}

@media screen and (max-width: 430px) {
  .meet__date-info,
  .result__date-info {
    font-size: 2rem;
  }

  .meet__date-time,
  .result__date-time {
    font-size: 2rem;
  }

  .meet__date-period,
  .result__date-period {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 350px) {
  .meet__date-info,
  .result__date-info {
    font-size: 1.7rem;
  }

  .meet__date-time,
  .result__date-time {
    font-size: 1.7rem;
  }

  .meet__date-period,
  .result__date-period {
    font-size: 1rem;
  }
}

.meet__text,
.result__text {
  line-height: 1.78;
  letter-spacing: 0.01em;
}

.meet .box,
.result .box {
  padding: 2rem;
  margin-bottom: 2.5rem;
  border-radius: 2rem 4.3rem;
}
.result .box {
  position: relative;

  background: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
}
.result .box {
  position: relative;

  border: 2px solid #67e4e8;
  background: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  overflow: hidden;
}

.result .box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 840px;
  height: 130px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/sections/result/ellipse.png');
}

.reviews .meet__header,
.reviews .result__header {
  margin-bottom: 0;
}

.reviews .container {
  padding-bottom: 5rem;
}

.reviews__title {
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews__desc {
  margin-bottom: 2.9rem;
  line-height: 1.4;
  font-size: 1.3rem;
}

.reviews__button {
  display: block;
  padding: 1.3rem 3.9rem;
  background-color: #fbdc5d;
  backdrop-filter: blur(15px);
  border-radius: 40px 3px;

  font-size: 1.4rem;
  line-height: 1.14;
  color: #373737;
  transition-duration: 300ms;
}

.reviews__button:active {
  background-color: #e2c654;
}

.reviews__button:hover {
  background-color: #fde585;
}

@media screen and (max-width: 1200px) {
  .reviews__button {
    display: none;
  }
}

.reviews__slider {
  position: relative;
}

@media screen and (max-width: 767px) {
  .reviews__slider .anim-box {
    opacity: 1 !important;
  }
}

.reviews__slider .slide {
  position: relative;
  width: 22.9rem !important;
  padding: 0.1rem;
  min-height: 31.7rem;
  padding: 2rem 1.6rem 0 1.6rem;
  border-radius: 4.3rem 2rem;
}

.reviews__slider .slide__first {
  background-image: url(../img/sections/reviews/rev1-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.reviews__slider .slide__second {
  background-image: url(../img/sections/reviews/rev2-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.reviews__slider .slide__third {
  background-image: url(../img/sections/reviews/rev3-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.reviews__slider .slide__fourth {
  background-image: url(../img/sections/reviews/rev4-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.reviews__slider .slide__fifth {
  background-image: url(../img/sections/reviews/rev5-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.reviews__slider .slide__sixth {
  background-image: url(../img/sections/reviews/rev6-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.slide__user {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}

.user__avatar {
  border-radius: 50%;
}

.user__name {
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: 700;
}

.slide__desc {
  font-size: 1.2rem;
  line-height: 1.67;
  padding-left: 0.6rem;
}

.slide__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.video__wrapper {
  position: absolute;
  width: 100%;
  height: calc(100% - 4px);
  top: 1px;
  left: 0;
  overflow: hidden;
  border-radius: 4.3rem 2rem;
  z-index: 1;
}

.slide__video {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slide__name {
  font-size: 1.6rem;
  line-height: 1.25;
  position: absolute;
  left: 2.9rem;
  bottom: 4.9rem;
}

.slick-track {
  padding-bottom: 3.5rem !important;
}

.slide__link {
  display: block;
  position: absolute;
  bottom: -2.4rem;
  left: 2.9rem;

  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.slide__link .link__instagram {
  font-size: 1.2rem;
  background: linear-gradient(225deg, #5c4ec4 27.19%, #ff9700 87.64%), #4994ec;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide__link .link__facebook {
  font-size: 1.2rem;
  color: #4994ec;
}

.slide__link_instagram {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.slide__link_instagram span {
  background: linear-gradient(225deg, #5c4ec4 27.19%, #ff9700 87.64%), #4994ec;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide__link_telegram {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.slide__link_telegram span {
  color: #4994ec;
}

.slider .slick-slide {
  margin-right: 1.5rem;
}

.slider {
  display: flex !important;
  gap: 1.5rem;
}

.slider .slick-prev {
  position: absolute;
  top: 14.2rem;
  left: -1.6rem;
  z-index: 2;
  transform: translate();

  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3f68d2;
  border-radius: 50%;
}

.slider .slick-next {
  position: absolute;
  top: 14.2rem;
  right: -1.6rem;
  z-index: 2;
  transform: translate();

  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3f68d2;
  border-radius: 50%;
}

.slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  gap: 0.7rem;

  margin: 0;
  padding: 0;
  list-style: none;
}

.slider .slick-dots li {
  z-index: 100;
  width: 0.9rem;
  height: 0.9rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  cursor: pointer;
}

.slider .slick-dots li.slick-active {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #5378d8;
}

.slider .slick-dots li.slick-active::after {
  display: block;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffffff;
}

.timlids__decoration {
  margin-bottom: 2.5rem;
}

.timlids__text {
  line-height: 25px;
  letter-spacing: 0.01em;
}
.timlids__item-position {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.timlids__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  gap: 3rem;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

.timlids__item {
  z-index: 1;
  width: 100%;
  max-width: 31.4rem;
  /* display: grid;
  -webkit-box-align: start;
  align-items: flex-start; */

  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.timlids__item-user {
  height: 19.4rem;
  position: relative;
  width: 100%;
  border-radius: 4.3rem 2rem;
  background-color: var(--color-black);
  background-clip: padding-box;
  border: solid 0.1rem transparent;
}

.timlids__item-user::before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -0.1rem;
  border-radius: inherit;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3f68d2),
    color-stop(#d36500),
    color-stop(#defa37),
    to(#4377ff)
  );
  background: -o-linear-gradient(left, #3f68d2, #d36500, #defa37, #4377ff);
  background: linear-gradient(to right, #3f68d2, #d36500, #defa37, #4377ff);
}

.timlids__item-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(255, 255, 255, 0.04)),
    to(rgba(255, 255, 255, 0.04))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.04)
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.04)
  );
}

.timlids__item-inner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
}

.timlids__item-info {
  display: grid;
  gap: 0.7rem;
  padding-left: 1.4rem;
  letter-spacing: 0.01em;
}

.timlids__item-name {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.3;
}

.timlids__item-desc {
  line-height: 1.58;
}

.timlids .box {
  padding: 2rem;
  padding-bottom: 4.6rem;
  margin-bottom: 3.4rem;
  border-radius: 2rem 4.3rem;
}

.timlids .box::before {
  left: 34%;
  top: 57%;
  width: 15.5rem;
  height: 15.5rem;
  background: #5378d8;
}

.box::after {
  display: none;
}

.timlids .box .title {
  margin-bottom: 1.2rem;
}

/* pay section */
.pay {
  position: relative;
}
.pay .container {
  /* padding: 0; */
}

.pay::after {
  content: '';
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 12rem;
  background: -o-linear-gradient(
    to bottom,
    rgba(29, 29, 29, 0) 1.39%,
    #1d1d1d 92.61%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(29, 29, 29, 0) 1.39%,
    #1d1d1d 92.61%
  );
  z-index: 2;
}

.pay .container {
  padding-top: 12rem !important;
  padding-bottom: 20rem !important;
}

@media screen and (max-width: 2000px) {
  .pay .container {
    padding-top: 8rem !important;
    padding-bottom: 17rem !important;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .pay::after {
    display: none;
  }

  .pay .container {
    padding-top: 0 !important;
    padding-bottom: 10rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pay .container {
    padding-bottom: 0;
    padding-left: 35px;
    padding-right: 35px;
  }
}

.pay__title {
  display: flex;
  align-items: center;
  gap: 37px;

  font-weight: 700;
  font-size: 26px;
  line-height: 1.31;
}

@media screen and (max-width: 767px) {
  .pay__title {
    margin-bottom: 0;
    opacity: 1;
  }
}

.pay__title_images {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .pay__title_images {
    display: none;
  }
}

.pay__header_top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .pay__header_top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.5rem;
  }
}

.pay__access {
  font-size: 1.3rem;
  line-height: 1.7;
  padding: 1rem 2.3rem;
  border-radius: 2rem 1rem;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(1.5rem);
}

@media screen and (max-width: 900px) {
  .pay__access {
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .pay__access {
    padding: 1rem 1.4rem;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.pay__sale-end {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fae079;
}

@media screen and (max-width: 900px) {
  .pay__sale-end {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .pay__sale-end {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.pay__price-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pay__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

@media screen and (max-width: 900px) {
  .pay__header {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
    opacity: 1;
  }
}

.pay__price {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .pay__price {
    opacity: 1;
  }
}

.pay__sale_end {
  font-weight: 700;
  font-size: 12px;
  text-align: right;
  line-height: 16px;
}

.pay__sale_end--mob {
  display: none;
}

.pay__price_mob {
  display: none;
}

@media screen and (max-width: 900px) {
  .pay__sale_end--full {
    display: none;
  }

  .pay__sale_end--mob {
    display: block;
    font-weight: 600;
    color: #fff;
  }
  
}

.pay__price_old {
  position: relative;
  width: 130px;
  height: 82px;
  background-image: url(../img/sections/section6-1/bg-sale.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .pay__price_old {
    width: 110px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pay__price_old {
    width: 126px;
    height: 80px;
  }
}

.pay__price_old::after {
  content: '';
  position: absolute;
  bottom: 35px;
  width: 100%;
  border-top: 4px dashed #fae079;
  transform: rotate(148.51deg);
}

.pay__price_old span {
  position: absolute;
  top: 31px;
  left: 22px;
  font-family: var(--font-second);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: #fae079;
  transform: rotate(-7.13deg);
}

@media screen and (max-width: 1200px) {
  .pay__price_old span {
    top: 26px;
    left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .pay__price_old span {
    top: 32px;
    left: 18px;
  }
}

.pay__price_current {
  font-family: var(--font-second);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.43;
}

@media screen and (max-width: 1200px) {
  .pay__price_current {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .pay__timer {
    width: 100%;
  }
}

.timer__title {
  text-align: right;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.56;
  color: #fae079;
}

@media screen and (max-width: 1200px) {
  .timer__title {
    margin-bottom: 25px;
    margin-top: -30px;
  }
}

@media screen and (max-width: 767px) {
  .timer__title {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
  }
}

.timer__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 800px) {
  .timer__list {
    gap: 7px;
  }
}

@media screen and (max-width: 767px) {
  .timer__list {
    gap: 7px;
    width: 100%;
  }
}

.timer__item {
  width: 87px;
  height: 71px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 20px 43px;
}

@media screen and (max-width: 1200px) {
  .timer__item {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .timer__item {
    width: calc((100% - 63px) / 4);
    height: 65px;
    border-radius: 15px 30px;
    opacity: 1;
  }
}

.timer__dots {
  font-family: var(--font-second);
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .timer__dots {
    font-size: 24px;
    opacity: 1;
  }
}

.timer__period {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  justify-content: center;

  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .timer__period {
    font-size: 11px;
  }
}

.timer__time {
  font-family: var(--font-second);
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .timer__time {
    font-size: 18px;
  }
}

.pay__subtitle {
  padding: 12px 33px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(15px);
  border-radius: 20px 43px;
  margin-bottom: 31px;

  font-size: 16px;
  line-height: 1.56;
}

.pay__subtitle b {
  font-family: var(--font-second);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .pay__subtitle {
    padding: 20px 33px;
    margin-bottom: 15px;
    opacity: 1;
  }
}

.pay__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  gap: 24px;
  margin-bottom: 18px;
}

@media screen and (max-width: 1200px) {
  .pay__list {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pay__list {
    flex-wrap: wrap;
  }
}

.pay__item {
  width: calc((100% - 48px) / 2);
  min-height: 252px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(15px);
  border-radius: 43px 20px;
  padding: 2.1rem 2.2rem 2.1rem 2.7rem;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .pay__item {
    width: calc((100% - 40px) / 2);
    padding: 31px 18px 21px 30px;
    min-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .pay__item {
    width: 100%;
    padding: 21px 33px;
    min-height: 252px;
  }
}

.pay__item.pay__item_active {
  border: 4px solid #dc4b6d;
}

.pay__way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  font-family: var(--font-second);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.06;
  margin-bottom: 10px;
}

.pay-way__additional-info {
  position: absolute;
  right: 0;
}

.pay-way__price {
  position: relative;

  text-align: right;
}

.pay-way__daily {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-mark);
  letter-spacing: 1%;
  line-height: 22px;
}

.pay-way__icons {
  display: flex;
  justify-content: flex-end;
  margin-top: 7px;
}

.pay-way__icons img {
  width: 22px !important;
  height: 22px !important;
}

.pay__way span {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}

@media screen and (max-width: 468px) {
  .pay-way__additional-info {
    position: relative;
  }
}

.pay__list-item {
  padding-top: 10px;
  padding-left: 33px;
  padding-bottom: 4px;
  font-weight: 400;
  font-size: 11px;
  line-height: 136%;
  letter-spacing: 0.01em;

  background-repeat: no-repeat;
  background-position: left top 6px;
  background-image: url(../img/sections/section6-1/blue.svg);
  background-size: 23px 23px;
}
.pay__list-item--yellow {
  color: #d9bf59;
  background-image: url(../img/sections/section6-1/yellow.svg);
}

.pay__list-item--green {
  background-image: url(../img/sections/section6-1/green.svg);
}

.pay__way img {
  display: block;
}

@media screen and (max-width: 890px) {
  .pay__way {
    font-size: 16px;
  }

  .pay__way img {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pay__way {
    font-size: 18px;
  }

  .pay__way img {
    width: 53px;
  }
}

.pay__free {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.57;
  color: #fbe178;
  margin-bottom: 17px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pay__free img {
  display: block;
}

@media screen and (max-width: 890px) {
  .pay__free {
    font-size: 13px;
  }

  .pay__free img {
    width: 45px;
  }
}

@media screen and (max-width: 767px) {
  .pay__free {
    font-size: 16px;
  }

  .pay__free img {
    width: 69px;
  }
}

.pay__desc {
  font-size: 12px;
  line-height: 22px;
}

.pay__desc b {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pay__desc {
    max-width: 200px;
  }
}

.pay__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 10px;
  padding: 12px 0;

  backdrop-filter: blur(15px);
  border-radius: 40px 3px;
  color: var(--color-mark);
  border: 1px solid var(--color-mark);
  text-align: center;
  width: 100%;
  transition-duration: 300ms;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.pay__link:hover {
  background-color: var(--color-mark);
  box-shadow: 0px 4px 64px rgba(251, 220, 93, 0.18);
  color: #383C48;
}

.pay__link:focus {
  background-color: var(--color-mark);
  color: #383C48;
}

.pay__link--light {
  background-color: var(--color-mark);
  color: #383C48;
  border: 1px solid var(--color-mark);
}

.pay__link--light:hover {
  background-color: transparent;
  color: var(--color-mark);
  box-shadow: 0px 4px 64px rgba(251, 220, 93, 0.18);
}

.pay-link__value {
  padding: 0;
}

.pay__link svg,
.pay__link path {
  transition: all 0.3s ease-in-out;
}

.pay__link:hover path {
  fill: #383C48;
}

.pay__link--light path {
  fill: #383C48;
}

.pay__link--light:hover path {
  fill: var(--color-mark);
}

.pay__item_active .pay__link:hover {
  box-shadow: 0px 4px 64px rgba(123, 251, 120, 0.28);
}

/* .pay__item_active .pay__link:focus {
  background-color: #84ff82;
} */

.pay__item_full .pay__link {
  background-color: var(--color-mark-blue);
  color: var(--color-white);
}

.pay__item_full .pay__link:hover {
  box-shadow: 0px 4px 64px rgba(66, 188, 207, 0.26);
  box-shadow: 0px 4px 64px rgba(66, 188, 207, 0.26);
}

/* .pay__item_full .pay__link:focus {
  background-color: #e2c654;
} */

@media screen and (max-width: 1200px) {
  .pay__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .pay__info {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.pay__name {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.83;
}

@media screen and (max-width: 767px) {
  .pay__name {
    opacity: 1;
  }
}

.pay__phone {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.83;
}

@media screen and (max-width: 767px) {
  .pay__phone {
    opacity: 1;
  }
}

.pay__email {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.83;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pay__email {
    opacity: 1;
  }
}

.pay__email a {
  text-decoration: underline;
}

.pay__pol {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pay__policy {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.83;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .pay__pol {
    align-items: flex-end;
  }

  .pay__policy {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .pay__pol {
    align-items: flex-start;
  }

  .pay__policy {
    text-align: left;
    opacity: 1;
  }
}

.pay__public {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.83;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .pay__public {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .pay__public {
    text-align: left;
    opacity: 1;
  }
}

/* end pay section */

.partners__list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
}

.partners__item {
  width: calc((100% - 46px) / 3);
  height: 162px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(15px);
  border-radius: 43px 20px;
}

.partners__shop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
}

@media screen and (max-width: 1200px) {
  .partners__shop {
    padding: 0 2.2rem;
  }
}

.partners__open {
  width: 15.1rem;
  height: 4.2rem;
  border-radius: 4rem 0.3rem;
  background-color: #42bdcf;

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

  font-size: 1.4rem;
  color: #373737;
  font-weight: bold;

  transition-duration: 300ms;
  transition-property: background-color, box-shadow;
}

.partners__open:hover {
  background-color: var(--color-mark-blue);
  box-shadow: 0px 4px 64px rgba(66, 188, 207, 0.26);
  color: var(--color-white);
}

@media screen and (max-width: 1200px) {
  .partners__open {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .partners__list {
    flex-wrap: wrap;
  }

  .partners__item {
    width: 100%;
  }
}

.partners__link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 43px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners__link img {
  padding: 0 20px;
  max-width: 100%;
  height: auto;
  max-height: 120px;
}

.faq__decoration {
  margin-bottom: 2.5rem;
  display: block;
}

.faq__header {
  margin-bottom: 2.5rem;
}

.faq__accordion {
  display: grid;
  gap: 2.5rem;
}

.faq__box {
  display: none;
  min-height: 15rem;
  position: relative;
  width: 100%;
  border-radius: 2rem 4.3rem;
  background-color: var(--color-black);
  background-clip: padding-box;
  border: solid 0.2rem transparent;
  margin-bottom: 2.5rem;
  padding: 2rem 3.3rem;

  border: 2px solid #67e4e8;

  background: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
}

/* .faq__box::before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -0.2rem;
  border-radius: inherit;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3f68d2),
    color-stop(#d36500),
    color-stop(#defa37),
    to(#4377ff)
  );
  background: -o-linear-gradient(left, #3f68d2, #d36500, #defa37, #4377ff);
  background: linear-gradient(to right, #3f68d2, #d36500, #defa37, #4377ff);
} */

.faq__answer {
  letter-spacing: 0.01em;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.faq__answer-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.62;
}

.faq__answer-desc {
  font-size: 1.3rem;
  line-height: 1.85;
}

.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background-image: radial-gradient(
    183.81% 554.33% at 136.35% 293.94%,
    #1d1d1d 0%,
    rgba(0, 0, 0, 0.1) 0.01%,
    rgba(29, 29, 29, 0.87) 80.13%
  );
}

.message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px 20px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 10;
  width: 886px;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1200px) {
  .message {
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .message {
    width: 320px;
  }
}

.message.active {
  opacity: 1;
  visibility: visible;
}

.message__text {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.message__text b {
  font-weight: bold;
}

.message__anim {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.message__line {
  display: block;
  height: 0.2rem;
  width: 1.2rem;
  background-color: #fbdc5d;
  border-radius: 2px;
}

.message__line_first {
  background-color: transparent;
  background-image: linear-gradient(
    to right,
    rgba(251, 219, 93, 0) 10%,
    #fbdc5d 100%
  );
  border-radius: 2px;
}

.message__icon_message {
  transition-duration: 300ms;
  opacity: 0;
}

.message__icon_message.active {
  opacity: 1;
}

.message__icon_ad {
  transition-duration: 300ms;
  opacity: 0;
}

.message__icon_ad.active {
  opacity: 1;
}

.message__line {
  transition-duration: 300ms;
  opacity: 0;
}

.message__line.active {
  opacity: 1;
}

.form__modal {
  transition-property: backdrop-filter;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  border-radius: 40px 20px;
  padding: 30px;
  z-index: 100;
  width: 886px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.form__modal.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1200px) {
  .form__modal {
    width: 760px;
  }
}

@media screen and (max-width: 767px) {
  .form__modal {
    width: 90%;
    padding: 15px 30px;
  }
}

.form__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.31;
  margin-bottom: 11px;
  margin-right: 64px;
}

@media screen and (max-width: 767px) {
  .form__title {
    font-size: 18px;
  }
}

.form__desc {
  font-size: 14px;
  line-height: 1.71;
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .form__desc {
    font-size: 12px;
  }
}

.form__top {
  display: flex;
  gap: 26px;
  margin-bottom: 26px;
}

@media screen and (max-width: 1200px) {
  .form__top {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .form__top {
    gap: 15px;
    margin-bottom: 15px;
  }
}

.form__label {
  width: 100%;
}

.form__label span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  margin-left: 21px;
  margin-bottom: 10px;
}

.form__input {
  display: block;
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 8px 40px;
  padding: 21px 26px;
  transition-duration: 300ms;
  transition-property: border;

  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  transition-duration: 300ms;
  border: 3px solid transparent;
}

.form__input::placeholder {
  color: #868686;
}

.form__input:focus {
  border-color: rgba(251, 220, 93, 0.5);
}

.form__button {
  margin-top: 26px;
  padding: 24px 37px;
  backdrop-filter: blur(15px);
  border-radius: 40px 3px;
  font-weight: 700;
  transition-duration: 300ms;
  border: 1px solid rgba(251, 220, 93, 0.15);
  backdrop-filter: blur(15px);
  color: rgba(226, 198, 84, 0.2);
  cursor: not-allowed;
}

@media screen and (max-width: 767px) {
  .form__button {
    margin-top: 0;
  }
}

.form__button_active {
  background-color: #fbdc5d;
  color: #373737;
  cursor: pointer;
}

.form__button_active:active {
  background-color: #e2c654;
}

.form__button_active:hover {
  background-color: #fde585;
  box-shadow: 0px 4px 64px rgba(66, 188, 207, 0.26);
}

@media screen and (max-width: 767px) {
  .form__button {
    width: 100%;
    text-align: center;
  }
}

.accordion__policy-link {
  text-decoration: underline;
  transition-duration: 300ms;
}

.accordion__policy-link:hover {
  text-decoration-color: #3369b3;
}

.accordion__offer-link {
  text-decoration: underline;
  transition-duration: 300ms;
}

.accordion__offer-link:hover {
  text-decoration-color: #3369b3;
}

@media (min-width: 375px) {
  .workshop__grid-inner > img {
    max-width: 15rem;
  }
}

@media (min-width: 768px) {
  :root {
    --padding: 6.8rem;
  }

  .decoration {
    display: none;
  }

  body:not(.is-visit) .section:first-of-type .anim-text__wrap {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  body:not(.is-visit) .section:first-of-type .anim-box {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 1;
  }

  body:not(.is-visit) .section:not(:first-of-type).is-visited .anim-text__wrap {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  body:not(.is-visit) .section:not(:first-of-type).is-visited .anim-box {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 1;
  }

  body:not(.is-visit) .section:not(:first-of-type).is-visited .anim-box-left,
  body:not(.is-visit) .section:not(:first-of-type).is-visited .anim-box-right {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .anim-text__wrap.in-viewport {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .anim-box.in-viewport {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 1;
  }

  .anim-delay-1 {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  .anim-delay-2 {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .anim-delay-3 {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .anim-delay-4 {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .anim-delay-5 {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .anim-delay-6 {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .anim-delay-7 {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  .anim-delay-8 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }

  .anim-delay-9 {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }

  .anim-delay-10 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }

  .anim-delay-11 {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }

  .anim-delay-12 {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }

  .anim-delay-13 {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }

  .anim-delay-14 {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }

  .anim-delay-15 {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }

  .anim-delay-16 {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }

  .anim-delay-17 {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }

  .anim-delay-18 {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }

  .anim-delay-19 {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }

  .anim-delay-20 {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
  }

  .anim-delay-21 {
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }

  .anim-delay-22 {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }

  .anim-delay-23 {
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s;
  }

  .anim-delay-24 {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
  }

  .anim-delay-25 {
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
  }

  .anim-delay-26 {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
  }

  .anim-delay-27 {
    -webkit-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s;
  }

  .anim-delay-28 {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
  }

  .anim-delay-29 {
    -webkit-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s;
  }

  .anim-delay-30 {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
  }

  .anim-delay-31 {
    -webkit-transition-delay: 3.1s;
    -o-transition-delay: 3.1s;
    transition-delay: 3.1s;
  }

  .anim-delay-32 {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
  }

  .anim-delay-33 {
    -webkit-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s;
  }

  .anim-delay-34 {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
  }

  .anim-delay-35 {
    -webkit-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    transition-delay: 3.5s;
  }

  .anim-delay-36 {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
  }

  .anim-delay-37 {
    -webkit-transition-delay: 3.7s;
    -o-transition-delay: 3.7s;
    transition-delay: 3.7s;
  }

  .anim-delay-38 {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
  }

  .anim-delay-39 {
    -webkit-transition-delay: 3.9s;
    -o-transition-delay: 3.9s;
    transition-delay: 3.9s;
  }

  .anim-delay-40 {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
  }

  .anim-delay-41 {
    -webkit-transition-delay: 4.1s;
    -o-transition-delay: 4.1s;
    transition-delay: 4.1s;
  }

  .anim-delay-42 {
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
  }

  .anim-delay-43 {
    -webkit-transition-delay: 4.3s;
    -o-transition-delay: 4.3s;
    transition-delay: 4.3s;
  }

  .anim-delay-44 {
    -webkit-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
  }

  .anim-delay-45 {
    -webkit-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s;
  }

  .anim-delay-46 {
    -webkit-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
  }

  .anim-delay-47 {
    -webkit-transition-delay: 4.7s;
    -o-transition-delay: 4.7s;
    transition-delay: 4.7s;
  }

  .anim-delay-48 {
    -webkit-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
  }

  .anim-delay-49 {
    -webkit-transition-delay: 4.9s;
    -o-transition-delay: 4.9s;
    transition-delay: 4.9s;
  }

  .main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .container {
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 5vh;
    padding-top: 5vh;
    margin-bottom: 8vh;
  }

  .section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    padding-top: 18.1rem;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
  }

  .section ::-webkit-scrollbar {
    display: none;
  }

  .section.is-scroll {
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .section.is-scroll > .container {
    margin-bottom: 0;
    padding-top: 23.1rem;
  }

  .menu-open .section.is-active .container {
    opacity: 0;
    pointer-events: none;
  }

  .section:not(.is-active) .section__pic {
    opacity: 1;
  }

  .section:not(.is-active) > .container {
    opacity: 0;
  }

  .section__pic {
    position: absolute;
    height: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .section__list--sm {
    gap: 1.2rem;
  }

  @supports (-webkit-hyphens: none) {
    .box--ellipse::before,
    .box--ellipse::after {
      display: none;
    }
  }

  .buttons {
    width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    gap: 2.5rem;
  }

  .btn {
    width: initial;
  }

  .logo {
    -webkit-transition: -webkit-transform 0.5s ease 0.5s;
    transition: -webkit-transform 0.5s ease 0.5s;
    -o-transition: transform 0.5s ease 0.5s;
    transition: transform 0.5s ease 0.5s;
    transition: transform 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  }

  .menu__list {
    gap: 2.7rem;
  }

  .nav {
    z-index: 1;
    position: fixed;
    bottom: 5.1rem;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding-right: 3.4rem;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }

  .nav__btns {
    -webkit-transition: opacity 0.5s ease 0.5s;
    -o-transition: opacity 0.5s ease 0.5s;
    transition: opacity 0.5s ease 0.5s;
  }

  .is-visit .nav__btns {
    opacity: 0;
  }

  .nav__btn {
    pointer-events: auto;
  }

  .accordion {
    margin-bottom: 10rem;
  }

  .progress {
    display: none;
  }

  .footer {
    display: none;
  }

  .about__header {
    padding-bottom: 4.1rem;
  }

  .about__header .title {
    padding-bottom: 2.2rem;
    max-width: 511px;
  }

  .about__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 7rem;
  }

  .about__item {
    display: flex;
    gap: 1.9rem;
  }

  .about .box {
    padding: 3.05rem 6.5rem;
  }

  .about .box::before {
    top: -22%;
    width: 27.8rem;
    height: 27.8rem;
  }

  .about .box::after {
    top: 75%;
    right: -11.7rem;
    width: 20.1rem;
    height: 20.1rem;
  }

  .about .box .title {
    line-height: 1.5;
    font-size: 2.4rem;
  }

  .about .anim-delay-14 {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .about .anim-delay-15 {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .about .anim-delay-16 {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  .about .anim-delay-17 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }

  .about .anim-delay-18 {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }

  .about .anim-delay-19 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }

  .about .anim-delay-20 {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }

  .about .anim-delay-21 {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }

  .about .anim-delay-22 {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }

  .do__header .title {
    font-size: 2.4rem;
  }

  .do .box {
    margin-top: 6.2rem;
    padding: 2.6rem 5rem;
  }

  .do .box::before {
    top: 77%;
    left: 15.5rem;
  }

  .do .box::after {
    top: -61%;
    right: -5.7rem;
    width: 22.8rem;
    height: 22.8rem;
  }

  .do .box .title {
    padding-bottom: 1rem;
  }

  .free-workshop__grid {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .free-workshop__grid .section__list--sm:last-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 2;
  }

  .free-workshop .box {
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
    padding-left: 3.3rem;
    padding-right: 3.3rem;
  }

  .workshop__program {
    margin-bottom: 2.5rem;
  }

  .workshop__advertising {
    margin-top: 2.5rem;
  }

  .workshop__flex {
    gap: 3rem;
  }

  .workshop__flex--column {
    margin-bottom: 7rem;
  }

  .workshop__btn {
    display: none;
  }

  .workshop__grid {
    padding: 0;
    border-radius: 30px;
    background-color: transparent;
  }

  .workshop .container {
    padding-bottom: 19.2rem;
  }

  .workshop .container::after {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 19.2rem;
    background: -o-linear-gradient(
      to bottom,
      rgba(29, 29, 29, 0) 1.39%,
      #1d1d1d 92.61%
    );
    background: linear-gradient(
      to bottom,
      rgba(29, 29, 29, 0) 1.39%,
      #1d1d1d 92.61%
    );
  }

  .workshop .buttons--hidden {
    margin-bottom: 5.6rem;
    margin-top: 1.5rem;
  }

  .meet .box,
  .result .box {
    margin-bottom: 2rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }

  .meet .buttons .btn--transparent,
  .result .buttons .btn--transparent {
    border-radius: 0.8rem 4rem;
  }

  .timlids::after {
    content: '';
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 19.2rem;
    background: -o-linear-gradient(
      to bottom,
      rgba(29, 29, 29, 0) 1.39%,
      #1d1d1d 92.61%
    );
    background-image: linear-gradient(
      to bottom,
      rgba(29, 29, 29, 0) 1.39%,
      #1d1d1d 92.61%
    );
    z-index: 2;
  }

  .timlids__grid {
    -webkit-box-pack: center;
    justify-content: center;
    gap: 4.5rem;
  }

  .timlids .box {
    margin-bottom: 2.5rem;
    padding: 1.45rem 5rem;
  }

  .timlids .box::before {
    top: 77%;
    left: 10.5rem;
  }

  .timlids .box::after {
    top: -100%;
    right: -2.7rem;
    width: 22.8rem;
    height: 22.8rem;
    display: block;
  }

  .timlids .box .title {
    margin-bottom: 1.2rem;
  }

  .timlids .box .timlids__text {
    max-width: 59.8rem;
  }

  .timlids__item {
    width: 100%;
    max-width: 100%;
    padding: 0 2px;
    /* max-width: 31.4rem; */
    flex-direction: row;
  }

  .timlids__item-user {
    max-width: 262px;
    height: 19.4rem;
  }

  .faq .container::after {
    content: '';
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 12rem;
    background: -o-linear-gradient(
      to bottom,
      rgba(29, 29, 29, 0) 1.39%,
      #1d1d1d 92.61%
    );
    background-image: linear-gradient(
      to bottom,
      rgba(29, 29, 29, 0) 1.39%,
      #1d1d1d 92.61%
    );
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  :root {
    --nav-padding: 20vw;
  }

  .section {
    padding-left: var(--nav-padding);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    padding-top: 0;
  }

  .section.is-scroll > .container {
    margin-bottom: 0;
    padding-top: 12rem;
  }

  .menu-btn {
    display: none;
    pointer-events: none;
  }

  body:not(.is-visit) .menu__item > * {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .menu {
    width: initial;
    pointer-events: auto;
  }

  .menu__planet {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-86%, -50%);
    transform: translate(-86%, -50%);
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-transform 0.5s ease 0.5s;
    transition: -webkit-transform 0.5s ease 0.5s;
    -o-transition: transform 0.5s ease 0.5s;
    transition: transform 0.5s ease 0.5s;
    transition: transform 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  }

  .is-visit .menu__planet {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  .menu__nav {
    padding-left: 9.2rem;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }

  .menu__list {
    gap: 2.7rem;
  }

  .menu__item {
    font-size: 1.4rem;
    -webkit-transition: color 0.2s, font-weight 0.2s, -webkit-transform 0.2s;
    transition: color 0.2s, font-weight 0.2s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, color 0.2s, font-weight 0.2s;
    transition: transform 0.2s, color 0.2s, font-weight 0.2s;
    transition: transform 0.2s, color 0.2s, font-weight 0.2s,
      -webkit-transform 0.2s;
  }

  /* .menu__item.is-active {
    padding-left: 22px;
    background-image: url('../img/components/menu/img/tiktok.svg');
  } */

  .nav {
    bottom: 6.4rem;
    -webkit-box-pack: center;
    justify-content: center;
    padding-right: 0;
    padding-left: var(--nav-padding);
  }

  .nav__btns {
    width: 100%;
    max-width: calc(var(--container) + var(--padding) * 2);
    margin: 0 auto;
    padding-left: var(--padding);
    padding-right: var(--padding);
  }

  .accordion {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .accordion > *:last-child {
    grid-column: span 2;
  }

  .accordion__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .accordion__item.is-show {
    background-color: #3f68d2;
  }

  .accordion__item.is-show .accordion__btn {
    cursor: default;
  }

  .accordion__icon > *:first-child {
    display: none;
  }

  .accordion__icon > *:last-child {
    display: block;
  }

  .accordion__title {
    -webkit-box-align: center;
    align-items: center;
  }

  .about__header {
    padding-bottom: 3.2rem;
  }

  .about__header .title {
    padding-bottom: 1rem;
    line-height: 1.7;
    font-size: 3.5rem;
    max-width: 100%;
  }

  .about__desc {
    max-width: 717px;
  }

  .about__list {
    margin-top: 2.4rem;
    gap: 2.6rem 2.1rem;
  }

  .about__item {
    gap: 1.4rem;
  }

  .about__number {
    font-size: 3rem;
  }

  .about .box {
    padding: 3.5rem 6.5rem;
  }

  .about .box::before {
    top: -38%;
  }

  .about .box::after {
    top: 12.5rem;
    right: 5rem;
    width: 27.8rem;
    height: 27.8rem;
  }

  .about .anim-delay-14 {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }

  .about .anim-delay-15 {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }

  .about .anim-delay-16 {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }

  .about .anim-delay-17 {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }

  .about .anim-delay-18 {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }

  .about .anim-delay-19 {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }

  .about .anim-delay-20 {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
  }

  .about .anim-delay-21 {
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }

  .about .anim-delay-22 {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }

  .do__header .title {
    padding-bottom: 2.6rem;
  }

  .do .box {
    margin-top: 2.6rem;
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
  }

  .do .box::before {
    top: 81%;
    left: 9.5rem;
  }

  .do .box::after {
    top: -11.4rem;
    right: 10.6rem;
  }

  .free-workshop__grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: initial;
    margin-top: 2.6rem;
    margin-bottom: 2.2rem;
  }

  .free-workshop__text + .free-workshop__text {
    margin-top: 1.1rem;
  }

  .free-workshop__grid .section__list--sm:last-child {
    grid-template-columns: initial;
    grid-column: initial;
  }

  .free-workshop .box {
    margin-bottom: 2.6rem;
    margin-top: 2.6rem;
  }

  .workshop__header {
    margin-bottom: 3.4rem;
  }

  .workshop__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }

  .workshop__program {
    margin-bottom: 4rem;
  }

  .workshop .buttons--hidden {
    margin-bottom: 5.6rem;
    margin-top: 2.6rem;
  }

  .workshop__advertising {
    margin-bottom: 8rem;
  }

  .workshop__flex {
    margin-bottom: 4rem;
  }

  .workshop__flex--column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 4.5rem;
  }

  .workshop__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  #workshopHide .workshop__grid {
    padding-top: 0;
  }

  .workshop__grid-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    padding: 6rem 5rem;
  }

  .workshop__grid-inner {
    height: 100%;
  }

  .workshop__grid-inner > img {
    max-width: 15.9rem;
  }

  .workshop__grid .flex-end {
    justify-self: flex-end;
  }

  .workshop__grid .bias-left {
    position: relative;
    left: -16.22%;
    width: calc(100% + 16.22%);
  }

  .workshop__grid .bias-right {
    width: calc(100% + 16.22%);
  }

  .workshop__grid .ltradius {
    border-radius: 0;
  }

  .workshop__grid .ltradius-important {
    border-radius: 3rem 0 0 0;
  }

  .workshop__grid .btradius {
    border-radius: 0;
  }

  .workshop__grid .brradius {
    border-top-right-radius: 3rem;
  }

  .workshop__grid .trastradius {
    border-bottom-right-radius: 3rem;
  }

  .workshop__grid .blradius {
    border-bottom-left-radius: 3rem;
  }

  .workshop__grid .rtradius {
    border-top-right-radius: 3rem;
  }

  .workshop__grid .igrid {
    min-height: initial;
    gap: 2rem;
  }

  .workshop__grid .square {
    width: 83.8%;
    min-height: 39rem;
    grid-row: span 2;
  }

  .workshop__grid .square-full {
    min-height: 39rem;
    grid-row: span 2;
  }

  .workshop__grid .full-item {
    min-height: 19.5rem;
    grid-column: span 2;
    border-top-left-radius: 3rem;
  }

  #workshopHide {
    margin-top: 21px;
  }

  .workshop .container {
    max-width: calc(95.1rem + var(--padding) * 2);
  }

  .meet__header,
  .result__header {
    margin-bottom: 3.4rem;
  }

  .meet__info .result__info {
    margin-bottom: 3.4rem;
  }

  .meet .box,
  .result .box {
    margin-bottom: 3.4rem;
    padding-left: 3.3rem;
    padding-right: 3.3rem;
  }

  .timlids__grid {
    flex-wrap: nowrap;
    margin-bottom: 13rem;
    gap: 1rem;
  }

  .timlids .box {
    padding: 2.7rem 5rem;
    margin-bottom: 2.6rem;
  }

  .timlids .box::before {
    top: 81%;
    left: 9.5rem;
  }

  .timlids .box::after {
    top: -11.4rem;
    right: 10.6rem;
  }

  .timlids .box .title {
    margin-bottom: 1.2rem;
  }

  .timlids .box .timlids__text {
    max-width: 100%;
  }

  .timlids__item {
    padding: 0;
    max-width: 420px;
    align-items: flex-start;
    gap: 1rem;

    /* max-width: 26.1rem; */
  }

  .timlids__item-user {
    margin-top: 14px;
    width: 100%;
    max-width: 138px;
    height: 139px;
  }

  .faq__box {
    height: 170px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  .faq .container {
    padding-top: 12rem;
  }
}

@media (min-width: 1200px) and (hover: hover) {
  .accordion__item:hover {
    background-color: #3f68d2;
  }
}

@media (min-width: 1600px) {
  :root {
    --nav-padding: 11vw;
  }

  /* .section.is-scroll>.container {
    padding-top: 15vh;
  } */

  .section__list--sm .section__list-item {
    font-weight: 400;
  }

  .nav {
    bottom: 12.4rem;
  }

  .about__item {
    gap: 1.9rem;
  }

  .accordion {
    margin-bottom: 17rem;
  }
}

@media (min-width: 768px) and (max-height: 600px) {
  .section.is-scroll > .container {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .menu__nav {
    padding-top: 30rem;
    padding-bottom: 5rem;
  }
}

/*# sourceMappingURL=main.css.map */
.thanks {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/sections/thanks/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1200px) {
  .thanks {
    background-image: url(../img/sections/thanks/bg-l.webp);
  }
}
@media screen and (max-width: 1200px) {
  .thanks {
    background-image: url(../img/sections/thanks/bg-m.webp);
  }
}

@media screen and (max-width: 767px) {
  .thanks {
    background-image: url(../img/sections/thanks/bg-s.webp);
  }
}

.thank {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/sections/thank/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1200px) {
  .thank {
    background-image: url(../img/sections/thank/bg-m.webp);
  }
}

@media screen and (max-width: 767px) {
  .thank {
    background-image: url(../img/sections/thank/bg-s.webp);
  }
}

.thanks__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 620px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .thanks__content {
    width: 320px;
  }
}

.thanks__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.31;
  margin-bottom: 13px;
  text-align: center;
}

.thanks__title span {
  color: #648fff;
}

.thanks__desc {
  font-size: 14px;
  line-height: 1.79;
  margin-bottom: 28px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thanks__desc {
    max-width: 254px;
  }
}

.thanks__image {
  margin-bottom: 46px;
}

.thanks__link {
  background: #3f68d2;
  backdrop-filter: blur(15px);
  border-radius: 40px 3px;
  padding: 24px 37px;

  font-weight: 700;
  color: var(--color-white);
  transition-duration: 300ms;
}

/* .thanks__link:hover {
  background-color: #fde585;
  box-shadow: 0px 4px 64px rgba(66, 188, 207, 0.26);
}

.thanks__link:focus {
  background-color: #e2c654;
} */

@media screen and (max-width: 767px) {
  .thanks__link {
    padding: 24px 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .menu__list {
    gap: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .pay__access.anim-box {
    opacity: 1;
  }

  .pay__sale-end.anim-box {
    opacity: 1;
  }
}

/* shop modal */
.shop__overlay {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
    584.01% 313.9% at 136.35% 293.94%,
    #1d1d1d 0%,
    rgba(0, 0, 0, 0.1) 0.01%,
    rgba(29, 29, 29, 0.87) 80.13%
  );

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

  transition-duration: 500ms;
  opacity: 0;
  visibility: hidden;
}

.shop__overlay.active {
  opacity: 1;
  visibility: visible;
}

.shop__modal {
  width: 88.6rem;
  padding: 3rem;

  border-radius: 4rem 2rem;
  background-color: rgba(255, 255, 255, 0.03);
  transition-duration: 500ms;
  backdrop-filter: blur(15px);
}

@media screen and (max-width: 1200px) {
  .shop__modal {
    width: 75rem;
  }
}

@media screen and (max-width: 767px) {
  .shop__modal {
    width: 32rem;
  }
}

.shop__close {
  position: absolute;
  top: 3rem;
  right: 3rem;
}

.shop__title {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}

.shop__list {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.shop__item {
  width: calc((100% - 4rem) / 3);
  padding: 2.25rem 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;

  border-radius: 4.3rem 2rem;
  background-color: rgba(255, 255, 255, 0.04);
}

@media screen and (max-width: 767px) {
  .shop__item {
    width: 100%;
  }
}

.shop__link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
}

.shop__link_name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

.shop__link_icon {
  margin-bottom: 0.1rem;
}

/* widget */
/* .widget-wrapper {
    justify-content: center !important;
}

.widget-container {
    position: relative;
    margin: 0 !important;
    box-shadow: none !important;
    padding: 0 20px !important;
    max-width: 100% !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background-color: #FFFFFF !important;
}

.widget-close {
    margin-bottom: 0 !important;
    position: absolute;
    padding: 0 !important;
    top: 10px;
    right: 10px;
}

.text-container p {
    font-family: var(--font-main);
    font-weight: bold;
    color: black !important;
}

.text-container:nth-child(1) p {
    margin-top: 20px;
}

.text-container:nth-child(2) {
    margin-top: 0 !important;
}

.text-container:nth-child(2) p {
    font-size: 14px;
}

.widget-content {
    border-radius: 15px !important;
}

.widget-content form {
    margin-bottom: 10px !important;
}

.widget-content form div div {
    min-width: auto !important;
}

.widget-content label {
    font-family: var(--font-main) !important;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.widget-content input {
    font-family: var(--font-main) !important;
    max-width: 100% !important;
}

.widget-content input::placeholder {
    font-family: var(--font-main) !important;
}

.widget-content button {
    color: #FFFFFF !important;
    font-family: var(--font-main) !important;
    font-weight: bold;
    text-align: center;
} */

.is-disabled {
  display: none;
}

.lessons {
  min-height: 100vh;
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/lessons/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

@media screen and (max-width: 1600px) {
  .lessons {
    background-image: url(../img/lessons/bg-l.webp);
  }
}

@media screen and (max-width: 1200px) {
  .lessons {
    background-image: url(../img/lessons/bg-m.webp);
    background-position: top center;
  }
}

@media screen and (max-width: 767px) {
  .lessons {
    background-image: url(../img/lessons/bg-s.webp);
  }
}

.lessons__title {
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 6.6rem;
}

.lessons__title span {
  color: #80a3ff;
}

@media screen and (max-width: 767px) {
  .lessons__title {
    margin-bottom: 1.5rem;
  }
}

.lessons__image {
  display: block;
  margin: 0 auto 4.6rem auto;
}

@media screen and (max-width: 767px) {
  .lessons__image {
    margin-bottom: 2.2rem;
  }
}

.lessons__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  gap: 1.3rem;
  width: 18.7rem;
  height: 7.4rem;
  border-radius: 4rem 1rem;
  background-color: #3f68d2;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.lessons__link:hover {
  -webkit-box-shadow: 0rem 0.4rem 14.5rem 0rem rgba(63, 104, 210, 0.26);
  box-shadow: 0rem 0.4rem 14.5rem 0rem rgba(63, 104, 210, 0.26);
}

@media screen and (max-width: 1200px) {
  .lessons__link {
    width: 17.8rem;
    height: 5.6rem;
  }

  .lessons__link img {
    width: 2.9rem;
    height: 2.9rem;
  }
}

@media screen and (max-width: 767px) {
  .lessons__link {
    height: 6.9rem;
    width: 100%;
  }
}

.pay__modal {
  visibility: hidden;
  opacity: 0;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;

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

  background: radial-gradient(
    584.01% 313.9% at 136.35% 293.94%,
    #1d1d1d 0%,
    rgba(0, 0, 0, 0.1) 0.01%,
    rgba(29, 29, 29, 0.87) 80.13%
  );

  /* transition: opacity 0.3s ease-in-out; */

  z-index: 99;
}

.pay__modal-active {
  visibility: visible;
  opacity: 1;
}
.pay__modal-form {
  position: relative;
  width: 100%;
  max-width: 888px;
  border-radius: 40px 20px;
  margin: 0 130px;
  padding: 30px;

  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.03);
}
.pay__modal-form h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  letter-spacing: 0.01em;
  color: var(--color-white);
}
.pay__modal-form p {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  letter-spacing: 0.01em;
  color: var(--color-white);
}

.pay__modal-wrapper {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.pay__modal-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pay__modal-item label {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: var(--color-white);
}
.pay__modal-item input {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: var(--color-white);
  border-radius: 8px 40px;
  padding: 20px 0px 20px 26px;
  background: rgba(255, 255, 255, 0.04);
}
.pay__modal-item input:focus {
  border: 1px solid var(--color-mark-blue);
}
.pay__modal-btn {
  margin-top: 26px;
  max-width: 230px;
  background: var(--color-mark-blue);
  border-radius: 40px 3px;
  color: var(--color-white);

  text-align: center;
  padding: 15.5px 0;
  width: 100%;
  transition-duration: 300ms;
  cursor: pointer;
}
.pay__modal-btn:hover {
  background-color: var(--color-mark-blue);
  box-shadow: 0px 4px 64px rgba(66, 188, 207, 0.26);
}
.pay__modal-close {
  position: absolute;
  top: 38px;
  right: 38px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 100;
}

@media screen and (max-width: 834px) {
  .pay__modal-wrapper {
    flex-direction: column;
  }
  .pay__modal-btn {
    max-width: 930px;
  }
}
@media screen and (max-width: 767px) {
  .pay__modal-form {
    margin: 0 35px;
  }
}
/* loader */
.loader {
  display: none;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
  z-index: 101;
}

.loader.active {
  display: block;
}

.loader__container {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);

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

.do .container {
  padding-bottom: 100px;
}

@media screen and (max-width: 950px) {
  .do .container {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 767px) {
  .do .container {
    padding-bottom: 20px;
  }
}

.do .container::after {
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 19.2rem;
  background: -o-linear-gradient( to bottom, rgba(29, 29, 29, 0) 1.39%, #1d1d1d 92.61% );
  background: linear-gradient(to bottom, rgba(29, 29, 29, 0) 1.39%, #1d1d1d 92.61%);
}

.info-block {
  margin-top: 22px;
}

.info-block__title {
  margin: 0 0 22px 0;
  padding: 0;

  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.info-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  margin: 0;
  padding: 20px;

  background-color: rgba(255, 255, 255, 0.04);
  border: 2px solid #42C4CF;
  border-radius: 20px 43px 20px 43px;

  list-style: none;

  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 1%;
}

.info-list__item {
  margin-bottom: 14px;
}

.info-list__item:nth-last-child(1) {
  margin-bottom: 0;
}

.info-list__title {
  margin-bottom: 14px;
  padding-left: 30px;

  background-image: url(../img/icon-error.svg);
  background-position: left top 4px;
  background-size: initial;
  background-repeat: no-repeat;
}

.info-list__accent {
  color: #D9BF59;
}