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

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


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

@media (max-width: 820px) and (orientation: portrait) {}

@media (max-width: 820px) and (orientation: landscape) {}

@media (max-width: 428px) {

    .header__ul {
        display: none;
    }

    .header__logo {
        max-width: 80px;
    }

    .cont__h1 {
        font-size: 28px !important;
        line-height: 34px !important;
        height: 155px !important;
    }

    .about__video {
        width: 100% !important;
    }

    .about--shadow {
        width: 280px !important;
        height: 67px !important;
        margin-left: 0 !important;
        margin-top: 20px !important;
    }

    .about__h1 {
        font-size: 20px !important;
        line-height: 24px !important;
        bottom: 15px !important;
    }

    .about__video {
        margin: 60px 0 40px !important;
    }

    .about__h2 {
        margin: 0 0 30px !important;
    }


    .production--shadow {
        height: 67px !important;
        margin-left: 0 !important;
        margin-top: 25px !important;
    }

    .production__h1 {
        font-size: 20px !important;
        line-height: 24px !important;
        bottom: 23px !important;
    }

    .production__img {
        margin-top: 60px !important;
    }

    .production__h2 {
        margin-top: 45px !important;
        font-size: 18px !important;
    }

    .products--shadow {
        height: 67px !important;
        margin-left: 0 !important;
        margin-top: 25px !important;
    }

    .products__h1 {
        font-size: 20px !important;
        line-height: 24px !important;
        bottom: 23px !important;
    }

    .gallery--logo {
        display: none !important;
    }

    .products-gallery {
        margin-bottom: 40px !important;
    }

    .products-item__h3 {
        font-size: 18px !important;
    }

    .products-item__icon {
        margin-bottom: 60px !important;
    }

    .partners {
        padding-bottom: 75px !important;
    }

    .partners--shadow {
        height: 67px !important;
        margin-left: 0 !important;
        margin-top: 25px !important;
    }

    .partners__h1 {
        font-size: 20px !important;
        line-height: 24px !important;
        bottom: 23px !important;
    }

    .partners__h2 {
        padding: 70px 0 40px;
    }

    .partners__img {
        width: 263px;
    }

    .logos--gallery {
        text-align: center !important;
    }

    .section {
        padding: 75px 0 !important;
    }

    .footer {
        padding: 75px 0;
    }

    .footer--title {
        width: 100% !important;
        height: 67px !important;
        margin-left: 0 !important;
        margin-top: 25px !important;
    }

    .footer__h1 {
        font-size: 20px !important;
        line-height: 24px !important;
        bottom: 23px !important;
    }

    .footer__office {
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        color: #323232;
        margin: 70px 0 40px !important;
    }

    .hamburger {
        display: block !important;
    }

    .mobile-menu__ul {
        margin-top: 20px;
    }

}

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