@media (max-width:1700px) {

    .container {
        margin: 0px 24px;
    }

    .quote {
        background-size: min(30%, 150px) auto, min(50%, 270px) auto;
    }

}

@media (max-width:1450px) {
    .crypto-cases .top-line {
        font-size: clamp(16px, 0.75vw, 24px);
    }

    .crypto-cases .top-line .left {
        gap: 16px;
    }
}

@media (max-width:1300px) {
    footer .section .in-section {
        width: unset;
    }

    .crypto-cases .top-line {
        flex-direction: column;
    }
}

@media (max-width:1200px) {
    .quote {
        background-size: min(30%, 150px) auto, min(50%, 229px) auto;
    }

    .seo-services .tabs {
        background-color: unset;
        padding: 32px 0 0 0;
    }

    .seo-services .tabs .left {
        display: none;
    }

    .seo-services .tabs .right {
        width: 100%;
        flex-direction: column;
        gap: 32px;
        background-color: unset;
        padding: 0;
    }

    .seo-services .tabs .right .tab-content {
        display: flex;
        flex-direction: column;
        gap: 32px;
        background-color: var(--grey);
        padding: 24px 16px;
        border-radius: 16px;
    }

    .red_point.clients-review .in-clients-review .section-item:nth-child(1) {
        flex: 1 1 calc(60% - 10px);
    }

    .red_point.clients-review .in-clients-review .section-item:nth-child(2) {
        flex: 1 1 calc(30% - 10px);
    }

}

@media (max-width:1100px) {
    footer .top .section {
        flex-direction: column;
        gap: 30px;
    }

    footer .bottom .section {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width:1000px) {
    .in-unlock-the-power {
        flex-direction: column;
    }

    .in-unlock-the-power .left,
    .in-unlock-the-power .right {
        width: 100%;
    }

    .quote {
        background-size: min(30%, 150px) auto, min(34%, 250px) auto;
    }
}

@media (max-width:900px) {

    .container .section {
        margin: 0;
    }

    nav.top_menu {
        margin-top: 24px;
        padding: 16px;
    }


    nav.top_menu menu {
        margin: 0;
    }

    .menu-list {
        justify-content: end;

    }

    .menu-list li {
        display: none;
    }

    .collaborate-btn {
        border-radius: 12px;
        padding: 14px 16px;
        font-size: 12px;
        line-height: 13.32px;
    }

    .cryptocurrency_table td:first-child {
        padding-left: 27px;
    }

    .red_point.clients-review .in-clients-review .section-item:nth-child(1) {
        flex: 1 1 calc(50% - 10px);
    }

}





@media (max-width:768px) {

    .hero .text .description {
        padding: 31px 0;
    }

    nav.top_menu .logo img {
        width: 105px;
    }

    .hero {
        grid-template-columns: 1fr;
        margin-bottom: 32px;
    }

    .hero .text {
        width: 100%;
        padding-top: 56px;
        background: none;
    }

    .hero .image img {
        max-width: 451px;
    }

    .contact-form .form {
        width: 100%;
        max-width: 100%;
    }

    .contact-form .fourth_diamond {
        display: block;
        position: absolute;
        right: 35px;
        top: 37px;
        z-index: 1;
        animation: float 5.8s ease-in-out infinite;
        width: 131px;
    }

    .contact-form .first_diamond,
    .contact-form .second_diamond,
    .contact-form .third_diamond {
        display: none;
    }

    .contact-form .form .sendform {
        margin-top: 40px;
        margin-bottom: 32px;
    }

    .red_point .section {
        flex-direction: column;
    }

    .red_point::before {
        display: none;

    }

    .red_point .section .title h2 {
        line-height: 1;
        margin-top: 32px;

    }

    .red_point .section .title .description {
        margin-bottom: 24px;
    }

    .hero .image img {
        margin-top: 32px;
    }

    .unlock-the-power {
        margin-bottom: 56px;
    }


    .quote {

        padding: 49px 38px 100px 38px;
        margin-bottom: 56px;
        background-position: 20px 20px, right bottom;
        background-size: min(30%, 150px) auto, min(41%, 180px) auto;

    }

    .crypto-cases .top-line {
        margin-bottom: 16px;
        gap: 16px
    }

    .crypto-cases .case .description-case {
        margin: 24px 0;
    }

    .quote .quote-text {
        max-width: 100%;
    }

    .section-item {
        flex: 1 1 100%;
    }

    .section-item:nth-child(1) {
        order: 1;
    }

    .red_point.crypto-cases .in-crypto-cases .full-width {
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .section-item:nth-child(3) {
        order: 2;
    }

    .section-item:nth-child(2) {
        order: 3;
    }

    .crypto-cases .case .graph,
    .crypto-cases .top-line .right .item,
    .crypto-cases .top-line .left {

        border-radius: 16px;

    }

    .buttons .inform {
        order: 2
    }

    .buttons .btn.prev {
        order: 1
    }

    .buttons .btn.next {
        order: 3
    }

    .buttons {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .crypto-cases {
        margin-bottom: 56px;
    }

    .crypto-cases .case .graph {
        overflow-x: auto;
        width: 100%;
    }

    .crypto-cases .case .graph img {
        min-width: 1000px;
        width: 1000px;
    }

    .crypto-cases .top-line .right {
        flex-direction: column;
    }

    .crypto-cases .top-line .left {
        max-width: 100%;
    }

    .crypto-companies .in-crypto-companies .companies {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 40px;
        margin-top: 56px;
    }

    .crypto-companies {
        margin-bottom: 56px;
    }

    .table-container {
        border-radius: 16px;
        margin-top: 40px;
    }

    .cryptocurrency_table td:first-child {
        width: 50%;
    }

    .cryptocurrency_table td:nth-child(2) {
        width: 20%;
    }

    .cryptocurrency_table td:nth-child(3) {
        width: 30%;
    }

    .cryptocurrency {
        margin-bottom: 56px;
    }

    .seo-services .tabs {
        margin-top: 32px;
    }

    .seo-services {
        margin-bottom: 56px;
    }

    .why-do-you-need {
        margin-bottom: 56px;
    }

    .why-do-you-need .in-why-do-you-need .content {
        flex-direction: column;
    }

    .why-do-you-need .in-why-do-you-need .content {

        margin-top: 56px;
    }

    .red_point.clients-review .in-clients-review .reviews-sliders .review .author img {
        width: 48px;
        height: auto;
    }

    .red_point.clients-review .in-clients-review .full-width {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .clients-review {
        margin-bottom: 32px;
    }
}

@media (max-width:480px) {

    .hero .btn,
    .in-unlock-the-power .left .btn {
        width: 100%;
        display: block;
        max-width: unset;
        padding: 20px 0;
    }

    .in-unlock-the-power {

        gap: 56px;
    }

    .red_point .section.in-unlock-the-power .title h2 {
        margin-bottom: 31px;
        line-height: 29.3px;
    }

    .in-unlock-the-power .right {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .in-unlock-the-power .description {
        padding: 40px 0;
    }

    .contact-form .form .textfield {
        outline: none;
        display: block;
        margin: 32px 0;
    }

    .contact-form .form span {
        margin: 0;
    }

    .contact-form .form .textfield.name,
    .contact-form .form .textfield.from,
    .contact-form .form .textfield.what,
    .contact-form .form .textfield.email {

        width: 100%;
    }

    footer .top .section .nav {
        flex-direction: column;
    }

    footer .bottom .section .nav a {
        font-size: 14px;
        line-height: 17.09px;

    }

    footer .top .section {
        justify-content: start;
        align-items: start;
    }

    .cases-sliders .btn.white {
        max-width: 100%;
    }

    footer .bottom .section {
        justify-content: start;
        align-items: start;
    }

    footer .bottom .section .in-section:nth-child(0) {
        order: 2;
    }

    footer .bottom .section .in-section:nth-child(1) {
        order: 1;
    }

    footer .bottom .section .in-section:nth-child(2) {
        order: 3;
    }

    footer .bottom .section .in-section .nav {
        flex-direction: column;
    }

    .cryptocurrency_table td {

        height: 75px;

    }

    .tabs .right .tab-content .btn {
        max-width: 100%
    }
}