#table_coins {
    margin-top: 100px;
    margin-bottom: 100px;
}
.head_table_coins {
    display: flex;
    justify-content: space-between;
    background: #627eea;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}
.head_table_coins div {
    font-size: 18px;
    font-weight: 500;
}
.head_table_coins > div:first-child {
    width: 10%;
}
.head_table_coins > div:nth-child(2) {
    width: 70%;
}
.head_table_coins > div:last-child {
    width: 20%;
}
.list_coins {
    margin-top: 15px;
}
.list_coins {
    counter-reset: post-counter;
}
.line_coin {
    background: #f4f6ff;
    display: flex;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    margin-bottom: 15px;
}
.list_coins .line_coin {
    counter-increment: post-counter;
}
.line_coin > div:first-child {
    width: 10%;
}
.list_coins .line_coin .number_coin::before {
    content: counter(post-counter) ". ";
    font-weight: bold;
    color: #0073e6;
    margin-left: 20px;
    font-size: 15px;
    color: #000;
}
.name_coin {
    display: flex;
    align-items: center;
    width: 70%;
    text-decoration: none;
    color: #000;
}
.icon_coin {
    margin-right: 10px;
}
.icon_coin img {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}
.code_coin {
    font-size: 16px;
}
.name_coin_insert {
    font-size: 16px;
    margin-left: 10px;
    text-transform: uppercase;
    opacity: 0.7;
}
.line_coin > div:last-child {
    width: 20%;
}
.button_exange {
    background: #0d7dfd;
    color: #fff;
    padding: 10px 0;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    margin-right: 0;
    margin-left: auto;
    display: block;
    max-width: 100%;
    text-align: center;
    transition: 0.5s;
}
.button_exange:hover {
    opacity: 0.7;
}
#graf_block {
    margin-bottom: 50px;
}
.seaction_info_coin {
    margin-top: 60px;
    margin-bottom: 60px;
}
.info_coin_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left_section_coin {
    width: 70%;
}
.left_section_coin h2 {
    color: #627eea;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}
.left_section_coin p {
    font-size: 18px;
    color: rgba(0, 0, 0, .7);
    line-height: 1.5;
    margin-bottom: 15px;
}
.right_section_coin {
    width: 25%;
}
.right_section_coin img {
    max-width: 100%;
}
.main-page__section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #15151C;
}
.main-page-section {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.main-page-section__second-column {
    flex-grow: 1;
    margin-top: 0;
}
.main-page-section_reverse .main-page-section__second-column {
    order: 1;
}
.main-page__content h2 {
    line-height: 28px;
    color: #fff;
    font-size: 40px;
    margin: 0 0 16px 0;
}
.main-page__content h2 {
    font-size: 36px;
    line-height: 44px;
}
.main-page__content-text {
    max-width: 633px;
}
.main-page__content p {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.34px;
    margin: 16px 0;
    opacity: 1;
}
.benefits {
    list-style-type: none;
    margin: 16px 0;
    padding: 0;
}
.benefits {
    display: flex
;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px;
}
.benefits.benefits_four {
    display: grid
;
    grid-template-columns: repeat(2, auto);
    row-gap: 17px;
    column-gap: 80px;
}
.benefits__item_four {
    display: flex
;
    align-items: center;
    gap: 8px;
}
.benefits__item_four {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.benefits__item {
    min-width: 160px;
    margin-inline-end: 30px;
}
.benefits.benefits_four .benefits__item {
    margin: 0;
    min-width: unset;
}
.benefits__item-value {
    display: inline-flex
;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #00C26F;
}
.benefits__item-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: 0.34px;
}
.benefits__item-text {
    display: block;
    font-weight: 400;
}
.how_to {
    padding: 90px 0;
}
.how_to_wrapper {
    display: flex
;
    justify-content: space-between;
}
.instructions {
    flex: 1;
    padding-right: 20px;
    width: 49%;
}
.instructions h2 {
    color: #627eea;
    font-size: 40px;
    margin-bottom: 40px;
}
.how_to_steps_list {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
}
.buy-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #627eea;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    transition: 0.5s;
}
.step {
    margin-bottom: 15px;
    padding: 10px;
    border-bottom: 1px solid #627eea;;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    flex-wrap: wrap;
}
.step.active {
    background: #627eea;;
    border-radius: 10px;
}
.step.active span {
    background-color: #fff;
}
.step.active h3 {
color: #fff;
}
.step.active p {
    color: #fff;
}
.step span {
    display: inline-block;
    background-color: #627eea;;
    color: #fff;
    padding: 0;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
}
.step.active span {
    color: #000
} 
.how_to_steps_list .step span::before {
    counter-increment: my-counter;
    content: counter(my-counter) "";
}
.step p {
    margin-top: 15px;
    font-size: 13px;
    margin-bottom: 11px;
    line-height: 1.5;
}
.mobile_img_how {
    display: none;
}
.image-section {
    flex: 1;
    text-align: center;
    width: 49%;
}
.image-section img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 100px;
}
.convert-pair-crypto {
    padding: 96px 0px;
}
.convert-pair-crypto--title {
    margin-bottom: 20px;
    color: #627eea;
    font-size: 40px;
}
.convert-pair-crypto--text p {
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.34px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 18px;
    color: rgba(0, 0, 0, .7);
}
.convert-pair-crypto--text p {
    margin-bottom: 48px;
}
.popular-fiat-markets__list {
    display: flex
;
    gap: 16px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.popular-fiat-pair {
    list-style: none;
}

.popular-fiat-pair__link {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
    padding-left: 12px;
    border: 1px solid #627eea;
    background-color: #627eea;
    border-radius: 40px;
    transition: all 0.2s ease;
    text-decoration: none;
}
.popular-fiat-pair__ticker-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.popular-fiat-pair__ticker-icon_first {
    margin-right: 6px;
}
.popular-fiat-pair__ticker {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-right: 4px;
}
.popular-fiat-pair__switcher-image {
    width: 28px;
    height: 28px;
    margin-right: 4px;
}
.popular-fiat-pair__ticker_to {
    margin-right: 0;
}
.convert-pair-crypto {
    padding: 30px 0px;
}

h2.simple_title {
    font-size: 40px;
    font-weight: bold;
    color: #627eea;
    text-transform: uppercase;
    max-width: 800px;
}
.line_faq {
    padding-left: 50px;
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}
.question {
    font-size: 20px;
    color: rgba(0, 0, 0, .7);
    font-weight: bold;
    text-transform: uppercase;
    max-width: 800px;
    line-height: 1.5;
    cursor: pointer;
    transition: 0.5s;
}
.answer {
    font-weight: 500;
    opacity: 0.7;
    color: rgba(0, 0, 0, .7);
    line-height: 1.7;
    font-size: 18px;
    margin-top: 20px;
    padding-left: 30px;
    display: none;
}
.line_faq:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 4px;
    background: url(../img/plus_faq.svg) no-repeat;
    width: 19px;
    height: 19px;
}
.step h3 {
    color: rgba(0, 0, 0, .7);
}
.step p {
    color: rgba(0, 0, 0, .7);
}
#faq {
    margin-top: 60px;
    margin-bottom: 60px;
}
.list_faq {
    margin-top: 35px;
}
.table_pairs .head_table_coins > div:nth-child(2) {
    width: 25%;
}
.table_pairs .head_table_coins > div:nth-child(3) {
    width: 20%;
}
.table_pairs .head_table_coins > div:nth-child(4) {
    width: 20%;
}
.table_pairs .head_table_coins > div:last-child {
    width: 20%;
}
.table_pairs .line_coin > div:nth-child(2) {
    width: 25%;
}
.table_pairs .line_coin > div:nth-child(3) {
    width: 20%;
    font-size: 13px;
    font-weight: 500;
}
.table_pairs .line_coin > div:nth-child(4) {
    width: 20%;
    font-size: 13px;
    font-weight: 500;
}
.table_pairs .line_coin > div:last-child {
    width: 20%;
    font-size: 13px;
    font-weight: 500;
}
#check {
    background: #15151C;
    padding: 96px 0;
    position: relative;
}
.check_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.check_wrap > div:first-child {
    max-width: 532px;
}
.check_wrap > div:last-child {
    max-width: 480px;
}

.check_wrap > div:last-child ul {
    list-style: none;
}
.check_wrap > div:last-child ul li {
    font-size: 17px;
    color: rgb(255 255 255 / 70%);
    margin-bottom: 20px;
    line-height: 1.7;
    position: relative;
}
.check_wrap > div:last-child ul li:before {
    content: " ";
    background: url(../img/check.svg) no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    display: block;
    left: -43px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#preim_section {
    padding: 90px 0;
    padding-bottom: 0;
}
#preim_section h2 {
    color: #627eea;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 45px;
}
.wrap_blocks {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block_preim {
    background: #627eea;
    border-radius: 10px;
    padding: 20px 40px;
    width: calc(48% - 0px);
    margin-bottom: 45px;
}
.top_title_preim {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.content_preim {
    margin-top: 25px;
    display: flex
;
    margin-bottom: 25px;
}
.bottom_title_preim {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
}
.bottom_title_preim h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}
.bottom_title_preim p {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}
.links h2 {
    font-size: 30px;
    color: #627eea;
    font-weight: bold;
    margin-bottom: 50px;
}
.lists_links_other {
    display: flex
;
    flex-wrap: wrap;
}
.lists_links_other a {
    background: #627eea;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    transition: 0.5s;
}
.lists_links_other a:hover {
    color: #fff;
    background: #232020;
}



@media screen and (max-width: 767px) {
    #table_coins {
        margin-top: 50px;
        margin-bottom: 0;
        overflow-x: scroll;
    }
    #table_coins > .container {
        overflow-x: scroll;
        width: 656px;
    }
    .head_table_coins {
        align-items: center;
    }
    .head_table_coins div {
        font-size: 15px;
    }
    .info_coin_wrap {
        flex-wrap: wrap;
    }
    .left_section_coin {
        width: 100%;
    }
    .right_section_coin {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .how_to_steps_list .step:first-child .mobile_img_how {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .image-section {
        display: none;
    }
    .mobile_img_how {
        display: block;
    }
    .instructions h2 {
        font-size: 32px;
    }
    .convert-pair-crypto--title {
        font-size: 32px;
    }
    .main-page__section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .check_wrap > div:first-child {
        max-width: inherit;
        text-align: center;
        width: 100%;
    }
    .check_wrap > div:last-child {
        max-width: 100%;
        margin-top: 51px;
        position: relative;
        right: 0;
    }
    .check_wrap > div:last-child ul li {
        font-size: 16px;
    }
    .check_wrap > div:last-child ul li {
        padding-left: 41px;
    }
    .check_wrap > div:last-child ul li:before {
        left: 0;
    }
    .check_wrap {
        flex-wrap: wrap;
    }
    .block_preim {
        width: 100%;
        margin-bottom: 20px;
    }
    h2.simple_title {
        font-size: 24px;
    }
    #preim_section h2 {
        font-size: 24px;
    }
    #preim_section {
        padding: 40px 0;
        padding-bottom: 0;
    }
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.table-responsive th, .table-responsive td {
  white-space: nowrap;
  padding: 10px;
}