@import url(https://fonts.googleapis.com/css?family=Inter:regular,500&display=swap);
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@font-face {
  font-family: icons;
  font-display: swap;
  src: url(../fonts/icons.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
	font-family: "SF Pro Display";
	font-display: swap;
    src: url('../fonts/SFProDisplayRegular.eot');
    src: url('../fonts/SFProDisplayRegular.eot') format('embedded-opentype'),
         url('../fonts/SFProDisplayRegular.woff2') format('woff2'),
         url('../fonts/SFProDisplayRegular.woff') format('woff'),
         url('../fonts/SFProDisplayRegular.ttf') format('truetype'),
         url('../fonts/SFProDisplayRegular.svg#SFProDisplayRegular') format('svg');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: "SF Pro Display";
	font-display: swap;
    src: url('../fonts/SFProDisplayMedium.eot');
    src: url('../fonts/SFProDisplayMedium.eot') format('embedded-opentype'),
         url('../fonts/SFProDisplayMedium.woff2') format('woff2'),
         url('../fonts/SFProDisplayMedium.woff') format('woff'),
         url('../fonts/SFProDisplayMedium.ttf') format('truetype'),
         url('../fonts/SFProDisplayMedium.svg#SFProDisplayMedium') format('svg');
	font-weight: 500;
	font-style: normal
}
@font-face {
	font-family: "SF Pro Display";
	font-display: swap;
    src: url('../fonts/SFProDisplaySemibold.eot');
    src: url('../fonts/SFProDisplaySemibold.eot') format('embedded-opentype'),
         url('../fonts/SFProDisplaySemibold.woff2') format('woff2'),
         url('../fonts/SFProDisplaySemibold.woff') format('woff'),
         url('../fonts/SFProDisplaySemibold.ttf') format('truetype'),
         url('../fonts/SFProDisplaySemibold.svg#SFProDisplaySemibold') format('svg');
	font-weight: 600;
	font-style: normal
}
@font-face {
	font-family: "SF Pro Display";
	font-display: swap;
    src: url('../fonts/SFProDisplayBold.eot');
    src: url('../fonts/SFProDisplayBold.eot') format('embedded-opentype'),
         url('../fonts/SFProDisplayBold.woff2') format('woff2'),
         url('../fonts/SFProDisplayBold.woff') format('woff'),
         url('../fonts/SFProDisplayBold.ttf') format('truetype'),
         url('../fonts/SFProDisplayBold.svg#SFProDisplayBold') format('svg');
	font-weight: 900;
	font-style: normal
}
.filters-dropdown__arrow::before,
[class*=_icon-]::before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
._icon-arrow-right:before {
  content: ""
}
._icon-arrow-down:before {
  content: ""
}
._icon-arrow-spoller:before {
  content: ""
}
._icon-arrow:before {
  content: ""
}
._icon-attention:before {
  content: ""
}
._icon-close:before {
  content: ""
}
._icon-delete:before {
  content: ""
}
._icon-eye-off:before {
  content: ""
}
._icon-eye:before {
  content: ""
}
._icon-info:before {
  content: ""
}
._icon-instagram:before {
  content: ""
}
._icon-plus:before {
  content: ""
}
._icon-search:before {
  content: ""
}
._icon-telegram:before {
  content: "";
  font-weight: 600
}
._icon-twitter:before {
  content: ""
}
._icon-user:before {
  content: ""
}
._icon-info:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: var(--dark);
    -webkit-mask: url("../img/icons/info.svg") no-repeat center / contain;
    mask: url("../img/icons/info.svg") no-repeat center / contain;
}
[class*=_icon-png]::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease-in-out;
  flex-shrink: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all .2s ease-in-out 0s
}
._icon-png-copy::before {
    content: "";
    display: inline-block;
  width: 16px;
  height: 16px;
  background-color: var(--dark);
    -webkit-mask: url("../img/icons/copy.svg") no-repeat center / contain;
    mask: url("../img/icons/copy.svg") no-repeat center / contain;
}
:root {
  --black: #000000;
  --white: #ffffff;
  --yellow: #ffb706;
  --orange: #fc8500;
  --dark: #14213d;
  --grey: #868E96;
  --bg-primary: #f6f7f9;
  --text-error: #C4183C;
  --gradient: linear-gradient(133deg, #ffd106 0%, #f7ab09 100%);
  --font-family: "SF Pro Display",sans-serif;
  --second-family: "Inter",sans-serif;
  --third-family: "Arial",sans-serif
}
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
:active,
:focus {
  outline: 0
}
a:active,
a:focus {
  outline: 0
}
.load * {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -ms-transition: none!important;
  -o-transition: none!important
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: var(--dark);
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 143%;
  background: var(--bg-primary);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent
}
button,
input,
textarea {
  font-family: var(--font-family);
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0);
  transition: all .2s ease-in-out 0s
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer;
  color: inherit;
  background-color: rgba(0,0,0,0);
  outline: 0;
  transition: all .2s ease-in-out 0s
}
a {
  color: inherit;
  text-decoration: none;
  outline: 0;
  transition: all .2s ease-in-out 0s
}
ul li {
  list-style: none
}
img {
  max-width: 100%;
  vertical-align: top;
  -o-object-fit: contain;
  object-fit: contain
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: normal
}
.h1,
h1 {
  font-weight: 700;
  font-size: 39px;
  line-height: 123%
}
.h2,
h2 {
  font-size: 38px;
  line-height: 105%
}
.h3,
h3 {
  font-size: 25px;
  line-height: 128%;
  letter-spacing: normal;
}
.h4,
h4 {
  font-size: 24px;
  line-height: 120%
}
.h5,
h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 62.875rem;
  margin: 0 auto;
  padding: 0 2.5rem
}
.form {
  border-radius: 12px;
  padding: 22px 20px;
  box-shadow: 0 2px 3px 0 rgba(90,97,105,.1),0 4px 8px 0 rgba(90,97,105,.12),0 15px 22px 0 rgba(90,97,105,.1),0 7px 35px 0 rgba(90,97,105,.1);
  background: var(--white)
}
.form__title:not(:last-child) {
  margin: 0 0 30px 0
}
.form__wrapper:not(:last-child) {
  margin: 0 0 24px 0
}
.form__inner-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px
}
.form__inner-wrap:not(:last-child) {
  margin: 0 0 16px 0
}
.form__inner-wrap .form__inner {
  width: calc(50% - 12px)
}
.form__inner-wrap .form__inner:not(:last-child) {
  margin: 0
}
.form__inner:not(:last-child) {
  margin: 0 0 16px 0
}
.form__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 8px;
  letter-spacing: normal;
  min-height: 21px
}
.settings__form .form__subtitle {
  font-size: 14px;
  line-height: 143%;
  color: #5f738e
}
.form__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  opacity: .5
}
.form__details span {
  position: relative
}
.form__details span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor
}
.form__details::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  font-size: 18px
}
.form__row-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px
}
.form__row-wrap .form__row {
  width: calc(50% - 12px)
}
.form__row-wrap .form__row:not(:last-child) {
  margin: 0
}
.form__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: var(--bg-primary);
  border: 1px solid #becad6;
  border-radius: 6px
}
.form__row .form__item {
  width: 50%
}
.form__row .form__item:not(:last-child) {
  margin: 0
}
.form__row:not(:last-child) {
  margin: 0 0 8px 0
}
.exchange-page__form .form__row .form__item:nth-child(1) {
  width: 80%
}
.exchange-page__form .form__row .form__item:nth-child(2) {
  width: 20%
}
.form__item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px
}
.form__item-wrap:not(:last-child) {
  margin: 0 0 16px 0
}
.form__item-wrap .form__item {
  width: calc(50% - 12px)
}
.form__item-wrap .form__item:not(:last-child) {
  margin: 0
}
.form__item {
  position: relative
}
.form__item:not(:last-child) {
  margin: 0 0 24px 0
}
.form__label {
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 12px;
  line-height: 133%;
  color: var(--grey)
}
.form__course {
  position: absolute;
  bottom: 20px;
  left: 15px
}
.form__input--mod {
  height: 100px;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  padding: 24px 14px;
  border: none;
  background-color: rgba(0,0,0,0)
}
.form__dropdown {
  width: 50%
}
.form__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #dadada
}
.form__icon._icon-telegram {
  font-size: 18px
}
.form__button {
  width: 100%!important;
  height: 74px!important
}
.form__rules {
  display: block;
  margin: 16px auto 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #becad6
}
.form__viewpass {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  /*height: calc(100% - 2px);*/
  height: 32px;
  border-radius: 6px;
  font-size: 14px;
  bottom: 1px;
  /*top: 2px;*/
  top: 4px;
  right: 1px;
  color: var(--grey);
  background-color: var(--bg-primary);
  z-index: 5;
}
.form__viewpass._viewpass-active {
  color: var(--grey)
}
.form__viewpass._viewpass-active::before {
  content: ""
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  width: -webkit-max-content;
  width: max-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: var(--dark);
  border-radius: 6px;
  padding: 13px 21px;
  height: 46px;
  outline: 0;
  position: relative;
  overflow: hidden;
  transition: all .2s ease-in-out 0s
}
.btn span {
  position: relative;
  z-index: 2
}
.btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .3s ease 0s;
  background: var(--gradient);
  background-size: 100% 100%;
  background-position: left
}
.btn.disabled,
.btn:disabled {
  pointer-events: none;
  opacity: .5
}
input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  appearance: none
}
input,
textarea {
  display: block;
  width: 100%;
  padding: 10px 16px 10px 46px;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: normal;
  color: var(--dark);
  background-color: var(--bg-primary);
  border: 1px solid #becad6;
  border-radius: 6px;
  height: 40px;
  transition: all .2s ease-in-out
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--grey)
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--grey)
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--grey)
}
input::placeholder,
textarea::placeholder {
  color: var(--grey)
}
input._form-error,
textarea._form-error {
  border-color: var(--text-error)
}
._form-valid input:not([readonly]),
._form-valid textarea:not([readonly]) {
  /*border-color: var(--orange)*/
}
input:disabled,
textarea:disabled {
  pointer-events: none
}
textarea {
  height: 160px!important;
  resize: none
}
input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-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 {
  transition: opacity .3s
}
input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-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
}
._form-error {
  position: relative
}
.form__error {
  /*position: absolute;*/
  width: -webkit-max-content;
  width: max-content;
  top: calc(100% + 2px);
  left: 0;
  color: var(--text-error);
  font-size: 12px;
  line-height: 150%;
  word-break: keep-all
}
.checkbox-form {
  position: relative
}
.popup-login .checkbox-form {
  max-width: 288px;
  margin: 16px auto 0 auto
}
.checkbox-form__item:not(:last-child) {
  margin: 0 0 10px 0
}
.checkbox-form__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0
}
.checkbox-form__input:hover+.checkbox-form__label {
  opacity: .8
}
.checkbox-form__input:checked+.checkbox-form__label:before {
  content: "✔";
  border-color: var(--orange);
  background-color: var(--orange)
}
.checkbox-form__label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all .2s ease-in-out 0s;
  color: #5f738e
}
.checkbox-form__label::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  color: var(--white);
  background: var(--field-bg);
  border: 1px solid #becad6;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  transition: all .2s ease-in-out
}
.checkbox-form__text {
  letter-spacing: normal
}
.checkbox-form__text a {
  position: relative
}
.checkbox-form__text a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor
}
.checkbox__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px
}
.checkbox__switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
  flex-shrink: 0
}
.checkbox__input {
  display: none
}
.checkbox__input:checked+.checkbox__label {
  border-color: var(--orange)
}
.checkbox__input:checked+.checkbox__label:before {
  -webkit-transform: translateX(21px);
  transform: translateX(21px);
  background-color: var(--orange)
}
.checkbox__label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white);
  transition: .4s;
  border-radius: 100px;
  border: 1px solid #becad6
}
.checkbox__label::before {
  position: absolute;
  content: "";
  width: 20px;
  height: calc(100% - 8px);
  left: 4px;
  top: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: #becad6;
  transition: .4s
}
.checkbox__text {
  color: #5f738e
}
.spollers {
  display: grid;
  gap: 4px
}
.spollers__item {
  border-bottom: 1px solid #b8b8b8;
  position: relative
}
.spollers__item::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b8b8b8;
  opacity: .2
}
.spollers__item[open] {
  border-color: var(--black)
}
.spollers__item[open]::before {
  opacity: 0
}
.spollers__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  width: 100%;
  cursor: default;
  text-align: left;
  padding: 10px 0;
  position: relative;
  list-style: none;
  transition: all .2s ease-in-out 0s
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none
}
.spollers__title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: -webkit-transform .2s ease-in-out 0s;
  transition: transform .2s ease-in-out 0s;
  transition: transform .2s ease-in-out 0s,-webkit-transform .2s ease-in-out 0s
}
._spoller-init .spollers__title {
  cursor: pointer
}
._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.spollers__body {
  padding: 0 0 36px 0
}
.showmore-form__title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-size: 16px;
  line-height: 150%;
  color: #5f738e;
  cursor: default;
  list-style: none;
  transition: all .2s ease-in-out 0s
}
.showmore-form__title::-webkit-details-marker,
.showmore-form__title::marker {
  display: none
}
.showmore-form__title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: -webkit-transform .2s ease-in-out 0s;
  transition: transform .2s ease-in-out 0s;
  transition: transform .2s ease-in-out 0s,-webkit-transform .2s ease-in-out 0s
}
._spoller-init .showmore-form__title {
  cursor: pointer
}
._spoller-init .showmore-form__title._spoller-active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.showmore-form__checkbox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 16px;
  padding-top: 14px;
  max-width: 538px
}
.showmore-form__checkbox .checkbox__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.lazy_image img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  opacity: 0;
  transition: opacity .2s ease,-webkit-filter .2s ease;
  transition: filter .2s ease,opacity .2s ease;
  transition: filter .2s ease,opacity .2s ease,-webkit-filter .2s ease
}
.lazy_image img._lazy-loaded {
  filter: blur(0);
  -webkit-filter: blur(0);
  opacity: 1
}
.text-s {
  font-size: 16px;
  line-height: 120%
}
.text-xs {
  font-size: 12px;
  line-height: 133%
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  letter-spacing: normal
}
.header._header-scroll {
  transition: top .4s ease 0s;
  top: -160px
}
.header._header-show {
  top: 0;
  transition: top .2s ease 0s
}
.header__top {
  font-size: 12px;
  line-height: 133%;
  padding: 12px 0;
  background-color: var(--bg-primary)
}
.header__top--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px
}
.header__time--mob {
  display: none
}
.header__right {
  display: flex;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px
}
.header__contacts {
  display: flex;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px
}
.header__contacts--link {
  position: relative
}
.header__contacts--link_mail::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor
}
.header__wrapper {
  padding: 12px 0;
  background-color: var(--white);
  box-shadow: 0 2px 3px 0 rgba(90,97,105,.1),0 4px 8px 0 rgba(90,97,105,.12)
}
.header__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px
}
.header__logo img {
  width: 151px
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px
}
.header__list {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.header__item {
  padding: 10px
}
.header__item--hidden {
  display: none
}
.header__link {
  white-space: nowrap
}
.header__actions {
  display: flex;
  align-items: center;
  position: relative;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  z-index: 22
}
.header__segment {
  display: flex;
  align-items: center
}
.header__login {
  padding: 12px 5px;
  font-size: 20px
}
.header__icon {
  display: none
}
.language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 36px;
  position: relative
}
.language__button {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  padding: 4px 12px;
  width: 36px;
  white-space: nowrap;
  text-transform: capitalize;
  transition: all .2s ease-in-out 0s
}
.language__button::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  transition: -webkit-transform .2s ease-in-out 0s;
  transition: transform .2s ease-in-out 0s;
  transition: transform .2s ease-in-out 0s,-webkit-transform .2s ease-in-out 0s
}
.language__button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 6px);
  top: 50%;
  left: 0
}
.language__button.active {
  color: var(--orange)
}
.language__button.active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.language__list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 4px 17.4px 0 rgba(0,0,0,.15);
  list-style-type: none;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all .2s ease-in-out
}
.language__list.visible {
  opacity: 1;
  visibility: visible
}
.language__item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s ease-in-out;
  position: relative
}
.language__item a {
  width: 100%;
  height: 100%;
  padding: 8px 4px;
  background-color: rgba(0,0,0,0)
}
.language__input {
  display: none
}
.footer {
  background: var(--white);
  padding: 50px 0 66px 0
}
.footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 36px
}
.footer__column {
  width: calc(.295*(100% - 72px))
}
.footer__column:last-child {
  width: calc(.41*(100% - 72px));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px
}
.footer__logo img {
  width: 151px
}
.footer__copyright {
  color: var(--grey);
  margin-top: 8px
}
.footer__item:not(:last-child) {
  margin: 0 0 8px 0
}
.footer__segment {
  margin-top: -8px
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 8px;
  margin-top: 45px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 150%
}
.footer__details {
  color: var(--grey)
}
.footer__details span {
  color: var(--dark)
}
.sociales {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap
}
.sociales__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 24px
}
.contacts__sociales .sociales__link {
  width: 42px;
  height: 42px;
  font-size: 32px
}
.filters-dropdown {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0;
  border-left: 1px solid #becad6
}
.exchange-page__form .filters-dropdown {
  margin: 24px 0
}
.filters-dropdown__header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  width: 100%;
  height: 42px;
  background: var(--bg-primary);
  padding: 2px 16px;
  color: var(--dark);
  font-size: 12px;
  line-height: 15px;
  transition: all .2s ease-in-out;
  cursor: pointer
}
.filters-dropdown__arrow::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  font-size: 10px;
  transition: all .3s ease 0s
}
.filters-dropdown__body {
  position: absolute;
  width: 100%;
  right: 0;
  top: calc(100% - 5.925rem);
  background-color: var(--white);
  flex-direction: column;
  padding: 15px 12px;
  gap: 0;
  display: none;
  border: 1px solid #becad6;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0,0,0,.1)
}
.filters-dropdown__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 14px
}
.filters-dropdown__subtitle {
  color: var(--grey)
}
.filters-dropdown__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--grey)
}
.filters-dropdown__input-wrap {
  position: relative;
  margin-bottom: 14px
}
.filters-dropdown__input-wrap::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 40px;
  height: 37px;
  font-size: 14px;
  z-index: 1;
  color: var(--grey)
}
.filters-dropdown__search {
  height: 37px;
  padding: 10px 16px 10px 44px;
  background-color: var(--white)
}
.filters-dropdown__list {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-height: 276px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 4px
}
.filters-dropdown__inner {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 100%
}
.filters-dropdown__inner:not(:last-child) {
  margin: 0 0 10px 0
}
.filters-dropdown__name {
  font-size: 10px;
  line-height: 150%;
  opacity: .6
}
.filters-dropdown__name._hidden {
  display: none
}
.filters-dropdown__item {
  width: 100%
}
.filters-dropdown__item._hidden {
  display: none
}
.filters-dropdown__item.ocf-disabled {
  display: none
}
.filters-dropdown__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px
}
.filters-dropdown__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden
}
.filters-dropdown__code {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%
}
.filters-dropdown__label {
  font-size: 12px;
  line-height: 133%
}
.filters-dropdown._active {
  z-index: 5
}
.filters-dropdown._active .filters-dropdown__header {
  display: none;
}
.filters-dropdown._active .filters-dropdown__body {
  display: flex;
  width: calc(200% + 4px);
  right: -1px;
}
.filters-dropdown._active .filters-dropdown__arrow:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.main {
  padding: 200px 0 86px 0
}
.main__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin: 0 -18px
}
.main__box {
  width: calc(46% - 16px);
  margin-top: 16px
}
.main__image {
  margin-left: -26px
}
.main__content {
  margin: 16px 0 0 20px
}
.main__title {
  margin-bottom: 4px
}
.main__text {
  max-width: 305px;
  letter-spacing: normal
}
.main__text a {
  position: relative
}
.main__text a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor
}
.main__form {
  width: calc(52% - 16px);
  max-width: 451px
}
.advantages {
  background: var(--white);
  padding: 50px 0 100px 0
}
.advantages__title {
  max-width: 356px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 78px
}
.advantages__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px
}
.advantages__details {
  width: calc(39% - 11px);
  display: flex;
  flex-direction: column
}
.advantages__item {
  flex: 1 1 auto;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 3px 0 rgba(90,97,105,.1),0 4px 8px 0 rgba(90,97,105,.12);
  background: var(--bg-primary)
}
.advantages__item:not(:last-child) {
  margin: 0 0 30px 0
}
.advantages__subtitle {
  margin-bottom: 12px
}
.advantages__text:not(:last-child) {
  margin: 0 0 22px 0
}
.advantages__info {
  width: calc(61% - 11px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 7px solid #ffdd2d;
  border-radius: 10px;
  box-shadow: 0 2px 3px 0 rgba(90,97,105,.1),0 4px 8px 0 rgba(90,97,105,.12);
  background: var(--white)
}
.advantages__image {
  width: 50%;
  position: relative;
  padding-bottom: 58%
}
.advantages__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -22px;
  left: 25px;
  -o-object-fit: cover;
  object-fit: cover
}
.advantages__content {
  width: 50%;
  padding: 30px
}
.advantages__rating {
  margin-bottom: 8px
}
.info-block {
  margin-top: -142px
}
.info-block--mod {
  position: relative;
  z-index: 2;
  margin-top: 0!important;
  background: var(--white);
  padding: 100px 0 100px 0
}
.info-block__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 736px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 2px 3px 0 rgba(90,97,105,.1),0 4px 8px 0 rgba(90,97,105,.12);
  background: var(--bg-primary)
}
.info-block__image {
  width: 47%
}
.info-block__image--mod {
  margin: -65px 0 0 0
}
.info-block__image--telegram {
  position: relative;
  padding-bottom: 40%;
  margin: -65px 0 0 0
}
.info-block__image--telegram img {
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.info-block__content {
  width: 53%;
  padding: 30px
}
.info-block__title {
  margin-bottom: 12px
}
.info-block__text {
  margin-bottom: 25px;
  letter-spacing: normal
}
.partners {
  padding: 56px 0 250px 0;
  box-shadow: 0 2px 3px 0 rgba(90,97,105,.1),0 4px 8px 0 rgba(90,97,105,.12);
  background: var(--white);
  margin-top: -2px
}
.partners__title {
  text-align: center;
  margin-bottom: 22px
}
.partners__text {
  max-width: 292px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 48px;
  color: var(--grey)
}
.partners__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  /*max-width: 638px;*/
  /*margin: 0 auto*/
}
.partners__image {
  width: calc((100% - 96px)/ 4);
  max-width: 172px;
  margin: 0 auto
}
.faq {
  padding: 130px 0 88px 0
}
.faq__title {
  text-align: center;
  margin-bottom: 38px
}
.contacts {
  padding: 138px 0 100px 0
}
.contacts__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin-bottom: 24px
}
.contacts__wrapper {
  border-radius: 12px;
  padding: 22px 20px;
  box-shadow: 0 2px 3px 0 rgba(90,97,105,.1),0 4px 8px 0 rgba(90,97,105,.12),0 15px 22px 0 rgba(90,97,105,.1),0 7px 35px 0 rgba(90,97,105,.1);
  background: var(--white)
}
.contacts__wrapper:not(:last-child) {
  margin: 0 0 24px 0
}
.contacts__details:not(:last-child) {
  margin: 0 0 16px 0
}
.contacts__text {
  color: #5f738e;
  letter-spacing: normal
}
.contacts__text a {
  position: relative
}
.contacts__text a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor
}
.contacts__info {
  font-size: 18px;
  line-height: 133%
}
.contacts__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  letter-spacing: normal
}
.contacts__item {
  width: calc((100% - 64px)/ 3)
}
.contacts__label {
  color: rgba(20,33,61,.5)
}
.contacts__link[href] {
  position: relative
}
.contacts__link[href]::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor
}
.contacts__partners {
  margin: 74px 10px 70px 10px
}
.contacts__sociales {
  margin-top: 32px
}
.settings__title {
  margin-bottom: 24px
}
.details-settings {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  border-radius: 12px;
  padding: 24px 20px;
  box-shadow: 0 2px 3px 0 rgba(90,97,105,.1),0 4px 8px 0 rgba(90,97,105,.12),0 15px 22px 0 rgba(90,97,105,.1),0 7px 35px 0 rgba(90,97,105,.1);
  background: var(--white)
}
.details-settings:not(:last-child) {
  margin: 0 0 24px 0
}
.details-settings__item {
  width: calc((100% - 64px)/ 3)
}
.details-settings__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 112%
}
.details-settings__text {
  color: #5f738e
}
.details__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin-bottom: 24px
}
.details__add {
  border-radius: 6px;
  padding: 13px 21px;
  width: 63px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background-color: var(--yellow)
}
.details__wrapper {
  letter-spacing: normal;
  border-radius: 12px;
  padding: 22px 20px;
  box-shadow: 0 2px 3px 0 rgba(90,97,105,.1),0 4px 8px 0 rgba(90,97,105,.12),0 15px 22px 0 rgba(90,97,105,.1),0 7px 35px 0 rgba(90,97,105,.1);
  background: var(--white)
}
.details__head {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  padding: 12px 0
}
.details__subtitle:nth-child(1) {
  width: 126px;
  flex-shrink: 0
}
.details__subtitle:nth-child(2) {
  width: 100%
}
.details__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  color: rgba(20,33,61,.7);
  border-bottom: 1px solid #becad6;
  padding: 12px 0
}
.details__col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  width: 126px;
  flex-shrink: 0
}
.details__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px
}
.details__icon img {
  border-radius: 50%;
  overflow: hidden
}
.details__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  width: 100%
}
.details__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.details__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 24px;
  font-size: 20px
}
.details__button._icon-png-copy::before {
  background-color: #007bff
}
.details__button._icon-delete {
  color: var(--text-error);
  font-size: 14px
}
.applications table thead tr {
  border-bottom: 2px solid var(--black)
}
.applications table th {
  width: 33.33%;
  font-weight: 600;
  text-align: left;
  color: #131516;
  padding: 0 16px 15px 0;
  white-space: nowrap
}
.applications table td {
  width: 33.33%;
  padding: 25px 16px 25px 0;
  white-space: nowrap
}
.applications table td:nth-child(odd) {
  color: var(--black)
}
.applications table td:nth-child(even) {
  color: var(--black)
}
.applications table tr:nth-child(even) {
  background: rgba(0,0,0,0)
}
.applications table tr:not(:last-child) {
  border-bottom: 1px solid #e2e2e2
}
.applications table:not(:last-child) {
  margin: 0 0 32px 0
}
.payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  border-radius: 12px;
  padding: 32px 20px;
  box-shadow: 0 2px 3px 0 rgba(90,97,105,.1),0 4px 8px 0 rgba(90,97,105,.12),0 15px 22px 0 rgba(90,97,105,.1),0 7px 35px 0 rgba(90,97,105,.1);
  background: var(--white)
}
.payment:not(:last-child) {
  margin: 0 0 24px 0
}
.payment__image {
  width: 240px;
  flex-shrink: 0;
  padding: 14px
}
.payment__content {
  width: 100%
}
.payment__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 16px
}
.payment__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px
}
.payment__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 150%
}
.payment__timer {
  font-weight: 600;
  font-size: 25px;
  line-height: 128%;
  letter-spacing: normal;
  opacity: .4
}
.payment__text {
  margin-top: -6px
}
.payment__button {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  color: var(--text-error);
  border: 1px solid var(--text-error);
  border-radius: 6px;
  padding: 13px 21px;
  height: 47px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%
}
.payment__button::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  font-size: 14px
}
.payment__wrapper:not(:last-child) {
  margin: 0 0 24px 0
}
.payment__item-wrap:not(:last-child) {
  margin: 0 0 16px 0
}
.payment__item {
  position: relative
}
.payment__label {
  color: #5f738e;
  margin-bottom: 8px
}
.payment__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%
}
.payment__icon::before {
  width: 24px;
  height: 100%;
  z-index: 2;
  background-color: #898e99
}
.payment__icon::after {
  content: "";
  position: absolute;
  border: 1px solid #5f738e;
  background-color: #fffcf5;
  border-radius: 6px 0 0 6px;
  padding: 7px 8px;
  width: 40px;
  height: 100%
}
.payment__input {
  display: block;
  width: 100%;
  padding: 10px 16px 10px 46px;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: normal;
  color: var(--dark);
  background-color: var(--bg-primary);
  border: 1px solid #becad6;
  border-radius: 6px;
  height: 40px!important
}
.payment-details {
  border-radius: 12px;
  padding: 32px 20px 48px;
  box-shadow: 0 2px 3px 0 rgba(90,97,105,.1),0 4px 8px 0 rgba(90,97,105,.12),0 15px 22px 0 rgba(90,97,105,.1),0 7px 35px 0 rgba(90,97,105,.1);
  background: var(--white)
}
.payment-details__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 16px
}
.payment-details__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 150%
}
.payment-details__status {
  border-radius: 6px;
  padding: 6px 8px;
  height: 28px;
  font-size: 12px;
  line-height: 133%;
  background-color: #007bff;
  color: var(--white)
}
.payment-details__item:not(:last-child) {
  margin: 0 0 16px 0
}
.payment-details__subtitle {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 133%
}
.payment-details__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px
}
.payment-details__row:not(:last-child) {
  margin: 0 0 8px 0
}
.payment-details__text {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  white-space: nowrap
}
.payment-details__text::after {
  content: "";
  flex: 1 1 auto;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #becad6
}
.payment-details__descr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  color: #5f738e
}
.payment-details__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 24px;
  flex-shrink: 0
}
.exchange-page {
  padding: 138px 0 100px 0
}
.exchange-page__wrapper {
  margin-bottom: 24px
}
.exchange-page__title {
  margin-bottom: 10px
}
.exchange-page__error {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 24px;
  border-radius: 12px;
  padding: 12px 20px;
  box-shadow: 0 2px 3px 0 rgba(90,97,105,.1),0 4px 8px 0 rgba(90,97,105,.12);
  background: rgba(253,201,7,.6)
}
.exchange-page__text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px
}
.exchange-page__delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  opacity: .6
}
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  letter-spacing: normal
}
.breadcrumb__item {
  color: var(--black)
}
.breadcrumb__item._icon-arrow-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  color: var(--grey)
}
.breadcrumb__item._icon-arrow-right::before {
  font-size: 22px
}
.info-page {
  padding: 125px 0 85px 0
}
.info-page__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  position: relative
}
.info-page__main {
  width: 100%;
  padding-top: 16px
}
.info-page__content {
  color: var(--grey);
  letter-spacing: normal
}
.info-page__content .h1,
.info-page__content h1 {
  font-size: 38px;
  line-height: 105%
}
.info-page__content .h1,
.info-page__content .h2,
.info-page__content .h3,
.info-page__content .h4,
.info-page__content .h5,
.info-page__content .h6,
.info-page__content h1,
.info-page__content h2,
.info-page__content h3,
.info-page__content h4,
.info-page__content h5,
.info-page__content h6 {
  color: var(--dark)
}
.info-page__content .h1:not(:last-child),
.info-page__content .h2:not(:last-child),
.info-page__content .h3:not(:last-child),
.info-page__content .h4:not(:last-child),
.info-page__content .h5:not(:last-child),
.info-page__content .h6:not(:last-child),
.info-page__content h1:not(:last-child),
.info-page__content h2:not(:last-child),
.info-page__content h3:not(:last-child),
.info-page__content h4:not(:last-child),
.info-page__content h5:not(:last-child),
.info-page__content h6:not(:last-child) {
  margin: 0 0 16px 0
}
.side__title {
  margin-bottom: 8px
}
.side__item:not(:last-child) {
  margin: 0 0 8px 0
}
.side__link {
  color: var(--grey)
}
.side__link.active {
  color: var(--orange)
}
.side__link--exit {
  color: #fc0000!important;
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto!important;
  height: auto!important;
  z-index: 0
}
.simplebar-offset {
  direction: inherit!important;
  box-sizing: inherit!important;
  resize: none!important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box!important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0
}
.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit!important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 1px;
  pointer-events: none;
  overflow: hidden;
  background-color: rgba(0,0,0,0)
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background-color: #d0d3d8;
  left: 2px;
  right: 2px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity .2s .5s linear
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0s
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 4px;
  background-color: rgba(0,0,0,0)
}
.simplebar-scrollbar:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 4px;
  background-color: rgba(0,0,0,0)
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  background-color: var(--primary)
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar!important
}
.simplebar-dummy-scrollbar-size>div {
  width: 200%;
  height: 200%;
  margin: 10px 0
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none
}
@media (min-width:61.99875em) {
  .side {
    position: sticky;
    width: 262px;
    flex-shrink: 0;
    top: 125px;
    padding: 30px;
    left: 0;
    border-radius: 10px;
    box-shadow: 0 2px 3px 0 rgba(90,97,105,.1),0 4px 8px 0 rgba(90,97,105,.12),0 15px 22px 0 rgba(90,97,105,.1),0 7px 35px 0 rgba(90,97,105,.1);
    background: var(--white);
    letter-spacing: normal
  }
  .side._aside-scroll {
    transition: top .4s ease 0s;
    top: 30px
  }
  .side._aside-show {
    top: 125px;
    transition: top .2s ease 0s
  }
}
@media (max-width:61.99875em) {
  [class*=__container] {
    padding: 0 1.25rem
  }
  .header::before {
    content: "";
    background-color: rgba(0,0,0,.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .8s ease 0s;
    pointer-events: none;
    z-index: 2
  }
  .menu-open .header::before {
    opacity: 1
  }
  .header__top {
    display: none
  }
  .header__time--pc {
    display: none
  }
  .header__time--mob {
    display: block
  }
  .header__right {
    flex-direction: column;
    row-gap: 4px
  }
  .header__contacts {
    flex-direction: column;
    row-gap: 4px
  }
  .header__logo {
    position: relative;
    z-index: 22
  }
  .header__main {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out 0s;
    z-index: 11;
    padding: 130px 54px 80px 54px;
    background: var(--white)
  }
  .menu-open .header__main {
    opacity: 1;
    visibility: visible
  }
  .menu-open .header__main::before {
    opacity: 1;
    visibility: visible
  }
  .header__inner {
    flex-direction: column;
    min-height: 100%;
    row-gap: 62px
  }
  .header__nav {
    width: 100%;
    position: relative
  }
  .header__list {
    flex-direction: column;
    row-gap: 32px;
    margin: 0 auto
  }
  .header__item {
    padding: 0
  }
  .header__item--hidden {
    display: block
  }
  .header__link {
    font-weight: 600;
    font-size: 25px;
    line-height: 128%;
    letter-spacing: normal;
  }
  .header__bottom {
    display: flex;
    flex-direction: column;
    row-gap: 32px
  }
  .header__segment {
    justify-content: center
  }
  .header__icon {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5
  }
  .header__icon span,
  .header__icon::after,
  .header__icon::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    border-radius: .125rem;
    background-color: var(--dark)
  }
  .header__icon::before {
    top: 0
  }
  .header__icon::after {
    bottom: 0
  }
  .header__icon span {
    top: calc(50% - .0625rem)
  }
  .menu-open .header__icon span {
    width: 0
  }
  .menu-open .header__icon::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .header__icon::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .footer {
    padding: 40px 0 50px 0
  }
  .footer__main {
    align-items: center;
    text-align: center
  }
  .footer__column {
    width: 100%
  }
  .footer__column:last-child {
    width: 100%;
    flex-direction: column;
    align-items: center;
    row-gap: 16px
  }
  .footer__copyright {
    max-width: 220px;
    margin: 14px auto 0 auto
  }
  .footer__segment {
    margin-top: 0
  }
  .footer__bottom {
    margin-top: 36px;
    text-align: center
  }
  .main {
    padding: 116px 0 48px 0
  }
  .main__wrapper {
    margin: 0;
    flex-direction: column-reverse;
    row-gap: 60px
  }
  .main__box {
    width: 100%;
    margin-top: 0;
    text-align: center
  }
  .main__image {
    margin-left: 0;
    max-width: 420px;
    margin: 0 auto
  }
  .main__content {
    margin: 0
  }
  .main__text {
    margin: 0 auto
  }
  .main__form {
    width: 100%;
    max-width: 100%
  }
  .advantages {
    padding: 0 0 50px 0;
    background: var(--bg-primary)
  }
  .advantages__title {
    margin-bottom: 40px
  }
  .advantages__wrapper {
    flex-direction: column;
    row-gap: 16px
  }
  .advantages__details {
    width: 100%
  }
  .advantages__item {
    background: var(--white)
  }
  .advantages__item:not(:last-child) {
    margin: 0 0 16px 0
  }
  .advantages__info {
    width: 100%;
    border: none
  }
  .advantages__image {
    padding-bottom: 38%;
    max-width: 324px;
    margin: 0 auto
  }
  .advantages__image img {
    width: 122%;
    height: 110%;
    top: -20px;
    -o-object-fit: contain;
    object-fit: contain
  }
  .info-block {
    margin-top: 120px
  }
  .info-block--mod {
    padding: 50px 0 50px 0;
    background: var(--bg-primary)
  }
  .info-block__wrapper {
    box-shadow: 0 2px 3px 0 rgba(90,97,105,.1),0 4px 8px 0 rgba(90,97,105,.12);
    background: var(--white)
  }
  .partners {
    padding: 50px 0 50px 0;
    background: var(--bg-primary);
    box-shadow: none
  }
  .partners__image {
    width: calc((100% - 32px)/ 2)
  }
  .contacts {
    padding: 106px 0 48px 0
  }
  .applications table {
    overflow-x: scroll
  }
  .applications table tr td:nth-child(1),
  .applications table tr td:nth-child(2) {
    width: 33.33%;
    padding: 25px 16px 25px 0
  }
  .payment {
    flex-direction: column;
    row-gap: 24px
  }
  .exchange-page {
    padding: 106px 0 48px 0
  }
  .info-page {
    padding: 116px 0 48px 0
  }
  .info-page__wrapper {
    flex-direction: column;
    row-gap: 32px
  }
  .info-page__main {
    padding-top: 0
  }
  .side__title {
    display: none
  }
  .side__wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none
  }
  .side__wrapper::-webkit-scrollbar {
    display: none
  }
  .side__nav {
    width: -webkit-max-content;
    width: max-content;
    width: calc(100vw - 28px);
    overflow: auto;
  }
  .side__list {
    display: flex;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px
  }
  .side__item:not(:last-child) {
    margin: 0
  }
  .side__link {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 10px 28px;
    border: 1px solid #becad6;
    border-radius: 6px;
    color: var(--dark);
    height: 46px
  }
  .side__link.active {
    border: none;
    color: var(--dark);
    background-image: var(--gradient)
  }
}
@media (max-width:61.99875em)and (any-hover:none) {
  .header__icon {
    cursor: default
  }
}
@media (max-width:47.99875em) {
  body {
    letter-spacing: normal
  }
  button,
  option,
  select {
    -webkit-touch-callout: none!important;
    -webkit-user-select: none!important;
    touch-action: manipulation
  }
  a {
    -webkit-touch-callout: none!important;
    -webkit-user-select: none!important;
    touch-action: manipulation
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: normal
  }
  .h1,
  h1 {
    font-size: 27px;
    line-height: 150%
  }
  .h2,
  h2 {
    font-size: 27px;
    line-height: 120%
  }
  [class*=__container] {
    padding: 0 .9375rem
  }
  .form__title:not(:last-child) {
    margin: 0 0 16px 0
  }
  .form__inner-wrap {
    flex-direction: column
  }
  .form__inner-wrap .form__inner {
    width: 100%
  }
  .form__inner-wrap .form__inner:not(:last-child) {
    margin: 0 0 16px 0
  }
  .form__row-wrap {
    flex-direction: column;
    row-gap: 8px
  }
  .form__row-wrap .form__row {
    width: 100%
  }
  input,
  textarea {
    letter-spacing: normal
  }
  .spollers__title {
    font-size: 19px;
    line-height: 152%;
    letter-spacing: normal;
  }
  .showmore-form__checkbox {
    max-width: 100%
  }
  .showmore-form__checkbox .checkbox__item {
    width: 100%
  }
  .text-s {
    font-size: 12px;
    line-height: 133%
  }
  .footer {
    padding: 26px 0 40px 0
  }
  .filters-dropdown__body {
    width: calc(200% + 4px)
  }
  .main {
    padding: 116px 0 48px 0
  }
  .advantages {
    padding: 0 0 44px 0
  }
  .advantages__title {
    margin-bottom: 24px;
    display: none;
  }
  .advantages__info {
    flex-direction: column
  }
  .advantages__image {
    width: 100%;
    padding-bottom: 58%
  }
  .advantages__content {
    width: 100%;
    padding: 16px 30px 30px 30px;
    text-align: center;
  }
  .advantages__link, .info-block__link {
      margin: auto;
  }
  .info-block {
    margin-top: 170px
  }
  .info-block--mod {
    padding: 44px 0 44px 0
  }
  .info-block__wrapper {
    flex-direction: column;
    row-gap: 16px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px
  }
  .info-block--mod .info-block__wrapper {
    row-gap: 0
  }
  .info-block__image {
    width: 50%
  }
  .info-block__image--mod {
    margin: -65px auto 0 auto
  }
  .info-block__image--telegram {
    padding-bottom: 68%;
    margin: -46px auto 0 auto
  }
  .info-block__image--telegram img {
    left: 0;
    bottom: 0;
    width: 105%;
    height: 108%
  }
  .info-block__content {
    width: 100%;
    padding: 22px 30px;
    text-align: center;
  }
  .partners {
    padding: 44px 0 44px 0
  }
  .partners__text {
    margin-bottom: 22px
  }
  .partners__wrapper {
    /*flex-direction: column*/
  }
  .partners__image {
      width: 100%;
      flex: 0 0 calc((100% - 32px) / 2);
  }
  .contacts {
    padding: 86px 0 48px 0
  }
  .contacts__inner {
    flex-direction: column;
    row-gap: 16px
  }
  .contacts__item {
    width: 100%
  }
  .contacts__partners {
    margin: 36px auto
  }
  .details__subtitle:nth-child(1) {
    width: 80px
  }
  .details__col {
    flex-direction: column;
    align-items: flex-start;
    width: 80px
  }
  .details__name {
    word-break: break-all
  }
  .details__text {
    word-break: break-all
  }
  .details__actions {
    flex-direction: column;
    row-gap: 16px
  }
  .details__button {
    border-radius: 6px;
    padding: 13px 21px;
    width: 63px;
    height: 39px
  }
  .details__button._icon-png-copy {
    border: 1px solid #007bff
  }
  .details__button._icon-delete {
    border: 1px solid var(--text-error)
  }
  .applications h1 {
    font-size: 36px;
    line-height: 38.227px
  }
  .applications img:not(:last-child) {
    margin: 0 0 24px 0
  }
  .applications table {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal
  }
  .applications table tr td:nth-child(1),
  .applications table tr td:nth-child(2) {
    width: 33.33%
  }
  .payment__button {
    width: 100%
  }
  .payment__input {
    height: -webkit-fit-content!important;
    height: -moz-fit-content!important;
    height: fit-content!important;
    resize: none;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap
  }
  .payment-details__row {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
  }
  .payment-details__text {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
  }
  .exchange-page {
    padding: 86px 0 48px 0
  }
  .exchange-page__error {
    padding: 8px 16px
  }
  .breadcrumb {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
  }
  .info-page__content .h1,
  .info-page__content h1 {
    font-size: 27px;
    line-height: 120%
  }
    .payment-details__title{
        word-break: break-all;
    }
    .payment-details__status{
        height: 42px;
    }
    .details-settings{
        display: block;
    }
    .details-settings__item{
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (max-width:29.99875em) {
  .form__input--mod {
    font-size: 18px;
    padding: 24px 10px 24px 14px
  }
  .main__image {
    max-width: 234px
  }
  .advantages__image {
    padding-bottom: 78%
  }
  .info-block__wrapper {
    row-gap: 40px
  }
  .info-block--mod .info-block__wrapper {
    row-gap: 0
  }
  .info-block__image {
    width: 80%
  }
  .info-block__image--mod {
    /*margin: -110px auto 0 auto*/
    margin: -70px auto 0 auto
  }
}
@media (any-hover:hover) {
  .form__details:hover {
    color: var(--orange);
    opacity: 1
  }
  .form__rules:hover {
    color: var(--orange)
  }
  .form__viewpass:hover {
    color: var(--orange)
  }
  .btn:hover::after {
    background-size: 200% 100%
  }
  input:not([readonly]):hover,
  textarea:not([readonly]):hover {
    border-color: #e39833;
  }
  .checkbox-form__text a:hover {
    color: var(--orange)
  }
  .spollers__title:hover {
    color: var(--orange)
  }
  .showmore-form__title:hover {
    color: var(--orange)
  }
  .header__contacts--link:hover {
    color: var(--orange)
  }
  .header__link:hover {
    color: var(--orange)
  }
  .header__login:hover {
    color: var(--orange)
  }
  .language__button:hover {
    color: var(--orange)
  }
  .language__item a:hover {
    color: var(--orange)
  }
  .footer__link:hover {
    color: var(--orange)
  }
  .footer__details span a:hover {
    color: var(--orange)
  }
  .sociales__link:hover {
    color: var(--orange)
  }
  .filters-dropdown__close:hover {
    color: var(--orange)
  }
  .filters-dropdown__item:hover {
    color: var(--orange)
  }
  .main__text a:hover {
    color: var(--orange)
  }
  .contacts__text a:hover {
    color: var(--orange)
  }
  .contacts__link[href]:hover {
    color: var(--orange)
  }
  .details__add:hover {
    opacity: .8
  }
  .details__button:hover {
    opacity: .8
  }
  .payment__button:hover {
    opacity: .7
  }
  .exchange-page__delete:hover {
    opacity: 1
  }
  .side__link:hover {
    color: var(--orange)
  }
}
@media (any-hover:none) {
  .form__details:active {
    color: var(--orange);
    opacity: 1
  }
  .form__rules:active {
    color: var(--orange)
  }
  .form__viewpass:active {
    color: var(--orange)
  }
  .btn:active::after {
    background-size: 200% 100%
  }
  input:not([readonly]):active,
  textarea:not([readonly]):active {
    border-color: var(--orange)
  }
  .checkbox-form__text a:active {
    color: var(--orange)
  }
  .spollers__title:active {
    color: var(--orange)
  }
  .showmore-form__title:active {
    color: var(--orange)
  }
  .header__contacts--link:active {
    color: var(--orange)
  }
  .header__link:active {
    color: var(--orange)
  }
  .header__login:active {
    color: var(--orange)
  }
  .language__button:active {
    color: var(--orange)
  }
  .language__item a:active {
    color: var(--orange)
  }
  .footer__link:active {
    color: var(--orange)
  }
  .footer__details span a:active {
    color: var(--orange)
  }
  .sociales__link:active {
    color: var(--orange)
  }
  .filters-dropdown__close:active {
    color: var(--orange)
  }
  .filters-dropdown__item:active {
    color: var(--orange)
  }
  .main__text a:active {
    color: var(--orange)
  }
  .contacts__text a:active {
    color: var(--orange)
  }
  .contacts__link[href]:active {
    color: var(--orange)
  }
  .details__add:active {
    opacity: .8
  }
  .details__button:active {
    opacity: .8
  }
  .payment__button:active {
    opacity: .7
  }
  .exchange-page__delete:active {
    opacity: 1
  }
  .side__link:active {
    color: var(--orange)
  }
}