:root {
color-scheme: light dark;
--an-brand: #f19b2c;
--an-brand-dark: #b95d00;
--an-dark: #0d141d;
--an-text: #233647;
--an-muted: #667988;
--an-line: #d5e0e6;
--an-soft: #fff5e7;
--an-surface: #fff;
--an-max: 1000px;
--an-radius: 8px;
--an-font: "Segoe UI", Arial, Helvetica, sans-serif;
--an-type-small: 14px;
--an-type-body: 16px;
--an-type-card: 18px;
--an-type-section: 20px;
--an-type-page: 26px;
--an-type-hero: 28px;
}
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
margin: 0;
background: #fff;
color: var(--an-text);
font: 400 16px/1.6 var(--an-font);
-webkit-font-smoothing: antialiased;
}
img, svg, video, iframe { max-width: 100%; }
img { height: auto; }
a { color: var(--an-brand-dark); text-underline-offset: .18em; }
a:hover { color: #7f4100; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #1565c0; outline-offset: 3px; }
h1, h2, h3, h4 { margin: 0 0 .65em; color: var(--an-text); line-height: 1.22; }
h1 { font-size: var(--an-type-page); font-weight: 600; }
h2 { font-size: var(--an-type-section); font-weight: 600; }
h3 { font-size: var(--an-type-card); font-weight: 600; }
h4 { font-size: var(--an-type-body); font-weight: 600; }
p { margin: 0 0 1em; }
.an-visually-hidden {
position: absolute !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0 0 0 0) !important;
white-space: nowrap !important;
}
.an-site-shell { min-height: 100vh; overflow: clip; }
.an-site-header,
.an-main,
.an-breadcrumbs,
.an-site-footer__inner { width: min(calc(100% - 32px), var(--an-max)); margin-inline: auto; }
.an-page-container { width: 100%; max-width: none; margin: 0; } .an-site-header {
position: relative;
z-index: 10002;
display: grid;
grid-template-columns: minmax(246px, 260px) minmax(0, 1fr);
align-items: end;
min-height: 112px;
background: var(--an-header-bg, #fff);
}
.an-site-header__brand { min-width: 0; align-self: center; padding-block: 14px; transform: translateY(9px); }
.an-site-header__brand a { display: grid; width: 100%; max-width: 246px; align-items: center; }
.an-site-logo { grid-area: 1 / 1; display: block; width: min(100%, 246px); height: auto; max-width: none; max-height: none; object-fit: contain; object-position: left center; image-rendering: auto; }
.an-site-logo--dark { display: none; }
.an-primary-navigation { align-self: stretch; min-width: 0; }
.an-primary-menu { display: flex; justify-content: flex-end; height: 100%; margin: 0; padding: 0; list-style: none; }
.an-primary-menu > li { display: flex; align-items: flex-end; min-width: 0; }
.an-primary-menu > li > a {
display: flex;
align-items: center;
justify-content: center;
min-height: 66px;
padding: 13px 7px 18px;
color: var(--an-header-fg, #233647);
font-size: var(--an-type-small);
font-weight: 600;
line-height: 1.2;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
}
.an-primary-menu > li:hover > a,
.an-primary-menu > .current-menu-item > a,
.an-primary-menu > .current-menu-parent > a,
.an-primary-menu > .current_page_item > a { background: var(--an-brand); color: #101820; }
.an-primary-menu .sub-menu {
position: absolute;
z-index: 30;
top: 100%;
min-width: 220px;
margin: 0;
padding: 8px;
background: var(--an-header-bg, #fff);
box-shadow: 0 12px 30px rgb(13 20 29 / 16%);
list-style: none;
visibility: hidden;
opacity: 0;
}
.an-primary-menu li:hover > .sub-menu,
.an-primary-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; }
.an-primary-menu .sub-menu a { display: block; padding: 10px 12px; color: var(--an-header-fg, #233647); text-decoration: none; }
.an-primary-menu .sub-menu a:hover { background: var(--an-header-hover, #fff5e7); }
.an-site-header__tools { position: absolute; z-index: 10001; top: 5px; right: 0; display: flex; align-items: center; gap: 8px; min-height: 32px; padding: 0; }
.an-site-header__tools .an-public-tools { position: static; }
.an-facebook-link { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: var(--an-header-facebook-bg, #1877f2); color: var(--an-header-facebook-fg, #fff); line-height: 0; }
.an-facebook-link .an-icon { width: 18px; height: 18px; fill: currentColor; color: inherit; }
.an-menu-toggle {
display: none;
border: 0;
background: transparent !important;
box-shadow: none !important;
color: var(--an-header-fg, #233647);
-webkit-appearance: none;
appearance: none;
} .an-breadcrumbs { margin-bottom: 26px; background: var(--an-soft); }
.an-breadcrumbs ol { display: flex; align-items: center; min-height: 60px; margin: 0; padding: 12px 26px; overflow: hidden; list-style: none; }
.an-breadcrumbs li { min-width: 0; display: flex; align-items: center; font-size: 14px; white-space: nowrap; }
.an-breadcrumbs li:not(:last-child)::after { content: "→"; margin: 0 14px; color: #a7adb2; }
.an-breadcrumbs a, .an-breadcrumbs span { display: block; min-width: 0; overflow: hidden; color: var(--an-text); text-overflow: ellipsis; text-decoration: none; text-transform: lowercase; }
.an-breadcrumbs li:first-child a, .an-breadcrumbs li:first-child span { text-transform: uppercase; }
.an-main { min-height: 300px; padding-bottom: 44px; }
.an-main--home { padding-bottom: 0; }
.an-page-header { margin-bottom: 28px; }
.an-page-header h1, .an-page-header h2 { font-size: var(--an-type-page); font-weight: 600; }
.an-page-header::after { content: ""; display: block; width: 60px; height: 3px; margin-top: 22px; background: var(--an-brand); }
.an-entry__content { width: 100%; max-width: none; overflow-wrap: anywhere; }
.an-entry__content--wide { width: 100%; max-width: none; }
.an-entry__content > [style*="max-width" i] { width: 100% !important; max-width: none !important; }
.an-entry__content [style*="font-family" i],
.an-entry__content font[face] { font-family: inherit !important; }
.an-entry__content img { width: auto; max-width: 100%; max-height: 620px; object-fit: contain; }
.an-content__featured { width: fit-content; max-width: min(100%, 560px); margin: 0 0 24px; }
.an-content__featured img { display: block; width: auto; max-width: 100%; max-height: 440px; height: auto; object-fit: contain; }
.an-entry__content h2 { margin-top: 1.4em; }
.an-entry__content blockquote { margin: 1.5em 0; border-left: 4px solid var(--an-brand); padding: 8px 0 8px 20px; color: var(--an-muted); }
.an-entry__content ul, .an-entry__content ol { padding-left: 1.4em; }
.an-entry__content ul li::marker { color: var(--an-brand-dark); } .an-hero { position: relative; margin-bottom: 22px; color: #fff; }
.an-hero__viewport { position: relative; height: 296px; overflow: hidden; background: #e9eef1; }
.an-hero__track { display: flex; height: 100%; transition: transform .55s ease; }
.an-hero__slide { flex: 0 0 100%; height: 100%; }
.an-hero__image-link { display: block; height: 100%; }
.an-hero__image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.an-hero__controls { position: absolute; z-index: 5; top: 50px; right: 0; display: flex; background: #304458; }
.an-hero__button { display: grid; place-items: center; width: 70px; height: 50px; border: 0; background: transparent; color: #fff; cursor: pointer; padding: 0; line-height: 0; }
.an-hero__button svg { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.an-hero__button:hover { background: rgb(255 255 255 / 10%); }
.an-hero__titles { position: absolute; z-index: 4; left: 0; top: 106px; max-width: 100%; }
.an-hero__title {
display: block;
width: fit-content;
max-width: 100%;
background: var(--an-brand);
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
color: #fff;
padding: 8px 22px;
font-size: var(--an-type-hero);
font-weight: 600;
line-height: 1.45;
text-decoration: none;
text-transform: uppercase;
overflow-wrap: anywhere;
}
.an-hero__title:hover { color: #fff; }
.an-hero__tabs { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--an-dark); clip-path: polygon(0 0,100% 0,100% 100%,5% 100%); padding-left: 3%; }
.an-hero__tab { position: relative; min-height: 70px; border: 0; background: transparent; color: #74828e; cursor: pointer; padding: 16px; font-size: var(--an-type-small); font-weight: 600; text-transform: uppercase; }
.an-hero__tab.is-active { color: #fff; }
.an-hero__tab.is-active::after { content: ""; position: absolute; right: 8%; bottom: 0; left: 8%; height: 3px; background: var(--an-brand); } .an-home-news { padding-bottom: 44px; }
.an-news-sections { margin-bottom: 24px; overflow-x: auto; scrollbar-width: thin; }
.an-news-sections ul { display: flex; align-items: center; gap: 34px; min-width: max-content; margin: 0; padding: 0; list-style: none; }
.an-news-sections a { color: var(--an-text); text-decoration: none; }
.an-news-sections .current-menu-item a, .an-news-sections a:hover { color: var(--an-brand-dark); text-decoration: underline; }
.an-news-section-select { display: none; }
.an-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 26px; }
.an-card { min-width: 0; }
.an-card__media { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #eef2f4; }
.an-main--home .an-card:first-child .an-card__media { clip-path: polygon(0 0,100% 0,100% 100%,18px 100%,0 calc(100% - 18px)); }
.an-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.an-card__body { padding-top: 18px; }
.an-card__title { font-size: var(--an-type-body); font-weight: 600; }
.an-card__title a { color: var(--an-text); text-decoration: none; }
.an-card__summary, .an-card__excerpt { color: var(--an-muted); font-size: var(--an-type-body); }
.an-more-link, .an-card__more { display: inline-block; margin-top: 8px; color: var(--an-brand-dark); font-size: var(--an-type-small); font-weight: 500; text-decoration: none; }
.an-home-all-news { display: flex; justify-content: flex-end; margin-top: 36px; } .an-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid #f19b2c; border-radius: 5px; background: #f19b2c; color: #173b5c; cursor: pointer; padding: 10px 20px; font-size: var(--an-type-small); font-weight: 600; line-height: 1.2; text-decoration: none; transition: background-color .16s ease, border-color .16s ease, color .16s ease; }
.an-button:hover { border-color: #d98215; background: #d98215; color: #173b5c; text-decoration: none; }
.an-button:focus-visible { border-color: #173b5c; background: #f19b2c; color: #173b5c; outline: 3px solid rgb(23 59 92 / 35%); outline-offset: 3px; text-decoration: none; } .an-contact-map { position: relative; min-height: 366px; aspect-ratio: 2.732 / 1; margin-bottom: 46px; background: #e6edf0 var(--an-map-image) center / cover no-repeat; }
.an-contact-panel { position: absolute; z-index: 2; width: min(320px, calc(100% - 32px)); background: #304458; color: #fff; padding: 20px 24px; font-size: var(--an-type-small); }
.an-contact-panel--channels { top: 62px; right: -18px; }
.an-contact-panel--legal { bottom: -24px; left: -22px; }
.an-contact-panel h2 { margin: 10px 0 4px 36px; color: var(--an-brand); font-size: var(--an-type-body); font-weight: 500; }
.an-contact-panel ul { margin: 0; padding: 0; list-style: none; }
.an-contact-panel--legal li { margin: 3px 0; }
.an-contact-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.an-contact-list li { display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: center; gap: 12px; min-width: 0; }
.an-contact-list a, .an-contact-list span { min-width: 0; color: inherit; overflow-wrap: anywhere; text-decoration: none; }
.an-contact-panel a,
.an-person__contacts a,
.an-site-footer__contacts a { color: inherit; text-decoration: none; text-underline-offset: .2em; transition: color .16s ease; }
.an-contact-panel a:hover,
.an-contact-panel a:focus-visible,
.an-person__contacts a:hover,
.an-person__contacts a:focus-visible,
.an-site-footer__contacts a:hover,
.an-site-footer__contacts a:focus-visible { color: var(--an-brand); text-decoration: underline; text-decoration-thickness: 2px; }
.an-icon { width: 20px; height: 20px; fill: currentColor; color: var(--an-brand); }
.an-icon--whatsapp { color: #1da851; }
.an-icon--eaddress { display: block; flex: 0 0 20px; aspect-ratio: 1; object-fit: contain; }
.an-hours { margin-left: 36px !important; }
.an-hours li { margin: 3px 0; }
.an-hours__days, .an-legal-company-name { color: var(--an-brand); font-weight: 600; }
.an-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 46px; }
.an-person { min-width: 0; }
.an-person--with-photo { display: grid; grid-template-columns: 88px minmax(0, 1fr); grid-template-rows: auto 1fr auto; align-items: start; column-gap: 16px; }
.an-person__photo { width: 88px; margin: 0; overflow: hidden; border-radius: var(--an-radius); aspect-ratio: 1; background: var(--an-soft); }
.an-person__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.an-person__identity { min-width: 0; }
.an-person h2, .an-person h3 { margin-bottom: 4px; font-size: var(--an-type-body); font-weight: 600; }
.an-person__position { color: var(--an-muted); }
.an-person__contacts { display: grid; gap: 4px; margin: 10px 0 0; padding: 0; list-style: none; }
.an-person__contacts li { display: grid; grid-template-columns: 22px minmax(0, 1fr); align-items: center; gap: 12px; font-size: var(--an-type-small); line-height: 1.35; }
.an-person__contacts a { color: var(--an-text); overflow-wrap: anywhere; text-decoration: none; }
.an-person--with-photo .an-person__photo { grid-column: 1; grid-row: 1 / 3; }
.an-person--with-photo .an-person__identity { grid-column: 2; grid-row: 1; }
.an-person--with-photo .an-person__contacts { display: contents; }
.an-person--with-photo .an-person__contact--phone { grid-column: 2; grid-row: 2; align-self: end; }
.an-person--with-photo .an-person__contact--email { grid-column: 1 / -1; grid-row: 3; margin-top: 8px; }
.an-person--with-photo .an-person__contact--email a { white-space: nowrap; overflow-wrap: normal; } .an-document-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 18px; }
.an-document-group h2 { font-size: var(--an-type-body); font-weight: 500; }
.an-document-list { display: grid; gap: 12px; margin: 0 0 18px; padding: 0; list-style: none; }
.an-document-list li { position: relative; padding-left: 22px; font-size: var(--an-type-small); font-weight: 400; line-height: 1.55; }
.an-document-list li::before { content: "▪"; position: absolute; left: 0; color: var(--an-brand-dark); }
.an-document-list a { color: var(--an-text); text-decoration: none; }
.an-document-list--archive { width: 100%; max-width: none; }
.an-main--projects .an-page-header { margin-bottom: 22px; }
.an-main--projects .an-page-header h1 { font-size: var(--an-type-page); font-weight: 600; }
.an-card-grid--projects { gap: 32px 26px; }
.an-card-grid--projects .an-card__body { padding-top: 12px; }
.an-card-grid--projects .an-card__title { font-size: var(--an-type-body); font-weight: 600; line-height: 1.35; }
.an-card-grid--projects .an-more-link { margin-top: 5px; }
.an-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.an-gallery-item { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.an-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.an-video { max-width: 850px; margin-top: 40px; aspect-ratio: 16 / 9; }
.an-video iframe { width: 100%; height: 100%; }
.an-vacancy-list { display: grid; gap: 24px; }
.an-vacancy { border: 1px solid var(--an-line); border-left: 4px solid var(--an-brand); padding: 24px; }
.an-vacancy h2 { font-size: var(--an-type-section); font-weight: 600; }
.an-vacancy h2 a { color: var(--an-text); text-decoration: none; }
.an-vacancy.is-filled { opacity: .72; }
.an-status { color: var(--an-muted); font-weight: 600; } .an-filter { display: flex; align-items: end; gap: 8px; margin-bottom: 14px; }
.an-filter label { display: grid; gap: 4px; font-weight: 600; }
.an-filter select { min-width: 132px; min-height: 38px; border: 1px solid var(--an-line); border-radius: 4px; background: #fff; padding: 5px 9px; }
.an-main--procurements .an-page-header { margin-bottom: 14px; }
.an-main--procurements .an-button { min-height: 44px; padding: 10px 20px; }
.an-table-scroll { max-width: 100%; overflow-x: auto; }
.an-procurement-table { width: 100%; border-collapse: collapse; font-size: var(--an-type-small); }
.an-procurement-table th, .an-procurement-table td { border: 1px solid var(--an-line); padding: 5px 8px; text-align: left; vertical-align: top; line-height: 1.35; }
.an-procurement-table th { background: #f4f7f8; font-size: var(--an-type-small); font-weight: 600; }
.an-procurement-table th:nth-child(1) { width: 16%; }
.an-procurement-table th:nth-child(2) { width: 13%; }
.an-procurement-table th:nth-child(4) { width: 15%; }
.an-procurement-table td:first-child, .an-procurement-table td:last-child { white-space: nowrap; } @media (min-width: 701px) {
.an-procurement-table .an-procurement-table__center { text-align: center; }
}
.an-procurement-details { margin: 0; border: 1px solid var(--an-line); font-size: 15px; line-height: 1.4; }
.an-procurement-details > div { display: grid; grid-template-columns: minmax(180px, 24%) minmax(0, 1fr); }
.an-procurement-details > div + div { border-top: 1px solid var(--an-line); }
.an-procurement-details dt, .an-procurement-details dd { margin: 0; padding: 6px 10px; overflow-wrap: anywhere; }
.an-procurement-details dt { border-right: 1px solid var(--an-line); font-weight: 600; }
.an-procurement-details dd p { margin: 0 0 6px; }
.an-procurement-details dd p:last-child { margin-bottom: 0; }
.an-procurement-details dd p:empty { display: none; } .an-pagination { display: flex; width: 100%; align-items: center; flex-wrap: wrap; gap: 8px 16px; margin: 30px 0 0; padding: 0; font-family: var(--an-font); font-size: var(--an-type-small); font-weight: 500; line-height: 1.2; }
.an-pagination__status { display: inline-flex; min-height: 44px; align-items: center; color: var(--an-muted); padding: 0; white-space: nowrap; font-weight: 400; }
.an-pagination__links { display: flex; min-width: 0; max-width: 100%; align-items: center; flex-wrap: wrap; gap: 6px; }
.an-pagination .page-numbers { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 6px; min-width: 44px; min-height: 44px; border: 1px solid var(--an-line); border-radius: 5px; background: #fff; color: #173b5c; padding: 10px 12px; font: inherit; white-space: nowrap; text-align: center; text-decoration: none; }
.an-pagination .an-pagination__edge { min-width: 88px; padding-inline: 14px; border-color: var(--an-brand); background: var(--an-soft); }
.an-pagination a.page-numbers:hover { border-color: var(--an-brand); background: var(--an-brand); color: #173b5c; text-decoration: none; }
.an-pagination a.page-numbers:focus-visible { border-color: #173b5c; outline: 3px solid #173b5c; outline-offset: 3px; }
.an-pagination .page-numbers.current { border-color: var(--an-brand); background: var(--an-brand); color: #173b5c; font-weight: 500; } html[data-an-contrast="dark"] .an-pagination { --an-page-fg: #fff; --an-page-bg: #000; }
html[data-an-contrast="yellow"] .an-pagination { --an-page-fg: #111; --an-page-bg: #ffeb3b; }
html[data-an-contrast="inverse"] .an-pagination { --an-page-fg: #ffeb3b; --an-page-bg: #000; }
html:is([data-an-contrast="dark"], [data-an-contrast="yellow"], [data-an-contrast="inverse"]) .an-pagination .page-numbers { background: var(--an-page-bg); border-color: var(--an-page-fg); color: var(--an-page-fg) !important; }
html:is([data-an-contrast="dark"], [data-an-contrast="yellow"], [data-an-contrast="inverse"]) .an-pagination .page-numbers span { color: inherit !important; }
html:is([data-an-contrast="dark"], [data-an-contrast="yellow"], [data-an-contrast="inverse"]) .an-pagination :is(.page-numbers.current, a.page-numbers:hover) { background: var(--an-page-fg); color: var(--an-page-bg) !important; }
html:is([data-an-contrast="dark"], [data-an-contrast="yellow"], [data-an-contrast="inverse"]) .an-pagination a.page-numbers:focus-visible { outline-color: var(--an-page-fg); } .an-lightbox { width: min(1180px, calc(100vw - 24px)); height: min(900px, calc(100dvh - 24px)); max-width: none; max-height: none; border: 0; border-radius: 8px; background: #101821; color: #fff; padding: 50px 70px 20px; overflow: hidden; }
.an-lightbox[open] { display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 10px; }
.an-lightbox::backdrop { background: rgb(13 20 29 / 85%); }
.an-lightbox-image-wrap { position: relative; min-width: 0; min-height: 0; }
.an-lightbox-image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; }
.an-lightbox-caption { min-width: 0; margin: 0; padding-inline: 48px; text-align: center; overflow-wrap: anywhere; }
.an-lightbox-close, .an-lightbox-prev, .an-lightbox-next { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid #91a0ac; border-radius: 50%; background: #101821; color: #fff; cursor: pointer; padding: 0; line-height: 0; }
.an-lightbox-close svg, .an-lightbox-prev svg, .an-lightbox-next svg { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.an-lightbox-close { top: 14px; right: 14px; width: 42px; height: 42px; }
.an-lightbox-prev, .an-lightbox-next { top: 50%; width: 48px; height: 48px; transform: translateY(-50%); }
.an-lightbox-prev { left: 12px; }
.an-lightbox-next { right: 12px; } .an-site-footer { border-top: 1px solid var(--an-line); background: #fff; color: var(--an-text); font-size: var(--an-type-small); }
.an-site-footer__inner { display: grid; grid-template-columns: 1fr minmax(300px, 430px); gap: 50px; padding-block: 32px; }
.an-site-footer__contacts { width: max-content; max-width: 100%; justify-self: end; }
.an-site-footer a { color: var(--an-text); }
.an-site-footer__legal p,
.an-footer-menu { font-family: var(--an-font); font-size: inherit; font-weight: 400; line-height: 1.6; }
.an-site-footer__legal p { color: var(--an-muted); }
.an-footer-menu { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 14px 0 0; padding: 0; list-style: none; }
.an-footer-menu a {
display: inline-block;
color: var(--an-text);
font: inherit;
text-decoration: none;
text-decoration-color: var(--an-brand-dark);
text-decoration-thickness: 2px;
text-underline-offset: .3em;
transition: color .16s ease;
}
.an-footer-menu a:hover,
.an-footer-menu a:focus-visible {
color: var(--an-brand-dark);
text-decoration-line: underline;
text-decoration-color: var(--an-brand-dark);
text-decoration-thickness: 2px;
}
@media (max-width: 1170px) {
.an-hero__controls { right: 0; }
.an-hero__titles { left: 0; }
}
@media (max-width: 1060px) {
.an-site-header { grid-template-columns: minmax(220px, 240px) minmax(0, 1fr); }
.an-site-logo { width: min(100%, 224px); }
}
@media (max-width: 960px) {
.an-site-header { grid-template-columns: minmax(0, 1fr) auto auto; min-height: 104px; align-items: center; }
.an-site-header__brand { padding-block: 12px; transform: none; }
.an-site-logo { width: min(100%, 224px); }
.an-site-header__tools { position: static; }
.an-menu-toggle { display: grid; }
.an-site-header__tools { align-self: center; padding: 0; order: 2; }
.an-primary-navigation { position: absolute; z-index: 50; top: 100%; right: 0; left: 0; display: none; height: auto; background: var(--an-header-bg, #fff); box-shadow: 0 14px 30px rgb(13 20 29 / 18%); order: 4; }
.an-primary-navigation.is-open { display: block; }
.an-primary-menu { display: block; height: auto; }
.an-primary-menu > li { display: block; }
.an-primary-menu > li > a { justify-content: flex-start; min-height: 48px; padding: 14px 18px; text-align: left; }
.an-primary-menu .sub-menu { position: static; display: block; min-width: 0; padding: 0 0 6px 18px; box-shadow: none; visibility: visible; opacity: 1; }
.an-primary-menu .sub-menu a { padding: 8px 18px; }
.an-card-grid, .an-contact-grid, .an-document-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.an-site-footer__inner { grid-template-columns: 1fr; }
.an-site-footer__contacts { width: 100%; justify-self: start; }
}
@media (max-width: 700px) {
.an-site-header, .an-main, .an-breadcrumbs, .an-site-footer__inner { width: min(calc(100% - 20px), var(--an-max)); }
.an-page-container { width: 100%; }
.an-site-header { grid-template-columns: minmax(0, 1fr) auto auto; min-height: 88px; column-gap: 4px; }
.an-site-logo { width: min(100%, 210px); }
.an-facebook-link { width: 28px; height: 28px; }
.an-breadcrumbs { margin-bottom: 24px; }
.an-breadcrumbs ol { min-height: 50px; padding: 10px 14px; }
.an-breadcrumbs li:not(:last-child)::after { margin: 0 8px; }
.an-main { padding-bottom: 40px; }
.an-pagination { align-items: flex-start; }
.an-pagination__status { width: 100%; min-height: 0; }
.an-page-header h1, .an-page-header h2 { font-size: var(--an-type-section); }
.an-hero { margin-inline: 0; }
.an-hero__viewport { height: auto; aspect-ratio: 5 / 4; }
.an-hero__image { object-position: center; }
.an-hero__controls { top: 14px; right: 14px; }
.an-hero__button { width: 52px; height: 46px; }
.an-hero__titles { top: 27%; left: 10px; max-width: calc(100% - 20px); }
.an-hero__title { padding: 8px 12px; font-size: var(--an-type-section); line-height: 1.38; }
.an-hero__tabs { display: none; }
.an-news-sections { display: none; }
.an-news-section-select { display: none; }
.an-card-grid, .an-contact-grid, .an-document-groups, .an-gallery-grid { grid-template-columns: 1fr; }
.an-card-grid { gap: 38px; }
.an-card__body { padding-top: 16px; }
.an-home-mobile-only[hidden] { display: block !important; }
.an-home-all-news { justify-content: stretch; }
.an-home-all-news .an-button { width: 100%; }
.an-contact-map { display: grid; gap: 12px; min-height: 0; aspect-ratio: auto; background-position: center top; background-size: 100% auto; background-repeat: no-repeat; padding-top: clamp(240px, 72vw, 430px); }
.an-contact-panel { position: static; width: 100%; }
.an-contact-panel--channels, .an-contact-panel--legal { inset: auto; }
.an-hours { margin-left: 36px !important; }
.an-filter { display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
.an-filter select { width: 100%; min-width: 0; }
.an-filter .an-button { grid-column: 1 / -1; }
.an-procurement-table, .an-procurement-table tbody, .an-procurement-table tr, .an-procurement-table td { display: block; width: 100%; }
.an-procurement-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.an-procurement-table tr { margin-bottom: 8px; border: 1px solid var(--an-line); }
.an-procurement-table td { display: grid; grid-template-columns: minmax(112px, 38%) minmax(0, 1fr); border: 0; padding: 6px 8px; white-space: normal !important; overflow-wrap: anywhere; }
.an-procurement-table td + td { border-top: 1px solid var(--an-line); }
.an-procurement-table td::before { content: attr(data-label); padding-right: 12px; font-weight: 600; }
.an-procurement-details { border: 0; }
.an-procurement-details > div { grid-template-columns: 1fr; margin-bottom: 8px; border: 1px solid var(--an-line) !important; }
.an-procurement-details dt, .an-procurement-details dd { padding: 6px 10px; }
.an-procurement-details dt { border: 0; border-bottom: 1px solid var(--an-line); background: #f4f7f8; }
.an-lightbox { inset: 0; width: 100vw; height: 100dvh; margin: 0; border-radius: 0; padding: 0; }
.an-lightbox[open] { grid-template-rows: minmax(0, 1fr) auto; gap: 0; }
.an-lightbox-image-wrap { overflow: hidden; touch-action: pan-y pinch-zoom; }
.an-lightbox-image { padding: 2px; }
.an-lightbox-close, .an-lightbox-prev, .an-lightbox-next { border-color: rgb(255 255 255 / 65%); background: rgb(16 24 33 / 82%); box-shadow: 0 2px 10px rgb(0 0 0 / 28%); }
.an-lightbox-close { top: max(8px, env(safe-area-inset-top)); right: max(8px, env(safe-area-inset-right)); width: 44px; height: 44px; }
.an-lightbox-prev, .an-lightbox-next { top: 50%; bottom: auto; width: 44px; height: 56px; border-radius: 8px; transform: translateY(-50%); }
.an-lightbox-prev { left: max(4px, env(safe-area-inset-left)); }
.an-lightbox-next { right: max(4px, env(safe-area-inset-right)); }
.an-lightbox-caption { min-height: 46px; margin: 0; background: rgb(16 24 33 / 96%); padding: 10px 54px calc(10px + env(safe-area-inset-bottom)); font-size: var(--an-type-small); line-height: 1.35; }
.an-site-footer__inner { gap: 32px; padding-block: 34px; }
}
@media (max-width: 420px) {
.an-site-logo { width: min(100%, 200px); }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}