.body {
    background: #048bd8 !important;
}

.header__logo {
    display: block !important;
}


.documents {
    margin-bottom: 120px;

    .documents__text {
        font-size: 24px;
    }

    .documents__contact-info {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .documents__table {
        border: 1px solid #ffffff;
    }

    .documents__table-row_title {
        width: 30vw;
    }

    .documents__table-row {
        width: 70vw;
    }

    .documents__table-row_main {
        width: 60vw;
    }
}

@media screen and (max-width: 1024px) {
    .documents {
        .documents__text {
            font-size: calc(12px + (24 - 12) * ((100vw - 375px) / (1024 - 375)));
        }
    }
}