/* -------------------------------------------------------------------------- */
/* ----------------------------- APP PAGES ---------------------------------- */
/* -------------------------------------------------------------------------- */

.old-pages .outer.app_page {
    padding-bottom: 0!important;
}

.old-pages .markets_app_section_01 .container {
    max-width: 1170px;
}

.old-pages .app_page_top {
    padding: 0;
}
.old-pages .app_page_top .container {
    height: 100%;
}
.old-pages .app_page_top__slider {
    position: relative;
    z-index: 5;
    height: 100%;
}
.old-pages .app_page_top__slider .slick-list,
.old-pages .app_page_top__slider .slick-track,
.old-pages .app_page_top__slider .slick-slide,
.old-pages .app_page_top__slider .container {
    height: 100%;
}
.old-pages .app_page_top__slider .slick-list,
.old-pages .app_page_top__slider .slick-track {
    padding: 0;
}
.old-pages .app_page_top__slider .slide {
    background: no-repeat center;
    background-size: cover;
}
.old-pages .app_page_top__slider .container {
    position: relative;
    padding-top: 100px;
}
.old-pages .app_page_top__description {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 20px;
    width: 100%;
    max-width: 500px;
}
.old-pages .app_page_top__description .first {
    margin: 0 0 10px;
    font-size: 46px;
    color: #fff;
}
.old-pages .app_page_top__description .second {
    margin: 0;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
}

.old-pages .app_page_top__system {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.old-pages .app_page_top__system .container {
    position: relative;
    padding-top: 100px;
    height: 100%;
}
.old-pages .app_page_top__name {
    position: absolute;
    top: 18%;
    font-size: 40px;
    font-weight: 200;
    color: #fff;
}

.old-pages .app_page_top__nav {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -60px;
    padding: 0 20px;
}
.old-pages .app_page_top__nav .slick-dots {
    margin: 0;
    font-size: 0;
}
.old-pages .app_page_top__nav .slick-dots li {
    margin: 0;
}
.old-pages .app_page_top__nav .slick-dots button {
    position: relative;
    border: none;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    width: 60px;
    height: 20px;
}
.old-pages .app_page_top__nav .slick-dots button::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 1px;
    min-height: 1px;
    transition: all 0.3s;
}
.old-pages .app_page_top__nav .slick-dots button:hover::before {
    background: #37b6fa;
    min-height: 5px;
}
.old-pages .app_page_top__nav .slick-dots .slick-active button::before {
    min-height: 5px;
}

.old-pages .app_page_top__stores {
    position: relative;
}
.old-pages .markets_app_section_06 .app_page_top__stores {
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 0 20px;
}
.old-pages .app_page_top__stores.sm {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
}
.old-pages .app_page_top__stores ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.old-pages .app_page_top__stores.sm ul {
    justify-content: flex-start;
}
.old-pages .app_page_top__stores li {
    display: inline-block;
    margin: 0 15px 30px 15px;
    padding: 0;
}
.old-pages .app_page_top__stores_img li {
    margin-bottom: 20px;
}
.old-pages .app_page_top__stores.sm li {
    margin: 0 15px 15px 0;
}
.old-pages .app_page_top__stores li::before {
    display: none;
}
.old-pages .app_page_top__stores img {
    transition: all 0.3s;
    box-shadow: -4px 7px 10px rgba(0, 0, 0, 0);
}
.old-pages .app_page_top__stores a:hover img {
    position: relative;
    box-shadow: -4px 7px 10px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}

.old-pages .app_page_top__stores_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 295px;
    height: 85px;
    white-space: nowrap;
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    color: #000;
    border: 1px solid #dfe0e1;
    border-radius: 8px;
}
.old-pages .app_page_top__stores_btn.sm {
    width: 170px;
    height: 50px;
    letter-spacing: 2px;
    font-size: 10px;
}
.old-pages .app_page_top__stores_btn:hover,
.old-pages .app_page_top__stores_btn:active {
    color: #000;
}
.old-pages .app_page_top__stores_btn:active {
    top: 2px;
}
.old-pages .app_page_top__stores_btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border-radius: 8px;
    background: #fff;
    min-width: 100%;
    min-height: 100%;
    transition: .3s;
}
.old-pages .app_page_top__stores_btn.sm::before {
    border: 1px solid #DBDBDB;
}
.old-pages .app_page_top__stores_btn:hover::before {
    box-shadow: -4px 7px 10px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}
.old-pages .app_page_top__stores_btn:active::before {
    box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.15);
}
.old-pages .app_page_top__stores_btn img {
    display: inline-block;
    position: relative;
    z-index: 10;
    box-shadow: none !important;
    margin-right: 10px;
    width: auto;
    height: 46px;
    vertical-align: middle;
    transform: none !important;
}
.old-pages .app_page_top__stores_btn .icon {
    display: inline-block;
    position: relative;
    z-index: 10;
    margin-right: 10px;
    font-size: 40px;
}
.old-pages .app_page_top__stores_btn.sm .icon {
    margin-right: 5px;
    font-size: 20px;
}
.old-pages .app_page_top__stores_btn .icon-gp {
    font-size: 46px;
}
.old-pages .app_page_top__stores_btn .icon-as {
    font-size: 45px;
}
.old-pages .app_page_top__stores_btn .icon-web {
    font-size: 40px;
}
.old-pages .app_page_top__stores_btn .text {
    display: inline-block;
    position: relative;
    z-index: 10;
}

.old-pages .app_page_top__stores_btn_web {
    width: auto !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.old-pages .app_page_top__stores_btn-img img {
    width: 176px;
    display: block;
}

.old-pages .app_page_top__system .scroll_icon {
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    text-align: center;
    color: #fff;
}
.old-pages .app_page_top__system .scroll_icon::before,
.old-pages .app_page_top__system .scroll_icon::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    border-bottom: 2px solid #fff;
    border-radius: 15px;
}
.old-pages .app_page_top__system .scroll_icon::before {
    top: 21px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    -webkit-animation: iconTick 2s infinite;
    -moz-animation: jumbBtn 2s infinite;
    animation: jumbBtn 2s infinite;
}
.old-pages .app_page_top__system .scroll_icon::after {
    top: 23px;
    margin-left: -6px;
    width: 12px;
    height: 10px;
    -webkit-animation: iconTick 2s 0.2s infinite;
    -moz-animation: jumbBtn 2s 0.2s infinite;
    animation: jumbBtn 2s 0.2s infinite;
}
@-webkit-keyframes jumbBtn {
    from { opacity: 0; }
    10% { opacity: 1; }
    to { opacity: 0; }
}
@-moz-keyframes jumbBtn {
    from { opacity: 0; }
    10% { opacity: 1; }
    to { opacity: 0; }
}
@keyframes jumbBtn {
    from { opacity: 0; }
    10% { opacity: 1; }
    to { opacity: 0; }
}
.old-pages .app_page_top__system .scroll_icon .icon {
    margin-bottom: 17px;
    font-size: 23px;
}
.old-pages .app_page_top__system .scroll_icon .text {
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.old-pages .markets_app_section_02 .container {
    max-width: 1170px;
}

.old-pages .markets_app_section_03 {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 570px;
    line-height: 570px;
}
.old-pages .markets_app_section_03 .container {
    position: relative;
    max-width: 1170px;
    height: 100%;
}
.old-pages .markets_app_section_03 .section_img {
    position: absolute;
    left: 50px;
    bottom: -20px;
    opacity: 0;
    transition: all 0.6s 1s, width 0s 0s, left 0s 0s, margin 0s 0s;
}
.old-pages .markets_app_section_03.on-screen-true .section_img {
    bottom: 0;
    opacity: 1;
}
.old-pages .markets_app_section_03 .section_inner {
    display: inline-block;
    padding-left: 600px;
    line-height: 1.2;
    vertical-align: middle;
}

.old-pages .coins_list {
    margin: 0;
    padding: 0;
    font-size: 0;
}
.old-pages .markets_app_section_03 .coins_list {
    margin-top: 50px;
}
.old-pages .coins_list li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 30px 0 0;
}
.old-pages .markets_app_section_03 .coins_list li {
    opacity: 0;
}
.old-pages .markets_app_section_03 .coins_list li:nth-child(1) {
    transition: all 0.6s 0.3s;
}
.old-pages .markets_app_section_03 .coins_list li:nth-child(2) {
    transition: all 0.6s 0.6s;
}
.old-pages .markets_app_section_03 .coins_list li:nth-child(3) {
    transition: all 0.6s 0.9s;
}
.old-pages .markets_app_section_03.on-screen-true .coins_list li {
    opacity: 1;
}
.old-pages .coins_list li:last-child {
    margin: 0;
    padding: 0;
}
.old-pages .coins_list li::before {
    display: none;
}
.old-pages .coins_list li .icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    font-size: 10px;
    color: #393737;
}
.old-pages .coins_list img {
    width: 80px;
}

.old-pages .markets_app_section_03 .section_img {
    position: absolute;
    left: 50px;
    bottom: -20px;
    opacity: 0;
    transition: all 0.6s;
}


.old-pages .markets_app_section_04 {
    padding: 120px 0 60px;
}
.old-pages .markets_app_section_04 .container {
    max-width: 1170px;
}
.old-pages .app_page_fact_big {
    position: relative;
    margin-bottom: 60px;
    height: 250px;
}
.old-pages .app_page_fact_big::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: gray;
    width: 100%;
    min-height: 4px;
    transition: all 0.3s;
}
.old-pages .app_page_fact_big:hover::after {
    min-height: 10px;
}
.old-pages .app_page_fact_big.green_border::after {
    background: #38a120;
}
.old-pages .app_page_fact_big.blue_border::after {
    background: #97d0e8;
}
.old-pages .app_page_fact_big.red_border::after {
    background: #fc5b5b;
}
.old-pages .app_page_fact_title {
    position: relative;
    margin-bottom: 50px;
    padding-left: 80px;
    height: 54px;
    line-height: 54px;
}
.old-pages .app_page_fact_title .icon {
    position: absolute;
    top: 50%;
    left: 0;
}
.old-pages .app_page_fact_big.green_border .app_page_fact_title .icon {
    color: #38a120;
}
.old-pages .app_page_fact_big.blue_border .app_page_fact_title .icon {
    color: #97d0e8;
}
.old-pages .app_page_fact_big.red_border .app_page_fact_title .icon {
    color: #fc5b5b;
}
.old-pages .app_page_fact_title .icon.icon-newspaper {
    margin-top: -19px;
    font-size: 38px;
}
.old-pages .app_page_fact_title .icon.icon-star {
    margin-top: -28px;
    font-size: 56px;
}
.old-pages .app_page_fact_title .icon.icon-bell {
    margin-top: -28px;
    font-size: 56px;
}
.old-pages .app_page_fact_title .text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 26px;
    font-weight: 500;
    color: #000;
    transition: all 0.3s;
}
.old-pages .app_page_fact_big.green_border:hover .app_page_fact_title .text {
    color: #38a120;
}
.old-pages .app_page_fact_big.blue_border:hover .app_page_fact_title .text {
    color: #97d0e8;
}
.old-pages .app_page_fact_big.red_border:hover .app_page_fact_title .text {
    color: #fc5b5b;
}
.old-pages .app_page_fact_description {
    font-size: 14px;
    color: #606060;
}

.old-pages .markets_app_section_05_inner {
    position: relative;
}
.old-pages .markets_app_section_05_inner .elem {
    position: absolute;
    top: 27%;
    width: 50%;
    opacity: 0;
    transition: all 0.6s;
}
.old-pages .markets_app_section_05.on-screen-true .markets_app_section_05_inner .elem {
    opacity: 1;
}
.old-pages .markets_app_section_05_inner .img_elem {
    position: relative;
    left: -5%;
}
.old-pages .markets_app_section_05_inner .elem_left {
    right: 70%;
    max-width: 250px;
}
.old-pages .markets_app_section_05_inner .elem_right {
    left: 67%;
    max-width: 300px;
}
.old-pages .markets_app_section_05_inner .elem img {
    position: absolute;
    top: -75%;
    opacity: 0;
    transition: all 0.6s 0.3s;
}
.old-pages .markets_app_section_05.on-screen-true .markets_app_section_05_inner .elem img {
    opacity: 1;
}
.old-pages .markets_app_section_05_inner .elem_left img {
    left: 55%;
}
.old-pages .markets_app_section_05.on-screen-true .markets_app_section_05_inner .elem_left img {
    left: 60%;
}
.old-pages .markets_app_section_05_inner .elem_right img {
    right: 55%;
}
.old-pages .markets_app_section_05.on-screen-true .markets_app_section_05_inner .elem_right img {
    right: 60%;
}
.old-pages .markets_app_section_05_inner .elem p {
    font-size: 20px;
    font-weight: 300;
}

.old-pages .markets_app_section_06 {
    position: relative;
    overflow: hidden;
}
.old-pages .markets_app_section_06 .section_before {
    position: absolute;
    z-index: 5;
}
.old-pages .markets_app_section_06 .container {
    position: relative;
    z-index: 5;
}

.old-pages .markets_app_section_06 .section_before {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    background: url('../img/app_pages/market_bg_4.jpg') no-repeat center;
    background-size: cover;
    padding-top: 100%;
    width: 100%;
    min-width: 1500px;
    height: 0;
}
.old-pages .markets_app_section_06 .container {
    position: relative;
    z-index: 10;
}
.old-pages .markets_app_section_06_inner {
    display: inline-block;
    padding: 80px 0 50px;
}
.old-pages .markets_app_section_06_inner .app_page_top__stores {
    position: static;
}

@media (max-width: 1199px) {
    .old-pages .markets_app_section_03 {
        height: 500px;
        line-height: 500px;
    }
    .old-pages .markets_app_section_03 .section_img {
        width: 340px;
    }
    .old-pages .markets_app_section_03 .section_inner {
        padding-left: 500px;
    }

    .old-pages .markets_app_section_06 .section_before {
        left: 50%;
        margin-left: -750px;
        padding-top: 0;
        height: 1500px;
    }

    .old-pages .app_page_top__stores.sm li {
        margin: 0 10px 10px 0;
    }

    .old-pages .app_page_top__stores_btn {
        width: 245px;
        font-size: 15px;
    }
    .old-pages .app_page_top__stores_btn.sm {
        width: 150px;
    }
    .old-pages .app_page_top__stores_btn .icon-gp {
        font-size: 40px;
    }
    .old-pages .app_page_top__stores_btn .icon-as {
        font-size: 40px;
    }
    .old-pages .app_page_top__stores_btn .icon-web {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .old-pages .app_page_top__system .scroll_icon {
        right: 20px;
        left: auto;
        margin-left: 0;
    }
    .old-pages .markets_app_section_02 .mb80 {
        margin-bottom: 55px;
    }

    .old-pages .markets_app_section_03 {
        height: 400px;
        line-height: 400px;
    }
    .old-pages .markets_app_section_03 .section_img {
        width: 250px;
    }
    .old-pages .markets_app_section_03 .section_inner {
        padding-left: 350px;
    }
    .old-pages .markets_app_section_03 .coins_list {
        margin-top: 20px;
    }
    .old-pages .markets_app_section_03 .coins_list img {
        width: 65px;
    }

    .old-pages .markets_app_section_04 { padding-bottom: 60px; }
    .old-pages .markets_app_section_04 .container {
        position: relative;
        padding-bottom: 320px;
    }
    .old-pages .markets_app_section_04 .col:nth-child(3) {
        position: absolute;
        bottom: 0;
        left: 25%;
        width: 50%;
    }

    .old-pages .markets_app_section_05_inner {
        text-align: left;
    }
    .old-pages .markets_app_section_05_inner .elem {
        text-align: center;
    }
    .old-pages .markets_app_section_05_inner .elem_left {
        top: 5%;
        right: auto;
        left: 60%;
    }
    .old-pages .markets_app_section_05_inner .elem_left img {
        top: auto;
        right: 50%;
        bottom: -45%;
        left: auto;
        transform: rotate(180deg);
    }
    .old-pages .markets_app_section_05.on-screen-true .markets_app_section_05_inner .elem_left img {
        right: 55%;
        left: auto;
    }
    .old-pages .markets_app_section_05_inner .elem_right {
        top: 60%;
        left: 60%;
    }

    .old-pages .markets_app_section_06_inner {
        padding: 50px 0 40px;
    }

    .old-pages .app_page_top__stores li {
        display: inline-block;
        margin: 0 5px 10px 5px;
        padding: 0;
    }
    .old-pages .markets_app_section_06 .app_page_top__stores img {
        width: 150px;
    }
    .old-pages .app_page_top__stores_btn {
        height: 60px;
        width: 190px;
        font-size: 12px;
    }
    .old-pages .app_page_top__stores_btn.sm {
        width: 140px;
        height: 40px;
    }
    .old-pages .app_page_top__stores_btn .icon-gp {
        font-size: 25px;
    }
    .old-pages .app_page_top__stores_btn .icon-as {
        font-size: 25px;
    }
    .old-pages .app_page_top__stores_btn .icon-web {
        font-size: 20px;
    }
    .old-pages .markets_app_section_06 .app_page_top__stores_btn img {
        width: auto;
        height: 28px;
    }
}
@media (max-width: 767px) {
    .old-pages .markets_app_section_02 .col_left {
        margin-bottom: 80px;
    }
    .old-pages .markets_app_section_02 .col_right {
        text-align: center;
    }
    .old-pages .markets_app_section_03 {
        height: 360px;
        line-height: 360px;
    }
    .old-pages .markets_app_section_03 .section_img {
        width: 180px;
    }
    .old-pages .markets_app_section_03 .section_inner {
        padding-left: 250px;
    }
    .old-pages .markets_app_section_03 .coins_list img {
        width: 50px;
    }

    .old-pages .markets_app_section_05_inner .img_elem {
        left: -10%;
        width: 220px;
    }
    .old-pages .markets_app_section_05_inner .elem_left {
        left: 45%;
    }
    .old-pages .markets_app_section_05_inner .elem_right {
        left: 45%;
    }

    .old-pages .markets_app_section_05_inner .elem_left img {
        right: 40%;
    }
    .old-pages .markets_app_section_05.on-screen-true .markets_app_section_05_inner .elem_left img {
        right: 45%;
    }
    .old-pages .markets_app_section_05_inner .elem_right img {
        right: 40%;
    }
    .old-pages .markets_app_section_05.on-screen-true .markets_app_section_05_inner .elem_right img {
        right: 45%;
    }
}
@media (min-width: 568px) and (max-width: 767px) {
    .old-pages .app_page_fact_big {
        height: 280px;
    }
}
@media (max-width: 567px) {
    .old-pages .app_page_top__system .app_page_top__stores img {
        width: 130px;
    }

    .old-pages .app_page_top__name {
        font-size: 30px;
    }
    .old-pages .app_page_top__description .first {
        font-size: 30px;
    }
    .old-pages .app_page_top__description .second {
        font-size: 16px;
    }

    .old-pages .markets_app_section_03 {
        padding-top: 80px;
        height: auto;
        line-height: 1.2;
    }
    .old-pages .markets_app_section_03 .section_img {
        left: 50%;
        margin-left: -110px;
        width: 220px;
    }
    .old-pages .markets_app_section_03 .section_inner {
        padding-left: 0;
        padding-bottom: 350px;
    }
    .old-pages .markets_app_section_03 .coins_list img {
        width: 50px;
    }

    .old-pages .markets_app_section_04 .container {
        padding-bottom: 0;
    }
    .old-pages .app_page_fact_big {
        padding-bottom: 10px;
        height: auto;
    }
    .old-pages .app_page_fact_title {
        margin-bottom: 20px;
    }
    .old-pages .markets_app_section_04 .col:nth-child(3) {
        position: relative;
        left: 0;
        width: 100%;
    }

    .old-pages .markets_app_section_05_inner .elem p {
        font-size: 16px;
    }
    .old-pages .markets_app_section_05_inner .elem img {
        width: 130px;
    }

    .old-pages .app_page_top__stores_btn {
        height: 50px;
        width: 150px;
        letter-spacing: 1px;
        font-size: 11px;
    }
    .old-pages .app_page_top__stores_btn .icon-gp {
        font-size: 20px;
    }
    .old-pages .app_page_top__stores_btn .icon-as {
        font-size: 20px;
    }
    .old-pages .app_page_top__stores_btn .icon-web {
        font-size: 17px;
    }

    .old-pages .app_page_top__stores_btn-img img {
        width: auto;
        height: 48px;
    }
}
@media (max-width: 479px) {
    .old-pages .app_page_top__system .app_page_top__stores ul {
        width: 140px;
    }
    .old-pages .app_page_top__system .app_page_top__stores li {
        margin-right: 0;
    }
    .old-pages .app_page_top__system .scroll_icon {
        width: 80px;
    }

    .old-pages .app_page_fact_title {
        padding-left: 60px;
        height: 45px;
        line-height: 45px;
    }
    .old-pages .app_page_fact_title .icon.icon-newspaper {
        margin-top: -14px;
        font-size: 28px;
    }
    .old-pages .app_page_fact_title .icon.icon-star {
        margin-top: -22px;
        font-size: 44px;
    }
    .old-pages .app_page_fact_title .icon.icon-bell {
        margin-top: -22px;
        font-size: 44px;
    }
    .old-pages .app_page_fact_title .text {
        font-size: 20px;
    }

    .old-pages .markets_app_section_05 .mb50 {
        margin-bottom: 100px;
    }

    .old-pages .markets_app_section_05_inner {
        text-align: center;
    }
    .old-pages .markets_app_section_05_inner .img_elem {
        left: -30%;
    }
    .old-pages .markets_app_section_05_inner .elem {
        width: 140px;
        max-width: 140px;
    }
    .old-pages .markets_app_section_05_inner .elem_left {
        top: -25%;
    }
    .old-pages .markets_app_section_05_inner .elem_left img {
        right: 5%;
        bottom: -45%;
        width: 90px;
        transform: rotate(135deg);
    }
    .old-pages .markets_app_section_05.on-screen-true .markets_app_section_05_inner .elem_left img {
        right: 5%;
        bottom: -60%;
    }

    .old-pages .markets_app_section_05_inner .elem_right {
        top: 75%;
        width: auto;
    }
    .old-pages .markets_app_section_05_inner .elem_right img {
        right: 10%;
        top: -60%;
        width: 90px;
        transform: rotate(35deg);
    }
    .old-pages .markets_app_section_05.on-screen-true .markets_app_section_05_inner .elem_right img {
        right: 10%;
        top: -75%;
    }

    .old-pages .markets_app_section_06_inner {
        padding: 30px 0 20px;
    }
    .old-pages .markets_app_section_06 .t20 {
        margin-bottom: 20px;
    }
    .old-pages .app_page_top__stores {
        margin: 0 -15px;
    }
    .old-pages .app_page_top__stores.sm {
        margin: 0;
    }
    .old-pages .app_page_top__stores_btn {
        width: 130px;
        letter-spacing: 1px;
        font-size: 10px;
    }

    .old-pages .app_page_top__stores_btn .icon {
        margin-right: 5px;
    }
    .old-pages .markets_app_section_06_inner .app_page_top__stores {
        padding: 0;
    }
    .old-pages .markets_app_section_06_inner .app_page_top__stores li {
        margin-right: 0;
        padding: 0 5px;
        text-align: center;
    }
    .old-pages .markets_app_section_06_inner .app_page_top__stores.with_btns li {
        margin: 0 0 15px;
    }
}

@media (max-height: 991px) {
    .old-pages .app_page_top__description .first {
        font-size: 36px;
    }
    .old-pages .app_page_top__description .second {
        font-size: 22px;
    }
}
@media (max-height: 767px) {
    .old-pages .app_page_top__description .first {
        font-size: 26px;
    }
    .old-pages .app_page_top__description .second {
        font-size: 14px;
    }
}
@media (max-height: 567px) {
    .old-pages .app_page_top__nav {
        top: 45%;
        margin-top: -50px;
    }
    .old-pages .app_page_top__stores {
        bottom: 20px;
    }
    .old-pages .app_page_top__system .scroll_icon {
        bottom: 25px;
    }
    .old-pages .app_page_top__description {
        top: 45%;
    }
}
@media (max-height: 479px) {
    .old-pages .app_page_top__system .crypto_is_simple {
        top: 85px;
    }
    .old-pages .app_page_top__name {
        top: 25%;
        font-size: 28px;
    }
    .old-pages .app_page_top__nav {
        top: 48%;
        margin-top: -35px;
    }
    .old-pages .app_page_top__description {
        top: 47%;
        max-width: 265px;
    }
    .old-pages .app_page_top__description .first {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .old-pages .app_page_top__description .second {
        font-size: 12px;
    }
    .old-pages .app_page_top__stores {
        bottom: 0;
    }
    .old-pages .app_page_top__stores img {
        width: 110px;
    }
    .old-pages .app_page_top__system .scroll_icon {
        bottom: 5px;
    }
}

.old-pages .app_page .breadcrumbs_outer {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 20;
    background: transparent;
    padding: 0;
    width: 100%;
}
.old-pages .app_page .breadcrumbs_outer .container {
    padding-left: 660px;
}
.old-pages .app_page .breadcrumbs li {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
.old-pages .app_page.payment_landing .breadcrumbs li {
    font-size: 12px;
    font-weight: 500;
    color: #ececec;
}
.old-pages .app_page.payment_landing .breadcrumbs li::after {
    background-image: url('../img/icons/arr_bread_white.svg');
}
/* .app_page .breadcrumbs a:hover {
    color: #000 !important;
} */

/* @media (min-width: 1630px) {
    .old-pages .app_page .breadcrumbs_outer .container {
        padding-left: 870px;
    }
} */

@media (min-width: 992px) and (max-width: 1199px) {
    .old-pages .app_page .breadcrumbs_outer .container {
        padding-left: 540px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .old-pages .app_page .breadcrumbs_outer .container {
        padding-left: 340px;
    }
}
@media (max-width: 767px) {
    .old-pages .app_page .breadcrumbs_outer .container {
        padding-left: 340px;
    }
}

@media (max-height: 767px) {
    .old-pages .app_page .breadcrumbs_outer {
        top: 105px;
    }
}
@media (max-height: 567px) {
    .old-pages .app_page .breadcrumbs_outer {
        top: 85px;
    }
}

.old-pages .buysell_section_04 .row { margin: 0 -20px; }
.old-pages .buysell_section_04 .col { padding: 0 20px; }
.old-pages .buysell_section_04_ul {
    display: block;
    border-radius: 10px;
    padding: 60px 50px;
}
.old-pages .buysell_section_04_ul li {
    margin: 0 0 30px;
    padding: 0;
    font-size: 24px;
    font-weight: 300;
}
.old-pages .buysell_section_04_ul li:last-child {
    margin: 0;
}
.old-pages .buysell_section_04_ul li::before {
    display: none;
}
.old-pages .buysell_section_04_ul li .currency {
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
}
.old-pages .buysell_section_04_ul li a {
    text-decoration: none;
    color: inherit;
}
.old-pages .buysell_section_04_ul li a:hover {
    color: #37b6fa;
}

@media (max-width: 991px) {
    .old-pages .buysell_section_04 .col_left {
        margin-bottom: 80px;
    }
}

.old-pages .buysell_section_04 .row { margin: 0 -20px; }
.old-pages .buysell_section_04 .col { padding: 0 20px; }
.old-pages .buysell_section_04_ul {
    display: block;
    border-radius: 10px;
    padding: 60px 50px;
}
.old-pages .buysell_section_04_ul li {
    margin: 0 0 30px;
    padding: 0;
    font-size: 24px;
    font-weight: 300;
}
.old-pages .buysell_section_04_ul li:last-child {
    margin: 0;
}
.old-pages .buysell_section_04_ul li::before {
    display: none;
}
.old-pages .buysell_section_04_ul li .currency {
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .old-pages .buysell_section_04 .col_left {
        margin-bottom: 80px;
    }
}

/* -------------------------------------------------------------------------- */
/* ----------------------------- LANDINGS ----------------------------------- */
/* -------------------------------------------------------------------------- */

/* top banner
--------------------------------------------------- */

.old-pages .landing_section_01 {
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 0;
    background: #c1cad5;
}
.old-pages .app_page_top__inner {
    position: relative;
}
.old-pages .app_page_top__inner .crypto_is_simple {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.old-pages .app_page_top__cols {
    display: flex;
    align-items: flex-end;
    position: relative;
    height: 380px;
}
.old-pages .app_page_top__cols .col {
    position: relative;
    flex: none;
}
.old-pages .app_page_top__cols .img_col {
    position: relative;
    width: 56%;
    height: 100%;
    text-align: center;
}
.old-pages .app_page_top__cols .img_col img {
    display: inline-block;
    position: absolute;
    z-index: 15;
    opacity: 0;
    bottom: 0;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 390px;
    vertical-align: bottom;
    transform: translateX(-50%);
    transition: all 0.6s;
}
.old-pages .app_page_top__cols .img_col .round {
    display: inline-block;
    position: absolute;
    top: 45px;
    left: 50%;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.6s;
}
.old-pages .app_page_top__cols .img_col .round_big {
    z-index: 5;
    width: 560px;
    height: 560px;
    transition-delay: 0.2s;
}
.old-pages .app_page_top__cols .img_col .round_mid {
    margin-top: 95px;
    z-index: 10;
    width: 370px;
    height: 370px;
    transition-delay: 0.4s;
}
.old-pages .app_page_top__cols .img_col .round_mid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}
.old-pages .dark_round .app_page_top__cols .img_col .round_mid::before {
    background: #000;
    opacity: 0.2;
}
.old-pages .app_page_top__cols.on-screen-true .img_col img,
.old-pages .app_page_top__cols.on-screen-true .img_col .round {
    opacity: 1;
}
.old-pages .app_page_top__cols.on-screen-true .img_col .round {
    top: 55px;
}

.old-pages .app_page_top__cols .text_col {
    align-self: center;
    z-index: 10;
    width: 44%;
}
.old-pages .app_page_top__cols .text_col h1 {
    position: relative;
    left: 15px;
    opacity: 0;
    margin: 0 0 15px;
    font-size: 46px;
    transition: all 0.6s 0.4s;
}
.old-pages .app_page_top__cols.on-screen-true .text_col h1 {
    left: 0;
    opacity: 1;
}
.old-pages .app_page_top__cols .text_col .sm_applist {
    position: relative;
    left: 15px;
    opacity: 0;
    margin-top: 10px;
    transition: all 0.6s 0.7s;
}
.old-pages .app_page_top__cols.on-screen-true .text_col .sm_applist {
    left: 0;
    opacity: 1;
}
.old-pages .app_page_top__cols .text_col_description {
    position: relative;
    left: 15px;
    opacity: 0;
    margin: 0 0 10px;
    font-size: 18px;
    color: #6f6f6f;
    transition: all 0.6s 0.6s;
}
.old-pages .app_page_top__cols.on-screen-true .text_col_description {
    left: 0;
    opacity: 1;
}
.old-pages .app_page_top__cols .button {
    left: 15px;
    opacity: 0;
    margin-top: 30px;
    transition: all 0.3s, left 0.6s 0.9s, opacity 0.6s 0.9s;
}
.old-pages .app_page_top__cols.on-screen-true .button {
    left: 0;
    opacity: 1;
}
.old-pages .app_page_top__cols .text_col .payment {
    text-shadow: 2px 2px 2px #c1cad5,
    -2px -2px 2px #c1cad5,
    2px -2px 2px #c1cad5,
    -2px 2px 2px #c1cad5;
}

@media (min-width: 480px) and (max-width: 1199px) {
    .old-pages .app_page_top__cols.on-screen-true .img_col .round {
        top: 70px;
    }
    .old-pages .app_page_top__cols .img_col img {
        max-height: 360px;
    }
    .old-pages .app_page_top__cols .img_col .round_big {
        width: 460px;
        height: 460px;
    }
    .old-pages .app_page_top__cols .img_col .round_mid {
        margin-top: 70px;
        width: 320px;
        height: 320px;
    }
    .old-pages .app_page_top__cols .text_col h1 {
        font-size: 36px;
    }
}
@media (min-width: 480px) and (max-width: 991px) {
    .old-pages .app_page_top__cols .img_col {
        width: 45%;
    }
    .old-pages .app_page_top__cols .img_col img {
        max-height: 340px;
    }
    .old-pages .app_page_top__cols .text_col {
        width: 55%;
    }
    .old-pages .app_page_top__cols .text_col h1 {
        margin: 0;
    }
    .old-pages .app_page_top__cols .text_col .sm_applist {
        margin-top: 5px;
    }
}
@media (max-width: 767px) {
    .old-pages .app_page .breadcrumbs_outer {
        display: block;
        top: 95px;
    }
    .old-pages .app_page .breadcrumbs_outer .container {
        padding-left: 250px;
    }
    .old-pages .app_page .breadcrumbs li {
        padding-right: 5px;
    }
    .old-pages .app_page_top__inner .crypto_is_simple {
        font-size: 18px;
    }
    .old-pages .landing_section_01 {
        padding-top: 95px;
    }
    .old-pages .app_page_top__cols .button {
        height: 40px;
        line-height: 38px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
.old-pages .mobile .landing_section_01,
.old-pages .tablet .landing_section_01 {
    padding-top: 80px;
    margin-top: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
    .old-pages .app_page_top__cols.on-screen-true .img_col .round {
        top: 100px;
    }
    .old-pages .app_page_top__cols .img_col .round_big {
        width: 400px;
        height: 400px;
    }
    .old-pages .app_page_top__cols .img_col .round_mid {
        margin-top: 60px;
        width: 280px;
        height: 280px;
    }
    .old-pages .app_page_top__cols .text_col h1 {
        font-size: 30px;
    }
}
@media (min-width: 480px) and (max-width: 567px) {
    .old-pages .app_page_top__cols .img_col {
        width: 40%;
    }
    .old-pages .app_page_top__cols .img_col img {
        left: 35%;
        max-width: 130%;
    }
    .old-pages .app_page_top__cols .img_col .round {
        left: 35%;
    }
    .old-pages .app_page_top__cols .text_col {
        width: 60%;
    }
    .old-pages .app_page_top__cols .text_col h1 {
        font-size: 26px;
    }
}
@media (max-width: 567px) {
    .old-pages .app_page .breadcrumbs_outer {
        top: 125px;
    }
    .old-pages .app_page .breadcrumbs_outer .container {
        padding-left: 20px;
    }
    .old-pages .app_page_top__cols {
        height: 420px;
    }
    .old-pages .app_page_top__cols .text_col .sm_applist img {
        width: 100px;
    }
}
@media (max-width: 479px) {
    .old-pages .app_page_top__cols {
        flex-direction: column;
        flex-flow: column-reverse;
        padding-top: 80px;
        height: auto;
    }
    .old-pages .app_page_top__cols .img_col,
    .old-pages .app_page_top__cols .text_col {
        width: 100%;
        text-align: center;
    }
    .old-pages .app_page_top__cols .img_col {
        height: 150px;
    }
    .old-pages .app_page_top__cols .img_col img {
        max-height: 100%;
    }
    .old-pages .app_page_top__cols .img_col .round_big {
        width: 400px;
        height: 400px;
    }
    .old-pages .app_page_top__cols .img_col .round_mid {
        margin-top: 60px;
        width: 280px;
        height: 280px;
    }
    .old-pages .app_page_top__cols .text_col {
        height: auto;
    }
    .old-pages .app_page_top__cols .text_col h1 {
        margin-bottom: 20px;
        font-size: 26px;
    }
}

@media (max-height: 767px) {
    .old-pages .landing_section_01 {
        padding-top: 105px;
    }
    .old-pages .app_page_top__cols {
        height: 370px;
    }
    .old-pages .app_page_top__cols .img_col img {
        max-height: 100%;
    }
    .old-pages .landing_section_01_many_txt .app_page_top__cols .text_col h1 {
        line-height: 1;
        font-size: 24px;
        margin-bottom: 10px;
    }
    .old-pages .landing_section_01_many_txt .text_col_description {
        line-height: 1;
        font-size: 14px;
    }
}
@media (max-height: 567px) {
    .old-pages .app_page .breadcrumbs_outer {
        top: 110px;
    }
    .old-pages .landing_section_01 {
        padding-top: 85px;
    }
    .old-pages .app_page_top__cols {
        height: 350px;
    }
    .old-pages .landing_section_01_many_txt .app_page_top__cols .text_col h1 {
        line-height: 1;
        font-size: 20px;
        margin-bottom: 5px;
    }
    .old-pages .landing_section_01_many_txt .text_col_description {
        margin-bottom: 5px;
        line-height: 1;
        font-size: 13px;
    }
}
@media (max-height: 449px) {
    .old-pages .app_page_top__cols {
        height: 270px;
    }
    .old-pages .app_page_top__cols .img_col img {
        max-height: 85%;
    }
    .old-pages .app_page_top__cols.on-screen-true .img_col .round {
        top: 40px;
    }
    .old-pages .app_page_top__cols .img_col .round_big {
        width: 300px;
        height: 300px;
    }
    .old-pages .app_page_top__cols .img_col .round_mid {
        margin-top: 50px;
        width: 200px;
        height: 200px;
    }
}

/* section_02
--------------------------------------------------- */

.old-pages .landing_section_02 .row {
    margin: 0 -80px;
}
.old-pages .landing_section_02 .col {
    padding: 0 80px;
}
.old-pages .landing_section_02_mm.landing_section_02 .row {
    margin: 0 -50px;
}
.old-pages .landing_section_02_mm.landing_section_02 .col {
    padding: 0 50px;
}

@media (min-width: 1200px) {
    .old-pages .landing_section_02_mm.landing_section_02 .col_left {
        width: 56%;
    }
    .old-pages .landing_section_02_mm.landing_section_02 .col_right {
        width: 44%;
    }
}

@media (max-width: 1199px) {
    .old-pages .landing_section_02 .row {
        margin: 0 -15px;
    }
    .old-pages .landing_section_02 .col {
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    .old-pages .landing_section_02 .col_left {
        margin-bottom: 50px;
    }
}

/* section_03
--------------------------------------------------- */

.old-pages .steps_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.old-pages .steps_list .step {
    display: flex;
    align-items: stretch;
    border-radius: 8px;
    background: #edf0f3;
    opacity: 0;
    margin-bottom: 20px;
    padding: 40px;
    width: calc(50% - 20px);
    transition: all 0.6s;
}
.old-pages .steps_list .step:nth-child(even) {
    transition-delay: 0.2s;
}
.old-pages .steps_list .step.on-screen-true {
    opacity: 1;
}
.old-pages .steps_list .step .col_left {
    position: relative;
    padding: 50px 0;
    width: 240px;
    text-align: center;
}
.old-pages .steps_list .step .col_right {
    position: relative;
    z-index: 10;
    padding: 10px 0 10px 20px;
    width: calc(100% - 240px);
}
.old-pages .steps_list .step.with_applist .col_right {
    padding-bottom: 120px;
}

.old-pages .step_inner__phone {
    display: inline-block;
    position: relative;
    top: -10px;
    z-index: 10;
    opacity: 0;
    width: 132px;
    height: 232px;
    transition: all 0.6s 0.1s;
}
.old-pages .step:nth-child(even) .step_inner__phone {
    transition-delay: 0.3s;
}
.old-pages .step.on-screen-true .step_inner__phone {
    top: 0;
    opacity: 1;
}
.old-pages .step .round {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    border-radius: 50%;
    opacity: 0;
    width: 230px;
    height: 230px;
    transform: translate(-50%, -50%) scale(0.9);
    transition: all 0.3s, transform 0.6s 0.5s, opacity 0.6s 0.5s;
}
.old-pages .step:nth-child(even) .round {
    transition: all 0.3s, transform 0.6s 0.7s, opacity 0.6s 0.7s;
}
.old-pages .step.on-screen-true .round {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.old-pages .step .step_inner__phone:hover .round {
    top: 52%;
}
.old-pages .step_inner__phone::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -57px;
    left: -44px;
    z-index: 15;
    background: url('../../img/old/payment_landings/phone_outer.png') no-repeat center;
    background-size: contain;
    width: 210px;
    height: 378px;
    transform: scale(0.9);
}
.old-pages .step_inner__phone .zoom {
    position: absolute;
    top: -65px;
    left: -35px;
    z-index: 15;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    transition: all 0.3s, top 0.6s 0.5s, opacity 0.6s 0.5s;
}
.old-pages .step:nth-child(even) .step_inner__phone .zoom {
    transition: all 0.3s, top 0.6s 0.7s, opacity 0.6s 0.7s;
}
.old-pages .step.on-screen-true .step_inner__phone .zoom {
    top: -55px;
    opacity: 1;
}

.old-pages .step_inner__phone:hover .zoom {
    transform: scale(1.2);
}
.old-pages .step_inner__phone .zoom::before {
    display: inline-block;
    transform: scale(-1, 1);
}

.old-pages .mobile .step_inner__phone .zoom,
.old-pages .tablet .step_inner__phone .zoom {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.old-pages .mobile .step.on-screen-true .step_inner__phone .zoom,
.old-pages .tablet .step.on-screen-true .step_inner__phone .zoom {
    top: 50%;
}

.old-pages .step_inner__phone img {
    display: inline-block;
    position: relative;
    z-index: 10;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.old-pages .step_title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.old-pages .step_txt {
    font-size: 15px;
    color: #9f9f9f;
}
.old-pages .steps_list .step .col_right .sm_applist {
    position: absolute;
    bottom: 10px;
    left: 20px;
}


@media (min-width: 992px) and (max-width: 1199px),
(min-width: 480px) and (max-width: 767px) {
    .old-pages .steps_list .step {
        padding: 30px;
    }
    .old-pages .steps_list .step .col_left {
        width: 165px;
    }
    .old-pages .steps_list .step .col_right {
        width: calc(100% - 165px);
    }
    .old-pages .step_inner__phone {
        width: 106px;
        height: 189px;
    }
    .old-pages .step_inner__phone::before {
        top: -46px;
        left: -35px;
        width: 170px;
        height: 306px;
    }
    .old-pages .step .round {
        width: 170px;
        height: 170px;
    }
    .old-pages .step_title {
        font-size: 16px;
    }
    .old-pages .step_txt {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .old-pages .steps_list .step {
        width: 100%;
    }
}
@media (max-width: 479px) {
    .old-pages .steps_list .step {
        flex-flow: row-reverse;
        flex-wrap: wrap;
        padding: 20px 10px 10px;
    }
    .old-pages .steps_list .step .col {
        width: 100%;
    }
    .old-pages .steps_list .step .col_left {
        margin-bottom: 20px;
    }

    .old-pages .step_inner__phone {
        width: 106px;
        height: 189px;
    }
    .old-pages .step_inner__phone::before {
        top: -46px;
        left: -35px;
        width: 170px;
        height: 306px;
    }
    .old-pages .step .round {
        width: 170px;
        height: 170px;
    }

    .old-pages .steps_list .step .col_right {
        padding: 0;
        text-align: center;
    }
    .old-pages .steps_list .step.with_applist .col_right {
        padding-bottom: 10px;
    }
    .old-pages .steps_list .step .col_right .sm_applist {
        position: static;
        margin-top: 10px;
    }
}

@media (max-height: 567px) {
    .old-pages .steps_list .step .col_left {
        padding: 40px 0 20px;
    }
    .old-pages .step_inner__phone {
        width: 76px;
        height: 135px;
    }
    .old-pages .step_inner__phone::before {
        top: -32px;
        left: -24px;
        width: 120px;
        height: 216px;
    }
    .old-pages .step .round {
        width: 140px;
        height: 140px;
    }
    .old-pages .step .step_inner__phone .zoom {
        top: -55px;
    }
    .old-pages .step.on-screen-true .step_inner__phone .zoom {
        top: -45px;
    }
}
@media (max-height: 479px) {
    .old-pages .steps_list .step {
        padding: 20px 10px;
    }
}

/* video_section
--------------------------------------------------- */

@media (max-width: 767px) {
    .old-pages .payment_landing .video_section .col_left {
        margin-top: 20px;
    }
}

/* section_04
--------------------------------------------------- */

.old-pages .payment_methods_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.old-pages .payment_methods_list .method {
    position: relative;
    top: -10px;
    border-radius: 8px;
    background: #fff;
    opacity: 0;
    margin-bottom: 20px;
    padding: 40px;
    width: calc(50% - 20px);
    transition: all 0.6s;
}
.old-pages .payment_methods_list .method:nth-child(even) {
    transition-delay: 0.2s;
}

.old-pages .payment_methods_list .method.on-screen-true {
    top: 0;
    opacity: 1;
}

.old-pages .method_head {
    position: relative;
    margin-bottom: 10px;
    padding-right: 100px;
    height: 50px;
}
.old-pages .method_slider_nav {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 12px;
    color: #9d9d9d;
}
.old-pages .method_slider_nav .nav_btn {
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 11px;
    color: #37b6fa;
    cursor: pointer;
    transition: all 0.3s;
}
.old-pages .method_slider_nav .nav_num {
    display: inline-block;
    margin: 0 5px;
}
.old-pages .method_slider_nav .nav_num > span {
    display: inline-block;
    position: relative;
    top: 1px;
    padding: 0 2px;
}
.old-pages .method_slider_nav .nav_num_curr {
    display: inline-block;
    font-weight: 600;
    color: #000;
}

.old-pages .method_slider.slick-slider .slick-track, .method_slider.slick-slider .slick-list {
    padding-bottom: 0;
}
.old-pages .method_slider_method {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none !important;
    color: #717171;
}
.old-pages .method_slider_method:hover {
    color: #37b6fa;
}
.old-pages .method_slider_method_img {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 130px;
    line-height: 130px;
    text-align: center;
}
/* .method_slider_method_img::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    border-radius: 50%;
    background: #000;
    padding-top: 83%;
    width: 83%;
    height: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.old-pages .m_tinkoff .method_slider_method_img::before {
    background: #231f20;
}
.old-pages .m_sberbank .method_slider_method_img::before {
    background: #299e30;
}
.old-pages .m_yadengi .method_slider_method_img::before {
    background: #f1f2f2;
}
.old-pages .method_slider_method:hover .method_slider_method_img::before {
    opacity: 0.8;
} */
.old-pages .method_slider_method_img img {
    display: inline-block;
    position: relative;
    z-index: 10;
    object-fit: contain;
    width: 100%;
    height: 100%;
    /* max-width: 60%;
    max-height: 55%; */
    transition: all 0.3s;
}
.old-pages .method_slider_method:hover .method_slider_method_img img {
    opacity: 0.8;
}

@media (max-width: 991px) {
    .old-pages .payment_methods_list .method {
        width: 100%;
    }
    .old-pages .method_slider_method_img::before {
        padding-top: 0;
        width: 125px;
        height: 125px;
    }
}
@media (max-width: 479px) {
    .old-pages .payment_methods_list .method {
        padding: 20px;
    }
    .old-pages .method_head {
        margin-bottom: 10px;
    }
    .old-pages .method_slider_method_img {
        margin-bottom: 10px;
        height: 100px;
        line-height: 100px;
    }
    .old-pages .method_slider_method_img::before {
        width: 85px;
        height: 85px;
    }
    .old-pages .method_slider_method_img img {
        max-width: 50%;
        max-height: 50%;
    }
}

@media (max-height: 479px) {
    .old-pages .payment_methods_list .method {
        padding: 20px;
    }
    .old-pages .method_head {
        margin-bottom: 10px;
    }
    .old-pages .method_slider_method_img {
        margin-bottom: 10px;
        height: 100px;
        line-height: 100px;
    }
    .old-pages .method_slider_method_img::before {
        width: 85px;
        height: 85px;
    }
    .old-pages .method_slider_method_img img {
        max-width: 50%;
        max-height: 50%;
    }
}

/* section_05
--------------------------------------------------- */

.old-pages .payment_methods_list-static {
    position: relative;
    top: -10px;
    border: 1px solid #edf0f3;
    border-radius: 10px;
    opacity: 0;
    padding: 40px;
    width: 100%;
    transition: all 0.6s;
}
.old-pages .payment_methods_list-static.elem_02 {
    transition-delay: 0.2s;
}
.old-pages .payment_methods_list-static.on-screen-true {
    top: 0;
    opacity: 1;
}
.old-pages .payment_methods_list-static li {
    margin: 0 0 20px;
    padding: 0;
}
.old-pages .payment_methods_list-static li:last-child {
    margin: 0;
}
.old-pages .payment_methods_list-static li::before {
    display: none;
}
.old-pages .static_method {
    display: inline-block;
    position: relative;
    padding-left: 90px;
    height: 56px;
    line-height: 56px;
}
.old-pages .static_method_img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    text-align: center;
}
.old-pages .static_method_img::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    border-radius: 50%;
    background: #000;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    transition: all 0.3s;
}
.old-pages .static_method:hover .static_method_img::before {
    transform: scale(1.1);
}
.old-pages .m_tinkoff .static_method_img::before {
    background: #231f20;
}
.old-pages .m_sberbank .static_method_img::before {
    background: #299e30;
}
.old-pages .m_yadengi .static_method_img::before {
    background: #f1f2f2;
}
.old-pages .static_method_img img {
    display: inline-block;
    position: relative;
    z-index: 10;
    width: auto;
    height: auto;
    max-width: 60%;
    max-height: 50%;
}
.old-pages .static_method_name {
    display: inline-block;
    position: relative;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    transition: all 0.3s;
}
.old-pages .static_method:hover .static_method_name {
    color: #37b6fa;
}

@media (max-width: 991px) {
    .old-pages .landing_section_05 .col_left {
        margin-bottom: 50px;
    }
}
@media (max-width: 567px) {
    .old-pages .static_method_name {
        font-size: 18px;
    }
}
@media (max-width: 479px) {
    .old-pages .payment_methods_list-static {
        padding: 20px;
    }
    .old-pages .static_method {
        padding-left: 80px;
    }
}

/* section_05
--------------------------------------------------- */

.old-pages .payment_methods_list-static {
    position: relative;
    top: -10px;
    border: 1px solid #edf0f3;
    border-radius: 10px;
    opacity: 0;
    padding: 40px;
    width: 100%;
    transition: all 0.6s;
}
.old-pages .payment_methods_list-static.elem_02 {
    transition-delay: 0.2s;
}
.old-pages .payment_methods_list-static.on-screen-true {
    top: 0;
    opacity: 1;
}
.old-pages .payment_methods_list-static li {
    margin: 0 0 20px;
    padding: 0;
}
.old-pages .payment_methods_list-static li:last-child {
    margin: 0;
}
.old-pages .payment_methods_list-static li::before {
    display: none;
}
.old-pages .static_method {
    display: inline-block;
    position: relative;
    padding-left: 90px;
    height: 56px;
    line-height: 56px;
}
.old-pages .static_method_img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    text-align: center;
}
.old-pages .payment_methods_list-static .static_method_img::before {
    display: none;
}
/* .static_method_img::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    border-radius: 50%;
    background: #000;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    transition: all 0.3s;
}
.old-pages .static_method:hover .static_method_img::before {
    transform: scale(1.1);
}
.old-pages .m_tinkoff .static_method_img::before {
    background: #231f20;
}
.old-pages .m_sberbank .static_method_img::before {
    background: #299e30;
}
.old-pages .m_yadengi .static_method_img::before {
    background: #f1f2f2;
} */
.old-pages .payment_methods_list-static .static_method_img img {
    display: inline-block;
    position: relative;
    z-index: 10;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    transition: all 0.3s;
}
.old-pages .payment_methods_list-static .static_method:hover .static_method_img img {
    transform: scale(1.1);
}
.old-pages .static_method_name {
    display: inline-block;
    position: relative;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    transition: all 0.3s;
}
.old-pages .static_method:hover .static_method_name {
    color: #37b6fa;
}

@media (max-width: 991px) {
    .old-pages .landing_section_05 .col_left {
        margin-bottom: 50px;
    }
}
@media (max-width: 567px) {
    .old-pages .static_method_name {
        font-size: 18px;
    }
}
@media (max-width: 479px) {
    .old-pages .payment_methods_list-static {
        padding: 20px;
    }
    .old-pages .static_method {
        padding-left: 80px;
    }
}

/* section_06
--------------------------------------------------- */

.old-pages .steps_list_simple {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 30px -20px 0;
}
.old-pages .steps_list_simple__element {
    position: relative;
    top: -10px;
    border: 1px solid #edf0f3;
    border-radius: 8px;
    opacity: 0;
    margin: 0 20px 30px;
    padding: 30px 35px;
    width: calc(33.333333% - 40px);
    transition: all 0.3s;
}
.old-pages .steps_list_simple__element.on-screen-true {
    top: 0;
    opacity: 1;
}
.old-pages .steps_list_simple__element:nth-child(2) {
    transition-delay: 0.1s;
}
.old-pages .steps_list_simple__element:nth-child(3) {
    transition-delay: 0.2s;
}
.old-pages .steps_list_simple__element:nth-child(4) {
    transition-delay: 0.3s;
}
.old-pages .steps_list_simple__element:nth-child(5) {
    transition-delay: 0.4s;
}
.old-pages .steps_list_simple__element:nth-child(6) {
    transition-delay: 0.5s;
}
.old-pages .steps_list_simple__element:nth-child(7) {
    transition-delay: 0.6s;
}
.old-pages .steps_list_simple__element:nth-child(8) {
    transition-delay: 0.7s;
}
.old-pages .steps_list_simple__element:nth-child(9) {
    transition-delay: 0.8s;
}
.old-pages .steps_list_simple__element:nth-child(10) {
    transition-delay: 0.9s;
}
.old-pages .steps_list_simple__element:nth-child(11) {
    transition-delay: 1s;
}
.old-pages .steps_list_simple__element:nth-child(12) {
    transition-delay: 1.1s;
}
.old-pages .steps_list_simple__element_number {
    display: inline-block;
    border-radius: 50%;
    background: #333;
    margin-bottom: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
.old-pages .steps_list_simple__element.last .steps_list_simple__element_number {
    background: #79bc21;
}
.old-pages .steps_list_simple__element_title {
    font-size: 23px;
    font-weight: 500;
    color: #000;
}
.old-pages .steps_list_simple__element.last .steps_list_simple__element_title {
    margin-bottom: 40px;
    text-transform: uppercase;
}
.old-pages .steps_list_simple__element_description {
    margin: 0;
    font-size: 18px;
    color: #6f6f6f;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .old-pages .steps_list_simple__element {
        width: calc(33.333333% - 20px);
    }
}
@media (min-width: 992px) and (max-width: 1199px),
(min-width: 568px) and (max-width: 767px),
(max-width: 479px) {
    .old-pages .steps_list_simple {
        margin: 30px -10px 0;
    }
    .old-pages .steps_list_simple__element {
        margin: 0 10px 30px;
        padding: 20px 25px;
    }
    .old-pages .steps_list_simple__element_title {
        font-size: 20px;
    }
    .old-pages .steps_list_simple__element_description {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .old-pages .steps_list_simple__element {
        width: calc(50% - 40px);
    }
}
@media (min-width: 568px) and (max-width: 767px) {
    .old-pages .steps_list_simple__element {
        width: calc(50% - 20px);
    }
}
@media (max-width: 567px) {
    .old-pages .steps_list_simple {
        margin: 30px 0 0;
    }
    .old-pages .steps_list_simple__element {
        margin: 0 0 20px;
        width: 100%;
    }
}

/* section_07
--------------------------------------------------- */

.old-pages .mm_reg_form .form_element {
    margin-bottom: 15px;
}
.old-pages .mm_reg_form .form_element .placeholder {
    top: 50%;
    transform: translateY(-50%);
}
.old-pages .mm_reg_form .form_element.active .placeholder,
.old-pages .mm_reg_form .form_element.notempty .placeholder {
    top: 8px;
    transform: translateY(0);
}
.old-pages .mm_reg_form .form_element span.error {
    bottom: 0px;
    z-index: 15;
}
.old-pages .mm_reg_form input[type="text"] {
    border: 1px solid #fff !important;
    border-radius: 4px;
    background: #fff;
    height: 60px;
}
.old-pages .mm_reg_form input[type="text"].error {
    border-color: #b90e1e !important;
}
.old-pages .mm_reg_form .placeholder {
    font-size: 14px;
    color: #6f6f6f;
}
.old-pages .mm_reg_form .active .placeholder {
    font-size: 10px;
}

.old-pages .mm_reg_form .select2-container .select2-selection--single {
    border: 1px solid #fff;
    border-radius: 4px;
    background: #fff;
    height: 60px;
    line-height: 58px;
}
.old-pages .mm_reg_form select.error + .select2-container .select2-selection--single {
    border-color: #b90e1e;
}
.old-pages .mm_reg_form .select2-container--default .select2-selection--single .select2-selection__arrow .icon {
    font-size: 10px;
    color: #37b6fa;
}
.old-pages .select2-dropdown {
    border: none;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.old-pages .mm_reg_form .submit_element {
    padding-top: 0;
    text-align: right;
}
.old-pages .mm_reg_form .button {
    border-radius: 4px;
    height: 60px;
    line-height: 58px;
    color: #fff;
}

.old-pages .create_ads_btn_outer {
    margin: 60px 0 40px;
    text-align: center;
}
.old-pages .create_ads_btn_outer .button {
    height: 80px;
    line-height: 78px;
    min-width: 240px;
    font-size: 14px;
}
@media (max-width: 991px) {
    .old-pages .landing_section_07 .col-left {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .old-pages .mm_reg_form_experience_outer .select2 {
        max-width: none;
    }
}

/* landing_section_08
--------------------------------------------------- */

.old-pages .landing_section_08 {
    padding-top: 70px;
    padding-bottom: 30px;
}
.old-pages .landing_section_08 .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.old-pages .landing_section_08 .col {
    position: relative;
    top: -20px;
    background: #fff;
    opacity: 0;
    margin: 0 20px 40px;
    padding: 40px;
    width: calc(33.333333% - 40px);
    transition: top 0.6s, opacity 0.6s;
}
.old-pages .landing_section_08 .col:nth-child(2) {
    transition-delay: 0.2s;
}
.old-pages .landing_section_08 .col:nth-child(3) {
    transition-delay: 0.4s;
}
.old-pages .landing_section_08.on-screen-true .col {
    top: 0;
    opacity: 1;
}
.old-pages .landing_section_08__title {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
}
.old-pages .landing_section_08__txt {
    margin-bottom: 0;
    font-size: 16px;
    color: #6f6f6f;
}

@media (max-width: 1199px) {
    .old-pages .landing_section_08__title {
        font-size: 24px;
    }
    .old-pages .landing_section_08__txt {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .old-pages .landing_section_08 .col {
        width: calc(50% - 40px);
    }
    .old-pages .landing_section_08 .col:nth-child(3) {
        margin: 0 auto 40px;
    }
}
@media (max-width: 767px) {
    .old-pages .landing_section_08 .row {
        margin: 0 -10px;
    }
    .old-pages .landing_section_08 .col {
        margin: 0 10px 20px;
        padding: 20px;
        width: calc(50% - 20px);
    }
    .old-pages .landing_section_08 .col:nth-child(3) {
        margin: 0 10px 40px;
        width: 100%;
    }
}
@media (max-width: 479px) {
    .old-pages .landing_section_08 .row {
        margin: 0;
    }
    .old-pages .landing_section_08 .col {
        margin: 0 0 20px;
        width: 100%;
    }
    .old-pages .landing_section_08 .col:nth-child(3) {
        margin: 0 0 40px;
    }
}

/* landing_section_01_new
--------------------------------------------------- */

.old-pages .payment_landing_new .main_content_outer {
    padding-top: 0;
}
.old-pages .landing_section_01_new {
    background: #7F8B9A;
    padding-top: 150px;
}
.old-pages .landing_section_01_new .breadcrumbs {
    margin-bottom: 50px;
}
.old-pages .landing_section_01_new .breadcrumbs li,
.old-pages .landing_section_01_new .breadcrumbs a {
    color: #BBC1C9;
}
.old-pages .landing_section_01_new .breadcrumbs li {
    font-size: 10px;
}
.old-pages .landing_section_01_new .breadcrumbs a:hover {
    color: #fff;
}

.old-pages .landing_section_01_new h2 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.old-pages .landing_section_01_new .cards-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0 -20px;
}
.old-pages .landing_section_01_new .cards-list .card-payment {
    position: relative;
    top: -15px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: #fff;
    opacity: 0;
    margin: 0 20px;
    padding: 30px 30px 20px;
    width: 33.333333%;
    transition: all 0.6s;
}
.old-pages .landing_section_01_new .card-payment:nth-child(2) {
    transition-delay: 0.2s;
}
.old-pages .landing_section_01_new .card-payment:nth-child(3) {
    transition-delay: 0.4s;
}
.old-pages .landing_section_01_new.on-screen-true .card-payment {
    top: 0;
    opacity: 1;
}
.old-pages .landing_section_01_new .cards-list .card-payment.final {
    background: transparent;
}
.old-pages .landing_section_01_new .cards-list .card-payment_head {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 20px;
}
.old-pages .landing_section_01_new .cards-list .card-payment.final .card-payment_head {
    border-bottom-color: transparent;
}
.old-pages .landing_section_01_new .cards-list .card-payment_method {
    display: flex;
    align-items: center;
}
.old-pages .landing_section_01_new .cards-list .card-payment_method .img {
    align-self: flex-start;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 0;
    text-align: center;
}
.old-pages .landing_section_01_new .cards-list .card-payment_method .img img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 50%;
    max-height: 50%;
    line-height: 1;
    vertical-align: middle;
}
.old-pages .landing_section_01_new .cards-list .card-payment_method .txt {
    padding-left: 20px;
    max-width: calc(100% - 54px);
}
.old-pages .landing_section_01_new .cards-list .card-payment_method .txt .price {
    margin-bottom: 5px;
    white-space: nowrap;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.old-pages .landing_section_01_new .cards-list .card-payment_method .txt .label {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    color: #8B8B8B;
}
.old-pages .landing_section_01_new .cards-list .final_txt {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.old-pages .landing_section_01_new .cards-list .card-payment_foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.old-pages .landing_section_01_new .cards-list .card-payment_foot .button {
    align-self: flex-start;
    max-width: 50%;
}
.old-pages .landing_section_01_new .cards-list .card-payment_foot .comment {
    margin: 0;
    font-size: 12px;
    color: #8B8B8B;
}

@media (max-width: 1199px) {
    .old-pages .landing_section_01_new .cards-list {
        flex-wrap: wrap;
    }
    .old-pages .landing_section_01_new .cards-list .card-payment {
        margin-bottom: 40px;
        width: calc(50% - 40px);
    }
}
@media (max-width: 991px) {
    .old-pages .landing_section_01_new {
        padding-top: 100px;
    }
}
@media (min-width: 568px) and (max-width: 767px), (max-width: 479px) {
    .old-pages .landing_section_01_new .cards-list .card-payment {
        margin: 0 15px 30px;
        padding: 20px 15px 15px;
    }
    .old-pages .landing_section_01_new .cards-list .card-payment_method .img {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .old-pages .landing_section_01_new .cards-list .card-payment_method .txt {
        padding-left: 15px;
        max-width: calc(100% - 40px);
    }
    .old-pages .landing_section_01_new .cards-list .card-payment_method .txt .price {
        font-size: 16px;
        font-weight: 700;
    }

    .old-pages .landing_section_01_new .cards-list .card-payment_foot .button {
        min-width: 70px;
    }
    .old-pages .landing_section_01_new .cards-list .card-payment_foot .comment {
        font-size: 11px;
    }
}
@media (max-width: 567px) {
    .old-pages .landing_section_01_new .cards-list .card-payment {
        margin: 0 20px 20px;
        width: 100%;
    }
}

/* -------------------------------------------------------------------------- */
/* ----------------------------- INDEX PAGE ---------------------------------- */
/* -------------------------------------------------------------------------- */

.old-pages .mainpage_section_top,
.old-pages .mainpage_section_top::before {
    min-height: 526px;
}
.old-pages .mainpage_section_top {
    position: relative;
}
.old-pages .mainpage_section_top::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #017ddf;
    background: -moz-linear-gradient(-45deg, #017ddf 0%, #005cdf 100%);
    background: -webkit-linear-gradient(-45deg, #017ddf 0%,#005cdf 100%);
    background: linear-gradient(135deg, #017ddf 0%,#005cdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017ddf', endColorstr='#005cdf',GradientType=1 );
    width: 100%;
    height: auto;
}

.old-pages .mainpage_section_top .container {
    position: relative;
    z-index: 10;
    padding-top: 100px;
}

.old-pages .mainpage_section_top .title {
    margin-bottom: 50px;
    letter-spacing: 6px;
    font-size: 34px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.old-pages .currencies-table__outer {
    position: relative;
    top: -15px;
    opacity: 0;
    transition: all 0.6s;
}
.old-pages .currencies-table__outer.on-screen-true {
    top: 0;
    opacity: 1;
}

.old-pages .tabs_nav-light {
    margin: 0;
    padding: 0;
    font-size: 0;
}
.old-pages .tabs_nav-light li {
    display: inline-block;
    margin: 0 40px 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.old-pages .tabs_nav-light li:last-child {
    margin: 0;
}
.old-pages .tabs_nav-light li::before {
    display: none;
}
.old-pages .tabs_nav-light a {
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding-bottom: 15px;
    text-decoration: none !important;
    color: #000;
}
.old-pages .tabs_nav-light a:hover {
    color: #0090FF;
}
.old-pages .tabs_nav-light .active a {
    border-bottom-color: #0090FF;
    color: #0090FF;
}

.old-pages .currencies-table__nav,
.old-pages .currencies-table__body,
.old-pages .currencies-table__footer {
    background: #F6F6FA;
}

.old-pages .currencies-table__nav {
    border-radius: 8px 8px 0 0;
    padding: 30px 40px 0;
}

.old-pages .currencies-table .tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E8E8EC;
    background: #F6F6FA;
    padding: 0 30px;
    height: 110px;
    transition: all 0.3s;
}
.old-pages .currencies-table .tr:first-child {
    border-top: 1px solid #E8E8EC;
}
.old-pages .currencies-table .tr:hover {
    background: #fff;
}

.old-pages .currencies-table .col {
    padding: 0 10px;
    max-height: 100%;
}
.old-pages .currencies-table .col-currency {
    width: 35%;
}
.old-pages .currencies-table .col-chart {
    width: 14%;
}
.old-pages .currencies-table .col-price {
    padding-left: 5%;
    width: 36%;
}
.old-pages .currencies-table .col-btn {
    width: 15%;
    text-align: right;
}

.old-pages .coin-element {
    display: inline-block;
    position: relative;
    padding-left: 75px;
    height: 55px;
    line-height: 55px;
    width: auto;
    text-decoration: none !important;
    color: #000;
}
.old-pages .coin-element:hover {
    color: #0090FF;
}

.old-pages .currencies-table .col-currency .coin-element {
    width: 60%;
    margin-right: 15%;
}
.old-pages .coin-element img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}
.old-pages .coin-element .name {
    line-height: 1.2;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
}

.old-pages .currencies-table .currency-txt {
    margin: 0;
    font-size: 20px;
    color: #A2A2A2;
}
.old-pages .currencies-table .percents {
    display: inline-block;
    margin: 0 30px 0 0;
    width: 100px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.old-pages .currencies-table .percents.red {
    color: #FF0000;
}
.old-pages .currencies-table .percents.green {
    color: #00aa00;
}
.old-pages .currencies-table .price {
    margin: 0;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.old-pages .currencies-table__footer {
    border-radius: 0 0 8px 8px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.old-pages .currencies-table__footer .more {
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #0090FF;
}
.old-pages .currencies-table__footer .more:hover {
    color: #37b6fa;
}

@media (max-width: 1199px) {
    .old-pages .currencies-table .percents,
    .old-pages .currencies-table .price {
        font-size: 16px;
    }
    .old-pages .currencies-table .percents {
        width: 80px;
    }
}
@media (max-width: 991px) {
    .old-pages .currencies-table__nav {
        padding: 20px 20px 0;
    }
    .old-pages .currencies-table .tr {
        position: relative;
        padding-left: 10px;
        padding-right: 160px;
    }

    .old-pages .currencies-table .col-currency .coin-element {
        width: 100%;
        height: 30px;
        line-height: 30px;
    }
    .old-pages .currencies-table .col-currency .currency-txt {
        padding-left: 75px;
    }

    .old-pages .currencies-table .percents,
    .old-pages .currencies-table .price {
        margin: 0;
        width: 100%;
    }

    .old-pages .currencies-table .col-btn {
        position: absolute;
        top: 50%;
        right: 0;
        padding-right: 20px;
        width: 175px;
        transform: translateY(-50%);
    }
}
@media (max-width: 767px) {
    .old-pages .mainpage_section_top .container {
        padding-top: 60px;
    }
    .old-pages .mainpage_section_top .title {
        font-size: 28px;
    }

    .old-pages .currencies-table .col-currency {
        width: 60%;
    }
    .old-pages .currencies-table .col-currency .coin-element .name {
        font-size: 16px;
    }
    .old-pages .currencies-table .col-currency .currency-txt {
        font-size: 13px;
    }
    .old-pages .currencies-table .col-price {
        width: 40%;
    }
    .old-pages .currencies-table .col-chart {
        display: none;
    }
}
@media (max-width: 567px) {
    .old-pages .currencies-table .tr {
        padding-right: 125px;
    }
    .old-pages .currencies-table .col-currency .coin-element {
        padding-left: 45px;
    }
    .old-pages .currencies-table .col-currency .coin-element img {
        width: 30px;
        height: 30px;
    }
    .old-pages .currencies-table .col-currency .currency-txt {
        padding-left: 45px;
    }
    .old-pages .currencies-table .percents,
    .old-pages .currencies-table .price {
        font-size: 13px;
    }
    .old-pages .currencies-table .col-btn {
        width: 110px;
    }
    .old-pages .currencies-table .col-btn .button {
        min-width: 80px;
    }
}
@media (max-width: 479px) {
    .old-pages .mainpage_section_top .title {
        font-size: 22px;
    }

    .old-pages .currencies-table__nav {
        padding: 20px 15px 0;
    }
    .old-pages .tabs_nav-light li {
        margin: 0 20px 0 0;
    }
    .old-pages .currencies-table__outer {
        margin: 0 -15px;
    }
    .old-pages .currencies-table .tr {
        display: block;
        padding: 10px;
        height: auto;
    }
    .old-pages .currencies-table .col {
        padding: 0 5px;
    }
    .old-pages .currencies-table .col-currency {
        padding-right: 100px;
        width: 100%;
    }
    .old-pages .currencies-table .col-price {
        border-top: 1px solid #efefef;
        margin-top: 12px;
        padding-top: 10px;
        width: 100%;
    }
    .old-pages .currencies-table .col-price .percents {
        margin-right: 10px;
    }
    .old-pages .currencies-table .col-btn {
        top: 10px;
        padding-right: 15px;
        transform: none;
    }
}

/* mainpage_section_02_new
--------------------------------------------------- */

.old-pages .mainpage_section_02_new .title {
    font-size: 28px;
    font-weight: 500;
    color: #000;
}
.old-pages .mainpage_section_02_new .col-right {
    font-size: 14px;
    font-weight: 300;
    color: #7496AC;
}
.old-pages .mainpage_section_02_new .subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

/* mainpage_section_03_new
--------------------------------------------------- */

.old-pages .landing-card {
    border-radius: 18px;
    overflow: hidden;
    background: #C1CAD5;
    margin: 0 auto 40px;
    height: 270px;
    max-width: 560px;
}
.old-pages .landing-card::after {
    content: '';
    display: block;
    clear: both;
}
.old-pages .landing-card .card-col {
    position: relative;
    height: 100%;
    float: left;
}
.old-pages .landing-card .card-col-left {
    z-index: 5;
    text-align: center;
    width: 45%;
}
.old-pages .landing-card .card-col-right {
    z-index: 10;
    padding: 40px 40px 95px 0;
    width: 55%;
}

.old-pages .landing-card .card-title {
    font-size: 26px;
    font-weight: 500;
    color: #000;
}
.old-pages .landing-card .card-txt {
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
}
.old-pages .landing-card .button {
    position: absolute;
    bottom: 30px;
    left: 0;
    min-width: 150px;
}

@media (max-width: 1199px) {
    .old-pages .landing-card .card-title {
        font-size: 22px;
    }
}
@media (max-width: 479px) {
    .old-pages .landing-card {
        margin: 0 auto 20px;
        height: auto;
    }
    .old-pages .landing-card .card-col-left {
        display: none;
    }
    .old-pages .landing-card .card-col-right {
        padding: 30px 20px 120px;
        width: 100%;
    }
    .old-pages .landing-card .button {
        left: 15px;
    }
}

/* .card-mm
--------------------------------------------------- */

.old-pages .card-mm.landing-card {
    background: #C1CAD5;
}
.old-pages .card-mm.landing-card .card-col-left .round {
    position: absolute;
    left: 45%;
    bottom: -60%;
    z-index: 5;
    border-radius: 50%;
    background: #57C4ED;
    opacity: 0;
    width: 365px;
    height: 365px;
    transform: translateX(-50%) scale(0.4);
    transition: all 0.6s 0.2s;
}
.old-pages .on-screen-true .card-mm.landing-card .card-col-left .round {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.old-pages .card-mm.landing-card .card-col-left .round-inner {
    position: absolute;
    top: 17%;
    left: 17%;
    border-radius: 50%;
    background: #469DBE;
    opacity: 0;
    width: 66%;
    height: 66%;
    transform: scale(0.4);
    transition: all 0.6s 0.4s;
}
.old-pages .on-screen-true .card-mm.landing-card .card-col-left .round-inner {
    opacity: 1;
    transform: scale(1);
}
.old-pages .card-mm.landing-card .card-col-left img {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    width: auto;
    height: auto;
    max-width: 95%;
    max-height: 95%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.old-pages .on-screen-true .card-mm.landing-card .card-col-left img {
    opacity: 1;
}

@media (max-width: 1199px) {
    .old-pages .card-mm.landing-card .card-col-left img {
        max-width: 85%;
        max-height: 85%;
    }
}

/* .card-partnership
--------------------------------------------------- */

.old-pages .card-partnership.landing-card {
    background: #9BC8EB;
}
.old-pages .card-partnership.landing-card .card-col-left img {
    position: absolute;
    top: 15%;
    left: 50%;
    z-index: 10;
    opacity: 0;
    width: auto;
    height: auto;
    max-width: 95%;
    transform: translate(-50%, 15px);
    transition: all 0.6s;
}
.old-pages .mainpage_section_03_new .card-partnership.landing-card .card-col-left img {
    transition: all 0.6s 1s;
}
.old-pages .on-screen-true .card-partnership.landing-card .card-col-left img {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (max-width: 1199px) {
    .old-pages .card-partnership.landing-card .card-col-left img {
        max-width: 80%;
    }
}

/* mainpage_section_04_new
--------------------------------------------------- */

.old-pages .mainpage_section_04_new .before_subtitle {
    margin-bottom: 50px;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.old-pages .mainpage_section_04_new .title {
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}
.old-pages .mainpage_section_04_new .after_subtitle {
    margin-bottom: 50px;
    font-size: 22px;
    color: #B2B2B2;
}
.old-pages .mainpage_section_04_new .col-sm {
    font-size: 14px;
    font-weight: 300;
    color: #666D73;
}
.old-pages .mainpage_section_04_new .button,
.old-pages .mainpage_section_03 .button,
.old-pages .mainpage_section_04 .button {
    min-width: 175px;
}
.old-pages .mainpage_section_04_new .col_right {
    text-align: center;
}
.old-pages .mainpage_section_04_new .col_right img {
    position: relative;
    top: -10px;
    opacity: 0;
    min-width: 175px;
    transition: all 0.6s;
}
.old-pages .mainpage_section_04_new .col_right img.on-screen-true {
    top: 0;
    opacity: 1;
}

@media (max-width: 479px) {
    .old-pages .mainpage_section_04_new .title {
        font-size: 20px;
    }
}

/* -------------------------------------------------------------------------- */
/* ------ BUYSELL NEW PAGE -------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.old-pages .innerpage_section_blue {
    position: relative;
    background: #017ddf;
    background: -moz-linear-gradient(-45deg, #017ddf 0%, #005cdf 100%);
    background: -webkit-linear-gradient(-45deg, #017ddf 0%,#005cdf 100%);
    background: linear-gradient(135deg, #017ddf 0%,#005cdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017ddf', endColorstr='#005cdf',GradientType=1 );
}
.old-pages .innerpage_section_blue h1 {
	color: #fff;
}
.old-pages .payment_landing .innerpage_section_blue {
    padding-top: 120px;
}

.old-pages .innerpage_section_blue .breadcrumbs li,
.old-pages .payment_landing .innerpage_section_blue .breadcrumbs li {
    color: #78B4ED;
}
.old-pages .innerpage_section_blue .breadcrumbs li::after,
.old-pages .payment_landing .innerpage_section_blue .breadcrumbs li::after {
    opacity: 0.4;
}
.old-pages .innerpage_section_blue .breadcrumbs a,
.old-pages .payment_landing .innerpage_section_blue .breadcrumbs a {
    color: #78B4ED;
}
.old-pages .innerpage_section_blue .breadcrumbs a:hover,
.old-pages .payment_landing .innerpage_section_blue .breadcrumbs a:hover {
    color: #37b6fa;
}

.old-pages .buysell__top_outer {
    margin-top: 60px;
}
.old-pages .buysell__top_outer .title {
    font-weight: 300;
    color: #fff;
}

.old-pages .buysell__top_label {
    margin-bottom: 5px;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.old-pages .buysell__top_price {
    position: relative;
    white-space: nowrap;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}
.old-pages .buysell__top_price .icon {
    position: absolute;
    top: 7px;
    left: -20px;
    font-size: 22px;
    color: #75B02E;
}

.old-pages .buysell__top_selects .select2 {
    max-width: 100%;
}
.old-pages .buysell__top_selects .select2-container .select2-selection--single {
    border-color: #fff;
    border-radius: 0;
    background: #fff;
    height: 65px;
    line-height: 63px;
}
.old-pages .buysell__top_selects .select2-container--default .select2-selection--single .select2-selection__arrow {
    border: 1px solid #A9B3BB;
    border-radius: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    transform: rotate(0);
}
.old-pages .buysell__top_selects .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow,
.old-pages .buysell__top_selects .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-selection__arrow {
    transform: rotate(180deg);
}
.old-pages .buysell__top_selects .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: inline-block;
    vertical-align: middle;
    font-size: 6px;
    color: #A9B3BB;
}
.old-pages .buysell__top_selects .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    font-weight: 400;
}
.old-pages .buysell__top_selects .currency-label {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
}

.old-pages .buysell__tabs {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
}
.old-pages .buysell__tabs li {
    display: inline-block;
    margin: 0;
    margin-right: 40px;
    padding: 0;
    font-size: 20px;
    font-weight: 300;
}
.old-pages .buysell__tabs li:last-child {
    margin-right: 0;
}
.old-pages .buysell__tabs li::before {
    display: none;
}
.old-pages .buysell__tabs li.active {
    font-size: 30px;
}
.old-pages .buysell__tabs a {
    display: inline-block;
    border-bottom: 3px solid transparent;
    padding-bottom: 15px;
    text-decoration: none;
    color: #8FC9FF;
    transition: all 0.3s, font-size 0s;
}
.old-pages .buysell__tabs a:hover {
    color: #fff;
}
.old-pages .buysell__tabs .active a {
    border-bottom-color: #3FB9EA;
    color: #fff;
}

/* buysell-table
--------------------------------------------------- */

.old-pages .buysell-table__outer {
    position: relative;
    top: -15px;
    opacity: 0;
    transition: all 0.3s;
}
.old-pages .buysell-table__outer.on-screen-true {
    top: 0;
    opacity: 1;
}

.old-pages .buysell-table {
    position: relative;
    margin-bottom: 30px;
}
.old-pages .buysell-table__head {
    position: relative;
    border-bottom: 1px solid #DBDBDE;
}
.old-pages .buysell-table__head::before,
.old-pages .buysell-table__head::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    background: #DBDBDE;
    width: 100%;
    height: 1px;
}
.old-pages .buysell-table__head::before {
    left: -100%;
}
.old-pages .buysell-table__head::after {
    right: -100%;
}

.old-pages .buysell-table .tr {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-left: -30px;
    padding: 10px 15px;
    width: calc(100% + 60px);
}

.old-pages .buysell-table .buysell-table__head .tr {
    align-items: flex-end;
}

.old-pages .buysell-table .buysell-table__body .tr {
    align-items: center;
    background: #fff;
}
.old-pages .gray_bg .buysell-table .buysell-table__body .tr {
    background: #ecf1f5;
}
.old-pages .buysell-table .buysell-table__body .tr::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    background: #DBDBDE;
    width: calc(100% - 60px);
    height: 1px;
    transition: all 0.3s;
}
.old-pages .buysell-table .buysell-table__body .tr:last-child::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 30px;
    background: #DBDBDE;
    width: calc(100% - 60px);
    height: 1px;
    transition: all 0.3s;
}
.old-pages .buysell-table .buysell-table__body .tr:first-child::before {
    display: none;
}
.old-pages .buysell-table .buysell-table__body .tr:hover {
    background: #ecf1f5;
}
.old-pages .buysell-table .buysell-table__body .tr:hover::before,
.old-pages .buysell-table .buysell-table__body .tr:hover::after,
.old-pages .buysell-table .buysell-table__body .tr:hover + .tr::before {
    background: transparent;
}
.old-pages .gray_bg .buysell-table .buysell-table__body .tr:hover {
    background: #fff;
}

.old-pages .buysell-table .col {
    padding: 0 15px;
    flex: 0 0 auto;
}
.old-pages .buysell-table .buysell-table__body .col {
    padding: 8px 15px;
}
.old-pages .buysell-table .col.col-seller {
    width: 23%;
    order: 1;
}
.old-pages .buysell-table .col.col-method {
    width: 22%;
    order: 2;
}
.old-pages .buysell-table .col.col-limits {
    width: 22%;
    order: 3;
}
.old-pages .buysell-table .col.col-rate {
    width: calc(28% - 170px);
    order: 4;
}
.old-pages .buysell-table .col.col-buy {
    width: 170px;
    order: 5;
}

.old-pages .buysell-table .buysell-table__head .col,
.old-pages .buysell-table__label {
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #A9B3BB;
}
.old-pages .buysell-table__label {
    display: none;
    margin: 0;
}
.old-pages .buysell-table .buysell-table__head .col.col-buy {
    text-align: right;
}
.old-pages .buysell-table .buysell-table__body .col.col-buy .button {
    width: 100%;
}

.old-pages .buysell-table__name {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 25px 0;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.old-pages .buysell-table__name::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    background: -moz-linear-gradient(left, rgba(236,241,245,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(236,241,245,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(236,241,245,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ecf1f5', endColorstr='#ffffff',GradientType=1 );
    width: 15px;
    height: 100%;
}
.old-pages .buysell-table .buysell-table__body .tr:hover .buysell-table__name::after {
    background: -moz-linear-gradient(left, rgba(236,241,245,0) 0%, rgba(236,241,245,1) 100%);
    background: -webkit-linear-gradient(left, rgba(236,241,245,0) 0%,rgba(236,241,245,1) 100%);
    background: linear-gradient(to right, rgba(236,241,245,0) 0%,rgba(236,241,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ecf1f5', endColorstr='#ecf1f5',GradientType=1 );
}
.old-pages .gray_bg .buysell-table__name::after {
    background: -moz-linear-gradient(left, rgba(236,241,245,0) 0%, rgba(236,241,245,1) 100%);
    background: -webkit-linear-gradient(left, rgba(236,241,245,0) 0%,rgba(236,241,245,1) 100%);
    background: linear-gradient(to right, rgba(236,241,245,0) 0%,rgba(236,241,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ecf1f5', endColorstr='#ecf1f5',GradientType=1 );
}
.old-pages .gray_bg .buysell-table .buysell-table__body .tr:hover .buysell-table__name::after {
    background: -moz-linear-gradient(left, rgba(236,241,245,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(236,241,245,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(236,241,245,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ecf1f5', endColorstr='#ffffff',GradientType=1 );
}
.old-pages .buysell-table__name_number {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    font-size: 14px;
    font-weight: 400;
    color: #A2A2A2;
}

.old-pages .buysell-table__limits {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.old-pages .buysell-table__limits span {
    display: inline-block;
}

.old-pages .buysell-table__rate {
    margin: 0;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 1199px) {
    .old-pages .buysell-table .col.col-rate {
        width: calc(28% - 150px);
    }
    .old-pages .buysell-table .col.col-buy {
        width: 150px;
    }
}
@media (max-width: 1199px) {
    .old-pages .buysell-table__name,
    .old-pages .buysell-table__limits,
    .old-pages .buysell-table__rate,
    .old-pages .buysell-table .coin-element .name {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .old-pages .buysell-table__head {
        display: none;
    }
    .old-pages .buysell-table__label {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 15px;
        width: 100%;
        font-size: 9px;
    }
    .old-pages .buysell-table .tr {
        flex-wrap: wrap;
    }
    .old-pages .buysell-table .buysell-table__body .tr:first-child::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 30px;
        background: #DBDBDE;
        width: calc(100% - 60px);
        height: 1px;
        transition: all 0.3s;
    }
    .old-pages .buysell-table .buysell-table__body .tr {
        align-items: stretch;
    }

    .old-pages .buysell-table .buysell-table__body .col {
        position: relative;
        padding-top: 20px;
    }
    .old-pages .buysell-table .col.col-seller {
        margin-bottom: 10px;
        width: calc(100% - 150px);
    }
    .old-pages .buysell-table .col.col-method {
        padding-top: 0;
        width: 40%;
        order: 3;
    }
    .old-pages .buysell-table .col.col-method .buysell-table__label {
        padding-left: 90px;
    }
    .old-pages .buysell-table .col.col-limits {
        width: 35%;
    }
    .old-pages .buysell-table .col.col-rate {
        width: 25%;
        text-align: right;
    }
    .old-pages .buysell-table .col.col-buy {
        padding-top: 0;
        order: 2;
    }

    .old-pages .buysell-table__name {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .old-pages .buysell__top_outer .buysell__top_label {
        margin-top: 0;
    }
    .old-pages .buysell__top_price.with_arrow {
        margin-bottom: 30px;
        padding-left: 20px;
    }
    .old-pages .buysell__top_price.with_arrow .icon {
        left: 0;
    }

    .old-pages .buysell__top_selects .row {
        margin: 0 -12px;
    }
    .old-pages .buysell__top_selects .col {
        padding: 0 12px;
    }

    .old-pages .buysell__top_selects .currency-label {
        top: auto;
        bottom: 5px;
        left: 21px;
        right: auto;
        line-height: 1.2;
        font-size: 12px;
        font-weight: 600;
        transform: none;
        color: #797b7d;
    }
}
@media (max-width: 567px) {
    .old-pages .buysell__top_selects .col {
        margin-bottom: 2px;
    }
    .old-pages .buysell__top_price.with_arrow {
        padding-left: 15px;
        font-size: 22px;
    }
    .old-pages .buysell__top_price.with_arrow .icon {
        top: 6px;
        font-size: 15px;
    }
}

@media (min-width: 480px) and (max-width: 567px) {
    .old-pages .buysell-table .buysell-table__body .tr {
        padding-top: 20px;
    }
    .old-pages .buysell-table .col.col-seller {
        margin-bottom: 10px;
        width: 30%;
    }
    .old-pages .buysell-table .col.col-method {
        margin-bottom: 10px;
        width: calc(70% - 150px);
        order: 2;
    }
    .old-pages .buysell-table .col.col-method .coin-element {
        display: inline-block;
        position: relative;
        padding-left: 50px;
        height: 40px;
    }
    .old-pages .buysell-table .col.col-method .coin-element img {
        width: 40px;
        height: 40px;
    }
    .old-pages .buysell-table .col.col-method .buysell-table__label {
        padding-left: 65px;
        padding-right: 0;
    }
    .old-pages .buysell-table .col.col-limits {
        width: 60%;
    }
    .old-pages .buysell-table .col.col-rate {
        width: 40%;
    }
    .old-pages .buysell-table .col.col-buy .button {
        position: relative;
        top: -5px;
        height: 45px;
        line-height: 43px;
    }
}
@media (max-width: 479px) {
    .old-pages .buysell-table .buysell-table__body .tr {
        padding-top: 20px;
    }
    .old-pages .buysell-table .col.col-method {
        width: 100%;
    }
    .old-pages .buysell-table .col.col-limits {
        width: 60%;
    }
    .old-pages .buysell-table .col.col-rate {
        width: 40%;
    }
}

/* me_landing
--------------------------------------------------- */

.old-pages .me_landing .crypto_is_simple {
    display: none;
}
.old-pages .me_landing .landing_section_01 {
    background: #558416;
}
.old-pages .me_landing .app_page_top__cols .img_col .round:nth-child(1) {
    background: #71b01d !important;
}
.old-pages .me_landing .app_page_top__cols .img_col .round:nth-child(2) {
    background: #85cc27 !important;
}
.old-pages .me_landing .app_page_top__cols .text_col h1 {
    color: #fff;
}
.old-pages .me_landing .app_page_top__cols .text_col_description {
    font-size: 16px;
    color: #fff;
}

.old-pages .me_landing .landing_section_02 .inner {
    max-width: 850px;
}

.old-pages .landing_section_09 {
    padding: 80px 0;
    background: #ecf1f5;
}
.old-pages .landing_section_09.white_bg {
    background: #fff;
}
.old-pages .landing_section_09 .inner {
    display: flex;
}
.old-pages .landing_section_09 .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.old-pages .landing_section_09 .col-left {
    padding-right: 40px;
    width: 30%;
}
.old-pages .landing_section_09 .col-right {
    width: 70%;
}
.old-pages .landing_section_09.with_facts .col-left {
    width: 35%;
}
.old-pages .landing_section_09.with_facts .col-right {
    width: 65%;
}

.old-pages .landing_section_09 .subtitle {
    margin-top: 80px;
    line-height: 0.9;
    font-size: 46px;
    font-weight: 300;
    color: #000;
}
.old-pages .landing_section_09.with_facts .subtitle {
    margin-top: 0;
}
.old-pages .landing_section_09.with_facts .col-left img {
    opacity: 0;
    margin-left: -15%;
    transition: .6s;
}
.old-pages .landing_section_09.with_facts .col-left img.on-screen-true {
    opacity: 1;
    margin-left: -10%;
}
.old-pages .landing_section_09 .img_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
    padding-right: 40px;
    padding-top: 30px;
}
.old-pages .landing_section_09 .img_list img {
    position: relative;
    top: -10px;
    opacity: 0;
    margin-right: 40px;
    width: auto;
    height: auto;
    max-width: 125px;
    transition: .6s;
}
.old-pages .landing_section_09 .img_list img:nth-child(2) {
    transition-delay: .2s;
}
.old-pages .landing_section_09 .img_list img:nth-child(3) {
    transition-delay: .4s;
}
.old-pages .landing_section_09 .img_list.on-screen-true img {
    top: 0;
    opacity: 1;
}
.old-pages .landing_section_09 .img_list img:last-child {
    margin-right: 0;
}
.old-pages .landing_section_09 .text {
    font-size: 20px;
}
.old-pages .landing_section_09 .fact {
    margin-bottom: 50px;
}
.old-pages .landing_section_09 .fact:last-child {
    margin-bottom: 0;
}
.old-pages .landing_section_09 .name {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.old-pages .landing_section_09 .txt {
    font-size: 16px;
}
.old-pages .landing_section_09 .txt p:last-child {
    margin-bottom: 0;
}
.old-pages .landing_section_09 .fact {
    margin-bottom: 30px;
}

.old-pages .landing_section_10 {
    padding-top: 80px;
}
.old-pages .landing_section_10 .subtitle {
    margin: 0 0 20px;
    line-height: 0.9;
    font-size: 46px;
    font-weight: 300;
    color: #000;
}
.old-pages .landing_section_10 .description {
    margin: 0 0 50px;
    font-size: 18px;
    color: #6f6f6f;
}

.old-pages .landing_section_10 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 -20px;
}
.old-pages .landing_section_10 .list .element {
    margin: 40px 20px 0;
    width: calc(33.333333% - 40px);
}
.old-pages .landing_section_10 .list .element__img {
    position: relative;
    margin-bottom: 65px;
    text-align: center;
}
.old-pages .landing_section_10 .list .element__img img {
    display: inline-block;
    position: relative;
    top: -10px;
    opacity: 0;
    max-width: 70%;
    z-index: 15;
    transition: .6s;
}
.old-pages .landing_section_10 .list .element__img::before,
.old-pages .landing_section_10 .list .element__img::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    transition: .6s;
}
.old-pages .landing_section_10 .list .element__img::before {
    z-index: 5;
    background: #71b01d;
    width: 326px;
    height: 326px;
}
.old-pages .landing_section_10 .list .element__img::after {
    z-index: 10;
    background: #85cc27;
    width: 214px;
    height: 214px;
}
.old-pages .landing_section_10 .list .element__img .number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 20;
    border-radius: 50%;
    background: #ff8003;
    box-shadow: -6px 6px 16px rgba(0, 0, 0, .2);
    width: 80px;
    height: 80px;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
}
.old-pages .landing_section_10 .list .element__title {
    margin-bottom: 10px;
    min-height: 65px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.old-pages .landing_section_10 .list .element__text {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.old-pages .landing_section_10 .list.on-screen-true .element__img img {
    top: 0;
    opacity: 1;
}
.old-pages .landing_section_10 .list.on-screen-true .element:nth-child(2) .element__img img {
    transition-delay: .2s;
}
.old-pages .landing_section_10 .list.on-screen-true .element:nth-child(3) .element__img img {
    transition-delay: .4s;
}
.old-pages .landing_section_10 .list.on-screen-true .element__img::before,
.old-pages .landing_section_10 .list.on-screen-true .element__img::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.old-pages .landing_section_10 .list.on-screen-true .element:nth-child(1) .element__img::before {
    transition-delay: .2s;
}
.old-pages .landing_section_10 .list.on-screen-true .element:nth-child(1) .element__img::after {
    transition-delay: .3s;
}
.old-pages .landing_section_10 .list.on-screen-true .element:nth-child(2) .element__img::before {
    transition-delay: .4s;
}
.old-pages .landing_section_10 .list.on-screen-true .element:nth-child(2) .element__img::after {
    transition-delay: .5s;
}
.old-pages .landing_section_10 .list.on-screen-true .element:nth-child(3) .element__img::before {
    transition-delay: .6s;
}
.old-pages .landing_section_10 .list.on-screen-true .element:nth-child(3) .element__img::after {
    transition-delay: .7s;
}

@media only screen and (max-width: 1199px) {
    .old-pages .landing_section_10 .list .element__img::before {
        width: 300px;
        height: 300px;
    }
    .old-pages .landing_section_10 .list .element__img .number {
        left: 0;
    }
}
@media only screen and (max-width: 991px) {
    .old-pages .landing_section_09 .col-left {
        width: 30%;
    }
    .old-pages .landing_section_09 .col-right {
        width: 70%;
    }
    .old-pages .landing_section_09.with_facts .col-left {
        width: 30%;
    }
    .old-pages .landing_section_09.with_facts .col-right {
        width: 70%;
    }
    .old-pages .landing_section_09 .subtitle {
        font-size: 30px;
    }
    .old-pages .landing_section_10 .list .element__img::before {
        width: 240px;
        height: 240px;
    }
    .old-pages .landing_section_10 .list .element__img::after {
        width: 170px;
        height: 170px;
    }
    .old-pages .landing_section_10 .list .element__img .number {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    .old-pages .landing_section_10 .list .element__title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .old-pages .landing_section_09 .inner {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .old-pages .landing_section_09 .col-left,
    .old-pages .landing_section_09 .col-right {
        width: 100%;
    }
    .old-pages .landing_section_09.with_facts .col-left,
    .old-pages .landing_section_09.with_facts .col-right {
        width: 100%;
    }
    .old-pages .landing_section_09 .subtitle {
        margin-top: 0;
        font-size: 30px;
    }
    .old-pages .landing_section_09.with_facts .col-left img {
        margin-left: -5%;
        margin-bottom: 30px;
        max-width: 250px;
    }
    .old-pages .landing_section_09.with_facts .col-left img.on-screen-true {
        margin-left: 0;
    }

    .old-pages .landing_section_10 .subtitle {
        font-size: 30px;
    }
    .old-pages .landing_section_10 .list {
        margin: 0 -10px;
    }
    .old-pages .landing_section_10 .list .element {
        margin: 20px 10px 0;
        width: calc(33.333333% - 20px);
    }
    .old-pages .landing_section_10 .list .element__img {
        margin-bottom: 40px;
    }
    .old-pages .landing_section_10 .list .element__img img {
        max-width: 115px;
    }
    .old-pages .landing_section_10 .list .element__img::before {
        width: 160px;
        height: 160px;
    }
    .old-pages .landing_section_10 .list .element__img::after {
        width: 130px;
        height: 130px;
    }
    .old-pages .landing_section_10 .list .element__img .number {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    .old-pages .landing_section_10 .list .element__title {
        font-size: 16px;
    }
    .old-pages .landing_section_10 .list .element__text {
        font-size: 14px;
    }
}
@media only screen and (max-width: 567px) {
    .old-pages .landing_section_09 .img_list img {
        margin-right: 20px;
        width: auto;
        height: auto;
        max-width: 110px;
    }

    .old-pages .landing_section_10 .list {
        margin: 0;
    }
    .old-pages .landing_section_10 .list .element {
        display: flex;
        align-items: center;
        margin: 30px 0 0;
        width: 100%;
    }
    .old-pages .landing_section_10 .list .element__img {
        margin: 0;
        width: 150px;
    }
    .old-pages .landing_section_10 .list .element__body {
        padding-left: 30px;
        width: calc(100% - 150px);
    }
    .old-pages .landing_section_10 .list .element__title {
        min-height: 0;
    }
}
@media only screen and (max-width: 479px) {
    .old-pages .landing_section_09 .img_list img {
        max-width: 90px;
    }

    .old-pages .landing_section_10 .list {
        margin: 0;
    }
    .old-pages .landing_section_10 .list .element {
        display: block;
        margin-top: 50px;
    }
    .old-pages .landing_section_10 .list .element__img {
        margin-bottom: 30px;
        width: 100%;
    }
    .old-pages .landing_section_10 .list .element__img img {
        max-width: 160px;
    }
    .old-pages .landing_section_10 .list .element__img::before {
        width: 260px;
        height: 260px;
    }
    .old-pages .landing_section_10 .list .element__img::after {
        width: 180px;
        height: 180px;
    }
    .old-pages .landing_section_10 .list .element__img .number {
        left: 50%;
        margin-left: -110px;
    }
    .old-pages .landing_section_10 .list .element__body {
        padding-left: 0;
        width: 100%;
    }
}

/* take-send */

@media (max-width: 767px) {
    .old-pages .takesend_section_02 .app_page_top__stores.sm ul {
        justify-content: center;
    }
    .old-pages .takesend_section_02 .app_page_top__stores.sm li {
        margin: 0 5px 10px;
    }
}

.old-pages .buysell__top_select-container {
    border-color: #fff;
    border-radius: 8px;
    background: #fff;
    height: 65px;
    line-height: 63px;
    font-size: 18px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.old-pages .buysell__top_select-container::after {
    margin-left: auto;
    display: inline-block;
    vertical-align: middle;
    content: "";
    border: none;
    width: 24px;
    height: 24px;
    background: url("../../img/start-buy/currency-arrow.svg") center no-repeat;
}

.old-pages .buysell__top_select-container img {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.old-pages .buysell__top_select-dropdown {
    border: none;
    width: 100%;
    max-height: 216px;
    overflow-y: auto;
}

.old-pages .buysell__top_select-dropdown-item {
    color: #000000;
    text-decoration: none;
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.old-pages .buysell__top_select-dropdown-item img {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.old-pages .buysell__top_select-dropdown-item:hover {
    color: #000000;
}

.buysell__top-field {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding-left: 20px;
    height: 65px;
}

.old-pages input.buysell__top-input {
    height: 65px;
    border: none;
    padding: 0;
    background-color: transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #0B0D15;
    flex-grow: 1;
}

.old-pages input.buysell__top-input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #A9B3BB;
}

.old-pages input.buysell__top-input::-moz-placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #A9B3BB;
}

.old-pages input.buysell__top-input:-moz-placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #A9B3BB;
}

.old-pages input.buysell__top-input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #A9B3BB;
}

.buysell__top-input:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.buysell__top-currency {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.buysell__top-currency img {
    border-radius: 16px;
    width: 32px;
    height: 32px;
    -o-object-fit: cover;
    object-fit: cover;
}

.buysell__top-currency-container {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #0B0D15;
    height: 65px;
    padding-right: 20px;
}

.buysell__top-currency-container img {
    margin-right: 15px;
}

.buysell__top-currency-container.dropdown-toggle:after {
    display: inline-block;
    margin-left: 17px;
    vertical-align: middle;
    content: "";
    border: none;
    width: 24px;
    height: 24px;
    background: url("../../img/start-buy/currency-arrow.svg") center no-repeat;
}

.buysell__top-currency-dropdown {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    max-height: 236px;
    overflow-y: auto;
}

.buysell__top-currency-dropdown_crypto {
    min-width: 230px !important;
}

a.dropdown-item.buysell__top-currency-dropdown-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #0B0D15;
    text-decoration: none;
}

.buysell__top-currency-dropdown-item img {
    margin-right: 15px;
}

@media (max-width: 1000px) {
    .col.buysell__top-col_pm {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .col.buysell__top-col {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 25px;
    }

    .col.buysell__top-col:first-child {
        margin-top: 0;
    }
}
