@media (max-width: 1440px) {
    .video__container {
        max-width: 1000px;
    }
    .video__container::after {
        max-width: 1000px;
    }
    .video {
        max-width: 1000px;
    }
    .play-button {
        width: 150px;
        height: 150px;
    }
    .news__blocks {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 1024px) {
    .video__container {
        /* max-width: 600px; */
        width: 100%;
        height: 400px;
    }
    .video__container::after {
        max-width: 600px;
        height: 400px;
    }
    .video {
        /* max-width: 600px; */
        width: 100%;
        /* height: 400px; */
    }
    .play-button {
        width: 90px;
        height: 90px;
    }
    .info__container {
        flex-direction: column;
    }
    .info__title {
        font-size: 34px;
    }
    .info__right {
        width: 100%;
        height: unset;
        /* height: 430px;
        border-radius: 42px; */
    }
    .info__description {
        font-size: 15px;
    }
    .news__title {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .footer__container {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }
    .news__img {
        width: 220px;
        height: 170px;
    }
}
@media (max-width: 480px) {
    .info__right {
        width: 300px;
        height: 180px;
    }
    .video__container {
        max-width: 300px;
        height: 180px;
    }
    .video__container::after {
        max-width: 300px;
        height: 180px;
    }
    .video {
        max-width: 300px;
        height: 180px;
    }
    .info__title {
        font-size: 20px;
    }
    .info__description {
        font-size: 12px;
    }
    .news__title {
        font-size: 16px;
    }
    .news__date {
        font-size: 12px;
    }
    .news__block-title {
        font-size: 14px;
    }
    .footer__copyright {
        font-size: 12px;
    }
    .header__logo {
        width: 150px;
        height: 30px;
    }
    .header__btn {
        padding: 8px 14px;
        font-size: 12px;
    }
    .header__right p {
        font-size: 12px;
    }
    .header__phone {
        font-size: 14px;
    }
} /*# sourceMappingURL=media.css.map */
