@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

.imgLogo {
  width: 400px;
}

.imgProduct {
  width: 150px;
}

html {
  scroll-behavior: smooth
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.language {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.language_inner {
  background: #333;
  border-radius: 14px;
  display: flex;
  height: 48px;
  padding: 2px;
  width: 200px
}

.language_inner span {
  align-items: center;
  border-radius: 12px;
  color: #666;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  letter-spacing: -.72px;
  line-height: 100%;
  width: 50%
}

.language_inner .active {
  background: #1c1c1c;
  color: #c3c3c3
}

@media (max-width:767px) {
  .language_inner {
    width: 100%
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}


a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.otp-class {
  gap: 12px;
  height: 40px !important
}

.otp-class input {
  background-color: #1c1c1e;
  border: 1px solid #292929;
  border-radius: 12px;
  caret-color: #fff;
  color: #f2f2f2;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  height: 40px;
  letter-spacing: -.8px;
  line-height: 100%;
  outline: none;
  text-align: center;
  width: 40px
}

.otp {
  flex-direction: column
}

.otp,
.otp_wrapper {
  display: flex;
  width: 100%
}

.otp_wrapper {
  height: 40px;
  justify-content: center;
  margin: 24px 0
}

.otp_title {
  color: #999;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  gap: 6px;
  letter-spacing: -.64px;
  line-height: 100%;
  text-align: center
}

.otp_title-mail {
  color: #fff;
  font-weight: 500
}

.otp_re-send {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 100%;
  text-align: center
}

.otp_re-send span {
  color: #fff;
  font-weight: 500
}

.otp_re-send button {
  background-color: transparent;
  border: none;
  color: #007aff;
  cursor: pointer;
  font-family: Suisse Int, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: -.56px;
  line-height: 100%;
  margin-left: 8px;
  outline: none
}

@media (max-width:768px) {
  .otp_wrapper {
    justify-content: space-evenly
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}



a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.signUp {
  align-items: center;
  background-color: #101011;
  border: 1px solid #333;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  font-family: Geist, sans-serif !important;
  padding: 24px 0;
  position: relative;
  width: 100%
}

.signUp:before {

  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px 24px 0 0;
  content: "";
  height: 4px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -3px;
  width: 100%;
  z-index: 2
}

.signUp_top {
  display: flex;
  justify-content: center;
  width: 100%
}

.signUp_close {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  right: 20px;
  top: 32px
}

.signUp_close .svg {
  height: 20px;
  width: 20px
}

.signUp_title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  letter-spacing: -.8px;
  letter-spacing: -.72px;
  line-height: 100%;
  line-height: 28px;
  margin: 48px 0 8px;
  text-align: center
}

.signUp_subtitle {
  color: #878787;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: -.56px;
  letter-spacing: -.2px;
  line-height: 100%;
  line-height: 20px;
  margin-bottom: 16px;
  text-align: center
}

.signUp_email,
.signUp_subtitle {
  font-size: 14px;
  font-style: normal
}

.signUp_email {
  background-color: #1c1c1e;
  border: 1px solid #292929;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 100%;
  outline: none;
  padding: 10px 12px;
  width: 100%
}

.signUp_email.error {
  border: 1px solid #ff5e5e
}

.signUp_email::-moz-placeholder {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 100%
}

.signUp_email::placeholder {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 100%
}

.signUp_email-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.signUp_email-wrapper span {
  color: #ff5e5e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 100%;
  text-align: center
}

.signUp_join {
  padding: 0 24px;
  width: 100%
}

.signUp_buttons-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 24px
}

.signUp_buttons-wrapper .button {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-family: Geist, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  gap: 12px;
  height: 40px;
  justify-content: center;
  letter-spacing: -.56px;
  line-height: 100%;
  outline: none
}

.signUp_buttons-wrapper .back,
.signUp_buttons-wrapper .google {
  margin-top: 12px
}

.signUp_info {
  align-items: center;
  color: #fafafa;
  display: flex;
  gap: 5px;
  justify-content: center;
  letter-spacing: -.56px;
  letter-spacing: -.2px;
  line-height: 100%;
  line-height: 20px;
  margin-top: 48px
}

.signUp_info,
.signUp_info button {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500
}

.signUp_info button {
  background-color: transparent;
  border: none;
  color: #007aff;
  font-family: Geist, sans-serif !important;
  letter-spacing: -.56px;
  line-height: 100%;
  outline: none
}

.signUp_black {
  background-color: transparent;
  border: 1px solid #4d4d4d;
  color: #fff
}

.signUp_blue {
  background-color: #007aff;
  border: none;
  color: #fff
}

.signUp_blue:disabled {
  background-color: #292929;
  border: 1px solid #3e3e3e;
  color: #343435;
  cursor: not-allowed
}

.signUp_image-box {
  height: 240px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content
}

.signUp_image-box img {
  height: 100%
}

.signUp_code-error {
  color: #ff5e5e;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 100%;
  margin-top: 16px;
  text-align: center
}

@media (max-width:768px) {
  .signUp_logo {
    height: 40px
  }

  .signUp_title {
    font-size: 20px;
    letter-spacing: -.8px;
    line-height: 100%;
    margin: 32px 0 8px
  }

  .signUp_email,
  .signUp_title {
    font-style: normal;
    font-weight: 400
  }

  .signUp_email {
    font-size: 15px;
    line-height: 120%;
    padding: 10px
  }

  .signUp_buttons-wrapper {
    margin-top: 25px
  }

  .signUp_buttons-wrapper .button {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 40px;
    letter-spacing: -.56px;
    line-height: 100%
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}


a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.pi {
  background-color: transparent;
  border: 1px solid #4d4d4d;
  border-radius: 41px;
  color: #fff;
  position: relative;
  width: 100%
}

.pi input {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: -.72px;
  line-height: 100%
}

.pi__input-wrapper {
  align-items: center;
  border-radius: 12px;
  display: flex;
  transition: all .3s ease
}

.pi__country-selector {
  align-items: center;
  border-right: 1px solid #4d4d4d;
  cursor: pointer;
  display: flex;
  padding: 14px 14px 14px 32px
}

.pi__flag {
  font-size: 24px
}

.pi__name {
  flex-grow: 1;
  margin: 0 8px
}

.pi__arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #888;
  height: 0;
  margin-left: 8px;
  transition: transform .3s ease;
  width: 0
}

.pi__code-dropdown {
  color: #888
}

.pi__arrow-up {
  transform: rotate(180deg)
}

.pi__country-code {
  background-color: transparent;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
  pointer-events: none
}

.pi__phone-input {
  backdrop-filter: unset !important;
  -webkit-backdrop-filter: unset !important;
  background-color: transparent;
  border: unset;
  border: unset !important;
  flex-grow: 1;
  height: 60px;
  outline: none;
  padding: 0 16px;
  width: 100%
}

.pi__country-dropdown {
  border-radius: 0 0 24px 0;
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
  width: 100%
}

.pi__country-dropdown__wrappper {
  background: #191919;
  border: 1px solid #4d4d4d;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.pi__country-dropdown li {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 16px 24px;
  transition: background-color .2s ease
}

.pi__country-dropdown li:hover {
  background-color: #020206
}

.pi__search-input {
  backdrop-filter: unset !important;
  -webkit-backdrop-filter: unset !important;
  background-color: transparent;
  border: none;
  border: unset !important;
  border-bottom: 1px solid #4d4d4d !important;
  flex-grow: 1;
  height: 65px;
  outline: none;
  padding: 0 48px;
  width: 100%
}

.pi__search-input-wrapper {
  position: relative;
  width: 100%
}

.pi__search-input-wrapper svg {
  left: 16px;
  position: absolute;
  top: 18px
}

.pi__search-input.-empty {
  border-bottom: unset !important
}

.pi.-white {
  border-color: #ccc;
  color: #0d0d0d
}

.pi.-white .pi__country-dropdown__wrappper {
  background-color: #fff;
  border-color: #ccc;
  color: #0d0d0d
}

.pi.-white .pi__country-dropdown li:hover {
  background-color: #ccc
}

.pi.-white .pi__search-input {
  border-color: #ccc !important
}

.pi.-white .pi:has(input:focus-visible) {
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 0
}

@media (max-width:1919px) {
  .pi input {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 50px;
    letter-spacing: -.64px;
    line-height: 100%;
    padding: 0 25px
  }

  .pi__country-selector {
    padding-left: 25px
  }

  .pi input.pi__search-input {
    padding-left: 50px
  }

  .pi__search-input-wrapper svg {
    height: 20px;
    left: 16px;
    top: 14px;
    width: 20px
  }

  .pi span.pi__name {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }
}

@media (max-width:767px) {
  .pi input.pi__search-input {
    padding-left: 36px !important
  }

  .pi__country-selector {
    padding-left: 16px
  }

  .pi__search-input-wrapper svg {
    height: 16px;
    left: 16px;
    top: 16px;
    width: 16px
  }

  .pi__country-dropdown li {
    padding: 16px 12px
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}


a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.btn.-invalid {
  opacity: .5;
  pointer-events: none
}

.form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
  position: relative
}

.form input {
  outline: 0
}

.form_container h3 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1.6px;
  margin-bottom: 15px
}

.form_container h3,
.form_container>span {
  color: #000;
  font-style: normal;
  line-height: 100%
}

.form_container>span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.72px;
  max-width: 705px
}

.form_container .text-centered {
  max-width: 680px;
  text-align: center
}

.form_container.crypto h3 {
  color: #fff
}

.form_container.crypto>span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.8px;
  line-height: 100%;
  max-width: 650px
}

.form_container.crypto .form input {
  background-color: transparent;
  border: 1px solid #5363ff;
  color: #fff;
  outline: none
}

.form_container.crypto .form input::-moz-placeholder {
  color: #7481ff
}

.form_container.crypto .form input::placeholder {
  color: #7481ff
}

.form_container.crypto .form button {
  background-color: #fff;
  border: none;
  max-width: 240px
}

.form_container.crypto .form button .svg path {
  stroke: #000
}

.form_container.crypto .form button:hover {
  background-color: #7184ff
}

.form_container.crypto .form button:hover span {
  color: #fff
}

.form_container.crypto .form button:hover .svg path {
  stroke: #dde0f9
}

.form_container.crypto .form button:active {
  background-color: #5366ff
}

.form_container.crypto .form button span {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.96px;
  line-height: 100%
}

.form_container.crypto .form button.full-width {
  width: 100%
}

.form input {
  border: 1px solid #ccc;
  border-radius: 41px;
  color: #0d0d0d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  height: 65px;
  letter-spacing: -.72px;
  line-height: 100%;
  padding: 0 32px
}

.form input::-moz-placeholder {
  color: #c3c3c3;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: -.72px;
  line-height: 100%
}

.form input::placeholder {
  color: #c3c3c3;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: -.72px;
  line-height: 100%
}

.form button {
  align-items: center;
  background-color: #3548fe;
  border: none;
  border-radius: 51px;
  display: flex;
  height: 65px;
  justify-content: space-between;
  padding: 0 32px;
  transition: background-color .4s ease;
  width: 340px
}

.form button:hover {
  background-color: #7184ff
}

.form button:active {
  background-color: #5366ff
}

.form button span {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.8px;
  line-height: 100%
}

.form button.full-width {
  width: 100%
}

.form_warning {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.96px;
  line-height: 100%;
  opacity: 1;
  padding-left: 15px
}

.form_warning.error {
  color: red;
  opacity: 1
}

.form_warning.success {
  color: green;
  opacity: 1
}

@media (max-width:1919px) {
  .form {
    gap: 15px;
    margin-top: 20px
  }

  .form_container h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.28px;
    line-height: 100%
  }

  .form_container>span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.56px;
    line-height: 100%;
    max-width: 510px
  }

  .form_container.crypto h3 {
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.28px;
    line-height: 100%;
    margin-bottom: 16px
  }

  .form_container.crypto>span {
    font-size: 19.001px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%;
    margin-bottom: 36px
  }

  .form_container.crypto .form {
    gap: 20px
  }

  .form_container.crypto .form input {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    height: 64px;
    letter-spacing: -.72px;
    line-height: 100%
  }

  .form_container.crypto .form input::-moz-placeholder {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.72px;
    line-height: 100%
  }

  .form_container.crypto .form input::placeholder {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.72px;
    line-height: 100%
  }

  .form_container.crypto .form button {
    gap: 24px;
    height: 64px;
    margin-top: 48px;
    width: auto
  }

  .form input {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 50px;
    letter-spacing: -.64px;
    line-height: 100%;
    padding: 0 25px
  }

  .form input::-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form input::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form button {
    height: 50px;
    padding: 0 25px;
    width: 160px
  }

  .form button span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form_warning-box {
    top: calc(100% + 20px)
  }

  .form_warning {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }
}

@media (max-width:1500px) {
  .form_container.crypto h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.28px;
    line-height: 100%;
    margin-bottom: 16px
  }

  .form_container.crypto>span {
    font-size: 16.001px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%;
    margin-bottom: 36px
  }

  .form_container.crypto .form {
    gap: 20px
  }

  .form_container.crypto .form input {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    height: 64px;
    letter-spacing: -.72px;
    line-height: 100%
  }

  .form_container.crypto .form input::-moz-placeholder {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.72px;
    line-height: 100%
  }

  .form_container.crypto .form input::placeholder {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.72px;
    line-height: 100%
  }

  .form_container.crypto .form button {
    gap: 24px;
    height: 64px;
    margin-top: 48px;
    width: auto
  }
}

@media (max-width:1199px) {
  .form {
    gap: 15px;
    margin-top: 25px
  }

  .form_container h3 {
    font-size: 24px;
    letter-spacing: -.96px
  }

  .form_container h3,
  .form_container>span {
    font-style: normal;
    font-weight: 500;
    line-height: 100%
  }

  .form_container>span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.48px;
    max-width: 313px
  }

  .form_container.crypto h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.6px;
    line-height: 100%;
    margin-bottom: 24px
  }

  .form_container.crypto>span {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.96px;
    line-height: 100%;
    margin-bottom: 50px;
    max-width: none
  }

  .form_container.crypto .form {
    gap: 32px
  }

  .form_container.crypto .form input {
    border-radius: 73px;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    height: 81px;
    letter-spacing: -1.006px;
    line-height: 100%
  }

  .form_container.crypto .form input::-moz-placeholder {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%
  }

  .form_container.crypto .form input::placeholder {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%
  }

  .form_container.crypto .form button {
    gap: 30px;
    height: 98px;
    justify-content: flex-start;
    margin-top: 40px;
    width: 315px
  }

  .form input {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 50px;
    letter-spacing: -.64px;
    line-height: 100%;
    padding: 0 25px
  }

  .form input::-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form input::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form button {
    height: 50px;
    padding: 0 25px;
    width: 160px
  }

  .form button span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form_warning-box {
    top: calc(100% + 20px)
  }

  .form_warning {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }
}

@media (max-width:767px) {
  .contact-form {
    padding: 0 0 35px
  }

  .form {
    gap: 12px;
    margin-top: 25px
  }

  .form_container h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.96px
  }

  .form_container h3,
  .form_container>span {
    font-style: normal;
    line-height: 100%;
    text-align: center
  }

  .form_container>span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.56px;
    margin-inline: auto;
    max-width: 313px
  }

  .form_container.crypto h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.8px;
    margin-bottom: 5px
  }

  .form_container.crypto h3,
  .form_container.crypto>span {
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-align: left
  }

  .form_container.crypto>span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.48px;
    margin-bottom: 24px
  }

  .form_container.crypto .form {
    gap: 16px
  }

  .form_container.crypto .form input {
    border-radius: 36px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    letter-spacing: -.48px;
    line-height: 100%
  }

  .form_container.crypto .form input::-moz-placeholder {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.48px;
    line-height: 100%
  }

  .form_container.crypto .form input::placeholder {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.48px;
    line-height: 100%
  }

  .form_container.crypto .form button {
    gap: 14px;
    height: 48px;
    margin-top: 20px;
    width: 154px
  }

  .form_container.crypto .form button span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.56px;
    line-height: 100%
  }

  .form input {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 50px;
    letter-spacing: -.64px;
    line-height: 100%;
    padding: 0 25px
  }

  .form input::-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form input::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form button {
    height: 50px;
    padding: 0 25px;
    width: 160px
  }

  .form button span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .form_warning-box {
    top: calc(100% + 5px)
  }

  .form_warning {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}


a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.modal {
  background-color: #fff;
  padding: 48px 35px;
  position: relative
}

.modal,
.modal--inner {
  align-items: center;
  display: flex;
  justify-content: center
}

.modal--inner {
  background: rgba(0, 0, 0, .8);
  height: 100%;
  left: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000000
}

.modal--inner-signup {
  background: transparent
}

.modal--cover {
  background-color: #101011;

  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0
}

.modal--cover-logo {
  height: 48px;
  left: 124px;
  position: absolute;
  top: 50px;
  width: 105px
}

.modal--close {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50px
}

.modal--content img {
  display: block;
  height: 169px;
  margin: 0 auto;
  width: 124px
}

.modal_signUp {
  align-items: center;
  display: flex;
  max-height: 100%;
  max-width: 470px;
  position: relative;
  width: 100%;
  z-index: 1
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity .5s
}

.modal-fade-enter,
.modal-fade-leave-to {
  opacity: 0
}

@media (min-width:1200px) and (max-width:1919px) {
  .modal {
    padding: 48px 35px
  }

  .modal--close {
    right: 50px;
    top: 50px
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .modal {
    padding: 48px 35px
  }

  .modal--close {
    right: 38px;
    top: 38px
  }

  .modal--content img {
    height: 160px
  }
}

@media (max-width:767px) {
  .modal {
    padding: 24px 16px
  }

  .modal--close {
    right: 25px;
    top: 25px
  }

  .modal--content img {
    height: 130px
  }

  .modal_signUp {
    margin: 0 16px
  }

  .modal--cover-logo {
    left: 24px;
    top: 24px
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}


a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.footer {
  background-color: #191919;
  overflow: hidden
}

.footer_container {
  margin-inline: auto;
  max-width: 2560px;
  padding: 96px 200px 0;
  position: relative
}

.footer_top {
  display: flex;
  gap: 128px;
  left: 71%;
  position: absolute;
  top: 95px
}

.footer_title {
  color: #fff;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -2.88px;
  line-height: 100%;
  margin-bottom: 16px;
  max-width: 800px
}

.footer_info div {
  color: #bebebe;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  max-width: 797px
}

.footer_sub-title {
  color: #363636;
  font-size: 16px;
  letter-spacing: -.64px
}

.footer_sub-title,
.footer_text {
  font-style: normal;
  font-weight: 400;
  line-height: 100%
}

.footer_text {
  color: #fff;
  font-size: 20px;
  letter-spacing: -.8px;
  transition: color .3s ease
}

.footer_text:hover {
  color: #b0b0b0 !important
}

.footer_text:visited {
  color: #fff
}

.footer_nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 54px 0 106px;
  max-width: 820px;
  width: 100%
}

.footer_nav-list {
  display: flex;
  justify-content: space-between;
  width: 100%
}

.footer_lang {
  left: 71%;
  position: absolute;
  top: 285px
}

.footer_logo-link {
  cursor: pointer
}

.footer_media-box {
  flex-direction: column;
  left: 71%;
  position: absolute;
  top: 426px
}

.footer_media-box,
.footer_media-links {
  display: flex;
  gap: 30px
}

.footer_media-link {
  align-items: center;
  background-color: #242424;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  min-height: 80px;
  min-width: 80px;
  transition: .5s ease
}

.footer_media-link:hover {
  background-color: #999
}

.footer_documents {
  display: flex;
  gap: 140px
}

.footer_documents-box {
  display: flex;
  left: 71%
}

.footer_contacts,
.footer_documents-box {
  flex-direction: column;
  gap: 30px;
  position: absolute;
  top: 600px
}

.footer_contacts {
  align-items: flex-start;
  display: inline-flex
}

.footer_contact-list {
  display: flex;
  gap: 24px
}

.footer_contact-item {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center
}

.footer_contact-item svg {
  color: #fff;
  height: 24px;
  width: 24px
}

.footer_contact-item svg path {
  fill: #fff;
  stroke: #fff
}

.footer_contact-item a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%
}

.footer_contact {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 51px;
  color: #0d0d0d;
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  height: 80px;
  justify-content: center;
  letter-spacing: -.96px;
  line-height: 100%;
  outline: none;
  padding: 0 32px;
  transition: .5s ease;
  width: -moz-fit-content;
  width: fit-content
}

.footer_contact.-mobile {
  display: none
}

.footer_contact:hover {
  background-color: #ececec
}

.footer_bottom {
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 200px;
  position: absolute;
  width: 100%
}

.footer_bottom span {
  color: #3f3f3f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 100%
}

@media (min-width:1920px) and (max-width:2559px) {
  .footer_container {
    padding: 96px 124px 0
  }

  .footer_top {
    gap: 104px;
    left: 65%
  }

  .footer_info div {
    font-size: 24px;
    max-width: 804px
  }

  .footer_bottom {
    padding: 0 124px
  }

  .footer_lang,
  .footer_media-box {
    left: 65%
  }

  .footer_documents {
    gap: 80px
  }

  .footer_documents-box {
    left: 65%
  }
}

@media (min-width:1200px) and (max-width:1919px) {
  .footer_container {
    padding: 50px 94px 0
  }

  .footer_logo-link {
    height: 72px;
    left: 66%;
    top: 50px;
    width: 160px
  }

  .footer_logo-link svg {
    height: 100%
  }

  .footer_title {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%;
    margin-bottom: 12px;
    max-width: 600px
  }

  .footer_info div {
    font-size: 18px;
    font-weight: 400;
    max-width: 621px
  }

  .footer_sub-title {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -.48px
  }

  .footer_sub-title,
  .footer_text {
    font-style: normal;
    font-weight: 400;
    line-height: 100%
  }

  .footer_text {
    font-size: 16px;
    letter-spacing: -.64px
  }

  .footer_nav {
    gap: 20px;
    margin: 80px 0 90px;
    max-width: 720px
  }

  .footer_lang {
    left: 66%;
    top: 200px
  }

  .footer_top {
    gap: 96px;
    left: 65%;
    top: 60px
  }

  .footer_contact-item a {
    font-size: 16px
  }

  .footer_media-box {
    gap: 18px;
    left: 66%;
    top: 320px
  }

  .footer_media-links {
    gap: 20px
  }

  .footer_media-link {
    min-height: 60px;
    min-width: 60px
  }

  .footer_documents {
    gap: 20px
  }

  .footer_documents-box {
    gap: 24px;
    left: 66%;
    top: 444px
  }

  .footer_contact {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 60px;
    letter-spacing: -.72px;
    line-height: 100%;
    width: 215px
  }

  .footer_contacts {
    top: 444px
  }

  .footer_contact-item svg {
    height: 16px;
    width: 16px
  }

  .footer_contact-item a {
    font-size: 14px
  }

  .footer_bottom {
    bottom: 20px;
    padding: 0 94px
  }

  .footer_bottom span {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 100%
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .footer_container {
    padding: 36px 48px 0
  }

  .footer_top {
    flex-direction: column;
    gap: 120px;
    left: unset;
    right: 48px;
    top: 36px
  }

  .footer_logo-link svg {
    cursor: pointer;
    height: 78px;
    width: 170px
  }

  .footer_title {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.28px;
    line-height: 100%;
    margin-bottom: 7px;
    max-width: 350px
  }

  .footer_info div {
    font-size: 12px;
    font-weight: 400;
    max-width: 390px
  }

  .footer_sub-title {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -.48px
  }

  .footer_sub-title,
  .footer_text {
    font-style: normal;
    font-weight: 400;
    line-height: 100%
  }

  .footer_text {
    font-size: 14px;
    letter-spacing: -.56px
  }

  .footer_nav {
    flex-direction: column;
    gap: 24px;
    left: 48px;
    margin: 0;
    min-width: unset;
    position: absolute;
    top: 236px
  }

  .footer_nav-list {
    flex-direction: column;
    gap: 16px;
    justify-content: unset
  }

  .footer_contacts {
    left: 196px;
    top: 236px
  }

  .footer_contact-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px
  }

  .footer_contact-item {
    gap: 12px
  }

  .footer_contact-item a {
    font-size: 12px
  }

  .footer_contact-item svg {
    height: 16px;
    width: 16px
  }

  .footer_lang {
    left: unset;
    right: 48px;
    top: 300px
  }

  .footer_media-box {
    gap: 10px;
    left: unset;
    right: 48px;
    top: 410px
  }

  .footer_media-links {
    gap: 10px
  }

  .footer_media-link {
    min-height: 40px;
    min-width: 40px
  }

  .footer_media-link svg {
    height: 16px;
    width: 16px
  }

  .footer_documents {
    gap: 36px
  }

  .footer_documents-box {
    gap: 16px;
    left: 48px;
    top: 410px
  }

  .footer_contact {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 48px;
    letter-spacing: -.64px;
    line-height: 100%;
    width: 195px
  }

  .footer_bottom {
    bottom: 20px;
    padding: 0 48px
  }

  .footer_bottom span {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 100%
  }
}

@media (max-width:767px) {
  .footer_container {
    height: auto;
    padding: 36px 16px 8px
  }

  .footer_top {
    left: unset;
    position: relative;
    top: unset
  }

  .footer_contact {
    display: none
  }

  .footer_contact.-mobile {
    display: flex
  }

  .footer_inner {
    display: flex;
    flex-direction: column;
    gap: 24px
  }

  .footer_logo-link {
    left: 0;
    position: relative;
    top: 0
  }

  .footer_logo-link svg {
    height: 47px;
    width: 105px
  }

  .footer_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%;
    margin-bottom: 12px;
    max-width: 350px
  }

  .footer_info div {
    font-size: 16px;
    max-width: 390px
  }

  .footer_sub-title,
  .footer_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.56px;
    letter-spacing: 0;
    line-height: 100%
  }

  .footer_contacts,
  .footer_nav {
    gap: 20px;
    margin: 0
  }

  .footer_contact-list {
    flex-wrap: wrap;
    gap: 12px
  }

  .footer_contact-list a {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%
  }

  .footer_contact-list svg {
    height: 16px;
    width: 16px
  }

  .footer_contacts {
    margin: 12px 0;
    position: unset
  }

  .footer_lang {
    left: auto;
    position: relative;
    top: auto
  }

  .footer_media-box {
    gap: 20px;
    left: 0;
    position: relative;
    top: 0
  }

  .footer_media-links {
    gap: 0;
    justify-content: space-between
  }

  .footer_media-link {
    min-height: 48px;
    min-width: 48px
  }

  .footer_media-link svg {
    height: 24px;
    width: 24px
  }

  .footer_documents {
    gap: 12px
  }

  .footer_documents-box {
    gap: 25px;
    left: 0;
    position: relative;
    top: 0
  }

  .footer_contact {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 48px;
    letter-spacing: -.64px;
    line-height: 100%;
    width: 100%
  }

  .footer_bottom {
    bottom: 0;
    margin-top: 24px;
    padding: unset;
    position: relative;
    right: 0;
    width: 100%
  }

  .footer_bottom span {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 100%
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}



a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.header-courses {
  align-items: center;
  background-color: #020206;
  display: flex;
  gap: 30px
}

.header-courses.light {
  background-color: #fff
}

.header-courses_item {
  border: 1px solid #1a1a1a;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 75px;
  height: 365px;
  max-width: 425px;
  overflow: hidden;
  padding: 25px;
  position: relative
}

.header-courses_item.light {
  border-color: #e6e6e6
}

.header-courses_item img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.header-courses_item--3 img {
  transform: scale(1.5)
}

.header-courses_black-bg {
  background-color: rgba(0, 0, 0, .6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.header-courses_black-bg.light {
  background-color: hsla(0, 0%, 100%, .6)
}

.header-courses_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  height: 92px;
  position: relative;
  z-index: 5
}

.header-courses_badges div {
  background-color: rgba(71, 71, 71, .5);
  border-radius: 8px;
  color: #ccc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: -.64px;
  line-height: 100%;
  padding: 14px 20px;
  width: -moz-fit-content;
  width: fit-content
}

.header-courses_badges div.light {
  background-color: rgba(71, 71, 71, .2);
  color: #666
}

.header-courses_text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 5
}

.header-courses_text h3 {
  color: #edeefd;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.6px;
  line-height: 100%
}

.header-courses_text h3.light {
  color: #1a1a1a
}

.header-courses_text span {
  color: #f5f6ff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.72px;
  line-height: 100%
}

.header-courses_text span.light {
  color: #4d4d4d
}

.header-courses_more {
  align-items: center;
  background-color: #1a1a1a;
  cursor: pointer;
  display: flex;
  height: 365px;
  justify-content: center;
  position: relative;
  width: 275px
}

.header-courses_more.light {
  background-color: #e6e6e6
}

.header-courses_more span {
  color: #fbfcff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

.header-courses_more span.light {
  color: #1a1a1a
}

.header-courses_more div {
  align-items: center;
  background-color: #333;
  border-radius: 50%;
  bottom: 30px;
  display: flex;
  height: 65px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 65px
}

.header-courses_more div.light {
  background-color: #ccc
}

.header-courses_more div svg {
  height: 25px;
  width: 25px
}

@media (max-width:2559px) {
  .header-courses {
    gap: 25px
  }

  .header-courses_item {
    gap: 65px;
    height: 280px;
    max-width: 325px;
    padding: 15px
  }

  .header-courses_badges {
    max-height: 70px;
    min-height: 70px
  }

  .header-courses_badges div {
    border-radius: 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.48px;
    line-height: 100%;
    padding: 10px 15px
  }

  .header-courses_text {
    gap: 10px
  }

  .header-courses_text h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.44px;
    line-height: 100%
  }

  .header-courses_text span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.56px;
    line-height: 100%
  }

  .header-courses_more {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    height: 280px;
    letter-spacing: -.96px;
    line-height: 100%;
    width: 220px
  }
}

@media (max-width:1919px) {
  .header-courses {
    gap: 18px
  }

  .header-courses_item {
    gap: 0;
    height: 230px;
    max-width: 245px;
    padding: 12px;
    position: relative
  }

  .header-courses_item img {
    width: 100%
  }

  .header-courses_item--3 img {
    transform: scale(1.5)
  }

  .header-courses_badges {
    height: auto;
    max-height: none;
    max-width: 225px;
    min-height: auto;
    position: absolute
  }

  .header-courses_badges div {
    border-radius: 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 100%;
    padding: 8px
  }

  .header-courses_text {
    gap: 10px;
    margin-top: 100px
  }

  .header-courses_text h3 {
    font-size: 24px;
    letter-spacing: -.96px
  }

  .header-courses_text h3,
  .header-courses_text span {
    font-style: normal;
    font-weight: 500;
    line-height: 100%
  }

  .header-courses_text span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.48px
  }

  .header-courses_more {
    height: 210px;
    width: 170px
  }

  .header-courses_more span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.72px;
    line-height: 100%
  }

  .header-courses_more div {
    bottom: 20px;
    height: 35px;
    min-height: 35px;
    min-width: 35px;
    width: 35px
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .header-courses {
    flex-direction: column;
    gap: 18px
  }

  .header-courses_item {
    height: 210px;
    max-width: 255px;
    padding: 12px
  }

  .header-courses_item img {
    width: 100%
  }

  .header-courses_item--3 img {
    transform: scale(1.5)
  }

  .header-courses_badges div {
    border-radius: 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 100%;
    padding: 8px
  }

  .header-courses_text {
    gap: 10px
  }

  .header-courses_text h3 {
    font-size: 24px;
    letter-spacing: -.96px
  }

  .header-courses_text h3,
  .header-courses_text span {
    font-style: normal;
    font-weight: 500;
    line-height: 100%
  }

  .header-courses_text span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.48px
  }

  .header-courses_more {
    align-items: center;
    border-radius: 12px;
    height: 48px;
    justify-content: space-between;
    padding-inline: 25px;
    width: 100%
  }

  .header-courses_more span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .header-courses_more div {
    background-color: transparent;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    position: relative;
    top: 0;
    transform: translateX(0);
    width: -moz-fit-content;
    width: fit-content
  }

  .header-courses_more div svg {
    height: 20px;
    width: 20px
  }
}

@media (min-width:340px) and (max-width:767px) {
  .header-courses {
    flex-direction: column;
    gap: 18px
  }

  .header-courses_item {
    height: 210px;
    max-width: 255px;
    padding: 12px
  }

  .header-courses_item img {
    width: 100%
  }

  .header-courses_item--3 img {
    transform: scale(1.5)
  }

  .header-courses_badges div {
    border-radius: 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 100%;
    padding: 8px
  }

  .header-courses_text {
    gap: 10px
  }

  .header-courses_text h3 {
    font-size: 24px;
    letter-spacing: -.96px
  }

  .header-courses_text h3,
  .header-courses_text span {
    font-style: normal;
    font-weight: 500;
    line-height: 100%
  }

  .header-courses_text span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.48px
  }

  .header-courses_more {
    align-items: center;
    border-radius: 12px;
    height: 48px;
    justify-content: space-between;
    padding-inline: 25px;
    width: 100%
  }

  .header-courses_more span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .header-courses_more div {
    background-color: transparent;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    position: relative;
    top: 0;
    transform: translateX(0);
    width: -moz-fit-content;
    width: fit-content
  }

  .header-courses_more div svg {
    height: 20px;
    width: 20px
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}


a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.header {
  background-color: #000;
  position: fixed;
  width: 100%;
  z-index: 1001
}

.header.white {
  background-color: #fff
}

.header_container {
  align-items: center;
  display: flex;
  height: 96px;
  justify-content: space-between;
  padding: 0 130px;
  position: relative;
  z-index: 1000
}

.header_container.white {
  background-color: #fff
}

.header_left {
  display: flex;
  gap: 95px;
  width: 255px
}

.header_left svg {
  cursor: pointer
}

.header_nav {
  display: flex;
  gap: 125px;
  max-width: 750px
}

.header_control {
  display: flex;
  gap: 25px
}

.header_link {
  color: #efefef;
  transition: color .3s ease
}

.header_link:hover {
  color: #b0b0b0 !important
}

.header_link.black,
.header_link.black:visited {
  color: #0d0d0d
}

.header_link:visited {
  color: #efefef
}

.header_start {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 28px;
  display: flex;
  gap: 15px;
  height: 50px;
  justify-content: center;
  transition: background-color .4s ease;
  width: 170px
}

.header_start:hover {
  background-color: #ccc
}

.header_start:active {
  background-color: #b3b3b3
}

.header_start span {
  color: #1a1a1a;
  font-family: PP Neue Montreal, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.72px;
  line-height: 100%
}

.header_start--icon {
  transition: transform .4s ease
}

.header_start--icon.open {
  transform: rotate(180deg)
}

.header_sign-container {
  align-items: center;
  display: flex;
  gap: 24px
}

.header_sign-up {
  align-items: center;
  border: none !important;
  border-radius: 12px;
  color: #0d0d0d;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: 0;
  padding: 15px 24px
}

.header_login,
.header_sign-up {
  font-size: 18px;
  line-height: 100%
}

.header_login {
  background-color: transparent;
  border: none;
  color: #c3c3c3;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  letter-spacing: -.72px;
  transition: color .3s ease;
  width: 75px
}

.header_login:hover {
  color: #b0b0b0
}

.header_login.dark {
  color: #0d0d0d
}

.header_login.dark:hover {
  color: #b0b0b0
}

.header_courses-box {
  background-color: #020206;
  border: 1px solid #1a1a1a;
  box-shadow: 0 5.174px 31.042px 0 #181818;
  left: 50%;
  padding: 30px;
  position: fixed;
  top: -100%;
  transform: translateX(-50%);
  transition: top .5s ease;
  width: -moz-max-content;
  width: max-content;
  z-index: 999
}

.header_courses-box.open {
  top: 96px
}

.header_courses-box.light {
  background-color: #fff;
  border-color: #e6e6e6
}

.header_mobile-menu-button,
.header_mobile-menu-container {
  display: none
}

@media (min-width:1200px) and (max-width:1919px) {
  .header_container {
    height: 88px;
    padding: 0 90px
  }

  .header_left {
    gap: 65px;
    width: 245px
  }

  .header_nav {
    gap: 60px
  }

  .header_control {
    gap: 15px
  }

  .header_courses-box {
    padding: 15px
  }

  .header_courses-box.open {
    top: 88px
  }
}

@media (max-width:1199px) {
  .header_container {
    height: 80px;
    padding: 0 50px
  }

  .header_start {
    display: none
  }

  .header_left {
    gap: 0
  }

  .header_control,
  .header_courses-box,
  .header_nav {
    display: none
  }

  .header_mobile-menu-button {
    align-items: center;
    background: #242424;
    border-radius: 12px;
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 50px;
    top: 15px;
    width: 50px;
    z-index: 1011
  }

  .header_mobile-menu-button.light {
    background: #e6e6e6
  }

  .header_mobile-menu-button svg {
    height: 20px;
    width: 20px
  }

  .header_mobile-menu-container {
    background-color: #000;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    padding: 100px 20px 20px;
    position: absolute;
    right: -100%;
    top: 0;
    transition: right .4s ease;
    z-index: 1010
  }

  .header_mobile-menu-container.light {
    background-color: #fff
  }

  .header_mobile-menu-container.open {
    right: 0
  }

  .header_mobile-menu-nav {
    border-bottom: 1px solid #333;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    transition: max-height .3s ease-in-out
  }

  .header_mobile-menu-nav.light {
    border-color: #e6e6e6
  }

  .header_mobile-menu-nav li:last-child {
    padding-bottom: 25px
  }

  .header_mobile-menu-start {
    cursor: pointer;
    display: flex;
    justify-content: space-between
  }

  .header_mobile-menu-start span {
    color: #efefef;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%
  }

  .header_mobile-menu-start span.light {
    color: #0d0d0d
  }

  .header_mobile-menu-start svg {
    height: 25px;
    width: 25px
  }

  .header_mobile-menu-list {
    margin-top: 25px;
    max-height: 300px;
    overflow-y: scroll
  }

  .header_mobile-menu-courses {
    max-height: 35px;
    overflow: hidden;
    transition: max-height .3s ease
  }

  .header_mobile-menu-courses.open {
    max-height: 1000px
  }

  .header_mobile-menu_bottom {
    display: flex;
    flex-direction: column;
    margin-top: auto
  }

  .header_mobile-menu-languages {
    background-color: #333;
    border-radius: 12px;
    display: flex;
    padding: 2px
  }

  .header_mobile-menu-languages.light {
    background-color: #f2f2f2
  }

  .header_mobile-menu-languages span {
    align-items: center;
    color: #666;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    letter-spacing: -.72px;
    line-height: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    transition: color .4s ease;
    width: 50%
  }

  .header_mobile-menu-languages span.light {
    color: #999
  }

  .header_mobile-menu-languages span:hover {
    color: #c3c3c3
  }

  .header_mobile-menu-languages .active {
    background-color: #1c1c1c;
    border: 1px solid #1a1a1a;
    border-radius: 12px;
    color: #c3c3c3
  }

  .header_mobile-menu-languages .active.light {
    background-color: #b3b3b3;
    border: none;
    color: #fff
  }

  .header_mobile-menu-signing {
    align-items: center;
    border: 1px solid #0d0d0d;
    border-radius: 12px;
    color: #0d0d0d;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .header_mobile-menu-signing--out {
    margin-top: 12px
  }

  .header_mobile-menu-signing.light {
    border: none;
    color: #0d0d0d
  }

  .header_mobile-menu-signing-login {
    align-items: center;
    background-color: transparent;
    border: 1px solid #4d4d4d;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: -.64px;
    line-height: 100%;
    width: 100%
  }

  .header_mobile-menu-signing-login.light {
    border-color: #e6e6e6;
    color: #0d0d0d
  }

  .header_mobile-menu-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 12px 0
  }

  .header_link {
    color: #efefef;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%
  }
}

@media (max-width:767px) {
  .header_container {
    height: 72px;
    padding: 0 15px
  }

  .header_start {
    display: none
  }

  .header_left {
    gap: 0
  }

  .header_control,
  .header_courses-box,
  .header_nav {
    display: none
  }

  .header_left svg {
    align-self: center;
    height: 32px;
    width: 70px
  }

  .header_mobile-menu-button {
    align-items: center;
    background: #242424;
    border-radius: 12px;
    display: flex;
    height: 48px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 48px;
    z-index: 1011
  }

  .header_mobile-menu-button.light {
    background: #e6e6e6
  }

  .header_mobile-menu-button svg {
    height: 20px;
    width: 20px
  }

  .header_mobile-menu-container {
    background-color: #000;
    display: flex;
    flex-direction: column;
    padding: 90px 12px 12px;
    position: absolute;
    right: -100%;
    top: 0;
    transition: right .4s ease;
    width: 100%;
    z-index: 1010
  }

  .header_mobile-menu-container.light {
    background-color: #fff
  }

  .header_mobile-menu-container.open {
    right: 0
  }

  .header_mobile-menu-nav {
    border-bottom: 1px solid #333;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 0;
    transition: max-height .3s ease-in-out
  }

  .header_mobile-menu-nav.light {
    border-color: #e6e6e6
  }

  .header_mobile-menu-nav li:last-child {
    padding-bottom: 25px
  }

  .header_mobile-menu-start {
    cursor: pointer;
    display: flex;
    justify-content: space-between
  }

  .header_mobile-menu-start span {
    color: #efefef;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%
  }

  .header_mobile-menu-start span.light {
    color: #0d0d0d
  }

  .header_mobile-menu-start svg {
    height: 25px;
    width: 25px
  }

  .header_mobile-menu-list {
    margin-top: 25px;
    max-height: 300px;
    overflow-y: scroll
  }

  .header_mobile-menu-courses {
    align-items: center;
    max-height: 35px;
    overflow: hidden;
    transition: max-height .3s ease
  }

  .header_mobile-menu-courses.open {
    max-height: 1000px
  }

  .header_mobile-menu_bottom {
    border-top: 1px solid #333;
    padding-top: 24px
  }

  .header_mobile-menu_bottom.light {
    border-color: #e6e6e6
  }

  .header_mobile-menu-languages {
    background-color: #333;
    border-radius: 12px;
    display: flex;
    padding: 2px
  }

  .header_mobile-menu-languages.light {
    background-color: #f2f2f2
  }

  .header_mobile-menu-languages span {
    align-items: center;
    color: #666;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    letter-spacing: -.72px;
    line-height: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    transition: color .4s ease;
    width: 50%
  }

  .header_mobile-menu-languages span.light {
    color: #999
  }

  .header_mobile-menu-languages span:hover {
    color: #c3c3c3
  }

  .header_mobile-menu-languages .active {
    background-color: #1c1c1c;
    border: 1px solid #1a1a1a;
    border-radius: 12px;
    color: #c3c3c3
  }

  .header_mobile-menu-languages .active.light {
    background-color: #b3b3b3;
    border: none;
    color: #fff
  }

  .header_mobile-menu-signing {
    align-items: center;
    border: 1px solid #0d0d0d;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: -.64px;
    line-height: 100%
  }

  .header_mobile-menu-signing.light {
    border: none;
    color: #0d0d0d
  }

  .header_mobile-menu-signing-login {
    align-items: center;
    background-color: transparent;
    border: 1px solid #0d0d0d;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: -.64px;
    line-height: 100%;
    width: 100%
  }

  .header_mobile-menu-signing-login.light {
    border-color: #e6e6e6;
    color: #0d0d0d
  }

  .header_mobile-menu-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 12px 0
  }

  .header_link {
    color: #efefef;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.96px;
    line-height: 100%
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}



a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.section-wrapper {
  background: #191919;
  padding-top: 96px
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}



a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.product {
  background: #191919;
  gap: 96px;
  padding: 124px 200px
}

.product,
.product__top {
  align-items: center;
  display: flex;
  flex-direction: column
}

.product__top {
  gap: 72px
}

.product__badge {
  align-items: center;
  backdrop-filter: blur(2px);
  background: #333;
  border-radius: 51px;
  display: flex;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  padding: 0 24px;
  width: -moz-fit-content;
  width: fit-content
}

.product__badge,
.product__title {
  color: #fff;
  font-weight: 500;
  line-height: 100%
}

.product__title {
  font-size: 30px;
  letter-spacing: -1.92px;
  max-width: 1459px;
  text-align: center
}

.product__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%
}

.product__card {
  display: flex;
  gap: 24px;
  height: 680px;
  width: 100%
}

.product__card__left,
.product__card__right {
  background: #010101;
  border: 1px solid #4d4d4d;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between
}

.product__card__left {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 48px 80px;
  width: 65%
}

.product__card__right {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 40px;
  position: relative;
  width: 35%
}

.product__card__text-wrapper,
.product__card__top {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.product__card__s-badge-wrapper {
  align-items: flex-start;
  display: flex;
  gap: 12px
}

.product__card__s-badge {
  backdrop-filter: blur(13.5px);
  background: radial-gradient(161.3% 141.42% at 0 0, rgba(27, 27, 27, 0) 0, rgba(27, 27, 27, .6) 49.48%);
  border: 1px solid hsla(0, 0%, 100%, 0);
  border-radius: 9px;
  box-shadow: 0 4.5px 11.25px 0 rgba(0, 0, 0, .3);
  padding: 8px 16px
}

.product__card__s-badge:nth-child(2) {
  background: radial-gradient(161.3% 141.42% at 0 0, rgba(140, 200, 75, 0) 0, rgba(140, 200, 75, .6) 100%)
}

.product__card__s-badge {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%
}

.product__card__title {
  color: #fff;
  font-size: 88px;
  font-weight: 500;
  letter-spacing: -1.76px;
  line-height: 100%
}

.product__card__desc {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  max-width: 1060px
}

.product__card__badge-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.product__card__badge {
  background: hsla(0, 0%, 41%, .5);
  border-radius: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  padding: 12px 16px
}

.product__card__mentor {
  align-items: center;
  bottom: -24px;
  display: flex;
  gap: 16px;
  position: relative
}

.product__card__mentor span {
  color: #b3b3b3;
  font-size: 56px;
  font-weight: 500;
  line-height: 56px
}

.product__card__mentor img {
  height: auto;
  width: 180px
}

.product__card__img {
  border-radius: 24px;
  bottom: 0;
  height: 100%;
  mix-blend-mode: luminosity;
  position: absolute;
  right: 0;
  width: auto
}

.product__card__mentor {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mentor__photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url("../images/photo_2026-01-26_11-23-36.jpg");
  background-size: cover;
  /* 👈 красиво заполняет */
  background-position: center;
  /* 👈 лицо по центру */
  background-repeat: no-repeat;
  flex-shrink: 0;
}


.product__card__content-wrapper {
  align-items: center;
  backdrop-filter: blur(4px);
  background: rgba(31, 31, 31, .6);
  border: 1px solid #333;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: max-content;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
  position: relative;
  z-index: 5
}

.product__card__buttons {
  display: flex;
  gap: 24px;
  z-index: 5
}

.product__card__more,
.product__card__subs {
  align-items: center;
  border-radius: 51px;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  gap: 16px;
  height: 80px;
  justify-content: center;
  line-height: 100%;
  width: 100%
}

.product__card__more {
  background: #1a1a1a;
  border: 1px solid #4d4d4d;
  color: #fff
}

.product__card__subs {
  background: #fff;
  color: #191919
}

.product__card__collab {
  height: auto;
  width: 436px
}

.product__card__divider {
  background-color: #333;
  height: 1px;
  min-height: 1px;
  width: 100%
}

.product__card__text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-align: center
}

.product__card__wrapper {
  align-items: center;
  display: flex;
  gap: 24px;
  padding: 22px 0
}

.product__card__wrapper img {
  height: 72px;
  width: auto
}

.product__card__wrapper span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%
}

.product__card .time-badge {
  align-items: center
}

.product__card .time-badge.-transparent .time-badge__time-value {
  color: #fff
}

.product__card .time-badge.-transparent .time-badge__label {
  color: #8cc84b
}

.product__card .time-badge.-transparent .time-badge__time-label {
  color: #999
}

.product__card:first-child .product__card__desc {
  max-width: 897px
}

.product__card:nth-child(2) .product__card__badge-wrapper {
  max-width: 724px
}

.product__card:nth-child(2) .product__card__desc {
  max-width: 876px
}

.product__card:nth-child(3) .product__card__badge-wrapper {
  max-width: 678px
}

.product__card:nth-child(3) .product__card__desc {
  max-width: 1060px
}

.product__card:nth-child(4) .product__card__badge-wrapper {
  max-width: 717px
}

.product__card:nth-child(4) .product__card__desc {
  max-width: 1060px
}

.product__card:nth-child(5) .product__card__badge-wrapper {
  max-width: 571px
}

.product__card:nth-child(5) .product__card__desc {
  max-width: 1060px
}

.product__card:nth-child(6) .product__card__badge-wrapper {
  max-width: 614px
}

.product__card:nth-child(6) .product__card__desc {
  max-width: 1060px
}

@media (min-width:1920px) and (max-width:2559px) {
  .product {
    padding: 124px
  }

  .product__title {
    font-size: 30px;
    letter-spacing: -1.44px;
    max-width: 1442px
  }

  .product__content {
    gap: 40px
  }

  .product__card {
    height: 526px
  }

  .product__card__s-badge-wrapper {
    gap: 9px
  }

  .product__card__s-badge {
    font-size: 16px;
    padding: 6px 12px
  }

  .product__card__left {
    padding: 40px 64px
  }

  .product__card__right {
    padding: 40px 32px
  }

  .product__card__text-wrapper,
  .product__card__top {
    gap: 30px
  }

  .product__card__title {
    font-size: 64px;
    letter-spacing: -1.28px
  }

  .product__card__desc {
    font-size: 24px;
    max-width: 820.5px
  }

  .product__card__content-wrapper {
    gap: 18px;
    height: max-content;
    padding: 18px
  }

  .product__card__collab {
    width: 337.5px
  }

  .product__card__more,
  .product__card__subs {
    border-radius: 40px;
    font-size: 18px;
    gap: 12px;
    height: 64px
  }

  .product__card__text {
    font-size: 18px
  }

  .product__card__wrapper {
    gap: 16px;
    padding: 16px 0
  }

  .product__card__wrapper img {
    height: 56px
  }

  .product__card__wrapper span {
    font-size: 18px
  }

  .product__card__mentor span {
    font-size: 40px;
    line-height: 40px
  }

  .product__card__mentor img {
    width: 130px
  }

  .product__card__mentor {
    bottom: -20px
  }

  .product__card .time-badge {
    gap: 12.5px
  }

  .product__card .time-badge.-transparent .time-badge__circle {
    height: 9px;
    width: 9px
  }

  .product__card .time-badge.-transparent .time-badge__top {
    gap: 12px
  }

  .product__card .time-badge.-transparent .time-badge__time-value {
    font-size: 37.156px
  }

  .product__card .time-badge.-transparent .time-badge__label {
    font-size: 16px
  }

  .product__card .time-badge.-transparent .time-badge__time-label {
    font-size: 14px
  }

  .product__card .time-badge.-transparent .time-badge__bottom {
    gap: 24px
  }

  .product__card .time-badge.-transparent .time-badge__bottom span {
    font-size: 24px
  }

  .product__card .time-badge.-transparent .time-badge__time-col {
    gap: 9px
  }

  .product__card:first-child .product__card__desc {
    max-width: 694px
  }

  .product__card:nth-child(2) .product__card__badge-wrapper {
    max-width: 724px
  }

  .product__card:nth-child(2) .product__card__desc,
  .product__card:nth-child(3) .product__card__badge-wrapper {
    max-width: 678px
  }

  .product__card:nth-child(3) .product__card__desc {
    max-width: 820px
  }

  .product__card:nth-child(4) .product__card__badge-wrapper {
    max-width: 717px
  }

  .product__card:nth-child(4) .product__card__desc {
    max-width: 820px
  }

  .product__card:nth-child(5) .product__card__badge-wrapper {
    max-width: 571px
  }

  .product__card:nth-child(5) .product__card__desc {
    max-width: 820px
  }

  .product__card:nth-child(6) .product__card__badge-wrapper {
    max-width: 614px
  }

  .product__card:nth-child(6) .product__card__desc {
    max-width: 820px
  }
}

@media (min-width:1200px) and (max-width:1919px) {
  .product {
    gap: 80px;
    padding: 80px 94px
  }

  .product__title {
    font-size: 30px;
    letter-spacing: -1.28px;
    max-width: 877px
  }

  .product__top {
    gap: 80px
  }

  .product__content {
    gap: 40px
  }

  .product__card {
    height: 394px
  }

  .product__card__left {
    padding: 32px 40px
  }

  .product__card__right {
    padding: 32px 24px
  }

  .product__card__text-wrapper,
  .product__card__top {
    gap: 24px
  }

  .product__card__s-badge-wrapper {
    gap: 8px
  }

  .product__card__s-badge {
    backdrop-filter: blur(7.8312497139px);
    border: .5px solid hsla(0, 0%, 100%, 0);
    border-radius: 9px;
    box-shadow: 0 2.61px 6.526px 0 rgba(0, 0, 0, .3);
    font-size: 12px;
    padding: 4px 12px
  }

  .product__card__title {
    font-size: 48px;
    letter-spacing: -.96px
  }

  .product__card__desc {
    font-size: 20px;
    max-width: 614px
  }

  .product__card__content-wrapper {
    border-radius: 12px;
    gap: 14px;
    height: max-content;
    padding: 14px
  }

  .product__card__badge-wrapper {
    gap: 8px
  }

  .product__card__badge {
    font-size: 14px;
    padding: 6px 12px
  }

  .product__card__collab {
    width: 253px
  }

  .product__card__more,
  .product__card__subs {
    border-radius: 30px;
    font-size: 14px;
    gap: 8px;
    height: 48px
  }

  .product__card__text {
    font-size: 14px
  }

  .product__card__wrapper {
    gap: 14px;
    padding: 12px 0
  }

  .product__card__wrapper img {
    height: 40px
  }

  .product__card__wrapper span {
    font-size: 14px
  }

  .product__card__mentor span {
    font-size: 32px;
    line-height: 32px
  }

  .product__card__mentor img {
    width: 100px
  }

  .product__card__mentor {
    bottom: -15px
  }

  .product__card .time-badge {
    gap: 9px
  }

  .product__card .time-badge.-transparent .time-badge__circle {
    height: 6px;
    width: 6px
  }

  .product__card .time-badge.-transparent .time-badge__top {
    gap: 9px
  }

  .product__card .time-badge.-transparent .time-badge__time-value {
    font-size: 28px
  }

  .product__card .time-badge.-transparent .time-badge__label {
    font-size: 12px
  }

  .product__card .time-badge.-transparent .time-badge__time-label {
    font-size: 12px
  }

  .product__card .time-badge.-transparent .time-badge__bottom {
    gap: 18px
  }

  .product__card .time-badge.-transparent .time-badge__bottom span {
    font-size: 18px
  }

  .product__card .time-badge.-transparent .time-badge__time-col {
    gap: 6px
  }

  .product__card:first-child .product__card__desc {
    max-width: 615px
  }

  .product__card:nth-child(2) .product__card__badge-wrapper {
    max-width: 511px
  }

  .product__card:nth-child(2) .product__card__desc {
    max-width: 508px
  }

  .product__card:nth-child(3) .product__card__badge-wrapper {
    max-width: 480px
  }

  .product__card:nth-child(3) .product__card__desc {
    max-width: 614px
  }

  .product__card:nth-child(4) .product__card__badge-wrapper {
    max-width: 508px
  }

  .product__card:nth-child(4) .product__card__desc {
    max-width: 614px
  }

  .product__card:nth-child(5) .product__card__badge-wrapper {
    max-width: 404px
  }

  .product__card:nth-child(5) .product__card__desc {
    max-width: 614px
  }

  .product__card:nth-child(6) .product__card__badge-wrapper {
    max-width: 437px
  }

  .product__card:nth-child(6) .product__card__desc {
    max-width: 614px
  }
}

@media (max-width:1199px) {
  .product {
    gap: 56px;
    padding: 72px 48px
  }

  .product__title {
    font-size: 40px;
    letter-spacing: -.8px;
    max-width: 543px
  }

  .product__top {
    gap: 56px
  }

  .product__content {
    gap: 32px
  }

  .product__card {
    flex-direction: column;
    gap: 16px;
    height: unset
  }

  .product__card__left,
  .product__card__right {
    width: unset
  }

  .product__card__left {
    height: 394px;
    padding: 32px
  }

  .product__card__right {
    flex-direction: row;
    height: 206px;
    padding: 32px
  }

  .product__card__text-wrapper,
  .product__card__top {
    gap: 24px
  }

  .product__card__s-badge-wrapper {
    gap: 8px
  }

  .product__card__s-badge {
    backdrop-filter: blur(7.8312497139px);
    border: .5px solid hsla(0, 0%, 100%, 0);
    border-radius: 9px;
    box-shadow: 0 2.61px 6.526px 0 rgba(0, 0, 0, .3);
    font-size: 12px;
    padding: 4px 12px
  }

  .product__card__title {
    font-size: 48px;
    letter-spacing: -.96px
  }

  .product__card__desc {
    font-size: 20px;
    max-width: 608px
  }

  .product__card__content-wrapper {
    border-radius: 12px;
    gap: 12px;
    height: max-content;
    padding: 12px;
    width: 297px
  }

  .product__card__badge-wrapper {
    gap: 8px
  }

  .product__card__badge {
    font-size: 14px;
    padding: 6px 12px
  }

  .product__card__collab {
    width: 253px
  }

  .product__card__buttons {
    flex-direction: column;
    gap: 16px;
    width: 248px
  }

  .product__card__more,
  .product__card__subs {
    border-radius: 40px;
    font-size: 18px;
    gap: 8px;
    height: 62px
  }

  .product__card__text {
    font-size: 14px
  }

  .product__card__wrapper {
    gap: 14px;
    padding: 12px 0
  }

  .product__card__wrapper img {
    height: 32px
  }

  .product__card__wrapper span {
    font-size: 14px
  }

  .product__card__mentor span {
    font-size: 24px;
    line-height: 23px
  }

  .product__card__mentor img {
    width: 100px
  }

  .product__card__mentor {
    bottom: -13px
  }

  .product__card .time-badge {
    gap: 9px
  }

  .product__card .time-badge.-transparent .time-badge__circle {
    height: 6px;
    width: 6px
  }

  .product__card .time-badge.-transparent .time-badge__top {
    gap: 9px
  }

  .product__card .time-badge.-transparent .time-badge__time-value {
    font-size: 28px
  }

  .product__card .time-badge.-transparent .time-badge__label {
    font-size: 12px
  }

  .product__card .time-badge.-transparent .time-badge__time-label {
    font-size: 12px
  }

  .product__card .time-badge.-transparent .time-badge__bottom {
    gap: 18px
  }

  .product__card .time-badge.-transparent .time-badge__bottom span {
    font-size: 18px
  }

  .product__card .time-badge.-transparent .time-badge__time-col {
    gap: 6px
  }

  .product__card:first-child .product__card__desc {
    max-width: 100%
  }

  .product__card:nth-child(2) .product__card__badge-wrapper {
    max-width: 511px
  }

  .product__card:nth-child(2) .product__card__desc {
    max-width: 508px
  }

  .product__card:nth-child(3) .product__card__badge-wrapper {
    max-width: 480px
  }

  .product__card:nth-child(3) .product__card__desc {
    max-width: 614px
  }

  .product__card:nth-child(4) .product__card__badge-wrapper {
    max-width: 508px
  }

  .product__card:nth-child(4) .product__card__desc {
    max-width: 608px
  }

  .product__card:nth-child(5) .product__card__badge-wrapper {
    max-width: 404px
  }

  .product__card:nth-child(5) .product__card__desc {
    max-width: 608px
  }

  .product__card:nth-child(6) .product__card__badge-wrapper {
    max-width: 437px
  }

  .product__card:nth-child(6) .product__card__desc {
    max-width: 608px
  }
}

@media (max-width:767px) {
  .product {
    gap: 32px;
    padding: 32px 16px
  }

  .product__title {
    font-size: 24px;
    letter-spacing: -.48px;
    max-width: 328px
  }

  .product__top {
    gap: 24px
  }

  .product__badge {
    font-size: 14px;
    height: 32px
  }

  .product__content {
    gap: 16px
  }

  .product__card {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain !important;
    background: #010101;
    border: 1px solid #4d4d4d;
    border-radius: 24px;
    gap: 24px;
    padding: 16px
  }

  .product__card__left {
    gap: 32px
  }

  .product__card__left,
  .product__card__right {
    background-color: transparent;
    border: unset;
    height: unset;
    padding: unset
  }

  .product__card__right {
    flex-direction: column;
    gap: 24px
  }

  .product__card__text-wrapper {
    gap: 16px
  }

  .product__card__title {
    font-size: 24px;
    letter-spacing: 0
  }

  .product__card__desc {
    font-size: 16px
  }

  .product__card__content-wrapper {
    height: max-content;
    width: 100%
  }

  .product__card__badge-wrapper {
    gap: 6px
  }

  .product__card__badge {
    font-size: 12px;
    padding: 6px 8px
  }

  .product__card__buttons {
    gap: 12px;
    width: 100%
  }

  .product__card__img {
    display: none
  }

  .product__card__more,
  .product__card__subs {
    border-radius: 51px;
    font-size: 16px;
    gap: 12px;
    height: 48px
  }

  .product__card__wrapper {
    gap: 10px
  }

  .product__card__mentor span {
    font-size: 24px;
    line-height: 24px
  }

  .product__card .time-badge {
    gap: 9px
  }

  .product__card .time-badge.-transparent .time-badge__bottom {
    gap: 16px
  }

  .product__card .time-badge.-transparent .time-badge__bottom span {
    font-size: 18px
  }

  .product__card:first-child .product__card__badge-wrapper {
    max-width: 230px
  }

  .product__card:nth-child(2) .product__card__badge-wrapper {
    max-width: 280px
  }

  .product__card:nth-child(3) .product__card__badge-wrapper {
    max-width: 296px
  }

  .product__card:nth-child(4) .product__card__badge-wrapper {
    max-width: 283px
  }

  .product__card:nth-child(5) .product__card__badge-wrapper {
    max-width: 261px
  }

  .product__card:nth-child(6) .product__card__badge-wrapper {
    max-width: 252px
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}


a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.time-badge {
  background: rgba(36, 36, 36, .5);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 24px 48px 24px 24px
}

.time-badge__top {
  align-items: center;
  display: flex;
  gap: 16px
}

.time-badge__circle {
  background-color: #8cc84b;
  border-radius: 50%;
  height: 12px;
  width: 12px
}

.time-badge__label {
  color: #8cc84b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: -.72px;
  line-height: 100%
}

.time-badge__bottom {
  align-items: center;
  display: flex;
  gap: 30px
}

.time-badge__time-col {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.time-badge span {
  color: #fff
}

.time-badge__time-value {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  font-weight: 700;
  letter-spacing: -1.92px;
  line-height: 100%
}

.time-badge__time-label {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.64px;
  line-height: 100%
}

.time-badge.-white {
  align-items: center;
  background: hsla(0, 0%, 100%, .5);
  border-radius: 12px;
  padding: 24px 72px;
  z-index: 10
}

.time-badge.-white .time-badge__bottom {
  gap: 48px
}

.time-badge.-white .time-badge__time-value {
  color: #0d0d0d
}

.time-badge.-transparent {
  background-color: transparent;
  padding: 0
}

.time-badge.-transparent .time-badge__label,
.time-badge.-transparent .time-badge__time-value {
  color: #0d0d0d
}

.time-badge.-transparent .time-badge__time-label {
  color: #666
}

.time-badge.-transparent .time-badge__bottom span {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (max-width:1199px) {

  .time-badge,
  .time-badge.-white {
    border-radius: 8px;
    gap: 18px;
    padding: 14px 30px 14px 14px
  }

  .time-badge.-white__label,
  .time-badge__label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.56px;
    line-height: 100%
  }

  .time-badge.-white__bottom,
  .time-badge__bottom {
    gap: 18px !important
  }

  .time-badge.-white__circle,
  .time-badge__circle {
    height: 7px;
    width: 7px
  }

  .time-badge.-white__time-value,
  .time-badge__time-value {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: normal
  }

  .time-badge.-white__time-label,
  .time-badge__time-label {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 100%
  }

  .time-badge.-white__time-col,
  .time-badge__time-col {
    gap: 7.5px
  }
}

@media (max-width:767px) {

  .time-badge,
  .time-badge.-white {
    align-items: center;
    gap: 12px;
    padding: 16px 12px;
    width: 100%
  }

  .time-badge.-white__label,
  .time-badge__label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.56px;
    letter-spacing: 0;
    line-height: 100%
  }

  .time-badge.-white__circle,
  .time-badge__circle {
    height: 6px;
    width: 6px
  }

  .time-badge.-white__time-value,
  .time-badge__time-value {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 700;
    letter-spacing: -.64px;
    letter-spacing: 0;
    line-height: 100%
  }

  .time-badge.-white__time-label,
  .time-badge__time-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.56px;
    letter-spacing: 0;
    line-height: 100%;
    line-height: 130%
  }

  .time-badge.-white__bottom,
  .time-badge__bottom {
    gap: 9px !important
  }

  .time-badge.-white__time-col,
  .time-badge__time-col {
    align-items: center;
    gap: 8px
  }
}

@media (max-width:1199px) {
  .time-badge.-transparent .time-badge__bottom span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 100%
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}



a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.cookie-popup {
  background: #1c1c1c;
  border: 1px solid #333;
  border-radius: 24px;
  bottom: 26px;
  gap: 24px;
  left: 26px;
  padding: 16px;
  position: fixed;
  width: 282px;
  z-index: 100
}

.cookie-popup,
.cookie-popup__body {
  display: flex;
  flex-direction: column
}

.cookie-popup__body {
  gap: 16px
}

.cookie-popup__text,
.cookie-popup__text a {
  color: #ccc;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.64px;
  line-height: 100%
}

.cookie-popup__text a {
  text-decoration-line: underline
}

.cookie-popup__footer {
  display: flex;
  gap: 8px
}

.cookie-popup__btn {
  align-items: center;
  backdrop-filter: blur(2px);
  border-radius: 51px;
  display: flex;
  flex: 1 0 0;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: -.56px;
  line-height: 100%;
  padding: 12px 16px;
  text-align: center
}

.cookie-popup__btn.-white {
  background: #fff;
  color: #0d0d0d
}

.cookie-popup__btn.-dark {
  background-color: #242424;
  color: #fff
}

@media screen and (max-width:540px) {
  .cookie-popup {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px)
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}



a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity .5s
}

.modal-fade-enter,
.modal-fade-leave-to {
  opacity: 0
}

.payment-modal__overlay {
  background: rgba(0, 0, 0, .75);
  font-family: Suisse Int, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 100000
}

.payment-modal__close,
.payment-modal__overlay {
  align-items: center;
  display: flex;
  justify-content: center
}

.payment-modal__close {
  background: #242424;
  border-radius: 12px;
  cursor: pointer;
  height: 48px;
  width: 48px
}

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

.payment-modal__title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.96px;
  line-height: 100%
}

.payment-modal__content {
  background: #110f15;
  border: 1px solid #2b292d;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  width: 508px
}

.payment-modal__items {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.payment-modal__item {
  align-items: center;
  display: flex;
  gap: 16px
}

.payment-modal__item span {
  align-items: center;
  border: 1px solid #3c3a42;
  border-radius: 100px;
  color: #b3b3b3;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  letter-spacing: -.56px;
  line-height: 100%;
  width: 36px
}

.payment-modal__item div {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -.64px;
  line-height: 100%
}

.payment-modal__warn {
  background: #1a1a1a;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 12px 16px 16px
}

.payment-modal__warn_top {
  align-items: center;
  display: flex;
  gap: 12px
}

.payment-modal__warn_top span {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.56px;
  line-height: 100%
}

.payment-modal__warn_text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.56px;
  line-height: 130%
}

.payment-modal__button {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 38px;
  color: #191919;
  display: flex;
  font-family: Suisse Int, sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 55px;
  justify-content: center;
  letter-spacing: -.72px;
  line-height: 100%;
  outline: none;
  width: 100%
}

@media (max-width:1440px) {
  .payment-modal__content {
    width: 404px
  }

  .payment-modal__title {
    font-size: 18px;
    letter-spacing: -.72px
  }

  .payment-modal__close {
    border-radius: 9px;
    height: 36px;
    width: 36px
  }

  .payment-modal__item span {
    font-size: 12px;
    height: 30px;
    letter-spacing: -.48px;
    width: 30px
  }

  .payment-modal__item div {
    font-size: 14px;
    letter-spacing: -.56px
  }

  .payment-modal__warn,
  .payment-modal__warn_top {
    gap: 12px
  }

  .payment-modal__warn_top span {
    letter-spacing: -.48px
  }

  .payment-modal__button {
    font-size: 16px;
    letter-spacing: -.64px
  }
}

@media (max-width:450px) {
  .payment-modal__content {
    gap: 20px;
    padding: 16px;
    width: calc(100vw - 32px)
  }

  .payment-modal__title {
    font-size: 16px;
    letter-spacing: -.64px
  }

  .payment-modal__close {
    border-radius: 6px;
    height: 24px;
    width: 24px
  }

  .payment-modal__close svg {
    height: 10px;
    width: 10px
  }

  .payment-modal__item {
    gap: 12px
  }

  .payment-modal__item span {
    font-size: 10px;
    height: 24px;
    letter-spacing: -.4px;
    width: 24px
  }

  .payment-modal__warn_top {
    gap: 8px
  }

  .payment-modal__warn_top svg {
    height: 12px;
    width: 12px
  }

  .payment-modal__warn_top span {
    font-size: 10px;
    letter-spacing: -.4px
  }

  .payment-modal__warn_text {
    font-size: 12px;
    letter-spacing: -.48px
  }

  .payment-modal__button {
    font-size: 16px;
    height: 48px;
    letter-spacing: -.64px
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}


a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity .5s
}

.modal-fade-enter,
.modal-fade-leave-to {
  opacity: 0
}

.black-friday-modal__overlay {
  align-items: center;
  background: rgba(0, 0, 0, .75);
  display: flex;
  font-family: Suisse Int, sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 100000
}

.black-friday-modal__close {
  align-items: center;
  background: #242424;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 48px;
  z-index: 2
}

.black-friday-modal__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.96px;
  line-height: 110%;
  margin-bottom: 20px;
  text-align: center
}

.black-friday-modal__content {
  background: #110f15;
  border: 1px solid #2b292d;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 494px;
  overflow: hidden;
  position: relative;
  width: 508px
}

.black-friday-modal__content-wrapper {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 24px;
  position: absolute;
  right: 0;
  z-index: 1
}

.black-friday-modal__image {
  border-radius: 16px 16px 0 0;
  height: auto;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0
}

.black-friday-modal__top {
  align-items: center;
  display: flex;
  justify-content: flex-start
}

.black-friday-modal__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 30px;
  text-align: center
}

.black-friday-modal__button {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 38px;
  color: #191919;
  cursor: pointer;
  display: flex;
  font-family: Suisse Int, sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 69px;
  justify-content: center;
  letter-spacing: -.72px;
  line-height: 100%;
  outline: none;
  width: 100%
}

@media (min-width:2560px) {
  .black-friday-modal__content {
    height: 652px;
    width: 670px
  }

  .black-friday-modal__title {
    font-size: 32px;
    margin-bottom: 24px
  }

  .black-friday-modal__text {
    font-size: 20px;
    margin-bottom: 40px
  }

  .black-friday-modal__button {
    font-size: 24px;
    height: 91px
  }
}

@media (max-width:1920px) {
  .black-friday-modal__content {
    height: 494px;
    width: 508px
  }
}

@media (max-width:768px) {
  .black-friday-modal__content {
    height: 394px;
    width: 404px
  }

  .black-friday-modal__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.72px;
    margin-bottom: 16px
  }

  .black-friday-modal__text {
    font-size: 14px;
    margin-bottom: 24px
  }

  .black-friday-modal__button {
    font-size: 16px;
    height: 56px
  }

  .black-friday-modal__close {
    border-radius: 9px;
    height: 36px;
    right: 20px;
    top: 20px;
    width: 36px
  }
}

@media (max-width:440px) {
  .black-friday-modal__content {
    height: auto;
    min-height: 319px;
    width: calc(100vw - 32px)
  }

  .black-friday-modal__content-wrapper {
    padding: 16px
  }

  .black-friday-modal__title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.64px;
    margin: 0 auto 14px
  }

  .black-friday-modal__text {
    font-size: 12px;
    margin-bottom: 20px
  }

  .black-friday-modal__close {
    border-radius: 6px;
    height: 24px;
    right: 16px;
    top: 16px;
    width: 24px
  }

  .black-friday-modal__close svg {
    height: 10px;
    width: 10px
  }

  .black-friday-modal__button {
    font-size: 16px;
    height: 45px;
    letter-spacing: -.64px
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}



a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity .5s
}

.modal-fade-enter,
.modal-fade-leave-to {
  opacity: 0
}

.cyber-monday-modal__overlay {
  align-items: center;
  background: rgba(0, 0, 0, .75);
  display: flex;
  font-family: Suisse Int, sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 100000
}

.cyber-monday-modal__close {
  align-items: center;
  background: #242424;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 48px;
  z-index: 2
}

.cyber-monday-modal__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.96px;
  line-height: 110%;
  margin: 0 auto 20px;
  text-align: center
}

.cyber-monday-modal__content {
  background: #110f15;
  border: 1px solid #2b292d;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 494px;
  overflow: hidden;
  position: relative;
  width: 508px
}

.cyber-monday-modal__content-wrapper {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 24px;
  position: absolute;
  right: 0;
  z-index: 1
}

.cyber-monday-modal__image {
  border-radius: 16px 16px 0 0;
  height: auto;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0
}

.cyber-monday-modal__top {
  align-items: center;
  display: flex;
  justify-content: flex-start
}

.cyber-monday-modal__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 30px;
  padding: 0 50px;
  text-align: center
}

.cyber-monday-modal__button {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 38px;
  color: #191919;
  cursor: pointer;
  display: flex;
  font-family: Suisse Int, sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 69px;
  justify-content: center;
  letter-spacing: -.72px;
  line-height: 100%;
  outline: none;
  width: 100%
}

@media (min-width:2560px) {
  .cyber-monday-modal__content {
    height: 652px;
    width: 670px
  }

  .cyber-monday-modal__title {
    font-size: 32px;
    margin-bottom: 24px
  }

  .cyber-monday-modal__text {
    font-size: 20px;
    margin-bottom: 40px
  }

  .cyber-monday-modal__button {
    font-size: 24px;
    height: 91px
  }
}

@media (max-width:1920px) {
  .cyber-monday-modal__content {
    height: 494px;
    width: 508px
  }
}

@media (max-width:768px) {
  .cyber-monday-modal__content {
    height: 394px;
    width: 404px
  }

  .cyber-monday-modal__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.72px;
    margin-bottom: 16px
  }

  .cyber-monday-modal__text {
    font-size: 14px;
    margin-bottom: 24px
  }

  .cyber-monday-modal__button {
    font-size: 16px;
    height: 56px
  }

  .cyber-monday-modal__close {
    border-radius: 9px;
    height: 36px;
    right: 20px;
    top: 20px;
    width: 36px
  }
}

@media (max-width:440px) {
  .cyber-monday-modal__content {
    height: auto;
    min-height: 319px;
    width: calc(100vw - 32px)
  }

  .cyber-monday-modal__content-wrapper {
    padding: 16px
  }

  .cyber-monday-modal__title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.64px;
    margin: 0 auto 14px
  }

  .cyber-monday-modal__text {
    font-size: 12px;
    margin-bottom: 20px
  }

  .cyber-monday-modal__close {
    border-radius: 6px;
    height: 24px;
    right: 16px;
    top: 16px;
    width: 24px
  }

  .cyber-monday-modal__close svg {
    height: 10px;
    width: 10px
  }

  .cyber-monday-modal__button {
    font-size: 16px;
    height: 45px;
    letter-spacing: -.64px
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}



a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity .5s
}

.modal-fade-enter,
.modal-fade-leave-to {
  opacity: 0
}

.webinar-modal__overlay {
  background: rgba(0, 0, 0, .75);
  font-family: PP Neue Montreal, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 100000
}

.webinar-modal__close,
.webinar-modal__overlay {
  align-items: center;
  display: flex;
  justify-content: center
}

.webinar-modal__close {
  background: #242424;
  border-radius: 12px;
  cursor: pointer;
  height: 48px;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 48px;
  z-index: 2
}

.webinar-modal__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.96px;
  line-height: 110%;
  margin: 0 auto 20px;
  text-align: center
}

.webinar-modal__content {
  background: #110f15;
  border: 1px solid #2b292d;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 494px;
  overflow: hidden;
  position: relative;
  width: 508px
}

.webinar-modal__content-wrapper {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 24px;
  position: absolute;
  right: 0;
  z-index: 1
}

.webinar-modal__image {
  border-radius: 16px 16px 0 0;
  height: auto;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0
}

.webinar-modal__top {
  align-items: center;
  display: flex;
  justify-content: flex-start
}

.webinar-modal__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 30px;
  padding: 0 50px;
  text-align: center
}

.webinar-modal__button {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 38px;
  color: #191919;
  cursor: pointer;
  display: flex;
  font-family: PP Neue Montreal, sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 69px;
  justify-content: center;
  letter-spacing: -.72px;
  line-height: 100%;
  outline: none;
  width: 100%
}

@media (min-width:2560px) {
  .webinar-modal__content {
    height: 652px;
    width: 670px
  }

  .webinar-modal__title {
    font-size: 32px;
    margin-bottom: 24px
  }

  .webinar-modal__text {
    font-size: 20px;
    margin-bottom: 40px
  }

  .webinar-modal__button {
    font-size: 24px;
    height: 91px
  }
}

@media (max-width:1920px) {
  .webinar-modal__content {
    height: 494px;
    width: 508px
  }
}

@media (max-width:768px) {
  .webinar-modal__content {
    height: 394px;
    width: 404px
  }

  .webinar-modal__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.72px;
    margin-bottom: 16px
  }

  .webinar-modal__text {
    font-size: 14px;
    margin-bottom: 24px
  }

  .webinar-modal__button {
    font-size: 16px;
    height: 56px
  }

  .webinar-modal__close {
    border-radius: 9px;
    height: 36px;
    right: 20px;
    top: 20px;
    width: 36px
  }
}

@media (max-width:440px) {
  .webinar-modal__content {
    height: auto;
    min-height: 319px;
    width: calc(100vw - 32px)
  }

  .webinar-modal__content-wrapper {
    padding: 16px
  }

  .webinar-modal__title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.64px;
    margin: 0 auto 14px
  }

  .webinar-modal__text {
    font-size: 12px;
    margin-bottom: 20px
  }

  .webinar-modal__close {
    border-radius: 6px;
    height: 24px;
    right: 16px;
    top: 16px;
    width: 24px
  }

  .webinar-modal__close svg {
    height: 10px;
    width: 10px
  }

  .webinar-modal__button {
    font-size: 16px;
    height: 45px;
    letter-spacing: -.64px
  }
}


@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

html {
  scroll-behavior: smooth
}


a {
  text-decoration: none
}

p {
  margin: 0
}

li,
ul {
  list-style: none
}

body,
button {
  font-family: PP Neue Montreal, sans-serif
}

button {
  cursor: pointer;
  outline: none
}

.noScroll {
  overflow-y: hidden
}

.h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.28px;
  line-height: 100%
}

@media (min-width:768px) {
  .h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.16px;
    line-height: 100%
  }
}

@media (min-width:1200px) {
  .h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.88px;
    line-height: 100%
  }
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity .5s
}

.modal-fade-enter,
.modal-fade-leave-to {
  opacity: 0
}

.terms-popup__overlay {
  align-items: center;
  background: rgba(0, 0, 0, .75);
  display: flex;
  font-family: Suisse Int, sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 100000
}

.terms-popup__content {
  background: #110f15;
  border: 1px solid #2b292d;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  position: relative;
  width: 480px
}

.terms-popup__title {
  color: #fafafa;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.72px;
  line-height: 28px;
  text-align: start
}

.terms-popup__text {
  color: #878787;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.2px;
  line-height: 20px;
  text-align: start
}

.terms-popup__link {
  color: #007aff;
  cursor: pointer;
  text-decoration: none
}

.terms-popup__link:hover {
  text-decoration: underline
}

.terms-popup__button {
  align-items: center;
  background: #007aff;
  border: none;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Suisse Int, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  line-height: 100%;
  margin-left: auto;
  margin-top: 16px;
  outline: none;
  transition: background .3s ease;
  width: 100px
}

.terms-popup__button:hover {
  background: #06c
}

.terms-popup__button:active {
  background: #005bb5
}

@media (max-width:768px) {
  .terms-popup__content {
    gap: 16px;
    max-width: 404px;
    padding: 24px 20px 20px;
    width: calc(100vw - 32px)
  }

  .terms-popup__title {
    font-size: 18px;
    letter-spacing: -.72px
  }

  .terms-popup__text {
    font-size: 14px
  }

  .terms-popup__button {
    font-size: 15px;
    height: 44px
  }
}

@media (max-width:440px) {
  .terms-popup__content {
    gap: 14px;
    padding: 20px 16px 16px
  }

  .terms-popup__title {
    font-size: 16px;
    letter-spacing: -.64px
  }

  .terms-popup__text {
    font-size: 13px
  }

  .terms-popup__button {
    font-size: 14px;
    height: 40px
  }
}


.temporary {
  background-color: #000;
  height: 1140px;
  overflow: hidden;
  padding-top: 96px
}

.temporary__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 38px;
  height: 100%;
  justify-content: center;
  position: relative
}

.temporary__inner .svg {
  height: 220px;
  position: relative;
  width: 150px;
  z-index: 2
}

.temporary__title {
  color: #c5c5c5;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.28px;
  line-height: 100%;
  position: relative;
  text-align: center;
  z-index: 2
}

.temporary__blow--radius {
  background: radial-gradient(50% 50% at 50% 50%, hsla(0, 0%, 85%, 0) 0, hsla(0, 0%, 45%, .04) 100%);
  border: 1px solid hsla(0, 0%, 100%, .24);
  border-radius: 50%;
  height: 2560px;
  left: 50%;
  position: absolute;
  top: 40px;
  transform: translateX(-50%);
  width: 2560px
}

.temporary__gradient-bottom {
  background: linear-gradient(180deg, hsla(0, 0%, 5%, 0), #0d0d0d);
  bottom: 0;
  height: 321px;
  left: 0;
  position: absolute;
  width: 100%
}

@media (max-width:1920px) {
  .temporary {
    height: 780px;
    padding-top: 90px
  }

  .temporary__inner {
    gap: 38px
  }

  .temporary__inner .svg {
    height: 200px;
    width: 131px
  }

  .temporary__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.28px;
    line-height: 100%;
    text-align: center
  }

  .temporary__blow--radius {
    height: 1925px;
    top: 40px;
    width: 1925px
  }

  .temporary__gradient-bottom {
    background: linear-gradient(180deg, hsla(0, 0%, 5%, 0), #0d0d0d);
    bottom: 0;
    height: 321px;
    left: 0;
    position: absolute;
    width: 100%
  }
}

@media (max-width:1500px) {
  .temporary {
    padding-top: 90px
  }

  .temporary__inner {
    gap: 30px
  }

  .temporary__inner .svg {
    height: 190px;
    width: 120px
  }

  .temporary__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.28px;
    line-height: 100%;
    text-align: center
  }

  .temporary__blow--radius {
    height: 1600px;
    top: 40px;
    width: 1600px
  }
}

@media (max-width:1200px) {
  .temporary {
    height: 700px;
    padding-top: 80px
  }

  .temporary__inner {
    gap: 30px
  }

  .temporary__inner .svg {
    height: 190px;
    width: 120px
  }

  .temporary__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.28px;
    line-height: 100%;
    text-align: center
  }

  .temporary__blow--radius {
    height: 1000px;
    top: 40px;
    width: 1000px
  }
}

@media (max-width:767px) {
  .temporary {
    height: 600px;
    padding-top: 40px
  }

  .temporary__inner {
    gap: 15px
  }

  .temporary__inner .svg {
    height: 140px;
    width: 80px
  }

  .temporary__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.28px;
    line-height: 100%;
    text-align: center
  }

  .temporary__blow--radius {
    height: 768px;
    top: 75px;
    width: 768px
  }
}

.block_imgProduct {
  display: flex;
  align-items: center;
  /* 🔥 ВАЖНО: центры по вертикали */
  justify-content: center;
  gap: 16px;
  height: max-content;
  z-index: 1000;
}



.logo-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  /* 🔥 фикс для вертикального смещения */
  opacity: 0.6;

  color: white;
}

.imgMeta {
  width: 70px;
}


/* ====== MAIN (About) ====== */

.main {
  padding-top: 124px;
  /* если у тебя это задаётся где-то ещё — оставь там */
  color: rgba(255, 255, 255, 0.92);
  /* базовый цвет текста на тёмном фоне */
}

.main__inner {
  display: flex;
  flex-direction: column;
  max-width: 2560px;
  min-height: 1715px;
  padding: 124px 124px 0;
  position: relative;
  z-index: 0;
  /* базовый слой */
}

/* фон-эллипс */
.main__ellipse {
  background: linear-gradient(180deg, hsla(0, 0%, 60%, 0) 50%, hsla(0, 0%, 60%, .3));
  border-radius: 2560px;
  filter: blur(135px);
  height: 1061px;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  /* фон */
  pointer-events: none;
}

/* всё содержимое поверх эллипса */
.main__inner>*:not(.main__ellipse) {
  position: relative;
  z-index: 3;
}

.main__banner {
  margin-bottom: 96px;
  color: rgba(255, 255, 255, 0.8);
}

.main h1 {
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.6px;
  line-height: 100%;
  color: white;
}

.main__about {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  position: relative;
  width: 100%;
  z-index: 3;
  gap: 40px;
}

.main__text {
  font-size: 48px;
  font-weight: 500;
  max-width: 1097px;
  font-style: normal;
  line-height: 110%;
  position: relative;
  z-index: 3;
  color: rgba(255, 255, 255, 0.92);
}

.main__info {
  font-size: 32px;
  font-weight: 400;
  max-width: 571px;
  font-style: normal;
  line-height: 110%;
  position: relative;
  z-index: 3;
  color: rgba(255, 255, 255, 0.72);
}

.main__avatars {
  aspect-ratio: 336/80;
  display: flex;
  height: 80px;
  margin-top: 67px;
  position: relative;
  width: fit-content;
  z-index: 3;
}

.main__avatars img {
  height: 100%;
  width: auto;
  display: block;
}

.main h2 {
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.44px;
  line-height: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
}

.main__line {
  background: linear-gradient(90deg, #252527, #6a6b70 50%, #252527);
  height: 2px;
  margin-top: 132px;
  mix-blend-mode: color-dodge;
  width: 100%;
  position: relative;
  z-index: 3;
  opacity: 0.9;
}

.main__bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0 0;
  position: relative;
  z-index: 3;
}

/* второй большой текстовый блок по центру */
.main__bottom .main__info {
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 982px;
  text-align: center;
}

/* чтобы длинные абзацы читались лучше */
.main__bottom .main__info+.main__info {
  margin-top: 20px;
  margin-bottom: 40px;
}

.main__logo-container {
  position: absolute;
  z-index: 2;
}

.main__logo-inner {
  position: relative;
}

.main__logo-inner .logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* эти два у тебя были — оставил */
.main__logo-inner .logo.--2,
.main__logo-inner .logo.--3 {
  top: 5px;
}

/* ====== 2559 ====== */
@media (max-width:2559px) {
  .main {
    padding-top: 90px;
  }

  .main__inner {
    min-height: 1590px;
  }

  .main h1 {
    font-size: 72px;
    letter-spacing: -1.44px;
    line-height: 100%;
    font-style: normal;
    font-weight: 500;
    color: white;
  }

  .main__text {
    font-size: 40px;
    line-height: 110%;
    max-width: 848px;
    font-style: normal;
    font-weight: 500;
  }

  .main__info {
    max-width: 536px;
  }

  .main__avatars {
    margin-top: 64px;
  }

  .main h2 {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.28px;
    line-height: 100%;
  }

  .main__line {
    margin-top: 124px;
  }

  .main__bottom {
    padding: 100px 0 0;
  }

  .main__bottom .main__info {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .main__logo-inner .logo {
    height: 706px;
    width: 440px;
  }

  .main__logo-inner .logo.--2 {
    top: 15px;
  }

  .main__logo-inner .logo.--3 {
    top: 20px;
  }
}

/* ====== 1919 ====== */
@media (max-width:1919px) {
  .main {
    padding-top: 90px;
  }

  .main__ellipse {
    height: 795px;
  }

  .main__inner {
    min-height: 1296px;
    padding: 94px 94px 0;
  }

  .main__banner {
    margin-bottom: 80px;
  }

  .main h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.28px;
    line-height: 100%;
    color: white;
  }

  .main__about {
    gap: 40px;
    margin-top: 48px;
  }

  .main__text {
    font-size: 32px;
    font-weight: 500;
    max-width: 743px;
    font-style: normal;
    line-height: 110%;
  }

  .main__info {
    font-size: 20px;
    font-weight: 400;
    max-width: 328px;
    font-style: normal;
    line-height: 110%;
  }

  .main__avatars {
    aspect-ratio: 269/64;
    height: 64px;
    margin-top: 56px;
  }

  .main h2 {
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.12px;
    line-height: 100%;
  }

  .main__line {
    margin-top: 80px;
  }

  .main__bottom {
    padding: 100px 0 0;
  }

  .main__bottom .main__info {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .main__logo-inner .logo {
    height: 706px;
    width: 440px;
  }

  .main__logo-inner .logo.--2 {
    top: 15px;
  }

  .main__logo-inner .logo.--3 {
    top: 20px;
  }
}

/* ====== 1200 ====== */
@media (max-width:1200px) {
  .main {
    padding-top: 80px;
  }

  .main__inner {
    min-height: 1296px;
    padding: 48px 48px 0;
  }

  .main__ellipse {
    background: linear-gradient(180deg, hsla(0, 0%, 60%, 0) 30%, hsla(0, 0%, 60%, .3));
    border-radius: 768px;
    filter: blur(54.0000038147px);
    height: 424px;
    top: 30%;
    width: 100%;
  }

  .main__banner {
    margin-bottom: 56px;
  }

  .main h1 {
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.12px;
    line-height: 100%;
    color: white;
  }

  .main__about {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
    margin-top: 32px;
  }

  .main__text {
    font-size: 32px;
    font-weight: 500;
    max-width: 743px;
    font-style: normal;
    line-height: 110%;
  }

  .main__info {
    font-size: 20px;
    font-weight: 400;
    max-width: 326px;
    font-style: normal;
    line-height: 110%;
  }

  .main__avatars {
    aspect-ratio: 269/64;
    height: 64px;
    margin-top: 56px;
  }

  .main h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.8px;
    line-height: 100%;
  }

  .main__line {
    margin-top: 72px;
  }

  .main__bottom {
    padding: 100px 0 0;
  }

  .main__bottom .main__info {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .main__logo-inner .logo {
    height: 577px;
    width: 360px;
  }

  .main__logo-inner .logo.--2 {
    top: 15px;
  }

  .main__logo-inner .logo.--3 {
    top: 20px;
  }
}

/* ====== 767 ====== */
@media (max-width:767px) {
  .main {
    padding-top: 72px;
  }

  .main__inner {
    min-height: 920px;
    padding: 32px 16px 0;
  }

  .main__banner {
    margin-bottom: 40px;
  }

  .main__ellipse {
    background: linear-gradient(180deg, hsla(0, 0%, 60%, 0) 30%, hsla(0, 0%, 60%, .3));
    border-radius: 360px;
    filter: blur(25.3125019073px);
    height: 198px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
  }

  .main h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.64px;
    line-height: 100%;
    color: white;
  }

  .main__about {
    gap: 32px;
    margin-top: 24px;
  }

  .main__text {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 110%;
  }

  .main__info {
    font-size: 16px;
    font-weight: 400;
    max-width: 267px;
    font-style: normal;
    line-height: 110%;
  }

  .main__avatars {
    aspect-ratio: 202/48;
    height: 48px;
    margin-top: 40px;
  }

  .main h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.48px;
    line-height: 100%;
  }

  .main__line {
    margin-top: 56px;
  }

  .main__bottom {
    padding: 100px 0 0;
  }

  .main__bottom .main__info {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .main__logo-inner .logo {
    height: 320px;
    width: 199px;
  }

  .main__logo-inner .logo.--2 {
    top: 5px;
  }

  .main__logo-inner .logo.--3 {
    top: 8px;
  }
}

h1,
h2 {
  color: white;
  z-index: 1000;
}