:root {
  --grey: #f6f6f6;
  --black: #2d2147;
  --purple: #651fff;
  --dark-purple: #4214a6;
  --white: white;
  --white-30: #ffffff4d;
  --white-80: #fffc;
  --light-grey: #fbfafc;
  --dark-grey: #333138;
  --white-2: white;
  --black-2: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 10px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--grey);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.hero-section {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 0;
  display: flex;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 2.8rem;
}

.hero-wrapper {
  width: 53%;
}

.hero-text {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
}

.hero-btn {
  background-color: var(--purple);
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
  width: auto;
  max-width: 18rem;
  padding: 24px 50px;
}

.hero-btn:hover {
  background-color: var(--dark-purple);
}

.div-block {
  color: var(--white);
}

.hero-btn__text {
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
}

.navbar-logo-left {
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1260px;
  margin-bottom: 0;
  padding: 32px 0;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--purple);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 138px;
}

.remodal3 {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.remodal3:hover {
  color: var(--purple);
}

.about-section {
  max-width: none;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.about-wrapper {
  background-image: url('../images/Frame-4883.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 3rem 2rem;
}

.about-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 48px;
}

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

.about-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
}

.about-text.size {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.about-card-wrapper {
  margin-bottom: 32px;
  display: flex;
}

.about-card {
  border: 2px solid var(--white-30);
  background-color: var(--white-30);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 25%;
  margin-right: 8px;
  padding: 40px 16px 32px;
  display: flex;
}

.about-card.is-last {
  margin-right: 0;
}

.about-card__img {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}

.about-card__text {
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
}

.why-section {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1260px;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.why-section.position-relaive {
  position: relative;
  overflow: hidden;
}

.why-wrapper {
  z-index: 1;
  width: 70%;
  position: relative;
}

.why-wrapper.margin {
  width: 60%;
  margin-left: auto;
}

.why-img {
  width: 400px;
}

.why-img.position-absolute {
  position: absolute;
  inset: 0% -65px auto auto;
}

.why-title {
  width: 70%;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 48px;
}

.why-point {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.why-point__icon-wrapper {
  background-color: var(--white);
  border-radius: 24px;
  margin-right: 24px;
  padding: 24px;
  box-shadow: 0 2px 12px #0003;
}

.why-point__icon-wrapper.marg, .why-point__icon-wrapper.margin {
  box-shadow: 0 2px 12px #00000014;
}

.why-point__icon {
  width: 32px;
  max-width: none;
  height: 32px;
}

.why-point__text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
}

.offer-section {
  max-width: 1260px;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.offer-title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 48px;
}

.offer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: static;
}

.offer-wrapper.position-relative {
  position: relative;
  overflow: hidden;
}

.offer-img {
  width: 380px;
  height: 100%;
  margin-right: 0;
}

.offer-img.position-absolute {
  width: 410px;
  position: absolute;
  inset: 0% auto auto -60px;
}

.partner-section {
  margin-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.partner-wrapper {
  text-align: left;
  background-image: url('../images/Frame-4897.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 4rem 2rem;
}

.partner-title {
  color: var(--white);
  text-align: center;
  width: 80%;
  margin: 0 auto 32px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 48px;
}

.partner-title.size-width {
  width: 100%;
  font-size: 1.9rem;
}

.partner-cards-wrapper {
  margin-bottom: 32px;
  display: flex;
}

.partner-card {
  border: 2px solid var(--white-30);
  background-color: var(--white-80);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 33%;
  margin-right: 8px;
  padding: 20px 14px;
  display: flex;
}

.image-2 {
  height: 32px;
}

.image-2.heading {
  height: 62px;
}

.image-2.head {
  height: 40px;
}

.btn-main {
  background-color: var(--purple);
  cursor: pointer;
  border-radius: 24px;
  width: auto;
  max-width: 12rem;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 20px;
}

.btn-main:hover {
  background-color: var(--dark-purple);
}

.btn-text {
  color: var(--white);
  text-align: center;
  font-weight: 600;
  line-height: 22px;
}

.div-block-61 {
  opacity: 1;
  justify-content: space-between;
  display: flex;
}

.div-block-61.du {
  display: none;
}

.link-4 {
  color: #2d2147;
  cursor: pointer;
  margin-right: 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.link-4:hover {
  color: #651fff;
}

.footer-up {
  border-bottom: 1px solid #33313829;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 56px;
  display: flex;
}

.button-2 {
  cursor: pointer;
  background-color: #333138;
  border-radius: 12px;
  padding: 8px 20px;
  font-weight: 500;
}

.button-2:hover {
  background-color: #651fff;
}

.footer-down {
  margin-top: 48px;
  font-weight: 500;
}

.div-block-56 {
  justify-content: space-between;
  display: flex;
}

.link-block-12 {
  cursor: pointer;
  background-color: #333138;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  display: flex;
}

.link-block-12:hover {
  background-color: #651fff;
}

.link-5 {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
}

.link-5:hover {
  color: #651fff;
}

.link-5._2 {
  cursor: pointer;
  margin-right: 32px;
}

.link-block-13 {
  cursor: pointer;
  background-color: #333138;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.link-block-13:hover {
  background-color: #651fff;
}

.div-block-59 {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.div-block-60 {
  align-items: center;
  display: flex;
}

.div-block-57 {
  margin-left: 30px;
}

.footer {
  background-color: var(--grey);
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 30px;
}

.footer-wrapper {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #2d2147;
  cursor: pointer;
  background-color: #0000;
  font-weight: 500;
}

.button:hover {
  color: #651fff;
}

.link-block-3 {
  cursor: pointer;
}

.slider {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.slider-div__text {
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}

.slider__title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 44px;
}

.arrow-right {
  background-color: var(--purple);
  border-radius: 32px;
  width: 40px;
  height: 40px;
  padding: 3px;
  display: flex;
  inset: .2rem 0% auto auto;
}

.arrow-right:hover, .arrow-right:active {
  background-color: var(--dark-purple);
}

.div-block-511 {
  background-color: #04010a;
  border-radius: 32px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 61px;
  display: flex;
}

.div-block-511:hover {
  background-color: #fff0;
}

.slide-nav-2 {
  display: none;
}

.slider-div__img {
  border-radius: 32px;
  width: 72px;
  max-width: none;
  height: auto;
  margin-bottom: 1rem;
}

.mask-5 {
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  overflow: visible;
}

.image-124 {
  background-color: #fff0;
  position: absolute;
}

.slider-div__header-container {
  text-align: center;
}

.slider-div {
  width: 100%;
  max-width: 31.5%;
  height: 100%;
  max-height: 100%;
  margin-left: 12px;
  margin-right: 12px;
}

.slider-div.first-slide {
  background-color: var(--white);
  border-radius: 24px;
  max-width: 48.9%;
  margin-left: 2px;
  box-shadow: 0 2px 10px #2d214712;
}

.arrow-left {
  background-color: var(--purple);
  border-radius: 32px;
  justify-content: center;
  align-items: stretch;
  width: 40px;
  height: 40px;
  padding: 3px;
  display: flex;
  inset: .2rem 3rem auto auto;
}

.arrow-left:hover, .arrow-left:active, .arrow-left:focus {
  background-color: var(--dark-purple);
}

.slider__text {
  text-align: left;
  width: 65%;
  margin-bottom: 3rem;
  font-size: 1rem;
  line-height: 24px;
}

.slider-div__container {
  color: #fff;
  background-color: #ffffff1a;
  border: 4px #f4f6fb;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 2.5rem 2rem;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.slider-div__title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
}

.icon-2 {
  font-size: 20px;
}

.modalAuth__error {
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #ff5252;
  margin: 4px 0 0 !important;
}

.small {
  font-size: .75rem;
  line-height: 1.5;
}

.input_error {
  color: #ff5252 !important;
  border-color: #ff5252 !important;
}

.w-input,
.w-select {
  margin-bottom: 0;
}

.email-container,
.password-container,
.password-repeat-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.input__passwordToggle {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 24px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 16px;
  width: 24px;
}

.input__passwordToggle:after, 
.input__passwordToggle:before {
  left: 0;
  position: absolute;
  transition: opacity .15s;
  width: 24px;
}

.input__passwordToggle:before {
  background: url(/assets/images/mainpage/passwordHide.svg) 50% 50% / cover no-repeat;
  content: "";
  height: 24px;
  top: 0;
}

.input__passwordToggle:after {
  background: url(/assets/images/mainpage/passwordShow.svg) 50% 50% / cover no-repeat;
  content: "";
  height: 18px;
  opacity: 0;
  top: 3px;
}

.input_passwordShow .input__passwordToggle:before {
  opacity: 0;
}

.input_passwordShow .input__passwordToggle:after {
  opacity: 1;
}

.buttom-telegram {
  color: #fff;
  cursor: pointer;
  background-color: #54a9eb;
  border-radius: 20px;
  align-items: center;
  margin-right: 8px;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-teleg {
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
}

.text-span-2 {
  font-size: 16px;
  line-height: 24px;
}

.btn-container {
  align-items: center;
  display: flex;
}

.btn-container.in-mobile {
  display: none;
}

.bgrd-img-desktop {
  z-index: -1;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-126 {
  width: 42%;
  position: relative;
  top: -48px;
  left: 20px;
}

.bgrd-img-mobile {
  display: none;
}

.button-8 {
  background-color: #0000;
  background-image: url('../images/Close_1Close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding: 35px 39px;
}

.div-block-85 {
  background-color: #f7f7f7;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 38px;
  display: flex;
  box-shadow: 0 2px 12px #0003;
}

.remodal {
  width: 100% !important;
  max-width: 695px !important;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.form {
  width: 100%;
  max-width: 580px;
  margin-bottom: 24px;
}

.form.is-password {
  width: 100%;
}

.recaptcha-info {
  font-size: 12px;
  color: #9c9c9c;
  margin: 15px 0;
}

.recaptcha-info a {
  color: #684ad9;
  text-decoration: none;
}

.recaptcha-error {
  color: #e74c3c;
  font-size: 14px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.submit-button-2 {
  background-color: #651fff;
  border-radius: 12px;
  width: 100%;
  height: 56px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.image-17 {
  margin-bottom: 40px;
}

.text-field-2 {
  color: #333138;
  background-color: #f7f7f7;
  border: 2px solid #c8c8c8;
  border-radius: 12px;
  width: 100%;
  height: 56px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-field-3 {
  color: #333138;
  background-color: #f7f7f7;
  border: 2px solid #c8c8c8;
  border-radius: 12px;
  height: 56px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.form-block {
  text-align: center;
  flex: 0 auto;
  margin-bottom: 0;
  width: 100%;
  max-width: 580px;
}

.button-9 {
  background-color: #0000;
  background-image: url('../images/Close_1Close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding: 35px 39px;
}

.select-field {
  display: none;
}

.div-block-513 {
  background-color: #f7f7f7;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 38px;
  display: flex;
}

.field {
  color: rgb(45, 33, 71);
  background-color: transparent;
  border: 2px solid rgba(51, 49, 56, 0.4);
  border-radius: 12px;
  width: 100%;
  height: 56px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-127 {
  margin-bottom: 40px;
}

.text-field-5 {
  color: #333138;
  background-color: #f7f7f7;
  border: 2px solid #c8c8c8;
  border-radius: 12px;
  width: 100%;
  height: 56px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-field-6 {
  color: #333138;
  background-color: #f7f7f7;
  border: 2px solid #c8c8c8;
  border-radius: 12px;
  height: 56px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.button-10 {
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: #0000;
  background-image: url('../images/Close_1Close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.div-block-514 {
  background-color: #f7f7f7;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 38px;
  display: flex;
  box-shadow: 0 2px 12px #0003;
}

.remodal-2 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-128 {
  margin-bottom: 40px;
}

.text-field-7 {
  color: #333138;
  background-color: #f7f7f7;
  border: 2px solid #c8c8c8;
  border-radius: 12px;
  width: 100%;
  height: 56px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-field-8 {
  color: #333138;
  background-color: #f7f7f7;
  border: 2px solid #c8c8c8;
  border-radius: 12px;
  height: 56px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-515 {
  background-color: #f7f7f7;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 38px;
  display: flex;
}

.image-129 {
  margin-bottom: 40px;
}

.text-field-9 {
  color: #333138;
  background-color: #f7f7f7;
  border: 2px solid #c8c8c8;
  border-radius: 12px;
  width: 100%;
  height: 56px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-field-10 {
  color: #333138;
  background-color: #f7f7f7;
  border: 2px solid #c8c8c8;
  border-radius: 12px;
  height: 56px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-516 {
  background-color: var(--white);
  text-align: left;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 48px 56px;
  display: flex;
}

.remodal5 {
  background-color: var(--white-30);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-130 {
  margin-bottom: 32px;
}

.text-field-11 {
  color: #2d2147;
  background-color: transparent;
  border: 2px solid rgba(51,49,56,.4);
  border-radius: 12px;
  width: 100%;
  height: 56px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-field-12 {
  color: #2d2147;
  background-color: transparent;
  border: 2px solid rgba(51,49,56,.4);
  border-radius: 12px;
  height: 56px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.form-7 {
  border-radius: 4px;
  max-width: 580px;
  width: 100%;
  padding-left: 0;
}

.div-block-517 {
  background-color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  padding: 48px 56px;
}

.remodal4 {
  background-color: var(--white-30);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-131 {
  margin-bottom: 32px;
}

.text-field-13 {
  color: rgb(45, 33, 71);;
  background-color: transparent;
  border: 2px solid rgba(51, 49, 56, 0.4);
  border-radius: 12px;
  width: 100%;
  height: 56px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 24px;
}

.text-field-14 {
  color: rgb(45, 33, 71);;
  background-color: transparent;
  border: 2px solid rgba(51, 49, 56, 0.4);
  border-radius: 12px;
  height: 56px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 24px;
}

.email-container,
.password-container,
.password-repeat-container {
  margin-bottom: 1rem;
  width: 100%;
}

.checkboxes-container-left {
  padding-left: 20px;
}

.text-block-10 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-10.in-success {
  text-align: left;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}

.text-block-11 {
  color: var(--purple);
  text-align: left;
  cursor: pointer;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-11:hover {
  color: var(--dark-purple);
}

.text-block-12 {
  margin-bottom: 6px;
  font-weight: 500;
}

.text-block-13 {
  color: var(--purple);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.text-block-13:hover {
  color: var(--dark-purple);
}

.text-block-14 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.promo-text {
  text-align: center;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-span-3 {
  color: var(--purple);
  cursor: pointer;
  font-weight: 600;
}

.text-span-3:hover {
  color: var(--dark-purple);
}

.checkboxes-container {
  justify-content: space-between;
  margin-bottom: 24px;
  display: flex;
  gap: 5px;
}

.checkbox {
  border: 1px solid #e8e5ed;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 12px;
}

.checkbox-2 {
  border: 1px solid #000;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkbox-label {
  margin-right: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.checkbox-label-2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.text-span-4 {
  color: var(--purple);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.text-span-4:hover {
  color: var(--dark-purple);
}

.checkbox-field {
  text-align: left;
  align-items: center;
  display: block;
}

.text-block-15 {
  text-align: center;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-span-5 {
  color: var(--purple);
  cursor: pointer;
  font-weight: 600;
}

.text-span-5:hover {
  color: var(--dark-purple);
}

.div-block-518 {
  display: none;
}

.link-block-14 {
  text-decoration: none;
}

.div-block-519 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16 {
  color: var(--purple);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.link-block-15, .link-block-16, .link-block-17 {
  text-decoration: none;
}

.checkbox-field-2 {
  text-align: left;
}

.about-card__img-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  padding: 20px;
}

.text-block-17 {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-520 {
  position: relative;
}

.success-message {
  background-color: var(--white);
  flex: 0 auto;
  padding: 0;
}

.text-block-18 {
  display: block;
}

.text-block-19 {
  font-weight: 500;
  line-height: 22px;
}

.text-span-6 {
  color: var(--purple);
}

.div-block-521 {
  width: 524px;
}

.text-block-20 {
  text-align: left;
  margin-bottom: 24px;
}

.text-block-21 {
  text-align: left;
  margin-bottom: 32px;
}

.div-block-522 {
  background-color: var(--purple);
  border-radius: 24px;
  width: auto;
  max-width: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 24px;
}

.text-block-22 {
  color: var(--white);
  font-weight: 600;
  line-height: 22px;
}

.div-block-523 {
  text-align: left;
  flex-wrap: wrap;
  place-content: stretch flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.text-block-23 {
  flex: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.g-recaptcha {
  display: block;
}

.div-block-524 {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
}

.div-block-525 {
  flex-wrap: wrap;
  display: flex;
}

.text-block-24 {
  flex: none;
}

.text-block-25 {
  text-align: left;
  margin-bottom: 24px;
  font-weight: 500;
}

.div-block-528 {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 600;
}

.text-block-26 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-26.in-success {
  text-align: left;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}

.div-block-529 {
  justify-content: flex-start;
  margin-right: 5px;
  font-weight: 500;
  display: flex;
}

.text-block-27 {
  text-align: left;
  margin-bottom: 32px;
  font-weight: 500;
}

.text-span-7 {
  color: #651fff;
  font-weight: 500;
}

.modal-btn {
  cursor: pointer;
  background-color: #651fff;
  border-radius: 24px;
  width: auto;
  max-width: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 24px;
}

.div-block-530 {
  flex-direction: column;
  width: 100%;
  max-width: 505.013px;
  display: flex;
}

.text-block-28 {
  color: #fff;
  font-weight: 600;
  line-height: 22px;
}

.div-block-527 {
  text-align: left;
  display: flex;
}

.text-block-29 {
  text-align: left;
  font-weight: 500;
}

.text-block-29.margin {
  margin-bottom: 24px;
}

.text-span-8 {
  color: var(--purple);
}

@media screen and (min-width: 1280px) {
  .hero-section {
    margin-bottom: 5rem;
  }

  .hero-title {
    font-size: 46px;
    line-height: 64px;
  }

  .hero-wrapper {
    width: 60%;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 1260px;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 70%;
    display: flex;
  }

  .nav-menu-two {
    justify-content: space-between;
    padding-left: 0;
  }

  .about-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-text {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-card__img {
    width: 32px;
    height: 32px;
  }

  .why-wrapper.widh {
    width: 70%;
  }

  .offer-img {
    margin-right: 40px;
  }

  .offer-img.position-absolute {
    left: -57px;
  }

  .mask-5 {
    padding-right: 9px;
  }

  .slider-div.first-slide {
    max-width: 49.5%;
    box-shadow: 0 2px 10px #2d214712;
  }

  .arrow-left {
    right: 3.5rem;
  }

  .buttom-telegram {
    margin-right: 28px;
    text-decoration: none;
  }

  .btn-container {
    align-items: center;
    margin-left: 60px;
    display: flex;
  }

  .image-126 {
    width: 38%;
  }

  .div-block-518 {
    display: none;
  }

  .about-card__img-wrapper {
    border-radius: 24px;
    width: 80px;
    height: 80px;
    padding: 24px;
    box-shadow: 0 2px 12px #2d214714;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    width: 80%;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 1160px;
    padding: 40px 0;
  }

  .container {
    max-width: none;
  }

  .nav-menu-wrapper {
    justify-content: flex-end;
    width: 70%;
  }

  .about-wrapper {
    max-width: 1160px;
  }

  .why-section {
    max-width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }

  .why-img.position-absolute {
    right: -70px;
  }

  .why-point__icon-wrapper.margin {
    box-shadow: 0 2px 12px #00000014;
  }

  .offer-section {
    max-width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }

  .offer-img.position-absolute {
    left: -65px;
  }

  .partner-wrapper {
    max-width: 1160px;
  }

  .partner-title {
    width: 70%;
    margin-bottom: 48px;
  }

  .partner-cards-wrapper {
    margin-bottom: 48px;
  }

  .image-2 {
    height: 40px;
  }

  .btn-main {
    border-radius: 40px;
    max-width: 17rem;
    padding: 24px 50px;
  }

  .btn-text {
    font-size: 16px;
    line-height: 24px;
  }

  .footer {
    max-width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    max-width: none;
  }

  .slider-div__text {
    font-size: 1rem;
    line-height: 24px;
  }

  .slider__title {
    font-size: 2rem;
    line-height: 48px;
  }

  .arrow-right {
    width: 48px;
    height: 48px;
    top: .7rem;
    right: 0;
  }

  .slider-div__img {
    width: 88px;
    height: auto;
  }

  .mask-5 {
    padding-right: 10px;
  }

  .slider-div {
    max-width: 31.5%;
  }

  .slider-div.first-slide {
    max-width: 32.45%;
    box-shadow: 0 2px 10px #2d214714;
  }

  .arrow-left {
    width: 48px;
    height: 48px;
    top: .7rem;
    right: 3.5rem;
  }

  .slider__text {
    font-size: 1.5rem;
    line-height: 32px;
  }

  .slider-div__container {
    height: auto;
    min-height: 440px;
    max-height: 100%;
    padding-bottom: 2.5rem;
  }

  .slider-div__title {
    font-size: 1.5rem;
    line-height: 32px;
  }

  .bgrd-img-desktop {
    width: 40%;
  }

  .image-126 {
    width: 38%;
    position: relative;
  }

  .checkbox-field, .checkbox-field-2 {
    text-align: left;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-wrapper {
    justify-content: flex-end;
  }

  .mask-5 {
    padding-right: 10px;
  }

  .slider-div.first-slide {
    max-width: 32.45%;
    height: 100%;
  }

  .arrow-left {
    right: 3.5rem;
  }

  .slider-div__container {
    height: auto;
    min-height: 460px;
    max-height: 100%;
  }

  .slider-div__title {
    line-height: 48px;
  }

  .bgrd-img-desktop {
    width: 30%;
    right: 19%;
  }

  .image-126 {
    width: 38%;
  }

  .form-block {
    margin-bottom: 0;
  }

  .div-block-516 {
    align-items: flex-end;
    padding-bottom: 48px;
  }

  .div-block-517 {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    margin-bottom: 41px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-title.size-width {
    max-width: 610px;
    line-height: 3.2rem;
  }

  .hero-wrapper {
    width: 100%;
  }

  .hero-btn {
    max-width: none;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-logo-left {
    margin-bottom: 0;
    padding: 20px 0;
  }

  .navbar-logo-left-container.shadow-three {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: var(--grey);
    border-radius: 0 0 50px 50px;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 60px 20px 40px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .about-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .about-wrapper {
    padding: 24px 16px;
  }

  .about-title.widh {
    max-width: 630px;
  }

  .about-card-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .about-card {
    width: 49.3%;
    margin-right: 0;
    padding: 24px;
  }

  .why-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .why-wrapper {
    flex-wrap: wrap;
    place-content: space-between center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .why-wrapper.margin {
    width: 100%;
    margin-left: 0;
  }

  .why-img {
    display: none;
  }

  .why-title {
    text-align: center;
    width: 100%;
  }

  .why-point {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    width: 31%;
  }

  .why-point.width {
    width: 40%;
  }

  .why-point__icon-wrapper {
    margin-bottom: 16px;
  }

  .why-point__text {
    text-align: center;
    font-size: 24px;
  }

  .offer-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .offer-title {
    text-align: center;
  }

  .offer-img {
    display: none;
  }

  .partner-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .partner-wrapper {
    padding: 24px 15px;
  }

  .partner-cards-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .partner-cards-wrapper.margin {
    margin-bottom: 8px;
  }

  .partner-card {
    width: 29%;
    max-width: 256px;
    height: 104px;
    margin-bottom: 16px;
    margin-left: 8px;
  }

  .btn-main {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .link-4 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-9, .link-5 {
    font-size: 13px;
  }

  .link-5._2 {
    margin-right: 10px;
    font-size: 13px;
  }

  .div-block-57 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer {
    padding-top: 32px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider {
    margin-bottom: 68px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .arrow-right {
    display: none;
  }

  .slide-nav-2 {
    font-size: 10px;
    display: block;
    inset: auto 0% -3.7rem;
  }

  .slider-div__img {
    width: 64px;
    height: 64px;
  }

  .mask-5 {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    overflow: hidden;
  }

  .slider-div {
    width: 100%;
    max-width: 340px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-div.first-slide {
    max-width: 48%;
    margin-left: 0;
    margin-right: 24px;
  }

  .arrow-left {
    background-color: #ffffff1a;
    display: none;
  }

  .slider-div__container {
    border-radius: 32px;
    min-height: 440px;
    max-height: 100%;
    padding: 24px;
  }

  .slider-2 {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .buttom-telegram {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 111px;
    min-width: 111px;
    margin-right: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-teleg {
    font-size: 16px;
    line-height: 20px;
    display: flex;
  }

  .text-span-2 {
    margin-left: 4px;
    display: none;
  }

  .points-container {
    display: flex;
  }

  .btn-container {
    display: none;
  }

  .btn-container.in-mobile {
    margin-right: 24px;
    display: flex;
  }

  .bgrd-img-desktop, .image-126 {
    display: none;
  }

  .bgrd-img-mobile {
    z-index: -1;
    width: 50%;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .div-block-518 {
    align-items: center;
    display: flex;
  }

  .list-item {
    margin-bottom: 32px;
  }

  .about-card__img-wrapper {
    margin-bottom: 8px;
  }

  .div-block-531 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-why-point {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 40px;
  }

  .hero-title.size-width {
    font-size: 34px;
    line-height: 52px;
  }

  .hero-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .about-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-title.widh {
    font-size: 1.9rem;
    line-height: 46px;
  }

  .about-card-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .about-card-wrapper.grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-card {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .why-point {
    width: 100%;
  }

  .why-point.width {
    width: 90%;
  }

  .why-point__icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .partner-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }

  .partner-card {
    width: 40%;
    margin-right: 3px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-main {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-61.du {
    margin-top: 24px;
    display: flex;
  }

  .link-4 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .footer-up {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .text-block-9 {
    order: 1;
    margin-top: 16px;
  }

  .footer-down {
    margin-top: 24px;
  }

  .div-block-56 {
    display: flex;
  }

  .div-block-59 {
    display: none;
  }

  .div-block-59._4 {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .div-block-57 {
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
    margin-left: 0;
  }

  .footer {
    padding: 40px 20px;
  }

  .arrow-right {
    display: none;
    bottom: -70px;
  }

  .slide-nav-2 {
    color: #000;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    display: flex;
    bottom: -3.2rem;
  }

  .mask-5 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-div {
    width: 100%;
    max-width: 400px;
  }

  .slider-div.first-slide {
    max-width: 100%;
  }

  .arrow-left {
    display: none;
    bottom: -70px;
  }

  .slider-div__container {
    max-width: 100%;
    min-height: 300px;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
  }

  .slider-2 {
    margin-bottom: 60px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .buttom-telegram {
    width: 100px;
    min-width: 100px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-teleg {
    font-size: 14px;
  }

  .text-span-2 {
    margin-left: 4px;
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .points-container {
    flex-direction: column;
  }

  .btn-container {
    display: flex;
  }

  .btn-container.in-mobile, .bgrd-img-desktop {
    display: none;
  }

  .form,
  .form-7 {
    max-width: none;
  }

  .div-block-528 {
    flex: 0 auto;
    display: block;
  }

  .div-block-529 {
    display: flex;
  }

  .div-block-527 {
    flex-flow: column wrap;
  }

  .div-why-point {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .remodal {
    width: 100%;
  }

  .checkboxes-container {
    flex-direction: column;
  }

  .div-block-516,
  .div-block-517 {
    padding: 40px 32px;
  }

  .text-field-11,
  .text-field-12,
  .text-field-13,
  .text-field-14,
  .field {
    height: 46px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-title.size-width {
    font-size: 24px;
    line-height: 34px;
  }

  .hero-text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-btn__text {
    font-size: 14px;
    line-height: 22px;
  }

  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .about-section {
    margin-bottom: 32px;
  }

  .about-title {
    font-size: 28px;
  }

  .about-title.widh {
    font-size: 24px;
    line-height: 34px;
  }

  .about-text.size {
    font-size: 24px;
  }

  .about-card-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .about-card-wrapper.grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .about-card {
    flex-flow: column;
    width: 100%;
  }

  .about-card__img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }

  .about-card__img.nomarg {
    height: auto;
    margin-bottom: 0;
  }

  .why-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .why-section.position-relaive {
    margin-bottom: 32px;
  }

  .why-title {
    font-size: 32px;
  }

  .why-point.width.margno, .why-point.nonmarg {
    margin-bottom: 0;
  }

  .why-point__icon-wrapper {
    margin-bottom: 8px;
    box-shadow: 0 2px 12px #0003;
  }

  .why-point__icon-wrapper.marg {
    margin-bottom: 8px;
  }

  .why-point__icon-wrapper.margin {
    margin-bottom: 16px;
  }

  .offer-section, .partner-section {
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .partner-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .partner-title {
    width: 100%;
    font-size: 28px;
  }

  .partner-title.size-width {
    font-size: 24px;
    line-height: 32px;
  }

  .partner-cards-wrapper {
    flex-direction: column;
  }

  .partner-cards-wrapper.margin {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
  }

  .partner-card {
    width: 100%;
    height: 96px;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .image-2 {
    height: 32px;
  }

  .btn-main {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider__title {
    text-align: left;
    font-size: 32px;
    line-height: 48px;
  }

  .arrow-right {
    background-color: #0000;
    width: 60px;
    height: 100%;
    bottom: 0;
    left: auto;
  }

  .slide-nav-2 {
    padding-top: 0;
    inset: auto 0% -3.2rem;
  }

  .mask-5 {
    padding-left: 0;
    padding-right: 14px;
  }

  .slider-div {
    max-width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .slider-div.first-slide {
    margin-left: 7px;
    margin-right: 7px;
  }

  .arrow-left {
    background-color: #0000;
    width: 60px;
    height: 100%;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .slider__text {
    width: 100%;
  }

  .slider-div__container {
    max-width: 100%;
  }

  .slider-2 {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-2 {
    display: none;
  }

  .buttom-telegram {
    justify-content: flex-start;
    min-width: 120px;
  }

  .text-teleg {
    font-size: 16px;
  }

  .text-span-2 {
    display: none;
  }

  .bgrd-img-mobile {
    width: 80%;
  }

  .button-8 {
    background-size: 20px;
  }

  .div-block-85 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .remodal {
    align-items: stretch;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .form {
    width: 100%;
  }

  .form.is-password {
    width: 100%;
    margin-bottom: 0;
  }

  .submit-button-2 {
    width: 100%;
  }

  .image-17 {
    width: 40%;
  }

  .text-field-2, .text-field-3 {
    width: 100%;
  }

  .form-block {
    align-items: center;
  }

  .form-5 {
    width: 100%;
  }

  .button-9 {
    background-size: 20px;
  }

  .div-block-513 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .image-127 {
    width: 40%;
  }

  .text-field-5, .text-field-6 {
    width: 100%;
  }

  .button-10 {
    background-size: 20px;
  }

  .div-block-514 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .remodal-2 {
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-128 {
    width: 40%;
  }

  .text-field-7, .text-field-8, .form-6 {
    width: 100%;
  }

  .div-block-515 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .image-129 {
    width: 40%;
  }

  .text-field-9, .text-field-10 {
    width: 100%;
  }

  .div-block-516 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .remodal5 {
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-130 {
    width: 40%;
  }

  .text-field-11, .text-field-12, .form-7 {
    width: 100%;
  }

  .div-block-517 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 32px;
  }

  .remodal4 {
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-131 {
    width: 40%;
  }

  .text-field-13, .text-field-14 {
    width: 100%;
  }

  .text-block-10 {
    text-align: center;
  }

  .div-block-519 {
    flex-wrap: wrap;
  }

  .checkbox-field-2 {
    text-align: left;
  }

  .text-block-26 {
    text-align: center;
  }
}


