@import url(https://fonts.googleapis.com/css?family=Unbounded:200,300,regular,500,600&display=swap);* {
  padding: 0;
  margin: 0;
  border: 0
}

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

body,html {
  height: 100%;
  min-width: 320px
}

body {
  color: #fff;
  line-height: 1;
  font-family: Unbounded;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

button,input,textarea {
  font-family: Unbounded;
  font-size: inherit
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .1s ease 0s;
  transition: all .1s ease 0s
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

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

body {
  background-color: #080921;
  font-weight: 400
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

@supports (overflow: clip) {
  .wrapper {
    overflow:clip
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

[class*=__container] {
  max-width: 82rem;
  margin: 0 auto;
  padding: 0 1rem
}

input[type=email],input[type=tel],input[type=text],textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.input {
  width: 100%;
  display: block;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.15);
  background-color: transparent;
  outline: 0;
  color: #fff;
  font-size: 14px;
  padding: 0 15px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.input._form-error {
  border: 1px solid #ff323a
}

.input:hover {
  border: 1px solid rgba(255,255,255,.373)
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
  -moz-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0
}

textarea.input {
  resize: none;
  padding: 0 0
}

[class*=-ibg] {
  position: relative
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain
}

._button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

.join__button {
  border-radius: 100px;
  border: 1px solid #fff;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px
}

.join__button::after {
  content: "";
  display: block;
  background: url(../img/icons/arrow-link.svg) right no-repeat;
  background-size: 100%
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 20px
}

._user-content h1,._user-content h2,._user-content h3,._user-content h4,._user-content h5,._user-content h6 {
  font-weight: 500
}

._user-content p {
  color: rgba(255,255,255,.6);
  line-height: 120%;
  font-weight: 300
}

.title {
  font-size: 42px;
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase
}

.title span {
  color: #ff323a
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #080921;
  z-index: 100;
  -webkit-transition: all .6s ease 0s;
  transition: all .6s ease 0s
}

.header._header-scroll {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding: 20px 0
}

.header._header-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0 40px rgba(51,51,51,.3);
  box-shadow: 0 0 40px rgba(51,51,51,.3)
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px
}

.header__logo img {
  height: auto
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.lang-header {
  position: relative
}

.lang-header__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  color: #fff;
  font-weight: 400;
  cursor: pointer
}

.lang-header__selected::after {
  content: "";
  display: block;
  background: url(../img/icons/arrow-lang.svg) right no-repeat;
  width: 8px;
  height: 5px;
  background-size: contain
}

.lang-header__list {
  position: absolute;
  top: 160%;
  left: 0;
  border-radius: 8px;
  background-color: #080921;
  -webkit-box-shadow: 0 0 5px rgba(255,255,255,.3);
  box-shadow: 0 0 5px rgba(255,255,255,.3);
  padding: 15px 25px 15px 15px
}

.lang-header__list a {
  display: block;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

.lang-header__list a:not(:last-child) {
  margin-bottom: 10px
}

.footer {
  padding-top: 25px;
  border-top: 1px solid #fff
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 20px;
  margin-bottom: 30px
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  color: rgba(255,255,255,.6);
  font-weight: 300
}

.footer__copy {
  font-size: 12px
}

.start {
  height: 100vh;
  min-height: 375px;
  width: 100%;
  position: relative
}

.start__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}

.start__content {
  position: relative;
  z-index: 2;
  height: 100vh;
  min-height: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px
}

.start__logo {
  max-width: 100%
}

.start__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 795px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255,255,255,.1);
  -webkit-backdrop-filter: blur(11.5px);
  backdrop-filter: blur(11.5px);
  min-height: 40px;
  padding-right: 11px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 50px;
  overflow: hidden
}

.start__button::before {
  content: "";
  display: block;
  background: url(../img/start/start-text.svg) left no-repeat;
  background-size: 100%
}

.start__button-arrow {
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: #000;
  margin-left: auto;
  border: 1px solid rgba(255,255,255,.25)
}

.start__button-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: url(../img/icons/arrow-next.svg) center no-repeat;
  background-size: 100%;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

.create-account {
  margin-bottom: 100px
}

.create-account__body {
  background: #171830;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 36px;
  overflow: hidden
}

.create-account__form {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.create-account__title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 14px
}

.create-account__subtitle {
  font-weight: 300;
  margin-bottom: 17px;
  line-height: 130%
}

.create-account__input {
  position: relative;
  text-align: left
}

.create-account__input .form__error {
  position: absolute;
  color: #ff323a;
  text-align: right;
  font-size: 12px;
  font-weight: 300;
  right: 0;
  top: 100%;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px)
}

.create-account__row {
  position: relative
}

.create-account__label {
  margin-bottom: 6px;
  font-weight: 300;
  display: block
}

.create-account__new-password {
  color: rgba(255,255,255,.15);
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  margin-top: 6px
}

.create-account__viewpass {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 8px 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block
}

.create-account__viewpass::before {
  content: "";
  display: block;
  background: url(../img/icons/show-password.svg) center no-repeat;
  width: 20px;
  height: 18px
}

.create-account__viewpass._viewpass-active {
  background: url(../img/icons/hide-password.svg) center no-repeat
}

.create-account__submit {
  border-radius: 100px;
  border: 1px solid #ff323a;
  background: #ff323a;
  width: 100%;
  font-weight: 300
}

.create-account__lead {
  font-weight: 300
}

.create-account__lead a {
  text-decoration: underline
}

.create-account__perview {
  background: #ffc5b8
}

.perview-create-account {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.perview-create-account__bg {
  position: absolute;
  bottom: 0;
  left: 0
}

.perview-create-account__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  position: relative;
  z-index: 2;
  margin: 24px
}

.perview-create-account__head p {
  font-size: 16px;
  text-transform: uppercase;
  max-width: 100px;
  line-height: 130%
}

.perview-create-account__head::after {
  content: "";
  display: block;
  background: url(../img/icons/decor.svg) right no-repeat;
  min-width: 105px;
  height: 42px;
  margin-left: auto
}

.perview-create-account__footer {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  margin-left: 34px
}

.perview-create-account__footer>span {
  display: block;
  background: url(../img/icons/plus.svg) left no-repeat;
  width: 40px;
  height: 40px;
  margin-bottom: 7px
}

.perview-create-account__footer p {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.1);
  -webkit-backdrop-filter: blur(11.5px);
  backdrop-filter: blur(11.5px);
  text-transform: uppercase;
  padding: 11px 16px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 265px;
  line-height: 120%
}

.perview-create-account__footer p span {
  color: #ff323a;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase
}

.mainscreen__main {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-3%);
  -ms-transform: translateY(-3%);
  transform: translateY(-3%)
}

.loaded .mainscreen__main {
  -webkit-transition: all .7s ease .1s;
  transition: all .7s ease .1s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.main-mainscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 40px;
  width: 100%;
  min-width: 0
}

.main-mainscreen__column {
  position: relative
}

.main-mainscreen__column:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 20px
}

.main-mainscreen__column:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 44%;
  flex: 1 0 44%
}

.main-mainscreen__column .swiper-pagination-bullets {
  position: absolute;
  top: 4%;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.main-mainscreen__column .swiper-pagination-bullet {
  border-radius: 50%;
  border: 1px solid #fff
}

.main-mainscreen__column .swiper-pagination-bullet-active {
  background-color: #fff
}

.main-mainscreen__slide {
  position: relative;
  padding-bottom: 71%
}

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

.main-mainscreen__title {
  position: relative;
  line-height: 125%;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  font-size: 58px
}

.main-mainscreen__title::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100%;
  background: url(../img/icons/decor-2.svg) right no-repeat;
  background-size: contain
}

.main-mainscreen__title span {
  display: block
}

.main-mainscreen__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.main-mainscreen__text {
  font-weight: 300;
  line-height: 120%;
  max-width: 384px
}

.main-mainscreen__create {
  white-space: nowrap;
  border-radius: 1000px;
  border: 1px solid #ff323a;
  background: #ff323a;
  font-weight: 300;
  text-transform: uppercase
}

.main-mainscreen__bg {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: block
}

.main-mainscreen__start {
  width: 100%;
  padding: 0 30px;
  position: absolute
}

.main-mainscreen__start-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: rgba(255,255,255,.1);
  -webkit-backdrop-filter: blur(11.5px);
  backdrop-filter: blur(11.5px);
  padding-right: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 50px;
  overflow: hidden
}

.main-mainscreen__start-overlay::before {
  content: "";
  display: block;
  background: url(../img/start/start-text.svg) left no-repeat;
  background-size: 100%
}

.main-mainscreen__start-arrow {
  background: url(../img/mainscreen/arrow.svg) right no-repeat;
  margin-left: auto;
  background-size: contain
}

.privileges-mainscreen {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 245px auto;
  grid-template-columns: 245px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-3%);
  -ms-transform: translateY(-3%);
  transform: translateY(-3%)
}

.loaded .privileges-mainscreen {
  -webkit-transition: all .7s ease .4s;
  transition: all .7s ease .4s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.privileges-mainscreen__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 25px
}

.privileges-mainscreen__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px
}

.privileges-mainscreen__all span {
  font-weight: 300;
  max-width: 139px
}

.privileges-mainscreen__button {
  background: url(../img/icons/all.svg) left no-repeat;
  background-size: contain
}

.privileges-mainscreen__item {
  padding: 5px 20px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 111px;
  border: 1px solid #fff
}

.privileges-mainscreen__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 16px
}

.privileges-mainscreen__privilege {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 300px;
  height: 260px;
  padding-right: 17px;
  padding-top: 44px;
  padding-left: 23px;
  padding-bottom: 35px
}

.privileges-mainscreen__label {
  position: relative;
  z-index: 2;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 100px;
  color: #000;
  line-height: 120%;
  font-weight: 300;
  text-transform: uppercase
}

.privileges-mainscreen__desc {
  position: relative;
  z-index: 2;
  color: #000;
  font-size: 32px;
  font-weight: 300;
  margin-top: auto
}

.no-webp .privilege-1 {
  background: url(../img/icons/privileges/01.png) no-repeat
}

.privilege-1::after {
  content: "";
  display: block;
  background: url(../img/icons/arrow-black.svg) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  margin-top: auto
}

.no-webp .privilege-2 {
  background: url(../img/icons/privileges/02.png) no-repeat
}

.privilege-2::after {
  content: "";
  display: block;
  background: url(../img/icons/diagram.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: auto
}

.no-webp .privilege-3 {
  background: url(../img/icons/privileges/03.png) no-repeat
}

.description {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

.description._active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.description__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.description__column-main {
  max-width: 482px
}

.description__column-perview {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.description__column-text {
  margin-top: 10px
}

.description__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 24px;
  background: -webkit-gradient(linear,left top,left bottom,from(#17172f),to(#292d44));
  background: linear-gradient(180deg,#17172f 0,#292d44 100%)
}

.description__title {
  margin-bottom: 10px
}

.description__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 125%
}

.description__text:not(:last-child) {
  margin-bottom: 10px
}

.description__logo {
  position: relative
}

.description__logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: -90px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: auto
}

.description__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  margin-bottom: 30px;
  padding-left: 35px;
  padding-right: 10px
}

.description__number {
  font-weight: 400;
  text-transform: uppercase
}

.description__lead {
  font-weight: 300;
  max-width: 206px;
  line-height: 110%
}

.description__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0 0 24px 24px;
  background: #ffc5b8;
  color: #000;
  font-weight: 300;
  text-decoration: underline
}

.description__link::after {
  content: "";
  background: url(../img/icons/arrow-black.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: 100%
}

.description__decor {
  display: block;
  margin-top: 24px;
  width: 135px;
  height: 54px;
  margin-left: auto;
  border: 1px solid #ff323a;
  border-radius: 100px;
  padding: 5px
}

.description__decor::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ff323a;
  border-radius: 100px
}

.directions {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

.directions._active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.directions__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 37.5%;
  grid-template-columns: auto 37.5%;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 35px
}

.directions__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2,1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 26px
}

.directions__content>span {
  display: none
}

.directions__content p {
  padding-top: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  border-top: 1px solid #fff
}

.directions__create {
  display: none
}

.block-directions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border-radius: 24px
}

.block-directions-yellow {
  background-color: #ffc63c
}

.block-directions-red {
  background-color: #ff4047
}

.block-directions__title {
  color: #080921;
  font-weight: 500
}

.block-directions__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #080921;
  font-weight: 300;
  line-height: 125%
}

.block-directions__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px
}

.block-directions__cryptos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px
}

.block-directions__cryptos span {
  color: #000;
  font-weight: 300;
  max-width: 77px;
  line-height: 120%
}

.block-directions__cryptos::before {
  content: "";
  display: block;
  background: url(../img/icons/crypto.svg) no-repeat;
  width: 95px;
  height: 39px;
  background-size: contain
}

.block-directions__link {
  background: url(../img/icons/arrow-black.svg) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain
}

.block-directions__dots {
  background: url(../img/icons/dots.svg);
  width: 100%;
  height: 100px;
  background-size: contain;
  background-repeat: repeat-x
}

.why {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

.why._active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.why__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

.why__head p {
  font-weight: 300;
  max-width: 580px;
  line-height: 120%
}

.why__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 26px
}

.why__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.no-webp .item-why {
  background: url(../img/icons/why/bg.png) no-repeat
}

.item-why {
  background-size: 100%;
  width: 300px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  height: 260px;
  border-radius: 23px;
  padding: 36px 20px 32px 20px
}

.item-why p {
  font-size: 14px;
  line-height: 120%;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 70px
}

.item-why__icon {
  margin-bottom: 36px;
  width: 43px;
  height: 43px
}

.item-why__icon-1 {
  background: url(../img/icons/services/01.svg) no-repeat;
  background-size: contain
}

.item-why__icon-2 {
  background: url(../img/icons/services/02.svg) no-repeat;
  background-size: contain
}

.item-why__icon-3 {
  background: url(../img/icons/services/03.svg) no-repeat;
  background-size: contain
}

.item-why__icon-4 {
  background: url(../img/icons/services/04.svg) no-repeat;
  background-size: contain
}

.item-why__label {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase
}

.risks {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

.risks._active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.risks__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px auto;
  grid-template-columns: 500px auto;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  row-gap: 50px
}

.risks__content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 40px;
  max-width: 433px
}

.risks__circle {
  display: block;
  background: url(../img/circle.svg) no-repeat;
  background-size: contain
}

.risks__title {
  max-width: 340px
}

.risks__link {
  width: 100%;
  position: relative
}

.risks__link img {
  width: 100%;
  max-width: 100%
}

.risks__link .swiper-pagination-bullets {
  position: absolute;
  top: 54%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 6%;
  height: 46%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3
}

.risks__link .swiper-pagination-bullet {
  border-radius: 50%;
  border: 1px solid #fff
}

.risks__link .swiper-pagination-bullet:first-child {
  margin-bottom: auto
}

.risks__link .swiper-pagination-bullet-active {
  background-color: #fff;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

.manage {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

.manage._active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.manage__container {
  position: relative
}

.manage__container p {
  font-weight: 500;
  text-transform: uppercase
}

.no-webp .manage__container::after {
  background: url(../img/flouver.png) no-repeat
}

.manage__container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  z-index: -1;
  -webkit-transform: translate(28%,-30%);
  -ms-transform: translate(28%,-30%);
  transform: translate(28%,-30%)
}

.manage__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.manage__line span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 100px;
  max-width: 407px;
  border: 1px solid #ff323a
}

.manage__line span::after {
  content: "";
  display: block;
  border-radius: 100px;
  border: 1px solid #ff323a;
  height: 100%;
  width: 100%
}

.manage__create {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1000px;
  border: 1px solid #ff323a;
  background: #ff323a;
  font-weight: 300;
  text-transform: uppercase
}

.policy__title {
  font-weight: 500;
  margin-bottom: 12px
}

.policy__subtitle {
  color: rgba(255,255,255,.6);
  font-weight: 300
}

.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 20px
}

.error__perw {
  text-align: center;
  color: #ff323a;
  font-weight: 600
}

.error__img img {
  max-width: 100%
}

.error__content {
  text-align: center
}

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

.error__subtitle {
  color: rgba(255,255,255,.6);
  font-weight: 300;
  margin-bottom: 30px
}

.error__button {
  border-radius: 1000px;
  border: 1px solid #ff323a;
  background: #ff323a;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.swiper {
  overflow: hidden
}

.swiper-initialized {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.swiper-android .swiper-slide,.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

.swiper-button-lock {
  display: none!important
}

@media (min-width: 47.99875em) {
  .create-account__body {
    display:-ms-grid;
    display: grid;
    -ms-grid-columns: auto 333px;
    grid-template-columns: auto 333px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    max-width: 782px;
    min-height: 525px
  }

  .main-mainscreen__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain
  }
}

@media (min-width: 75em) {
  ._hidden {
    overflow:hidden
  }

  .join__button:hover {
    background-color: #ff323a;
    border: 1px solid #ff323a
  }

  .menu__list a:hover {
    color: #ff323a
  }

  .footer__policy:hover {
    text-decoration: underline
  }

  .start {
    min-height: 475px
  }

  .start__content {
    min-height: 475px
  }

  .start__button-arrow:hover::before {
    -webkit-transform: translate(-30%,-50%);
    -ms-transform: translate(-30%,-50%);
    transform: translate(-30%,-50%)
  }

  .create-account__new-password:hover {
    text-decoration: underline
  }

  .create-account__submit:hover {
    background-color: #cd262b
  }

  .create-account__lead a:hover {
    text-decoration: none
  }

  .main-mainscreen__create:hover {
    background-color: #ca2228
  }

  .privileges-mainscreen__actions {
    margin-top: 17px;
    display: block;
    margin-bottom: 0
  }

  .privileges-mainscreen__item:not(:last-child) {
    margin-bottom: 12px
  }

  .privileges-mainscreen__item:hover {
    background-color: #fff;
    color: #000
  }

  .privileges-mainscreen__privilege:hover {
    -webkit-transform: perspective(100px) rotateX(2deg);
    transform: perspective(100px) rotateX(2deg)
  }

  .description__column-main {
    margin-right: 23px
  }

  .description__column-text {
    max-width: 330px
  }

  .description__inner {
    margin-right: 30px;
    min-width: 380px
  }

  .description__link:hover {
    text-decoration: none
  }

  .directions__content>span {
    display: block;
    margin-bottom: 26px;
    display: block;
    width: 134px;
    height: 56px;
    border: 1px solid #ff323a;
    border-radius: 100px;
    padding: 5px
  }

  .directions__content>span::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ff323a;
    border-radius: 100px
  }

  .directions__content p {
    margin-bottom: 43px
  }

  .directions__create {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    border: 1px solid #ff323a;
    background: #ff323a;
    font-weight: 300;
    text-transform: uppercase
  }

  .directions__create:hover {
    background-color: #ca2228
  }

  .manage__create:hover {
    background-color: #ca2228
  }
}

@media (min-width: 75em) and (min-width:82em) {
  .directions__create {
    min-height:3.125rem
  }

  .directions__create {
    padding-left: 1.25rem
  }

  .directions__create {
    padding-right: 1.25rem
  }

  .directions__create {
    font-size: .875rem
  }
}

@media (min-width: 82em) {
  ._page-padding {
    padding-top:8.125rem
  }

  .input {
    min-height: 2.5rem
  }

  .join__button {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
  }

  .join__button {
    min-height: 2.75rem
  }

  .join__button {
    padding-left: 2.625rem
  }

  .join__button {
    padding-right: 2.625rem
  }

  .join__button {
    font-size: 1rem
  }

  .join__button::after {
    min-width: .9375rem
  }

  .join__button::after {
    height: .9375rem
  }

  .menu__list {
    -webkit-column-gap: 4.1875rem;
    -moz-column-gap: 4.1875rem;
    column-gap: 4.1875rem
  }

  .menu__list a {
    font-size: 1rem
  }

  ._user-content h1 {
    font-size: 2.5rem
  }

  ._user-content h2 {
    font-size: 2.125rem
  }

  ._user-content h3 {
    font-size: 1.75rem
  }

  ._user-content h4 {
    font-size: 1.5rem
  }

  ._user-content h5 {
    font-size: 1.375rem
  }

  ._user-content h6 {
    font-size: 1.25rem
  }

  ._user-content h1,._user-content h2,._user-content h3,._user-content h4,._user-content h5,._user-content h6 {
    margin-top: 2.875rem
  }

  ._user-content p {
    font-size: 1rem
  }

  ._user-content p {
    margin-top: .9375rem
  }

  .header {
    padding-top: 2.5rem
  }

  .header {
    padding-bottom: 2.5rem
  }

  .header__container {
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem
  }

  .header__logo img {
    width: 7.9375rem
  }

  .header__menu {
    margin-right: -6.25rem
  }

  .header__actions {
    -webkit-column-gap: 2.8125rem;
    -moz-column-gap: 2.8125rem;
    column-gap: 2.8125rem
  }

  .lang-header__selected {
    font-size: 1rem
  }

  .lang-header__list a {
    font-size: 1rem
  }

  .footer {
    padding-bottom: 2.5rem
  }

  .footer__policy {
    font-size: 1rem
  }

  .start__content {
    padding-bottom: 5.875rem
  }

  .start__content {
    padding-top: 3.5625rem
  }

  .start__button {
    padding-left: 4.1875rem
  }

  .start__button::before {
    width: 11.5625rem
  }

  .start__button::before {
    height: 1.1875rem
  }

  .start__button-arrow {
    width: 5.3125rem
  }

  .start__button-arrow {
    height: 5.3125rem
  }

  .start__button-arrow::before {
    width: 1.875rem
  }

  .start__button-arrow::before {
    height: 1.875rem
  }

  .create-account__body {
    border-radius: 1.5rem
  }

  .create-account__form {
    padding-top: 3.5625rem
  }

  .create-account__form {
    padding-bottom: 3.5625rem
  }

  .create-account__form {
    padding-left: 3.5625rem
  }

  .create-account__form {
    padding-right: 3.5625rem
  }

  .create-account__subtitle {
    font-size: .875rem
  }

  .create-account__input {
    margin-bottom: 1.375rem
  }

  .create-account__label {
    font-size: .875rem
  }

  .create-account__submit {
    min-height: 2.5rem
  }

  .create-account__submit {
    font-size: .875rem
  }

  .create-account__submit {
    margin-bottom: 1.375rem
  }

  .create-account__lead {
    font-size: .875rem
  }

  .mainscreen {
    margin-top: 1.25rem
  }

  .mainscreen {
    margin-bottom: 8.75rem
  }

  .mainscreen__main {
    margin-bottom: 4rem
  }

  .main-mainscreen__column .swiper-pagination-bullets {
    -webkit-column-gap: 1.0625rem;
    -moz-column-gap: 1.0625rem;
    column-gap: 1.0625rem
  }

  .main-mainscreen__column .swiper-pagination-bullet {
    width: .6875rem
  }

  .main-mainscreen__column .swiper-pagination-bullet {
    height: .6875rem
  }

  .main-mainscreen__title {
    padding-bottom: 2.375rem
  }

  .main-mainscreen__title {
    margin-bottom: 2.9375rem
  }

  .main-mainscreen__title::after {
    height: 3.375rem
  }

  .main-mainscreen__text {
    font-size: 1rem
  }

  .main-mainscreen__create {
    min-height: 3.125rem
  }

  .main-mainscreen__create {
    padding-left: 1.25rem
  }

  .main-mainscreen__create {
    padding-right: 1.25rem
  }

  .main-mainscreen__create {
    font-size: .875rem
  }

  .main-mainscreen__start {
    bottom: 1.125rem
  }

  .main-mainscreen__start-overlay {
    padding-left: 2.625rem
  }

  .main-mainscreen__start-overlay::before {
    width: 7.5rem
  }

  .main-mainscreen__start-overlay::before {
    height: 1.1875rem
  }

  .main-mainscreen__start-arrow {
    width: 3.375rem
  }

  .main-mainscreen__start-arrow {
    height: 3.375rem
  }

  .privileges-mainscreen__all {
    margin-bottom: 1.75rem
  }

  .privileges-mainscreen__all span {
    font-size: 1rem
  }

  .privileges-mainscreen__button {
    width: 3.375rem
  }

  .privileges-mainscreen__button {
    height: 3.375rem
  }

  .privileges-mainscreen__item {
    min-height: 2.625rem
  }

  .privileges-mainscreen__item {
    font-size: 1rem
  }

  .privileges-mainscreen__label {
    font-size: 1.125rem
  }

  .description {
    margin-bottom: 10.875rem
  }

  .description__logo {
    padding-top: 6.875rem
  }

  .description__logo img {
    width: 11.4375rem
  }

  .description__number {
    font-size: 3rem
  }

  .description__lead {
    font-size: 1rem
  }

  .description__link {
    min-height: 3.5rem
  }

  .description__link {
    padding-left: 2.5rem
  }

  .description__link {
    padding-right: 2.5rem
  }

  .description__link {
    font-size: 1rem
  }

  .directions {
    margin-bottom: 12.25rem
  }

  .directions__block {
    padding: 2.8125rem
  }

  .directions__block {
    padding-bottom: 3.4375rem
  }

  .directions__title {
    margin-bottom: 1.3125rem
  }

  .block-directions__title {
    margin-bottom: 2.375rem
  }

  .block-directions__title {
    font-size: 1.75rem
  }

  .block-directions__text {
    font-size: 1rem
  }

  .block-directions__text {
    margin-bottom: 3.75rem
  }

  .block-directions__cryptos span {
    font-size: 1rem
  }

  .why {
    margin-bottom: 11.25rem
  }

  .why__head {
    margin-bottom: 6.25rem
  }

  .why__head p {
    font-size: 1rem
  }

  .item-why__label {
    margin-bottom: 1rem
  }

  .risks {
    margin-bottom: 11.875rem
  }

  .risks__circle {
    width: 17.625rem
  }

  .risks__circle {
    height: 11.4375rem
  }

  .risks__title {
    margin-bottom: 2.125rem
  }

  .risks__link .swiper-pagination-bullets {
    row-gap: 1.0625rem
  }

  .risks__link .swiper-pagination-bullet {
    width: .6875rem
  }

  .risks__link .swiper-pagination-bullet {
    height: .6875rem
  }

  .manage {
    margin-bottom: 4.25rem
  }

  .manage__container p {
    font-size: 7.5rem
  }

  .manage__container::after {
    width: 62.5rem
  }

  .manage__container::after {
    height: 62.5rem
  }

  .manage__line {
    -webkit-column-gap: 1.75rem;
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem
  }

  .manage__line {
    margin-top: 1.875rem
  }

  .manage__line span {
    height: 5.375rem
  }

  .manage__line span {
    padding: .4375rem
  }

  .manage__create {
    min-height: 3.125rem
  }

  .manage__create {
    padding-left: 1.25rem
  }

  .manage__create {
    padding-right: 1.25rem
  }

  .manage__create {
    font-size: .875rem
  }

  .policy {
    margin-top: 3rem
  }

  .policy {
    margin-bottom: 7.125rem
  }

  .policy__title {
    font-size: 2.625rem
  }

  .policy__subtitle {
    font-size: 1rem
  }

  .error__perw {
    font-size: 12.5rem
  }

  .error__perw {
    letter-spacing: 1.5rem
  }

  .error__perw {
    margin-bottom: 2.9375rem
  }

  .error__title {
    font-size: 2rem
  }

  .error__title {
    margin-bottom: .9375rem
  }

  .error__subtitle {
    font-size: 1rem
  }

  .error__button {
    font-size: .875rem
  }

  .error__button {
    padding-left: 4.375rem
  }

  .error__button {
    padding-right: 4.375rem
  }

  .error__button {
    padding-top: 1rem
  }

  .error__button {
    padding-bottom: 1rem
  }
}

@media (max-width: 82em) {
  .main-mainscreen__column:first-child {
    -webkit-box-flex:1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 10px
  }

  .main-mainscreen__column:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

@media (max-width: 75em) {
  .title {
    font-size:35px
  }

  .main-mainscreen__title {
    font-size: 50px
  }

  .privileges-mainscreen {
    display: block
  }

  .privileges-mainscreen__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px
  }

  .privileges-mainscreen__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .description {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%)
  }

  .description__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
  }

  .description__decor {
    width: 100%
  }

  .directions {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%)
  }

  .directions__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .why {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%)
  }

  .risks {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%)
  }

  .risks__container {
    -ms-grid-columns: 350px auto;
    grid-template-columns: 350px auto
  }
}

@media (max-width: 1024px) {
  .main-mainscreen__title {
    font-size:40px
  }
}

@media (max-width: 850px) {
  .header__menu {
    display:none
  }
}

@media (max-width: 370px) {
  .item-why {
    width:280px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px
  }
}

@media (max-width: 20em) {
  ._page-padding {
    padding-top:4.375rem
  }

  .input {
    min-height: 2.1875rem
  }

  .join__button {
    -webkit-column-gap: .3125rem;
    -moz-column-gap: .3125rem;
    column-gap: .3125rem
  }

  .join__button {
    min-height: 1.8125rem
  }

  .join__button {
    padding-left: .625rem
  }

  .join__button {
    padding-right: .625rem
  }

  .join__button {
    font-size: .75rem
  }

  .join__button::after {
    min-width: .625rem
  }

  .join__button::after {
    height: .625rem
  }

  .menu__list {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
  }

  .menu__list a {
    font-size: .75rem
  }

  ._user-content h1 {
    font-size: 2.25rem
  }

  ._user-content h2 {
    font-size: 1.875rem
  }

  ._user-content h3 {
    font-size: 1.5rem
  }

  ._user-content h4 {
    font-size: 1.25rem
  }

  ._user-content h5 {
    font-size: 1.125rem
  }

  ._user-content h6 {
    font-size: 1rem
  }

  ._user-content h1,._user-content h2,._user-content h3,._user-content h4,._user-content h5,._user-content h6 {
    margin-top: 2rem
  }

  ._user-content p {
    font-size: .875rem
  }

  ._user-content p {
    margin-top: .75rem
  }

  .header {
    padding-top: 1.25rem
  }

  .header {
    padding-bottom: 1.25rem
  }

  .header__container {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
  }

  .header__logo img {
    width: 6.5rem
  }

  .header__menu {
    margin-right: .0000000625rem
  }

  .header__actions {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem
  }

  .lang-header__selected {
    font-size: .75rem
  }

  .lang-header__list a {
    font-size: .75rem
  }

  .footer {
    padding-bottom: .9375rem
  }

  .footer__policy {
    font-size: .75rem
  }

  .start__content {
    padding-bottom: 1.875rem
  }

  .start__content {
    padding-top: 1.875rem
  }

  .start__button {
    padding-left: .6875rem
  }

  .start__button::before {
    width: 8.125rem
  }

  .start__button::before {
    height: .9375rem
  }

  .start__button-arrow {
    width: 3.125rem
  }

  .start__button-arrow {
    height: 3.125rem
  }

  .start__button-arrow::before {
    width: .9375rem
  }

  .start__button-arrow::before {
    height: .9375rem
  }

  .create-account__body {
    border-radius: .875rem
  }

  .create-account__form {
    padding-top: 2.1875rem
  }

  .create-account__form {
    padding-bottom: 2.1875rem
  }

  .create-account__form {
    padding-left: 1.5rem
  }

  .create-account__form {
    padding-right: 1.5rem
  }

  .create-account__subtitle {
    font-size: .75rem
  }

  .create-account__input {
    margin-bottom: 1.125rem
  }

  .create-account__label {
    font-size: .75rem
  }

  .create-account__submit {
    min-height: 2.1875rem
  }

  .create-account__submit {
    font-size: .75rem
  }

  .create-account__submit {
    margin-bottom: .9375rem
  }

  .create-account__lead {
    font-size: .75rem
  }

  .mainscreen {
    margin-top: 3.125rem
  }

  .mainscreen {
    margin-bottom: 2.8125rem
  }

  .mainscreen__main {
    margin-bottom: 4.375rem
  }

  .main-mainscreen__column .swiper-pagination-bullets {
    -webkit-column-gap: .5625rem;
    -moz-column-gap: .5625rem;
    column-gap: .5625rem
  }

  .main-mainscreen__column .swiper-pagination-bullet {
    width: .375rem
  }

  .main-mainscreen__column .swiper-pagination-bullet {
    height: .375rem
  }

  .main-mainscreen__title {
    padding-bottom: .625rem
  }

  .main-mainscreen__title {
    margin-bottom: .625rem
  }

  .main-mainscreen__title::after {
    height: 1.875rem
  }

  .main-mainscreen__text {
    font-size: .75rem
  }

  .main-mainscreen__create {
    min-height: 2.5rem
  }

  .main-mainscreen__create {
    padding-left: .5rem
  }

  .main-mainscreen__create {
    padding-right: .5rem
  }

  .main-mainscreen__create {
    font-size: .75rem
  }

  .main-mainscreen__start {
    bottom: .625rem
  }

  .main-mainscreen__start-overlay {
    padding-left: 1.5rem
  }

  .main-mainscreen__start-overlay::before {
    width: 4.375rem
  }

  .main-mainscreen__start-overlay::before {
    height: .625rem
  }

  .main-mainscreen__start-arrow {
    width: 1.875rem
  }

  .main-mainscreen__start-arrow {
    height: 1.875rem
  }

  .privileges-mainscreen__all {
    margin-bottom: 1.125rem
  }

  .privileges-mainscreen__all span {
    font-size: .75rem
  }

  .privileges-mainscreen__button {
    width: 2.75rem
  }

  .privileges-mainscreen__button {
    height: 2.75rem
  }

  .privileges-mainscreen__item {
    min-height: 2.1875rem
  }

  .privileges-mainscreen__item {
    font-size: .75rem
  }

  .privileges-mainscreen__label {
    font-size: .875rem
  }

  .description {
    margin-bottom: 6.0625rem
  }

  .description__logo {
    padding-top: 5.8125rem
  }

  .description__logo img {
    width: 9.375rem
  }

  .description__number {
    font-size: 2.3125rem
  }

  .description__lead {
    font-size: .75rem
  }

  .description__link {
    min-height: 2.8125rem
  }

  .description__link {
    padding-left: 1.875rem
  }

  .description__link {
    padding-right: 1.875rem
  }

  .description__link {
    font-size: .875rem
  }

  .directions {
    margin-bottom: 8.125rem
  }

  .directions__block {
    padding: 2.5rem
  }

  .directions__block {
    padding-bottom: 3.125rem
  }

  .directions__title {
    margin-bottom: .875rem
  }

  .block-directions__title {
    margin-bottom: 1.875rem
  }

  .block-directions__title {
    font-size: 1.5rem
  }

  .block-directions__text {
    font-size: .875rem
  }

  .block-directions__text {
    margin-bottom: 3.125rem
  }

  .block-directions__cryptos span {
    font-size: .875rem
  }

  .why {
    margin-bottom: 6.6875rem
  }

  .why__head {
    margin-bottom: 2.5rem
  }

  .why__head p {
    font-size: .75rem
  }

  .item-why__label {
    margin-bottom: .625rem
  }

  .risks {
    margin-bottom: 6.875rem
  }

  .risks__circle {
    width: 13.375rem
  }

  .risks__circle {
    height: 8.5625rem
  }

  .risks__title {
    margin-bottom: .9375rem
  }

  .risks__link .swiper-pagination-bullets {
    row-gap: .5625rem
  }

  .risks__link .swiper-pagination-bullet {
    width: .375rem
  }

  .risks__link .swiper-pagination-bullet {
    height: .375rem
  }

  .manage {
    margin-bottom: 3.3125rem
  }

  .manage__container p {
    font-size: 1.8125rem
  }

  .manage__container::after {
    width: 15.625rem
  }

  .manage__container::after {
    height: 15.625rem
  }

  .manage__line {
    -webkit-column-gap: .375rem;
    -moz-column-gap: .375rem;
    column-gap: .375rem
  }

  .manage__line {
    margin-top: .5rem
  }

  .manage__line span {
    height: 1.5rem
  }

  .manage__line span {
    padding: .125rem
  }

  .manage__create {
    min-height: 2.5rem
  }

  .manage__create {
    padding-left: .5rem
  }

  .manage__create {
    padding-right: .5rem
  }

  .manage__create {
    font-size: .75rem
  }

  .policy {
    margin-top: 1.25rem
  }

  .policy {
    margin-bottom: 3.75rem
  }

  .policy__title {
    font-size: 2rem
  }

  .policy__subtitle {
    font-size: .75rem
  }

  .error__perw {
    font-size: 6.25rem
  }

  .error__perw {
    letter-spacing: .625rem
  }

  .error__perw {
    margin-bottom: 1.4375rem
  }

  .error__title {
    font-size: 1.375rem
  }

  .error__title {
    margin-bottom: .625rem
  }

  .error__subtitle {
    font-size: .875rem
  }

  .error__button {
    font-size: .75rem
  }

  .error__button {
    padding-left: 2.8125rem
  }

  .error__button {
    padding-right: 2.8125rem
  }

  .error__button {
    padding-top: .75rem
  }

  .error__button {
    padding-bottom: .75rem
  }
}

@media (max-width: 61.99875em) {
  .title {
    font-size:26px
  }

  .main-mainscreen__title {
    font-size: 32px
  }

  .main-mainscreen__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .privileges-mainscreen__privilege {
    padding-left: 17px;
    padding-top: 30px;
    padding-bottom: 25px;
    width: 221px;
    height: 190px
  }

  .privileges-mainscreen__desc {
    font-size: 24px
  }

  .privilege-1 {
    background-size: contain
  }

  .privilege-1::after {
    width: 30px
  }

  .privilege-2::after {
    width: 30px;
    height: 30px
  }

  .privilege-2 {
    background-size: contain
  }

  .privilege-3 {
    background-size: contain
  }

  .risks__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .risks__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .risks__title {
    max-width: 200px
  }
}

@media (max-width: 47.99875em) {
  .footer__main {
    -ms-flex-wrap:wrap;
    flex-wrap: wrap
  }

  .footer__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
  }

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

  .perview-create-account {
    display: none
  }

  .main-mainscreen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .main-mainscreen__column:first-child {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding-top: 0
  }

  .main-mainscreen__column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
  }

  .privileges-mainscreen__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .privileges-mainscreen__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .description__container {
    display: block
  }

  .description__column-perview {
    margin-top: 85px
  }

  .description__logo img {
    top: -60px
  }

  .directions__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width: 29.99875em) {
  .privileges-mainscreen__privilege {
    width:342px;
    height: 154px
  }

  .no-webp .privilege-1 {
    background: url(../img/icons/privileges/01-mobile.png) no-repeat
  }

  .no-webp .privilege-2 {
    background: url(../img/icons/privileges/02-mobile.png) no-repeat
  }

  .no-webp .privilege-3 {
    background: url(../img/icons/privileges/03-mobile.png) no-repeat
  }
}

@media (min-width: 20em) and (max-width:82em) {
  @supports (padding-top:clamp(4.375rem ,3.1653225806rem + 6.0483870968vw ,8.125rem)) {
    ._page-padding {
      padding-top:clamp(4.375rem ,3.1653225806rem + 6.0483870968vw ,8.125rem)
    }
  }

  @supports not (padding-top: clamp(4.375rem ,3.1653225806rem + 6.0483870968vw ,8.125rem)) {
    ._page-padding {
      padding-top:calc(4.375rem + 3.75 * (100vw - 20rem)/ 62)
    }
  }

  @supports (min-height: clamp(2.1875rem ,2.0866935484rem + 0.5040322581vw ,2.5rem)) {
    .input {
      min-height:clamp(2.1875rem ,2.0866935484rem + .5040322581vw ,2.5rem)
    }
  }

  @supports not (min-height: clamp(2.1875rem ,2.0866935484rem + 0.5040322581vw ,2.5rem)) {
    .input {
      min-height:calc(2.1875rem + .3125 * (100vw - 20rem)/ 62)
    }
  }

  @supports ((-moz-column-gap: clamp(0.3125rem ,0.1108870968rem + 1.0080645161vw ,0.9375rem)) or (column-gap:clamp(0.3125rem ,0.1108870968rem + 1.0080645161vw ,0.9375rem))) {
    .join__button {
      -webkit-column-gap:clamp(.3125rem ,.1108870968rem + 1.0080645161vw ,.9375rem);
      -moz-column-gap: clamp(.3125rem ,.1108870968rem + 1.0080645161vw ,.9375rem);
      column-gap: clamp(.3125rem ,.1108870968rem + 1.0080645161vw ,.9375rem)
    }
  }

  @supports not ((-moz-column-gap: clamp(0.3125rem ,0.1108870968rem + 1.0080645161vw ,0.9375rem)) or (column-gap:clamp(0.3125rem ,0.1108870968rem + 1.0080645161vw ,0.9375rem))) {
    .join__button {
      -webkit-column-gap:calc(.3125rem + .625 * (100vw - 20rem)/ 62);
      -moz-column-gap: calc(.3125rem + .625 * (100vw - 20rem)/ 62);
      column-gap: calc(.3125rem + .625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (min-height: clamp(1.8125rem ,1.5100806452rem + 1.5120967742vw ,2.75rem)) {
    .join__button {
      min-height:clamp(1.8125rem ,1.5100806452rem + 1.5120967742vw ,2.75rem)
    }
  }

  @supports not (min-height: clamp(1.8125rem ,1.5100806452rem + 1.5120967742vw ,2.75rem)) {
    .join__button {
      min-height:calc(1.8125rem + .9375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-left: clamp(0.625rem ,-0.0201612903rem + 3.2258064516vw ,2.625rem)) {
    .join__button {
      padding-left:clamp(.625rem ,-.0201612903rem + 3.2258064516vw ,2.625rem)
    }
  }

  @supports not (padding-left: clamp(0.625rem ,-0.0201612903rem + 3.2258064516vw ,2.625rem)) {
    .join__button {
      padding-left:calc(.625rem + 2 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-right: clamp(0.625rem ,-0.0201612903rem + 3.2258064516vw ,2.625rem)) {
    .join__button {
      padding-right:clamp(.625rem ,-.0201612903rem + 3.2258064516vw ,2.625rem)
    }
  }

  @supports not (padding-right: clamp(0.625rem ,-0.0201612903rem + 3.2258064516vw ,2.625rem)) {
    .join__button {
      padding-right:calc(.625rem + 2 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .join__button {
      font-size:clamp(.75rem ,.6693548387rem + .4032258065vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .join__button {
      font-size:calc(.75rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (min-width: clamp(0.625rem ,0.5241935484rem + 0.5040322581vw ,0.9375rem)) {
    .join__button::after {
      min-width:clamp(.625rem ,.5241935484rem + .5040322581vw ,.9375rem)
    }
  }

  @supports not (min-width: clamp(0.625rem ,0.5241935484rem + 0.5040322581vw ,0.9375rem)) {
    .join__button::after {
      min-width:calc(.625rem + .3125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (height: clamp(0.625rem ,0.5241935484rem + 0.5040322581vw ,0.9375rem)) {
    .join__button::after {
      height:clamp(.625rem ,.5241935484rem + .5040322581vw ,.9375rem)
    }
  }

  @supports not (height: clamp(0.625rem ,0.5241935484rem + 0.5040322581vw ,0.9375rem)) {
    .join__button::after {
      height:calc(.625rem + .3125 * (100vw - 20rem)/ 62)
    }
  }

  @supports ((-moz-column-gap: clamp(1.875rem ,1.1290322581rem + 3.7298387097vw ,4.1875rem)) or (column-gap:clamp(1.875rem ,1.1290322581rem + 3.7298387097vw ,4.1875rem))) {
    .menu__list {
      -webkit-column-gap:clamp(1.875rem ,1.1290322581rem + 3.7298387097vw ,4.1875rem);
      -moz-column-gap: clamp(1.875rem ,1.1290322581rem + 3.7298387097vw ,4.1875rem);
      column-gap: clamp(1.875rem ,1.1290322581rem + 3.7298387097vw ,4.1875rem)
    }
  }

  @supports not ((-moz-column-gap: clamp(1.875rem ,1.1290322581rem + 3.7298387097vw ,4.1875rem)) or (column-gap:clamp(1.875rem ,1.1290322581rem + 3.7298387097vw ,4.1875rem))) {
    .menu__list {
      -webkit-column-gap:calc(1.875rem + 2.3125 * (100vw - 20rem)/ 62);
      -moz-column-gap: calc(1.875rem + 2.3125 * (100vw - 20rem)/ 62);
      column-gap: calc(1.875rem + 2.3125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .menu__list a {
      font-size:clamp(.75rem ,.6693548387rem + .4032258065vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .menu__list a {
      font-size:calc(.75rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(2.25rem ,2.1693548387rem + 0.4032258065vw ,2.5rem)) {
    ._user-content h1 {
      font-size:clamp(2.25rem ,2.1693548387rem + .4032258065vw ,2.5rem)
    }
  }

  @supports not (font-size: clamp(2.25rem ,2.1693548387rem + 0.4032258065vw ,2.5rem)) {
    ._user-content h1 {
      font-size:calc(2.25rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(1.875rem ,1.7943548387rem + 0.4032258065vw ,2.125rem)) {
    ._user-content h2 {
      font-size:clamp(1.875rem ,1.7943548387rem + .4032258065vw ,2.125rem)
    }
  }

  @supports not (font-size: clamp(1.875rem ,1.7943548387rem + 0.4032258065vw ,2.125rem)) {
    ._user-content h2 {
      font-size:calc(1.875rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(1.5rem ,1.4193548387rem + 0.4032258065vw ,1.75rem)) {
    ._user-content h3 {
      font-size:clamp(1.5rem ,1.4193548387rem + .4032258065vw ,1.75rem)
    }
  }

  @supports not (font-size: clamp(1.5rem ,1.4193548387rem + 0.4032258065vw ,1.75rem)) {
    ._user-content h3 {
      font-size:calc(1.5rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(1.25rem ,1.1693548387rem + 0.4032258065vw ,1.5rem)) {
    ._user-content h4 {
      font-size:clamp(1.25rem ,1.1693548387rem + .4032258065vw ,1.5rem)
    }
  }

  @supports not (font-size: clamp(1.25rem ,1.1693548387rem + 0.4032258065vw ,1.5rem)) {
    ._user-content h4 {
      font-size:calc(1.25rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(1.125rem ,1.0443548387rem + 0.4032258065vw ,1.375rem)) {
    ._user-content h5 {
      font-size:clamp(1.125rem ,1.0443548387rem + .4032258065vw ,1.375rem)
    }
  }

  @supports not (font-size: clamp(1.125rem ,1.0443548387rem + 0.4032258065vw ,1.375rem)) {
    ._user-content h5 {
      font-size:calc(1.125rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(1rem ,0.9193548387rem + 0.4032258065vw ,1.25rem)) {
    ._user-content h6 {
      font-size:clamp(1rem ,.9193548387rem + .4032258065vw ,1.25rem)
    }
  }

  @supports not (font-size: clamp(1rem ,0.9193548387rem + 0.4032258065vw ,1.25rem)) {
    ._user-content h6 {
      font-size:calc(1rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-top: clamp(2rem ,1.7177419355rem + 1.4112903226vw ,2.875rem)) {
    ._user-content h1,._user-content h2,._user-content h3,._user-content h4,._user-content h5,._user-content h6 {
      margin-top:clamp(2rem ,1.7177419355rem + 1.4112903226vw ,2.875rem)
    }
  }

  @supports not (margin-top: clamp(2rem ,1.7177419355rem + 1.4112903226vw ,2.875rem)) {
    ._user-content h1,._user-content h2,._user-content h3,._user-content h4,._user-content h5,._user-content h6 {
      margin-top:calc(2rem + .875 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.875rem ,0.8346774194rem + 0.2016129032vw ,1rem)) {
    ._user-content p {
      font-size:clamp(.875rem ,.8346774194rem + .2016129032vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.875rem ,0.8346774194rem + 0.2016129032vw ,1rem)) {
    ._user-content p {
      font-size:calc(.875rem + .125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-top: clamp(0.75rem ,0.689516129rem + 0.3024193548vw ,0.9375rem)) {
    ._user-content p {
      margin-top:clamp(.75rem ,.689516129rem + .3024193548vw ,.9375rem)
    }
  }

  @supports not (margin-top: clamp(0.75rem ,0.689516129rem + 0.3024193548vw ,0.9375rem)) {
    ._user-content p {
      margin-top:calc(.75rem + .1875 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-top: clamp(1.25rem ,0.8467741935rem + 2.0161290323vw ,2.5rem)) {
    .header {
      padding-top:clamp(1.25rem ,.8467741935rem + 2.0161290323vw ,2.5rem)
    }
  }

  @supports not (padding-top: clamp(1.25rem ,0.8467741935rem + 2.0161290323vw ,2.5rem)) {
    .header {
      padding-top:calc(1.25rem + 1.25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-bottom: clamp(1.25rem ,0.8467741935rem + 2.0161290323vw ,2.5rem)) {
    .header {
      padding-bottom:clamp(1.25rem ,.8467741935rem + 2.0161290323vw ,2.5rem)
    }
  }

  @supports not (padding-bottom: clamp(1.25rem ,0.8467741935rem + 2.0161290323vw ,2.5rem)) {
    .header {
      padding-bottom:calc(1.25rem + 1.25 * (100vw - 20rem)/ 62)
    }
  }

  @supports ((-moz-column-gap: clamp(0.9375rem ,0.0302419355rem + 4.5362903226vw ,3.75rem)) or (column-gap:clamp(0.9375rem ,0.0302419355rem + 4.5362903226vw ,3.75rem))) {
    .header__container {
      -webkit-column-gap:clamp(.9375rem ,.0302419355rem + 4.5362903226vw ,3.75rem);
      -moz-column-gap: clamp(.9375rem ,.0302419355rem + 4.5362903226vw ,3.75rem);
      column-gap: clamp(.9375rem ,.0302419355rem + 4.5362903226vw ,3.75rem)
    }
  }

  @supports not ((-moz-column-gap: clamp(0.9375rem ,0.0302419355rem + 4.5362903226vw ,3.75rem)) or (column-gap:clamp(0.9375rem ,0.0302419355rem + 4.5362903226vw ,3.75rem))) {
    .header__container {
      -webkit-column-gap:calc(.9375rem + 2.8125 * (100vw - 20rem)/ 62);
      -moz-column-gap: calc(.9375rem + 2.8125 * (100vw - 20rem)/ 62);
      column-gap: calc(.9375rem + 2.8125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (width: clamp(6.5rem ,6.0362903226rem + 2.3185483871vw ,7.9375rem)) {
    .header__logo img {
      width:clamp(6.5rem ,6.0362903226rem + 2.3185483871vw ,7.9375rem)
    }
  }

  @supports not (width: clamp(6.5rem ,6.0362903226rem + 2.3185483871vw ,7.9375rem)) {
    .header__logo img {
      width:calc(6.5rem + 1.4375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-right: clamp(-6.25rem ,2.0161291149rem + -10.0806452621vw ,0.0000000625rem)) {
    .header__menu {
      margin-right:clamp(-6.25rem ,2.0161291149rem + -10.0806452621vw ,.0000000625rem)
    }
  }

  @supports not (margin-right: clamp(-6.25rem ,2.0161291149rem + -10.0806452621vw ,0.0000000625rem)) {
    .header__menu {
      margin-right:calc(.0000000625rem + -6.2500000625 * (100vw - 20rem)/ 62)
    }
  }

  @supports ((-moz-column-gap: clamp(1rem ,0.4153225806rem + 2.9233870968vw ,2.8125rem)) or (column-gap:clamp(1rem ,0.4153225806rem + 2.9233870968vw ,2.8125rem))) {
    .header__actions {
      -webkit-column-gap:clamp(1rem ,.4153225806rem + 2.9233870968vw ,2.8125rem);
      -moz-column-gap: clamp(1rem ,.4153225806rem + 2.9233870968vw ,2.8125rem);
      column-gap: clamp(1rem ,.4153225806rem + 2.9233870968vw ,2.8125rem)
    }
  }

  @supports not ((-moz-column-gap: clamp(1rem ,0.4153225806rem + 2.9233870968vw ,2.8125rem)) or (column-gap:clamp(1rem ,0.4153225806rem + 2.9233870968vw ,2.8125rem))) {
    .header__actions {
      -webkit-column-gap:calc(1rem + 1.8125 * (100vw - 20rem)/ 62);
      -moz-column-gap: calc(1rem + 1.8125 * (100vw - 20rem)/ 62);
      column-gap: calc(1rem + 1.8125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .lang-header__selected {
      font-size:clamp(.75rem ,.6693548387rem + .4032258065vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .lang-header__selected {
      font-size:calc(.75rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .lang-header__list a {
      font-size:clamp(.75rem ,.6693548387rem + .4032258065vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .lang-header__list a {
      font-size:calc(.75rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-bottom: clamp(0.9375rem ,0.4334677419rem + 2.5201612903vw ,2.5rem)) {
    .footer {
      padding-bottom:clamp(.9375rem ,.4334677419rem + 2.5201612903vw ,2.5rem)
    }
  }

  @supports not (padding-bottom: clamp(0.9375rem ,0.4334677419rem + 2.5201612903vw ,2.5rem)) {
    .footer {
      padding-bottom:calc(.9375rem + 1.5625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .footer__policy {
      font-size:clamp(.75rem ,.6693548387rem + .4032258065vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .footer__policy {
      font-size:calc(.75rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-bottom: clamp(1.875rem ,0.5846774194rem + 6.4516129032vw ,5.875rem)) {
    .start__content {
      padding-bottom:clamp(1.875rem ,.5846774194rem + 6.4516129032vw ,5.875rem)
    }
  }

  @supports not (padding-bottom: clamp(1.875rem ,0.5846774194rem + 6.4516129032vw ,5.875rem)) {
    .start__content {
      padding-bottom:calc(1.875rem + 4 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-top: clamp(1.875rem ,1.3306451613rem + 2.7217741935vw ,3.5625rem)) {
    .start__content {
      padding-top:clamp(1.875rem ,1.3306451613rem + 2.7217741935vw ,3.5625rem)
    }
  }

  @supports not (padding-top: clamp(1.875rem ,1.3306451613rem + 2.7217741935vw ,3.5625rem)) {
    .start__content {
      padding-top:calc(1.875rem + 1.6875 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-left: clamp(0.6875rem ,-0.4415322581rem + 5.6451612903vw ,4.1875rem)) {
    .start__button {
      padding-left:clamp(.6875rem ,-.4415322581rem + 5.6451612903vw ,4.1875rem)
    }
  }

  @supports not (padding-left: clamp(0.6875rem ,-0.4415322581rem + 5.6451612903vw ,4.1875rem)) {
    .start__button {
      padding-left:calc(.6875rem + 3.5 * (100vw - 20rem)/ 62)
    }
  }

  @supports (width: clamp(8.125rem ,7.0161290323rem + 5.5443548387vw ,11.5625rem)) {
    .start__button::before {
      width:clamp(8.125rem ,7.0161290323rem + 5.5443548387vw ,11.5625rem)
    }
  }

  @supports not (width: clamp(8.125rem ,7.0161290323rem + 5.5443548387vw ,11.5625rem)) {
    .start__button::before {
      width:calc(8.125rem + 3.4375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (height: clamp(0.9375rem ,0.8568548387rem + 0.4032258065vw ,1.1875rem)) {
    .start__button::before {
      height:clamp(.9375rem ,.8568548387rem + .4032258065vw ,1.1875rem)
    }
  }

  @supports not (height: clamp(0.9375rem ,0.8568548387rem + 0.4032258065vw ,1.1875rem)) {
    .start__button::before {
      height:calc(.9375rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (width: clamp(3.125rem ,2.4193548387rem + 3.5282258065vw ,5.3125rem)) {
    .start__button-arrow {
      width:clamp(3.125rem ,2.4193548387rem + 3.5282258065vw ,5.3125rem)
    }
  }

  @supports not (width: clamp(3.125rem ,2.4193548387rem + 3.5282258065vw ,5.3125rem)) {
    .start__button-arrow {
      width:calc(3.125rem + 2.1875 * (100vw - 20rem)/ 62)
    }
  }

  @supports (height: clamp(3.125rem ,2.4193548387rem + 3.5282258065vw ,5.3125rem)) {
    .start__button-arrow {
      height:clamp(3.125rem ,2.4193548387rem + 3.5282258065vw ,5.3125rem)
    }
  }

  @supports not (height: clamp(3.125rem ,2.4193548387rem + 3.5282258065vw ,5.3125rem)) {
    .start__button-arrow {
      height:calc(3.125rem + 2.1875 * (100vw - 20rem)/ 62)
    }
  }

  @supports (width: clamp(0.9375rem ,0.6350806452rem + 1.5120967742vw ,1.875rem)) {
    .start__button-arrow::before {
      width:clamp(.9375rem ,.6350806452rem + 1.5120967742vw ,1.875rem)
    }
  }

  @supports not (width: clamp(0.9375rem ,0.6350806452rem + 1.5120967742vw ,1.875rem)) {
    .start__button-arrow::before {
      width:calc(.9375rem + .9375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (height: clamp(0.9375rem ,0.6350806452rem + 1.5120967742vw ,1.875rem)) {
    .start__button-arrow::before {
      height:clamp(.9375rem ,.6350806452rem + 1.5120967742vw ,1.875rem)
    }
  }

  @supports not (height: clamp(0.9375rem ,0.6350806452rem + 1.5120967742vw ,1.875rem)) {
    .start__button-arrow::before {
      height:calc(.9375rem + .9375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (border-radius: clamp(0.875rem ,0.6733870968rem + 1.0080645161vw ,1.5rem)) {
    .create-account__body {
      border-radius:clamp(.875rem ,.6733870968rem + 1.0080645161vw ,1.5rem)
    }
  }

  @supports not (border-radius: clamp(0.875rem ,0.6733870968rem + 1.0080645161vw ,1.5rem)) {
    .create-account__body {
      border-radius:calc(.875rem + .625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-top: clamp(2.1875rem ,1.7439516129rem + 2.2177419355vw ,3.5625rem)) {
    .create-account__form {
      padding-top:clamp(2.1875rem ,1.7439516129rem + 2.2177419355vw ,3.5625rem)
    }
  }

  @supports not (padding-top: clamp(2.1875rem ,1.7439516129rem + 2.2177419355vw ,3.5625rem)) {
    .create-account__form {
      padding-top:calc(2.1875rem + 1.375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-bottom: clamp(2.1875rem ,1.7439516129rem + 2.2177419355vw ,3.5625rem)) {
    .create-account__form {
      padding-bottom:clamp(2.1875rem ,1.7439516129rem + 2.2177419355vw ,3.5625rem)
    }
  }

  @supports not (padding-bottom: clamp(2.1875rem ,1.7439516129rem + 2.2177419355vw ,3.5625rem)) {
    .create-account__form {
      padding-bottom:calc(2.1875rem + 1.375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-left: clamp(1.5rem ,0.8346774194rem + 3.3266129032vw ,3.5625rem)) {
    .create-account__form {
      padding-left:clamp(1.5rem ,.8346774194rem + 3.3266129032vw ,3.5625rem)
    }
  }

  @supports not (padding-left: clamp(1.5rem ,0.8346774194rem + 3.3266129032vw ,3.5625rem)) {
    .create-account__form {
      padding-left:calc(1.5rem + 2.0625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-right: clamp(1.5rem ,0.8346774194rem + 3.3266129032vw ,3.5625rem)) {
    .create-account__form {
      padding-right:clamp(1.5rem ,.8346774194rem + 3.3266129032vw ,3.5625rem)
    }
  }

  @supports not (padding-right: clamp(1.5rem ,0.8346774194rem + 3.3266129032vw ,3.5625rem)) {
    .create-account__form {
      padding-right:calc(1.5rem + 2.0625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .create-account__subtitle {
      font-size:clamp(.75rem ,.7096774194rem + .2016129032vw ,.875rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .create-account__subtitle {
      font-size:calc(.75rem + .125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(1.125rem ,1.0443548387rem + 0.4032258065vw ,1.375rem)) {
    .create-account__input {
      margin-bottom:clamp(1.125rem ,1.0443548387rem + .4032258065vw ,1.375rem)
    }
  }

  @supports not (margin-bottom: clamp(1.125rem ,1.0443548387rem + 0.4032258065vw ,1.375rem)) {
    .create-account__input {
      margin-bottom:calc(1.125rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .create-account__label {
      font-size:clamp(.75rem ,.7096774194rem + .2016129032vw ,.875rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .create-account__label {
      font-size:calc(.75rem + .125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (min-height: clamp(2.1875rem ,2.0866935484rem + 0.5040322581vw ,2.5rem)) {
    .create-account__submit {
      min-height:clamp(2.1875rem ,2.0866935484rem + .5040322581vw ,2.5rem)
    }
  }

  @supports not (min-height: clamp(2.1875rem ,2.0866935484rem + 0.5040322581vw ,2.5rem)) {
    .create-account__submit {
      min-height:calc(2.1875rem + .3125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .create-account__submit {
      font-size:clamp(.75rem ,.7096774194rem + .2016129032vw ,.875rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .create-account__submit {
      font-size:calc(.75rem + .125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(0.9375rem ,0.7963709677rem + 0.7056451613vw ,1.375rem)) {
    .create-account__submit {
      margin-bottom:clamp(.9375rem ,.7963709677rem + .7056451613vw ,1.375rem)
    }
  }

  @supports not (margin-bottom: clamp(0.9375rem ,0.7963709677rem + 0.7056451613vw ,1.375rem)) {
    .create-account__submit {
      margin-bottom:calc(.9375rem + .4375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .create-account__lead {
      font-size:clamp(.75rem ,.7096774194rem + .2016129032vw ,.875rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .create-account__lead {
      font-size:calc(.75rem + .125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-top: clamp(1.25rem ,3.7298387097rem + -3.0241935484vw ,3.125rem)) {
    .mainscreen {
      margin-top:clamp(1.25rem ,3.7298387097rem + -3.0241935484vw ,3.125rem)
    }
  }

  @supports not (margin-top: clamp(1.25rem ,3.7298387097rem + -3.0241935484vw ,3.125rem)) {
    .mainscreen {
      margin-top:calc(3.125rem + -1.875 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(2.8125rem ,0.8971774194rem + 9.5766129032vw ,8.75rem)) {
    .mainscreen {
      margin-bottom:clamp(2.8125rem ,.8971774194rem + 9.5766129032vw ,8.75rem)
    }
  }

  @supports not (margin-bottom: clamp(2.8125rem ,0.8971774194rem + 9.5766129032vw ,8.75rem)) {
    .mainscreen {
      margin-bottom:calc(2.8125rem + 5.9375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(4rem ,4.4959677419rem + -0.6048387097vw ,4.375rem)) {
    .mainscreen__main {
      margin-bottom:clamp(4rem ,4.4959677419rem + -.6048387097vw ,4.375rem)
    }
  }

  @supports not (margin-bottom: clamp(4rem ,4.4959677419rem + -0.6048387097vw ,4.375rem)) {
    .mainscreen__main {
      margin-bottom:calc(4.375rem + -.375 * (100vw - 20rem)/ 62)
    }
  }

  @supports ((-moz-column-gap: clamp(0.5625rem ,0.4012096774rem + 0.8064516129vw ,1.0625rem)) or (column-gap:clamp(0.5625rem ,0.4012096774rem + 0.8064516129vw ,1.0625rem))) {
    .main-mainscreen__column .swiper-pagination-bullets {
      -webkit-column-gap:clamp(.5625rem ,.4012096774rem + .8064516129vw ,1.0625rem);
      -moz-column-gap: clamp(.5625rem ,.4012096774rem + .8064516129vw ,1.0625rem);
      column-gap: clamp(.5625rem ,.4012096774rem + .8064516129vw ,1.0625rem)
    }
  }

  @supports not ((-moz-column-gap: clamp(0.5625rem ,0.4012096774rem + 0.8064516129vw ,1.0625rem)) or (column-gap:clamp(0.5625rem ,0.4012096774rem + 0.8064516129vw ,1.0625rem))) {
    .main-mainscreen__column .swiper-pagination-bullets {
      -webkit-column-gap:calc(.5625rem + .5 * (100vw - 20rem)/ 62);
      -moz-column-gap: calc(.5625rem + .5 * (100vw - 20rem)/ 62);
      column-gap: calc(.5625rem + .5 * (100vw - 20rem)/ 62)
    }
  }

  @supports (width: clamp(0.375rem ,0.2741935484rem + 0.5040322581vw ,0.6875rem)) {
    .main-mainscreen__column .swiper-pagination-bullet {
      width:clamp(.375rem ,.2741935484rem + .5040322581vw ,.6875rem)
    }
  }

  @supports not (width: clamp(0.375rem ,0.2741935484rem + 0.5040322581vw ,0.6875rem)) {
    .main-mainscreen__column .swiper-pagination-bullet {
      width:calc(.375rem + .3125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (height: clamp(0.375rem ,0.2741935484rem + 0.5040322581vw ,0.6875rem)) {
    .main-mainscreen__column .swiper-pagination-bullet {
      height:clamp(.375rem ,.2741935484rem + .5040322581vw ,.6875rem)
    }
  }

  @supports not (height: clamp(0.375rem ,0.2741935484rem + 0.5040322581vw ,0.6875rem)) {
    .main-mainscreen__column .swiper-pagination-bullet {
      height:calc(.375rem + .3125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-bottom: clamp(0.625rem ,0.060483871rem + 2.8225806452vw ,2.375rem)) {
    .main-mainscreen__title {
      padding-bottom:clamp(.625rem ,.060483871rem + 2.8225806452vw ,2.375rem)
    }
  }

  @supports not (padding-bottom: clamp(0.625rem ,0.060483871rem + 2.8225806452vw ,2.375rem)) {
    .main-mainscreen__title {
      padding-bottom:calc(.625rem + 1.75 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(0.625rem ,-0.1209677419rem + 3.7298387097vw ,2.9375rem)) {
    .main-mainscreen__title {
      margin-bottom:clamp(.625rem ,-.1209677419rem + 3.7298387097vw ,2.9375rem)
    }
  }

  @supports not (margin-bottom: clamp(0.625rem ,-0.1209677419rem + 3.7298387097vw ,2.9375rem)) {
    .main-mainscreen__title {
      margin-bottom:calc(.625rem + 2.3125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (height: clamp(1.875rem ,1.3911290323rem + 2.4193548387vw ,3.375rem)) {
    .main-mainscreen__title::after {
      height:clamp(1.875rem ,1.3911290323rem + 2.4193548387vw ,3.375rem)
    }
  }

  @supports not (height: clamp(1.875rem ,1.3911290323rem + 2.4193548387vw ,3.375rem)) {
    .main-mainscreen__title::after {
      height:calc(1.875rem + 1.5 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .main-mainscreen__text {
      font-size:clamp(.75rem ,.6693548387rem + .4032258065vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .main-mainscreen__text {
      font-size:calc(.75rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (min-height: clamp(2.5rem ,2.2983870968rem + 1.0080645161vw ,3.125rem)) {
    .main-mainscreen__create {
      min-height:clamp(2.5rem ,2.2983870968rem + 1.0080645161vw ,3.125rem)
    }
  }

  @supports not (min-height: clamp(2.5rem ,2.2983870968rem + 1.0080645161vw ,3.125rem)) {
    .main-mainscreen__create {
      min-height:calc(2.5rem + .625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-left: clamp(0.5rem ,0.2580645161rem + 1.2096774194vw ,1.25rem)) {
    .main-mainscreen__create {
      padding-left:clamp(.5rem ,.2580645161rem + 1.2096774194vw ,1.25rem)
    }
  }

  @supports not (padding-left: clamp(0.5rem ,0.2580645161rem + 1.2096774194vw ,1.25rem)) {
    .main-mainscreen__create {
      padding-left:calc(.5rem + .75 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-right: clamp(0.5rem ,0.2580645161rem + 1.2096774194vw ,1.25rem)) {
    .main-mainscreen__create {
      padding-right:clamp(.5rem ,.2580645161rem + 1.2096774194vw ,1.25rem)
    }
  }

  @supports not (padding-right: clamp(0.5rem ,0.2580645161rem + 1.2096774194vw ,1.25rem)) {
    .main-mainscreen__create {
      padding-right:calc(.5rem + .75 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .main-mainscreen__create {
      font-size:clamp(.75rem ,.7096774194rem + .2016129032vw ,.875rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .main-mainscreen__create {
      font-size:calc(.75rem + .125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (bottom: clamp(0.625rem ,0.4637096774rem + 0.8064516129vw ,1.125rem)) {
    .main-mainscreen__start {
      bottom:clamp(.625rem ,.4637096774rem + .8064516129vw ,1.125rem)
    }
  }

  @supports not (bottom: clamp(0.625rem ,0.4637096774rem + 0.8064516129vw ,1.125rem)) {
    .main-mainscreen__start {
      bottom:calc(.625rem + .5 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-left: clamp(1.5rem ,1.1370967742rem + 1.814516129vw ,2.625rem)) {
    .main-mainscreen__start-overlay {
      padding-left:clamp(1.5rem ,1.1370967742rem + 1.814516129vw ,2.625rem)
    }
  }

  @supports not (padding-left: clamp(1.5rem ,1.1370967742rem + 1.814516129vw ,2.625rem)) {
    .main-mainscreen__start-overlay {
      padding-left:calc(1.5rem + 1.125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (width: clamp(4.375rem ,3.3669354839rem + 5.0403225806vw ,7.5rem)) {
    .main-mainscreen__start-overlay::before {
      width:clamp(4.375rem ,3.3669354839rem + 5.0403225806vw ,7.5rem)
    }
  }

  @supports not (width: clamp(4.375rem ,3.3669354839rem + 5.0403225806vw ,7.5rem)) {
    .main-mainscreen__start-overlay::before {
      width:calc(4.375rem + 3.125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (height: clamp(0.625rem ,0.4435483871rem + 0.9072580645vw ,1.1875rem)) {
    .main-mainscreen__start-overlay::before {
      height:clamp(.625rem ,.4435483871rem + .9072580645vw ,1.1875rem)
    }
  }

  @supports not (height: clamp(0.625rem ,0.4435483871rem + 0.9072580645vw ,1.1875rem)) {
    .main-mainscreen__start-overlay::before {
      height:calc(.625rem + .5625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (width: clamp(1.875rem ,1.3911290323rem + 2.4193548387vw ,3.375rem)) {
    .main-mainscreen__start-arrow {
      width:clamp(1.875rem ,1.3911290323rem + 2.4193548387vw ,3.375rem)
    }
  }

  @supports not (width: clamp(1.875rem ,1.3911290323rem + 2.4193548387vw ,3.375rem)) {
    .main-mainscreen__start-arrow {
      width:calc(1.875rem + 1.5 * (100vw - 20rem)/ 62)
    }
  }

  @supports (height: clamp(1.875rem ,1.3911290323rem + 2.4193548387vw ,3.375rem)) {
    .main-mainscreen__start-arrow {
      height:clamp(1.875rem ,1.3911290323rem + 2.4193548387vw ,3.375rem)
    }
  }

  @supports not (height: clamp(1.875rem ,1.3911290323rem + 2.4193548387vw ,3.375rem)) {
    .main-mainscreen__start-arrow {
      height:calc(1.875rem + 1.5 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(1.125rem ,0.9233870968rem + 1.0080645161vw ,1.75rem)) {
    .privileges-mainscreen__all {
      margin-bottom:clamp(1.125rem ,.9233870968rem + 1.0080645161vw ,1.75rem)
    }
  }

  @supports not (margin-bottom: clamp(1.125rem ,0.9233870968rem + 1.0080645161vw ,1.75rem)) {
    .privileges-mainscreen__all {
      margin-bottom:calc(1.125rem + .625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .privileges-mainscreen__all span {
      font-size:clamp(.75rem ,.6693548387rem + .4032258065vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .privileges-mainscreen__all span {
      font-size:calc(.75rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (width: clamp(2.75rem ,2.5483870968rem + 1.0080645161vw ,3.375rem)) {
    .privileges-mainscreen__button {
      width:clamp(2.75rem ,2.5483870968rem + 1.0080645161vw ,3.375rem)
    }
  }

  @supports not (width: clamp(2.75rem ,2.5483870968rem + 1.0080645161vw ,3.375rem)) {
    .privileges-mainscreen__button {
      width:calc(2.75rem + .625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (height: clamp(2.75rem ,2.5483870968rem + 1.0080645161vw ,3.375rem)) {
    .privileges-mainscreen__button {
      height:clamp(2.75rem ,2.5483870968rem + 1.0080645161vw ,3.375rem)
    }
  }

  @supports not (height: clamp(2.75rem ,2.5483870968rem + 1.0080645161vw ,3.375rem)) {
    .privileges-mainscreen__button {
      height:calc(2.75rem + .625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (min-height: clamp(2.1875rem ,2.0463709677rem + 0.7056451613vw ,2.625rem)) {
    .privileges-mainscreen__item {
      min-height:clamp(2.1875rem ,2.0463709677rem + .7056451613vw ,2.625rem)
    }
  }

  @supports not (min-height: clamp(2.1875rem ,2.0463709677rem + 0.7056451613vw ,2.625rem)) {
    .privileges-mainscreen__item {
      min-height:calc(2.1875rem + .4375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .privileges-mainscreen__item {
      font-size:clamp(.75rem ,.6693548387rem + .4032258065vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .privileges-mainscreen__item {
      font-size:calc(.75rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.875rem ,0.7943548387rem + 0.4032258065vw ,1.125rem)) {
    .privileges-mainscreen__label {
      font-size:clamp(.875rem ,.7943548387rem + .4032258065vw ,1.125rem)
    }
  }

  @supports not (font-size: clamp(0.875rem ,0.7943548387rem + 0.4032258065vw ,1.125rem)) {
    .privileges-mainscreen__label {
      font-size:calc(.875rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(6.0625rem ,4.5100806452rem + 7.7620967742vw ,10.875rem)) {
    .description {
      margin-bottom:clamp(6.0625rem ,4.5100806452rem + 7.7620967742vw ,10.875rem)
    }
  }

  @supports not (margin-bottom: clamp(6.0625rem ,4.5100806452rem + 7.7620967742vw ,10.875rem)) {
    .description {
      margin-bottom:calc(6.0625rem + 4.8125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-top: clamp(5.8125rem ,5.4697580645rem + 1.7137096774vw ,6.875rem)) {
    .description__logo {
      padding-top:clamp(5.8125rem ,5.4697580645rem + 1.7137096774vw ,6.875rem)
    }
  }

  @supports not (padding-top: clamp(5.8125rem ,5.4697580645rem + 1.7137096774vw ,6.875rem)) {
    .description__logo {
      padding-top:calc(5.8125rem + 1.0625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (width: clamp(9.375rem ,8.7096774194rem + 3.3266129032vw ,11.4375rem)) {
    .description__logo img {
      width:clamp(9.375rem ,8.7096774194rem + 3.3266129032vw ,11.4375rem)
    }
  }

  @supports not (width: clamp(9.375rem ,8.7096774194rem + 3.3266129032vw ,11.4375rem)) {
    .description__logo img {
      width:calc(9.375rem + 2.0625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(2.3125rem ,2.0907258065rem + 1.1088709677vw ,3rem)) {
    .description__number {
      font-size:clamp(2.3125rem ,2.0907258065rem + 1.1088709677vw ,3rem)
    }
  }

  @supports not (font-size: clamp(2.3125rem ,2.0907258065rem + 1.1088709677vw ,3rem)) {
    .description__number {
      font-size:calc(2.3125rem + .6875 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .description__lead {
      font-size:clamp(.75rem ,.6693548387rem + .4032258065vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .description__lead {
      font-size:calc(.75rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (min-height: clamp(2.8125rem ,2.5907258065rem + 1.1088709677vw ,3.5rem)) {
    .description__link {
      min-height:clamp(2.8125rem ,2.5907258065rem + 1.1088709677vw ,3.5rem)
    }
  }

  @supports not (min-height: clamp(2.8125rem ,2.5907258065rem + 1.1088709677vw ,3.5rem)) {
    .description__link {
      min-height:calc(2.8125rem + .6875 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-left: clamp(1.875rem ,1.6733870968rem + 1.0080645161vw ,2.5rem)) {
    .description__link {
      padding-left:clamp(1.875rem ,1.6733870968rem + 1.0080645161vw ,2.5rem)
    }
  }

  @supports not (padding-left: clamp(1.875rem ,1.6733870968rem + 1.0080645161vw ,2.5rem)) {
    .description__link {
      padding-left:calc(1.875rem + .625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-right: clamp(1.875rem ,1.6733870968rem + 1.0080645161vw ,2.5rem)) {
    .description__link {
      padding-right:clamp(1.875rem ,1.6733870968rem + 1.0080645161vw ,2.5rem)
    }
  }

  @supports not (padding-right: clamp(1.875rem ,1.6733870968rem + 1.0080645161vw ,2.5rem)) {
    .description__link {
      padding-right:calc(1.875rem + .625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.875rem ,0.8346774194rem + 0.2016129032vw ,1rem)) {
    .description__link {
      font-size:clamp(.875rem ,.8346774194rem + .2016129032vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.875rem ,0.8346774194rem + 0.2016129032vw ,1rem)) {
    .description__link {
      font-size:calc(.875rem + .125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(8.125rem ,6.7943548387rem + 6.6532258065vw ,12.25rem)) {
    .directions {
      margin-bottom:clamp(8.125rem ,6.7943548387rem + 6.6532258065vw ,12.25rem)
    }
  }

  @supports not (margin-bottom: clamp(8.125rem ,6.7943548387rem + 6.6532258065vw ,12.25rem)) {
    .directions {
      margin-bottom:calc(8.125rem + 4.125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding: clamp(2.5rem ,2.3991935484rem + 0.5040322581vw ,2.8125rem)) {
    .directions__block {
      padding:clamp(2.5rem ,2.3991935484rem + .5040322581vw ,2.8125rem)
    }
  }

  @supports not (padding: clamp(2.5rem ,2.3991935484rem + 0.5040322581vw ,2.8125rem)) {
    .directions__block {
      padding:calc(2.5rem + .3125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-bottom: clamp(3.125rem ,3.0241935484rem + 0.5040322581vw ,3.4375rem)) {
    .directions__block {
      padding-bottom:clamp(3.125rem ,3.0241935484rem + .5040322581vw ,3.4375rem)
    }
  }

  @supports not (padding-bottom: clamp(3.125rem ,3.0241935484rem + 0.5040322581vw ,3.4375rem)) {
    .directions__block {
      padding-bottom:calc(3.125rem + .3125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(0.875rem ,0.7338709677rem + 0.7056451613vw ,1.3125rem)) {
    .directions__title {
      margin-bottom:clamp(.875rem ,.7338709677rem + .7056451613vw ,1.3125rem)
    }
  }

  @supports not (margin-bottom: clamp(0.875rem ,0.7338709677rem + 0.7056451613vw ,1.3125rem)) {
    .directions__title {
      margin-bottom:calc(.875rem + .4375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(1.875rem ,1.7137096774rem + 0.8064516129vw ,2.375rem)) {
    .block-directions__title {
      margin-bottom:clamp(1.875rem ,1.7137096774rem + .8064516129vw ,2.375rem)
    }
  }

  @supports not (margin-bottom: clamp(1.875rem ,1.7137096774rem + 0.8064516129vw ,2.375rem)) {
    .block-directions__title {
      margin-bottom:calc(1.875rem + .5 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(1.5rem ,1.4193548387rem + 0.4032258065vw ,1.75rem)) {
    .block-directions__title {
      font-size:clamp(1.5rem ,1.4193548387rem + .4032258065vw ,1.75rem)
    }
  }

  @supports not (font-size: clamp(1.5rem ,1.4193548387rem + 0.4032258065vw ,1.75rem)) {
    .block-directions__title {
      font-size:calc(1.5rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.875rem ,0.8346774194rem + 0.2016129032vw ,1rem)) {
    .block-directions__text {
      font-size:clamp(.875rem ,.8346774194rem + .2016129032vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.875rem ,0.8346774194rem + 0.2016129032vw ,1rem)) {
    .block-directions__text {
      font-size:calc(.875rem + .125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(3.125rem ,2.9233870968rem + 1.0080645161vw ,3.75rem)) {
    .block-directions__text {
      margin-bottom:clamp(3.125rem ,2.9233870968rem + 1.0080645161vw ,3.75rem)
    }
  }

  @supports not (margin-bottom: clamp(3.125rem ,2.9233870968rem + 1.0080645161vw ,3.75rem)) {
    .block-directions__text {
      margin-bottom:calc(3.125rem + .625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.875rem ,0.8346774194rem + 0.2016129032vw ,1rem)) {
    .block-directions__cryptos span {
      font-size:clamp(.875rem ,.8346774194rem + .2016129032vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.875rem ,0.8346774194rem + 0.2016129032vw ,1rem)) {
    .block-directions__cryptos span {
      font-size:calc(.875rem + .125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(6.6875rem ,5.2157258065rem + 7.3588709677vw ,11.25rem)) {
    .why {
      margin-bottom:clamp(6.6875rem ,5.2157258065rem + 7.3588709677vw ,11.25rem)
    }
  }

  @supports not (margin-bottom: clamp(6.6875rem ,5.2157258065rem + 7.3588709677vw ,11.25rem)) {
    .why {
      margin-bottom:calc(6.6875rem + 4.5625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(2.5rem ,1.2903225806rem + 6.0483870968vw ,6.25rem)) {
    .why__head {
      margin-bottom:clamp(2.5rem ,1.2903225806rem + 6.0483870968vw ,6.25rem)
    }
  }

  @supports not (margin-bottom: clamp(2.5rem ,1.2903225806rem + 6.0483870968vw ,6.25rem)) {
    .why__head {
      margin-bottom:calc(2.5rem + 3.75 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .why__head p {
      font-size:clamp(.75rem ,.6693548387rem + .4032258065vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .why__head p {
      font-size:calc(.75rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(0.625rem ,0.5040322581rem + 0.6048387097vw ,1rem)) {
    .item-why__label {
      margin-bottom:clamp(.625rem ,.5040322581rem + .6048387097vw ,1rem)
    }
  }

  @supports not (margin-bottom: clamp(0.625rem ,0.5040322581rem + 0.6048387097vw ,1rem)) {
    .item-why__label {
      margin-bottom:calc(.625rem + .375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(6.875rem ,5.2620967742rem + 8.064516129vw ,11.875rem)) {
    .risks {
      margin-bottom:clamp(6.875rem ,5.2620967742rem + 8.064516129vw ,11.875rem)
    }
  }

  @supports not (margin-bottom: clamp(6.875rem ,5.2620967742rem + 8.064516129vw ,11.875rem)) {
    .risks {
      margin-bottom:calc(6.875rem + 5 * (100vw - 20rem)/ 62)
    }
  }

  @supports (width: clamp(13.375rem ,12.0040322581rem + 6.8548387097vw ,17.625rem)) {
    .risks__circle {
      width:clamp(13.375rem ,12.0040322581rem + 6.8548387097vw ,17.625rem)
    }
  }

  @supports not (width: clamp(13.375rem ,12.0040322581rem + 6.8548387097vw ,17.625rem)) {
    .risks__circle {
      width:calc(13.375rem + 4.25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (height: clamp(8.5625rem ,7.6350806452rem + 4.6370967742vw ,11.4375rem)) {
    .risks__circle {
      height:clamp(8.5625rem ,7.6350806452rem + 4.6370967742vw ,11.4375rem)
    }
  }

  @supports not (height: clamp(8.5625rem ,7.6350806452rem + 4.6370967742vw ,11.4375rem)) {
    .risks__circle {
      height:calc(8.5625rem + 2.875 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(0.9375rem ,0.5544354839rem + 1.9153225806vw ,2.125rem)) {
    .risks__title {
      margin-bottom:clamp(.9375rem ,.5544354839rem + 1.9153225806vw ,2.125rem)
    }
  }

  @supports not (margin-bottom: clamp(0.9375rem ,0.5544354839rem + 1.9153225806vw ,2.125rem)) {
    .risks__title {
      margin-bottom:calc(.9375rem + 1.1875 * (100vw - 20rem)/ 62)
    }
  }

  @supports (row-gap: clamp(0.5625rem ,0.4012096774rem + 0.8064516129vw ,1.0625rem)) {
    .risks__link .swiper-pagination-bullets {
      row-gap:clamp(.5625rem ,.4012096774rem + .8064516129vw ,1.0625rem)
    }
  }

  @supports not (row-gap: clamp(0.5625rem ,0.4012096774rem + 0.8064516129vw ,1.0625rem)) {
    .risks__link .swiper-pagination-bullets {
      row-gap:calc(.5625rem + .5 * (100vw - 20rem)/ 62)
    }
  }

  @supports (width: clamp(0.375rem ,0.2741935484rem + 0.5040322581vw ,0.6875rem)) {
    .risks__link .swiper-pagination-bullet {
      width:clamp(.375rem ,.2741935484rem + .5040322581vw ,.6875rem)
    }
  }

  @supports not (width: clamp(0.375rem ,0.2741935484rem + 0.5040322581vw ,0.6875rem)) {
    .risks__link .swiper-pagination-bullet {
      width:calc(.375rem + .3125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (height: clamp(0.375rem ,0.2741935484rem + 0.5040322581vw ,0.6875rem)) {
    .risks__link .swiper-pagination-bullet {
      height:clamp(.375rem ,.2741935484rem + .5040322581vw ,.6875rem)
    }
  }

  @supports not (height: clamp(0.375rem ,0.2741935484rem + 0.5040322581vw ,0.6875rem)) {
    .risks__link .swiper-pagination-bullet {
      height:calc(.375rem + .3125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(3.3125rem ,3.0100806452rem + 1.5120967742vw ,4.25rem)) {
    .manage {
      margin-bottom:clamp(3.3125rem ,3.0100806452rem + 1.5120967742vw ,4.25rem)
    }
  }

  @supports not (margin-bottom: clamp(3.3125rem ,3.0100806452rem + 1.5120967742vw ,4.25rem)) {
    .manage {
      margin-bottom:calc(3.3125rem + .9375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(1.8125rem ,-0.0221774194rem + 9.1733870968vw ,7.5rem)) {
    .manage__container p {
      font-size:clamp(1.8125rem ,-.0221774194rem + 9.1733870968vw ,7.5rem)
    }
  }

  @supports not (font-size: clamp(1.8125rem ,-0.0221774194rem + 9.1733870968vw ,7.5rem)) {
    .manage__container p {
      font-size:calc(1.8125rem + 5.6875 * (100vw - 20rem)/ 62)
    }
  }

  @supports (width: clamp(15.625rem ,0.5040322581rem + 75.6048387097vw ,62.5rem)) {
    .manage__container::after {
      width:clamp(15.625rem ,.5040322581rem + 75.6048387097vw ,62.5rem)
    }
  }

  @supports not (width: clamp(15.625rem ,0.5040322581rem + 75.6048387097vw ,62.5rem)) {
    .manage__container::after {
      width:calc(15.625rem + 46.875 * (100vw - 20rem)/ 62)
    }
  }

  @supports (height: clamp(15.625rem ,0.5040322581rem + 75.6048387097vw ,62.5rem)) {
    .manage__container::after {
      height:clamp(15.625rem ,.5040322581rem + 75.6048387097vw ,62.5rem)
    }
  }

  @supports not (height: clamp(15.625rem ,0.5040322581rem + 75.6048387097vw ,62.5rem)) {
    .manage__container::after {
      height:calc(15.625rem + 46.875 * (100vw - 20rem)/ 62)
    }
  }

  @supports ((-moz-column-gap: clamp(0.375rem ,-0.0685483871rem + 2.2177419355vw ,1.75rem)) or (column-gap:clamp(0.375rem ,-0.0685483871rem + 2.2177419355vw ,1.75rem))) {
    .manage__line {
      -webkit-column-gap:clamp(.375rem ,-.0685483871rem + 2.2177419355vw ,1.75rem);
      -moz-column-gap: clamp(.375rem ,-.0685483871rem + 2.2177419355vw ,1.75rem);
      column-gap: clamp(.375rem ,-.0685483871rem + 2.2177419355vw ,1.75rem)
    }
  }

  @supports not ((-moz-column-gap: clamp(0.375rem ,-0.0685483871rem + 2.2177419355vw ,1.75rem)) or (column-gap:clamp(0.375rem ,-0.0685483871rem + 2.2177419355vw ,1.75rem))) {
    .manage__line {
      -webkit-column-gap:calc(.375rem + 1.375 * (100vw - 20rem)/ 62);
      -moz-column-gap: calc(.375rem + 1.375 * (100vw - 20rem)/ 62);
      column-gap: calc(.375rem + 1.375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-top: clamp(0.5rem ,0.0564516129rem + 2.2177419355vw ,1.875rem)) {
    .manage__line {
      margin-top:clamp(.5rem ,.0564516129rem + 2.2177419355vw ,1.875rem)
    }
  }

  @supports not (margin-top: clamp(0.5rem ,0.0564516129rem + 2.2177419355vw ,1.875rem)) {
    .manage__line {
      margin-top:calc(.5rem + 1.375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (height: clamp(1.5rem ,0.25rem + 6.25vw ,5.375rem)) {
    .manage__line span {
      height:clamp(1.5rem ,.25rem + 6.25vw ,5.375rem)
    }
  }

  @supports not (height: clamp(1.5rem ,0.25rem + 6.25vw ,5.375rem)) {
    .manage__line span {
      height:calc(1.5rem + 3.875 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding: clamp(0.125rem ,0.0241935484rem + 0.5040322581vw ,0.4375rem)) {
    .manage__line span {
      padding:clamp(.125rem ,.0241935484rem + .5040322581vw ,.4375rem)
    }
  }

  @supports not (padding: clamp(0.125rem ,0.0241935484rem + 0.5040322581vw ,0.4375rem)) {
    .manage__line span {
      padding:calc(.125rem + .3125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (min-height: clamp(2.5rem ,2.2983870968rem + 1.0080645161vw ,3.125rem)) {
    .manage__create {
      min-height:clamp(2.5rem ,2.2983870968rem + 1.0080645161vw ,3.125rem)
    }
  }

  @supports not (min-height: clamp(2.5rem ,2.2983870968rem + 1.0080645161vw ,3.125rem)) {
    .manage__create {
      min-height:calc(2.5rem + .625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-left: clamp(0.5rem ,0.2580645161rem + 1.2096774194vw ,1.25rem)) {
    .manage__create {
      padding-left:clamp(.5rem ,.2580645161rem + 1.2096774194vw ,1.25rem)
    }
  }

  @supports not (padding-left: clamp(0.5rem ,0.2580645161rem + 1.2096774194vw ,1.25rem)) {
    .manage__create {
      padding-left:calc(.5rem + .75 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-right: clamp(0.5rem ,0.2580645161rem + 1.2096774194vw ,1.25rem)) {
    .manage__create {
      padding-right:clamp(.5rem ,.2580645161rem + 1.2096774194vw ,1.25rem)
    }
  }

  @supports not (padding-right: clamp(0.5rem ,0.2580645161rem + 1.2096774194vw ,1.25rem)) {
    .manage__create {
      padding-right:calc(.5rem + .75 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .manage__create {
      font-size:clamp(.75rem ,.7096774194rem + .2016129032vw ,.875rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .manage__create {
      font-size:calc(.75rem + .125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-top: clamp(1.25rem ,0.685483871rem + 2.8225806452vw ,3rem)) {
    .policy {
      margin-top:clamp(1.25rem ,.685483871rem + 2.8225806452vw ,3rem)
    }
  }

  @supports not (margin-top: clamp(1.25rem ,0.685483871rem + 2.8225806452vw ,3rem)) {
    .policy {
      margin-top:calc(1.25rem + 1.75 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(3.75rem ,2.6612903226rem + 5.4435483871vw ,7.125rem)) {
    .policy {
      margin-bottom:clamp(3.75rem ,2.6612903226rem + 5.4435483871vw ,7.125rem)
    }
  }

  @supports not (margin-bottom: clamp(3.75rem ,2.6612903226rem + 5.4435483871vw ,7.125rem)) {
    .policy {
      margin-bottom:calc(3.75rem + 3.375 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(2rem ,1.7983870968rem + 1.0080645161vw ,2.625rem)) {
    .policy__title {
      font-size:clamp(2rem ,1.7983870968rem + 1.0080645161vw ,2.625rem)
    }
  }

  @supports not (font-size: clamp(2rem ,1.7983870968rem + 1.0080645161vw ,2.625rem)) {
    .policy__title {
      font-size:calc(2rem + .625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .policy__subtitle {
      font-size:clamp(.75rem ,.6693548387rem + .4032258065vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .policy__subtitle {
      font-size:calc(.75rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(6.25rem ,4.2338709677rem + 10.0806451613vw ,12.5rem)) {
    .error__perw {
      font-size:clamp(6.25rem ,4.2338709677rem + 10.0806451613vw ,12.5rem)
    }
  }

  @supports not (font-size: clamp(6.25rem ,4.2338709677rem + 10.0806451613vw ,12.5rem)) {
    .error__perw {
      font-size:calc(6.25rem + 6.25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (letter-spacing: clamp(0.625rem ,0.3427419355rem + 1.4112903226vw ,1.5rem)) {
    .error__perw {
      letter-spacing:clamp(.625rem ,.3427419355rem + 1.4112903226vw ,1.5rem)
    }
  }

  @supports not (letter-spacing: clamp(0.625rem ,0.3427419355rem + 1.4112903226vw ,1.5rem)) {
    .error__perw {
      letter-spacing:calc(.625rem + .875 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(1.4375rem ,0.9536290323rem + 2.4193548387vw ,2.9375rem)) {
    .error__perw {
      margin-bottom:clamp(1.4375rem ,.9536290323rem + 2.4193548387vw ,2.9375rem)
    }
  }

  @supports not (margin-bottom: clamp(1.4375rem ,0.9536290323rem + 2.4193548387vw ,2.9375rem)) {
    .error__perw {
      margin-bottom:calc(1.4375rem + 1.5 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(1.375rem ,1.1733870968rem + 1.0080645161vw ,2rem)) {
    .error__title {
      font-size:clamp(1.375rem ,1.1733870968rem + 1.0080645161vw ,2rem)
    }
  }

  @supports not (font-size: clamp(1.375rem ,1.1733870968rem + 1.0080645161vw ,2rem)) {
    .error__title {
      font-size:calc(1.375rem + .625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (margin-bottom: clamp(0.625rem ,0.5241935484rem + 0.5040322581vw ,0.9375rem)) {
    .error__title {
      margin-bottom:clamp(.625rem ,.5241935484rem + .5040322581vw ,.9375rem)
    }
  }

  @supports not (margin-bottom: clamp(0.625rem ,0.5241935484rem + 0.5040322581vw ,0.9375rem)) {
    .error__title {
      margin-bottom:calc(.625rem + .3125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.875rem ,0.8346774194rem + 0.2016129032vw ,1rem)) {
    .error__subtitle {
      font-size:clamp(.875rem ,.8346774194rem + .2016129032vw ,1rem)
    }
  }

  @supports not (font-size: clamp(0.875rem ,0.8346774194rem + 0.2016129032vw ,1rem)) {
    .error__subtitle {
      font-size:calc(.875rem + .125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .error__button {
      font-size:clamp(.75rem ,.7096774194rem + .2016129032vw ,.875rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .error__button {
      font-size:calc(.75rem + .125 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-left: clamp(2.8125rem ,2.3084677419rem + 2.5201612903vw ,4.375rem)) {
    .error__button {
      padding-left:clamp(2.8125rem ,2.3084677419rem + 2.5201612903vw ,4.375rem)
    }
  }

  @supports not (padding-left: clamp(2.8125rem ,2.3084677419rem + 2.5201612903vw ,4.375rem)) {
    .error__button {
      padding-left:calc(2.8125rem + 1.5625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-right: clamp(2.8125rem ,2.3084677419rem + 2.5201612903vw ,4.375rem)) {
    .error__button {
      padding-right:clamp(2.8125rem ,2.3084677419rem + 2.5201612903vw ,4.375rem)
    }
  }

  @supports not (padding-right: clamp(2.8125rem ,2.3084677419rem + 2.5201612903vw ,4.375rem)) {
    .error__button {
      padding-right:calc(2.8125rem + 1.5625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-top: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .error__button {
      padding-top:clamp(.75rem ,.6693548387rem + .4032258065vw ,1rem)
    }
  }

  @supports not (padding-top: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .error__button {
      padding-top:calc(.75rem + .25 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-bottom: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .error__button {
      padding-bottom:clamp(.75rem ,.6693548387rem + .4032258065vw ,1rem)
    }
  }

  @supports not (padding-bottom: clamp(0.75rem ,0.6693548387rem + 0.4032258065vw ,1rem)) {
    .error__button {
      padding-bottom:calc(.75rem + .25 * (100vw - 20rem)/ 62)
    }
  }
}

@media (min-width: 75em) and (min-width:20em) and (max-width:82em) {
  @supports (min-height:clamp(2.5rem ,2.2983870968rem + 1.0080645161vw ,3.125rem)) {
    .directions__create {
      min-height:clamp(2.5rem ,2.2983870968rem + 1.0080645161vw ,3.125rem)
    }
  }

  @supports not (min-height: clamp(2.5rem ,2.2983870968rem + 1.0080645161vw ,3.125rem)) {
    .directions__create {
      min-height:calc(2.5rem + .625 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-left: clamp(0.5rem ,0.2580645161rem + 1.2096774194vw ,1.25rem)) {
    .directions__create {
      padding-left:clamp(.5rem ,.2580645161rem + 1.2096774194vw ,1.25rem)
    }
  }

  @supports not (padding-left: clamp(0.5rem ,0.2580645161rem + 1.2096774194vw ,1.25rem)) {
    .directions__create {
      padding-left:calc(.5rem + .75 * (100vw - 20rem)/ 62)
    }
  }

  @supports (padding-right: clamp(0.5rem ,0.2580645161rem + 1.2096774194vw ,1.25rem)) {
    .directions__create {
      padding-right:clamp(.5rem ,.2580645161rem + 1.2096774194vw ,1.25rem)
    }
  }

  @supports not (padding-right: clamp(0.5rem ,0.2580645161rem + 1.2096774194vw ,1.25rem)) {
    .directions__create {
      padding-right:calc(.5rem + .75 * (100vw - 20rem)/ 62)
    }
  }

  @supports (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .directions__create {
      font-size:clamp(.75rem ,.7096774194rem + .2016129032vw ,.875rem)
    }
  }

  @supports not (font-size: clamp(0.75rem ,0.7096774194rem + 0.2016129032vw ,0.875rem)) {
    .directions__create {
      font-size:calc(.75rem + .125 * (100vw - 20rem)/ 62)
    }
  }
}

@media (min-width: 75em) and (max-width:20em) {
  .directions__create {
    min-height:2.5rem
  }

  .directions__create {
    padding-left: .5rem
  }

  .directions__create {
    padding-right: .5rem
  }

  .directions__create {
    font-size: .75rem
  }
}

@media (any-hover: hover) {
  .lang-header__list a:hover {
    color:#ff323a
  }
}

.webp .privilege-1 {
  background: url(../img/icons/privileges/01.webp) no-repeat
}

.webp .privilege-2 {
  background: url(../img/icons/privileges/02.webp) no-repeat
}

.webp .privilege-3 {
  background: url(../img/icons/privileges/03.webp) no-repeat
}

.webp .item-why {
  background: url(../img/icons/why/bg.webp) no-repeat
}

.webp .manage__container::after {
  background: url(../img/flouver.webp) no-repeat
}

@media (max-width: 29.99875em) {
  .webp .privilege-1 {
    background:url(../img/icons/privileges/01-mobile.webp) no-repeat
  }
}

@media (max-width: 29.99875em) {
  .webp .privilege-2 {
    background:url(../img/icons/privileges/02-mobile.webp) no-repeat
  }
}

@media (max-width: 29.99875em) {
  .webp .privilege-3 {
    background:url(../img/icons/privileges/03-mobile.webp) no-repeat
  }
}