@charset "UTF-8";
@font-face {
  font-family: "Cera pro";
  src: url(../fonts/CeraPro-Light.woff2) format("woff2"), url(../fonts/CeraPro-Light.woff) format("woff"), url(../fonts/CeraPro-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera pro";
  src: url(../fonts/CeraPro-Regular.woff2) format("woff2"), url(../fonts/CeraPro-Regular.woff) format("woff"), url(../fonts/CeraPro-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera pro";
  src: url(../fonts/CeraPro-Medium.woff2) format("woff2"), url(../fonts/CeraPro-Medium.woff) format("woff"), url(../fonts/CeraPro-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera pro";
  src: url(../fonts/CeraPro-Bold.woff2) format("woff2"), url(../fonts/CeraPro-Bold.woff) format("woff"), url(../fonts/CeraPro-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera pro";
  src: url(../fonts/CeraPro-Black.woff2) format("woff2"), url(../fonts/CeraPro-Black.woff) format("woff"), url(../fonts/CeraPro-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input {
  font-family: "Cera Pro", sans-serif;
  color: #002341;
}
input:focus {
  outline: none;
}
input::placeholder {
  color: #CEDEEB;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

textarea {
  resize: none;
}
textarea:focus {
  outline: none;
}

button {
  padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body {
  font-family: "Cera Pro", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #002341;
  background: #fff url(../img/bg.png) center 100px no-repeat;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body *::-webkit-scrollbar {
  width: 5px;
  /* ширина для вертикального скролла */
  background: #fff;
  height: 0px;
}
body *::-webkit-scrollbar-thumb {
  background-color: #E8ECEF;
  border-radius: 10px;
}
body.over-hid {
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
}

.flex {
  display: flex;
}

.title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3;
  color: #1E405D;
  margin: 0 0 30px;
}

.btn {
  background: #0BDACA;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #0BDACA;
  height: 50px;
  transition: background 0.3s linear;
}
.btn:hover {
  cursor: pointer;
  color: #002341;
  background-color: #fff;
}
.btn:hover path {
  stroke: #002341;
}
.btn.btn-white {
  background-color: transparent;
  border-color: #0BDACA;
  color: #002341;
}
.btn.btn-white:hover {
  background: #0BDACA;
  color: #fff;
}
.btn.btn-white:hover path {
  stroke: #FFFFFF;
}
.btn svg {
  margin-right: 10px;
}

.top {
  background: #1E405D;
}
.top .container {
  display: flex;
  align-items: center;
  height: 35px;
  justify-content: space-between;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 15px;
}
.menu li {
  position: relative;
  margin-right: 30px;
}
.menu li a {
  display: block;
  font-size: 14px;
  color: #fff;
}
.menu li.active a {
  color: #34F1E3;
}
.menu li.active:after {
  display: block;
}
.menu li:hover a {
  color: #34F1E3;
}
.menu li:hover:after {
  display: block;
}
.menu li:after {
  width: 100%;
  height: 3px;
  background: #FFFFFF;
  border-radius: 10px 10px 0px 0px;
  content: "";
  display: none;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.menu li:last-of-type {
  margin-right: 0;
}

.top-apps {
  width: 184px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 28px;
  margin-left: auto;
}
.top-apps a {
  display: block;
}
.top-apps a:hover {
  opacity: 0.8;
}
.top-apps a img {
  display: block;
}

.top-social {
  display: flex;
  align-items: center;
}
.top-social a {
  display: block;
  margin-right: 15px;
}
.top-social a:last-of-type {
  margin-right: 0;
}
.top-social a svg {
  display: block;
}
.top-social a:hover path {
  stroke: #0BDACA;
  fill: #0BDACA;
}

.top-main {
  display: flex;
  align-items: center;
  height: 65px;
}

.body-hny .logo,
.body-hny .order-menu{
  position: relative;
  z-index: 0;
}

.body-hny .logo:after{
  content:"";
  background: url(/res/nordchange/img/sublogo_hny.png) no-repeat bottom;
  background-size: contain;
  width: 400px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -10px;
  z-index: -1;
  margin-left: -130px;
}

.logo {
  width: 135px;
  margin-right: 30px;
}

.logo a {
  display: block;
}
.logo img {
  display: block;
}

.order-menu {
  display: flex;
  margin-right: 30px;
}
.order-menu li {
  margin-right: 10px;
}
.order-menu li:last-of-type {
  margin-right: 0;
}
.order-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #1E405D;
  padding: 8px 15px;
}
.order-menu li:hover a {
  border: 2px solid #DEFFFD;
  color: #00B2A5;
}
.order-menu li.active a {
  border: 2px solid #DEFFFD;
  color: #00B2A5;
}

.top-lang {
  position: relative;
  margin-left: auto;
  margin-right: 0;
}

.top-lang-btn {
  padding-right: 18px;
  background: transparent url(../img/arrow-down.svg) right center no-repeat;
  background-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #4F525B;
}
.top-lang-btn img {
  max-width: 20px;
  display: block;
  margin-right: 10px;
}

.top-lang-items {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  width: 142px;
  left: -15px;
  top: 41px;
  z-index: 15;
  overflow: hidden;
  display: none;
}
.top-lang-items .item {
  display: flex;
  padding: 12px 15px;
  align-items: center;
  font-weight: 500;
  color: #4F525B;
}
.top-lang-items .item:hover {
  background: #0BDACA;
  color: #fff;
}
.top-lang-items .item img {
  max-width: 20px;
  margin-right: 8px;
}

.mob-menu, .mob-menu-btn {
  display: none;
}

.top-account {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.top-account .btn {
  padding: 10px 22px;
  height: 40px;
  margin-right: 10px;
}
.top-account .btn:last-of-type {
  margin-right: 0;
}
.top-account.logged .btn {
  width: 40px;
  height: 40px;
  padding: 0;
}
.top-account.logged .btn svg {
  margin: 0;
}

.top-account-info {
  margin-right: 10px;
}
.top-account-info h4 {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
}
.top-account-info .flex {
  align-items: center;
}
.top-account-info .tap-account-balance {
  font-size: 14px;
  color: #7793AC;
  padding-left: 19px;
  background: transparent url(../img/cabinet-balance.svg) left center no-repeat;
  background-size: 14px;
  line-height: 20px;
  height: 20px;
  margin-right: 10px;
}
.top-account-info .tap-account-exit {
  font-size: 14px;
  line-height: 150%;
  text-decoration: underline;
  color: #00B2A5;
}
.top-account-info .tap-account-exit:hover {
  text-decoration: none;
}

.main {
  display: flex;
  align-items: stretch;
  margin: 40px -15px 30px;
}

.main-left {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.main-right {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.main-exchange {
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding-bottom: 10px;
}
.main-exchange h3 {
  font-size: 18px;
  color: #219EC2;
  margin: 0;
}

.main-exchange-top {
  display: flex;
  padding: 20px 20px 10px;
  align-items: center;
  justify-content: space-between;
}

.main-exchange-list-top {
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 10px;
}
.main-exchange-list-top a {
  font-size: 14px;
  color: #1E405D;
  padding: 3px 8px;
  border-radius: 10px;
}
.main-exchange-list-top a.active {
  background: #219EC2;
  color: #fff;
}

.main-exchange-valute-search {
  width: 160px;
}
.main-exchange-valute-search input {
  height: 28px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #CEDEEB;
  padding: 4px 0;
  background: #fff url(../img/search-icon.svg) right center no-repeat;
  font-size: 14px;
  padding-right: 22px;
}
.main-exchange-valute-search input:placeholder {
  color: #95B1C9;
}

.main-exchange-list-content {
  height: 176px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
}
.main-exchange-list-content .item {
  display: flex;
  padding: 10px;
  border-radius: 10px;
  align-items: center;
  min-height: 44px;
  width: 33.3333%;
  background: #fff;
  font-size: 14px;
}
.main-exchange-list-content .item .item-img {
  min-width: 24px;
  width: 24px;
  margin-right: 12px;
}
.main-exchange-list-content .item .item-img img {
  height: 24px;
  width: 24px;
  display: block;
}
.main-exchange-list-content .item .item-title {
  margin-right: 12px;
}
.main-exchange-list-content .item span {
  display: none;
}
.main-exchange-list-content .item:hover {
  background: #F3F6F9;
  cursor: pointer;
}
.main-exchange-list-content .item.active {
  background: #F3F6F9;
}

.main-exchange-to {
  margin-bottom: 0;
}
.main-exchange-to h3 {
  color: #0BDACA;
}
.main-exchange-to .main-exchange-list-top a.active {
  background: #0BDACA;
}

.main-exchange-form {
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  height: 100%;
}

.main-exchange-form-top {
  height: 60px;
  background: linear-gradient(270deg, #34F3E3 0%, #209AC0 102.15%);
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 20px;
}
.main-exchange-form-top h2 {
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

.main-exchange-form-directions {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  bottom: -5px;
}
.main-exchange-form-directions .item {
  display: flex;
  align-items: center;
  padding: 13px 10px;
  background: linear-gradient(180deg, rgba(30, 64, 93, 0) 84.37%, rgba(30, 64, 93, 0.08) 100%), #9DFFF8;
  border-radius: 10px 10px 0px 0px;
  margin-right: 10px;
}
.main-exchange-form-directions .item:last-of-type {
  margin-right: 0;
}
.main-exchange-form-directions .item img {
  display: block;
  width: 24px;
}
.main-exchange-form-directions .item span {
  width: 14px;
  height: 14px;
  background: transparent url(../img/green-arrow.svg) center no-repeat;
  margin: 0 5px;
}
.main-exchange-form-directions .item.active {
  background: #fff;
}
.main-exchange-form-directions .item:hover {
  background: #fff;
  cursor: pointer;
}

.main-exchange-form-info {
  padding: 15px 20px 17px;
  border-bottom: 1px solid #CEDEEB;
}
.main-exchange-form-info .info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-exchange-form-info .input-wrapper {
  width: calc(50% - 10px);
}
.main-exchange-form-info .input-wrapper label {
  font-size: 14px;
  color: #95B1C9;
  display: block;
  margin: 0 0 7px;
}
.main-exchange-form-info .input-group {
  position: relative;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #CEDEEB;
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  height: 50px;
  justify-content: space-between;
}
.main-exchange-form-info .input-group .item-img {
  width: 24px;
  height: 24px;
  top: 13px;
  left: 15px;
}
.main-exchange-form-info .input-group input {
  border: none;
  width: calc(100% - 70px);
  color: #002341;
}
.main-exchange-form-info .input-group .item-drop {
  display: none;
}
.main-exchange-form-info .relocate {
  margin-bottom: 18px;
  margin-top: auto;
  width: 16px;
  height: 16px;
}
.main-exchange-form-info .relocate:hover {
  cursor: pointer;
}
.main-exchange-form-info .relocate:hover svg {
  -webkit-animation: spin 1s infinite linear;
}
.main-exchange-form-info .info-bottom {
  padding-top: 15px;
}
.main-exchange-form-info .info-bottom .item {
  width: 28%;
  font-size: 14px;
  text-align: center;
}
.main-exchange-form-info .info-bottom .item span {
  display: block;
  color: #95B1C9;
  margin-bottom: 2px;
}
.main-exchange-form-info .info-bottom .item strong {
  font-size: 16px;
  font-weight: 500;
}
.main-exchange-form-info .info-bottom .item-course {
  width: 44%;
}

.main-exchange-form-inputs {
  padding: 15px 20px 0;
}
.main-exchange-form-inputs .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main-exchange-form-inputs .col {
  padding: 0 10px;
  margin-bottom: 15px;
}
.main-exchange-form-inputs .col-half {
  width: 50%;
}
.main-exchange-form-inputs .col-full {
  width: 100%;
}
.main-exchange-form-inputs .input-group {
  position: relative;
}
.main-exchange-form-inputs .input-group label {
  font-size: 14px;
  display: block;
  color: #95B1C9;
  margin-bottom: 7px;
}
.main-exchange-form-inputs .input-group input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CEDEEB;
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  height: 45px;
  padding: 15px;
  font-size: 14px;
}
.main-exchange-form-inputs .input-group input::placeholder {
  color: #95B1C9;
}
.main-exchange-form-inputs .input-group input.input-email {
  background: #fff url(../img/mail-input-bg.svg) 15px center no-repeat;
  padding-left: 40px;
}
.main-exchange-form-inputs .input-group input.input-card {
  background: #fff url(../img/card-input-bg.svg) 15px center no-repeat;
  padding-left: 40px;
}
.main-exchange-form-inputs .input-group input.input-promocode {
  padding-right: 105px;
}
.main-exchange-form-inputs .input-group .promocode-btn {
  width: 94px;
  height: 32px;
  position: absolute;
  right: 7px;
  bottom: 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
}

.main-exchange-form-bottom {
  padding: 20px 20px 30px;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.main-exchange-form-bottom .btn {
  width: 180px;
}

.label-check {
  font-size: 14px;
}
.label-check a {
  color: #00B2A5;
  text-decoration: underline;
}
.label-check a:hover {
  text-decoration: none;
}

.main-app-section {
  height: 170px;
  background: #1E405D url(../img/app-section-bg.jpg) center no-repeat;
  background-size: cover;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 30px;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 60px;
}

.main-app-text {
  width: 445px;
}
.main-app-text h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  margin: 0 0 10px;
}

.main-app-links {
  width: 136px;
}
.main-app-links a {
  display: block;
  margin-bottom: 10px;
}
.main-app-links a img {
  display: block;
}
.main-app-links a:last-of-type {
  margin-bottom: 0;
}

.main-static-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}
.main-static-section .title {
  margin-bottom: 20px;
}

.main-statics {
  width: 770px;
}

.main-statics-wrapper {
  margin: 0 -15px;
}
.main-statics-wrapper .col {
  width: 33.3333%;
  padding: 0 15px;
}
.main-statics-wrapper .item {
  background: #FFFFFF;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  line-height: 1.3;
  text-align: center;
}
.main-statics-wrapper .item p {
  padding: 20px 10px;
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
.main-statics-wrapper .item-top {
  padding: 23px 10px;
  font-weight: 700;
  color: #00B2A5;
  font-size: 32px;
  border-bottom: 1px solid #E4ECF3;
  position: relative;
}
.main-statics-wrapper .item-top:after {
  width: 50%;
  height: 2px;
  background: #0BDACA;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 25%;
}

.main-graphics {
  width: 370px;
}
.main-graphics .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F3F6F9;
  border-radius: 10px;
  padding: 5px 5px 5px 10px;
  margin-bottom: 10px;
}
.main-graphics .item:last-of-type {
  margin-bottom: 0;
}
.main-graphics .item-img {
  width: 28px;
  margin-right: 10px;
}
.main-graphics .item-img img {
  display: block;
}
.main-graphics .item-value {
  margin-right: 10px;
  width: 105px;
}
.main-graphics .item-percent {
  color: #00B2A5;
  margin-right: 10px;
}
.main-graphics .item-graphic {
  width: 100px;
  margin-right: 10px;
}
.main-graphics .item-graphic img {
  display: block;
}
.main-graphics .item-buy {
  width: 40px;
  height: 40px;
  border: 2px solid #0BDACA;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.main-graphics .item-buy:hover {
  background: #0BDACA;
}
.main-graphics .item-buy:hover path {
  stroke: #fff;
}

.main-about {
  margin-bottom: 60px;
}
.main-about .title {
  margin-bottom: 20px;
}
.main-about p {
  margin: 0 0 25px;
  font-size: 14px;
}
.main-about p:last-of-type {
  margin-bottom: 0;
}

.main-partners {
  margin: 0 0 60px;
  padding: 40px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), linear-gradient(270deg, #34F3E3 0%, #209AC0 102.15%);
  border-radius: 30px;
}
.main-partners .row {
  margin: 0 -15px;
}
.main-partners .col {
  width: 33.33333%;
  padding: 0 15px;
}
.main-partners .item {
  text-align: center;
}
.main-partners .item p {
  font-size: 14px;
  margin: 0;
}
.main-partners .item-icon {
  width: 110px;
  height: 110px;
  background: #FFFFFF;
  box-shadow: 0px 16px 28px -12px rgba(33, 158, 194, 0.5);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 23px;
}
.main-partners .item-icon img {
  display: block;
}

.main-reviews {
  margin-bottom: 56px;
}
.main-reviews .title {
  margin-bottom: 23px;
}

.main-reviews-wrapper {
  margin: 0 -15px;
  display: flex;
}
.main-reviews-wrapper.reviews {
  flex-wrap: wrap;
}
.main-reviews-wrapper.reviews .col {
  margin-bottom: 30px;
}
.main-reviews-wrapper .col {
  width: 33.33333%;
  padding: 0 15px;
}
.main-reviews-wrapper .item-top {
  margin-bottom: 15px;
}
.main-reviews-wrapper .item-top h4 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 500;
}
.main-reviews-wrapper .item-rating {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-reviews-wrapper .item-rating span {
  width: 20px;
  height: 20px;
  background: transparent url(../img/star.svg) center no-repeat;
  background-size: 20px;
}
.main-reviews-wrapper .item-rating span.active {
  background: transparent url(../img/active-star.svg) center no-repeat;
}
.main-reviews-wrapper .item-content p {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 20px;
}
.main-reviews-wrapper .item-content p:last-of-type {
  margin-bottom: 0;
}

footer {
  background: #F3F6F9;
  padding: 15px 0;
  margin-bottom: 0;
  margin-top: auto;
}

.footer-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.footer-menu a {
  display: block;
  font-size: 14px;
  color: #002341;
}

.footer-bottom {
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  width: 172px;
}
.footer-logo a, .footer-logo img {
  display: block;
}

.copyright {
  font-size: 12px;
  line-height: 1.5;
  color: #95B1C9;
}

.copyright-links {
  display: flex;
  align-items: center;
}
.copyright-links a {
  color: #95B1C9;
  display: block;
  margin-right: 20px;
  text-decoration: underline;
}
.copyright-links a:last-of-type {
  margin: 0;
}

.footer-apps {
  display: flex;
  align-items: center;
}
.footer-apps a {
  color: #95B1C9;
  display: block;
  margin-right: 20px;
}
.footer-apps a:last-of-type {
  margin: 0;
}
.footer-apps a:hover img {
  opacity: 0.8;
}
.footer-apps img {
  display: block;
}

.footer-social {
  display: flex;
  align-items: center;
}
.footer-social a {
  margin-right: 15px;
  display: flex;
  align-items: center;
  color: #002341;
  font-size: 14px;
}
.footer-social a:last-of-type {
  margin-right: 0;
}
.footer-social a svg {
  margin-right: 10px;
}
.footer-social a img {
  display: block;
}
.footer-social a:hover {
  color: #0BDACA;
}
.footer-social a:hover svg, .footer-social a:hover path {
  fill: #0BDACA;
}
.footer-social a:hover img {
  opacity: 0.8;
}

.modal {
  background: #fff;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  position: relative;
  display: none;
  font-size: 14px;
}
.modal .modal-title {
  margin: 0 0 32px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}
.modal .input-group {
  margin-bottom: 20px;
}
.modal .input-group input {
  background: #fff;
  border: 1px solid #CEDEEB;
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  width: 100%;
  padding: 15px;
  height: 50px;
}
.modal .input-group input::placeholder {
  color: #858DA6;
}
.modal .pass-reset-link {
  margin-bottom: 20px;
}
.modal .pass-reset-link a {
  color: #00B2A5;
  text-decoration: underline;
}
.modal .pass-reset-link a:hover {
  text-decoration: none;
}
.modal .telegram-login {
  background: #4FA2EE;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #FFFFFF;
  font-weight: 700;
  transition: background 0.3s linear;
}
.modal .telegram-login svg {
  margin-right: 10px;
}
.modal .telegram-login:hover {
  background: #0BDACA;
}
.modal .form-check {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.modal .form-check label {
  position: relative;
  padding-left: 36px;
  color: #11181F;
}
.modal .form-check input {
  display: none;
}
.modal .form-check input + span {
  width: 26px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  background: #EE2839;
  border-radius: 20px;
  transition: all 0.3s linear;
}
.modal .form-check input + span:before {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 90%;
  position: absolute;
  top: 1px;
  left: 1px;
  content: "";
  display: block;
  transition: left 0.3s linear;
}
.modal .form-check input:checked + span {
  background: #00B2A5;
}
.modal .form-check input:checked + span:before {
  left: 11px;
}
.modal .form-check a {
  color: #00B2A5;
  text-decoration: underline;
}
.modal .form-check a:hover {
  text-decoration: none;
}
.modal .form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.modal .form-bottom .btn {
  padding: 10px 20px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
}
.modal.password-reset-modal .modal-title {
  margin-bottom: 7px;
}
.modal.password-reset-modal p {
  text-align: center;
  margin: 0 0 30px;
}
.modal.warning-modal {
  max-width: 700px;
}
.modal.warning-modal .modal-title {
  margin-bottom: 20px;
}
.modal.warning-modal p {
  margin: 0 0 25px;
}
.modal.order-history-modal {
  max-width: 930px;
}
.modal.order-history-modal .modal-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.modal.order-history-modal .modal-top p {
  color: #858DA6;
  margin: 0;
  width: 50%;
  text-align: right;
}
.modal.order-history-modal .modal-top-left {
  width: 50%;
}
.modal.order-history-modal .modal-top-left strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
.modal.order-history-modal .modal-top-left span {
  color: #858DA6;
}
.modal.order-history-modal .cabinet-history-items .item {
  padding: 0;
}
.modal.order-history-modal .cabinet-history-items .item .item-img {
  width: 50px;
}
.modal.order-history-modal .cabinet-history-items .item .item-img img {
  width: 100%;
}
.modal.order-history-modal .cabinet-history-items .item .item-left {
  width: 100%;
}
.modal.order-history-modal .cabinet-history-items .item .item-left .item-info strong {
  display: block;
  font-size: 20px;
}
.modal.order-history-modal .form-bottom {
  justify-content: center;
  margin-top: 0;
}
.modal.order-history-modal .form-bottom .btn {
  margin: 0 15px;
}
.modal.order-history-modal .order-info {
  display: flex;
  align-items: center;
  margin: 30px -10px 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal.order-history-modal .order-info .item {
  padding: 0 10px;
  margin-bottom: 15px;
}
.modal.order-history-modal .order-info .item span {
  display: block;
  margin-bottom: 5px;
  color: #858DA6;
}
.modal.order-history-modal .order-info .item strong {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  color: #131B34;
}
.modal.qr-modal {
  text-align: center;
}
.modal.qr-modal .btn {
  padding: 5px 22px;
  margin: 0 auto;
}
.modal.qr-modal .modal-title {
  margin-bottom: 20px;
}
.modal .qr-modal-img {
  text-align: center;
  margin-bottom: 20px;
}
.modal .qr-modal-img img {
  display: block;
  margin: 0 auto;
}

.modal-wrapper {
  padding: 32px 50px 50px;
}

.mfp-wrap .modal {
  display: block !important;
}

.mfp-close-btn-in .mfp-close {
  color: #7793AC;
}

.content {
  padding: 30px 0 100px;
}

.content-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.content-top .title {
  margin: 0;
  padding-right: 15px;
}
.content-top p {
  margin: 0;
}
.content-top.order-content-top .title {
  display: flex;
  align-items: center;
}
.content-top.order-content-top .title img {
  margin-right: 15px;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.content-wrapper {
  padding: 40px;
  background: #FFF;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.license-slider-wrapper {
  position: relative;
}
.license-slider-wrapper .swiper {
  width: 950px;
  margin: 0 auto;
  padding: 0;
}
.license-slider-wrapper .item {
  padding: 10px;
}
.license-slider-wrapper .item a {
  display: block;
  position: relative;
}
.license-slider-wrapper .item a:hover span {
  display: flex;
}
.license-slider-wrapper .item img {
  display: block;
}
.license-slider-wrapper .item span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.3);
  display: none;
}
.license-slider-wrapper .swiper-button-disabled {
  filter: grayscale(1);
  pointer-events: none;
}

.license-slider-prev {
  width: 44px;
  height: 44px;
  border: 2px solid #0BDACA;
  border-radius: 10px;
  background: #fff url(../img/left-arrow.svg) center no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 22px);
}
.license-slider-prev:hover {
  cursor: pointer;
}

.license-slider-next {
  width: 44px;
  height: 44px;
  border: 2px solid #0BDACA;
  border-radius: 10px;
  background: #fff url(../img/right-arrow.svg) center no-repeat;
  position: absolute;
  right: 0;
  top: calc(50% - 22px);
}
.license-slider-next:hover {
  cursor: pointer;
}

.document-links {
  margin: 20px -15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.document-links .col {
  width: 33.3333%;
  padding: 0 15px;
}
.document-links .item {
  padding-left: 70px;
  background: transparent url(../img/pdf.svg) left center no-repeat;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 50px;
}
.document-links .item h4 {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  margin: -5px 0 -10px;
  width: 100%;
}
.document-links .item a {
  font-size: 14px;
  line-height: 1.4;
  text-decoration-line: underline;
  color: #00B2A5;
}
.document-links .item a:hover {
  text-decoration: none;
}

.partners-page-text p {
  margin: 0 0 20px;
}

.partners-page-steps {
  margin: 0 -10px 20px;
  flex-wrap: wrap;
}
.partners-page-steps .col {
  flex-wrap: wrap;
  width: 25%;
  padding: 0 10px;
}
.partners-page-steps .item {
  border: 1px solid #0BDACA;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  line-height: 1.3;
}
.partners-page-steps .item h2 {
  color: #00B2A5;
  font-size: 26px;
  margin: 0;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.partners-page-steps .item h2 span {
  font-size: 20px;
  margin-left: 10px;
}
.partners-page-steps .item-top {
  background: #DEFFFD;
  padding: 15px;
  border-bottom: 1px solid #0BDACA;
}
.partners-page-steps .item-top h4 {
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: #00B2A5;
}
.partners-page-steps .item-top span {
  font-size: 14px;
}
.partners-page-steps.loyalty-steps .col {
  width: 20%;
}

.partners-btn {
  padding: 10px 22px;
  margin: 0 auto;
  width: fit-content;
  display: flex;
}

.guarantee-page-text p {
  margin: 0 0 20px;
}

.guarantee-wrap {
  background: #FFFFFF;
  border: 1px solid #0BDACA;
  border-radius: 10px;
  padding: 0 70px;
  overflow: hidden;
}

.guarantee-items {
  margin: 35px -15px;
  display: flex;
  align-items: center;
}
.guarantee-items .col {
  width: 33.3333%;
  padding: 0 15px;
}
.guarantee-items .item-img {
  display: block;
}
.guarantee-items .item-img img {
  display: block;
  margin: 0 auto;
}
.guarantee-items .item-img:hover {
  opacity: 0.8;
}

.guarantee-wrapper-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guarantee-wrapper-bottom .item {
  display: flex;
  color: #1E405D;
  margin-bottom: 30px;
}
.guarantee-wrapper-bottom .item img {
  margin-right: 15px;
}
.guarantee-wrapper-bottom .item:hover {
  text-decoration: underline;
}

.guarantee-bottom-text {
  margin: 0 -70px;
  background: #DEFFFD;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.reserves-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.reserves-top .input-group {
  border-bottom: 1px solid #CEDEEB;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 300px;
  padding: 3px 0;
  height: 30px;
}
.reserves-top .input-group input {
  padding: 0;
  width: 280px;
  border: none;
  outline: none;
  font-size: 14px;
}
.reserves-top .input-group input::placeholder {
  color: #95B1C9;
}
.reserves-top .input-group button {
  background: transparent url(../img/search-icon.svg) center no-repeat;
  width: 18px;
  height: 18px;
  border: none;
  outline: none;
}
.reserves-top .input-group button:hover {
  cursor: pointer;
}

.reserve-wrapper-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reserve-wrapper-top a {
  color: #1E405D;
  position: relative;
  margin-right: 10px;
  padding: 3px 8px;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.reserve-wrapper-top a.active, .reserve-wrapper-top a:hover {
  color: #fff;
  background: #219EC2;
}
.reserve-wrapper-top a:last-of-type {
  margin: 0;
}

.reserve-wrapper-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  padding-right: 8px;
  margin-left: -15px;
  max-height: 440px;
  overflow: auto;
}
.reserve-wrapper-items::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.reserve-wrapper-items::-webkit-scrollbar-thumb {
  background-color: rgba(87, 95, 120, 0.25);
  border-radius: 10px;
}
.reserve-wrapper-items .col {
  width: 33.333%;
  padding: 0 15px;
}
.reserve-wrapper-items .item {
  width: 100%;
  display: flex;
  background: #FFFFFF;
  padding: 10px;
  align-items: center;
  height: 44px;
  border-radius: 10px;
}
.reserve-wrapper-items .item .item-img {
  width: 24px;
  margin-right: 10px;
}
.reserve-wrapper-items .item .item-img img {
  display: block;
}
.reserve-wrapper-items .item .item-title {
  font-size: 14px;
  margin-right: 10px;
}
.reserve-wrapper-items .item span {
  color: #00B2A5;
  margin-right: 0;
  margin-left: auto;
  font-size: 14px;
}
.reserve-wrapper-items .item:hover {
  background: #F3F6F9;
  cursor: pointer;
}

.faq-wrapper {
  margin: 0 -10px;
}

.faq-left {
  width: 50%;
  padding: 0 10px;
}

.faq-right {
  width: 50%;
  padding: 0 10px;
}

.accordion {
  position: relative;
}

.accordion-item {
  background: #FFFFFF;
  border: 1px solid #0BDACA;
  border-radius: 10px;
  padding: 0 20px;
  position: relative;
  overflow-x: hidden;
  margin-bottom: 20px;
}
.accordion-item:last-of-type {
  margin-bottom: 0;
}

.accordion-top {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  padding: 20px;
  display: flex;
  align-items: center;
  margin: 0 -20px;
}
.accordion-top p {
  margin: 0;
}
.accordion-top:hover {
  cursor: pointer;
  border-color: #0BDACA;
}
.accordion-top.active span {
  transform: rotate(-180deg);
}
.accordion-top.active:hover {
  cursor: pointer;
  background: inherit;
  border-color: inherit;
}
.accordion-top span {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin: 0 0 0 auto;
  background: transparent url(../img/faq-arrow.svg) center no-repeat;
  transition: transform 0.3s linear;
}

.accordion-content {
  padding: 20px 0;
  border-top: 1px solid #0BDACA;
  display: none;
  font-size: 14px;
}
.accordion-content p {
  margin: 0 0 20px;
}
.accordion-content > *:last-of-type {
  margin-bottom: 0;
}

.terms-content-text {
  margin-bottom: -20px;
}
.terms-content-text ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: item;
}
.terms-content-text > ol > li {
  font-weight: 500;
  font-size: 20px;
  color: #0BDACA;
  line-height: 1.3;
}
.terms-content-text > ol ol {
  padding-top: 20px;
}
.terms-content-text > ol ol li {
  color: #11181F;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.terms-content-text > ol li {
  margin: 0 0 20px;
  display: block;
}
.terms-content-text > ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.main-reviews-wrapper.reviews-content {
  flex-wrap: wrap;
  margin: 0 -10px 30px;
}
.main-reviews-wrapper.reviews-content .col {
  padding: 0 10px;
  margin-bottom: 30px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a {
  width: 50px;
  height: 50px;
  border: 2px solid #0BDACA;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002341;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-right: 5px;
  transition: all 0.3s linear;
}
.pagination a:last-of-type {
  margin-right: 0;
}
.pagination a.active {
  background: #0BDACA;
  color: #FFFFFF;
}
.pagination a:hover {
  background: #0BDACA;
  color: #FFFFFF;
}
.pagination a:hover path {
  stroke: #fff;
}

.content-wrapper.contacts-wrapper {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.contacts-map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 580px;
}

.contact-blocks {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 535px;
}

.contact-block {
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 30px;
}
.contact-block:last-of-type {
  margin-bottom: 0;
}

.contact-block-top {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9EAEB;
  margin-bottom: 20px;
}
.contact-block-top img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 10px;
}
.contact-block-top h4 {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  margin: 0;
}

.contact-items .item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-items .item:last-of-type {
  margin-bottom: 0;
}
.contact-items .item-title {
  margin-right: 10px;
  color: #476681;
}
.contact-items .item-right {
  display: flex;
  align-items: center;
}
.contact-items .item-right a {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #002341;
}
.contact-items .item-right a:hover {
  color: #00B2A5;
}
.contact-items .item-right img {
  margin-left: 10px;
}
.contact-items.contact-mail-items .item-right a {
  color: #00B2A5;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.contact-items.contact-mail-items .item-right a:hover {
  color: #002341;
}

.order-content-wrapper.content-wrapper {
  padding-top: 0;
  overflow: hidden;
}

.order-top {
  margin: 0 -40px 40px;
  height: 80px;
  background: linear-gradient(270deg, #34F3E3 0%, #209AC0 102.15%);
  padding: 20px 30px 10px;
  align-items: center;
  justify-content: space-between;
}
.order-top .item-title {
  font-size: 14px;
}
.order-top .item-value {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.order-top-left {
  width: 330px;
  display: flex;
  text-align: center;
  justify-content: space-around;
  align-items: flex-start;
}

.order-top-center {
  width: 406px;
  background: #FFFFFF;
  border-radius: 10px 10px 0px 0px;
  height: 70px;
}

.order-top-direction {
  display: flex;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  padding: 15px;
}
.order-top-direction .direction-from {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.order-top-direction .direction-from img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 10px;
}
.order-top-direction .direction-from span {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
}
.order-top-direction .direction-to {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.order-top-direction .direction-to img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-left: 10px;
}
.order-top-direction .direction-to span {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
}
.order-top-direction .direction-arrow {
  width: 15px;
  height: 15px;
  min-width: 15px;
}

.order-top-right {
  width: 330px;
  display: flex;
  text-align: center;
  justify-content: space-around;
  align-items: flex-start;
}

.order-form h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  margin: 0 0 20px;
}
.order-form h2 a {
  display: inline-flex;
  align-content: center;
  color: #00B2A5;
}
.order-form h2 a img {
  margin-left: 5px;
  max-width: 24px;
  margin-top: 2px;
}
.order-form h2 a:hover {
  text-decoration: underline;
}
.order-form h2 .red {
  color: #FF4062;
}

.order-form-inputs {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}
.order-form-inputs .col {
  width: 36%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.order-form-inputs .col.col-half {
  width: 28%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.order-form-inputs .input-group label {
  display: block;
  font-size: 14px;
  color: #95B1C9;
  margin: 0 0 7px;
}
.order-form-inputs .input-group .flex {
  position: relative;
  align-items: center;
  border: 1px solid #CEDEEB;
  box-sizing: border-box;
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 9px 9px 9px 15px;
}
.order-form-inputs .input-group .flex.with-bg {
  background: #F3F6F9;
}
.order-form-inputs .input-group .flex span {
  text-transform: uppercase;
  color: #95B1C9;
  font-size: 14px;
  margin-right: 10px;
  margin-left: auto;
}
.order-form-inputs .input-group .flex span + .copy-btn {
  margin-left: 0;
}
.order-form-inputs .input-group .img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 10px;
}
.order-form-inputs .input-group .img img {
  display: block;
}
.order-form-inputs .input-group input {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0 10px 0 0;
  width: 100%;
}
.order-form-inputs .input-group .copy-btn {
  margin-left: auto;
  min-width: 32px;
  width: 32px;
  height: 32px;
  border: 2px solid #0BDACA;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-form-inputs .input-group .copy-btn:hover {
  cursor: pointer;
  background: #0BDACA;
}
.order-form-inputs .input-group .copy-btn:hover path {
  stroke: #fff;
}

.order-form-bottom {
  display: flex;
  align-items: center;
}
.order-form-bottom h2 {
  margin: 0;
}
.order-form-bottom .btn {
  padding: 12px 22px;
}
.order-form-bottom > .btn {
  margin-right: 0;
}
.order-form-bottom .pay-btn-wrapper {
  margin-right: 10px;
  padding: 20px;
  border-radius: 20px;
  border: 1.5px dashed #CEDEEB;
}
.order-form-bottom img {
  margin: 0 auto;
}

.order-reserves-mob {
  display: none;
}

.order-progress {
  margin-top: 70px;
  text-align: center;
  padding-bottom: 30px;
}

.order-progress-status {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
}
.order-progress-status.status-check a {
  display: inline-flex;
  margin-left: 20px;
  font-weight: 400;
  color: #0BDACA;
  align-items: center;
  font-size: 16px;
}
.order-progress-status.status-check a img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 5px;
}
.order-progress-status.status-check a:hover img {
  -webkit-animation: spin 1s infinite linear;
}
.order-progress-status.status-success img {
  margin-right: 10px;
  min-width: 32px;
}
.order-progress-status.status-error {
  color: #FF4062;
}
.order-progress-status.status-error img {
  margin-right: 10px;
  min-width: 32px;
}

.order-progress-text {
  font-weight: 500;
  font-size: 18px;
  color: #95B1C9;
  margin: 0 0 30px;
}
.order-progress-text a {
  color: #0BDACA;
  text-decoration: underline;
}
.order-progress-text a:hover {
  text-decoration: none;
}

.order-progress-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.order-progress-buttons .btn {
  padding: 12px 22px;
  margin: 0 10px;
}

.order-progress-bottom-text {
  font-size: 14px;
}
.order-progress-bottom-text a {
  color: #0BDACA;
}
.order-progress-bottom-text a:hover {
  text-decoration: underline;
}
.order-progress-bottom-text a:hover img {
  -webkit-animation: spin 1s infinite linear;
}

.order-verification {
  margin-top: 70px;
  padding-bottom: 30px;
  text-align: center;
}

.order-verification-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #95B1C9;
  margin-bottom: 30px;
}

.order-verification-step {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
}
.order-verification-step a {
  color: #0BDACA;
}
.order-verification-step a:hover {
  text-decoration: underline;
}

.order-verification-buttons .btn {
  margin: 0 10px;
  padding: 12px 22px;
}
.order-verification-buttons .btn span {
  margin-right: 5px;
}

.order-verification-progress {
  text-align: center;
}

.order-verification-progress-title {
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 10px;
}

.order-verification-progress-subtitle {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 10px;
}

.order-verification-progress-text {
  font-size: 14px;
  margin: 0 0 30px;
  color: #476681;
}

.order-verification-progress-wrapper {
  align-items: center;
  width: 600px;
  margin: 0 auto 30px;
  justify-content: space-between;
}

.order-verification-progress-img {
  width: 330px;
}
.order-verification-progress-img img {
  display: block;
}

.order-verification-progress-qr {
  align-items: center;
  width: 340px;
}
.order-verification-progress-qr .img {
  background: #FFF;
  border: 1px solid #CEDEEB;
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 10px;
  margin-right: 20px;
}
.order-verification-progress-qr .img img {
  display: block;
}
.order-verification-progress-qr h4 {
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
}

.invoice-top {
  margin: 0 0 23px;
}
.invoice-top a {
  color: #00B2A5;
}

.invoice-form .row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.invoice-form .col {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 12px;
}
.invoice-form .input-group {
  position: relative;
}
.invoice-form .input-group label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  color: #95B1C9;
}
.invoice-form .input-group .flex {
  position: relative;
  align-items: center;
  border: 1px solid #CEDEEB;
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 12px 15px;
  height: 50px;
}
.invoice-form .input-group .flex span {
  color: #7793AC;
  font-size: 14px;
  margin-right: 15px;
  white-space: nowrap;
  margin-left: auto;
}
.invoice-form .input-group .flex span + .copy-btn {
  margin-left: 0;
}
.invoice-form .input-group .input-img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 10px;
}
.invoice-form .input-group .input-img img {
  display: block;
}
.invoice-form .input-group input {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0 10px 0 0;
  width: 100%;
}
.invoice-form .input-group input .auto-width {
  width: auto;
}
.invoice-form .input-group .input-drop-btn {
  padding-right: 26px;
  color: #00B2A5;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.invoice-form .input-group .input-drop-btn img {
  width: 16px;
  height: 16px;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  transition: transform 0.3s linear;
}
.invoice-form .input-group .input-drop-btn:hover {
  cursor: pointer;
}
.invoice-form .input-group .input-drop-btn.active img {
  transform: rotate(-180deg);
}
.invoice-form .input-group .invoice-valutes-dropdown {
  position: absolute;
  top: 76px;
  background: #fff;
  overflow: auto;
  width: 100%;
  z-index: 1;
  padding: 5px 0;
  border-radius: 10px;
  max-height: 410px;
  display: none;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.17);
}
.invoice-form .input-group .invoice-valutes-dropdown .item {
  padding: 10px;
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
}
.invoice-form .input-group .invoice-valutes-dropdown .item:hover {
  background: #CEDEEB;
  cursor: pointer;
}
.invoice-form.invoice-form-pay .row {
  align-items: flex-start;
}

.input-checkboxes {
  margin: 22px 0 18px;
  display: flex;
  align-items: center;
}
.input-checkboxes:last-of-type {
  margin: 0;
}
.input-checkboxes .input-checkboxes-title {
  width: 25%;
  margin-right: 20px;
  font-size: 14px;
  color: #95B1C9;
  line-height: 16px;
}
.input-checkboxes .item {
  min-width: 30%;
  margin-right: 20px;
}
.input-checkboxes .item:last-of-type {
  margin-right: 0;
}
.input-checkboxes .item label {
  padding-left: 29px;
  height: 16px;
  font-size: 14px;
  position: relative;
  line-height: 16px;
}
.input-checkboxes .item label input {
  display: none;
}
.input-checkboxes .item label input:checked + span {
  border: 5px solid #0BDACA;
}
.input-checkboxes .item label span {
  width: 16px;
  height: 16px;
  border-radius: 90%;
  border: 1px solid #95B1C9;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}

.invoice-btn {
  padding: 12px;
  margin: 50px auto 0;
  display: flex;
  max-width: 220px;
}

.invoice-success {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.invoice-success-details {
  width: 500px;
}
.invoice-success-details h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  margin: 0 0 20px;
}

.invoice-success-detail {
  display: flex;
  margin: 0 0 20px;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
}
.invoice-success-detail:last-of-type {
  margin-bottom: 0;
}
.invoice-success-detail .item-title {
  width: 48%;
}
.invoice-success-detail .item-value {
  width: 48%;
  color: #00B2A5;
  word-wrap: break-word;
  word-break: break-all;
}
.invoice-success-detail .item-value.flex {
  align-items: center;
}
.invoice-success-detail .item-value.flex span {
  margin-right: 15px;
}
.invoice-success-detail .item-value.flex .btn-red {
  border: 2px solid #FF4062;
  height: 32px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #002341;
  font-size: 12px;
  border-radius: 10px;
}
.invoice-success-detail .item-value.flex .btn-red:hover {
  background: #FF4062;
  color: #FFFFFF;
}

.invoice-success-info {
  width: 535px;
}
.invoice-success-info .input-group label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  color: #95B1C9;
}
.invoice-success-info .input-group .flex {
  position: relative;
  align-items: center;
  border: 1px solid #CEDEEB;
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 12px 15px;
}
.invoice-success-info .input-group input {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0 10px 0 0;
  width: 100%;
}
.invoice-success-info .input-group .copy-btn {
  margin-left: auto;
  min-width: 32px;
  width: 32px;
  height: 32px;
  border: 2px solid #0BDACA;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invoice-success-info .input-group .copy-btn:hover {
  cursor: pointer;
  background: #0BDACA;
}
.invoice-success-info .input-group .copy-btn:hover path {
  stroke: #fff;
}

.invoice-success-share-links {
  display: flex;
  align-items: center;
  margin: 35px 0;
}
.invoice-success-share-links .share-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: #002341;
  margin-right: 15px;
}
.invoice-success-share-links .share-link:last-of-type {
  margin-right: 0;
}
.invoice-success-share-links .share-link svg {
  margin-right: 10px;
}
.invoice-success-share-links .share-link:hover {
  color: #00B2A5;
}
.invoice-success-share-links .share-link:hover path {
  stroke: #00B2A5;
}

.invoice-success-qr {
  display: flex;
  justify-content: space-between;
}

.invoice-success-qr-text {
  width: 385px;
}

.invoice-success-qr-img {
  width: 100px;
  height: 100px;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #CEDEEB;
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
.invoice-success-qr-img img {
  display: block;
}

.invoice-form-text {
  margin-top: 25px;
}

.cabinet-balance-wrap {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #7793AC;
}

.cabinet-balance {
  display: flex;
  align-items: center;
  height: 24px;
  padding-left: 29px;
  background: transparent url(../img/cabinet-balance.svg) left center no-repeat;
  margin-right: 30px;
}
.cabinet-balance span {
  margin-right: 3px;
}
.cabinet-balance strong {
  margin-left: 5px;
  font-weight: 400;
  color: #002341;
}

.cabinet-discount {
  display: flex;
  align-items: center;
  height: 24px;
  padding-left: 29px;
  background: transparent url(../img/cabinet-discount.svg) left center no-repeat;
}
.cabinet-discount span {
  margin-right: 3px;
}
.cabinet-discount strong {
  margin-left: 5px;
  color: #002341;
  font-weight: 400;
}

.cabinet-balance-exit {
  margin-right: 0;
  margin-left: auto;
  font-size: 11px;
  line-height: 150%;
  display: none;
  text-decoration-line: underline;
  color: #00B2A5;
}

.cabinet-menu-wrapper {
  margin-bottom: 20px;
}

.cabinet-menu {
  display: flex;
  align-items: center;
}
.cabinet-menu a {
  padding: 3px 8px;
  color: #1E405D;
  border-radius: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
.cabinet-menu a.active {
  background: #219EC2;
  color: #fff;
}
.cabinet-menu a:hover {
  background: #219EC2;
  color: #fff;
}

.cabinet-referral-link {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), linear-gradient(270deg, #34F3E3 0%, #209AC0 102.15%);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}
.cabinet-referral-link label {
  display: block;
  margin-bottom: 10px;
}
.cabinet-referral-link .input-group {
  display: flex;
  padding: 5px;
  height: 50px;
  align-items: center;
  padding-left: 50px;
  background: #fff url(../img/hyperlink.svg) 15px center no-repeat;
}
.cabinet-referral-link .input-group input {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0 10px 0 0;
  width: 100%;
}
.cabinet-referral-link .input-group .copy-btn {
  margin-left: auto;
  min-width: 32px;
  width: 32px;
  height: 32px;
  border: 2px solid #0BDACA;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0BDACA;
}
.cabinet-referral-link .input-group .copy-btn path {
  stroke: #fff;
}
.cabinet-referral-link .input-group .copy-btn:hover {
  cursor: pointer;
  background: #fff;
}
.cabinet-referral-link .input-group .copy-btn:hover path {
  stroke: #002341;
}

.cabinet-referral-wrap {
  margin: 0 -15px;
}
.cabinet-referral-wrap h3 {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  margin: 0 0 20px;
}

.cabinet-referral-left {
  width: 50%;
  padding: 0 15px;
}

.cabinet-referral-stats .row {
  align-items: center;
  margin: 0 -15px;
}
.cabinet-referral-stats .col {
  padding: 0 15px;
  width: 50%;
  margin-bottom: 30px;
}

.cabinet-referral-stats-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cabinet-referral-stats-item:last-of-type {
  margin-bottom: 0;
}
.cabinet-referral-stats-item .item-title {
  margin-right: 10px;
}
.cabinet-referral-stats-item .item-value {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #00B2A5;
  white-space: nowrap;
}

.cabinet-referral-form {
  background: #F3F6F9;
  border-radius: 10px;
  padding: 30px;
}
.cabinet-referral-form h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 10px;
}
.cabinet-referral-form p {
  margin: 0 0 30px;
}
.cabinet-referral-form .btn {
  width: 100%;
  margin-top: 30px;
}

.cabinet-referral-input {
  margin-bottom: 13px;
}
.cabinet-referral-input:last-of-type {
  margin-bottom: 0;
}
.cabinet-referral-input label {
  display: block;
  font-size: 14px;
  margin: 0 0 7px;
}
.cabinet-referral-input .input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #CEDEEB;
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
.cabinet-referral-input .input-group input {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0 10px 0 0;
  width: 100%;
}
.cabinet-referral-input .input-group span {
  color: #95B1C9;
  font-size: 14px;
  margin-left: 10px;
}

.cabinet-referral-right {
  width: 50%;
  padding: 0 15px;
}

.cabinet-referral-items {
  max-height: 650px;
  overflow: auto;
  margin-right: -10px;
  padding-right: 10px;
}
.cabinet-referral-items .item {
  display: flex;
  margin-bottom: 10px;
  height: 56px;
  align-items: center;
  border: 1px solid #0BDACA;
  border-radius: 10px;
  padding: 10px 15px;
}
.cabinet-referral-items .item:last-of-type {
  margin-bottom: 10px;
}
.cabinet-referral-items .item-user {
  font-weight: 500;
  font-size: 17px;
  overflow: hidden;
  width: calc(100% - 190px);
  margin-right: 10px;
}
.cabinet-referral-items .item-date {
  width: 80px;
  color: #7793AC;
  margin-right: 30px;
  margin-left: auto;
}
.cabinet-referral-items .item-summ {
  width: 80px;
  text-align: right;
  color: #00B2A5;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-right: 0;
}

.cabinet-api {
  margin: 40px auto;
  max-width: 530px;
}
.cabinet-api h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 20px;
}
.cabinet-api p {
  margin: 0;
}

.cabinet-api-form {
  background: #F3F6F9;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
}
.cabinet-api-form .input-group {
  margin-bottom: 30px;
}
.cabinet-api-form .input-group label {
  font-size: 14px;
  display: block;
  margin-bottom: 7px;
}
.cabinet-api-form .input-group input {
  width: 100%;
  height: 50px;
  font-size: 14px;
  padding: 5px 15px;
  background: #FFFFFF;
  border: 1px solid #CEDEEB;
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
.cabinet-api-form .btn {
  width: 100%;
}

.cabinet-settings {
  max-width: 530px;
  margin: 40px auto 0;
}

.cabinet-settings-form {
  padding: 30px;
  background: #F3F6F9;
  border-radius: 10px;
  margin-bottom: 30px;
}
.cabinet-settings-form h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 30px;
}
.cabinet-settings-form .input-group {
  margin-bottom: 13px;
}
.cabinet-settings-form .input-group:last-of-type {
  margin-bottom: 0;
}
.cabinet-settings-form .input-group label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
}
.cabinet-settings-form .input-group input {
  width: 100%;
  height: 50px;
  font-size: 14px;
  padding: 5px 15px;
  background: #FFFFFF;
  border: 1px solid #CEDEEB;
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
.cabinet-settings-form .btn {
  width: 100%;
  margin-top: 30px;
}

.cabinet-other-settings h3 {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  margin: 0;
}
.cabinet-other-settings label {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
}
.cabinet-other-settings label:hover {
  cursor: pointer;
}
.cabinet-other-settings label input {
  display: none;
}
.cabinet-other-settings label input:checked + span {
  background: #0BDACA;
}
.cabinet-other-settings label input:checked + span:after {
  left: 18px;
}
.cabinet-other-settings label span {
  width: 40px;
  height: 24px;
  min-width: 40px;
  background: #95B1C9;
  border-radius: 20px;
  margin-right: 15px;
  position: relative;
  transition: all 0.3s linear;
}
.cabinet-other-settings label span:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: 2px;
  left: 2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 90px;
  transition: all 0.3s linear;
}

.cabinet-verification {
  justify-content: space-between;
}

.cabinet-verification-img {
  width: 430px;
  height: 430px;
  background: linear-gradient(180deg, #E9EDFF 5.66%, #F9FAFF 100%);
  border: 3px solid #E9EAEB;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cabinet-verification-img img {
  display: block;
}

.cabinet-verification-info {
  width: calc(100% - 460px);
}
.cabinet-verification-info h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  margin: 0 0 30px;
  color: #002341;
}
.cabinet-verification-info ul {
  margin: 0;
  padding: 0;
}
.cabinet-verification-info ul li {
  margin-bottom: 26px;
  padding-left: 25px;
  position: relative;
}
.cabinet-verification-info ul li:before {
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 90px;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  display: block;
}
.cabinet-verification-info ul li:last-of-type {
  margin-bottom: 0;
}

.cabinet-history {
  margin-bottom: 20px;
}

.cabinet-history-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 115px;
  padding: 15px 0;
  border-bottom: 1px solid #D4E2ED;
  font-size: 14px;
}
.cabinet-history-item .item-left {
  margin-right: 10px;
}
.cabinet-history-item .item-left p {
  margin: 0;
}
.cabinet-history-item .item-id {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #00B2A5;
}
.cabinet-history-item .item-date {
  color: #95B1C9;
  font-size: 12px;
  line-height: 1.5;
}
.cabinet-history-item .item-center {
  width: 730px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cabinet-history-item .item-valute {
  position: relative;
  padding-left: 63px;
  width: 330px;
}
.cabinet-history-item .item-valute-img {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 0;
  top: calc(50% - 24px);
}
.cabinet-history-item .item-valute-img img {
  display: block;
  width: 100%;
}
.cabinet-history-item .item-valute-title {
  color: #476681;
}
.cabinet-history-item .item-valute-summ {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}
.cabinet-history-item .item-valute-account {
  color: #95B1C9;
  font-size: 12px;
  line-height: 1.5;
}
.cabinet-history-item .item-center-arrow {
  width: 24px;
  height: 24px;
  background: transparent url(../img/grey-arrow.svg) center no-repeat;
}
.cabinet-history-item .item-right {
  margin-left: 10px;
}
.cabinet-history-item .item-trigger {
  padding: 5px;
  font-size: 14px;
  text-align: center;
  max-width: 90px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
}
.cabinet-history-item .item-trigger svg {
  margin-bottom: 5px;
}
.cabinet-history-item .item-trigger:hover {
  background: #DEFFFD;
  cursor: pointer;
  color: #00B2A5;
}
.cabinet-history-item .item-trigger:hover path {
  stroke: #00B2A5;
}

.cabinet-mob-history {
  display: none;
}

.no-page-wrapper {
  margin: 50px auto;
  max-width: 542px;
  text-align: center;
}
.no-page-wrapper h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  margin: 0;
}
.no-page-wrapper p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #476681;
  margin: 0 0 22px;
}
.no-page-wrapper .btn {
  padding: 5px 22px;
}

.no-page-img {
  margin-bottom: 20px;
}
.no-page-img img {
  display: block;
  margin: 0 auto;
}

.technic-page {
  margin: 50px auto;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.technic-page-img {
  margin: 0 10px;
}
.technic-page-img img {
  display: block;
  margin: 0 auto;
}

.technic-page-info {
  margin: 0 10px;
}
.technic-page-info h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 5px;
}
.technic-page-info p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #476681;
  margin: 0 0 5px;
}
.technic-page-info span {
  color: #7793AC;
  font-size: 14px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 990px;
  }

  .menu li {
    margin-right: 15px;
  }

  .logo {
    width: 150px;
    margin-right: 15px;
  }

  .order-menu {
    margin-right: 15px;
  }
  .order-menu li a {
    font-size: 14px;
    padding: 8px 12px;
  }

  .top-account {
    margin-left: 15px;
  }
  .top-account .btn {
    padding: 10px 13px;
  }

  .main {
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .main-left {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .main-exchange {
    width: calc(50% - 15px);
  }

  .main-exchange-list-content .item {
    font-size: 12px;
  }

  .main-right {
    width: 100%;
  }

  .main-app-section {
    margin-bottom: 30px;
  }

  .main-static-section {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .main-statics {
    margin-bottom: 30px;
  }

  .main-graphics {
    width: 100%;
  }

  .main-graphics-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 770px;
  }
  .main-graphics-wrapper .item {
    width: 370px;
  }

  .main-about {
    margin-bottom: 30px;
  }

  .main-partners {
    padding: 30px;
    margin-bottom: 30px;
  }

  .main-reviews {
    margin-bottom: 30px;
  }

  .footer-menu a {
    font-size: 13px;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

  .footer-social {
    width: 330px;
    margin-top: 15px;
  }

  .license-slider-wrapper .swiper {
    width: 770px;
  }

  .document-links .item h4 {
    font-size: 15px;
  }

  .partners-page-steps .item h2 {
    font-size: 28px;
  }
  .partners-page-steps .item h2 span {
    font-size: 18px;
    margin-left: 5px;
  }
  .partners-page-steps.loyalty-steps {
    margin-bottom: 0;
  }
  .partners-page-steps.loyalty-steps .col {
    width: 25%;
    margin-bottom: 20px;
  }

  .guarantee-wrap {
    padding: 0 15px;
  }

  .guarantee-bottom-text {
    margin: 0 -15px;
  }

  .reserve-wrapper-items .col {
    width: 50%;
  }

  .order-form-bottom {
    display: flex;
    align-items: center;
  }
  .order-form-bottom h2 {
    margin-right: 10px;
  }
  .order-form-bottom .pay-btn-wrapper {
    padding: 0;
    border: none;
    margin-left: auto;
  }
  .order-form-bottom img {
    display: none;
  }
  .order-form-bottom .btn {
    text-align: center;
    white-space: nowrap;
  }

  .invoice-success-details {
    width: 400px;
  }

  .invoice-success-info {
    width: 450px;
  }

  .invoice-success-qr-text {
    width: 330px;
  }

  .cabinet-referral-stats .row {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .cabinet-referral-stats .col {
    width: 100%;
    margin-bottom: 10px;
  }

  .cabinet-referral-form {
    padding: 15px;
  }
  .cabinet-referral-form p {
    margin-bottom: 15px;
  }
  .cabinet-referral-form .btn {
    margin-top: 15px;
  }

  .cabinet-history-item {
    flex-wrap: wrap;
    height: auto;
  }
  .cabinet-history-item .item-left {
    order: 2;
  }
  .cabinet-history-item .item-center {
    width: 100%;
    order: 1;
    margin-bottom: 10px;
  }
  .cabinet-history-item .item-right {
    order: 3;
  }
  .partners-page-steps .col {
    width: 33.3333%;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 14px;
  }

  .container {
    max-width: 760px;
  }

  .title {
    font-size: 22px;
  }

  .menu li a {
    font-size: 13px;
  }

  .top-apps {
    margin-right: 15px;
  }

  .logo {
    width: 115px;
  }

  .order-menu li a {
    padding: 5px 8px;
    font-size: 12px;
    text-align: center;
  }

  .top-lang-btn span {
    display: none;
  }
  .top-lang-btn img {
    margin: 0;
  }

  .top-account .btn {
    font-size: 13px;
    padding: 6px 8px;
  }
  .top-account .btn svg {
    margin-right: 8px;
  }

  .main {
    position: relative;
  }

  .footer-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-menu a {
    width: 20%;
    margin-bottom: 10px;
  }

  .content-wrapper {
    padding: 25px;
  }

  .license-slider-wrapper .swiper {
    width: 570px;
  }

  .document-links .item h4 {
    margin: 0;
  }

  .partners-page-steps {
    margin-bottom: 0;
  }
  .partners-page-steps .col {
    width: 50%;
    margin-bottom: 20px;
  }
  .partners-page-steps.loyalty-steps {
    margin-bottom: 0;
  }
  .partners-page-steps.loyalty-steps .col {
    width: 50%;
    margin-bottom: 20px;
  }

  .contact-blocks {
    top: 25px;
    right: 25px;
    width: 470px;
  }

  .order-top {
    margin: 0 -25px 25px;
    padding: 10px 25px 0;
  }

  .order-top-left, .order-top-right {
    display: none;
  }

  .order-top-center {
    margin: 0 auto;
  }

  .order-reserves-mob {
    display: flex;
    margin: 0 -5px 25px;
    text-align: center;
  }
  .order-reserves-mob .col {
    width: 33.333%;
    padding: 0 5px;
  }
  .order-reserves-mob .item-title {
    color: #95B1C9;
    margin-bottom: 2px;
  }
  .order-reserves-mob .item-value {
    font-weight: 500;
  }

  .order-form-inputs {
    flex-wrap: wrap;
  }
  .order-form-inputs .col {
    width: 50%;
  }
  .order-form-inputs .col.col-half {
    width: 50%;
  }

  .order-form h2 {
    margin-bottom: 10px;
  }

  .order-form-bottom {
    flex-wrap: wrap;
  }
  .order-form-bottom h2 {
    margin: 0 0 10px;
    width: 100%;
  }
  .order-form-bottom .pay-btn-wrapper {
    margin-left: 0;
  }

  .order-form-bottom > .btn {
    margin-right: auto;
  }

  .order-progress, .order-verification {
    margin-top: 0;
    padding: 0;
  }

  .invoice-form .col {
    width: 100%;
    margin-bottom: 10px;
  }

  .input-checkboxes {
    margin-top: 20px;
  }

  .invoice-btn {
    margin-top: 25px;
  }

  .invoice-success {
    margin-top: 0;
    flex-wrap: wrap;
  }

  .invoice-success-details {
    width: 100%;
    margin-bottom: 30px;
  }

  .invoice-success-info {
    width: 100%;
  }

  .invoice-success-share-links {
    margin: 20px 0;
  }

  .invoice-success-qr-text {
    width: calc(100% - 130px);
  }

  .invoice-form-text {
    margin-top: 0;
  }

  .cabinet-referral-wrap {
    flex-wrap: wrap;
  }

  .cabinet-referral-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .cabinet-referral-right {
    width: 100%;
  }

  .cabinet-referral-stats .col {
    width: 50%;
  }

  .cabinet-menu {
    overflow: auto;
  }

  .cabinet-settings {
    margin-top: 0;
  }

  .cabinet-verification {
    flex-wrap: wrap;
  }

  .cabinet-verification-img {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 22px 0;
    height: auto;
  }

  .cabinet-verification-info {
    width: 100%;
  }
  .cabinet-verification-info h2 {
    margin-bottom: 15px;
  }
  .cabinet-verification-info ul li {
    margin-bottom: 15px;
  }

  .cabinet-history-item .item-valute {
    width: 320px;
  }
  .cabinet-history-item .item-valute-account {
    overflow: hidden;
  }

  .main-left {
    flex-wrap: wrap;
  }

  .main-exchange {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 12px;
    background: #fff url(../img/bg.png) center 53px no-repeat;
    background-size: 100% auto;
  }

  .container {
    max-width: 570px;
  }

  header {
    background: #FFFFFF;
    padding: 0;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.07);
  }

  .top-main {
    height: 50px;
  }

  .logo {
    width: 130px;
  }

  .top-lang {
    margin-right: 15px;
    margin-left: auto;
  }

  .top-lang-items {
    right: 0px;
    left: unset;
  }

  .top, .order-menu, .top-account {
    display: none;
  }

  .mob-menu-btn {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(../img/menu.svg) center no-repeat;
    transition: background 0.3s linear;
  }
  .mob-menu-btn.active {
    background: transparent url(../img/close.svg) center no-repeat;
  }

  .mob-menu {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #F3F6F9;
    padding: 30px 15px;
    z-index: 15;
  }

  .mob-top-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .mob-top-menu li {
    width: 33.33333%;
    display: block;
    margin-bottom: 15px;
    padding: 0 10px;
  }
  .mob-top-menu li a {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: #002341;
  }

  .mob-menu-account {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .mob-menu-account .btn {
    width: 140px;
    height: 40px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .mob-menu-account .btn.btn-black {
    margin-right: 0;
  }

  .mob-menu-apps {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .mob-menu-apps a {
    display: block;
    margin-right: 20px;
  }
  .mob-menu-apps a img {
    max-width: 100%;
  }
  .mob-menu-apps a:last-of-type {
    margin-bottom: 0;
  }

  .mob-logged-wrapper {
    padding: 10px 5px;
    border: 1px solid #CEDEEB;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 290px;
  }
  .mob-logged-wrapper .top-account.logged {
    display: flex;
    margin: 0 auto;
  }
  .mob-logged-wrapper .top-account.logged .btn {
    padding: 10px 12px;
    width: auto;
  }
  .mob-logged-wrapper .top-account.logged .btn svg {
    margin-right: 10px;
  }

  .mob-menu-social {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .mob-menu-bottom p {
    margin: 0;
    color: #95B1C9;
    font-size: 12px;
    line-height: 1.5;
  }
  .mob-menu-bottom ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  .mob-menu-bottom ul li {
    margin-right: 20px;
  }
  .mob-menu-bottom ul li:last-of-type {
    margin: 0;
  }
  .mob-menu-bottom ul a {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #95B1C9;
    text-decoration: underline;
  }

  .title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px !important;
  }

  .main-app-section {
    background: linear-gradient(90deg, #0F2437 12.13%, #1E405D 54.12%);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
  }

  .main-app-text {
    max-width: 320px;
  }

  .main-statics {
    width: 100%;
  }

  .main-statics-wrapper {
    flex-wrap: wrap;
  }
  .main-statics-wrapper .col {
    width: 100%;
    margin-bottom: 5px;
  }
  .main-statics-wrapper .col:last-of-type {
    margin-bottom: 0;
  }
  .main-statics-wrapper .item {
    background: #FFFFFF;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px;
    text-align: left;
  }
  .main-statics-wrapper .item p {
    width: 50%;
    order: 1;
    padding: 0;
  }
  .main-statics-wrapper .item-top {
    width: 50%;
    padding: 0;
    padding-left: 10px;
    order: 2;
    border: none;
  }
  .main-statics-wrapper .item-top:after {
    display: none;
  }

  .main-graphics-wrapper {
    width: 100%;
  }
  .main-graphics-wrapper .item {
    width: 100%;
  }

  .main-about p {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .main-partners {
    padding: 15px;
    border-radius: 20px;
  }
  .main-partners .row {
    flex-wrap: wrap;
  }
  .main-partners .col {
    width: 100%;
    margin-bottom: 30px;
  }
  .main-partners .col:last-of-type {
    margin-bottom: 0;
  }
  .main-partners .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .main-partners .item p {
    width: calc(100% - 87px);
    text-align: left;
  }
  .main-partners .item p br {
    display: none;
  }
  .main-partners .item-icon {
    width: 72px;
    height: 72px;
    margin: 0 15px 0 0;
    background: #FFFFFF;
    box-shadow: 0px 16px 28px -12px rgba(33, 158, 194, 0.5);
    border-radius: 20px;
  }
  .main-partners .item-icon img {
    max-width: 40px;
  }

  .main-reviews-wrapper {
    flex-wrap: wrap;
  }
  .main-reviews-wrapper .col {
    width: 50%;
    margin-bottom: 15px;
  }
  .main-reviews-wrapper .col:last-of-type {
    margin-bottom: 0;
  }
  .main-reviews-wrapper .item-top {
    display: flex;
  }
  .main-reviews-wrapper .item-top h4 {
    margin: 0;
    order: 2;
  }
  .main-reviews-wrapper .item-top .item-rating {
    order: 1;
    margin-right: 15px;
  }

  footer {
    padding-top: 70px;
    position: relative;
  }

  .footer-logo {
    position: absolute;
    width: 100%;
    left: 0;
    top: 15px;
  }
  .footer-logo img {
    margin: 0 auto;
  }

  .footer-menu a {
    width: 33.333%;
  }

  .content {
    padding: 15px 0 80px;
  }

  .content-top {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .content-top .title {
    width: 100%;
    padding: 0;
    margin-bottom: 5px !important;
  }

  .content-wrapper {
    padding: 10px 15px 15px;
  }

  .license-slider-wrapper .swiper {
    width: 400px;
  }

  .document-links {
    flex-wrap: wrap;
  }
  .document-links .col {
    width: 100%;
    margin-bottom: 10px;
  }
  .document-links .col:last-of-type {
    margin-bottom: 0;
  }

  .guarantee-items {
    margin: 15px -15px 30px;
  }

  .guarantee-wrapper-bottom {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .guarantee-wrapper-bottom .item {
    margin-bottom: 10px;
    width: 33.3333%;
  }

  .reserves-top {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .reserves-top .input-group {
    width: 220px;
  }

  .reserve-wrapper-items {
    margin-right: 0;
    padding: 0;
  }
  .reserve-wrapper-items .col {
    width: 100%;
  }

  .faq-wrapper {
    flex-wrap: wrap;
  }

  .faq-left {
    width: 100%;
    margin-bottom: 10px;
  }

  .faq-right {
    width: 100%;
  }

  .accordion-item {
    margin-bottom: 10px;
  }

  .terms-content-text > ol > li {
    font-size: 14px;
  }

  .terms-content-text > ol ol {
    padding-top: 10px;
  }

  .terms-content-text > ol ol li {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .main-reviews-wrapper.reviews-content {
    margin-bottom: 0;
  }
  .main-reviews-wrapper.reviews-content .col {
    margin-bottom: 15px;
  }

  .contacts-map img {
    min-height: 430px;
  }

  .contact-blocks {
    position: relative;
    top: unset;
    right: 0;
    margin-top: -160px;
    width: 100%;
  }

  .contact-block {
    padding: 10px 15px;
    margin-bottom: 10px;
  }

  .contact-block-top {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .contact-block-top img {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }
  .contact-block-top h4 {
    line-height: 1.3;
    font-size: 14px;
  }

  .contact-items .item {
    margin-bottom: 10px;
  }

  .order-progress-status {
    font-size: 20px;
  }

  .order-verification-progress-qr {
    display: none;
  }

  .order-verification-progress-img {
    margin: 0 auto;
  }

  .order-verification-progress-wrapper {
    width: 100%;
  }

  .order-verification-progress-title {
    font-size: 24px;
  }

  .order-verification-progress-subtitle {
    font-size: 16px;
  }

  .invoice-success-details h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .invoice-success-detail {
    margin-bottom: 10px;
  }

  .cabinet-history {
    display: none;
  }

  .cabinet-mob-history {
    display: block;
    margin-bottom: 15px;
  }
  .cabinet-mob-history .item {
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid #E4ECF3;
  }
  .cabinet-mob-history .item:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
  }
  .cabinet-mob-history .item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    line-height: 1.5;
  }
  .cabinet-mob-history .item-id {
    color: #00B2A5;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
  }
  .cabinet-mob-history .item-date {
    color: #95B1C9;
  }
  .cabinet-mob-history .item-trigger {
    display: flex;
    align-items: center;
  }
  .cabinet-mob-history .item-trigger svg {
    margin-right: 5px;
  }
  .cabinet-mob-history .item-trigger span {
    text-decoration: underline;
    font-weight: 500;
    text-underline-position: under;
  }
  .cabinet-mob-history .item-exchange-wrapper {
    display: flex;
    align-items: center;
    margin: 3px 0;
    justify-content: space-between;
  }
  .cabinet-mob-history .item-valute {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
  }
  .cabinet-mob-history .item-valute-img {
    width: 20px;
    height: 20px;
  }
  .cabinet-mob-history .item-valute-from .item-valute-img {
    margin-right: 7px;
  }
  .cabinet-mob-history .item-valute-to {
    justify-content: flex-end;
  }
  .cabinet-mob-history .item-valute-to .item-valute-img {
    margin-left: 7px;
    margin-right: 0;
  }
  .cabinet-mob-history .item-valute-summ {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
  }
  .cabinet-mob-history .item-center-arrow {
    width: 10px;
    height: 10px;
  }
  .cabinet-mob-history .item-center-arrow img {
    display: block;
  }
  .cabinet-mob-history .item-info li {
    display: flex;
    font-size: 10px;
    line-height: 150%;
    align-items: center;
    justify-content: space-between;
    color: #7793AC;
    padding: 2px 0;
    position: relative;
  }
  .cabinet-mob-history .item-info li span {
    position: relative;
    z-index: 1;
    background: #fff;
    padding-right: 3px;
  }
  .cabinet-mob-history .item-info li span:last-of-type {
    padding-left: 3px;
    padding-right: 0;
  }
  .cabinet-mob-history .item-info li:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #7793AC;
    position: absolute;
    bottom: 6px;
    left: 0;
  }

  .cabinet-balance {
    text-transform: capitalize;
    margin-right: 20px;
  }
  .cabinet-balance span {
    display: none;
  }

  .cabinet-discount {
    text-transform: capitalize;
  }
  .cabinet-discount span {
    display: none;
  }

  .cabinet-balance-exit {
    display: block;
  }

  .cabinet-balance-wrap {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 11px;
    line-height: 1.5;
    background: #fff url(../img/bg-mob.png) center 53px no-repeat;
  }

  .container {
    max-width: 100%;
    position: relative;
  }

  .btn {
    height: 40px;
    font-size: 12px;
    font-weight: 500;
  }

  .title {
    font-size: 18px;
    margin-bottom: 10px !important;
  }

  .main-right {
    padding: 0;
  }

  .main {
    margin-top: 0;
  }

  .main-exchange-form {
    border-radius: 0;
  }

  .main-exchange-form-top {
    height: 35px;
    padding: 5px 15px 0;
  }
  .main-exchange-form-top h2 {
    font-size: 0;
    width: 16px;
    height: 16px;
    background: transparent url(../img/favorite-star.svg) center no-repeat;
  }

  .main-exchange-form-directions {
    width: 264px;
    margin-right: 0;
    margin-left: auto;
    bottom: 0;
    justify-content: space-between;
  }
  .main-exchange-form-directions .item {
    width: 62px;
    padding: 7px;
    margin: 0;
  }
  .main-exchange-form-directions .item img {
    width: 16px;
  }
  .main-exchange-form-directions .item span {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }

  .main-exchange-form-info {
    padding: 10px 15px;
    border: none;
  }
  .main-exchange-form-info .info-top {
    flex-wrap: wrap;
  }
  .main-exchange-form-info .input-wrapper {
    width: 100%;
    margin-bottom: 6px;
  }
  .main-exchange-form-info .input-wrapper label {
    font-size: 11px;
    line-height: 150%;
    margin-bottom: 3px;
  }
  .main-exchange-form-info .input-group {
    padding: 10px;
    padding-right: 40px;
    height: 40px;
    position: relative;
  }
  .main-exchange-form-info .input-group .item-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .main-exchange-form-info .input-group .item-drop {
    position: absolute;
    width: 26px;
    height: 26px;
    right: 7px;
    top: 6px;
    display: block;
    background: transparent url(../img/arrow-down.svg) center no-repeat;
    transition: transform 0.3s linear;
  }
  .main-exchange-form-info .input-group .item-drop.active {
    transform: rotate(-180deg);
  }
  .main-exchange-form-info .input-group span {
    font-size: 11px;
    line-height: 1.5;
  }
  .main-exchange-form-info .input-group input {
    margin-right: auto;
    margin-left: 0;
    font-size: 13px;
    padding: 0;
  }
  .main-exchange-form-info .relocate {
    display: none;
  }
  .main-exchange-form-info .info-bottom {
    padding-top: 5px;
    line-height: 1.5;
    justify-content: space-between;
  }
  .main-exchange-form-info .info-bottom .item {
    font-size: 10px;
    width: auto;
  }
  .main-exchange-form-info .info-bottom .item strong {
    font-size: 11px;
  }

  .main-exchange-form-inputs {
    padding: 0 15px;
  }
  .main-exchange-form-inputs .col {
    margin-bottom: 5px;
  }
  .main-exchange-form-inputs .col-half {
    width: 100%;
  }
  .main-exchange-form-inputs .input-group label {
    font-size: 11px;
    line-height: 150%;
  }
  .main-exchange-form-inputs .input-group input {
    padding: 10px;
    padding-left: 35px !important;
    background-position: 9px center !important;
    font-size: 11px;
    height: 40px;
  }
  .main-exchange-form-inputs .input-group input.input-promocode {
    padding-left: 10px !important;
  }
  .main-exchange-form-inputs .input-group .promocode-btn {
    right: 4px;
    bottom: 4px;
  }

  .main-exchange-form-bottom {
    padding: 0 15px;
    flex-wrap: wrap;
  }
  .main-exchange-form-bottom .label-check {
    width: 100%;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .main-exchange-form-bottom .btn {
    width: 100%;
    height: 40px;
  }

  .main-app-section {
    position: relative;
    padding: 15px;
    padding-top: 140px;
    height: auto;
    overflow: hidden;
    flex-wrap: wrap;
  }
  .main-app-section:before {
    background: transparent url(../img/mob-apps-bg.png) center no-repeat;
    height: 126px;
    width: 100%;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
  }

  .main-app-text h2 {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 10px;
  }
  .main-app-text p {
    color: #95B1C9;
    margin-bottom: 10px;
  }

  .main-app-links {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .main-app-links a {
    width: auto;
    margin: 0;
    margin-right: 10px;
  }
  .main-app-links a img {
    display: block;
    height: 39px;
    width: 100%;
  }

  .main-statics-wrapper .item {
    padding: 11px 10px;
  }
  .main-statics-wrapper .item p {
    font-size: 13px;
  }
  .main-statics-wrapper .item-top {
    font-weight: 500;
    font-size: 17px;
  }

  .main-graphics-wrapper .item {
    position: relative;
    padding: 10px;
    margin-bottom: 5px;
  }
  .main-graphics-wrapper .item-img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .main-graphics-wrapper .item-percent {
    position: absolute;
    bottom: 10px;
    left: 45px;
  }
  .main-graphics-wrapper .item-value {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    font-size: 13px;
    position: relative;
    top: -5px;
  }
  .main-graphics-wrapper .item-graphic {
    width: auto;
  }
  .main-graphics-wrapper .item-buy {
    width: 36px;
    height: 36px;
  }
  .main-graphics-wrapper .item-buy svg {
    width: 24px;
  }

  .main-about .title {
    margin-bottom: 20px !important;
  }
  .main-about p {
    font-size: 11px;
    line-height: 17px;
  }

  .main-partners .item p {
    font-size: 11px;
  }

  .main-reviews-wrapper .col {
    width: 100%;
  }
  .main-reviews-wrapper .item-top {
    margin-bottom: 5px;
  }
  .main-reviews-wrapper .item-top .item-rating {
    width: 80px;
  }
  .main-reviews-wrapper .item-top .item-rating span {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  .main-reviews-wrapper .item-top h4 {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
  }
  .main-reviews-wrapper .item-content p {
    font-size: 11px;
    line-height: 17px;
  }

  .footer-logo {
    top: -50px;
  }

  .footer-menu a {
    width: 50%;
  }

  .copyright {
    margin-bottom: 15px;
  }

  .mob-top-menu li {
    width: 50%;
  }

  .mfp-container {
    padding: 0;
  }

  .modal {
    max-width: 320px;
  }
  .modal .modal-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .modal .input-group {
    margin-bottom: 10px;
  }
  .modal .input-group input {
    padding: 10px 15px;
    font-size: 11px;
    height: 35px;
  }
  .modal .label-check {
    line-height: 18px;
  }
  .modal .form-check {
    margin-bottom: 15px;
    align-items: center;
  }
  .modal .form-check a {
    font-size: 11px;
  }
  .modal .pass-reset-link {
    margin-bottom: 15px;
  }
  .modal .telegram-login {
    font-size: 12px;
  }
  .modal .form-bottom {
    margin-top: 15px;
  }
  .modal .form-bottom .btn {
    width: 138px;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 5px;
  }

  .modal-wrapper {
    padding: 15px;
  }

  .content-top p {
    font-size: 11px;
  }

  .content-wrapper {
    margin: 0 -15px;
    border-radius: 0;
  }
  .content-wrapper.cabinet-content-wrapper {
    border-radius: 10px;
  }

  .license-slider-wrapper .swiper {
    width: 172px;
  }

  .document-links .item {
    align-content: center;
  }
  .document-links .item h4 {
    font-size: 14px;
    margin: 0;
  }
  .document-links .item a {
    font-size: 11px;
    line-height: 150%;
  }

  .partners-page-steps {
    margin-bottom: 0;
  }
  .partners-page-steps .col {
    width: 100%;
    margin-bottom: 10px;
  }
  .partners-page-steps .col:last-of-type {
    margin-bottom: 0;
  }
  .partners-page-steps .item h2 {
    padding: 5px;
    font-size: 22px;
  }
  .partners-page-steps .item h2 span {
    font-size: 14px;
  }
  .partners-page-steps .item-top {
    padding: 5px;
  }
  .partners-page-steps .item-top h4 {
    font-size: 17px;
    margin: 0;
  }
  .partners-page-steps .item-top span {
    font-size: 11px;
    line-height: 150%;
  }
  .partners-page-steps.loyalty-steps {
    margin-bottom: 10px;
  }
  .partners-page-steps.loyalty-steps .col {
    width: 100%;
    margin-bottom: 10px;
  }
  .partners-page-steps.loyalty-steps .col:last-of-type {
    margin-bottom: 0;
  }

  .partners-btn {
    margin-top: 15px;
    width: 100%;
  }

  .guarantee-bottom-text {
    font-size: 11px;
    line-height: 1.5;
  }

  .guarantee-items {
    flex-wrap: wrap;
  }
  .guarantee-items .col {
    width: 100%;
    margin-bottom: 10px;
  }
  .guarantee-items .col:last-of-type {
    margin-bottom: 0;
  }
  .guarantee-items .col img {
    max-width: 194px;
  }

  .guarantee-wrapper-bottom .item {
    width: auto;
    min-width: 35%;
  }

  .reserves-top {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .reserves-top .input-group {
    width: 100%;
    margin-top: 5px;
  }
  .reserves-top .input-group input {
    font-size: 11px;
  }

  .reserve-wrapper-top {
    justify-content: space-between;
    width: 100%;
  }
  .reserve-wrapper-top a {
    padding: 3px;
    width: 58px;
    font-size: 11px;
    line-height: 150%;
    margin: 0;
    text-align: center;
  }

  .reserve-wrapper-items {
    margin-right: -12px;
    max-height: 400px;
  }
  .reserve-wrapper-items .col {
    padding-right: 10px;
  }
  .reserve-wrapper-items .item {
    padding: 10px 0;
    height: 40px;
  }
  .reserve-wrapper-items .item .item-img {
    width: 20px;
  }
  .reserve-wrapper-items .item .item-title {
    font-size: 11px;
  }
  .reserve-wrapper-items .item span {
    font-size: 11px;
  }

  .accordion-item {
    padding: 0 10px;
  }

  .accordion-top {
    font-size: 13px;
    padding: 7px 10px;
    margin: 0 -10px;
  }
  .accordion-top span {
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-size: 16px;
  }
  .accordion-top p {
    margin-right: 15px;
  }

  .accordion-content {
    padding: 7px 0;
    font-size: 11px;
    line-height: 1.5;
  }

  .pagination a {
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
  }

  .contact-items .item-title {
    font-size: 13px;
    line-height: 1.3;
    margin-right: 5px;
    max-width: 100px;
  }
  .contact-items .item-right a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
  }
  .contact-items .item-right img {
    margin-left: 8px;
  }

  .contact-items.contact-mail-items .item-title {
    max-width: none;
  }

  .contact-items.contact-mail-items .item-right a {
    font-size: 13px;
  }

  .content-top.order-content-top .title img {
    width: 14px;
    min-width: 14px;
    height: 14px;
    margin-right: 10px;
  }

  .order-content-wrapper.content-wrapper {
    border-radius: 10px;
  }

  .order-top {
    margin: 0 -15px 10px;
    padding: 5px 15px 0;
    height: 36px;
  }

  .order-top-center {
    width: 100%;
    height: 30px;
  }

  .order-top-direction {
    padding: 7px;
  }
  .order-top-direction .direction-from img {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 5px;
  }
  .order-top-direction .direction-from span {
    font-size: 11px;
    line-height: 1.5;
  }
  .order-top-direction .direction-to img {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-left: 5px;
  }
  .order-top-direction .direction-to span {
    font-size: 11px;
    line-height: 1.5;
  }

  .order-reserves-mob {
    justify-content: space-around;
    margin-bottom: 15px;
  }
  .order-reserves-mob .col {
    width: auto;
  }

  .order-form h2 {
    font-size: 16px;
  }
  .order-form h2 a img {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .order-form-inputs {
    margin-bottom: 15px;
  }
  .order-form-inputs .col {
    width: 100%;
    margin-bottom: 5px;
  }
  .order-form-inputs .col.col-half {
    width: 100%;
  }
  .order-form-inputs .input-group label {
    font-size: 11px;
    line-height: 150%;
    margin-bottom: 3px;
  }
  .order-form-inputs .input-group .flex {
    padding: 4px 4px 4px 10px;
  }
  .order-form-inputs .input-group .flex span {
    font-size: 10px;
    line-height: 1.5;
  }
  .order-form-inputs .input-group .img {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .order-progress-status {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .order-progress-status.status-check {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .order-progress-status.status-check a {
    margin: 5px auto 0;
    font-size: 13px;
  }
  .order-progress-status.status-check a img {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }

  .order-progress-text {
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    margin-bottom: 15px;
  }

  .order-progress-buttons {
    margin-bottom: 15px;
  }
  .order-progress-buttons .btn {
    white-space: nowrap;
    padding: 0;
    width: 140px;
    margin: 0 5px;
  }

  .order-progress-bottom-text {
    font-size: 10px;
    line-height: 1.5;
  }

  .order-progress-status.status-success img {
    max-width: 24px;
    min-width: 24px;
  }

  .order-progress-status.status-error img {
    max-width: 24px;
    min-width: 24px;
  }

  .order-verification-text {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
  }

  .order-verification-step {
    margin-bottom: 15px;
    font-size: 17px;
    text-align: left;
  }

  .order-verification-buttons {
    margin: 0 -5px;
  }
  .order-verification-buttons .btn {
    margin: 0 5px;
    padding: 12px 22px;
  }
  .order-verification-buttons .btn span {
    display: none;
  }

  .order-verification-progress-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .order-verification-progress-subtitle {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .order-verification-progress-text {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .order-verification-progress-text br {
    display: none;
  }

  .order-verification-progress-img {
    width: 100%;
  }
  .order-verification-progress-img img {
    display: block;
    margin: 0 auto;
  }

  .order-verification-progress-wrapper {
    margin-bottom: 15px;
  }

  .invoice-form .input-group label {
    font-size: 11px;
    line-height: 1.5;
  }
  .invoice-form .input-group .flex {
    padding: 8px 10px;
    height: 40px;
  }
  .invoice-form .input-group .input-img {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .invoice-form .input-group .input-drop-btn {
    padding-right: 22px;
    font-size: 11px;
    line-height: 15px;
  }

  .input-checkboxes {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .input-checkboxes .input-checkboxes-title {
    width: 100%;
    font-size: 11px;
    line-height: 150%;
    margin: 0;
    margin-bottom: 15px;
  }
  .input-checkboxes .item {
    width: 50%;
    padding-right: 10px;
    margin: 0 0 10px;
  }
  .input-checkboxes .item label {
    font-size: 11px;
    padding-left: 26px;
  }
  .input-checkboxes .item label span {
    top: 0;
  }

  .invoice-btn {
    width: 100%;
    max-width: 360px;
  }

  .invoice-top br {
    display: none;
  }

  .invoice-success-detail {
    font-size: 11px;
    line-height: 150%;
  }
  .invoice-success-detail .item-title {
    width: 40%;
  }
  .invoice-success-detail .item-value {
    width: 58%;
  }

  .invoice-success-info .input-group .flex {
    height: 40px;
    padding: 0 6px 0 9px;
  }

  .invoice-success-share-links {
    flex-wrap: wrap;
  }
  .invoice-success-share-links .share-link {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 150%;
  }
  .invoice-success-share-links .share-link:last-of-type {
    margin-bottom: 0;
  }

  .invoice-success-qr-text {
    width: 100%;
    font-size: 13px;
  }

  .invoice-success-qr-img {
    display: none;
  }

  .cabinet-menu-wrapper {
    margin-bottom: 15px;
  }

  .cabinet-referral-link {
    margin: 0 -15px 15px;
    padding: 15px;
    border-radius: 0px;
  }
  .cabinet-referral-link label {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .cabinet-referral-link .input-group {
    height: 40px;
    padding: 5px;
    padding-left: 36px;
    background-size: 16px;
  }

  .cabinet-referral-wrap h3 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .cabinet-referral-stats .row {
    margin-bottom: 10px;
  }
  .cabinet-referral-stats .col {
    width: 100%;
    margin-bottom: 5px;
  }

  .cabinet-referral-stats-item {
    margin-bottom: 5px;
  }
  .cabinet-referral-stats-item .item-value {
    font-size: 13px;
    line-height: 1.3;
  }

  .cabinet-referral-form h2 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .cabinet-referral-form p {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .cabinet-referral-form .btn {
    margin-top: 10px;
  }

  .cabinet-referral-input {
    margin-bottom: 5px;
  }
  .cabinet-referral-input label {
    font-size: 11px;
    line-height: 150%;
    margin-bottom: 3px;
  }
  .cabinet-referral-input .input-group {
    height: 40px;
    padding: 5px 10px;
  }
  .cabinet-referral-input .input-group span {
    display: none;
  }

  .cabinet-referral-items {
    max-height: 470px;
  }
  .cabinet-referral-items .item {
    height: 38px;
    padding: 3px 10px;
  }
  .cabinet-referral-items .item-user {
    width: calc(100% - 110px);
    font-size: 11px;
  }
  .cabinet-referral-items .item-date {
    font-size: 10px;
    width: 50px;
    margin-right: 10px;
  }
  .cabinet-referral-items .item-summ {
    font-size: 14px;
    width: 50px;
  }

  .cabinet-balance {
    font-size: 11px;
    padding-left: 21px;
    background-size: 16px;
    height: 17px;
  }

  .cabinet-discount {
    font-size: 11px;
    padding-left: 21px;
    background-size: 16px;
    height: 17px;
  }

  .cabinet-api {
    margin: 0;
    max-width: 100%;
  }
  .cabinet-api h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .cabinet-api-form {
    padding: 15px;
    margin-top: 15px;
  }
  .cabinet-api-form .input-group {
    margin-bottom: 10px;
  }
  .cabinet-api-form .input-group label {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .cabinet-api-form .input-group input {
    height: 40px;
    font-size: 11px;
    padding: 5px 9px;
  }
  .cabinet-api-form .btn {
    width: 100%;
  }

  .cabinet-menu a {
    margin: 0;
  }

  .cabinet-settings-form {
    padding: 15px;
    margin-bottom: 15px;
  }
  .cabinet-settings-form h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cabinet-settings-form .input-group {
    margin-bottom: 6px;
  }
  .cabinet-settings-form .input-group label {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 3px;
  }
  .cabinet-settings-form .input-group input {
    padding: 5px 10px;
    height: 40px;
  }
  .cabinet-settings-form .btn {
    margin-top: 10px;
  }

  .cabinet-other-settings h3 {
    font-size: 14px;
  }
  .cabinet-other-settings label {
    margin-top: 10px;
    line-height: 16px;
  }
  .cabinet-other-settings label input:checked + span:after {
    left: 11px;
  }
  .cabinet-other-settings label span {
    width: 26px;
    height: 16px;
    min-width: 26px;
    margin-right: 10px;
  }
  .cabinet-other-settings label span:after {
    width: 14px;
    height: 14px;
    left: 1px;
    top: 1px;
  }

  .cabinet-verification-info {
    width: 100%;
  }
  .cabinet-verification-info h2 {
    font-size: 15px;
  }
  .cabinet-verification-info ul li {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 1.5;
  }

  .technic-page {
    flex-wrap: wrap;
    text-align: center;
  }

  .technic-page-img {
    max-width: 200px;
    margin: 0 auto 10px;
  }

  .technic-page-info {
    margin: 0 auto;
  }
  .technic-page-info h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .technic-page-info p {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
  }
  .technic-page-info span {
    font-size: 11px;
    line-height: 1.5;
  }

  .no-page-wrapper {
    margin: 50px auto;
    max-width: 542px;
    text-align: center;
  }
  .no-page-wrapper h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
  }
  .no-page-wrapper p {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
  }
  .no-page-wrapper .btn {
    width: 100%;
    max-width: 360px;
  }

  .no-page-img {
    margin-bottom: 10px;
  }

  .invoice-form .input-group .invoice-valutes-dropdown {
    top: 66px;
  }

  .main-exchange {
    width: calc(100% - 30px);
    position: absolute;
    z-index: 1;
    left: 15px;
    display: none;
  }
  .main-exchange.main-exchange-from {
    top: 110px;
  }
  .main-exchange.main-exchange-to {
    top: 172px;
  }

  .main-exchange-top {
    flex-wrap: wrap;
    padding: 10px 10px 5px;
  }
  .main-exchange-top h3 {
    display: none;
  }

  .main-exchange-list-top {
    margin-left: 0;
    width: 100%;
    margin-bottom: 5px;
  }

  .main-exchange-valute-search {
    width: 100%;
  }

  .main-exchange-list-content {
    margin-right: 0;
    max-height: 200px;
    height: 200px;
  }
  .main-exchange-list-content .item {
    width: 50%;
    font-size: 11px;
    height: 40px;
  }
  .main-exchange-list-content .item-img {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .copyright-links {
      flex-wrap: wrap;
      gap: 6px 0;
  }
}

.lite_offer{
  background-color: #f00;
  text-align: center;
  color: #fff;
  padding: 10px;
}
.lite_offer a{color: #fff;text-decoration: underline}

.range-alert{
  color: #f00;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  border: 1px dashed;
  margin-top: 10px;
}
.range-alert code{font-weight: bold;}

/*# sourceMappingURL=style.css.map */
