/*@media (max-width: 950px){*/

/*    .footer-distributed .footer-center, .footer-distributed .footer-center, .footer-distributed .footer-right {*/
/*        width: 100%;*/
/*    }*/
/*    .footer-distributed .footer-center {*/
/*        padding-top: 15px;*/
/*    }*/

/*}*/


/*@media (max-width: 880px) {*/
/*    .values-main{*/
/*        flex-direction: column;*/
/*    }*/
/*    .values-title {*/
/*        padding-top: 40px;*/
/*    }*/

/*    .values-img {*/
/*        max-width: 100%;*/
/*        flex: 0 0 670px;*/
/*        height: 560px;*/
/*        margin-right: 40px;*/
/*    }*/

/*    .header-menu ul {*/
/*        flex-wrap: wrap;*/
/*    }*/
/*}*/


@media (max-width: 1400px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 1000px) {

}


@media (max-width: 992px) {
    .header-menu {
        display: none;
    }

    .values-main {
        flex-direction: column;
    }

    .values-img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .specialization-jobs ul li {
        width: 50%;
    }

    .footer-distributed .footer-center, .footer-distributed .footer-center, .footer-distributed .footer-right {
               width: 100%;
            }
            .footer-distributed .footer-center {
               padding-top: 15px;
           }
}

@media (max-width: 768px) {
    .header-phone {
        display: none;
    }


    .banner-main h1 {
        display: none;
    }

    .specialization-jobs ul li {
        width: 100%;
    }

    .specialization-jobs ul {
        margin: 0 auto;
        justify-content: center;
    }

    .licence-title {
        width: 100%;
        margin-bottom: 20%;
    }

    .footer-distributed .footer-links{
        flex-direction: column;
    }
}


@media (max-width: 576px) {

}

@media (max-width: 451px) {

}

@media (max-width: 375px) {
    
}

@media (max-width: 320px) {

}

