@media screen and (max-width:468px) {


    /** Main Page Rules **/
    .tab-header_wrapper ul li {
        float:none !important;
        margin-left:0px !important;
        text-align:center !important;
    }

    .tab-header_wrapper ul li.active {
        margin-left:0px !important;
    }

    .tab-header_wrapper + .tab-content {
        padding-left:10px !important;
        padding-right:10px !important;
    }


    .tab-header_wrapper + .tab-content .tab-pane .col-lg-5 {
        margin-top:20px !important;
    }




    /** Catalouge Page Rules **/



    /** News List rules **/
    .news-thumbnail {
        width:100% !important;
        display:flex !important;
        flex:1;
        justify-content: center;
        align-items: center;
    }



    /** Contact Page Rules **/
    #sendRequestForm {
        width:100%;
    }

    .contacts .fixed-height {
        height:auto !important;
    }

    .contacts .contact {
        padding-bottom:10px !important;
    }
}



/** NON-RESPONSIVE **/
.tab-header_center {
    display:flex;
    align-items: center;
    justify-content: center;
    flex:1;
}