@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

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

body {
  color: #fdfdfd;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

@media only screen and (max-width: 1025px) {
  body {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

body * {
  font-family: Inter;
}

img {
  height: auto;
  max-width: 100%;
}

a,
h2,
label,
span {
  font-weight: 400;
}

.container {
  margin: 0 auto;
  max-width: 1129px;
  width: 100%;
}

.container .title {
  color: #fdfdfd;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto 40px;
  text-align: center;
}

@media screen and (max-width: 1250px) {
  .container .title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

.container .title span {
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media only screen and (min-width: 813px) {
  a,
  a:after,
  a:before,
  button,
  button:after,
  button:before {
    transition: 0.35s;
  }
}

a,
button,
div,
h1,
h2,
h3,
li,
p,
ul {
  margin: 0;
  padding: 0;
}

h4 {
  font-size: 36px;
  margin: 0;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 11px;
}

h3 {
  font-size: 16px;
}

h1 {
  font-size: 48px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  h1 {
    text-align: center;
  }
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 1250px) {
  p {
    font-size: 14px;
  }
}

.title {
  font-size: 36px;
  font-weight: 400;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  .title {
    font-size: 1.5rem;
    text-align: center;
  }
}

ol,
ul {
  list-style-type: none;
  padding: 0;
}

b {
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
}

input,
input:active,
input:focus,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:visited {
  border: none;
  outline: 0;
}

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

.text-center p b {
  color: #000;
  font-size: 18px;
  line-height: 25.45px;
}

@media only screen and (max-width: 767px) {
  .dn-mob {
    display: none;
  }
}

.error-text {
  color: #ff4546;
  font-size: 20px;
  text-align: center;
}

.error {
  color: #ff4546 !important;
}

.invalid-input {
  border: 1px solid #ff4546 !important;
}

@media screen and (min-width: 1250px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 1250px) {
  .desktop-only {
    display: none !important;
  }
}

@font-face {
  font-family: Inter;
  font-style: normal;
  src: url(../fonts/Inter-VariableFont.e05c5f3.ttf);
}

@font-face {
  font-family: Inter;
  font-style: italic;
  src: url(../fonts/Inter-Italic-VariableFont.831252f.ttf);
}

.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 400;
  gap: 10px;
  justify-content: center;
  margin: 0;
  outline: 0;
  padding: 0 12px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: border-radius 0.4s ease;
  white-space: nowrap;
}

.btn.btn-contrast,
.btn.btn-default,
.btn.btn-outline {
  overflow: hidden;
  position: relative;
}

.btn.btn-contrast:before,
.btn.btn-default:before,
.btn.btn-outline:before {
  background: #fdfdfd;
  content: "";
  height: 100px;
  left: -80px;
  opacity: 0.2;
  position: absolute;
  top: -30px;
  transform: rotate(20deg);
  width: 70px;
}

.btn.btn-contrast:hover:before,
.btn.btn-default:hover:before,
.btn.btn-outline:hover:before {
  left: auto;
  left: 120%;
  transition: left 0.5s ease;
}

.btn.btn-contrast:disabled,
.btn.btn-default:disabled,
.btn.btn-outline:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.btn.btn-contrast:disabled:hover:before,
.btn.btn-default:disabled:hover:before,
.btn.btn-outline:disabled:hover:before {
  display: none;
}

.btn.btn-default {
  background-color: #fdfdfd;
  border: none;
  color: #252525;
}

.btn.btn-default:before {
  background-color: #919191;
}

.btn.btn-contrast {
  background-color: #595a7f;
  border: none;
  color: #fdfdfd;
}

.btn.btn-outline {
  background-color: transparent;
  border-color: #fdfdfd;
  color: #fdfdfd;
}

.btn.btn-sm {
  border-radius: 12px;
  font-size: 14px;
  height: 36px;
  padding: 0 12px;
}

.btn.btn-lg,
.btn.btn-md {
  border-radius: 12px;
  box-shadow: 10px 10px 20px 0 rgba(89, 90, 127, 0.15);
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  padding: 0 24px;
}

.btn.btn-lg {
  height: 50px;
}

.btn.btn-link {
  background-color: transparent;
  color: #fdfdfd;
  font-size: 18px;
  gap: 4px;
  padding: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.btn.btn-link:after {
  background-color: #fdfdfd;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.2s ease;
  width: 0;
}

.btn.btn-link:hover:after {
  width: 100%;
}

.btn.btn-link--preview {
  margin-left: auto;
  margin-top: 40px;
}

@media screen and (max-width: 1250px) {
  .btn.btn-link--preview {
    margin-right: auto;
    margin-top: 30px;
  }
}

.btn-filter {
  background: 0 0;
  border: none;
  border-radius: 8px;
  color: #fdfdfd;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 8px 13px;
  white-space: normal;
}

.btn-filter:hover {
  background-color: #fdfdfd;
  color: #252525;
}

@media only screen and (max-width: 767px) {
  .btn-filter {
    font-size: 12px;
    padding: 8px;
  }
}

.btn-filter-selected {
  background: #fdfdfd;
  color: #252525;
}

.btn-submit {
  background: #285fa7;
  box-shadow: 0 20px 40px 0 rgba(23, 22, 37, 0.15);
  font-size: 15px;
  line-height: 3;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-submit:hover {
  background: #4985d3;
  color: #fff;
}

.btn-plain {
  background: #f0f1f4;
  border: 1px solid #f0f1f4;
  border-radius: 20px;
  color: #9f9f9f;
  font-size: 11px;
  margin-bottom: 0.94rem;
  margin-top: 0.94rem;
  padding: 10px 30px;
  text-transform: uppercase;
}

.btn-plain:hover {
  background: 0 0;
}

.btn-log-in {
  align-items: center;
  background: #f3f3f3;
  border: 1px solid #f0f1f4;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  line-height: normal;
  padding: 6px 12px;
  width: inherit;
}

.btn-log-in img {
  border-radius: 50%;
  height: 20px;
  margin: 3px;
  width: 20px;
}

.btn-log-in:hover {
  background: 0 0;
}

.btn-look {
  background: #e1e7ed;
  color: #919191;
  font-size: 15px;
  font-weight: 400;
  line-height: 3;
  min-width: 104px;
  padding-left: 50px;
  padding-right: 50px;
}

.btn-look:hover {
  background: #e6e9f5;
}

.btn-select {
  margin: 15px 30px;
  max-width: 22.5rem;
  position: relative;
  width: 100%;
}

.btn-select:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #212121;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 18px;
  transform: rotate(0);
  transition: all 0.35s;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .btn-select:after {
    top: 12px;
  }
}

.btn-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f4f5f7;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  color: #9f9f9f;
  line-height: 2.375;
  padding: 0 25px;
  width: 100%;
}

.btn-select.selected:after {
  top: 16px;
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .btn-select.selected:after {
    top: 12px;
  }
}

.btn-bord {
  background: 0 0;
  border: 2px solid #f0f1f2;
  color: #285fa7;
  line-height: 2.7;
}

.btn-bord:hover {
  background: #285fa7;
  border-color: #285fa7;
  color: #fff;
}

.btn-copy {
  background: 0 0;
  border: 2px solid #f0f1f2;
  color: #285fa7;
  line-height: 1.75;
  margin-left: 15px;
  margin-top: -20px;
  padding: 2px 15px;
}

.btn-copy:hover {
  background: #285fa7;
  border-color: #285fa7;
  color: #fff;
}

.dropper img {
  height: 25px;
  margin: 5px;
  width: 25px;
}

.dropper li {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
}

.dropper {
  width: 100%;
}

.dropper .bp-dropdown__btn {
  border: none;
  width: 100%;
}

.dropper .bp-dropdown__body {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  border-top: none;
  box-shadow: none;
  left: auto !important;
  margin-top: 0;
  position: absolute;
  top: auto !important;
}

.checkbox {
  position: relative;
}

.checkbox input {
  left: -10000px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: -1;
}

.checkbox input:checked + label:after {
  background: #fdfdfd;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(5px);
  width: 14px;
}

.checkbox label {
  align-items: center;
  color: #fdfdfd;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.checkbox label a {
  color: #26d3f8;
  display: inline;
}

.checkbox label:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  border: 1px solid #fdfdfd;
  border-radius: 4px;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  height: 24px;
  margin-right: 12px;
  width: 24px;
}

.checkbox-list .checkbox {
  margin-bottom: 16px;
}

.checkbox-list .checkbox:last-child {
  margin-bottom: 0;
}

.v-select.currency-select {
  align-items: center;
  display: flex;
  height: 100%;
}

.v-select.currency-select .vs__dropdown-toggle {
  background: 0 0;
  border: 0;
  padding: 0;
}

.v-select.currency-select .vs__dropdown-toggle .vs__selected-options {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}

.v-select.currency-select
  .vs__dropdown-toggle
  .vs__selected-options
  .vs__selected {
  color: #fdfdfd;
  margin: 0;
  padding: 0;
}

.v-select.currency-select
  .vs__dropdown-toggle
  .vs__selected-options
  .vs__selected
  .select-item-logo {
  display: flex;
  height: 32px;
  margin-right: 8px;
  width: 32px;
}

@media screen and (max-width: 1250px) {
  .v-select.currency-select
    .vs__dropdown-toggle
    .vs__selected-options
    .vs__selected
    .select-item-logo {
    height: 24px;
    margin-right: 4px;
    width: 24px;
  }
}

.v-select.currency-select
  .vs__dropdown-toggle
  .vs__selected-options
  .vs__selected
  p {
  margin-right: 8px;
}

@media screen and (max-width: 1250px) {
  .v-select.currency-select
    .vs__dropdown-toggle
    .vs__selected-options
    .vs__selected
    p {
    margin-right: 0;
  }
}

.v-select.currency-select .vs__dropdown-toggle .vs__actions {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFycm93cy1jaGV2cm9uL0Fycm93LURvd24iPgo8cGF0aCBpZD0iSWNvbiIgZD0iTTEzLjg2NTYgMTUuNzM2NkMxMy43MDkxIDE1LjczNzQgMTMuNTU4OSAxNS42NzUgMTMuNDQ4OSAxNS41NjM2TDcuMTU4MjggOS4yNzMwNEM2Ljk0MTc2IDkuMDQwNjcgNi45NDgxNSA4LjY3ODU3IDcuMTcyNzMgOC40NTM5OEM3LjM5NzMyIDguMjI5NCA3Ljc1OTQyIDguMjIzMDEgNy45OTE3OSA4LjQzOTUzTDEzLjg2NTYgMTQuMzEzNEwxOS43Mzk1IDguNDM5NTNDMTkuOTcxOSA4LjIyMzAxIDIwLjMzNCA4LjIyOTQgMjAuNTU4NiA4LjQ1Mzk4QzIwLjc4MzEgOC42Nzg1NyAyMC43ODk1IDkuMDQwNjcgMjAuNTczIDkuMjczMDRMMTQuMjgyNCAxNS41NjM2QzE0LjE3MjQgMTUuNjc1IDE0LjAyMjIgMTUuNzM3NCAxMy44NjU2IDE1LjczNjZaIiBmaWxsPSIjRkRGREZEIi8+CjwvZz4KPC9zdmc+Cg==);
  background-position: 50%;
  background-repeat: no-repeat;
  min-width: 24px;
  padding: 0;
}

.v-select.currency-select .vs__dropdown-toggle .vs__actions svg {
  display: none;
}

.v-select.currency-select.vs--open {
  background: #fdfdfd;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  color: #252525;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.v-select.currency-select.vs--open:after {
  background-color: rgba(37, 37, 37, 0.1);
  bottom: 3px;
  content: "";
  height: 1px;
  left: 12px;
  position: absolute;
  right: 12px;
}

.v-select.currency-select.vs--open .vs__dropdown-toggle {
  height: 100%;
  width: 100%;
}

.v-select.currency-select.vs--open
  .vs__dropdown-toggle
  .vs__selected-options
  .vs__selected {
  color: #252525;
  opacity: 1;
  position: relative;
}

.v-select.currency-select.vs--open
  .vs__dropdown-toggle
  .vs__selected-options
  .vs__search {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlNlYXJjaCI+CjxwYXRoIGlkPSJFbGxpcHNlIiBkPSJNMTYuMzMzMSAxMi4wNzA0QzE2Ljk1NCAxMC4yMjMzIDE2Ljg3OTMgOC4yMTMwNCAxNi4xMjMxIDYuNDE3MDZDMTUuMzY2OSA0LjYyMTA3IDEzLjk4MTIgMy4xNjI4NSAxMi4yMjYxIDIuMzE2MTRDMTAuNDcwOSAxLjQ2OTQyIDguNDY3MTEgMS4yOTI0MyA2LjU5MDc0IDEuODE4MzlDNC43MTQzOCAyLjM0NDM2IDMuMDk0NSAzLjUzNzExIDIuMDM1MjEgNS4xNzI3NEMwLjk3NTkxNyA2LjgwODM3IDAuNTUwMDQ2IDguNzc0MzkgMC44Mzc1NDQgMTAuNzAxOEMxLjEyNTA0IDEyLjYyOTEgMi4xMDYxNCAxNC4zODUzIDMuNTk2NjYgMTUuNjQwNkM1LjA4NzE4IDE2Ljg5NTggNi45ODQ2MyAxNy41NjM5IDguOTMyODEgMTcuNTE5NEMxMC44ODEgMTcuNDc0OSAxMi43NDU5IDE2LjcyMDggMTQuMTc3NSAxNS4zOTg3IiBzdHJva2U9IiMyNTI1MjUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggaWQ9IkxpbmUiIGQ9Ik0xNC4yNSAxNS40ODA0TDE5LjI1IDIwLjQ4MDUiIHN0cm9rZT0iIzI1MjUyNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=);
  background-position: 0;
  background-repeat: no-repeat;
  margin: 0 0 0 12px;
  padding: 0 16px 0 28px;
}

.v-select.currency-select.vs--open .vs__dropdown-toggle .vs__actions {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFycm93cy1jaGV2cm9uL0Fycm93LURvd24iPgo8cGF0aCBpZD0iSWNvbiIgZD0iTTEzLjg2NTYgMTUuNzM2NkMxMy43MDkxIDE1LjczNzQgMTMuNTU4OSAxNS42NzUgMTMuNDQ4OSAxNS41NjM2TDcuMTU4MjggOS4yNzMwNEM2Ljk0MTc2IDkuMDQwNjcgNi45NDgxNSA4LjY3ODU3IDcuMTcyNzMgOC40NTM5OEM3LjM5NzMyIDguMjI5NCA3Ljc1OTQyIDguMjIzMDEgNy45OTE3OSA4LjQzOTUzTDEzLjg2NTYgMTQuMzEzNEwxOS43Mzk1IDguNDM5NTNDMTkuOTcxOSA4LjIyMzAxIDIwLjMzNCA4LjIyOTQgMjAuNTU4NiA4LjQ1Mzk4QzIwLjc4MzEgOC42Nzg1NyAyMC43ODk1IDkuMDQwNjcgMjAuNTczIDkuMjczMDRMMTQuMjgyNCAxNS41NjM2QzE0LjE3MjQgMTUuNjc1IDE0LjAyMjIgMTUuNzM3NCAxMy44NjU2IDE1LjczNjZaIiBmaWxsPSIjMjUyNTI1Ii8+CjwvZz4KPC9zdmc+Cg==);
  margin-right: 12px;
}

.v-select.currency-select.vs--searching .vs__selected {
  display: flex !important;
}

ul.vs__dropdown-menu {
  background-color: #fdfdfd;
  border: none;
  border-radius: 0 0 10px 10px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  padding: 0 12px 8px;
}

ul.vs__dropdown-menu .vs__dropdown-option {
  align-items: center;
  display: flex;
  font-size: 18px;
  gap: 8px;
  min-height: 56px;
  padding: 0;
}

ul.vs__dropdown-menu .vs__dropdown-option:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1250px) {
  ul.vs__dropdown-menu .vs__dropdown-option {
    font-size: 16px;
  }
}

ul.vs__dropdown-menu .vs__dropdown-option .select-item-logo {
  display: flex;
  height: 24px;
  width: 24px;
}

ul.vs__dropdown-menu .vs__dropdown-option p {
  color: #252525;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1250px) {
  ul.vs__dropdown-menu .vs__dropdown-option p {
    font-size: 16px;
  }
}

ul.vs__dropdown-menu .vs__dropdown-option .network-wrapper {
  align-items: end;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

ul.vs__dropdown-menu .vs__dropdown-option .network-wrapper p {
  align-items: center;
  border-radius: 4px;
  color: #fdfdfd;
  display: flex;
  font-size: 8px;
  font-weight: 700;
  justify-content: center;
  line-height: normal;
  padding: 1px 4px;
}

ul.vs__dropdown-menu .vs__dropdown-option .network-wrapper span {
  color: #252525;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

ul.vs__dropdown-menu .vs__dropdown-option--highlight,
ul.vs__dropdown-menu .vs__dropdown-option:hover {
  background-color: transparent;
}

ul.vs__dropdown-menu::-webkit-scrollbar {
  background: 0 0;
  width: 24px;
}

ul.vs__dropdown-menu::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #252525;
  border-color: transparent;
  border-radius: 9999px;
  border-style: solid;
  border-width: 10px 11px;
  margin: 0 11px;
  width: 2px;
}

ul.vs__dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: #fdfdfd;
}

.v-select ul.vs__dropdown-menu {
  background-color: #9292aa;
  padding: 8px 12px;
}

.v-select ul.vs__dropdown-menu .vs__dropdown-option {
  min-height: 0;
  padding: 4px 0;
}

.v-select ul.vs__dropdown-menu .vs__dropdown-option:not(:last-child) {
  border-bottom: 0;
}

.v-select ul.vs__dropdown-menu .vs__dropdown-option p {
  color: #fdfdfd;
  font-size: 18px;
  font-weight: 400;
}

.vs__no-options {
  color: #252525;
  padding: 50px 0;
}

.select-default.v-select .vs__dropdown-toggle {
  background: linear-gradient(
    107deg,
    rgba(177, 170, 203, 0.6) -5.43%,
    hsla(0, 0%, 100%, 0.3) 98.17%
  );
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 5px 5px 15px 0 rgba(89, 90, 127, 0.05);
  color: #fdfdfd;
  font-size: 18px;
  height: 50px;
  padding: 0 12px;
}

@media screen and (max-width: 1250px) {
  .select-default.v-select .vs__dropdown-toggle {
    font-size: 16px;
    height: 40px;
  }
}

.select-default.v-select .vs__dropdown-toggle .vs__actions {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFycm93cy1jaGV2cm9uL0Fycm93LURvd24iPgo8cGF0aCBpZD0iSWNvbiIgZD0iTTEzLjg2NTYgMTUuNzM2NkMxMy43MDkxIDE1LjczNzQgMTMuNTU4OSAxNS42NzUgMTMuNDQ4OSAxNS41NjM2TDcuMTU4MjggOS4yNzMwNEM2Ljk0MTc2IDkuMDQwNjcgNi45NDgxNSA4LjY3ODU3IDcuMTcyNzMgOC40NTM5OEM3LjM5NzMyIDguMjI5NCA3Ljc1OTQyIDguMjIzMDEgNy45OTE3OSA4LjQzOTUzTDEzLjg2NTYgMTQuMzEzNEwxOS43Mzk1IDguNDM5NTNDMTkuOTcxOSA4LjIyMzAxIDIwLjMzNCA4LjIyOTQgMjAuNTU4NiA4LjQ1Mzk4QzIwLjc4MzEgOC42Nzg1NyAyMC43ODk1IDkuMDQwNjcgMjAuNTczIDkuMjczMDRMMTQuMjgyNCAxNS41NjM2QzE0LjE3MjQgMTUuNjc1IDE0LjAyMjIgMTUuNzM3NCAxMy44NjU2IDE1LjczNjZaIiBmaWxsPSIjRkRGREZEIi8+CjwvZz4KPC9zdmc+Cg==);
  background-position: 50%;
  background-repeat: no-repeat;
  min-width: 24px;
  padding: 0;
}

.select-default.v-select .vs__dropdown-toggle .vs__actions svg {
  display: none;
}

.select-default.v-select .vs__dropdown-toggle .vs__selected-options {
  align-items: center;
}

.select-default.v-select .vs__dropdown-toggle .vs__selected {
  color: #fdfdfd;
  font-size: 18px;
  margin: 0;
  opacity: 1;
  padding: 0;
}

@media screen and (max-width: 1250px) {
  .select-default.v-select .vs__dropdown-toggle .vs__selected {
    font-size: 14px;
  }
}

.select-default.v-select.vs--open .vs__dropdown-toggle {
  border-radius: 10px 10px 0 0;
}

.select-default.v-select.vs--unsearchable .vs__search {
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
  z-index: -1;
}

.preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.loader {
  animation: spin 2s linear infinite;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: #fdfdfd;
  display: block;
  height: 150px;
  left: 50%;
  margin: -75px 0 0 -75px;
  position: relative;
  top: 50%;
  width: 150px;
}

.loader:before {
  animation: spin 3s linear infinite;
  bottom: 5px;
  left: 5px;
  right: 5px;
  top: 5px;
}

.loader:after,
.loader:before {
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: #fdfdfd;
  content: "";
  position: absolute;
}

.loader:after {
  animation: spin 1.5s linear infinite;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.preloader.loader-single .loader {
  border-width: 2px;
}

.preloader.loader-single .loader:after,
.preloader.loader-single .loader:before {
  display: none;
}

.preloader.loader-contrast .loader,
.preloader.loader-contrast .loader:after,
.preloader.loader-contrast .loader:before {
  border-top-color: #252525;
}

.preloader.loader-responsive {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.form-control {
  display: flex;
  flex-direction: column;
  position: relative;
}

.form-control__error-text {
  color: #ff4546;
  font-size: 14px;
  font-weight: 600;
  margin: 4px 0 0 10px;
}

.form-control label {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  gap: 10px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1250px) {
  .form-control label {
    font-size: 18px;
  }
}

.form-control input,
.form-control textarea {
  background: linear-gradient(
    107deg,
    rgba(177, 170, 203, 0.6) -5.43%,
    hsla(0, 0%, 100%, 0.3) 98.17%
  );
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 5px 5px 15px 0 rgba(89, 90, 127, 0.05);
  color: #fdfdfd;
  font-size: 18px;
  height: 50px;
  padding: 0 12px;
}

.form-control input::-moz-placeholder,
.form-control textarea::-moz-placeholder {
  color: hsla(0, 0%, 97%, 0.92);
}

.form-control input::placeholder,
.form-control textarea::placeholder {
  color: hsla(0, 0%, 97%, 0.92);
}

@media screen and (max-width: 1250px) {
  .form-control input,
  .form-control textarea {
    font-size: 16px;
    height: 40px;
  }
}

.form-control textarea {
  display: flex;
  padding-bottom: 12px;
  padding-top: 12px;
  resize: vertical;
}

@media screen and (max-width: 1250px) {
  .form-control textarea {
    padding-bottom: 9px;
    padding-top: 9px;
  }
}

.form-control .input-icon {
  max-width: 32px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1250px) {
  .form-control .input-icon {
    max-width: 24px;
  }
}

.form-control label + .input-icon {
  bottom: 13px;
  top: auto;
  transform: none;
}

@media screen and (max-width: 1250px) {
  .form-control label + .input-icon {
    bottom: 10px;
  }
}

.form-control .input-icon + input {
  padding-right: 44px;
}

.form-control--contrast input,
.form-control--contrast textarea {
  background: #fdfdfd;
  border: 1px solid #919191;
  box-shadow: none;
  color: #252525;
}

.form-control--contrast input::-moz-placeholder,
.form-control--contrast textarea::-moz-placeholder {
  color: #919191;
}

.form-control--contrast input::placeholder,
.form-control--contrast textarea::placeholder {
  color: #919191;
}

.form-control--error input,
.form-control--error textarea {
  border-color: #ff4546;
}

.top-left {
  align-items: center;
  border-radius: 12px;
  box-shadow: 10px 10px 20px 0 rgba(89, 90, 127, 0.2);
  color: #fdfdfd;
  display: flex;
  left: 0;
  line-height: 1.4;
  margin: 20px;
  max-width: 350px;
  padding: 20px;
  position: fixed;
  top: 0;
  transform: translateX(-420px);
  z-index: 9999;
}

.top-left.do-show {
  animation: slide-in-left 1s ease-in-out forwards,
    slide-in-left 1s ease-in-out 5s reverse forwards;
}

.top-left[data-notification-status="notice"] {
  background-color: #00afcc;
}

.top-left[data-notification-status="notice"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23077CB2' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.top-left[data-notification-status="warning"] {
  background-color: #ffac00;
}

.top-left[data-notification-status="warning"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C19100' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.top-left[data-notification-status="error"] {
  background-color: #ff4546;
}

.top-left[data-notification-status="error"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C71612' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C71612' d='m13.406 12 2.578 2.578-1.406 1.406L12 13.406l-2.578 2.578-1.406-1.406L10.594 12 8.016 9.421l1.406-1.405L12 10.593l2.578-2.577 1.406 1.405L13.406 12z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.top-left[data-notification-status="success"] {
  background-color: #01c9a0;
}

.top-left[data-notification-status="success"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%233A813D' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%233A813D' d='m10.477 13.136 5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.top-left[data-notification-status="question"] {
  background-color: #595a7f;
}

.top-left[data-notification-status="question"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23513F39' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23513F39' d='M12.001 6.314h-.002A3.606 3.606 0 0 0 8.39 9.923h1.784c0-.977.85-1.784 1.826-1.784.977 0 1.827.807 1.827 1.784 0 1.826-2.718 1.614-2.718 4.544h1.784c0-2.038 2.717-2.294 2.717-4.544a3.607 3.607 0 0 0-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.top-left[data-notification-status="plain"] {
  background-color: #595a7f;
}

.top-right {
  align-items: center;
  border-radius: 12px;
  box-shadow: 10px 10px 20px 0 rgba(89, 90, 127, 0.2);
  color: #fdfdfd;
  display: flex;
  line-height: 1.4;
  margin: 20px;
  max-width: 350px;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.top-right.do-show {
  animation: fade-in 1s ease-in-out forwards,
    fade-in 1s ease-in-out 3s reverse forwards;
}

.top-right[data-notification-status="notice"] {
  background-color: #00afcc;
}

.top-right[data-notification-status="notice"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23077CB2' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.top-right[data-notification-status="warning"] {
  background-color: #ffac00;
}

.top-right[data-notification-status="warning"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C19100' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.top-right[data-notification-status="error"] {
  background-color: #ff4546;
}

.top-right[data-notification-status="error"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C71612' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C71612' d='m13.406 12 2.578 2.578-1.406 1.406L12 13.406l-2.578 2.578-1.406-1.406L10.594 12 8.016 9.421l1.406-1.405L12 10.593l2.578-2.577 1.406 1.405L13.406 12z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.top-right[data-notification-status="success"] {
  background-color: #01c9a0;
}

.top-right[data-notification-status="success"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%233A813D' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%233A813D' d='m10.477 13.136 5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.top-right[data-notification-status="question"] {
  background-color: #595a7f;
}

.top-right[data-notification-status="question"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23513F39' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23513F39' d='M12.001 6.314h-.002A3.606 3.606 0 0 0 8.39 9.923h1.784c0-.977.85-1.784 1.826-1.784.977 0 1.827.807 1.827 1.784 0 1.826-2.718 1.614-2.718 4.544h1.784c0-2.038 2.717-2.294 2.717-4.544a3.607 3.607 0 0 0-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.top-right[data-notification-status="plain"] {
  background-color: #595a7f;
}

.bottom-right {
  align-items: center;
  border-radius: 12px;
  bottom: 0;
  box-shadow: 10px 10px 20px 0 rgba(89, 90, 127, 0.2);
  color: #fdfdfd;
  display: flex;
  line-height: 1.4;
  margin: 20px;
  max-width: 350px;
  padding: 20px;
  position: fixed;
  right: 0;
  transform: translateX(420px);
  z-index: 9999;
}

@keyframes slide-in-right {
  to {
    transform: translateX(0);
  }
}

.bottom-right.do-show {
  animation: slide-in-right 1s ease-in-out forwards,
    slide-in-right 1s ease-in-out 3s reverse forwards;
}

.bottom-right[data-notification-status="notice"] {
  background-color: #00afcc;
}

.bottom-right[data-notification-status="notice"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23077CB2' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bottom-right[data-notification-status="warning"] {
  background-color: #ffac00;
}

.bottom-right[data-notification-status="warning"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C19100' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bottom-right[data-notification-status="error"] {
  background-color: #ff4546;
}

.bottom-right[data-notification-status="error"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C71612' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C71612' d='m13.406 12 2.578 2.578-1.406 1.406L12 13.406l-2.578 2.578-1.406-1.406L10.594 12 8.016 9.421l1.406-1.405L12 10.593l2.578-2.577 1.406 1.405L13.406 12z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bottom-right[data-notification-status="success"] {
  background-color: #01c9a0;
}

.bottom-right[data-notification-status="success"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%233A813D' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%233A813D' d='m10.477 13.136 5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bottom-right[data-notification-status="question"] {
  background-color: #595a7f;
}

.bottom-right[data-notification-status="question"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23513F39' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23513F39' d='M12.001 6.314h-.002A3.606 3.606 0 0 0 8.39 9.923h1.784c0-.977.85-1.784 1.826-1.784.977 0 1.827.807 1.827 1.784 0 1.826-2.718 1.614-2.718 4.544h1.784c0-2.038 2.717-2.294 2.717-4.544a3.607 3.607 0 0 0-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bottom-right[data-notification-status="plain"] {
  background-color: #595a7f;
}

.bottom-left {
  align-items: center;
  border-radius: 12px;
  bottom: 0;
  box-shadow: 10px 10px 20px 0 rgba(89, 90, 127, 0.2);
  color: #fdfdfd;
  display: flex;
  left: 0;
  line-height: 1.4;
  margin: 20px;
  max-width: 350px;
  padding: 20px;
  position: fixed;
  z-index: 9999;
}

.bottom-left.do-show {
  animation: fade-in 1s ease-in-out forwards,
    fade-in 1s ease-in-out 3s reverse forwards;
}

.bottom-left[data-notification-status="notice"] {
  background-color: #00afcc;
}

.bottom-left[data-notification-status="notice"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23077CB2' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bottom-left[data-notification-status="warning"] {
  background-color: #ffac00;
}

.bottom-left[data-notification-status="warning"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C19100' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bottom-left[data-notification-status="error"] {
  background-color: #ff4546;
}

.bottom-left[data-notification-status="error"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C71612' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C71612' d='m13.406 12 2.578 2.578-1.406 1.406L12 13.406l-2.578 2.578-1.406-1.406L10.594 12 8.016 9.421l1.406-1.405L12 10.593l2.578-2.577 1.406 1.405L13.406 12z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bottom-left[data-notification-status="success"] {
  background-color: #01c9a0;
}

.bottom-left[data-notification-status="success"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%233A813D' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%233A813D' d='m10.477 13.136 5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bottom-left[data-notification-status="question"] {
  background-color: #595a7f;
}

.bottom-left[data-notification-status="question"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23513F39' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23513F39' d='M12.001 6.314h-.002A3.606 3.606 0 0 0 8.39 9.923h1.784c0-.977.85-1.784 1.826-1.784.977 0 1.827.807 1.827 1.784 0 1.826-2.718 1.614-2.718 4.544h1.784c0-2.038 2.717-2.294 2.717-4.544a3.607 3.607 0 0 0-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bottom-left[data-notification-status="plain"] {
  background-color: #595a7f;
}

.bar-top {
  align-items: center;
  border-radius: 12px;
  box-shadow: 10px 10px 20px 0 rgba(89, 90, 127, 0.2);
  color: #fdfdfd;
  display: flex;
  left: 0;
  line-height: 1.4;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  z-index: 9999;
}

.bar-top.do-show {
  animation: slide-show 1s forwards, slide-show 1s 3s reverse forwards;
}

.bar-top[data-notification-status="notice"] {
  background-color: #00afcc;
}

.bar-top[data-notification-status="notice"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23077CB2' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bar-top[data-notification-status="warning"] {
  background-color: #ffac00;
}

.bar-top[data-notification-status="warning"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C19100' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bar-top[data-notification-status="error"] {
  background-color: #ff4546;
}

.bar-top[data-notification-status="error"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C71612' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C71612' d='m13.406 12 2.578 2.578-1.406 1.406L12 13.406l-2.578 2.578-1.406-1.406L10.594 12 8.016 9.421l1.406-1.405L12 10.593l2.578-2.577 1.406 1.405L13.406 12z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bar-top[data-notification-status="success"] {
  background-color: #01c9a0;
}

.bar-top[data-notification-status="success"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%233A813D' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%233A813D' d='m10.477 13.136 5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bar-top[data-notification-status="question"] {
  background-color: #595a7f;
}

.bar-top[data-notification-status="question"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23513F39' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23513F39' d='M12.001 6.314h-.002A3.606 3.606 0 0 0 8.39 9.923h1.784c0-.977.85-1.784 1.826-1.784.977 0 1.827.807 1.827 1.784 0 1.826-2.718 1.614-2.718 4.544h1.784c0-2.038 2.717-2.294 2.717-4.544a3.607 3.607 0 0 0-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bar-top[data-notification-status="plain"] {
  background-color: #595a7f;
}

.bar-bottom {
  align-items: center;
  border-radius: 12px;
  bottom: 0;
  box-shadow: 10px 10px 20px 0 rgba(89, 90, 127, 0.2);
  color: #fdfdfd;
  display: flex;
  left: 0;
  line-height: 1.4;
  padding: 20px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.bar-bottom.do-show {
  animation: fade-in 1s ease-in-out forwards,
    fade-in 1s ease-in-out 3s reverse forwards;
}

.bar-bottom[data-notification-status="notice"] {
  background-color: #00afcc;
}

.bar-bottom[data-notification-status="notice"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23077CB2' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bar-bottom[data-notification-status="warning"] {
  background-color: #ffac00;
}

.bar-bottom[data-notification-status="warning"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C19100' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bar-bottom[data-notification-status="error"] {
  background-color: #ff4546;
}

.bar-bottom[data-notification-status="error"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C71612' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C71612' d='m13.406 12 2.578 2.578-1.406 1.406L12 13.406l-2.578 2.578-1.406-1.406L10.594 12 8.016 9.421l1.406-1.405L12 10.593l2.578-2.577 1.406 1.405L13.406 12z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bar-bottom[data-notification-status="success"] {
  background-color: #01c9a0;
}

.bar-bottom[data-notification-status="success"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%233A813D' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%233A813D' d='m10.477 13.136 5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bar-bottom[data-notification-status="question"] {
  background-color: #595a7f;
}

.bar-bottom[data-notification-status="question"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23513F39' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23513F39' d='M12.001 6.314h-.002A3.606 3.606 0 0 0 8.39 9.923h1.784c0-.977.85-1.784 1.826-1.784.977 0 1.827.807 1.827 1.784 0 1.826-2.718 1.614-2.718 4.544h1.784c0-2.038 2.717-2.294 2.717-4.544a3.607 3.607 0 0 0-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

.bar-bottom[data-notification-status="plain"] {
  background-color: #595a7f;
}

* {
  box-sizing: border-box;
  outline: 0;
}

input:invalid {
  box-shadow: none;
}

.alert {
  color: #fdfdfd;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 0.2s ease, color 0.2s ease;
}

.alert.card {
  margin: 0 auto 40px;
  padding: 20px 20px 4px;
}

@media screen and (max-width: 1250px) {
  .alert.card {
    margin-bottom: 16px;
    padding: 16px 16px 0;
  }
}

.alert.low {
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background: linear-gradient(
    107deg,
    hsla(228, 4%, 55%, 0.6) -5.43%,
    rgba(138, 138, 203, 0.3) 98.17%
  );
}

@supports (-moz-appearance: none) {
  .alert.low {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: #595a7f;
  }
}

.alert.medium {
  background: #fdfdfd;
  color: #252525;
}

.alert.medium .alert-control__symbol {
  background: #252525;
}

.alert.high {
  background: #ff4546;
}

.alert-controls {
  justify-content: center;
}

.alert-control,
.alert-controls {
  align-items: center;
  display: flex;
}

.alert-control {
  cursor: pointer;
  height: 20px;
  padding: 4px;
}

.alert-control__symbol {
  background-color: #fdfdfd;
  border-radius: 1px;
  height: 2px;
  opacity: 0.6;
  transition: width 0.2s ease, opacity 0.2s ease, background 0.2s ease;
  width: 20px;
}

.alert-control.active .alert-control__symbol {
  opacity: 1;
  width: 30px;
}

.course {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 0;
}

@media only screen and (max-width: 767px) {
  .course {
    display: none;
  }
}

.course ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  white-space: nowrap;
}

.course li {
  border-left: 2px solid #e6e6e6;
  min-width: 300px;
}

.course li:first-child {
  border-left: none;
}

.course div {
  padding: 3px 25px 5px;
}

.course p {
  color: #000;
  text-transform: uppercase;
}

.course .green {
  color: #285fa7;
}

.course .green em {
  border-color: #285fa7;
  transform: rotate(-45deg);
}

.course .red {
  color: #e02626;
}

.course .red em {
  border-color: #e02626;
  margin-bottom: 5px;
  transform: rotate(135deg);
}

.course-header {
  display: flex;
  justify-content: space-between;
}

.course-footer {
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 10px;
}

.course-footer span {
  font-size: 18px;
  margin-right: 10px;
}

.course em {
  border-style: solid;
  border-width: 2px;
  border-bottom: 0;
  border-left: 0;
  display: inline-block;
  height: 10px;
  margin-left: -2px;
  margin-right: 10px;
  width: 10px;
}

.currency-select {
  border-radius: 12px;
  flex-shrink: 0;
}

.currency-select--open {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

.currency-select--open .currency-select__toggle {
  color: #252525;
}

.currency-select--open .currency-select__toggle svg {
  transform: rotate(180deg);
}

.currency-select--open .currency-select__top {
  margin: 0 12px;
  position: relative;
}

.currency-select--open .currency-select__top:after {
  background-color: rgba(37, 37, 37, 0.1);
  bottom: 5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.currency-select--open .currency-select__top-wrapper {
  background-color: #fdfdfd;
  border-radius: 10px 10px 0 0;
}

.currency-select__top {
  align-items: center;
  display: flex;
  height: 50px;
}

@media screen and (max-width: 1250px) {
  .currency-select__top {
    height: 40px;
  }
}

.currency-select__search {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlNlYXJjaCI+CjxwYXRoIGlkPSJFbGxpcHNlIiBkPSJNMTYuMzMzMSAxMi4wNzA0QzE2Ljk1NCAxMC4yMjMzIDE2Ljg3OTMgOC4yMTMwNCAxNi4xMjMxIDYuNDE3MDZDMTUuMzY2OSA0LjYyMTA3IDEzLjk4MTIgMy4xNjI4NSAxMi4yMjYxIDIuMzE2MTRDMTAuNDcwOSAxLjQ2OTQyIDguNDY3MTEgMS4yOTI0MyA2LjU5MDc0IDEuODE4MzlDNC43MTQzOCAyLjM0NDM2IDMuMDk0NSAzLjUzNzExIDIuMDM1MjEgNS4xNzI3NEMwLjk3NTkxNyA2LjgwODM3IDAuNTUwMDQ2IDguNzc0MzkgMC44Mzc1NDQgMTAuNzAxOEMxLjEyNTA0IDEyLjYyOTEgMi4xMDYxNCAxNC4zODUzIDMuNTk2NjYgMTUuNjQwNkM1LjA4NzE4IDE2Ljg5NTggNi45ODQ2MyAxNy41NjM5IDguOTMyODEgMTcuNTE5NEMxMC44ODEgMTcuNDc0OSAxMi43NDU5IDE2LjcyMDggMTQuMTc3NSAxNS4zOTg3IiBzdHJva2U9IiMyNTI1MjUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggaWQ9IkxpbmUiIGQ9Ik0xNC4yNSAxNS40ODA0TDE5LjI1IDIwLjQ4MDUiIHN0cm9rZT0iIzI1MjUyNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=);
  background-position: 0;
  background-repeat: no-repeat;
  font-size: 18px;
  height: 32px;
  margin: 0;
  padding: 0 16px 0 28px;
}

@media screen and (max-width: 1250px) {
  .currency-select__search {
    font-size: 16px;
  }
}

.currency-select__toggle {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}

.currency-select__toggle .select-item-logo {
  display: flex;
  height: 32px;
  margin-right: 8px;
  width: 32px;
}

@media screen and (max-width: 1250px) {
  .currency-select__toggle .select-item-logo {
    height: 24px;
    margin-right: 4px;
    width: 24px;
  }
}

.currency-select__toggle p {
  font-weight: 500;
  margin-right: 8px;
}

@media screen and (max-width: 1250px) {
  .currency-select__toggle p {
    margin-right: 0;
  }
}

.currency-select__toggle svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.currency-select__dropdown {
  animation: fadeInUp 0.2s ease forwards;
  background-color: #fdfdfd;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.currency-select__options {
  background-color: #fdfdfd;
  border: none;
  border-radius: 0 0 10px 10px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  max-height: 300px;
  overflow: auto;
  padding: 0 12px 8px;
}

.currency-select__options::-webkit-scrollbar {
  background: 0 0;
  width: 24px;
}

.currency-select__options::-webkit-scrollbar-thumb,
.currency-select__options::-webkit-scrollbar-thumb:hover {
  background-clip: content-box;
  background-color: #252525;
  border-color: transparent;
  border-radius: 9999px;
  border-style: solid;
  border-width: 10px 11px;
  margin: 0 11px;
  width: 2px;
}

.currency-select__options::-webkit-scrollbar-thumb:hover,
.currency-select__options::-webkit-scrollbar-thumb:hover:hover {
  background-color: #252525;
}

.currency-select__options::-webkit-scrollbar-thumb:hover {
  background-color: #fdfdfd;
}

.currency-select__option {
  align-items: center;
  display: flex;
  font-size: 18px;
  gap: 8px;
  min-height: 56px;
  padding: 0;
}

.currency-select__option:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1250px) {
  .currency-select__option {
    font-size: 16px;
  }
}

.currency-select__option .select-item-logo {
  display: flex;
  height: 24px;
  width: 24px;
}

.currency-select__option p {
  color: #252525;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1250px) {
  .currency-select__option p {
    font-size: 16px;
  }
}

.currency-select__option .network-wrapper {
  align-items: end;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.currency-select__option .network-wrapper p {
  align-items: center;
  border-radius: 4px;
  color: #fdfdfd;
  display: flex;
  font-size: 8px;
  font-weight: 700;
  justify-content: center;
  line-height: normal;
  padding: 1px 4px;
}

.currency-select__option .network-wrapper span {
  color: #252525;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.currency-select__option--highlight,
.currency-select__option:hover {
  background-color: transparent;
}

.currency-select__no-options {
  color: #252525;
  padding: 50px 0;
  text-align: center;
}

.currency-select .currency-filters {
  grid-gap: 4px;
  display: grid;
  gap: 4px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 16px 12px 10px;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 1250px) {
  .currency-select .currency-filters {
    padding: 10px 12px;
  }
}

.currency-select .currency-filters__wrapper {
  background-color: #fdfdfd;
  flex-shrink: 0;
  overflow: auto;
  position: sticky;
  top: 0;
  width: 100%;
}

.currency-select .currency-filters button {
  background-color: transparent;
  border: none;
  border-radius: 6px;
  color: #252525;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  padding: 0 8px;
}

.currency-select .currency-filters button.selected,
.currency-select .currency-filters button:hover {
  background-color: #595a7f;
  color: #fdfdfd;
}

.last-orders {
  padding-bottom: 94px;
  position: relative;
}

.last-orders__content {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100dvw;
}

.last-orders__content:hover .last-orders__row {
  animation-play-state: paused;
}

.last-orders__row {
  align-items: center;
  animation: scroll 40s linear infinite;
  display: flex;
  flex-shrink: 0;
  gap: 24px;
  min-width: 100%;
}

.last-orders__row-wrapper {
  align-items: center;
  display: flex;
  gap: 24px;
  overflow: hidden;
  width: 100%;
}

.last-orders__item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 12px;
  width: 340px;
}

.last-orders__item.card {
  padding: 16px 30px;
}

@media screen and (max-width: 1250px) {
  .last-orders__item.card {
    padding: 16px;
  }
}

.last-orders__item-date {
  -webkit-text-fill-color: transparent;
  background: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 12px;
  font-weight: 400;
}

.last-orders__item-bottom {
  display: flex;
  justify-content: space-between;
}

.last-orders__item-arrow {
  flex-shrink: 0;
}

.last-orders__item-from,
.last-orders__item-to {
  align-items: center;
  display: flex;
  flex-basis: 50%;
  gap: 8px;
}

.last-orders__item-from__img,
.last-orders__item-to__img {
  height: 30px;
  width: 30px;
}

.last-orders__item-from__name,
.last-orders__item-to__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 6px;
}

.last-orders__item-from__value,
.last-orders__item-to__value {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.last-orders__item-to {
  justify-content: end;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 24px));
  }
}

.page-nav {
  flex: 1;
  max-width: none;
}

@media screen and (max-width: 1250px) {
  .page-nav {
    display: flex;
    justify-content: flex-start;
  }
}

.page-nav .menu {
  align-items: center;
  align-self: center;
  display: flex;
  gap: 40px;
  justify-content: center;
}

@media screen and (min-width: 1450px) {
  .page-nav .menu {
    gap: 65px;
  }
}

@media screen and (max-width: 1250px) {
  .page-nav .menu {
    align-items: flex-start;
    background: #fdfdfd;
    border-radius: 10px;
    display: block;
    display: flex;
    flex-direction: column;
    gap: 0;
    left: 0;
    margin-bottom: 0;
    opacity: 0;
    padding: 16px;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    transition: all 0.35s;
    visibility: hidden;
  }
}

.page-nav .menu-heading h4 {
  color: #595a7f;
  font-size: 16px;
  font-weight: 500;
  margin: 24px 0 8px;
}

.page-nav .menu-heading:first-of-type h4 {
  margin-top: 0;
}

.page-nav .menu.menu-open {
  box-shadow: 10px 10px 20px 0 rgba(89, 90, 127, 0.2);
  opacity: 1;
  visibility: visible;
}

.page-nav .menu > li {
  display: flex;
}

@media screen and (max-width: 1250px) {
  .page-nav .menu > li {
    width: 100%;
  }
}

.page-nav .menu > li.lang-row {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: space-between;
  margin-top: 20px;
}

.page-nav .menu > li.lang-row > img {
  height: 18px;
}

.page-nav .menu > li > a,
.page-nav .menu > li > button {
  background-color: transparent;
  border: none;
  color: #fdfdfd;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.page-nav .menu > li > a:after,
.page-nav .menu > li > button:after {
  background-color: #fdfdfd;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.2s ease;
  width: 0;
}

.page-nav .menu > li > a.nuxt-link-active:after,
.page-nav .menu > li > a:hover:after,
.page-nav .menu > li > button.nuxt-link-active:after,
.page-nav .menu > li > button:hover:after {
  width: 100%;
}

@media screen and (min-width: 1450px) {
  .page-nav .menu > li > a,
  .page-nav .menu > li > button {
    font-size: 16px;
  }
}

@media screen and (max-width: 1250px) {
  .page-nav .menu > li > a,
  .page-nav .menu > li > button {
    color: #252525;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    text-align: left;
    width: 100%;
  }

  .page-nav .menu > li > a:after,
  .page-nav .menu > li > button:after {
    display: none;
  }
}

.burger {
  cursor: pointer;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1250px) {
  .burger {
    display: none;
  }
}

.user-bloc {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .user-bloc {
    position: static;
  }
}

.user-bloc .caret {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
}

.user-bloc .caret:before {
  border-color: transparent #65557e #65557e transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 12px;
  transform: rotate(-135deg);
  transition: all 0.35s;
  width: 0;
}

.user-bloc .caret-open:before {
  top: 5px;
  transform: rotate(45deg);
  transition: all 0.35s;
}

.user-bloc-date,
.user-bloc-date-photo {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.user-bloc-date-photo {
  background: #fdfdfd;
  border-radius: 50%;
  color: #252525;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  gap: 1px;
  height: 36px;
  overflow: hidden;
  width: 36px;
  z-index: 1;
}

.user-bloc-date-info {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .user-bloc-date-info {
    display: none;
  }
}

.user-bloc-date-info p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}

.user-bloc-date-info span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
}

.user-bloc ul {
  background: #fdfdfd;
  border-radius: 10px;
  box-shadow: 10px 10px 20px 0 rgba(89, 90, 127, 0.2);
  opacity: 0;
  overflow: hidden;
  padding: 6px 0;
  position: absolute;
  right: 0;
  top: -110%;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1250px) {
  .user-bloc ul {
    left: 0;
    right: 0;
  }
}

.user-bloc .user-bloc-list-open {
  opacity: 1;
  top: 110%;
  visibility: visible;
  width: -moz-max-content;
  width: max-content;
  z-index: 11;
}

@media screen and (max-width: 1250px) {
  .user-bloc .user-bloc-list-open {
    top: calc(100% + 8px);
    width: 100%;
  }
}

.user-bloc li {
  overflow: hidden;
}

.user-bloc li a {
  align-items: center;
  color: #252525;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  padding: 12px;
  transition: background 0.2s ease;
}

.user-bloc li a:hover {
  background: #f3f3f3;
}

.faq-top {
  margin-top: 2.5rem;
}

.faq-top ul {
  display: flex;
  flex-wrap: wrap;
  padding: 9px;
}

@media only screen and (max-width: 1025px) {
  .faq-top ul {
    justify-content: space-between;
  }
}

.faq-top li {
  margin: 0.43rem;
  padding: 0.43rem;
}

.faq-top li:after {
  border-right: 1px solid #f3f3f3;
  content: "";
  margin: 0 28px;
}

@media only screen and (max-width: 1025px) {
  .faq-top li:after {
    border: none;
  }
}

.faq-top li:last-child:after {
  border: none;
  margin: 0;
}

@media only screen and (max-width: 1025px) {
  .faq-top li {
    width: 40%;
  }
}

.faq-top a {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 15px;
}

.faq-top a img {
  flex: 0 0 auto;
}

.faq-top a.profile-nav-active,
.faq-top a:hover {
  color: #285fa7;
}

.faq-top img {
  margin-right: 10px;
  max-width: 21px;
  width: 100%;
}

.profile-nav ul {
  border-bottom: 1px solid hsla(0, 0%, 99%, 0.3);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 16px 20px;
}

@media only screen and (max-width: 1025px) {
  .profile-nav ul {
    padding: 20px 20px 10px;
  }
}

.profile-nav li {
  margin: 0;
  position: relative;
}

.profile-nav a {
  border-radius: 12px;
  color: #fdfdfd;
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 20px;
}

.profile-nav a.profile-nav-active,
.profile-nav a:hover {
  background-color: #fdfdfd;
  color: #595a7f;
}

.profile-nav img {
  margin-right: 10px;
  max-width: 21px;
  width: 100%;
}

.faq-top ul {
  margin: 0 -0.94rem;
}

.faq-top li {
  flex: 1 1;
  flex-basis: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0.45rem 0.94rem 0.45rem 0;
  max-width: 25%;
  min-width: 250px;
  padding: 0;
}

.faq-top img {
  max-width: 27px;
}

.faq-top .form-faq-search {
  margin-top: 1.25rem;
  position: relative;
}

.faq-top .form-faq-search input[type="search"] {
  border: 1px solid #285fa7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size: 1rem;
  line-height: 1.3;
  margin: 10px 0;
  padding: 10px 35px 10px 55px;
  width: 100%;
}

.faq-top .form-faq-search input[type="search"]::-webkit-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.faq-top .form-faq-search input[type="search"]::-moz-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.faq-top .form-faq-search input[type="search"]:-ms-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.faq-top .form-faq-search input[type="search"]:-moz-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.faq-top .form-faq-search input[type="submit"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlNlYXJjaCI+CjxjaXJjbGUgaWQ9IkVsbGlwc2UiIGN4PSI5IiBjeT0iOSIgcj0iOCIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9yYWRpYWxfMTAxMF8zMCkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggaWQ9IkxpbmUiIGQ9Ik0xNC41IDE0Ljk1N0wxOS41IDE5Ljk1NyIgc3Ryb2tlPSJ1cmwoI3BhaW50MV9yYWRpYWxfMTAxMF8zMCkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDBfcmFkaWFsXzEwMTBfMzAiIGN4PSIwIiBjeT0iMCIgcj0iMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSByb3RhdGUoNTEuMjcyNykgc2NhbGUoMjMuODY5OSAzOC4xNTY5KSI+CjxzdG9wIHN0b3AtY29sb3I9IndoaXRlIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CjwvcmFkaWFsR3JhZGllbnQ+CjxyYWRpYWxHcmFkaWVudCBpZD0icGFpbnQxX3JhZGlhbF8xMDEwXzMwIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDE0LjUgMTQuOTU3KSByb3RhdGUoNTEuMjcyNykgc2NhbGUoNy40NTkzNCAxMS45MjQpIj4KPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KPC9yYWRpYWxHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 20px;
  left: 1.25rem;
  position: absolute;
  top: 20px;
  width: 20px;
  z-index: 2;
}

.under-header.profile-top-wr {
  background-position-y: -0.5rem;
  display: flex;
  flex-direction: column;
}

.under-header.profile-top-wr .profile-nav {
  color: #000;
}

.under-header.profile-top-wr > .container {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.footer-profile {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 24px 30px 42px;
}

@media only screen and (max-width: 767px) {
  .footer-profile {
    align-items: start;
    flex-direction: column;
    padding: 20px 20px 30px;
  }
}

.footer-profile > div {
  align-items: center;
  display: flex;
  gap: 40px;
}

@media only screen and (max-width: 767px) {
  .footer-profile > div {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
}

.footer-profile p {
  color: #fdfdfd;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.footer-profile .btn-link {
  font-size: 14px;
}

.profile__buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.profile__main {
  background-color: #595a7f;
  border-radius: 20px;
  box-shadow: 0 15px 116px hsla(206, 6%, 48%, 0.05),
    0 32px 75px hsla(206, 6%, 48%, 0.1);
  color: #fdfdfd;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  margin-top: 55px;
}

.profile__main--columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1200px) {
  .profile__main--columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 650px) {
  .profile__main--columns {
    grid-template-columns: 1fr;
  }
}

.profile__main--columns li {
  border-bottom: 1px solid hsla(0, 0%, 99%, 0.3);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.profile__main--columns li:not(:last-child) {
  border-right: 1px solid hsla(0, 0%, 99%, 0.3);
}

@media only screen and (max-width: 1200px) {
  .profile__main--columns li:not(:first-child) {
    border-right: 0;
  }

  .profile__main--columns li:last-child {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 650px) {
  .profile__main--columns li:first-child {
    border-right: 0;
  }

  .profile__main--columns li:last-child {
    grid-column: auto;
  }
}

.profile__main--columns li .btn {
  max-width: 337px;
  width: 100%;
}

.profile__main--title {
  align-items: center;
  color: #fdfdfd;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 20px;
  text-align: left;
}

.profile__main--title img {
  margin-right: 15px;
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .profile__main--title {
    justify-content: center;
  }
}

.profile__main--item {
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
}

.profile__main .form-control {
  margin-bottom: 12px;
}

.profile__main__lottie {
  bottom: -10px;
  position: absolute;
  right: -10px;
}

.profile__main__lottie-wr {
  aspect-ratio: 1;
  background-image: url(../img/profile-2fa.35b6448.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 220px;
  overflow: hidden;
  position: relative;
}

.profile__file {
  align-items: center;
  background: linear-gradient(
    107deg,
    hsla(228, 4%, 55%, 0.6) -5.43%,
    rgba(138, 138, 203, 0.3) 98.17%
  );
  color: #fdfdfd;
  display: flex;
  font-size: 40px;
  font-weight: 600;
  height: 120px;
  justify-content: center;
  margin: 0 auto 20px;
  width: 120px;
  z-index: 1;
}

.profile__file,
.profile__file__border {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.profile__file__border {
  background: #fff;
  height: 96%;
  margin: 2%;
  padding: 2%;
  pointer-events: none;
}

.profile__file input {
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  list-style-position: outside;
  min-width: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.profile__file p {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  letter-spacing: 1.3px;
  line-height: 3.84;
  margin: 0;
  position: absolute;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-transform: uppercase;
  width: 100%;
}

.profile__plus {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 650px) {
  .profile__plus {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.profile__plus li {
  padding: 5px 25px;
  position: relative;
}

@media only screen and (max-width: 650px) {
  .profile__plus li:first-child {
    margin-bottom: 1rem;
  }
}

.profile__plus li:first-child:after {
  color: #a0a0a0;
  content: "/";
  height: 100%;
  position: absolute;
  right: 3px;
  top: 5px;
  width: 1px;
}

@media only screen and (max-width: 650px) {
  .profile__plus li:first-child:after {
    content: none;
  }
}

.profile__plus .btn {
  color: #a0a0a0;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.25;
  padding: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.profile__plus .btn:hover {
  color: #000;
}

.b-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.b-top--none {
  border-top: none;
}

.registration li {
  margin: 0 6px 0 0;
}

.registration li:last-child {
  margin-right: 0;
}

.registration li button {
  font-weight: 500;
}

@media only screen and (max-width: 1025px) {
  .registration li:last-child {
    display: none;
  }
}

.registration a {
  cursor: pointer;
}

.hide {
  position: absolute;
  top: -9999px;
}

.flick {
  font-size: 0;
}

.hide:focus + .flex-row .flick {
  animation: flick 2s 0.2s infinite;
  font-size: 18px;
}

@keyframes flick {
  0% {
    color: transparent;
  }

  50% {
    color: hsla(0, 0%, 87%, 0.867);
  }
}

.number {
  align-items: center;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 7px;
  display: flex;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  margin: 8px;
  position: relative;
  top: 8px;
  width: 42px;
}

.auth-form {
  align-items: stretch;
  gap: 12px;
}

.auth-form,
.auth-form__buttons {
  display: flex;
  flex-direction: column;
}

.auth-form__buttons {
  gap: 16px;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 1250px) {
  .auth-form__buttons {
    margin-top: 30px;
  }
}

.auth-form__buttons .btn {
  width: 100%;
}

.auth-form .captcha {
  display: flex;
  justify-content: center;
}

.auth-form .btn-forgot-password {
  background-color: transparent;
  border: none;
  color: #919191;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 1px;
  width: -moz-fit-content;
  width: fit-content;
}

.auth-tabs {
  align-items: center;
  display: flex;
  margin-bottom: 40px;
  margin-top: 10px;
}

.auth-tabs button {
  background-color: transparent;
  border: none;
  border-bottom: 1.5px solid #919191;
  color: #919191;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 600;
  min-width: 33.3333333333%;
  padding-bottom: 12px;
  position: relative;
  transition: color 0.2s ease, flex-grow 0.2s ease, border-color 0.2s ease;
}

@media screen and (max-width: 1250px) {
  .auth-tabs button {
    min-width: 40%;
  }
}

.auth-tabs button:not(:first-child) {
  margin-left: 10px;
}

.auth-tabs button:not(:last-child) {
  margin-right: 10px;
}

.auth-tabs button.active {
  border-color: #595a7f;
  color: #595a7f;
  flex-grow: 1;
}

.auth-socials {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.auth-socials__divider {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.auth-socials__divider span {
  background-color: #fdfdfd;
  color: #919191;
  font-size: 16px;
  padding: 0 8px;
}

.auth-socials__divider:before {
  border: 1px solid #919191;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.auth-socials__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 16px;
}

.auth-socials__list li {
  padding: 0 6px;
  width: 25%;
}

.auth-socials__btn {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.auth-socials__btn span {
  font-weight: 500;
  text-transform: capitalize;
}

.auth-socials__btn:hover img {
  transform: scale(1.1);
}

.auth-socials__btn img {
  transition: transform 0.2s ease;
}

.auth-rules {
  color: #919191;
  font-size: 14px;
  line-height: 1.4;
}

.auth-rules a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.auth-multi {
  position: relative;
}

.auth-multi .btn-back {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #252525;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
  left: 30px;
  position: absolute;
  top: 20px;
}

@media screen and (max-width: 1250px) {
  .auth-multi .btn-back {
    left: 16px;
  }
}

.languages a {
  text-transform: uppercase;
}

.languages a:hover {
  color: #18829c;
}

.languages a.active-lang-link {
  color: #1ac1de;
}

@media only screen and (max-width: 550px) {
  .under-header {
    background-position-y: 0;
  }
}

.left-bg {
  padding-bottom: 5rem;
}

@media only screen and (max-width: 1025px) {
  .left-bg,
  .right-bg {
    background-image: none;
  }
}

.header {
  align-items: center;
  background: linear-gradient(
    107deg,
    hsla(228, 4%, 55%, 0.6) -5.43%,
    rgba(138, 138, 203, 0.3) 98.17%
  );
  border-radius: 10px;
  display: flex;
  height: 55px;
  justify-content: space-between;
  margin: 10px 42px 38px;
  padding: 0 38px;
  position: relative;
  z-index: 1001;
}

@supports (-moz-appearance: none) {
  .header {
    background: #595a7f;
  }
}

.header .logo img {
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header .logo a {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.header .right-block {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1250px) {
  .header .right-block .user-bloc {
    display: none;
  }
}

.header .dropdown-lang {
  cursor: pointer;
  margin-right: 20px;
}

@media screen and (max-width: 1250px) {
  .header .dropdown-lang {
    margin-right: 5px;
  }
}

.header .dropdown-lang .inner_dropdown {
  display: flex;
  justify-content: space-between;
}

.header .dropdown-lang ul {
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 10px 10px 20px 0 rgba(89, 90, 127, 0.2);
  overflow: hidden;
  padding: 6px 0;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  z-index: 9;
}

@media screen and (max-width: 1250px) {
  .header .dropdown-lang ul {
    right: 0;
  }
}

.header .dropdown-lang ul li {
  color: #252525;
  padding: 12px;
  text-align: left;
  transition: background-color 0.2s ease;
}

.header .dropdown-lang ul li a {
  font-size: 14px;
  font-weight: 500;
}

.header .dropdown-lang ul li:hover {
  background-color: #f3f3f3;
}

.header .dropdown-lang-img-arrow {
  display: flex;
  margin-left: 4px;
}

.header .dropdown-lang-inner-img {
  display: flex;
}

.header .dropdown-lang-inner-img p {
  font-size: 14px;
  text-transform: uppercase;
}

.header .dropdown-lang-inner-img div {
  align-items: center;
  display: flex;
  gap: 16px;
}

.header .dropdown-lang-inner-img img {
  border-radius: 3px;
  height: 21px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 30px;
}

@media screen and (max-width: 1250px) {
  .header {
    justify-content: end;
    margin: 10px 16px 20px;
    padding: 0 8px;
  }

  .header .registration {
    display: none;
  }

  .header .logo {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.registration ul {
  align-items: center;
  display: flex;
}

.registration a {
  color: #fdfdfd;
  font-size: 12px;
  text-transform: uppercase;
}

.about-us {
  position: relative;
}

.about-us .lottie {
  height: 400px;
  position: absolute;
  right: 25px;
  top: -125px;
  z-index: 0;
}

@media screen and (max-width: 1250px) {
  .about-us {
    padding-top: 300px;
  }

  .about-us > .lottie {
    height: 300px;
    left: 50%;
    right: auto;
    top: 1px;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
  }
}

.about-us__top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 130px;
}

@media screen and (max-width: 1250px) {
  .about-us__top {
    margin-bottom: 30px;
  }
}

.about-us__top.card {
  padding: 20px;
}

.about-us__top h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.about-us__top h4 span {
  -webkit-text-fill-color: transparent;
  background: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.about-us__top p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 60%;
  text-transform: uppercase;
}

@media screen and (max-width: 1250px) {
  .about-us__top p {
    font-size: 20px;
    max-width: none;
  }
}

.about-us__grid {
  grid-gap: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1250px) {
  .about-us__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.about-us__grid-item.card {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 30px 30px 20px;
}

.about-us__grid-item:last-child {
  grid-gap: 20px;
  display: grid;
  gap: 20px;
  grid-column: span 2;
  grid-template-rows: 1fr 1fr;
}

@media screen and (max-width: 1250px) {
  .about-us__grid-item:last-child {
    grid-column: span 1;
  }
}

.about-us__grid-item:last-child .card {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-us__grid-item h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-us__grid-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.about-us__loader {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 100px 0;
}

.form-v2--input-order-form {
  margin: 0 0 20px;
  position: relative;
}

.form-v2--input-order-form p {
  margin-bottom: 9px;
}

.form-v2--input-order-form-btn {
  align-items: center;
  display: flex;
  justify-content: center;
}

.form-v2--input-order-form-btn .btn-submit-order {
  background: #285fa7;
  box-shadow: 0 20px 40px 0 rgba(23, 22, 37, 0.15);
  font-size: 20px;
  height: 64px;
  padding: 23px 77px !important;
  width: 56.4%;
}

.form-v2--input-order-form-btn .btn-submit-order:hover {
  background: #4985d3;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .form-v2--input-order-form-btn .btn-submit-order {
    padding: 23px 44px !important;
  }
}

.form-v2--input-order-form .receive {
  align-items: center;
  background: #f3f3f3;
  border-radius: 8px;
  color: #919191;
  display: flex;
  font-size: 20px;
  height: 64px;
  justify-content: space-between;
  line-height: 23.44px;
  padding: 24px 26px;
  text-align: left;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .form-v2--input-order-form .receive {
    font-size: 15px;
    padding: 24px 15px;
  }
}

.form-v2--input-order-form .receive div > span {
  margin: 42px;
}

.form-v2--input-order-form .other {
  align-items: center;
  background: #f3f3f3;
  border-radius: 8px;
  color: #919191;
  display: flex;
  height: 48px;
  padding: 22px 18px;
  text-align: left;
  width: 100%;
}

.form-v2--input-order-form img {
  max-width: 32px;
  position: absolute;
  top: 57px;
  transform: translateY(-50%);
}

.order-footer-block {
  align-items: center;
  border-top: 1px solid #f1f1f2;
  display: flex;
  justify-content: space-between;
  padding: 24px;
}

@media only screen and (max-width: 767px) {
  .order-footer-block {
    flex-direction: column;
  }
}

.order-footer-block p {
  color: #919191;
}

@media only screen and (max-width: 767px) {
  .order-footer-block p {
    margin-bottom: 15px;
  }
}

.order-footer-block .btn {
  border-radius: 25px;
  display: inline-flex;
  font-size: 15px;
  padding: 11px 24px;
}

.order-footer-block .btn-transparent {
  border: 1px solid #e1e7ed;
  color: #919191;
}

.order-main-block {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .order-main-block {
    flex-direction: column;
  }
}

.order-main-block .padding-block-order {
  padding: 32px;
}

.order-main-block .payment-data {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.order-main-block .payment-data .title-text {
  color: #000;
}

.order-main-block .payment-data_date span {
  color: #919191;
}

.order-main-block .payment-data_header {
  border-bottom: 1px solid #f0f1f6;
  display: flex;
  justify-content: space-between;
  padding: 22px 32px;
}

.order-main-block .payment-data_content {
  display: flex;
  justify-content: center;
  padding: 24px 32px;
}

.order-main-block .payment-data_content_header {
  padding-bottom: 12px;
  text-align: center;
}

.order-main-block .payment-data_content_header p {
  color: #000;
  font-size: 24px;
}

.order-main-block .payment-data_content .details-confirm-order {
  padding-top: 26px;
}

.order-main-block .payment-data_content > div {
  flex: 0.72;
}

@media only screen and (max-width: 1025px) {
  .order-main-block .payment-data_content > div {
    flex: 1;
  }
}

.order-main-block .form-left-block {
  background-color: #fdfdfd;
  border-right: 1px solid #f0f1f6;
  flex: 0.4;
}

.order-main-block .form-left-block_header {
  background-color: #f0f1f6;
  border-bottom: 1px solid #f0f1f6;
  padding: 24px;
  text-align: center;
}

.order-main-block .form-left-block_header p {
  color: #000;
  font-size: 24px;
  line-height: 28px;
}

.order-main-block .form-left-block_item {
  padding: 24px 32px;
}

.order-main-block .form-left-block_item ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.order-main-block .form-left-block_item li {
  margin: 0 0 26px;
}

.order-main-block .form-left-block_item li:last-child {
  margin: 0;
}

.order-main-block .form-left-block .detail-id {
  font-size: 16px;
}

.order-main-block .form-left-block .detail-id p {
  color: #919191;
  margin: 0 0 12px;
}

.order-main-block .form-left-block .details-currency {
  display: flex;
  justify-content: space-between;
}

.order-main-block .form-left-block .details-currency-from {
  color: #919191;
}

.order-main-block .form-left-block .details-currency:first-child {
  border-bottom: 1px solid #cdd0d8;
}

.order-main-block .form-left-block .details-currency span,
.order-main-block .form-left-block .details-currency > p {
  color: #000;
}

.order-main-block .form-left-block .details-currency span {
  font-size: 16px;
  word-break: break-all;
}

.order-main-block .form-left-block .details-currency_logo img {
  width: 32px;
}

.order-main-block .form-payment-block {
  flex: 1;
}

.order-main-block .form-order-time-left {
  display: flex;
}

.order-main-block .form-order-time-left div {
  margin-left: 12px;
}

.order-main-block .form-order-time-left span {
  color: #285fa7;
}

.form {
  box-shadow: 0 10px 10px 0 rgba(51, 43, 73, 0.102);
  overflow: hidden;
}

@media screen and (max-width: 698px) {
  .form {
    margin: 0 20px;
  }
}

.form-wr {
  padding: 1.25em 1.8em;
}

.form-container-padding {
  padding-left: 70px;
  padding-right: 70px;
}

.form-ruls {
  background: #f4f5f7;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.form-ruls p {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .form-ruls p {
    font-size: 13px;
  }
}

.form-ruls a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.form-attention {
  margin-bottom: 8px;
}

.form-attention,
.form-attention p {
  font-size: 16px;
  line-height: 1.2;
}

@media screen and (max-width: 1250px) {
  .form-attention p {
    font-size: 14px;
  }
}

.form-attention.card {
  border-radius: 12px;
  padding: 16px 30px;
}

@media screen and (max-width: 1250px) {
  .form-attention.card {
    padding: 16px;
  }
}

.form h3 {
  font-size: 1.3em;
}

.form-submit {
  margin-bottom: 1.5em;
  margin-top: 0;
  position: relative;
}

.ordered .under-header,
.payment-wait .under-header {
  background: 0 0;
}

.ordered .form,
.payment-wait .form {
  margin-bottom: 0;
}

.form-confirmation__up {
  background: #fff;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  max-width: 624px;
  padding: 40px 26px;
}

@media only screen and (max-width: 550px) {
  .form-confirmation__up {
    padding: 20px 10px;
  }
}

.form-confirmation__up h1 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
  line-height: 140%;
  margin-top: 34px;
}

.form-confirmation__up .form-confirmation-manual-number > p,
.form-confirmation__up p {
  color: #333;
  font-size: 20px;
}

.form-confirmation__up .form-confirmation-manual-actual-info p,
.form-confirmation__up .form-confirmation-manual-number .actual-time {
  color: #333;
  font-size: 14px;
}

.form-confirmation__up .form-confirmation-manual-actual-info {
  text-align: center;
  width: 100px;
}

.form-confirmation__up .form-confirmation-manual-actual-info p {
  color: #787878;
  font-size: 12px;
  line-height: 140%;
}

.form-confirmation__up .form-confirmation-manual-actual-info p b {
  color: #333;
  display: inline-block;
  font-size: 36px;
  line-height: 140%;
  margin-top: 2px;
}

.form-confirmation__up .form-confirmation-manual-bloc {
  padding-left: 14px;
  padding-right: 14px;
}

.form-confirmation__up .form-confirmation__get,
.form-confirmation__up .form-confirmation__give,
.form-confirmation__up .form-confirmation__ref {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .form-confirmation__up .form-confirmation__give {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.form-confirmation__up .form-wr {
  padding: 1.25em 14px !important;
}

.form-confirmation__up .form-manual-must .title {
  display: none;
}

.payment-wait {
  min-height: 100vh;
}

.payment-wait .form {
  box-shadow: none;
  margin: 0;
  width: 100%;
}

.merchant-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.merchant-form label {
  color: #212121;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0 0 12px;
  text-align: left;
}

.merchant-form input {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 14px;
  font-size: 16px;
  padding: 14px 61px 15px 22px;
  width: 100%;
}

.merchant-form .btn {
  font-size: 20px;
  margin-top: 16px;
}

.form,
.form-index {
  position: relative;
}

.form-index img {
  width: 50px;
}

.form-index label {
  align-items: center;
  display: flex;
}

.form-index label span {
  cursor: pointer;
  font-size: 14px;
  padding: 0 15px;
}

.form-index .container > p {
  color: #fff;
  font-size: 1.5em;
  margin-top: 0.5rem;
  padding-bottom: 1.25rem;
}

.form-index-top {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6em;
}

.form-index-item {
  flex: 1 0;
}

@media only screen and (max-width: 1200px) {
  .form-index-item {
    flex: 1 1 auto;
    width: 100%;
  }
}

.form-index-item > p {
  font-size: 1em;
  margin-bottom: 5px;
  margin-top: 5px;
}

.form-index-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}

.form-index-bottom p {
  cursor: pointer;
}

.form-index-bottom .form-index-bloc {
  flex: 1 0;
  margin: 20px 15px;
}

.form-index-bloc {
  margin: 25px 0;
  min-width: 320px;
}

@media only screen and (max-width: 1025px) {
  .form-index-bloc {
    min-width: 100%;
  }
}

.form-index-bloc-item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

.form-index-bloc p {
  color: #9f9f9f;
  font-size: 14px;
  margin-top: 5px;
}

.form-exchange {
  flex: 0.3 0;
  margin: 95px auto auto;
  min-width: 135px;
}

.form-v2 {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .form-v2 {
    flex-wrap: wrap;
  }
}

.form-v2 .receive {
  flex-basis: 33.33%;
  padding: 36px 0 50px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1080px) {
  .form-v2 .receive {
    flex: 1;
    flex-basis: 50%;
  }
}

.form-v2 .receive .padding-block {
  padding: 0 20px 0 36px;
}

@media screen and (max-width: 698px) {
  .form-v2 .receive .padding-block {
    padding: 0 20px;
  }
}

.form-v2 .receive .currency--choice {
  padding-left: 36px;
}

@media screen and (max-width: 698px) {
  .form-v2 .receive .currency--choice {
    padding: 20px;
  }
}

.form-v2 .give {
  flex-basis: 33.33%;
  padding: 36px 0 50px;
  position: relative;
  z-index: 2;
}

.form-v2 .give .padding-block {
  padding: 0 20px;
}

@media screen and (max-width: 1080px) {
  .form-v2 .give .padding-block {
    padding: 0 36px 0 20px;
  }
}

@media screen and (max-width: 698px) {
  .form-v2 .give .padding-block {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1080px) {
  .form-v2 .give {
    border-left: none;
    border-right: none;
    flex: 1;
    flex-basis: 50%;
    padding: 36px 0 50px;
  }
}

.form-v2 .give .currency--choice,
.form-v2 .give .form-v2__currency--list {
  border-left: 1px solid #f3f4f8;
  border-right: 1px solid #f3f4f8;
}

@media screen and (max-width: 698px) {
  .form-v2 .give .currency--choice {
    padding: 20px;
  }
}

.form-v2 .btn-reverse {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: -1px;
  top: 120px;
  transform: translate(50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 36px;
  z-index: 10;
}

@media screen and (max-width: 698px) {
  .form-v2 .btn-reverse {
    display: none;
  }
}

.form-v2 .btn-reverse:disabled {
  background: #e2e3e8;
  border: 1px solid #e2e3e8;
}

@media (max-width: 640px) {
  .form-v2 .btn-reverse {
    display: none;
    height: 32px;
    width: 32px;
  }

  .form-v2 .btn-reverse svg {
    height: 12px;
    width: 12px;
  }
}

.form-v2 .dataInput {
  flex-basis: 33.33%;
  padding: 36px 36px 50px 20px;
}

@media screen and (max-width: 1080px) {
  .form-v2 .dataInput {
    flex: 1;
    padding: 36px 36px 50px;
  }
}

@media screen and (max-width: 698px) {
  .form-v2 .dataInput {
    flex: 1;
    padding: 36px 20px 50px;
  }
}

@media screen and (max-width: 720px) {
  .form-v2 .dataInput,
  .form-v2 .give,
  .form-v2 .receive {
    min-width: 300px;
  }
}

.form-v2 .give .form--title img {
  transform: scaleX(-1) rotate(180deg);
}

.form-v2 .dataInput .form--title img {
  transform: scaleX(-1) rotate(140deg);
}

.form-v2 .give .form-v2__currency--list,
.form-v2 .receive .form-v2__currency--list {
  margin-top: 24px;
  max-height: 352px;
  overflow: auto;
}

.form-v2 .give .form-v2__currency--list a,
.form-v2 .receive .form-v2__currency--list a {
  border-radius: 12px;
}

.form-v2 .give .form-v2__currency--list a.active,
.form-v2 .receive .form-v2__currency--list a.active {
  background-color: rgba(40, 95, 167, 0.1);
}

.form-v2 .receive .form-v2__currency--list {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.form-v2 .receive .form-v2__currency--list.scrollable {
  padding-right: 14px;
}

.form-v2 .give {
  background: #fff;
}

.form-v2 .give .form-v2__currency--list a.active img {
  opacity: 1;
}

.form-v2 .give .form-v2__currency--list.scrollable {
  padding-right: 14px;
}

.form-v2__currency--list {
  overflow-x: hidden;
}

.form-v2__currency--list ul {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.form-v2__currency--list li {
  border-radius: 12px;
}

.form-v2__currency--list li:last-child a {
  border-bottom: none;
}

.form-v2__currency--list li:first-child {
  border-top: none;
}

.form-v2__currency--list a {
  align-items: center;
  color: #000;
  flex-direction: row;
  min-height: 64px;
  padding: 12px;
}

.form-v2__currency--list a,
.form-v2__currency--list a p {
  display: flex;
  font-size: 18px;
  justify-content: space-between;
}

.form-v2__currency--list a p {
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
  font-weight: 500;
  gap: 4px;
  padding: 0 12px;
  text-align: left;
}

.form-v2__currency--list a p span {
  line-height: 1;
}

.form-v2__currency--list a p span:first-child {
  font-size: 18px;
  font-weight: 500;
}

.form-v2__currency--list a p span:last-child {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 400;
}

.form-v2__currency--list a span {
  align-items: center;
  display: inline-flex;
  flex: none;
  flex-direction: column;
  justify-content: center;
}

.dataInput--info {
  background: #f8f8f8;
  border-radius: 12px;
  overflow: hidden;
  padding: 0 12px;
}

.dataInput--info__item {
  flex-direction: row;
  font-size: 18px;
  padding: 12px 0;
}

.dataInput--info__item,
.dataInput--info__item p {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.dataInput--info__item p {
  color: #000;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0 0 12px;
}

.dataInput--info__item span {
  flex: none;
}

.dataInput--info__item span.data--logo {
  max-width: 40px;
  width: 40px;
}

.dataInput--info__item span.data--img {
  max-width: 40px;
}

.dataInput--info li:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.dataInput--titleSub {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 24px 0 12px;
  text-align: left;
}

.dataInput--inputs .form-v2--input {
  color: #000;
  margin-bottom: 15px;
}

.dataInput--inputs .form-v2--input img {
  max-width: 20px;
  right: 22px;
  top: 50%;
}

.dataInput--inputs .btn {
  font-size: 18px;
  font-weight: 500;
  margin-top: 24px;
  min-height: 64px;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (max-width: 860px) {
  .dataInput--inputs .btn {
    margin-top: 36px;
  }
}

.dataInput--label {
  display: flex;
  height: 36px;
}

.dataInput--label:not(:last-of-type) {
  margin-bottom: 8px;
}

.dataInput--label input[type="checkbox"] {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.dataInput--label label {
  align-items: center;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
}

.dataInput--label label a {
  color: #285fa7;
  font-size: inherit;
  margin: 0;
  padding: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.dataInput--label label a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.dataInput--label input[type="checkbox"] + label {
  cursor: pointer;
  font-size: 18px;
  margin: 0 10px 0 0;
  padding: 0 0 0 48px;
  position: relative;
}

.dataInput--label input[type="checkbox"] + label:before {
  background: #fff;
  border: 1px solid #dfe7f2;
  border-radius: 12px;
  content: " ";
  display: block;
  height: 36px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}

.dataInput--label input[type="checkbox"] + label:after {
  border-bottom: 2px solid #285fa7;
  border-right: 2px solid #285fa7;
  content: " ";
  display: block;
  height: 11px;
  left: 14px;
  margin-top: -3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale(0) translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
  width: 8px;
  z-index: 1;
}

.dataInput--label input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%) rotate(45deg);
}

.cur--logo,
.data--logo {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.cur--logo__wr,
.data--logo__wr {
  flex: none;
  max-height: 42px;
  max-width: 61px;
  padding: 0 15px;
  text-align: center;
}

.cur--logo img,
.data--logo img {
  width: 100%;
}

.cur--txt,
.data--txt {
  flex: 1;
  margin: 0 5px;
  padding: 0;
}

.cur--sum,
.data--sum {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  max-width: none !important;
}

.cur--order,
.data--order {
  background: #f0f1f4;
  border-radius: 6px;
  color: #28bab7;
  display: inline-block;
  font-size: 14px;
  margin: 0 6px;
  max-width: none !important;
  padding: 4px 14px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.cur--check,
.cur--img,
.data--check,
.data--img {
  flex: none;
  padding: 0 15px;
  text-align: center;
}

.cur--check img,
.cur--img img,
.data--check img,
.data--img img {
  width: 16px;
}

.data--logo {
  border-right: none;
}

.data--img {
  border-left: none;
}

.data--img img {
  height: 14px;
}

.data-down img {
  height: 14px;
  transform: scaleX(-1) rotate(180deg);
}

.form--title {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 24px;
}

.form--title,
.form--title p {
  align-items: center;
  display: flex;
}

.form--title p {
  color: #919191;
  font-size: 13px;
  font-weight: 400;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  margin: 0 5px;
  max-width: 310px;
}

.form--title div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.form--title h4,
.form--title h5,
.form--title h6 {
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.form--title img {
  width: 11px;
}

.form-v2--input {
  margin: 0;
  position: relative;
}

.form-v2--input input {
  background: #f3f3f3;
  border-radius: 12px;
  color: #000;
  font-size: 18px;
  height: 64px;
  line-height: 18px;
  padding: 23.5px 12px;
  text-align: left;
  width: 100%;
}

.form-v2--input input:disabled {
  background: #eee;
}

.form-v2--input img {
  max-width: 40px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.form-v2--input-enter-form {
  margin: 0 0 24px;
  position: relative;
}

.form-v2--input-enter-form input,
.form-v2--input-enter-form select {
  background: #f3f3f3;
  border-radius: 12px;
  color: #000;
  font-size: 18px;
  height: 64px;
  line-height: 18px;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.form-v2--input-enter-form input:disabled,
.form-v2--input-enter-form select:disabled {
  background: #eee;
}

.form-v2--input-enter-form img {
  max-width: 35px;
  position: absolute;
  right: 20px;
  top: 32px;
  transform: translateY(-50%);
}

.currency--choice {
  display: none;
}

.currency--choice p {
  color: #9f9f9f;
  font-size: 13px;
  margin-right: 6px;
  max-width: 60px;
}

.currency--choice ul {
  align-items: center;
  border: 1px solid #f3f4f8;
  border-radius: 6px;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.currency--choice ul li {
  display: flex;
  flex: 1;
}

.currency--choice ul a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 19.2px;
  padding: 6px 12px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.currency--choice ul a:hover {
  opacity: 0.5;
}

.currency--choice ul a.active,
.currency--choice ul a:hover {
  background: #285fa7;
  color: #fff;
}

.form-v2__currency--list li {
  cursor: pointer;
}

.form-v2__currency--list li:hover {
  background: rgba(40, 95, 167, 0.1);
}

.services ul {
  grid-gap: 24px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.services ul li {
  min-height: 180px;
}

@media screen and (max-width: 1250px) {
  .services ul li {
    min-height: 120px;
  }
}

.services ul li h3 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0.7;
}

@media screen and (max-width: 1250px) {
  .services ul li h3 {
    font-size: 34px;
    margin-bottom: 16px;
  }
}

.services ul li .text-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 1250px) {
  .services ul li .text-wrapper {
    gap: 8px;
  }
}

.services ul li .text-wrapper h4 {
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 1250px) {
  .services ul li .text-wrapper h4 {
    font-size: 18px;
  }

  .services ul {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}

.form-confirmation-manual-bloc {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.8em;
}

@media only screen and (max-width: 1200px) {
  .form-confirmation-manual-bloc > div {
    flex-grow: 1;
    justify-content: space-between;
  }
}

.form-confirmation-manual-number > p {
  color: #fff;
  font-size: 1.5em;
  margin-top: 0.5rem;
}

.form-confirmation-manual-overtime {
  padding: 0 30px;
}

@media only screen and (max-width: 550px) {
  .form-confirmation-manual-overtime {
    padding: 0 5px;
  }
}

.form-confirmation-manual-overtime img {
  max-width: 88px;
  width: 100%;
}

.form-confirmation-manual-actual {
  align-items: center;
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 1200px) {
  .form-confirmation-manual-actual {
    margin-top: 0.5rem;
  }
}

.form-confirmation-manual-actual-info p {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

@media only screen and (max-width: 550px) {
  .form-confirmation-manual-actual-info p {
    font-size: 12px;
  }
}

.form-confirmation-manual-actual-info p b {
  font-size: 2.68rem;
}

.form-information .form-wr {
  padding-top: 2em;
}

.form-information-sent-received {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
}

@media only screen and (max-width: 767px) {
  .form-information-sent-received {
    margin: 0;
  }
}

.form-information-sent-received-wr {
  align-items: center;
  border: 1px solid #e6e6e6;
  display: flex;
  flex: 1 1;
  flex-direction: row;
  margin: 1.895rem 0.9375rem;
  min-width: 320px;
  padding: 1.5rem 0.94rem;
}

@media only screen and (max-width: 767px) {
  .form-information-sent-received-wr {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0.5rem 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 550px) {
  .form-information-sent-received-wr {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    min-width: 100%;
    text-align: center;
  }
}

.form-information-sent-received_img {
  padding: 0 1.65rem;
}

@media only screen and (max-width: 550px) {
  .form-information-sent-received_img {
    margin-bottom: 0.5rem;
  }
}

.form-information-sent-received_img img {
  max-width: 100px;
  width: 100%;
}

.form-information-sent-received_info {
  flex: 1 0 auto;
  padding: 0 0.94rem;
}

@media only screen and (max-width: 767px) {
  .form-information-sent-received_info {
    width: 100%;
  }
}

.form-information-sent-received_info span {
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  .form-information-sent-received_info span {
    display: block;
    margin-top: 0.5rem;
    width: 100%;
  }
}

.form-information-sent-received_info .title {
  align-items: center;
  display: flex;
  font-size: 1.875rem;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .form-information-sent-received_info .title {
    flex-wrap: wrap;
    font-size: 1.2rem;
    justify-content: center;
  }
}

.form-information-sent-received_info .title span {
  font-size: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .form-information-sent-received_info .title span {
    display: block;
    font-size: 1.2rem;
    margin: auto;
    width: 100%;
  }
}

.form-information-sent-received_info div {
  align-items: center;
  border-top: 1px solid #80d41e;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}

.form-information-sent-received ul {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.form-information-sent-received li {
  align-items: center;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  padding: 5px 10px;
}

.form-information-sent-received li:nth-child(odd) {
  background: #f4f5f7;
}

@media only screen and (max-width: 767px) {
  .form-information-sent-received li {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.form-information_contact ul {
  margin: 0 -2.4rem;
}

@media only screen and (max-width: 767px) {
  .form-information_contact ul {
    margin: 0;
  }
}

.form-information_contact span {
  color: #9f9f9f;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .form-information_contact .btn-plain {
    margin-left: auto;
    margin-right: auto;
  }
}

.form-information_contact,
.form-information_contact ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-information_contact .contact,
.form-information_contact ul .contact {
  margin: 1.75rem 2.4rem;
}

@media only screen and (max-width: 767px) {
  .form-information_contact .contact,
  .form-information_contact ul .contact {
    margin: 0.5rem 0;
  }
}

.form-information_contact .contact p,
.form-information_contact ul .contact p {
  font-size: 20px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .form-information_contact .contact p,
  .form-information_contact ul .contact p {
    font-size: 14px;
    margin-top: 5px;
  }
}

.form-information .form-submit {
  margin-top: 0.94rem;
}

.form_reviews-new {
  box-shadow: 0 5px 30px 0 #e3e3e4;
  margin-top: 4rem;
  width: 100%;
}

.form_reviews-new .title {
  margin-bottom: 0.9rem;
}

.form_reviews-new_wr {
  overflow: hidden;
  padding-bottom: 2.4rem;
  position: relative;
}

@media only screen and (max-width: 550px) {
  .form_reviews-new_wr {
    padding: 0 1rem 1rem;
  }
}

.form_reviews-new_wr:after,
.form_reviews-new_wr:before {
  opacity: 0.1;
  position: absolute;
  z-index: 0;
}

.form_reviews-new_wr:after {
  content: url(../img/001.f83ed95.svg);
  right: -18rem;
  top: -5.5rem;
  width: 46rem;
}

.form_reviews-new_wr:before {
  bottom: -13.3rem;
  content: url(../img/002.ebb3754.svg);
  left: -18.5rem;
  width: 46rem;
}

.form_reviews-new_base {
  margin: auto;
  max-width: 35rem;
  position: relative;
  z-index: 1;
}

.form_reviews-new input,
.form_reviews-new textarea {
  background-color: #f4f5f7;
  border: 1px solid #eee;
  border-radius: 20px;
  font-size: 1rem;
  margin: 10px 0 0;
  padding: 10px 35px 10px 15px;
  width: 100%;
}

.form_reviews-new input::-webkit-input-placeholder,
.form_reviews-new textarea::-webkit-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.form_reviews-new input::-moz-placeholder,
.form_reviews-new textarea::-moz-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.form_reviews-new input:-ms-input-placeholder,
.form_reviews-new textarea:-ms-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.form_reviews-new input:-moz-placeholder,
.form_reviews-new textarea:-moz-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.form_reviews-new textarea {
  height: 4.875rem;
  min-height: 3rem;
  resize: vertical;
}

.form_reviews-new .btn {
  margin-top: 1.5rem;
}

.form-order-header {
  margin: 70px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .form-order-header {
    margin: 50px 0;
  }
}

.form-order-header h1 {
  color: #000;
}

.form-order-header h1 span {
  color: #285fa7;
}

.form-confirmation {
  padding-bottom: 5.5em;
}

@media only screen and (max-width: 767px) {
  .form-confirmation {
    padding-bottom: 0.5em;
  }
}

@media screen and (max-width: 1200px) {
  .form-confirmation .form-wr {
    padding: 1.25em 0;
  }
}

@media screen and (max-width: 1024px) {
  .form-confirmation .form-wr {
    padding: 1.25em 0 0;
  }
}

.form-confirmation__main {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .form-confirmation__main {
    align-items: inherit;
    flex-direction: column;
  }
}

.form-confirmation__main--top {
  background: #f3f3f7;
  border-radius: 10px;
  margin-bottom: 1.5em;
  padding: 1em 1.125em;
}

.form-confirmation__main--title {
  color: #212121;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 12px;
}

.form-confirmation__main--currency {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.form-confirmation__main--currency__name {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.form-confirmation__main--currency__name img {
  margin-right: 12px;
  width: 36px;
}

.form-confirmation__main--currency__name span {
  color: #212121;
  font-size: 2rem;
  line-height: 2.375rem;
}

@media screen and (max-width: 1024px) {
  .form-confirmation__main--currency__name span {
    font-size: 1rem;
  }
}

.form-confirmation__main--currency__amount {
  color: #9f9f9f;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .form-confirmation__main--currency__amount {
    font-size: 1rem;
  }
}

.form-confirmation__main--address__title {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}

.form-confirmation__main--address__title img {
  margin-right: 6px;
  max-width: 16px;
}

.form-confirmation__main--address__title span {
  color: #212121;
  font-size: 14px;
  line-height: 17px;
}

.form-confirmation__main--address > p {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 14px;
}

.form-confirmation__main--bottom {
  align-items: center;
  border-top: 1px solid #dedede;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 12px;
}

.form-confirmation__main--bottom p,
.form-confirmation__main--bottom span {
  font-size: 16px;
  line-height: 19px;
}

.form-confirmation__main--bottom span {
  color: #212121;
}

.form-confirmation__main--bottom p {
  color: #9f9f9f;
}

.form-confirmation--order .form-confirmation__get,
.form-confirmation--order .form-confirmation__give,
.form-confirmation--order .form-confirmation__ref {
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .form-confirmation--order .form-confirmation__get,
  .form-confirmation--order .form-confirmation__give,
  .form-confirmation--order .form-confirmation__ref {
    margin: 1.5em 2.585em;
  }
}

@media screen and (max-width: 767px) {
  .form-confirmation--order .form-confirmation__give {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .form-confirmation--order .form-confirmation__ref {
    margin: 0;
  }
}

.form-confirmation--order .btn-log-in {
  line-height: normal;
  padding-bottom: 4px;
  padding-top: 4px;
}

.form-confirmation--order .btn-log-in img {
  height: 21px;
  width: 21px;
}

.form-confirmation--order .form-submit {
  margin-top: 0;
}

@media only screen and (min-width: 1026px) {
  .form-confirmation--order .form-submit {
    margin-bottom: 0;
  }
}

.form-confirmation__ref {
  align-items: center;
  display: flex;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-confirmation__ref {
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.form-confirmation__ref:after {
  background: #efefef;
  content: "";
  height: 100%;
  left: 16px;
  position: absolute;
  width: 1px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .form-confirmation__ref:after {
    height: 1px;
    left: 0;
    width: 100%;
  }
}

.form-confirmation__ref span {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .form-confirmation__ref span {
    transform: rotate(90deg);
  }
}

.form-confirmation__contact {
  margin: 0.85em 2.585em 0.75em;
}

@media screen and (max-width: 1024px) {
  .form-confirmation__contact {
    margin: 0.85em 1.585em 0.75em;
  }
}

@media screen and (max-width: 767px) {
  .form-confirmation__contact {
    margin-bottom: 0;
  }
}

.form-confirmation__contact > p {
  color: #212121;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 12px;
}

.form-confirmation__contact ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.form-confirmation__contact li {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  margin-right: 2.5rem;
}

.form-confirmation__contact li span {
  color: #212121;
  display: inline-block;
  margin-right: 6px;
}

.form-confirmation__bottom {
  align-items: center;
  background: #fafafc;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 1.125em 4.385em 1.25em;
}

@media screen and (max-width: 1200px) {
  .form-confirmation__bottom {
    padding: 1.125em 2.385em 1.25em;
  }
}

@media screen and (max-width: 1024px) {
  .form-confirmation__bottom {
    padding: 1.125em 1.385em 1.25em;
  }
}

@media screen and (max-width: 767px) {
  .form-confirmation__bottom {
    flex-direction: column;
  }
}

.form-confirmation__bottom--verification {
  flex: 1;
  margin-bottom: 15px;
}

.form-confirmation__bottom--verification > p {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
  text-align: left;
}

@media screen and (max-width: 1250px) {
  .form-confirmation__bottom--verification > p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .form-confirmation__bottom--verification {
    width: 100%;
  }
}

.form-confirmation__bottom--verification__item {
  align-items: center;
  background: linear-gradient(
    107deg,
    rgba(177, 170, 203, 0.6) -5.43%,
    hsla(0, 0%, 100%, 0.3) 98.17%
  );
  border-radius: 10px;
  color: #fdfdfd;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-height: 50px;
  padding: 6px 12px;
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .form-confirmation__bottom--verification__item {
    min-height: 40px;
  }
}

@media screen and (max-width: 414px) {
  .form-confirmation__bottom--verification__item {
    flex-wrap: wrap;
  }
}

.form-confirmation__bottom--verification__item:last-child {
  margin-bottom: 0;
}

.form-confirmation__bottom--verification__item div {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.form-confirmation__bottom--verification__item div img {
  margin-right: 6px;
  max-width: 10px;
}

.form-confirmation__bottom--verification__item div p {
  color: #9f9f9f;
  margin-right: 8px;
}

.form-confirmation__bottom--verification__item div span {
  color: #fdfdfd;
}

.form-confirmation__bottom--verification__item p,
.form-confirmation__bottom--verification__item span {
  word-wrap: anywhere;
  color: #fdfdfd;
  font-size: 18px !important;
  font-weight: 500;
  overflow: hidden;
  text-align: left;
}

@media screen and (max-width: 1250px) {
  .form-confirmation__bottom--verification__item p,
  .form-confirmation__bottom--verification__item span {
    font-size: 16px !important;
  }
}

.form-confirmation__bottom--verification__item a {
  cursor: pointer;
}

.form-confirmation__bottom--verification__item a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.form-confirmation__bottom--verification__item > p {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.form-confirmation__bottom--verification__item > p a {
  color: #212121;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.form-confirmation__bottom--verification__item > p img {
  margin-left: 8px;
  max-width: 10px;
}

.form-confirmation__bottom--btns {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  margin-left: 2.9375rem;
  max-width: 365px;
  padding: 1rem 0 1rem 2.75rem;
}

@media screen and (max-width: 1200px) {
  .form-confirmation__bottom--btns {
    margin-left: 1.9375rem;
    max-width: 300px;
    padding: 1.75rem 0 1.75rem 1.75rem;
  }
}

@media screen and (max-width: 1024px) {
  .form-confirmation__bottom--btns {
    flex: none;
    flex-direction: column-reverse;
    margin-left: 1.5rem;
    max-width: none;
    padding: 1.75rem 0 0.75rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .form-confirmation__bottom--btns {
    border-left: none;
    flex: 1;
    flex-direction: row;
    margin-left: 0;
    margin-top: 1.5rem;
    padding-left: 0;
    padding-top: 1.5rem;
    width: 100%;
  }
}

.form-confirmation__bottom--btns .btn {
  min-width: 100px;
}

.form-confirmation .btn-reject {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 17px;
  margin-right: 2em;
  padding-left: 0;
  padding-right: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .form-confirmation .btn-reject {
    margin-right: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form-confirmation .btn-reject {
    margin-right: 0;
    margin-top: 18px;
  }
}

.form-confirmation .btn-reject:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.copy-icon-profile {
  background: #fff;
  height: 40px;
  line-height: 44px;
  padding: 0;
  position: relative;
  right: -20px;
  top: 2px;
  width: 20px;
}

.copy-icon-profile span {
  cursor: pointer;
  display: inline-block;
  height: inherit;
  text-indent: -12px;
  width: 18px;
}

.copy-icon-profile img {
  width: 100%;
}

.copy-icon {
  height: 40px;
  position: absolute;
  width: 18px;
}

.copy-icon img {
  width: 100%;
}

.form-payment-condition {
  border-radius: 30px;
  max-width: 512px;
}

.form-payment-condition .form-wr {
  padding: 0;
}

.form-payment-condition--top {
  padding: 18px 30px;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--top {
    padding: 10px 14px;
  }
}

.form-payment-condition--top p {
  align-items: center;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 300;
  justify-content: center;
  line-height: 28px;
  padding-bottom: 11px;
  padding-left: 66px;
  padding-top: 11px;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--top p {
    background-size: 36px !important;
    font-size: 16px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-top: 5px;
  }
}

.form-payment-condition--top.success {
  background: #69c036;
}

.form-payment-condition--top.success p {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxjaXJjbGUgY3g9IjI1IiBjeT0iMjUiIHI9IjI1IiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KICAgIDxjaXJjbGUgY3g9IjI0Ljk0OTEiIGN5PSIyNC45NDg3IiByPSIxNy45NDg3IiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTMxLjM3MjkgMTkuMjk5NEwyMS42MSAyOS4zMDQ4TDE3LjY3NTcgMjUuMjg3N0MxNy4yODcxIDI0Ljg4ODUgMTYuNjggMjQuODg4NSAxNi4yOTE0IDI1LjI4NzdDMTUuOTAyOSAyNS42ODY5IDE1LjkwMjkgMjYuMzEwNyAxNi4yOTE0IDI2LjcwOTlMMjAuOTA1NyAzMS40NTA2QzIxLjEgMzEuNjUwMiAyMS4zNDI5IDMxLjc1IDIxLjU4NTcgMzEuNzVDMjEuODI4NiAzMS43NSAyMi4wNzE0IDMxLjY1MDIgMjIuMjY1NyAzMS40NTA2TDMyLjcwODYgMjAuNzIxNkMzMy4wOTcxIDIwLjMyMjQgMzMuMDk3MSAxOS42OTg2IDMyLjcwODYgMTkuMjk5NEMzMi4zNjg2IDE4LjkwMDIgMzEuNzM3MSAxOC45MDAyIDMxLjM3MjkgMTkuMjk5NFoiIGZpbGw9IiM2OUMwMzYiLz4KPC9zdmc+Cg==);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
}

.form-payment-condition--top.processing {
  background: #f0f1f4;
}

.form-payment-condition--top.processing p {
  background: url(../img/payment-processing.b8cf369.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
  color: #9f9f9f;
}

.form-payment-condition--top.refunded {
  background: #f7931a;
}

.form-payment-condition--top.refunded p {
  background: url(../img/payment-refunded.0446c6f.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
}

.form-payment-condition--top.deleted {
  background: #ee404f;
}

.form-payment-condition--top.deleted p {
  background: url(../img/payment-deleted.93c3d47.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
}

.form-payment-condition--main {
  padding: 28px 40px;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main {
    padding: 18px 10px;
  }
}

.form-payment-condition--main__top {
  align-items: center;
  background: #f3f3f7;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__top {
    flex-wrap: wrap;
  }
}

.form-payment-condition--main__top .title {
  align-items: center;
  display: flex;
  font-size: 28px;
  font-weight: 300;
  justify-content: flex-start;
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__top .title {
    font-size: 20px;
    width: 100%;
  }
}

.form-payment-condition--main__top .title img {
  flex: none;
  margin-right: 16px;
  max-width: 44px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__top ul {
    width: 100%;
  }
}

.form-payment-condition--main__top li {
  color: #9f9f9f;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__top li {
    font-size: 14px;
    text-align: left;
  }
}

.form-payment-condition--main__top li b {
  color: #212121;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__top li b {
    font-size: 16px;
  }
}

.form-payment-condition--main__data {
  padding-bottom: 10px;
  padding-top: 10px;
}

.form-payment-condition--main__data li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}

.form-payment-condition--main__data li:last-child {
  border-bottom: none;
}

.form-payment-condition--main__data li p {
  align-items: center;
  color: #9f9f9f;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  justify-content: space-between;
  line-height: 19px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__data li p {
    font-size: 14px;
  }
}

.form-payment-condition--main__data li p span {
  color: #212121;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__data li p span {
    font-size: 14px;
  }
}

.form-payment-condition--main__data li.total {
  border-top: 1px solid #dedede;
}

.form-payment-condition--main__data li.total p {
  color: #212121;
}

.form-payment-condition--main__data li.total span {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__data li.total span {
    font-size: 14px;
  }
}

.form-payment-condition--main .partner-margin {
  margin-top: 0;
}

.form-payment-condition--main .partner-margin .btn {
  font-size: 14px;
  line-height: 33px;
}

@media screen and (max-width: 1250px) {
  .partners .title {
    margin-bottom: 30px;
  }
}

.partners-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.partners-list img {
  transition: transform 0.2s ease;
}

@media screen and (min-width: 1250px) {
  .partners-list img:hover {
    transform: scale(1.06);
  }
}

@media screen and (max-width: 1250px) {
  .partners-list {
    gap: 16px;
  }

  .partners-list img {
    height: 36px;
  }
}

.partner-list {
  display: flex;
  flex-direction: column;
}

.partner-item {
  align-items: center;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 1250px) {
  .partner-item {
    flex-direction: column;
    gap: 20px;
  }

  .partner-item .btn {
    width: 100%;
  }
}

.partner-item:first-child {
  padding-bottom: 42px;
}

.partner-item:last-child {
  padding-top: 42px;
}

.partner-item:not(:last-child):not(:first-child) {
  padding: 42px 0;
}

.partner-item:not(:last-child) {
  border-bottom: 1px solid transparent;
  -o-border-image: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  border-image: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  border-image-slice: 1;
}

.partner-item__img {
  flex-shrink: 0;
  height: 100%;
  width: 232px;
}

.partner-item__desc {
  align-items: start;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1250px) {
  .partner-item__desc {
    align-items: start;
  }
}

.partner-item__slogan {
  -webkit-text-fill-color: transparent;
  background: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.partner-item__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

.partner-item__text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.api-docs--merchant p,
.api-docs--merchant table {
  margin-bottom: 12px;
}

.api-docs--merchant img {
  margin-bottom: 40px;
}

@media screen and (max-width: 1250px) {
  .api-docs--merchant img {
    margin-bottom: 20px;
  }
}

.api-docs .card {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}

@media screen and (max-width: 1250px) {
  .api-docs .card {
    margin-bottom: 40px;
  }
}

.api-docs .card img {
  margin: 42px auto;
}

.api-docs .card h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
  max-width: 770px;
}

@media screen and (max-width: 1250px) {
  .api-docs .card h3 {
    font-size: 20px;
  }
}

.api-docs .card h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-top: 12px;
  max-width: 770px;
}

@media screen and (max-width: 1250px) {
  .api-docs .card h4 {
    font-size: 16px;
  }
}

.api-docs .card p {
  font-size: 14px;
  line-height: 1.4;
  max-width: 770px;
}

.api-docs .card hr {
  border-color: #fdfdfd;
  margin: 42px 0;
}

@media screen and (max-width: 1250px) {
  .api-docs .card hr {
    margin: 20px 0;
  }
}

.api-docs .card .export-links {
  grid-gap: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 12px;
}

@media screen and (max-width: 1250px) {
  .api-docs .card .export-links {
    grid-template-columns: 1fr;
  }
}

.api-docs .card .export-links a {
  background-color: #fdfdfd;
  border-radius: 20px;
  color: #252525;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 30px 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.api-docs .card .export-links a h3 {
  margin: 0;
}

.api-docs .card .export-links a p {
  word-break: break-all;
}

.api-docs .card pre {
  margin: 0;
  white-space: break-spaces;
}

.api-docs .card .api-block__info--wr,
.api-docs .card em,
.api-docs .card pre {
  word-wrap: break-word;
}

.api-docs .card ol,
.api-docs .card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.api-docs .card table {
  background: linear-gradient(
    107deg,
    hsla(228, 4%, 55%, 0.6) -5.43%,
    rgba(138, 138, 203, 0.3) 98.17%
  );
  border: 1px solid #fdfdfd;
  border-collapse: separate;
  border-radius: 20px;
  border-spacing: 0;
  overflow: hidden;
  padding: 0;
}

.api-docs .card table thead tr {
  height: 48px;
}

.api-docs .card table thead tr td {
  border-bottom: 1px solid #fdfdfd;
}

.api-docs .card table tbody tr {
  height: 64px;
}

.api-docs .card table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

.api-docs .card table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

.api-docs .card table td,
.api-docs .card table th {
  color: #fdfdfd;
  padding: 0 20px;
}

@media screen and (max-width: 1250px) {
  .api-docs .card table td,
  .api-docs .card table th {
    padding: 8px;
  }
}

.api-docs .card table td:first-child,
.api-docs .card table th:first-child {
  border-left: none;
}

.api-docs .card a {
  color: #fdfdfd;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.container-aff {
  display: flex;
  flex-direction: column;
  margin: 30px;
}

@media only screen and (max-width: 1200px) {
  .container-aff {
    margin: 24px 16px 16px;
  }
}

.partners-program .container-api,
.requisites-main-block .container-api {
  display: flex;
  flex-direction: column;
  margin: 30px;
}

@media only screen and (max-width: 1200px) {
  .partners-program .container-api,
  .requisites-main-block .container-api {
    margin: 24px 16px 16px;
  }
}

.partners-program .container-api h2,
.requisites-main-block .container-api h2 {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .partners-program .container-api h2,
  .requisites-main-block .container-api h2 {
    margin: auto;
  }
}

.partners-program__main,
.requisites-main-block__main {
  background-color: #595a7f;
  border-radius: 20px;
  box-shadow: 0 15px 116px hsla(206, 6%, 48%, 0.05),
    0 32px 75px hsla(206, 6%, 48%, 0.1);
  color: #fdfdfd;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  margin-top: 55px;
}

.partners-program__main .title,
.requisites-main-block__main .title {
  font-size: 24px;
}

.partners-program h2,
.requisites-main-block h2 {
  margin-left: 52px;
}

@media only screen and (max-width: 767px) {
  .partners-program h2,
  .requisites-main-block h2 {
    margin-left: 0;
  }
}

.partners-program .profile-page-list,
.requisites-main-block .profile-page-list {
  grid-gap: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 1025px) {
  .partners-program .profile-page-list,
  .requisites-main-block .profile-page-list {
    grid-template-columns: 1fr;
  }
}

.partners-program .profile-page-list__item,
.requisites-main-block .profile-page-list__item {
  background: linear-gradient(
    107deg,
    hsla(228, 4%, 55%, 0.6) -5.43%,
    rgba(138, 138, 203, 0.3) 98.17%
  );
  border-radius: 24px;
  color: #fdfdfd;
  flex: 0 0 auto;
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .partners-program .profile-page-list__item,
  .requisites-main-block .profile-page-list__item {
    padding: 16px;
  }
}

.partners-program .profile-page-list__item > div,
.requisites-main-block .profile-page-list__item > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.partners-program .profile-page-list__item div > div,
.requisites-main-block .profile-page-list__item div > div {
  margin-top: 8px;
}

.partners-program .profile-page-list__item div > div .partners-program-text,
.requisites-main-block
  .profile-page-list__item
  div
  > div
  .partners-program-text {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 99%, 0.3);
  border-top: 1px solid hsla(0, 0%, 99%, 0.3);
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 6px;
}

.partners-program
  .profile-page-list__item
  div
  > div
  .partners-program-text
  span,
.requisites-main-block
  .profile-page-list__item
  div
  > div
  .partners-program-text
  span {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.partners-program .profile-page-list__item div > div .partners-program-text b,
.requisites-main-block
  .profile-page-list__item
  div
  > div
  .partners-program-text
  b {
  color: #fdfdfd;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.partners-program .bp-dropdown__body ul,
.requisites-main-block .bp-dropdown__body ul {
  margin: 0;
}

.partners-program .bp-dropdown__body ul .element-currency-pr,
.requisites-main-block .bp-dropdown__body ul .element-currency-pr {
  margin: 0;
  max-width: 100%;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

.partners-program .modal-body .form-index-bloc-item label,
.requisites-main-block .modal-body .form-index-bloc-item label {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 5px;
  text-align: left;
  width: 50%;
}

.partners-program .modal-body .form-index-bloc-item input,
.requisites-main-block .modal-body .form-index-bloc-item input {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 5px;
  text-align: right;
  width: 40%;
}

.partners-program-title,
.requisites-main-block-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.partners-program-cost,
.requisites-main-block-cost {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 40px;
  opacity: 0.7;
}

.partners-program-cost span,
.requisites-main-block-cost span {
  font-size: 18px;
  font-weight: 600;
}

.partners-program .btn,
.requisites-main-block .btn {
  width: 100%;
}

.personal-room {
  margin-top: 3rem;
}

.personal-room-top-wr {
  background-position-y: -0.5rem;
}

.personal-room .title {
  margin-bottom: 2.1875rem;
}

.ref-link {
  margin-bottom: 1rem;
  margin-top: 0.1rem;
  overflow: hidden;
  position: relative;
}

.ref-link .container {
  position: relative;
  z-index: 2;
}

.ref-link-title .title {
  margin-bottom: 12px;
}

.ref-link-title p {
  font-size: 14px;
}

.ref-link-list {
  grid-gap: 12px 80px;
  display: grid;
  gap: 12px 80px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
  .ref-link-list {
    grid-template-columns: 1fr;
  }
}

.ref-link-list > div:last-child {
  grid-column: span 2;
}

@media only screen and (max-width: 1200px) {
  .ref-link-list > div:last-child {
    grid-column: span 1;
  }
}

.ref-link-list .input-icon {
  cursor: pointer;
}

.statistic {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.statistic-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.94rem -1.875rem;
}

@media only screen and (max-width: 767px) {
  .statistic-ul {
    margin-left: 0;
    margin-right: 0;
  }
}

.statistic-ul > li {
  flex: 1 1;
  flex-basis: 46.25%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0.45rem 0.94rem;
  max-width: 46.25%;
  min-width: 320px;
  padding: 1.875rem;
}

.statistic-ul > li.statistic-get-li {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .statistic-ul > li {
    min-width: 300px;
  }
}

.statistic-graphic {
  border: 1px solid #e6e6e6;
}

.statistic-get-title {
  background: #f4f5f7;
  padding: 1.25rem 1.875rem;
}

.statistic-get-title > b,
.statistic-get-title > span {
  font-size: 1.5rem;
}

.statistic-get-li li {
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  padding: 10px 1.25rem;
}

.statistic-get-li li p {
  font-size: 1.25rem;
}

.statistic-get-li li img {
  margin-right: 1.25rem;
  max-width: 30px;
}

.statistic-get-li li > div b {
  font-size: 1.125rem;
  margin-right: 1.875rem;
}

.statistic-get-li li > div span {
  color: #252525;
  font-size: 14px;
}

.statistic-get-li li,
.statistic-get-li li div {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.statistic-history {
  margin-left: 1.25rem;
  margin-top: 1.25rem;
}

.statistic-history a {
  color: #252525;
  font-size: 11px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-transform: uppercase;
}

.news-bloc,
.reserves,
.reviews-bloc {
  overflow: hidden;
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .news-bloc,
  .reserves,
  .reviews-bloc {
    margin-top: 0;
  }
}

.news-bloc:after,
.news-bloc:before,
.reserves:after,
.reserves:before,
.reviews-bloc:after,
.reviews-bloc:before {
  position: absolute;
  z-index: 0;
}

.news-bloc div,
.reserves div,
.reviews-bloc div {
  border-radius: 8px 8px 0 0;
  position: relative;
  z-index: 1;
}

.news-bloc .title,
.reserves .title,
.reviews-bloc .title {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}

.news-bloc .title-other,
.reserves .title-other,
.reviews-bloc .title-other {
  align-items: center;
  display: flex;
  font-size: 36px;
  font-weight: 400;
  justify-content: space-between;
}

.news-bloc ul,
.reserves ul,
.reviews-bloc ul {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 23px 0 0;
}

@media only screen and (max-width: 767px) {
  .news-bloc ul,
  .reserves ul,
  .reviews-bloc ul {
    justify-content: center;
  }
}

.news-bloc li,
.reserves li,
.reviews-bloc li {
  margin: 4px 6px;
  max-width: calc(33.33333% - 12px);
  min-width: 300px;
  position: relative;
  width: calc(33.33333% - 12px);
}

@media only screen and (max-width: 1200px) {
  .news-bloc li,
  .reserves li,
  .reviews-bloc li {
    flex: 1 0;
    max-width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .news-bloc li,
  .reserves li,
  .reviews-bloc li {
    max-width: 100%;
  }
}

.news-bloc,
.reviews-bloc {
  display: none;
}

.reserves {
  background: #f8fafb;
}

.reserves h3 {
  font-size: 40px;
  font-weight: 500;
}

.reserves li {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(51, 43, 73, 0.051);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  padding: 12px;
}

.reserves li:hover .reserves-cost b,
.reserves li:hover .reserves-cost span {
  top: -15px;
  transition: all 0.35s;
}

.reserves li:hover .reserves-cost .order-reserves {
  bottom: -2px;
  right: -14px;
}

.reserves li:hover .reserves-cost .btn {
  opacity: 1;
  visibility: visible;
}

.reserves img {
  height: 40px;
  margin-right: 12px;
  width: 40px;
}

.reserves p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.reserves span {
  color: #000;
  font-size: 16px;
}

.reserves-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 40px;
  width: 40px;
}

.reserves-icon span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  min-width: 66px;
}

.reserves-cost {
  min-width: 130px;
  text-align: right;
}

.reserves-cost p {
  font-size: 16px;
  font-weight: 400;
}

.reserves-cost span {
  position: relative;
  text-transform: uppercase;
  transition: all 0.35s;
}

.reserves-cost .order-reserves {
  bottom: -30px;
  position: absolute;
  right: 0;
  transition: all 0.35s;
}

.reserves-cost .btn {
  line-height: 2.2;
  opacity: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  transition: all 0.35s;
  visibility: hidden;
}

.news-page-top {
  padding-bottom: 3.3rem;
}

.news-page-top-wr {
  background-position-y: -0.5rem;
}

.news-page-top h1 {
  margin-bottom: 1.875rem;
}

.news-page-top p {
  color: #fff;
  font-size: 1.15rem;
}

.news-bloc {
  background: 0 0;
  padding-top: 0;
}

.news-bloc:after {
  bottom: 0;
  content: url(../img/top-waves.e42d3fc.svg);
  right: 0;
  top: 0;
}

.news-bloc:before {
  bottom: -59.9%;
  content: url(../img/right-waves.2e0b883.svg);
  left: 0;
}

.news-bloc span {
  color: #b6b6b6;
  font-size: 12px;
  text-transform: uppercase;
}

.news-bloc-img {
  font-size: 0;
  height: 100%;
  overflow: hidden;
}

.news-bloc-img img {
  width: 100%;
}

.news-bloc li {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 25px 50px 0 hsla(0, 0%, 44%, 0.07);
  display: flex;
  flex-direction: column;
}

.news-bloc-title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
}

.news-bloc-info {
  background-color: #fff;
  border-radius: 8px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
}

.news-bloc-info_item {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.news-bloc-info_item:before {
  align-self: center;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzY4IiBoZWlnaHQ9IjIxIiB2aWV3Qm94PSIwIDAgMzY4IDIxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBvcGFjaXR5PSIwLjc1Ij4KPGxpbmUgeDE9IjI0IiB5MT0iMTAiIHgyPSIxNTMiIHkyPSIxMCIgc3Ryb2tlPSIjRDBEMkRCIi8+CjwvZz4KPHBhdGggZD0iTTE2NiAxMC41SDE2NyIgc3Ryb2tlPSIjRDBEMkRCIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTgwIDEwLjVIMTg4IiBzdHJva2U9IiNEMEQyREIiIHN0cm9rZS13aWR0aD0iOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0yMDEgMTAuNUgyMDIiIHN0cm9rZT0iI0QwRDJEQiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGcgb3BhY2l0eT0iMC43NSI+CjxsaW5lIHgxPSIyMTUiIHkxPSIxMCIgeDI9IjM0NCIgeTI9IjEwIiBzdHJva2U9IiNEMEQyREIiLz4KPC9nPgo8L3N2Zz4K);
  left: 0;
  margin-bottom: 3px;
  right: 0;
}

.news-bloc-info_item-name {
  margin-left: 10px;
}

.news-bloc-info_item-name p {
  font-size: 14px;
}

.news-bloc-info_item-photo-name {
  display: flex;
}

.news-bloc-info_item-photo img {
  height: 32px;
  width: 32px;
}

.news-bloc-info_item-data {
  align-self: center;
  margin-left: auto;
}

.news-bloc-info_item-data span {
  align-items: center;
  display: flex;
}

.news-bloc-info_item-data span span {
  font-size: 14px;
  margin-left: 7px;
}

.news-bloc-info_item-data img {
  height: 20px;
  margin-left: 20px;
  width: 20px;
}

.reviews-bloc:after {
  bottom: 31.4%;
  content: url(../img/right-waves.2e0b883.svg);
  left: 0;
}

@media only screen and (max-width: 1025px) {
  .reviews-bloc:after {
    bottom: 26.4%;
  }
}

.reviews-bloc li {
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .reviews-bloc {
    display: none;
  }
}

.reviews-bloc-txt {
  align-items: center;
  background-color: #f4f7f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 25px;
}

.reviews-bloc-txt:after {
  border-right: 25px solid transparent;
  border-top: 25px solid #f4f7f9;
  bottom: -25px;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

.reviews-bloc-txt p {
  color: #000;
  font-size: 14px;
  line-height: 16.41px;
  position: relative;
  text-align: left;
  z-index: 1;
}

.reviews-bloc-txt p.reviews-bloc-date {
  font-size: 12px;
  text-align: center;
}

.reviews-bloc__ {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reviews-bloc-date {
  color: #919191;
  text-transform: uppercase;
}

.reviews-bloc-date:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzY4IiBoZWlnaHQ9IjIxIiB2aWV3Qm94PSIwIDAgMzY4IDIxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBvcGFjaXR5PSIwLjc1Ij4KPGxpbmUgeDE9IjI0IiB5MT0iMTAiIHgyPSIxNTMiIHkyPSIxMCIgc3Ryb2tlPSIjRDBEMkRCIi8+CjwvZz4KPHBhdGggZD0iTTE2NiAxMC41SDE2NyIgc3Ryb2tlPSIjRDBEMkRCIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTgwIDEwLjVIMTg4IiBzdHJva2U9IiNEMEQyREIiIHN0cm9rZS13aWR0aD0iOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0yMDEgMTAuNUgyMDIiIHN0cm9rZT0iI0QwRDJEQiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGcgb3BhY2l0eT0iMC43NSI+CjxsaW5lIHgxPSIyMTUiIHkxPSIxMCIgeDI9IjM0NCIgeTI9IjEwIiBzdHJva2U9IiNEMEQyREIiLz4KPC9nPgo8L3N2Zz4K);
  width: 167px;
}

.reviews-bloc-client {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 41px;
}

.reviews-bloc-client p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.reviews-bloc-client span {
  color: #fac917;
  margin-right: 3px;
}

.reviews-bloc-photo {
  margin-left: 8px;
  margin-right: 17px;
  overflow: hidden;
  padding: 3px;
  text-align: center;
}

.reviews-bloc-photo p {
  color: #000;
  font-size: 14px;
}

.reviews-bloc-photo img {
  height: 32px;
  width: 32px;
}

.form-footer input,
.form-footer textarea {
  background: rgba(58, 48, 99, 0.5);
  border-radius: 20px;
  padding: 10px 20px;
}

.form-footer input::-webkit-input-placeholder,
.form-footer textarea::-webkit-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.form-footer input:-moz-placeholder,
.form-footer input::-moz-placeholder,
.form-footer textarea:-moz-placeholder,
.form-footer textarea::-moz-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.form-footer input:-ms-input-placeholder,
.form-footer textarea:-ms-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.form-footer textarea {
  height: 85px;
  min-height: 85px;
  resize: vertical;
}

.content {
  flex-basis: 65.8333333333%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15rem;
  max-width: 65.8333333333%;
  min-width: 0;
  padding: 15rem;
}

@media only screen and (max-width: 1025px) {
  .content {
    flex-basis: 56.6666666667%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 56.6666666667%;
    min-width: 0;
    padding: 15rem;
  }
}

@media only screen and (max-width: 767px) {
  .content {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 20px 15rem 15rem;
    max-width: 100%;
    min-width: 0;
    padding: 15rem;
  }
}

@media screen and (min-width: 1250px) {
  .tabs + .card {
    border-top-left-radius: 0;
  }
}

.tabs__list {
  align-items: center;
  background: linear-gradient(
    107deg,
    hsla(228, 4%, 55%, 0.3) -5.43%,
    rgba(138, 138, 203, 0.15) 98.17%
  );
  border: 2px solid #595a7f;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

@supports (-moz-appearance: none) {
  .tabs__list {
    background: #474866;
  }
}

.tabs__list-item:not(:first-child) .tabs__list-button:before {
  border-right: 2px solid #595a7f;
  border-top: 2px solid #595a7f;
  border-top-right-radius: 20px;
  bottom: 0;
  content: "";
  height: 100%;
  left: -20px;
  pointer-events: none;
  position: absolute;
  top: -2px;
  width: 20px;
}

.tabs__list-button {
  background-color: transparent;
  border: 2px solid transparent;
  border-bottom: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  height: 46px;
  margin: -2px;
  padding: 0 20px;
  position: relative;
  transition: none;
  z-index: 2;
}

.tabs__list-button--active {
  background-color: #595a7f;
  border-color: #595a7f;
  border-bottom: 0;
}

.tabs__list-button--active,
.tabs__list-button--active:hover.btn {
  border-radius: 20px 20px 0 0;
}

.tabs__list-button--active:before {
  display: none;
}

.tabs-select {
  margin-bottom: 8px;
}

.verification {
  font-size: 16px;
  margin-top: 20px;
}

.verification__item {
  align-items: center;
  display: flex;
  margin: 10px 10px 0 0;
}

.verification__item--email:before,
.verification__item--facebook:before,
.verification__item--passport:before,
.verification__item--phone:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.verification__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.verification__items :last-child {
  margin-right: 0;
}

.order-card {
  overflow: hidden;
}

.order-card.card {
  padding: 0;
}

@media screen and (max-width: 1250px) {
  .order-card.card {
    background-color: transparent;
    border-radius: 0;
  }
}

.order-card .order-card__wrapper {
  display: grid;
  grid-template-columns: 0.3fr 0.7fr;
}

@media screen and (max-width: 1250px) {
  .order-card .order-card__wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.order-card__left {
  background-color: #fdfdfd;
  color: #252525;
  overflow: hidden;
  padding: 30px 20px 30px 30px;
}

.order-card__left-header {
  align-items: flex-start;
  border-bottom: 1px solid #919191;
  display: flex;
  height: 46px;
  margin-bottom: 20px;
}

.order-card__left-header p {
  font-size: 20px;
  font-weight: 600;
}

.order-card__left-details {
  margin-bottom: 100px;
}

@media screen and (max-width: 1250px) {
  .order-card__left-details {
    margin-bottom: 0;
  }
}

.order-card__left-details .order-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.order-card__left-details .order-details__item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.order-card__left-details .order-details__item:not(:last-child) {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 12px;
}

.order-card__left-details .order-details__item-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.order-card__left-details .order-details__item-value {
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.order-card__left-details .order-details__item-value span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.order-card__left-details .order-details__item-col {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.order-card__left-details .order-details__item-col .order-details__item-title {
  color: #919191;
}

.order-card__left-details .order-details__item-icon {
  height: 36px;
  width: 36px;
}

.order-card__right {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 30px;
}

@media screen and (max-width: 1250px) {
  .order-card__right {
    background-color: #595a7f;
  }
}

.order-card__right-header {
  align-items: flex-start;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.order-card__right-header:after {
  background: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.order-card__right-header-col {
  display: flex;
  flex-direction: column;
}

.order-card__right-header-row {
  align-items: center;
  display: flex;
  gap: 10px;
}

.order-card__right-header-title {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 1250px) {
  .order-card__right-header-title {
    font-size: 14px;
  }
}

.order-card__right-header-value {
  -webkit-text-fill-color: transparent;
  background: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1250px) {
  .order-card__right-header-value {
    font-size: 14px;
  }
}

.order-card__right-content {
  flex-grow: 1;
}

.order-card__right-footer {
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 24px 0 12px;
  position: relative;
  row-gap: 12px;
}

.order-card__right-footer p {
  font-size: 16px;
  font-style: italic;
}

.order-card__right-footer:after {
  background: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.order-card__right-footer .btn-link {
  font-size: 14px;
}

@media screen and (max-width: 1250px) {
  .order-card__left,
  .order-card__right {
    border-radius: 10px;
    padding: 20px 16px;
  }
}

.order-card__loader {
  margin: 150px 0;
}

.order-status {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.order-status .form-attention {
  margin-bottom: 12px;
}

.order-status .form-attention h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.order-status__image {
  background: linear-gradient(
    107deg,
    hsla(0, 0%, 100%, 0.6) -5.43%,
    hsla(0, 0%, 100%, 0.3) 98.17%
  );
  border-radius: 24px;
  height: 355px;
  margin-bottom: 24px;
  max-width: 398px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .order-status__image {
    height: auto;
  }
}

.order-status__image img,
.order-status__image svg {
  margin-bottom: -5px;
}

.order-status__image svg > g > g > g > g > path {
  fill: none !important;
}

.order-status__footer {
  -o-border-image: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  border-image: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  border-image-slice: 1;
  border-top: 1px solid;
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

.order-status__footer .btn-link {
  font-size: 14px;
}

.order-status__details {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 100px 0 150px;
}

.order-status__details > div:not([class]) {
  width: 100%;
}

.order-status__details .btn.btn-sm {
  margin-top: 16px;
}

.order-status__details .form-manual-must .merchant-qrcode {
  background-color: #fdfdfd;
  border-radius: 10px;
  margin: 0 auto 20px;
  padding: 8px 8px 0;
  width: -moz-fit-content;
  width: fit-content;
}

.order-status__details .form-manual-must ol li > div:not([class]) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.order-status__details .form-manual-must ol li > div:not([class]) > p {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

@media screen and (max-width: 1250px) {
  .order-status__details .form-manual-must ol li > div:not([class]) > p {
    font-size: 18px;
  }
}

.order-status__details .form-manual-must ol,
.order-status__details-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .order-status__details .form-manual-must ol,
  .order-status__details-fields {
    gap: 16px;
  }
}

.order-status__details .form-manual-must ol li,
.order-status__details-fields li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order-status__details .form-manual-must ol li > p,
.order-status__details-fields li > p {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

@media screen and (max-width: 1250px) {
  .order-status__details .form-manual-must ol li > p,
  .order-status__details-fields li > p {
    font-size: 18px;
  }
}

.order-status__details .form-manual-must ol li .form-manual-must_txt,
.order-status__details-fields li .form-manual-must_txt {
  cursor: pointer;
}

.order-status__details .form-manual-must ol li .field,
.order-status__details .form-manual-must ol li .form-manual-must_txt,
.order-status__details-fields li .field,
.order-status__details-fields li .form-manual-must_txt {
  word-wrap: anywhere;
  align-items: center;
  background: linear-gradient(
    107deg,
    rgba(177, 170, 203, 0.6) -5.43%,
    hsla(0, 0%, 100%, 0.3) 98.17%
  );
  border-radius: 10px;
  color: #fdfdfd;
  display: flex;
  font-size: 18px !important;
  font-weight: 500;
  gap: 12px;
  justify-content: space-between;
  min-height: 50px;
  overflow: hidden;
  padding: 6px 12px;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .order-status__details .form-manual-must ol li .field,
  .order-status__details .form-manual-must ol li .form-manual-must_txt,
  .order-status__details-fields li .field,
  .order-status__details-fields li .form-manual-must_txt {
    font-size: 16px !important;
    min-height: 40px;
  }

  .order-status__details .form-manual-must ol li .field img,
  .order-status__details .form-manual-must ol li .form-manual-must_txt img,
  .order-status__details-fields li .field img,
  .order-status__details-fields li .form-manual-must_txt img {
    height: 24px;
    width: 24px;
  }
}

.order-status__details-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.order-status__details-list li {
  word-wrap: anywhere;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 12px;
  position: relative;
}

.order-status__details-list li:not(:last-child) {
  border-bottom: 1px solid #fdfdfd;
}

.order-status__details-verif {
  margin: 20px 0;
  width: 100%;
}

.order-status__details-title {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
}

.order-status__details .title,
.order-status__details-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  text-align: center;
}

.order-status__details-desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  text-align: center;
}

.order-status__details-desc * {
  font-size: inherit;
  font-weight: inherit;
}

.order-status__details > .btn {
  margin-top: 22px;
}

.order-status__details--full-height {
  margin: 0 0 30px;
  text-align: center;
}

.order-status__details--full-height > div > div > p {
  text-transform: uppercase;
}

.order-status__details--full-height > .btn {
  margin-top: auto;
}

.order-status__reviews {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 12px;
}

.order-status__reviews a {
  border-radius: 10px;
  display: flex;
  height: 42px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1250px) {
  .order-status__reviews a {
    height: 36px;
  }
}

.order-status__reviews a:before {
  background: #fdfdfd;
  content: "";
  height: 120px;
  left: -80px;
  opacity: 0.2;
  position: absolute;
  top: -30px;
  transform: rotate(20deg);
  width: 70px;
}

.order-status__reviews a:hover:before {
  left: auto;
  left: 120%;
  transition: left 0.5s ease;
}

.order-status__row-sm {
  align-items: center;
  display: flex;
  gap: 8px;
}

.qr-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 8px -8px 0;
}

.qr-tabs button {
  background-color: transparent;
  border: none;
  color: #595a7f;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  height: 26px;
  outline: 0;
  transition: background-color 0.2s ease;
}

.qr-tabs button:first-child {
  border-radius: 0 8px 0 8px;
}

.qr-tabs button:last-child {
  border-radius: 8px 0 8px 0;
}

.qr-tabs button:not(.active) {
  background-color: rgba(37, 37, 37, 0.1);
  color: #919191;
}

.reviews-list__grid {
  grid-gap: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 1250px) {
  .reviews-list__grid {
    grid-template-columns: 1fr;
  }
}

.reviews-list__item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 200px;
  overflow: hidden;
}

@media screen and (max-width: 1250px) {
  .reviews-list__item {
    min-height: 264px;
  }
}

.reviews-list__item.card {
  padding: 20px;
}

.reviews-list__item .btn-link {
  color: #252525;
  font-size: 14px;
}

.reviews-list__item .btn-link:after {
  background-color: #252525;
}

.reviews-list__item-row {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
}

.reviews-list__item-row img.rotate {
  transform: rotate(180deg);
}

.reviews-list__item-name {
  color: #919191;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  width: 100%;
}

.reviews-list__item-text {
  color: #252525;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 1250px) {
  .reviews-list__item-text {
    font-size: 14px;
  }
}

.reviews-list__item-date {
  color: #919191;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.reviews-list__item footer {
  margin-top: auto;
}

.reviews-list__empty-text,
.reviews-list__loader {
  align-items: center;
  display: flex;
  font-size: 24px;
  height: 364px;
  justify-content: center;
  text-align: center;
}

.reviews-form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 30px;
}

.reviews-form-wr {
  align-items: stretch;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 1250px) {
  .reviews-form-wr {
    flex-direction: column;
  }
}

.reviews-form__title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 1250px) {
  .reviews-form__title {
    font-size: 20px;
    text-align: center;
    width: 100%;
  }
}

.reviews-form__controls {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.reviews-form-image {
  align-items: center;
  color: #252525;
  display: flex;
  flex-basis: 360px;
  justify-content: center;
  overflow: hidden;
}

.reviews-form-image.card {
  padding: 0;
}

.reviews-form-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-form-image .lottie {
  margin-bottom: -115px;
}

@media screen and (max-width: 1250px) {
  .reviews-form-image .lottie {
    margin-bottom: 0;
  }

  .reviews-form-image .lottie svg {
    max-height: 360px;
    width: auto !important;
  }

  .reviews-form .btn {
    width: 100%;
  }
}

.reviews-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.reviews-links__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1250px) {
  .reviews-links__wrapper {
    gap: 20px;
    margin-bottom: 46px;
  }
}

.reviews-links__title {
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 1250px) {
  .reviews-links__title {
    font-size: 24px;
  }
}

.reviews-links__item {
  position: relative;
  transition: transform 0.2s ease;
}

.reviews-links__item-img-wrapper,
.reviews-links__item-name-wrapper {
  border-radius: 10px;
  display: flex;
  height: 50px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1250px) {
  .reviews-links__item-img-wrapper,
  .reviews-links__item-name-wrapper {
    height: 36px;
  }
}

.reviews-links__item-img-wrapper:before,
.reviews-links__item-name-wrapper:before {
  background: #fdfdfd;
  content: "";
  height: 120px;
  left: -80px;
  opacity: 0.2;
  position: absolute;
  top: -30px;
  transform: rotate(20deg);
  width: 70px;
}

.reviews-links__item-img-wrapper:hover:before,
.reviews-links__item-name-wrapper:hover:before {
  left: auto;
  left: 120%;
  transition: left 0.5s ease;
}

.reviews-links__item-name-wrapper {
  align-items: center;
  background: linear-gradient(
    107deg,
    hsla(0, 0%, 100%, 0.6) -5.43%,
    hsla(0, 0%, 100%, 0.3) 98.17%
  );
  font-size: 21px;
  font-weight: 500;
  padding: 0 14px;
}

.reviews-links__count {
  background-color: #fdfdfd;
  border-radius: 8px;
  color: #252525;
  padding: 2px 6px;
  position: absolute;
  right: 10px;
  top: -10px;
}

.news-list.preview .news-list__grid {
  -moz-column-gap: 24px;
  column-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 1250px) {
  .news-list.preview .news-list__grid {
    grid-template-columns: 1fr;
  }

  .news-list.preview .news-list__grid li:not(:first-child) {
    display: none;
  }
}

@supports (-moz-appearance: none) {
  .news-list.preview .news-list__item {
    background: #595a7f;
  }
}

.news-list.preview .news-list__item-image {
  border-radius: 12px;
  height: 253px;
  margin: 20px 20px 0;
  overflow: hidden;
  width: auto;
}

.news-list.preview .news-list__item-image:after {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 12px;
}

.news-list__grid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}

@media screen and (max-width: 1250px) {
  .news-list__grid {
    grid-template-columns: 1fr;
  }
}

.news-list__item {
  overflow: hidden;
}

.news-list__item.card {
  border-radius: 20px;
  padding: 0;
}

@supports (-moz-appearance: none) {
  .news-list__item.card {
    background: #474866;
  }
}

@media screen and (min-width: 1250px) {
  .news-list__item:hover .news-list__item-image:after {
    opacity: 1;
  }

  .news-list__item:hover .news-list__item-image .btn {
    display: flex;
    z-index: 2;
  }

  .news-list__item:hover .news-list__item-image .btn img {
    max-width: none;
  }
}

.news-list__item-image {
  align-items: center;
  display: flex;
  height: 282px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .news-list__item-image {
    border-radius: 12px;
    height: 253px;
    margin: 20px 20px 0;
    overflow: hidden;
    width: auto;
  }
}

.news-list__item-image:after {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: linear-gradient(rgba(55, 29, 70, 0.6), rgba(55, 29, 70, 0.6));
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.news-list__item-image .btn {
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
}

.news-list__item-image > img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-list__item-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.news-list__item-content-top {
  -webkit-text-fill-color: transparent;
  align-items: center;
  background: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.news-list__item-content-top p {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 8px;
  line-height: 1;
}

.news-list__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.news-list__item-descr {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1250px) {
  .news-list__item-descr {
    font-size: 16px;
  }
}

.news-list__empty-text,
.news-list__loader {
  align-items: center;
  display: flex;
  font-size: 24px;
  height: 480px;
  justify-content: center;
  text-align: center;
}

.routes-list__grid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}

@media screen and (max-width: 1250px) {
  .routes-list__grid {
    grid-template-columns: 1fr;
  }
}

.routes-list__item {
  overflow: hidden;
  transition: transform 0.2s ease;
}

.routes-list__item:hover .route-icon {
  transform: scale(1.1);
}

.routes-list__item:hover .route-arrow {
  transform: scale(0.9);
}

.routes-list__item.card {
  border-radius: 20px;
  padding: 0;
}

@supports (-moz-appearance: none) {
  .routes-list__item.card {
    background: #474866;
  }
}

.routes-list__item-image {
  align-items: center;
  background-color: #fdfdfd;
  background-image: url(../img/route-card-bg.f892735.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #252525;
  display: flex;
  gap: 16px;
  height: 282px;
  justify-content: center;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .routes-list__item-image {
    border-radius: 12px;
    height: 253px;
    margin: 20px 20px 0;
    overflow: hidden;
    width: auto;
  }
}

.routes-list__item-image .route-icon {
  height: 60px;
  width: 60px;
}

.routes-list__item-image .route-arrow,
.routes-list__item-image .route-icon {
  transition: transform 0.2s ease;
}

.routes-list__item-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.routes-list__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

.routes-list__item-descr {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 1250px) {
  .routes-list__item-descr {
    font-size: 16px;
  }
}

.routes-list__empty-text,
.routes-list__loader {
  align-items: center;
  display: flex;
  font-size: 24px;
  height: 480px;
  justify-content: center;
  text-align: center;
}

.news-article.card {
  padding-top: 20px;
}

@media screen and (max-width: 1250px) {
  .news-article.card {
    margin: 0 -16px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.news-article__back.btn.btn-link {
  gap: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1250px) {
  .news-article__back.btn.btn-link {
    margin-bottom: 20px;
  }
}

.news-article__back img {
  padding-bottom: 2px;
  transform: scaleX(-1);
}

.news-article__top {
  -webkit-text-fill-color: transparent;
  align-items: center;
  background: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  display: flex;
  justify-content: space-between;
}

.news-article__top p {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 8px;
  line-height: 1;
}

.news-article__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin: 20px 0;
}

@media screen and (max-width: 1250px) {
  .news-article__title {
    font-size: 30px;
    text-align: center;
    width: 100%;
  }
}

.news-article__img {
  align-items: center;
  border-radius: 12px;
  display: flex;
  height: 253px;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.news-article__img img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-article__content {
  margin: 40px 155px;
}

@media screen and (max-width: 1250px) {
  .news-article__content {
    margin: 20px 0;
  }
}

.transaction__table {
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  .transaction__table {
    font-size: 13px;
  }
}

@media only screen and (max-width: 550px) {
  .transaction__table {
    font-size: 11.5px;
  }
}

.transaction__title {
  margin: 25px 0 20px;
}

.transaction__row {
  border-bottom: 1px solid #9b9b9b;
  display: flex;
  padding: 10px 0;
}

.transaction__row--title {
  background-color: #ebebeb;
  border: none;
  color: #0595c5;
  padding: 14px 0;
}

.transaction__dies,
.transaction__plus {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  text-align: center;
}

.transaction__date,
.transaction__dies,
.transaction__plus {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15rem;
  min-width: 5px;
  padding: 15rem;
}

.transaction__date {
  flex-basis: 20.8333333333%;
  max-width: 20.8333333333%;
}

@media only screen and (max-width: 550px) {
  .transaction__date {
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 25%;
    min-width: 5px;
    padding: 15rem;
  }
}

.transaction__description {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15rem;
  max-width: 50%;
  min-width: 5px;
  padding: 15rem;
}

@media only screen and (max-width: 1025px) {
  .transaction__description {
    flex-basis: 45.8333333333%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 45.8333333333%;
    min-width: 5px;
    padding: 15rem;
  }
}

@media only screen and (max-width: 550px) {
  .transaction__description {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 41.6666666667%;
    min-width: 5px;
    padding: 15rem;
  }
}

.transaction__amount {
  flex-basis: 12.5%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15rem;
  max-width: 12.5%;
  min-width: 5px;
  padding: 15rem;
}

@media only screen and (max-width: 1025px) {
  .transaction__amount {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 16.6666666667%;
    min-width: 5px;
    padding: 15rem;
  }
}

@media only screen and (max-width: 550px) {
  .transaction__amount {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 16.6666666667%;
    min-width: 0;
    padding: 15rem;
  }
}

.specification .specification-loader {
  margin: 20rem 0;
}

.news-article__content,
.specification-info {
  font-size: 16px;
  line-height: 1.4;
}

.news-article__content .title,
.specification-info .title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 1250px) {
  .news-article__content .title,
  .specification-info .title {
    font-size: 20px;
  }
}

.news-article__content div,
.news-article__content p,
.specification-info div,
.specification-info p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 8px 0;
}

@media screen and (max-width: 1250px) {
  .news-article__content div,
  .news-article__content p,
  .specification-info div,
  .specification-info p {
    font-size: 14px;
  }
}

.news-article__content div:empty,
.news-article__content p:empty,
.specification-info div:empty,
.specification-info p:empty {
  height: 0;
}

.news-article__content div:has(> .ProseMirror-trailingBreak),
.news-article__content p:has(> .ProseMirror-trailingBreak),
.specification-info div:has(> .ProseMirror-trailingBreak),
.specification-info p:has(> .ProseMirror-trailingBreak) {
  padding: 0;
}

.news-article__content div:last-child,
.news-article__content p:last-child,
.specification-info div:last-child,
.specification-info p:last-child {
  padding-bottom: 0;
}

.news-article__content strong,
.specification-info strong {
  font-weight: 700;
}

.news-article__content em,
.specification-info em {
  font-style: italic;
}

.news-article__content s,
.specification-info s {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.news-article__content ol,
.news-article__content ul,
.specification-info ol,
.specification-info ul {
  margin: 0;
  padding: 2px 0 2px 16px;
}

.news-article__content ol:last-child,
.news-article__content ul:last-child,
.specification-info ol:last-child,
.specification-info ul:last-child {
  margin-bottom: 0;
}

.news-article__content ol li,
.news-article__content ul li,
.specification-info ol li,
.specification-info ul li {
  line-height: 24px;
}

.news-article__content ol li div,
.news-article__content ol li p,
.news-article__content ul li div,
.news-article__content ul li p,
.specification-info ol li div,
.specification-info ol li p,
.specification-info ul li div,
.specification-info ul li p {
  margin: 0;
  padding: 0;
}

.news-article__content ul,
.specification-info ul {
  list-style: none;
  padding: 2px 0 2px 16px;
}

.news-article__content ul li,
.specification-info ul li {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 6px 0;
}

.news-article__content ul li:last-child,
.specification-info ul li:last-child {
  margin-bottom: 0;
}

.news-article__content ul li:before,
.specification-info ul li:before {
  color: #fdfdfd;
  content: "•";
  font-size: 24px;
  margin-right: 10px;
}

.news-article__content ol,
.specification-info ol {
  list-style-type: auto;
  padding: 2px 0 2px 30px;
}

.news-article__content ol li,
.specification-info ol li {
  padding: 6px 0;
}

.news-article__content img,
.specification-info img {
  margin-bottom: 24px;
  margin-top: 32px;
}

.news-article__content h1,
.news-article__content h2,
.news-article__content h3,
.news-article__content h4,
.news-article__content h5,
.news-article__content h6,
.specification-info h1,
.specification-info h2,
.specification-info h3,
.specification-info h4,
.specification-info h5,
.specification-info h6 {
  color: #fdfdfd;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 32px 0 8px;
  text-transform: none;
}

.news-article__content h1:first-child,
.news-article__content h2:first-child,
.news-article__content h3:first-child,
.news-article__content h4:first-child,
.news-article__content h5:first-child,
.news-article__content h6:first-child,
.specification-info h1:first-child,
.specification-info h2:first-child,
.specification-info h3:first-child,
.specification-info h4:first-child,
.specification-info h5:first-child,
.specification-info h6:first-child {
  padding-top: 16px;
}

.news-article__content h1,
.specification-info h1 {
  font-size: 40px;
  line-height: 48px;
  padding: 32px 0 8px;
}

.news-article__content h2,
.specification-info h2 {
  font-size: 30px;
  line-height: 36px;
}

.news-article__content h3,
.specification-info h3 {
  font-size: 24px;
  line-height: 32px;
}

.news-article__content h4,
.specification-info h4 {
  font-size: 20px;
  line-height: 24px;
  padding-top: 28px;
}

.news-article__content h5,
.specification-info h5 {
  font-size: 16px;
  line-height: 19px;
  padding-top: 20px;
}

.news-article__content h6,
.specification-info h6 {
  font-size: 12px;
  line-height: 16px;
  padding-top: 8px;
}

.news-article__content hr,
.specification-info hr {
  background: #d9d9d9;
  border: 0;
  display: block;
  height: 1px;
  margin: 8px 0;
  width: 100%;
}

.news-article__content a,
.specification-info a {
  color: #fdfdfd;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.news-article__content code,
.specification-info code {
  background: #efefef;
  border-radius: 6px;
  color: #616161;
  color: #3b454e;
  margin: 16px 0;
  padding: 16px;
}

.news-article__content pre,
.specification-info pre {
  background: #efefef;
  border-radius: 6px;
  color: #616161;
  color: #3b454e;
  font-family: Courier, monospace;
  margin: 0;
  padding: 38px 16px 16px;
}

.news-article__content pre code,
.specification-info pre code {
  background: 0 0;
  color: inherit;
  margin: 0;
  padding: 0;
}

.news-article__content pre .hljs-comment,
.news-article__content pre .hljs-quote,
.specification-info pre .hljs-comment,
.specification-info pre .hljs-quote {
  color: #616161;
}

.news-article__content pre .hljs-attribute,
.news-article__content pre .hljs-link,
.news-article__content pre .hljs-name,
.news-article__content pre .hljs-regexp,
.news-article__content pre .hljs-selector-class,
.news-article__content pre .hljs-selector-id,
.news-article__content pre .hljs-tag,
.news-article__content pre .hljs-template-variable,
.news-article__content pre .hljs-variable,
.specification-info pre .hljs-attribute,
.specification-info pre .hljs-link,
.specification-info pre .hljs-name,
.specification-info pre .hljs-regexp,
.specification-info pre .hljs-selector-class,
.specification-info pre .hljs-selector-id,
.specification-info pre .hljs-tag,
.specification-info pre .hljs-template-variable,
.specification-info pre .hljs-variable {
  color: #f98181;
}

.news-article__content pre .hljs-built_in,
.news-article__content pre .hljs-builtin-name,
.news-article__content pre .hljs-literal,
.news-article__content pre .hljs-meta,
.news-article__content pre .hljs-number,
.news-article__content pre .hljs-params,
.news-article__content pre .hljs-type,
.specification-info pre .hljs-built_in,
.specification-info pre .hljs-builtin-name,
.specification-info pre .hljs-literal,
.specification-info pre .hljs-meta,
.specification-info pre .hljs-number,
.specification-info pre .hljs-params,
.specification-info pre .hljs-type {
  color: #fbbc88;
}

.news-article__content pre .hljs-bullet,
.news-article__content pre .hljs-string,
.news-article__content pre .hljs-symbol,
.specification-info pre .hljs-bullet,
.specification-info pre .hljs-string,
.specification-info pre .hljs-symbol {
  color: #b9f18d;
}

.news-article__content pre .hljs-section,
.news-article__content pre .hljs-title,
.specification-info pre .hljs-section,
.specification-info pre .hljs-title {
  color: #faf594;
}

.news-article__content pre .hljs-keyword,
.news-article__content pre .hljs-selector-tag,
.specification-info pre .hljs-keyword,
.specification-info pre .hljs-selector-tag {
  color: #70cff8;
}

.news-article__content pre .hljs-emphasis,
.specification-info pre .hljs-emphasis {
  font-style: italic;
}

.news-article__content pre .hljs-strong,
.specification-info pre .hljs-strong {
  font-weight: 700;
}

.news-article__content img,
.specification-info img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.news-article__content blockquote,
.specification-info blockquote {
  border-left: 4px solid #e2e4e4;
  margin: 0 0 24px;
  padding-left: 16px;
}

.faq__search input {
  background: linear-gradient(
      107deg,
      hsla(228, 4%, 55%, 0.6) -5.43%,
      rgba(138, 138, 203, 0.3) 98.17%
    ),
    no-repeat 12px
      url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlNlYXJjaCI+CjxjaXJjbGUgaWQ9IkVsbGlwc2UiIGN4PSI5IiBjeT0iOSIgcj0iOCIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9yYWRpYWxfMTAxMF8zMCkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggaWQ9IkxpbmUiIGQ9Ik0xNC41IDE0Ljk1N0wxOS41IDE5Ljk1NyIgc3Ryb2tlPSJ1cmwoI3BhaW50MV9yYWRpYWxfMTAxMF8zMCkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDBfcmFkaWFsXzEwMTBfMzAiIGN4PSIwIiBjeT0iMCIgcj0iMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSByb3RhdGUoNTEuMjcyNykgc2NhbGUoMjMuODY5OSAzOC4xNTY5KSI+CjxzdG9wIHN0b3AtY29sb3I9IndoaXRlIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CjwvcmFkaWFsR3JhZGllbnQ+CjxyYWRpYWxHcmFkaWVudCBpZD0icGFpbnQxX3JhZGlhbF8xMDEwXzMwIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDE0LjUgMTQuOTU3KSByb3RhdGUoNTEuMjcyNykgc2NhbGUoNy40NTkzNCAxMS45MjQpIj4KPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KPC9yYWRpYWxHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
  border-radius: 10px;
  box-shadow: 5px 5px 15px 0 rgba(89, 90, 127, 0.05);
  color: #fdfdfd;
  font-size: 18px;
  height: 50px;
  margin-bottom: 4px;
  padding: 12px 12px 12px 44px;
}

@supports (-moz-appearance: none) {
  .faq__search input {
    background: no-repeat 12px
      url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlNlYXJjaCI+CjxjaXJjbGUgaWQ9IkVsbGlwc2UiIGN4PSI5IiBjeT0iOSIgcj0iOCIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9yYWRpYWxfMTAxMF8zMCkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggaWQ9IkxpbmUiIGQ9Ik0xNC41IDE0Ljk1N0wxOS41IDE5Ljk1NyIgc3Ryb2tlPSJ1cmwoI3BhaW50MV9yYWRpYWxfMTAxMF8zMCkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDBfcmFkaWFsXzEwMTBfMzAiIGN4PSIwIiBjeT0iMCIgcj0iMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSByb3RhdGUoNTEuMjcyNykgc2NhbGUoMjMuODY5OSAzOC4xNTY5KSI+CjxzdG9wIHN0b3AtY29sb3I9IndoaXRlIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CjwvcmFkaWFsR3JhZGllbnQ+CjxyYWRpYWxHcmFkaWVudCBpZD0icGFpbnQxX3JhZGlhbF8xMDEwXzMwIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDE0LjUgMTQuOTU3KSByb3RhdGUoNTEuMjcyNykgc2NhbGUoNy40NTkzNCAxMS45MjQpIj4KPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KPC9yYWRpYWxHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
    background-color: #474866;
  }
}

@media screen and (max-width: 1250px) {
  .faq__search input {
    font-size: 16px;
    height: 40px;
  }
}

.faq__search input::-moz-placeholder {
  color: hsla(0, 0%, 97%, 0.92);
}

.faq__search input::placeholder {
  color: hsla(0, 0%, 97%, 0.92);
}

.faq__loader {
  margin: 100px 0;
}

.faq__empty-text {
  font-size: 24px;
  margin: 100px 0;
  text-align: center;
}

.faq__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq__item {
  display: grid;
  grid-template-rows: min-content 0fr;
  overflow: hidden;
  position: relative;
  transition: grid-template-rows 0.2s ease;
}

.faq__item-trigger {
  align-items: center;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDY5NCI+CjxsaW5lIGlkPSJMaW5lIDEzIiB4MT0iMTAuMjk5OCIgeTE9IjAuNSIgeDI9IjEwLjI5OTgiIHkyPSIyMS41IiBzdHJva2U9IiNGREZERkQiLz4KPGxpbmUgaWQ9IkxpbmUgMTQiIHkxPSItMC41IiB4Mj0iMjEiIHkyPSItMC41IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDEwLjMwMDgpIiBzdHJva2U9IiNGREZERkQiLz4KPC9nPgo8L3N2Zz4K);
  background-position: 100%;
  background-repeat: no-repeat;
  border: none;
  color: #fdfdfd;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  font-weight: 400;
  min-height: 64px;
  padding: 20px 54px 20px 0;
  text-align: left;
  transition: background-image 0.2s ease, padding 0.2s ease;
}

@media screen and (max-width: 1250px) {
  .faq__item-trigger {
    background-size: 21px;
    font-size: 18px;
    padding-right: 30px;
  }
}

.faq__item-content {
  font-size: 18px;
  line-height: 1.4;
  overflow: hidden;
  visibility: hidden;
}

@media screen and (max-width: 1250px) {
  .faq__item-content {
    font-size: 14px;
  }
}

.faq__item:not(:last-child):after {
  background: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}

.faq__item.open {
  grid-template-rows: min-content 1fr;
  padding-bottom: 20px;
}

.faq__item.open .faq__item-trigger {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDY5NCI+CjxsaW5lIGlkPSJMaW5lIDE0IiB5MT0iLTAuNSIgeDI9IjIxIiB5Mj0iLTAuNSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMCAxMC4zMDA4KSIgc3Ryb2tlPSIjRkRGREZEIi8+CjwvZz4KPC9zdmc+Cg==);
}

.faq__item.open .faq__item-content {
  visibility: visible;
}

.faq-preview {
  padding: 40px;
}

.pagination {
  margin-top: 24px;
}

.pagination ul {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  padding: 5px;
}

.pagination li {
  background: 0 0;
  border: none;
  box-shadow: none;
  flex-basis: auto;
  flex: 0 0 auto;
  min-width: auto;
  width: auto;
}

.pagination a {
  color: #919191;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 5px;
  text-align: center;
  transition: color 0.2s ease, -webkit-text-decoration 0.2s ease;
  transition: color 0.2s ease, text-decoration 0.2s ease;
  transition: color 0.2s ease, text-decoration 0.2s ease,
    -webkit-text-decoration 0.2s ease;
}

.pagination a.pagination-current,
.pagination a:hover {
  color: #fdfdfd;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.pagination a.pagination-ban {
  cursor: not-allowed;
}

.footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 140px 42px 42px;
}

@media screen and (max-width: 1250px) {
  .footer {
    gap: 30px;
    margin-left: 16px;
    margin-right: 16px;
  }
}

.footer.card {
  padding-bottom: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 1250px) {
  .footer.card {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}

.footer__menu {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 1250px) {
  .footer__menu {
    flex-direction: column;
    gap: 16px;
  }
}

.footer__menu li {
  align-items: center;
  display: flex;
  height: 17px;
  padding: 0 20px;
  position: relative;
}

.footer__menu li:not(:last-child) {
  -o-border-image: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  border-image: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  border-image-slice: 1;
  border-right-style: solid;
  border-right-width: 1px;
}

@media screen and (max-width: 1250px) {
  .footer__menu li:not(:last-child) {
    border: 0;
  }
}

.footer__menu li .btn {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}

.footer__logo {
  font-size: 1.75rem;
  font-weight: 500;
}

@media screen and (max-width: 1250px) {
  .footer__logo {
    font-size: 1.5rem;
  }
}

.footer__social {
  align-items: center;
  display: flex;
  gap: 20px;
}

.footer__social a {
  display: flex;
}

.footer__social a img {
  height: 50px;
  width: 50px;
}

@media screen and (max-width: 1250px) {
  .footer__social a img {
    height: 40px;
    width: 40px;
  }
}

.footer__rights {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.card {
  border-radius: 20px;
  padding: 30px;
}

.card-glass {
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background: linear-gradient(
    107deg,
    hsla(228, 4%, 55%, 0.6) -5.43%,
    rgba(138, 138, 203, 0.3) 98.17%
  );
  color: #fdfdfd;
}

@supports (-moz-appearance: none) {
  .card-glass {
    background: #595a7f;
  }
}

.card-opaque {
  background: linear-gradient(
    107deg,
    hsla(228, 4%, 55%, 0.6) -5.43%,
    rgba(138, 138, 203, 0.3) 98.17%
  );
  color: #fdfdfd;
}

@supports (-moz-appearance: none) {
  .card-opaque {
    background: #595a7f;
  }
}

.card-solid {
  background-color: #595a7f;
  color: #fdfdfd;
}

.card-contrast {
  background-color: #fdfdfd;
  color: #252525;
}

@media screen and (max-width: 1250px) {
  .card {
    border-radius: 10px;
    padding: 16px;
  }
}

.exchange-form,
.exchange-form-wrapper {
  position: relative;
}

.exchange-form-wrapper .lottie {
  height: 360px;
}

.exchange-form-wrapper .lottie-wrapper {
  left: -170px;
  position: absolute;
  top: 25px;
  transition: transform 0.4s ease;
  z-index: 0;
}

.exchange-form-wrapper .lottie-wrapper:hover {
  transform: translateX(-14px);
}

@media screen and (max-width: 1350px) {
  .exchange-form-wrapper .lottie-wrapper {
    display: none;
  }
}

.exchange-form .form-loader-wrapper {
  margin: 120px 0;
}

.exchange-form .exchange-controls-wrapper {
  grid-gap: 52px;
  display: grid;
  gap: 52px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.exchange-form .exchange-controls-wrapper .exchange-control {
  display: flex;
  flex-direction: column;
}

.exchange-form .exchange-controls-wrapper .exchange-control .control-label {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

@media screen and (max-width: 1250px) {
  .exchange-form .exchange-controls-wrapper .exchange-control .control-label {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.exchange-form .exchange-controls-wrapper .exchange-control .input-details {
  margin: 12px 0 0;
}

@media screen and (max-width: 1250px) {
  .exchange-form .exchange-controls-wrapper .exchange-control .input-details {
    margin: 8px 0 0;
  }
}

.exchange-form .exchange-controls-wrapper .btn-reverse {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  left: 50%;
  position: absolute;
  top: 47px;
  transform: translateX(-50%);
}

.exchange-form .exchange-controls-wrapper .btn-reverse:hover {
  transform: translateX(-50%) scale(1.1);
}

@media screen and (max-width: 1250px) {
  .exchange-form .exchange-controls-wrapper .btn-reverse {
    left: auto;
    right: 0;
    top: 50%;
    transform: none;
  }

  .exchange-form .exchange-controls-wrapper .btn-reverse:hover {
    transform: none;
  }

  .exchange-form .exchange-controls-wrapper {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}

.exchange-form .currency-control-wrapper {
  align-items: center;
  background: linear-gradient(
    107deg,
    rgba(177, 170, 203, 0.6) -5.43%,
    hsla(0, 0%, 100%, 0.3) 98.17%
  );
  border-radius: 10px;
  box-shadow: 5px 5px 15px 0 rgba(89, 90, 127, 0.05);
  cursor: pointer;
  display: flex;
  gap: 12px;
  height: 50px;
  justify-content: space-between;
  padding: 0 12px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .exchange-form .currency-control-wrapper {
    height: 40px;
  }
}

.exchange-form .currency-control-wrapper .routes-loader {
  padding: 0 12px;
}

.exchange-form .currency-control-wrapper * {
  cursor: pointer;
}

.exchange-form .currency-control-wrapper > input {
  background-color: transparent;
  color: #fdfdfd;
  font-size: 18px;
}

.exchange-form .currency-control-wrapper > input::-moz-placeholder {
  color: hsla(0, 0%, 97%, 0.92);
}

.exchange-form .currency-control-wrapper > input::placeholder {
  color: hsla(0, 0%, 97%, 0.92);
}

@media screen and (max-width: 1250px) {
  .exchange-form .currency-control-wrapper > input {
    font-size: 16px;
  }
}

.exchange-form .currency-control-wrapper .currency-info {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}

@media screen and (max-width: 1250px) {
  .exchange-form .currency-control-wrapper .currency-info {
    gap: 4px;
  }
}

.exchange-form .currency-control-wrapper .currency-info img {
  height: 32px;
  width: 32px;
}

@media screen and (max-width: 1250px) {
  .exchange-form .currency-control-wrapper .currency-info img {
    height: 24px;
    width: 24px;
  }
}

.exchange-form .currency-control-wrapper .currency-info p {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1250px) {
  .exchange-form .currency-control-wrapper .currency-info p {
    font-size: 16px;
  }
}

.exchange-form .requisite-controls-wrapper {
  margin-top: 20px;
}

@media screen and (max-width: 1250px) {
  .exchange-form .requisite-controls-wrapper {
    margin-top: 12px;
  }
}

.exchange-form .requisite-controls-wrapper .requisites-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media screen and (max-width: 1250px) {
  .exchange-form .requisite-controls-wrapper .requisites-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.exchange-form .requisite-controls-wrapper .help-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 60px 0;
  text-align: center;
}

.exchange-form .requisite-controls-wrapper .help-block p {
  margin-bottom: 0;
}

.exchange-form .requisite-controls-wrapper .help-block h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.exchange-form .requisite-controls-wrapper .help-block__top {
  margin-bottom: 20px;
}

.exchange-form .requisite-controls-wrapper .verification-text {
  margin-bottom: 8px;
}

.exchange-form .requisite-controls-wrapper .requisite-controls {
  grid-column-gap: 52px;
  grid-row-gap: 8px;
  -moz-column-gap: 52px;
  column-gap: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 8px;
}

.exchange-form .requisite-controls-wrapper .requisite-controls .form-control {
  grid-column: span 2;
}

@media screen and (min-width: 1250px) {
  .exchange-form
    .requisite-controls-wrapper
    .requisite-controls
    .form-control.memo,
  .exchange-form
    .requisite-controls-wrapper
    .requisite-controls
    .form-control:first-child.memo
    + .form-control,
  .exchange-form
    .requisite-controls-wrapper
    .requisite-controls
    .form-control:has(+ .memo) {
    grid-column: span 1;
  }
}

.exchange-form .input-details {
  align-items: flex-start;
  -moz-column-gap: 24px;
  column-gap: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  row-gap: 8px;
}

@media screen and (max-width: 1250px) {
  .exchange-form .input-details {
    max-width: calc(100% - 32px);
  }
}

.exchange-form .input-details p {
  align-items: flex-start;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 4px;
  line-height: 1;
  overflow: visible;
  position: relative;
}

.exchange-form .input-details p.clickable {
  cursor: pointer;
}

.exchange-form .input-details p.clickable:after {
  background-color: #fdfdfd;
  bottom: -2px;
  content: "";
  height: 1px;
  position: absolute;
  transition: width 0.4s ease;
  width: 0;
}

.exchange-form .input-details p.clickable:hover:after {
  width: 100%;
}

.exchange-form .input-details p span {
  font-size: 12px;
  line-height: 1;
}

.exchange-form .exchange-footer {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 40px;
}

.exchange-form .exchange-footer__right {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
}

@media screen and (max-width: 1250px) {
  .exchange-form .exchange-footer__right {
    flex-direction: column;
    gap: 0;
  }
}

.exchange-form .exchange-footer .exchange-details {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  margin-bottom: 12px;
}

@media screen and (max-width: 1250px) {
  .exchange-form .exchange-footer .exchange-details {
    margin-bottom: 0;
  }
}

.exchange-form .exchange-footer .exchange-details__item {
  display: flex;
  flex-direction: column;
}

.exchange-form .exchange-footer .exchange-details__item-title,
.exchange-form .exchange-footer .exchange-details__item-value {
  font-size: 12px;
  line-height: 1.5;
}

.exchange-form .exchange-footer .exchange-details__item b {
  font-weight: 600;
}

.exchange-form .exchange-footer .policy-notification {
  font-size: 16px;
  font-weight: 400;
}

.exchange-form .exchange-footer .policy-notification a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media screen and (max-width: 1250px) {
  .exchange-form .exchange-footer .policy-notification {
    font-size: 14px;
    margin-top: 16px;
  }

  .exchange-form .exchange-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
  }

  .exchange-form .exchange-footer .btn {
    width: 100%;
  }

  .exchange-form .exchange-footer .btn.btn-outline {
    margin-top: 8px;
  }
}

.exchange-form__instructions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}

@media screen and (max-width: 1250px) {
  .exchange-form__instructions {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.exchange-form__instructions:after {
  background: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.exchange-form__instructions p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 1250px) {
  .exchange-form__instructions p {
    font-size: 14px;
  }
}

.exchange-form__instructions-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 1250px) {
  .exchange-form__instructions-title {
    font-size: 18px;
  }
}

.exchange-form__instructions-desc {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    107deg,
    hsla(0, 0%, 100%, 0.6) -5.43%,
    hsla(0, 0%, 100%, 0.3) 98.17%
  );
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 1250px) {
  .exchange-form__instructions-desc {
    font-size: 14px;
  }
}

.exchange-form__instructions ol {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  list-style: decimal;
  margin: 0;
  padding-left: 36px;
}

@media screen and (max-width: 1250px) {
  .exchange-form__instructions ol {
    font-size: 14px;
  }
}

.tech-work {
  align-items: center;
  bottom: 0;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.tech-work,
.tech-work__wr {
  display: flex;
  flex-direction: column;
}

.tech-work__wr {
  align-items: stretch;
  max-width: 400px;
  text-align: center;
}

.tech-work__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}

.tech-work__descr {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 50px;
}

.exchange-page h2.title {
  margin-bottom: 20px;
}

.exchange-page h3.subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1250px) {
  .exchange-page h3.subtitle {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}

.contacts {
  align-items: stretch;
  display: flex;
  gap: 20px;
  height: 542px;
}

@media screen and (max-width: 1250px) {
  .contacts {
    flex-direction: column;
    height: auto;
  }
}

.contacts__grid {
  grid-gap: 20px;
  display: grid;
  flex-basis: 52%;
  flex-grow: 0;
  flex-shrink: 0;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

@media screen and (max-width: 1250px) {
  .contacts__grid {
    flex-basis: auto;
    gap: 8px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}

.contacts__grid-item {
  align-items: flex-start;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.contacts__grid-item.card {
  padding: 20px;
}

@media screen and (max-width: 1250px) {
  .contacts__grid-item.card {
    flex-wrap: wrap;
    padding: 20px 16px 20px 86px;
  }

  .contacts__grid-item img {
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.contacts__grid-item-title {
  color: #252525;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .contacts__grid-item-title {
    font-size: 20px;
    margin-top: 0;
  }
}

.contacts__grid-item-subtitle {
  color: #919191;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .contacts__grid-item-subtitle {
    font-size: 14px;
  }
}

@media screen and (min-width: 1250px) {
  .contacts__grid-item:last-child {
    align-items: center;
    flex-direction: row;
    grid-column: span 2;
    justify-content: space-between;
  }

  .contacts__grid-item:last-child .contacts__grid-item-title {
    margin-bottom: 8px;
  }

  .contacts__grid-item:last-child .contacts__grid-item-subtitle,
  .contacts__grid-item:last-child .contacts__grid-item-title {
    text-align: right;
  }
}

.contacts__img {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1250px) {
  .contacts__img {
    height: 365px;
    padding-left: 34px;
    padding-top: 24px;
  }
}

.contacts__img .lottie {
  bottom: -20px;
  max-height: 100%;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1250px) {
  .contacts__img .lottie svg {
    max-height: 365px;
  }
}

.contacts__img img {
  bottom: -10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: -30px;
}

.contacts__img-text {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  max-width: 80%;
  z-index: 2;
}

@media screen and (max-width: 1250px) {
  .contacts__img-text {
    font-size: 24px;
    max-width: 210px;
  }
}

.contact-main-form {
  padding: 2.8rem 4rem 2.2rem;
}

@media only screen and (max-width: 1200px) {
  .contact-main-form {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact-main-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.contact-main-form .title {
  margin-bottom: 0.875rem;
  margin-top: 0;
}

.contact-main-form input,
.contact-main-form textarea {
  background-color: #f4f5f7;
  border: 1px solid #eee;
  border-radius: 20px;
  font-size: 1rem;
  margin: 10px 0 0;
  padding: 10px 35px 10px 15px;
  width: 100%;
}

.contact-main-form textarea {
  height: 5rem;
  min-height: 2.5rem;
  resize: vertical;
}

.contact-main-form > div {
  margin-top: 1.625rem;
}

.four {
  color: #fff;
}

.four-wr {
  background-position-y: 0;
  background-size: 900% 150%;
  display: flex;
  flex: 1 0;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow: hidden;
}

.four-title {
  font-size: 12.5rem;
}

@media only screen and (max-width: 1025px) {
  .four-title {
    font-size: 10.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .four-title {
    font-size: 8.5rem;
  }
}

.four-first {
  padding-bottom: 8%;
}

.four-second {
  padding-bottom: 6%;
}

.four-first,
.four-second {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  justify-content: center;
}

.four-first-wrong {
  font-size: 1.5rem;
  margin-bottom: 5.25rem;
}

@media only screen and (max-width: 767px) {
  .four-first-wrong {
    margin-bottom: 3rem;
  }
}

.four .btn {
  font-size: 18px;
  line-height: 3;
  padding-left: 5rem;
  padding-right: 5rem;
}

@media only screen and (max-width: 767px) {
  .four .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.four-second img {
  max-width: 110px;
  width: 100%;
}

.four-second-break {
  font-size: 2.875rem;
  margin-bottom: 1.875rem;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .four-second-break {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}

.four-second-back {
  font-size: 1.5rem;
  margin-bottom: 10%;
}

.four-second-dont-worry {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  max-width: 590px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .four-second-dont-worry {
    line-height: normal;
  }
}

.zayvki-filter--top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .zayvki-filter--top {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
}

.zayvki-filter--top .title {
  font-size: 24px;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .zayvki-filter--top .title {
    margin: auto;
  }
}

.zayvki-filter--top__btn-group ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media only screen and (max-width: 767px) {
  .zayvki-filter--top__btn-group ul {
    justify-content: center;
  }
}

.zayvki-filter--top__btn-group ul li button {
  text-transform: uppercase;
}

.zayvki-filter--bot {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -30px;
}

@media only screen and (max-width: 767px) {
  .zayvki-filter--bot {
    margin: 0 10px;
  }
}

.zayvki-filter-main {
  margin: 2.5rem 0 0.5rem;
}

.zayvki-filter-main--top {
  flex-direction: row;
  justify-content: space-between;
}

.zayvki-filter-main--top,
.zayvki-filter-main--top__btn-group ul {
  display: flex;
  flex-wrap: wrap;
}

.zayvki-filter-main--top__btn-group ul li {
  text-transform: uppercase;
}

.zayvki-filter-main--top__btn-group ul li:after {
  border-right: 1px solid #f3f3f3;
  content: "";
  margin: 0 11px;
}

@media only screen and (max-width: 1025px) {
  .zayvki-filter-main--top__btn-group ul li:after {
    border: none;
  }
}

.zayvki-filter-main--top__btn-group ul li:last-child:after {
  border: none;
  margin: 0;
}

@media only screen and (max-width: 550px) {
  .zayvki-filter-main--top__btn-group ul li {
    width: 100%;
  }
}

.zayvki-filter-main--bot {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -30px;
}

@media only screen and (max-width: 767px) {
  .zayvki-filter-main--bot {
    margin: 0 10px;
  }
}

.zayvki-item {
  display: flex;
  overflow: hidden;
}

.zayvki-main {
  background: #595a7f;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  margin-top: 55px;
}

.zayvki-table {
  align-self: center;
  border-radius: 12px;
  overflow: auto;
  width: 100%;
}

.zayvki-table + .empty-text {
  display: flex;
  font-size: 24px;
  justify-content: center;
  margin: 2rem 0;
  width: 100%;
}

.zayvki-table table {
  background-color: #595a7f;
  border-collapse: collapse;
  color: #fdfdfd;
  width: 100%;
}

@media only screen and (max-width: 1025px) {
  .zayvki-table table {
    align-self: auto;
    min-width: 780px;
    overflow: auto;
  }
}

.zayvki-table th {
  background: #f3f3f3;
  color: #252525;
  font-size: 15px;
  font-weight: 500;
}

.zayvki-table td,
.zayvki-table th {
  text-align: left;
}

.zayvki-table th {
  font-size: 1.125rem;
  padding: 20px 13px;
}

.zayvki-table th:first-child {
  border-bottom-left-radius: 12px;
  padding-left: 22px;
}

.zayvki-table th:last-child {
  border-bottom-right-radius: 12px;
}

@media only screen and (max-width: 1200px) {
  .zayvki-table th {
    padding: 16px 4px;
  }
}

@media only screen and (max-width: 1025px) {
  .zayvki-table th {
    font-size: 14px;
  }
}

.zayvki-table td {
  font-size: 1rem;
  padding: 20px 13px;
  position: relative;
}

.zayvki-table td:first-child {
  padding-left: 30px;
}

.zayvki-table td:nth-child(2) {
  width: 220px;
}

@media only screen and (max-width: 1025px) {
  .zayvki-table td:nth-child(2) {
    width: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .zayvki-table td {
    padding: 15px 4px;
  }
}

@media only screen and (max-width: 1025px) {
  .zayvki-table td {
    font-size: 14px;
  }
}

.zayvki-table tbody tr {
  border-bottom: 1px solid hsla(0, 0%, 99%, 0.3);
}

.zayvki-table tbody tr:last-child {
  border-bottom: none;
}

.zayvki-table .table--row {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
}

@media only screen and (max-width: 1200px) {
  .zayvki-table .table--row {
    flex-wrap: wrap;
  }
}

.zayvki-table .table--row .table--row {
  flex: 1;
}

.zayvki-table .table--row p span {
  display: block;
}

.zayvki-table dd {
  font-size: 0;
  margin: 0 1rem;
  width: 12px;
}

@media only screen and (max-width: 1200px) {
  .zayvki-table dd {
    margin: 0 0.35rem;
  }
}

.zayvki-table img {
  margin-right: 15px;
  width: 30px;
}

.zayvki-table .qt {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.zayvki-table .currency {
  font-size: 0.8rem;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .zayvki-table .currency {
    white-space: normal;
  }
}

.zayvki-table span.status {
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  padding-left: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 135px;
}

@media only screen and (max-width: 1025px) {
  .zayvki-table span.status {
    font-size: 14px;
    width: 88px;
  }
}

@media only screen and (max-width: 767px) {
  .zayvki-table span.status {
    width: 65px;
  }
}

.zayvki-table span.status.new-zayvka--marker {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  padding: 0;
  width: 10px;
}

.zayvki-table span.status.new-zayvka--marker__v {
  border-radius: 5px;
  height: 26px;
  left: 10px;
  margin-top: -13px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 5px;
}

.zayvki-table .status--row {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.zayvki-table button {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 27px;
  margin-right: 10px;
  width: 25px;
}

.zayvki-table button:hover {
  transform: scale(1.1);
}

.zayvki-table button.view {
  background-image: url(../img/view.366e54c.svg);
}

.zayvki-table button.delete {
  background-image: url(../img/delete.6c52952.svg);
}

@media only screen and (max-width: 767px) {
  .zayvki-table img {
    margin-right: 5px;
    width: 22px;
  }

  .zayvki-table td {
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 33%;
  }

  .zayvki-table td:first-child {
    margin-right: 15px;
    padding-left: 20px;
    width: auto;
  }

  .zayvki-table td:nth-child(2) {
    width: 30%;
  }

  .zayvki-table .table--row {
    flex: none;
    flex-wrap: nowrap;
  }

  .zayvki-table .qt {
    font-size: 16px;
    white-space: nowrap;
  }

  .zayvki-table span.status {
    white-space: normal;
  }
}

@media only screen and (max-width: 1200px) {
  .requisites-bg {
    background-position-y: 0;
  }
}

.requisites--top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 2.125rem;
}

@media only screen and (max-width: 767px) {
  .requisites--top {
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }
}

.requisites--top__btn-group div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media only screen and (max-width: 767px) {
  .requisites--top__btn-group div {
    justify-content: center;
  }
}

.requisites--top__btn-group div div button {
  text-transform: uppercase;
}

.wallets-main ul {
  justify-content: left;
}

.wallets-main ul li {
  display: flex;
  flex: 1 0 auto;
  padding: 10px;
}

.wallets-main ul li img {
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  padding: 5px;
  width: 50px;
}

.requisites-main {
  margin-bottom: 2.6rem;
  min-height: 307px;
}

.requisites-main .empty-message {
  font-size: 20px;
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
}

.requisites-main--txt,
.requisites-main--txt__ {
  color: #fdfdfd;
  font-size: 0.875rem;
  margin-bottom: 1.65rem;
  margin-top: 10px;
  text-transform: uppercase;
}

.requisites-main--txt__,
.requisites-main--txt____ {
  margin-bottom: 0.85rem;
  margin-top: 1.5rem;
}

.requisites-main--verified {
  font-size: 1.25rem;
  line-height: 1.5;
}

.requisites-main img {
  max-width: 12rem;
}

.requisites-main span {
  display: inline-block;
  width: 100%;
}

.requisites-select-block .form {
  padding: 2.8rem 0;
  position: relative;
  width: 100%;
}

.requisites-select-block .form:after,
.requisites-select-block .form:before {
  opacity: 0.1;
  position: absolute;
  z-index: 0;
}

.requisites-select-block .form:after {
  content: url(../img/001.f83ed95.svg);
  right: -18rem;
  top: -5.5rem;
  width: 46rem;
}

.requisites-select-block .form:before {
  bottom: -24rem;
  content: url(../img/002.ebb3754.svg);
  left: -18.5rem;
  width: 46rem;
}

.requisites-select-block--btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.requisites-select-block p {
  margin-top: 10px;
}

.api {
  color: #fdfdfd;
}

.api .container-api {
  display: flex;
  flex-direction: column;
  margin: 30px;
}

@media only screen and (max-width: 767px) {
  .api .container-api {
    margin: 16px;
  }
}

.api .container-api h2 {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .api .container-api h2 {
    margin: auto;
  }
}

.api-block {
  color: #252525;
  padding-bottom: 3rem;
}

.api-block__values {
  align-items: start;
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: flex;
  row-gap: 16px;
}

.api-block__values .input-icon {
  cursor: pointer;
}

.api-block__values-text,
.api-block__values-wr {
  display: flex;
  flex-direction: column;
}

.api-block__values-text {
  align-items: stretch;
  flex-grow: 1;
  gap: 8px;
}

.api-block__values-checkboxes p {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  gap: 10px;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media screen and (max-width: 1250px) {
  .api-block__values-checkboxes p {
    font-size: 18px;
  }
}

.api-block__values-checkboxes .form__option {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.api-block__values-checkboxes
  .form__option
  .checkbox
  > input[disabled]
  + label:after,
.api-block__values-checkboxes
  .form__option
  .checkbox
  > input[disabled]
  + label:before {
  opacity: 0.6;
}

@media only screen and (max-width: 1200px) {
  .api-block__values {
    align-items: stretch;
    flex-direction: column;
  }
}

.api-block__main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 2.3125rem;
  margin-top: 1.3125rem;
}

.api-block__main .title__ {
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 1.1875rem;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .api-block__main .title__ {
    text-align: center;
  }
}

.api-block__info {
  margin-bottom: 2.3125rem;
  margin-top: 1.3125rem;
}

.api-block__info--wr {
  background: #fbfbfb;
  border-radius: 15px;
  overflow: hidden;
}

.api-block__info--h {
  align-items: center;
  background: #f3f3f3;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 15px;
}

.api-block__info--h span {
  background: #9f9f9f;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-right: 5px;
  width: 8px;
}

.api-block__info--h span:first-child {
  background: #595a7f;
}

.api-block__info--txt {
  color: #252525;
  padding: 15px;
}

.api-block__info--txt span {
  color: #252525;
}

.api-block__info .title__sub {
  color: #fdfdfd;
  font-size: 1rem;
  margin: 2rem 0 0.75rem;
  text-transform: uppercase;
}

.api-block__info p {
  line-height: 1.18;
  margin-bottom: 0.25rem;
  word-break: break-all;
}

.api-block__info span {
  font-weight: 400;
}

.api-block__info dd {
  margin-bottom: 0.75rem;
  margin-left: 6%;
}

.api-block__info dd:last-child {
  margin-left: 2%;
}

.api-block .title,
.api-block .title__ {
  color: #252525;
}

.api-block__img {
  background: #fff;
  border-radius: 8px;
  height: 100%;
  margin: 0 auto 20px;
  min-width: 120px;
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.api-block__img img {
  max-width: 124px;
  width: 100%;
}

.api-block__txt {
  flex: 1;
}

.api-block__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.api-block__btns .btn {
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 767px) {
  .api-block__btns .btn {
    width: 100%;
  }
}

.api-block .table {
  width: 100%;
}

.api-block .table .key {
  align-items: center;
  display: flex;
}

.api-block .table .key img {
  margin-right: 12px;
  width: 15px;
}

.api-block .table span {
  color: #fdfdfd;
}

.api-block .table .btn {
  opacity: 0.5;
  padding-left: 5px;
  padding-right: 5px;
}

.api-block .table .btn:hover {
  opacity: 1;
}

.api-block table {
  border-collapse: collapse;
}

.api-block table td {
  color: #fdfdfd;
  font-size: 0.875rem;
  padding: 1.25rem 2.5rem;
  white-space: nowrap;
}

.api-block table td:first-child {
  width: 65%;
}

@media only screen and (max-width: 1025px) {
  .api-block table td:first-child {
    width: 55%;
  }
}

@media only screen and (max-width: 767px) {
  .api-block table td:first-child {
    width: auto;
  }
}

.api-block table td:nth-child(2) {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .api-block table td:nth-child(2) {
    width: auto;
    word-break: normal;
  }
}

.api-block table td:nth-child(3) {
  text-align: center;
  width: 10%;
}

@media only screen and (max-width: 767px) {
  .api-block table td:nth-child(3) {
    white-space: nowrap;
    width: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .api-block table td {
    white-space: normal;
  }
}

@media only screen and (max-width: 767px) {
  .api-block table td {
    padding: 8px;
    word-break: break-all;
  }
}

.api-block table thead tr {
  background: linear-gradient(
    107deg,
    hsla(228, 4%, 55%, 0.6) -5.43%,
    rgba(138, 138, 203, 0.3) 98.17%
  );
  border-bottom: none;
  border-top: none;
}

.api-block table thead tr td:first-child {
  border-top-left-radius: 12px;
}

.api-block table thead tr td:last-child {
  border-top-right-radius: 12px;
}

.api-block table thead span {
  font-size: 1rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .api-block table thead span {
    font-size: 0.75rem;
  }
}

.api-block table tbody span {
  font-size: 0.875rem;
}

.api-block table tr {
  border-bottom: 1px solid hsla(0, 0%, 99%, 0.3);
}

.api__info {
  font-size: 0.875rem;
  margin-top: 1.5625rem;
}

.form__option {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .form__option {
    flex-wrap: wrap;
  }

  .form__option label {
    margin: 5px 0;
  }
}

.form__option label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  margin-right: 20px;
  position: relative;
}

.form__option__text {
  margin-bottom: 0;
  padding-left: 25px;
  position: relative;
  white-space: nowrap;
}

.form__option__text:before {
  background: #f4f5f7;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  top: 0;
  width: 13px;
}

.form__option input {
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.form__option input[type="checkbox"]:checked + .form__option__text:after {
  border: 1px solid rgba(40, 164, 151, 0.65);
  border-left: transparent;
  border-top: transparent;
  content: "";
  height: 7px;
  left: 5px;
  position: absolute;
  top: 2px;
  transform: rotate(35deg);
  width: 4px;
}

.form__option i {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  flex: none;
  height: 13px;
  line-height: 13px;
  width: 13px;
}

.footer-support {
  background-color: #413f44;
  color: #fff;
  margin-top: 0;
}

.footer-support h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}

.footer-support h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.footer-support .top {
  align-items: flex-start;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}

.footer-support .rights {
  border-top: 1px solid rgba(243, 244, 248, 0.5);
  font-size: 12px;
  font-weight: 400;
  padding-top: 12px;
  width: 100%;
}

.footer-support a {
  font-size: 18px;
  margin: 0 0 24px;
}

.footer-support .contact-main-mail {
  margin: 0;
}

.footer-support span {
  color: #9f9f9f;
  display: inline-block;
  font-size: 1.125em;
  margin-bottom: 5px;
}

.footer-support p {
  font-size: 1.125em;
}

.footer-support .container {
  align-items: center;
  border-bottom: 1px dashed #ced3e6;
  display: flex;
  flex-wrap: wrap;
}

.footer-support .container > div:last-child {
  flex: 1 0;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .footer-support .container > div:last-child {
    padding: 0 15px;
  }
}

.footer-support .btn-submit {
  box-shadow: none;
  line-height: 3.8;
  margin-top: 20px;
  min-width: 15rem;
}

.popup {
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background: rgba(55, 29, 70, 0.1);
  display: table;
  flex-direction: column;
  height: 100%;
  left: 0;
  margin-top: 0 !important;
  opacity: 0;
  position: fixed;
  transition: all 0.35s;
  visibility: hidden;
  width: 100%;
  z-index: 9998;
}

.popup,
.popup-open {
  align-items: center;
  justify-content: center;
  top: 0;
}

.popup-open {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.popup .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 auto 40px;
  max-width: 60%;
}

.popup .modal-header {
  padding: 0 14px;
}

.popup-wr {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  max-height: 90%;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

@media only screen and (max-width: 1025px) {
  .popup-wr {
    max-width: 79%;
  }
}

.popup-wr-item {
  background: #fdfdfd;
  border-radius: 20px;
  color: #252525;
  max-height: 98dvh;
  max-width: 430px;
  overflow: auto;
  padding: 40px 30px;
  position: relative;
  width: 94%;
  z-index: 10;
}

@media screen and (max-width: 1250px) {
  .popup-wr-item {
    overflow: auto;
    padding: 40px 16px 30px;
  }
}

.popup-close-bloc {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.popup-close-btn {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IjMiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNNC4zNjMyIDE1LjE2OUwxNC40NzU2IDUuMDU2NjQiIHN0cm9rZT0iIzI1MjUyNSIgc3Ryb2tlLXdpZHRoPSIxLjIyNTgxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBkPSJNMTQuNDc1NyAxNS4xNjlMNC4zNjMyOCA1LjA1NjY0IiBzdHJva2U9IiMyNTI1MjUiIHN0cm9rZS13aWR0aD0iMS4yMjU4MSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==);
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 18px;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 18px;
}

@media screen and (max-width: 1250px) {
  .popup-close-btn {
    right: 16px;
  }
}

.popup-bottom {
  background: #f4f5f7;
  padding: 0.7rem 1.43rem 1rem;
}

.popup-bottom__ {
  padding: 0.7rem 14px 1rem;
}

@media only screen and (max-width: 650px) {
  .popup-bottom__ {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.popup-bottom__ > p,
.popup-bottom__ > ul {
  flex: 1 1;
  line-height: normal;
  white-space: normal;
}

@media only screen and (max-width: 650px) {
  .popup-bottom__ > ul {
    margin-top: 15px !important;
  }
}

.popup-bottom__ > p img {
  margin-right: 20px;
  max-width: 70px;
  width: 100%;
}

@media only screen and (max-width: 650px) {
  .popup-bottom__ > p img {
    max-width: 40px;
  }
}

.popup-bottom-title {
  font-size: 18px;
  line-height: 1.82;
  white-space: nowrap;
}

.popup-bottom ul {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.popup-bottom li {
  margin: 5px;
}

@media only screen and (max-width: 1025px) {
  .popup-bottom li {
    margin: 0;
  }
}

.popup-bottom a {
  margin: 5px;
  opacity: 0.7;
}

.popup-bottom a:hover {
  opacity: 1;
}

@media only screen and (max-width: 550px) {
  .popup-bottom a {
    display: inline-block;
    width: 35px;
  }
}

.popup-bottom img {
  max-width: 40px;
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .popup-bottom.d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.modal-mask {
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  height: 100%;
  left: 0;
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 9998;
}

.modal-mask .modal-wrapper {
  align-items: center;
  display: table-cell;
  display: flex;
  height: 100%;
  margin: 0;
  overflow: auto;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

.modal-mask .modal-wrapper .modal-container {
  background-color: #fdfdfd;
  border-radius: 20px;
  color: #252525;
  margin: 1rem auto;
  max-width: 440px;
  padding: 30px;
  transition: all 0.3s ease;
  width: 94%;
}

@media only screen and (max-width: 767px) {
  .modal-mask .modal-wrapper .modal-container > div,
  .modal-mask .modal-wrapper .modal-container > div p {
    padding-left: 0;
    padding-right: 0;
  }
}

.modal-mask .modal-wrapper .modal-container .modal-header h3 {
  color: #212121;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  margin-top: 0;
}

.modal-mask .modal-wrapper .modal-container .modal-header {
  margin-bottom: 30px;
  margin-top: 0 !important;
  position: relative;
}

@media screen and (max-width: 824px) {
  .modal-mask .modal-wrapper .modal-container .modal-header {
    padding: 8px 0 0;
  }
}

.modal-mask .modal-wrapper .modal-container .modal-header .btn_close {
  color: #252525;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  right: -10px;
  top: -15px;
}

.modal-mask .modal-wrapper .modal-container .modal-body__txt {
  margin-bottom: 24px;
}

.modal-mask .modal-wrapper .modal-container .modal-body .about_description {
  padding: 10px 0;
  text-align: left;
}

.modal-mask .modal-wrapper .modal-container .modal-body p {
  border: none;
  color: #252525;
}

.modal-mask .modal-wrapper .modal-container .modal-default-button {
  float: right;
}

.modal-mask .modal-wrapper .modal-container .modal-footer .btn_position {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.modal-mask
  .modal-wrapper
  .modal-container
  .modal-footer
  .btn_position
  .ok_btn {
  align-items: center;
  background-color: #e5e7ea;
  border: 1px solid #e5e7ea;
  border-radius: 10px;
  color: #9f9f9f;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  letter-spacing: 1px;
  width: 100px;
}

.modal-mask
  .modal-wrapper
  .modal-container
  .modal-footer
  .btn_position
  .ok_btn:hover {
  background-color: #dadce0;
}

.modal-mask .modal-wrapper .modal-container .btn {
  width: -moz-fit-content;
  width: fit-content;
}

.modal-mask .form-ruls {
  background: 0 0;
  margin-top: 14px;
  padding-bottom: 0;
  padding-top: 0;
}

.modal-mask .form-ruls p {
  border: none !important;
  font-size: 12px;
  font-weight: 300;
  justify-content: center;
  line-height: 14px;
  padding-bottom: 0;
  padding-top: 0;
}

.modals-block-inputs {
  background: #f3f3f7;
  border-radius: 10px;
  padding: 20px 10px;
}

.modals-block-inputs--item {
  margin-top: 1.5rem;
  position: relative;
  text-align: left;
}

.modals-block-inputs--item:first-child {
  margin-top: 0 !important;
}

.modals-block-inputs--item p {
  padding: 0 !important;
}

.modals-block-inputs--item .error {
  bottom: -14px;
  color: #919191;
  font-size: 12px;
  font-weight: 300;
  left: 4px;
  line-height: 14px;
  position: absolute;
}

.modals-block-inputs--item label {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.modals-block-inputs--item label .card {
  bottom: 16px;
  left: 21px;
  position: absolute;
  width: 23px;
}

.modals-block-inputs--item .label {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 12px;
}

.modals-block-inputs--item input {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  padding: 16px 20px;
}

.modals-block-inputs .bp-dropdown,
.modals-block-inputs--item input {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 13px;
  box-sizing: border-box;
}

.modals-block-inputs .bp-dropdown {
  padding: 4px 20px 5px 9px;
}

.modals-block-inputs .bp-dropdown__btn {
  background: #fff !important;
  padding-right: 20px;
  position: relative;
}

.modals-block-inputs .bp-dropdown__icon {
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}

.modals-block-inputs .dropper img {
  margin-right: 10px;
}

.modals-block-inputs .bp-dropdown__body {
  border: 1px solid #dedede;
  border-top: none;
  margin-top: 5px;
}

.modals-block-inputs .bp-dropdown__body li {
  border: none;
  border-bottom: 1px solid #dedede;
}

.modals-block-inputs .bp-dropdown__body li:last-child {
  border-bottom: none;
}

.modals-block-data {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin-bottom: 24px !important;
  margin-top: 24px !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.modals-block-data > p {
  align-items: center;
  color: #9f9f9f;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  justify-content: space-between;
  line-height: 19px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

.modals-block-data > p b,
.modals-block-data > p input {
  color: #212121;
}

.modals-block-data > p label {
  white-space: nowrap;
}

.modals-block-data > p input {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  max-width: 130px;
  text-align: right;
  width: auto;
}

.modal-enter,
.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
  .modal-mask .modal-wrapper .modal-container .modal-body {
    margin-bottom: 6px;
    margin-top: 6px;
  }
}

.modal-body__txt h3 {
  border-bottom: 1px solid #dedede;
  color: #212121;
  font-size: 1.75rem;
  line-height: normal;
  margin-bottom: 14px;
  padding-bottom: 14px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .modal-body__txt h3 {
    font-size: 16px;
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
}

.modal-body__txt div {
  font-size: 1rem;
  margin-bottom: 8px;
}

.modal-body__txt div:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .modal-body__txt div {
    font-size: 12px;
    margin-bottom: 4px;
  }
}

.modal-verif .dropzone .dz-message {
  margin: 0.5rem 0 0;
}

.notification-box {
  border: 1px solid;
  border-radius: 10px;
  color: #fff;
  margin: 25px 0;
  padding: 20px;
}

.notification-box img {
  width: 100%;
}

.notification-box .time {
  color: #bbb;
  font-size: 12px;
  font-style: italic;
  margin-left: 35px;
  margin-top: -45px;
}

.notification-box.high {
  background: #d85b5b;
  border-color: #d85b5b;
}

.notification-box.medium {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

.notification-box.low {
  background-color: #cce5ff;
  border-color: #b8daff;
  color: #004085;
}

.deposit-modal__title {
  margin-bottom: 24px;
  text-align: center;
}

.deposit-modal__subtitle {
  margin-bottom: 16px;
  text-align: center;
}

.deposit-modal__buttons {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}

.deposit-modal__buttons:last-child {
  margin-bottom: -20px;
}

.deposit-modal__btn {
  margin: 0 10px 20px;
  min-width: 120px;
}

.deposit-modal__btn--submit {
  display: block;
  flex: 0 0 calc(100% - 20px);
  font-size: 16px;
  padding: 8px 36px;
}

.deposit-modal__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
}

.deposit-modal__tabs:last-child {
  margin-bottom: -10px;
}

.deposit-modal__tab {
  background: #fff;
  border: 1px solid #eee;
  color: #111;
  line-height: 24px !important;
  margin: 0 5px 10px;
  padding: 5px 15px;
}

.deposit-modal__tab.is-active,
.deposit-modal__tab:hover {
  background: #4070f4;
  color: #fff;
}

.deposit-modal__body {
  margin-top: 24px;
}

.deposit-modal__balance {
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 24px;
  padding: 16px 24px;
}

.deposit-modal__balance-logo {
  flex: 0 0 50px;
  margin-right: 16px;
  max-width: 50px;
}

.deposit-modal__balance-logo img {
  display: block;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.deposit-modal__balance-wrap {
  flex: 1 1 auto;
}

.deposit-modal__balance-name {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.deposit-modal__balance-symbol {
  color: #111;
  font-size: 16px;
  font-weight: 500;
}

.deposit-modal__balance-right {
  text-align: right;
}

.deposit-modal__balance-label {
  color: #111;
  margin-bottom: 4px;
}

.deposit-modal__balance-value {
  color: #4070f4;
  font-size: 18px;
  font-weight: 800;
}

.deposit-modal__alert {
  background: #fff4d2;
  border: 1px solid #ddc06a;
  border-radius: 5px;
  color: #b78f18;
  margin: 0 0 24px;
  padding: 10px;
}

.deposit-modal__label {
  align-items: flex-end;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  margin-bottom: 8px;
}

.deposit-modal__max {
  text-align: right;
}

.deposit-modal__max p {
  margin-bottom: 4px;
}

.deposit-modal__max p:last-child {
  margin-bottom: 0;
}

.deposit-modal__input {
  background: #f3f6f8;
  border-radius: 6px;
  border-radius: 4px;
  color: #96989c;
  font-size: 14px;
  height: 64px;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
  width: 100%;
}

.deposit-modal__address,
.deposit-modal__count,
.deposit-modal__group,
.deposit-modal__tag {
  margin-bottom: 24px;
}

.deposit-modal__data {
  border: 2px solid #4070f4;
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 8px 16px;
}

.deposit-modal__data-row {
  align-items: center;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.deposit-modal__data-row:last-child {
  border-bottom: 0;
}

.deposit-modal__data-logo {
  flex: 0 0 50px;
  margin-right: 16px;
  max-width: 50px;
}

.deposit-modal__data-name {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.deposit-modal__data-sum {
  float: right;
  font-size: 16px;
  font-weight: 600;
  margin-left: 24px;
}

.deposit-modal__data-img {
  margin-left: 16px;
}

.deposit-modal__data-img--reverse {
  transform: rotate(180deg);
}

.deposit-modal__rate {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.done-banner-block {
  margin-top: 24px;
}

.done-banner-block__text {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 16px;
}

.done-banner-block__text p {
  margin-bottom: 16px;
}

.done-banner-block__text p:last-child {
  margin-bottom: 0;
}

.done-banner-block__text a {
  color: #285fa7;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.m-top-18 {
  margin-top: 18px;
}

.p-top-16 {
  padding-top: 16px;
}

.exchangeform__date {
  align-items: center;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 50px;
  padding: 8px 22px 10px 6px;
}

.exchangeform__date p,
.exchangeform__date span {
  margin: 0 6px;
}

.exchangeform__date-icon {
  align-items: center;
  display: inline-flex;
  flex: none;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.exchangeform__date-icon img {
  height: auto;
  max-width: 30px;
  position: static;
  transform: none;
  width: 100%;
}

.exchangeform__date-name {
  color: #212121 !important;
  display: block !important;
  flex: 1;
  font-size: 16px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.exchangeform-step-2-page .container--form h2 {
  font-size: 1.5em;
  font-weight: 100;
  margin-top: 20px;
  text-transform: none;
}

.exchangeform-step-2-page .form {
  max-width: 714px;
}

.exchangeform-step-2-page .form-v2 {
  flex-direction: column;
}

@media screen and (min-width: 861px) {
  .exchangeform-step-2-page .form-v2 {
    padding-bottom: 0;
  }
}

.exchangeform-step-2-page .form-v2 > div {
  padding: 40px 36px;
}

.exchangeform-step-2-page .form--title {
  margin-bottom: 0;
}

.dataInput .exchangeform-step-2-page .form--title {
  margin-bottom: 24px;
}

.exchangeform-step-2-page .form-v2--input {
  flex: 1;
  min-width: calc(50% - 20px);
}

.exchangeform-step-2-page .form-v2--input input {
  max-width: 448px;
  padding-top: 15px;
}

.exchangeform-step-2-page .form-v2--number {
  max-width: 448px;
  position: relative;
}

.exchangeform-step-2-page .give {
  background: #f9fbfd;
}

.exchangeform-step-2-page .btn-submitForm {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
}

.exchangeform-step-2-page .info-title {
  color: #191d26;
  font-size: 1.5rem;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-bottom: 12px;
}

.exchangeform-step-2-page .form-v2--number .currency--symbol {
  align-items: center;
  color: #919191;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}

.exchangeform-step-2-page .form-v2--number .currency--symbol img {
  height: auto;
  max-width: 30px;
  position: static;
  transform: none;
  width: 100%;
}

.exchangeform-step-2--info {
  padding: 8px;
}

@media screen and (min-width: 861px) {
  .exchangeform-step-2--info {
    padding: 40px 36px;
  }
}

.exchangeform-step-2--info p {
  color: #919191;
  font-size: 1rem;
  letter-spacing: 0.2px;
  line-height: 28px;
}

.exchangeform-step-2--info ol {
  list-style-type: decimal;
  margin-top: 12px;
  padding-left: 20px;
}

.exchangeform-step-2--info li {
  font-size: 1rem;
  margin-bottom: 12px;
}

.exchangeform-step-2--info li:last-child {
  margin-bottom: 0;
}

.exchangeform-step-2--info li span {
  color: #191d26;
  font-size: 1rem;
  letter-spacing: 0.2px;
  line-height: 24px;
}

.exchangeform-step-2--info li a {
  color: #3daea4;
}

.exchangeform-step-2--info li a:hover {
  color: #017cd1;
}

.form-v2--group {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .form-v2--group {
    margin: 0 -5px;
  }
}

.form-v2--group .form-v2--input {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .form-v2--group .form-v2--input {
    margin: 0 5px;
  }
}

.label {
  color: #919191;
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-bottom: 4px;
  min-height: 28px;
}

.contact-main-icon {
  flex: none;
}

.contact-main-icon p {
  font-size: 15px;
}

.popup .d-flex__col > div {
  flex: 1 0 auto;
  min-width: 200px;
}

.item-page {
  color: #4e5155;
  font-size: 16px;
  line-height: 24px;
}

.item-page
  > div:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves),
.item-page
  > p:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves) {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 8px 0;
}

.item-page
  > div:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves):empty,
.item-page
  > p:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves):empty {
  height: 0;
}

.item-page
  > div:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves):has(> .ProseMirror-trailingBreak),
.item-page
  > p:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves):has(> .ProseMirror-trailingBreak) {
  padding: 0;
}

.item-page
  > div:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves):last-child,
.item-page
  > p:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves):last-child {
  padding-bottom: 0;
}

.item-page > ol,
.item-page > ul {
  margin: 0;
  padding: 2px 0 2px 16px;
}

.item-page > ol:last-child,
.item-page > ul:last-child {
  margin-bottom: 0;
}

.item-page > ol li,
.item-page > ul li {
  line-height: 24px;
}

.item-page > ol li div,
.item-page > ol li p,
.item-page > ul li div,
.item-page > ul li p {
  margin: 0;
  padding: 0;
}

.item-page > ul {
  list-style: none;
  padding: 2px 0 2px 16px;
}

.item-page > ul li {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 6px 0;
}

.item-page > ul li:last-child {
  margin-bottom: 0;
}

.item-page > ul li:before {
  color: #285fa7;
  content: "•";
  font-size: 24px;
  margin-right: 10px;
}

.item-page > ol {
  list-style-type: auto;
  padding: 2px 0 2px 30px;
}

.item-page > ol li {
  padding: 6px 0;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  strong {
  font-weight: 700;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  em {
  font-style: italic;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  s {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  img {
  display: block;
  height: auto;
  margin-bottom: 24px;
  margin-top: 32px;
  max-width: 100%;
  width: auto;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  hr {
  background: #d9d9d9;
  border: 0;
  display: block;
  height: 1px;
  margin: 8px 0;
  width: 100%;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  a {
  color: #0081eb;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  code {
  background: #efefef;
  border-radius: 6px;
  color: #616161;
  color: #3b454e;
  margin: 16px 0;
  padding: 16px;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  blockquote {
  border-left: 4px solid #e2e4e4;
  margin: 0 0 24px;
  padding-left: 16px;
}

.item-page h1:not(.title),
.item-page h2:not(.title),
.item-page h3:not(.title),
.item-page h4:not(.title),
.item-page h5:not(.title),
.item-page h6:not(.title) {
  color: #1d1d26;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 32px 0 8px;
  text-transform: none;
}

.item-page h1:not(.title):first-child,
.item-page h2:not(.title):first-child,
.item-page h3:not(.title):first-child,
.item-page h4:not(.title):first-child,
.item-page h5:not(.title):first-child,
.item-page h6:not(.title):first-child {
  padding-top: 16px;
}

.item-page h1:not(.title) {
  font-size: 40px;
  line-height: 48px;
  padding: 32px 0 8px;
}

.item-page h2:not(.title) {
  font-size: 30px;
  line-height: 36px;
}

.item-page h3:not(.title) {
  font-size: 24px;
  line-height: 32px;
}

.item-page h4:not(.title) {
  font-size: 20px;
  line-height: 24px;
  padding-top: 28px;
}

.item-page h5:not(.title) {
  font-size: 16px;
  line-height: 19px;
  padding-top: 20px;
}

.item-page h6:not(.title) {
  font-size: 12px;
  line-height: 16px;
  padding-top: 8px;
}

.item-page pre {
  background: #efefef;
  border-radius: 6px;
  color: #616161;
  color: #3b454e;
  font-family: Courier, monospace;
  margin: 0;
  padding: 38px 16px 16px;
}

.item-page pre code {
  background: 0 0;
  color: inherit;
  margin: 0;
  padding: 0;
}

.item-page pre .hljs-comment,
.item-page pre .hljs-quote {
  color: #616161;
}

.item-page pre .hljs-attribute,
.item-page pre .hljs-link,
.item-page pre .hljs-name,
.item-page pre .hljs-regexp,
.item-page pre .hljs-selector-class,
.item-page pre .hljs-selector-id,
.item-page pre .hljs-tag,
.item-page pre .hljs-template-variable,
.item-page pre .hljs-variable {
  color: #f98181;
}

.item-page pre .hljs-built_in,
.item-page pre .hljs-builtin-name,
.item-page pre .hljs-literal,
.item-page pre .hljs-meta,
.item-page pre .hljs-number,
.item-page pre .hljs-params,
.item-page pre .hljs-type {
  color: #fbbc88;
}

.item-page pre .hljs-bullet,
.item-page pre .hljs-string,
.item-page pre .hljs-symbol {
  color: #b9f18d;
}

.item-page pre .hljs-section,
.item-page pre .hljs-title {
  color: #faf594;
}

.item-page pre .hljs-keyword,
.item-page pre .hljs-selector-tag {
  color: #70cff8;
}

.item-page pre .hljs-emphasis {
  font-style: italic;
}

.item-page pre .hljs-strong {
  font-weight: 700;
}

.item-page .widget h1,
.item-page .widget h2,
.item-page .widget h3,
.item-page .widget h4,
.item-page .widget h5,
.item-page .widget h6 {
  padding: 0;
}

.item-page .widget h1:first-child,
.item-page .widget h2:first-child,
.item-page .widget h3:first-child,
.item-page .widget h4:first-child,
.item-page .widget h5:first-child,
.item-page .widget h6:first-child {
  padding-top: 0;
}

.page-status {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80vh;
  overflow: hidden;
}

.page-status__code {
  -webkit-text-fill-color: transparent;
  background: radial-gradient(
    263.19% 149.19% at 0 0,
    #fff 0,
    hsla(0, 0%, 100%, 0.3) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 400px;
  font-weight: 500;
  letter-spacing: -16px;
  line-height: 1;
}

.page-status__code + .page-status__card {
  margin-top: -100px;
}

@media screen and (max-width: 1250px) {
  .page-status__code {
    font-size: 150px;
    letter-spacing: -6px;
    margin-bottom: 8px;
  }

  .page-status__code + .page-status__card {
    margin-top: 0;
  }
}

.page-status__card {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 440px;
  text-align: center;
  width: 100%;
}

.page-status__card-img {
  margin-bottom: 40px;
  min-height: 120px;
}

.page-status__card-title {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 1250px) {
  .page-status__card-title {
    font-size: 20px;
  }
}

.page-status__card-desc {
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
}

@media screen and (max-width: 1250px) {
  .page-status__card-desc {
    font-size: 16px;
    margin-top: 20px;
  }
}

.page-status__card .btn {
  margin-top: 30px;
  width: 100%;
}

.pointer {
  cursor: pointer;
}

.transs {
  background: url(../img/page-bg.8a784e5.svg) no-repeat top fixed;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  transition: all 0.2s;
}

.main {
  flex: 1;
}

.main-wr {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 1250px) {
  .main {
    padding: 0 16px;
  }
}

body {
  background-image: radial-gradient(#424277, #151a31);
  margin: 0 auto;
}

.homepage-container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

@media screen and (max-width: 1250px) {
  .homepage-container {
    gap: 60px;
  }
}

.popup-close-bloc {
  background: rgba(0, 0, 0, 0.2);
}

.under-header {
  min-height: 100px;
}

.faded-down-enter-active,
.faded-down-leave-active {
  transition: all 0.3s ease;
}

.faded-down-enter,
.faded-down-leave-to {
  opacity: 0;
  position: absolute;
  transform: translateY(-20px);
}

.faded-enter-active,
.faded-leave-active {
  transition: all 0.3s ease;
}

.faded-enter,
.faded-leave-to {
  opacity: 0;
  transform: translateY(20px);
}

.slide-enter-active,
.slide-leave-active {
  transition: all 0.5s ease;
}

.slide-enter,
.slide-leave-to {
  opacity: 0;
  transform: translateX(1550px);
}

.swal2-popup.swal2-toast {
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075),
    1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075),
    2px 4px 16px rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  overflow-y: hidden;
  padding: 1em;
  pointer-events: all;
}

.swal2-popup.swal2-toast > * {
  grid-column: 2;
}

.swal2-popup.swal2-toast .swal2-title {
  font-size: 1em;
  margin: 0.5em 1em;
  padding: 0;
  text-align: left;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}

.swal2-popup.swal2-toast .swal2-input {
  font-size: 1em;
  height: 2em;
  margin: 0.5em;
}

.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  font-size: 0.8em;
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
}

.swal2-popup.swal2-toast .swal2-close {
  align-self: center;
  font-size: 2em;
  grid-column: 3/3;
  grid-row: 1/99;
  height: 0.8em;
  margin: 0;
  width: 0.8em;
}

.swal2-popup.swal2-toast .swal2-html-container {
  font-size: 1em;
  margin: 0.5em 1em;
  overflow: visible;
  overflow: initial;
  padding: 0;
  text-align: left;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-loader {
  align-self: center;
  grid-column: 1;
  grid-row: 1/99;
  height: 2em;
  margin: 0.25em;
  width: 2em;
}

.swal2-popup.swal2-toast .swal2-icon {
  align-self: center;
  grid-column: 1;
  grid-row: 1/99;
  height: 2em;
  margin: 0 0.5em 0 0;
  min-width: 2em;
  width: 2em;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  align-items: center;
  display: flex;
  font-size: 1.8em;
  font-weight: 700;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  height: 2em;
  width: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="left"] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="right"] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  justify-content: flex-start;
  margin: 0.5em 0 0;
  padding: 0 0.5em;
}

.swal2-popup.swal2-toast .swal2-styled {
  font-size: 1em;
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] {
  border-radius: 50%;
  height: 3em;
  position: absolute;
  transform: rotate(45deg);
  width: 1.6em;
}

.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  border-radius: 4em 0 0 4em;
  left: -0.5em;
  top: -0.8em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
}

.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  border-radius: 0 4em 4em 0;
  left: 0.9375em;
  top: -0.25em;
  transform-origin: 0 1.5em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  height: 2em;
  width: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  height: 2.6875em;
  left: 0.4375em;
  top: 0;
  width: 0.4375em;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="tip"] {
  left: 0.1875em;
  top: 1.125em;
  width: 0.75em;
}

.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="long"] {
  right: 0.1875em;
  top: 0.9375em;
  width: 1.375em;
}

.swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(
      min-content,
      auto
    );
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding: 0.625em;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.1s;
  z-index: 1060;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important;
}

.swal2-container.swal2-bottom-start,
.swal2-container.swal2-center-start,
.swal2-container.swal2-top-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.swal2-container.swal2-bottom,
.swal2-container.swal2-center,
.swal2-container.swal2-top {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-center-end,
.swal2-container.swal2-top-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}

.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}

.swal2-container.swal2-top > .swal2-popup {
  align-self: start;
  grid-column: 2;
  justify-self: center;
}

.swal2-container.swal2-top-end > .swal2-popup,
.swal2-container.swal2-top-right > .swal2-popup {
  align-self: start;
  grid-column: 3;
  justify-self: end;
}

.swal2-container.swal2-center-left > .swal2-popup,
.swal2-container.swal2-center-start > .swal2-popup {
  align-self: center;
  grid-row: 2;
}

.swal2-container.swal2-center > .swal2-popup {
  align-self: center;
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
}

.swal2-container.swal2-center-end > .swal2-popup,
.swal2-container.swal2-center-right > .swal2-popup {
  align-self: center;
  grid-column: 3;
  grid-row: 2;
  justify-self: end;
}

.swal2-container.swal2-bottom-left > .swal2-popup,
.swal2-container.swal2-bottom-start > .swal2-popup {
  align-self: end;
  grid-column: 1;
  grid-row: 3;
}

.swal2-container.swal2-bottom > .swal2-popup {
  align-self: end;
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
}

.swal2-container.swal2-bottom-end > .swal2-popup,
.swal2-container.swal2-bottom-right > .swal2-popup {
  align-self: end;
  grid-column: 3;
  grid-row: 3;
  justify-self: end;
}

.swal2-container.swal2-grow-fullscreen > .swal2-popup,
.swal2-container.swal2-grow-row > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

.swal2-container.swal2-grow-column > .swal2-popup,
.swal2-container.swal2-grow-fullscreen > .swal2-popup {
  align-self: stretch;
  grid-row: 1/4;
}

.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  background: #fff;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #545454;
  display: none;
  font-family: inherit;
  font-size: 1rem;
  grid-template-columns: minmax(0, 100%);
  max-width: 100%;
  padding: 0 0 1.25em;
  position: relative;
  width: 32em;
}

.swal2-popup:focus {
  outline: 0;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  word-wrap: break-word;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  margin: 0;
  max-width: 100%;
  padding: 0.8em 1em 0;
  position: relative;
  text-align: center;
  text-transform: none;
}

.swal2-actions {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.25em auto 0;
  padding: 0;
  width: auto;
  z-index: 1;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  align-items: center;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-color: #2778c4 transparent;
  border-radius: 100%;
  border-style: solid;
  border-width: 0.25em;
  display: none;
  height: 2.2em;
  justify-content: center;
  margin: 0 1.875em;
  width: 2.2em;
}

.swal2-styled {
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  background-color: #7066e0;
  border: 0;
  border-radius: 0.25em;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

.swal2-styled.swal2-deny {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  background-color: #dc3741;
  border: 0;
  border-radius: 0.25em;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

.swal2-styled.swal2-cancel {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  background-color: #6e7881;
  border: 0;
  border-radius: 0.25em;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px hsla(208, 8%, 47%, 0.5);
}

.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-styled:focus {
  outline: 0;
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
}

.swal2-timer-progress-bar-container {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 0;
  grid-column: auto !important;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.swal2-timer-progress-bar {
  background: rgba(0, 0, 0, 0.2);
  height: 0.25em;
  width: 100%;
}

.swal2-image {
  margin: 2em auto 1em;
  max-width: 100%;
}

.swal2-close {
  align-items: center;
  background: 0 0;
  border: none;
  border-radius: 5px;
  color: #ccc;
  cursor: pointer;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  height: 1.2em;
  justify-content: center;
  justify-self: end;
  margin-bottom: -1.2em;
  margin-right: 0;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  transition: color 0.1s, box-shadow 0.1s;
  width: 1.2em;
  z-index: 2;
}

.swal2-close:hover {
  background: 0 0;
  color: #f27474;
  transform: none;
}

.swal2-close:focus {
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
  outline: 0;
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  word-wrap: break-word;
  color: inherit;
  font-size: 1.125em;
  font-weight: 400;
  justify-content: center;
  line-height: normal;
  margin: 1em 1.6em 0.3em;
  overflow: auto;
  padding: 0;
  text-align: center;
  word-break: break-word;
  z-index: 1;
}

.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
  margin: 1em 2em 3px;
}

.swal2-file,
.swal2-input,
.swal2-textarea {
  background: 0 0;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  box-sizing: border-box;
  color: inherit;
  font-size: 1.125em;
  transition: border-color 0.1s, box-shadow 0.1s;
  width: auto;
}

.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06),
    0 0 0 3px rgba(100, 150, 200, 0.5);
  outline: 0;
}

.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc;
}

.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  background: #fff;
  margin: 1em 2em 3px;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  color: inherit;
  font-weight: 600;
  text-align: center;
  width: 20%;
}

.swal2-range input,
.swal2-range output {
  font-size: 1.125em;
  height: 2.625em;
  line-height: 2.625em;
  padding: 0;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-file {
  background: 0 0;
  font-size: 1.125em;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  background: 0 0;
  color: inherit;
  font-size: 1.125em;
  max-width: 100%;
  min-width: 50%;
  padding: 0.375em 0.625em;
}

.swal2-checkbox,
.swal2-radio {
  align-items: center;
  background: #fff;
  color: inherit;
  justify-content: center;
}

.swal2-checkbox label,
.swal2-radio label {
  font-size: 1.125em;
  margin: 0 0.6em;
}

.swal2-checkbox input,
.swal2-radio input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
  justify-content: center;
  margin: 1em 0 0;
  overflow: hidden;
  padding: 0.625em;
}

.swal2-validation-message:before {
  background-color: #f27474;
  border-radius: 50%;
  color: #fff;
  content: "!";
  display: inline-block;
  font-weight: 600;
  height: 1.5em;
  line-height: 1.5em;
  margin: 0 0.625em;
  min-width: 1.5em;
  text-align: center;
  width: 1.5em;
}

.swal2-icon {
  border: 0.25em solid #000;
  border-radius: 50%;
  box-sizing: content-box;
  cursor: default;
  font-family: inherit;
  height: 5em;
  justify-content: center;
  line-height: 5em;
  margin: 2.5em auto 0.6em;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 5em;
}

.swal2-icon .swal2-icon-content {
  align-items: center;
  display: flex;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  flex-grow: 1;
  position: relative;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  background-color: #f27474;
  border-radius: 0.125em;
  display: block;
  height: 0.3125em;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
  border-radius: 50%;
  height: 7.5em;
  position: absolute;
  transform: rotate(45deg);
  width: 3.75em;
}

.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  border-radius: 7.5em 0 0 7.5em;
  left: -2.0635em;
  top: -0.4375em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
}

.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  border-radius: 0 7.5em 7.5em 0;
  left: 1.875em;
  top: -0.6875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid hsla(98, 55%, 69%, 0.3);
  border-radius: 50%;
  box-sizing: content-box;
  height: 100%;
  left: -0.25em;
  position: absolute;
  top: -0.25em;
  width: 100%;
  z-index: 2;
}

.swal2-icon.swal2-success .swal2-success-fix {
  height: 5.625em;
  left: 1.625em;
  position: absolute;
  top: 0.5em;
  transform: rotate(-45deg);
  width: 0.4375em;
  z-index: 1;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: #a5dc86;
  border-radius: 0.125em;
  display: block;
  height: 0.3125em;
  position: absolute;
  z-index: 2;
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  left: 0.8125em;
  top: 2.875em;
  transform: rotate(45deg);
  width: 1.5625em;
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  right: 0.5em;
  top: 2.375em;
  transform: rotate(-45deg);
  width: 2.9375em;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  align-items: center;
  background: 0 0;
  flex-wrap: wrap;
  font-weight: 600;
  margin: 1.25em auto;
  max-width: 100%;
  padding: 0;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  background: #2778c4;
  border-radius: 2em;
  color: #fff;
  flex-shrink: 0;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  background: #2778c4;
  flex-shrink: 0;
  height: 0.4em;
  margin: 0 -1px;
  width: 2.5em;
  z-index: 10;
}

[class^="swal2"] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}

.swal2-rtl .swal2-close {
  margin-left: 0;
  margin-right: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  left: auto;
  right: 0;
}

.leave-russia-now-and-apply-your-skills-to-the-world {
  align-items: center;
  background: #20232a;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 25px 0 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1939;
}

.leave-russia-now-and-apply-your-skills-to-the-world div {
  line-height: 146%;
  margin: 10px;
  max-width: 560px;
}

.leave-russia-now-and-apply-your-skills-to-the-world iframe {
  margin: 16px auto;
  max-height: 55.5555555556vmin;
  max-width: 100%;
}

.leave-russia-now-and-apply-your-skills-to-the-world strong {
  border-bottom: 2px dashed #fff;
}

.leave-russia-now-and-apply-your-skills-to-the-world button {
  align-items: center;
  background: 0 0;
  border: none;
  color: #aaa;
  cursor: pointer;
  display: flex;
  font-size: 48px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  margin-bottom: -10px;
  margin-right: 10px;
  position: fixed;
  right: 0;
  top: 0;
  width: 48px;
  z-index: 1940;
}

.leave-russia-now-and-apply-your-skills-to-the-world button:hover {
  color: #fff;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotate(2deg);
  }

  33% {
    transform: translateY(0) rotate(-2deg);
  }

  66% {
    transform: translateY(0.3125em) rotate(2deg);
  }

  to {
    transform: translateY(0) rotate(0);
  }
}

@keyframes swal2-toast-hide {
  to {
    opacity: 0;
    transform: rotate(1deg);
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    left: 0.0625em;
    top: 0.5625em;
    width: 0;
  }

  54% {
    left: 0.125em;
    top: 0.125em;
    width: 0;
  }

  70% {
    left: -0.25em;
    top: 0.625em;
    width: 1.625em;
  }

  84% {
    left: 0.75em;
    top: 1.0625em;
    width: 0.5em;
  }

  to {
    left: 0.1875em;
    top: 1.125em;
    width: 0.75em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    right: 1.375em;
    top: 1.625em;
    width: 0;
  }

  65% {
    right: 0.9375em;
    top: 1.25em;
    width: 0;
  }

  84% {
    right: 0;
    top: 0.9375em;
    width: 1.125em;
  }

  to {
    right: 0.1875em;
    top: 0.9375em;
    width: 1.375em;
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  to {
    transform: scale(1);
  }
}

@keyframes swal2-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0.5);
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    left: 0.0625em;
    top: 1.1875em;
    width: 0;
  }

  54% {
    left: 0.125em;
    top: 1.0625em;
    width: 0;
  }

  70% {
    left: -0.375em;
    top: 2.1875em;
    width: 3.125em;
  }

  84% {
    left: 1.3125em;
    top: 3em;
    width: 1.0625em;
  }

  to {
    left: 0.8125em;
    top: 2.8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    right: 2.875em;
    top: 3.375em;
    width: 0;
  }

  65% {
    right: 2.875em;
    top: 3.375em;
    width: 0;
  }

  84% {
    right: 0;
    top: 2.1875em;
    width: 3.4375em;
  }

  to {
    right: 0.5em;
    top: 2.375em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  to {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4);
  }

  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4);
  }

  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }

  to {
    margin-top: 0;
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    opacity: 0;
    transform: rotateX(100deg);
  }

  to {
    opacity: 1;
    transform: rotateX(0);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-1turn);
  }

  to {
    transform: rotateY(0);
  }
}

@keyframes swal2-animate-i-mark {
  0% {
    opacity: 0;
    transform: rotate(45deg);
  }

  25% {
    opacity: 0.4;
    transform: rotate(-25deg);
  }

  50% {
    opacity: 0.8;
    transform: rotate(15deg);
  }

  75% {
    opacity: 1;
    transform: rotate(-5deg);
  }

  to {
    opacity: 1;
    transform: rotateX(0);
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    > [aria-hidden="true"] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    .swal2-container {
    position: static !important;
  }
}

body.swal2-toast-shown .swal2-container {
  background-color: transparent;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  width: 360px;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 0;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
}

body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
  bottom: auto;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  right: auto;
  top: auto;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}

.swal2-container {
  z-index: 9999 !important;
}

.swal2-container.swal2-shown {
  z-index: 9998;
}

.swal2-actions .swal2-cancel.swal2-styled,
.swal2-actions .swal2-confirm.swal2-styled,
.swal2-actions .swal2-deny.swal2-styled {
  background-color: #595a7f;
  border: 1px solid #595a7f;
  border-radius: 12px;
  box-shadow: 10px 10px 20px 0 rgba(89, 90, 127, 0.15);
  color: #fdfdfd;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  padding: 0 24px;
  transition: border-radius 0.2s ease;
}

.swal2-actions .swal2-cancel.swal2-styled:hover,
.swal2-actions .swal2-confirm.swal2-styled:hover,
.swal2-actions .swal2-deny.swal2-styled:hover {
  border-radius: 999px;
}

.swal2-html-container {
  color: #252525 !important;
}

.swal2-popup {
  border-radius: 12px !important;
}

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

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

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.p20 {
  padding: 20px;
}

.exchangeform-step-2-page .container--form h2 {
  color: #000;
}

.only-mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .only-mobile {
    display: block;
  }
}

:host,
:root {
  --vs-colors--lightest: rgba(60, 60, 60, 0.26);
  --vs-colors--light: rgba(60, 60, 60, 0.5);
  --vs-colors--dark: #333;
  --vs-colors--darkest: rgba(0, 0, 0, 0.15);
  --vs-search-input-color: inherit;
  --vs-search-input-bg: #fff;
  --vs-search-input-placeholder-color: inherit;
  --vs-font-size: 1rem;
  --vs-line-height: 1.4;
  --vs-state-disabled-bg: #f8f8f8;
  --vs-state-disabled-color: var(--vs-colors--light);
  --vs-state-disabled-controls-color: var(--vs-colors--light);
  --vs-state-disabled-cursor: not-allowed;
  --vs-border-color: var(--vs-colors--lightest);
  --vs-border-width: 1px;
  --vs-border-style: solid;
  --vs-border-radius: 4px;
  --vs-actions-padding: 4px 6px 0 3px;
  --vs-controls-color: var(--vs-colors--light);
  --vs-controls-size: 1;
  --vs-controls--deselect-text-shadow: 0 1px 0 #fff;
  --vs-selected-bg: #f0f0f0;
  --vs-selected-color: var(--vs-colors--dark);
  --vs-selected-border-color: var(--vs-border-color);
  --vs-selected-border-style: var(--vs-border-style);
  --vs-selected-border-width: var(--vs-border-width);
  --vs-dropdown-bg: #fff;
  --vs-dropdown-color: inherit;
  --vs-dropdown-z-index: 1000;
  --vs-dropdown-min-width: 160px;
  --vs-dropdown-max-height: 350px;
  --vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);
  --vs-dropdown-option-bg: #000;
  --vs-dropdown-option-color: var(--vs-dropdown-color);
  --vs-dropdown-option-padding: 3px 20px;
  --vs-dropdown-option--active-bg: #5897fb;
  --vs-dropdown-option--active-color: #fff;
  --vs-dropdown-option--deselect-bg: #fb5858;
  --vs-dropdown-option--deselect-color: #fff;
  --vs-transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
  --vs-transition-duration: 150ms;
}

.v-select {
  font-family: inherit;
  position: relative;
}

.v-select,
.v-select * {
  box-sizing: border-box;
}

:root {
  --vs-transition-timing-function: cubic-bezier(1, 0.5, 0.8, 1);
  --vs-transition-duration: 0.15s;
}

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
  transition: opacity var(--vs-transition-duration)
    var(--vs-transition-timing-function);
}

.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

:root {
  --vs-disabled-bg: var(--vs-state-disabled-bg);
  --vs-disabled-color: var(--vs-state-disabled-color);
  --vs-disabled-cursor: var(--vs-state-disabled-cursor);
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
  background-color: #f8f8f8;
  background-color: var(--vs-disabled-bg);
  cursor: not-allowed;
  cursor: var(--vs-disabled-cursor);
}

.v-select[dir="rtl"] .vs__actions {
  padding: 0 3px 0 6px;
}

.v-select[dir="rtl"] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}

.v-select[dir="rtl"] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}

.v-select[dir="rtl"] .vs__dropdown-menu {
  text-align: right;
}

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--vs-search-input-bg);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
  border-radius: 4px;
  border-radius: var(--vs-border-radius);
  display: flex;
  padding: 0 0 4px;
  white-space: normal;
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

.vs__actions {
  align-items: center;
  display: flex;
  padding: 4px 6px 0 3px;
  padding: var(--vs-actions-padding);
}

.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  fill: var(--vs-controls-color);
  transform: scale(1);
  transform: scale(var(--vs-controls-size));
  transition: transform 0.15s cubic-bezier(1, 0.5, 0.8, 1);
  transition: transform var(--vs-transition-duration)
    var(--vs-transition-timing-function);
  transition-timing-function: cubic-bezier(1, 0.5, 0.8, 1);
  transition-timing-function: var(--vs-transition-timing-function);
}

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(var(--vs-controls-size));
}

.vs--loading .vs__open-indicator {
  opacity: 0;
}

.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  fill: var(--vs-controls-color);
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin-right: 8px;
  padding: 0;
}

.vs__dropdown-menu {
  background: #fff;
  background: var(--vs-dropdown-bg);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
  border-radius: 0 0 4px 4px;
  border-radius: 0 0 var(--vs-border-radius) var(--vs-border-radius);
  border-top-style: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: var(--vs-dropdown-box-shadow);
  box-sizing: border-box;
  color: inherit;
  color: var(--vs-dropdown-color);
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  max-height: 350px;
  max-height: var(--vs-dropdown-max-height);
  min-width: 160px;
  min-width: var(--vs-dropdown-min-width);
  overflow-y: auto;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: calc(100% - 1px);
  top: calc(100% - var(--vs-border-width));
  width: 100%;
  z-index: 1000;
  z-index: var(--vs-dropdown-z-index);
}

.vs__no-options {
  text-align: center;
}

.vs__dropdown-option {
  clear: both;
  color: inherit;
  color: var(--vs-dropdown-option-color);
  cursor: pointer;
  display: block;
  line-height: 1.42857143;
  padding: 3px 20px;
  padding: var(--vs-dropdown-option-padding);
  white-space: nowrap;
}

.vs__dropdown-option--highlight {
  background: #5897fb;
  background: var(--vs-dropdown-option--active-bg);
  color: #fff;
  color: var(--vs-dropdown-option--active-color);
}

.vs__dropdown-option--deselect {
  background: #fb5858;
  background: var(--vs-dropdown-option--deselect-bg);
  color: #fff;
  color: var(--vs-dropdown-option--deselect-color);
}

.vs__dropdown-option--disabled {
  background: #f8f8f8;
  background: var(--vs-state-disabled-bg);
  color: rgba(60, 60, 60, 0.5);
  color: var(--vs-state-disabled-color);
  cursor: not-allowed;
  cursor: var(--vs-state-disabled-cursor);
}

.vs__selected {
  align-items: center;
  background-color: #f0f0f0;
  background-color: var(--vs-selected-bg);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border: var(--vs-selected-border-width) var(--vs-selected-border-style)
    var(--vs-selected-border-color);
  border-radius: 4px;
  border-radius: var(--vs-border-radius);
  color: #333;
  color: var(--vs-selected-color);
  display: flex;
  line-height: 1.4;
  line-height: var(--vs-line-height);
  margin: 4px 2px 0;
  padding: 0 0.25em;
  z-index: 0;
}

.vs__deselect {
  fill: rgba(60, 60, 60, 0.5);
  fill: var(--vs-controls-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  margin-left: 4px;
  padding: 0;
  text-shadow: 0 1px 0 #fff;
  text-shadow: var(--vs-controls--deselect-text-shadow);
}

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}

.vs--single.vs--loading .vs__selected,
.vs--single.vs--open .vs__selected {
  opacity: 0.4;
  position: absolute;
}

.vs--single.vs--searching .vs__selected {
  display: none;
}

.vs__search::-webkit-search-cancel-button {
  display: none;
}

.vs__search::-ms-clear,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
  display: none;
}

.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 1px solid transparent;
  border-left: none;
  box-shadow: none;
  color: inherit;
  color: var(--vs-search-input-color);
  flex-grow: 1;
  font-size: 1rem;
  font-size: var(--vs-font-size);
  line-height: 1.4;
  line-height: var(--vs-line-height);
  margin: 4px 0 0;
  max-width: 100%;
  outline: 0;
  padding: 0 7px;
  width: 0;
  z-index: 1;
}

.vs__search::-moz-placeholder {
  color: inherit;
  color: var(--vs-search-input-placeholder-color);
}

.vs__search::placeholder {
  color: inherit;
  color: var(--vs-search-input-placeholder-color);
}

.vs--unsearchable .vs__search {
  opacity: 1;
}

.vs--unsearchable:not(.vs--disabled) .vs__search {
  cursor: pointer;
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: 0.2;
}

.vs__spinner {
  align-self: center;
  animation: vSelectSpinner 1.1s linear infinite;
  border: 0.9em solid hsla(0, 0%, 39%, 0.1);
  border-left-color: rgba(60, 60, 60, 0.45);
  font-size: 5px;
  opacity: 0;
  overflow: hidden;
  text-indent: -9999em;
  transform: translateZ(0) scale(1);
  transform: translateZ(0)
    scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));
  transition: opacity 0.1s;
}

.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  height: 5em;
  transform: scale(1);
  transform: scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));
  width: 5em;
}

.vs--loading .vs__spinner {
  opacity: 1;
}

.nuxt-progress {
  background-color: #fdfdfd;
  height: 2px;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: width 0.1s, opacity 0.4s;
  width: 0;
  z-index: 999999;
}

.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}

.nuxt-progress-failed {
  background-color: red;
}

.ie_block[data-v-27690e5e] {
  align-items: center;
  background: #aaa;
  border-radius: 20px;
  color: #111;
  display: flex;
  flex-direction: column;
  font-size: 25px;
  justify-content: center;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  width: 50%;
}

.ie_block > div[data-v-27690e5e] {
  color: #333;
  display: flex;
  font-weight: 700;
  margin-top: 20px;
}

.ie_block a[data-v-27690e5e]:hover {
  color: #0ab;
}

.ie_block img[data-v-27690e5e] {
  height: 30px;
  margin-right: 15px;
  width: 30px;
}

.logo a {
  font-size: 1.45rem;
  font-weight: 500;
}

.last-orders__item {
  transition: 0.3s;
}

.last-orders__item:hover {
  cursor: pointer;
  scale: 1.025;
  opacity: 0.7;
}

.currency-select__option {
  transition: 0.3s;
}

.currency-select__option:hover {
  cursor: pointer;
  background: #e5e6f9;
}
