@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  color: #FFFFFF;
  background-color: #161616;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2 {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

input {
  -webkit-appearance: none;
}

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

p {
  margin: 0;
}

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

h1,
h2,
h3 {
  margin: 0;
}

/* common */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 78px 0;
  margin: -1px;
}

.theme-light {
  background-color: #F7F8F9;
  color: #000000;
}

.theme-colored {
  background-color: #f7f8f9;
  color: #000000;
}

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

.al-center {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.jc-sb {
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.jc-center {
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.jc-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.w-100 {
  width: 100%;
}

.visible-m {
  display: none !important;
}

.title-wrap {
  margin-bottom: 35px;
}

.title {
  font-size: 34px;
  font-weight: 700;
  line-height: 42.84px;
  font-size: 30px;
  font-size: max(1.875rem, min(2.74vw, 2.125rem));
  line-height: 130%;
}

.subtitle {
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 17.64px;
  text-align: center;
  color: #D5CE26;
  border: none;
  border-radius: 15px;
  padding: 6px;
  width: 190px;
  margin-bottom: 22px;
  background-color: #DBD99396;
}

/* .btn-wrap {
    padding: 40px 0 70px;
  } */
.btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  text-align: center;
  padding: 15px 30px;
  border: none;
  border-radius: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFFFFF;
  background-color: #161616;
  -webkit-box-shadow: 0px 2px 4px 0px #00000024;
  box-shadow: 0px 2px 4px 0px #00000024;
  min-width: 190px;
}

.btn--yellow {
  color: #FFFFFF;
  background-color: #D5CE26;
  -webkit-box-shadow: 0px 2px 4px 0px #00000024;
  box-shadow: 0px 2px 4px 0px #00000024;
}

.btn:hover {
  opacity: 0.8;
}

.btn:hover {
  opacity: 0.7;
}

/* common */
/* header */
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #161616;
  padding: 32px 0;
}

.logo-img {
  width: 160px;
}

.menu-wrap {
  max-width: 740px;
}

.menu-item:not(:last-child) {
  margin-right: 60px;
}

.menu-item a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  color: #FFFFFF;
  padding: 8px 0;
  display: block;
}

.menu-item a:hover,
.menu-item a.active {
  color: #D5CE26;
}

header .btns-wrap {
  max-width: 318px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-login {
  min-width: 108px;
  background-color: #FFFFFF26;
  margin-right: 20px;
}

/*burger*/
.header__burger {
  display: none;
  width: 48px;
  height: 48px;
  position: relative;
}

.header__burger span {
  position: absolute;
  width: 48px;
  height: 1px;
  background: transparent;
  top: 50%;
  left: 0;
}

.header__burger span:before,
.header__burger span:after {
  content: "";
  width: 48px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
}

.header__burger span:before {
  top: -9px;
}

.header__burger span:after {
  bottom: -9px;
}

.header-close {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 36px;
  right: 30px;
  z-index: 11;
  cursor: pointer;
}

.close-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
}

.close-line:first-child {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.close-line:last-child {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

/*==========================page-main===================*/
.section-top {
  padding-bottom: 260px;
  padding-top: 210px;
  background: url(../images/main-page/top-back.png) center no-repeat;
  background-size: cover;
}

.section-top .col-59 img {
  margin-left: auto;
}

.page:not(.page-main) .section-top {
  padding-bottom: 260px;
  padding-top: 210px;
  background: url(../images/top-back.png) center no-repeat;
  background-size: cover;
}

.section-top__title {
  font-size: 61px;
  font-weight: 800;
  line-height: 60.78px;
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 61px;
  font-size: max(2.20rem, min(4.9vw, 3.82rem));
  line-height: 110%;
}

.section-top__text {
  margin-top: 20px;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 25.2px;
  font-size: 20px;
  font-size: max(1.125rem, min(1.25vw, 1.25rem));
  line-height: 125%;
}

.btn--crypto {
  margin-top: 48px;
  position: relative;
  padding-right: 60px;
  position: relative;
}

.btn--crypto::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  left: auto;
  right: 5px;
  top: 5px;
}

.btn--crypto::after {
  background: url(../images/main-page/bitcoin.svg) center no-repeat;
  background-size: auto;
  border-radius: 50%;
}

.customers__wrap {
  margin-top: 52px;
  gap: 19px;
}

.customers__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
}

.section-tizers {
  padding-top: 0;
  padding-bottom: 0;
}

.tizers-wrap {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.card {
  background: #FFFFFF75;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 38px 24px;
  border-radius: 15px;
  -webkit-box-shadow: 2px 4px 15.6px 0px #0000001A;
  box-shadow: 2px 4px 15.6px 0px #0000001A;
}

.tizer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tizer-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22.68px;
  margin-top: 14px;
}

.tizer-item__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 23.66px;
  margin-top: 13px;
}

.table-courses {
  width: 100%;
  border-spacing: 0 10px;
  border-collapse: separate;
}

.table-courses tbody tr {
  width: 100%;
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: black;
  background: white;
  -webkit-box-shadow: #e2e8f0 0px 1px 0px;
  box-shadow: #e2e8f0 0px 1px 0px;
  border-radius: 16px;
}

.table-courses td {
  background-color: #ffffff;
  padding: 16px;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.01071em;
  display: table-cell;
  vertical-align: inherit;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  border: none;
}

.table-courses td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.table-courses td:not(:first-child) {
  text-align: center;
}

.table-courses td:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-courses th:not(:first-child) {
  text-align: center;
}

.table-courses td:last-child {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}

.table-courses__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  text-align: center;
  color: #A7A7A7;
  text-align: left;
  padding: 19px 0;
}

.table-courses__pic-wrap {
  max-width: 40px;
}

.table-courses__name-inner {
  margin-left: 16px;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  letter-spacing: 0.01071em;
  color: #64748b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-courses__name-inner span {
  margin-right: 0px;
  font-size: 23px;
  display: block;
  color: #000000;
}

.table-courses__price {
  margin: 0px;
  font-size: 18px;
  line-height: normal;
  color: inherit;
  letter-spacing: 0.00938em;
  font-weight: 600;
}

.table-courses__dinamic {
  margin: 0px;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.00938em;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 8px;
}

.table-courses__dinamic.green {
  background: #ecfdf5;
  color: #10b981;
}

.table-courses__dinamic.red {
  background: #fef2f2;
  color: #ef4444;
}

.section-courses {
  padding-top: 0;
}

.section-courses .btn {
  margin: 48px auto 0;
}

.col-41 {
  width: 41%;
}

.col-59 {
  width: 59%;
}

.section-exchange .btn {
  min-width: 232px;
  margin-top: 54px;
}

.section-exchange__col.col-59 {
  padding-left: 100px;
}

.section-exchange__text {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 20.16px;
}

.section-exchange__text p:not(:first-child) {
  margin-top: 16px;
}

.plus-items-wrap {
  margin-top: 30px;
}

.plus-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.plus-item:not(:last-child) {
  margin-right: 40px;
  position: relative;
}

.plus-item:not(:last-child)::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1px;
  height: 15px;
  left: auto;
  right: -13px;
  top: 15px;
}

.plus-item:not(:last-child)::after {
  background-color: #FFFFFF;
}

.plus-item__num {
  font-size: 30px;
  font-weight: 700;
  line-height: 37.8px;
  color: #D5CE26;
}

.plus-item__num span {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20.16px;
}

.plus-item__name {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20.16px;
  margin-top: 3px;
}

.section-buy .customers__wrap {
  margin-top: 40px;
}

.section-buy .col-59 {
  padding-right: 124px;
}

.section-buy .col-59 .btn {
  margin-top: 54px;
}

.section-buy .col-41 {
  background-color: #ffffff;
  padding: 32px 43px;
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 8px 0px #0000001A;
  box-shadow: 4px 4px 8px 0px #0000001A;
}

.section-buy .col-41 .btns-wrap {
  margin-top: 15px;
}

.section-buy .col-41 .btn {
  width: 100%;
}

.section-buy .col-41 .btn:not(:first-child) {
  margin-top: 10px;
}

.section-buy__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
}

.section-buy__list-wrap {
  margin-top: 37px;
}

.list-done li {
  min-height: 23px;
  padding-left: 32px;
  position: relative;
}

.list-done li::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  left: 0;
  right: auto;
  top: 0;
}

.list-done li::before {
  background: url(../images/main-page/done.svg) center no-repeat;
}

.list-done li:not(:first-child) {
  margin-top: 19px;
}

.partners-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 40px;
}

.partners-wrap .partner-item {
  width: calc((100% - 200px) / 6);
}

.calculate-buy .input-wrap,
.calculate-buy .result-wrap {
  margin-top: 20px;
}

.select-item,
.input-item {
  display: block;
  position: relative;
}

.select__name,
.input__name,
.result__name {
  margin: 0px 0px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: inherit;
  letter-spacing: 0.00938em;
}

.input-item__label,
.select-item__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  position: absolute;
  background-color: #ffffff;
  left: 15px;
  top: -15px;
  z-index: 2;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  display: block;
  pointer-events: none;
  color: #b8c0cc;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
select,
.new-select {
  font-family: 'Plus Jakarta Sans';
  width: 100%;
  height: 63px;
  border: 0.2px solid #babfcb;
  border-radius: 15px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  font-style: normal;
  color: #ffffff;
}

.new-select {
  padding-left: 56px !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-select::before {
  position: absolute;
  content: "";
  top: calc(50% - 17px);
  left: 20px;
  width: 35px;
  height: 35px;
  /* background: url(../images/icons/pay/bitcoin.svg) no-repeat center; */
  background-size: contain;
}

.theme-light input[type="text"],
.theme-light input[type="tel"],
.theme-light input[type="email"],
.theme-light input[type="password"],
.theme-light input[type="number"],
.theme-light input[type="search"],
.theme-light select,
.theme-light .new-select,
.theme-colored input[type="text"],
.theme-colored input[type="tel"],
.theme-colored input[type="email"],
.theme-colored input[type="password"],
.theme-colored input[type="number"],
.theme-colored input[type="search"],
.theme-colored select,
.theme-colored .new-select {
  color: #000000;
}

.new-select {
  cursor: pointer;
}

.new-select:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 29px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #757575;
}

.new-select.on:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.new-select__list {
  position: absolute;
  right: 0;
  top: 66px;
  border: 0.2px solid #FFFFFF;
  border-radius: 15px;
  -webkit-box-shadow: 2px 4px 15.6px 0px #0000001A;
  box-shadow: 2px 4px 15.6px 0px #0000001A;
  cursor: pointer;
  width: 310px;
  max-height: 206px;
  text-align: left;
  z-index: 4;
  background: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 16px;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.new-select__list span {
  padding-left: 56px;
}

.with-search .new-select__list {
  overflow: hidden;
}

.new-select__item {
  padding: 16px 0;
}

input[type="text"] {
  word-wrap: break-word;
  word-break: break-all;
}

input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  font-style: italic;
  color: #ACACAC;
}

input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  font-style: italic;
  color: #ACACAC;
}

input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  font-style: italic;
  color: #ACACAC;
}

input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  font-style: italic;
  color: #ACACAC;
}

.password {
  position: relative;
}

.password-control {
  position: absolute;
  top: 64px;
  right: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icons/view.svg) 0 0 no-repeat;
}

.password-control.view {
  background: url(../images/icons/view-close.svg) 0 0 no-repeat;
}

.result__name {
  margin: 0 0 6px;
}

.result__inner svg {
  margin: 0 10px;
}

.currency-wrap {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #e7eaee;
}

.section-news .btn {
  margin-top: 38px;
}

.currency__title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: inherit;
  letter-spacing: 0.00938em;
  margin-bottom: 10px;
}

.news-wrap {
  display: grid;
  gap: 65px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.news-wrap .news-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22.68px;
  color: #000000;
}

.news-wrap .news-item__prev-text {
  margin-top: 57px;
  font-size: 14px;
  font-weight: 300;
  line-height: 23.66px;
  text-align: left;
  color: #393939;
}

footer {
  padding: 60px 0 50px;
}

footer .footer-menu__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22.68px;
  margin-bottom: 19px;
}

footer .menu-item a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  padding: 0;
}

footer .menu-item:not(:last-child) {
  margin-top: 2px;
  margin-right: 0;
}

.footer__inner {
  max-width: 688px;
  gap: 100px;
}

.footer-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.socials-links {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.socials-links svg {
  fill: #ffffff;
}

.socials-links svg:hover {
  fill: #D5CE26;
}

.social-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link__item:not(:last-child) {
  margin-right: 16px;
}

.copyrights {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.64px;
  color: #656565;
  text-align: center;
  margin-top: 64px;
}

/*==========================page-about===================*/
.page-about .section-top__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.page-about .section-top__title,
.page-about .section-top__text {
  text-align: center;
}

.info-wrap {
  display: grid;
  gap: 25px 30px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.card-transparent {
  border: 0.2px solid #FFFFFF;
  -webkit-box-shadow: 2px 4px 15.6px 0px #0000001A;
  box-shadow: 2px 4px 15.6px 0px #0000001A;
  background: #FFFFFF0D;
  padding: 18px 20px;
  border-radius: 15px;
}

.info-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22.68px;
  color: #D5CE26;
}

.info-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.04px;
  margin-top: 16px;
}

.company-info-wrap {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.company-info-item {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
}

.company-info-item .card-transparent {
  padding: 12px 20px;
}

.company-info-item:not(:nth-child(3)) .company-info-item__title {
  display: block;
  margin-bottom: 12px;
}

.company-info-item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-info-item__title {
  font-size: 14px;
  font-weight: 300;
  line-height: 17.64px;
}

/*==========================page-login===================*/
.form {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.form__desc {
  margin-top: 13px;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 25.2px;
  text-align: center;
  color: #ffffff;
}

.form__desc a {
  color: #D5CE26;
}

.link-decor {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.form {
  max-width: 516px;
}

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

.form__inner {
  margin-top: 33px;
  -webkit-box-shadow: 2px 4px 15.6px 0px #0000001A;
  box-shadow: 2px 4px 15.6px 0px #0000001A;
  padding: 20px;
  background: #FFFFFF1A;
  border-radius: 15px;
}

#enterForm .form__inner~a {
  display: block;
  margin-left: auto;
  margin-top: 6px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 17.64px;
  color: #D5CE26;
  text-underline-offset: 2px;
}

.form__inner .form__inputs-wrap .input-wrap:not(:first-child) {
  margin-top: 6px;
}

.page:not(.page-main) .input-item__label {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 22.68px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 8px;
  background-color: transparent;
}

.page:not(.page-main) input[type="text"],
.page:not(.page-main) input[type="tel"],
.page:not(.page-main) input[type="email"],
.page:not(.page-main) input[type="password"],
.page:not(.page-main) input[type="number"] {
  border: 0.2px solid #ffffff52;
  background: #FFFFFF0D;
}

.btn-form-wrap {
  margin-top: 20px;
}

.btn_form {
  width: 100%;
  color: #000000;
  padding: 20px 30px;
}

/*==========================page-registration===================*/
#registrationForm.form {
  max-width: 566px;
}

#registrationForm .form__inputs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#registrationForm .input-wrap {
  width: 100%;
}

#registrationForm .input-wrap:first-child,
#registrationForm .input-wrap:nth-child(2) {
  width: calc((100% - 10px) / 2);
}

#registrationForm .input-wrap:nth-child(2) {
  margin-top: 0;
}

.form-consent {
  margin-top: 24px;
  position: relative;
}

.form-consent-inner {
  position: relative;
  min-height: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

input.checkbox-input {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  border: 0;
}

.consent-checkbox-label {
  width: 100%;
  margin-left: 42px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 17.64px;
}

.consent-checkbox-label a {
  display: inline;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #D5CE26;
}

.consent-checkbox-label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  width: 28px;
  height: 27px;
  display: block;
  border: 1px solid #D5CE26;
  border-radius: 5px;
}

.consent-checkbox-label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 1px;
  width: 30px;
  height: 30px;
  z-index: 1;
  background-image: url(../images/icons/checked.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
}

input.checkbox-input:checked+.consent-checkbox-label:after {
  opacity: 1;
}

/*==========================page-convert===================*/
header.header-account {
  padding: 14px 0 0 0;
}

header.header-account .menu-item a {
  padding: 24px 0;
}

header.header-account .menu-item:not(:last-child) {
  margin-right: 50px;
}

.header-account .menu-wrap {
  margin-left: 50px;
}

.account__pic-wrap {
  width: 50px;
  margin-left: 12px;
}

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

.account__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account__name {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.64px;
  text-align: right;
  color: #FFFFFF;
}

.account__email {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.64px;
  text-align: right;
  color: #656565;
}

.account__burger {
  position: relative;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.account__burger span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.header-account .account__burger .menu-item a {
  padding: 3px 0;
  margin-left: auto;
}

header.header-account .account__burger .menu-item:not(:last-child) {
  margin-right: 0;
}

.account__burger.opened span {
  top: 50%;
  width: 40px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.account__burger.opened span::before {
  display: none;
}

.account__burger.opened span:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 40px;
  top: 0;
}

.account__burger span {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #FFFFFF;
  top: 50%;
  right: 0;
}

.account__burger span:before,
.account__burger span:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  right: 0;
}

.account__burger span:before {
  top: -9px;
}

.account__burger span:after {
  bottom: -9px;
  width: 12px;
}

.account__burger:hover span {
  background: #D5CE26;
}

.account__burger:hover span:after,
.account__burger:hover span:before {
  background: #D5CE26;
}

.account__menu-wrap {
  width: 130px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  right: 0;
  border: 0.2px solid #FFFFFF;
  -webkit-box-shadow: 2px 4px 15.6px 0px #0000001A;
  box-shadow: 2px 4px 15.6px 0px #0000001A;
  background: #0000001A;
  padding: 14px 24px;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.account__menu-wrap.opened {
  opacity: 1;
  visibility: visible;
}

.header-bottom {
  background-color: #2E2E2E;
}

.header-bottom .header__wrap {
  padding-right: 60px;
  padding-left: 213px;
}

.header-bottom .menu-item a:not(:last-child) {
  padding: 20px 0;
  margin-right: 55px;
}

.section-convert__inner {
  max-width: 820px;
  margin: 0 auto;
}

.account-card {
  padding: 20px 30px;
  -webkit-box-shadow: 2px 4px 15.6px 0px #0000001A;
  box-shadow: 2px 4px 15.6px 0px #0000001A;
  background: #FFFFFF1A;
  border-radius: 15px;
}

.text-s {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  text-align: left;
  color: #A7A7A7;
}

.page-convert .select-wrap {
  position: relative;
}

.page-convert .select-wrap input {
  color: #ffffff;
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  line-height: 27.72px;
  text-align: left;
}

.page-convert .select-wrap input {
  height: 80px;
}

.page-convert .select-wrap .select__inner {
  position: absolute;
  background-color: transparent;
  top: 6px;
  right: 22px;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-convert .select-wrap .select__inner select,
.page-convert .select-wrap .select__inner .new-select {
  background-color: transparent;
  border: none;
  color: #ffffff;
}

.page-convert .select-item__label {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.64px;
  color: #A7A7A7;
  position: absolute;
  top: 2px;
  left: 16px;
  background-color: transparent;
}

.text-in-border {
  border: 0.5px solid #FFFFFF;
  -webkit-box-shadow: 2px 4px 15.6px 0px #0000001A;
  box-shadow: 2px 4px 15.6px 0px #0000001A;
  border-radius: 15px;
  padding: 10px 26px;
  color: #2EAB0E;
}

.convert-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.convert-items.reverse {
  flex-direction: column-reverse;
}

.convert-item__row:not(:first-child) {
  margin-top: 14px;
}

.convert-item__row:last-child {
  height: 42px;
}

.convert-item {
  height: 220px;
}

.btn-change {
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #D5CE26;
  position: absolute;
  left: calc(50% - 40px);
  top: 186px;
  z-index: 3;
  background-image: url(../images/icons/change.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  transition: transform 0.5s;
  transform-origin: center;
}

.rotate {
  transform-origin: center;
  transform: rotate(180deg);
}

.section-convert__info {
  padding: 20px 30px;
}

.section-convert__btn {
  width: 100%;
  color: #000000;
  height: 64px;
}

.page-convert .new-select {
  font-size: 22px;
  font-weight: 600;
  line-height: 27.72px;
  text-align: left;
  padding-right: 70px;
  width: 186px;
}

.page-convert .new-select:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(45deg);
}

.page-convert .new-select.on:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 30px;
}

.page-convert .new-select__list {
  top: 62px;
  background: #0000001A;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.new-select__list input[type="search"] {
  background: #FFFFFF0D;
  height: 35px !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 15.12px;
  text-align: left;
  color: #ffffff;
  padding: 10px 10px 10px 40px;
  background: url(../images/icons/search.svg) no-repeat 10px center;
  background-size: 10px 10px;
}

.new-select__list input[type="search"]::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 300;
  line-height: 15.12px;
  text-align: left;
  font-style: normal;
}

.new-select__list input[type="search"]:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 300;
  line-height: 15.12px;
  text-align: left;
  font-style: normal;
}

.new-select__list input[type="search"]::-ms-input-placeholder {
  font-size: 12px;
  font-weight: 300;
  line-height: 15.12px;
  text-align: left;
  font-style: normal;
}

.new-select__list input[type="search"]::placeholder {
  font-size: 12px;
  font-weight: 300;
  line-height: 15.12px;
  text-align: left;
  font-style: normal;
}

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

/*==========================page-account===================*/
.section-slider {
  padding-bottom: 0;
  padding-top: 140px;
  margin-bottom: 30px;
}

.banners-swiper {
  position: relative;
}

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

.banners-swiper .swiper-slide {
  min-height: 120px;
}

.swiper-pagination-banners {
  position: absolute;
  bottom: 10% !important;
  z-index: 2;
}

.swiper-pagination-banners .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 9px;
  border-radius: 100%;
  cursor: pointer;
}

.swiper-pagination-banners .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-container-horizontal>.swiper-pagination-banners.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 11px;
}

.account-card__inner:not(:first-child) {
  margin-top: 17px;
}

.section-account-info .account__pic-wrap {
  width: 70px;
  margin-left: 0;
  margin-right: 20px;
}

.section-account-info .account__pic-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-account-info .account__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 25.2px;
  text-align: center;
}

.section-account-info .account__name,
.section-account-info .account__email {
  text-align: left;
}

.history-btn {
  font-size: 16px;
  font-weight: 300;
  line-height: 20.16px;
  text-align: center;
  background: #FFFFFF0D;
  padding: 7px 13px;
  color: #A7A7A7;
  border: 0.2px solid #FFFFFF;
  -webkit-box-shadow: 2px 4px 15.6px 0px #0000001A;
  box-shadow: 2px 4px 15.6px 0px #0000001A;
  border-radius: 15px;
  cursor: pointer;
}

.history-btn p {
  margin-left: 10px;
}

.account-item {
  min-height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account-item:first-child,
.account-item:last-child {
  width: 26%;
}

.account-item:nth-child(2),
.account-item:nth-child(3) {
  width: 20%;
}

.account-card__inner {
  gap: 30px;
}

.account-options-wrap {
  margin-top: 13px;
}

.account-options-wrap .account-card {
  width: calc((100% - 20px) / 2);
}

.option-item.card-transparent {
  padding: 12px 24px;
  width: calc((100% - 80px) / 3);
  cursor: pointer;
  text-align: center;
}

.option-item.card-transparent .option-item__name {
  margin-left: 26px;
}

.option-item__inner {
  height: 100%;
}

.option-item--color {
  margin-top: 17px;
  background: linear-gradient(359.17deg, #D5CE26 0.59%, #6F6B14 99.17%);
  -webkit-box-shadow: 2px 4px 15.6px 0px #0000001A;
  box-shadow: 2px 4px 15.6px 0px #0000001A;
  padding: 20px 30px 30px 48px;
  border-radius: 15px;
  height: 191px;
}

.option-item__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30.24px;
}

.option-item__balance {
  font-size: 32px;
  font-weight: 600;
  line-height: 40.32px;
  margin-top: 14px;
}

.option-item__balance:last-child {
  font-size: 24px;
  font-weight: 300;
  line-height: 30.24px;
  margin-top: 10px;
}

.option-item__pic-wrap {
  max-width: 48%;
}

.account-options__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30.24px;
  min-height: 46px;
}

.option-item__btn {
  background: #FFFFFF0D;
  border: 0.2px solid #FFFFFF;
  border-radius: 15px;
  height: 50px;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.methods .option-item.card-transparent {
  width: 100%;
}

.methods .option-item.card-transparent:not(:first-child) {
  margin-top: 16px;
}

.section-assets {
  margin-top: 50px;
}

.section-assets__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30.24px;
}

.section-assets__link {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  color: #D5CE26;
}

.section-assets__link svg {
  margin-left: 6px;
}

.page-account table {
  border-collapse: separate;
}

.page-account .table-courses tbody tr,
.page-account .table-courses td {
  background: #ffffff0f;
  color: #ffffff;
}

.page-account .table-courses tbody tr {
  -webkit-box-shadow: 2px 4px 15.6px 0px #0000001A;
  box-shadow: 2px 4px 15.6px 0px #0000001A;
  border: 0.2px solid #FFFFFF;
  border-bottom: 1px solid #ccc;
  /* добавляем границу внизу строки */
}

.page-account .table-courses tbody td:not(:first-child),
.page-account .table-courses tbody tr:not(:first-child) {
  display: table-cell;
  text-align: end;
}

.page-account .table-courses__name-inner span {
  color: #ffffff;
}

.page-account .table-courses__name-inner {
  color: #ffffff;
}

.page-account .btns-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: end;
}

.page-account .btns-wrap .btn:last-child {
  margin-left: 13px;
}

.visible-l {
  display: none;
}

body.modal-open {
  overflow: hidden !important;
}

@media screen and (max-width: 1250px) {
  .account-card__inner {
    gap: 20px;
  }

  .account-item:first-child,
  .account-item:last-child,
  .account-item:nth-child(2),
  .account-item:nth-child(3) {
    width: calc((100% - 20px) / 2);
  }

  .account-options-wrap .account-card {
    width: 100%;
  }

  .account-options-wrap .account-card:not(:first-child) {
    margin-top: 13px;
  }
}

@media screen and (max-width: 1220px) {
  .tizers-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .section-top {
    padding-bottom: 100px;
    padding-top: 150px;
  }

  .page:not(.page-main) .section-top {
    padding-bottom: 50px;
    padding-top: 130px;
  }

  .section-tizers {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .header-account .menu__inner {
    display: none;
  }

  .header-account .header-bottom {
    display: none;
  }

  .header-account .account__menu-wrap {
    width: 200px;
    overflow-y: scroll;
    max-height: 74vh;
  }

  .visible-l {
    display: block;
  }

  .menu-item.visible-l {
    text-align: right;
  }

  header.header-account {
    padding: 14px 0;
  }

  .section-slider {
    padding-top: 60px;
  }
}

@media screen and (max-width: 1010px) {
  .col-100-m {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .hidden-m {
    display: none !important;
  }

  .visible-m {
    display: block !important;
  }

  .header__burger {
    display: block;
    cursor: pointer;
    position: relative;
  }

  .header-close {
    display: block;
  }

  .menu-wrap {
    max-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(105deg, #000000 13.07%, #D5CE26 110%);
    z-index: 10;
    padding: 80px 40px 50px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
  }

  .menu-wrap.menu-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: scroll;
  }

  header .btns-wrap {
    margin-left: 0;
    margin-top: 100px;
  }

  .btn-login {
    margin: 0 auto 20px;
  }

  header .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 100px;
  }

  header .menu-item:not(:last-child) {
    margin-right: 0;
  }

  header .menu-item:not(:first-child) {
    margin-top: 30px;
  }

  .section-top .col-59 img {
    margin: 0 auto;
  }

  .section-buy .col-59 {
    padding-right: 0;
  }

  .section-exchange__col.col-59 {
    padding-left: 0px;
  }

  .section-exchange__pic-wrap img {
    width: 100%;
  }

  .partners-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 20px 40px;
  }

  .partners-wrap .partner-item {
    width: unset;
  }

  .section-buy .col-41 {
    margin-top: 40px;
  }

  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .footer__inner {
    gap: 40px 60px;
  }
}

@media screen and (max-width: 800px) {

  .table-courses td:nth-child(3),
  .table-courses td:last-child,
  .table-courses th:nth-child(3),
  .table-courses th:last-child {
    display: none;
  }

  .table-courses th:nth-child(2),
  .table-courses td:nth-child(2) {
    text-align: right;
  }

  .swiper-pagination-banners .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7px;
  }

  .account-card__inner {
    gap: 20px;
  }

  .account-item:first-child,
  .account-item:last-child,
  .account-item:nth-child(2),
  .account-item:nth-child(3) {
    width: 100%;
  }

  .page-account .card-transparent {
    padding: 16px;
  }

  .section-account-info .account__pic-wrap {
    width: 50px;
    margin-right: 14px;
  }

  .page-account .table-courses tbody td:last-child {
    display: none;
  }

  .page-account .table-courses th:nth-child(3) {
    display: block;
    text-align: end;
  }

  .page-account .table-courses th {
    max-width: 80px;
    vertical-align: baseline;
    padding: 10px;
  }
}

@media screen and (max-width: 640px) {
  .page:not(.page-main) .section-top {
    padding-bottom: 50px;
    padding-top: 150px;
  }

  .title-wrap {
    margin-bottom: 24px;
  }

  .section-top {
    padding-bottom: 60px;
    padding-top: 130px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  select,
  .new-select {
    padding: 14px;
  }

  .input-item__label,
  .select-item__label {
    left: 11px;
  }

  .customers__pic-wrap {
    max-width: 140px;
  }

  .section-tizers,
  .section:not(:first-child) {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-courses {
    padding-top: 0 !important;
  }

  .tizers-wrap,
  .news-wrap,
  .info-wrap {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 20px;
  }

  .card {
    padding: 20px;
  }

  .plus-items-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plus-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .plus-item:not(:last-child)::after {
    display: none;
  }

  .section-buy__list-wrap {
    margin-top: 30px;
  }

  .section-buy .col-59 .btn {
    margin-top: 34px;
  }

  .section-buy .col-41 {
    padding: 30px;
  }

  .result__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .currency__title {
    font-size: 16px;
  }

  .section-exchange__text {
    font-size: 14px;
    line-height: 18px;
  }

  .partners-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 20px;
  }

  .section-news .btn {
    margin: 38px auto 0;
  }

  .footer__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .socials-links {
    margin: auto;
  }

  .copyrights {
    margin-top: 40px;
  }

  #registrationForm .input-wrap:first-child,
  #registrationForm .input-wrap:nth-child(2) {
    width: 100%;
  }

  #registrationForm .input-wrap:nth-child(2) {
    margin-top: 6px;
  }

  .account-card {
    padding: 20px;
  }

  .btn-change {
    width: 60px;
    height: 60px;
    left: calc(50% - 25px);
    -webkit-transform: 0;
    transform: 0;
  }

  .page-convert .new-select {
    width: 160px;
  }

  .section-convert__btn {
    height: 50px;
  }

  .page-convert .select-wrap input {
    height: 66px;
  }

  .page-convert .select-wrap .select__inner {
    top: 2px;
  }

  .page-convert .select-wrap input::-webkit-input-placeholder,
  .page-convert .select-wrap input {
    font-size: 18px;
    line-height: 24.72px;
  }

  .page-convert .select-wrap input:-ms-input-placeholder,
  .page-convert .select-wrap input {
    font-size: 18px;
    line-height: 24.72px;
  }

  .page-convert .select-wrap input::-ms-input-placeholder,
  .page-convert .select-wrap input {
    font-size: 18px;
    line-height: 24.72px;
  }

  .page-convert .select-wrap input::placeholder,
  .page-convert .select-wrap input {
    font-size: 18px;
    line-height: 24.72px;
  }

  .page-convert .select-item__label {
    top: 0px;
    left: 11px;
  }

  .account-card__inner {
    gap: 13px;
  }

  .option-item.card-transparent {
    width: 100%;
  }

  .option-item--color {
    padding: 16px;
  }

  .option-item__balance {
    font-size: 26px;
    line-height: 30px;
  }

  .option-item__balance:last-child {
    font-size: 18px;
    line-height: 24.24px;
  }

  .logo-img {
    margin-bottom: 8px;
  }

  .header-account .account__email {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .container {
    padding: 0 14px;
  }

  .section-buy .col-41 {
    padding: 20px;
  }

  .new-select__list {
    width: 290px;
  }

  .page-convert .new-select__list {
    left: -104px;
    top: 72px;
  }

  .page-convert .new-select:after {
    padding: 3px;
    top: 26px;
  }

  .page-convert .new-select.on:after {
    top: 32px;
  }

  .page-convert .new-select {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-right: 40px;
  }
}

[data-value="Bitcoin"] {
  position: relative;
}

[data-value="Bitcoin"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/bitcoin.svg) no-repeat center;
  background-size: contain;
}

[data-value="ada"] {
  position: relative;
}

[data-value="ada"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/ada.svg) no-repeat center;
  background-size: contain;
}

[data-value="alice"] {
  position: relative;
}

[data-value="alice"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/alice.svg) no-repeat center;
  background-size: contain;
}

[data-value="bitcoin-cash"] {
  position: relative;
}

[data-value="bitcoin-cash"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/bitcoin-Cash.svg) no-repeat center;
  background-size: contain;
}

[data-value="doge"] {
  position: relative;
}

[data-value="doge"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/doge.svg) no-repeat center;
  background-size: contain;
}

[data-value="dot"] {
  position: relative;
}

[data-value="dot"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/dot.svg) no-repeat center;
  background-size: contain;
}

[data-value="eos"] {
  position: relative;
}

[data-value="eos"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/eos.svg) no-repeat center;
  background-size: contain;
}

[data-value="etc"] {
  position: relative;
}

[data-value="etc"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/etc.svg) no-repeat center;
  background-size: contain;
}

[data-value="grt"] {
  position: relative;
}

[data-value="grt"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/grt.svg) no-repeat center;
  background-size: contain;
}

[data-value="ltc"] {
  position: relative;
}

[data-value="ltc"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/ltc.svg) no-repeat center;
  background-size: contain;
}

[data-value="mana"] {
  position: relative;
}

[data-value="mana"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/mana.svg) no-repeat center;
  background-size: contain;
}

[data-value="sand"] {
  position: relative;
}

[data-value="sand"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/sand.svg) no-repeat center;
  background-size: contain;
}

[data-value="shib"] {
  position: relative;
}

[data-value="shib"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/shib.svg) no-repeat center;
  background-size: contain;
}

[data-value="sol"] {
  position: relative;
}

[data-value="sol"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/sol.svg) no-repeat center;
  background-size: contain;
}

[data-value="trx"] {
  position: relative;
}

[data-value="trx"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/trx.svg) no-repeat center;
  background-size: contain;
}

[data-value="USDT"] {
  position: relative;
}

[data-value="USDT"]::before {
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icons/pay/usdt.svg) no-repeat center;
  background-size: contain;
}