@import url(https://fonts.googleapis.com/css?family=DM+Sans:regular,500,600,700,800,900);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --font-family: "DM Sans", sans-serif;
  --content-width: 1200px;
  --container-offset: 32px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --text-primary:rgba(12, 11, 26, 1);
  --text-secondary: #fff;
  --text-black: rgba(16, 4, 32, 1)
  --text-orange: #FFC700;
  --text-gray-light: #9B9B9B;
  --text-gray: rgba(90, 96, 128, 1);
  --text-green: linear-gradient(280deg,rgba(39, 174, 96, 1) 0%, rgba(46, 204, 113, 1) 100%);
  --bg-darkgradient: linear-gradient(90deg,#202D20 0%, rgba(21, 40, 26, 1) 100%); /** rgba(80, 82, 98, 1) */
  --text-green-dark: #005D08;
  --text-red: #F54D4D;
  --text-red-dark: #9B0000;
  --text-blue: #0094E8;
  --text-blue-dark: #004498;
  --bg-cards: #181818;
  --bg-cards-80: rgba(#181818, 0.8);
  --bg-gray: rgba(243, 243, 249, 1);
  --trans: 0.25s ease-out;
  --trans-second: 0.6s ease-out;
  --trans-third: 0.4s ease-out;
  --trans-four: 0.6s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 375px;
  min-height: 100%;
  font-weight: 400;
  font-variant-numeric: lining-nums;
  font-size: clamp(1.125rem, 0.1294498382vw + 1.0946601942rem, 1.25rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  background-color: var(--text-secondary);
  font-family: "DM Sans", sans-serif;
}
.page__body.is-dark::after {
  opacity: 1;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

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

button {
  font: inherit;
  color: inherit;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.site-container {
  overflow: hidden;
}
.site-container.visible {
  overflow: visible;
}
@media (max-width: 1024px) {
  .site-container.visible {
    overflow: hidden;
  }
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.no-scrolling {
  overflow: hidden;
}

.is-start {
  overflow: hidden;
  padding-right: var(--basic-scroll-width);
}
@media (max-width: 1024px) {
  .is-start {
    overflow: visible;
  }
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}
@media (max-width: 1440px) {
  .container {
    padding: 0 16px;
  }
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.d-flex {
  display: flex;
}

.f-c {
  align-items: center;
  justify-content: center;
}

.f-ac {
  align-items: center;
}

.f-as {
  align-items: flex-start;
}

.f-ae {
  align-items: flex-end;
}

.f-col {
  flex-direction: column;
}

.f-jsb {
  justify-content: space-between;
}

.f-jc {
  justify-content: center;
}

.f-wrap {
  flex-wrap: wrap;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-48 {
  font-size: clamp(1.5rem, 1.9591836735vw + 1.0408163265rem, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.section-96 {
  padding: 48px 0;
}

.section-first {
  padding-top: clamp(9.125rem, 6.0096153846vw + 6.2403846154rem, 12.25rem);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 60px;
  min-height: 48px;
  color: var(--text-secondary);
  background: var(--text-green);
      padding: 0px 10px;
}

.input input {
  border: 1px solid rgba(102, 102, 102, 0.35);
  border-radius: 12px;
  padding: 20px 16px;
  width: 100%;
  font-weight: 400;
  font-variant-numeric: lining-nums;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  background-color: var(--text-secondary);
  transition: all 0.3s ease 0s;
  outline: none;
}
.input input:focus {
  border: 1px solid rgb(102, 102, 102);
}

.checkbox {
  margin-top: 32px;
  display: flex;
}
.checkbox__text {
  font-size: 16px;
  font-weight: 400;
}

input[type=checkbox] {
  accent-color: var(--text-primary);
  flex: 0 0 18px;
  height: 18px;
  margin: 0 8px 0 0;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: clamp(0.125rem, 0.1632653061vw + 0.0867346939rem, 0.25rem);
  background: var(--text-green);
  border-radius: 3px;
  outline: none;
  position: relative;
}

input[type=range]::-webkit-slider-runnable-track {
  height: clamp(0.125rem, 0.1632653061vw + 0.0867346939rem, 0.25rem);
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: clamp(0.1875rem, 0.2448979592vw + 0.1301020408rem, 0.375rem);
  height: clamp(0.1875rem, 0.2448979592vw + 0.1301020408rem, 0.375rem);
  background: var(--text-secondary);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 clamp(0.125rem, 0.0816326531vw + 0.1058673469rem, 0.1875rem) rgb(46, 204, 113);
  margin-top: -1px;
  border: none;
}

/* Firefox */
input[type=range]::-moz-range-thumb {
  width: clamp(0.1875rem, 0.2448979592vw + 0.1301020408rem, 0.375rem);
  height: clamp(0.1875rem, 0.2448979592vw + 0.1301020408rem, 0.375rem);
  background: var(--text-secondary);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 clamp(0.125rem, 0.0816326531vw + 0.1058673469rem, 0.1875rem) rgb(46, 204, 113);
  margin-top: -1px;
  border: none;
}

input[type=range]::-moz-range-track {
  height: clamp(0.125rem, 0.1632653061vw + 0.0867346939rem, 0.25rem);
  background: var(--text-green);
  border-radius: 3px;
}

.header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 11;
  background-color: var(--text-secondary);
  transition: transform var(--trans-second), background-color var(--trans-second);
}
.header.show .header__wrapper {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
}
.header.show .header__logo-mobile {
  opacity: 1;
}
@media (max-width: 1024px) {
.mobile_bottom {
    justify-content: center;
    margin-bottom: 40px;
}

[class^="modal modal-transfer"] .modal__fields {
  display: block!important;
}

.content__converter {
    display: grid!important;
    place-items: center!important;
    margin-bottom: 50px!important;
}



.info__details__mobile {
  display: none!important;
} 

  .header__wrapper {
    padding: 0;
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 124px;
    width: 100%;
    z-index: 1;
    background: var(--bg-darkgradient);
    border: 0;
    transition: all 0.3s ease 0s;
    flex-direction: column;
    display: flex;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  min-height: 100px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .header__inner {
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
    padding: 0 16px 16px;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) {
  .header__logo {
    display: none;
  }
}
.header__block {
  display: flex;
  gap: 22px;
}
@media (max-width: 1024px) {
  .header__block {
    flex-direction: column;
    gap: 16px;
  }
}
.header__list {
  display: flex;
  gap: 32px;
}
@media (max-width: 1024px) {
  .header__list {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 56px;
  }
}
.header__link {
  font-size: 16px;
  color: var(--text-primary);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .header__link {
    color: var(--bg-gray);
  }
}
@media (max-width: 1024px) {
  .header__list-language {
    margin-bottom: 0;
  }
}
.header__item-language {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  background-color: var(--bg-gray);
  border-radius: 60px;
  min-height: 48px;
  min-width: 81px;
  width: 100%;
}
.header__item-language:hover .header__sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header__item-language:hover .header__arrow {
  transform: rotate(180deg);
}
.header__arrow {
  transition: all 0.3s ease 0s;
}
.header__sub-menu {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 12px 0;
  background: var(--bg-gray);
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  z-index: 2;
  pointer-events: none;
  transform: translateY(2rem);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.5, 1);
}
.header__sub-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__sub-item:not(:last-child) {
  margin-bottom: 12px;
}
.header__sub-link {
  display: flex;
  width: 21px;
}
.header__buttons {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__buttons {
    flex-direction: column;
  }
}
.header__button-login {
  background: var(--text-green);
  min-width: 115px;
  /* width: 100%; */
      text-align: -webkit-center;
}
.header__button-open {
  min-width: 201px;
  width: 100%;
  background: var(--bg-gray);
  position: relative;
  overflow: hidden;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: var(--text-green);
  color: transparent;
  background-clip: text;
}
.header__button-open::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--bg-gray);
  border-radius: 8px;
}
.header__top-mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  min-height: 124px;
  position: relative;
  z-index: 2;
}
.header__logo {
  display: flex;
  gap: 5px;
    align-items: anchor-center;
}

.header__top-mobile .header__logo {
  display: none;
  position: absolute;
  transition: all 0.3s ease 0s;
    align-items: center;
      gap: 5px;
}
@media (max-width: 1024px) {
  .header__top-mobile .header__logo {
    display: flex;
      align-items: center;
        gap: 5px;
  }
  .sitename__without__mobile {
    display: none;
  }
  .curs {
    color: var(--text-secondary)!important;
  }
}
.header__top-mobile .header__logo-mobile {
  opacity: 0;
}
@media (max-width: 1024px) {
  .header__top-mobile {
    display: flex;
  }
}

.icon-menu {
  margin-left: auto;
  display: block;
  position: relative;
  width: 24px;
  height: 18px;
  cursor: pointer;
  z-index: 5;
}
.icon-menu span, .icon-menu::before, .icon-menu::after {
  content: "";
  transition: all 0.5s ease 0s;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 60px;
  background: var(--text-green);
}
.icon-menu::before {
  top: 0px;
  width: 75%;
}
.icon-menu::after {
  bottom: 0px;
  width: 75%;
  right: 0;
  left: unset;
}
.icon-menu span {
  top: calc(50% - 1px);
  right: 0;
  left: unset;
}
.icon-menu.active span {
  transform: scale(0);
}
.icon-menu.active::before {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
  width: 100%;
}
.icon-menu.active::after {
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
  width: 100%;
}

.primary {
  padding-bottom: clamp(2rem, 5.2244897959vw + 0.7755102041rem, 6rem);
}
.primary__columns {
  border-radius: 40px;
  padding: clamp(2rem, 4.2448979592vw + 1.0051020408rem, 5.25rem) clamp(1.25rem, 3.5918367347vw + 0.4081632653rem, 4rem);
  background: var(--bg-darkgradient);
  color: var(--text-secondary);
  display: flex;
  gap: 18px;
  position: relative;
}
@media (max-width: 768px) {
  .primary__columns {
    flex-direction: column;
    padding-bottom: 84px;
  }
  .primary__columns .swiper {
    max-width: clamp(16.625rem, 51.9083969466vw + 4.4589694656rem, 29.375rem);
  }
}
.primary__column {
  flex: 0 1 50%;
}
@media (max-width: 768px) {
  .primary__column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.primary__column .swiper-slide {
  overflow: hidden;
}
.primary__column .swiper-slide img {
  width: 100%;
}
.primary__title {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .primary__title {
    text-align: center;
  }
}
.primary__text {
  max-width: 445px;
  margin-bottom: 24px;
  font-size: clamp(0.75rem, 0.3265306122vw + 0.6734693878rem, 1rem);
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .primary__text {
    text-align: center;
  }
}
.primary__button {
  margin-bottom: 24px;
  max-width: 282px;
  width: 100%;
}
.primary__downloads {
  display: flex;
  align-items: center;
  gap: 12px;
}
.primary__download img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.primary__pagination {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 32px !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
}
.primary__pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease 0s;
  margin: 0 32px !important;
}
@media (max-width: 768px) {
  .primary__pagination .swiper-pagination-bullet {
    margin: 0 16px !important;
  }
}
.primary__pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: var(--text-green);
  position: relative;
}
.primary__pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--text-secondary);
}

.advantages {
  margin: 0 0 clamp(3rem, 3.9183673469vw + 2.0816326531rem, 6rem) 0;
  background: var(--bg-darkgradient);
  border-radius: 40px;
  padding: clamp(2rem, 3.4285714286vw + 1.1964285714rem, 4.625rem) 0;
}
.advantages__container {
  max-width: 854px;
}
.advantages__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  row-gap: 64px;
}
@media (max-width: 768px) {
  .advantages__columns {
    flex-direction: column;
  }
}
.advantages__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-secondary);
}
.advantages__icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  border: 1px solid var(--text-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.advantages__number {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.advantages__text {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}

.step__columns {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
@media (max-width: 768px) {
  .step__columns {
    flex-direction: column-reverse;
    row-gap: 48px;
  }
}
.step__column {
  flex: 0 1 465px;
}
@media (max-width: 768px) {
  .step__column {
    flex: auto;
    text-align: center;
  }
}
.step__title {
  margin-bottom: 16px;
  font-size: clamp(2rem, 1.306122449vw + 1.693877551rem, 3rem);
}
.step__subtitle {
  font-size: clamp(1rem, 0.3265306122vw + 0.9234693878rem, 1.25rem);
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .step__subtitle {
    margin-bottom: 8px;
  }
}
.step__text {
  color: var(--text-gray);
  font-size: clamp(0.75rem, 0.3265306122vw + 0.6734693878rem, 1rem);
  line-height: 1.5;
}
.step__button {
  margin-top: 48px;
  max-width: 230px;
  gap: 8px;
}
@media (max-width: 768px) {
  .step__button {
    margin: 24px auto 0px;
  }
}
.step__image img {
  width: 100%;
  height: 100%;
}

.step-gray {
  margin: 48px 0;
  background-color: var(--bg-gray);
}
@media (max-width: 768px) {
  .step-gray .step__columns {
    flex-direction: column;
  }
}
.step-gray .step__column {
  text-align: right;
  flex: 0 1 545px;
}
@media (max-width: 768px) {
  .step-gray .step__column {
    flex: auto;
    text-align: center;
  }
}

.services {
  margin-bottom: 48px;
}
.services__title {
  text-align: center;
  margin-bottom: 64px;
  font-size: 32px;
}
.services__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .services__columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .services__columns {
    grid-template-columns: 1fr;
  }
}
.services__column {
  background-color: var(--bg-gray);
  border-radius: 20px;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .services__column {
    padding: 24px;
  }
}
.services__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}
.services__icon img {
  width: 100%;
  height: 100%;
}
.services__subtitle {
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}
.services__list {
  margin-bottom: 24px;
}
.services__item {
  font-size: 13px;
  line-height: 2;
  font-weight: 400;
  color: var(--text-gray);
}
.services__item:not(:last-child) {
  margin-bottom: 24px;
}
.services__button {
  margin-top: auto;
  padding: 0 36px;
  font-weight: 700;
}

.reviews {
  margin: 48px 0;
}
.reviews__quotes {
  text-align: center;
  margin-bottom: 54px;
}
.reviews__swiper {
  max-width: 856px;
  cursor: pointer;
}
.reviews__text {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 55px;
}
.reviews__persone {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews__name {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
}
.reviews__rating {
  display: flex;
}

.footer {
  background: var(--bg-darkgradient);
  padding: 64px 0;
}
.footer__container {
  max-width: calc(100% - 128px);
}
@media (max-width: 1440px) {
  .footer__container {
    max-width: 100%;
  }
}
.footer__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
}
@media (max-width: 1024px) {
  .footer__columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .footer__columns {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 32px;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__column-up {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    max-width: 235px;
    margin: 0px auto 48px;
  }
  .footer__logo img {
    width: 100%;
  }
}
.footer__list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer__list .footer__link {
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .footer__list {
    justify-content: center;
    flex-direction: column;
    gap: 16px;
  }
}
.footer__item {
  position: relative;
}
.footer__item:first-child::before {
  content: "";
  display: none;
}
.footer__item::before {
  content: "/";
  position: absolute;
  left: -18px;
  top: 50%;
  height: 8px;
  transform: translateY(-50%);
  font-size: 12px;
  color: rgb(212, 213, 217);
}
@media (max-width: 768px) {
  .footer__item {
    font-size: 16px;
  }
  .footer__item::before {
    content: "";
    display: none;
  }
}
.footer__link {
  font-size: 11px;
  color: rgb(212, 213, 217);
}
@media (max-width: 768px) {
  .footer__link {
    font-size: 16px;
  }
}
.footer__block:not(:last-child) {
  margin-bottom: 32px;
}
.footer__block .footer__link {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
}
@media (max-width: 768px) {
  .footer__block .footer__link {
    font-size: 16px;
  }
}
.footer__text {
  color: rgb(212, 213, 217);
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .footer__text {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.footer__up {
  background-color: rgb(212, 213, 217);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .footer__up {
    margin: 48px auto 0;
  }
}
.footer__copyright {
  color: rgb(212, 213, 217);
  font-size: 10px;
  line-height: 1.3;
}

.about__container {
  max-width: 730px;
  display: grid;
  gap: 32px;
}
.about__title {
  text-align: center;
  font-size: clamp(2.5rem, 1.9591836735vw + 2.0408163265rem, 4rem);
  line-height: 1;
  font-weight: 700;
}
.about__image {
  margin: 0px auto;
}
.about__text {
  color: rgb(90, 96, 128);
  font-size: 16px;
  line-height: 2;
}
.about__subtitle {
  font-size: 40px;
  font-weight: 700;
}
.about__line {
  width: 166px;
  height: 1px;
  background-color: var(--text-gray);
}

.login__title {
  text-align: center;
  font-size: clamp(2rem, 2.612244898vw + 1.387755102rem, 4rem);
  font-weight: 700;
  margin-bottom: 32px;
}
.form {
  max-width: 470px;
  margin: 0px auto;
}
.form__input-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.form__input input {
  margin-bottom: 4px;
}
.form__text {
  font-size: 400px;
  font-size: 16px;
}
.form__button {
  margin-top: 32px;
  width: 100%;
  font-weight: 500;
  font-size: 22px;
}
.form__button + .form__text {
  text-align: center;
  margin-top: 12px;
}
.form__button + .form__text a {
  text-decoration: underline;
}
.form__buttons {
  display: flex;
  gap: 16px;
}
.form__buttons .form__button {
  min-height: 64px;
}

.sidebar {
  background: var(--bg-darkgradient);
  z-index: 100;
  max-width: 100%;
  min-width: 256px;
  display: inline-block;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .sidebar {
    position: fixed;
    transform: translate3d(100%, 0, 0);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--bg-darkgradient);
    border: 0;
    transition: all 0.3s ease 0s;
    flex-direction: column;
    display: flex;
  }
  .sidebar.show {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: initial;
    -webkit-user-select: initial;
       -moz-user-select: initial;
            user-select: initial;
  }
  .about__image {
    width: 50%;
  }
}
.sidebar__container {
  padding: 48px 20px;
}
@media (max-width: 1024px) {
  .sidebar__container {
    height: 100%;
    padding: 0 16px 16px;
    overflow: hidden;
    overflow-y: auto;
  }
}
.sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .sidebar__header {
    margin-top: 48px;
  }
}
/* .sidebar__logo img {
  width: 100%;
  height: 100%;
} */
.sidebar__logo {
  display: flex;
  gap: 5px;
    align-items: anchor-center;
}

.sidebar__list {
  margin-bottom: 64px;
}
.sidebar__link {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  min-height: 56px;
  border-radius: 12px;
  padding: 0 6px 0 20px;
  position: relative;
  overflow: hidden;
}
.sidebar__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--text-green);
  opacity: 0;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.sidebar__link.active::after, .sidebar__link:hover::after {
  opacity: 1;
}
.sidebar .info__list {
  max-width: 170px;
  margin: 0px auto;
  display: none;
}
@media (max-width: 1024px) {
  .sidebar .info__list {
    display: flex;
    margin-bottom: 64px;
  }
}
.sidebar__cards {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .sidebar__cards {
    align-items: center;
  }
}
.sidebar__card {
  color: var(--text-secondary);
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  padding: 16px;
  overflow: hidden;
  max-width: 216px;
  width: 100%;
}
.sidebar__card:not(:last-child) {
  margin-bottom: 16px;
}
.sidebar__card-lock::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 12px;
}
.sidebar__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar__card-name {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.sidebar__card-visual {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar__card-number {
  font-size: 16px;
  font-weight: 7;
  letter-spacing: 0;
  line-height: 1;
}
.sidebar__card-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar__card-text {
  font-size: 8px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 4px;
}
.sidebar__card-subtitle {
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.sidebar__card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 12px;
  overflow: hidden;
}
.sidebar__card-image img {
  width: 100%;
  height: 100%;
}
.sidebar__card-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: 500;
  z-index: 1;
  min-height: 34px;
  padding: 0 18px;
  text-wrap: nowrap;
}
.sidebar__rate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.sidebar__rate-column:first-child .sidebar__rate-name {
  text-align: right;
}
.sidebar__rate-name {
  color: var(--text-secondary);
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04;
  opacity: 0.6;
}
.sidebar__rate-currency {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
}
.sidebar__rate-currency img {
  width: 8px;
  height: 100%;
}
.sidebar__rate-currency:not(:last-child) {
  margin-bottom: 8px;
}
.wrapper {
  display: flex;
}
.wrapper .main {
  display: flex;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .wrapper .main {
    flex-direction: column-reverse;
  }
}
.wrapper .content {
  padding: clamp(1.5rem, 6.9444444444vw + -2.9444444444rem, 4rem);
  flex: 1 1 auto;
  border-right: 1px solid rgb(228, 228, 228);
}
.wrapper .header__logo {
  position: relative;
  flex: 0 1 60%;
}
.wrapper .header .icon-menu {
  margin-left: 0;
}

.content__alert {
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  color: var(--text-gray);
  letter-spacing: 0;
  margin-bottom: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 1024px) {
  .content__alert {
    display: none;
    font-size: 16px;
  }
}
.content__alert-close {
  cursor: pointer;
  display: flex;
  flex: 0 0 14px;
  height: 14px;
}
.content__alert-close img {
  width: 100%;
  height: 100%;
}
.content__title {
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin-bottom: 32px;
}
.content__title__passport {
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin-bottom: 5px;
}

@media (max-width: 576px) {
  .content__title {
    flex-direction: column;
    font-size: 40px;
  }
  .content__title img {
    width: 64px;
    height: 64px;
  }
}
.content__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.content__columns-text .content__column {
  min-height: 400px;
}
@media (max-width: 1240px) {
  .content__columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .content__columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .content__columns {
    gap: 16px;
    row-gap: 32px;
  }
}
@media (max-width: 576px) {
  .content__columns {
    grid-template-columns: 1fr;
  }
}
.content__column {
  border-radius: 20px;
  background-color: rgb(243, 243, 249);
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.content__column h3 {
  margin-bottom: 16px;
}
.content__column .content__text {
  line-height: 2;
  margin: 0px auto 24px;
}
.content__column .content__button {
  margin-top: auto;
}
.content__image {
  margin-bottom: 24px;
}
.content__image img {
  width: -moz-fit-content;
  width: fit-content;
}
.content__list {
  margin-bottom: 36px;
}
.content__item {
  display: grid;
  grid-template: auto auto/48px 2fr 1fr;
  padding: 32px 16px 54px;
  gap: 16px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  border-bottom: 1px solid rgb(228, 228, 228);
}
@media (max-width: 768px) {
  .content__item {
    padding: 52px 0px 34px;
  }
}
.content__icon {
  grid-row: span 3;
}
.content__subtitle {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
}
.content__price, .content__time {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--text-gray);
  justify-self: flex-end;
}
.content__text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  max-width: 410px;
  color: rgb(128, 129, 145);
}
.content__status {
  font-size: 13px;
  font-weight: 700;
}
.content__success {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--text-green);
  justify-self: flex-end;
}
@media screen and (min-width: 1024.98px) {
  .content__success {
    align-self: flex-end;
  }
}
.content__block:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .content__block:not(:last-child) {
    margin-bottom: 32px;
  }
}
.content__block h4 {
  color: rgba(90, 96, 128, 0.6);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .content__block h4 {
    margin-bottom: 32px;
    text-align: center;
  }
}
.content__block-2 .content__buttons {
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .content__block-2 .content__buttons {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.content__block-3 .content__buttons {
  gap: 18px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .content__block-3 .content__buttons {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.content__buttons {
  display: grid;
}
.content__button {
  font-weight: 700;
      padding: 8px;
    border-radius: 22.5px;
}
.content__load {
  max-width: 140px;
  margin: 0px auto;
}
.content__converter {
  display: flex;
  gap: 22px;
}
.content__converter-input {
  display: flex;
  align-items: center;
  background-color: rgba(228, 228, 228, 0.3);
  border-radius: 20px;
  padding: 0 8px 0 0;
  width: 230px;
  height: 40px;
  margin-top: 6px;

}
.content__converter-input input {
  background-color: unset;
  border: none;
}
.content__converter-input input:focus {
  border: none;
}
.content__converter-input img:not(:last-child) {
  margin-right: 8px;
}
.content__submit {
  min-width: 160px;
}
.content__inner {
  background-color: var(--text-secondary);
  border-radius: 24px;
  padding: clamp(1.25rem, 1.6326530612vw + 0.8673469388rem, 2.5rem);
  box-shadow: 0px 0px 20px -15px #000;
}
.content__inner p {
  font-size: clamp(0.625rem, 0.2448979592vw + 0.5676020408rem, 0.8125rem);
  line-height: 1.4;
  color: rgb(92, 92, 92);
  letter-spacing: 0;
  font-weight: 400;
  max-width: unset;
  margin-bottom: clamp(0.5rem, 0.6530612245vw + 0.3469387755rem, 1rem);
}
.content__desc, .passportInfo {
  display: flex;
  padding-left: 32px;
  margin-bottom: 32px;
  font-size: 10px;
}

.content__inner .content__button {
  min-height: 34px;
  max-width: 160px;
  font-size: clamp(0.625rem, 0.1632653061vw + 0.5867346939rem, 0.75rem);
}
.content__inner .content__button:not(:last-child) {
  margin-bottom: clamp(1rem, 1.306122449vw + 0.693877551rem, 2rem);
}
.content__inner .content__button-blue {
  background: rgb(38, 177, 148);
}
.content__caption {
  font-size: clamp(0.875rem, 0.8163265306vw + 0.6836734694rem, 1.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: clamp(0.5rem, 0.6530612245vw + 0.3469387755rem, 1rem);
}
.content__form-setting {
  margin: 0 -16px 0 -8px;
}
.content__form-setting h3 {
  margin-bottom: 8px;
}
.content__form-setting p {
  font-size: 10px;
  font-weight: 400;
  color: rgb(92, 92, 92);
  line-height: 1.5;
  margin-bottom: 8px;
}
.content__form-setting .content__button {
  padding: 0 20px;
  max-width: unset;
}
.content__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  -moz-column-gap: 44px;
       column-gap: 44px;
}


.content__fields:not(:last-child) {
  margin-bottom: 32px;
}
.content__person {
  background-color: rgba(228, 228, 228, 0.3);
  padding: 11px 14px;
  border-radius: 8px;
  font-size: clamp(0.5rem, 0.3265306122vw + 0.4234693878rem, 0.75rem);
  color: rgb(17, 20, 45);
  font-weight: 500;
  letter-spacing: 0;
}
.content__input input {
  background: rgba(228, 228, 228, 0.3);
  border: 1px solid transparent;
  font-size: clamp(0.5rem, 0.3265306122vw + 0.4234693878rem, 0.75rem);
  padding: 11px 14px;
}

.input-identify {
  max-width: 0.25rem;
}

.content__pending {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--text-secondary);
  border-radius: 24px;
  padding: clamp(1.25rem, 1.6326530612vw + 0.8673469388rem, 2.5rem);
  box-shadow: 0px 0px 20px -15px #000;
  max-width: 600px;
  margin-top: clamp(2rem, 7.8367346939vw + 0.1632653061rem, 8rem);
}
.content__pending-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(3.375rem, 3.7551020408vw + 2.4948979592rem, 6.25rem);
  height: clamp(3.375rem, 3.7551020408vw + 2.4948979592rem, 6.25rem);
  border-radius: 50%;
  background-color: rgb(243, 243, 249);
  margin-bottom: clamp(2rem, 1.9591836735vw + 1.5408163265rem, 3.5rem);
}
.content__pending-icon img {
  width: clamp(1.625rem, 1.7959183673vw + 1.2040816327rem, 3rem);
  height: clamp(1.625rem, 1.7959183673vw + 1.2040816327rem, 3rem);
}
.content__pending-text {
  font-size: clamp(0.75rem, 0.9795918367vw + 0.5204081633rem, 1.5rem);
  letter-spacing: 0;
  font-weight: 400;
  color: rgb(112, 112, 112);
  text-align: center;
}
.content__custom-select {
  position: relative;
  max-width: 170px;
}
.content__custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  width: 100%;
}
.content__custom-select::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: url("../images/arrow.svg") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.content__card {
  background-color: rgb(238, 238, 244);
  border-radius: 24px;
  padding: 28px 20px;
}
.content__card h3 {
  margin-bottom: 16px;
  font-size: clamp(0.625rem, 0.7346938776vw + 0.4528061224rem, 1.1875rem);
}
.content__card input, .content__card select {
  background-color: var(--text-secondary);
  min-height: 57px;
  font-size: clamp(0.5rem, 0.3265306122vw + 0.4234693878rem, 0.75rem);
}
.content__card select {
  padding: 0 26px;
  border: none;
  border-radius: 12px;
  outline: none;
  font-weight: 500;
  color: rgb(17, 20, 45);
}
.content__card .checkbox {
  display: flex;
  align-items: center;
  position: relative;
  gap: 8px;
}
.content__card .checkbox input {
  position: absolute;
  opacity: 0;
}
.content__card .checkbox input:checked ~ .checkbox__custom {
  border-color: transparent;
  background: var(--text-green);
}
.content__card .checkbox input:checked ~ .checkbox__custom::after {
  opacity: 1;
}
.content__card .checkbox .checkbox__custom {
  position: relative;
  flex: 0 0 24px;
  border: 2px solid var(--text-gray);
  border-radius: 8px;
  width: 24px;
  height: 24px;
  transition: background var(--trans), border var(--trans);
}
.content__card .checkbox .checkbox__custom::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  background-image: url("../images/check.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity var(--trans);
}
.content__card .checkbox .checkbox__text {
  font-size: clamp(0.5rem, 0.3265306122vw + 0.4234693878rem, 0.75rem);
}
.content__card .content__button {
  margin-left: auto;
  width: clamp(4.25rem, 4.5714285714vw + 3.1785714286rem, 7.75rem);
  font-weight: 500;
  font-size: clamp(0.5rem, 0.3265306122vw + 0.4234693878rem, 0.75rem);
  min-height: clamp(1.125rem, 1.306122449vw + 0.818877551rem, 2.125rem);
}
.content__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.content__inputs .content__input-name {
  grid-column: -1/1;
}
.content__slider {
  background-color: rgb(238, 238, 244);
  border-radius: 24px;
  padding: clamp(1rem, 0.9795918367vw + 0.7704081633rem, 1.75rem) clamp(0.625rem, 0.8163265306vw + 0.4336734694rem, 1.25rem);
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.25rem, 2.2857142857vw + 1.7142857143rem, 4rem);
  row-gap: clamp(0.5rem, 0.6530612245vw + 0.3469387755rem, 1rem);
}
.content__slider h3 {
  font-size: clamp(0.625rem, 0.6530612245vw + 0.4719387755rem, 1.125rem);
  font-weight: 400;
  opacity: 0.3;
  text-align: left;
  margin-bottom: 16px;
}
.content__slider input {
  margin-bottom: 8px;
}
.content__slider .slider-value {
  font-size: clamp(0.625rem, 0.6530612245vw + 0.4719387755rem, 1.125rem);
  margin-bottom: 16px;
  font-weight: 700;
}
.content__slider .slider-text {
  font-size: clamp(0.375rem, 0.4897959184vw + 0.2602040816rem, 0.75rem);
  opacity: 0.3;
}
.content__slider .slider-label {
  display: flex;
  flex-direction: column;
}
.content__slider .slider-label:not(:last-child) {
  margin-bottom: 16px;
}
.content__slider .slider-label-big {
  grid-column: -1/1;
}
.content__slider .slider-sum {
  font-size: clamp(1.25rem, 1.6326530612vw + 0.8673469388rem, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
.content__slider .slider-sum span {
  color: rgb(255, 159, 56);
  font-weight: 500;
}

.info {
  flex: 0 0 300px;
  margin: clamp(2rem, 5.5555555556vw + -1.5555555556rem, 4rem);
}
@media (max-width: 1024px) {
  .info {
    flex: auto;
    padding-top: clamp(9.125rem, 6.0096153846vw + 6.2403846154rem, 12.25rem);
  }
}
.info__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .info__header {
    display: none;
  }
}
.info__notification {
  position: relative;
  display: flex;
}
.info__notification span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 8px;
  height: 8px;
  background-color: rgb(255, 102, 40);
  border-radius: 50%;
}
.info__item-language {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  background-color: var(--bg-gray);
  border-radius: 60px;
  padding: 0 12px;
  min-height: 48px;
}
.info__item-language:hover .info__sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.info__link-language {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
  color: rgb(128, 129, 145);
}
.info__sub-menu {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 12px 0;
  background: var(--bg-gray);
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  z-index: 2;
  pointer-events: none;
  transform: translateY(2rem);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.5, 1);
}
.info__sub-item {
  text-align: center;
}
.info__sub-item:not(:last-child) {
  margin-bottom: 8px;
}
.info__sub-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
  color: rgb(128, 129, 145);
}
.info__name {
  padding: 0 18px;
}
.info__content {
  background-color: var(--text-secondary);
  border-radius: 24px;
  padding: 28px 20px 20px;
  box-shadow: 0px 0px 20px -15px #000;
  margin-bottom: 64px;
}
.info__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}
.info__field {
  border-radius: 12px;
  background-color: rgba(228, 228, 228, 0.3);
  padding: 17px 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info__field:not(:last-child) {
  margin-bottom: 16px;
}
.info__balance {
  font-weight: 500;
  font-size: 12px;
  color: rgb(17, 20, 45);
  letter-spacing: 0;
}
.info__details {
  text-align: right;
  transition: all 0.3s ease 0s;
  display: grid;
  grid-template-rows: auto 0fr;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.info__details.active {
  grid-template-rows: auto 1fr;
}
.info__details.active .info__wrapper {
  grid-template-rows: auto 1fr;
}
.info__details.active .info__indicator {
  transform: rotate(180deg);
}
.info__button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
}
.info__caption {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  color: rgb(25, 29, 49);
}
.info__indicator {
  display: flex;
  transition: all 0.3s ease 0s;
}
.info__wrapper {
  overflow: hidden;
  display: grid;
  gap: 0;
}
.info__subtitle {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: rgba(25, 29, 49, 0.6);
  margin-bottom: 8px;
}
.info__text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.info .content__alert {
  display: none;
}
@media (max-width: 1024px) {
  .info .content__alert {
    display: flex;
  }
}
@media (max-width: 576px) {
  .info .content__alert {
    flex-direction: column-reverse;
    text-align: center;
    gap: 32px;
  }
  .info .content__alert .content__alert-close {
    margin: 0px auto;
  }
}

.transaction {
  margin-bottom: 80px;
}
.transaction__body {
  border-radius: 20px;
  padding: 60px clamp(1.25rem, 1.6326530612vw + 0.8673469388rem, 2.5rem);
  box-shadow: 0px 0px 20px -15px #000;
  max-width: 575px;
  margin: 0px auto;
}
.transaction__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(3.375rem, 3.7551020408vw + 2.4948979592rem, 6.25rem);
  height: clamp(3.375rem, 3.7551020408vw + 2.4948979592rem, 6.25rem);
  border-radius: 50%;
  background-color: rgb(243, 243, 249);
  margin: 0px auto clamp(1.125rem, 1.1428571429vw + 0.8571428571rem, 2rem);
}
.transaction__icon img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.transaction__status {
  font-size: clamp(1.125rem, 1.2244897959vw + 0.8380102041rem, 2.0625rem);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: clamp(2rem, 1.7959183673vw + 1.5790816327rem, 3.375rem);
}
.transaction__line {
  width: 100%;
  border-bottom: 1px dashed rgb(232, 234, 237);
  margin-bottom: clamp(0.875rem, 0.9795918367vw + 0.6454081633rem, 1.625rem);
}
.transaction__line-ligth {
  border-bottom: 2px dashed rgb(220, 222, 224);
}
.transaction__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(0.875rem, 0.9795918367vw + 0.6454081633rem, 1.625rem);
}
.transaction__label {
  font-size: clamp(0.75rem, 0.8163265306vw + 0.5586734694rem, 1.375rem);
  letter-spacing: 0;
  color: rgb(112, 112, 112);
  font-weight: 400;
}
.transaction__value {
  font-size: clamp(0.75rem, 0.8163265306vw + 0.5586734694rem, 1.375rem);
  letter-spacing: 0;
  color: rgb(18, 18, 18);
  font-weight: 500;
}
.transaction__image {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(1rem, 0.6530612245vw + 0.8469387755rem, 1.5rem);
}
.transaction__image img {
  width: clamp(9.375rem, 9.387755102vw + 7.174744898rem, 16.5625rem);
}
.transaction__text {
  font-size: clamp(0.75rem, 0.8163265306vw + 0.5586734694rem, 1.375rem);
  letter-spacing: 0;
  color: rgb(112, 112, 112);
  font-weight: 400;
}
.transaction__text:not(:last-child) {
  margin-bottom: clamp(0.875rem, 0.9795918367vw + 0.6454081633rem, 1.625rem);
}

.modal {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  background: rgba(13, 18, 23, 0.5);
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: opacity var(--trans), visibility var(--trans);
}
.modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
}
.modal__inner {
  margin: auto;
  position: relative;
  display: flex;
  padding: clamp(3.375rem, 6.0408163265vw + 1.9591836735rem, 8rem) clamp(0.875rem, 1.7959183673vw + 0.4540816327rem, 2.25rem);
  max-width: clamp(14.5rem, 28vw + 7.9375rem, 35.9375rem);
  width: 100%;
  background-color: var(--text-secondary);
  transform: scale(0.6);
  transition: transform var(--trans);
  border-radius: clamp(0.75rem, 0.6530612245vw + 0.5969387755rem, 1.25rem);
}
.modal.show .modal__inner {
  transform: scale(1);
}
.modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.modal__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(3.6875rem, 6.2857142857vw + 2.2142857143rem, 8.5rem);
  height: clamp(3.6875rem, 6.2857142857vw + 2.2142857143rem, 8.5rem);
  border-radius: 50%;
  background-color: rgb(243, 243, 249);
  margin-bottom: clamp(2rem, 2.612244898vw + 1.387755102rem, 4rem);
}
.modal__icon img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal__title {
  font-size: clamp(1.25rem, 2.4489795918vw + 0.6760204082rem, 3.125rem);
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  color: rgb(18, 18, 18);
  margin-bottom: clamp(0.875rem, 1.7959183673vw + 0.4540816327rem, 2.25rem);
}
.modal__text {
  line-height: 2;
  font-weight: 400;
  font-size: clamp(0.625rem, 1.1428571429vw + 0.3571428571rem, 1.5rem);
  text-align: center;
  color: rgb(75, 85, 99);
}
.modal__button {
  font-size: clamp(0.5625rem, 0.5714285714vw + 0.4285714286rem, 1rem);
  font-weight: 700;
  width: 100%;
  min-height: clamp(1.5rem, 1.9591836735vw + 1.0408163265rem, 3rem);
  margin-top: clamp(0.5rem, 1.4693877551vw + 0.1556122449rem, 1.625rem);
}
.modal__close {
  position: absolute;
  right: clamp(0.875rem, 1.7959183673vw + 0.4540816327rem, 2.25rem);
  top: clamp(0.875rem, 1.7959183673vw + 0.4540816327rem, 2.25rem);
  width: clamp(0.875rem, 0.9795918367vw + 0.6454081633rem, 1.625rem);
  height: clamp(0.875rem, 0.9795918367vw + 0.6454081633rem, 1.625rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

[class^="modal modal-error"] .modal__inner {
  padding: clamp(1rem, 3.2653061224vw + 0.2346938776rem, 3.5rem) clamp(0.75rem, 2.2857142857vw + 0.2142857143rem, 2.5rem);
}
[class^="modal modal-error"] .modal__body {
  align-items: flex-start;
}
[class^="modal modal-error"] h2 {
  font-size: clamp(0.75rem, 1.6326530612vw + 0.3673469388rem, 2rem);
  margin-bottom: 16px;
}
[class^="modal modal-error"] p {
  font-size: clamp(0.5rem, 0.6530612245vw + 0.3469387755rem, 1rem);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: clamp(0.5rem, 1.306122449vw + 0.193877551rem, 1.5rem);
  text-align: left;
}

[class^="modal modal-transfer"] .modal__inner {
  padding: clamp(1rem, 3.1836734694vw + 0.2538265306rem, 3.4375rem) clamp(0.625rem, 2.4489795918vw + 0.0510204082rem, 2.5rem);
  padding-top: clamp(2.625rem, 2.612244898vw + 2.012755102rem, 4.625rem);
  max-width: clamp(14.5rem, 47.5102040816vw + 3.3647959184rem, 50.875rem);
}
[class^="modal modal-transfer"] .modal__fields {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
[class^="modal modal-transfer"] h2 {
  font-size: clamp(0.75rem, 1.6326530612vw + 0.3673469388rem, 2rem);
  line-height: 1;
}
[class^="modal modal-transfer"] .modal__text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(92, 92, 92);
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
}
[class^="modal modal-transfer"] .input {
  padding: 0;
  width: 230px;
}
[class^="modal modal-transfer"] .input img:nth-last-child(2) {
  width: clamp(0.25rem, 0.6530612245vw + 0.0969387755rem, 0.75rem);
}
[class^="modal modal-transfer"] .input img:last-child {
  margin-right: 10px;
  width: clamp(0.25rem, 0.3265306122vw + 0.1734693878rem, 0.5rem);
}
[class^="modal modal-transfer"] input {
  font-size: 13px;
  min-height: clamp(0.625rem, 2.2857142857vw + 0.0892857143rem, 2.375rem);
  padding: 0 clamp(0.5rem, 0.6530612245vw + 0.3469387755rem, 1rem);
}
[class^="modal modal-transfer"] .modal__buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
}
[class^="modal modal-transfer"] .modal__buttons button {
  width: 142px;
}

.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 48px;
	height: 48px;
	font-size: 20px;
	line-height: 44px;
	color: #ffffff;
	background: var(--text-green);
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 100px, 0);
	border-radius: 50%;
	will-change: transform;
}

.ui-to-top:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--text-green);
	transition: .25s;
	transform: scale(1);
	border-radius: 50%;
	z-index: -1;
}

.ui-to-top:hover {
	color: #ffffff;
}

.ui-to-top:focus {
	color: #ffffff;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}

.div-text {
  margin: 8px;
  font-size: 16px;
}

.modal__field {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.custom-currency-input {
    display: flex;
    align-items: center;
    background-color: rgba(228, 228, 228, 0.3);
    border-radius: 20px;
    padding: 0 8px 0 0;
    width: 230px;
    height: 40px;
    margin-top: 6px;
}
.custom-currency-input input[type="text"] {
    border: none;
    background: transparent;
    padding: 0 12px;
    font-size: 15px;
    outline: none;
    flex: 1;
    height: 38px;
    border-radius: 20px 0 0 20px;
}
.currency-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}
.currency-current {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 10px 0 4px;
    height: 38px;
    border-radius: 0 20px 20px 0;
    transition: background 0.15s;
}
.currency-current:focus {
    background: #f0f6ff;
}
.dropdown-arrow {
    margin-left: 2px;
    transition: transform 0.2s;
}
.currency-dropdown.open .dropdown-arrow {
    transform: rotate(180deg);
}
.currency-list {
    position: absolute;
    top: 26px;
    right: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(60, 80, 100, 0.10);
    padding: 4px 0;
    min-width: 50px;
    z-index: 10;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .18s, transform .18s;
}
.currency-dropdown.open .currency-list {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.currency-list li {
    display: flex;
    align-items: center;
    padding: 6px 18px;
    gap: 10px;
    cursor: pointer;
    transition: background 0.13s;
    font-size: 16px;
}
.currency-list li:hover {
    background: #f0f6ff;
}
.info__item-user {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--bg-gray);
    border-radius: 60px;
    padding: 0 6px;
    min-height: 48px;
}
.info__item-user:hover .info__sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.info__sub-menu {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 12px 0;
    background: var(--bg-gray);
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    z-index: 2;
    pointer-events: none;
    transform: translateY(2rem);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.5, 1);
}
.info__sub-item {
    text-align: center;
}
.info__sub-item:not(:last-child) {
    margin-bottom: 8px;
}
.info__sub-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0;
    color: rgb(128, 129, 145);
    padding: 10px 20px;
    white-space: nowrap;
    transition: background 0.1s;
    text-decoration: none;
}
.info__sub-link:hover {
    background: #f5f5f5;
    color: #2d79f7;
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
  min-width: 0;
}
.custom-select {
  position: relative;
  user-select: none;
  width: 100%;
}
.custom-select__trigger {
  display: flex;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  padding: 11px 14px;
    border: 1px solid rgba(102, 102, 102, 0.35);
  border-radius: 12px;
  background: rgba(228, 228, 228, 0.3);
  font-size: clamp(0.5rem, 0.3265306122vw + 0.4234693878rem, 0.75rem);
  min-height: 40px;
  height: 40px;
  box-sizing: border-box;
}
.arrow {
  margin-left: auto;
  width: 16px; height: 16px;
  background: url(/img/arrow.svg) no-repeat center;
}
.custom-options {
  position: absolute;
  top: 100%; left: 0; right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(60,80,100,0.10);
  display: none;
  z-index: 99;
  min-width: 100%;
}
.custom-option {
  padding: 13px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.custom-select.open .custom-options {
  display: block;
  width: 100%;
}

.custom-file-upload {
  display: inline-block;
  padding: 10px 24px;
  cursor: pointer;
  border-radius: 24px;
  background: linear-gradient(280deg, #27ae60 0%, #2ecc71 100%);
  color: #fff;
  font-weight: 600;
  transition: background 0.2s;
    min-height: 34px;
    max-width: 160px;
    font-size: clamp(0.625rem, 0.1632653061vw + 0.5867346939rem, 0.75rem);
}
.input-select select,
.content__custom-select select {
  width: 100%;
  border: 1px solid rgba(102, 102, 102, 0.35);
  border-radius: 12px;
  background: rgba(228, 228, 228, 0.3);
  font-size: clamp(0.5rem, 0.3265306122vw + 0.4234693878rem, 0.75rem);
  min-height: 40px;
  height: 40px;
  padding: 0 14px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
}
.input-select {
  width: 100%;
  display: block;
}

.custom-file-upload input[type="file"] {
  display: none;
}

.passport-form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 32px;
  align-items: flex-start;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .passport-form-fields {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.custom-select-gender {
    position: relative;
    width: 100%;
    min-width: 0;
}

.custom-select-gender select {
    width: 100%;
    border: 1px solid rgba(102, 102, 102, 0.35);
    border-radius: 12px;
    background: rgba(228, 228, 228, 0.3);
    font-size: clamp(0.5rem, 0.3265306122vw + 0.4234693878rem, 0.75rem);
    min-height: 40px;
    height: 40px;
    padding: 0 40px 0 14px; /* Справа место под стрелку */
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    font-family: inherit;
    color: #1a1c2b;
    cursor: pointer;
}

.custom-select-gender select:focus {
    border: 1px solid #9B9B9B;
}

.custom-select-gender::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    pointer-events: none;
    background-size: 16px 16px;
    transform: translateY(-50%);
    opacity: 0.8;

    margin-left: auto;
    width: 16px;
    height: 16px;
    background: url(/img/arrow.svg) no-repeat center;
}

.is-invalid,
input.is-invalid,
select.is-invalid,
.custom-select-gender select.is-invalid {
    border: 1.5px solid #F0C1C2 !important;
    background: #FFD9DA !important;
}

.input__error {
    color: #CC2E31;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

.file-name {
    display: inline-block;
    margin-top: 8px;
    font-size: 0.85rem;
    color: #222;
    background: rgba(228, 228, 228, 0.45);
    border-radius: 8px;
    padding: 5px 14px;
    min-height: 26px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    word-break: break-all;
    transition: background 0.15s;
}

input.is-invalid ~ .file-name {
    color: #CC2E31;
    background: #FFD9DA;
}

.file-name:empty {
    display: none;
}

.curs {
  display: flex; 
  align-items: center; 
  gap: 2px;
  font-size: 16px;
    color: var(--text-primary);
      line-height: 1.4;
      font-family: "DM Sans", sans-serif;
}

.bank_logo_white {
  font-family: "DM Sans", sans-serif;
  color: var(--text-secondary);
}