/* stylelint-disable-line function-url-quotes */

/* stylelint-disable-line function-url-quotes */

@font-face {
  font-family: "inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --x-padding: 16px;
}

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

*:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  box-sizing: border-box;
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Inter", "arial", "helvetica", sans-serif;
  background: #231e39 url("../img/bg-mobile.svg") top center/auto;
  color: #7b70ab;
  overflow-x: hidden;
  overflow-y: auto;
}

.body-with-open-modal {
  overflow: hidden;
}

body > section {
  --section-margin: 50px;
  position: relative;
  padding-bottom: var(--section-margin);
  z-index: 2;
}

main {
  position: relative;
  z-index: 2;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=date],
input[type=search],
input[type=password],
input[type=number],
input[type=time],
input[type=month],
input[type=week] {
  line-height: 1;
  max-width: 100%;
  padding: 1.7em 2.5em;
  background-color: #362d54;
  border: none;
  border-radius: 15px;
  font-family: "Inter", "arial", "helvetica", sans-serif;
  font-size: clamp(14px, 0.9473684211vw, 18px);
  color: #7b70ab;
  font-weight: bold;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=month]:focus,
input[type=week]:focus {
  outline: none;
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=date]:disabled,
input[type=search]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
input[type=time]:disabled,
input[type=month]:disabled,
input[type=week]:disabled {
  border-color: #cccccc;
  color: #cccccc;
  opacity: 0.8;
}

textarea {
  min-height: 150px;
  max-height: 400px;
  line-height: 1.5;
  resize: none;
  max-width: 100%;
  padding: 1.7em 2.5em;
  background-color: #362d54;
  border: none;
  border-radius: 15px;
  font-family: "Inter", "arial", "helvetica", sans-serif;
  font-size: clamp(14px, 0.9473684211vw, 18px);
  color: #7b70ab;
  font-weight: bold;
}

textarea:focus {
  outline: none;
}

textarea:disabled {
  border-color: #cccccc;
  color: #cccccc;
  opacity: 0.8;
}

input::placeholder {
  color: #7b70ab;
}

input:focus::placeholder {
  color: transparent;
}

textarea::placeholder {
  color: #7b70ab;
}

textarea:focus::placeholder {
  color: transparent;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=date],
input[type=search],
input[type=password],
input[type=number],
input[type=time],
input[type=month],
input[type=week],
textarea,
[contenteditable] {
  caret-color: #ff6392;
}

button {
  -webkit-appearance: none;
          appearance: none;
}

select {
  max-width: 100%;
  padding: 1.7em 2.5em;
  background-color: #362d54;
  border: none;
  border-radius: 15px;
  font-family: "Inter", "arial", "helvetica", sans-serif;
  font-size: clamp(14px, 0.9473684211vw, 18px);
  color: #7b70ab;
  font-weight: bold;
}

select:focus {
  outline: none;
}

select:disabled {
  border-color: #cccccc;
  color: #cccccc;
  opacity: 0.8;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

.visually-hidden {
  position: fixed;
  transform: scale(0);
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--x-padding);
  padding-right: var(--x-padding);
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Inter", "arial", "helvetica", sans-serif;
  font-size: clamp(23px, 4.2105263158vw, 80px);
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.78em;
  font-family: "Inter", "arial", "helvetica", sans-serif;
  font-size: clamp(30px, 4.2105263158vw, 80px);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}

.bright {
  color: #ff6392;
}

.nobr {
  white-space: nowrap;
}

.to-top {
  display: none;
}

.to-top::before {
  content: "";
  display: block;
  width: 24px;
  height: 13px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='13' viewBox='0 0 24 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5859 12.1428L12.7069 2.26381C12.5167 2.08132 12.2634 1.97942 11.9999 1.97942C11.7363 1.97942 11.483 2.08132 11.2929 2.26381L1.41986 12.1368L0.00585938 10.7228L9.87886 0.849812C10.4505 0.304338 11.2102 0 12.0004 0C12.7905 0 13.5502 0.304338 14.1219 0.849812L23.9999 10.7288L22.5859 12.1428Z' fill='%237B70AB'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 160px;
  max-width: 100%;
  padding: 1.32em 1.6em;
  border: none;
  border-radius: 1em;
  font-size: clamp(18px, 1.2631578947vw, 24px);
  font-family: "Inter", "arial", "helvetica", sans-serif;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.btn:disabled {
  opacity: 0.8;
  cursor: auto;
}

.btn:focus {
  outline: none;
}

.btn--bright {
  position: relative;
  border: 1px solid rgba(255, 89, 136, 0.44);
  background: linear-gradient(298.1deg, #ea3a61 11.2%, rgba(255, 99, 146, 0.01) 120.64%);
  background-clip: padding-box;
  color: #ffffff;
  text-decoration: none;
}

.btn--bright:hover,
.btn--bright:focus {
  outline: none;
  opacity: 0.9;
}

.btn--bright:active {
  opacity: 0.8;
}

.btn--accent {
  position: relative;
  border: 1px solid rgba(26, 114, 255, 0.54);
  background: linear-gradient(93.95deg, #1a72ff 0.49%, rgba(57, 137, 231, 0.1) 103.88%);
  background-clip: padding-box;
  color: #ffffff;
  text-decoration: none;
}

.btn--accent:hover,
.btn--accent:focus {
  outline: none;
  opacity: 0.9;
}

.btn--accent:active {
  opacity: 0.8;
}

.btn--light {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(93.21deg, rgba(27, 113, 250, 0.07) 2.42%, rgba(243, 64, 88, 0.07) 105.27%);
  background-clip: border-box;
  color: #ffffff;
  text-decoration: none;
}

.btn--light:hover {
  opacity: 0.8;
}

.btn--light:active {
  opacity: 0.9;
}

.btn--inverse {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #ffffff;
  color: #ff6392;
  text-decoration: none;
}

.btn--inverse:hover {
  background: #ececec;
}

.btn--inverse:active {
  background: #dfdfdf;
}

.btn--danger {
  position: relative;
  background: #ff6392;
  border: 1px solid #ff6392;
  color: #ffffff;
  text-decoration: none;
}

.btn--danger:hover,
.btn--danger:focus {
  background: #ff7da4;
  border-color: #ff7da4;
  outline: none;
}

.btn--danger:active {
  background: #ff6392;
  color: #ffffff;
}

.btn--danger-inverse {
  position: relative;
  background: #ffffff;
  border: 1px solid #ff6392;
  color: #ff6392;
  text-decoration: none;
}

.btn--danger-inverse:hover,
.btn--danger-inverse:focus {
  border-color: #ff7da4;
  outline: none;
}

.btn--danger-inverse:active {
  border-color: #ff8caf;
}

.btn--gray {
  position: relative;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #7b70ab;
  text-decoration: none;
}

.btn--gray:hover {
  opacity: 0.8;
}

.btn--gray:active {
  background: #bbbbbb;
}

.btn--gray:disabled {
  opacity: 1;
  background: #ffffff;
  color: #c8c8c8;
}

.btn--transparent {
  background: transparent;
  color: #373737;
  border-color: transparent;
}

.btn--as-link {
  display: inline;
  min-width: unset;
  padding: unset;
  border: none;
  letter-spacing: normal;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  background: transparent;
  color: #ff6392;
  text-decoration: underline;
  text-align: left;
}

.btn--only-icon {
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  min-width: unset;
}

.btn--only-icon:focus {
  outline: none;
  opacity: 0.8;
}

.form__input-wrap {
  padding: 1px;
  border-radius: 15px;
  background: radial-gradient(122.78% 113.91% at -20.93% -15.58%, rgba(84, 152, 255, 0.44) 0%, rgba(211, 154, 255, 0) 100%);
}

.form__text {
  font-size: 16px;
  line-height: 1.28;
}

.form__fieldset {
  width: max-content;
  max-width: 246px;
  padding: 0;
  margin: 0;
  border: none;
}

.form__input {
  display: block;
  width: 100%;
}

.form__input + .form__input {
  margin-top: 40px;
}

.form__btn {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 36px;
}

.form__conditions {
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}

.form__conditions a {
  color: #638fff;
}

.form__success {
  grid-column: 1/-1;
}

.form__success.hide {
  opacity: 0;
  visibility: hidden;
}

.logo {
  width: 147px;
  height: auto;
}

.social {
  --w: 44px;
  --g: 15px;
  display: grid;
  grid-template-columns: repeat(4, var(--w));
  gap: var(--g);
  padding-left: 0;
  list-style-type: none;
}

.social__link {
  --color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--w);
  height: var(--w);
  border-radius: 9px;
  background-color: #383057;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.social__link::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  -webkit-mask-image: var(--img);
          mask-image: var(--img);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.social__link--vk {
  --img: url("data:image/svg+xml,%3Csvg width='32' height='36' viewBox='0 0 32 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3333 9.29053H16V26.858C10 25.3941 5.33333 17.3423 4 9.29053' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.6666 9.29053C25.3333 12.2184 22.6666 16.6103 20 18.0743H16' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.6666 26.858C25.3333 23.9301 22.6667 19.5382 20 18.0742' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.social__link--intagram {
  --img: url("data:image/svg+xml,%3Csvg width='32' height='36' viewBox='0 0 32 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.3333 6.36279H10.6666C7.72107 6.36279 5.33325 8.98454 5.33325 12.2186V23.9303C5.33325 27.1644 7.72107 29.7861 10.6666 29.7861H21.3333C24.2788 29.7861 26.6666 27.1644 26.6666 23.9303V12.2186C26.6666 8.98454 24.2788 6.36279 21.3333 6.36279Z' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 22.4664C18.2091 22.4664 20 20.5001 20 18.0745C20 15.6489 18.2091 13.6826 16 13.6826C13.7909 13.6826 12 15.6489 12 18.0745C12 20.5001 13.7909 22.4664 16 22.4664Z' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 11.4863V11.4873' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.social__link--whatsapp {
  --img: url("data:image/svg+xml,%3Csvg width='32' height='36' viewBox='0 0 32 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 31.2499L6.2 25.6869C4.51688 23.0635 3.76356 19.856 4.08139 16.6661C4.39923 13.4762 5.76638 10.5234 7.92628 8.36166C10.0862 6.19995 12.8903 4.978 15.8125 4.92513C18.7347 4.87226 21.574 5.99211 23.7976 8.07451C26.0212 10.1569 27.4762 13.0587 27.8896 16.2353C28.303 19.412 27.6463 22.6451 26.0428 25.3279C24.4393 28.0106 21.9993 29.9587 19.1805 30.8065C16.3618 31.6542 13.3582 31.3434 10.7333 29.9323L4 31.2499' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 15.1466C12 15.3408 12.0702 15.5269 12.1953 15.6642C12.3203 15.8015 12.4899 15.8786 12.6667 15.8786C12.8435 15.8786 13.013 15.8015 13.1381 15.6642C13.2631 15.5269 13.3333 15.3408 13.3333 15.1466V13.6827C13.3333 13.4885 13.2631 13.3023 13.1381 13.1651C13.013 13.0278 12.8435 12.9507 12.6667 12.9507C12.4899 12.9507 12.3203 13.0278 12.1953 13.1651C12.0702 13.3023 12 13.4885 12 13.6827V15.1466ZM12 15.1466C12 17.088 12.7024 18.9498 13.9526 20.3225C15.2028 21.6952 16.8985 22.4664 18.6666 22.4664H20C20.1768 22.4664 20.3463 22.3893 20.4714 22.252C20.5964 22.1148 20.6666 21.9286 20.6666 21.7344C20.6666 21.5403 20.5964 21.3541 20.4714 21.2169C20.3463 21.0796 20.1768 21.0025 20 21.0025H18.6666C18.4898 21.0025 18.3203 21.0796 18.1952 21.2169C18.0702 21.3541 18 21.5403 18 21.7344C18 21.9286 18.0702 22.1148 18.1952 22.252C18.3203 22.3893 18.4898 22.4664 18.6666 22.4664' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.social__link--telegram {
  --img: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27812 9.12061L6.01345 12.8433C6.39212 12.8433 6.55612 12.6806 6.75278 12.4853L8.52812 10.7886L12.2068 13.4826C12.8815 13.8586 13.3568 13.6606 13.5388 12.8619L15.9535 1.54728L15.9541 1.54661C16.1681 0.549278 15.5935 0.159278 14.9361 0.403945L0.742785 5.83794C-0.225881 6.21394 -0.211215 6.75394 0.578119 6.99861L4.20678 8.12728L12.6355 2.85328C13.0321 2.59061 13.3928 2.73594 13.0961 2.99861L6.27812 9.12061Z' fill='white'/%3E%3C/svg%3E%0A");
}

.social__link--zen {
  --img: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.54286 9.54286C8.28572 10.84 8.19429 12.4571 8.08571 16C11.3886 16 13.6686 15.9886 14.8457 14.8457C15.9886 13.6686 16 11.28 16 8.08571C12.4571 8.2 10.84 8.28572 9.54286 9.54286ZM0 8.08571C0 11.28 0.0114286 13.6686 1.15429 14.8457C2.33143 15.9886 4.61143 16 7.91429 16C7.8 12.4571 7.71429 10.84 6.45714 9.54286C5.16 8.28572 3.54286 8.19429 0 8.08571ZM7.91429 0C4.61714 0 2.33143 0.0114286 1.15429 1.15429C0.0114286 2.33143 0 4.72 0 7.91429C3.54286 7.8 5.16 7.71429 6.45714 6.45714C7.71429 5.16 7.80572 3.54286 7.91429 0ZM9.54286 6.45714C8.28572 5.16 8.19429 3.54286 8.08571 0C11.3886 0 13.6686 0.0114286 14.8457 1.15429C15.9886 2.33143 16 4.72 16 7.91429C12.4571 7.8 10.84 7.71429 9.54286 6.45714Z' fill='white'/%3E%3C/svg%3E%0A");
}

.social__link--facebook {
  --img: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8.04467C0 12.022 2.88867 15.3293 6.66667 16V10.222H4.66667V8H6.66667V6.222C6.66667 4.222 7.95533 3.11133 9.778 3.11133C10.3553 3.11133 10.978 3.2 11.5553 3.28867V5.33333H10.5333C9.55533 5.33333 9.33333 5.822 9.33333 6.44467V8H11.4667L11.1113 10.222H9.33333V16C13.1113 15.3293 16 12.0227 16 8.04467C16 3.62 12.4 0 8 0C3.6 0 0 3.62 0 8.04467Z' fill='white'/%3E%3C/svg%3E%0A");
}

.header {
  --header-padding: 20px;
  padding-left: var(--header-padding);
  padding-right: var(--header-padding);
  margin-bottom: 10px;
}

.nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav__item {
  position: relative;
  width: 100%;
  margin-bottom: 36px;
  text-align: center;
}

.nav__login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 50%;
  background: #383057;
}

.nav__login::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.88 13.4028C11.88 16.0121 8.49 16.3137 5.94075 16.3137L5.75832 16.3136C4.13415 16.3094 0 16.2012 0 13.387C0 10.8309 3.25376 10.4893 5.78361 10.4764L6.12317 10.4762C7.74723 10.4803 11.88 10.5886 11.88 13.4028ZM5.94075 11.6635C2.745 11.6635 1.125 12.243 1.125 13.387C1.125 14.5412 2.745 15.1262 5.94075 15.1262C9.13575 15.1262 10.755 14.5467 10.755 13.4028C10.755 12.2485 9.13575 11.6635 5.94075 11.6635ZM5.94075 0.583008C8.13675 0.583008 9.9225 2.46876 9.9225 4.78676C9.9225 7.10476 8.13675 8.98972 5.94075 8.98972H5.91675C3.72525 8.98259 1.95 7.09605 1.95748 4.78438C1.95748 2.46876 3.744 0.583008 5.94075 0.583008ZM5.94075 1.71351C4.335 1.71351 3.02848 3.0918 3.02848 4.78676C3.02325 6.47618 4.32 7.85368 5.919 7.86001L5.94075 8.42526V7.86001C7.54575 7.86001 8.8515 6.48093 8.8515 4.78676C8.8515 3.0918 7.54575 1.71351 5.94075 1.71351Z' fill='%237B70AB'/%3E%3C/svg%3E%0A") no-repeat center;
}

.nav__login span {
  display: none;
}

.lang {
  --radius: 9px;
  position: relative;
  margin-left: auto;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.lang__selected {
  padding: 8px;
  border: none;
  border-radius: var(--radius);
  font-size: inherit;
  line-height: inherit;
  background: #383057;
  color: inherit;
}

.lang__selected::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  margin-left: 6px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4.29289 4.29289C4.68342 4.68342 5.31658 4.68342 5.70711 4.29289L9 1' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}

.lang__list {
  display: none;
}

.lang__list.opened {
  position: absolute;
  top: calc(100% + 8px);
  display: block;
  width: 100%;
  padding-left: 0;
  margin: 0;
  border-radius: var(--radius);
  background: #383057;
}

.lang__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 37px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background: #4c4467;
}

.lang__choice {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  color: inherit;
}

.main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--x-padding);
  padding-right: var(--x-padding);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--x-padding);
  padding-right: var(--x-padding);
  margin-top: 80px;
}

.footer__inner {
  position: relative;
  display: grid;
  column-gap: 20px;
  row-gap: 40px;
  grid-template-columns: 1fr;
  border-radius: 61px 61px 0 0;
  background: #25203d;
  padding: 35px 40px;
}

.footer__inner::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 60px 60px 0 0;
  background: radial-gradient(101.3% 77.18% at -8.57% -10.85%, rgba(111, 142, 255, 0.86) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(323.61deg, rgba(71, 42, 154, 0.54) -21.57%, rgba(255, 255, 255, 0) 103.04%);
  z-index: -1;
}

.footer__links {
  grid-column: 1/-1;
  display: grid;
  row-gap: 1em;
  margin: 0;
  font-size: clamp(12px, 0.7368421053vw, 14px);
}

.footer__links a {
  display: block;
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: #7b70ab50;
          text-decoration-color: #7b70ab50;
  text-align: center;
}

.footer__copyright {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  text-align: center;
}

.modal-block {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: var(--x-padding);
  padding-right: var(--x-padding);
  background: rgba(0, 0, 0, 0.9);
  z-index: 20;
  overflow-y: auto;
}

.modal-block.hide {
  display: none;
}

.modal {
  position: relative;
  width: 100%;
  max-width: 904px;
  padding: 50px 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 14px;
  background: #30254c url("../img/modal-bg.svg") no-repeat top right/cover;
}

.modal::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 15px;
  background: radial-gradient(122.78% 113.91% at -20.93% -15.58%, #5498ff 0%, rgba(211, 154, 255, 0) 100%);
  z-index: -1;
}

.modal__btn {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  min-width: unset;
  padding: 0;
  border-radius: 50%;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  background: #2a2547;
  border: none;
}

.modal__btn:hover {
  color: #ff6392;
}

.intro {
  padding-bottom: 50px;
}

.intro__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--x-padding);
  padding-right: var(--x-padding);
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 80px;
  padding-top: 80px;
}

.earn {
  overflow: hidden;
}

.earn__inner {
  padding-top: 60px;
}

.earn__title {
  margin-bottom: clamp(60px, 6.3157894737vw, 120px);
}

.earn__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  column-gap: 20px;
  row-gap: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.earn__item {
  position: relative;
  padding-top: clamp(100px, 8.4210526316vw, 160px);
}

.earn__item:nth-child(odd):last-child {
  grid-column: span 2;
  margin: auto;
}

.earn__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -26%);
  display: block;
  width: clamp(180px, 14.2105263158vw, 270px);
  height: clamp(180px, 14.2105263158vw, 270px);
  background: var(--bgi) no-repeat center/contain;
  pointer-events: none;
}

.earn__name {
  font-size: clamp(14px, 1.1578947368vw, 22px);
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.statistics {
  padding-top: 10px;
}

.statistics__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

.statistics__title {
  margin-bottom: 30px;
}

.statistics__figure {
  display: block;
  text-align: center;
}

.statistics__comment {
  font-size: clamp(16px, 1.1578947368vw, 22px);
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.stream {
  padding-top: 50px;
}

.stream__title {
  margin-bottom: 32px;
}

.stream__figure {
  text-align: center;
}

.start {
  padding-top: 50px;
  padding-bottom: 50px;
}

.start__title {
  margin-bottom: 80px;
}

.start__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  counter-reset: startlist;
  max-width: 500px;
  margin: 0 auto 80px;
  padding-left: 0;
  list-style-type: none;
}

.start__item {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: center;
  column-gap: clamp(14px, 1.4736842105vw, 28px);
  font-size: clamp(16px, 1.1578947368vw, 22px);
  color: #ffffff;
}

.start__item::before {
  content: counter(startlist);
  counter-increment: startlist;
  min-width: 75px;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: linear-gradient(180deg, #4e9cff 28.75%, #003aaa 92.92%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  text-fill-color: transparent;
}

.start__example {
  padding: clamp(20px, 1.6842105263vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  font-size: clamp(14px, 1.1578947368vw, 22px);
  background: rgba(55, 47, 92, 0.35);
  text-align: center;
  color: #ffffff;
}

.start__example span,
.start__example a {
  display: block;
  text-align: center;
  color: #b4aaf1;
  text-decoration: none;
}

.buttons-block {
  --indent: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.buttons-block--mini {
  --indent: 40px;
}

.buttons-block::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: var(--indent);
  aspect-ratio: 807/36;
  background: url("../img/play.svg") no-repeat top center/contain;
}

.buttons-block__btn {
  width: 100%;
  padding: 1.33em 2.22em;
  margin-bottom: 12px;
  font-size: clamp(18px, 1.2631578947vw, 24px);
  white-space: nowrap;
}

.ready {
  padding-left: var(--x-padding);
  padding-right: var(--x-padding);
}

.ready__inner {
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: url("../img/ellipsys.svg") no-repeat 41px 25px, radial-gradient(122.78% 113.91% at -20.93% -15.58%, rgba(84, 152, 255, 0.21) 0%, rgba(211, 154, 255, 0) 100%);
  -webkit-backdrop-filter: blur(13.5px);
          backdrop-filter: blur(13.5px);
  border-radius: 39px;
}

.ask-question {
  padding-top: 50px;
}

.modal .ask-question {
  padding-top: 0;
  padding-bottom: 0;
}

.ask-question .form__input-wrap--textarea {
  grid-column: 1/-1;
}

.ask-question .form__textarea {
  width: 100%;
}

.ask-question h2 {
  text-align: left;
}

.ask-question__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--x-padding);
  padding-right: var(--x-padding);
}

.ask-question__title {
  grid-column: 1/-1;
  margin-bottom: 12px;
  font-size: clamp(22px, 2.1052631579vw, 40px);
  font-weight: 400;
}

.ask-question__subtitle {
  font-size: clamp(14px, 0.9473684211vw, 18px);
}

.ask-question__subtitle br {
  display: none;
}

.ask-question__form {
  display: grid;
  row-gap: 20px;
}

.modal .ask-question__form .form__conditions {
  align-self: center;
}

.ask-question__form .btn {
  font-size: 18px;
}

.ask-question__btn {
  align-self: start;
  padding-left: 1.3em;
  padding-right: 1.3em;
}

.ask-question__links {
  display: grid;
  row-gap: 12px;
  margin-bottom: 40px;
}

.ask-question__link {
  font-size: clamp(16px, 1.1578947368vw, 22px);
  color: #ffffff;
  white-space: nowrap;
}

.ask-question__link::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  margin-right: 24px;
  background: #383057 var(--bgi) no-repeat center;
  border-radius: 9px;
}

.ask-question__link--tg {
  --bgi: url("../img/telegram.svg");
}

.ask-question__link--email {
  --bgi: url("../img/email.svg");
}

.page-404 {
  position: relative;
  padding-bottom: 100px;
}

.page-404::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 360px;
  background: url("../img/404-bg-mobile.svg") no-repeat top left calc(50% - 130px);
  z-index: -1;
  pointer-events: none;
}

.page-404__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--x-padding);
  padding-right: var(--x-padding);
  text-align: center;
}

.page-404__figure img {
  width: 100%;
}

.page-404__btn {
  margin-top: 100px;
  font-size: clamp(18px, 1.2631578947vw, 24px);
}

@media (min-width: 720px) {
  body {
    background: #231e39 url("../img/bg-desktop.svg") top center/auto;
  }

  .form__conditions {
    font-size: 12px;
  }

  .header {
    margin-bottom: 90px;
  }

  .footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .footer__links a {
    text-align: right;
  }

  .intro__inner {
    row-gap: 50px;
    padding-top: 0;
  }

  .intro__title span {
    display: inline;
  }

  .ask-question__inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 50px;
  }
}

@media (min-width: 980px) {
  .ask-question__form {
    grid-template-columns: 315px 1fr;
    column-gap: 20px;
  }
}

@media (min-width: 1000px) {
  :root {
    --x-padding: 20px;
  }

  body > section {
    --section-margin: 200px;
  }

  .container {
    max-width: clamp(770px, 80vw, 1520px);
  }

  .to-top {
    position: fixed;
    bottom: 50px;
    left: 20px;
    display: block;
    padding: 16px 30px;
    background: linear-gradient(0deg, #2b2548, #2b2548), linear-gradient(290.71deg, rgba(67, 56, 118, 0) -23.07%, rgba(35, 30, 57, 0.48) 147.25%);
    color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    opacity: 0.7;
    z-index: 2;
    visibility: hidden;
  }

  .to-top--show {
    visibility: visible;
  }

  .btn--as-link {
    font-size: inherit;
  }

  .form__text {
    max-width: 620px;
    font-size: 28px;
  }

  .logo {
    width: auto;
    height: auto;
  }

  .lang__selected {
    padding: 17px;
  }

  .main {
    max-width: clamp(770px, 80vw, 1520px);
  }

  .footer {
    max-width: clamp(770px, 80vw, 1520px);
  }

  .footer {
    margin-top: 0;
  }

  .footer__links {
    display: flex;
    column-gap: 50px;
  }

  .footer__links a {
    text-align: left;
  }

  .footer__copyright {
    text-align: left;
  }

  .modal {
    padding: 50px 60px;
  }

  .modal__btn {
    font-size: 14px;
  }

  .intro {
    padding-bottom: min( 270px, 14.2105263158vw);
  }

  .intro__inner {
    max-width: clamp(770px, 80vw, 1520px);
  }

  .earn__inner {
    padding-top: 0;
  }

  .earn__list {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 70px;
    max-width: unset;
  }

  .earn__item:nth-child(odd):last-child {
    grid-column: auto;
    margin: revert;
  }

  .statistics {
    padding-top: 100px;
  }

  .stream {
    padding-top: 100px;
  }

  .stream__title {
    margin-bottom: revert;
  }

  .start {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .start__title {
    margin-bottom: 120px;
  }

  .start__list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
    max-width: unset;
  }

  .start__item::before {
    min-width: unset;
    text-align: left;
  }

  .start__example span,
  .start__example a {
    display: inline;
    text-align: left;
  }

  .buttons-block {
    --indent: 120px;
    margin-top: 70px;
  }

  .buttons-block--mini {
    --indent: 90px;
  }

  .buttons-block__btn {
    width: 395px;
    padding: 33px 55px;
  }

  .ready {
    padding-left: 0;
    padding-right: 0;
  }

  .ready__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ask-question {
    padding-top: min( 150px, 7.8947368421vw);
    padding-bottom: min( 200px, 10.5263157895vw);
  }

  .ask-question__inner {
    max-width: clamp(770px, 80vw, 1520px);
  }

  .ask-question__subtitle br {
    display: inline;
  }

  .ask-question__links {
    grid-template-columns: auto auto;
    column-gap: 80px;
    margin-bottom: 0;
  }

  .page-404 {
    padding-bottom: 150px;
  }

  .page-404::before {
    height: 1209px;
    background: url("../img/404-bg.svg") no-repeat top left calc(50% - 80px);
  }

  .page-404__inner {
    max-width: clamp(770px, 80vw, 1520px);
  }

  .page-404__btn {
    margin-top: 50px;
  }
}

@media (min-width: 1430px) {
  .nav {
    display: flex;
    align-items: center;
  }

  .header__nav.nav {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav__login {
    padding: 29px 80px;
    margin-top: 0;
    margin-left: unset;
    margin-right: unset;
    border-radius: 9px;
    background: #383057;
    color: #ffffff;
  }

  .nav__login::before {
    margin-right: 10px;
  }

  .nav__login span {
    display: initial;
  }
}

@media (min-width: 1526px) {
  .statistics__inner {
    grid-template-columns: 1fr max-content;
    column-gap: 50px;
  }

  .statistics__title {
    text-align: left;
  }

  .statistics__figure {
    text-align: left;
  }

  .statistics__comment {
    text-align: left;
    margin-bottom: 1em;
  }

  .ask-question__inner {
    grid-template-columns: 1fr 1fr;
    column-gap: 120px;
  }
}
/*# sourceMappingURL=style.css.map */