@charset "UTF-8";
@media (min-width: 520px) {
  .news-super .news-item {
    width: calc(100% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-super .news-descr {
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 49px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .news-super .news-image {
    width: 335px;
    height: 100%;
    border-bottom-left-radius: 3px;
  }
  .news-super .news-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: 19px;
    left: 19px;
    right: 19px;
  }
}

@media (min-width: 750px) {
  .opening-responsive,
  .takeof-responsive {
    overflow-y: auto;
    height: 250px;
    /* Handle on hover */
  }
  .opening-responsive::-webkit-scrollbar,
  .takeof-responsive::-webkit-scrollbar {
    height: 3px;
    width: 3px;
  }
  .opening-responsive::-webkit-scrollbar-thumb:hover,
  .takeof-responsive::-webkit-scrollbar-thumb:hover {
    background: #0AA880;
  }
  .opening-responsive::-webkit-scrollbar-corner,
  .takeof-responsive::-webkit-scrollbar-corner {
    background: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 1920px) {
  section,
  footer {
    overflow: hidden;
  }
  /* Single */
  .single-decor {
    right: 0;
  }
}

@media (max-width: 1380px) {
  .title {
    font-size: 35px;
  }
  .sup-list {
    font-size: 18px;
  }
  .nav-list {
    margin: 0 -30px;
  }
  .nav-item {
    margin: 0 30px;
  }
  .promo-title {
    font-size: 50px;
  }
  .trading-all-link {
    min-width: 380px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .trading-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .trading-left {
    width: 100%;
  }
  .trading-right {
    width: 100%;
  }
  .trading-picture {
    position: static;
    text-align: center;
  }
  .footer-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-row .col-2 {
    width: 35%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-row .col-3 {
    width: 65%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-row .col-7 {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .social-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  /* P2P */
  .listing-left {
    min-width: 277px;
  }
  .listing-header-cell:nth-child(1), .listing-cell:nth-child(1) {
    width: 23%;
  }
  .listing-header-cell:nth-child(2), .listing-cell:nth-child(2) {
    width: 16%;
  }
  .listing-header-cell:nth-child(3), .listing-cell:nth-child(3) {
    width: 27%;
  }
  .listing-header-cell:nth-child(4), .listing-cell:nth-child(4) {
    width: 17%;
  }
  .listing-header-cell:nth-child(5), .listing-cell:nth-child(5) {
    width: 17%;
  }
  /* FAQ */
  .mypan-body {
    position: relative;
    left: auto;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .mypan-image {
    width: 100%;
  }
  .mypan-info-one {
    top: -72px;
    left: 214px;
  }
  .mypan-info-thue {
    top: -72px;
    left: 458px;
  }
  .mypan-info-three {
    top: -72px;
    left: 703px;
  }
  .mypan-info-four {
    top: 72px;
    left: 315px;
  }
  .mypan-info-five {
    top: 72px;
    left: 616px;
  }
  .mypan-info-six {
    top: 141px;
    left: 365px;
  }
  .mypan-info-seven {
    bottom: 103px;
    left: 365px;
  }
  /* Single */
  .single-like-btn {
    right: 25px;
  }
  /* Board */
  .tab-content.board-tab {
    display: none;
  }
  .info {
    text-align: center;
  }
  .board-body {
    border-bottom: none;
  }
  .board-decor {
    display: none;
  }
  .board-top {
    padding: 10px 0 30px 0;
  }
  .board-top-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .board-top-item {
    width: 30%;
  }
  .board-top-item:after {
    right: 40px;
    height: 62px;
  }
  .board-top-item:nth-child(3):after {
    content: none;
  }
  .board-top-item:nth-child(2):after, .board-top-item:nth-child(5):after {
    right: 67px;
  }
  .board-top-item:nth-child(1), .board-top-item:nth-child(4) {
    width: 30%;
  }
  .board-top-item:nth-child(2), .board-top-item:nth-child(5) {
    width: 29%;
  }
  .board-top-item:nth-child(3), .board-top-item:nth-child(6) {
    width: 25%;
  }
  .board-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px -8px 8px -8px;
  }
  .board-nav-item {
    margin: 8px;
  }
  .board-nav-item.active .board-nav-link {
    background: linear-gradient(36.22deg, #1EA74B 20.95%, #37B7B8 97.65%);
    border: 1px solid #37B7B8;
  }
  .board-nav-link {
    display: block;
    background: #1C1C1C;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 12px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .board-nav-link:hover, .board-nav-link:focus {
    background: linear-gradient(36.22deg, #1EA74B 20.95%, #37B7B8 97.65%);
    border: 1px solid #37B7B8;
  }
  .board-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .board-tab {
    width: 100%;
    display: none;
  }
  .board-tab.active {
    display: block;
  }
  .board-tab-top {
    height: auto;
    border-bottom: none;
    padding-bottom: 30px;
  }
  .board-tab-center {
    border-left: none;
    border-right: none;
  }
  .vision-hours::after, .vision-logauto::after {
    content: none;
  }
  .history-title {
    margin-top: 0;
  }
  .steps-modal {
    left: auto;
    right: 165px;
  }
  .steps-body:before {
    left: auto;
    right: -12px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .steps-price {
    top: 30px;
    left: 0;
    right: auto;
  }
  .steps-set {
    left: 0;
    right: auto;
  }
  .orders-full-descr {
    left: auto;
    right: 7px;
  }
  .orders-full-descr:before {
    top: -12px;
    left: auto;
    right: 3px;
  }
  /* Account */
  .balance {
    right: 8px;
  }
  .review-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .review-right {
    width: 100%;
    margin-left: 0;
  }
  .review-btn {
    font-size: 15px;
  }
  .review-header-cell:nth-child(1) {
    width: 15%;
  }
  .review-header-cell:nth-child(2) {
    width: 46%;
  }
  .review-header-cell:nth-child(3) {
    width: 19%;
  }
  .review-header-cell:nth-child(4) {
    width: 10%;
  }
  .review-header-cell:nth-child(5) {
    width: 10%;
  }
  .review-cell:nth-child(1) {
    width: 15%;
  }
  .review-cell:nth-child(2) {
    width: 46%;
  }
  .review-cell:nth-child(3) {
    width: 19%;
  }
  .review-cell:nth-child(4) {
    width: 10%;
  }
  .review-cell:nth-child(5) {
    width: 10%;
  }
  .person-item {
    width: calc(50% - 26px);
  }
  /* Deposit */
  .deposit-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .deposit-top-right {
    width: 100%;
    margin-top: 20px;
  }
  .deposit-form {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .deposit-search-field {
    width: calc(100% - 79px);
  }
  .deposit-cell:nth-child(1) {
    width: 20%;
  }
  .deposit-cell:nth-child(2) {
    width: 22%;
  }
  .deposit-cell:nth-child(3) {
    width: 20%;
  }
  .deposit-cell:nth-child(4) {
    width: 20%;
  }
  .deposit-cell:nth-child(5) {
    width: 18%;
  }
}

@media (max-width: 1200px) {
  .nav-list {
    margin: 0 -15px;
  }
  .nav-item {
    margin: 0 15px;
  }
  /* P2P */
  .listing-table {
    padding-top: 0;
    padding-bottom: 7px;
  }
  .listing-header {
    display: none;
  }
  .listing-main-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .listing-cell {
    padding-left: 0;
    padding-right: 0;
    padding-top: 18px;
    padding-bottom: 0;
  }
  .listing-cell:before {
    display: block;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #A3A3A3;
    margin-bottom: 10px;
  }
  .listing-cell:nth-child(1) {
    width: 35%;
  }
  .listing-cell:nth-child(1):before {
    content: 'Рекламодатели';
  }
  .listing-cell:nth-child(2) {
    width: 24%;
  }
  .listing-cell:nth-child(2):before {
    content: 'Цена';
  }
  .listing-cell:nth-child(3) {
    width: 41%;
  }
  .listing-cell:nth-child(3):before {
    content: 'Ограничение/Доступно';
  }
  .listing-cell:nth-child(4) {
    width: 35%;
    padding-top: 14px;
    padding-bottom: 22px;
  }
  .listing-cell:nth-child(4):before {
    content: 'Оплата';
    margin-bottom: 15px;
  }
  .listing-cell:nth-child(5) {
    width: 24%;
    text-align: left;
    position: relative;
    padding-top: 14px;
    padding-bottom: 20px;
  }
  .listing-cell:nth-child(5):before {
    content: 'Торговля';
    text-align: left;
    margin-bottom: 20px;
  }
  .listing-isok {
    line-height: 23px;
  }
  .listing-isok-name {
    min-width: auto;
    padding-right: 5px;
  }
  .listing-percent {
    display: inline-block;
    color: #A3A3A3;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    background: #060A09;
    border-radius: 2px;
    padding: 6px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 8px;
    left: 65px;
    min-width: 100px;
    text-align: center;
  }
  .listing-buy {
    margin-top: -4px;
  }
  .better-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .better-item {
    width: calc(50% - 20px);
  }
  .work-btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
  }
  .work-btn-icon {
    min-width: 44px;
    width: 44px;
    height: 44px;
  }
  .work-btn-icon:after {
    min-width: 13px;
    width: 13px;
    height: 13px;
    background-size: contain;
  }
  .work-link {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
  }
  .work-link-icon {
    min-width: 44px;
    width: 44px;
    height: 44px;
  }
  .work-link-icon:after {
    min-width: 16px;
    width: 16px;
    height: 16px;
    background-size: contain;
  }
  /* FAQ */
  .mypan-body {
    position: relative;
    left: auto;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .mypan-info {
    font-size: 13px;
    padding: 10px 10px;
  }
  .mypan-info-one {
    min-width: 210px;
    width: 210px;
    top: -72px;
    left: 179px;
  }
  .mypan-info-thue {
    min-width: 210px;
    width: 210px;
    top: -72px;
    left: 395px;
  }
  .mypan-info-three {
    min-width: 210px;
    width: 210px;
    top: -72px;
    left: 612px;
  }
  .mypan-info-four {
    min-width: 171px;
    width: 171px;
    height: 43px;
    top: 62px;
    left: 269px;
  }
  .mypan-info-five {
    min-width: 171px;
    width: 171px;
    height: 43px;
    top: 62px;
    left: 526px;
  }
  .mypan-info-six {
    top: 118px;
    left: 303px;
  }
  .mypan-info-seven {
    bottom: 90px;
    left: 312px;
  }
  /* News */
  .news {
    padding-top: 30px;
  }
  .news-top {
    position: static;
    width: 100%;
    padding-left: 0;
    margin-bottom: 17px;
  }
  .news-list {
    margin-top: -10px;
  }
  .nwannon-block {
    position: relative;
    width: 85%;
    margin: 0 auto;
  }
  /* Board */
  .board-top-item {
    width: 33.3333%;
  }
  .board-top-item:after {
    right: 36px;
    height: 64px;
  }
  .board-top-item:nth-child(3):after {
    content: none;
  }
  .board-top-item:nth-child(2):after, .board-top-item:nth-child(5):after {
    right: 37px;
  }
  .board-top-item:nth-child(1), .board-top-item:nth-child(4) {
    width: 37%;
  }
  .board-top-item:nth-child(2), .board-top-item:nth-child(5) {
    width: 29%;
  }
  .board-top-item:nth-child(3), .board-top-item:nth-child(6) {
    width: 33.3333%;
  }
  /* Account */
  .account {
    min-height: auto;
  }
  .balance {
    right: 61px;
  }
  .balance-btn {
    display: block;
    position: relative;
    text-align: right;
  }
  .balance-btn:after {
    position: absolute;
    top: 5px;
    right: -12px;
  }
  .balance-text {
    display: block;
    text-align: right;
  }
  .balance-show {
    top: 46px;
    right: -12px;
  }
  .review-header-cell:nth-child(1) {
    width: 15%;
  }
  .review-header-cell:nth-child(2) {
    width: 44%;
  }
  .review-header-cell:nth-child(3) {
    width: 15%;
  }
  .review-header-cell:nth-child(4) {
    width: 13%;
    padding-left: 14px;
  }
  .review-header-cell:nth-child(5) {
    width: 13%;
    padding-left: 14px;
  }
  .review-cell:nth-child(1) {
    width: 15%;
  }
  .review-cell:nth-child(2) {
    width: 44%;
  }
  .review-cell:nth-child(3) {
    width: 15%;
  }
  .review-cell:nth-child(4) {
    width: 13%;
  }
  .review-cell:nth-child(5) {
    width: 13%;
  }
  /* Deposit */
  .story-table {
    word-break: break-all;
  }
  .wallet-profit .profit-stand {
    min-height: 440px;
  }
  .wallet-profit .profit-left {
    width: 50%;
  }
  .wallet-profit .profit-right {
    width: 50%;
  }
}

@media (max-width: 980px) {
  .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
  }
  .header-logo {
    position: relative;
    top: 2px;
  }
  .header-image {
    width: 147px;
  }
  .header-btn {
    padding: 12px 14px;
  }
  .header-left {
    width: 25%;
  }
  .header-center {
    width: 45%;
  }
  .header-right {
    width: 30%;
  }
  .header-btn {
    padding: 12px 16px;
  }
  .nav {
    position: relative;
    left: 0;
  }
  .nav-list {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }
  .nav-item {
    margin: 0 13px;
  }
  .lang {
    margin-right: 0;
    margin-left: 0;
  }
  .lang-list {
    margin: 0 -5px;
  }
  .lang-item {
    margin: 0 5px;
  }
  .lang-item:after {
    top: 3px;
    right: -6px;
    height: 12px;
  }
  .lang-link {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .lang-sublist {
    font-size: 12px;
  }
  .promo {
    padding: 41px 0 0px 0;
    background-image: url(../img/promo-bg-768.jpg);
  }
  .promo-title {
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .promo-list {
    margin-top: 70px;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }
  .promo-item {
    padding: 17px 20px 12px 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .promo-num {
    font-weight: 600;
    font-size: 28px;
    line-height: 24px;
  }
  .promo-picture {
    right: 20px;
    top: 72px;
  }
  .promo-image {
    min-width: 400px;
    width: 100%;
  }
  .promo-text {
    margin-top: 8px;
  }
  .search-form {
    display: block;
    height: auto;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    max-width: auto;
    text-align: right;
  }
  .search-field {
    background: #11191F;
    border: 1px solid #929292;
    border-radius: 3px;
    height: 50px;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    max-width: 353px;
  }
  .search-field::-webkit-input-placeholder {
    color: #929292;
  }
  .search-field:-ms-input-placeholder {
    color: #929292;
  }
  .search-field::-ms-input-placeholder {
    color: #929292;
  }
  .search-field::placeholder {
    color: #929292;
  }
  .search-btn {
    margin-top: 13px;
  }
  .trends {
    padding-top: 30px;
  }
  .trends-all {
    top: -5px;
  }
  .trends-all-link {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
  }
  .trends-all-text {
    padding: 12px 15px 8px 15px;
  }
  .trends-all-arrow {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
  .trends-descr {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .trends-more {
    margin-top: 14px;
  }
  .bits {
    font-weight: 400;
    font-size: 16px;
    line-height: 12px;
  }
  .bits-header {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }
  .bits-header-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bits-header-cell {
    padding: 11px 20px 2px 20px;
  }
  .bits-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bits-cell {
    padding: 14px 19px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bits-icon {
    margin-right: 6px;
  }
  .mybag {
    margin-top: 33px;
  }
  .mybag-info {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .mybag-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .mybag-bigpicture {
    margin-bottom: 0;
    top: 49px;
    left: -27px;
  }
  .mybag-image {
    width: 100%;
    min-width: 263px;
  }
  .mybag-list {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
  }
  .mybag-item {
    padding: 22px 23px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mybag-picture {
    margin-right: 10px;
  }
  .mybag-icon {
    min-width: 62px;
    width: 62px;
    height: 62px;
  }
  .mybag-icon:after {
    min-width: 40px;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .mybag-subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
  }
  .mybag-text {
    margin: 0;
    max-width: 100%;
  }
  .mybag-more {
    margin-top: 30px;
  }
  .infinity {
    background-image: url(../img/infinity-bg-768.jpg);
    padding: 23px 0 50px 0;
  }
  .infinity-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    line-height: 34px;
  }
  .infinity-list {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .infinity-item {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 62px;
  }
  .infinity-subtitle {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    margin-top: 2px;
  }
  .infinity-all {
    bottom: 15px;
    left: 15px;
  }
  .infinity-all-link {
    font-size: 14px;
    line-height: 19px;
  }
  .infinity-all-text {
    padding: 15px 10px 11px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .infinity-descr {
    margin-top: 3px;
  }
  .trading {
    padding: 30px 0 45px 0;
  }
  .trading-row {
    margin-top: 0px;
  }
  .trading-descr {
    font-size: 16px;
    line-height: 24px;
  }
  .trading-all {
    margin-top: 20px;
  }
  .trading-all-link {
    font-size: 12px;
    line-height: 16px;
    min-width: 289px;
  }
  .trading-all-arrow {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
  .trading-all-text {
    margin: 0 auto;
    padding: 9px 11px 7px 11px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .trading-picture {
    text-align: left;
    position: relative;
    left: -42px;
    top: -14px;
  }
  .trading-image {
    max-width: 654px;
    width: 100%;
  }
  .trading-block {
    margin-top: -47px;
  }
  .trading-scan {
    padding: 16px 20px;
    margin-bottom: 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .trading-scan-picture {
    margin-right: 13px;
  }
  .trading-scan-image {
    width: 80px;
  }
  .trading-scan-pre {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
  .trading-scan-title {
    font-size: 30px;
    line-height: 25px;
    margin: 10px 0;
  }
  .sup-list {
    margin: 0 -9px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
  }
  .sup-item {
    width: calc(25% - 18px);
    margin: 9px;
    padding: 11px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sup-picture {
    margin-right: 9px;
  }
  .sup-icon {
    width: 54px;
    height: 54px;
    border-radius: 3px;
    background-size: 35px 35px;
  }
  .bits-header-cell:nth-child(1), .bits-header-cell:nth-child(2), .bits-header-cell:nth-child(3), .bits-header-cell:nth-child(4) {
    width: 25%;
  }
  .bits-cell:nth-child(1), .bits-cell:nth-child(2), .bits-cell:nth-child(3), .bits-cell:nth-child(4) {
    width: 25%;
  }
  .reliable {
    padding: 33px 0 59px 0;
    background-image: url(../img/reliable-bg-768.jpg);
  }
  .reliable-descr {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  .reliable-title .yellow {
    display: block;
  }
  .reliable-all {
    margin-top: 23px;
  }
  .reliable-all-link {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
  }
  .reliable-all-text {
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .reliable-all-arrow {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
  .reliable-list {
    font-size: 14px;
    line-height: 20px;
  }
  .reliable-item {
    padding: 16px 16px 22px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .reliable-picture {
    width: 55px;
    height: 55px;
  }
  .reliable-icon {
    min-width: 33px;
    width: 33px;
    height: 33px;
    background-size: contain;
  }
  .reliable-subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 7px;
    width: 100%;
  }
  .help {
    padding: 30px 0 60px 0;
  }
  .help-title {
    margin-bottom: 25px;
  }
  .help-list {
    font-size: 14px;
    line-height: 20px;
  }
  .help-item {
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 65px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .help-icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .help-subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .help-more {
    bottom: 20px;
    left: 14px;
  }
  .help-link {
    font-size: 18px;
    line-height: 25px;
    padding: 12px 15px 12px 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer {
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../img/footer-bg-768.png);
    background-size: cover;
  }
  .footer-decor {
    display: none;
  }
  .footer-list {
    margin-top: 4px;
  }
  .footer-sublist {
    font-size: 13px;
    line-height: 30px;
  }
  .social {
    top: -10px;
  }
  .social-list {
    margin: 0 -2px;
  }
  .social-item {
    margin: 3px 2px;
  }
  /* P2P */
  .breadcrumbs {
    background: #1C1C1C;
    margin: 0 -15px;
    padding: 2px 15px;
  }
  .prev {
    padding-top: 0;
    padding-bottom: 33px;
    background-image: url(../img/prev-bg-768.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .prev-decor {
    display: none;
  }
  .prev-title {
    margin-top: 23px;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
  }
  .prev-descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
  }
  .listing {
    padding: 20px 0 9px 0;
  }
  .listing-decor {
    display: none;
  }
  .listing-top {
    padding: 15px 0 15px 0;
    border-top: 1.5px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);
  }
  .listing-left {
    min-width: 200px;
    width: 28%;
  }
  .listing-right {
    width: 70%;
    padding-left: 22px;
  }
  .listing-btns {
    width: 198px;
  }
  .listing-btn {
    padding: 6px 19px;
  }
  .listing-link {
    font-size: 13px;
    padding: 6px 12px;
  }
  .listing-nav {
    margin-bottom: 16px;
  }
  .listing-nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .listing-nav-item {
    width: calc(50% - 24px);
  }
  .listing-nav-item:last-child {
    text-align: left;
  }
  .how {
    padding-bottom: 49px;
  }
  .how-decor {
    display: none;
  }
  .how-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 0;
  }
  .how-nav-item {
    margin: 3px 7px;
  }
  .how-nav-btn {
    padding: 11px 21px;
  }
  .how-list {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
  }
  .how-item {
    padding: 14px 18px;
  }
  .how-picture {
    min-width: 45px;
    width: 45px;
    height: 45px;
  }
  .how-picture:before {
    left: 22px;
  }
  .how-icon {
    min-width: 27px;
    width: 27px;
    height: 27px;
    background-size: contain;
  }
  .how-subtitle {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
  }
  .how-text-empty {
    margin-top: 34px;
  }
  .better {
    padding-top: 23px;
    padding-bottom: 52px;
  }
  .better-decor-one {
    background-image: url(../img/better-decor-one-768.svg);
    min-width: 374px;
    width: 374px;
    height: 330px;
    background-position: left;
  }
  .better-decor-thue {
    background-image: url(../img/better-decor-thue-768.svg);
    min-width: 374px;
    width: 374px;
    height: 330px;
    background-position: right;
  }
  .better-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 0;
  }
  .better-list {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-top: 9px;
  }
  .better-image {
    height: 175px;
  }
  .better-subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
  .work {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .work-title {
    margin-top: 0;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 25px;
    line-height: 50px;
  }
  .work-nav-btn {
    padding: 11px 29px;
  }
  .work-btn {
    padding-left: 13px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }
  .work-btn-icon {
    margin-left: 5px;
  }
  .work-link {
    padding-left: 13px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }
  .work-link-icon {
    margin-left: 5px;
  }
  .work-open {
    padding: 0 13px 13px 13px;
    font-size: 14px;
  }
  /* FAQ */
  .prev-info {
    margin-bottom: 28px;
  }
  .main {
    background-image: url(../img/main-bg-768.jpg);
  }
  .allows {
    margin: 0px 0 9px 0;
  }
  .allows-decor {
    display: none;
  }
  .allows-quote {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin: 17px 0 14px 0;
  }
  .allows-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .allows-table {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 41px;
  }
  .allows-table thead th {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-top: 11px;
    padding-bottom: 12px;
  }
  .allows-table td {
    padding: 5px 20px;
  }
  .allows-percent-value {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
  }
  .first-decor {
    display: none;
  }
  .first-descr {
    display: none;
  }
  .first-block {
    margin-top: 12px;
  }
  .first-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 50px;
  }
  .first-list {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .first-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px 0;
  }
  .first-icon {
    min-width: 35px;
    margin-right: 10px;
  }
  .first-how {
    margin-top: 3px;
    padding-top: 19px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .first-how-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 50px;
  }
  .first-how-body {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
  }
  .first-how-left {
    width: 62%;
  }
  .first-how-right {
    width: 38%;
    text-align: right;
  }
  .first-how-link {
    font-size: 14px;
  }
  .mypan {
    margin-top: 44px;
    margin-bottom: 10px;
  }
  .mypan-image {
    display: none;
  }
  .mypan-image-tablet {
    display: block;
    width: 100%;
    background: #0F1514;
    -webkit-box-shadow: 0px 10px 25px #131B1E;
            box-shadow: 0px 10px 25px #131B1E;
    border-radius: 5px;
  }
  .mypan-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 50px;
  }
  .mypan-body {
    margin-top: 59px;
    position: relative;
    left: auto;
    max-width: 726px;
    margin-left: auto;
    margin-right: auto;
  }
  .mypan-info {
    padding: 10px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    z-index: 1;
  }
  .mypan-info-six {
    display: none;
  }
  .mypan-info-one {
    min-width: 215px;
    width: 215px;
    height: 81px;
    top: -45px;
    left: 20px;
  }
  .mypan-info-one:after {
    bottom: -10px;
  }
  .mypan-info-thue {
    min-width: 175px;
    width: 175px;
    height: 62px;
    top: -35px;
    right: 25px;
    left: auto;
  }
  .mypan-info-thue:after {
    bottom: -10px;
  }
  .mypan-info-three {
    min-width: 233px;
    width: 233px;
    height: 79px;
    top: 129px;
    left: 299px;
  }
  .mypan-info-three:after {
    bottom: auto;
    top: -9px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .mypan-info-four {
    min-width: 165px;
    width: 165px;
    height: 40px;
    top: -17px;
    left: 301px;
  }
  .mypan-info-four::after {
    top: auto;
    bottom: -10px;
    -webkit-transform: none;
            transform: none;
  }
  .mypan-info-five {
    min-width: 165px;
    width: 165px;
    height: 40px;
    top: 130px;
    left: 17px;
  }
  .mypan-info-seven {
    min-width: 324px;
    width: 324px;
    height: 81px;
    bottom: 85px;
    left: 25px;
  }
  /* Modal */
  .modal-video .modal-body {
    width: 604px;
    padding-bottom: 19px;
  }
  .modal-video .modal-close {
    min-width: 44px;
    width: 44px;
    height: 44px;
    right: 19px;
    top: 19px;
  }
  .modal-video .modal-close-icon {
    min-width: 18px;
    width: 18px;
    height: 18px;
  }
  .modal-video .modal-title {
    font-size: 18px;
    margin-bottom: 1px;
  }
  .modal-play-btn {
    top: 43%;
  }
  .modal-play-icon {
    min-width: 44px;
    width: 44px;
    height: 44px;
  }
  .modal-play-icon:after {
    min-width: 15px;
    width: 15px;
    height: 15px;
  }
  /* News */
  .findme-form {
    width: 265px;
  }
  .nwannon {
    margin-bottom: 5px;
  }
  .nwannon-block {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .nwannon-descr {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding: 9px 11px;
  }
  .nwannon-arrows {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 14px;
  }
  .nwannon-arrow {
    position: static;
    margin-left: 10px;
    margin-right: 10px;
  }
  .switch-list {
    margin: 0 -9px;
  }
  .switch-item {
    margin: 0 9px;
  }
  .ada {
    position: relative;
    top: -3px;
  }
  .ada-item {
    margin: 1px 4px;
  }
  .ada-link {
    padding: 9px 11px;
  }
  .news {
    padding-top: 19px;
    padding-bottom: 60px;
  }
  .news-top {
    margin-bottom: 14px;
  }
  .news-prev {
    background-image: none !important;
  }
  .news-prev .prev-decor {
    display: block;
  }
  .news-prev .prev-decor-one {
    min-width: 235px;
    width: 235px;
    height: 297px;
    background-image: url(../img/news-prev-decor-one-768px.png);
  }
  .news-prev .prev-decor-thue {
    min-width: 239px;
    width: 239px;
    height: 297px;
    background-image: url(../img/news-prev-decor-thue-768px.png);
  }
  .news-prev .prev-title {
    font-size: 35px;
    margin-top: 26px;
  }
  .news-prev .prev-descr {
    font-size: 13px;
    margin-top: 9px;
  }
  .news-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-left {
    width: 100%;
    border-top: 1.5px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 28px;
  }
  .news-right {
    width: 100%;
  }
  .news-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    margin-top: 2px;
  }
  .news-item {
    margin: 15px 10px 10px 10px;
  }
  .news-image {
    height: 172px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-info {
    padding: 4px 9px 3px 9px;
    top: 9px;
    right: -5px;
  }
  .news-more-icon {
    position: relative;
    right: -5px;
  }
  .categories-icon {
    display: none;
  }
  .categories-list {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: scroll;
    margin-left: -14px;
    margin-right: -14px;
  }
  .categories-item {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin: 13px 0;
  }
  .categories-item:last-child {
    margin-bottom: auto;
    border-right: 0;
  }
  .categories-link {
    background: transparent;
    border: 0;
    padding: 0 14px;
    display: block;
  }
  .categories-link.active, .categories-link:hover {
    background: transparent;
    border: 0;
    color: #0aa880;
  }
  .categories-link.active .categories-text-value, .categories-link:hover .categories-text-value {
    color: #0aa880;
  }
  .categories-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .categories-text-name {
    white-space: nowrap;
  }
  .categories-text-value {
    padding-left: 3px;
  }
  /* Single */
  .sign .news-tags {
    margin-top: 20px;
  }
  .sign .news-tags-icon {
    top: 0;
  }
  .sign-bottom {
    margin-top: 19px;
  }
  .single {
    padding-bottom: 16px;
  }
  .single-decor {
    display: none;
  }
  .single-prev {
    background-image: none;
    padding-bottom: 72px;
  }
  .single-prev .prev-decor {
    display: block;
  }
  .single-prev .prev-decor-one {
    min-width: 167px;
    width: 167px;
    height: 297px;
    background-image: url(../img/single-prev-decor-one.png);
    top: auto;
    bottom: 0;
    background-position: top right;
  }
  .single-prev .prev-decor-thue {
    min-width: 239px;
    width: 239px;
    height: 297px;
    background-image: url(../img/single-prev-decor-thue.png);
    top: 0;
    bottom: auto;
    right: -7px;
    background-position: left bottom;
  }
  .single-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding-top: 20px;
  }
  .single-left {
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    padding-top: 7px;
  }
  .single-left h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-top: 11px;
  }
  .single-left h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .single-left blockquote {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    padding: 22px 35px;
    margin-bottom: 22px;
  }
  .single-left ul li {
    padding-left: 0px;
  }
  .single-left ul li:before {
    min-width: 21px;
    width: 21px;
    height: 21px;
    background-size: 8px 8px;
    border: 1px solid #2DB18B;
    top: -2px;
  }
  .single-left ol {
    padding-left: 35px;
  }
  .single-left ol li:before {
    min-width: 23px;
    width: 23px;
    height: 23px;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    left: -37px;
    top: -5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .single-left table th,
  .single-left table td {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    padding: 16px 21px;
  }
  .single-right {
    width: 100%;
  }
  .single .categories {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    border-top: 1.5px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);
  }
  .single-image {
    height: 233px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .similar {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .similar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }
  .similar-item {
    width: calc(33.3333% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .similar-image {
    height: 144px;
  }
  .similar-descr {
    padding: 9px 10px;
  }
  .similar-date {
    margin: 0 0 4px 0;
  }
  /* Board */
  .info-row {
    width: calc(100% - 30px);
    margin: 0;
  }
  .info-row .col-4 {
    padding: 0 5px;
  }
  .info-btn {
    top: 0;
  }
  .board-top-item {
    width: 33.3333% !important;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .board-top-item::after {
    content: none;
  }
  .board-top-item:nth-child(1), .board-top-item:nth-child(4) {
    border-left: 0;
  }
  .gramma-table th:last-child {
    text-align: left;
  }
  .gramma-table th:last-child {
    padding-left: 13px;
  }
  .gramma-table td:last-child {
    text-align: left;
  }
  .gramma-table td:last-child {
    padding-left: 13px;
  }
  .gramma-table tr:first-child td:last-child {
    padding-left: 0;
  }
  .gramma-simple {
    padding: 7px 14px;
  }
  .steps-modal {
    position: fixed;
    top: 64px;
    left: auto;
    right: 15px;
  }
  .steps-body:before {
    content: none;
  }
  .steps-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .steps-descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }
  .steps-middle {
    margin-top: 15px;
  }
  .steps-num {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
  }
  .steps-num-small {
    font-size: 15px;
  }
  .steps-btn {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
  .steps-more {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  .steps-text {
    margin-top: 2px;
  }
  /* Account */
  .balance {
    display: none;
  }
  .private .header-btns {
    display: none;
  }
  .account-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .account-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .account-right {
    width: 100%;
  }
  .account-profile {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  .account-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .account-item {
    width: 33.3333%;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .account-item:last-child {
    border-right: 0;
  }
  .review-btn {
    font-size: 16px;
  }
  .review-item:nth-child(2) .review-btn {
    min-width: 205px;
  }
  .review-item:nth-child(4) .review-btn {
    width: 100%;
  }
  .safety {
    margin-top: 20px;
  }
  .safety-list {
    font-size: 14px;
    margin: 0 -10px;
  }
  .safety-item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .person-adress {
    display: none;
  }
  .person-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  .person-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .person-left {
    width: 100%;
  }
  .person-right {
    width: 100%;
  }
  .person-declist {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .person-decitem {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .frot {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 10px;
  }
  .frot-decor {
    padding: 20px;
  }
  /* Deposit */
  .story-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .story-left {
    width: 26%;
    margin-bottom: 20px;
  }
  .story-center {
    width: 74%;
    margin-bottom: 20px;
  }
  .story-right {
    width: 100%;
  }
  .story-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .story-last .story-title {
    margin-bottom: 0;
    margin-right: 21px;
    position: relative;
    top: 3px;
  }
  .story-pagination {
    display: block;
  }
  .wallet {
    padding-left: 12px;
    padding-right: 12px;
  }
  .wallet-top {
    display: block;
  }
  .wallet-top-right {
    margin-top: 10px;
  }
  .wallet-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
  .wallet-select {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
  }
  .wallet-list {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .wallet-sublist {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
  .wallet-subitem {
    padding-left: 20px;
  }
  .wallet-subitem:before {
    min-width: 13px;
    width: 13px;
    height: 13px;
    background-size: 3px 4px;
    top: 1px;
  }
  .wallet-info {
    min-width: 11px;
    width: 11px;
    height: 11px;
    background-size: contain;
  }
}

@media (max-width: 980px) and (min-width: 750px) {
  /* Deposit */
  .deposit-account {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .deposit-account .account-item {
    margin-bottom: 20px;
    width: calc(33.3333% - 2px);
  }
  .deposit-account .account-item .active {
    position: relative;
    z-index: 2;
  }
  .deposit-account .account-item:nth-child(3) {
    border-right: 0;
  }
  .deposit-account .account-link {
    background: #0F1514;
    -webkit-box-shadow: 0px 10px 15px #131b1e;
            box-shadow: 0px 10px 15px #131b1e;
  }
  .steps-price {
    position: absolute;
    left: 0;
    top: 100px;
  }
  .steps-price .steps-body:before {
    content: '';
  }
  .story-responsive {
    padding: 10px 15px;
  }
  .story table th,
  .story table td {
    padding: 0 15px;
  }
}

@media (max-width: 750px) {
  .header {
    background: #101010;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
  }
  .header.show {
    width: 100%;
    position: fixed;
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header.show .header-center,
  .header.show .header-right {
    display: block;
  }
  .header.show .header-mobile-icon:after {
    background-image: url(../img/header-mobile-icon-open.svg);
  }
  .header-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-left {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    background: #2D302F;
  }
  .header-mobile {
    display: block;
    position: absolute;
    top: 4px;
    right: 15px;
  }
  .header-mobile-btn {
    padding: 0;
  }
  .header-mobile-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 44px;
    width: 44px;
    height: 44px;
    background: #1A262E;
    border-radius: 3px;
    border: 1px solid #2CB084;
  }
  .header-mobile-icon::after {
    content: '';
    display: inline-block;
    min-width: 22px;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/header-icon-after.svg);
  }
  .header-image {
    width: 200px;
  }
  .header-center {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0;
    display: none;
  }
  .header-right {
    display: none;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .header-btns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-block {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav {
    position: static;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .nav-list {
    position: static;
    display: block;
    text-align: left;
    font-size: 20px;
    line-height: 55px;
    margin: 0;
  }
  .nav-item {
    margin: 0;
  }
  .nav-link {
    text-align: left;
    padding: 0;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-link:before {
    content: none;
  }
  .nav-link:after {
    content: '';
    display: inline-block;
    min-width: 14px;
    width: 14px;
    height: 2px;
    position: static;
    background: #2CB084;
    margin-left: 8px;
    opacity: 0;
    position: relative;
    top: 1px;
  }
  .nav-link.active:after, .nav-link:hover:after, .nav-link:focus:after {
    opacity: 1;
  }
  .nav:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    display: inline-block;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    margin-bottom: 19px;
  }
  .lang {
    padding: 0 15px 19px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lang-show {
    right: auto;
    left: 0;
  }
  .lang-list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .lang-item {
    margin: 0 12px;
  }
  .lang-item:after {
    top: 1px;
    right: -13px;
    height: 14px;
  }
  .lang-link {
    font-weight: 400;
    font-size: 20px;
    line-height: 16px;
    padding: 0;
  }
  .promo-right {
    display: none;
  }
  .promo-left {
    width: 100%;
  }
  .promo-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 21px;
  }
  .promo-item {
    width: 50%;
  }
  .promo-item:nth-child(2) {
    border-right: none;
  }
  .promo-item:nth-child(3) {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
  }
  .promo-item:nth-child(4) {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
  }
  .promo-num {
    font-size: 24px;
    line-height: 24px;
  }
  .trends-top {
    display: block;
    margin-bottom: 20px;
  }
  .trends-title {
    margin-bottom: 20px;
  }
  .trends-descr {
    font-size: 14px;
    line-height: 20px;
  }
  .bits {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bits-header {
    display: none;
  }
  .bits-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bits-cell {
    padding: 9px 10px;
  }
  .bits-cell:nth-child(1), .bits-cell:nth-child(2), .bits-cell:nth-child(3), .bits-cell:nth-child(4) {
    width: 50%;
  }
  .bits-cell:nth-child(1):before, .bits-cell:nth-child(2):before, .bits-cell:nth-child(3):before, .bits-cell:nth-child(4):before {
    content: '';
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  .bits-cell:nth-child(1):before {
    content: 'Имя';
  }
  .bits-cell:nth-child(2):before {
    content: 'Последняя цена';
  }
  .bits-cell:nth-child(3):before {
    content: 'Изменение за 24 ч';
  }
  .bits-cell:nth-child(4):before {
    content: 'Капитализация';
  }
  .mybag-title .yellow {
    display: block;
  }
  .mybag-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mybag-left {
    width: 100%;
  }
  .mybag-right {
    width: 100%;
  }
  .mybag-bigpicture {
    text-align: center;
    margin-bottom: 30px;
  }
  .mybag-image {
    max-width: 182px;
    margin: 0 auto;
  }
  .infinity-title {
    width: 100%;
  }
  .infinity-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .infinity-item {
    width: 100%;
    padding-bottom: 15px;
  }
  .infinity-item:nth-child(1) {
    border-right: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
  .infinity-item:nth-child(2) {
    border-right: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
  .infinity-all {
    margin-top: 0px;
    position: static;
  }
  .trading-top {
    display: block;
    margin-bottom: 20px;
  }
  .trading-all {
    margin-top: 0;
  }
  .trading-title .yellow {
    display: block;
  }
  .trading-picture {
    text-align: center;
    margin: 20px 0 0 0;
  }
  .trading-image {
    max-width: 305px;
  }
  .trading-block {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sup {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .sup-item {
    width: calc(33.3333% - 22px);
  }
  .reliable-top {
    display: block;
  }
  .reliable-all {
    margin-top: 10px;
  }
  .reliable-list {
    display: block;
  }
  .reliable-item {
    width: 100%;
  }
  .reliable-item:nth-child(1) {
    border-right: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
  .reliable-item:nth-child(2) {
    border-right: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
  .help-list {
    display: block;
  }
  .help-item {
    width: 100%;
  }
  .help-item:nth-child(1) {
    border-top: 0;
    border-left: 3px solid #0AA880;
    background: -webkit-gradient(linear, left top, right top, color-stop(-2.36%, rgba(10, 113, 87, 0.3)), color-stop(105.89%, rgba(10, 168, 128, 0)));
    background: linear-gradient(90deg, rgba(10, 113, 87, 0.3) -2.36%, rgba(10, 168, 128, 0) 105.89%);
  }
  .help-item:nth-child(2) {
    border-top: 0;
    border-left: 3px solid #027457;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-2.36%, rgba(2, 66, 50, 0.3)), color-stop(105.89%, rgba(7, 145, 110, 0)));
    background: linear-gradient(180deg, rgba(2, 66, 50, 0.3) -2.36%, rgba(7, 145, 110, 0) 105.89%);
  }
  .help-item:nth-child(3) {
    border-top: 0;
    border-left: 3px solid #004937;
    background: -webkit-gradient(linear, left top, right top, color-stop(-2.36%, rgba(1, 46, 34, 0.3)), color-stop(105.89%, rgba(7, 145, 110, 0)));
    background: linear-gradient(90deg, rgba(1, 46, 34, 0.3) -2.36%, rgba(7, 145, 110, 0) 105.89%);
  }
  .footer-row .col-2 {
    width: 100%;
  }
  .footer-row .col-3 {
    width: 100%;
    margin-top: 20px;
  }
  .footer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-item {
    width: 50%;
  }
  .footer-item:nth-child(1), .footer-item:nth-child(2) {
    margin-bottom: 20px;
  }
  .social-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* P2P */
  .listing-top-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .listing-left {
    width: 100%;
    margin-bottom: 16px;
  }
  .listing-left::after {
    content: none;
  }
  .listing-right {
    width: 100%;
    padding-left: 15px;
  }
  .listing-item {
    margin-right: 5px;
  }
  .listing-link {
    padding: 6px 13px;
  }
  .listing-cell:nth-child(1) {
    width: 100%;
  }
  .listing-cell:nth-child(2) {
    width: 100%;
  }
  .listing-cell:nth-child(3) {
    width: 100%;
  }
  .listing-cell:nth-child(4) {
    width: 50%;
  }
  .listing-cell:nth-child(5) {
    width: 50%;
  }
  .how-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .how-item {
    width: calc(100% - 20px);
  }
  .work-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .work-left {
    width: 100%;
  }
  .work-right {
    width: 100%;
  }
  /* FAQ */
  .prev-info {
    margin-bottom: 18px;
  }
  .allows-table {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    min-width: 600px;
  }
  .allows-table thead th {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .allows-table td {
    padding-left: 15px;
    padding-right: 15px;
  }
  .allows-responsive {
    overflow-x: auto;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .allows-responsive::-webkit-scrollbar {
    height: 3px;
  }
  .allows-responsive::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    margin-top: 0;
  }
  .allows-responsive::-webkit-scrollbar-thumb {
    background: #0AA880;
    border-radius: 5px;
  }
  .allows-responsive::-webkit-scrollbar-thumb:hover {
    background: #0AA880;
  }
  .first-list {
    font-size: 13px;
  }
  .first-how-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .first-how-left {
    width: 100%;
  }
  .first-how-right {
    width: 100%;
    text-align: left;
  }
  .first-how-more {
    margin-top: 20px;
  }
  .mypan-body {
    max-width: 440px;
  }
  .mypan-info {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 9px;
  }
  .mypan-info-one {
    min-width: 182px;
    width: 182px;
    height: 69px;
    top: -52px;
    left: 7px;
  }
  .mypan-info-one:after {
    bottom: -9px;
  }
  .mypan-info-thue {
    min-width: 148px;
    width: 148px;
    height: 53px;
    right: -17px;
  }
  .mypan-info-three {
    min-width: 246px;
    width: 246px;
    height: 53px;
    top: 84px;
    left: 178px;
  }
  .mypan-info-four {
    min-width: 110px;
    width: 110px;
    height: 53px;
    top: -36px;
    left: 194px;
    color: #BDBDBD;
  }
  .mypan-info-four:after {
    bottom: -9px;
  }
  .mypan-info-five {
    min-width: 140px;
    width: 140px;
    height: 36px;
    top: 84px;
    left: 8px;
  }
  .mypan-info-seven {
    min-width: 252px;
    width: 252px;
    height: 72px;
    left: 8px;
    bottom: 55px;
  }
  .mypan-info-seven:after {
    bottom: -9px;
  }
  /* Modal */
  .modal-video .modal-body {
    width: 320px;
  }
  .modal-video .modal-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .modal-play-btn {
    top: 39%;
  }
  /* News */
  .findme {
    width: 100%;
  }
  .findme-form {
    width: 100%;
  }
  .news-top-row {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .news-top-left {
    width: 100%;
    margin-bottom: 17px;
    padding: 0;
  }
  .news-top-right {
    width: 100%;
    padding: 0;
  }
  .news-item {
    width: calc(50% - 20px);
  }
  .news-super .news-image {
    width: 165px;
  }
  /* Single */
  .sign .news-tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 20px;
  }
  .sign .ada {
    top: 0;
  }
  .sign .ada-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-prev {
    padding-bottom: 55px;
  }
  .similar-list {
    display: none;
  }
  .similar-slider {
    display: block;
  }
  .similar-item {
    width: calc(100% - 20px);
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }
  /* Board */
  .info {
    padding: 5px 0;
  }
  .info-close {
    display: block;
    text-align: center;
    position: relative;
  }
  .info-btn {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .info-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .info-row .col-4 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .info-row .col-4:last-child {
    border-bottom: 0;
  }
  .board {
    padding-bottom: 30px;
  }
  .board-top {
    padding: 10px 0;
  }
  .board-top-item {
    width: 50% !important;
    border-left: 0;
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .board-top-item:nth-child(5), .board-top-item:nth-child(6) {
    border-bottom: 0;
  }
  .board-tab-top {
    padding-bottom: 10px;
  }
  .orders-top {
    display: block;
  }
  .orders-top-right {
    margin-top: 20px;
  }
  .orders-deep {
    display: inline-block;
  }
  .orders-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .orders-info-btn {
    width: 10%;
  }
  .orders-drop {
    width: 87%;
  }
  .orders-symbols {
    width: 90%;
  }
  .orders-full {
    position: relative;
    right: 0;
    width: 10%;
  }
  .orders-hide-three {
    min-width: 200px;
  }
  .vision-nav {
    display: none;
  }
  .vision-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 -5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .vision-hours, .vision-go, .vision-logauto {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .vision-hours {
    margin-left: 5px;
    margin-right: 5px;
  }
  .vision-go-btn {
    margin: 0;
  }
  .vision-go-drop {
    min-width: 121px;
  }
  .vision-go-drop:after {
    top: 14px;
    right: 7px;
  }
  .vision-logauto {
    margin-left: 5px;
    margin-right: 5px;
  }
  .limit-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .limit-left {
    width: 100%;
  }
  .limit-right {
    margin-top: 40px;
    width: 100%;
  }
  .steps-modal {
    top: 100px;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    text-align: center;
  }
  .steps-modal .modal-close {
    right: 15px;
    top: 15px;
  }
  .steps-body {
    display: inline-block;
    width: 320px;
    padding: 15px;
  }
  .steps-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .steps-descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .steps-num {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
  }
  .steps-num-value {
    font-size: 12px;
  }
  .steps-btn {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    padding: 12px 30px;
    min-width: auto;
  }
  .steps-more {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 10px 15px 10px;
    margin-top: 20px;
  }
  /* Account */
  .private {
    position: static;
  }
  .private .header-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .private-body {
    display: none;
  }
  .account-decor {
    display: none;
  }
  .account-nav {
    display: block;
    text-align: left;
  }
  .account-item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .review-header {
    display: none;
  }
  .review-item {
    width: calc(100% - 14px);
  }
  .review-subitem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review-cell:before {
    content: '';
    display: block;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #A3A3A3;
  }
  .review-cell:nth-child(1) {
    width: 30%;
  }
  .review-cell:nth-child(1):before {
    content: 'Зона входа';
  }
  .review-cell:nth-child(2) {
    width: 70%;
  }
  .review-cell:nth-child(2):before {
    content: 'Пользовательский агент';
  }
  .review-cell:nth-child(3) {
    width: 40%;
  }
  .review-cell:nth-child(3):before {
    content: 'Время';
  }
  .review-cell:nth-child(4) {
    width: 30%;
  }
  .review-cell:nth-child(4):before {
    content: 'Статус';
  }
  .review-cell:nth-child(5) {
    width: 30%;
  }
  .review-cell:nth-child(5):before {
    content: 'Операция';
  }
  .safety-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .safety-item {
    width: calc(100% - 20px);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .safety-item:last-child {
    margin-bottom: 0;
  }
  .safety-more {
    position: static;
  }
  .person-decitem {
    width: calc(100% - 30px);
  }
  /* Deposit */
  .withdrawal {
    margin-top: 10px;
    display: block;
  }
  .withdrawal-list {
    display: block;
    text-align: left;
  }
  .withdrawal-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .withdrawal-sublist {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .withdrawal-subitem {
    display: inline-block;
  }
  .deposit-responsive {
    padding: 17px 12px 17px 17px;
  }
  .deposit-table {
    height: 400px;
    overflow-y: scroll;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .deposit-table::-webkit-scrollbar {
    width: 3px;
  }
  .deposit-table::-webkit-scrollbar-track {
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: 0;
  }
  .deposit-table::-webkit-scrollbar-thumb {
    background: #0AA880;
    border-radius: 5px;
  }
  .deposit-table::-webkit-scrollbar-thumb:hover {
    background: #0AA880;
  }
  .deposit-header {
    display: none;
  }
  .deposit-top-center {
    width: 100%;
    margin-top: 20px;
  }
  .deposit-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .deposit-cell {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .deposit-cell:before {
    content: '';
    display: block;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #A3A3A3;
    margin-bottom: 1px;
  }
  .deposit-cell:nth-child(1) {
    width: 50%;
    padding-left: 0;
  }
  .deposit-cell:nth-child(1):before {
    content: 'Монета';
  }
  .deposit-cell:nth-child(2) {
    width: 50%;
  }
  .deposit-cell:nth-child(2):before {
    content: 'Доступная сумма';
  }
  .deposit-cell:nth-child(3) {
    width: 33.3333%;
    padding-left: 0;
  }
  .deposit-cell:nth-child(3):before {
    content: 'В заказах';
  }
  .deposit-cell:nth-child(4) {
    width: 33.3333%;
    padding-left: 0;
  }
  .deposit-cell:nth-child(4):before {
    content: 'Всего';
  }
  .deposit-cell:nth-child(5) {
    width: 33.3333%;
  }
  .deposit-cell:nth-child(5):before {
    content: 'Операция';
  }
  .profit-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .profit-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .profit-right {
    width: 100%;
  }
  .takeof-result {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .story-left {
    width: 51%;
    margin-bottom: 20px;
  }
  .story-center {
    width: 100%;
    margin-bottom: 20px;
  }
  .story-responsive {
    padding-right: 10px;
  }
  .story-header {
    display: none;
  }
  .story-list {
    height: 650px;
    padding-right: 15px;
  }
  .story-item {
    padding-top: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .story-cell {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .story-cell:before {
    content: '';
    display: block;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #A3A3A3;
  }
  .story-cell:nth-child(1) {
    width: 20%;
    padding-left: 0;
  }
  .story-cell:nth-child(1):before {
    content: 'Pair';
  }
  .story-cell:nth-child(2) {
    width: 40%;
  }
  .story-cell:nth-child(2):before {
    content: 'Дата';
  }
  .story-cell:nth-child(3) {
    width: 40%;
  }
  .story-cell:nth-child(3):before {
    content: 'Купить/Продать';
  }
  .story-cell:nth-child(4) {
    width: 40%;
    padding-left: 0;
  }
  .story-cell:nth-child(4):before {
    content: 'Заполненная цена';
  }
  .story-cell:nth-child(5) {
    width: 60%;
  }
  .story-cell:nth-child(5):before {
    content: 'Сумма';
  }
  .story-cell:nth-child(6) {
    width: 40%;
    padding-left: 0;
  }
  .story-cell:nth-child(6):before {
    content: 'Плата';
  }
  .story-cell:nth-child(7) {
    width: 60%;
  }
  .story-cell:nth-child(7):before {
    content: 'Громкость';
  }
  .eth-responsive {
    padding-right: 5px;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .eth-header {
    display: none;
  }
  .eth-list {
    height: 650px;
    padding-right: 15px;
  }
  .eth-item {
    padding-top: 5px;
    padding-bottom: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .eth-cell {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .eth-cell:before {
    content: '';
    display: block;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #A3A3A3;
  }
  .eth-cell:nth-child(1) {
    width: 28%;
    padding-left: 0;
  }
  .eth-cell:nth-child(1):before {
    content: 'Pair';
  }
  .eth-cell:nth-child(2) {
    width: 35%;
  }
  .eth-cell:nth-child(2):before {
    content: 'Статус';
  }
  .eth-cell:nth-child(3) {
    width: 37%;
  }
  .eth-cell:nth-child(3):before {
    content: 'Купить/Продать';
  }
  .eth-cell:nth-child(4) {
    width: 28%;
    padding-left: 0;
  }
  .eth-cell:nth-child(4):before {
    content: 'Pair';
  }
  .eth-cell:nth-child(5) {
    width: 35%;
  }
  .eth-cell:nth-child(5):before {
    content: 'Цена';
  }
  .eth-cell:nth-child(6) {
    width: 37%;
  }
  .eth-cell:nth-child(6):before {
    content: 'Сумма';
  }
  .eth-cell:nth-child(7) {
    width: 28%;
    padding-left: 0;
  }
  .eth-cell:nth-child(7):before {
    content: 'Заполнено';
  }
  .eth-cell:nth-child(8) {
    width: 35%;
  }
  .eth-cell:nth-child(8):before {
    content: 'Действие';
  }
  .wallet-title {
    font-size: 16px;
  }
  .wallet-num {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .wallet-profit .profit-left {
    width: 100%;
  }
  .wallet-profit .profit-right {
    width: 100%;
  }
  .wallet-profit .profit-stand {
    min-height: auto;
  }
  .wallet-select {
    height: 44px;
  }
  .wallet-image {
    width: 70%;
  }
}

@media (max-width: 750px) and (min-width: 320px) {
  .steps-price {
    position: absolute;
    left: 0;
    top: 90px;
    text-align: left;
    right: auto;
  }
  .steps-price .steps-body:before {
    content: '';
  }
  /* Modal */
  .auth .modal-body {
    width: 450px;
  }
  .auth-load {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .promo-title {
    font-size: 28px;
    line-height: 32px;
  }
  .search-field {
    max-width: 100%;
  }
  .search-btn {
    font-size: 18px;
    line-height: 25px;
  }
  .infinity-title {
    font-size: 22px;
  }
  .sup-item {
    width: calc(50% - 22px);
  }
  .trading-scan {
    margin-top: 20px;
  }
  .help {
    padding: 15px 0 60px 0;
  }
  .footer-bottom {
    font-size: 12px;
    line-height: 16px;
  }
  /* P2P */
  .prev {
    background-image: none;
    padding-bottom: 45px;
  }
  .prev-decor {
    display: block;
    background-size: contain;
  }
  .prev-decor-one {
    background-image: url(../img/prev-decor-one-520.svg);
    min-width: 303px;
    width: 303px;
    height: 297px;
    background-position: left top;
    top: auto;
    bottom: -89px;
  }
  .prev-decor-thue {
    background-image: url(../img/prev-decor-thue-520.svg);
    min-width: 217px;
    width: 217px;
    height: 213px;
    background-position: right top;
    top: 34px;
    right: 0px;
  }
  .prev-title {
    margin-top: 50px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
  .prev-descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  .prev-bottom {
    display: block;
    margin-top: 20px;
  }
  .prev-bottom-left {
    margin-bottom: 40px;
  }
  .prev-icon {
    margin-right: 10px;
    min-width: 44px;
    width: 44px;
    height: 44px;
  }
  .prev-new {
    margin-left: 20px;
    padding: 1px 5px;
  }
  .listing {
    padding: 19px 0 9px 0;
  }
  .listing-top {
    padding-bottom: 0;
  }
  .listing-btns {
    width: 199px;
  }
  .listing-btn {
    padding: 10px 19px;
  }
  .listing-list {
    max-width: 375px;
    overflow-x: scroll;
    padding-bottom: 13px;
  }
  .listing-item {
    margin-right: 10px;
  }
  .listing-link {
    padding: 7.5px 15px;
  }
  .listing-nav {
    margin-bottom: 29px;
  }
  .listing-nav-item {
    width: calc(100% - 24px);
    margin: 6px 12px 11px 12px;
  }
  .listing-nav-more {
    margin-top: 0;
  }
  .listing-nav-btn {
    padding: 12px 51px;
    height: 45px;
  }
  .listing-lbl {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .listing-sel-field {
    padding: 12px 20px 12px 14px;
  }
  .listing-sel-dec {
    padding-left: 43px;
  }
  .listing-table {
    padding-left: 15px;
    padding-right: 15px;
  }
  .better-item {
    width: calc(100% - 20px);
  }
  .work-nav {
    overflow-x: scroll;
    max-width: 395px;
    padding-bottom: 15px;
  }
  .work-item {
    margin: 0 0 20px 0;
  }
  .work-tabs {
    margin-top: 19px;
  }
  .work-open {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 13px 10px 13px;
  }
  .work-open:before {
    width: calc(100% - 37px);
    margin-left: 0;
  }
  /* Modal */
  .modal-close {
    right: 20px;
  }
  .modal-body {
    width: 380px;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-btn-enter {
    min-width: 121px;
  }
  .auth .modal-body {
    width: 330px;
  }
  .auth-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .auth-top-left {
    width: 100%;
  }
  .auth-top-right {
    width: 100%;
  }
  .auth-qr {
    position: static;
    text-align: center;
  }
  .auth-middle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .auth-middle-left {
    width: 100%;
  }
  .auth-middle-right {
    width: 100%;
  }
  .auth-title {
    margin-top: 5px;
  }
  /* FAQ */
  .main .work {
    padding-top: 15px;
  }
  .main .work-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 50px;
  }
  .allows {
    margin: 0;
    padding-bottom: 10px;
  }
  .allows-quote {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    margin: 26px 0 14px 0;
  }
  .allows-quote-author {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
  }
  .allows-body {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .allows-table {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .allows-table td {
    padding: 5px 20px;
  }
  .allows-percent {
    margin: 3px 0;
  }
  .allows-percent-value {
    font-size: 13px;
  }
  .first-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
  }
  .first-row {
    display: none;
  }
  .first-block {
    margin-top: 0;
  }
  .first-how {
    margin-top: 3px;
    padding: 15px 15px 20px 15px;
  }
  .first-how-title {
    display: none;
  }
  .first-how-body {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .first-how-more {
    margin-top: 13px;
  }
  .first-how-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    padding: 11px 20px;
  }
  .mypan {
    margin-top: 35px;
  }
  .mypan-body {
    max-width: 319px;
    margin-top: 70px;
  }
  .mypan-image-tablet {
    display: none;
  }
  .mypan-image-mobile {
    display: block;
    -webkit-box-shadow: 0px 10px 25px #131B1E;
            box-shadow: 0px 10px 25px #131B1E;
    border-radius: 3px;
  }
  .mypan-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
  }
  .mypan-info-one {
    top: -52px;
    left: 13px;
  }
  .mypan-info-one:after {
    bottom: -10px;
  }
  .mypan-info-thue {
    top: 34px;
    left: 15px;
    right: auto;
  }
  .mypan-info-three {
    top: 126px;
    left: 15px;
  }
  .mypan-info-three::after {
    top: auto;
    bottom: -10px;
    -webkit-transform: none;
            transform: none;
  }
  .mypan-info-four {
    left: 209px;
  }
  .mypan-info-four:after {
    bottom: -10px;
  }
  .mypan-info-five {
    top: 51px;
    left: auto;
    right: 2px;
  }
  .mypan-info-five:after {
    top: auto;
    bottom: -10px;
    -webkit-transform: none;
            transform: none;
  }
  .mypan-info-seven {
    left: 14px;
    bottom: 97px;
  }
  .mypan-info-seven:after {
    bottom: -10px;
  }
  /* News */
  .nwannon-slider {
    margin: 12px -10px 0 -10px;
  }
  .nwannon-scrollbar {
    display: block;
    width: 63px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 5px;
  }
  .nwannon-scrollbar .swiper-scrollbar-drag {
    background: #0BA77F;
  }
  .nwannon-arrows {
    margin-top: 2px;
  }
  .nwannon-arrow {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: auto;
    width: auto;
    height: auto;
    border: 0;
  }
  .nwannon-arrow-left {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .nwannon-arrow-desk {
    display: none;
  }
  .nwannon-arrow-mobile {
    display: block;
  }
  .nwannon-arrow:hover, .nwannon-arrow:focus {
    background: transparent;
  }
  .nwannon-arrow:hover svg path, .nwannon-arrow:focus svg path {
    fill: #0AA880;
  }
  .nwannon-descr {
    background-image: url(../img/nwannon-descr-bg2.png);
  }
  .ada-list {
    margin-left: -4px;
    margin-right: -4px;
  }
  .ada-item {
    margin: 1px 4px;
  }
  .ada-link {
    padding: 8px 6px;
  }
  .switch {
    display: none;
  }
  .findme-form {
    padding-left: 19px;
  }
  .findme-field {
    height: 44px;
  }
  .categories-list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .categories-link {
    padding: 0 12px;
  }
  .news {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .news-decor {
    display: none;
  }
  .news-left {
    margin-bottom: 12px;
  }
  .news-ladrift {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #B7B7B7;
  }
  .news-top-left {
    margin-bottom: 17px;
  }
  .news-prev {
    padding-bottom: 29px;
  }
  .news-prev .prev-decor-one {
    min-width: 234px;
    width: 234px;
    height: 297px;
    background-image: url(../img/news-prev-decor-one-360px.png);
    background-position: bottom;
  }
  .news-prev .prev-decor-thue {
    min-width: 234px;
    width: 234px;
    height: 297px;
    right: -104px;
    background-position: top left;
  }
  .news-prev .prev-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
  }
  .news-prev .prev-descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  .news-list {
    margin-top: 0;
  }
  .news-item {
    width: calc(100% - 20px);
    margin-top: 10px;
  }
  .news-image {
    height: auto;
  }
  .news-title {
    margin-top: 7px;
  }
  .news-tags {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    margin: 14px -4px 0 0;
  }
  .news-more-icon {
    min-width: 43px;
    width: 43px;
    height: 43px;
    right: -3px;
    top: 3px;
  }
  .news-super .news-image {
    width: 100%;
  }
  /* Single */
  .single {
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 0px;
  }
  .single-decor {
    display: inline-block;
    width: 586px;
    height: 586px;
    background: #00241B;
    -webkit-filter: blur(250px);
            filter: blur(250px);
    border-radius: 50%;
    left: -200px;
    bottom: 300px;
    top: auto;
    right: auto;
  }
  .single-prev .prev-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
  }
  .single-prev .prev-decor-one {
    min-width: 218px;
    width: 218px;
    height: 185px;
    background-image: url(../img/single-prev-decor-one-375.png);
    background-position: top right;
    bottom: -81px;
  }
  .single-prev .prev-decor-thue {
    min-width: 133px;
    width: 133px;
    height: 297px;
    background-image: url(../img/single-prev-decor-thue-375.png);
    right: 0;
  }
  .single-image {
    height: 193px;
  }
  .single-row {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .single-left h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }
  .single-left h4 {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
  }
  .single-left blockquote {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
  }
  .single-left table th,
  .single-left table td {
    font-weight: 500;
    font-size: 13px;
    line-height: 40px;
    padding: 0 16px;
  }
  .single-like-btn {
    bottom: 25px;
  }
  /* Board */
  .board-top-item {
    padding-left: 0;
    padding-right: 0;
  }
  .board-top-name {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 0;
  }
  .board-top-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  .board-nav {
    margin-left: -6px;
    margin-right: -6px;
  }
  .board-nav-ite {
    margin: 8px 6px;
  }
  .board-nav-link {
    padding: 12px 12px;
  }
  .board-tab-left .board-tab-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .vision-body {
    height: 100px;
  }
  .orders-hide-three {
    left: auto;
    right: 0;
  }
  /* Account */
  .review-close {
    display: none;
  }
  .review-responsive {
    padding: 15px;
  }
  .review-cell {
    padding-left: 0;
  }
  .review-cell:nth-child(3), .review-cell:nth-child(4), .review-cell:nth-child(5) {
    padding-top: 0px;
  }
  .person-block {
    display: block;
  }
  .person-mobile {
    display: none;
  }
  .person-nav {
    text-align: center;
    display: block;
    background: transparent;
    border: none;
    border-radius: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .person-nav-item {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .person-nav-item:first-child {
    margin-top: 0;
  }
  .person-nav-item:last-child {
    margin-bottom: 0;
  }
  .person-nav-link {
    display: block;
    background: #0F1514;
    border: 1px solid #303642;
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .person-item {
    width: calc(100% - 26px);
  }
  /* Deposit */
  .withdrawal {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .withdrawal-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .withdrawal-title-big {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
  .withdrawal-list {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
  }
  .deposit-nav {
    display: block;
    border: none;
    background: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .deposit-nav-item {
    margin: 10px 0;
  }
  .deposit-nav-link {
    background: #0F1514;
    border: 1px solid #303642;
    border-radius: 5px;
  }
  .deposit-take {
    display: block;
  }
  .deposit-take-btn {
    margin-right: 5px;
  }
  .deposit-top-center {
    margin-top: 5px;
  }
  .deposit-lbl {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .profit-block {
    width: 330px;
    top: 40px;
    padding: 15px;
  }
  .profit-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-top: 0;
  }
  .profit-prev {
    margin-bottom: 10px;
  }
  .profit-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-top: 5px;
  }
  .profit-item {
    width: calc(100% - 20px);
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .profit-nums {
    margin: 0 -15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .profit-nums-item {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .profit-more-btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  .profit-row {
    margin-top: 20px;
  }
  .takeof th {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cash-end {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
  }
  .cash-more-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .cryptic-responsive {
    height: 245px;
  }
  .cryptic-item {
    width: 33.3333%;
  }
  .cryptic-item:nth-child(4) {
    border-top: 1px solid #303642;
  }
  .cryptic-btn {
    font-size: 14px;
  }
}

@media (max-width: 410px) {
  .promo {
    background-image: url(../img/promo-bg-360.jpg);
    padding-top: 36px;
    padding-bottom: 39px;
  }
  .promo-list {
    margin-bottom: 0;
  }
  .promo-item {
    padding: 17px 6px 17px 16px;
  }
  .search-field {
    height: 44px;
  }
  .search-btn {
    font-size: 18px;
    line-height: 25px;
    padding: 10px 35px;
    min-width: auto;
    margin-top: 11px;
  }
  .trends {
    padding-top: 10px;
  }
  .trends-top {
    margin-bottom: 18px;
  }
  .trends-title {
    margin-bottom: 14px;
  }
  .trends-descr {
    margin-top: 10px;
  }
  .trends-more {
    margin-top: 11px;
  }
  .trends-more-link {
    font-size: 16px;
    line-height: 22px;
    min-width: auto;
    padding: 11px 44px;
  }
  .trends-all-text {
    padding: 12px 21px 8px 15px;
  }
  .bits-cell:nth-child(1) {
    font-size: 14px;
    line-height: 12px;
  }
  .mybag {
    margin-top: 8px;
    margin-bottom: 40px;
  }
  .mybag-title {
    margin-bottom: 4px;
  }
  .mybag-info {
    letter-spacing: 0.33px;
    font-size: 14px;
    line-height: 20px;
  }
  .mybag-bigpicture {
    position: static;
    margin-top: 13px;
    margin-bottom: -20px;
  }
  .mybag-image {
    min-width: auto;
  }
  .mybag-list {
    font-size: 12px;
  }
  .mybag-item {
    padding: 15px 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mybag-icon {
    min-width: 45px;
    width: 45px;
    height: 45px;
  }
  .mybag-icon:after {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
  .mybag-subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-top: -1px;
    margin-bottom: 4px;
  }
  .mybag-more {
    text-align: center;
    margin-top: 20px;
  }
  .mybag-more-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 11px 43px;
  }
  .infinity {
    padding: 13px 0 50px 0;
    background-image: url(../img/infinity-bg-360.jpg);
  }
  .infinity-title {
    margin-bottom: 14px;
  }
  .infinity-image {
    height: 191px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .infinity-descr {
    margin-bottom: 8px;
  }
  .infinity-all-text {
    padding: 15px 20px 11px 16px;
  }
  .infinity-all-arrow {
    margin: 4px;
  }
  .trading {
    padding: 14px 0 37px 0;
  }
  .trading-descr {
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .trading-all {
    display: block;
  }
  .trading-all-link {
    min-width: auto;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .trading-all-text {
    padding: 10px 21px 10px 15px;
    margin: 0;
    text-align: left;
  }
  .trading-picture {
    left: -16px;
    top: -5px;
    margin: 5px 0 -19px 0;
  }
  .trading-image {
    max-width: 280px;
  }
  .trading-scan {
    margin-top: 18px;
    padding: 5px 10px;
  }
  .trading-scan-picture {
    margin-right: 10px;
  }
  .trading-scan-image {
    width: 62px;
  }
  .trading-scan-pre {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }
  .trading-scan-title {
    font-size: 26px;
    line-height: 25px;
  }
  .sup-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    width: 325px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .sup-list::-webkit-scrollbar {
    height: 5px;
  }
  .sup-list::-webkit-scrollbar-track {
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: 0;
  }
  .sup-list::-webkit-scrollbar-thumb {
    background: #0AA880;
    border-radius: 5px;
  }
  .sup-list::-webkit-scrollbar-thumb:hover {
    background: #0AA880;
  }
  .sup-item {
    display: block;
    min-width: 93px;
    width: 93px;
    padding: 6px 6px 16px 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;
    margin-right: 20px;
  }
  .sup-item:last-child {
    margin-right: 0;
  }
  .sup-picture {
    margin-right: 0;
    margin-bottom: 0;
  }
  .sup-icon {
    min-width: 35px;
    width: 35px;
    height: 35px;
    background-size: 22px 22px;
  }
  .sup-descr-text {
    margin: 6px 0 0 0;
  }
  .reliable {
    background-image: url("../img/reliable-bg-360.jpg");
    padding: 10px 0 40px 0;
  }
  .reliable-descr {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
  .reliable-list {
    font-size: 14px;
    line-height: 20px;
  }
  .reliable-item {
    padding: 20px 16px 16px 16px;
  }
  .reliable-text {
    margin-bottom: 0;
  }
  .reliable-picture {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
  .reliable-icon {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
  .reliable-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
  }
  .help {
    padding: 11px 0 40px 0;
  }
  .help-link {
    padding: 12px 17px 12px 25px;
  }
  .help-link-text {
    margin-right: 14px;
  }
  .footer {
    padding-top: 16px;
  }
  .footer-top {
    margin-bottom: 11px;
  }
  .footer-image {
    width: 200px;
  }
  .footer-row .col-3 {
    margin-top: 11px;
  }
  .footer-title {
    font-size: 18px;
    line-height: 14px;
  }
  .footer-list {
    margin-top: 0px;
    font-size: 12px;
    line-height: 32px;
  }
  .footer-item:nth-child(1) {
    margin-bottom: 9px;
  }
  .footer-item:nth-child(2) {
    margin-bottom: 9px;
  }
  .footer-sublist {
    line-height: 31px;
  }
  .footer-bottom {
    padding: 12px 0;
  }
  .social-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .social-item {
    margin: 3px 5px;
  }
  /* P2P */
  .listing-main-item {
    padding-bottom: 65px;
    position: relative;
  }
  .listing-main-item:last-child {
    padding-bottom: 55px;
  }
  .listing-cell {
    padding-top: 11px;
  }
  .listing-cell:before {
    margin-bottom: 10px;
  }
  .listing-cell:nth-child(2) {
    padding-top: 5px;
  }
  .listing-cell:nth-child(2):before {
    margin-bottom: 7px;
  }
  .listing-cell:nth-child(3) {
    padding-top: 8px;
  }
  .listing-cell:nth-child(3):before {
    margin-bottom: 4px;
  }
  .listing-cell:nth-child(4) {
    padding-top: 9px;
    position: static;
    width: 52%;
  }
  .listing-cell:nth-child(4):before {
    margin-bottom: 12px;
  }
  .listing-cell:nth-child(5) {
    padding-top: 9px;
    position: static;
    width: 48%;
  }
  .listing-cell:nth-child(5):before {
    margin-bottom: 12px;
  }
  .listing-price-value {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }
  .listing-isok {
    line-height: 21px;
  }
  .listing-type {
    margin-top: 0;
  }
  .listing-type-value {
    padding: 9px 10px;
  }
  .listing-buy {
    position: absolute;
    bottom: 22px;
    left: 0;
  }
  .listing-buy-btn {
    padding: 10px 22px;
  }
  .listing-percent {
    position: static;
    padding: 7.5px 12px;
  }
  .pagination {
    margin-top: 5px;
  }
  .pagination-list {
    position: relative;
    margin-bottom: 20px;
  }
  .pagination-item:first-child, .pagination-item:last-child {
    bottom: -56px;
    position: absolute;
  }
  .pagination-item:first-child {
    margin-left: -35px;
  }
  .pagination-item:last-child {
    margin-right: -35px;
  }
  .how {
    padding-top: 20px;
    padding-bottom: 37px;
  }
  .how-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 50px;
  }
  .how-nav-item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .how-nav-btn {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    height: 44px;
    text-align: center;
    padding: 10px 15px;
  }
  .how-list {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
  }
  .how-item {
    padding: 15px 15px 10px 15px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .how-picture {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
  .how-picture:before {
    left: 16px;
    top: -7px;
  }
  .how-icon {
    min-width: 21px;
    width: 21px;
    height: 21px;
  }
  .how-subtitle {
    margin-top: 9px;
  }
  .how-text-empty {
    margin-top: 10px;
  }
  .better {
    padding-top: 22px;
    padding-bottom: 33px;
  }
  .better-decor {
    display: none;
  }
  .better-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 43px;
    margin-top: 0;
  }
  .better-list {
    margin-top: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .better-image {
    height: 155px;
  }
  .better-subtitle {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.15px;
  }
  .better-item {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .work {
    padding-top: 21px;
    padding-bottom: 25px;
    background-image: none;
  }
  .work-title {
    margin-top: 0;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 18px;
    line-height: 50px;
  }
  .work-nav-btn {
    padding: 11px 29px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  .work-tabs {
    margin-top: 4px;
  }
  /* Modal */
  .modal-body {
    width: 300px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-btn {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 15px;
  }
  .modal-btn-enter {
    padding: 10px 19px;
    min-width: auto;
  }
  .modal-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .policy {
    font-size: 13px;
  }
  .policy-icon {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
  .policy-icon:after {
    top: 6px;
    left: 6px;
  }
  /* Board */
  .board-top-sublist {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .board-top-item:nth-child(3) .board-top-sublist {
    display: block;
  }
  .board-top-subitem {
    margin-bottom: 4px;
  }
  .board-top-subitem:last-child {
    margin-bottom: 0;
  }
  .board-top-subtext {
    font-size: 10px;
  }
  .board-nav {
    margin-left: -4px;
    margin-right: -4px;
  }
  .board-nav-item {
    margin-left: 4px;
    margin-right: 4px;
  }
  .board-nav-link {
    font-size: 12px;
  }
  .gramma-table {
    font-size: 11px;
  }
  .orders-list {
    margin-left: -4px;
    margin-right: -4px;
  }
  .orders-item {
    margin-left: 4px;
    margin-right: 4px;
  }
  .orders-btn {
    font-size: 10px;
  }
  .limit-title {
    margin-top: 0;
  }
  .opening-nav {
    display: block;
    background: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 5px;
  }
  .opening-btn {
    margin-top: 6px;
    margin-bottom: 6px;
    background: #0F1514;
    border: 1px solid #303642;
    border-radius: 5px;
  }
  /* Account */
  .account {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .account-nav {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .account-link {
    padding-left: 15px;
    padding-right: 15px;
  }
  .review-table {
    line-height: 20px;
  }
  .review-sublist {
    word-wrap: break-word;
  }
  .review-item {
    padding: 15px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .review-item:nth-child(3), .review-item:nth-child(4) {
    min-height: auto;
  }
  .review-icon {
    min-width: 23px;
    width: 23px;
    height: 23px;
  }
  .review-icon:after {
    position: relative;
    top: 0px;
  }
  .review-more {
    position: static;
  }
  .review-lbl {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .review-sublist {
    margin-top: 0;
  }
  .review-cell:nth-child(1) {
    width: 35%;
  }
  .review-cell:nth-child(2) {
    width: 65%;
    padding-right: 0;
  }
  .review-cell:nth-child(3) {
    width: 50%;
  }
  .review-cell:nth-child(4) {
    width: 25%;
  }
  .review-cell:nth-child(5) {
    width: 25%;
    padding-right: 0;
  }
  .safety {
    margin-top: 6px;
  }
  .person-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  .person-title:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .person-nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .person-list {
    margin-bottom: 20px;
  }
  .person-declist {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .person-decitem {
    margin: 5px 13px;
    padding-left: 40px;
  }
  .person-decitem:before {
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-size: 8px 8px;
    top: 2px;
  }
  .frot {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  /* Deposit */
  .profit-block {
    width: 290px;
  }
  .story {
    margin-bottom: 60px;
  }
  .cryptic-top {
    display: block;
  }
  .cryptic-title {
    margin-top: 10px;
  }
}

@media (max-width: 350px) {
  .bits {
    font-size: 14px;
  }
  .bits-cell:nth-child(1):before, .bits-cell:nth-child(2):before, .bits-cell:nth-child(3):before, .bits-cell:nth-child(4):before {
    font-size: 12px;
  }
  .trading-all-text {
    padding: 9px 15px 8px 15px;
  }
  .trading-scan-pre {
    font-size: 14px;
  }
  .trading-scan-title {
    font-size: 24px;
  }
  .social-list {
    margin-left: -3px;
    margin-right: -3px;
  }
  .social-item {
    margin: 3px 3px;
  }
  .social-icon {
    width: 38px;
    height: 38px;
  }
  /* P2P */
  .listing-cell:nth-child(4) {
    width: 50%;
  }
  .listing-cell:nth-child(5) {
    width: 50%;
  }
  .listing-type-value {
    font-size: 10px;
  }
  .how-nav-btn {
    font-size: 13px;
  }
  .work-nav-btn {
    font-size: 13px;
  }
  /* Modal */
  .modal-body {
    width: 270px;
  }
  .modal-btn {
    font-size: 13px;
  }
  .modal-btn-confirm {
    font-size: 15px;
  }
  .modal-link {
    font-size: 12px;
  }
  .modal-video .modal-body {
    width: 270px;
  }
  .policy {
    font-size: 11px;
  }
  .auth .modal-body {
    width: 270px;
  }
  .auth-image {
    width: 105px;
  }
  .auth-title {
    margin-top: 0;
  }
  /* FAQ */
  .mypan-body {
    margin-top: 75px;
  }
  .mypan-image-mobile {
    width: 100%;
  }
  .mypan-info-one {
    top: -63px;
  }
  .mypan-info-thue {
    min-width: 148px;
    width: 148px;
    height: 53px;
    top: 24px;
  }
  .mypan-info-three {
    top: 110px;
  }
  .mypan-info-four {
    min-width: 90px;
    width: 90px;
    left: 205px;
    top: -47px;
  }
  .mypan-info-five {
    min-width: 112px;
    width: 112px;
    height: 53px;
    top: 24px;
    right: 5px;
  }
  .mypan-info-seven {
    bottom: 90px;
  }
  /* News */
  .ada-list {
    font-size: 11px;
  }
  .ada-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news {
    padding-top: 15px;
  }
  .news-prev .prev-title {
    font-size: 28px;
  }
  .news-prev .prev-descr {
    font-size: 11px;
  }
  /* Board */
  .board-top-name {
    font-size: 9px;
  }
  .history-table {
    font-size: 11px;
  }
  .upper-table thead {
    font-size: 11px;
  }
  .steps-body {
    width: 290px;
  }
  .orders-info-btn {
    width: 15%;
  }
  .orders-drop {
    width: 80%;
  }
  .orders-symbols {
    font-size: 12px;
    width: 80%;
  }
  .orders-full {
    width: 15%;
  }
  .orders-hide-vision {
    left: 0;
    min-width: 142px;
  }
  .clasifyer-table {
    font-size: 11px;
  }
  /* Account */
  .review-btn {
    font-size: 14px;
    width: 100%;
  }
  .review-item:nth-child(2) .review-btn {
    min-width: auto;
  }
  /* Deposit */
  .cash-balance-red {
    display: block;
  }
  .story-left {
    width: 60%;
  }
  .eth-cell {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .eth-cell:before {
    content: '';
    display: block;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #A3A3A3;
  }
  .eth-cell:nth-child(1) {
    width: 50%;
    padding-left: 0;
  }
  .eth-cell:nth-child(1):before {
    content: 'Pair';
  }
  .eth-cell:nth-child(2) {
    width: 50%;
  }
  .eth-cell:nth-child(2):before {
    content: 'Статус';
  }
  .eth-cell:nth-child(3) {
    width: 50%;
    padding-left: 0;
  }
  .eth-cell:nth-child(3):before {
    content: 'Купить/Продать';
  }
  .eth-cell:nth-child(4) {
    width: 50%;
    padding-left: 12px;
  }
  .eth-cell:nth-child(4):before {
    content: 'Pair';
  }
  .eth-cell:nth-child(5) {
    width: 50%;
    padding-left: 0;
  }
  .eth-cell:nth-child(5):before {
    content: 'Цена';
  }
  .eth-cell:nth-child(6) {
    width: 50%;
  }
  .eth-cell:nth-child(6):before {
    content: 'Сумма';
  }
  .eth-cell:nth-child(7) {
    width: 50%;
    padding-left: 0;
  }
  .eth-cell:nth-child(7):before {
    content: 'Заполнено';
  }
  .eth-cell:nth-child(8) {
    width: 50%;
  }
  .eth-cell:nth-child(8):before {
    content: 'Действие';
  }
  .wallet-list, .wallet-sublist {
    font-size: 11px;
  }
}
/*# sourceMappingURL=media.css.map */