@media screen and (min-width:1455px) {
    /*.innw_bx {*/
    /*    padding: 88px 0 88px;*/
    /*}*/
}
@media screen and (max-width: 1455px) {
    :root {
        --cont: 87vw;
    }
    .banner_wrap {
        padding-bottom: 12vh;
    }
    .banner_wrap-desc {
        font-size: 3vh;
        max-width: 80%;
    }
    .main_title {
        font-size: 7vh;
    }
    .innw_bread {
        gap: 2.8vh;
    }
}
@media screen and (max-width:1400px) {
    .single-sector .innw_bread {
        flex-wrap: wrap;
    }
    .single-sector .wwd {
        height: 100vh;
    }
}
@media screen and (max-width: 1240px) {
    .impg_grid {
        grid-template-columns: repeat(4,1fr);
    }
    .dpwwww_file {
        width: 180px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .dpwww_wrap {
        gap: 4px;
    }
    .dpwwww_img {
        width: 35px;
    }
    .proj_inn_hero {
        max-height: 700px;
    }
    .innprh p {
        font-size: 8vh;
    }
    .projects_grid {
        margin: 100px auto 0;
        --elemHeight:350px;
        --gap: 20px;
    }
    .footer_wrap {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 30px;
    }
}
@media screen and (max-width: 1180px) {
    :root {
        --cont: 85vw;
        --fz18: 16px;
        --mt160: 100px;
        --mt80: 60px;
        --fz48: 35px;
        --fz28: 18px;
        --fz32: 24px;
        --headerHeight: 84px;
    }
    .inns_text {
        height: max-content;
        position: sticky;
        top: calc(var(--headerHeight) + 15px);
    }
    .impg_bx img {
        object-fit: contain;
    }
    .inns_img {
        height: 60vh;
    }
    .impg_grid {
        grid-template-columns: repeat(3,1fr);
    }
    .custom-logo-link {
        max-width: 128px;
        height: 24px;
    }
    .custom-logo-link img {
        height: 100%;
    }
    .main_title {
        font-size: 50px;
    }


    .clients {
        margin-top: 70px;
    }

    .menu_wrap {
        gap: 20px;
    }

    .btn {
        height: 40px;
    }

    .footc_title {
        font-size: 18px;
    }

    .footer_wrap {
        --gap: 80px;
        padding: 40px 0 80px;
    }

    .footr_title {
        font-size: 18px;
    }

    .ediniy_tekst {
        font-size: 18px;
    }

    .sector_part-img {
        height: 100%;
    }
    .sector_wrap {
        max-width: unset;
        --elems: 1;
        --gap: 0;
        gap: var(--gap);
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: unset;
        overflow: hidden;
        /*scroll-snap-type: x mandatory; !* Привязка к элементам при прокрутке *!*/
    }
    .sector_part-link {
        position: relative;
        height: 300px;
        z-index: 1;
    }
    .sector_part-link:nth-child(3) .sector_part-desc {
        max-width: 100%;
    }
    .sector_part-link:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 10;
        background: rgba(0,0,0,0.3);
    }
    .sector_desc {
        max-width: calc(var(--cont) * 1px);
        margin-left: 8vh;
    }
    .sector_part-desc {
        margin-top: unset;
        font-size: 4vh;
        max-width: 30%;
        position: absolute;
        bottom: 4vh;
        left: 5vh;
        color: #fff;
        line-height: 110%;
        z-index: 12;
    }

    .high_wrap {
        padding: unset;
    }

    /*.banner {*/
    /*    height: 100vmin;*/
    /*}*/

    .banner_wrap-desc {
        font-weight: 700;
        max-width: 70%;
        right: 2vh;
        left: 2vh;
    }
    .wwdc_bx .wwdcb_img {
        height: 100%;
    }
    .wwdcb_bx > div {
        width: calc(100% / 2);
    }
    .aba_link {
        font-size: 1.4vh;
    }
    .aba_link:nth-child(1)::before, .aba_link:nth-child(2)::before {
        /*display: none;*/
    }
    .single-sector .innw_bread {
        gap: 1.2vh;
    }
}
@media screen and (max-width: 1032px) {
    :root {
        --cont: 85vw;
        --cont-padding: 16px;
        --fz18: 14px;
    }
    .projects {
        margin-top: 20vh;
    }
    .impg_grid {
        grid-template-columns: repeat(2,1fr);
    }
    .header__wrap-btn {
        margin-left: 15px;
    }
    #breadExp .breadcrumbs {
        display: block;
    }
    .page-template-page-globalexp .innw_bread {
        display: none;
    }
    .ge_title h3 {
        font-size: 1.6vh;
    }
}
@media(max-width: 808px) {
    :root {
        --cont-padding: 27px;
    }
    .politika {
        margin-top: unset;
    }
    .cf_title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 24px;
    }
    .mob_globexp {
        display: flex;
        flex-direction: column;
    }
    .header__wrap {
        align-items: flex-end;
        padding: 0 0 16px;
    }
    .mg_drop {
        display: flex;
        justify-content: center;
        cursor: pointer;
        flex-direction: column;
        align-items: center;
    }
    .mg_drop + .mg_drop {
        margin-top: 24px;
    }
    .mg_drops {
        padding-bottom: 7vh;
    }
    .mg_drop.active .mgd_title svg {
        transition: .3s;
    }
    .mg_drop.active .mgd_title svg:last-of-type {
        transform: rotateX(-180deg);
    }
    .mgdt_wrap {
        font-size: 1.8vh;
        font-weight: 700;
        text-transform: uppercase;
    }
    .mg_drop:nth-child(1) .mgdt_wrap {
        color: #FED690;
    }
    .mg_drop:nth-child(2) .mgdt_wrap {
        color: #3FC162;
    }
    .mg_drop:nth-child(3) .mgdt_wrap {
        color: #28AEF6;
    }
    .mg_drops > div:nth-child(1) .mgdc_submenu .mgdcs_item {
        color: #FED690;
    }
    .mg_drops > div:nth-child(2) .mgdc_submenu .mgdcs_item {
        color: #3FC162;
    }
    .mg_drops > div:nth-child(3) .mgdc_submenu .mgdcs_item {
        color: #28AEF6;
    }
    .proj_hero {
        background-position: right 30px;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vmin;
        max-height: 244px;
        display: flex;
        align-items: flex-end;
    }
    .projhb_title {
        padding-bottom: 10vh;
    }
    .mgd_title {
        display: flex;
        gap: 8px;
        align-items: center;
    }
    .mgd_countries {
        display: none;
    }
    .mgd_title svg:first-of-type {
        width: 8px;
        height: 8px;
    }
    .mgd_title svg:last-of-type {
        width: 14px;
        height: 6px;
    }
    .mg_map {
        margin-top: 4vh;
    }
    .mg_drops {
        margin-top: 7vh;
    }
    .ge_content,
    .ge_map{
        display: none;
    }
    .prgw_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .prg_btn {
        margin-top: 24px;
        margin-bottom: 64px;
        font-size: 1.5vh;
    }
    .page-template-page-receint-insights footer, .single-projects footer {
        border-top: 2px solid var(--textCol);
    }
    .prgwb_btn a {
        height: 40px;
        padding: 0 8px;
        font-size: 16px;
    }
    #breadProj {
        display: block;
    }
    .projects_grid {
        --elems:1;
        margin: 72px auto 0;
    }
    #breadProj .breadcrumbs {
        margin-top: 40px;
    }
    .dp_wrap {
        padding: 0 var(--cont-padding);
    }
    .menu-item-has-children .sub-menu {
        box-shadow:unset;
    }

    .highw_bx {
        --elems:1;
        flex-wrap: wrap;
        padding: 0 0;
        margin-top: 1.8vh;
        --gap: 10px;
    }
    .footc_tel {
        display: block;
    }
    .inn_about {
        column-count: 1;
    }
    .innsb_img {
        min-width: var(--elemImg);
        max-width: var(--elemImg);
        max-height: var(--elemImg);
        min-height: var(--elemImg);
    }
    .innsbb_title {
        font-size: 1.6vh;
        font-weight: 700;
    }
    .aba_link.active {
        color: #2F5F6B;
    }
    .innstr_bx {
        margin-bottom: 2.5vh;
        --elemPadding:64px;
        --elemImg:40px;
        --elemPaddingTop:32px;
        position: relative;
        overflow: hidden;
        opacity: 0;
        transform: translate(0, -10px);
        transition: transform .5s, opacity .5s ease-in-out;
    }
    .footer_wrap {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 30px;
        text-align: center;
    }
    .innstr_bx.visible {
        opacity: 1;
        transform: translate(0, 0);
    }
    .innsbb_bx {
        position: relative;
    }
    .innsbb_bx:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        height: calc(var(--elem-height) - (var(--elemPadding) + var(--elemImg)));
        background-color: var(--bg-color, transparent);
        top:  calc(var(--elem-height) + (var(--elemPadding)) - var(--elem-height));
        width: 2px;
        left: -43px;
        transform: translateX(7px);
    }
    .innsbb_bx:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        height: 10px;
        background-color: var(--bg-color, transparent);
        top: calc(var(--elem-height) + (var(--elemPadding)) - var(--elem-height));
        width: 10px;
        left: -47px;
        transform: translateX(7px);
        border-radius: 100%;
        transition: top .5s ease-in-out;
    }
    .innstr_bx.visible .innsbb_bx:before,
    .innstr_bx.visible.innsbb_bx:after{
        top: calc(var(--elem-height) + (var(--elemPadding)) - var(--elem-height) + -10px);
    }
    .innstr_bx.active .innsb_text {
        position: initial;
        font-size: 1.2vh;
        font-weight: 700;
        color: #fff;
        opacity: 1;
        display: block;
        text-align: left;
        padding: .8vh;
        position: relative;
        z-index: 10;
    }
    .innsbb_desc p {
        font-size: 16px;
        font-weight: 400;
        margin-top: 4px;
    }
    .foot_rela {
        padding-left: calc(16px + 24px);
    }
    .high {
        width: 100%;
    }
    .ediniy_tekst {
        text-align: left;
        margin-top: 10px;
        font-size: 16px;
        line-height: unset;
        width: 100%;
    }
    .footl_strani {
        padding-left: 35%;
    }
    .fos_btn {
        justify-content: center;
        width: 100%;
    }
    .fos {
        padding: 5vh 0;
    }
    .fos_btns {
        flex-direction: column;
        gap: 15px;
        max-width: max-content;
        align-items: center;
        margin: 1.5vh auto;
    }
    .footc_title {
        font-size: 16px;
    }
    .foot_linked {
        gap: 16px;
        margin-top: 10px;
    }
    .footr_title {
        font-size: 16px;
        font-weight: 700;
    }
    /*.clients .swiper-wrapper {*/
    /*    display: flex;*/
    /*    --elems:2;*/
    /*    flex-wrap: wrap;*/
    /*    --gap: 1vh;*/
    /*}*/
    /*.clients .swiper-wrapper > div {*/
    /*    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));*/
    /*}*/
    .sector_desc {
        max-width: 100%;
        margin-left: 27px;
    }
    .highwb_line {
        display: none;
    }
    .highwb_bx::before {
        display: none;
    }
    .highwb_bx::after {
        display: none;
    }
    .highwbb_title {
        line-height: 110%;
        border-bottom: 1px solid var(--btnCol);
        width: max-content;
        margin: 0 auto;
    }
    .fos .main_title {
        font-size: 22px;
    }
    .highwbb_desc {
        max-width: 100%;
        margin: 10px auto;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
    }
    #whoweare {
        padding: 0;
    }
    .inn_whoweare .main_title {
        text-align: left;
        font-size: 28px;
    }
    .innw_desc {
        text-align: left;
        margin-top: 2.4vh;
        font-size: 16px;
    }
    #whoweare {
        margin-bottom: 60px;
    }
    .valuesbll_desc {
        font-size: 16px;
    }
    .valuesbll_desc,
    .valuesbl_title {
        text-align: left;
    }
    .valuesbll_desc {
        margin-top: 0.3vh;
    }
    .valuesb_left {
        margin-top: 4vh;
    }
    .valuesb_left .valuesbl_bx + .valuesbl_bx {
        margin-top: 2vh;
    }
    .innval_text {
        margin-top: 6.5vh;
    }
    .mtop160 {
        margin-top: 6vh;
    }
    .val_bg {
        padding: 40px 0;
    }
    .values_bx {
        margin-top: 0;
    }
    .valuesb_right {
        min-height: unset;
        width: 100%;
        display: flex;
        gap: 2vh;
        flex-direction: column;
    }
    .valuebl_back {
        opacity: 1;
        position: initial;
        top: unset;
        bottom: unset;
        padding: unset;
        text-align: left;
    }
    .valuesbl_desc {
        margin-top: unset;
        font-size: 18px;
        font-weight: 700;
        color: var(--textCol);
    }
    .valuebl_back p {
        font-size: 16px;
    }
    .valuebl_back ul li {
        font-size: 16px;
    }
    .valuebl_back ul {
        padding-left: 2.5vh;
    }
    .valuebl_back ul li {
        max-width: unset;
    }
    .valuebl_back ul li::before {
        width: 8px;
        height: 8px;
        top: 10%;
    }
    .imp_desc p {
        font-size: 16px;
    }
    .imp_logs {
        flex-direction: column-reverse;
        margin: 0 auto 0;
    }

    .imp_desc {
        text-align: left;
        padding: 0;
    }
    #our_impact .imp_desc {
        margin-bottom: 6vh;
    }
    #our_impact .imp_title {
        text-align: left;
        font-size: 32px;
        margin-bottom: 24px;
    }
    .impg_text.dn {
        display: block;
        font-size: 16px;
        font-weight: 700;
    }
    .impg_grid {
        display: flex;
        flex-direction: column;
        grid-gap: 16px;
        margin-top: 2.4vh;
        padding: 2vh 0;
    }
    .inns_img {
        height: 239px;
        width: 160px !important;
        margin: 0 auto;
    }
    .inn_strategy {
        flex-direction: column-reverse;
        gap: 24px;
    }
    .inns_text {
        font-size: 1.8vh;
        text-align: center;
        position: initial;
    }
    .inn_strategy > div {
        width: 100%;
    }
    .impg_bx.active {
        width: 100%;
        display: flex;
    }
    .inactive-wrapper {
        display: flex;
        --elems:4;
        --gap:16px;
        gap: var(--gap);
    }
    .inactive-wrapper > div {
        width: 72px;
        height: 72px;
    }
    .imp_grid {
        background-color: #EEEEEE;
        margin-top: 2vh;
    }
    .impgg_text p {
        font-size: 1.3vh;
        text-align: left;
        font-weight: 700;
    }

    .impg_bx.active .impgg_text {
        position: initial;
        opacity: 1;
        top: initial;
        background-color: #E53748;
        width: 100%;
        display: flex;
        align-items: flex-start;
        border-left: 2px solid #fff;
        padding-left: 16px;
        padding-top: 8px;
        text-transform: uppercase;
    }
    .impg_bx.active img {
        width: 72px;
        height: 72px;
    }
    .imp_logs img {
        height: 40px;
        max-width: 124px;
        margin-top: 16px;
    }
    .impg_text.db {
        display: none;
    }
    .valuesbr_bx {
        width: 100%;
        flex-direction: column;
        background-color: #FFFFFF80;
        border: unset;
        align-items: flex-start;
        padding: 19px 16px;
    }
    .valuebl_back strong {
        display: none;
    }
    .aba_link {
        font-size: 12px;
        line-height: 120%;
    }
    .innw_desc p:first-of-type {
        font-weight: 500;
        text-transform: inherit;
    }
    .innw_desc p:last-of-type {
        max-width: 45%;
    }
    .innw_desc p {
        padding: 0;
    }
    .single-sector .innw_bread {
        display: none;
    }
    .single-sector .skritie_kroshki .innw_bread {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 12px;
    }
    .single-sector .wwdc_title {
        margin-top: 6.4vh;
    }
    .single-sector .skritie_kroshki {
        padding-top: unset;
    }
    .single-sector .wwd_content {
        margin-top: 4vh;
    }
    .high_wrap {
        padding: 6vh 0;
    }
    .single-sector .skritie_kroshki .aba_link:nth-last-child(1),
    .single-sector .skritie_kroshki .aba_link:nth-last-child(2) {
        display: block;
    }
    .single-sector .skritie_kroshki .innw_bread {
        top: initial;
    }
    .skritie_kroshki {
        padding-top: 4vh;
        display: block;
    }
    .about_usbread .about_bread {
        display: none;
    }
    .skritie_kroshki .aba_link:nth-last-child(2),
    .skritie_kroshki .aba_link:nth-last-child(1) {
        display: none;
    }
}

@media (max-width: 768px) {
    :root {
        --cont: 100%;
        --cont-padding: 27px;
    }
    .innprh {
        padding-bottom: 10vh;
    }
    .innprh p {
        font-size: 4vh;
    }
    .mtop_little {
        margin-top: 4vh;
    }
    .breadcrumbs a {
        font-size: 12px;
    }
    .photo__click span {
        font-size: 16px;
        text-transform: initial;
        color: #ACACAC;
    }

    .ph_cl {
        height: 40px;
        padding: 0 8px;
    }
    .breadcrumbs span {
        font-size: 12px;
    }
    .prc_content strong {
        margin-top: 2.4vh;
    }
    .breadcrumbs span {
        margin-left: 4px;
    }
    .breadcrumbs a {
        margin-left: 4px;
    }
    .prc_title {
        margin-top: 2.4vh;
        font-size: 2.4vh;
    }
    .prc_ctitle {
        margin-top: 4.8vh;
        font-size: 2.4vh;
    }
    .prc_kartiniki {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 64px;
    }
    .foot_elems p {
        font-size: 16px;
    }
    .prc_kartiniki > div {
        width: 100%;
        height: 250px;
    }
    .db {
        display: none !important;
    }
    .dn {
        display: flex !important;
    }
    .clw_img {
        max-width: 104px;
        width: 100%;
        min-width: 104px;
        height: 40px;
    }
    .innw_img {
        min-width: 72px;
        min-height: 72px;
    }
    .wwdcb_bx > div:nth-child(2) {
        display: none;
    }
    .wwdcb_desc ul li {
        font-size: 16px;
    }
    .wwdcb_desc ul li::after {
        width: 1.6vh;
        height: 1.6vh;
    }
    .wwdc_bx {
        margin-top: 2.4vh;
        padding-bottom: unset;
    }
    .innw_bx {
        align-items: flex-start;
        padding: 120px 0 20px;
    }
    .page-template-page-globalexp .innw_bx {
        padding: calc(var(--headerHeight) + 40px) 0;
    }
    .photo_load {
        height: 32px;
        justify-content: flex-start;
        background-color: #EEEEEE;
        border-radius: 4px;
    }
    .photo_content {
        border: unset;
        border-radius: 4px;
    }
    .innwb_title {
        line-height: 120%;
    }
    .wwdc_bx .wwdcb_img {
        width: 100%;
        position: relative;
        margin-top: 6vh;
    }
    .wwdcb_bx > div {
        width: 100%;
    }

    .innw_vector {
        position: absolute;
        right: 0;
        bottom: 0;
        top: var(--headerHeight);
        height: auto;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .innw_vector p, .innw_vector svg {
        height: 100%;
        width:auto;
    }
    .innw_bx > .innwb_desc {
        margin-top: unset;
    }
    .innwb_desc {
        margin-top: 16px;
    }
    .single-sector .wwd {
        height: calc(var(--headerHeight) + 324px);
    }
    .innw_bx {
        gap: 10px;
    }
    .aba_link:nth-child(3) {
        margin-left: 8px;
    }
    .aba_link:last-child {
        width: 124px;          /* Ограничиваем ширину блока */
        white-space: nowrap;   /* Обрезаем текст в одну строку */
        overflow: hidden;      /* Скрываем текст, выходящий за пределы блока */
        text-overflow: ellipsis; /* Добавляем многоточие вместо обрезанного текста */
    }
    .wwd {
        height: 100%;
    }
    .projects {
        margin-top: unset;
        padding: 64px 0;
    }
    .projbxx_desc {
        font-size: 1.6vh;
        display: none;
    }
    .projbxx_title {
        font-size: 1.3vh;
    }
    .projbxx_bx {
        gap: 0.8vh;
        margin-top: 1vh;
    }
    .nav_sw .proj_prev svg,
    .nav_sw .proj_next svg {
        width: 2.5vh;
    }
    .nav_sw .navs_link {
        font-size: 1.5vh;
    }
    .nav_sw {
        margin-top: 2.5vh;
    }
    .about_wr .about_wr-desc {
        margin-top: 1.6vh;
        font-size: 1.6vh;
        line-height: unset;
    }
    .about_us_banner {
        height: 400px;
        max-height: unset;
        overflow: hidden;
    }
    .about_us_banner svg {
        width: 90%;
        bottom: -10%;
        top: initial;
        height: 90%;
        right: 0;
    }
    .header__wrap-btn {
        margin-left: unset;
        font-weight: 700;
        font-size: 16px;
    }
    #menu-menyu-v-mobilke .special-item {
        margin-top: 30px;
    }
    .sub-menu li {
        text-align: center;
    }
    .menu_wrap li ul {
        position: static;
        transform: none;
        opacity: 0;
        visibility: hidden;
    }

    .menu_wrap li.active > ul {
        visibility: visible;
        opacity: 1;
    }
    .header__burger {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        width: 30px;
        align-items: flex-end;
        height: 30px;
        position: absolute;
        z-index: 999999;
        right: 27px;
    }
    .custom-logo-link {
        min-width: 128px;
    }

    body.showBurger.admin-bar header .header__mobile {
        top: calc(var(--headerHeight) + 32px);
    }
    body.showBurger header .header__mobile {
        left: 0;
        visibility: visible;
        opacity: 1;
        right: 0;
        width: 100%;
        background-color: var(--textCol);
    }
    .sector_part-desc {
        max-width: 50%;
        font-size: 24px;
        left: 27px;
    }
    .sector_part-link:last-of-type .sector_part-desc {
        max-width: 85%;
    }
    .banner_slider {
        padding-top: var(--headerHeight);
    }
    .banner_wrap-desc {
        font-size: 16px;
        padding-bottom: 20px;
        right: unset;
        left: 27px;
    }
    .header_right-box {
        display: none;
    }
    .map > div, .map > div > iframe {
        height: 400px !important;
    }
    .maping {
        margin-top: 24px;
    }

    .footer_wrap {
        flex-direction: column;
        flex-wrap: wrap;
        padding: 40px 0;
    }
    .foot_elems {
        width: 100%;
    }
    .banner_wrap {
        padding-bottom: unset;
    }
    #menu-menyu-v-mobilke {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    #menu-menyu-v-header {
        display: none;
    }
    .menu_mob li {
        text-transform: uppercase;
        color: #fff;
    }
    .sector_desc {
        font-size: 16px;
    }
    .menu-item-has-children > a {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }
    /*.sector_part-link {*/
    /*    height: 400px;*/
    /*}*/
    .sector_part-img {
        height: 100%;
    }
    .menu-item-has-children > a svg {
        transition: .3s;
        cursor: pointer;
    }
    .menu-item-has-children > a.active {
        color: var(--btnCol);
    }
    .menu-item-has-children > a.active svg path {
        stroke: var(--btnCol);
    }
    .menu-item-has-children > a.active svg {
        transform: rotateY(-180deg) rotateX(-180deg);
    }
    .main_title {
        font-size: 24px;
    }
    .forms form p input[type="submit"] {
        font-size: 16px;
        height: 40px;
        margin-top: 10px;
    }
    .dn svg {
        width: 16px;
        margin-right: 16px;
    }
    .file_share {
        margin-top: 16px;
    }
    .politika p {
        font-size: 11px;
    }
    .forms label {
        font-size: 11px;
        height: unset;
    }
    .page-template-page-receint-insights .wwd,
    .page-template-page-contacts .wwd{
        height: 280px;
    }
    .forms form p input[type="text"], .forms form p input[type="email"] {
        height: 32px;
    }
    .mtop160 {
        margin-top: 60px;
    }
    footer.mtop160 {
        margin-top: unset;
        border-top: 3px solid var(--textCol);
    }
    .sub-menu {
        display: none;
    }
    /*.sub-menu.active {*/
    /*    height: 100%;*/
    /*    visibility: visible;*/
    /*    position: relative;*/
    /*    opacity: 1;*/
    /*}*/
    .header__burger span:nth-child(2) {
        width: 26px;
    }
    .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__mobile {
        position: fixed;
        background-color: #F1F5F6;
        left: -400px;
        z-index: 100;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
        display: block;
        top: var(--headerHeight);
        padding: 60px 0 30px;
        bottom: 0;
    }

    .menu_mob li:not(:first-child) {
        margin-top: 15px;
    }
    .footer_wrap {
        --gap: 25px;
        align-items: center;
    }
    .footer_wrap > div {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_wrap > div > .ediniy_tekst:not(:last-of-type) {
        max-width: 100%;
        text-align: left;
    }
    .menu_mob li {
        display: flex;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 120%;
        color: #fff;
        flex-direction: column;
    }
    .menu_mob > li {
        font-weight: 700;
    }

    #menu-menyu-burger {
        width: 100%;
        color: var(--black);
        padding: 2.5vh;
    }
    .aboutus_wr {
        display: flex;
        height: 100%;
        align-items: flex-end;
        padding: 8vh 0 15vh;
    }
}
@media(max-width:500px) {
    .single-sector .main_title {
        font-size: 24px;
    }
    .main_title {
        font-size: 24px;
    }
    .innwb_desc p {
        font-size: 16px;
    }
    .innprh p {
        font-size: 2vh;
    }
    .innprh {
        padding-bottom: 5vh;
    }
    .dpww_wrap {
        flex-direction: row;
        gap: 8px;
    }
    .dpw_wrap {
        margin-top: 24px;
    }
    .dpw_title h4 {
        text-align: center;
        font-size: 24px;
    }
    .download_part {
        padding: 64px 0;
    }
    .dpwww_btn {
        height: 40px;
        padding: 0 8px;
    }
    .dpwwww_file {
        font-size: 1.8vh;
    }
    .banner_wrap-desc {
        max-width: 90%;
    }
    .innw_desc p:last-of-type {
        max-width: 90%;
    }
    .aboutus_wr {
        padding: 0;
        align-items: flex-start;
    }
    .about_wr {
        margin-top: calc(var(--headerHeight) + 40px);
    }
}