.mob_block {
    display: none !important;
}
body,
html {
    overflow-x: hidden;
}

@media screen 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: 1100px) {
    html {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 1050px) {
    html {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1050px) and (min-width: 992px) {
    html {
        font-size: 11px !important;
    }
}

@media screen and (min-width: 992px) {

    .direction-card, .prod_item{
        position: relative;
        overflow: hidden;
    }

    .direction-card::before, .prod_item::before {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        content: "";
        display: block;
        height: 100%;
        left: -100%;
        position: absolute;
        top: 0;
        transform: skewX(-25deg);
        width: 50%;
        z-index: 2;
    }
    .direction-card:hover::before,.prod_item:hover::before {
        -webkit-animation: shine 0.85s;
        animation: shine 0.85s;
    }
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    @keyframes shine {
        100% {
            left: 125%;
        }
    }

    .category_filter_item:hover .filter_dropdown{
        top: 100%;
        opacity: 1;
        pointer-events: painted;
    }
    .category_filter_item:hover img{
        transform: rotate(-180deg);
    }
    .service-card{
        position: relative;
    }

    .service-card:after{
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-image: url("../img/service-back.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        opacity: 0;
        transition: all 0.5s;
    }
    .service-card:hover:after{
        opacity: 1;
    }
    .service-card:hover .service-card-title {
        color: white;
        opacity: 1;
        margin-bottom: -1.15rem;
    }

    .service-card:hover .service-card-img {
        display: none;
    }
    .service-btn {
        transition: all 0.2s ease-in;
    }
    .service-card:hover .service-btn {
        color: #2b65cc;
        background: white;
    }
    .service-card{
        overflow: hidden;
    }
    .ser-card-text{
        position: relative;
        z-index: 1;
    }
    .service-card:hover .ser-card-text {
        display: flex;
        flex-direction: column;
        animation: backInUp 1s;
    }

    .services_row .mb_30:nth-child(1) .service-card:hover .ser-card-text{
        animation: backInLeft 1s;
    }
    .services_row .mb_30:nth-child(3) .service-card:hover .ser-card-text{
        animation: backInRight 1s;
    }
    header{
        transition: all 0.5s;
    }
    header.shadow{
        top: 0;
    }

    .service-card-title{
        position: relative;
        z-index: 1;
        transition: all 0.5s;
    }
    .service-card .btn-style{
        position: relative;
        z-index: 2;
    }

}

.mob_block{
    display: none!important;
}

@media screen and (max-width: 992px) {
    .container{
        width: 100%;
        padding: 0 15px;
    }
    .mob_block{
        display: block!important;
    }
    .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%;
    }
    .about_page .breadcrumbs, .breadcrumbs{
        margin-bottom: 1.5rem;
        font-size: 1rem;
    }
    .mob_reverse{
        flex-direction: column-reverse;
    }
    .border_img{
        border-radius: 20px;
        margin-bottom: 2rem;
    }
    .section_title {
        font-size: 1.8rem;
        margin-bottom: 1.4rem;
    }
    .border_img .hero-imgs {
        padding: 1.4rem 1rem;
    }
    .about_us_block .hero-btns {
        margin-top: 2rem;
        display: block;
    }
    .hero-btn, .btn-style{
        width: 100%;
        height: 3.7rem;
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
        padding: 0;
    }
    .gap1-25{
        gap: unset;
        display: block;
    }
    .main-about-card{
        width: 100%;
        margin-bottom: 10px;
    }
    .main-about-card br {
        display: none;
    }
    .main-about-card p {
        font-size: 1rem;
    }
    .about_us_block.second .content {
        font-size: 1rem;
    }
    .about_us_text_block .content strong {
        font-size: 1.1rem;
    }
    .gap-7 .main-about-card{
        width: calc(33.333% - 0.7rem);
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .about_us_block.second .main-about-card p {
        white-space: unset;
    }
    .about_us_block.second {
        padding-top: 1.1rem;
        padding-bottom: 1.7rem;
    }
    .gap-7 .main-about-card div {
        font-size: 1.7rem;
    }
    .gap-7 {
        margin-top: 1rem;
    }
    .heading {
        font-size: 1.8rem;
    }
    .head-name {
        margin-bottom: 1.9rem;
    }
    .choose-box{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .choose-card{
        height: auto;
    }
    .choose-card-img {
        width: 3.8rem;
        height: 3.8rem;
        margin-bottom: 0.5rem;
    }
    .choose-card-txt div {
        font-size: 1.35rem;
    }
    .choose-card-txt p {
        font-size: 1rem;
    }
    .request-container {
        padding: 1.7rem;
        background-image: url("../img/back-img1_mob.jpg");
        background-size: cover;
        background-position: center center;
    }

    #request_form .head-name br{
        display: none;
    }
    #request_form .heading {
        font-size: 1.6rem;
    }
    #request_form form{
        width: 100%;
        display: block;
    }
    .request-container > .flex{
        display: block;
    }
    .request-direc {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    .request-num {
        text-align: left;
        margin-top: 1.7rem;
    }
    .mb-1-25 {
        margin-bottom: 0.35rem;
    }
    .request-num a {
        font-size: 1.6rem;
        color: white;
    }
    .request-inpt{
        width: 100%;
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    .politic-text {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
    .page {
        padding-top: 7rem;
        padding-bottom: 1rem;
    }
    .form_with_padding #request_form {
        padding-top: 2rem;
    }
    .mob_none{
        display: none;
    }
    .prod_img {
        height: 8.938rem;
    }
    .products_row{
        margin: 0 -5px;
    }
    .products_row .mb_30{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .prod_title {
        font-size: 1rem;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 1rem;
    }
    .modal_text br{
        display: none;
    }
    .form-group {
        margin-bottom: 0.5rem;
    }
    .modal_text {
        margin-bottom: 1.4rem;
    }
    .mob_cat_menu{
        width: max-content;
        display: flex;
        align-items: center;
    }
    .mob_cat_menu_scroll{
        overflow-x: auto;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0 15px;
        margin-bottom: 1.5rem;
        scrollbar-width: none;
    }
    .mob_cat_menu a{
        display: inline-flex;
        align-items: center;
        border-radius: 30px;
        background: white;
        height: 3rem;
        padding: 0 1rem;
        font-size: 1rem;
        color: rgba(0,0,0,0.7);
        margin-right: 0.35rem;
    }
    .mob_cat_menu a.gray{
        background: #E5E5E5;
    }
    .mob_cat_menu a img{
        width: 1.5rem;
        margin-right: 0.35rem;
    }
    .category_filter_toggle {
        height: 3rem;
        padding: 0 1rem;
        font-size: 1rem;
    }
    .category_filters_row{
        margin: 0 -5px;
    }
    .category_filters_row .mb_30{
        padding: 0 5px;
    }
    .filter_dropdown{
        position: fixed;
        z-index: 100;
        top: unset;
        left: 0;
        bottom: -50px;
        display: block;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;

    }
    .filter_dropdown.factive{
        bottom: 0;
        opacity: 1;
        pointer-events: painted;
    }
    .filter_dropdown_bg{
        cursor: pointer;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        background: rgba(0,0,0,0.7);
        display: none;
    }
    .category_row .mob_full, .category_row .mob_50, .category_filter_item{
        position: static;
    }
    .header-inner{
        width: 100%;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0 4px 51px 0 rgba(0, 0, 0, 0.10);
    }
    header{
        padding: 0 15px;
        top: 15px;
    }
    .navbar {
        position: absolute;
        top: -15px;
        left: -15px;
        width: calc(100% + 30px);
        background: white;
        max-height: 100vh;
        overflow-y: auto;
        padding: 0 15px;
        padding-bottom: 3rem;
        padding-top: 7rem;
        border-radius: 0 0 30px 30px;
        display: none;
    }
    .navbar .navigation{
        display: block;
        text-align: center;
        font-size: 1.1rem;
        margin-bottom: 1.6rem;
    }
    .direction-card-title {
        margin-bottom: -0.3rem;
        padding-top: 0.3rem;
    }
    .catalog_dropdown.first_dropdown{
        position: static;
        opacity: 1;
        pointer-events: painted;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-bottom: 1rem;
        transition: 0s!important;
        display: none;
    }
    .catalog_dropdown li {
        padding: 0;
    }
    .catalog_dropdown a{
        border: none;
        text-align: center;
        padding: 0;
        margin-bottom: 1rem;
    }
    .catalog_dropdown a span{
        width: 100%;
        font-size: 1rem;
        font-weight: 400;
        padding: 0 1rem;
    }
    .catalog_dropdown a svg{
        display: none;
    }
    .header_logo{
        position: relative;
        z-index: 5;
    }
    .mob_menu_toggle {
        width: 2.8rem;
        position: relative;
        z-index: 5;
    }
    .logo-header {
        width: 9rem;
    }
    .main-hero{
        background-image: none !important;
        padding: 0;
        height: auto;
        border-radius: 0;
        display: block;
    }
    #hero_section{
        background-image: url(../img/hero-main-mob.jpg);
        background-size: cover;
        background-position: center center;
        padding-top: 8rem;
        padding-bottom: 3rem;
        box-shadow: 0 3.205px 40.066px 0 rgba(0, 0, 0, 0.10);
    }
    .mt-hero {
        margin-top: 0;
    }
    .hero-box1-txt p {
        font-size: 1.05rem;
    }
    #hero_section br{
        display: none;
    }
    #hero_section .hero-btns {
        gap: unset;
        display: block;
    }
    #hero_section .hero-imgs img {
        width: 32.133%;
        height: auto;
    }
    #hero_section .hero-imgs {
        gap: 0;
        justify-content: space-between;
        margin-top: 2rem;
    }
    .hero-box1, .hero-box1-txt{
        gap: unset;
    }
    #hero_section .heading {
        margin-bottom: 1.5rem;
    }
    .hero-box1-txt{
        margin-bottom: 5rem;
    }
    .mob_slider{
        gap: 0;
        display: block;
        width: 80%;
        margin-top: 4rem;
    }
    .mob_slider .slick-list{
        margin: 0 -10px;
        display: flex;
        overflow: unset;
    }
    .mob_slider .slick-track{
        display: flex;
    }
    .mob_slider .slick-slide > div{
        height: 100%;
        padding: 0 10px;
    }
    .mob_slider .main-about-card{
        height: 100%;
    }
    .mob_slider .main-about-card div {
        margin-bottom: 0.7rem;
        font-size: 1.35rem;
        width: 80%;
    }
    .gap1-62 {
        display: block;
        padding-top: 0.5rem;
    }
    .appor-right p {
        font-size: 1.1rem;
    }
    .appor-right{
        margin-top: 1rem;
    }
    .appor-right .btn-style {
        margin-top: 1.8rem;
    }
    .direction-card-img {
        height: 16.8125rem;
        object-fit: cover;
    }
    .direction-card-text {
        font-size: 1rem;
    }
    .service-card {
        height: auto;
    }
    .service-card-img {
        width: 100%;
        height: 15rem;
        margin: 1.3rem 0;
    }
    .service-card .btn-style, .direction-card .btn-style{
        margin: 0;
    }
    #request_form{
        padding-top: 0;
    }
    .contacts-map {
        height: 20rem;
        margin-top: 1.8rem;
    }
    .contacts-grid {
        display: block;
    }
    .contacts-card{
        padding: 2rem;
    }
    .contact-info br{
        display: none;
    }
    .foot-img {
        width: 15rem;
        margin: 0 auto;
        display: block;
        margin-bottom: 3rem;
    }
    footer{
        padding-top: 3rem;
    }
    .footer_bottom_box > .flex {
        flex-direction: column;
    }
    .footer_bottom_box > .flex a {
        display: block;
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .mob_helper{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    footer .contact-info {
        font-size: 0.9rem;
        font-weight: 300;
    }
    .foot_contacts > div:first-child{
        margin-bottom: 1rem;
    }
    .foot_contacts .contact-dev {
        margin-bottom: 0.42rem;
    }
    .foot-nav p {
        margin-bottom: 1.5rem;
    }
    .foot-nav a {
        margin-bottom: 1.28rem;
    }

    #contacts_section {
        padding-bottom: 1.5rem;
        padding-top: 1rem;
    }
    .mob_menu_toggle .active{
        display: none;
    }
    .mob_menu_toggle.active .active{
        display: block;
        animation: rotateIn 0.5s;
    }
    .mob_menu_toggle.active .in_active{
        display: none;
    }
    .mob_menu_toggle.active {
        padding: 0 0.3rem;
    }
    .head-hover img {
        width: 9px;
        margin-left: 0.25rem;
        top: 0;
    }
    .head-hover img{
        transition: all 0.5s;
    }
    .head-hover.factive img{
        transform: rotate(-180deg);
    }
    .service_left{
        margin-bottom: 1.5rem;
    }
    .info-text{
        font-size: 1rem;
    }
    .info-text p, .info-text li {
        font-size: 1rem;
    }
    .info-right-box a {
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }
    .info-right-box{
        margin-top: 1rem;
    }
    .card_sub_row{
        margin-top: 1.5rem;
    }
    .tabe_mob_text{
        font-size: 1rem;
        margin-bottom: 1rem;
        opacity: 0.7;
        font-style: italic;
    }
    .spec-table {
        width: max-content;
        margin: 0 auto;
    }
    .spec_table_scroll{
        overflow-x: auto;
        scrollbar-width: none;
    }
    .card_sub_row > .col-md-4{
        display: none;
    }
    .card_first_section{
        margin-bottom: 1.5rem;
    }
    .card_second_section{
        margin-bottom: 0;
    }
    .page .mob_slider {
        margin-top: 3.5rem;
    }
    .mob_cat_menu a.active{
        background: #2b65cc;
        color: white;
    }
    .page_content{
        padding-bottom: 1.5rem;
    }
}
@media screen and (max-width: 550px) {
    body {
        font-size: 1.1rem;
    }
}
