.page_area{width:100%;padding:48px 120px;background:var(--gray);box-sizing:border-box}
@media (max-width:711px){.sections{padding-left:12px;padding-right:12px}}
.page_title{color:var(--primary);font-size:28px;font-weight:600;line-height:1;letter-spacing:.04em;text-align:left;margin-bottom:40px}
.page_subtitle{color:var(--secondary);font-size:20px;font-weight:400;line-height:0;margin-bottom:40px}
.text_block{margin:20px 0;font-size:20px;line-height:1.5;font-weight:700;color:var(--secondary)}
.table_card{background:var(--white);box-sizing:border-box;border:.5px solid var(--secondary);border-radius:10px;overflow:hidden;margin-bottom:20px}
@media (max-resolution:1.99dppx){.table_card{border-width:1px;border-color:rgba(84,84,84,.35)}}
.table_scroller{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border-radius:inherit;position:relative;overscroll-behavior-inline:contain}
@media (max-width:1440px){.table_scroller{scrollbar-gutter:stable both-edges}}
.table{width:100%;min-width:1200px;border-collapse:collapse;background:var(--white);table-layout:auto}
.table_caption{caption-side:top;padding:14px 18px;background:linear-gradient(180deg,rgba(98,142,255,.06) 0%,rgba(98,142,255,0) 100%);border-bottom:1px solid rgba(84,84,84,.14);font:700 18px/1.35 Inter,Arial,sans-serif;color:var(--secondary);text-align:center;letter-spacing:.02em}
@media (max-width:560px){.table_caption{font-size:16px;padding:12px 14px}}
.table thead th{color:var(--secondary);font-size:14px;font-weight:400;line-height:140%;text-align:center;padding:16px;border:.5px solid var(--secondary);background:var(--white)}
.table tbody td{color:var(--secondary);font-size:18px;font-weight:600;line-height:140%;text-align:left;padding:16px;vertical-align:top;border:.5px solid var(--secondary)}
@media (max-resolution:1.99dppx){.table thead th,.table tbody td{border-width:1px;border-color:rgba(84,84,84,.35)}}
.table thead th:first-child,.table tbody td:first-child{border-left:none}
.table thead th:last-child,.table tbody td:last-child{border-right:none}
.table thead tr:first-child th,.table tbody tr:first-child td{border-top:none}
.table tbody tr:last-child td{border-bottom:none}
.table_scroller{scrollbar-width:auto;scrollbar-color:var(--primary) rgba(76,120,232,.12)}
.table_scroller::-webkit-scrollbar{height:16px}
.table_scroller::-webkit-scrollbar-track{background:linear-gradient(to right,transparent 0%,rgba(76,120,232,.07) 12%,rgba(76,120,232,.07) 88%,transparent 100%);border-radius:999px;margin:6px}
.table_scroller::-webkit-scrollbar-thumb{border-radius:999px;background:linear-gradient(90deg,#8FB2FF 0%,var(--primary) 100%),linear-gradient(180deg,rgba(255,255,255,.55) 0%,rgba(255,255,255,.12) 60%,rgba(255,255,255,0) 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.45) 0 2px,rgba(255,255,255,0) 2px 6px);box-shadow:inset 0 0 0 2px rgba(255,255,255,.65),0 1px 2px rgba(0,0,0,.12)}
.table_scroller::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#9EC0FF 0%,#5D86F0 100%),linear-gradient(180deg,rgba(255,255,255,.75) 0%,rgba(255,255,255,.18) 60%,rgba(255,255,255,0) 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.55) 0 2px,rgba(255,255,255,0) 2px 6px);box-shadow:inset 0 0 0 2px rgba(255,255,255,.85),0 1px 3px rgba(0,0,0,.18)}
.table_scroller::-webkit-scrollbar-thumb:active{background:linear-gradient(90deg,#7EA7FF 0%,#476FCE 100%),linear-gradient(180deg,rgba(255,255,255,.55) 0%,rgba(255,255,255,.08) 60%,rgba(255,255,255,0) 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.35) 0 2px,rgba(255,255,255,0) 2px 6px)}
@media (max-width:560px){.table_scroller::-webkit-scrollbar{height:18px}}
.table_card .file_meta{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.table_card .document_type{display:inline-flex;align-items:center;gap:8px}
.table_card .document_type_icon{width:25px;height:25px}
.table_card .text_blue{color:#628EFF;font-weight:600;font-size:14px;line-height:1}
.table_card .document_download{position:relative;display:inline-flex;align-items:center;gap:6px;color:var(--secondary);font-weight:700;font-size:14px;text-decoration:none;padding:8px;border-radius:4px;transition:color .2s,background-color .2s}
.table_card .document_download_icon{width:14px;height:14px;transition:transform .2s,filter .2s}
.table_card .document_download::after{content:"";position:absolute;left:8px;right:8px;bottom:3px;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left center;opacity:.35;transition:transform .25s}
.table_card .document_download:hover{color:var(--primary);background:rgba(76,120,232,.08)}
.table_card .document_download:hover::after{transform:scaleX(1)}
.table_card .document_download:hover .document_download_icon{transform:translateX(2px)}
.table_card .document_download:focus-visible{outline:2px solid rgba(76,120,232,.8);outline-offset:2px}
.mini_docs_carousel{--mdc-gap:16px;--mdc-colw:519px;--mdc-edge:0px;margin-top:24px}
.mdc-viewport{overflow:hidden;position:relative;margin:0 auto;box-sizing:border-box;padding:0 var(--mdc-edge)}
.mdc-track{display:flex;gap:0;transition:transform .35s cubic-bezier(.22,.61,.36,1);will-change:transform;list-style:none}
.mdc-page{display:grid;grid-template-columns:1fr;grid-auto-rows:190.55px;row-gap:var(--mdc-gap);column-gap:var(--mdc-gap)}
.mdc-page .mdc-slide{list-style:none;width:var(--mdc-colw)}
.mini_docs_carousel .document_card{width:var(--mdc-colw);height:190.55px}
.mdc-controls{display:flex;align-items:center;justify-content:center;gap:18px;user-select:none;margin-top:12px}
.mdc-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}
.mdc-dots::-webkit-scrollbar{display:none}
.mdc-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")}
.mdc-dot.is-active{background-image:url("../media/images/svg/round_primary_active.svg")}
.mdc-dot:focus-visible{outline:2px solid rgba(76,120,232,.6);outline-offset:2px;border-radius:50%}
.mdc-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,opacity .2s;cursor:pointer}
.mdc-arrow img{width:24px;height:24px;display:block}
.mdc-arrow:hover{background:rgba(0,0,0,.06)}
.mdc-arrow:disabled{opacity:.35;pointer-events:none}
.mini_docs_carousel .document_card{background:var(--white)}
.mini_docs_carousel .document_card .document_date,.mini_docs_carousel .document_card .document_name,.mini_docs_carousel .document_card .document_download{color:var(--secondary)}
.mini_docs_carousel .document_card .text_blue{color:#628EFF;font:400 14px/1 Inter,sans-serif}
.mini_docs_carousel .document_card:hover{background:#6288EA;transform:translateY(-2px);box-shadow:0 6px 20px rgba(76,120,232,.35)}
.mini_docs_carousel .document_card:hover .document_date,.mini_docs_carousel .document_card:hover .document_name,.mini_docs_carousel .document_card:hover .document_download,.mini_docs_carousel .document_card:hover .document_download span,.mini_docs_carousel .document_card:hover .text_blue{color:var(--white)}
.mini_docs_carousel .document_card:hover .document_icon,.mini_docs_carousel .document_card:hover .document_download_icon{filter:grayscale(1) brightness(0) invert(1)}
.mini_docs_carousel .document_card:hover .document_download:hover{background:rgba(255,255,255,.16);box-shadow:0 0 0 2px rgba(255,255,255,.08) inset}
.mini_docs_carousel .document_card:hover .document_download:hover::after{opacity:.6}

.timetable_pivot{
  --tt-col-day:120px;
  --tt-col-time:116px;
  --tt-hover-bg:rgba(98,142,255,.10);
  width:100%;
  min-width:1200px;
  table-layout:fixed;
  background:var(--white);
}
.timetable_pivot thead th,
.timetable_pivot tbody td{
  border:.5px solid rgba(84,84,84,1);
  text-align:center;
  background:var(--white);
  transition:background-color .15s ease;
}
@media (max-resolution:1.99dppx){
  .timetable_pivot thead th,
  .timetable_pivot tbody td{border-width:1px;border-color:rgba(84,84,84,.35)}
}

.tt_sticky_top{position:sticky;top:0;z-index:5;background:var(--white);color:var(--secondary);font:400 14px/1.4 Inter,Arial,sans-serif;padding:16px;box-shadow:0 1px 0 rgba(0,0,0,.06)}
.tt_group_head{font-weight:600}
.tt_col{background:var(--white)}
.tt_sticky{position:sticky;z-index:4;background:var(--white);background-clip:padding-box}
.tt_col_day{left:0;width:var(--tt-col-day)}
.tt_col_time{left:var(--tt-col-day);width:var(--tt-col-time);z-index:5}
.tt_day_top{font:700 14px/1.2 Inter,Arial,sans-serif;color:#1c1c1c}
.tt_day_sub{font:600 12px/1.2 Inter,Arial,sans-serif;color:#666}

.timetable_pivot tbody td{color:var(--secondary);font-size:18px;font-weight:600;line-height:140%;padding:16px;vertical-align:top}
.tt_cell .tt_title{font:700 14px/1.3 Inter,Arial,sans-serif;color:#111;margin:0 0 4px;display:block}
.tt_cell .tt_meta{font:600 12px/1.2 Inter,Arial,sans-serif;color:#3e3e3e;display:block}

.timetable_pivot tbody tr:nth-child(odd) td{background:var(--white)}
.timetable_pivot tbody tr:hover td{background:var(--white)}

/* внешние края */
.timetable_pivot thead tr:first-child th{border-top:none}
.timetable_pivot thead th:first-child,
.timetable_pivot tbody td:first-child{border-left:none}
.timetable_pivot thead th:last-child,
.timetable_pivot tbody td:last-child{border-right:none}
.timetable_pivot tbody tr:last-child td{border-bottom:none}
.timetable_pivot tbody tr:last-child .tt_col_day,
.timetable_pivot tbody tr:last-child .tt_col_time{border-bottom:none!important}

.tt_col_day,.tt_col_time{border-right:0;z-index:6;background:var(--white)}
.tt_col_day::after,.tt_col_time::after{
  content:"";position:absolute;right:0;top:-1px;bottom:-1px;width:0;border-right:.5px solid rgba(84,84,84,1);pointer-events:none
}
@media (max-resolution:1.99dppx){
  .tt_col_day::after,.tt_col_time::after{border-right:1px solid rgba(84,84,84,.35)}
}

.timetable_pivot .is_col_hover{background:var(--tt-hover-bg) !important}

@media (max-width:1280px){
  .timetable_pivot{min-width:1100px;--tt-col-day:108px;--tt-col-time:104px}
  .tt_sticky_top{padding:14px;font-size:13px}
  .tt_group_head{font-size:13px}
  .timetable_pivot tbody td{padding:14px;font-size:17px}
  .tt_cell .tt_title{font-size:13px}
}
@media (max-width:1024px){
  .timetable_pivot{min-width:980px;--tt-col-day:100px;--tt-col-time:98px}
  .tt_sticky_top{padding:12px}
  .timetable_pivot tbody td{padding:12px;font-size:16px}
}
@media (max-width:768px){
  .timetable_pivot{min-width:860px;--tt-col-day:92px;--tt-col-time:92px}
  .tt_sticky_top{font-size:12.5px}
  .tt_group_head{font-size:12.5px}
  .tt_day_top{font-size:13px}
  .tt_day_sub{font-size:11px}
}
@media (max-width:560px){
  .timetable_pivot{min-width:720px;--tt-col-day:86px;--tt-col-time:88px}
  .timetable_pivot tbody td{padding:10px}
  .tt_sticky_top{padding:10px}
}
