@media only screen and (min-width: 769px) {
    .hero .hero-wrap .left,
    .hero .hero-wrap .right {
        width: 50%;
    }
    .hero .hero-wrap .right {
        margin-bottom: -15px;
        padding-bottom: 15px;
    }
    .hero .hero-wrap .right form .input-wrapper {
        padding: 10px 0 50px 0;
    }
    .hero .hero-wrap .left h2 {
        flex: 1;
    }
    .index-page .hero .hero-wrap {
        flex-direction: row;
        align-items: flex-end;
        padding: 20px 20px 20px 20px;
    }
    .index-page .hero h1 {
        text-align: left;
        font-size: 60px;
    }
    .index-page .hero .sub-text {
        justify-content: flex-start;
    }
    .hero .hero-wrap .left p {
        text-align: start;
        font-size: 18px;
    }
    .hero .hero-wrap .rating {
        gap: 20px;
        margin-top: 40px;
        margin-bottom: 0;
        justify-content: flex-start;
    }
    .hero .hero-wrap .rating span {
        font-size: 16px;
    }
    .leadform {
        margin: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .hero .hero-wrap .left h2 {
        font-size: 24px;
    }
    .hero .hero-wrap .left .crypto img:not(:last-child) {
        width: 35px;
    }
    .hero .hero-wrap .left {
        padding: 70px 0;
    }
    .index-page .hero .hero-wrap {
        padding: 20px 60px;
    }
}

@media only screen and (min-width: 1280px) {
    .hero .hero-wrap .right {
        margin: 0 0 -15px auto;
    }
    .hero {
        padding: 0;
    }
}

@media only screen and (min-width: 900px) {
    .techno a {
        position: relative;
        float: right;
        padding: 12px 24px;
        max-width: fit-content;
    }
    .techno ul {
        margin: 0 0 38px 0;
    }
    .techno ul .techno-list-item {
        padding: 10px;
    }
    .techno .container {
        padding: 40px 60px;
    }
    .techno-body {
        align-items: center;
        display: flex;
        flex-direction: row;
        gap: 40px;
    }
    .techno-body .right {
        flex: 1;
    }
    .techno .techno-image {
        flex: 0 0 50%;
        margin: 0 0 0 -15%;
        width: auto;
        height: 400px;
    }
}

@media only screen and (min-width: 1100px) {
    .between .between-container {
        display: flex;
        justify-content: space-between;
        padding: 38px 60px;
        flex-wrap: wrap;
    }
    .between .left {
        display: inline-block;
        max-width: 50%;
    }
    .between .left h2 {
        margin: 0;
    }
    .between .right {
        max-width: 427px;
    }
    .between .right a {
        margin: 30px 0 0 0;
    }
    .between .between-text {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1100px) {
    .line-container {
        padding: 24px 70px;
        font-size: 24px;
        line-height: 32px;
    }
    .text-tip {
        font-size: 24px;
        line-height: 32px;
    }
    .tip-container {
        padding: 48px 60px;
    }
}

@media only screen and (min-width: 1024px) {
    .testimonials {
        padding: 50px 0 0 0;
    }
    .testimonial-card {
        gap: 28px;
        align-items: center;
        padding: 0 28px;
        margin-bottom: 70px;
        overflow: visible;
        flex-direction: row;
    }
    .testimonial-content,
    .testimonial-content-reverse {
        order: inherit;
        text-align: start;
        padding: 0;
    }
    .testimonial-text {
        padding: 0;
    }
    .info img {
        width: 60px;
        height: 50px;
    }
    .testimonial-name {
        font-size: 24px;
    }
    .testimonial-text,
    .testimonial-text p {
        font-size: 18px;
    }
    .testimonial-photo,
    .testimonial-photo-reverse {
        width: auto;
    }
    .testimonial-photo {
        transform: translateY(30px);
        margin-left: auto;
        margin-right: -28px;
        margin-bottom: -30px;
    }
    .testimonial-photo-reverse {
        transform: translateY(-30px);
        margin-right: auto;
        margin-left: -28px;
        margin-top: -30px;
        margin-bottom: 0;
    }
    .testimonial-photo img,
    .testimonial-photo-reverse img {
        width: 400px;
        max-width: 100%;
        margin: 0;
        border-radius: 12px 12px 12px 0;
    }
}

@media only screen and (min-width: 1280px) {
    .info {
        gap: 24px;
        margin: 0 0 28px 0;
    }
}

@media (min-width: 1024px) {
    .market {
        padding: 40px 0 140px 0;
    }
    .market .step-title {
        font-size: 24px;
    }
    .market .market-panel {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
    }
    .market .phone-wrap {
        order: 0;
        transform: none;
    }
    .market .phone-glow {
        width: 520px;
        height: 520px;
        top: unset;
    }
    .market .phone-img {
        width: 340px;
    }
    .market .step-head {
        margin: 0 0 70px 0;
    }
    .market a {
        min-width: 400px;
    }
}

@media screen and (min-width: 900px) {
    .table h3 {
        text-align: center;
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 30px 0;
    }
    .table .container {
        padding: 30px 60px;
    }
    .table .table-wrapper-mob,
    .table .table-wrapper-mob::before {
        display: none;
    }
    .table .table-wrapper-desk {
        border-radius: 12px;
        display: block;
    }
    .table .table-wrapper-desk::before {
        display: block;
        background: radial-gradient(50% 50% at 50% 50%, #3b56e0 0%, #fff0 50%);
    }
    .table .desk-table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        margin: 0;
        table-layout: fixed;
    }
    .table .desk-table td,
    .table .desk-table th {
        padding: 18px;
        border: 1px solid #0088FF;
        width: 100%;
    }
    .table .desk-table th {
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        font-weight: 900;
    }
    .table .desk-table tr:first-child th,
    .table .desk-table tr:first-child td {
        border-top: none;
    }
    .table .desk-table tr:last-child td {
        border-bottom: none;
    }
    .table .desk-table th:first-child,
    .table .desk-table td:first-child {
        border-left: none;
    }
    .table .desk-table th:last-child,
    .table .desk-table td:last-child {
        border-right: none;
    }
    .table-style2 .desk-table td,
    .table-style2 .desk-table th {
        border: 1px solid #F0B90B;
    }
}

@media only screen and (min-width: 1024px) {
    section.reviews .reviews-wrapper {
        flex-direction: row;
        align-items: stretch;
    }
}

@media screen and (min-width: 900px) {
    .bg-text {
        position: relative;
        z-index: 2;
        padding: 0;
    }
    .bg-text:after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 57%;
        height: 100%;
        top: 0;
        left: 43%;
        background: linear-gradient(90deg, rgba(42, 44, 52, 0) 0.17%, #2A2C34 15.25%);
    }
    .bg-text .container {
        background: unset;
        display: flex;
        justify-content: right;
        padding: 80px 60px;
        top: 0;
        background: linear-gradient(90deg, rgba(42, 44, 52, 0) 41.17%, #2A2C34 47.25%);
    }
    .bg-text .container h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .bg-text .container .bg-p {
        font-size: 22px;
        line-height: 24px;
    }
    .bg-text .container .button {
        width: fit-content;
        padding: 12px 24px;
        margin: 20px 0 0 0;
        font-size: 16px;
        line-height: 24px;
    }
    .bg-text .right {
        max-width: 45%;
        position: relative;
        z-index: 2;
    }
    .bg-style2 .container {
        background: unset;
    }
}

@media only screen and (min-width: 1280px) {
    section.faq-section .faq-question {
        padding: 16px 100px;
    }
    section.faq-section .faq-question .faq-text {
        font-size: 20px;
        line-height: 28px;
    }
    section.faq-section .faq-number {
        margin-right: 100px;
        margin-left: 50px;
        min-width: 30px;
    }
    section.faq-section .faq-answer p {
        padding: 16px 100px;
        font-size: 18px;
    }
    section.faq-section .faq-text {
        font-size: 18px;
    }
    section.faq-section .faq-arrow {
        font-size: 20px;
        margin-left: 16px;
    }
}

@media only screen and (min-width: 1024px) {
    .comment .container {
        flex-direction: row;
        align-items: center;
        padding: 20px;
        gap: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .trust-section .container {
        flex-direction: row;
        gap: 40px;
        padding: 0;
    }
    .trust-section .trust-section__image {
        flex: 0 0 50%;
        margin-left: -15%;
        width: auto;
    }
    .trust-section .trust-section__content {
        flex: 1;
    }
    .trust-section .trust-section__content h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .trust-section .trust-section__content p {
        font-size: 36px;
    }
}

@media only screen and (min-width: 1900px) {
    .trust-section .trust-section__image {
        margin-left: -25%;
    }
}