@media screen and (max-width: 1440px) {
    .container {
        width: auto;
    }
}

@media screen and (max-width: 1260px) {
    .container-small {
        width: 100%;
        padding: 0 30px;
    }
}

@media screen and (max-width: 1025px) {



    .page-integrates-section {
        .crm-wrapper {
            margin-left: 0;
            margin-right: 0;
        }
    }


    .header {
        .info {
            width: 80%;
        }
    }

    /* Footer */
    .footer {
        .wrapper {
            margin: 0;
        }
    }

    /* Hero section */
    .hero-section {
        .top-wrapper {
            margin: 0 100px;
            text-align: center;
        }

        .bottom-wrapper {
            margin: 72px 0 0;
        }

        .left {
            padding: 47px 20px 47px 250px;
        }
    }





    /* What section */
    .what-section {
        .wrapper {
            margin-top: 72px;
        }
    }

    /* How section */
    .how-section {
        .wrapper {
            margin-bottom: 0;
        }



        .divider {
            display: none;
        }

        .step-list {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 10px;
        }

        .step-wrapper {
            width: 100%;
        }


    }



    /* Faq section */
    .faq-section {
        .wrapper {
            margin-top: 72px;
        }
    }

    /* Opinion section */
    .opinion-section {
        .wrapper {
            margin-bottom: 72px;
            align-items: end;
        }

        .content {
            padding-top: 30px;
            padding-bottom: 30px;
            max-width: 70%;
        }

        .opinion {
            font-size: 40px;
            line-height: 55px;
        }
    }



    /* Page template Hero section */
    .page-hero-section {
        .right-block {
            .list-item {
                text-align: center;
            }
        }
    }

    /* Page template Success section */
    .page-success-section {
        .left-block {
            justify-content: center;
        }

        .bottom {
            img {
                width: 100%;
            }
        }
    }

    /* Page template Integrates section */
    .page-integrates-section {
        .crm-wrapper {
            overflow-x: auto;
            justify-content: normal;
            transform: translateZ(0);

            padding: 0 20px;
        }

        .crm-item {
            flex-shrink: 0;
        }
    }

    /* Page template Contact section */
    .page-contact-section {
        .content {
            position: relative;
            z-index: 10;
        }

        img {
            width: auto;
            height: 100%;
        }
    }



    .solutions-section {
        .solutions-list {

            padding: 0;
        }
    }

    .how-section {
        & .step-item {
            .description {

                min-height: 110px;
            }
        }
    }
}

@media screen and (max-width: 820px) {

    /* Header */
    .header {
        .info {
            width: 78%;
        }

        .right-side {
            gap: 0 15px;
        }


    }

    /* Footer */
    .footer {
        .navigation-wrapper {
            flex-wrap: wrap;
            gap: 24px;
        }

        .menu-wrapper-item {
            flex: 20%;
            text-align: center;
        }
    }

    /* Hero section */
    .hero-section {
        .person-title {
            font-size: 40px;
            line-height: 50px;
        }

        .left {
            align-items: center;
            padding: 20px 20px 20px 230px;
        }

        .right {
            width: 90%;
        }
    }




    /* Opinion section */
    .opinion-section {
        .wrapper {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .content {
            padding: 30px 40px 30px 40px;
            text-align: center;
            width: auto;
        }

        .h1 {
            text-align: center;
        }

        img {
            width: 100%;
            height: auto;

            border-top-right-radius: 0;
            border-bottom-left-radius: 8px;
        }

        .opinion {
            margin: 20px 0;
        }

        .title {
            opacity: 0.5;
        }
    }

    /* Page template Contact section */
    .page-contact-section {
        .content {
            width: 45%;
        }
    }

    /* Page template Success section */
    .page-success-section {
        .top {
            flex-direction: column-reverse;
            gap: 6px 0;
            height: auto;
        }

        .img {
            width: 100%;
            height: 324px;
        }

        & .top {
            img {
                position: relative;
                height: auto;
                width: 100%;
            }
        }

        .rate-wrapper {
            width: 100%;
            padding: 24px;
        }
    }

    /* Page template Hero section */
    .page-hero-section {
        .wrapper {
            flex-direction: column-reverse;
            gap: 48px 0;
        }

        .h1 {
            text-align: center;
            padding: 0 5%;
        }

        .right-block {
            width: 100%;
            gap: 24px 0;
            text-align: center;

            .top {
                display: flex;
                flex-direction: column;
                align-items: center;

                .description:not(.button) {
                    padding: 0 15%;
                }

                .description {
                    margin-bottom: 0;
                }
            }

            .list {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 8px;
            }

            .list>.list-item-wrapper:last-child:nth-child(odd) {
                grid-column: 1 / -1;
                justify-self: center;
                width: auto;
            }

            .list-item-wrapper {
                gap: 0 8px;
            }

            .end {
                justify-self: end;
            }
        }

        .left-block {
            width: 100%;

            .list-wrapper {
                box-sizing: border-box;
                height: 550px;
                padding-top: 30px;
                padding-left: 30px;
            }

            .list-item {
                padding: 10px 16px;
                align-items: center;

                img {
                    width: 37px;
                    height: 37px;
                }
            }

            .img {
                height: auto;
                width: 500px;
                bottom: 0;
                right: -5%;
            }
        }

        .rate-wrapper {
            padding: 30px;
            justify-content: center;
            gap: 0 20px;
            margin-bottom: 7px;
        }
    }

    .input__wrap {
        margin-bottom: 23px;
    }

    .input__row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .input__select {
        align-items: self-start;
        gap: 12px;
        margin-bottom: 23px;
    }



    header .trp-current-language-item__wrapper:not(.trp-hide-arrow) {
        &::after {
            width: 8px;
            height: 8px;

            border-radius: 4px;
        }
    }

    header .trp-current-language-item__wrapper:not(.trp-hide-arrow) {
        padding-right: 14px;
    }

    .wpcf7 form .wpcf7-response-output {
        font-size: 12px !important;
        margin-top: 4px !important;
        text-align: center;
        width: 80%;
        border-radius: 4px;
    }

    .container-tiny {
        width: 100%;
        padding: 0 30px;
    }

    .pt-80 {
        padding-top: 35px;
    }

    .pb-80 {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 768px) {

    .header {
        .language-switcher::after {
            display: none;
        }
    }

    .header {
        .language-switcher .trp-shortcode-switcher {
            flex-direction: row;
            gap: 20px;
        }
    }

    .header {
        & .info {
            & .menu-item-has-children {
                .sub-menu {
                    display: flex;
                    position: relative;
                    top: 0;
                    left: 0;
                    box-shadow: none;
                    padding: 0;
                    flex-direction: row;
                    flex-wrap: wrap;
                    padding: 12px 0;
                }
            }
        }
    }

    .header {
        & .info {
            & .sub-menu .current-menu-item {
                &:after {
                    content: '';
                    top: 46%;
                    right: 10px;
                }
            }
        }
    }

    .header {
        & .info {
            .sub-menu .current-menu-item {
                opacity: 1;
                position: relative;
                width: fit-content;
                padding-right: 20px;
            }
        }
    }

    .header {
        .sub-menu {
            font-size: 16px;
            line-height: 140%;
        }
    }

    .header {
        & .info {
            .sub-menu a {
                font-size: 16px;
                font-weight: 500;
            }
        }
    }

    .header {
        & .info {
            & .menu-item-has-children {
                &::after {
                    display: none;
                }
            }
        }
    }

    .header {
        & .info {
            a {
                font-size: 33px;
                font-weight: 500;
            }
        }
    }

    .hero-section {
        .img-chat {
            display: none;
        }
    }

    .hero-section {
        .person-title {
            margin-bottom: 20px;
            padding: 0 58px;
        }
    }

    .hero-section {
        & .right {
            .text-min {
                width: 100%;
            }
        }
    }

    .list-item-title {
        font-weight: 500;

    }

    .opinion-section {
        .opinion {
            margin: 20px 0;
            font-size: 28px;
            line-height: 120%;
        }
    }


    .hero-section {
        .img-chat-mobile {
            display: block;
        }
    }

    .container-tiny,
    .container-small,
    .container {
        padding: 0 12px;
    }

    .h1 {
        font-size: 33px;
        line-height: 44px;
        letter-spacing: -0.8px;
    }

    .description {
        font-size: 16px;
        line-height: 22.4px;
    }

    .list-item-title {
        letter-spacing: -0.4px;
    }

    .text-slide {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0;
    }

    .text-rate {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
    }

    .rate-number {
        font-size: 56px;
        line-height: 61.6px;
        letter-spacing: -1.12px;
    }

    .section {
        .wrapper {
            padding: 40px 0;
            margin: 0;
        }
    }

    /* Header */
    .header {
        height: 60px;

        .wrapper {
            padding: 19px 0;
            height: 22px;
        }

        .info {
            display: flex;
            position: absolute;
            width: 97%;
            height: 100vh;
            background: #fff;
            top: 61px;
            left: -100%;

            z-index: 100;
            flex-direction: column;
            justify-content: start;
            padding: 40px 12px 0 12px;
            align-items: start;
            transition: all 0.5s;

            .lan-mobile-title {
                display: block;
                font-weight: 500;
                font-size: 20px;
                line-height: 26px;
            }
        }

        .info.active {
            left: 0;
        }

        .burger-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .menu {
            flex-direction: column;
            gap: 12px 0;

            font-size: 33px;
            line-height: 44px;
            letter-spacing: -0.8px;
            font-weight: 500;
        }

        .menu-wrapper {
            width: 100%;
            padding-bottom: 20px;
            border-bottom: 1px solid #0000001A
        }

        .right-side {
            flex-direction: column;
            gap: 20px 0;
            width: 100%;
            align-items: start;
            margin-top: 20px;
        }

        .language {
            display: none;
        }

        .language-list {
            font-weight: 500;
            font-size: 16px;
            line-height: 22.4px;

            gap: 0 20px;
            padding: 0;
            display: flex;
            position: unset;
            box-shadow: none;
            flex-direction: row;
        }

        .current-lang::after {
            width: 8px;
            height: 8px;
        }

        .button {
            width: -webkit-fill-available;
            text-align: center;
            padding: 12.5px 0;
        }
    }

    /* Footer */
    .footer {
        .wrapper {
            margin: 0;
        }

        .navigation-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px 24px;
        }

        .menu-wrapper-item {
            width: auto;
            text-align: start;
        }

        .site-info {
            flex-direction: column-reverse;
            align-items: center;
            gap: 24px 0;

            a {
                display: flex;
            }
        }

        .left-side {
            flex-direction: column;
            gap: 11px 0;
        }
    }

    /* Hero section */
    .hero-section {

        .description {
            text-align: center;
        }

        .top-wrapper {
            margin: 0;
        }

        .bottom-wrapper {
            margin: 48px 0 0 0;
        }

        .review-wrapper {
            flex-direction: column;
            gap: 6px 0;
        }

        .left {
            flex-direction: column;
            padding: 32px 0 0 0;
        }

        .right {
            width: auto;
            padding: 18px;
        }

        .person-img {
            display: none;
        }

        .person-img.mobile {
            display: block;
            position: unset;
            width: 318px;
            align-self: center;
        }

        .person-title {
            font-size: 40px;
            line-height: 46px;
            letter-spacing: -0.8px;
            text-align: center;
        }

        .review-text {
            width: auto;
            font-size: 20px;
            line-height: 26px;
            margin-bottom: 46px;
        }
    }



    /* Gdpr section */
    .gdpr-section {
        .title {
            font-size: 28px;
            line-height: 33.6px;
            letter-spacing: -0.56px;
        }

        .gdpr-list {
            margin-top: 48px;
            flex-direction: column;
        }

        .gdpr-item {
            width: auto;
        }
    }

    /* What section */
    .what-section {
        .description {
            margin-top: 24px;
        }

        .slider {
            margin-top: 48px;
        }

        .what-slide {
            padding-bottom: 0;
        }

        .what-slide-wrapper {
            grid-template-columns: 1fr;
        }
    }

    .what-section {
        & .what-slide-wrapper {
            .img {

                margin-bottom: 0;

            }
        }
    }

    /* How section */
    .how-section {
        .description {
            margin-top: 24px;
        }

        .step-list {
            margin-top: 48px;
            display: flex;
            flex-direction: column;
            gap: 6px 0;
        }

        .divider {
            width: 2px;
            height: 48px;
            display: block;
        }

        .step {
            letter-spacing: 0;
        }

        .step-list>.step-wrapper:last-child:nth-child(odd) {
            grid-column: 1;
            justify-self: center;
            width: 100%;
        }

        .step-wrapper {
            width: 100%;
        }

        .step-item {
            box-shadow: 2px 2px 10px 0 #0000001A;

            .description {
                margin-top: 0;
            }
        }
    }

    /* Line section */
    .line-section {
        .wrapper {
            padding: 0;
        }

        .line-wrapper {
            padding: 18px 0;
        }


    }

    /* Faq section */
    .faq-section {
        .faq-wrapper {
            margin-bottom: 0;
            margin-top: 60px;
        }
    }

    /* Opinion section */
    .opinion-section {
        .wrapper {
            margin: 40px 0;
            padding: 0;
        }

        .content {
            padding: 18px;
            max-width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    }

    .opinion-section {
        .title {

            width: 60%;

        }
    }


    /* Page template Hero section */
    .page-hero-section {
        .left-block {
            .img {
                right: -10%;
            }
        }
    }

    /* Page template Rate section */
    .page-rate-section {
        .rate-list-wrapper {}

        .description {
            font-size: 17px;
            line-height: 23.8px;
        }

        img {
            width: 35px;
            height: 40px;
        }
    }

    /* Page template Possibilities section */
    .page-possibilities-section {
        .possibilities-item {
            flex-direction: column;
            gap: 36px 0;
        }

        .possibilities-wrapper {
            margin-top: 48px;

            .title {
                font-size: 20px;
                line-height: 26px;
                letter-spacing: 0;
            }
        }

        .block-item {
            width: 100%;
        }
    }

    /* Page template Success section */
    .page-success-section {
        .wrapper {
            flex-direction: column;
            gap: 48px 0;
        }

        .left-block {
            width: 100%;
        }

        .top {
            flex-direction: column-reverse;
            gap: 6px 0;
            height: auto;

            img {
                width: 100%;
                height: auto;
                position: static;
            }
        }

        .img {
            height: auto;
        }

        .rate-wrapper {
            width: 100%;
            padding: 30px 35% 30px 30px;

            .rate-number {
                margin-bottom: 20px;
            }
        }

        .bottom {
            img {
                width: 100%;
            }
        }

        .right-block {
            width: 100%;
            gap: 48px 0;
        }

        .h1 {
            text-align: center;
        }

        .title-wrapper {
            .description {
                text-align: center;
                padding: 0 15%;
            }
        }

        .content {
            gap: 24px 0;

            .description {
                font-size: 17px;
                line-height: 23.8px;
            }
        }
    }

    /* Page template Integrates section */
    .page-integrates-section {
        .crm-wrapper {
            margin-top: 48px;
            flex-direction: column;
            overflow-y: auto;
            overflow-x: hidden;
            max-height: 412px;
            height: auto;
            justify-content: normal;

            scroll-padding-top: 20px;

            padding: 20px 0;

            gap: 20px 0;
        }

        .crm-item {
            flex-shrink: 0;
        }
    }

    /* Page template Contact section */
    .page-contact-section {
        .wrapper {
            padding: 0;
            margin-bottom: 40px;
        }
    }

    .page-contact-section {
        .content {
            width: 100%;
        }
    }

    .how-section {
        .step-item {


            .description {

                min-height: 100%;
            }
        }
    }
}

@media screen and (max-width: 767px) {
    .pb-96 {
        padding-bottom: 72px;
    }

    .pt-96 {
        padding-top: 72px;
    }

    /* Page template Hero section */
    .page-hero-section {
        .left-block {
            .img {
                width: 366px;
                bottom: -10%;
                right: -16%;
            }
        }

        .rate-wrapper {
            padding: 93px 60px 30px 30px;
            justify-content: start;
        }
    }

    /* Page template Success section */
    .page-success-section {
        .img {
            height: 324px;
        }

        .top {
            img {
                position: relative;
                height: auto;
                width: 100%;
                bottom: 0;
                right: 0;
            }
        }
    }

    /* Page template Contact section */
    .page-contact-section {
        .mobile {
            height: 400px;
        }
    }

    .solutions-section {
        .solutions-list {
            padding: 0;
            gap: 48px;
            grid-template-columns: 1fr;
        }
    }

    .button-big span {
        font-size: 17px;
    }

}

@media screen and (max-width: 540px) {

    /* Header */
    .header {
        .info {

            width: 93%;
        }
    }

    .page-contact-section {
        .button {
            padding: 12px 27px;
        }
    }

    /* Page template Contact section */
    .page-contact-section {
        .wrapper {
            padding: 0;
            margin-bottom: 40px;

            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 46px 0;
        }

        .h1 {
            text-align: center;
            width: 70%;
        }

        img {
            display: none;
        }

        .content {
            width: auto;
            padding: 18px 18px 0 18px;

            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .description {
            text-align: center;
        }

        .mobile {
            display: block;
            position: relative;
            height: auto;
            width: 100%;
        }
    }



    .text-17 {
        font-size: 16px;
    }

    .text-28 {
        font-size: 20px;
    }

    .text-40 {
        font-size: 33px;
    }

    .text-33 {
        font-size: 28px;
    }

    .text-56 {
        font-size: 33px;
    }

    .pt-80 {
        padding-top: 40px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }
}