/*************** section-banner start **************/
.section-banner {
    /* min-height: 100svh; */
    background-color: #262626;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 96px 0;
    margin-bottom: 64px;
}



.section-banner .banner_title {
    max-width: 660px;
    color: var(--white);
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.5px;
    margin: auto;
    margin-bottom: 29px;
}

.banner_title span {
    color: #8DC63F;
}

.banner_text {
    max-width: 490px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #F0F0F0;
    text-align: center;
    margin: auto;
    margin-bottom: 32px;
}

.banner_btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.en .banner_btn-wrap .btn-primary {
    text-wrap: nowrap;
}

.cryptohopper-web-widget {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (max-width: 1024px) {
    .section-banner {
        padding: 144px 0;
    }

    .section-banner .banner_title {
        font-size: 48px;
        margin-bottom: 49px;
    }

    .section-standard .btn-success {
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .section-banner .btn-success {
        max-height: 40px !important;
        margin-left: 15px;
    }

    .section-banner .banner_title {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .section-banner {
        padding: 128px 0;
        padding-bottom: 70px;
        margin-bottom: 32px;
    }

    .banner_title {
        font-size: 24px;
    }

    .section-standard .btn-success {
        margin: 0 auto;
    }
}

@media (max-width: 384px) {
    .banner_btn-wrap .btn {
        width: calc(50% - 3px);
        min-width: inherit;
        line-height: 20px;
    }
}

/*************** section-banner end **************/

/*************** section-standard start **************/


.standard_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 56px 64px;
}

.standard_text-block,
.standard_img-block {
    width: calc(50% - 32px);
}

.standard_img {
    width: 100%;
    height: auto;
}

.standard_title {
    margin-bottom: 16px;
}

.standard_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
}

.standard_btn-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
}

.btn-google-pay {
    padding: 0;
}

@media (max-width: 1024px) {
    /* .section-standard {
        padding: 96px 0;
    } */

    .left .standard_wrap {
        flex-direction: column;
    }

    .right .standard_wrap {
        flex-direction: column-reverse;
        /* border-bottom: 1px solid #F0F0F0;
        padding-bottom: 96px; */
    }

    .standard_text-block,
    .standard_img-block {
        width: 100%;
    }

    .standard_title {
        font-size: 36px;
    }

    .standard_img {
        max-width: 700px;
        margin: auto;
    }

    .standard_btn-wrap {
        gap: 20px;
    }
}

@media (max-width: 640px) {
    /* .section-standard {
        padding: 80px 0;
    } */

    /* .right .standard_wrap {
        padding-bottom: 80px;
    } */

    .standard_wrap {
        gap: 48px 64px;
    }

    .standard_title {
        font-size: 30px;
    }

    .standard_btn-wrap {
        gap: 16px;
    }

    .btn-google-pay {
        max-width: 48%;
        min-width: inherit;
    }

    .btn-google-pay img {
        display: block;
        width: 100%;
    }
}

/*************** section-standard end **************/

/*************** section-benefits start **************/
.section-benefits {}

.benefits_title {
    text-align: center;
    margin-bottom: 16px;
}

.benefits_text {
    max-width: 650px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin: auto;
    margin-bottom: 64px;
}

.benefits_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}

.benefits_item {
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    border-radius: 12px;
    padding: 16px;
    flex: 1 1 auto;
}

.benefits_item:nth-child(1),
.benefits_item:nth-child(4) {
    flex-basis: calc(40% - 12px);
}

.benefits_item:nth-child(2),
.benefits_item:nth-child(3) {
    flex-basis: calc(57% - 12px);
}

.benefits_item-title {
    padding: 16px 16px 0 16px;
    margin-bottom: 24px;
}

.benefits_item-list {
    padding: 0 16px 16px 16px;
    margin-bottom: 24px;
}

.benefits_item-list-item {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
}

.benefits_item-list-item:not(:last-child) {
    margin-bottom: 4px;
}

.benefits_item-img {
    max-width: 100%;
}

.benefits_item.ready {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 32px;
}

.benefits_item.ready .benefits_item-title {
    color: var(--white);
    font-size: 36px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.5px;
    padding: 0;
}

.benefits_item-btn {
    width: 100%;
}

@media (max-width: 1024px) {
    .section-benefits {
        padding: 96px 0;
    }

    .benefits_title {
        font-size: 36px;
    }

    .benefits_text {
        margin-bottom: 56px;
    }

    .benefits_item-title {
        font-size: 20px;
    }

    .benefits_item.ready .benefits_item-title {
        font-size: 32px;
    }

    .benefits_item-btn {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .section-benefits {
        padding: 80px 0;
    }

    .benefits_title {
        font-size: 30px;
    }

    .benefits_text {
        margin-bottom: 48px;
    }

    .benefits_item:nth-child(1),
    .benefits_item:nth-child(2),
    .benefits_item:nth-child(3),
    .benefits_item:nth-child(4) {
        flex-basis: 100%;
    }

    .benefits_item.ready {
        min-height: 500px;
    }

    .benefits_item.ready .benefits_item-title {
        font-size: 28px;
    }
}

/*************** section-benefits end **************/

/*************** section-instruments start **************/
.section-instruments {
    background: #FAFAFA;
}

.instruments_title {
    text-align: center;
    margin-bottom: 48px;
}

.tabs {
    display: none;
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    overflow-x: auto;
    /*overflow-x: scroll;*/
    padding-right: 120px;
    padding-left: 120px;
    margin-bottom: 36px;
}

.tabs-wrap {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: fit-content;
    min-height: 74px;
    margin: auto;
}

.tab-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: var(--black);
    white-space: nowrap;
    background-color: var(--transparent);
    border: 1px solid var(--neutrals-100);
    border-radius: 50px;
    padding: 12px 24px;
    transition: var(--transition);
    cursor: pointer;
}

.tab-link:hover {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.tab-link.active {
    color: var(--white);
    background-color: var(--primary);
    border: 1px solid var(--primary);
    position: relative;
}

.tab-link.active::after {
    content: '';
    border: 10px solid transparent;
    border-top: 10px solid var(--primary);
    position: absolute;
    bottom: -18px;
    left: calc(50% - 10px);
}

.tab-content {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #8d8d8d transparent;
    padding-right: 64px;
    padding-left: 64px;
}

/* For WebKit browsers like Chrome, Safari */
.tab-content::-webkit-scrollbar,
.tab-content::-webkit-scrollbar {
    width: 8px;
}

.tab-content::-webkit-scrollbar-thumb,
.tab-content::-webkit-scrollbar-thumb {
    background-color: #8d8d8d;
    border-radius: 4px;
}

.tab-content::-webkit-scrollbar-track,
.tab-content::-webkit-scrollbar-track {
    background-color: transparent;
}

.tab-item {
    display: none;
}

.tab-item.active {
    display: block;
}

.section-instruments table {
    width: 100%;
    display: block;
}

.section-instruments tr:nth-child(odd) {
    background: var(--white);
}

.section-instruments tr:first-child td {
    color: var(--black);
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    padding: 16px 16px;
}

.section-instruments td {
    min-width: 160px;
    width: 25%;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    padding: 10px 16px;
}

.section-instruments td:nth-child(1) {
    min-width: 184px;
    font-size: 12px;
    color: var(--black);
    font-weight: 700;
}

.section-instruments td:nth-child(2) {
    min-width: 451px;
}

.section-instruments td:nth-child(3) {
    min-width: 156px;
}

.section-instruments td:nth-child(4) {
    min-width: 201px;
}

.btn.buy,
.btn.sell {
    display: inline-flex;
    min-width: 80px;
    min-height: 36px;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    border-radius: 8px;
    padding: 6px 12px;
    transition: var(--transition);
}

.btn.buy {
    color: #2B9A52;
    background: #EBF8EF;
    margin-right: 8px;
}

.btn.buy:hover {
    text-decoration: none;
    background: #57C27D;
    color: var(--white);
}

.btn.buy:active {
    text-decoration: none;
    background: #57C27D;
    color: var(--white);
    outline: 4px solid rgba(87, 194, 125, 0.32);
}

.btn.sell {
    color: #C12525;
    background: #F9E9E9;
}

.btn.sell:hover {
    text-decoration: none;
    background: #CC4C4C;
    color: var(--white);
}

.btn.sell:active {
    text-decoration: none;
    background: #CC4C4C;
    color: var(--white);
    outline: 4px solid rgba(204, 76, 76, 0.32);
}

.disclaimer {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    margin-top: 32px;
    text-align: center;
}

.btn-load {
    margin: 32px auto 0 auto;
}

.hidden {
    display: none;
}

@media (max-width: 1024px) {

    .tabs,
    .tab-content {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media (max-width: 640px) {
    .instruments_title {
        font-size: 36px;
        line-height: 48px;
        letter-spacing: -1px;
        margin-bottom: 48px;
    }

    .tabs {
        margin-bottom: 20px;
    }

    .tabs,
    .tab-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-instruments td {
        min-width: 150px;
    }
}

/*************** section-instruments end **************/

/*************** section-learn start **************/
.section-learn {}

.learn_title {
    margin-bottom: 24px;
}

.learn_text {
    max-width: 484px;
    margin-bottom: 64px;
}

.learn_wrap {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.learn_item {
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    border-radius: 12px;
    padding: 12px 12px 28px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;
}

.learn_item-img {
    max-width: 100%;
}

.learn_item-title {
    padding: 16px 16px 0 16px;
    margin-bottom: 16px;
}

.learn_item-text {
    padding: 0 16px;
    margin-bottom: 16px;
}

.learn_item-btn {
    display: block;
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    text-decoration-line: underline;
    text-underline-offset: 3px;
    transition: var(--transition);
    padding: 0 16px;
}

.learn_item-btn:hover {
    color: var(--black);
}

.slick-track {
    display: flex;
}

.slick-slide {
    height: auto;
    margin: 0 12px;
}

.slick-list {
    overflow: visible;
    margin: 0 -12px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    gap: 16px;
    list-style: none;
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 18px;
}

.slick-dots button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #F0F0F0;
    border-radius: 2px;
    transition: var(--transition);
}

.slick-dots button:hover,
.slick-dots .slick-active button {
    background-color: var(--primary);
}

.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    bottom: 0;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    cursor: pointer;
    z-index: 1;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev::before,
.slick-next::before {
    width: 24px;
    height: 24px;
    transition: var(--transition);
}

.slick-prev::before {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI0IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTAgMTYuMDYxNUw1IDEyLjA2MTVNNSAxMi4wNjE1TDEwIDcuMDYxNTJNNSAxMi4wNjE1TDE3IDEyLjA2MTUiIHN0cm9rZT0iIzI2MjYyNiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=');
}

.slick-next::before {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI0IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTMgNy4wNjE1MkwxOCAxMi4wNjE1TTE4IDEyLjA2MTVMMTMgMTcuMDYxNU0xOCAxMi4wNjE1TDYgMTIuMDYxNSIgc3Ryb2tlPSIjMjYyNjI2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=');
}

.slick-prev:hover,
.slick-next:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
}

.slick-prev:hover::before,
.slick-next:hover::before {
    filter: brightness(10);
}

@media (max-width: 1024px) {
    .section-learn {
        padding: 96px 0;
    }

    .learn_title {
        font-size: 36px;
    }

    .learn_text {
        margin-bottom: 56px;
    }

    .learn_wrap {
        display: block;
    }

    .learn_item-title {
        font-size: 18px;
    }

    .carousel:before {
        content: '';
        position: absolute;
        top: 0;
        left: -40px;
        width: 40px;
        height: 100%;
        background: #ffffff;
        z-index: 1;
    }

    .slick-list {
        padding-right: 40px;
    }
}

@media (max-width: 640px) {
    .section-learn {
        padding: 80px 0;
    }

    .learn_title {
        font-size: 30px;
    }

    .learn_text {
        margin-bottom: 48px;
    }

    .slick-slide {
        margin: 0 8px;
    }

    .slick-list {
        padding-right: 27px;
        margin: 0 -8px;
    }
}

/* section services  */

.service-icon {
    width: -webkit-fill-available;
}

/* .section-services {
    padding-top: 50px;
    padding-bottom: 81px;
} */

.section-services .service-list li {
    font-size: 14px;

}

/*sectuion services end */

/*************** section-learn end **************/

/*************** section-tools start **************/
.section-tools {
    background: var(--black);
}


.tools_text-block {
    display: flex;
    gap: 24px;
    margin-bottom: 64px;
}

.tools_title {
    min-width: 57%;
    color: var(--white);
}

.tools_text {
    color: var(--white);
    line-height: 150%;
    padding-bottom: 32px;
}

.tools_btn {
    min-width: 199px;
    min-height: 52px;
    font-size: 18px;
}

.tools_img {
    width: 100%;
    max-width: 100%;
}

.tools_img.mobile {
    display: none;
}

@media (max-width: 1024px) {
    /* .section-tools {
        padding: 96px 0;
    } */

    .tools_text-block {
        flex-direction: column;
        margin-bottom: 56px;
    }

}

@media (max-width: 640px) {
    /* .section-tools {
        padding: 80px 0;
    } */

    .tools_text-block {
        margin-bottom: 48px;
    }

    .tools_img {
        display: none;
    }

    .tools_img.mobile {
        display: block;
    }

}

/*************** section-tools end **************/

/*************** section-solidity start **************/
.section-solidity {}

.solidity_title {
    text-align: center;
    margin-bottom: 16px;
}

.solidity_text {
    max-width: 654px;
    line-height: 150%;
    text-align: center;
    margin: auto;
    margin-bottom: 64px;
}

.section-solidity table {
    width: 100%;
}

.section-solidity tr {
    border-bottom: 1px solid #F0F0F0;
}

.section-solidity td {
    font-size: 14px;
    line-height: 150%;
    padding: 24px 0;
}

.section-solidity td:first-child {
    color: var(--black);
    font-weight: 700;
}

.section-solidity td:last-child {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.section-solidity td:last-child div {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    color: var(--primary);
}

@media (max-width: 1024px) {
    .section-solidity {
        padding: 96px 0;
    }

    .solidity_title {
        font-size: 36px;
    }

    .solidity_text {
        margin-bottom: 56px;
    }

    .section-solidity td:last-child div {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .section-solidity {
        padding: 80px 0;
    }

    .solidity_title {
        font-size: 30px;
    }

    .solidity_text {
        margin-bottom: 48px;
    }
}

/*************** section-solidity end **************/