@media (max-width: 1199.98px) {
  .top {
    height: 98px;
  }

  .logo {
    max-width: 125px;
  }

  .top-account {
    flex-wrap: wrap;
    width: 150px;
  }
  .top-account .btn {
    padding: 0;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    height: 40px;
  }
  .top-account .btn:last-of-type {
    margin-bottom: 0;
  }

  .reserve-wrapper-items {
    gap: 20px;
  }
  .reserve-wrapper-items .item {
    font-size: 16px;
  }
  .reserve-wrapper-items .item .item-img {
    width: 36px;
  }
  .reserve-wrapper-items .item .item-img img {
    display: block;
    width: 36px;
    height: 36px;
  }
  .reserve-wrapper-items .item .item-reserve span {
    font-size: 14px;
  }

  .cabinet-history-item .item-date {
    margin-right: 15px;
  }
  .cabinet-history-item .item-center {
    width: 72px;
    height: 30px;
    background: transparent url(/res/crystal/i/cabinet-history-icon.svg) center no-repeat;
    margin: 0 20px;
  }
  .cabinet-history-item .item-to,
.cabinet-history-item .item-from {
    width: 265px;
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }

  .main-exchange-title h1 {
    font-size: 24px;
  }

  .content-top h1 {
    font-size: 24px;
  }

  .title {
    margin-bottom: 30px;
    font-size: 25px;
  }

  .top {
    height: 75px;
  }

  .logo {
    max-width: 95px;
  }

  .menu {
    max-width: 435px;
  }
  .menu li {
    margin: 0 10px 0 0;
  }
  .menu li:last-of-type {
    margin: 0;
  }
  .menu li a {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  .top-account {
    flex-wrap: wrap;
    width: 130px;
  }
  .top-account .btn {
    font-size: 13px;
    height: 32px;
    margin-bottom: 6px;
  }

  .main-exchange-title {
    margin-bottom: 50px;
  }

  .main-exchange.main-page-exchange .input-group {
    margin-bottom: 25px;
  }

  .main-page-guarantees-description {
    margin-bottom: 40px;
  }

  .main-telegram {
    padding: 40px 0;
  }

  .main-why-item {
    margin-bottom: 25px;
  }

  .main-why {
    padding: 40px 0 15px;
  }
  .main-why .title {
    margin-bottom: 40px;
  }

  .main-invoice {
    padding: 40px 0;
  }

  .main-exchange-offer {
    padding-bottom: 40px;
  }
  .main-exchange-offer .title {
    margin-bottom: inherit;
  }

  .main-offer-btn {
    width: 100%;
  }

  footer {
    padding-top: 40px;
  }

  .footer-logo {
    margin: 0 auto 30px;
  }
  .footer-logo a img {
    margin: 0 auto;
  }

  .reserve-wrapper-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .cabinet-history-item .item-date {
    display: none;
  }
  .cabinet-history-item .item-center {
    width: 72px;
    height: 30px;
    background: transparent url(/res/crystal/i/cabinet-history-icon.svg) center no-repeat;
    margin: 0 20px;
  }
  .cabinet-history-item .item-to,
.cabinet-history-item .item-from {
    width: 250px;
  }
  .cabinet-history-item .item-to span,
.cabinet-history-item .item-from span {
    display: none;
  }

  .invoice-link-info {
    margin-top: 40px;
  }
  .ny-contest{
    margin: -20px auto 20px;
    text-align: center;
    color: #AA2B00;
  }
  .ny-contest p{
    margin: 0;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  body {
    background: transparent url(/res/crystal/i/mob-bg.png) top center no-repeat;
  }

  header {
    transition: all 0.3s linear;
  }
  header.active {
    background: #191D2E;
  }
  header.active .logo a img {
    display: none;
  }

  .top {
    height: 50px;
  }
  .top .menu, .top .top-account {
    display: none;
  }

  .logo {
    max-width: 100px;
  }
  .logo a img {
    max-height: 50px;
    border-radius: 0 0 5px 5px;
  }

  .tg-bot{margin-left: auto;}
  .top-lang {
    margin: 0 15px 0 15px;
  }

  .top-lang-drop {
    left: unset;
    right: -40px;
  }

  .mob-menu-btn {
    width: 24px;
    height: 24px;
    background: transparent url(/res/crystal/i/burger.svg) center no-repeat;
    display: block;
    background-size: 22px;
    transition: all 0.3s linear;
  }
  .mob-menu-btn.active {
    background: transparent url(/res/crystal/i/closeburger.svg) center no-repeat;
    background-size: 16px;
  }

  .mob-menu {
    position: absolute;
    height: calc(100vh - 50px);
    top: 50px;
    background: rgba(29, 35, 53, 0.78);
    z-index: 50;
    width: 100%;
    background: #191D2E;
    overflow: auto;
  }
  .mob-menu a {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }
  .mob-menu .top-account {
    width: 100%;
    margin-bottom: 40px;
  }
  .mob-menu .top-account .btn {
    height: 34px;
    background: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 10px 0 0;
  }
  .mob-menu .top-account .btn.btn-white {
    background: #1C67E1;
    border: 1px solid #1C67E1;
  }

  .mob-main-menu li {
    display: block;
    margin-bottom: 12px;
  }

  .mob-menu-content {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #191D2E;
  }

  .mob-menu-copyright {
    font-size: 12px;
    line-height: 16px;
    margin: 20px 0 5px;
  }

  .mob-docs-menu {
    flex-direction: column;
  }
  .mob-docs-menu a {
    color: #5B6A81;
    margin-bottom: 5px;
  }

  .main-exchange {
    padding: 15px 0 50px;
  }

  .main-exchange.main-page-exchange .input-group {
    margin-bottom: 20px;
  }

  .main-valute-top {
    height: 34px;
    padding-left: 41px;
  }
  .main-valute-top img {
    max-width: 20px;
    max-height: 20px;
    left: 15px;
    top: 5px;
  }
  .main-valute-top:after {
    top: 5px;
  }

  .input-group label {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 9px;
  }
  .input-group.no-label {
    padding-top: 0;
  }
  .input-group input, .fSelect select {
    height: 34px;
    padding: 4px 15px;
  }

  .main-page-guarantees {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .main-page-guarantees .title {
    margin-bottom: 20px;
  }

  .guarantee-item {
    margin-bottom: 25px;
  }
  .guarantee-item p {
    text-align: left;
  }

  .guarantee-item-img {
    height: 34px;
    margin-bottom: 10px;
  }
  .guarantee-item-img img {
    margin: 0 auto 0 0;
    max-height: 34px;
  }

  .main-telegram img {
    margin: 0 auto 30px;
    max-width: 115px;
    display: block;
  }
  .main-telegram .btn {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: flex;
  }

  .main-invoice .btn {
    max-width: 320px;
    margin: 0 auto;
  }

  .main-exchange-offer {
    padding: 40px 0;
  }
  .main-exchange-offer .title {
    margin-bottom: 20px;
  }
  .main-exchange-offer .main-exchange-form .input-group {
    margin-bottom: 20px;
  }

  .main-exchange-offer-title {
    margin-bottom: 20px;
  }

  .main-offer-btn {
    max-width: 320px;
    margin: 20px auto 0;
  }

  .input-group > input, .input-group > textarea, .fSelect select {
    font-size: 12px;
  }

  .order-step-confirm {
    margin-bottom: 40px;
    padding-left: 50px;
  }
  .order-step-confirm p {
    display: none;
  }

  .order-step-cnt {
    width: 37px;
    height: 37px;
    font-size: 14px;
  }

  .order-step-info {
    height: 37px;
    font-size: 12px;
    line-height: 16px;
  }

  .reviews-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .pagination{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .pagination li a {
    height: 36px;
    width: 36px;
  }

  .reserve-wrapper-top {
    overflow: auto;
    gap: 5px;
    margin-bottom: 40px;
    padding-bottom: 2px;
  }
  .reserve-wrapper-top a {
    white-space: nowrap;
    min-width: 130px;
    font-size: 10px;
    height: 34px;
    padding: 3px;
  }
  .reserve-wrapper-top a.active, .reserve-wrapper-top a:hover {
    background: #191D2E;
    color: #fff;
  }

  .reserve-wrapper-items {
    gap: 15px;
    margin-bottom: 40px;
  }
  .reserve-wrapper-items .item {
    height: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
  }
  .reserve-wrapper-items .item .item-img {
    width: 20px;
    margin-right: 10px;
  }
  .reserve-wrapper-items .item .item-img img {
    width: 20px;
    height: 20px;
  }
  .reserve-wrapper-items .item .item-reserve span {
    font-size: 12px;
  }

  .reserves-page-content {
    padding-bottom: 50px;
  }
  .reserves-page-content .btn {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }

  .partners-content {
    padding: 40px 0;
  }
  .partners-content .btn {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }

  .partners-items {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .partners-items .item {
    width: 50%;
    margin-bottom: 30px;
  }

  .partners-description {
    text-align: left;
  }

  .guarantee-content {
    padding-bottom: 50px;
  }
  .guarantee-content .btn {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }

  .faq-page-content {
    padding: 0 0 50px;
  }

  .accordion-item {
    padding: 0 15px;
    margin-bottom: 10px;
  }

  .accordion-top {
    padding: 8px 30px 8px 15px;
    margin: 0 -20px;
  }
  .accordion-top span {
    right: -10px;
  }

  .accordion-content {
    padding: 20px 0;
    display: none;
  }
  .accordion-content p {
    margin: 0 0 20px;
  }
  .accordion-content > *:last-of-type {
    margin-bottom: 0;
  }

  .contacts-page-content {
    padding: 40px 0;
  }

  .contacts-form h3 {
    font-size: 14px;
  }
  .contacts-form .input-group textarea {
    height: 70px;
    padding: 10px 15px;
  }
  .contacts-form .btn {
    width: 100%;
    max-width: 360px;
  }

  .cabinet-menu {
    overflow: auto;
    display: flex;
    gap: 5px;
    margin-bottom: 40px;
  }
  .cabinet-menu a {
    min-width: 145px;
    height: 34px;
    font-size: 10px;
    line-height: 1.4;
  }

  .cabinet-history {
    margin-bottom: 20px;
  }

  .cabinet-history-item {
    margin-bottom: 10px;
  }
  .cabinet-history-item .more {
    display: none;
  }
  .cabinet-history-item .item-center {
    width: 20px;
    height: 20px;
    background: transparent url(/res/crystal/i/cabinet-history-icon-mob.svg) center no-repeat;
    margin: 0 5px;
  }
  .cabinet-history-item .item-to,
.cabinet-history-item .item-from {
    width: calc(50% - 15px);
    height: 34px;
  }

  .cabinet-referral {
    padding-bottom: 0;
  }

  .cabinet-referral-top {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .cabinet-referral-top .item {
    width: 33.3333%;
    margin-bottom: 12px;
  }
  .cabinet-referral-top .item strong {
    font-size: 20px;
  }
  .cabinet-referral-top .item span {
    font-size: 10px;
    line-height: 14px;
  }

  .cabinet-referral-form {
    margin-bottom: 40px;
  }
  .cabinet-referral-form .input-group:last-of-type {
    margin-bottom: 0;
  }
  .cabinet-referral-form .btn {
    margin-top: 30px;
    width: 100%;
    max-width: 360px;
  }

  .referral-list-title {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 19px;
  }

  .referral-list {
    margin-bottom: 40px;
  }

  .referral-list-item {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
    height: 34px;
  }
  .referral-list-item .item-date,
.referral-list-item .item-level {
    font-size: 10px;
    line-height: 1.4;
  }

  .cabinet-settings {
    padding-bottom: 0;
  }

  .cabinet-settings-form h2 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 30px;
  }
  .cabinet-settings-form.cabinet-settings-form-second {
    margin-top: 30px;
  }
  .cabinet-settings-form.cabinet-settings-form-second h2 {
    margin-bottom: 30px;
  }
  .cabinet-settings-form.cabinet-settings-form-second .check {
    margin-bottom: 20px;
  }
  .cabinet-settings-form.cabinet-settings-form-second .check:last-of-type {
    margin-bottom: 0;
  }
  .cabinet-settings-form.cabinet-settings-form-second .btn {
    width: 100%;
    max-width: 360px;
    margin-top: 30px;
  }

  .cabinet-verification {
    padding-bottom: 0;
  }
  .cabinet-verification h2 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 30px;
  }
  .cabinet-verification p {
    margin: 0 0 20px;
  }
  .cabinet-verification p:last-of-type {
    margin-bottom: 0;
  }
  .cabinet-verification .btn {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 0;
  }

  .main-invoice-btn {
    margin-top: 40px;
    width: 100%;
    max-width: 360px;
  }

  .rules-content {
    margin: 30px 0 50px;
    padding: 10px 15px 30px;
  }
  .rules-content ol li {
    padding-left: 20px;
  }

  .no-page {
    padding: 20px 0 150px;
    text-align: left;
  }
  .no-page h1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .no-page P {
    margin-bottom: 100px;
  }
  .no-page .btn {
    width: 100%;
    max-width: 360px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 12px;
    line-height: 16px;
  }

  .title {
    font-size: 20px;
  }

  .btn, .input-group label.btn, #electronic_check_label {
    height: 34px;
    font-size: 10px;
  }

  .main-exchange .input-group p {
    font-size: 10px;
    line-height: 13px;
  }

  .content-top br,
.main-exchange-title br {
    display: none;
  }
  .content-top h1,
.main-exchange-title h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .main-why-item h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 14px;
  }
  .main-why-item p {
    font-size: 10px;
    line-height: 1.3;
  }

  .main-invoice-right img {
    margin: 30px auto 20px;
  }

  .footer-menu li a {
    font-size: 12px;
    line-height: 16px;
  }

  .copyright {
    font-size: 12px;
    line-height: 16px;
  }

  .modal-content {
    max-width: 400px;
    padding: 30px 20px;
  }

  .password-recovery-wrap a {
    font-size: 14px;
    line-height: 18px;
  }

  .modal-body .input-group {
    margin-bottom: 15px;
  }

  .modal-form-bottom {
    margin-top: 25px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .modal-form-bottom .btn {
    font-size: 12px;
    height: 36px;
    width: 100%;
    margin-bottom: 8px;
  }
  .modal-form-bottom .btn:last-of-type {
    margin-bottom: 0;
  }

  .modal-header .btn-close {
    width: 20px;
    height: 20px;
  }

  .main-exchange-list-top {
    overflow: auto;
  }
  .main-exchange-list-top a {
    white-space: nowrap;
  }

  .main-exchange-form .check {
    margin-bottom: 10px;
  }
  .main-exchange-form .btn-pay {
    width: 100%;
  }

  .order-step-buttons {
    flex-wrap: wrap;
  }
  .order-step-buttons .btn {
    width: 100%;
    margin: 0 0 10px;
  }
  .order-step-buttons .btn:last-of-type {
    margin-bottom: 0;
  }

  .main-exchange.main-exchange-success .main-exchange-form {
    margin-bottom: 15px;
  }

  .main-exchange-success-text {
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .reserve-wrapper-items {
    grid-template-columns: repeat(1, 1fr);
  }

  .partners-items .item p {
    margin-bottom: 6px;
  }
  .partners-items .item span {
    font-size: 10px;
    line-height: 1.4;
  }
  .partners-items .item-level {
    width: 80px;
    height: 60px;
    font-size: 20px;
    margin: 0 auto 6px;
  }

  .cabinet-history-item .more {
    display: none;
  }
  .cabinet-history-item .item-center {
    width: 20px;
    height: 20px;
    background: transparent url(/res/crystal/i/cabinet-history-icon-mob.svg) center no-repeat;
    margin: 0 5px;
  }
  .cabinet-history-item .item-to,
.cabinet-history-item .item-from {
    font-size: 11px;
    line-height: 15px;
    padding-left: 7px;
  }
  .cabinet-history-item .item-to img,
.cabinet-history-item .item-from img {
    max-width: 20px;
    margin-right: 7px;
  }
  .cabinet-history-item .item-to p,
.cabinet-history-item .item-from p {
    font-size: 11px;
    line-height: 15px;
    margin-right: 3px;
  }

  .modal .input-group-flex {
    padding-left: 15px;
    height: 34px;
  }
  .modal .input-group-flex input {
    height: 20px;
    margin-left: 6px;
    padding-left: 0;
  }
  .modal .input-group-flex .input-icon img {
    max-width: 20px;
    max-height: 20px;
  }

  .cabinet-referral-top .item {
    width: 50%;
  }

  .referral-list-item .item-date {
    display: none;
  }

  .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;
  }

  .input-group-flex {
    padding-left: 15px;
  }

  .invoice-details {
    max-width: 100%;
  }
  .invoice-details h2 {
    font-size: 12px;
    line-height: 16px;
  }
  .invoice-details ul {
    font-size: 10px;
    line-height: 14px;
  }
  .invoice-details ul li span {
    width: 60%;
  }

  .invoice-link-qr .qr-block {
    display: none;
  }
  .invoice-link-qr p {
    width: 100%;
    margin: 0;
  }
  .main-aml-text{
    margin-top: 25px;
  }
  .main-exchange-title p{
    min-height: 48px;
  }
}

/*# sourceMappingURL=media.css.map */

#text{margin-top: 25px;}
#text:empty{margin-top: 0}