@media (max-width: 1800px) {
    .content {
        position: relative;
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        min-height: 0;
        margin: 0;
        padding: 0 16px 20px;
    }


    .modal_center .modal_act {
        width: 100%;
        max-width: 1200px;
        max-height: 650px;
        overflow: hidden;
    }

    .header__contain {
        margin: 0 16px;
    }

    .logo__icon {
        align-items: start;
    }

    .modal_form {
        max-height: 600px;
    }
}

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

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

@media (max-width: 1200px) {
    .filter-wrapper {
        flex-direction: column
    }

    .logo__icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .logo__icon {
        padding: 0;
    }

    .header__left {
        max-width: 105px;
        height: auto;
        align-items: start;
        justify-content: start;
    }

    .header__acc_info p {
        white-space: nowrap;
    }

    .wrapper {
        gap: 16px;
    }

    .filter-wrapper .dropdown,
    .filter-wrapper .search {
        flex: 0 1 auto !important;
    }

    .header-page {
        align-items: start;
    }

    .small-modal .modal__title {
        margin-bottom: 32px;
        max-width: 300px;

    }

}

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

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

@media (max-width: 535px) {

    .filter-wrapper {
        flex-direction: column;
        flex: 0 1 100%;
    }

    .logo__icon {
        height: 42.5px;
    }

    .logo__icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .header__left {
        height: auto;
    }

    .wrapper {
        gap: 16px;
    }

    .filter-wrapper .dropdown,
    .filter-wrapper .search {
        flex: 0 1 auto !important;
    }

    .header-page {
        align-items: start;
    }

    .header-page .button_blue {
        display: none;
    }

    .modal_form {
        max-height: 650px;
    }

    .report_modal_top {
        display: none;
    }

    .linkWW a {
        color: #222222;
        font-size: 12.5px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .linkWW a img {
        height: 10px;
    }

    .linkWW:hover {
        opacity: 90%;
    }
}

@media (max-width: 400px) {
    .meta-value {
        white-space: wrap;
        word-break: keep-all;
        hyphens: none;
    }

    .meta-row {
        align-items: end;
    }
}