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

}

@media screen and (max-width: 1024px){
    .lm-mt-auto {margin-top: auto}
    .lm-mt-0 {margin-top: 0px}
    .lm-mt-5 {margin-top: 5px}
    .lm-mt-15 {margin-top: 15px}
    .lm-mt-20 {margin-top: 20px}
    .lm-mt-25 {margin-top: 25px}
    .lm-mt-30 {margin-top: 30px}
    .lm-mt-50 {margin-top: 50px}

    .lm-mb-auto {margin-bottom: auto}
    .lm-mb-0 {margin-bottom: 0px}
    .lm-mb-5 {margin-bottom: 5px}
    .lm-mb-15 {margin-bottom: 15px}
    .lm-mb-20 {margin-bottom: 20px}
    .lm-mb-25 {margin-bottom: 25px}
    .lm-mb-30 {margin-bottom: 30px}
    .lm-mb-40 {margin-bottom: 40px}
    .lm-mb-50 {margin-bottom: 50px}

    .lm-ml-auto {margin-left: auto}
    .lm-ml-0 {margin-left: 0px}
    .lm-ml-5 {margin-left: 5px}
    .lm-ml-15 {margin-left: 15px}
    .lm-ml-20 {margin-left: 20px}
    .lm-ml-25 {margin-left: 25px}
    .lm-ml-30 {margin-left: 30px}
    .lm-ml-50 {margin-left: 50px}

    .lm-mr-auto {margin-right: auto}
    .lm-mr-0 {margin-right: 0px}
    .lm-mr-5 {margin-right: 5px}
    .lm-mr-15 {margin-right: 15px}
    .lm-mr-20 {margin-right: 20px}
    .lm-mr-25 {margin-right: 25px}
    .lm-mr-30 {margin-right: 30px}
    .lm-mr-50 {margin-right: 50px}

    .lm-fs-16 {font-size: 16px;line-height: 140%;}
    .lm-fs-20 {font-size: 20px;}
    .lm-pb-0 {padding-bottom: 0 !important;}

    .lm-hide {display: none !important;}
    .lm-show {display: block !important;}

    .m-text-center {
        text-align: center;
    }
    .ml-flex {
        display: flex;
    }

    .ui-section--start > .wrapper {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        gap: 0;
        text-align: center;
    }

    .ui-frame--1 {transform: scale(0.8);margin-top: -100px;margin-bottom: -30px;margin-left: 70px;}

    .container, header > .wrapper, footer > .row > .wrapper {
        width: calc(100% - 40px);
    }

    .ui-section--start > .wrapper > .col-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logos {display: grid;grid-template-columns: 33% 33% 33%;gap: 10px;margin-bottom: 30px;}

    .ui-section--customers {
        padding: 60px 0;
    }

    header > .wrapper {
        justify-content: center;
        padding-top: 40px;
    }

    .ui-section--start {
        margin-bottom: 80px;
    }

    .ui-section--customers p {
        padding: 0 20px;
    }

    .ui-section--what-we-do {
        padding-top: 80px;
    }


    .ui-section--what-we-do > .wrapper > .item:after {
        left: 0;
        width: 100%;
    }

    .ui-section--what-we-do > .wrapper > .item {
        padding: 40px 20px;
    }

    .ui-section--what-we-do > .wrapper > .item:nth-child(2n) > .item-wrap {
        padding-left: 0;
    }

    .illustration-4 {
        margin-left: 50px;
    }

    .ui-section--what-we-do > .wrapper > .item:last-child:after {
        left: 0;
    }

    .illustration-5 {
        margin-left: 50px;
    }

    .ui-section--cases {
        padding-top: 80px;
        position: relative;
    }

    h2 {
        font-size: 40px;
    }

    .section--header {
        margin-bottom: 20px;
    }

    .ui-section--cases > .navbar .nav {
        position: absolute;
        top: 76px;
    }

    .ui-section--cases > .navbar {
        margin-bottom: 30px;
    }

    .ui-section--cooperate {
        padding-top: 80px;
    }

    .ui-section--cooperate > .content .columns {
        flex-direction: column;
    }

    .ui-section--cooperate > .content .columns .features {
        gap: 25px;
    }

    .ui-section--cooperate > .content .columns .features > .item {
        font-size: 12px;
        line-height: 1.5;
    }

    .ui-section--cooperate > .content .columns .features > .item h3 {
        font-size: 20px;
        line-height: 1;
    }

    .icon--eye-alt, .icon--emo-wow {
        width: 40px;
        height: 40px;
        background-size: contain;
    }

    .cooperate-chat > .wrap > .dialog-area > ._wrap {
        padding: 15px 0;
        height: 521px;
    }

    .cooperate-chat .wrap .actions {
        height: auto;
    }

    .ui-section--faq {
        padding: 80px 0;
    }

    .ui-section--faq > .wrap {
        grid-template-columns: 100%;
        gap: 0;
    }


    .question--card > .wrap {
        font-size: 16px;
        line-height: 1.3;
        padding: 20px;
    }

    .ui-section--faq > .wrap .col-right {
        display: none;
    }

    footer > .row > .wrapper > .row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    footer > .row > .wrapper .col-right .footer-nav > .col {
        width: auto;
        font-size: 14px;
        margin-top: 40px;
    }

    footer > .row > .wrapper .col-right {
        width: 100%;
    }

    footer > .row > .wrapper > .row:first-child {
        text-align: center;
        align-items: center;
    }

    .ui-social {
        margin: 13px auto;
    }

    footer > .row > .wrapper > .row > .col-left p {
        text-align: center;
        margin-bottom: 21px;
    }

    footer > .row > .wrapper > .row > .col-left .ui-button {
        margin: auto;
    }

    footer > .row.bg > .wrapper {
        text-align: center;
        flex-direction: column-reverse;
        justify-content: center;
    }

    footer > .row.bg > .wrapper > .col-right {
        flex-direction: column;
        gap: 10px;
    }

    footer > .row.bg > .wrapper >  .col-left {
        text-align: center;
    }

    section.illustration-7 {
        display: none;
    }

    .ui-section--cases > .navbar .categories {
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0 -20px;
        padding: 0 20px;
        margin-right: auto;
    }

    .ui-section--cases > .navbar .nav-btn {
        white-space: nowrap;
    }

    .ui-section--cases > .navbar .nav .nav-btn {
        height: 36px;
        width: 12px;
    }

    .ui-section--cases > .navbar .categories::-webkit-scrollbar {
        display:none
    }

    header > .wrapper > .col-right {
        margin-left: 0;
    }

    .col-middle {margin: auto;}

    .illustration-6 {
        transform: scale(0.88);
        transform-origin: 0;
        margin: -30px 0;
    }

    .cooperate-chat {
        max-width: 400px;
        margin: auto;
    }
    footer > .row > .wrapper .col-right .footer-nav {
        margin: auto;
        text-align: center;
    }

    .illustration-7--sm {
        max-width: 400px;
        margin: auto;
    }



    .cooperate-chat > .wrap ._wrap.trigger-2 > .message-2 {
        transform: translate3d(0px, -10%, 0px);
    }


    .cooperate-chat > .wrap ._wrap.trigger-2 > .message-1 {
        transform: translate3d(0px, -140%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-3 > .message-1 {
        transform: translate3d(0px, -280%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-3 > .message-2 {
        transform: translate3d(0px, -120%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-3 > .message-3 {
        transform: translate3d(0px, -10%, 0px);
    }



    /* TRIGGER 4 */

    .cooperate-chat > .wrap ._wrap.trigger-4 > .message-1 {
        transform: translate3d(0px, -470%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-4 > .message-2 {
        transform: translate3d(0px, -270%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-4 > .message-3 {
        transform: translate3d(0px, -160%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-4 > .message-4 {
        transform: translate3d(0px, -10%, 0px);
    }


    /* TRIGGER 5 */

    .cooperate-chat > .wrap ._wrap.trigger-5 > .message-1 {
        transform: translate3d(0px, -600%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-5 > .message-2 {
        transform: translate3d(0px, -380%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-5 > .message-3 {
        transform: translate3d(0px, -270%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-5 > .message-4 {
        transform: translate3d(0px, -80%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-5 > .message-5 {
        transform: translate3d(0px, -10%, 0px);
    }



    /* TRIGGER 6 */

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-1 {
        transform: translate3d(0px, -660%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-2 {
        transform: translate3d(0px, -440%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-3 {
        transform: translate3d(0px, -340%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-4 {
        transform: translate3d(0px, -150%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-5 {
        transform: translate3d(0px, -100%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-6 {
        transform: translate3d(0px, -20%, 0px);
    }

    .col-middle .ui-logo {
        transition: 1s;
        transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
        -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
        position: relative;
        display: block;
    }

    .mobile-menu-shown
    .col-middle .ui-logo {
        transform: translate3d(calc(-100% + 40px), 0px, 0px);
    }

    .swal2-popup.swal2-modal.ui-popup.popup--discuss {
        border: 4px solid #000000;
        border-radius: 32px;
    }

    .ui-popup h2 {
        font-weight: 400;
        font-size: 26px;
        line-height: 42px;
        margin-bottom: 0px;
    }

    .ui-frame--77, .ui-frame--78 {
        display: none;
    }
}
@media screen and (max-width: 1024px){


}

@media screen and (min-width:461px) and (max-width:1024px){
    .cooperate-chat > .wrap ._wrap.trigger-2 > .message-2 {
        transform: translate3d(0px, -10%, 0px);
    }


    .cooperate-chat > .wrap ._wrap.trigger-2 > .message-1 {
        transform: translate3d(0px, -140%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-3 > .message-1 {
        transform: translate3d(0px, -260%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-3 > .message-2 {
        transform: translate3d(0px, -100%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-3 > .message-3 {
        transform: translate3d(0px, -10%, 0px);
    }



    /* TRIGGER 4 */

    .cooperate-chat > .wrap ._wrap.trigger-4 > .message-1 {
        transform: translate3d(0px, -390%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-4 > .message-2 {
        transform: translate3d(0px, -210%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-4 > .message-3 {
        transform: translate3d(0px, -160%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-4 > .message-4 {
        transform: translate3d(0px, -10%, 0px);
    }


    /* TRIGGER 5 */

    .cooperate-chat > .wrap ._wrap.trigger-5 > .message-1 {
        transform: translate3d(0px, -510%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-5 > .message-2 {
        transform: translate3d(0px, -310%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-5 > .message-3 {
        transform: translate3d(0px, -270%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-5 > .message-4 {
        transform: translate3d(0px, -80%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-5 > .message-5 {
        transform: translate3d(0px, -10%, 0px);
    }



    /* TRIGGER 6 */

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-1 {
        transform: translate3d(0px, -640%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-2 {
        transform: translate3d(0px, -420%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-3 {
        transform: translate3d(0px, -400%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-4 {
        transform: translate3d(0px, -160%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-5 {
        transform: translate3d(0px, -120%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-6 {
        transform: translate3d(0px, -20%, 0px);
    }
}

@media screen and (max-width: 460px){
    .ui-section--what-we-do > .wrapper {
        grid-template-columns: 100%;
        width: 100%;
        gap: 50px;
    }

    .ui-section--cooperate > .content {
        background: transparent;
        padding: 0;
    }

    .ui-section--cooperate > .content .columns > .col-left {flex-direction: column-reverse;display: flex;}

    .illustration-6 {
        transform: scale(0.45);
        transform-origin: 0;
        margin: -130px 0;
    }

    .ui-section--faq > .wrap .questions {
        grid-template-columns: 100%;
        gap: 22px;
    }

    footer > .row > .wrapper .col-right .footer-nav {
        text-align: left;
        margin: 0;
    }

    footer > .row.bg > .wrapper > .col-right {align-items: baseline;}

    footer > .row.bg > .wrapper > .col-left {
        text-align: right;
        line-height: 2;
    }

    footer > .row.bg > .wrapper {
        flex-direction: row-reverse;
    }

    .sm-br {
        display: block;
    }
    .ui-section--cases > .navbar .categories {
        margin-right: -20px;
    }

    .cooperate-chat .wrap .actions > .ui-button {
        padding: 12px 27px;
    }
    .ui-section--start h1 {
        font-size: 52px;
    }

    p#start_descr {
        max-width: 300px;
    }

    .ui-section--customers p {
        padding: 0;
    }

    .illustration-2 {transform: scale(0.7);margin-left: 15px;margin-top: -30px;}

    .illustration-3 {
        transform: scale(0.9);
        margin-left: 25px;
        margin-top: -20px;
    }

    .illustration-4 {
        transform: scale(0.9);
        margin-left: 30px;
    }

    .ui-section--what-we-do > .wrapper .item-wrap h3 {
        font-size: 26px;
    }
}
@media screen and (max-width: 430px){
    .illustration-6 {
        transform: scale(0.47);
        margin-bottom: -110px;
    }

    .cooperate-chat > .wrap ._wrap.trigger-5 > .message-4 {
        transform: translate3d(0px, -90%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-5 > .message-2 {
        transform: translate3d(0px, -320%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-5 > .message-1 {transform: translate3d(0px, -530%, 0px);}

    .cooperate-chat > .wrap ._wrap.trigger-5 > .message-3 {
        transform: translate3d(0px, -280%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-1 {
        transform: translate3d(0px, -670%, 0px);
    }


    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-5 {
        transform: translate3d(0px, -100%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-3 {
        transform: translate3d(0px, -430%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-4 {
        transform: translate3d(0px, -180%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-2 {
        transform: translate3d(0px, -440%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-3 {
        transform: translate3d(0px, -420%, 0px);
    }

}
@media screen and (max-width: 414px){
    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-4 {
        transform: translate3d(0px, -180%, 0px);
    }
}
@media screen and (max-width: 390px){
    .illustration-6 {
        transform: scale(0.425);
    }
    .cooperate-chat .wrap .actions {
        width: calc(100% - 24px);
        padding: 18px 12px;
        padding-bottom: 7px;
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-4 {
        transform: translate3d(0px, -150%, 0px);
    }
}

@media screen and (max-width: 375px){
    .illustration-6 {
        transform: scale(0.41);
    }

    .cooperate-chat > .wrap ._wrap.trigger-3 > .message-1 {
        transform: translate3d(0px, -220%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-4 > .message-1 {
        transform: translate3d(0px, -370%, 0px);
    }
    .cooperate-chat > .wrap ._wrap.trigger-5 > .message-1 {
        transform: translate3d(0px, -500%, 0px);
    }

    .cooperate-chat > .wrap ._wrap.trigger-6 > .message-1 {
        transform: translate3d(0px, -530%, 0px);
    }

}

@media screen and (max-width: 360px){
    .illustration-6 {
        transform: scale(0.39);
    }
}