@media(max-width: 2560px) {
    .header-menu {
        display: none;
    }
}

@media(max-width: 1024px) {
    .header-nav_link {
        font-size: 14px;
    }

    .cont-item {
        max-width: 510px;
        width: 100%;
    }

    .cont-img {
        max-width: 490px;
        width: 100%;
    }

    .cont-title,
    .cont-item_title {
        font-size: 20px;
    }

    .cont-text,
    .cont-item_text {
        max-width: 490px;
        width: 100%;
        font-size: 14px;
    }

    .menu {
        height: 450px;
    }

    .menu-title {
        font-size: 45px;
    }

    .menu-text {
        font-size: 16px;
    }
}

@media(max-width: 768px) {
    .content {
        padding-block: 10px;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-nav {
        display: none;
    }

    .header-menu {
        width: 40px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-line {
        width: 100%;
        height: 5px;
        background-color: white;
    }

    .cont {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        transform: translateY(-27px);
    }

    .cont-item_title {
        font-size: 20px;
    }

    .cont-item_text {
        font-size: 14px;
        text-align: center;
    }

    .menu {
        height: 400px;
    }

    .menu-title {
        font-size: 40px;
    }

    .menu-text {
        font-size: 14px;
    }
}

@media(max-width: 425px) {
    .cont {
        transform: translateY(-20px);
    }

    .cont-text {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .menu {
        height: 200px;
    }

    .menu-title {
        font-size: 30px;
    }

    .menu-text {
        font-size: 12px;
    }

    .content-logo {
        width: 80px;
    }

    .header-menu {
        width: 35px;
        height: 25px;
    }

    .menu-line{
        height: 4px;
    }

    .cont-title,
    .cont-item_title {
        font-size: 19px;
    }

    .cont-text,
    .cont-item_text {
        font-size: 13px;
    }
}

@media(max-width: 375px) {

    .cont-title,
    .cont-item_title {
        font-size: 18px;
    }

    .cont-text,
    .cont-item_text {
        font-size: 12px;
    }

    .menu {
        height: 180px;
    }
    .content-logo{
        width: 60px;
    }

    .header-menu {
        width: 31px;
        height: 21px;
    }

    .menu-line{
        height: 3px;
    }
}