﻿.main-screen {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 60px);
    background-color: #1b1e22;
    overflow: hidden
}

    .main-screen,
    .main-screen *,
    .main-screen :after,
    .main-screen :before {
        box-sizing: border-box
    }

.main-screen__content {
    padding-top: 40px
}

.main-screen__title {
    max-width: 400px;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff
}

.main-screen__list {
    max-width: 370px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: -24px
}

.main-screen__list-item {
    position: relative;
    width: calc(50% - 24px);
    margin-top: 24px;
    margin-left: 24px;
    padding-top: 16px
}

    .main-screen__list-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 12px;
        height: 10px;
        background-image: url(/images/check-second.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain
    }

    .main-screen__list-item:nth-child(1) strong,
    .main-screen__list-item:nth-child(2) strong {
        display: block
    }

.main-screen__list-text {
    font-size: 20px;
    line-height: 26px;
    color: #fff
}

    .main-screen__list-text strong {
        font-weight: 700;
        color: #36c05d
    }

.main-screen__list-text_desktop {
    display: none
}

.main-screen__button {
    width: 100%;
    margin-top: 40px;
    text-align: center;
    box-sizing: border-box
}

.main-screen__content-right {
    display: none
}

.main-screen__links {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 48px
}

.main-screen__link,
.main-screen__link img {
    display: block
}

.main-screen__slider {
    margin-top: auto
}

.main-screen__slider-box {
    margin-top: 30px;
    margin-bottom: 48px
}

.main-screen__slider-content-wrapper {
    height: 24px;
    text-align: center;
    display: flex
}

    .main-screen__slider-content-wrapper .slick-initialized {
        visibility: visible
    }

.main-screen__slider-content {
    margin: 0 auto;
    max-width: 750px;
    min-width: auto;
    padding: 0
}

.main-screen__slider-image {
    height: 24px;
    width: 24px;
    opacity: .2;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin: 0 auto
}

    .main-screen__slider-image:hover {
        -webkit-filter: none;
        filter: none;
        opacity: 1
    }

.main-screen__button_crypto-payment-gateway {
    width: 200px;
    text-align: center
}

.main-screen__trustpilot-widget-wrapper {
    min-height: 118px
}

    .main-screen__trustpilot-widget-wrapper a {
        color: #1b1e22
    }

@media screen and (min-width:480px) {
    .main-screen__slider-content {
        max-width: 950px
    }
}

@media screen and (min-width:768px) {
    .main-screen__button {
        width: auto;
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (min-width:992px) {
    .main-screen {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: calc(100vh - 80px)
    }

    .main-screen__box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
        flex-grow: 1
    }

    .main-screen__link img {
        -webkit-transition: -webkit-transform ease .3s;
        transition: transform ease .3s;
        transition: transform ease .3s, -webkit-transform ease .3s
    }

    .main-screen__link:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    .main-screen__content {
        width: 100%;
        position: relative;
        padding-top: 0;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .main-screen__content-left {
        position: relative;
        z-index: 1
    }

    .main-screen__title {
        max-width: 500px;
        font-size: 46px;
        line-height: 58px
    }

        .main-screen__title span {
            display: block
        }

    .main-screen__list {
        max-width: 520px
    }

    .main-screen__list-item {
        margin-top: 40px;
        padding-top: 0;
        padding-left: 24px
    }

        .main-screen__list-item:before {
            top: 12px
        }

        .main-screen__list-item:nth-child(1) strong {
            display: inline
        }

    .main-screen__list-text_mobile {
        display: none
    }

    .main-screen__list-text_desktop {
        display: block
    }

    .main-screen__button {
        margin-top: 72px
    }

    .main-screen__content-right {
        display: block;
        position: absolute;
        top: -10px;
        left: 350px;
        z-index: 0
    }

    .main-screen__links {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: flex-start;
        align-items: center;
        padding-top: 70px
    }

    .main-screen__trustpilot-widget-wrapper {
        min-width: 225px
    }

    .main-screen__slider-box {
        margin-top: 48px;
        margin-bottom: 48px
    }

    .main-screen__slider-content-wrapper {
        height: 32px
    }

    .main-screen__slider-content {
        max-width: 1300px
    }

    .main-screen__slider-image {
        height: 32px;
        width: 32px
    }
}

@media screen and (min-width:1600px) {
    .main-screen {
        min-height: 900px
    }

    .main-screen__box {
        position: relative;
        z-index: 1
    }

    .main-screen__content {
        margin: 0
    }

    .main-screen__title {
        max-width: 590px;
        font-size: 56px;
        line-height: 72px
    }

    .main-screen__list {
        max-width: 660px
    }

    .main-screen__list-text {
        font-size: 24px;
        line-height: 32px
    }

    .main-screen__content-right {
        top: -90px;
        right: auto;
        left: 400px
    }

        .main-screen__content-right img {
            width: 1185px;
            height: 660px
        }

    .main-screen__links {
        position: absolute;
        bottom: -40px;
        right: 16px;
        padding-top: 0
    }
}

.b-attention {
    text-align: center;
    height: 36px;
    display: flex;
    margin-top: auto;
    margin-bottom: 40px
}

    .b-attention a {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: .6px;
        color: #fff
    }

.b-attention__coin-slider {
    visibility: hidden
}

.b-attention .slick-initialized {
    visibility: visible
}

.b-wrapper__img,
.b-wrapper__imgXno {
    height: 36px;
    width: 36px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: .9;
    margin: 0 auto
}

    .b-wrapper__img:hover,
    .b-wrapper__imgXno:hover {
        -webkit-filter: none;
        filter: none
    }

.b-wrapper__imgXno {
    -webkit-filter: invert(1) brightness(10);
    filter: invert(1) brightness(10)
}

.b-wrapper .slick-list {
    height: 100%
}

.b-setup,
.b-setup__heading {
    display: flex;
    flex-direction: column;
    align-items: center
}

.b-setup {
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 20px
}

.b-setup__heading {
    margin-bottom: 18px
}

.b-setup__caption {
    margin-bottom: 85px;
    font-size: 24px;
    text-align: center;
    color: #13171c
}

.b-setup__content {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 70px
}

.b-setup__card {
    display: flex;
    flex-direction: column;
    align-items: center
}

.b-setup__arrow {
    align-self: flex-end;
    content: url(../images/setup/arrow.svg);
    margin-bottom: 30px
}

.b-setup__img-container {
    height: 155px;
    display: flex;
    justify-content: center;
    margin-bottom: 35px
}

.b-setup__img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.b-setup__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center
}

@media all and (max-width:950px) {
    .b-setup {
        padding: 20px 0
    }

    .b-setup__content {
        flex-direction: column;
        justify-content: space-between
    }

    .b-setup__caption {
        margin-bottom: 60px
    }

    .b-setup__arrow {
        content: url(../images/setup/arrow-down.svg);
        margin: 25px auto
    }
}

.crypto-payment-gateway-setup {
    padding-top: 40px
}

.crypto-payment-gateway-setup__text {
    font-size: 20px
}

.crypto-payment-gateway-setup__button {
    width: 200px;
    text-align: center
}

.crypto-payment-processor-setup {
    margin-bottom: 40px
}

@media screen and (min-width:992px) {
    .b-setup {
        padding-bottom: 60px
    }

    .crypto-payment-gateway-setup {
        padding-top: 120px
    }

    .crypto-payment-gateway-setup__text {
        max-width: 1000px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto
    }

    .crypto-payment-processor-setup {
        margin-bottom: 120px
    }
}

.b-features {
    padding: 80px 0;
    overflow: hidden
}

@media (max-width:1200px) {
    .b-features {
        padding: 80px 0 20px
    }
}

@media all and (max-width:767px) {
    .b-features {
        padding: 30px 0 0
    }
}

.b-features__content {
    margin-top: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center
}

    .b-features__content .slick-list {
        height: unset
    }

@media (max-width:1200px) {
    .b-features__content {
        flex-direction: column;
        height: 510px;
        text-align: center;
        padding: 40px 0 0
    }
}

.b-features .slick-dots {
    position: unset;
    bottom: -20px;
    margin-bottom: 40px
}

    .b-features .slick-dots li {
        background-color: #13171c;
        opacity: .25
    }

    .b-features .slick-dots .slick-active {
        background: #64acff;
        opacity: 1
    }

.b-features__images {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:1200px) {
    .b-features__images {
        margin: 0 auto 50px
    }
}

.b-features__heading {
    justify-content: center;
    text-align: center
}

.b-features__card {
    width: 290px;
    max-width: calc(100% - 20px);
    display: block;
    flex-direction: column;
    justify-content: center
}

@media (max-width:1200px) {
    .b-features__card {
        min-width: 100%;
        margin: 0 0 32px
    }
}

.b-features__link {
    display: block;
    height: 100px
}

.b-features__name {
    display: inline;
    font-weight: 700;
    font-size: 30px;
    color: #13171c;
    background-image: -webkit-linear-gradient(#13171c, #13171c);
    background-image: linear-gradient(#13171c, #13171c);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    -webkit-transition: background-size .3s;
    transition: background-size .3s
}

    .b-features__name:focus,
    .b-features__name:hover {
        background-size: 100% 2px
    }

.b-features__text {
    max-width: 270px;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .6px;
    color: rgba(19, 23, 28, .75)
}

@media (max-width:1200px) {
    .b-features__text {
        max-width: 320px;
        padding: 0 5px;
        margin: 0 auto
    }
}

.b-features__crypto-payment-gateway,
.b-features__crypto-payment-processor {
    padding-bottom: 0
}

.crypto-payment-processor-features__button {
    width: 200px;
    display: block;
    margin: 70px auto 0
}

.b-integration-ways {
    padding: 80px 0;
    background-color: #13171c
}

@media (max-width:1000px) {
    .b-integration-ways__content {
        flex-direction: column;
        align-items: center
    }

    .b-integration-ways__left {
        margin-bottom: 80px
    }
}

.b-integration-ways__content {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #fff
}

.b-integration-ways__heading {
    color: #fff;
    justify-content: center;
    text-align: center
}

.b-integration-ways__list {
    margin-bottom: 80px
}

.b-integration-ways__list-item {
    margin-bottom: 40px;
    display: flex;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

    .b-integration-ways__list-item:hover {
        color: #ff7da0
    }

    .b-integration-ways__list-item h3 {
        color: #fff;
        font-weight: 700
    }

.b-integration-ways__list-ico {
    margin-right: 20px
}

.b-integration-ways__carts {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    width: 70%;
    max-width: 740px;
    height: 300px
}

.b-integration-ways__carts-img {
    margin-right: 30px
}

.b-integration-ways__carts-img_woocommerce {
    width: 217px;
    height: 44px
}

.b-integration-ways__carts-img_ecwid {
    width: 159px;
    height: 35px
}

.b-integration-ways__carts-img_prestashop {
    width: 216px;
    height: 36px
}

.b-integration-ways__carts-img_whcms {
    width: 161px;
    height: 38px
}

.b-integration-ways__carts-img_magento {
    width: 170px;
    height: 46px
}

.b-integration-ways__carts-img_zencart {
    width: 96px;
    height: 54px
}

.b-integration-ways__carts-img_opencart {
    width: 215px;
    height: 42px
}

.b-integration-ways__carts-img_shopify {
    width: 175px;
    height: 50px
}

.b-integration-ways__carts-img_shopware {
    width: 170px;
    height: 46px
}

@media (max-width:1000px) {
    .b-integration-ways__carts {
        width: 100%
    }
}

@media (max-width:680px) {
    .b-integration-ways__carts {
        height: auto;
        flex-direction: column;
        align-items: center;
        width: 270px;
        margin: 0 auto
    }

    .b-integration-ways__carts-item {
        margin: 0 auto 20px
    }

    .b-integration-ways__carts-img {
        margin: 0
    }

    .b-integration-ways__carts-img_woocommerce {
        width: 148px;
        height: 30px
    }

    .b-integration-ways__carts-img_ecwid {
        width: 136px;
        height: 30px
    }

    .b-integration-ways__carts-img_prestashop {
        width: 180px;
        height: 30px
    }

    .b-integration-ways__carts-img_whcms {
        width: 127px;
        height: 30px
    }

    .b-integration-ways__carts-img_magento {
        width: 130px;
        height: 35px
    }

    .b-integration-ways__carts-img_zencart {
        width: 70px;
        height: 40px
    }

    .b-integration-ways__carts-img_opencart {
        width: 154px;
        height: 30px
    }

    .b-integration-ways__carts-img_shopify {
        width: 124px;
        height: 30px
    }
}

.b-integration-ways__text {
    font-size: 20px;
    text-align: center;
    color: #fff
}

@media screen and (min-width:992px) {
    .b-integration-ways__text {
        max-width: 1000px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto
    }
}

.b-how-works {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0
}

.b-how-works__content {
    width: 100%;
    min-height: 380px;
    margin: 85px 0
}

.b-how-works__background {
    content: url(../images/how-works/desktop.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.b-how-works__captures {
    position: relative;
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    text-align: center
}

.b-how-works__text {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px
}

    .b-how-works__text:nth-child(3) {
        margin-left: 10px
    }

    .b-how-works__text:nth-child(4) {
        margin-left: 45px
    }

    .b-how-works__text:nth-child(even) {
        margin-top: 290px
    }

@media (max-width:1200px) {
    .b-how-works__image {
        margin: 70px 0;
        content: url(../images/how-works/mobile1.svg)
    }

    .b-how-works__background {
        content: url(../images/how-works/mobile.svg);
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .b-how-works__captures {
        flex-direction: column;
        min-height: 1245px
    }

    .b-how-works__text:nth-child(even) {
        margin-top: 0
    }

    .b-how-works__text:nth-child(1) {
        padding-top: 170px
    }

    .b-how-works__text:nth-child(2) {
        padding: 0
    }

    .b-how-works__text:nth-child(3),
    .b-how-works__text:nth-child(4) {
        margin-left: 0
    }
}

.crypto-payment-gateway-how-it-works.b-wrapper {
    padding-left: 16px;
    padding-right: 16px
}

.crypto-payment-gateway-how-it-works__text {
    font-size: 20px;
    text-align: center;
    color: #13171c
}

@media screen and (min-width:992px) {
    .b-how-works {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .crypto-payment-gateway-how-it-works__text {
        max-width: 1100px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto
    }
}

.now-ecosystem__title {
    color: #13171c;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin: 0
}

.now-ecosystem__content,
.now-ecosystem__item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.now-ecosystem__content {
    margin-top: 24px;
    gap: 24px
}

.now-ecosystem__item {
    justify-content: flex-start;
    gap: 8px;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .6px;
    color: rgba(19, 23, 28, .75);
    text-align: center
}

    .now-ecosystem__item img {
        max-width: 220px;
        width: auto;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

@media (min-width:992px) {
    .now-ecosystem__title {
        font-size: 36px;
        line-height: 42px
    }

    .now-ecosystem__content {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        margin-top: 40px
    }

    .now-ecosystem__item {
        width: 30%;
        gap: 16px
    }

        .now-ecosystem__item:hover img {
            -webkit-transform: scale(110%);
            transform: scale(110%)
        }
}

.crypto-payment-tools {
    background-color: #fff;
    padding: 64px 0 54px;
    overflow: hidden
}

.crypto-payment-tools__title {
    color: #13171c;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px
}

    .accordion__content a,
    .crypto-payment-tools__title span {
        color: #64acff;
        font-weight: 600
    }

.crypto-payment-tools__content {
    position: relative;
    z-index: 1;
    margin-top: 24px
}

    .crypto-payment-tools__content::before {
        content: "";
        width: 100vw;
        height: 140px;
        border-radius: 8px 0 0 8px;
        background-color: #64acff;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 16px
    }

.crypto-payment-tools__cards-wrapper {
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px
}

.crypto-payment-tools__cards {
    width: 2253px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
    padding: 24px 16px 10px
}

.crypto-payment-tools__card {
    flex-shrink: 0;
    width: 180px;
    min-height: 232px;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #13171c;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 6px 0 #ddebfb;
    padding: 16px 9px;
    cursor: pointer;
    word-break: break-word
}

    .crypto-payment-tools__card img {
        display: block;
        width: 104px;
        height: 104px;
        margin: 0 auto 8px
    }

.crypto-payment-tools__slider-desktop,
.slick-slide.slick-loading img {
    display: none
}

@media screen and (min-width:768px) {
    .crypto-payment-tools__content {
        max-width: 100%
    }
}

@media screen and (min-width:992px) {
    .crypto-payment-tools__title {
        font-size: 44px;
        font-weight: 400;
        line-height: 66px;
        text-align: left
    }

        .crypto-payment-tools__title span {
            display: inline-block;
            position: relative
        }

            .crypto-payment-tools__title span::after {
                content: "";
                display: inline-block;
                width: 45px;
                height: 45px;
                background-image: url(/images/three-lines-red.svg);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center center;
                position: absolute;
                top: -15px;
                right: -35px
            }

    .crypto-payment-tools__content {
        max-width: 992px;
        min-height: 326px
    }

        .crypto-payment-tools__content::before {
            height: 194px
        }

    .crypto-payment-tools__slider-desktop {
        display: block;
        margin-left: 36px;
        padding-top: 40px
    }

        .crypto-payment-tools__slider-desktop > div > img {
            display: block;
            margin: 0 auto
        }

    .crypto-payment-tools__cards-wrapper {
        display: none
    }

    .crypto-payment-tools__slider-desktop_de .crypto-payment-tools-slider__slide {
        height: 305px
    }

    .crypto-payment-tools__slider-desktop_de .crypto-payment-tools-slider {
        padding-bottom: 90px
    }
}

@media screen and (min-width:1200px) {
    .crypto-payment-tools {
        padding: 80px 0
    }

    .crypto-payment-tools__content {
        max-width: 1232px
    }
}

.best-suited {
    background-color: #fff;
    padding: 64px 0
}

.best-suited__description,
.best-suited__title {
    color: #13171c;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px
}

.best-suited__description {
    color: #1b1e22;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .2px
}

.best-suited__content {
    overflow-x: auto;
    margin: 18px -16px 0;
    padding: 6px 16px
}

.best-suited__list {
    min-width: 2136px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px
}

.best-suited__card {
    flex-shrink: 0;
    width: 216px;
    min-height: 188px;
    color: #13171c;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 9px 0 #d9e0e8;
    padding: 16px;
    word-break: break-word
}

    .best-suited__card img {
        display: block;
        margin: 0 auto 12px
    }

.best-suited__button {
    margin-top: 40px
}

@media screen and (min-width:768px) {
    .best-suited__box {
        max-width: 100%
    }
}

@media screen and (min-width:992px) {
    .best-suited__title {
        font-size: 44px;
        line-height: 66px
    }

    .best-suited__content {
        margin-top: 40px
    }

    .best-suited__card {
        -webkit-transition: box-shadow ease .3s;
        transition: box-shadow ease .3s
    }

        .best-suited__card:hover {
            box-shadow: 0 2px 14px 0 #c3ccd7
        }

        .best-suited__card:focus {
            box-shadow: 0 2px 4px 0 #d9e0e8
        }

    .best-suited__button {
        display: flex;
        width: 200px;
        margin: 40px auto 0
    }
}

@media screen and (min-width:1200px) {
    .best-suited {
        padding: 60px 0
    }

    .best-suited__box {
        max-width: 1232px
    }

    .best-suited__content {
        overflow-x: visible;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }

    .best-suited__list {
        min-width: 100%;
        flex-wrap: wrap
    }

    .best-suited__card {
        width: calc(20% - 24px)
    }

        .best-suited__card:nth-child(1),
        .best-suited__card:nth-child(2),
        .best-suited__card:nth-child(3),
        .best-suited__card:nth-child(4) {
            width: calc(25% - 24px)
        }
}

.get-started {
    background-color: #fff;
    padding: 40px 0
}

.get-started__box {
    border-radius: 12px;
    background: -webkit-linear-gradient(top, #add5ff 0%, #f6faff 100%);
    background: linear-gradient(180deg, #add5ff 0%, #f6faff 100%);
    padding: 16px
}

.get-started__title {
    display: inline-flex;
    color: #64acff;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    background: #fff;
    border-radius: 12px;
    padding: 8px
}

.get-started__text {
    max-width: 620px;
    font-size: 16px;
    line-height: 20px;
    color: #2b2b36;
    margin-top: 12px
}

.get-started__links {
    margin-top: 20px
}

.get-started__button {
    margin-top: 12px
}

    .get-started__button:first-child {
        margin-top: 0
    }

@media screen and (min-width:992px) {
    .get-started {
        padding: 60px 0
    }

    .get-started__box {
        position: relative;
        z-index: 0;
        padding: 40px
    }

        .get-started__box:before {
            content: "";
            display: block;
            width: 100%;
            height: calc(100% + 9px);
            background-image: url(/images/get-started-image.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: contain;
            position: absolute;
            top: -6px;
            right: -7px;
            bottom: 0;
            z-index: 0
        }

    .get-started__title {
        position: relative;
        z-index: 1;
        font-size: 44px;
        font-weight: 700;
        line-height: 54px;
        padding: 8px 16px
    }

    .get-started__text {
        position: relative;
        z-index: 1;
        line-height: 24px;
        margin-top: 16px
    }

    .get-started__links {
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 40px
    }

    .get-started__button {
        min-width: 264px;
        margin-top: 0;
        margin-left: 16px
    }

        .get-started__button:first-child {
            margin-left: 0
        }
}

.slick-slider,
.slick-list {
    position: relative;
    display: block;
    overflow: hidden; /* 🔒 Prevent right overflow */
    width: 100%; /* ✔ Ensure it fits inside parent */
    box-sizing: border-box; /* ✔ Keep padding/border in control */
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after,
    .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
    display: block
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.input {
    width: 100%;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #13171c;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    padding: 0 15px;
    box-sizing: border-box
}

    .input::-webkit-input-placeholder {
        color: #a4a4a4
    }

    .input::-moz-placeholder {
        color: #a4a4a4
    }

    .input::-ms-input-placeholder {
        color: #a4a4a4
    }

    .input::placeholder {
        color: #a4a4a4
    }

.checkbox_error .checkbox__box,
.input_error {
    border-color: #ff7da0
}

.input_success {
    border-color: #61bc6a
}

.field {
    position: relative;
    display: block;
    width: 100%
}

.field__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.field__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #13171c;
    margin-bottom: 8px
}

.field__title-optional {
    color: #a4a4a4
}

.field__box {
    position: relative
}

.field__input_with-icon {
    padding-right: 30px
}

.field__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    background-color: transparent;
    position: absolute;
    bottom: 1px;
    right: 1px;
    margin: auto;
    padding-right: 10px;
    padding-left: 5px;
    border-radius: 8px
}

.field__error {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ff7da0;
    text-align: right;
    margin-bottom: 8px
}

.field_ticker {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #13171c;
    background-color: transparent;
    position: absolute;
    bottom: 1px;
    right: 1px;
    margin: auto;
    padding-left: 5px;
    border-radius: 8px
}

.field__error_bottom {
    position: absolute;
    bottom: -24px;
    margin-bottom: 0
}

.checkbox {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer
}

    .checkbox:hover .checkbox__box {
        border-color: #64acff
    }

.checkbox__input {
    display: none
}

.checkbox__box {
    position: relative;
    z-index: 1;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    -webkit-transition: border-color, background-color, ease .3s;
    transition: border-color, background-color, ease .3s
}

    .checkbox__box:before {
        content: "";
        width: 8px;
        height: 4px;
        position: absolute;
        top: 3px;
        left: 2px;
        border: 2px solid #fff;
        border-top: 0;
        border-right: 0;
        border-radius: 2px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.checkbox__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #13171c;
    margin-left: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox__input:checked + .checkbox__box {
    border-color: #64acff;
    background-color: #64acff
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #64acff;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    padding: 0 16px;
    -webkit-transition: background ease .3s;
    transition: background ease .3s
}

    .button:hover {
        background-color: #73b1fa
    }

    .button:disabled {
        opacity: .5;
        pointer-events: none
    }

.button_black-border {
    color: #fff;
    background-color: #1b1e22;
    border: 1px solid #64acff
}

    .button_black-border:hover {
        background-color: #64acff
    }

@media screen and (min-width:992px) {
    .button {
        width: auto;
        font-size: 20px;
        line-height: 28px
    }
}

.slick-slider-button {
    position: relative;
    display: block;
    width: 44px;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    padding: 0 10px;
    -webkit-transform: none;
    transform: none
}

    .slick-slider-button:before {
        display: none
    }

.slick-slider-custom {
    position: relative
}

    .slick-slider-custom .slick-list {
        padding-bottom: 6px
    }

    .slick-slider-custom .slick-next,
    .slick-slider-custom .slick-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: transparent;
        border-radius: 8px;
        -webkit-transition: background-color ease .3s;
        transition: background-color ease .3s
    }

    .slick-slider-custom .slick-prev {
        left: -50px
    }

    .slick-slider-custom .slick-next {
        right: -50px
    }

        .slick-slider-custom .slick-next svg,
        .slick-slider-custom .slick-prev svg {
            -webkit-transition: .3s;
            transition: .3s
        }

        .slick-slider-custom .slick-next:hover svg,
        .slick-slider-custom .slick-prev:hover svg {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

            .slick-slider-custom .slick-next:hover svg path,
            .slick-slider-custom .slick-prev:hover svg path {
                fill: #81aff4;
                stroke: #81aff4
            }

.slick-slider-custom__dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 16px 0
}

    .slick-slider-custom__dots li {
        display: inline-block;
        vertical-align: middle
    }

        .slick-slider-custom__dots li button {
            display: block;
            width: 8px;
            height: 8px;
            font-size: 0;
            line-height: 0;
            background-color: #3d3d58;
            border-radius: 50%;
            border: 0;
            text-indent: -99999px;
            margin: 2px;
            padding: 0
        }

        .slick-slider-custom__dots li.slick-active button {
            background-color: #00c26f
        }

.accordion {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #2b2b36;
    border-top: 1px solid #e5e5e9
}

    .accordion:last-child {
        border-bottom: 1px solid #e5e5e9
    }

.accordion__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding: 16px 25px 16px 0;
    outline: 0;
    cursor: pointer
}

    .accordion__title:focus-visible {
        box-shadow: 0 0 5px 1px #64acff;
        border-radius: 8px
    }

.accordion__button {
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background: 0 0;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    pointer-events: none
}

    .accordion__button:after,
    .accordion__button:before {
        content: '';
        display: block;
        background: #64acff;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 6px;
        left: 0
    }

    .accordion__button:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.accordion__content {
    display: block;
    max-width: 842px;
    max-height: 0;
    opacity: 0;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden
}

    .accordion__content p {
        font-weight: 300
    }

    .accordion__content strong {
        font-weight: 600
    }

    .accordion__content ol,
    .accordion__content ul {
        margin-left: 25px
    }

.accordion_open .accordion__button {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion_open .accordion__content {
    max-height: 6000px;
    opacity: 1;
    padding-bottom: 16px
}

@media screen and (min-width:992px) {
    .accordion {
        font-size: 20px;
        line-height: 24px
    }

    .accordion__content {
        line-height: 28px
    }
}

.section {
    background-color: #fff;
    padding: 40px 0
}

.section__title {
    color: #13171c;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin: 0
}

.section__description {
    color: #13171c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 8px
}

.section__content {
    margin-top: 32px
}

@media screen and (min-width:992px) {
    .section {
        padding: 60px 0
    }

    .section__title {
        font-size: 36px;
        line-height: 42px
    }

    .section__content {
        margin-top: 40px
    }
}

.our-partners {
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto
}

.our-partners__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    min-width: 950px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -24px;
    margin-top: -24px
}

.our-partners__link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    flex-shrink: 0;
    text-align: center;
    margin-left: 24px;
    margin-top: 24px
}

    .our-partners__link img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block
    }

@media screen and (min-width:768px) {
    .our-partners {
        overflow-x: visible
    }

    .our-partners__list {
        justify-content: center;
        min-width: auto
    }
}

@media screen and (min-width:1200px) {
    .our-partners__list {
        margin-left: -40px;
        margin-top: -30px
    }

    .our-partners__link {
        height: 50px;
        margin-left: 40px;
        margin-top: 30px
    }

        .our-partners__link:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

        .our-partners__link img {
            -webkit-transition: -webkit-transform ease .2s;
            transition: transform ease .2s;
            transition: transform ease .2s, -webkit-transform ease .2s
        }
}

.review-card,
.review-card__author {
    display: flex;
    align-items: flex-start
}

.review-card {
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 2px 9px 0 #d9e0e8;
    border-radius: 8px;
    padding: 16px
}

.review-card__author {
    justify-content: flex-start
}

.review-card__author-image {
    flex-shrink: 0;
    width: 60px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px
}

    .review-card__author-image img {
        width: 60px;
        height: 56px
    }

.review-card__author-content {
    flex-grow: 1;
    text-align: left
}

.review-card__author-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #212529;
    letter-spacing: .24px
}

.review-card__author-company,
.review-card__author-text {
    color: #212529;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .16px
}

.review-card__author-company {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px
}

    .review-card__author-company:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #212529;
        position: absolute;
        left: 0;
        bottom: 1px;
        -webkit-transition: opacity ease .3s;
        transition: opacity ease .3s
    }

    .review-card__author-company:focus:before,
    .review-card__author-company:hover:before {
        opacity: 0
    }

.review-card__icon {
    margin-top: 16px
}

    .review-card__icon img,
    .review-card__logo a,
    .review-card__logo img,
    .review-card_float .review-card__author {
        display: block
    }

.review-card__text {
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    text-align: left;
    letter-spacing: .16px;
    margin-top: 8px
}

.review-card__logo {
    margin-top: auto;
    padding-top: 24px
}

.review-card_float .review-card__author-image {
    float: left
}

.review-card_float .review-card__author-name {
    max-width: 99%
}

@media screen and (min-width:992px) {
    .review-card {
        padding: 24px
    }

    .review-card__icon {
        margin-top: 20px
    }
}

.press-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0 2px 9px 0 #d9e0e8;
    border-radius: 8px;
    padding: 20px 16px
}

.press-card__logo {
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.press-card__text {
    position: relative;
    display: block;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    color: #212529;
    text-align: left;
    margin-top: 16px;
    padding: 54px 0;
    border: 0
}

    .press-card__text:after,
    .press-card__text:before {
        content: "";
        display: block;
        width: 42px;
        height: 42px;
        background-image: url(/images/quote.svg);
        position: absolute;
        z-index: 1
    }

    .press-card__text:before {
        top: 0;
        left: 0
    }

    .press-card__text:after {
        bottom: 0;
        right: 0
    }

@media screen and (min-width:992px) {
    .press-card {
        padding: 32px 16px
    }

    .press-card__text {
        margin-top: 24px
    }
}

.press-logos__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -12px;
    margin-left: -16px
}

.press-logos__link {
    display: block;
    margin-left: 16px;
    margin-top: 12px
}

.press-logos__image {
    display: block;
    max-width: 100%
}

@media screen and (min-width:992px) {
    .press-logos {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:1200px) {
    .press-logos {
        max-width: 100%
    }

    .press-logos__list {
        justify-content: space-between
    }

    .press-logos__image {
        -webkit-transition: -webkit-transform ease .2s;
        transition: transform ease .2s;
        transition: transform ease .2s, -webkit-transform ease .2s
    }

    .press-logos__link:hover .press-logos__image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.popup {
    position: fixed;
    z-index: 12;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
    padding: 10px
}

.popup_active {
    visibility: visible;
    opacity: 1;
    left: 0
}

.popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 0;
    outline: 0
}

.popup__content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
    border-radius: 10px;
    padding: 30px 16px;
    margin: auto
}

.popup__content_bottom {
    width: 100%;
    padding: 24px;
    margin: auto 0 -100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.popup_active .popup__content_bottom {
    margin-bottom: 0
}

.popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 30px;
    height: 30px;
    border: 4px solid transparent;
    cursor: pointer;
    outline: 0
}

.popup__content_bottom .popup__close {
    right: 24px;
    top: 24px;
    width: 23px;
    height: 23px
}

.popup__close-line {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 4px
}

.popup__content_bottom .popup__close-line {
    top: 5px;
    background-color: #7e7e7e
}

.popup__close-line:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup__close-line:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup__icon,
.popup__title {
    text-align: center
}

    .popup__icon img {
        display: inline-block;
        vertical-align: top
    }

.popup__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #13171c;
    margin-bottom: 12px
}

.popup__description {
    max-width: 435px;
    font-size: 14px;
    line-height: 20px;
    color: #868a99;
    text-align: center;
    margin: 0 auto 24px
}

.popup_mobile-full-view .popup__content {
    width: 100%;
    min-height: 100%;
    padding: 16px;
    border-radius: 0
}

.popup_mobile-full-view,
.popup_without-padding .popup__content {
    padding: 0
}

@media screen and (min-width:768px) {
    .popup__content {
        padding: 35px
    }

    .popup__title {
        font-size: 24px;
        line-height: 28px
    }

    .popup_mobile-full-view {
        padding: 10px
    }

        .popup_mobile-full-view .popup__content {
            width: auto;
            min-height: auto;
            border-radius: 10px;
            padding: 30px 16px
        }

    .popup_without-padding .popup__content {
        padding: 0
    }
}

.support-form-header {
    position: relative;
    z-index: 0;
    background-color: #f9f9f9;
    padding: 12px 10px;
    margin-left: -16px;
    margin-right: -16px
}

.support-form-header__button-back {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    cursor: pointer
}

    .support-form-header__button-back img {
        display: block
    }

.support-form-header__title {
    color: #13171c;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media screen and (min-width:991px) {
    .support-form-header {
        margin-left: -40px;
        margin-right: -40px
    }

    .support-form-header__button-back {
        left: 40px
    }
}

.support-form-step-icons {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.support-form-step-icons__line {
    width: 14%;
    height: 1px;
    display: block;
    background-color: #64acff
}

@media screen and (min-width:768px) {
    .support-form-step-icons__line {
        width: 15%
    }
}

.support-form-group__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.support-form-group__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #13171c
}

.support-form-group__right-element {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-align: right;
    color: #13171c
}

.support-form-group__body {
    margin-top: 16px
}

.support-form-finished {
    color: #13171c;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 40px
}

    .support-form-finished img {
        display: block;
        max-width: 100%;
        margin: 0 auto
    }

.support-form-finished__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 24px
}

.support-form-finished__text {
    margin-top: 16px
}

.support-form {
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .12);
    border-radius: 16px;
    padding: 24px 16px
}

.support-form_with-steps {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-grow: 1;
    border-radius: 0;
    box-shadow: none;
    padding-top: 0
}

.support-form__step-icons {
    margin-top: 24px
}

.support-form__group {
    margin-top: 32px
}

    .support-form__group:first-child {
        margin-top: 0
    }

.support-form__checkbox,
.support-form__group-field {
    margin-top: 16px
}

.support-form__button {
    height: 48px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    border-radius: 8px;
    margin-top: 4px
}

.support-form__recaptcha {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: left;
    transform-origin: left;
    margin-top: 32px;
    margin-bottom: -16px
}

.support-form__error-message {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 24px;
    font-size: 14px;
    line-height: 16px;
    color: #ff7da0;
    text-align: center;
    margin-top: 4px
}

.support-form_with-steps .support-form__error-message {
    margin-top: auto;
    padding-top: 4px
}

.support-form__button_border {
    color: #64acff;
    border-color: #64acff;
    background-color: #fff
}

    .support-form__button_border:hover {
        color: #64acff;
        background-color: rgba(100, 172, 255, .1)
    }

@media screen and (min-width:400px) {
    .support-form__recaptcha {
        -webkit-transform: none;
        transform: none;
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) {
    .support-form_with-steps {
        min-height: 615px
    }
}

@media screen and (min-width:992px) {
    .support-form {
        padding: 40px
    }

    .support-form_with-steps {
        min-height: 615px;
        padding-top: 0
    }

    .support-form__button {
        width: 240px;
        margin-left: auto;
        margin-right: auto
    }

    .support-form_with-steps .support-form__button {
        width: 100%
    }
}

.modal-contact-us_new-theme .popup__close {
    width: 24px;
    height: 24px;
    right: 16px
}

.modal-contact-us_new-theme .popup__close-line {
    top: 7px;
    background-color: #64acff
}

.modal-contact-us_new-theme .popup__content {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:768px) {
    .modal-contact-us_new-theme .popup__content {
        width: 100%;
        max-width: 510px;
        overflow: hidden
    }
}

.section-about-service__slider_desktop {
    min-height: 400px;
    text-align: center
}

.section-about-service__links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 16px
}

.section-about-service__badges {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
}

.section-about-service__link {
    display: block;
    width: 140px;
    text-align: center
}

    .section-about-service__link img {
        display: inline-block;
        vertical-align: top
    }

.section-about-service__trustpilot-wrapper {
    min-height: 118px;
    min-width: 225px
}

.section-about-service__trustpilot-link {
    color: #fff
}

@media screen and (min-width:375px) {
    .section-about-service__links {
        max-width: 470px;
        margin-left: auto;
        margin-right: auto
    }

    .section-about-service__link {
        width: 160px
    }
}

@media screen and (min-width:768px) {
    .section-about-service__links {
        flex-direction: row;
        justify-content: space-between;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .section-about-service__link:last-child {
        margin-top: 0
    }

    .section-about-service__slider_desktop-de .review-card,
    .section-about-service__slider_desktop-fr .review-card {
        min-height: 448px
    }

    .section-about-service__slider_desktop-de div.slick-list,
    .section-about-service__slider_desktop-fr div.slick-list {
        min-height: 468px
    }
}

@media screen and (min-width:992px) {
    .section-about-service__badges {
        margin-right: 48px
    }

    .section-about-service__slider_desktop-de .review-card,
    .section-about-service__slider_desktop-fr .review-card {
        min-height: 400px
    }

    .section-about-service__slider_desktop-de div.slick-list,
    .section-about-service__slider_desktop-fr div.slick-list {
        min-height: 420px
    }
}

@media screen and (min-width:1200px) {

    .section-about-service__slider_desktop-de .review-card,
    .section-about-service__slider_desktop-fr .review-card {
        min-height: 448px
    }

    .section-about-service__slider_desktop-de div.slick-list,
    .section-about-service__slider_desktop-fr div.slick-list {
        min-height: 468px
    }
}

.reviews-slider-mobile {
    padding: 10px 0;
    margin: 0 -16px;
    overflow-x: auto
}

.reviews-slider-mobile__list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 1320px;
    padding: 0 16px
}

.reviews-slider-mobile__slide {
    width: 310px;
    min-height: 400px;
    flex-shrink: 0;
    margin-left: 16px
}

    .reviews-slider-mobile__slide:first-child {
        margin-left: 0
    }

.reviews-slider-mobile__slide_theme_new .review-card__author-text {
    min-height: 48px
}

.reviews-slider-desktop {
    max-width: 90%;
    margin: 0 auto
}

.reviews-slider-desktop__slide {
    min-height: 400px
}

.reviews-slider-desktop_new-theme .slick-list {
    min-height: 420px
}

.reviews-slider-desktop_new-theme .slick-slide {
    padding: 10px 8px
}

.reviews-slider-desktop_new-theme .slick-next,
.reviews-slider-desktop_new-theme .slick-prev {
    height: 96%
}

.reviews-slider-desktop_new-theme .review-card__author-text {
    min-height: 48px
}

@media screen and (min-width:1300px) {
    .reviews-slider-desktop {
        max-width: 95%
    }

    .reviews-slider-desktop_new-theme .review-card__author {
        display: flex
    }

    .reviews-slider-desktop_new-theme .review-card__author-image {
        float: none
    }

    .reviews-slider-desktop_new-theme .review-card__author-name {
        max-width: 100%
    }
}

.section-alliance,
.section-our-partners_new-theme {
    text-align: center
}

    .section-our-partners_new-theme .section__title {
        position: relative;
        z-index: 0;
        display: inline-block
    }

        .section-our-partners_new-theme .section__title::after {
            content: "";
            width: 45px;
            height: 45px;
            background-image: url(../images/three-lines-red.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            position: absolute;
            top: -22px;
            right: -34px
        }

@media screen and (min-width:992px) {
    .section-our-partners_new-theme .container {
        position: relative;
        z-index: 0
    }

        .section-our-partners_new-theme .container::after {
            content: "";
            width: 126px;
            height: 76px;
            background-image: url(../images/main/partner-stars-left.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            position: absolute;
            bottom: -112px;
            left: 16px
        }
}

@media screen and (min-width:1200px) {
    .section-our-partners_new-theme .our-partners__list {
        max-width: 1220px;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }

    .section-our-partners_new-theme .our-partners__link {
        margin-left: 60px
    }

        .section-our-partners_new-theme .our-partners__link:first-child {
            margin-left: 0
        }
}

.section-alliance_new-theme .section__title {
    position: relative;
    z-index: 0;
    display: inline-block
}

    .section-alliance_new-theme .section__title::after {
        content: "";
        width: 45px;
        height: 45px;
        background-image: url(../images/three-lines-blue.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: -22px;
        right: -34px
    }

.section-alliance__partners {
    margin-left: 0;
    margin-right: 0;
    overflow: visible
}

.section-alliance__partners__new-theme .our-partners__list {
    min-width: auto;
    padding: 0;
    margin: 0;
    gap: 32px;
    justify-content: center
}

.section-alliance__partners__new-theme .our-partners__link {
    height: 51px;
    margin-left: 0;
    margin-top: 0
}

    .section-alliance__partners__new-theme .our-partners__link:nth-child(5) {
        order: 7
    }

    .section-alliance__partners__new-theme .our-partners__link:nth-child(8) {
        order: 8
    }

    .section-alliance__partners__new-theme .our-partners__link:nth-child(9) {
        order: 9
    }

@media screen and (min-width:992px) {
    .section-alliance_new-theme .container {
        position: relative;
        z-index: 0
    }

        .section-alliance_new-theme .container::before {
            content: "";
            width: 126px;
            height: 76px;
            background-image: url(../images/main/partner-stars-right.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            position: absolute;
            top: -76px;
            right: 16px
        }

    .section-alliance__partners__new-theme .our-partners__list {
        gap: 24px;
        justify-content: space-between
    }

    .section-alliance__partners__new-theme .our-partners__link {
        height: 70px;
        margin-left: 0;
        margin-top: 0
    }

        .section-alliance__partners__new-theme .our-partners__link:nth-child(5),
        .section-alliance__partners__new-theme .our-partners__link:nth-child(8),
        .section-alliance__partners__new-theme .our-partners__link:nth-child(9) {
            order: inherit
        }

        .section-alliance__partners__new-theme .our-partners__link:nth-last-child(1) {
            flex-basis: 100%;
            justify-content: center
        }
}

@media screen and (min-width:1200px) {
    .section-alliance__partners__new-theme .our-partners__list {
        max-width: 1160px;
        margin-left: auto;
        margin-right: auto
    }

    .section-alliance__partners__new-theme .our-partners__link {
        height: 80px
    }
}

.crypto-payments-processor-faq-section h2 {
    font-size: 32px;
    font-weight: 400
}

@media screen and (min-width:992px) {
    .crypto-payments-processor-faq-section h2 {
        font-size: 44px;
        line-height: 56px
    }
}

#reliable-service {
    min-height: 995px
}

    #reliable-service[data-is-gb=true] {
        min-height: 730px
    }

#press-about-us {
    min-height: 300px
}

@media screen and (min-width:400px) {
    #press-about-us {
        min-height: 270px
    }
}

@media screen and (min-width:550px) {
    #press-about-us {
        min-height: 235px
    }
}

@media screen and (min-width:768px) {
    #reliable-service {
        min-height: 960px
    }

        #reliable-service[data-is-gb=true] {
            min-height: 730px
        }
}

@media screen and (min-width:992px) {
    #reliable-service {
        min-height: 1065px
    }

        #reliable-service[data-is-gb=true] {
            min-height: 715px
        }

    #press-about-us {
        min-height: 280px
    }

    .get-started__contact-us {
        min-width: 264px
    }
}

@media screen and (min-width:1200px) {
    #reliable-service {
        min-height: 1045px
    }

    #press-about-us {
        min-height: 235px
    }
}

.crypto-payment-tools-slider__slide {
    display: block;
    flex-shrink: 0;
    width: 264px;
    height: 280px;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    color: #13171c;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 6px 0 #ddebfb;
    padding: 16px;
    cursor: pointer;
    -webkit-transition: box-shadow ease .3s;
    transition: box-shadow ease .3s
}

    .crypto-payment-tools-slider__slide:hover {
        box-shadow: 0 2px 9px 0 #cddff3
    }

    .crypto-payment-tools-slider__slide:focus {
        box-shadow: 0 2px 6px 0 #e8f3ff
    }

    .crypto-payment-tools-slider__slide img {
        display: block;
        width: 136px;
        height: 136px;
        margin: 0 auto 8px
    }

    .crypto-payment-tools-slider__slide span {
        word-break: break-word
    }

.crypto-payment-tools-slider_new-theme {
    padding-bottom: 72px
}

    .crypto-payment-tools-slider_new-theme .slick-list {
        height: 286px;
        overflow: visible
    }

    .crypto-payment-tools-slider_new-theme .slick-track {
        display: flex;
        justify-content: flex-start;
        align-items: stretch
    }

    .crypto-payment-tools-slider_new-theme .slick-slide {
        width: 288px;
        flex-shrink: 0;
        padding: 0 12px
    }

    .crypto-payment-tools-slider_new-theme .slick-slider-button {
        width: 48px;
        height: 48px;
        padding: 0;
        bottom: 0;
        top: auto
    }

        .crypto-payment-tools-slider_new-theme .slick-slider-button:hover svg {
            fill: #e8f3ff
        }

        .crypto-payment-tools-slider_new-theme .slick-slider-button svg {
            -webkit-transition: all ease .3s;
            transition: all ease .3s
        }

    .crypto-payment-tools-slider_new-theme .slick-prev {
        left: 12px
    }

    .crypto-payment-tools-slider_new-theme .slick-next {
        left: 70px;
        right: auto
    }

.crypto-payment-tools-slider_small-theme .crypto-payment-tools-slider__slide {
    font-size: 34px;
    line-height: 36px
}

.main-page__faq {
    min-height: 683px
}

@media screen and (min-width:992px) {
    .main-page__faq {
        min-height: 773px
    }
}


/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

/* Container */
.crypto-payment-tools__slider-desktop {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 20px 0;
    white-space: nowrap;
    scrollbar-width: thin; /* Show thin scrollbar */
    -ms-overflow-style: none; /* Hide scrollbar for IE/Edge */
}

    .crypto-payment-tools__slider-desktop::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Chrome/Safari */
    }

/* Slides */
.slick-list {
    display: flex;
    overflow: hidden;
}

.slick-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* Individual Slide */
.crypto-payment-tools-slider__slide {
    flex: 0 0 auto; 
    width: 220px; 
    max-width: 100%;
    margin: 10px;
    background: white;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    scroll-snap-align: start;
    transition: transform 0.3s ease-in-out;
}

    .crypto-payment-tools-slider__slide:hover {
        transform: scale(1.05);
    }

/* Navigation Buttons */
.slick-slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

/* Responsive Fixes */
@media (max-width: 1024px) {
    .crypto-payment-tools__slider-desktop {
        justify-content: center;
    }

    .crypto-payment-tools-slider__slide {
        width: 180px; 
    }
}

@media (max-width: 768px) {
    .crypto-payment-tools__slider-desktop {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 10px;
    }

    .crypto-payment-tools-slider__slide {
        width: 160px;
        min-width: 160px;
    }

    .slick-slider-button {
        display: none; /* Hide buttons for touch screens */
    }
}

@media (max-width: 480px) {
    .crypto-payment-tools-slider__slide {
        width: 100px;
        min-width: 140px;
    }
}

@media (max-width: 575px) {
    .crypto-payment-tools__title {
        font-size: 20px;
        text-align: left;
        padding: 0px;
    }

    .crypto-payment-tools__slider-desktop {
        padding: 10px 0;
        flex-wrap: nowrap;
    }

    .crypto-payment-tools-slider__slide {
        display: flex;
        flex-direction: column;
        align-items:left;
        font-size: 14px;
        text-align: left;
        width: 10px !important;
        margin: 0 5px;
    }

    .slick-list {
        padding: 0 10px;  Add some breathing room 
    }

    .slick-arrow {
        display:block !important;  Hide arrows for mobile 
    }

    .crypto-payment-tools__content {
        overflow-x:hidden;
    }
}
@media (max-width: 575px) {
    .slick-slider,
    .slick-list {
        overflow: hidden;
    }
}


