.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}

@media screen and (min-width: 1800px) {
    html {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 1800px) and (min-width: 1600px) {
    html {
        font-size: 17px !important;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1400px) {
    html {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
    html {
        font-size: 15px !important;
    }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
    html {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1150px) {
    html {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 1150px) and (min-width: 1100px) {
    html {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
    html {
        font-size: 11px !important;
    }
}


@media screen and (min-width:992px) {
    .menu_dropdown{
        top: 120%;
        transition: all 0.35s;
        pointer-events: none;
        opacity: 0;
    }
    .menu_item:hover .menu_dropdown{
        top: 100%;
        opacity: 1;
        pointer-events: painted;
    }
    .menu_item:hover > a i{
        transform: rotate(-180deg);
    }
    .part_page_row_info{
        margin-left: -2.6rem;
    }
    .part_page_row .border_img30{
        margin-right: 2.3rem;
    }
    .lang_box:hover .active_lang{
        color: black;
        opacity: 0.7;
    }

    .lang_drop{
        top: -1rem;
        opacity: 0;
        pointer-events: none;
        transition: all 0.25s;
    }
    .lang_drop a:hover{
        opacity: 0.5;
    }
    .lang_box:hover .lang_drop{
        top: -0.5rem;
        opacity: 1;
        pointer-events: painted;
    }
}

@media screen and (max-width:992px) {
    body {
        padding-top: 4.8rem;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mob_50{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .menu_toggle {
        color: #EB0B11;
        width: 1.7rem;
        font-size: 2rem;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 10.5rem;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .menu  {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #242424;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        padding: 2rem 15px;
        padding-bottom: 1rem;
        border-top: 1px solid #3a3a3a;
        border-bottom: 1px solid #3a3a3a;
        margin: 0;
        text-align: center;
        transform: none;
        font-size: 1.1rem;
    }
    .menu_item i{
        display: none;
    }
    .menu_item{
        display: block;
        margin: 0;
    }
    .menu_dropdown{
        display: none!important;
    }
    .menu a{
        display: block;
        margin: 0;
        margin-bottom: 0.6rem;
    }

    header{
        top: 0;
        width: 100%;
        border-radius: 0;
        background: #242424;
        padding: 0.9rem 15px;
        position: fixed;
    }
    .lang_drop{
        display: none;
    }
    .lang_box {
        margin-right: 2rem;
        font-size: 1rem;
    }
    .active_lang{
        cursor: pointer;
    }
    .lang_drop {
        left: -0.5rem;
        top: 1.7rem;
        right: -0.5rem;
        padding-top: 0.9rem;
    }

    .box1 {
        padding-top: 4rem;
        padding-bottom: 15px;
        min-height: unset;
    }
    .section_title {
        font-size: 2rem;
        letter-spacing: 0;
        margin-bottom: 1.5rem;
    }
    .section_text br, .section_title br{
        display: none;
    }
    #box-1:after {
        background: black;
        opacity: 0.5;
    }
    .preim_top_flex {
        margin-bottom: 2rem;
    }
    .preim_title br{
        display: none;
    }
    .btn{
        font-size: 1.1rem;
        width: 100%!important;
        min-width: unset!important;
        height: 3.7rem!important;
    }
    .box1_btns .btn:not(:first-child){
        margin-top: 0.5rem;
    }
    .form-control {
        border-bottom: 2px solid #EB0B11;
        padding: 0.7rem 0.8rem;
        font-size: 1.1rem;
    }
    .title_flex{
        display: block;
    }
    .gray_title {
        font-size: 1.1rem;
        margin-bottom: 1.2rem;
        display: block;
    }
    .title_row .section_title{
        margin-bottom: 1.5rem;
    }
    .section_title.sm {
        font-size: 2rem;
    }
    .title_row {
        margin-bottom: 0;
    }
    .services{
        width: 85%;
        margin-bottom: 2rem;
    }
    .slick-current .service_item, .service_item{
        width: 100%!important;
        border-radius: 1.8rem;
    }
    .service_inactive{
        max-height: unset;
        opacity: 1;
    }
    #box-2 {
        padding-top: 4rem;
    }
    .title_row > div{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .title_row > .text-right, .title_row > .text-center{
        text-align: left!important;
    }
    #box-3 {
        padding-top: 4rem;
    }
    .preims_row .mb_30{
        margin-bottom: 10px;
    }
    .n1{
        order: 2;
    }
    .n2{
        order: 1;
        margin: 2rem 0;
    }
    .n3{
        order: 3;
    }
    .border_img {
        border-radius: 30px;
    }
    .digits.align-center {
        padding-left: 0;
    }
    .digit_title {
        font-size: 3.3rem;
    }
    .digits {
        gap: 1.6rem;
        align-items: flex-start;
        justify-content: space-between;

    }
    .digits{
        margin-bottom: 1.6rem;
    }

    .main_about_row{
        align-items: unset;
    }
    #box-4 {
        padding-top: 3.5rem;
        padding-bottom: 4rem;
    }
    .box5_bg{
        display: none;
    }
    .box5_item{
        padding: 1.3rem;
    }
    .box5_item:hover .box5_item_num {
        opacity: 0.2;
        right: 0.3rem;
    }
    #box-5 {
        padding-top: 3.5rem;
        padding-bottom: 2rem;
    }
    #box-6 .gray_title {
        margin-bottom: 1.2rem;
    }
    #box-6 {
        padding-top: 4rem;
    }
    .box6_bg {
        width: 100%;
        padding-bottom: 1.7rem;
        border-bottom-right-radius: 0;
        position: static;
    }
    #box-6 .section_title {
        margin-bottom: 1.3rem;
    }
    .box6_item_text {
        font-size: 1.1rem;
    }
    .part_item {
        height: 7rem;
        border-radius: 1.2rem;
        padding: 1rem;
    }
    #box-7 {
        padding-top: 2.4rem;
    }
    .part_btn {
        margin-top: 2rem;
    }
    #box-8 {
        padding-top: 3.7rem;
        padding-bottom: 4.5rem;
    }
    .projects_row {
        padding-top: 0;
        margin-bottom: 1.5rem;
    }
    #box-9{
        background: none!important;
    }
    .form_img{
        display: none;
    }
    .main_form{
        margin: 0;
        border-radius: 1.5rem;
        padding: 1.8rem;
    }
    .form_text {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    .form_text br{
        display: none;
    }
    #box-10 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .main_contacts .box6_items {
        padding-top: 0;
    }
    .main_contacts .box6_item_title span {
        font-size: 1.2rem;
        padding-left: 1rem;
    }
    .map {
        height: 20rem;
        border-radius: 20px;
        margin-top: 2rem;
    }
    .footer_bottom {
        margin-top: 2rem;
        display: block;
        text-align: center;
    }
    .footer_bottom a {
        border-bottom: none;
        padding-bottom: 0;
        display: block;
        margin-bottom: 1.2rem;
        font-size: 1rem;
    }
    .footer_bottom a br{
        display: none;
    }
    footer {
        padding-bottom: 1rem;
        text-align: center;
    }
    .footer_logo{
        margin: 0 auto;
    }
    .footer_cont {
        margin-top: 1.5rem;
    }
    footer .socials.big {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .footer_menu_row .footer_title {
        margin-bottom: 1rem;
    }
    .footer_menu_conts {
        gap: 1.8rem;
    }
    .page_banner {
        height: 6rem;
    }
    .breadcrumbs {
        margin-bottom: 2rem;
    }
    .about_image {
        height: 12rem;
        border-radius: 20px;
    }
    .about_preims {
        margin-top: 2rem;
    }
    .page #box-6 {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .about_mission .box6_img {
        margin-bottom: 0.8rem;
    }
    #license {
        padding-top: 4rem;
    }
    .cert_slider{
        width: 90%;
    }
    .cert_item {
        height: 17rem;
        border-radius: 15px;
    }
    .about_advantage_text {
        margin-top: 1rem;
        max-height: unset;
    }
    .about_advantage_row {
        height: auto;
        padding: 2rem 0;
    }
    .about_advantage_row > div:not(:last-child){
        margin-bottom: 20px;
    }
    .about_advantage_item:after {
        opacity: 1;
        height: 100%;
        border-radius: 20px;
    }
    .page_content{
        width: 100%;
    }
    .content img {
        border-radius: 20px;
    }
    .project_item_sm.in_page{
        display: block;
    }
    .project_item_sm.in_page .project_sm_img {
        width: 100%;
    }
    .project_item_sm.in_page .project_sm_right {
        width: 100%;
        padding: 0;
        padding-top: 1.5rem;
    }
    .project_item_sm.in_page {
        margin-top: 2rem;
    }
    .project_item_sm .btn_arrow{
        display: none;
    }
    .case_page_box {
        margin-top: 3.7rem;
    }
    .case_items_row {
        margin-top: 0;
    }
    .cases_page {
        padding-bottom: 3rem;
    }
    .pagination a {
        font-size: 1rem;
        width: 2.725rem;
        height: 2.725rem;
    }
    .partners_banner {
        height: 15.3rem;
    }
    .border_img30 {
        border-radius: 20px;
    }
    .partners_banner img{
        height: 100%;
        object-fit: cover;
    }
    .part_page_row {
        margin-top: 4rem;
        margin-bottom: -1rem;
    }
    .part_page_row .border_img30{
        margin-bottom: 1.5rem;
    }
    .format_helper {
        width: 6rem;
    }
    .format_title {
        font-size: 1.1rem;
        margin-top: 1rem;
        padding: 0 1rem;
    }
    .format_item{
        border-radius: 20px;
    }
    .format_img {
        height: 8.65rem;
    }
    .format_slider .slick-next {
        left: 52%;
    }
    .format_slider .slick-prev {
        right: 52%;
    }
    .part_bg{
        display: none;
    }
    #partners_form {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .page #box-9 {
        margin-top: 3.5rem;
        padding-bottom: 4rem;
    }
    .service_card_row .border_img30{
        margin-bottom: 1.5rem;
    }
    .content ul.check_list li:after {
        top: 0.3rem;
        width: 0.775rem;
        height: 0.775rem;
    }
    .mob_reverse{
        flex-direction: column-reverse;
    }
    .service_card_off_on {
        margin-top: 3.5rem;
    }
    .of_on_item{
        background: white;
        border-radius: 20px!important;
        margin-top: 2rem;
    }
    .of_on_content {
        padding-left: 1.2rem;
    }
    .of_on_content .content{
        font-size: 1.1rem;
    }
    .page.service_card_page #box-6 {
        padding-top: 3.5rem;
    }
    .faq_list {
        padding-top: 0;
        padding-bottom: 1rem;
    }
    .faq_title {
        font-size: 1.2rem;
        padding: 1.2rem 0;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 15px;
    }
    .modal .section_title {
        margin-top: 1rem;
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.1rem;
    }
}
