
@media(max-width:1650px) {
    .header_dicon_mob {
        display: none;
    }
    .header_mob_dicon {
        display: block;
    }
    .header__logo {
        width: 80px;
        height: auto;
    }
    .header__menu .menu_wrap {
        gap: 0 15px;
    }
    .header__info {
        font-size: 20px;
    }
    .inn_banner {
        padding-bottom: 30px;
    }
}
@media(max-width:1420px) {
    :root {
        --cont: 1240px;
    }
    .inns_bx {
        --elems:3;
        flex-wrap: wrap;
    }
    .innw_bx {
        --gap: 50px;
    }
    .innwc_big {
        width: 450px;
        height: 500px;
    }
    .innw_bx_out {
        width: calc(100% - 450px - var(--gap));
    }
    .innsw_desc {
        width: 100%;
    }

}

@media (max-width: 1300px) {
    .header__info {
        display: none;
    }


    .header__mob-info {
        display: flex;
        justify-content: flex-end;
        margin-top: 50px;
    }
    .gt_float_switcher {
        background-color: unset !important;
    }
    .gt_float_switcher .gt-selected {
        background-color: unset !important;
    }
    header .header__burger {
        display: flex;
        margin-left: auto;
    }
    header .header__mobile {
        position: fixed;
        background-color: #F1F5F6;
        right: 15px;
        left: 0;
        top: 0;
        z-index: 10;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
        display: block;
    }
    .menu_mob li:not(:first-child) {
        margin-top: 30px;
    }
    .menu_mob li {
        display: flex;
        justify-content: flex-end;
        font-size: 18px;
        line-height: 120%;
        font-weight: 500;
    }
    #menu-menyu-burger {
        width: 100%;
        color: var(--black);
        padding: 2.5vh;
    }
    .header__lang {
        display: none;
    }
    .header__info .tel {
        font-size: 18px;
    }
    .header__menu .menu_wrap li:not(:last-of-type) {
        margin-right: 20px;
    }
    .header__logo {
        width: 70px;
        margin-right: auto;
    }
    .header__menu {
        display: none;
    }
    .showBurger .burger_bar:nth-child(1) {
        transform: rotate(-45deg) translate(-8px, 9px);
    }
    .showBurger .burger_bar:nth-child(2) {
        opacity: 0;
    }
    .showBurger .burger_bar:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -5px);
    }
    .header__right-lang {
        display: flex;
        justify-content: flex-end;
    }
    body.showBurger {
        overflow: hidden;
    }
    body.showBurger.admin-bar header .header__mobile {
        top: calc(var(--headerTop) + 32px);
    }
    body.showBurger header .header__mobile {
        top: var(--headerTop);
    }
    body.scrolling #header {
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset;
    }
    body.showBurger #header {
        background-color: #fff;
    }
}
@media (max-width: 1160px) {
    :root {
        --cont: 972px;
    }
    .innstr_bx {
        --elems:3;
        flex-wrap: wrap;
    }
    .inns_bx {
        --elems:2;
    }
    .innb_routes {
        font-size: 40px;
    }
    .innb_desc {
        font-size: 20px;
    }
    .inn_services {
        margin-top: 80px;
    }
    .inn_numbers {
        --gap:14px;
    }
}
@media (max-width: 992px) {
    :root {
        --cont: 748px;
    }
    .innstr_bx {
        --elems:2;
    }
    .innw_bx_out {
        width: calc(100% - 300px - var(--gap));
    }
    .inn_numbers {
        --elems:2;
        flex-wrap: wrap;
    }
    .innw_bx_outer {
        --elems: 2;
        --gap: 5px;
        display: flex;
        gap: var(--gap);
        flex-direction: unset;
        flex-wrap: wrap;
    }
    .innsw_desc p {
        font-size: 12px;
    }
    .innw_card.active {
        padding: 10px;
    }
    .innsw_desc {
        margin-top: 8px;
    }
    .innw_bx {
        --gap:20px;
    }
    .innsw_title {
        font-size: 18px;
    }
    .innw_card {
        width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
        padding: 10px;
    }
    .innwc_big {
        width: 300px;
        height: 300px;
    }
    .inn_strategy {
        margin-top: 60px;
    }
    .innsf_title {
        font-size: 20px;
    }
    .innsft_svg {
        min-width: 30px;
        max-width: 30px;
        min-height: 30px;
        max-height: 30px;
    }
    .inn_about {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .inn_about_text p:first-of-type {
        margin-top: 30px;
    }
    #about {
        margin-top: 80px;
    }
    .inn_about_text p + p {
        margin-top: 10px;
    }
    .inn_about_text {
        width: 100%;
    }
    .inn_about_img {
        width: 100%;
        border-radius: 10px;
        height: 400px;
    }

}
@media (max-width: 768px) {
    :root {
        --cont-p: 20px;
        --cont: 435px;
    }
    .innsf_title {
        gap: 20px;
    }
    #maps {
        margin-top: 60px;
    }
    .innsft_svg {
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px;
    }
    .inn_maps {
        margin-bottom: 40px;
    }
    .innf_card + .innf_card {
        margin-top: 15px;
    }
    .inn_maps_form {
        position: relative;
        top: 0;
    }
    .bot_cont {
        flex-direction: column;
        height: unset;
        padding: 20px 0;
        gap: 10px;
    }
    #reviews {
        margin-top: 60px;
    }
    .swiper_reviews {
        margin-top: 30px;
    }
    #faqs {
        margin-top: 60px;
    }
    .inn_faqs {
        margin-top: 40px;
    }
    .innfw_desc p {
        max-width: unset;
        font-size: 15px;
    }
    .innfw_desc {
        margin-top: 15px;
    }
    #choose {
        margin-top: 60px;
    }
    .swiper_clients {
        margin-top: 20px;
    }
    .innw_bx_outer {
        margin-top: 20px;
    }
    .innw_title {
        font-size: 28px;
    }
    .inn_whywe {
        padding: 60px 0 70px;
    }
    .innstr_bx {
        --elems:1;
        margin-top: 30px;
    }
    .innstr_card {
        --instrBxCardHeight: 250px;
    }
    .innstr_img {
        width: 100px;
        height: 100px;
    }
    .innstr_title {
        font-size: 22px;
    }
    .innstr_desc p {
        font-size: 12px;
    }
    .innw_bx_outer {
        --elems:1;
    }
    .innwc_big {
        width: 200px;
        height: 300px;
        position: sticky;
        top: calc(var(--headerTop) + 20px);
    }
    .innw_bx_out {
        width: calc(100% - 200px - var(--gap));
    }
    .inn_numbers {
        --elems:1;
        flex-wrap: wrap;
    }
    .inns_bx {
        --elems:1;
    }
    .innb_desc > p:nth-child(2) {
        max-width: unset;
        font-size: 20px;
        margin-top: 10px;
    }
    .innb_desc strong {
        font-size: 45px;
    }
    .innb_btn {
        font-size: 16px;
        margin-top: 30px;
    }
    .inn_banner {
        padding-bottom: 50px;
    }
    #banner {
        height: 70vmax;
        border-radius: 15px;
    }
    .header__btn {
        height: 40px;
        padding: 0 15px;
    }
    .inn_qrcode {
        flex-direction: column;
        gap: 20px;
        padding: 30px 0 30px;
    }
    .innq_form {
        width: 100%;
    }
    .innqf_frm {
        width: 100%;
        margin-top: 15px;
    }
    .innqf_frm input {
        font-size: 12px;
        height: 41px;
    }
    .innq_qr {
        width: 100%;
        height: 100%;
    }
    .innq_form h3 {
        font-size: 28px;
    }
    .innq_form p {
        font-size: 14px;
        margin-top: 10px;
    }
    .inns_works {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        margin-top: 30px;
    }
    h3 {
        font-size: 28px;
    }
    #works {
        padding: 30px 0;
        margin-top: 60px;
    }
    .inn_obsh a {
        border-radius: 10px;
    }
    #whywe {
        margin-top: 60px;
    }
}
@media (max-width: 450px) {
    .innwc_big {
        display: none;
    }
    .innw_bx_out {
        width: 100%;
    }
}