:root {
  --vk-ink: #141414;
  --vk-text: #2b2b2b;
  --vk-link: #214e8a;
  --vk-accent: #c43a31;
  --vk-paper: #f7f3ea;
  --vk-content-max: 1200px;
  --vk-page-gutter: 40px;
  --vk-section-gap: 120px;
}

#allrecords a {
  text-underline-offset: 0.18em;
  transition: color 180ms ease, opacity 180ms ease;
}

#allrecords a:focus-visible,
#allrecords button:focus-visible,
#allrecords [tabindex]:focus-visible {
  outline: 2px solid var(--vk-accent);
  outline-offset: 4px;
}

#allrecords a:has(img) img {
  transition: opacity 180ms ease;
}

#allrecords a:has(img):hover img {
  opacity: 0.9;
}

@media (max-width: 959px) {
  :root {
    --vk-page-gutter: 24px;
    --vk-section-gap: 88px;
  }
}

@media (max-width: 639px) {
  :root {
    --vk-page-gutter: 20px;
    --vk-section-gap: 64px;
  }
}

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

/* Editorial type scale */
#allrecords .t-title {
  color: var(--vk-ink);
}

#allrecords .t-title_xxl {
  font-size: clamp(64px, 8vw, 112px);
  line-height: 0.96;
  letter-spacing: -0.035em;
}

#allrecords .t-title_xs {
  font-size: clamp(36px, 4.5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.025em;
}

#allrecords .t-uptitle,
#allrecords .t-descr,
#allrecords .t-text,
#allrecords .t-btn,
#allrecords .t-btnflex__text {
  font-family: TildaSans, Arial, sans-serif;
}

#allrecords .t-uptitle_sm {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.18em;
}

#allrecords .t-section__descr.t-descr_xl {
  max-width: 720px;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.45;
}

#allrecords .t-name_sm {
  font-size: 20px;
  line-height: 1.25;
}

#allrecords .t-btnflex__text {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.06em;
}


/* Hero covers */
#rec2852487703 .t214__blockimg {
  background-size: contain !important;
  background-color: var(--vk-paper);
}

@media (max-width: 639px) {
  #rec2852487703 .t214__col:nth-child(2) {
    order: 1;
  }

  #rec2852487703 .t214__col:nth-child(1) {
    order: 2;
  }

  #rec2852487703 .t214__col:nth-child(3) {
    order: 3;
  }
}

/* Global header prototype */
#rec2852618203 .t-menu-base__rightwrapper {
  display: none !important;
}

#rec2852618203 .t-menu-base__textlogo {
  white-space: nowrap;
  font-family: TildaSans, Arial, sans-serif;
  letter-spacing: 0.04em;
}

#rec2852618203 .t-menu-base__maincontainer {
  border-bottom: 1px solid rgba(20, 20, 20, 0.12);
}

@media (max-width: 960px) {
  #rec2852618203 .tmenu-mobile__container {
    min-height: 64px;
    padding: 16px 20px;
  }

  #rec2852618203 .t-menu-base__textlogo {
    font-size: 14px !important;
  }

  #rec2852618203 .vk-mobile-buy {
    margin-left: auto;
    color: var(--vk-ink);
    font-family: TildaSans, Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
  }

  #rec2852618203 .t-menuburger {
    margin-left: 16px !important;
  }
}

/* Unified navigation arrows */
#allrecords .vk-nav-arrow,
#allrecords .vk-slider-arrow {
  display: inline-block;
  flex: 0 0 auto;
  transition: transform 180ms ease;
  will-change: transform;
}

#allrecords .vk-arrow-link {
  color: var(--vk-arrow-color) !important;
  background-color: var(--vk-arrow-background) !important;
  border-color: var(--vk-arrow-border-color) !important;
  box-shadow: var(--vk-arrow-shadow) !important;
  opacity: var(--vk-arrow-opacity) !important;
  font-size: var(--vk-arrow-font-size) !important;
  font-weight: var(--vk-arrow-font-weight) !important;
  transform: none !important;
}

#allrecords .vk-arrow-link:hover,
#allrecords .vk-arrow-link:focus-visible {
  color: var(--vk-arrow-color) !important;
  background-color: var(--vk-arrow-background) !important;
  border-color: var(--vk-arrow-border-color) !important;
  box-shadow: var(--vk-arrow-shadow) !important;
  opacity: var(--vk-arrow-opacity) !important;
  font-size: var(--vk-arrow-font-size) !important;
  font-weight: var(--vk-arrow-font-weight) !important;
  transform: none !important;
}

#allrecords .vk-arrow-link:hover .vk-nav-arrow,
#allrecords .vk-arrow-link:focus-visible .vk-nav-arrow,
#allrecords [data-vk-direction="next"]:hover .vk-slider-arrow,
#allrecords [data-vk-direction="next"]:focus-visible .vk-slider-arrow {
  transform: translateX(3px);
}

#allrecords [data-vk-direction="prev"]:hover .vk-slider-arrow,
#allrecords [data-vk-direction="prev"]:focus-visible .vk-slider-arrow {
  transform: translateX(-3px);
}

#allrecords .t-slds__arrow,
#allrecords .vk-reader__arrow {
  display: inline-grid !important;
  place-items: center !important;
  width: 52px !important;
  min-width: 44px !important;
  height: 52px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--vk-ink, #141414) !important;
  opacity: 1 !important;
  transform: none !important;
}

#allrecords .t-slds__arrow:hover,
#allrecords .t-slds__arrow:focus-visible,
#allrecords .vk-reader__arrow:hover,
#allrecords .vk-reader__arrow:focus-visible {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--vk-ink, #141414) !important;
  opacity: 1 !important;
  transform: none !important;
}

#allrecords .t-slds__arrow_body {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  #allrecords .vk-nav-arrow,
  #allrecords .vk-slider-arrow {
    transition: none !important;
  }
}

/* Stable arrow-link appearance */
#allrecords .vk-arrow-link,
#allrecords .vk-arrow-link:hover,
#allrecords .vk-arrow-link:focus-visible {
  text-decoration-line: var(--vk-arrow-decoration) !important;
  filter: var(--vk-arrow-filter) !important;
  gap: var(--vk-arrow-gap) !important;
}

/* Unified slider glyph size */
#allrecords .vk-slider-arrow {
  width: auto !important;
  height: auto !important;
  font-family: TildaSans, Arial, sans-serif !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
