.documents_title{width:100%;margin-bottom:35px;color:rgba(76,120,232,1);font-size:28px;font-weight:600;line-height:0;letter-spacing:.04em;text-align:left}
.documents_grid{display:grid}
@media (max-width:711px){.sections{padding-left:12px;padding-right:12px}}

.document_card{display:flex;flex-direction:column;align-items:flex-start;gap:15px;padding:16px;border-radius:4px;background:var(--gray);transition:transform .15s ease,box-shadow .15s ease,background-color .2s ease,color .2s ease;will-change:transform}
.document_card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(76,120,232,.35);background:#6288EA}
.document_date{color:var(--light-purple);font:600 14px/18px Inter,sans-serif;letter-spacing:.04em;margin-bottom:18px}
.document_row{display:flex;align-items:flex-start;gap:10px;width:100%}
.document_icon{width:18px;height:18px;flex:0 0 18px}
.document_name{flex:1 1 auto;min-width:0;color:var(--light-purple);text-align:left;font:400 20px/24px Inter,sans-serif;letter-spacing:.04em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:anywhere;word-break:break-word}
.document_meta{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:auto}
.document_type{display:inline-flex;align-items:center;gap:8px}
.document_type_icon{width:25px;height:25px}
.text_blue{color:#628EFF;font:400 14px/1 Inter,sans-serif}
.document_download{position:relative;display:inline-flex;align-items:center;gap:6px;color:var(--light-purple);font:700 14px/1 Inter,sans-serif;padding:6px 10px;border-radius:4px;cursor:pointer;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}
.document_download_icon{width:14px;height:14px;transition:transform .2s ease,filter .2s ease}
.document_download::after{content:"";position:absolute;left:10px;right:10px;bottom:4px;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left center;opacity:.35;transition:transform .25s ease}
.document_download:hover{background:rgba(76,120,232,.08);box-shadow:0 0 0 2px rgba(76,120,232,.06) inset}
.document_download:hover::after{transform:scaleX(1)}
.document_download:hover .document_download_icon{transform:translateX(2px)}
.document_card:hover .document_date,.document_card:hover .document_name,.document_card:hover .document_download,.document_card:hover .document_download span,.document_card:hover .text_blue{color:var(--white)}
.document_card:hover .document_icon,.document_card:hover .document_download_icon{filter:grayscale(1) brightness(0) invert(1)}
.document_card:hover .document_download:hover{background:rgba(255,255,255,.16);box-shadow:0 0 0 2px rgba(255,255,255,.08) inset}
.document_card:hover .document_download:hover::after{opacity:.6}
.document_download:focus-visible{outline:2px solid rgba(76,120,232,.9);outline-offset:2px;background:rgba(76,120,232,.08)}
.document_card:hover .document_download:focus-visible{outline:2px solid rgba(255,255,255,.9);background:rgba(255,255,255,.16)}

.documents_section .documents_grid{grid-template-columns:repeat(3,519px);gap:20px;justify-content:space-between}
.documents_section .document_card{width:519px;height:190.55px}
.general_block .documents_grid{grid-template-columns:1fr;gap:24px;justify-items:start}
.general_block .document_card{width:100%;max-width:797px;height:190.55px}

.documents_carousel{--dc-gap:20px;--dc-colw:519px;--dc-edge:0px}
.sections.documents_section{overflow-x:clip}
.dc-viewport{overflow:hidden;position:relative;margin:0 auto;box-sizing:border-box;padding:0 var(--dc-edge);max-width:100%}
.dc-track{display:flex;gap:0;transition:transform .35s cubic-bezier(.22,.61,.36,1);will-change:transform;list-style:none}
.dc-page{display:grid;grid-auto-rows:190.55px;column-gap:var(--dc-gap);row-gap:var(--dc-gap)}
.dc-page .dc-slide{list-style:none;width:var(--dc-colw)}
.documents_carousel .document_card{width:var(--dc-colw);height:190.55px}
.dc-controls{display:flex;align-items:center;justify-content:center;gap:18px;user-select:none}
.dc-dots{display:flex;align-items:center;gap:12px;max-width:min(100%,720px);overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:4px 6px;border-radius:999px}
.dc-dots::-webkit-scrollbar{display:none}
.dc-dot{flex:0 0 auto;width:10px;height:10px;border:0;cursor:pointer;background:center/10px 10px no-repeat url("../media/images/svg/round_no_active.svg")}
.dc-dot.is-active{background-image:url("../media/images/svg/round_primary_active.svg")}
.dc-dot:focus-visible{outline:2px solid rgba(76,120,232,.6);outline-offset:2px;border-radius:50%}
.dc-arrow{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;padding:6px;border-radius:50%;transition:background-color .2s ease,opacity .2s ease;cursor:pointer}
.dc-arrow img{width:24px;height:24px;display:block}
.dc-arrow:hover{background:rgba(0,0,0,.06)}
.dc-arrow:disabled{opacity:.35;pointer-events:none}

@media (max-width:580px){.document_name{font-size:18px;line-height:22px;-webkit-line-clamp:4}}
@media (max-width:400px){.document_name{font-size:16px;line-height:20px;-webkit-line-clamp:5}}

.documents_carousel.dc--grid .dc-viewport{overflow:visible}
.documents_carousel.dc--grid .dc-track{display:grid!important;grid-template-columns:repeat(3,519px);gap:20px;justify-content:space-between;transform:none!important}
.documents_carousel.dc--grid .dc-slide{width:auto}
.documents_carousel.dc--grid .dc-controls{display:none!important}
@media (max-width:1611px){.documents_carousel.dc--grid .dc-track{grid-template-columns:repeat(2,519px)}}
@media (max-width:1036px){.documents_carousel.dc--grid .dc-track{justify-content:center}}
@media (max-width:711px){
  .documents_carousel.dc--grid .dc-track{grid-template-columns:1fr;justify-content:stretch}
  .documents_carousel.dc--grid .document_card{width:100%}
}

@media (max-width:1036px){
  .documents_section .documents_grid{grid-template-columns:1fr!important;gap:20px!important;justify-content:stretch!important}
  .documents_section .document_card{width:100%!important}
  .general_block .documents_grid{grid-template-columns:1fr!important;gap:20px!important}
  .general_block .document_card{width:100%!important;max-width:100%!important}
  .documents_carousel.dc--grid .dc-track{grid-template-columns:1fr!important;justify-content:stretch!important}
  .documents_carousel.dc--grid .document_card{width:100%!important}
  .documents_title{margin:0 0 20px;line-height:1.2}
}
