@charset "UTF-8";
@font-face {
  font-family: Arial;
  font-display: swap;
  src: url(../fonts/arial.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Arial;
  font-display: swap;
  src: url(../fonts/ArialRegular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Arial;
  font-display: swap;
  src: url(../fonts/ArialBold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Arial;
  font-display: swap;
  src: url(../fonts/ArialBlack.woff2) format("woff2");
  font-weight: 900;
  font-style: normal
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: RobotoMono;
  font-display: swap;
  src: url(../fonts/RobotoMono-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #2b2c2e;
  line-height: 1;
  font-family: Arial;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Arial;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
body {
  color: #2b2c2e
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper > main {
  flex: 1 1 auto
}
.wrapper > * {
  min-width: 0
}
[class*=__container] {
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
.menu-overlay {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 600;
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none
}
.menu-open .menu-overlay {
  opacity: 1;
  pointer-events: all
}
.icon-menu {
  display: none
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.header__body {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9900;
  position: relative
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 33px
}
.header__buttons {
  display: flex;
  gap: 35px;
  align-items: center
}
.header__login {
  padding: 10px 20px;
  background-color: #f26822;
  border-radius: 4px;
  color: #fff;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4285714286;
  position: relative;
  transition: all .3s ease
}
.header__login:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  background-color: #e6e7eb;
  width: 1px;
  height: 40px;
  border-radius: 4px
}
.header__register {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  color: #f26822
}
.menu {
  display: none
}
.menu__list {
  display: flex;
  gap: 33px
}
.menu__link {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  text-transform: uppercase;
  position: relative;
  transition: all .3s ease
}
.menu__link img {
  display: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px
}
.footer {
  background-color: #050505;
  padding: 60px 0;
  color: #fff
}
.footer__body {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%
}
.footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 52px;
  height: 100%
}
.footer__wrap {
  display: flex;
  align-items: center;
  gap: 4px
}
.footer__wrap span {
  line-height: 19.6px;
  font-size: 14px;
  font-weight: 400
}
.footer__copy {
  flex: 1 1 auto;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4166666667;
  color: #fff
}
.footer__select {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer
}
.footer__content {
  display: flex;
  gap: 200px
}
.footer__main {
  display: flex;
  gap: 200px
}
.footer__heading {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.2142857143
}
.footer__list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px
}
.footer__link {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #cdced1;
  transition: all .3s ease
}
.footer__adapt {
  display: none
}
.footer__website {
  display: none
}
.main-block {
  padding: 40px 0 0 0
}
.main-block__content {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.main-block__text {
  max-width: 610px
}
.main-block__title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2
}
.main-block__subtitle {
  margin-top: 32px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5
}
.main-block__items {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 20px
}
.exchange {
  border: 1px solid #e6e7eb;
  border-radius: 4px;
  width: 420px
}
.exchange__heading {
  min-height: 51px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f7fa
}
.exchange__btn {
  padding: 16px 20px;
  color: #818284;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  z-index: 500;
  transition: all .3s ease
}
.exchange__btn._active {
  color: #000;
  background-color: #fff;
  position: relative
}
.exchange__btn._active::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 52px;
  top: 0;
  right: -42px;
  background: linear-gradient(70deg,#fff 50%,#f5f7fa 50%)
}
.exchange__cards {
  padding: 20px
}
.exchange__card {
  padding: 16px 12px;
  background-color: #f5f7fa;
  border-radius: 2px;
  border: 1px solid #e6e7eb;
  position: relative
}
.exchange__card:not(:first-child) {
  margin-top: 5px
}
.exchange__card:first-child::after {
  content: "";
  background: url(../img/cur-icons/swap.svg) center no-repeat;
  position: absolute;
  top: 75px;
  left: 45%;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #e6e7eb;
  border-radius: 4px;
  z-index: 1
}
.exchange__currency {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.exchange__operation {
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.1666666667
}
.exchange__result {
  color: #2b2c2e;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  outline: 0
}
.exchange__result::-webkit-input-placeholder {
  color: #818284;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2
}
.exchange__result:-ms-input-placeholder {
  color: #818284;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2
}
.exchange__result::-ms-input-placeholder {
  color: #818284;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2
}
.exchange__result::placeholder {
  color: #818284;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2
}
.exchange__error {
  color: #eb5757;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400
}
.exchange__select {
  background-color: #f26822;
  padding: 8px;
  border-radius: 4px;
  color: #fff;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4285714286
}
.exchange__reserve {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #575859;
  padding: 5px 15px
}
.exchange__actions {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px
}
.exchange__current {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #575859;
  padding: 5px 15px
}
.exchange__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #fff;
  background-color: #f26822;
  padding: 10px 20px;
  border-radius: 4px;
  transition: all .3s ease
}
.exchange__button span {
  margin-left: 5px
}
.item-card {
  padding: 20px;
  border: 1px solid #f26822;
  border-radius: 4px;
  width: calc(25% - 20px);
  box-sizing: border-box
}
.item-card__heading {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.item-card__number {
  color: #f26822;
  font-family: RobotoMono;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2
}
.item-card__icon img {
  max-width: 100%;
  height: auto
}
.item-card__title {
  margin-top: 16px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5
}
.item-card__subtitle {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5
}
.custom-dropdown_from {
  position: relative;
  max-width: 100%;
  width: auto;
  font-family: Arial
}
.dropdown-header_from {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f26822;
  color: #fff;
  padding: 8px;
  gap: 8px;
  width: 150px;
  cursor: pointer;
  border-radius: 4px
}
.dropdown-header_from:active {
  background-color: #a96217
}
.selected-item_from {
  display: flex;
  align-items: center;
  gap: 8px
}
.dropdown-title_from {
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  white-space: nowrap;
  overflow: hidden;
  width: 90px
}
.drowpdown-items_from {
  white-space: nowrap;
  overflow: hidden;
  width: 130px;
  text-overflow: ellipsis
}
.chevron {
  display: flex;
  align-items: center;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.dropdown-header_from.active-select .chevron {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.dropdown-content_from {
  margin-top: 4px;
  width: 192px!important;
  height: 286px;
  padding: 8px 12px 8px 0;
  overflow: auto;
  display: none;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0,0,0,.1)
}
.dropdown-content_from.active-select {
  display: block
}
.search-bar_from {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border-bottom: 1px solid #ccc;
  outline: 0;
  box-sizing: border-box;
  font-size: 14px
}
.dropdown-list_from {
  list-style: none;
  margin: 0;
  padding: 0
}
.dropdown-item_from {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  transition: background-color .3s ease
}
.dropdown-item_from:hover {
  background-color: #f0f0f0
}
.currency-icon {
  width: 20px;
  height: 20px
}
.selected-icon_from {
  width: 20px;
  height: 20px
}
.drop-checkmark {
  visibility: hidden
}
.dropdown-item_from.selected-option .drop-checkmark {
  visibility: visible
}
.no-results_from {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #848484;
  padding: 20px;
  text-align: center
}
.custom-dropdown_to {
  position: relative;
  max-width: 100%;
  width: auto;
  font-family: Arial
}
.dropdown-header_to {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f26822;
  color: #fff;
  padding: 8px;
  gap: 8px;
  width: 150px;
  cursor: pointer;
  border-radius: 4px
}
.dropdown-header_to:active {
  background-color: #a96217
}
.selected-item_to {
  display: flex;
  align-items: center;
  gap: 8px
}
.dropdown-title_to {
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  white-space: nowrap;
  overflow: hidden;
  width: 90px
}
.drowpdown-items_to {
  white-space: nowrap;
  overflow: hidden;
  width: 130px;
  text-overflow: ellipsis
}
.dropdown-header_to.active-select .chevron {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.dropdown-content_to {
  margin-top: 4px;
  width: 192px!important;
  height: 286px;
  padding: 8px 12px 8px 0;
  overflow: auto;
  display: none;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0,0,0,.1)
}
.dropdown-content_to.active-select {
  display: block
}
.search-bar_to {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border-bottom: 1px solid #ccc;
  outline: 0;
  box-sizing: border-box;
  font-size: 14px
}
.dropdown-list_to {
  list-style: none;
  margin: 0;
  padding: 0
}
.dropdown-item_to {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  transition: background-color .3s ease
}
.dropdown-item_to:hover {
  background-color: #f0f0f0
}
.selected-icon_to {
  width: 20px;
  height: 20px
}
.dropdown-item_to.selected-option .drop-checkmark {
  visibility: visible
}
.no-results_to {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #848484;
  padding: 20px;
  text-align: center
}
.modal {
  display: none;
  position: fixed;
  z-index: 9900;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,.5)
}
.modal-content {
  position: absolute;
  background-color: #fff;
  width: 448px;
  border-radius: 8px;
  border: 1px solid #888;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.modal-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17.5px 24px;
  border-bottom: 1px solid #e6e7eb
}
.modal-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px
}
.modal-body {
  padding: 24px
}
.modal-info {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.modal-give {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #575859
}
.modal-cost {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px
}
.modal-crypto {
  display: flex;
  align-items: center;
  gap: 4px
}
.modal-receive {
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 8px
}
.modal-curriency {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.modal-exchange {
  margin-top: 16px
}
.modal-form {
  margin-top: 32px
}
.modal-help {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #6c6f80
}
.modal-agreement {
  margin-top: 16px
}
.modal-button {
  margin-top: 32px
}
.modal-btn {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px;
  width: 100%;
  background-color: #f26822;
  color: #fff;
  border-radius: 4px
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer
}
.form__destination,
.form__memo {
  margin-top: 16px
}
#modal-confirm {
  display: none;
  position: fixed;
  z-index: 9900;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5)
}
.modal-question,
.modal-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.modal-question {
  margin-top: 10px
}
._white {
  background-color: #fff;
  color: #f26822
}
._show-again {
  padding-top: 9px
}
.why {
  padding: 160px 0
}
.why__heading {
  text-align: left
}
.why__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.1944444444
}
.why__subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8
}
.why__body {
  margin-top: 40px;
  display: flex;
  justify-content: space-between
}
.rates {
  width: 50%
}
.rates__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2083333333
}
.rates__subtitle {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5
}
.rates__columns {
  margin-top: 28px;
  display: flex;
  width: 100%
}
.rates__column {
  width: 100%
}
.rates__naming {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.2142857143;
  color: #575859
}
.rates__list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px
}
.rates__item {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.rates__wrapper {
  display: flex;
  gap: 10px
}
.rates__block {
  display: flex;
  gap: 10px;
  align-items: center
}
.rates__block img {
  width: 16px;
  height: 16px
}
.rates__result {
  display: flex;
  gap: 10px;
  width: 200px;
  align-items: center
}
.rates__mlimg {
  margin-left: -12px
}
.rates__currency {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #575859
}
.rates__num {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000
}
.rates__more {
  margin-top: 20px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #f26822
}
.benefits {
  width: 50%
}
.benefits__item {
  padding: 32px 24px;
  border-left: 1px solid #e6e7eb
}
.benefits__item:not(:last-child) {
  border-bottom: 1px solid #e6e7eb
}
.benefits__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2
}
.benefits__subtitle {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5
}
.cashback {
  background-color: #f5f7fa;
  padding: 100px 0
}
.cashback__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}
.cashback__heading {
  text-align: center;
  max-width: 800px
}
.cashback__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.1944444444
}
.cashback__subtitle {
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8
}
.cashback__item {
  width: 33.333%;
  padding: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  word-wrap: break-word;
  gap: 20px;
  border-radius: 4px
}
.cashback__image {
  width: 96px;
  height: 96px;
  border: 1px solid #f26822;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px
}
.cashback__info {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2
}
.cashback__text {
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: 250px
}
.cashback__content {
  display: flex;
  gap: 20px;
  margin-top: 60px
}
.cashback__register {
  margin-top: 60px;
  padding: 12px 20px;
  background-color: #f26822;
  color: #fff;
  font-family: Inter;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.4285714286;
  border-radius: 4px;
  min-width: 400px;
  text-align: center;
  transition: all .3s ease
}
.contact-us {
  padding: 160px 0 80px 0
}
.contact-us__body {
  display: grid;
  grid-template-columns: 55.5454545455% 1fr;
  align-items: center;
  gap: 20px
}
.contact-us__image img {
  max-width: 100%
}
.contact-us__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.1944444444
}
.contact-us__subtitle {
  margin-top: 24px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8
}
.contact-us__btn {
  margin-top: 60px;
  padding: 12px 20px;
  color: #fff;
  background-color: #f26822;
  border-radius: 4px;
  font-family: Inter;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  transition: all .3s ease
}
.referal {
  padding: 80px 0
}
.referal__body {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: center;
  gap: 100px
}
.referal__image img {
  max-width: 100%
}
.referal__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.1944444444
}
.referal__subtitle {
  margin-top: 24px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8
}
.referal__btn {
  margin-top: 60px;
  padding: 12px 20px;
  color: #fff;
  background-color: #f26822;
  border-radius: 4px;
  font-family: Inter;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  transition: all .3s ease
}
.faq {
  padding: 80px 0 160px 0
}
.faq__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.1944444444
}
.faq__body {
  margin-top: 24px
}
.accordion {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  transition: .4s;
  border-bottom: 1px solid #ccc
}
.accordion:after {
  content: url(../img/faq/plus.svg);
  font-weight: 700;
  float: right;
  margin-left: 5px;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.active:after {
  content: url(../img/faq/plus.svg);
  font-weight: 700;
  float: right;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.panel {
  max-height: 0;
  overflow: hidden;
  text-align: left;
  transition: max-height .2s ease-out
}
.panel ul {
  padding: 16px 0
}
.panel__dot {
  list-style: disc
}
.panel ul li {
  line-height: 142%;
  color: #575859
}
.panel__wrapper {
  padding: 20px
}
.panel__header {
  font-weight: 700;
  margin-bottom: 10px
}
.panel ul li:not(:first-child) {
  margin-top: 20px
}
.register {
  background-color: #f1f2f4;
  padding: 145.5px 0
}
.register__body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%
}
.register__inner {
  max-width: 400px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e6e7eb
}
.register__title {
  font-size: 28px;
  font-weight: 900;
  line-height: 33.6px
}
.register__actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px
}
.register__question {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #848484;
  text-align: center
}
.register__link {
  font-weight: 700;
  color: #f26822;
  line-height: 16.8px;
  font-size: 12px
}
.form {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px
}
.form__label {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #2b2c2e
}
.form__input {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 12px;
  border: 1px solid #e6e7eb;
  border-radius: 4px;
  outline: 0;
  color: #2b2c2e
}
.form__input::-webkit-input-placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.form__input:-ms-input-placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.form__input::-ms-input-placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.form__input::placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.form__link {
  color: #f26822
}
.form__btn {
  color: #fff;
  background-color: #f26822;
  padding: 10px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px
}
.form__error {
  color: #c63c27;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  margin-top: 4px
}
._error {
  border-color: #c63c27
}
.form__wrapper-chackbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #2b2c2e
}
.form__wrapper-chackbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}
.checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #e6e7eb;
  border-radius: 4px
}
.form__wrapper-chackbox:hover input ~ .checkmark {
  background-color: #fff
}
.form__wrapper-chackbox input:checked ~ .checkmark {
  background-color: #f26822;
  border: 1px solid #f26822
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none
}
.form__wrapper-chackbox input:checked ~ .checkmark:after {
  display: block
}
.form__wrapper-chackbox .checkmark:after {
  left: 5.2px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.login {
  background-color: #f1f2f4;
  padding: 145.5px 0
}
.login__body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%
}
.login__inner {
  max-width: 400px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e6e7eb
}
.login__title {
  font-size: 28px;
  font-weight: 900;
  line-height: 33.6px
}
.login__actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 8px
}
.login__question {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #848484;
  text-align: center
}
.login__link {
  font-weight: 700;
  color: #f26822;
  line-height: 16.8px;
  font-size: 12px
}
.login__forgot {
  font-weight: 700;
  color: #f26822;
  line-height: 16.8px;
  font-size: 12px
}
.login__additional {
  display: flex;
  gap: 4px
}
.form {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px
}
.form__label {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #2b2c2e
}
.form__input {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 12px;
  border: 1px solid #e6e7eb;
  border-radius: 4px;
  outline: 0;
  color: #2b2c2e
}
.form__link {
  color: #f26822
}
.form__btn {
  color: #fff;
  background-color: #f26822;
  padding: 10px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px
}
.form__error {
  color: #c63c27;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  margin-top: 4px
}
.form__wrapper {
  position: relative
}
.form__eye {
  position: absolute;
  right: 12px;
  top: 35px;
  cursor: pointer
}
._error {
  border-color: #c63c27
}
.cabinet {
  background-color: #f1f2f4;
  padding: 24px 0 0 0;
  color: #2b2c2e
}
.cabinet__body {
  display: flex;
  gap: 8px
}
.cabinet__content {
  width: 100%
}
.info {
  padding: 24px;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 295px
}
.info__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.info__current {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px
}
.customer {
  width: 295px;
  margin-top: 2px;
  padding: 24px;
  background-color: #fff
}
.customer__info {
  display: flex;
  justify-content: space-between
}
.customer__title {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #848484
}
.customer__email,
.customer__fullname,
.customer__number {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400
}
.customer__emails,
.customer__phone {
  margin-top: 20px
}
.customer__edit {
  cursor: pointer
}
.stats {
  width: 295px;
  margin-top: 2px;
  padding: 24px;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px
}
.stats__additional {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.stats__subtitle {
  color: #848484;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400
}
.stats__value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400
}
.stats__verif-value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400
}
.stats__level {
  margin-top: 20px
}
.stats__percent {
  margin-top: 20px
}
.stats__date {
  margin-top: 20px;
  line-height: 19.6px;
  font-size: 14px;
  color: #acafbf
}
.programme {
  padding: 24px;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%
}
.programme__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700
}
.programme__stats {
  margin-top: 20px;
  display: flex;
  gap: 20px
}
.programme__level {
  width: 200px
}
.programme__percent {
  width: 200px
}
.programme__subtitle {
  color: #848484;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden
}
.programme__green {
  color: #0e8e9f;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700
}
.programme__value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400
}
.programme__info {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%
}
.programme__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%
}
.programme__points {
  max-width: 200px;
  width: 100%
}
.programme__transitions {
  max-width: 200px;
  width: 100%
}
.programme__today {
  max-width: 200px;
  width: 100%
}
.programme__clients {
  max-width: 200px;
  width: 100%
}
.programme__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%
}
.mobile-programme {
  display: none!important;
  padding: 24px;
  background-color: #fff;
  width: 100%
}
.mobile-programme__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700
}
.mobile-programme__stats {
  margin-top: 20px;
  display: flex;
  gap: 30px
}
.mobile-programme__level {
  width: 200px
}
.mobile-programme__percent {
  width: 200px
}
.mobile-programme__subtitle {
  color: #848484;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden
}
.mobile-programme__green {
  color: #0e8e9f;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700
}
.mobile-programme__value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400
}
.mobile-programme__info {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%
}
.mobile-programme__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%
}
.mobile-programme__points {
  max-width: 200px;
  width: 100%
}
.mobile-programme__transitions {
  max-width: 200px;
  width: 100%
}
.mobile-programme__today {
  max-width: 200px;
  width: 100%
}
.mobile-programme__clients {
  max-width: 200px;
  width: 100%
}
.mobile-programme__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%
}
.ref {
  margin-top: 20px;
  padding: 16px;
  background-color: #ffede4;
  border-radius: 8px
}
.ref__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #f26822
}
.ref__description {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #f26822;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  position: relative;
  word-break: break-all
}
.history {
  margin-top: 2px;
  padding: 24px;
  background-color: #fff
}
.history__heading {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.history__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700
}
.history__actions {
  display: flex;
  align-items: center;
  gap: 20px
}
.history__input {
  border: 1px solid #e6e7eb;
  border-radius: 1px;
  padding: 9px 6px 9px 28px;
  outline: 0;
  max-width: 200px;
  width: 100%
}
.history__input::-webkit-input-placeholder {
  font-size: 14px;
  color: #acafbf;
  line-height: 19.6px
}
.history__input:-ms-input-placeholder {
  font-size: 14px;
  color: #acafbf;
  line-height: 19.6px
}
.history__input::-ms-input-placeholder {
  font-size: 14px;
  color: #acafbf;
  line-height: 19.6px
}
.history__input::placeholder {
  font-size: 14px;
  color: #acafbf;
  line-height: 19.6px
}
.history__search {
  position: relative
}
.history__search-icon {
  position: absolute;
  top: 12px;
  left: 6px
}
.history__filter {
  cursor: pointer
}
.mobile-history {
  display: none;
  padding: 24px;
  background-color: #fff
}
.mobile-history__heading {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.mobile-history__actions {
  display: flex;
  align-items: center;
  gap: 20px
}
.mobile-history__input {
  border: 1px solid #e6e7eb;
  border-radius: 1px;
  padding: 9px 6px 9px 28px;
  outline: 0;
  max-width: 250px;
  width: 100%
}
.mobile-history__input::-webkit-input-placeholder {
  font-size: 14px;
  color: #acafbf;
  line-height: 19.6px
}
.mobile-history__input:-ms-input-placeholder {
  font-size: 14px;
  color: #acafbf;
  line-height: 19.6px
}
.mobile-history__input::-ms-input-placeholder {
  font-size: 14px;
  color: #acafbf;
  line-height: 19.6px
}
.mobile-history__input::placeholder {
  font-size: 14px;
  color: #acafbf;
  line-height: 19.6px
}
.mobile-history__search {
  position: relative
}
.mobile-history__search-icon {
  position: absolute;
  top: 12px;
  left: 6px
}
.mobile-history__filter {
  cursor: pointer
}
.mobile-history__item {
  margin-top: 32px
}
.mobile-history__date {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #575859
}
.mobile-history__content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e7eb
}
.mobile-history__bottom,
.mobile-history__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px
}
.mobile-history__operation {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px
}
.mobile-history__course {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px
}
.mobile-history__idtitle {
  color: #5a5a5c;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px
}
.mobile-history__title {
  text-align: right;
  color: #5a5a5c;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px
}
.mobile-history__number {
  color: #323233;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px
}
.mobile-history__adress {
  color: #323233;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.cabinet__tabs {
  display: none!important;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}
.cabinet__tabs .cabinet__tabs-inner {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.cabinet__tab {
  cursor: pointer;
  padding: 24px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  flex-shrink: 0
}
.cabinet__tab.active-tab {
  color: #f26822
}
.cabinet__tab.active-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f26822
}
.table-container {
  width: 100%;
  overflow-x: auto;
  border-radius: 8px
}
.custom-table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden
}
.custom-table td,
.custom-table th {
  text-align: left;
  font-size: 1rem;
  border-bottom: 1px solid #e0e0e0
}
.custom-table th {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #5a5a5c;
  padding: 12px
}
.custom-table td {
  padding: 20px 16px;
  color: #555;
  font-weight: 400
}
.custom-table td:nth-child(3),
.custom-table td:nth-child(5) {
  text-align: right
}
.custom-table tbody tr:last-child td {
  border-bottom: none
}
.table-id {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700
}
.table-date {
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 400;
  color: #575859
}
.table-courses {
  text-align: left
}
.table-time {
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 400;
  color: #848484
}
.table-operations {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.table-courses {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.table-waiting {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #a96217;
  text-align: left
}
.table-adress {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #323233
}
.table-done {
  color: #0e8e9f;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  text-align: left
}
.table-rejected {
  color: #c63c27;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  text-align: left
}
.modal-customer {
  display: none;
  position: fixed;
  z-index: 9900;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,.5)
}
.modal-customer-content {
  position: absolute;
  background-color: #fff;
  width: 448px;
  border-radius: 8px;
  border: 1px solid #888;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.modal-customer-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17.5px 24px;
  border-bottom: 1px solid #e6e7eb
}
.modal-customer-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px
}
.modal-customer-body {
  padding: 24px
}
.modal-customer-buttons {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}
.modal-customer-btn,
.modal-customer-mobile-btn {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px;
  width: 100%;
  background-color: #f26822;
  color: #fff;
  border-radius: 4px
}
.modal-customer-decline,
.modal-customer-mobile-decline {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  color: #f26822;
  border-radius: 4px
}
.modal-filter {
  display: none;
  position: fixed;
  z-index: 9900;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,.5)
}
.modal-filter-content {
  position: absolute;
  background-color: #fff;
  width: 448px;
  border-radius: 8px;
  border: 1px solid #888;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.modal-filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17.5px 24px;
  border-bottom: 1px solid #e6e7eb
}
.modal-filter-title {
  font-weight: 700;
  font-size: 16px
}
.modal-filter-body {
  padding: 24px
}
.form__adress {
  margin-bottom: 15px
}
.form__label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block
}
.currency-select img {
  margin-right: 8px;
  width: 20px;
  height: 20px
}
.modal-filter-buttons {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}
.modal-filter-btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  width: 100%;
  background-color: #f26822;
  color: #fff;
  border-radius: 4px
}
.modal-filter-decline {
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  color: #f26822;
  border-radius: 4px
}
.modal-flter-inputs {
  margin-top: 10px;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 360px;
  width: 100%
}
.modal-filter-input {
  border: 1px solid #e6e7eb;
  min-height: 38px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400
}
.modal-filter-input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400
}
.modal-filter-input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400
}
.modal-filter-input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400
}
.modal-filter-input::placeholder {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400
}
.modal-filter-icon {
  position: absolute;
  left: 10px;
  top: 12px
}
.modal-filter-period {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px
}
.modal-filter-label {
  margin-top: 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
._from {
  padding-left: 32px;
  border-right: 0
}
.today {
  color: #f26822;
  font-weight: 600;
  font-size: 14px;
  border: none
}
.today::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f26822;
  width: 4px;
  height: 4px;
  border-radius: 50%
}
.selected {
  background-color: #f26822!important;
  border: none
}
.endRange,
.startRange {
  border-radius: 100%!important
}
.inRange {
  background-color: #ffede4!important;
  border-color: #ffede4!important
}
.flatpickr-monthDropdown-months {
  color: #f26822!important;
  font-size: 14px!important;
  font-weight: 600!important
}
.flatpickr-monthDropdown-months:hover {
  background-color: transparent!important
}
.cur-year {
  color: #f26822!important;
  font-size: 14px!important;
  font-weight: 600!important
}
.numInputWrapper:hover {
  background-color: transparent!important
}
.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
  width: 10px;
  height: 10px
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 25px!important;
  top: 18px!important
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
  right: 35px!important;
  top: 18px!important
}
.flatpickr-current-month {
  padding: 11.48px 0 0 0!important
}
.flatpickr-calendar {
  padding: 18px!important;
  border-radius: 8px!important
}
.flatpickr-weekdays {
  margin-top: 15px
}
.flatpickr-weekday {
  color: #848484!important;
  font-size: 12px!important;
  font-weight: 400!important
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #ffede4,5px 0 0 #ffede4!important
}
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: #f26822!important;
  border-color: #f26822!important
}
.arrowDown,
.arrowUp {
  display: none!important
}
.filter-currency-select {
  margin-top: 3px;
  position: relative;
  cursor: pointer
}
.filter-select-selected {
  padding: 10px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #848484;
  line-height: 19.6px;
  width: 100%
}
.filter-select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 10;
  display: block;
  font-size: 14px
}
.filter-select-items.filter-select-hide {
  display: none
}
.filter-select-items-curriency {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer
}
.filter-select-items div:hover {
  background: #f0f0f0
}
.payment {
  background-color: #f1f2f4;
  padding: 24px 0 200px 0;
  position: relative
}
.payment__body {
  display: flex;
  gap: 20px
}
.payment__bar {
  border-radius: 3px;
  border: 1px solid #e6e7eb;
  width: 397px;
  flex-shrink: 0;
  background-color: #fff;
  height: 100%
}
.payment__action {
  border-radius: 3px;
  border: 1px solid #e6e7eb;
  width: 100%;
  background-color: #fff
}
.payment__stage-one {
  height: 100%;
  width: 100%
}
.info {
  width: 100%;
  padding: 24px 24px 20px 24px;
  border-bottom: 1px solid #e6e7eb
}
.info__number {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700
}
.info__number-orange {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #f26822
}
.info__created-at {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px
}
.info__exchange-data {
  margin-top: 24px
}
.info__exchange-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px
}
.info__more {
  margin-top: 16px
}
.info__row {
  margin-top: 8px;
  display: flex;
  flex-direction: column
}
.info__row-cost {
  margin-top: 8px
}
.info__label {
  color: #575859;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px
}
.info__data {
  display: flex;
  align-items: center;
  gap: 8px
}
.info__amount {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #f26822;
  cursor: pointer
}
.info__currency {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400
}
.info__account-number {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #f26822;
  cursor: pointer;
  word-break: break-all;
  position: relative;
  display: flex;
  align-items: center
}
.info__exchange-rate {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400
}
._ml {
  margin-left: 5px
}
.centered {
  position: relative
}
.get {
  margin-top: 16px;
  border-bottom: 1px solid #e6e7eb
}
.get__inner {
  padding: 0 24px 24px 24px
}
.get__label {
  color: #575859;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px
}
.get__data {
  display: flex;
  align-items: center;
  gap: 8px
}
.get__amount {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 700;
  color: #f26822;
  cursor: pointer;
  position: relative
}
.get__currency {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400
}
.get__row {
  margin-top: 8px;
  display: flex;
  flex-direction: column
}
.get__account-number {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #f26822;
  cursor: pointer;
  word-break: break-all;
  position: relative;
  display: flex;
  align-items: center
}
.notifications__inner {
  padding: 20px 20px 24px 20px
}
.notifications__info {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px
}
.notifications__btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #f26822;
  margin-left: 49px
}
.process {
  border-bottom: 1px solid #e6e7eb
}
.process__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  gap: 12px
}
.process__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap
}
.process__payment {
  width: 35%;
  display: flex;
  align-items: center;
  gap: 12px
}
.process__payment::after {
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e6e7eb
}
.process__handling {
  width: 35%;
  display: flex;
  align-items: center;
  gap: 12px
}
.process__handling::after {
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e6e7eb
}
.process__end {
  width: 30%;
  display: flex;
  align-items: center;
  gap: 12px
}
.desc {
  border-bottom: 1px solid #e6e7eb
}
.desc__inner {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px
}
.desc__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px
}
.desc__timer {
  display: flex;
  align-items: center;
  gap: 8px
}
.desc__time {
  font-size: 15px;
  line-height: 24.8px;
  font-weight: 700;
  color: #f26822
}
.desc__time-end {
  font-size: 15px;
  line-height: 24.8px;
  font-weight: 700;
  color: #c63c27
}
.desc__text,
.desc__wait {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400
}
.desc__item {
  display: flex;
  gap: 12px
}
.desc__body {
  width: 100%
}
.desc__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer
}
.desc__chevron {
  display: none;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.desc__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #575859;
  display: block
}
.buttons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.buttons__interact {
  display: flex;
  gap: 20px
}
.buttons__pay {
  padding: 10px 40px;
  background-color: #f26822;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px
}
.buttons__refresh {
  padding: 10px 40px;
  background-color: #f26822;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px
}
.buttons__retry {
  padding: 10px 40px;
  background-color: #f26822;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px
}
.buttons__decline {
  padding: 10px 40px;
  background-color: transparent;
  color: #f26822;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px
}
.buttons__check {
  padding: 10px;
  background-color: transparent;
  color: #f26822;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px
}
.buttons__support {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f26822;
  font-size: 14px;
  font-weight: 500
}
.process-mobile {
  display: none;
  padding: 24px 24px 0 24px
}
.process-mobile__body {
  display: flex;
  align-items: center;
  gap: 12px
}
.process-mobile__count {
  display: flex;
  align-items: center;
  padding: 4px 11px;
  background-color: #f5f7fa;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  gap: 3px
}
.process-mobile__number {
  color: #f26822
}
.process-mobile__allnumber {
  color: #848484
}
.process-mobile__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.process-mobile__created {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #575859
}
.process-mobile__date {
  color: #2b2c2e
}
.buttons-mobile {
  display: none;
  padding: 16px
}
.buttons-mobile__pay {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f26822;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px
}
.buttons-mobile__refresh {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f26822;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px
}
.buttons-mobile__retry {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f26822;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px
}
.buttons-mobile__decline {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #f26822;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px
}
.buttons-mobile__check {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #f26822;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px
}
.buttons-mobile__support {
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #f26822;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.desc__inprocess {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite
}
.txid {
  margin-top: 20px;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #e6e7eb;
  border-radius: 3px
}
.txid__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px
}
.txid__copy {
  position: relative;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  word-wrap: break-word;
  word-break: break-all
}
.txid__explorer {
  margin-top: 16px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #f26822
}
.txid-mobile {
  display: none;
  padding: 24px;
  border-top: 1px solid #e6e7eb;
  border-bottom: 1px solid #e6e7eb
}
.txid-mobile__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px
}
.txid-mobile__copy {
  position: relative;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  word-wrap: break-word;
  word-break: break-all
}
.txid-mobile__explorer {
  margin-top: 16px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #f26822
}
.modal-warning {
  display: block;
  position: fixed;
  z-index: 9900;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,.5)
}
.modal-warning-content {
  position: absolute;
  background-color: #fff;
  width: 448px;
  border-radius: 8px;
  border: 1px solid #888;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.modal-warning-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17.5px 24px;
  border-bottom: 1px solid #e6e7eb
}
.modal-warning-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  color: #c63c27
}
.modal-warning-body {
  padding: 24px
}
.modal-warning-info {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.modal-warning-give {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.8px;
  color: #575859
}
.modal-warning-cost {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px
}
.modal-warning-text {
  font-size: 16px;
  color: #575859;
  font-weight: 400;
  line-height: 24px
}
.modal-warning-crypto {
  display: flex;
  align-items: center;
  gap: 4px
}
.modal-warning-receive {
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 8px
}
.modal-warning-curriency {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.modal-warning-exchange {
  margin-top: 16px
}
.modal-warning-btn {
  margin-top: 24px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px;
  width: 100%;
  background-color: #f26822;
  color: #fff;
  border-radius: 4px
}
.modal-warning-aml {
  display: block;
  position: fixed;
  z-index: 9900;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,.5)
}
.modal-warning-aml-content {
  position: absolute;
  background-color: #fff;
  width: 448px;
  border-radius: 8px;
  border: 1px solid #888;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.modal-warning-aml-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17.5px 24px;
  border-bottom: 1px solid #e6e7eb
}
.modal-warning-aml-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  color: #c63c27
}
.modal-warning-aml-body {
  padding: 24px
}
.modal-warning-aml-info {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.modal-warning-aml-text {
  margin-top: 12px;
  font-size: 16px;
  color: #575859;
  font-weight: 400;
  line-height: 24px
}
.modal-warning-aml-btn {
  margin-top: 24px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px;
  width: 100%;
  background-color: #f26822;
  color: #fff;
  border-radius: 4px
}
.modal-warning-aml-btn-white {
  margin-top: 5px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  color: #f26822;
  border-radius: 4px
}
.modal-email {
  display: none;
  position: fixed;
  z-index: 9900;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,.5)
}
.modal-email-content {
  position: absolute;
  background-color: #fff;
  width: 448px;
  border-radius: 8px;
  border: 1px solid #888;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.modal-email-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17.5px 24px;
  border-bottom: 1px solid #e6e7eb
}
.modal-email-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px
}
.modal-email-body {
  padding: 24px
}
.modal-email-info {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.modal-email-give {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #575859
}
.modal-email-cost {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px
}
.modal-email-crypto {
  display: flex;
  align-items: center;
  gap: 4px
}
.modal-email-receive {
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 8px
}
.modal-email-curriency {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.modal-email-exchange {
  margin-top: 16px
}
.modal-email-form {
  margin-top: 32px
}
.modal-email-help {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #6c6f80
}
.modal-email-agreement {
  margin-top: 16px
}
.modal-email-button {
  margin-top: 32px
}
.modal-email-btn {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px;
  width: 100%;
  background-color: #f26822;
  color: #fff;
  border-radius: 4px
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer
}
.form__destination,
.form__memo {
  margin-top: 16px
}
.modal-email-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.modal-email-label {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #2b2c2e
}
.modal-email-input {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 130px 9px 12px;
  border: 1px solid #e6e7eb;
  border-radius: 4px;
  outline: 0;
  color: #2b2c2e
}
.modal-email-input::-webkit-input-placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.modal-email-input:-ms-input-placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.modal-email-input::-ms-input-placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.modal-email-input::placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.modal-email-mail {
  position: relative
}
.modal-email-code {
  margin-top: 16px
}
.modal-email-send {
  position: absolute;
  top: 34px;
  right: 12px;
  color: #acafbf;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.modal-email-timer {
  position: absolute;
  top: 34px;
  right: 12px;
  color: #acafbf;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.modal-email-error {
  color: #c63c27;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  margin-top: 4px
}
._modal-email-error-border {
  border-color: #c63c27
}
.modal-success {
  position: absolute;
  background-color: #fff;
  width: 393px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  bottom: 5%;
  padding: 20px;
  right: 15%
}
.page {
  position: relative
}
.modal-success-content {
  display: flex;
  align-items: center;
  gap: 16px
}
.modal-success-body {
  display: flex;
  justify-content: space-between
}
#openModalQRBtn {
  cursor: pointer
}
.modal-qr {
  display: none;
  position: fixed;
  z-index: 9900;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,.5)
}
.modal-qr-content {
  position: absolute;
  background-color: #fff;
  width: 448px;
  border-radius: 8px;
  border: 1px solid #888;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding-bottom: 52px
}
.modal-qr-heading {
  padding: 16px 24px;
  display: flex;
  justify-content: flex-end;
  width: 100%
}
.modal-qr-copy {
  padding: 10px 12px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  background-color: #ffede4;
  color: #f26822;
  border-radius: 8px;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  gap: 8px
}
.modal-qr-text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400
}
.modal-qr-crypto {
  margin-top: 24px;
  display: flex;
  align-items: center
}
.modal-qr-name {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400
}
.modal-qr-number {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #f26822
}
.modal-qr-copy {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center
}
.tooltip {
  visibility: hidden;
  background-color: #f26822;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 6px 12px;
  width: 120px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .3s;
  z-index: 1;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400
}
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #f26822 transparent transparent transparent
}
.bank {
  position: relative
}
.tooltip.show {
  visibility: visible;
  opacity: 1
}
.refund {
  background-color: #f1f2f4;
  padding: 24px 0 200px 0;
  position: relative
}
.refund__body {
  display: flex;
  gap: 20px
}
.refund__bar {
  border-radius: 3px;
  border: 1px solid #e6e7eb;
  height: 100%;
  width: 397px;
  flex-shrink: 0;
  background-color: #fff
}
.refund__action {
  border-radius: 3px;
  border: 1px solid #e6e7eb;
  width: 100%;
  background-color: #fff
}
.refund__stage-done,
.refund__stage-five,
.refund__stage-four,
.refund__stage-one,
.refund__stage-third,
.refund__stage-two {
  height: 100%;
  width: 100%
}
.refund__form {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px
}
.refund__form-adress,
.refund__form-email,
.refund__form-memo,
.refund__form-tag {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #2b2c2e
}
.refund__form-input {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 12px;
  border: 1px solid #e6e7eb;
  border-radius: 4px;
  outline: 0;
  color: #2b2c2e
}
.refund__form-input::-webkit-input-placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.refund__form-input:-ms-input-placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.refund__form-input::-ms-input-placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.refund__form-input::placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.refund__form-error {
  color: #c63c27;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  margin-top: 4px
}
.info {
  width: 100%;
  padding: 24px 24px 20px 24px;
  border-bottom: 1px solid #e6e7eb
}
.info__number {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700
}
.info__number-orange {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #f26822
}
.info__created-at {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px
}
.info__exchange-data {
  margin-top: 24px
}
.info__exchange-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px
}
.info__more {
  margin-top: 16px
}
.info__row {
  margin-top: 8px;
  display: flex;
  flex-direction: column
}
.info__row-cost {
  margin-top: 8px
}
.info__label {
  color: #575859;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px
}
.info__data {
  display: flex;
  align-items: center;
  gap: 8px
}
.info__amount {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #f26822;
  cursor: pointer
}
.info__currency {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400
}
.info__account-number {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #f26822;
  cursor: pointer;
  word-break: break-all
}
.info__exchange-rate {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400
}
._bold {
  font-weight: 700
}
.get {
  margin-top: 16px;
  border-bottom: 1px solid #e6e7eb
}
.get__inner {
  padding: 0 24px 24px 24px
}
.get__label {
  color: #575859;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px
}
.get__data {
  display: flex;
  align-items: center;
  gap: 8px
}
.get__amount {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 700;
  color: #f26822;
  cursor: pointer
}
.get__currency {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400
}
.get__row {
  margin-top: 8px;
  display: flex;
  flex-direction: column
}
.get__account-number {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #f26822;
  cursor: pointer;
  word-break: break-all
}
.bank {
  position: relative;
  display: flex;
  align-items: center
}
.notifications__inner {
  padding: 20px 20px 24px 20px
}
.notifications__info {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px
}
.notifications__btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #f26822;
  margin-left: 49px
}
.processes {
  border-bottom: 1px solid #e6e7eb
}
.processes__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px;
  gap: 5px
}
.processes__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap
}
.processes__refund {
  display: flex;
  align-items: center;
  width: 30%;
  justify-content: space-between;
  gap: 12px
}
.processes__refund::after {
  content: "";
  top: 0;
  right: 0;
  width: 30px!important;
  height: 1px;
  background-color: #e6e7eb
}
.processes__payment {
  width: 30%;
  display: flex;
  align-items: center;
  gap: 12px
}
.processes__payment:last-child {
  width: 20%
}
.processes__payment::after {
  content: "";
  top: 0;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #e6e7eb
}
.processes__handling {
  width: 23%;
  display: flex;
  align-items: center;
  gap: 12px
}
.processes__handling:last-child {
  width: 20%
}
.processes__handling::after {
  content: "";
  top: 0;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #e6e7eb
}
.processes__end {
  width: 25%;
  display: flex;
  align-items: center;
  gap: 12px
}
.desc {
  border-bottom: 1px solid #e6e7eb
}
.desc__inner {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px
}
.desc__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px
}
.desc__timer {
  display: flex;
  align-items: center;
  gap: 8px
}
.desc__time {
  font-size: 15px;
  line-height: 24.8px;
  font-weight: 700;
  color: #f26822
}
.desc__content {
  display: flex;
  gap: 40px
}
.desc__items {
  display: flex;
  flex-direction: column
}
.desc__adress {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px
}
.desc__details {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #f26822;
  display: flex;
  align-items: center;
  gap: 8px;
  word-break: break-all;
  position: relative;
  cursor: pointer
}
.desc__orange {
  background-color: #fff8ef;
  border-radius: 3px;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.desc__text,
.desc__wait {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400
}
.desc__item {
  display: flex;
  gap: 12px
}
.desc__body {
  width: 100%
}
.desc__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer
}
.desc__chevron {
  display: none;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.desc__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #575859;
  display: block
}
.buttons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.buttons__interact {
  display: flex;
  gap: 20px
}
.buttons__pay {
  padding: 10px 40px;
  background-color: #f26822;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px
}
.buttons__refresh {
  padding: 10px 40px;
  background-color: #f26822;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px
}
.buttons__retry {
  padding: 10px 40px;
  background-color: #f26822;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px
}
.buttons__decline {
  padding: 10px 40px;
  background-color: transparent;
  color: #f26822;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px
}
.buttons__check {
  padding: 10px;
  background-color: transparent;
  color: #f26822;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px
}
.buttons__support {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f26822;
  font-size: 14px;
  font-weight: 500
}
.processes-mobile {
  display: none;
  padding: 24px 24px 0 24px
}
.processes-mobile__body {
  display: flex;
  align-items: center;
  gap: 12px
}
.processes-mobile__count {
  display: flex;
  align-items: center;
  padding: 4px 11px;
  background-color: #f5f7fa;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  gap: 3px
}
.processes-mobile__number {
  color: #f26822
}
.processes-mobile__allnumber {
  color: #848484
}
.processes-mobile__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.processes-mobile__created {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #575859
}
.processes-mobile__date {
  color: #2b2c2e
}
.buttons-mobile {
  display: none;
  padding: 16px
}
.buttons-mobile__pay {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f26822;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px
}
.buttons-mobile__refresh {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f26822;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px
}
.buttons-mobile__retry {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f26822;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px
}
.buttons-mobile__decline {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #f26822;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px
}
.buttons-mobile__check {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #f26822;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px
}
.buttons-mobile__support {
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #f26822;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.desc__inprocess {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite
}
.txid {
  margin-top: 20px;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #e6e7eb;
  border-radius: 3px
}
.txid__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px
}
.txid__copy {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer
}
.txid__copy span {
  word-wrap: break-word;
  word-break: break-all
}
.txid__explorer {
  margin-top: 16px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #f26822
}
.txid-mobile {
  display: none;
  padding: 24px;
  border-top: 1px solid #e6e7eb;
  border-bottom: 1px solid #e6e7eb
}
.txid-mobile__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px
}
.txid-mobile__copy {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer
}
.txid-mobile__copy span {
  word-wrap: break-word;
  word-break: break-all
}
.txid-mobile__explorer {
  margin-top: 16px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #f26822
}
.modal-warning {
  display: block;
  position: fixed;
  z-index: 9900;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,.5)
}
.modal-warning-content {
  position: absolute;
  background-color: #fff;
  width: 448px;
  border-radius: 8px;
  border: 1px solid #888;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.modal-warning-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17.5px 24px;
  border-bottom: 1px solid #e6e7eb
}
.modal-warning-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  color: #c63c27
}
.modal-warning-body {
  padding: 24px
}
.modal-warning-info {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.modal-warning-give {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.8px;
  color: #575859
}
.modal-warning-cost {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px
}
.modal-warning-text {
  font-size: 16px;
  color: #575859;
  font-weight: 400;
  line-height: 24px
}
.modal-warning-crypto {
  display: flex;
  align-items: center;
  gap: 4px
}
.modal-warning-receive {
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 8px
}
.modal-warning-curriency {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.modal-warning-exchange {
  margin-top: 16px
}
.modal-warning-btn {
  margin-top: 24px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px;
  width: 100%;
  background-color: #f26822;
  color: #fff;
  border-radius: 4px
}
.modal-email {
  display: none;
  position: fixed;
  z-index: 9900;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,.5)
}
.modal-email-content {
  position: absolute;
  background-color: #fff;
  width: 448px;
  border-radius: 8px;
  border: 1px solid #888;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.modal-email-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17.5px 24px;
  border-bottom: 1px solid #e6e7eb
}
.modal-email-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px
}
.modal-email-body {
  padding: 24px
}
.modal-email-info {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.modal-email-give {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #575859
}
.modal-email-cost {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px
}
.modal-email-crypto {
  display: flex;
  align-items: center;
  gap: 4px
}
.modal-email-receive {
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 8px
}
.modal-email-curriency {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.modal-email-exchange {
  margin-top: 16px
}
.modal-email-form {
  margin-top: 32px
}
.modal-email-help {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #6c6f80
}
.modal-email-agreement {
  margin-top: 16px
}
.modal-email-button {
  margin-top: 32px
}
.modal-email-btn {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px;
  width: 100%;
  background-color: #f26822;
  color: #fff;
  border-radius: 4px
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer
}
.form__destination,
.form__memo {
  margin-top: 16px
}
.modal-email-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.modal-email-label {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #2b2c2e
}
.modal-email-input {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 130px 9px 12px;
  border: 1px solid #e6e7eb;
  border-radius: 4px;
  outline: 0;
  color: #2b2c2e
}
.modal-email-input::-webkit-input-placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.modal-email-input:-ms-input-placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.modal-email-input::-ms-input-placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.modal-email-input::placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.modal-email-mail {
  position: relative
}
.modal-email-code {
  margin-top: 16px
}
.modal-email-send {
  position: absolute;
  top: 34px;
  right: 12px;
  color: #acafbf;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.modal-email-timer {
  position: absolute;
  top: 34px;
  right: 12px;
  color: #acafbf;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.modal-email-error {
  color: #c63c27;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  margin-top: 4px
}
._modal-email-error-border {
  border-color: #c63c27
}
.modal-success {
  position: absolute;
  background-color: #fff;
  width: 393px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  bottom: 5%;
  padding: 20px;
  right: 15%
}
.page {
  position: relative
}
.modal-success-content {
  display: flex;
  align-items: center;
  gap: 16px
}
.modal-success-body {
  display: flex;
  justify-content: space-between
}
.verify {
  width: 100%;
  padding: 24px 24px 224px 24px
}
.verify__body {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column
}
.verify__content {
  width: 360px;
  position: relative
}
.verify__nav {
  display: flex
}
.verify__person {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 12px
}
.verify__country {
  margin-top: 20px;
  text-align: left
}
.verify__live {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px
}
.verify__choose {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #e6e7eb;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer
}
.verify__document {
  margin-top: 20px;
  text-align: left
}
.verify__type {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px
}
.verify__text {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.verify__actions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  gap: 2px
}
.verify__passport {
  padding: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #f5f7fa;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.verify__license {
  padding: 16px;
  background-color: #f5f7fa;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.verify__id {
  padding: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #f5f7fa;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.verify__info {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center
}
.verify__qr {
  display: flex;
  align-items: center;
  justify-content: center
}
.verify__qr-block {
  margin-top: 20px;
  align-self: center;
  max-width: 300px;
  width: 100%;
  padding: 32px;
  background-color: #f5f7fa;
  border-radius: 20px
}
.verify__scan {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 700
}
.verify__scan-declined {
  margin-top: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700
}
.verify__admin {
  margin-top: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #acafbf
}
.verify__problem {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400
}
.verify__link {
  color: #f26822
}
.verify__decline {
  margin-top: 24px
}
.verify__btn {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  background-color: #f26822;
  width: 100%
}
.verify__cheking,
.verify__error,
.verify__success,
.verify__success-trans {
  padding: 100px 0
}
.verify__support-btn {
  margin-top: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f26822;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  background-color: #fff;
  width: 100%
}
.verify__image {
  margin-top: 20px;
  background-image: url(../img/img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px
}
._pb {
  padding-bottom: 0
}
.bottom {
  width: 100%;
  height: auto;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
  padding: 20px 16px;
  text-align: left
}
.bottom__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px
}
.bottom__text {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.bottom__actions {
  margin-top: 50px
}
.bottom__orange {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  background-color: #f26822;
  width: 100%
}
.bottom__white {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f26822;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  background-color: #fff;
  width: 100%
}
.modal-country {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999
}
.modal-country__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6)
}
.modal-country__content {
  position: relative;
  margin: auto;
  top: 20%;
  width: 360px;
  max-width: 500px;
  background-color: #fff;
  padding: 16px;
  border-radius: 20px
}
.modal-country__header {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.modal-country__title {
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 700
}
.modal-country__search {
  margin-top: 12px
}
.modal-country__search input {
  padding: 9px 12px;
  border: 1px solid #e6e7eb;
  outline: 0;
  border-radius: 4px
}
.modal-country__countries {
  margin-top: 32px!important;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 350px;
  overflow: auto
}
.modal-country__countries li {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer
}
.modal-country__countries li img {
  width: 24px;
  margin-right: 10px
}
.modal-country__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #5a5a5c;
  width: 100%;
  display: flex;
  align-items: center
}
.modal-country__success {
  display: none
}
.modal-country__item.active-country .modal-country__success {
  display: inline
}
.modal-email {
  display: none;
  position: fixed;
  z-index: 9900;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,.5)
}
.modal-email-content {
  position: absolute;
  background-color: #fff;
  width: 448px;
  border-radius: 8px;
  border: 1px solid #888;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.modal-email-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17.5px 24px;
  border-bottom: 1px solid #e6e7eb
}
.modal-email-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px
}
.modal-email-body {
  padding: 24px
}
.modal-email-info {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.modal-email-give {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #575859
}
.modal-email-cost {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px
}
.modal-email-crypto {
  display: flex;
  align-items: center;
  gap: 4px
}
.modal-email-receive {
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 8px
}
.modal-email-curriency {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.modal-email-exchange {
  margin-top: 16px
}
.modal-email-form {
  margin-top: 32px
}
.modal-email-help {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #6c6f80
}
.modal-email-agreement {
  margin-top: 16px
}
.modal-email-button {
  margin-top: 32px
}
.modal-email-btn {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px;
  width: 100%;
  background-color: #f26822;
  color: #fff;
  border-radius: 4px
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer
}
.form__destination,
.form__memo {
  margin-top: 16px
}
.modal-email-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.modal-email-label {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #2b2c2e
}
.modal-email-input {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 130px 9px 12px;
  border: 1px solid #e6e7eb;
  border-radius: 4px;
  outline: 0;
  color: #2b2c2e
}
.modal-email-input::-webkit-input-placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.modal-email-input:-ms-input-placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.modal-email-input::-ms-input-placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.modal-email-input::placeholder {
  color: #848484;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 24px
}
.modal-email-mail {
  position: relative
}
.modal-email-code {
  margin-top: 16px
}
.modal-email-send {
  position: absolute;
  top: 34px;
  right: 12px;
  color: #acafbf;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.modal-email-timer {
  position: absolute;
  top: 34px;
  right: 12px;
  color: #acafbf;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.modal-email-error {
  color: #c63c27;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  margin-top: 4px
}
._modal-email-error-border {
  border-color: #c63c27
}
.check__body {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}
.check__content {
  width: 360px;
  padding: 30px 16px
}
.check__logo {
  width: 32px;
  height: 32px
}
.check__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px
}
.check__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.check__company {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.check__details {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.check__info {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px
}
.check__adresses {
  display: flex;
  gap: 12px
}
.check__recipient,
.check__sender {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.check__number {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  line-break: anywhere;
  text-align-last: left
}
.check__operations {
  margin-top: 16px;
  padding: 16px 0;
  border-top: 1px solid #050505;
  border-bottom: 1px solid #050505;
  display: flex;
  gap: 16px
}
.check__operation {
  width: 156px;
  text-align-last: left
}
.check__get,
.check__give {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.check__cost {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px
}
.check__dates {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  align-items: center
}
.check__timing {
  width: 126px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px
}
.check__emails {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  align-items: center
}
.check__note {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  width: 126px;
  text-align: left
}
@media (min-width:992px) {
  .cabinet__tabs {
    display: flex
  }
}
@media (max-width:1200px) {
  .process__payment {
    width: 33.333%
  }
  .process__payment::after {
    content: none
  }
  .process__handling {
    width: 33.333%
  }
  .process__handling::after {
    content: none
  }
  .process__end {
    width: 33.333%
  }
  .processes__inner {
    gap: 12px
  }
  .processes__refund {
    width: 33.333%
  }
  .processes__refund::after {
    content: none
  }
  .processes__payment {
    width: 33.333%
  }
  .processes__payment::after {
    content: none
  }
  .processes__handling {
    width: 33.333%
  }
  .processes__handling::after {
    content: none
  }
  .processes__end {
    width: 33.333%
  }
}
@media (max-width:1130px) {
  .processes__text {
    white-space: wrap
  }
}
@media (max-width:1110px) {
  .rates__columns {
    gap: 10px
  }
}
@media (max-width:1080px) {
  .process__text {
    white-space: wrap
  }
  .desc__content {
    flex-wrap: wrap;
    gap: 20px
  }
}
@media (max-width:1042px) {
  .programme__info {
    flex-wrap: wrap;
    gap: 16px
  }
  .programme__left {
    width: normal;
    justify-content: normal
  }
  .programme__right {
    width: normal;
    justify-content: normal
  }
  .mobile-programme__info {
    flex-wrap: wrap;
    gap: 16px
  }
  .mobile-programme__left {
    width: normal;
    justify-content: normal
  }
  .mobile-programme__right {
    width: normal;
    justify-content: normal
  }
}
@media (max-width:1010px) {
  .why__body {
    flex-wrap: wrap
  }
  .rates {
    width: 100%
  }
  .benefits {
    width: 100%;
    margin-top: 20px
  }
  .benefits__item {
    border-top: none;
    border-left: none;
    padding: 32px 0;
    border-radius: 4px
  }
}
@media (max-width:992px) {
  .cabinet__body {
    flex-wrap: wrap
  }
  .cabinet__bar {
    width: 100%
  }
  .info {
    width: 100%
  }
  .customer {
    width: 100%
  }
  .stats {
    width: 100%
  }
  .stats__additional {
    width: normal;
    justify-content: normal;
    gap: 30px
  }
  .stats__swap {
    width: 200px
  }
  .stats__points {
    width: 200px
  }
  .table-waiting {
    font-size: 12px;
    font-weight: 700;
    line-height: 16.8px
  }
  .table-done {
    font-size: 12px;
    font-weight: 700;
    line-height: 16.8px
  }
  .table-rejected {
    font-size: 12px;
    font-weight: 700;
    line-height: 16.8px
  }
  .txid {
    display: none
  }
  .txid-mobile {
    display: block
  }
  .processes__refund {
    justify-content: normal
  }
  .txid {
    display: none
  }
  .txid-mobile {
    display: block
  }
}
@media (max-width:900px) {
  .header__content {
    gap: 20px
  }
  .menu__list {
    gap: 10px
  }
}
@media (max-width:768px) {
  .header__logout {
    display: none
  }
}
@media (max-width:650px) {
  .footer__content {
    flex-wrap: wrap;
    gap: 32px
  }
  .footer__column:last-child {
    width: 400px
  }
}
@media (max-width:600px) {
  .processes {
    display: none
  }
  .processes-mobile {
    display: flex
  }
}
@media (max-width:576px) {
  .modal-filter-content {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none
  }
}
@media (max-width:530px) {
  .rates__item {
    flex-wrap: wrap
  }
  .rates__wrapper {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between
  }
  .rates__result {
    width: 370px
  }
}
@media (max-width:512px) {
  .rates__naming {
    display: none
  }
}
@media (max-width:511px) {
  .programme__subtitle {
    white-space: normal
  }
  .programme__info {
    gap: 30px
  }
  .programme__left {
    flex-wrap: wrap
  }
  .programme__right {
    flex-wrap: wrap
  }
  .mobile-programme__subtitle {
    white-space: normal
  }
  .mobile-programme__info {
    gap: 30px
  }
  .mobile-programme__left {
    flex-wrap: wrap
  }
  .mobile-programme__right {
    flex-wrap: wrap
  }
}
@media (max-width:480px) {
  .filter-select-items {
    height: 75px;
    overflow: auto
  }
  .desc__info {
    margin-top: 5px
  }
  .desc__chevron {
    display: inline-block
  }
  .desc__info {
    display: none
  }
  .desc__item.actived .desc__info {
    display: block
  }
  .desc__item.actived .desc__chevron {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  .desc__heading {
    cursor: pointer
  }
  .desc__info {
    margin-top: 5px
  }
  .desc__chevron {
    display: inline-block
  }
  .desc__info {
    display: none
  }
  .desc__item.actived .desc__info {
    display: block
  }
  .desc__item.actived .desc__chevron {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  .desc__heading {
    cursor: pointer
  }
}
@media (max-width:412px) {
  .modal-success {
    width: 100%;
    left: auto;
    right: auto
  }
}
@media (max-width:400px) {
  .footer__column:last-child {
    width: 140px
  }
  .footer__main {
    gap: 0;
    width: 100%
  }
  .cabinet__tabs .cabinet__tabs-inner {
    overflow: auto!important;
    white-space: nowrap
  }
}
@media (max-width:397px) {
  .checkmark {
    top: 20px
  }
}
@media (max-width:360px) {
  .exchange__btn._active::after {
    width: 30px;
    right: -30px
  }
}
@media (max-width:61.99875em) {
  .footer__content {
    gap: 100px
  }
  .main-block__content {
    flex-wrap: wrap
  }
  .main-block__items {
    flex-wrap: wrap
  }
  .exchange {
    margin-top: 28px
  }
  .item-card {
    width: calc(50% - 20px)
  }
  .rates__columns {
    gap: 30px
  }
  .cashback__item {
    width: 50%
  }
  .cashback__content {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start
  }
  .programme {
    display: none
  }
  .mobile-programme {
    display: block!important;
  }
  .history {
    display: none
  }
  .mobile-history {
    display: block
  }
  .cabinet__tabs {
    display: block!important
  }
  .payment__body {
    flex-wrap: wrap-reverse;
    gap: 0
  }
  .payment__bar {
    width: 100%;
    border-radius: 0;
    border: none
  }
  .payment__action {
    border-radius: 0;
    border: none
  }
  .desc {
    border-bottom: none
  }
  .buttons {
    display: none
  }
  .buttons-mobile {
    display: flex
  }
  .refund__body {
    flex-wrap: wrap-reverse;
    gap: 0
  }
  .refund__bar {
    width: 100%;
    border-radius: 0;
    border: none
  }
  .refund__action {
    border-radius: 0;
    border: none
  }
  .desc {
    border-bottom: none
  }
  .buttons {
    display: none
  }
  .buttons-mobile {
    display: flex
  }
  .modal-success {
    right: auto;
    left: 3%
  }
}
@media (max-width:47.99875em) {
  .menu__body {
    position: fixed;
    background-color: #fff;
    width: 82%;
    height: 100%;
    right: -100%;
    top: 70px;
    overflow: auto;
    padding: 3.125rem .9375rem .9375rem 0;
    transition: right .3s;
    border-radius: 4px
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    right: -100%;
    top: 0;
    transition: right .3s
  }
  .menu-open .menu__body {
    right: 0;
    border-top: 1px solid #e6e7eb
  }
  .menu-open .menu__body::before {
    right: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.5rem;
    height: 1.125rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .15625rem;
    background-color: #000;
    border-radius: 20px
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .075rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .075rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .header__content {
    gap: 30px
  }
  .header__login {
    background-color: #fff;
    padding: 0;
    border-radius: 0;
    color: #f26822
  }
  .header__login:after {
    content: none
  }
  .header__register {
    display: none
  }
  .menu {
    display: block
  }
  .menu__list {
    flex-direction: column;
    gap: 24px
  }
  .menu__link img {
    display: block
  }
  .menu__link {
    display: flex;
    align-items: center;
    gap: 20px;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.25
  }
  .footer__body {
    width: 100%
  }
  .footer__logo {
    width: 100%
  }
  .footer__content {
    gap: 150px;
    justify-content: space-between
  }
  .footer__main {
    justify-content: space-between
  }
  .footer__adapt {
    display: flex
  }
  .main-block__title {
    font-size: 1.5rem;
    line-height: 1.2083333333
  }
  .main-block__subtitle {
    font-size: 1rem;
    line-height: 1.5
  }
  .item-card {
    width: 100%
  }
  .item-card__number {
    font-size: 2rem
  }
  .item-card__title {
    font-size: 1.25rem
  }
  .item-card__subtitle {
    font-size: .875rem
  }
  .why {
    padding: 80px 0
  }
  .why__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1785714286
  }
  .why__subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
  }
  .cashback {
    padding: 50px 0
  }
  .cashback__heading {
    text-align: left
  }
  .cashback__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1785714286
  }
  .cashback__subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
  }
  .cashback__item {
    width: 100%
  }
  .cashback__info {
    font-size: 1rem;
    line-height: 1.5
  }
  .cashback__text {
    font-size: .875rem;
    line-height: 1.4285714286
  }
  .contact-us {
    padding: 80px 0 40px 0
  }
  .contact-us__body {
    display: flex;
    flex-wrap: wrap-reverse
  }
  .contact-us__image {
    margin-top: 32px
  }
  .contact-us__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1785714286
  }
  .contact-us__subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
  }
  .referal {
    padding: 40px 0
  }
  .referal__body {
    display: flex;
    flex-wrap: wrap;
    gap: 0
  }
  .referal__image {
    margin-top: 32px
  }
  .referal__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1785714286
  }
  .referal__subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
  }
  .faq {
    padding: 40px 0 80px 0
  }
  .faq__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1785714286
  }
  .accordion {
    font-size: 1rem;
    line-height: 1.5
  }
  .panel ul li {
    font-size: 14px
  }
}
@media (max-width:47.99875em) and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:29.99875em) {
  .header__website {
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 400
  }
  .footer {
    padding: 60px 0 30px 0
  }
  .main-block {
    padding: 24px 0 0 0
  }
  .modal-content {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none
  }
  .modal-heading {
    padding: 17.5px 16px
  }
  .modal-body {
    padding: 16px
  }
  .modal-info {
    flex-wrap: wrap;
    gap: 16px
  }
  .benefits__item {
    padding: 16px 0
  }
  .benefits__title {
    font-size: 1rem;
    line-height: 1.5
  }
  .benefits__subtitle {
    font-size: .875rem;
    line-height: 1.4285714286
  }
  .cashback__image {
    width: 72px;
    height: 72px
  }
  .cashback__content {
    margin-top: 32px
  }
  .cashback__register {
    margin-top: 32px;
    min-width: 0;
    width: 100%
  }
  .contact-us__btn {
    margin-top: 32px;
    width: 100%;
    text-align: center
  }
  .referal__btn {
    margin-top: 32px;
    width: 100%;
    text-align: center
  }
  .register {
    padding: 0
  }
  .register__inner {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    border: none
  }
  .form__btn {
    margin-top: 200px
  }
  .login {
    padding: 0
  }
  .login__inner {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    border: none
  }
  .form__btn {
    margin-top: 200px
  }
  .modal-customer-content {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none
  }
  .modal-customer-heading {
    padding: 17.5px 16px
  }
  .modal-customer-body {
    padding: 16px
  }
  .modal-customer-buttons {
    flex-wrap: wrap
  }
  .payment__stage-done,
  .payment__stage-five,
  .payment__stage-four,
  .payment__stage-one-qr,
  .payment__stage-rejected,
  .payment__stage-third,
  .payment__stage-two {
    width: 100%
  }
  .info {
    padding: 16px
  }
  .info__header {
    display: none
  }
  .info__exchange-data {
    margin-top: 0
  }
  .get__inner {
    padding: 0 16px 16px 16px
  }
  .process {
    display: none
  }
  .desc__inner {
    padding: 16px
  }
  .process-mobile {
    display: flex
  }
  .buttons-mobile {
    flex-wrap: wrap
  }
  .modal-warning-content {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none
  }
  .modal-warning-heading {
    padding: 17.5px 16px
  }
  .modal-warning-body {
    padding: 16px
  }
  .modal-warning-info {
    flex-wrap: wrap;
    gap: 16px
  }
  .modal-warning-aml-content {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none
  }
  .modal-warning-aml-heading {
    padding: 17.5px 16px
  }
  .modal-warning-aml-body {
    padding: 16px
  }
  .modal-warning-aml-info {
    flex-wrap: wrap;
    gap: 16px
  }
  .modal-email-content {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none
  }
  .modal-email-heading {
    padding: 17.5px 16px
  }
  .modal-email-body {
    padding: 16px
  }
  .modal-email-info {
    flex-wrap: wrap;
    gap: 16px
  }
  .modal-qr-content {
    width: 100%
  }
  .refund__stage-done,
  .refund__stage-five,
  .refund__stage-four,
  .refund__stage-third,
  .refund__stage-two {
    width: 100%
  }
  .refund__form {
    width: 100%
  }
  .info {
    padding: 16px
  }
  .info__header {
    display: none
  }
  .info__exchange-data {
    margin-top: 0
  }
  .get__inner {
    padding: 0 16px 16px 16px
  }
  .desc__inner {
    padding: 16px
  }
  .buttons-mobile {
    flex-wrap: wrap
  }
  .modal-warning-content {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none
  }
  .modal-warning-heading {
    padding: 17.5px 16px
  }
  .modal-warning-body {
    padding: 16px
  }
  .modal-warning-info {
    flex-wrap: wrap;
    gap: 16px
  }
  .modal-email-content {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none
  }
  .modal-email-heading {
    padding: 17.5px 16px
  }
  .modal-email-body {
    padding: 16px
  }
  .modal-email-info {
    flex-wrap: wrap;
    gap: 16px
  }
  .verify {
    padding: 0;
    padding-bottom: 100px
  }
  .verify__content {
    width: 100%
  }
  .modal-country__content {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none
  }
  .modal-email-content {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none
  }
  .modal-email-heading {
    padding: 17.5px 16px
  }
  .modal-email-body {
    padding: 16px
  }
  .modal-email-info {
    flex-wrap: wrap;
    gap: 16px
  }
}
@media (any-hover:hover) {
  .header__login:hover {
    opacity: .9
  }
  .menu__link:hover {
    color: #f26822
  }
  .footer__link:hover {
    color: #fff
  }
  .exchange__btn:hover {
    opacity: .9
  }
  .exchange__button:hover {
    opacity: .9
  }
  .cashback__register:hover {
    opacity: .9
  }
  .contact-us__btn:hover {
    opacity: .9
  }
  .referal__btn:hover {
    opacity: .9
  }
}