/* Responsive */
@media (min-width: 1400px) {}

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

@media (max-width: 1024px) {

    .header-top,
    .search,
    .box-phone-info,.box-pro-left {
        display: none;
    }

    .box-horizon-menu {
        justify-content: center;
    }

    .box-horizon-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #c1c1c1;
    }

    .form.validation-newsletter {
        width: 100%;
    }

    .footer-news {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .social-list{
        justify-content: center;
        margin-bottom: 20px;
    }

    .box-social {
        width: 100%;
    }

    .contact-article {
        text-align: center;
        margin-bottom: 3rem;
    }
}

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

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

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