.documents-items {
    display: flex;
    flex-wrap: wrap;
    row-gap: calc(15px* 2);
    padding-bottom: 60px;
    font-size: 0;
}
.documents-item {
    display: flex;
    width: 100%;
    font-size: 16px;
}
.documents-image-container {
    flex: 0 0 30%;
    width: 30%;
    display: block;
}
.documents-image-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.documents-title h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
.documents-title {
    color: #000;
    text-decoration: none;
}
.documents-info {
    padding: 10px 0;
}
.documents-excerpt {
    color: #707070;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.5;
}
.documents-date {
    font-size: 12px;
    color: #747474;
}
article.documents {
    padding-bottom: 50px;
}
article.documents:before {
    content: none;
}
article.documents h1 {
    line-height: 1.2;
}
.doc-iframe {
    max-width: 100%;
}
.doc-single-links {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.documents .doc-single-links a {
    text-decoration: none;
}
.documents .doc-single-links-text {
    font-size: 14px;
    color: #16417c;
}
.doc-btn {
    background-color: #0052a4;
    padding: 5px 15px;
    color: #ffffff!important;
    transition: all .3s ease-in-out;
    margin-left: 10px;
    width: fit-content;
    cursor: pointer;
}
.doc-btn.hidden {
    display: none;
}
.documents  .doc-btn:hover {
    background-color: rgb(0 82 164 / 80%);
    color: #ffffff;
}
.doc-single-file-mobile {
    display: none;
}
.documents-wrap {
    display: flex;
}
.documents-left {
    flex-basis: 63%;
}
.documents-wrap .newsabout-wrap__item2 {
    height: fit-content;
    position: sticky;
    top: 0;
}
.documents-left {
    padding-right: 50px;
}
.documents-search input,
.documents-search select {
    border-radius: 0px;
    height: 50px;
    padding-left: 10px;
    font-size: 0.875rem;
    outline: none!important;
}
#documentSearchName {
    width: 100%;
    margin-bottom: 24px;
}
.documents-search-dop {
    display: flex;
    gap:  24px;
}
.documents-search-item {
    flex: 1;
}
.documents-search-item input,
.documents-search-item select {
    width: 100%;
}
.documents-search .input-label {
    margin-bottom: 4px;
}
.documents-search {
    margin-bottom: 40px;
}
.documents-search-collapse-hide {
    display: none;
    align-items: center;
    justify-content: flex-end;
    color: #0052a4;
    cursor: pointer;
    margin-top: 16px;
}
.documents-search-collapse-hide.active {
    display: flex;
}
.documents-search-collapse-show {
    display: none;
    align-items: center;
    justify-content: flex-end;
    color: #0052a4;
    cursor: pointer;
}
.documents-search-collapse-show.hidden {
    display: none;
}
.documents-search-collapse-show svg {
    width: 25px;
    height: auto;
}
.footer-wrap__item1 {
    width: 20%;
}
.footer-wrap__item2 {
    max-width: 52%;
    padding: 0 24px;
}
.footer-wrap__item2 a {
    color: #fff;
}
.footer-wrap__item2 p {
    margin: 0;
}
.footer-wrap__item2 a:hover {
    color: #fff;
}
.footer-wrap__item5 {
    justify-content: flex-start;
}
.documents-items-error {
    display: none;
    font-size: 16px;
}
.documents-items-error.active {
    display: block;
}
.documents-search-submit {
    margin-left: 0;
    margin-top: 16px;
}
@media(max-width: 1200px) {
    .doc-single-file-desk {
        display: none;
    }
    .doc-single-file-mobile {
        display: block;
    }
    .documents-left {
        flex-basis: 100%;
        padding-right: 0;
    }
    .footer-wrap__item1 {
        order: 1;
    }
    .footer-wrap__item2 {
        order: 3;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-top: 32px;
    }
    .footer-wrap__item5 {
        order: 2;
    }
}
@media(max-width: 991px) {
    .documents-info {
        padding: 0;
    }
    .documents-title h3 {
        font-size: 18px;
        line-height: 1.2;
    }
}
@media(max-width: 768px) {
    .documents-search-collapse-show {
        display: flex;
    }
    .documents-search-dop {
        display: none;
    }
    .documents-search-dop.active {
        display: flex;
    }
    .documents-title h3 {
        font-size: 16px;
    }
    .documents-wrap {
        display: block;
    }
    .documents-left {
        padding-right: 0;
        margin-bottom: 50px;
    }
    .documents-wrap .newsabout-wrap__item2 {
        position: relative;
    }
    .documents-search-submit {
        width: 100%;
        text-align: center;
    }
}
@media(max-width: 576px) {
    .documents-info {
        padding: 0 15px;
    }
    #documentSearchName {
        margin-bottom: 16px;
    }
    .documents-search-dop {
        flex-direction: column;
    }
    .footer-wrap__item1 {
        width: 100%;
    }

}