
@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width:992px) {
    .onath_nav_area .language-link-mobile {
        display: block;
    }

    .onath_nav_area .language-link {
        display: none;
    }
    .footer-middle .newsletter{
        padding-left:15px;
    }
}

@media screen and (max-width: 900px) {
}


@media screen and (max-width: 768px) {

    .footer-middle .footer_s_inner.email,
    .footer-middle .footer_s_inner.location,
    .footer-middle .footer_s_inner.phone {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-bottom .container{
        
    }
    .footer-bottom .dev-company{
        align-self:baseline;
    }
    .footer-bottom .social-icons-footer {
        display: flex;
    }
        .footer-bottom .social-icons-footer span{
            text-align:center;
        }

        #achievements-block .row > div {
            margin-bottom: 50px;
        }
}


@media screen and (max-width: 600px) {
    .footer-bottom .container > div,
    .footer-bottom .social-icons-footer,
    .footer-bottom .dev-company {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align:center;
    }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 320px) {
}
