/* It's Irina's Style :) */



/* ==================== [D] THEME VARS #1 ==================== */
:root {
  --text: #fff;
  --muted: #e6e6e6;
  --track: #b9e4fb;
  --accent: #55C1E9;
  /* голубая линия/актив */
  --btn: #ffffff;
  --btn-ink: #1e293b;
  --radius: 16px;
}

#main {
  border-top: 1px solid #DFDFDF;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #888;
  gap: 8px;
  padding: 20px 0;
  flex-wrap: wrap;
}

.breadcrumbs__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.breadcrumbs__link:hover {
  text-decoration: underline;
}

.breadcrumbs__sep {
  color: #999;
  margin: 0 4px;
}

.breadcrumbs__current {
  color: #6E6E6E;
}

/* =================== [E] KS SLIDER / KPI =================== */
.ks {
  margin: 0 auto;
  position: relative;
  /*aspect-ratio: 21 / 9;*/
    /* высота блока, можно заменить на min-height */
}

/* Вьюпорт + слайды */
.ks__viewport {
  height: 100%;
  position: relative
}

.ks__slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transform: scale(.985);
  transition: .35s ease;
  background-size: cover;
  background-position: center;
}

.ks__slide::before {
  /* затемнение */
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 14, .44);
  backdrop-filter: saturate(0.9);
}

.ks__slide>* {
  position: relative;
  z-index: 1
}

.ks__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1)
}

/* Заголовок */
.ks__title {
  color: #fff;
  letter-spacing: .2px;
  font-size: clamp(1rem, .6rem + 1.4vw, 1.4rem);
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 29px;
  line-height: 110%;
}

/* Статистика (2 колонки) */
.ks__stats {
  align-self: end;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 0 0 42px
    /* место под прогресс и кнопки */
}
 
.ks__item .label {
  color: #fff;
  font-size: .95rem;
  margin-top: 6px
}

/* Нижняя панель */
.ks__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  gap: 12px
}

.ks__progress {
  flex: 1;
  height: 3px;
  background: var(--track);
  border-radius: 999px;
  overflow: hidden
}

.ks__progress>span {
  display: block;
  height: 100%;
  width: var(--p, 0%);
  background: var(--accent);
  transition: width .35s ease
}

.ks__nav {
  display: flex;
  gap: 8px
}

.ks__btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 0;
  background: var(--accent);
  color: var(--btn-ink);
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .18)
}

.ks__btn:focus-visible {
  outline: 2px solid var(--accent)
}

/* Адаптив */
@media (max-width: 720px) {
  .ks {
    aspect-ratio: 16 / 10
  }

  .ks__stats {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 56px
  }
}

/* ============ [F] TWO-COLUMN TEXT / ABOUT ============ */


.two-flex-div-zagolocok {
  width: 100%;
  max-width: 456px
}

.two-flex-div-zagolocok {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  max-width: 652px;
  line-height: 150%
}

h3.zagolovok-twooblock {
  font-size: 40px;
  font-weight: 700;
  margin: 0
}

.zagolovok-twooblock>span {
  background: linear-gradient(92deg, #55C1E9, #94D600);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* ================= [G] ACCORDION + VARS ] ================ */
:root {
  --bg: #f6f6f6;
  --card-bg: #ffffff;
  --text: #111;
  --muted: #666;
  --accent-height: 6px;
  --radius: 6px;
  --gap: 14px;
  --shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.item {
  background: var(--card-bg);
  border-radius: 8px;
  overflow: visible;
  box-shadow: var(--shadow);
  border-left: 6px solid transparent
    /* accent color will override */
}

/* Header button */
.item button.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 18px;
  border: 0;
  background: #F6F6F6;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
}

.item button.header:focus {
  outline-offset: 3px
}

.left {
  display: flex;
  align-items: center;
  gap: 12px
}

/* small chevron box */
.chev {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px
}

/* chevron icon */
.chev svg {
  width: 14px;
  height: 14px;
  transform-origin: center;
  transition: transform 220ms cubic-bezier(.2, .9, .2, 1)
}

/* content region */
.content {
  padding: 0 18px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 280ms cubic-bezier(.2, .9, .2, 1), padding 200ms;
  background: #F6F6F6
}

.content-inner {
  padding: 18px 0 18px 0;
  color: var(--muted);
  font-weight: 400
}

/* when open */
.item[aria-expanded="true"] .content {
  padding: 0 18px 18px 18px
}

.item[aria-expanded="true"] .chev svg {
  transform: rotate(180deg)
}

/* Accent colors for left border and left vertical stripe */
.accent-1 {
  border-left-color: #54c1d9
}

/* light blue */
.accent-2 {
  border-left-color: #0b8b6f
}

/* teal/green */
.accent-3 {
  border-left-color: #f0a02b
}

/* orange */
.accent-4 {
  border-left-color: #d75a2f
}

/* red/orange */

/* ===================== [H] CONTENT BLOCKS ===================== */
.pervag-img>img {
  max-width: 555px
}

.perevag-div-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1140px;
  width: 100%;
  gap: 55px;
  margin: 80px 20px
}

.text-perevag {
  font-size: 16px;
  font-weight: 400;
  margin-top: 32px;
  line-height: 150%
}

section.porevag-section {
  display: flex;
  justify-content: center
}

h4.zagolovok-perevag {
  font-size: 24px;

}

h3.zagolovok-onas {
  font-size: 40px;
  font-weight: 700
}

.onas-posts-div {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  flex-direction: column
}

.posts-flex-div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px
}

section.section-onas-posts {
  display: flex;
  justify-content: center
}

.zagolovok-post {
  font-size: 24px;
  font-weight: 700;
  margin: 24px 0
}

.post-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%
}

a.post-a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 40px
}

.content-obl {
  padding: 0 20px;
  margin: 0 0 70px 0
}

.post-img-div {
  max-height: 226px;
  max-width: 360px;
  width: 100%;
  border-bottom: solid 4px;
  border-image: linear-gradient(300deg, #55C1E9, #94D600) 1
}

.post-global-div {
  max-width: 360px;
  width: 100%
}

section.join-section {
  background: linear-gradient(90deg, rgba(85, 193, 233, 0.50) 0%, rgba(148, 214, 0, 0.50) 120.19%);
  display: flex;
  justify-content: center;
  padding: 90px 20px;
  margin: 80px -30px 0 -30px;
  width: auto;
}

.join-div-flex {
  display: flex;
  gap: 41px
}

h3.join-zagolovok {
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  margin-top: 0;
  margin-bottom: 32px;
}

.join-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

@media (min-width:768px) {
  .join-text {
    max-width: 50%;
    width: 100%;
  }
}

button.btn-global {
  background: #55C1E9;
  border: none;
  border-radius: 100px;
  padding: 5px 5px 5px 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  -webkit-appearance: none;
}

.btn-gl-div {
  margin-top: 40px
}

.zagolovok-downer {
  font-size: 32px;
  font-weight: 700;
  margin: 0
}

.two-flex-div-zagolocok>div {
  font-size: 24px;
  margin: 20px 0;
  font-weight: 700;
  line-height: 120%
}

.links-flex {
  position: relative;
  max-width: 359px;
  width: 100%;
  margin: 0 auto
}

.links-flex::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

.links-flex p {
  position: absolute;
  bottom: 0;
  z-index: 15;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  padding: 23px;
  margin: 0
}

@media (max-width:520px) {
  .item button.header {
    padding: 14px;
    font-size: 15px
  }
}

@media screen and (max-width: 1180px) {
  .posts-flex-div {
    grid-template-columns: repeat(2, 1fr)
  }

  .perevag-div-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width: 1020px) {
  .pervag-img>img {
    width: 100%
  }

  .perevag-div-flex {
    flex-direction: column
  }

  h3 {
    font-size: 34px
  }
}


/* ===================== [I] INNER BANNER ===================== */
.inner-banner .banner-image {
  height: 400px
}

.inner-banner {
  width: 100%;
  background-size: cover !important;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column
}

.inner-banner .banner-content {
  padding: 0 0 0px 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center
}



.right-side {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%
}

.d-flex {
  display: flex
}

.inner-banner .container {
  padding: 0
}

.banner-content-inner {
  max-width: 615px;
  text-align: left;
  width: 100%
}

.banner-content-inner h2,
.banner-content-inner p {
  padding: 0;
  color: #fff;
  position: relative
}
.banner-content-inner.color_black h2,
.banner-content-inner.color_black p{
  color: #000;

}
.banner-content-inner.color_black h2{
  letter-spacing: -1px;
}
.banner-content-inner h2 {
  font-weight: 700;
  font-size: 54px;
  line-height: 110%;

  margin: 0
}

.banner-content-inner p {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%
}

.siblings-pages li {
  border-left: 4px solid transparent;
}

.siblings-pages .is-current,
.siblings-pages li:hover {
  border-left: 4px solid #55C1E9;
}

/* ===================== [J] FULLSCREEN BG ===================== */
.fullscreen-bg {
  position: relative
}

.fullscreen-bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: url(../img/bg.png) no-repeat;
  z-index: 10;
  background-size: cover !important
}

/* ==================== [K] THEME VARS #2 ==================== */
:root {
  --bg: #fff;
  --text: #2b2b2b;
  --muted: #666;
  --brand: #55C1E9;
  --brand-2: #f4e7e7;
  --border: #e6e6e6;
  --focus: 2px solid #1a73e8;
  --radius: 16px;
  --shadow: 0 20px 50px rgba(0, 0, 0, .18);
  --page: #f7f6f8;
  --text: #2a2a2a;
  --muted: #6b6b6b;
  --line: #e8e6ea;
  --brand1: #55C1E9;
  --brand2: #94D600;
  --radius: 14px;
  --page: #faf7f8;
  --card: #fff;
  --text: #1b1b1b;
  --muted: #6b6b6b;
  --line: #e8e6ea;
  --green: #94D600;
  --green-2: #86c800;
  --radius: 18px;
  --shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

body {
  box-sizing: border-box
}

/* =================== [L] MODAL & FORMS =================== */
/* Demo page button */
.demo-open {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .9rem 1.1rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
  text-decoration: none;
  color: var(--text);
  font-weight: 600
}

.demo-open:focus-visible {
  outline: var(--focus)
}

/* ===== Modal (pure CSS :target) ===== */
.modal {
  /* hidden by default */
  position: fixed;
  inset: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .25s ease;
  background: rgba(0, 0, 0, .36)
}

.modal:target {
  opacity: 1;
  visibility: visible
}

.modal__panel {
  position: absolute;
  inset: auto 0 0 0;
  /* mobile: bottom sheet */
  background: var(--bg);
  border-radius: 20px 20px 0 0;
  max-height: 92svh;
  overflow: auto;
  box-shadow: var(--shadow);
  padding: 28px 20px 20px;
  transform: translateY(12px);
  transition: transform .25s ease
}

.modal:target .modal__panel {
  transform: translateY(0)
}

/* desktop center */
@media (min-width: 840px) {
  .modal__panel {
    width: min(685px, 92vw);
    max-height: 88svh;
    inset: 0;
    margin: auto;
    border-radius: var(--radius);
    padding: 70px;
    transform: translateY(-8px);
    box-sizing: border-box
  }
}

.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--border)
}

.modal__close:focus-visible {
  outline: var(--focus)
}

.modal__backdrop {
  position: absolute;
  inset: 0
}

/* ===== Form styling ===== */
.form__title {
  font-size: clamp(1.25rem, 1.1rem + 1vw, 2rem);
  font-weight: 700;
  margin: 0 40px 6px 0;
  line-height: 120%
}

.form__grid {
  display: grid;
  gap: 18px;
  margin-top: 18px
}

.muted {
  color: var(--muted);
  font-size: .95rem
}

fieldset {
  margin: 0;
  padding: 16px;
  border: 1px solid transparent
}

legend {
  font-weight: 700;
  padding: 0 6px;
  margin-left: -6px
}

.q {
  display: grid;
  gap: 10px;
  align-items: start
}

.q__label {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%
}

.q__desc {
  font-size: .93rem;
  color: var(--muted)
}

.choice-row {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap
}

/* Custom radios/checkboxes (accessible) */
.control {
  --size: 18px;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  cursor: pointer;
  user-select: none;
  font-weight: 600
}

.control input {
  appearance: none;
  width: var(--size);
  height: var(--size);
  border: 2px solid #bbb;
  border-radius: 4px;
  display: grid;
  place-items: center;
  background: #fff;
  transition: .15s
}

/* radio shape */
.control--radio input {
  border-radius: 50%
}

.control input:focus-visible {
  outline: var(--focus)
}

.control input:checked {
  border-color: var(--brand)
}

.control--radio input:checked {
  box-shadow: inset 0 0 0 4px var(--brand)
}

.control--check input:checked {
  background: conic-gradient(var(--brand) 0 100%);
  border-color: var(--brand)
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: flex-start;
  align-items: center
}

.btn {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .9rem 1.2rem;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: .2px;
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  font-family: 'Biennale Regular';
}

.btn:focus-visible {
  outline: var(--focus)
}

.btn--ghost {
  background: #fff;
  color: var(--text);
  border: 1px solid var(--border)
}

.topics {
  background: #F6F6F6;
  padding-bottom: 40px
}

.topics h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%
}

/* Links */
a.inline {
  color: #000;
  text-decoration: underline;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%
}

/* Compact spacing on very narrow devices */
@media (max-width:380px) {
  fieldset {
    padding: 12px
  }
}

.flex-div-zagolovok p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  padding: 0 50px 0 0
}

/* ===================== [M] CASE SECTION ===================== */
.case .d-flex {
  justify-content: space-between
}

.case h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%
}

.view-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #000;
  text-decoration: none
}

.case {
  background: url(../imgs/DNR.png) no-repeat;
  margin: 0 -30px;
  background-size: cover
}

.case .description-article {
  margin-top: -4px
}

.case-article.d-flex.line-article .description-article {
  margin-top: 0
}

.wrap-img {
  position: relative
}

.description-article {
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-image: linear-gradient(90deg, #55C1E9 0%, #94D600 100%) 1;
  border-image-slice: 1;
  background: #fff;
  padding: 23px
}

.link-article {
  border-radius: 30px;
  background: rgba(245, 130, 54, 0.35);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 5px 7px;
  display: inline-block;
  margin-bottom: 24px
}

.title-article {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%
}

.text-article {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 25px 0 53px
}

.link-button {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  text-decoration: none;
  display: flex
}

.column {
  max-width: 50%;
  width: 100%
}

.case .container>.d-flex {
  gap: 30px
}

h1 {
  line-height: 120%;
  font-weight: 700;
  font-size: 24px
}

.big-article img {
  width: 100%
}

.case .container {
  margin: 80px auto 0;
  padding: 80px 15px 80px 15px;
  box-sizing: border-box
}

.case+section.join-section {
  margin-top: 0
}

.line-article .description-article {
  border-image: none;
  border-top: 0px solid transparent
}

.line-article .title-article {
  margin-bottom: 22px
}

.case-article.d-flex.line-article {
  align-items: normal;
  margin-bottom: 30px
}

.case-article.d-flex.line-article .description-article {
  height: 211px
}

.line-article img {
  width: 187px;
  height: 212px
}

.align-center {
  align-items: center
}

/* =================== [N] CONTROLS / SEARCH =================== */


/* ===== Controls row ===== */
.controls {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px
}

.search {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap
}

.search label {
  color: var(--muted);
  font-weight: 600
}

.search .input {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #000
}

.search input {
  border: 0;
  outline: 0;
  min-width: 180px;
  font: inherit;
  color: inherit
}

.sort {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end
}

.sort label {
  color: var(--muted);
  font-weight: 600
}

.sort select {
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 8px 10px;
  font: inherit
}

h2 {
  font-size: clamp(1.25rem, 1rem + 2vw, 2rem);
  margin: 0 0 18px
}

/* =================== [O] ALT ACCORDION (.acc__) =================== */
summary.acc__head {
  cursor: pointer;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: linear-gradient(0deg, var(--green), var(--green-2));
  color: #0c1b00;
  font-weight: 800;
  border-radius: 100px;
}

/* remove default marker */
summary::-webkit-details-marker {
  display: none
}

.acc__badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.acc__badge svg {
  width: 18px;
  height: 18px
}

.acc__chev {
  margin-left: auto;
  width: 20px;
  height: 20px;
  transition: transform .2s ease
}

details[open] .acc__chev {
  transform: rotate(180deg)
}

/* ===== Content ===== */
.acc__body {
  padding: 40px
}

.grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 22px
}

.h-mini {
  font-weight: 800;
  margin: 4px 0 25px;
  color: #111;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%
}

.list-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px
}

.list-links a {
  color: #0d3a6b;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-decoration: underline;
  text-decoration-skip-ink: none
}

.list-links a:hover {
  text-decoration: underline
}

.list-links a::after {
  content: "  ›"
}

.bullets {
  margin: 0;
  padding-left: 18px
}

.bullets li {
  margin: 6px 0;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%
}

.muted {
  color: var(--muted)
}

@media (max-width:768px) {
  .grid {
    grid-template-columns: 1fr;
  }

  section.too-section-text {
    margin: 40px 0;
  }

  section.join-section-grey {
    margin: 40px -30px 0;
  }
}

.layout {
  display: grid;
  grid-template-columns: 280px 1fr
}

.gap {
  gap: 15px
}

.blue-link {
  background: rgba(0, 143, 207, 0.35)
}

.green-link {
  background: #DBF1A6
}

/* ================ [P] RESOURCES & CARDS ================ */
/* Resources row (uses your variables) */
.resources {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  border: 1px solid var(--stroke);
  overflow: hidden;
  background: var(--bg-2);
  gap: 20px
}

/* striped blue background + dotted separators */
.res-card {
  position: relative;
  display: block;
  padding: 20px 18px 22px;
  color: var(--text);
  text-decoration: none;
  min-height: 120px;
  background: #55C1E9;
  transition: .2s transform ease, .2s box-shadow ease, .2s background ease
}

.res-card:last-child {
  border-right: 0
}

/* icon */
.res-ico {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  margin-bottom: 10px
}

.res-ico svg {
  width: 18px;
  height: 18px;
  fill: #fff
}

/* title */
.res-card h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #10141f
    /* лёгкий «внутри синего» эффект; можно убрать */
}

.inner-banner-witout-background::before {
  background: none
}

.inner-banner-witout-background h2 {
  color: #000
}

/* ===== top row (3 columns) ===== */
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gap);
  margin-bottom: 40px
}

/* cards */
.card {
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column
}

main {
  background: #F6F6F6
}

.card__content {
  position: relative;
  z-index: 2;
  padding: 20px 22px
}

.eyebrow {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%
}

.sub {
  color: var(--muted);
  margin: 0 0 80px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  color: var(--ink);
  font-weight: 700;
  font-size: 16px;
  line-height: 130%
}

.link svg {
  width: 16px;
  height: 16px
}

/* webcast background + overlay */
.webcast .eyebrow,
.webcast .sub,
.webcast .link {
  color: #000
}

/* annual report */
.report__cover {
  display: block
}

.report .card__content {
  width: 100%
}

/* share price */
.share {
  background: #fff;
  padding-top: 18px;
  justify-content: flex-start
}

.share .card__content {
  margin-top: auto;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%
}

/* ==================== [Q] PANELS / DATES ==================== */
.triple {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gap);
  margin: 30px 0
}

.panel {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.panel__head {
  padding: 16px 18px 8px
}

.panel__title {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%
}

.panel__rule {
  height: 3px;
  background: #264274
}

.panel__body {
  padding: 0 6px 0 6px
}

/* =============== Key dates =============== */
.kd-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.kd-item {
  padding: 14px 12px;
  border-top: 1px solid var(--line)
}

.kd-list .kd-item:first-child,
.panel__body .list li:first-child {
  border-top: 0px solid var(--line)
}

.kd-row {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between
}

.kd-left {
  display: flex;
  gap: 10px;
  align-items: center
}

.ico {
  width: 16px;
  height: 16px;
  color: #202226;
  flex: 0 0 16px
}

.kd-date {
  color: #a0a0aa;
  font-size: .92rem
}

.kd-title {
  margin: 6px 0 8px;
  font-weight: 700
}

.kd-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.kd-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #BDBDBD;
  text-decoration: none;
  font-size: .9rem;
  padding: 6px 8px;
  border-radius: 8px
}

/* =============== ASX & FY list =============== */
.list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line)
}

.li {
  padding: 14px 10px;
  border-bottom: 1px solid var(--line)
}

.asx-date {
  color: #a0a0aa;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 6px
}

.li-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.li a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%
}

.li:hover {
  background: #fafafb
}

.panel__foot {
  padding: 12px 10px 30px;
  display: flex;
  justify-content: flex-end
}

.panel__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%
}

/* =============== CTA cards (bottom) =============== */
.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  margin: 30px 0;
  padding: 0 0 30px
}

.cta h3 {
  margin: 0 0 23px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%
}

.cta p {
  margin: 0 0 31px;
  color: #4a4a4a;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%
}

.cta-grid-section {
  background: #fff
}

.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.btn-primary {
  background: linear-gradient(90deg, var(--brand1), var(--brand2));
  color: #fff
}

.btn-ghost {
  background: transparent;
  color: #111;
  border: 1px solid transparent
}

.btn .ico {
  color: currentColor
}

/* =========================================================
   CSS — STRUCTURED (NO DELETIONS)
   ---------------------------------------------------------
   • Per request: nothing removed, only organized + formatted.
   • Cascade order is preserved to avoid behavior changes.
   • Added section headers and minor spacing for readability.
   ========================================================= */




/* ==================== [C] HERO / BANNER ===================== */
/* Повноекранний банер */
.fullscreen-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

/* Картинка банеру */
.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Контент банеру */
.banner-content {
  position: relative;
  z-index: 12;
  padding: 0 0 80px 60px;
  color: #fff;
}

.inner-banner .inner-banner-content.banner-content {
  padding: 0 1.92% 0;
}

.banner-content h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.page-template-where-we-operate-template .banner-content h2 {
  text-shadow: none;
}

.btn-global>svg {
  width: 40px;
  height: 40px
}

.btn-global:hover {
  background: #007bb8;
  cursor: pointer
}

.action-btn svg {
  margin-left: 10px
}

/* Кнопка відтворення */
.play-btn {
  position: absolute;
  bottom: 80px;
  right: 150px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  transition: 0.3s;
}

.play-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1)
}

/* Відео контейнер */
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

.video-container.active {
  opacity: 1;
  visibility: visible
}

/* Відео елемент */
.video-container video,
.video-container iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Кнопка закриття відео */
.close-video {
  position: absolute;
  top: 30px;
  right: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

/* Адаптивність */
@media (max-width: 768px) {
  .fullscreen-banner {
    height: 70vh;
    min-height: 500px
  }

  .banner-content {
    padding: 0 20px 80px 20px
  }

  .banner-content h2 {
    font-size: 36px
  }

  .play-btn {
    bottom: 30px;
    right: 20px;
    width: 50px;
    height: 50px
  }

  .close-video {
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    font-size: 20px
  }
}

@media (max-width: 480px) {
  .banner-content h2 {
    font-size: 28px
  }

  .action-btn {
    padding: 10px 20px;
    font-size: 14px
  }
}

/* ==================== [D] THEME VARS #1 ==================== */
:root {
  --text: #fff;
  --muted: #e6e6e6;
  --track: #b9e4fb;
  --accent: #55C1E9;
  /* голубая линия/актив */
  --btn: #ffffff;
  --btn-ink: #1e293b;
  --radius: 16px;
}

/* =================== [E] KS SLIDER / KPI =================== */
.ks {
  margin: 0 auto;
  position: relative;
  aspect-ratio: 21 / 9
    /* высота блока, можно заменить на min-height */
}

/* Вьюпорт + слайды */
.ks__viewport {
  height: 100%;
  position: relative
}

.ks__slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transform: scale(.985);
  transition: .35s ease;
  background-size: cover;
  background-position: center;
}

.ks__slide::before {
  /* затемнение */
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 14, .44);
  backdrop-filter: saturate(0.9);
}

.ks__slide>* {
  position: relative;
  z-index: 1
}

.ks__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1)
}

/* Заголовок */
.ks__title {
  color: #fff;
  letter-spacing: .2px;
  font-size: clamp(1rem, .6rem + 1.4vw, 1.4rem);
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 29px;
  line-height: 110%;
}

/* Статистика (2 колонки) */
.ks__stats {
  align-self: end;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 0 0 42px
    /* место под прогресс и кнопки */
}

.ks__item .num {
  font-size: clamp(1.8rem, 1.2rem + 2.6vw, 48px);
  color: #fff;
  font-weight: 700;
  line-height: 110%
}

.ks__item .label {
  color: #fff;
  font-size: .95rem;
  margin-top: 6px
}

/* Нижняя панель */
.ks__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  gap: 12px
}

.ks__progress {
  flex: 1;
  height: 3px;
  background: var(--track);
  border-radius: 999px;
  overflow: hidden
}

.ks__progress>span {
  display: block;
  height: 100%;
  width: var(--p, 0%);
  background: var(--accent);
  transition: width .35s ease
}

.ks__nav {
  display: flex;
  gap: 8px
}

.ks__btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 0;
  background: var(--accent);
  color: var(--btn-ink);
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .18)
}

.ks__btn:focus-visible {
  outline: 2px solid var(--accent)
}

/* Адаптив */
@media (max-width: 720px) {
  .ks {
    aspect-ratio: 16 / 10
  }

  .ks__stats {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 56px
  }
}

/* ============ [F] TWO-COLUMN TEXT / ABOUT ============ */
section.too-section-text {
  margin: 80px 0;
  display: flex;
  justify-content: center
}

.too-flex-div-text {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 80px 15px 0 15px
}

.two-flex-div-zagolocok {
  width: 100%;
  max-width: 456px
}

.two-flex-div-zagolocok {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  max-width: 652px;
  line-height: 150%
}

h3.zagolovok-twooblock {
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.zagolovok-twooblock>span {
  background: linear-gradient(92deg, #55C1E9, #94D600);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* ================= [G] ACCORDION + VARS ] ================ */
:root {
  --bg: #f6f6f6;
  --card-bg: #ffffff;
  --text: #111;
  --muted: #666;
  --accent-height: 6px;
  --radius: 6px;
  --gap: 14px;
  --shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.item {
  background: var(--card-bg);
  border-radius: 8px;
  overflow: visible;
  box-shadow: var(--shadow);
  border-left: 6px solid transparent
    /* accent color will override */
}

/* Header button */
.item button.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 18px;
  border: 0;
  background: #F6F6F6;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
}

.item button.header:focus {
  outline-offset: 3px
}

.left {
  display: flex;
  align-items: center;
  gap: 12px
}

/* small chevron box */
.chev {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px
}

/* chevron icon */
.chev svg {
  width: 14px;
  height: 14px;
  transform-origin: center;
  transition: transform 220ms cubic-bezier(.2, .9, .2, 1)
}

/* content region */
.content {
  padding: 0 18px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 280ms cubic-bezier(.2, .9, .2, 1), padding 200ms;
  background: #F6F6F6
}

.content-inner {
  padding: 18px 0 18px 0;
  color: var(--muted);
  font-weight: 400
}

/* when open */
.item[aria-expanded="true"] .content {
  padding: 0 18px 18px 18px
}

.item[aria-expanded="true"] .chev svg {
  transform: rotate(180deg)
}

/* Accent colors for left border and left vertical stripe */
.accent-1 {
  border-left-color: #54c1d9
}

/* light blue */
.accent-2 {
  border-left-color: #0b8b6f
}

/* teal/green */
.accent-3 {
  border-left-color: #f0a02b
}

/* orange */
.accent-4 {
  border-left-color: #d75a2f
}

/* red/orange */

/* ===================== [H] CONTENT BLOCKS ===================== */
.pervag-img>img {
  max-width: 555px
}

.perevag-div-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 55px;
  margin: 80px 20px
}

.text-perevag {
  font-size: 16px;
  font-weight: 400;
  margin-top: 32px;
  line-height: 150%
}

section.porevag-section {
  display: flex;
  justify-content: center
}


h3.zagolovok-onas {
  font-size: 40px;
  font-weight: 700
}

.onas-posts-div {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  flex-direction: column
}

.posts-flex-div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px
}

section.section-onas-posts {
  display: flex;
  justify-content: center
}

.zagolovok-post {
  font-size: 24px;
  font-weight: 700;
  margin: 24px 0
}

.post-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%
}

a.post-a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 40px
}

.content-obl {
  padding: 0 20px;
  margin: 0 0 70px 0
}

.post-img-div {
  max-height: 226px;
  max-width: 360px;
  width: 100%;
  border-bottom: solid 4px;
  border-image: linear-gradient(300deg, #55C1E9, #94D600) 1
}

.post-global-div {
  max-width: 360px;
  width: 100%
}

button.btn-global {
  background: #55C1E9;
  border: none;
  border-radius: 100px;
  padding: 5px 5px 5px 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-size: 16px;
  font-weight: 700
}

.btn-gl-div {
  margin-top: 40px
}

.zagolovok-downer {
  font-size: 32px;
  font-weight: 700;
  margin: 0
}

.two-flex-div-zagolocok>div {
  font-size: 24px;
  margin: 20px 0;
  font-weight: 700;
  line-height: 120%
}

.links-flex {
  position: relative;
  max-width: 359px;
  width: 100%;
  margin: 0 auto
}

.links-flex::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)
}

.links-flex p {
  position: absolute;
  bottom: 0;
  z-index: 15;
  color: #fff;
  font-family: "Biennale Bold";
  font-size: 24px;
  line-height: 120%;
  padding: 23px;
  margin: 0
}

.perevag-div-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px
}

section.join-section-grey {
  background: #F6F6F6
}

@media (max-width:520px) {
  .item button.header {
    padding: 14px;
    font-size: 15px
  }
}

@media screen and (max-width: 1180px) {
  .posts-flex-div {
    grid-template-columns: repeat(2, 1fr)
  }

  .perevag-div-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width: 1020px) {
  .pervag-img>img {
    width: 100%
  }

  .perevag-div-flex {
    flex-direction: column
  }

  h3 {
    font-size: 34px
  }
}

.working-section {
  overflow: hidden
}

/* ===================== [I] INNER BANNER ===================== */
.inner-banner .banner-image {
  height: 400px
}

.inner-banner {
  width: 100%;
  background-size: cover !important;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column
}

.inner-banner .banner-content {
  padding: 0 0 0px 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center
}

/*
.inner-banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: url(../imgs/bg-inner-shadow.png) no-repeat
}
  */

.right-side {
  margin-bottom: 90px;
}

.right-side img {
  margin: 50px 0;
}

.right-side h4 {
  margin: 0 0 20px;
}

.flex-div-zagolovok {
  max-width: 50%;
  width: 100%;
}

aside {
  max-width: 266px;
  width: 100%;
  margin-top: 0
}

aside .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}

aside ul {
  padding: 0;
  border-left: 1px solid #DFDFDF
}

/*.active { border-left: 4px solid #55C1E9 }*/
aside ul li {
  list-style: none;
  padding: 20px 0 20px 16px;
  max-width: 80%
}

aside ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
  color: #000
}

.right-side {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%
}

.d-flex {
  display: flex
}

.inner-banner .container {
  padding: 0
}

.banner-content-inner {
  max-width: 615px;
  text-align: left;
  width: 100%
}

.banner-content-inner h2,
.banner-content-inner p {
  padding: 0;
  color: #fff;
  position: relative
}

.banner-content-inner h2 {
  font-weight: 700;
  font-size: 54px;
  line-height: 110%;

  margin: 0
}

.banner-content-inner p {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%
}

/* ===================== [J] FULLSCREEN BG ===================== */
.fullscreen-bg {
  position: relative
}

.fullscreen-bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: url(../imgs/bg.png) no-repeat;
  z-index: 10;
  background-size: cover !important
}

/* ==================== [K] THEME VARS #2 ==================== */
:root {
  --bg: #fff;
  --text: #2b2b2b;
  --muted: #666;
  --brand: #55C1E9;
  --brand-2: #f4e7e7;
  --border: #e6e6e6;
  --focus: 2px solid #1a73e8;
  --radius: 16px;
  --shadow: 0 20px 50px rgba(0, 0, 0, .18);
  --page: #f7f6f8;
  --text: #2a2a2a;
  --muted: #6b6b6b;
  --line: #e8e6ea;
  --brand1: #55C1E9;
  --brand2: #94D600;
  --radius: 14px;
  --page: #faf7f8;
  --card: #fff;
  --text: #1b1b1b;
  --muted: #6b6b6b;
  --line: #e8e6ea;
  --green: #94D600;
  --green-2: #86c800;
  --radius: 18px;
  --shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

body {
  box-sizing: border-box;
}

/* =================== [L] MODAL & FORMS =================== */
/* Demo page button */
.demo-open {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .9rem 1.1rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
}

.demo-open:focus-visible {
  outline: var(--focus);
}

/* ===== Modal (pure CSS :target) ===== */
.modal {
  /* hidden by default */
  position: fixed;
  inset: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .25s ease;
  background: rgba(0, 0, 0, .36);
}

.modal:target {
  opacity: 1;
  visibility: visible;
}

.modal__panel {
  position: absolute;
  inset: auto 0 0 0;
  /* mobile: bottom sheet */
  background: var(--bg);
  border-radius: 20px 20px 0 0;
  max-height: 92svh;
  overflow: auto;
  box-shadow: var(--shadow);
  padding: 28px 20px 20px;
  transform: translateY(12px);
  transition: transform .25s ease;
}

.modal:target .modal__panel {
  transform: translateY(0);
}

/* desktop center */
@media (min-width: 840px) {
  .modal__panel {
    width: min(685px, 92vw);
    max-height: 88svh;
    inset: 0;
    margin: auto;
    border-radius: var(--radius);
    padding: 70px;
    transform: translateY(-8px);
    box-sizing: border-box;
  }
}

.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--border);
}

.modal__close:focus-visible {
  outline: var(--focus);
}

.modal__backdrop {
  position: absolute;
  inset: 0;
}

/* ===== Form styling ===== */
.form__title {
  font-size: clamp(1.25rem, 1.1rem + 1vw, 2rem);
  font-weight: 700;
  margin: 0 40px 6px 0;
  line-height: 120%;
}

.form__grid {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.muted {
  color: var(--muted);
  font-size: .95rem;
}

fieldset {
  margin: 0;
  padding: 16px;
  border: 1px solid transparent;
}

legend {
  font-weight: 700;
  padding: 0 6px;
  margin-left: -6px;
}

.q {
  display: grid;
  gap: 10px;
  align-items: start;
}

.q__label {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.q__desc {
  font-size: .93rem;
  color: var(--muted);
}

.choice-row {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

/* Custom radios/checkboxes (accessible) */
.control {
  --size: 18px;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  cursor: pointer;
  user-select: none;
  font-weight: 600;
}

.control input {
  appearance: none;
  width: var(--size);
  height: var(--size);
  border: 2px solid #bbb;
  border-radius: 4px;
  display: grid;
  place-items: center;
  background: #fff;
  transition: .15s;
}

/* radio shape */
.control--radio input {
  border-radius: 50%;
}

.control input:focus-visible {
  outline: var(--focus);
}

.control input:checked {
  border-color: var(--brand);
}

.control--radio input:checked {
  box-shadow: inset 0 0 0 4px var(--brand);
}

.control--check input:checked {
  background: conic-gradient(var(--brand) 0 100%);
  border-color: var(--brand);
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: flex-start;
  align-items: center;
}


.btn:focus-visible {
  outline: var(--focus);
}

.btn--ghost {
  background: #fff;
  color: var(--text);
  border: 1px solid var(--border);
}

.topics {
  background: #F6F6F6;
  padding-bottom: 40px;
}

.topics h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}

/* Links */
a.inline {
  color: #000;
  text-decoration: underline;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

/* Compact spacing on very narrow devices */
@media (max-width:380px) {
  fieldset {
    padding: 12px;
  }
}

.flex-div-zagolovok p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  padding: 0 50px 0 0;
}

/* ===================== [M] CASE SECTION ===================== */
.case .d-flex {
  justify-content: space-between;
}

.case h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}

.view-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #000;
  text-decoration: none;
}


.case .description-article {
  margin-top: -4px;
}

.case-article.d-flex.line-article .description-article {
  margin-top: 0;
}

.wrap-img {
  position: relative;
}

.wrap-img::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../imgs/logo55.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 25%;
  left: -77px;
}

.description-article {
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-image: linear-gradient(90deg, #55C1E9 0%, #94D600 100%) 1;
  border-image-slice: 1;
  background: #fff;
  padding: 23px;
}

.link-article {
  border-radius: 30px;
  background: rgba(245, 130, 54, 0.35);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 5px 7px;
  display: inline-block;
  margin-bottom: 24px;
}

.title-article {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.text-article {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 25px 0 53px;
}

.link-button {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  text-decoration: none;
  display: flex;
}

.column {
  max-width: 50%;
  width: 100%;
}

.case .container>.d-flex {
  gap: 30px;
}

h1 {
  line-height: 120%;
  font-weight: 700;
  font-size: 24px;
}

.big-article img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.line-article .big-article a {
  width: 187px;
  height: 212px;
  display: block;
}

.title-article {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .title-article a {
    -webkit-line-clamp: 2;
    /* оставляем 2 строки */
  }
}

@media (max-width: 480px) {
  .title-article a {
    -webkit-line-clamp: 1;
    /* например, 1 строка на мобиле */
  }
}

.title-article a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Добавит троеточие */
}

.case .container {
  margin: 80px auto 0;
  padding: 80px 15px 80px 15px;
  box-sizing: border-box;
}

.case+section.join-section {
  margin-top: 0;
}

.line-article .description-article {
  border-image: none;
  border-top: 0px solid transparent;
}

.line-article .title-article {
  margin-bottom: 22px;
}

.case-article.d-flex.line-article {
  align-items: normal;
  margin-bottom: 24px;
}

.fullscreen-bg .banner-content {
  padding: 0 30px 80px;
}

.case-article.d-flex.line-article .description-article {
  height: 211px;
  width: 100%;
}

.line-article img {
  width: 187px;
  height: 212px;
}

.align-center {
  align-items: center;
}

/* =================== [N] CONTROLS / SEARCH =================== */

/* ===== Controls row ===== */
.controls {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}

.search {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.search label {
  color: var(--muted);
  font-weight: 600;
}

.search .input {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #000;
}

.search input {
  border: 0;
  outline: 0;
  min-width: 180px;
  font: inherit;
  color: inherit;
}


.sort {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}

.sort label {
  color: var(--muted);
  font-weight: 600;
}

.sort select {
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 8px 10px;
  font: inherit;
}

h2 {
  font-size: clamp(1.25rem, 1rem + 2vw, 2rem);
  margin: 0 0 18px;
}

/* =================== [O] ALT ACCORDION (.acc__) =================== */
summary.acc__head {
  cursor: pointer;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: linear-gradient(0deg, var(--green), var(--green-2));
  color: #0c1b00;
  font-weight: 800;
  border-radius: 100px;
}

/* remove default marker */
summary::-webkit-details-marker {
  display: none;
}

.acc__badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.acc__badge svg {
  width: 18px;
  height: 18px;
}

.acc__chev {
  margin-left: auto;
  width: 20px;
  height: 20px;
  transition: transform .2s ease;
}

details[open] .acc__chev {
  transform: rotate(180deg);
}

/* ===== Content ===== */
.acc__body {
  padding: 40px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 22px;
}

.h-mini {
  font-weight: 700;
  margin: 4px 0 25px;
  color: #111;
  font-size: 20px;
  line-height: 120%;
}

.list-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.list-links a {
  color: #0d3a6b;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.list-links a:hover {
  text-decoration: underline;
}

.list-links a::after {
  content: "  ›";
}

.bullets {
  margin: 0;
  padding-left: 18px;
}

.bullets li {
  margin: 6px 0;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.muted {
  color: var(--muted);
}

@media (max-width:760px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.layout {
  display: grid;
  grid-template-columns: 280px 1fr;
}

.gap {
  gap: 15px;
}

.blue-link {
  background: rgba(0, 143, 207, 0.35);
}

.green-link {
  background: #DBF1A6;
}

/* ================ [P] RESOURCES & CARDS ================ */
/* Resources row (uses your variables) */
.resources {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  border: 1px solid var(--stroke);
  overflow: hidden;
  background: var(--bg-2);
  gap: 20px;
}

/* striped blue background + dotted separators */
.res-card {
  position: relative;
  display: block;
  padding: 20px 18px 22px;
  color: var(--text);
  text-decoration: none;
  min-height: 120px;
  background: #55C1E9;
  transition: .2s transform ease, .2s box-shadow ease, .2s background ease;
}

.res-card:last-child {
  border-right: 0;
}

/* icon */
.res-ico {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.res-ico svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

/* title */
.res-card h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #10141f;
  /* лёгкий «внутри синего» эффект; можно убрать */
}

.inner-banner-witout-background::before {
  background: none;
}

.inner-banner-witout-background h2 {
  color: #000;
}

/* ===== top row (3 columns) ===== */
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gap);
  margin-bottom: 40px;
}

/* cards */
.card {
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

main {
  background: #F6F6F6;
}

.card__content {
  position: relative;
  z-index: 2;
  padding: 20px 22px;
}

.eyebrow {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.sub {
  color: var(--muted);
  margin: 0 0 80px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  color: var(--ink);
  font-size: 16px;
  line-height: 130%;
}

.link svg {
  width: 16px;
  height: 16px;
}

/* webcast background + overlay */
.webcast .eyebrow,
.webcast .sub,
.webcast .link {
  color: #000;
}

/* annual report */
.report__cover {
  display: block;
}

.report .card__content {
  width: 100%;
}

/* share price */
.share {
  background: #fff;
  padding-top: 18px;
  justify-content: flex-start;
}

.share .card__content {
  margin-top: auto;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

/* ==================== [Q] PANELS / DATES ==================== */
.triple {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gap);
  margin: 30px 0;
}

.panel {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.panel__head {
  padding: 16px 18px 8px;
}

.panel__title {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.panel__rule {
  height: 3px;
  background: #264274;
}

.panel__body {
  padding: 0 6px 0 6px;
}

/* =============== Key dates =============== */
.kd-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kd-item {
  padding: 14px 12px;
  border-top: 1px solid var(--line);
}

.kd-list .kd-item:first-child,
.panel__body .list li:first-child {
  border-top: 0px solid var(--line);
}

.kd-row {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.kd-left {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ico {
  width: 16px;
  height: 16px;
  color: #202226;
  flex: 0 0 16px;
}

.kd-date {
  color: #a0a0aa;
  font-size: .92rem;
}

.kd-title {
  margin: 6px 0 8px;
  font-weight: 700;
}

.kd-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.kd-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #BDBDBD;
  text-decoration: none;
  font-size: .9rem;
  padding: 6px 8px;
  border-radius: 8px;
}

/* =============== ASX & FY list =============== */
.list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.li {
  padding: 14px 10px;
  border-bottom: 1px solid var(--line);
}

.asx-date {
  color: #a0a0aa;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 6px;
}

.li-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.li a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.li:hover {
  background: #fafafb;
}

.panel__foot {
  padding: 12px 10px 30px;
  display: flex;
  justify-content: flex-end;
}

.panel__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
}

/* =============== CTA cards (bottom) =============== */
.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  margin: 30px 0 0;
  padding: 0 0 30px;
}

.cta-grid-section .container {
  margin: 80px auto 0;
}

.cta {
  border-radius: 12px;
}

.cta h3 {
  margin: 0 0 23px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.cta p {
  margin: 0 0 31px;
  color: #4a4a4a;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.cta-grid-section {
  background: #fff;
}

.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}


.btn-primary {
  background: linear-gradient(90deg, var(--brand1), var(--brand2));
  color: #fff;
}

.btn-ghost {
  background: transparent;
  color: #111;
  border: 1px solid transparent;
}

.btn .ico {
  color: currentColor;
}


/* =============================================================
   SECTION 10 — RESPONSIVE, RESULTS, FEATURE (Appended verbatim)
   (Ничего не удалялось — добавлено в конец, порядок сохранён)
   ============================================================= */

/* =============== Responsive =============== */
@media (max-width: 1024px) {
  .triple {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .cta-grid {
    grid-template-columns: 1fr;
  }
}

.h-rule {
  position: relative;
  font-weight: 800;
  margin: 0 22px 10px;
  padding-top: 6px;
}

.h-rule::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  height: 3px;
  background: #264274;
  transform: translateY(-4px);
}

.sp-date {
  color: #000;
  margin: 10px 0 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.sp-price {
  font-size: clamp(2rem, 1.3rem + 2.8vw, 3.2rem);
  font-weight: 900;
  margin: 27px 0 12px;
  font-weight: 700;
  line-height: 140%;
}

.sp-meta {
  color: var(--muted);
  line-height: 1.5;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.sp-meta b {
  color: #208717;
}

.results {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
  padding: 18px 6px 6px;
}

.results__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  padding: 0 16px 10px;
}

.results__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--gap);
  border-top: 1px solid var(--line);
}

main>.container {
  margin: 0 auto;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 10px;
  border-bottom: 1px solid var(--line);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

/*.row a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 12px;
}*/

.row .title {
  color: #202228;
}

.ico {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #1f2937;
}

/* footer link */
.results__more {
  display: flex;
  justify-content: flex-end;
  padding: 12px 10px 16px;
}

.results__more a {
  text-decoration: none;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
}

/* ===== Responsive ===== */
@media (max-width: 1000px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .results__grid {
    grid-template-columns: 1fr;
  }
}

/* responsive */
@media (max-width: 960px) {
  .resources {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .res-card:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 560px) {
  .resources {
    grid-template-columns: 1fr;
  }

  .res-card {
    border-right: 0;
    border-bottom: 2px dotted rgba(255, 255, 255, .5);
  }

  .res-card:last-child {
    border-bottom: 0;
  }
}

.sidebar {
  padding-right: 8px;
  position: sticky;
  top: 12px;
  align-self: start;
}

.cat {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.cat a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: inherit;
}

.cat a:hover {
  background: #f3f4f6;
}

.sidebar ul li {
  padding: 0;
  margin: 0;
}

.table-wrap {
  overflow: auto;
  background: #fff;
}

.card tbody tr:nth-child(even) {
  background: #fafafa;
}

/* контейнер таблицы должен быть относительным */
.table-wrap {
  position: relative;
  background: #fff;
  /* цвет фона таблицы */
  /* чуть места, чтобы градиент не накрывал кнопку */
  padding-bottom: 6px;
}

/* базовый псевдо-элемент (всегда существует, но прозрачный) */
.table-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  /* высота зоны затухания */
  pointer-events: none;
  /* клики проходят сквозь */
  opacity: 0;
  /* по умолчанию невидим */
  transition: opacity .28s ease;

  /* сам градиент на белый фон (подгоняй под свой) */
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, .85) 70%,
      #fff 100%);
}

/* когда таблица СКРЫТА (ещё не раскрыли) — показываем затухание */
.toggle:not(:checked)~.table-wrap::after {
  opacity: 1;
}

/* при раскрытии — убираем плавно */
.toggle:checked~.table-wrap::after {
  opacity: 0;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/*thead th {
  text-align: left;
  font-size: .95rem;
  padding: 12px 16px;
  font-weight: 800;
  position: relative;
}

thead tr {
  border-top: 6px solid #264274;
}

tbody td {
  padding: 12px 16px;
  vertical-align: middle;
  border-top: 1px solid var(--line);
}

tbody tr:nth-child(odd) {
  background: #fafafa;
}*/

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

.date {
  color: var(--muted);
}

.dl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}

.dl svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.dl:hover {
  text-decoration: underline;
}

/* ======= Top feature row ======= */
.feature {
  background: #fff;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 0;
  padding: 50px;
}

.feature__media img {
  width: 100%;
}

.feature__body {
  padding: 0 33px;
}

.feature__title {
  margin: 0 0 55px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.feature__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

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

.ico {
  width: 16px;
  height: 16px;
  color: #222;
  flex: 0 0 16px;
}

/* ─────────────────────────────────────────────
   БЛОК: Cards / Announcements / Filters / Table / Shareholding
   (исходные правила сохранены без изменений)
────────────────────────────────────────────── */

/* ======= Cards grid ======= */
.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  margin-top: 22px;
}

.card {
  overflow: hidden;
}

.card__head {
  padding: 16px 16px 0;
}


.card__title {
  margin: 0 0 8px;
  line-height: 120%;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.rule {
  height: 2px;
  background: #264274;
  width: 100%;
}

.card__filter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 20px;
}

.card__filter label {
  color: var(--muted);
  font-weight: 700;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}


/* cheap dropdown chevron */


.select-wrap::after {
  content: "▾";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #3a3a3a;
  font-size: 12px;
}

.select.is-disabled {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none;
}

.events-card {
  width: min(457px, 90%);
  background: var(--card);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  padding: 32px 36px;
  position: relative;
}

.ann {
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 10px;
  padding: 18px 18px 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
}

/* ─────────────────────────────────────────────
   ВЕРХНЯЯ ПАНЕЛЬ: годы / previous
────────────────────────────────────────────── */

.ann__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tab {
  padding: 8px 12px;
  background: #F6F6F6;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  font-size: .95rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.tab[aria-current="page"] {
  color: #264274;
  border-top: 2px solid #264274;
  background: #fff;
}

.prev {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8a8f97;
  font-weight: 600;
}

.select-wrap::after {
  content: "▾";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #3a3a3a;
  font-size: 12px;
  pointer-events: none;
}

/* ─────────────────────────────────────────────
   ФИЛЬТРЫ / ПОИСК
────────────────────────────────────────────── */

.ann__filters {
  display: grid;
  grid-template-columns: auto 1fr 280px 110px;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 8px;
}
.ann__filters button.btn{
  max-width: 104px;
}


.ann__filters button.btn:hover {
  background: #000;
  color: #fff;
}
.ann__filters label {
  color: #000000;
  font-weight: 700;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.prev span {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.type {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
}

.search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search {
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-bottom: 2px solid var(--line);
  background: #fff;
  border-radius: 6px 6px 0 0;
  font: inherit;
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 5px 6px 5px 24px;
  cursor: pointer;
  font-weight: 600;
  color: #000;
  /* text-align: center; */
}

/* ─────────────────────────────────────────────
   ТАБЛИЦЫ / ОБЕРТКА
────────────────────────────────────────────── */

.table-wrap {
  overflow: auto;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/*thead th {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  background: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
}

tbody td {
  padding: 16px;
  border-top: 1px solid var(--line);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

tbody tr:nth-child(odd) {
  background: #f9fafb;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}*/

/* ─────────────────────────────────────────────
   Shareholding
────────────────────────────────────────────── */

.shareholding {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: start;
}

.sh__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.sh__lead {
  color: var(--muted);
  margin: 0 0 14px;
  font-size: 14px;
}

.sh__list {
  margin: 0 0 12px 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.sh__note {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

/* ─────────────────────────────────────────────
   SHAREHOLDING: RIGHT BOX
────────────────────────────────────────────── */

/* right box */
.sh__box {
  background: rgba(199, 207, 219, 0.2);
  border-left: 2px solid #264274;
  padding: 22px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
  position: relative;
  max-width: 455px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.box__title {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.box__text {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.box__text a {
  text-decoration: underline
}

.box__contacts {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.box__contacts b {
  display: inline-block;
  min-width: 34px
}


/* ─────────────────────────────────────────────
   SEPARATOR BEFORE FAQ
────────────────────────────────────────────── */

.sep {
  height: 1px;
  background: var(--line);
  margin: 34px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}


/* ─────────────────────────────────────────────
   FAQ
────────────────────────────────────────────── */

/* ============================================
   [R] FAQ
============================================ */

.faq {
  background: var(--faq-bg);
}

.faq__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 32px 16px;
}

.faq__title {
  text-align: center;
  margin: 0 0 18px;
  font-weight: 800;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.faq__list {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
}

summary.faq__head {
  list-style: none;
  cursor: pointer;
  padding: 14px 0px 14px 16px;
  position: relative;
  font-family: "Biennale Bold", sans-serif;
  font-size: 20px;
  line-height: 120%;
  border-left: 4px solid #C6C6C6;
  display: flex;
  justify-content: space-between;
}
summary.faq__head:hover {
  border-left: 4px solid #55C1E9;
}

summary.faq__head::-webkit-details-marker {
  display: none;
}

details[open] svg {
  transform: rotate(180deg);
}

/* chevron */
summary.faq__head::after {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  font-size: 14px;
}

details[open]>summary.faq__head::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq__body {
  padding: 0 16px 16px;
  color: #3a3f45;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.muted {
  color: var(--muted);
}

.card h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

/* ─────────────────────────────────────────────
   SHOW MORE (CSS-ONLY)
────────────────────────────────────────────── */

.toggle {
  display: none;
}

.more-btn {
  margin: 10px auto 0;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 13px 16px;
  border-radius: 0;
  color: #223;
  cursor: pointer;
  user-select: none;
  background: #F6F6F6;
  width: 100%;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
}

.more-btn .less {
  display: none;
}

.toggle:checked~.more-btn .more {
  display: none;
}

.toggle:checked~.more-btn .less {
  display: inline;
}

.chev {
  transition: transform .2s ease;
}

.toggle:checked~.more-btn .chev {
  transform: rotate(180deg);
}

/* скрываем/показываем дополнительный tbody */
.toggle:not(:checked)~.table-wrap .extra {
  display: none;
}


/* ─────────────────────────────────────────────
   TEXT SECTIONS
────────────────────────────────────────────── */

.section {
  max-width: 980px;
  margin: 26px auto 0;
}

.section h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
}

.section p {
  margin: 0 0 12px;
  color: #343840;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.section ul {
  margin: 0 0 8px 18px;
}

.info h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.info {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.muted-decor {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

/* ─────────────────────────────────────────────
   RESPONSIVE: MOBILE TABLE CARDS (≤720px)
────────────────────────────────────────────── */
/* ============================================
   [S] RESPONSIVE TABLE, SHAREHOLDING & PAGINATION
============================================ */

/* ========= Mobile table as cards (≤720px) ========= */
@media (max-width:720px) {
  /*thead {
    display: none
  }

  table,
  tbody,
  tr,
  td {
    display: block;
    width: 100%
  }

  tbody tr {
    background: #fff;
    margin: 10px 0;
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
  }

  tbody td {
    border: 0;
    border-top: 1px solid var(--line);
  }

  tbody td:first-child {
    border-top: 0
  }

  tbody td::before {
    content: attr(data-th) ": ";
    font-weight: 800;
    color: var(--muted);
    display: inline-block;
    min-width: 160px;
  }*/

  .num {
    text-align: left
  }
}

/* ========= Shareholding grid (≤920px) ========= */
@media (max-width:920px) {
  .shareholding {
    grid-template-columns: 1fr;
  }
}

/* ========= Table: general ========= */
.date {
  white-space: nowrap;
  text-align: right;
  color: #3a3a3a;
  width: 160px;
}

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

td a:hover {
  text-decoration: underline
}

/* ========= Pagination ========= */
.pager {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  margin: 12px 4px 4px;
}


.page.is-active {
  background: #fff;
  border-color: rgba(0, 0, 0, .07);
  color: #000;
}

/*.page:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .07)
}*/

/* ─────────────────────────────────────────────
   RESPONSIVE: FILTERS / TOP ROW
────────────────────────────────────────────── */

@media (max-width:900px) {
  .ann__filters {
    grid-template-columns: 1fr 1fr;
    gap: 10px
  }
  .page-template-page-annual-general-meetings .ann__filters {
    grid-template-columns: 1fr;
 
  }
  .ann__filters button.btn{
    max-width: 104px;
  }
  .search-wrap {
    grid-column: 1/-1
  }

  .btn {
    justify-self: end
  }
}

@media (max-width:560px) {
  .ann__top {
    flex-direction: column;
    align-items: flex-start
  }

  .ann__filters {
    grid-template-columns: 1fr
  }

  .date {
    text-align: left
  }
}


/* ─────────────────────────────────────────────
   CARD (DUPLICATE STYLE FROM SOURCE — НЕ УДАЛЯЛ)
────────────────────────────────────────────── */


/* ─────────────────────────────────────────────
   HEADER WITH YEARS + PREVIOUS SELECT
   (исходный комментарий сохранён)
────────────────────────────────────────────── */
.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}

.prev {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 600;
}


.select-wrap::after {
  content: "▾";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #3a3a3a;
  font-size: 12px;
  pointer-events: none;
}


/* ─────────────────────────────────────────────
   TABLE (вариант 1)
────────────────────────────────────────────── */
.table-wrap {
  overflow: auto;
  margin-top: 6px;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/*thead th {
  text-align: left;
  padding: 10px;
  border-bottom: 2px solid #264274;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  background: #fff;
}

tbody td {
  padding: 12px 10px;
  border-top: 1px solid var(--line);
}

tbody tr:nth-child(odd) {
  background: #f8f9fb;
}*/

.date {
  width: 160px;
  white-space: nowrap;
  text-align: right;
}

.actions {
  width: 260px;
}

td a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  /* font-size: 16px; */
  line-height: 150%;
}

td a:hover {
  text-decoration: underline;
}


/* ─────────────────────────────────────────────
   CARD + GRID (вариант 1)
────────────────────────────────────────────── */

.grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 22px;
  align-items: start;
}


/* ─────────────────────────────────────────────
   LEFT COLUMN (head / sub / price / delta)
────────────────────────────────────────────── */
.head {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.sub {
  color: var(--muted);
  margin: 0 0 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.price {
  font-size: clamp(2.2rem, 1.2rem + 3vw, 3.2rem);
  font-weight: 900;
  margin: 4px 0 8px;
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
}

.delta {
  font-weight: 800;
  color: var(--good);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}


/* ─────────────────────────────────────────────
   KPIs
────────────────────────────────────────────── */
.kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 18px;
}

.kpi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  color: var(--text);
  max-width: 420px;
}

.kpi {
  padding: 16px 18px;
}

/* вертикальная линия у правых ячеек */
.kpi:nth-child(2n) {
  border-left: 1px solid var(--line);
}

/* горизонтальные линии у 2-го и 3-го ряда */
.kpi:nth-child(n+3) {
  border-top: 1px solid var(--line);
}

.kpi__label {
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 6px;
  line-height: 1.2;
}

.kpi__val {
  font-weight: 800;
  font-size: clamp(1rem, .9rem + .6vw, 1.4rem);
  line-height: 1.15;
}

/* мобильная версия KPIs */
@media (max-width:520px) {
  .kpi-grid {
    grid-template-columns: 1fr;
  }

  .kpi {
    border: 0;
    border-top: 1px solid var(--line);
  }

  .kpi:first-child {
    border-top: 0;
  }
}

.kpi small {
  display: block;
  color: var(--muted);
  margin-bottom: 4px;
}

.sub b {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: justify;
  margin: 18px 0;
  display: inline-block;
}


/* ─────────────────────────────────────────────
   RIGHT CONTROLS / CHART
────────────────────────────────────────────── */
.controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
}

.controls label {
  color: var(--muted);
  font-weight: 700;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

/* повторное объявление select — оставлено как в исходнике */
.select {
  appearance: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px 36px 8px 12px;
  outline: none;
}

.select-wrap {
  position: relative;
  display: inline-block;
}

.select-wrap::after {
  content: "▾";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #3a3a3a;
  pointer-events: none;
}

.download {
  margin-left: auto;
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, var(--grad1), var(--grad2));
  text-decoration: none;
}

.chart-box {
  margin-bottom: 32px;
}

.chart-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.legend {
  display: flex;
  gap: 16px;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: 6px;
  vertical-align: middle;
}


/* ─────────────────────────────────────────────
   CARD + TABLE (вариант 2)
────────────────────────────────────────────── */

.table-wrap {
  overflow: auto;
  border-radius: 0;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/*
thead th {
  padding: 12px 14px 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
}*/

/*
tbody td {
  padding: 14px;
  border-top: 1px solid var(--line);
}

tbody tr:nth-child(odd) {
  background: var(--row);
}
*/

.date {
  width: 180px;
  white-space: nowrap;
}

.cal {
  width: 210px;
}

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



/* кнопка "Add to calendar" с иконкой */
.cta {
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.table-wrap .cta {
  display: flex;
}

/* ─────────────────────────────────────────────
   TABLE → CARDS (мобилка, вариант 2)
────────────────────────────────────────────── */
@media (max-width:640px) {
  /*thead {
    display: none;
  }

  table,
  tbody,
  tr,
  td {
    display: block;
    width: 100%;
  }

  tbody tr {
    background: #fff;
    margin: 10px 0;
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
  }

  tbody td {
    border: 0;
    border-top: 1px solid var(--line);
  }

  tbody td:first-child {
    border-top: 0;
    padding-top: 16px;
  }*/

  .date,
  .cal {
    width: auto;
  }

  /*  tbody td::before {
    content: attr(data-th) ": ";
    font-weight: 800;
    color: var(--muted);
    display: inline-block;
    min-width: 120px;
  }*/

  .cal .cta {
    justify-content: flex-start;
  }
}

/* grid → одна колонка */
@media (max-width:980px) {
  .grid {
    grid-template-columns: 1fr;
  }
}


/* ─────────────────────────────────────────────
   MISC / ACTIONS
────────────────────────────────────────────── */
.date-title {
  text-align: right;
}

.act {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
}

.act a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #111;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

.ico {
  width: 20px;
  height: 20px;
}


/* ─────────────────────────────────────────────
   RESPONSIVE TWEAKS
────────────────────────────────────────────── */
@media (max-width:760px) {
  .top {
    flex-direction: column;
    align-items: flex-start;
  }

  .date {
    text-align: left;
  }

  .actions {
    width: auto;
  }

  .act {
    justify-content: flex-start;
  }
}


/* ─────────────────────────────────────────────
   DECORATION / UTILITIES / EVENT
────────────────────────────────────────────── */
/* синяя полоса слева */
.events-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: #264274;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.inner-banner-witout-background .eyebrow {
  margin: 0 0 18px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.event {
  padding: 18px 0;
}

.event__title {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: clamp(1.1rem, 1rem + 1vw, 1.3rem) !important;
  line-height: 1.2;
}

.event__date {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, .9rem + .4vw, 1.1rem);
  font-weight: 400;
  line-height: 140%;
}


/* ─────────────────────────────────────────────
   Small screens: events-card
────────────────────────────────────────────── */
@media (max-width:560px) {
  .events-card {
    padding: 16px 24px;
  }
}


/* ─────────────────────────────────────────────
   Lists / Feature list / Card body
────────────────────────────────────────────── */
.card__body {
  padding: 0 16px 8px;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.list .row {
  padding: 14px 0;
  text-decoration: none;
}

.list span,
.feature__list span {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000;
  text-decoration: none;
}

.feature__list .row {
  text-decoration: none;
}


/* ======= Responsive ======= */

/* Feature blocks */
@media (max-width:1000px) {
  .feature {
    grid-template-columns: 1fr;
  }

  .feature__media {
    min-height: 220px;
  }
}

@media (max-width:760px) {
  .feature__list {
    grid-template-columns: 1fr;
  }

  .cards {
    grid-template-columns: 1fr;
  }
}


/* Layout & Sidebar */
@media (max-width:980px) {
  .layout {
    display: block;
  }

  .sidebar {
    position: static;
  }
}


/* Table → Cards (640px) */
@media (max-width:640px) {
  thead {
    display: none;
  }

  /* table,
  tbody,
  tr,
  td {
    display: block;
    width: 100%;
  }

  tbody tr {
    border-top: 6px solid transparent;
    border-image: linear-gradient(90deg, var(--brand1), var(--brand2)) 1;
    border-image-slice: 1;
    border-radius: 12px;
    overflow: hidden;
    margin: 12px 12px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .05);
  }

  tbody td {
    border: 0;
    padding: 10px 14px;
  }

  tbody td::before {
    content: attr(data-th) ": ";
    font-weight: 700;
    color: var(--muted);
    display: inline-block;
    min-width: 92px;
  }*/

  .dl {
    margin-top: 6px;
  }

  .controls {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .sort {
    justify-self: start;
  }
}


/* ─────────────────────────────────────────────
   Screen ≤ 900px
────────────────────────────────────────────── */
/* ============================================
   [R] RESPONSIVE (≤900px)
============================================ */
@media screen and (max-width:900px) {
  .main-d-flex {
    flex-direction: column;
  }

  aside {
    max-width: 100%;
  }

  .banner-content-inner h2 {
    font-size: 33px;
  }

  .inner-banner .container {
    padding: 0 10px;
  }

  .inner-banner {
    background-position: center !important;
  }

  .too-flex-div-text {
    flex-direction: column;
  }

  .wrap-img img {
    width: 100%;
  }

  .case .container>.d-flex {
    flex-direction: column;
  }

  .column {
    max-width: 100%;
  }

  /* line-article card */
  .case-article.d-flex.line-article .description-article {
    height: 211px;
    width: 100%;
  }

  .case .d-flex {
    justify-content: normal;
  }

  .join-img {
    max-width: 555px;
  }

  .join-img>img {
    width: 100%;
  }

  h3 {
    font-size: 34px;
  }

  .onas-posts-div {
    align-items: center;
  }
}

/* ==== Volume checkbox + Download button (share price controls) ==== */
.sp-controls {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: end;
}

.vol-check {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-weight: 400;
}

/* прячем нативный чекбокс, но оставляем доступность */
.vol-check input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* квадратная «таблетка» под галочку */
.vol-check .box {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  background: #bfe7f8;
  /* светло-голубой фон как на макете */
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .06);
  transition: .2s ease;
}

/* сама галочка */
.vol-check .box::after {
  content: "";
  width: 12px;
  height: 5px;
  border: 3px solid #0c1b00;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  transition: .18s ease;
}

/* активное состояние */
.vol-check input:checked+.box {
  background: #55C1E9;
}

/* ярче */
.vol-check input:checked+.box::after {
  transform: rotate(-45deg) scale(1);
}

/* клавиатурный фокус */
.vol-check input:focus-visible+.box {
  outline: 3px solid #264274;
  outline-offset: 3px;
}

.vol-check .lab {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
}

/* большая «пилюля» Download */
.btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 999px;
  text-decoration: none;
  background: #55C1E9;
  color: #000;
  font-weight: 800;
  font-size: 22px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.btn-download:hover {
  text-decoration: none;
}

.btn-download:active {
  transform: translateY(0);
}

.btn-download:focus-visible {
  outline: 3px solid #264274;
  outline-offset: 3px;
}

/* чуть компактнее на мобиле */
@media (max-width:520px) {
  .sp-controls {
    gap: 20px;
  }

  .btn-download {
    min-height: 56px;
    padding: 0 26px;
    font-size: 20px;
  }

  .vol-check .box {
    width: 40px;
    height: 40px;
  }
}


/* ─────────────────────────────────────────────
   Screen ≤ 920px
────────────────────────────────────────────── */
@media screen and (max-width:920px) {
  .join-div-flex {
    flex-direction: column;
  }
}


/* ─────────────────────────────────────────────
   Screen ≤ 880px
────────────────────────────────────────────── */
@media screen and (max-width:880px) {
  .posts-flex-div {
    grid-template-columns: repeat(1, 1fr);
  }

  .perevag-div-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .links-flex img {
    margin: 0 auto;
    display: table;
  }
}


/* ─────────────────────────────────────────────
   Screen ≤ 480px
────────────────────────────────────────────── */
@media screen and (max-width:480px) {

  .perevag-div-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .title-article {
    font-size: 14px;
  }

  .description-article {
    padding: 14px;
  }

  .link-article {
    font-size: 11px;
    padding: 5px 7px;
  }
}

:root {
  --brand1: #55C1E9;
  --brand2: #94D600;
  --ink: #fff;
  --muted: #cfd6df;
  --line: rgba(255, 255, 255, .18);
  --radius: 14px;
}

.sub-wrap {
  background: #000;
  color: var(--ink);
  padding: 48px 16px;
}

.sub-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 38px;
  padding: 28px;
}

.sub-wrap .sub-title {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
}

.sub-lead {
  margin: 0;
  color: var(--muted);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.sub-form {
  display: grid;
  gap: 33px;
  align-content: start;
}

.sub-label {
  font-weight: 700;
  font-size: .9rem;
  color: var(--muted);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.sub-input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 999px;
  border: 0;
  outline: 0;
  background: #fff;
  color: #111;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  font: inherit;
  max-width: 460px;
}

.sub-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.sub-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.sub-check input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sub-check .box {
  width: 24px;
  height: 24px;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
  transition: .18s;
}

.sub-check .box::after {
  content: "";
  width: 10px;
  height: 6px;
  border: 2px solid #111111;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  transition: .18s;
}

.sub-form .btn-global {
  width: 170px;
}

.sub-check input:checked+.box {
  background: #63caf0;
}

.sub-check input:checked+.box::after {
  transform: rotate(-45deg) scale(1);
}

.sub-captcha {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #111;
  border-radius: 6px;
  padding: 10px 12px;
  width: fit-content;
}

.sub-captcha__tick {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #aab4c8;
  display: inline-block;
}

.sub-captcha__logo {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  opacity: .85;
}

.sub-btn {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  cursor: pointer;
  color: #000;
  font-weight: 800;
  background: linear-gradient(90deg, var(--brand1), var(--brand2));
  padding: 10px 12px 10px 18px;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .16);
}

.sub-btn__ico {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #000;
}

@media (max-width:840px) {
  .sub-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
  }
}

html:not(.avada-has-site-width-percent) .page-template-page-flexible main#main {
  padding: 0;
}

.hero-complex-bg {
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-complex-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 700px;
  position: absolute;
  background: url(../imgs/complex-background.png) no-repeat;
  background-size: cover;
  background-position-y: bottom;
}

.hero-complex-bg .hero-content {
  color: #fff;
  padding-bottom: 70px;
  max-width: 750px;
  z-index: 2;
  position: relative;
}

.hero-complex-bg .hero-content h1,
.hero-complex-bg .hero-content h2,
.hero-complex-bg .hero-content h3,
.hero-complex-bg .hero-content h4,
.hero-complex-bg .hero-content h5,
.hero-complex-bg .hero-content h6 {
  color: #fff;
  margin-bottom: 20px;
}

.hero-complex-bg .hero-content p:not(:has(a.more)) {
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 30px;
}

@media (max-width:767px) {

  .hero-complex-bg,
  .hero-complex-bg:before {
    height: 500px;
  }
}
