@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../../assets/fonts/inter/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../../assets/fonts/inter/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../../assets/fonts/inter/inter-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../assets/fonts/satoshi/satoshi-300.woff2") format("woff2");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/fonts/satoshi/satoshi-400.woff2") format("woff2");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../assets/fonts/satoshi/satoshi-500.woff2") format("woff2");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../assets/fonts/satoshi/satoshi-700.woff2") format("woff2");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../../assets/fonts/satoshi/satoshi-900.woff2") format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  background-color: #0a0a0d;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
blockquote,
pre,
figure,
table,
fieldset {
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style: none;
}
a {
  color: #f9dda0;
  text-decoration: none;
  transition: color 0.12s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
  color: hsl(41.1235955056, 88.1188118812%, 70.1960784314%);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}
h1 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}
h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}
h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  margin-bottom: 12px;
}
p {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 12px;
}
.text--small {
  font-size: 13px;
}
.text--large {
  font-size: 16px;
}
.text--muted {
  color: #9a958e;
}
.text--secondary {
  color: #d2cac0;
}
.container {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .container {
    padding: 0 36px;
  }
}
.section {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 36px 0;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 48px 0;
  }
}

/* Стабилизация body для предотвращения глобального сдвига */
body.home {
  min-height: 100vh;
  width: 100svw;
  overflow-x: hidden;
}

/* Стабилизация main контейнера */
.main {
  min-height: 500px; /* базовая высота для резервирования места */
}

/* Стабилизация language switcher dropdown */
.language-switcher {
  position: relative;
}

.language-switcher__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-height: 40px; /* минимальная высота для предотвращения сдвигов */
  min-width: 160px;
  transform: translateY(-10px);
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1);
}

.language-switcher--open .language-switcher__dropdown {
  transform: translateY(0);
}

/* Стабилизация footer */
.footer {
  min-height: 200px; /* резервируем место для футера */
}

/* Стабилизация контента */
.content__main {
  min-height: 300px; /* базовая высота контента */
}

/* Дополнительная стабилизация для шрифтов */
body {
  font-display: swap; /* предотвращает сдвиги при загрузке шрифтов */
}

.btn {
  display: inline-block;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1.5px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn--primary {
  background-color: #f7d896;
  color: #0a0a0d;
  border-color: #f7d896;
}
.btn--primary:hover {
  background-color: #f9dda0;
  color: #0a0a0d;
  border-color: #f9dda0;
}
.btn--secondary {
  background-color: #8b7b6a;
  color: #fff;
  border-color: #8b7b6a;
}
.btn--secondary:hover {
  background-color: #a0907f;
  color: #fff;
  border-color: #a0907f;
}
.btn--outline {
  background-color: rgba(0, 0, 0, 0);
  color: #f7d896;
  border-color: #f7d896;
}
.btn--outline:hover {
  background-color: #f7d896;
  color: #0a0a0d;
  border-color: #f7d896;
}
.btn--sm {
  padding: 8px 20px;
  font-size: 12px;
}
.btn--lg {
  padding: 16px 32px;
  font-size: 16px;
}
.loading {
  opacity: 0.7;
  pointer-events: none;
}
.toc,
.faq__answer,
.language-switcher__dropdown {
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.toc__link:focus,
.faq__question:focus,
.language-switcher__current:focus,
.language-switcher__option:focus {
  outline: 2px solid #f9dda0;
  outline-offset: 2px;
}
.header {
  background-color: #14141a;
  color: #fff;
  border-bottom: 1px solid #1c1c22;
  box-shadow: 0 1px 2px rgba(10, 10, 13, 0.12);
  position: sticky;
  top: 0;
  z-index: 1020;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  padding: 0 48px;
}
@media (min-width: 992px) {
  .header__inner {
    height: 70px;
  }
}
@media (max-width: 480px) {
	.header__inner {
		height: auto;
		padding: 10px 0;
		gap: 10px;
		flex-direction: column;
	}
}
.header__logo {
  flex-shrink: 0;
}
.header__logo-link {
  display: block;
  color: inherit;
}
.header__logo-link:hover {
  color: inherit;
}

.header__logo-text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .header__nav {
    gap: 16px;
  }
}
.header__auth {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .header__auth {
    gap: 5px;
  }
}
.header__language {
  position: relative;
}
.language-switcher {
  position: relative;
}
.language-switcher__current {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #1c1c22;
  border: 1px solid #3a342b;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.12s cubic-bezier(0.4, 0, 0.2, 1);
}
.language-switcher__current:hover {
  background-color: #13131b;
}
.language-switcher__flag {
  font-size: 16px;
  line-height: 1;
}
.language-switcher__code {
  font-weight: 500;
  color: #fff;
}
.language-switcher__arrow {
  font-size: 10px;
  color: #d2cac0;
  transition: 0.12s cubic-bezier(0.4, 0, 0.2, 1);
}
.language-switcher--open .language-switcher__arrow {
  transform: rotate(180deg);
}
.language-switcher__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #1c1c22;
  border: 1px solid #3a342b;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(10, 10, 13, 0.16);
  min-width: 160px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
}
.language-switcher--open .language-switcher__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.language-switcher__option {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  transition: 0.12s cubic-bezier(0.4, 0, 0.2, 1);
}
.language-switcher__option:hover {
  background-color: #13131b;
}
.language-switcher__option--active {
  background-color: #13131b;
  font-weight: 500;
}
.language-switcher__name {
  font-size: 13px;
}
.banner {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  .banner {
    min-height: 480px;
  }
}
.banner__background {
  width:100svw;
  position: absolute;
  inset: 0;
  background-color: #0a0a0d;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.banner__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(10, 10, 13, 0.9);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 36px 0;
}
.banner__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .banner__title {
    font-size: 36px;
  }
}
.banner__subtitle {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .banner__subtitle {
    font-size: 18px;
  }
}
.banner__btn {
  background-color: #f9dda0;
  color: #0a0a0d;
  border: 1px solid #f9dda0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 26px;
  min-width: 180px;
  margin-top: 16px;
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: inline-block;
}
.banner__btn:hover {
  background-color: #f7d896;
  color: #0a0a0d;
  border-color: #f7d896;
}
.content {
  background-color: #0a0a0d;
  padding: 48px 0;
}
.content__wrapper {
  max-width: 1560px;
  margin: 0 auto;
}
.content__main {
  position: relative;
}
.content__text .wp-block-paragraph {
  margin-bottom: 12px;
}
.content__text .wp-block-heading {
  margin-bottom: 24px;
}
.content__text .wp-block-heading.has-large-font-size {
  font-size: 24px;
}
.content__text .wp-block-heading.has-medium-font-size {
  font-size: 20px;
}
.content__text .wp-block-list {
  margin-bottom: 12px;
  padding-left: 24px;
}
.content__text .wp-block-list li {
  margin-bottom: 5px;
  list-style: disc;
}
.content__text .wp-block-quote {
  border-left: 4px solid #f9dda0;
  padding-left: 24px;
  margin: 36px 0;
  font-style: italic;
  color: #d2cac0;
  border-radius: 8px;
  background: none;
}
.content__text .wp-block-image {
  margin: 36px 0;
}
.content__text .wp-block-image img {
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(10, 10, 13, 0.12);
}
.content__text .wp-block-image figcaption {
  text-align: center;
  font-size: 13px;
  color: #9a958e;
  margin-top: 10px;
}
.content__text .wp-block-code {
  background-color: #13131b;
  border: 1px solid #3a342b;
  border-radius: 8px;
  padding: 16px;
  font-family: "Inter", "SF Mono", Consolas, monospace;
  font-size: 13px;
  overflow-x: auto;
  margin: 24px 0;
}
.toc {
  background-color: #13131b;
  border: 1px solid #3a342b;
  border-radius: 12px;
  padding: 36px;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .toc {
    width: 320px;
    flex-shrink: 0;
    position: sticky;
    top: 106px;
    align-self: flex-start;
    margin-bottom: 0;
    max-height: calc(100vh - 70px - 72px);
    overflow-y: auto;
  }
}
.toc__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}
.toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toc__item {
  margin-bottom: 5px;
}
.toc__item--level-1 {
  font-weight: 500;
  color: #d2cac0;
}
.toc__item--level-2 {
  padding-left: 16px;
  font-size: 13px;
  color: #d2cac0;
}
.toc__link {
  display: block;
  color: #d2cac0;
  text-decoration: none;
  padding: 5px;
  transition: color 0.12s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 5px;
}
.toc__link:hover {
  color: #f7d896;
  background: hsl(240, 17.3913043478%, 13.0196078431%);
}
.toc__link--active {
  color: #f7d896;
  font-weight: 600;
  background: hsl(240, 17.3913043478%, 17.0196078431%);
}
.toc:empty {
  display: none;
}
.content__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 992px) {
  .content__layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 68px;
  }
}
.toc {
  width: 100%;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .toc {
    width: 320px;
    flex-shrink: 0;
    position: sticky;
    top: 106px;
    align-self: flex-start;
    margin-bottom: 0;
    max-height: calc(100vh - 70px - 72px);
    overflow-y: auto;
  }
}
.content__main {
  flex: 1 1 0%;
  min-width: 0;
}
.alignleft {
  margin-right: 16px;
  margin-bottom: 16px;
}
.faq {
  background-color: #13131b;
}
.faq__title {
  text-align: center;
  margin-bottom: 48px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.faq__list {
  max-width: 800px;
  margin: 0 auto;
}
.faq__item {
  border: 1px solid #3a342b;
  border-radius: 12px;
  margin-bottom: 24px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(10, 10, 13, 0.12);
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__question {
  width: 100%;
  background-color: #13131b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 36px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq__question:hover {
  background-color: hsl(240, 17.3913043478%, 6.0196078431%);
}
.faq__question[aria-expanded="true"] {
  background-color: hsl(240, 17.3913043478%, 4.0196078431%);
}
.faq__question[aria-expanded="true"] .faq__icon {
  transform: rotate(45deg);
}
.faq__question-text {
  flex: 1;
  padding-right: 16px;
}
.faq__icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a958e;
  font-size: 20px;
  font-weight: 300;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.faq__answer {
  background-color: #1c1c22;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq__answer[aria-hidden="false"] {
  max-height: 1000px;
}
.faq__answer-text {
  padding: 36px;
}
.faq__answer-text p {
  margin-bottom: 10px;
}
.faq__answer-text p:last-child {
  margin-bottom: 0;
}
.faq__answer-text ul,
.faq__answer-text ol {
  margin-bottom: 10px;
  padding-left: 24px;
}
.faq__answer-text ul li,
.faq__answer-text ol li {
  margin-bottom: 5px;
}
.faq__answer-text ul li {
  list-style: disc;
}
.faq__answer-text ol li {
  list-style: decimal;
}
.footer {
  background-color: #14141a;
  color: #fff;
  padding: 48px 0;
  border-top: 2px solid #1c1c22;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
@media (min-width: 768px) {
  .footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer__nav {
  order: 1;
}
@media (min-width: 768px) {
  .footer__nav {
    order: 0;
  }
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .footer__menu {
    justify-content: flex-start;
  }
}
.footer__menu li {
  margin: 0;
}
.footer__menu a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.12s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__menu a:hover {
  color: #f7d896;
}
.footer__social {
  order: 0;
}
@media (min-width: 768px) {
  .footer__social {
    order: 1;
  }
}
.footer__copyright {
  order: 2;
  text-align: center;
  font-size: 13px;
  color: hsla(0, 0%, 100%, 0.8);
}
@media (min-width: 768px) {
  .footer__copyright {
    text-align: left;
  }
}
.social-icons {
  display: flex;
  gap: 10px;
}
.social-icons__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.12s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-icons__link:hover {
  background-color: #f7d896;
  color: #0a0a0d;
  transform: translateY(-2px);
}
.social-icons__icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.error-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
  background-color: #0a0a0d;
  color: #fff;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, sans-serif;
  padding: 36px;
}
.error-404__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 36px;
  color: #fff;
}
@media (max-width: 768px) {
  .error-404__title {
    font-size: 28px;
  }
}
.error-404__link {
  font-size: 16px;
  color: #f9dda0;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color 0.12s cubic-bezier(0.4, 0, 0.2, 1);
  word-break: break-all;
}
.error-404__link:hover {
  border-color: #f9dda0;
}
@media (max-width: 576px) {
  .error-404__link {
    font-size: 13px;
  }
}
.breadcrumbs {
  margin: 24px 0;
  font-size: 13px;
  color: #d2cac0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs__item a {
  color: #f9dda0;
  text-decoration: none;
}
.breadcrumbs__item a:hover {
  text-decoration: underline;
}
.breadcrumbs__item--current {
  color: #9a958e;
  pointer-events: none;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin: 0 5px;
  color: #9a958e;
}
.archive {
  margin: 24px 0;
}
.archive-linked__row {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (min-width: 768px) {
  .archive-linked__row {
    flex-direction: column;
    gap: 36px;
  }
}
.archive-linked__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #13131b;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(10, 10, 13, 0.12);
  border: 1px solid #3a342b;
  overflow: hidden;
  margin: 0 auto;
  transition: box-shadow 0.12s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.12s cubic-bezier(0.4, 0, 0.2, 1);
}
.archive-linked__item:hover {
  box-shadow: 0 3px 8px rgba(10, 10, 13, 0.16);
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .archive-linked__item {
    flex-direction: row;
    align-items: stretch;
    min-height: 180px;
    max-height: 260px;
  }
}
.archive-linked__item-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  min-height: 120px;
  max-height: 180px;
  background: #1c1c22;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-linked__item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.archive-linked__item-thumb--placeholder {
  background: #1c1c22;
  border: 1px dashed #3a342b;
  color: #9a958e;
  font-size: 16px;
  font-family: "Inter", "SF Mono", Consolas, monospace;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .archive-linked__item-thumb {
    width: 220px;
    min-width: 220px;
    max-width: 320px;
    aspect-ratio: unset;
    border-radius: 8px 0 0 8px;
    min-height: 100%;
    max-height: none;
  }
}
.archive-linked__item-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 24px;
  flex: 1 1 0%;
}
@media (min-width: 768px) {
  .archive-linked__item-body {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 24px 48px;
  }
}
.archive-linked__item-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.archive-linked__item-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px 0;
  line-height: 1.2;
  word-break: break-word;
}
.archive-linked__item-excerpt {
  color: #d2cac0;
  font-size: 13px;
  margin-bottom: 0;
  flex: 1 1 auto;
}
.archive-linked__btn {
  min-width: 140px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .archive-linked__btn {
    margin-top: 0;
    margin-left: 24px;
  }
}
.header__logo {
  width: 110px;
  height: 37px; /* фиксированная высота */
}

.header__logo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; /* сохраняет пропорции */
}

@media (max-width: 768px) {
  .header__logo {
    width: 80px;
    height: 27px;
  }
}


