@font-face {
  font-family: "HELIOS";
  src: url("/fonts/helios-extended-light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "HELIOS";
  src: url("/fonts/helios-extended-bold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "HELIOS";
  src: url("/fonts/helios-extended-oblique.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #ffffff;
  --ink: #2f2f2b;
  --muted: #706e67;
  --line: #dedbd2;
  --brand: #e09130;
  --brand-dark: #8e4d13;
  --focus: #2e5f91;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--bg);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--focus) 72%, transparent);
  outline-offset: 3px;
}

.site-header {
  position: relative;
  z-index: 20;
  background: #ffffff;
}

.documents-shell,
.site-footer__inner {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header__inner {
  position: relative;
  width: 100%;
  height: clamp(80px, 6.6667vw, 128px);
  background: #ffffff;
}

.site-header__inner::after {
  position: absolute;
  right: 3.75%;
  bottom: 43.75%;
  left: 3.75%;
  height: max(1px, 0.0834vw);
  background: #333333;
  content: "";
}

.brand {
  position: absolute;
  top: -1vw;
  left: 49.5833%;
  display: block;
  width: 7.8334vw;
  height: 5.6667vw;
  max-width: 150.4px;
  max-height: 108.8px;
  transform: translateX(-50%);
  overflow: hidden;
}

.brand span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/tild3130-6534-4463-b631-386135613431__photo.png") center / cover no-repeat;
}

.site-nav {
  position: absolute;
  top: 1.3334vw;
  display: flex;
  align-items: center;
  height: 1.1667vw;
  color: #333333;
  font-family: HELIOS, Arial, sans-serif;
  font-size: clamp(9px, 0.75vw, 14.4px);
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav--left {
  right: 0;
  left: 0;
}

.site-nav--right {
  right: 0;
  left: 0;
}

.site-nav a {
  padding: 0;
}

.site-nav--left a,
.site-nav--right a {
  position: absolute;
}

.site-nav--left a:nth-child(1) {
  left: 6.6667vw;
}

.site-nav--left a:nth-child(2) {
  left: 17.1667vw;
}

.site-nav--left a:nth-child(3) {
  left: 33vw;
}

.site-nav--right a:nth-child(1) {
  left: 61.4167vw;
}

.site-nav--right a:nth-child(2) {
  left: 72.4167vw;
}

.site-nav--right a:nth-child(3) {
  top: -0.3334vw;
  left: 88.25vw;
}

.site-nav--right a:nth-child(4) {
  top: -0.1667vw;
  left: 92vw;
}

.site-nav a:hover {
  opacity: 0.62;
}

.site-nav .site-nav__business {
  color: #e09130;
  font-style: italic;
  font-weight: 800;
}

.site-nav__icon {
  display: block;
  flex: 0 0 auto;
  padding: 0 !important;
}

.site-nav__icon:nth-last-child(2) {
  width: min(1.75vw, 33.6px);
  height: min(1.75vw, 33.6px);
}

.site-nav__icon:last-child {
  width: min(1.4167vw, 27.2px);
  height: min(1.4167vw, 27.2px);
}

.site-nav__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-menu-toggle,
.site-mobile-menu {
  display: none;
}

.page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: 40px;
  width: 100%;
  margin: 0;
  padding: clamp(5px, 0.4vw, 8px) 6.6667vw 36px;
}

h1 {
  margin: 0;
  color: #333333;
  font-family: HELIOS, Arial, sans-serif;
  font-size: clamp(20px, 1.6667vw, 34.14px);
  font-weight: 800;
  line-height: clamp(31px, 2.5833vw, 52.91px);
  letter-spacing: normal;
  text-transform: uppercase;
  text-wrap: balance;
}

h1 strong {
  font-weight: 800;
}

.page-title__accent {
  color: #e09130;
}

.page-intro__lead {
  max-width: none;
  margin: clamp(22px, 2vw, 40px) 0 0;
  color: #333333;
  font-family: HELIOS, Arial, sans-serif;
  font-size: clamp(12px, 1vw, 20.48px);
  font-weight: 400;
  line-height: clamp(19px, 1.5833vw, 32.43px);
  text-wrap: pretty;
}

.documents-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.45fr);
  align-items: start;
  gap: clamp(20px, 4vw, 48px);
  width: min(1180px, calc(100% - 6.6667vw - 16px));
  margin-right: auto;
  margin-left: 6.6667vw;
  padding-bottom: clamp(64px, 9vw, 112px);
}

.documents-list {
  display: grid;
  border-top: 1px solid #333333;
  counter-reset: document;
}

.document-item {
  position: relative;
  border-bottom: 1px solid var(--line);
  background: transparent;
  counter-increment: document;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.document-item:hover {
  background: #faf9f6;
}

.document-item.is-active {
  border-color: var(--brand);
}

.document-item__select {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  width: 100%;
  padding: 22px 0 12px;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.document-item__type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  color: #333333;
  font-family: HELIOS, Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}

.document-item__type::before {
  color: #333333;
  content: counter(document, decimal-leading-zero);
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1;
}

.document-item.is-active .document-item__type,
.document-item.is-active .document-item__type::before {
  color: var(--brand);
}

.document-item__copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.document-item__title {
  color: #333333;
  font-family: HELIOS, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  text-wrap: pretty;
}

.document-item__description,
.document-item__date {
  color: #333333;
  font-family: HELIOS, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.document-item__date {
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.document-item__actions {
  display: flex;
  gap: 20px;
  padding: 0 0 20px 76px;
  font-family: HELIOS, Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.document-item__actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 3px;
  border-bottom: 1px solid #9e9b92;
}

.document-item__actions a:first-child::after {
  content: "↗";
}

.document-item__actions a:last-child::after {
  content: "↓";
}

.document-item__actions a::after {
  position: relative;
  top: -3px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.document-item__actions a:hover {
  border-color: var(--brand-dark);
  color: var(--brand-dark);
}

.document-reader {
  min-width: 0;
  background: #ffffff;
}

.document-reader__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 16px 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid var(--line);
  color: #333333;
}

.document-reader h2 {
  margin: 0;
  color: #333333;
  font-family: HELIOS, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  text-wrap: pretty;
}

.document-reader__open {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 0 4px;
  border-bottom: 1px solid #9e9b92;
  color: #333333;
  font-family: HELIOS, Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.document-reader__open::after {
  position: relative;
  top: -3px;
  content: "↗";
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.document-reader__open:hover {
  border-color: var(--brand-dark);
  color: var(--brand-dark);
}

.document-reader__frame {
  display: block;
  width: 100%;
  height: min(78vh, 980px);
  min-height: 660px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #eee;
}

.document-reader__fallback {
  display: grid;
  min-height: 420px;
  place-content: center;
  padding: 24px;
  color: var(--ink);
  text-align: center;
}

.document-reader__fallback a {
  color: var(--brand-dark);
  font-weight: 700;
  text-decoration: underline;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.site-footer__contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: 360px;
}

.site-footer__contact-copy {
  padding: 54px max(32px, calc((100vw - 1180px) / 2));
}

.site-footer__contact h2 {
  margin: 0 0 34px;
  font-size: 28px;
  text-transform: uppercase;
}

.site-footer__contact h2 span {
  color: var(--brand);
}

.site-footer__contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  font-size: 15px;
  line-height: 1.55;
}

.site-footer__contact-grid p {
  margin: 0;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.site-footer__reviews {
  font-size: 20px;
  font-style: italic;
  text-decoration: underline;
  text-decoration-color: var(--brand);
  text-underline-offset: 9px;
}

.site-footer__telegram {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
}

.site-footer__telegram img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.site-footer__map {
  width: 100%;
  min-height: 360px;
  border: 0;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 0.8fr 1fr 0.9fr 1.35fr;
  gap: clamp(28px, 5vw, 72px);
  padding-block: 42px 52px;
  border-top: 1px solid #333333;
  color: #333333;
  font-size: 13px;
}

.site-footer__links {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 17px;
}

.site-footer__links--primary {
  font-size: 15px;
  font-weight: 700;
}

.site-footer__links:not(.site-footer__links--primary) a {
  font-style: italic;
}

.site-footer__legal {
  font-size: 11px;
  line-height: 1.45;
}

.site-footer__legal p {
  margin: 12px 0 0;
}

.site-footer__legal a {
  text-decoration: underline;
}

.site-footer a:hover {
  color: var(--brand-dark);
}

.site-footer__wordmark {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .site-header__inner {
    height: clamp(60px, 18.75vw, 73.125px);
  }

  .site-header__inner::after {
    right: 3.125%;
    bottom: 25%;
    left: 3.125%;
    height: 1px;
  }

  .site-nav--left,
  .site-nav--right > a:not(.site-nav__icon) {
    display: none;
  }

  .site-nav--right {
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  .site-nav--right a:nth-child(3) {
    top: min(4.0625vw, 16px);
    left: auto;
    right: min(13.5938vw, 53px);
    width: min(6.25vw, 24px);
    height: min(6.25vw, 24px);
  }

  .site-nav--right a:nth-child(4) {
    top: min(4.375vw, 17px);
    left: auto;
    right: min(3.125vw, 12px);
    width: min(5.4688vw, 21px);
    height: min(5.4688vw, 21px);
  }

  .brand {
    top: -3.4375vw;
    width: 29.375vw;
    height: 21.25vw;
    max-width: 115px;
    max-height: 83px;
  }

  .site-menu-toggle {
    position: absolute;
    top: 3.3334vw;
    left: 2.5%;
    z-index: 2;
    display: block;
    width: min(15vw, 48px);
    height: min(9.375vw, 30px);
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .site-menu-toggle span {
    position: absolute;
    left: 8%;
    width: 72%;
    height: 1px;
    background: #333333;
    transition: transform 180ms ease, top 180ms ease;
  }

  .site-menu-toggle span:first-child {
    top: 36%;
  }

  .site-menu-toggle span:last-child {
    top: 57%;
  }

  .site-menu-toggle[aria-expanded="true"] span:first-child {
    top: 47%;
    transform: rotate(45deg);
  }

  .site-menu-toggle[aria-expanded="true"] span:last-child {
    top: 47%;
    transform: rotate(-45deg);
  }

  .site-mobile-menu:not([hidden]) {
    display: grid;
  }

  .site-mobile-menu {
    position: absolute;
    top: calc(100% - 18px);
    left: 3.125%;
    z-index: 30;
    width: min(310px, 80vw);
    padding: 18px;
    border: 1px solid #333333;
    background: #ffffff;
    gap: 14px;
    font-family: HELIOS, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
  }

  .site-mobile-menu__business {
    color: #e09130;
    font-style: italic;
    font-weight: 800;
  }

  .documents-shell {
    grid-template-columns: 1fr;
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
  }

  .documents-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .document-item {
    border-right: 1px solid var(--line);
  }

  .document-item:last-child {
    border-right: 0;
  }

  .document-item__select {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .document-item__actions {
    padding: 0 18px 18px;
  }

  .site-footer__contact {
    grid-template-columns: 1fr;
  }

  .site-footer__contact-copy {
    padding-inline: max(24px, calc((100vw - 760px) / 2));
  }

  .site-footer__map {
    min-height: 300px;
  }

  .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .page-intro {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 28px;
    padding-inline: 10px;
  }

  h1 {
    font-size: clamp(18px, 4.6875vw, 30px);
    line-height: 1.35;
  }

  .page-intro__lead {
    font-size: 15px;
    line-height: 24px;
  }

  .page-intro__line-break {
    display: none;
  }

  .documents-list {
    grid-template-columns: 1fr;
  }

  .document-item {
    border-right: 0;
  }

  .document-item__select {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 20px 0 12px;
  }

  .document-item__actions {
    padding: 0 0 20px 70px;
  }

  .document-reader__bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding: 18px 0;
  }

  .document-reader__open {
    width: max-content;
    text-align: left;
  }

  .document-reader__frame {
    height: 72vh;
    min-height: 520px;
  }

  .site-footer__inner {
    padding-block: 32px 38px;
  }

  .site-footer__contact-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .site-footer__contact h2 {
    margin-bottom: 24px;
    font-size: 23px;
  }

  .site-footer__contact-copy {
    padding-block: 38px;
  }

  .site-footer__socials {
    margin-top: 28px;
  }
}

@media (max-width: 420px) {
  .site-header__inner,
  .documents-shell,
  .site-footer__inner {
    width: min(100% - 20px, 1180px);
  }

  .document-item__actions {
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__wordmark {
    margin-top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
