/* stylelint-disable */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
  ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
  ========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
  ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
  ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
  ========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
          appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
          appearance: textfield;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
  ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
  ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

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

@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "exo2";
  font-display: swap;
  src: url("../fonts/exo2-semibold.woff2") format("woff2"), url("../fonts/exo2-semibold.woff") format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "exo2";
  font-display: swap;
  src: url("../fonts/exo2-bold.woff2") format("woff2"), url("../fonts/exo2-bold.woff") format("woff");
}

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

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "exo2", "Arial", sans-serif;
  color: #585858;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

a {
  color: #000000;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

input,
textarea {
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

select,
textarea,
input:matches([type="email"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wrapper {
  position: relative;
  min-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
}

.wrapper .header,
.wrapper .footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #f2f4f8;
  padding: 30px 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.container--lightbackground .message {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 12px 12px;
  background-color: #fafbfd;
}

.header {
  padding: 12px 0;
  background-color: #ffffff;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  color: #ffffff;
  width: 92px;
  height: 36px;
}

.header__logo svg {
  width: 92px;
  height: 36px;
}

.footer {
  padding: 12px 0;
  background-color: #ffffff;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__copyright {
  font-size: 14px;
  color: #a8b7d4;
  margin: 0;
}

.footer__logo svg {
  width: 92px;
  height: 36px;
}

.modal {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(88, 88, 88, 0.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  visibility: visible;
  opacity: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 60px 40px;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  width: 520px;
  padding: 20px 0 32px;
  padding-bottom: 24px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.modal__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.modal.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  background-color: rgba(88, 88, 88, 0.6);
  pointer-events: auto;
}

.modal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal__description {
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4px;
}

.modal__submit {
  margin: 0 auto;
  display: block;
}

.modal__validation-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 12px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal__validation-message--error {
  color: #ed7358;
}

.modal__validation-message--success {
  color: #10a9a0;
  margin-top: 16px;
}

.modal__container .modal__validation-message svg {
  margin-top: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.modal__container-svg {
  margin-top: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.modal__container {
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0;
  border-radius: 0 0 12px 12px;
  position: relative;
}

.modal__container svg {
  display: block;
  width: 14px;
  height: 12px;
  margin-top: 55px;
  fill: none;
}

.modal__container .modal__input-wrapper {
  width: 100%;
}

.modal__container .custom-input {
  width: 100%;
}

.modal__container .modal__input-wrapper--min {
  width: 220px;
}

.modal__container:last-child::after {
  display: none;
}

.modal__select-wrapper {
  padding-top: 17px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  border-radius: 6px;
  color: #000000;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn--greenborder {
  border-radius: 6px;
  border: 1px solid #10a9a0;
  line-height: 20px;
  color: #10a9a0;
  background-color: #ffffff;
  margin: 0;
  padding: 7px 18px;
  width: 115px;
  word-break: break-all;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.btn--green {
  color: #ffffff;
  border-radius: 6px;
  background-color: #10a9a0;
  min-width: 260px;
  text-align: center;
  display: block;
  padding: 13px 20px;
  word-break: break-all;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn--textblue {
  padding: 0;
  background-color: transparent;
  opacity: 1;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  color: #4b6aa8;
}

.close-btn {
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  width: 24px;
  height: 24px;
}

.close-btn svg {
  width: 8px;
  height: 8px;
  stroke: #757575;
}

.custom-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 220px;
  margin-right: 0;
  padding: 20px 0 24px;
  padding-bottom: 0;
}

.custom-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  color: #a8b7d4;
  letter-spacing: 0.3px;
}

.custom-input label input::-webkit-input-placeholder {
  color: #a8b7d4;
}

.custom-input label input::-moz-placeholder {
  color: #a8b7d4;
}

.custom-input label input:-ms-input-placeholder {
  color: #a8b7d4;
}

.custom-input label input::-ms-input-placeholder {
  color: #a8b7d4;
}

.custom-input label input::placeholder {
  color: #a8b7d4;
}

.custom-input label input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 40px;
  margin-left: 0;
  padding: 10px 20px 12px;
  padding-right: 60px;
  margin-top: 6px;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 20px;
  color: #585858;
  border: 1px solid #10a9a0;
  border-radius: 5px;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-input label input:hover {
  border: 1px solid #10a9a0;
}

.custom-input label input:active {
  border: 1px solid #188780;
}

.custom-input label input:disabled {
  color: #4b6aa8;
  background-color: #edf0f8;
  border: 1px solid #a8b7d4;
  pointer-events: none;
}

.custom-input label input:disabled:hover {
  color: #a8b7d4;
  background-color: #f2f4f8;
  border: 1px solid #a8b7d4;
}

.custom-input__unit {
  position: absolute;
  top: 55px;
  right: 20px;
  font-size: 16px;
  font-weight: 400;
}

.custom-input__btn {
  position: absolute;
  top: 17px;
  right: -2px;
}

.custom-input__error {
  font-size: 12px;
  line-height: 14px;
  margin-top: 6px;
  color: #ed7358;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-input:active .custom-input__btn,
.custom-input:focus .custom-input__btn {
  opacity: 1;
}

.custom-input--wallet,
.custom-input--cardnumber {
  padding-bottom: 6px;
}

.custom-input--wallet label input::-webkit-input-placeholder,
.custom-input--cardnumber label input::-webkit-input-placeholder {
  color: #4b6aa8;
}

.custom-input--wallet label input::-moz-placeholder,
.custom-input--cardnumber label input::-moz-placeholder {
  color: #4b6aa8;
}

.custom-input--wallet label input:-ms-input-placeholder,
.custom-input--cardnumber label input:-ms-input-placeholder {
  color: #4b6aa8;
}

.custom-input--wallet label input::-ms-input-placeholder,
.custom-input--cardnumber label input::-ms-input-placeholder {
  color: #4b6aa8;
}

.custom-input--wallet label input::placeholder,
.custom-input--cardnumber label input::placeholder {
  color: #4b6aa8;
}

.custom-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-toggle input {
  width: 1px;
  height: 1px;
  z-index: 10;
  top: 4px;
  left: -5px;
  position: absolute;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
}

.custom-toggle label {
  position: relative;
}

.custom-toggle label span {
  margin-bottom: 0;
  margin-left: 0;
}

.custom-toggle .custom-toggle__label {
  letter-spacing: -1.1px;
  padding-left: 50px;
  cursor: pointer;
}

.custom-toggle .custom-toggle__icon {
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 10px;
  z-index: 20;
  width: 42px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #10a9a0;
  background-color: #ffffff;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-toggle .custom-toggle__icon:hover {
  background-color: #eefaf9;
}

.custom-toggle .custom-toggle__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  width: 16px;
  height: 16px;
  border-radius: 9px;
  background-color: #10a9a0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-toggle input:checked + .custom-toggle__icon {
  background-color: #10a9a0;
}

.custom-toggle input:checked + .custom-toggle__icon::before {
  background-color: #ffffff;
  right: 30%;
  left: unset;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.custom-toggle input:focus + .custom-toggle__icon {
  border: 2px solid #000000;
}

.custom-toggle input:disabled:focus + .custom-toggle__icon {
  border: none;
  outline: none;
}

.custom-toggle input:disabled ~ .custom-toggle__label {
  cursor: none;
  pointer-events: none;
}

.custom-toggle input:disabled + .custom-toggle__icon {
  background-color: #f2f4f8;
  border: 1px solid #a8b7d4;
  cursor: none;
  pointer-events: none;
}

.custom-toggle input:disabled + .custom-toggle__icon::before {
  background-color: #a8b7d4;
  pointer-events: none;
}

.custom-toggle input:checked:disabled + .custom-toggle__icon {
  background-color: #a8b7d4;
  border: 1px solid #a8b7d4;
  cursor: none;
  pointer-events: none;
}

.custom-toggle input:checked:disabled + .custom-toggle__icon::before {
  background-color: #ffffff;
  pointer-events: none;
}

.select {
  width: 480px;
}

.select select {
  width: 480px;
  border-radius: 6px;
  border: 1px solid #10a9a0;
  height: 44px;
  padding-left: 15px;
  color: #a8b7d4;
}

.select select:focus {
  border: 2px solid #000000;
}

.select select option:first-of-type {
  color: #a8b7d4;
}

.select select option {
  height: 44px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #585858;
}

.select select option:checked {
  color: #585858;
}

.select select option:hover {
  background-color: #10a9a0;
}

.select span {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  color: #a8b7d4;
  letter-spacing: 0.3px;
}

.user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 14px;
}

.user-profile__cash,
.user-profile__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-profile__cash svg,
.user-profile__name svg {
  width: 20px;
  height: 20px;
  margin-right: 11px;
}

.user-profile__cash {
  color: #a8b7d4;
  letter-spacing: 1px;
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.user-profile__cash-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}

.user-profile__name {
  color: #585858;
  margin-left: 40px;
}

.users-list {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.users-list__table {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #edf0f8;
  overflow: hidden;
}

.users-list__table .users-list__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.users-list__table .users-list__table-row:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.users-list__table .users-list__table-row .users-list__table-cell:last-child {
  margin-left: auto;
}

.users-list__table .users-list__table-head .users-list__table-row {
  background-color: #ffffff;
}

.users-list__table .users-list__table-body .users-list__table-row:nth-child(1n) {
  background-color: #fafbfd;
}

.users-list__table .users-list__table-body .users-list__table-row:nth-child(2n) {
  background-color: #ffffff;
}

.users-list__table .users-list__table-head .users-list__table-cell {
  text-align: left;
  padding: 19px 20px 20px;
  color: #a8b7d4;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  letter-spacing: 0.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-break: break-all;
}

.users-list__table .users-list__table-body .users-list__table-cell {
  padding: 21px 20px 19px;
  line-height: 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-break: break-all;
}

.users-list__table .users-list__table-body .users-list__table-cell span {
  max-width: 140px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.users-list__table .users-list__table-body .users-list__table-name {
  font-weight: 600;
}

.users-list__table .users-list__table-head .users-list__table-cell:first-child,
.users-list__table .users-list__table-body .users-list__table-cell:first-child {
  padding-left: 40px;
  padding-right: 40px;
}

.users-list__table .users-list__table-head .users-list__table-cell:last-child,
.users-list__table .users-list__table-body .users-list__table-cell:last-child {
  padding-left: 40px;
  padding-right: 0;
}

.users-list__table-currency {
  width: 130px;
}

.users-list__table-body .users-list__table-cell ~ .users-list__table-currency {
  text-transform: uppercase;
}

.users-list__table-exchangerate {
  width: 130px;
}

.users-list__table-cashlimit {
  width: 270px;
}

.users-list__table-payments {
  width: 383px;
}

.users-list__table-name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.users-list__table-name svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.users-list__badges-list {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-left: -10px;
  margin-top: -10px;
}

.users-list__badges-item {
  margin-left: 10px;
  margin-top: 10px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-break: break-all;
}

.users-list__badges-item:not(:last-child) {
  margin-top: 10px;
}

.users-list__table-btn {
  width: 197px;
}

.users-list__nav,
.users-list__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.users-list__btn-toggle {
  margin-right: 40px;
  margin-left: 42px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.users-list__checkbox {
  padding: 0;
  margin-left: auto;
}

.users-list__nav {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.users-list__nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 223px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: auto;
  padding-left: 40px;
}

.users-list__map {
  height: 684px;
  width: 100%;
  position: relative;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  background-color: #f2f4f8;
}

.user-card {
  width: 220px;
  border-radius: 12px;
  z-index: 20;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'exo2', sans-serif;
}

.user-card fieldset {
  border: 0 none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.user-card .custom-input {
  width: unset;
  padding: 0;
}

.user-card .custom-input input {
  border: none;
  outline: none;
  margin-left: 0;
  padding: 0;
}

.user-card .custom-input__label {
  text-align: left;
}

.user-card label {
  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: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.user-card__badges-list {
  list-style: none;
  padding-left: 0;
  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: flex-start;
  width: 100%;
  margin: 0;
  margin-bottom: 24px;
  margin-top: -10px;
  margin-left: -10px;
}

.user-card__badges-item {
  margin-top: 10px;
  margin-left: 10px;
}

.user-card__user-name {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 16px;
}

.user-card__user-name svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.user-card__cash-item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 17px;
  text-align: left;
}

.user-card__cash-item:not(:last-of-type) {
  width: 50%;
  margin: 0;
  margin-bottom: 16px;
}

.user-card__cash-item:not(:nth-child(2n)) {
  text-align: right;
}

.user-card__cash-item:last-of-type {
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
}

.user-card__cash-label {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  color: #a8b7d4;
  margin-bottom: 4px;
}

.user-card__cash-data {
  font-size: 16px;
  line-height: 20px;
  color: #585858;
}

.user-card__close-btn {
  top: 0;
  right: 0;
  position: absolute;
}

.user-card__change-btn {
  width: 100%;
  min-width: unset;
  margin: 0;
  font-size: 16px;
}

.message {
  margin: 0 auto;
  width: 100%;
  min-height: 630px;
  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;
}

.message__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.message__icon svg {
  width: 60px;
  height: 60px;
}

.message__paragraph {
  margin: 0 auto;
  width: 245px;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  color: #585858;
  margin-top: 20px;
  letter-spacing: -0.2px;
}

.message__paragraph a {
  color: #4b6aa8;
}

.badge {
  border-radius: 6px;
  background-color: #edf0f8;
  color: #4b6aa8;
  font-size: 12px;
  line-height: 18px;
  padding: 2px 10px 4px;
  list-style: none;
  display: inline;
}

.transaction-info {
  background-color: #fafbfd;
  padding: 20px 20px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.transaction-info__item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.transaction-info__label {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  color: #a8b7d4;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

.transaction-info__data {
  font-weight: 400;
  line-height: 20px;
}

.transaction-info__item--name {
  width: 30.5%;
}

.transaction-info__item--name .transaction-info__data {
  font-weight: 600;
  letter-spacing: 0.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.transaction-info__item--name svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.transaction-info__item--exchangerate {
  width: 25%;
}

.transaction-info__item--cashlimit {
  width: 46%;
  margin-left: auto;
  line-clamp: 1;
}

.user-pin svg {
  width: 36px;
  height: 46px;
  color: #10a9a0;
}

.user-pin--verified svg {
  color: #ed7358;
}

.users-nav {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.users-nav,
.users-nav__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.users-nav__custom-toggle {
  padding: 0;
  margin-left: auto;
  margin-right: 40px;
}

.map {
  height: 684px;
  width: 100%;
  position: relative;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  background-color: #fafbfd;
}

.link {
  background-color: transparent;
  color: #4b6aa8;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.tabs--toggle-list-map .tabs__controls {
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.tabs--toggle-list-map .tabs__control {
  background-color: #ffffff;
  color: #10a9a0;
  padding: 6px 15px 8px;
  border: 1px solid #10a9a0;
  margin: 0;
  word-break: break-all;
  font-size: 14px;
  line-height: 18px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.tabs--toggle-list-map .tabs__control:first-child {
  border-radius: 6px 0 0 6px;
}

.tabs--toggle-list-map .tabs__control:last-child {
  border-radius: 0 6px 6px 0;
}

.tabs--toggle-list-map .tabs__control:disabled {
  background-color: #f2f4f8;
  color: #a8b7d4;
  border: 1px solid #a8b7d4;
}

.tabs--toggle-list-map .tabs__control.is-active {
  background-color: #10a9a0;
  color: #ffffff;
  border: 1px solid #10a9a0;
  pointer-events: none;
}

.tabs--toggle-list-map .tabs__control.is-active:focus {
  outline: none;
}

.tabs--toggle-list-map .tabs__control.is-active:disabled {
  background-color: #a8b7d4;
  color: #ffffff;
  border: 1px solid #a8b7d4;
}

.tabs--toggle-buy-sell .tabs__controls {
  min-width: 183px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs--toggle-buy-sell .tabs__control {
  margin: 0;
  color: #4b6aa8;
  font-weight: 600;
  background-color: transparent;
  padding: 17px 9px;
  min-width: 76px;
  letter-spacing: 0.5px;
  word-break: break-all;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.tabs--toggle-buy-sell .tabs__control.is-active {
  color: #2cc2ba;
  position: relative;
  pointer-events: none;
}

.tabs--toggle-buy-sell .tabs__control.is-active:focus {
  outline: none;
}

.tabs--toggle-buy-sell .tabs__control.is-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #10a9a0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-buy {
  width: 100%;
}

.modal-buy .modal__input-wrapper--decorated {
  position: relative;
  margin-bottom: 15px;
  padding-top: 10px;
  margin-top: -5px;
}

.modal-buy .modal__input-wrapper--decorated::after {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  height: 1px;
  width: 520px;
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, transparent), color-stop(20%, #a8b7d4)), -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
  background: -o-linear-gradient(left, transparent 80%, #a8b7d4 20%), -o-linear-gradient(left, transparent, transparent);
  background: linear-gradient(to right, transparent 80%, #a8b7d4 20%), linear-gradient(to right, transparent, transparent);
  background-size: 5px 1px, 100% 1px;
  bottom: -20px;
  left: -20px;
}

.modal-buy .modal__submit {
  margin-top: 45px;
}

.modal-buy .modal__container--small::after {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  height: 1px;
  width: 520px;
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, transparent), color-stop(20%, #a8b7d4)), -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
  background: -o-linear-gradient(left, transparent 80%, #a8b7d4 20%), -o-linear-gradient(left, transparent, transparent);
  background: linear-gradient(to right, transparent 80%, #a8b7d4 20%), linear-gradient(to right, transparent, transparent);
  background-size: 5px 1px, 100% 1px;
  bottom: -15px;
}

.modal-sell {
  width: 100%;
}

.modal-sell .modal__input-wrapper--decorated {
  padding-top: 10px;
  margin-top: -5px;
  position: relative;
  padding-bottom: 15px;
}

.modal-sell .modal__input-wrapper--decorated::after {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  height: 1px;
  width: 520px;
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, transparent), color-stop(20%, #a8b7d4)), -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
  background: -o-linear-gradient(left, transparent 80%, #a8b7d4 20%), -o-linear-gradient(left, transparent, transparent);
  background: linear-gradient(to right, transparent 80%, #a8b7d4 20%), linear-gradient(to right, transparent, transparent);
  background-size: 5px 1px, 100% 1px;
  bottom: -5px;
  left: -20px;
}

.modal-sell .modal__select-wrapper {
  margin-bottom: -4px;
}

.modal-sell .modal__submit {
  margin-top: 40px;
}

/* @media (hover: hover), screen and (min-width: 0\0) {
  &:hover,
  &:focus {
    color: $color-default-white;
  }
} */

@media (hover: hover), screen and (min-width: 0\0) {
  .btn:hover {
    opacity: 0.8;
  }

  .btn--greenborder:hover {
    background-color: #10a9a0;
    color: #ffffff;
  }

  .btn--greenborder:active {
    background-color: #188780;
  }

  .btn--greenborder:disabled {
    background-color: #f2f4f8;
    border-color: #a8b7d4;
    color: #a8b7d4;
  }

  .btn--green:hover {
    background-color: #2cc2ba;
  }

  .btn--green:active {
    background-color: #188780;
  }

  .btn--green:disabled {
    background-color: #a8b7d4;
    color: #ffffff;
  }

  .close-btn:hover svg {
    stroke: #585858;
  }

  .link:hover,
  .link:focus {
    color: #2cc2ba;
  }

  .link:active {
    color: #188780;
  }

  .tabs--toggle-list-map .tabs__control:hover {
    background-color: #eefaf9;
  }

  .tabs--toggle-list-map .tabs__control:active {
    background-color: #188780;
    color: #ffffff;
  }

  .tabs--toggle-list-map .tabs__control.is-active:hover {
    background-color: #10a9a0;
  }

  .tabs--toggle-buy-sell .tabs__control:hover {
    color: #2cc2ba;
    background-color: #eefaf9;
  }
}
