@media(min-width: 768px) {
    /* Добавляем стрелку для пунктов меню с вложенными элементами */
    .header_menu .menu-item-has-children > a::after {
        content: "▼"; /* или "▶" для бокового меню */
        font-size: 0.7em;
        margin-left: 6px;
        display: inline-block;
        transition: transform 0.3s ease;
    }

    /* Когда раскрыто подменю (WordPress добавляет класс .sub-menu), можно анимировать */
    .header_menu .menu-item-has-children:hover > a::after,
    .header_menu .menu-item-has-children.focus > a::after {
        transform: rotate(120deg);
    }
    .header_menu .sub-menu li {
        transition: .3s;
    }
    .header_menu .sub-menu li a {
        padding: 8px 15px;
        color: #444;
    }

    .header_menu .sub-menu li a:hover {
        background: #f5f5f5;
    }

    .menu_wrap {
        height: 100%;
    }
    .menu_wrap li {
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        transition: .3s;
    }
    .menu_wrap li:hover a {
        color: var(--c-blue);
    }
    .header__nav {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .menu_wrap li {
        position: relative;
    }
    .header__nav .menu-item .sub-menu a + a {
        margin-top: 1rem;
    }
    .header__nav .menu-item .sub-menu a {
        color: var(--c-black);
    }

    /* Отображение при наведении */
    .header_menu .menu-item-has-children:hover > .sub-menu {
        display: block;
    }

    /* Для вложенных меню (право) */
    .header_menu .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
        top: 0;
    }
    /* Стили для подменю */
    .header_menu .menu-item-object-page >.sub-menu {
        background: rgba(255,255,255,0.8);
        backdrop-filter: blur(12px);
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all 0.4s ease;
        list-style: none;
        position: absolute;
        left: 0;
        background: #fff;
        border: 1px solid #ddd;
        min-width: 290px;
        padding: 10px 18px 20px;
        margin: 0;
        display: none;
        z-index: 99;
        top: var(--headerHeight);
        border-radius: 0 0 var(--fz30) var(--fz30);
        box-shadow: 0 5px 10px #3FDBFF;

    }
    .header_menu .menu-item-object-services {
        display: flex;
        flex-direction: column;
    }
    .header_menu .menu-item-object-services .sub-menu li a {
        color: var(--c-purple) !important;
        font-size: var(--fz16);
        padding: 2px 16px !important;
    }
    .header_menu .menu-item-object-services .sub-menu {
        width: 100%;
    }

    .header_menu .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* Сами ссылки внутри */
    .header_menu .menu-item-has-children .sub-menu li a {
        display: block;
        padding: 10px 16px;
        color: #222;
        text-decoration: none;
        transition: background 0.2s ease, color 0.2s ease;
    }

    /* Эффект при наведении */
    .menu-item-has-children .sub-menu li a:hover {
        /*background: var(--c-black);*/
        /*box-shadow: 3px 5px 5px #3FDBFF;*/
        color: var(--c-blue);
        border-radius: 4px;
    }
    .menu-item-has-children .sub-menu li {
        width: 100%;
    }
    .menu-item-has-children .sub-menu li a {
        width: 100%;
    }


}
@media(min-width:1400px) {
    #team .swiper_team {
        width: 80%;
    }
}
@media(max-width:1299px) {
    .page-template-page-about .inn_about{
        --img-size: 400px;
        --imgHeight: 400px;
        --gap: 30px;
        align-items: center;
    }
    .ia_left p {
        font-size: var(--fz16);
    }
}
@media (max-width: 1300px) and (min-width: 1160px) {
    font-size: 12px;
    body {
    }
    #team .swiper_team {
        width: 100%;
    }
    :root {
        --cont: 972px;
        --fz20: 16px;
        --fz24: 18px;
        --fz40: 32px;
    }

    main.noTheme {
        padding-top: 90px;
    }

    .btn-blue {
        font-size: 14px;
    }

    .innserb_item {
        padding: 20px;
    }

    .inn_clients {
        --elems: 5;
        justify-content: center;
        --gap: 10px;
    }

    .inn_clwbx {
        gap: 50px;
    }

    .clwb_num {
        width: 350px;
        font-size: 110px;
    }

    .clwb_title {
        width: calc(100% - 350px - 50px);
        font-size: 20px;
    }

    .hero_bx {
        max-width: 550px;
        padding: 25px 40px;
    }

    .inn_services {
        --gap: 10px;
    }

    .innser_bx {
        height: 250px;
    }

    .header_logo {
        max-width: 250px;
    }

    .page-template-page-about .inn_about{
        --img-size: 400px;
        --imgHeight: 100%;
        --gap: 30px;
        align-items: center;
    }

    .ial_link {
        font-size: 16px;
        padding: 15px 20px;
    }
    .page-template-page-about .inn_whywe {
        left: unset;
    }

}
@media (max-width: 1160px) {
    :root {
        --cont: 972px;
        --fz20: 16px;
        --fz24: 18px;
        --fz40: 32px;
        --fz32:23px;
    }
    .page-template-page-about .hero, .single .hero {
        height: 100vh;
    }
    #team .swiper_team {
        width: 80%;
    }
    .cases_item_img {
        height: 380px;
    }
    main.noTheme {
        padding-top: 90px;
    }

    .btn-blue {
        font-size: 14px;
    }

    .innserb_item {
        padding: 20px;
    }

    .inn_clients {
        --elems: 5;
        justify-content: center;
        --gap: 10px;
    }

    .inn_clwbx {
        gap: 50px;
    }

    .clwb_num {
        width: 350px;
        font-size: 110px;
    }

    .clwb_title {
        width: calc(100% - 350px - 50px);
        font-size: 20px;
    }

    .hero_bx {
        max-width: 550px;
        padding: 25px 40px;
    }

    .inn_services {
        --gap: 10px;
    }

    .innser_bx {
        height: 250px;
    }

    .header_logo {
        max-width: 250px;
    }

    .page-template-page-about .inn_about{
        --img-size: 400px;
        --imgHeight: 100%;
        --gap: 30px;
        align-items: center;
    }
    .ia_left p {
        font-size: 14px;
    }
    .ial_link {
        font-size: 16px;
        padding: 15px 20px;
    }
}
@media (max-width: 992px) {
    :root {
        --cont: 748px;
        --fz20: 15px;
        --fz24: 16px;
        --fz40: 26px;
        --br-vse: 0 40px 0 40px;
        --fz16: 12px;
    }
    .ihh_content img {
        height: 250px;
    }
    .sii_content {
        width: 100%;
    }
    .si_inner {
        --otherNews: 100%;
        --gap: 60px;
        flex-direction: column;
    }
    .ihh_content {
        gap: 25px;
        flex-direction: column;
    }
    #map {
        height: 314px !important;
    }
    #kontakti_footer .ff_bx {
        flex-direction: column;
        gap: 60px;
        padding-bottom: unset;
    }
    .page-template-page-kontakty #footer .mt130 {
        margin-top: unset;
    }
    .services_block {
        --gap: 30px;
        flex-direction: column;
        --inactiveWidth: 300px;
        --inactiveHeight: 420px;
    }
    .service-active {
        width: 100%;
    }
    .service-card {
        height: 196px;
        padding: 20px;
    }
    .services-list {
        --inactiveWidth:100%;
    }
    .prev svg,.next svg {
        width:100%;
        height: 100%;
    }
    .service-text {
        margin-top: 20px;
    }
    .srvc_title {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .srvc_img {
        min-width: 156px;
        max-width: 156px;
    }
    .serv_btns {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .page-template-page-otrasli   .hero_bx h1 {
        margin-bottom: 10px;
    }
    .page-template-page-otrasli   .hero_bx p:nth-of-type(1) {
        display: none;
    }
    .page-template-page-otrasli   .hero_bx p {
        display: inline;       /* вместо блочного */
        margin: 0;             /* убираем отступы */
        line-height: 140%;
    }

    .page-template-page-about #team .swiper_team {
        width: 80%;
    }

    .page-template-page-about .ww_bx {
        height: 100%;
    }
    .page-template-page-about .wwin_right h2 {
        margin-bottom: 20px;
    }
    .page-template-page-about .wwin_right {
        width: 100%;

    }
    #team .news_title {
        gap: 14px;
    }
    .page-template-page-about .wwin_right br{
        display: none;

    }
    .mt130 {
        margin-top: 80px;
    }

    .foot_mid .menu_wrap li a {
        color: var(--c-white);
    }

    .foot_mid .menu_wrap {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        flex-direction: column;
    }

    .dn {
        display: flex;
    }

    .db {
        display: none !important;
    }

    .footw_contacts {
        align-items: flex-start;
        gap: 30px;
        flex-direction: column-reverse;
    }

    .footerw_left {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .footwc_socials {
        gap: 10px;
    }

    .footer__bottom-inner-webnow a {
        gap: 14px;
        font-size: 12px;
    }
    .inn_newsbx {
        --elems:2;
    }

    .ff_left {
        width: 100%;
        padding: 30px 20px 40px;
        border-radius: 0 20px 0 20px;
    }

    .submitting input {
        width: 100% !important;
        height: 52px !important;
        font-size: 18px !important;
        background-color: var(--c-white);
    }

    .cf7-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .cf7-row .wpcf7-form-control {
        height: 40px;
        font-size: 15px;
    }


    .wpcf7-list-item-label {
        font-size: 14px !important;
    }

    .cf7_bigrow textarea {
        height: 90px;
    }

    .cf7-submit-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .footw_contacts {
        margin-top: 16px;
    }

    .foot_top {
        padding-top: 60px;
    }

    .foot_mid {
        padding-bottom: 30px;
    }

    .footerw_left svg {
        max-width: 168px;
    }

    .footwcs_link {
        max-width: 40px;
    }

    .fb_bx {
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
    }

    .whywe {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
        background-color: #CCF1F1;
        padding-top: 30px;
    }

    .wwin_left ul {
        max-width: 100%;
    }

    .wwin_left br {
        display: none;
    }

    .inn_whywe {
        position: relative;
        top: unset;
        right: unset;
        left: unset;
    }

    .ww_bx > div {
        width: 100%;
        height: 100%;
    }

    .ww_bx {
        display: flex;
        height: 300px;
        flex-direction: column;
    }

    .inn_services {
        --elems: 2;
        flex-wrap: wrap;
    }

    .ia_left {
        width: 100%;
    }

    .ia_left br {
        display: none;
    }

    h2 {
        font-size: 20px;
    }

    .inn_about {
        flex-direction: column;
        --img-size: 100%;
        --imgHeight: 286px;
    }

    .inn_clients {
        --elems: 3;
    }

    .clw_item {
        height: 88px;
    }
    .serv_btn {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 768px) {
    :root {
        --cont-p: 16px;
        --cont: 435px;
        --headerHeight: 60px;
        --fz40: 24px;
        --fz24:15px;
        --fz32:18px;
    }
    .page-template-page-about .hero, .single .hero {
        height: 80vh;
    }
    .ia_right {
        height: 300px;
    }
    .page-id-17  .inn_hero {
        padding-bottom: 32px;
    }
    .next {
        margin-left: 20px !important;
    }
    .prev {
        margin-right: 20px !important;
    }
    .page-id-17   .hero {
        height: 200px;
    }
    .inn_newsbx {
        --elems:1;
    }
    .page-numbers {
        width: 40px;
        height: 40px;
    }
    .pagination svg {
        min-width: 40px;
        max-width: 40px;
    }
    .inn_cases {
        --elems:1;
        --gap: 10px;
    }
    .news_navs {
        display: none;
    }
    .page-template-page-about #team .swiper_team {
        width: calc(100vw - ((100vw - var(--cont)) * -1));
    }
    .header_menu {
        display: none;
    }
    .cit_title {
        height: 72px;
        padding: 0 20px;
    }
    .cit_title svg,
    .ch_text svg {
        min-width: 32px;
        max-width: 32px;
    }
    .cit_hidden {
        padding: 0 20px 20px;
    }
    .ch_text {
        gap: 12px;
    }
    .ff_bx {
        padding: 16px 0 200px;
    }
    .cases_item_img {
        height: 290px;
    }
    .cases_item.active .cit_title {
        height: max-content;
        padding: 10px 20px 0;
    }
    .cases_item.active .cases_item_img {
        height: 120px;
    }
    .ial_link {
        width: -moz-avalaible;
        text-align: center;
    }
    .inn_hbtn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #otrasli .innser_bx .innserbi_title {
        font-size: 18px;
    }
    .innserbi_title {
        font-size: 18px;
    }
    .page-template-page-about .ia_right {
        width: 100%;
    }
    body.showBurger header .header__mobile {
        opacity: 1;
        visibility: visible;
        padding: 40px 0 50px;
        top: var(--headerHeight);
        display: flex;
        justify-content: flex-start;
        border-radius: 0 0 0 30px;
        flex-wrap: wrap;		
    }
	
	body #gt_float_wrapper {margin: var(--cont-p) 0 0 var(--cont-p) !important;    padding: 10px 25px !important;}
	body #gt_float_wrapper .gt-selected {font-size: 4vw;}
	body #gt_float_wrapper img {width: 5vw;    height: 5vw;}
	
	body #footer .menu-item-gtranslate {display: none !important;}

    .header_contacts {
        margin-bottom: 35px;
    }

    body.showBurger {
        overflow-y: hidden;
    }

    .hero {
        height: 480px;
    }
    .page-template-page-about .hero{
        height: 50vh;
    }
    .inn_services {
        --elems: 1;
        margin-top: 14px;
    }

    .inn_clients {
        --elems: 2;
    }

    .clwb_num {
        width: 160px;
        font-size: 50px;
        display: flex;
        align-items: baseline;
        gap: 1px;
    }

    .news_bx {
        --sliderWidth: 100%;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .news-header .ial_link {
        display: none;
    }

    .news-card {
        height: 370px;
    }

    .cf7-privacy {
        width: 100%;
    }

    .cf7-submit-row {
        width: 100%;
    }

    .news_btn span {
        font-size: 14px;
    }

    .news-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .news_bx .swiper {
        width: 100%;
    }

    .clwb_title {
        width: calc(100% - 160px - 36px);
        font-size: 15px;
    }

    .inn_clwbx {
        justify-content: space-between;
        padding-bottom: 16px;
        align-items: center;
    }

    .inn_clwbx + .inn_clwbx {
        padding-top: 24px;
    }

    .header_contacts a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header_contacts svg {
        width: 16px;
    }

    .header__mobile svg {
        width: 16px;
    }

    .header__mob-info li + li {
        margin-top: 30px;
    }

    .header__mob-info li a {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .header__mob-info li {
        display: flex;
        align-items: center;
        osition: relative;
        justify-content: flex-end;
    }
    .header__mob-info {
        position: relative;
    }

    .mt130 {
        margin-top: 60px;
    }

    header .header__burger {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        width: 30px;
        height: 30px;
        position: relative;
        z-index: 999999;
    }

    .burger_bar {
        background-color: #335B63;
        height: 4px;
        width: 30px;
        margin: 4px 0;
        margin-left: 0px;
        transition: 0.4s;
    }

    .showBurger .burger_bar:nth-child(2) {
        opacity: 0;
    }

    .showBurger .burger_bar:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -5px);
        width: 30px;
    }

    .header_logo {
        max-width: 260px;
        height: 100%;
    }
    .header_logo * {
        height: 100%;
    }

    .showBurger .burger_bar:nth-child(1) {
        transform: rotate(-45deg) translate(-8px, 9px);
        width: 30px;
    }

    header .header__mobile {
        position: fixed;
        background-color: #F1F5F6;
        right: 0;
        left: 0;
        top: 0;
        z-index: 10;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
        display: block;
    }
    .page-template-page-otrasli .inn_hero, .page-template-page-services .inn_hero {
        padding-bottom: 40px;
    }
    .hero_bx {
        padding: 30px 20px;
        max-width: 100%;
        width: 100%;
    }
}