<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.documents_download {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px 0;
}
.documents_download p.download_description {
    max-width: 600px;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #000000;
}
.documents_download a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    width: 353px;
    height: 40px;
    margin-top: 20px;
    background: #940404;
    border-radius: 7px;
    color: #ffffff;
}
.documents_download a:hover {
    background: #e32323;
}
.documents_download a.btn span {
    position: relative;
}
.documents_download a.btn span:before {
    content: '';
    position: absolute;
    left: -20px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/i/img/download_white.svg");
    background-repeat: no-repeat;
}
.documents_section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.documents_section:first-of-type{
    margin-top: 40px;
}
.documents_section .download_description {
    margin-left: 15px;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    text-transform: initial;
}
.documents_items .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.documents_items .flex-container .keydoc-flex__one {
    position: relative;
    width: 31%;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    align-self: stretch;
    min-height: 263px;
    height: auto;
    margin-top: 30px;
    padding: 25px 25px 70px 25px;
    box-sizing: border-box;
    transition: box-shadow 0.5s ease-in-out;
}
.documents_items .flex-container .keydoc-flex__one:hover {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.50);
    transition: box-shadow 0.5s ease-in-out;
}
.items_item .item_description {
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    text-align: left;
    text-transform: initial;
}
.items_item .item_text {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #353535;
    text-align: left;
}
.keydoc-flex__one a.linker_docum {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 78px);
    width: 156px;
    height: 40px;
    border: 1px solid #940404;
    box-sizing: border-box;
    border-radius: 7px;
    font-size: 16px;
    line-height: 120%;
    color: #940404;
    transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out, border-width 0.5s ease-in-out;
}
.keydoc-flex__one a.linker_docum:hover {
    border-color: #F22E2EFF;
    color: #F22E2EFF;
    transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out, border-width 0.5s ease-in-out;
}

@media (max-width: 800px) {
    .documents_items .flex-container .keydoc-flex__one {
        width: 48%;
    }
}

@media (max-width: 450px) {
    .documents_section {
        justify-content: flex-start;
    }
    .documents_section .download_description {
        font-size: 24px;
        margin-left: 10px;
        text-align: left;
    }
    .documents_section img {
        width: 22px;
    }
    .documents_items .flex-container .keydoc-flex__one {
        width: 100%;
        padding: 20px 15px 70px 15px;
        min-height: auto;
    }
    .items_item .item_description {
        font-size: 18px;
    }
    .documents_items .items_item .item_text {
        font-size: 14px;
        line-height: 140%;
    }
}
</pre></body></html>