/* --- Параллакс декора (transform задаётся в js/parallax-decor.js) --- */
img[class*='coral'],
img[class*='coral_2'],
img[class*='leaf'],
img[class*='turtle-img'],
img[class*='ellipse'],
img[class*='list'] {
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  img[class*='coral'],
  img[class*='coral_2'],
  img[class*='leaf'],
  img[class*='turtle-img'],
  img[class*='ellipse'],
  img[class*='list'] {
    will-change: auto;
  }
}

/* --- 1. ГЛОБАЛЬНЫЕ СТИЛИ И ТИПОГРАФИКА --- */

/* BASE&BLOOM — фоновые заголовки секций */
@font-face {
  font-family: 'BASE&BLOOM';
  src: url('fonts/Base&Bloom-Base&Bloom-Web.woff2') format('woff2'),
       url('fonts/Base&Bloom-Base&Bloom-Web.woff') format('woff'),
       url('fonts/Base&Bloom-Base&Bloom-Desktop.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Cera Pro — основной текст */
@font-face {
  font-family: 'Cera Pro';
  src: url('fonts/CeraPro-Regular_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('fonts/CeraPro-Medium_0.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('fonts/CeraPro-Bold_0.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('fonts/CeraPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Klein Text — подписи площадок, сафари */
@font-face {
  font-family: 'Klein';
  src: url('fonts/Klein-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Klein';
  src: url('fonts/Klein-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Klein';
  src: url('fonts/KleinText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Loos Normal — крупные цифры в блоке «Масштаб» */
@font-face {
  font-family: 'Loos';
  src: url('fonts/Loos-NormalRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Loos';
  src: url('fonts/Loos-NormalMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Loos';
  src: url('fonts/Loos-NormalBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Loos';
  src: url('fonts/Loos-NormalBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Futura PT Condensed Medium */
@font-face {
  font-family: 'Futura PT Cond';
  src: url('fonts/futura-pt-cond-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-gradient: linear-gradient(180deg, #002041 0%, #091728 100%);

  --accent-green: #BE8B5E;
  --accent-green-line: #01BC7C;
  --accent-gold: #CDA673;
  --header-muted: #91906A;
  --text-white: #FFFFFF;
  --text-dark: #625C53B2;
  --text-muted: rgba(255, 255, 255, 0.65);
  --font-title: 'BASE&BLOOM', sans-serif;
  --font-text: 'Cera Pro', sans-serif;
  --font-loos: 'Loos', sans-serif;
  --font-venue: 'Klein', sans-serif;
  --font-futura-cond: 'Futura PT Cond', sans-serif;
  --container-max: 120rem;
  --container-pad: clamp(1rem, 4vw, 3.5rem);
  --section-gap: clamp(4rem, 10vw, 8rem);
  --card-radius: 1.685rem;
  --placeholder-bg: rgba(255, 255, 255, 0.08);
  --placeholder-border: rgba(255, 255, 255, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.5;
  color: var(--text-white);
  background: var(--bg-gradient);
  overflow-x: hidden;
}


img,
video {
  max-width: 100%;
  display: block;
}

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

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.ymaps3--main-engine-container{
  filter: grayscale(1)!important;
}

.YMaps {
  z-index: 2!important;
  position: relative;
  isolation: isolate;
}

.page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.container {
  width: min(100% - var(--container-pad) * 2, var(--container-max));
  margin-inline: auto;
}

/* --- Декоративные элементы --- */
.blur-ellipse {
  position: absolute;
  border: 4px solid var(--accent-green);
  filter: blur(42px);
  border-radius: 50%;
  transform: rotate(73.11deg);
  pointer-events: none;
  z-index: 0;
}

.blur-ellipse--hero-1 {
  width: clamp(12rem, 28vw, 22rem);
  height: clamp(8rem, 18vw, 14rem);
  top: 12%;
  right: 8%;
  opacity: 0.45;
}

.blur-ellipse--hero-2 {
  width: clamp(10rem, 22vw, 18rem);
  height: clamp(10rem, 22vw, 18rem);
  bottom: 18%;
  left: -4%;
  opacity: 0.35;
}

.blur-ellipse--scale {
  width: 448px;
  height: 448px;
  top: 280px;
  left: 38%;
  opacity: 0.3;
}

.decor-coral {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0.85;
}

.decor-coral--hero {
  width: clamp(8rem, 18vw, 14rem);
  height: clamp(14rem, 28vw, 22rem);
  top: 8%;
  right: 0;
}

.decor-coral--events {
  width: clamp(10rem, 22vw, 18rem);
  height: clamp(16rem, 32vw, 26rem);
  bottom: -4rem;
  left: -2rem;
}

.decor-gold {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  opacity: 0.9;
}

.decor-gold--partners {
  width: clamp(10rem, 24vw, 20rem);
  height: clamp(12rem, 28vw, 24rem);
  top: -2rem;
  right: 4%;
}

/* --- Секции: фоновые заголовки --- */
.section {
  position: relative;
  padding-block: var(--section-gap);
}

.section__bg-title {
  position: absolute;
  inset-inline: 0;
  top: 0;
  margin: 0 auto;
  max-width: 120rem;
  padding-inline: var(--container-pad);
  font-family: var(--font-title);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-dark);
  font-size: clamp(3.125rem, 20vw, 13.82rem);
  line-height: 0.9;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}


.scale .section__bg-title {
  font-size: 380px;
}

@media (max-width: 1680px) {
  .scale .section__bg-title {
    font-size: 260px;
  }
}

.scale {
  padding-top: 300px;
  padding-bottom: 4px;
}
.scale__decorations {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 200%;
  /*overflow: hidden visible;*/
  pointer-events: none;
}

@media (max-width: 920px) {
  .scale__decorations{
    height: 100%;
  }
}


.events__decorations {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 110%;
  /*overflow: hidden visible;*/
  pointer-events: none;
}
.scale__coral {
    position: absolute;
    left: -280px;
    top: 507px;
    width: 1200px;
  rotate:30deg;
    max-width: none;
    height: auto;
    pointer-events: none;
    z-index: 1;
    opacity: 0.92;
    object-fit: contain;
}

.scale__back3 {
  position: absolute;
  left: -30px;
  top: -33px;
  width: 800px;
  rotate: 0;
  max-width: none;
  height: auto;
  pointer-events: none;
  z-index: 1;
  opacity: 0.92;
  object-fit: contain;
}

.scale__fish2{
  position: absolute;
  left: 50%;
  top: -33px;
  width: 100px;
}


@media (max-width: 920px) {
  .scale__back3{
display: none;
  }
}
.scale__coral_2 {
    position: absolute;
    left: 543px;
    top: 679px;
    width: 370px;
    rotate: 50deg;
    max-width: none;
    height: auto;
    pointer-events: none;
    z-index: 0;
    opacity: 0.9;
    object-fit: contain;
}
.scale__coral_3 {
  position: absolute;
  right: -377px;
  top: 779px;
  width: 740px;
  rotate: 28deg;
  max-width: none;
  height: auto;
  pointer-events: none;
  z-index: 1;
  opacity: 0.9;
  object-fit: contain;
}

.scale__ellipse {
    position: absolute;
    left: 33.7%;
    top: 100px;
    width: 1202px;
    max-width: none;
    height: auto;
    pointer-events: none;
    z-index: 1;
    opacity: 1;
    object-fit: contain;
}

.section__inner {
  position: relative;
  z-index: 2;
}

/* --- Плейсхолдеры изображений --- */
.media-placeholder {
  background: var(--placeholder-bg);
  border: 1px dashed var(--placeholder-border);
  border-radius: var(--card-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-muted);
  font-size: clamp(0.7rem, 1.5vw, 0.85rem);
  line-height: 1.35;
  padding: 1rem;
  overflow: hidden;
}

.media-placeholder::before {
  content: attr(data-label);
}

/* --- Шапка --- */
.header {
  position: relative;
  z-index: 10;
  padding-top: 33px;
}

.header__grid {
  display: grid;
  grid-template-columns: auto auto auto 1fr auto auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: clamp(1rem, 2.5vw, 2.75rem);
  max-width: 1834px;
  width: 100%;
  margin-top: 2px;

}

.header__brand {
  grid-column: 1;
  grid-row: 1 / 3;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: clamp(0.5rem, 1.2vw, 0.85rem);
  row-gap: 0.35rem;
  align-items: start;
    margin-left: 23px;
}

.header__brand_moscow{
  margin-top: -22px;
}

.header__brand_moscow_svg{
  width: 170px;
  height: auto;
  padding-top: 7px;
}
.landing-header .header__brand_moscow_svg{
  padding-top: 0px;
}
.header__turtle {
  grid-column: 1;
  grid-row: 1;
  width: 61px;
  height: auto;
  flex-shrink: 0;
}

.header__title {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  width: 126px;
  height: auto;
  margin-top: 13px;
}
@media (min-width: 920px) {
  .landing-header__inner .header__turtle{
    width: 61px;
  }
  .landing-header__inner .header__title{
    width: 126px;
  }
}

.header__award {
  grid-column: 1 / 3;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  max-width: 11.25rem;
  margin-top: 21px;
}

.header__award-line {
  display: inline-block;
  width: fit-content;
  padding: 0 0.35rem;
  background: var(--accent-gold);
  font-family: var(--font-text);
  font-size: clamp(0.7rem, 1.1vw, 0.8125rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--text-white);
}

.header__deportament {
    grid-column: 2;
    align-self: center;
    /*width: clamp(8rem, 14vw, 10.5625rem);*/
    height: auto;
    /*max-height: 87px;*/
    width: 143px;
    display: block;
    margin-left: 60px;
    margin-top: 28px;
}
.header__deportament_2 {
  grid-column: 3;
  align-self: center;
  /*width: clamp(8rem, 14vw, 10.5625rem);*/
  height: auto;
  /*max-height: 87px;*/
  width: 117px;
  display: block;
  margin-left: 0px;
  margin-top: 0px;
}

.header__deportament_2_text{
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 8px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.header__deportament_3 {
  grid-column: 4;
  align-self: center;
  /*width: clamp(8rem, 14vw, 10.5625rem);*/
  height: auto;
  /*max-height: 87px;*/
  width: 94px;
  display: block;
  margin-left: 0px;
  margin-top: 28px;
}



@media (max-width: 1200px) {
  .header__deportament_2{
    grid-column: 3;
  }
  .header__deportament_3{
    grid-column: 2;
  }
}
@media (max-width: 920px) {
  .header__deportament_2{
    grid-column: 3;
    grid-row: 1;
    width: 92px;
    max-height: 44px;
    margin: 0;
    margin-right: auto;
    justify-self: center;
  }
  .header__deportament_3{
    grid-column: 3;
    grid-row: 1;
    width: 92px;
    max-height: 44px;
    margin: 0;
    margin-right: auto;
    justify-self: center;
  }
}


.header__counter {
  grid-column: 5;
  grid-row: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.75rem, 4vw, 3.375rem);
  height: clamp(2.75rem, 4vw, 3.4375rem);
  margin-top: 0px;
  margin-right: -9px;
  border: 1px solid var(--header-muted);
  border-radius: 5rem;
  font-family: var(--font-text);
  font-size: clamp(0.95rem, 1.5vw, 1.125rem);
  font-weight: 400;
  line-height: 1;
  color: var(--header-muted);
  text-decoration: none;
  flex-shrink: 0;
  transition: border-color 0.2s, color 0.2s;
}

/*.header__counter:hover {*/
/*  border-color: var(--text-white);*/
/*  color: var(--text-white);*/
/*}*/

.header__entry {
    grid-column: 6;
    grid-row: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    margin-right: 23px;
    padding: 10px 28px 10px 23px;
    border: 0;
    background: var(--accent-green);
    color: #000;
    font-family: var(--font-futura-cond);
    font-weight: 500;
    font-style: italic;
    font-size: clamp(1rem, 2.2vw, 1.875rem);
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    transition: filter 0.2s, transform 0.2s;
}

/*.header__entry:hover {*/
/*  filter: brightness(1.05);*/
/*  transform: translateY(-1px);*/
/*}*/


@media (max-width: 30rem) {
  .header__brand {
    grid-template-columns: auto 1fr;
  }

  .header__award {
    grid-column: 1 / -1;
  }
}

.btn-ticket {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  background: var(--accent-green);
  color: #000;
  font-family: var(--font-text);
  font-weight: 700;
  font-size: clamp(0.7rem, 1.2vw, 0.8125rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.2s, filter 0.2s;
}

.btn-ticket:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

/* --- Hero --- */
.hero {
  position: relative;
  display: grid;
  margin-top: -4px;
  grid-template-rows: auto auto auto;
  padding-bottom: 50px;
  margin-top: -12px;
  overflow-x: clip;
}

.hero__intro {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}

.hero__venues-wrap {
  position: relative;
  z-index: 3;
  margin-top: 72px;
      max-width: 120rem;
    width: 100%;
    margin: 72px auto 0;
}


@media (max-width: 2000px) {
  .hero__venues-wrap {
    margin-left:73px;
    margin-right:auto;
  }
}

.hero__venues-card {
  width: 427.36px;
  height: auto;
  padding: 29px 32px;
  background: #CDA6731A;
  border-radius: 15px;
  backdrop-filter: blur(55.6708px);
  -webkit-backdrop-filter: blur(55.6708px);
}

.hero__venues-card div{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero__venues-card img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero__venues-heading {
  margin: 0 0 14px;
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 24.6832px;
  line-height: 31px;
  color: var(--accent-gold);
}

.hero__venue-item {
  margin: 0 0 16px;
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 24.6832px;
  line-height: 28.7px;
  color: var(--text-white);
}

.hero__venue-item span {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 21px;
    line-height: 21px;
    color: #9B9B9B;
}

.hero__venue-item:last-child {
  margin-bottom: 0;
}

.hero__top  {
  display: grid;
   gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: start;
}
.landing-hero__top  {
  display: grid;
  /* gap: clamp(1.5rem, 4vw, 2.5rem); */
  align-items: start;
}


@media (min-width: 64rem) {
   .hero__top {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: clamp(1rem, 3vw, 2rem);
  }
}

.hero__headline {
  position: relative;
  display: grid;
  margin-top: 41px;
  margin-left: 16px;
  max-width: 834px;
  padding-right: 0;
}

.hero__headline.landing-hero__hero__headline{
  max-width: 100%;
}

.hero__title {
  margin: 0;
  display: grid;
  gap: clamp(0.15rem, 0.6vw, 0.35rem);
}

.hero__title-line {
  display: block;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: clamp(3.25rem, 11vw, 8.75rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.hero__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: clamp(0.5rem, 1.5vw, 1.25rem);
}

.hero__city {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.25rem, 0.5vw, 0.35rem) clamp(0.45rem, 1vw, 0.7rem);
  background: var(--accent-green);
  font-family: var(--font-title);
  font-weight: 400;
  font-size: clamp(0.95rem, 2.2vw, 1.71rem);
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--text-white);
  white-space: nowrap;
}

.hero__subtitle {
  margin: 0;
  font-family: var(--font-text);
  font-size: 20px;
  line-height: 1.52;
  letter-spacing: 0;
  margin-top: 15px;
  margin-left: 5px;
  text-transform: uppercase;
  color: var(--text-white);
}

.hero__edition {
  position: absolute;
  top: 80px;
  right: -13px;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: clamp(2.5rem, 5vw, 4.375rem);
  line-height: 1.38;
  text-transform: uppercase;
  color: #CDA673;
  transform: rotate(-90deg);
  transform-origin: center center;
  pointer-events: none;
}

@media (max-width: 1500px) {
  .hero__edition{
    top: 10px;
  }
}

.hero__edition_green {
    position: absolute;
    font-family:  var(--font-title), sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 27.42px;
    line-height: 37.3px;
    box-sizing: border-box;
  right: 26px;
  top: -63px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

} 

.hero__dates {
  display: grid;
  gap: clamp(0.35rem, 1.2vw, 0.85rem);
  justify-items: end;
  margin: 0;
  padding: 0;
  margin-right: 53px;
}
@media (max-width: 1500px) {
  .hero__top {
  display: flex;
  justify-content: space-between;
  }
  /*.hero__headline{*/
  /*  max-width: 30rem;*/
  /*}*/
  .hero__dates{
    max-width: 29rem;
    margin-right: 0;
  }
  }


.hero__date {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  max-width: min(100%, 40rem);
  
}

.hero__date--from {
  justify-content: flex-end;
  margin-right: 16px;
}

.hero__date--to {
  justify-content: flex-start;
  margin-top: -7px;
}

.hero__date-value {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: clamp(3.5rem, 12vw, 12.1rem);
  line-height: 0.9;
  letter-spacing:0;
  text-transform: uppercase;
  color: var(--text-white);
  white-space: nowrap;
}

.hero__date--to .hero__date-stroke {
  flex: 1 1 auto;
  height: clamp(2px, 0.35vw, 4.7px);
  max-width: 159px;
  margin-right: 60px;
  margin-left: 6px;
  margin-top: -22px;
  background: #fff;
}

.hero__date--from .hero__date-stroke {
  flex: 1 1 auto;
  height: clamp(2px, 0.35vw, 4.7px);
  max-width: 199px;
  margin-right: 0;
  margin-left: 56px;
  margin-top: -12px;
  background: #fff;
}
.hero__scene {
  position: absolute;
  z-index: 1;
  display: grid;
  grid-template-areas: 'stack';
  align-items: center;
  justify-items: center;
  width: 100%;
  min-height: clamp(16rem, 42vw, 34rem);
  margin-top: clamp(-6rem, -12vw, -2rem);
  pointer-events: none;
}

.hero__scene > * {
  grid-area: stack;
}

.hero__leaf {
    z-index: 2;
    width: 410px;
    rotate: 181deg;
    max-width: none;
    right: -210px;
    top: 200px;
    position: absolute;
    justify-self: center;
    align-self: center;
    object-fit: contain;
    opacity: 0.95;
}

.hero__leaf_2{
  z-index: 4;
  width: 310px;
  rotate: 181deg;
  max-width: none;
  right: 30%;
  top: 400px;
  position: absolute;
  justify-self: center;
  align-self: center;
  object-fit: contain;
}


.hero__fish{
  width: 159px;
  position: absolute;
  left: 60%;
  bottom: -10%;
  z-index: 3;
}

.hero__fish2{

}

.landing__hero__leaf{
  left: 460px;
  top: 450px;
  rotate: 0deg;
  right: auto;
  width: 590px;
}

.hero__turtle-img {
    z-index: 3;
    width: 100%;
    max-width: 1314px;
    rotate: 360deg;
  top: -224px;
    opacity: 1;
  left: 20%;
  /*transform: rotate(75deg) !important;*/
    height: auto;
    position: absolute;
    justify-self: center;
    align-self: center;
    pointer-events: none;
}

.landing__hero__turtle-img{
  top: -134px;
  left: 40%;
}

.hero__coral {
    z-index: 1;
    width: 1270px;
    height: 736px;
    position: absolute;
    top: 349.69px;
    left: -680px;
    rotate: 351deg;
    opacity: 1;
  
}

.hero__coral_2 {
  z-index: 2;
  width: 970px;
  height: 586px;
  position: absolute;
  top: 359.69px;
  right: 20px;
  rotate: 32deg;
  opacity: 1;
  
}


.hero__back_right{
  position: absolute;
  right: 0;
  top: -130px;
  z-index: 1;
}


.hero__venues,
.hero__venues-title,
.hero__venues-list {
  display: none;
}

.hero__headline > svg {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1650px) {
  .hero__dates {
    margin-right: 0;
    margin-left: 30px;
  }
  .hero__date-stroke{
    min-width: 80px;
  }
  .hero__date--from{
    margin-right: 0;
  }
  .hero__turtle-img{
    top: -114px;
  }

}

@media (max-width: 1500px) {
  .hero__dates {
    margin-right: 0px;
    margin-left: 10px;
  }
  .hero__date--to .hero__date-stroke {
    margin-right: 20px;
    margin-left: 0;
  }

  .hero__date-value{
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .hero__turtle-img {
    top: -14px;
    left: 30%;
  }
  .landing__hero__turtle-img {
    top: -24px;
    left: 27%;
  }

}
/* --- Hero + Header: адаптив ≤920px (макет 360px) --- */
@media (max-width: 920px) {
  .page {
    overflow-x: hidden;
  }

  :root {
    --container-pad: 16px;
  }

  .header {
    padding-top: 16px;
            padding-left: 29px;
        padding-right: 31px;
  }

  .header__grid {
    grid-template-columns: auto auto  auto 1fr auto auto;
    grid-template-rows: auto;
    column-gap: 8px;
    row-gap: 19px;
    max-width: 100%;
    margin-top: 0;
    align-items: center;
  }

  .header__brand {
    grid-column: 1;
    grid-row: 1;
    margin-left: 0;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    column-gap: 6px;
    row-gap: 0;
    align-items: center;
  }

  .header__brand_moscow{
    margin-top: 0px;
  }

  .header__award {
    display: none;
  }

  .header__turtle {
    width: 41px;
    grid-row: 1;
    grid-column: 1;
  }

  .header__title {
    width: 84px;
    margin-top: 0;
    grid-row: 1;
    grid-column: 2;
  }

  .header__brand_moscow_svg{
    width: 131px;
  }

  .header__deportament {
    grid-column: 1;
    grid-row: 2;
    width: 91px;
    max-height: 44px;
    margin: 0;
    margin-right: 10px;
    justify-self: center
  }

  .header__deportament_2 {
    grid-column: 2;
    grid-row: 2;
    width: 73px;
    max-height: 44px;
    margin: 0;
    margin-right: auto;
    margin-top: 0px;
    justify-self: center;
    position:relative ;
  }
  .header__deportament_2_text{
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 5px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    left: 40%;
    top: -20px;
  }

  .header__deportament_3 {
    grid-column: 1;
    grid-row: 3;
    width: 46px;
    max-height: 44px;
    margin: 0;
    margin-right: auto;
    margin-top: 0px;
    justify-self: center;
    margin-left: -6px;
  }

  .header__counter {
    display: none;
  }

  .header__entry {
    grid-column: 5;
    position: relative;
    grid-row: 1;
    margin: 0;
    top: 2px;
    padding: 6px 14px;
    font-size: 12px;
    letter-spacing: 0.7px;
    align-items: flex-end;
    white-space: nowrap;
  }

  .hero {
    display: grid;
    grid-template-areas:
      'scene'
      'intro'
      'venues';
    grid-template-rows: auto auto auto;
    margin-top: 0;
    padding-bottom: 32px;
    min-height: 0;
  }

  .hero__scene {
    position: relative;
    grid-area: scene;
    min-height: 70px;
    margin-top: 0;
    width: 100%;
    
  }

  .landing-hero__scene{
    min-height: 270px;
  }


  .hero__intro {
    grid-area: intro;
    padding-top: 0px;
    padding-left: 11px;
    z-index: 2;
  }

  .hero__venues-wrap {
    grid-area: venues;
    margin: 40px 0 0;
    padding: 0 var(--container-pad);
    z-index: 3;
  }

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

  .hero__dates {
    order: 1;
    justify-items: start;
    margin-right: 0;
            width: 174px;
    gap: 4px;
  }

  .hero__headline {
    order: 2;
    margin-top: 8px;
    margin-left: 0;
    padding-right: 0;
    max-width: 100%;
    gap: 10px;
  }

  .hero__headline > svg {
    width: 100%;
    max-width: 299px;
  }

  .hero__subtitle {
    margin-top: 4px;
    margin-left: 2px;
    max-width: 280px;
    font-size: 15px;
    line-height: 18px;
  }

  .hero__edition {
    top: auto;
    right: 0px;
    bottom: 92px;
    font-size: 28px;
    transform: rotate(-90deg);
  }

  .hero__edition_green {
    right: 0;
    top: -70px;
    font-size: 11px;
    line-height: 14px;
    padding: 4px 10px;
  }

  .hero__edition_green svg{
    width: 100%;
  }

  .hero__date {
    max-width: 100%;
  }

  .hero__date--from {
    justify-content: flex-start;
    margin-right: 0;
  }

  .hero__date--to {
    justify-content: flex-start;
    margin-top: 0;
  }

  .hero__date-value {
    font-size: 51px;
    line-height: 0.88;
  }

  .hero__date--from .hero__date-stroke {
    max-width: 80px;
    margin-right: 0;
    margin-top: 0;
    margin-left: 8px;
    height: 3px;
  }

  .hero__date--to .hero__date-stroke {
    max-width: 80px;
    margin-right: 10px;
    min-width: 60px;
    margin-left: 0px;
    margin-top: 0;
    height: 3px;
  }


  .hero__turtle-img{
    width: 140%;
    max-width: 810px;

    top: -151px;
    left: auto;
    right: -355px;
    transform: none;
    rotate: 296deg;
  }

  .landing__hero__turtle-img {
    width: 140%;
    max-width: 810px;

    top: -351px;
    left: auto;
    right: -355px;
    transform: none;
    rotate: 296deg;
  }
  .hero__leaf {
    width: 300px;
    height: auto;
    right: auto;
    left: -200px;
    top: 160px;
    rotate: 189deg;
}
  .hero__leaf_2{
    display: none;
  }

  .hero__coral {        width: 500px;
    max-width: max-content;
    height: auto;
    top: -84px;
    left: -290px;
    rotate: 360deg;
  }

  .hero__coral_2 {
  display: none;
  }
  }

@media (max-width: 500px) {
  .hero__scene {
    min-height: 270px;

  }

  .hero__turtle-img {
    width: 660px;
    max-width: 810px;
    top: -261px;
    left: auto;
    right: -285px;

    transform: none;
    rotate: 296deg;
  }
}
@media (max-width: 920px) {

  .hero__venues-card {
    width: 100%;
    max-width: 328px;
    height: auto;
    min-height: 0;
    padding: 18px 13px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    row-gap: 14px;
        background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .hero__venues-heading {
    grid-column: 1 / -1;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero__venue-item {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .hero__venue-item span {
    font-size: 14px;
    line-height: 18px;
  }

  .blur-ellipse--hero-1,
  .blur-ellipse--hero-2 {
    opacity: 0.25;
  }

  .footer {
    padding-left: 29px;
    padding-right: 31px;
  }



  .footer__corl {
    width: min(900px, 180%);
    opacity: 0.85;
  }

  .footer__grid {
    grid-template-columns: auto 1fr auto;
    column-gap: 8px;
    max-width: 100%;
  }

  .footer__brand {
    margin-left: 0;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    column-gap: 6px;
    row-gap: 0;
    align-items: center;
  }

  .footer__award {
    display: none;
  }

  .footer__turtle {
    width: 40px;
  }

  .footer__title {
    width: 72px;
    margin-top: 0;
  }

  .footer__actions {
    margin-right: 0;
    gap: 6px;
  }

  .footer__entry {
    padding: 6px 14px;
    font-size: 12px;
    letter-spacing: 0.7px;
  }

  .footer__age {
    width: 32px;
    height: 32px;
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .header__entry {
    font-size: 10px;
    padding: 7px 8px;
  }

  .footer__entry {
    font-size: 10px;
    padding: 7px 8px;
  }

  .footer__title {
    width: 64px;
  }

  .header__deportament {
    width: 64px;
  }

  .header__title {
    width: 64px;
  }

  .hero__headline > svg {
    max-width: 100%;
  }

  .hero__date-value {
    font-size: 64px;
  }

  .hero__venues-card {
    max-width: 100%;
    padding: 16px 12px 18px;
  }

  .hero__venue-item {
    font-size: 15px;
    line-height: 20px;
  }
}

/* --- Масштаб --- */
.scale__layout {
  display: grid;
  grid-template-columns: 720px 1fr;
  column-gap: 80px;
  align-items: start;
}

.scale__stats {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin-top: 64px;
  min-height: 980px;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat:nth-child(2) {
    margin-top: 41px;
}
.stat:nth-child(2) .stat__label {
       margin-top: 46px;
}


.stat:nth-child(3) {
    margin-top: 46px;
}
.stat:nth-child(3) .stat__label {
    margin-top: 54px;
}
.stat__value {
  font-family: var(--font-loos);
  font-weight: 400;
  font-size: 239px;
  line-height: 115px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--text-white);
}

.stat__label {
  margin: 0;
  max-width: 420px;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 18px;
  margin-top: 69px;
    margin-left: 5px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--text-white);
}

.stat__label span{
  color:#BE8B5E;
}

.scale__media {
    position: absolute;
    left: 528px;
    top: 79px;
    width: 560px;
    height: 520px;
    z-index: 3;
    pointer-events: none;
}
.scale__content-line{
  position: absolute;
  top: 27px;
  left:0;
}
.scale__media-video {
  display: block;
  object-fit: cover;
  border: none;
  background: transparent;
}

.scale__media-video--babuin {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  height: 187px;
  z-index: 2;
}

.scale__media-video--medved {
    position: absolute;
    top: 174px;
    left: 120px;
    width: 334px;
    height: 185px;
    z-index: 3;
}

.scale__content {
    padding-top: 54px;
    max-width: 520px;
    margin-left: auto;
    margin-right: 152px;
    position: relative;
    z-index: 3;
}

@media (max-width: 1700px) {
  .scale__content {
    min-width: 520px;
    margin-right: 0;
   
}
}

.scale__content p {
    margin: 0 0 37px;
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    color: var(--text-white);
}
@media (max-width: 1500px) {
  .scale__layout {
    display: grid;
    grid-template-columns: 570px 1fr;
    column-gap: 0px;}
    .scale__media{
      left:426px
    }

  .scale__content p {
    font-size: 28px;
    line-height: 33px;
}
}
.scale__author {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-top: 136px;
}

.scale__author-photo {
  width: 185px;
  height: 160px;
  flex-shrink: 0;
  object-fit: cover;
  border: none;
  background: transparent;
}


.scale__author-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 230px;
}

.scale__author-info .scale__author-name {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--text-white);
}

.scale__author-info .scale__author-text {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--text-white);
}

@media (max-width: 1200px) {
  .scale .section__bg-title {
    font-size: 160px;
  }
  .scale {

    padding-bottom: 84px;
  }
  .scale__content-line{
    top:-20px;
  }
  .scale__coral_3{
    top:1340px
  }
  .scale__layout {
  display: flex;
    flex-direction: column;
    row-gap: 36px;
  }

  .scale__stats {
    min-height: 720px;
  }

  .scale__media {
    left: 340px;
    top: 10px;
    width: 480px;
    height: 440px;
  }

  .scale__content {
    padding-top: 0;
    max-width: 100%;
    min-width: 400px;
    margin-left: auto;
  }
  .scale__content p {
    font-size: 23px;
    line-height: 30px;
  }

  .stat__value {
    font-size: 120px;
    line-height: 90px;
  }

  .scale__media-video--babuin{
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 137px;
    z-index: 2;
  }

  .scale__media-video--medved {
    position: absolute;
    top: 124px;
    left: 120px;
    width: 250px;
    height: 138px;
    z-index: 3;
  }
}




@media (max-width: 920px) {


    .scale {
    padding-top: 18px;
    padding-bottom: 4px;
    /*overflow: hidden visible;*/
}
    .scale .section__bg-title {
        font-size: 75px;
        margin-left: 11px;
    }
.scale__decorations{
  top:0;
}

     .scale__coral {
      top: 140px;
      left: auto;
      right: -240px;
      width: 576px;
      height: 376px;
      rotate: -143deg;

     }

    .scale__coral_2 {
      top: 230px;
      left: auto;
      right: -50px;
      width: 168px;
      height: 192px;
      rotate: 27deg;
    }

  .scale__coral_3{
    position: absolute;
    right: -387px;
    top: 480px;
    width: 620px;
    rotate: 6deg;
    max-width: none;
    height: auto;
    pointer-events: none;
    z-index: 1;
    opacity: 0.9;
    object-fit: contain;
  }
    .scale__ellipse{
      top: 90px;
      width: 518px;
      left: auto;
      right: -220px;
      rotate: 271deg;
    }

    .scale__stats{
        flex-flow: row wrap;
            margin-top: 81px;
      justify-content: space-between;
                gap: 0;
                        min-height: 240px;
    }

.stat{
    width: 32.1%;
        margin-left: 6px;
}
.stat:nth-child(2) {
    margin-top: 0px;
    margin-left: 77px;
}
.stat:nth-child(2) .stat__label {
    margin-top: 3px;
            margin-left: 0;
}
.stat:nth-child(3) {
    margin-top: -13px;
        width: 36.1%;
}
.stat:nth-child(3) .stat__label {
    margin-top: 1px;
}
    .stat__value{
        font-size: 49px;
        line-height: 49px;


    }
    .stat__label{
        font-size: 14px;
        line-height: 16px;
        margin-top: 3px;
    margin-left: 3px;
    }

    .scale__media{
        left: 0;
        top: 24px;
        width: 100%;
        height: 170px;
        position: relative;
    }

    .scale__media-video--babuin{
        position: absolute;
        top: 0;
        left: 0;
        width: 158px;
        height: 88px;
        z-index: 2;
    }
    .scale__media-video--medved{
        position: absolute;
        top: 61px;
        left: 132px;
        width: 163px;
        height: 91px;
        z-index: 3;
    }

    .scale__content{
        padding-top: 11px;
        max-width: 82%;
      min-width: 300px;
        margin-left: 6px;
        margin-top: -4px;
        margin-right: 5px;
    }

    .scale__content p{
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 17px;
    }

    .scale__author{
        margin-top: 31px;
        gap: 21px;
    }

    .scale__author-photo{
        width: 73px;
        height: 64px;
        margin-left: 6px;
    }

    .scale__author-info{
        gap:7px;
    }

    .scale__author-info .scale__author-name{
        font-size: 10px;
    }

    .scale__author-info .scale__author-text{
        font-size: 10px;
        line-height: 13px;
    }

}

@media (max-width: 640px) {
  .stat:nth-child(1) {
    width: 40%;
}
  .stat:nth-child(2) {
    margin-top: 0px;
    margin-left: 0;
    width: 40%;
}
.stat:nth-child(3) {
        margin-top: 17px;
        width: 43.1%;
    }
}

/* --- Что будет --- */
.events {
    padding-top: 151px;
  padding-bottom: 40px;
}

.events .section__bg-title {
  font-family: var(--font-title);
  font-weight: 400;
  top: -10px;
  font-size: 381.1px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 1900px) {
  .events .section__bg-title {
    font-size: 300.1px;
  }
}



@media (max-width: 1450px) {
  .events .section__bg-title {
    font-size: 240.1px;
  }
}

@media (max-width: 1200px) {
  .events .section__bg-title {
    font-size: 180.1px;
  }
}

.events__coral {
  position: absolute;
  left: -610px;
  bottom: -40px;
  width: 1190.05px;
  rotate: 345deg;
  max-width: none;
  height: auto;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  object-fit: contain;
}
.events__coral2 {
  position: absolute;
  right: 20%;
  bottom: -50px;
  width: 1190.05px;
  rotate: 140deg;
  max-width: none;
  height: auto;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  object-fit: contain;
}

.events__back {
  position: absolute;
  right: 10%;
  bottom: 660px;
  width: 1050.05px;
  rotate: 0;
  max-width: none;
  height: auto;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
  object-fit: contain;
}

@media (max-width: 1400px) {
  .events__back{
       width:800px;
    top: -400px;
    bottom: auto;
  }
  }

@media (max-width: 920px) {
  .events__back{
  right: 10%;
  bottom: auto;
    top: -120px;
  width: 400px;
  }
  .events__coral2{
    right: 50%;
    bottom: 120px;
    width: 590.05px;
  }
  }

.events__list {
    position: absolute;
    left: -220px;
    bottom: 130px;
    width: 400px;
    rotate: 345deg;
    max-width: none;
    height: auto;
    pointer-events: none;
    z-index: 1;
    opacity: 1;
    object-fit: contain;
}

.events__ellipse {
    position: absolute;
    left: 80px;
    bottom: 71px;
    width: 899px;
    rotate: 345deg;
    max-width: none;
    height: auto;
    pointer-events: none;
    z-index: 1;
    opacity: 1;
    object-fit: contain;
  }
.events__grid {
  position: relative;
  z-index: 2;
  display: grid;
  margin-right: 13px;
  grid-template-columns: repeat(3, 427px);
  gap: 32px 28px;
  justify-content: flex-end;
}

.event-card {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 427px;
  height: 387px;
  padding: 0;
  isolation: isolate;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.14);
  border: 0.72px solid #7b7b7b;
  border-radius: 29px;
  backdrop-filter: blur(12.1941px);
  -webkit-backdrop-filter: blur(12.1941px);
}

.event-card__media-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background: #ffffff;
  border-radius: 29px 29px 0 0;
  overflow: hidden;
  z-index: 0;
}

.event-card__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.event-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: auto;
  padding: 0 14px 29px 29px;
}

.event-card__title {
  margin: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 0;
  color: var(--text-white);
}

/*.event-card__btn {*/
/*  flex: 0 0 auto;*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  width: 129px;*/
/*  height: 48px;*/
/*  padding: 11px;*/
/*  background: var(--accent-green);*/
/*  border: none;*/
/*  border-radius: 0;*/
/*  font-family: var(--font-text);*/
/*  font-weight: 400;*/
/*  font-size: 14px;*/
/*  line-height: 29px;*/
/*  letter-spacing: 0;*/
/*  text-decoration: none;*/
/*  color: #000000;*/
/*  cursor: pointer;*/
/*}*/
.event-card__btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 129px;
  height: 48px;
  padding: 11px;
  background: var(--accent-green);
  border: none;
  border-radius: 0;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  position: relative;
  background: var(--accent-green);
  transition: color 0.3s ease;
  z-index: 1;
}


.event-card__btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #73fad0;
  transition: height 0.3s ease;
  z-index: -1;
}


.event-card__btn:hover::before {
  height: 100%;
}


.event-card__btn:hover {
  color: #000000;
}
.event-card:not(.event-card--action) .event-card__body {
  justify-content: flex-start;
}

@media (max-width: 1400px) {
 

  .events__grid {
    grid-template-columns: repeat(2, 427px);
  }
}

@media (max-width: 920px) {
    .events .section__bg-title{
        font-size: 75px;
            top: 50px;
    left: 8px;
    }

  .events__grid {
    display: flex;
    flex-flow: row wrap;
        margin-right: 0;
                gap: 14px 10px;
                        margin-top: 42px;
    justify-content: center;
  }


  .event-card{
    width: calc(50% - 10px);
    height: 157px;
    max-width: 270px;
        border-radius: 11px;
  }

.event-card__media-wrap{
    border-radius: 11px 11px 0 0;
    height: 85px;
}
.event-card__body{
    padding: 0 5px 11px 11px;
}

  .event-card:not(.event-card--action) .event-card__body {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3px;
  }


.event-card__title{
    font-size: 12px;
    line-height: 14px;
}

.event-card__btn{
    /*display: none;*/
  width: 99px;
  height: 28px;
  font-size: 12px;
  line-height: 12px;
}
.events__coral{
    display: none;
}

}

@media (max-width: 500px) {
  .event-card:not(.event-card--action) .event-card__body {
   flex-direction: column;
  }
}

/* --- Сафари --- */
.safari {
  padding-top: 50px;
  padding-bottom: 126px;
  overflow: hidden;
}

.safari .section__bg-title {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 381.1px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blur-ellipse--safari {
  width: 320px;
  height: 320px;
  top: 40px;
  left: 0;
  opacity: 0.35;
}

.safari__layout {
    position: relative;
    z-index: 2;
    display: flex;
  flex-direction: column;
  row-gap: 100px;
    column-gap: 48px;
    row-gap: 32px;
    align-items: end;
    justify-content: end;
    margin-top: 77px;
}

.safari__content{
  position: relative;
  display: flex;
  left: auto;
  right: 68px;
  top: 40px;
  gap: 300px;
}

.safari__mechanics {
  margin-top: 44px;
  width: 626px;

}

.safari__passport{
  width: 354px;
  margin-top: 44px;
}
.safari__passport__label{
  color: #9F9F9F;
  font-size: 24px;
  margin: 0 0 33px;
  font-family: var(--font-venue);
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
}

.safari__passport__text{
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-venue);
  margin: 0 0 26px;
}

.safari__passport__text a{
   text-decoration: none;
  color: #BE8B5E;
}

.safari__route {
  grid-column: 2;
  grid-row: 1 / 3;
  margin-top: 55px;
  width: 1206px;
      margin-right: 138px;
}

.safari__photo {
  display: block;
  width: 240px;
  right: 542px;
  z-index: -1;
  top: 180px;
  height: 240px;
  object-fit: cover;
  position: absolute;
}

.safari__photo_passport {
  width: 122px;
  height: 175px;
  position: absolute;
  z-index: 2;
  right: 380px;
  top: 106px;
  background-image: url('img/naturalist_passport.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.safari__label {
  margin: 0 0 20px;
  font-family: var(--font-venue);
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #9f9f9f;
}

.safari__text {
  margin: 0;
  margin-top: 33px;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0;
  color: #fff;
  display: flex;
  align-items: flex-end;
}

.safari__timeline {
  position: relative;
  width: 990px;
  padding-top: 0;
}

.safari__timeline-line {
  position: absolute;
  top: 5px;
  left: 2px;
  width: 1060px;
  height: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.safari__stops {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0px;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
}

.safari__stop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
min-width: 266px;
  text-align: left;
}

.safari__dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00d391;
  flex-shrink: 0;
}

.safari__stop-name {
  font-family: var(--font-venue);
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: -1.3px;
  color: #be8b5e;
}
@media (max-width: 1850px) {
  .safari .section__bg-title {
    font-size: 200px;
  }
}
@media (max-width: 1400px) {
  .safari .section__bg-title {
    font-size: 200px;
  }

  .safari__content{
    flex-direction: column;
    right: 0;
    gap: 0;
  }

  .safari__photo_passport{
    z-index: 2;
    right: auto;
    left: 390px;
    top: 360px;
  }

  .safari__layout {
    grid-template-columns: 1fr;
    justify-content: stretch;
    margin-top: 80px;
  }

  .safari__photo{
    width: 150px;
    right: 452px;
    z-index: -1;
    top: 70px;
    height: 150px;
  }

  .safari__mechanics,
  .safari__route {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .safari__stops {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .safari__stop{
    min-width: calc(20% - 20px);
  }

  .safari__timeline-line {
    width: 77%;
  }
}

/* Safari: адаптив ≤920px (макет 360px) */
@media (max-width: 920px) {
  .safari {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .safari .section__bg-title {
    top: 23px;
    left: 4px;
    padding-inline: var(--container-pad);
    font-family: var(--font-title);
    font-weight: 400;
    font-size: 75.1px;
    line-height: 75px;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .blur-ellipse--safari {
    width: 180px;
    height: 180px;
    top: 10px;
    left: -40px;
    opacity: 0.25;
  }

  .safari .section__inner {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }

  .safari__layout {
    display: block;
    padding-top: 41px;
            margin-top: 0;
    column-gap: 0;
    row-gap: 0;
  }

  .safari__route {
    position: relative;
    margin-top: 10px;
    margin-left: 15px;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 170px;
    grid-template-rows: auto auto auto;
    column-gap: 8px;
    row-gap: 14px;
    grid-template-areas:
      'route-label photo'
      'timeline timeline'
      'mechanics mechanics';
  }

  .safari__route > .safari__label:first-of-type {
    grid-area: route-label;
    align-self: start;
    margin: 0;
    width: auto;
    max-width: 123px;
    height: auto;
    font-family: var(--font-venue);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0;
    color: #9f9f9f;
    opacity: 1;
  }

  .safari__content {
    position: static;
    display: contents;
    left: auto;
    top: auto;
  }

  .safari__photo {
     display: none;
  }

  .safari__timeline {
    grid-area: timeline;
    width: 100%;
    padding-top: 0px;
    top: -9px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  .safari__timeline-line {
    width: 680px;
  }

  .safari__stops {
    width: 100%;
    max-width: 100%;
    gap: 56px;
    padding: 0;

    flex-wrap: nowrap;
    box-sizing: border-box;
    cursor: grab;
  }

  .safari__stops::-webkit-scrollbar {
    display: none;
  }

  .safari__stops.is-dragging {
    cursor: grabbing;
    user-select: none;
  }

  .safari__stop {
    flex: 0 0 auto;
    align-items: flex-start;
    gap: 18px;
    min-width: 112px;
    max-width: none;
    margin-left: 0;
  }

  .safari__stop:nth-child(2) {
    min-width: 112px;
    margin-left: 0;
  }

  .safari__stop:nth-child(3),
  .safari__stop:nth-child(4),
  .safari__stop:nth-child(5) {
    display: flex;
  }

  .safari__dot {
    width: 11px;
    height: 11px;
  }

  .safari__stop-name {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: -0.1px;
  }

  .safari__mechanics {
    grid-area: mechanics;
    margin-top: 8px;
    width: 100%;
    max-width: 100%;
  }

  .safari__mechanics .safari__label {
    margin: 4px 0 5px;
    width: auto;
    max-width: 123px;
    height: auto;
    font-size: 15px;
    line-height: 29px;
    letter-spacing: -0.2px;
    opacity: 1;
  }

  .safari__text {
    margin-top: 0;
    max-width: 100%;
    font-size: 14px;
    line-height: 19px;
 
    align-items: flex-start;
  }

  .safari__passport__label{
        margin: 4px 0 5px;
    width: auto;
    max-width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.2px;
    opacity: 1;
  }

  .safari__passport__label br {
    display: none;
  }


  .safari__photo_passport{
    right: auto;,
    /*left: 0;*/
    top: 0;
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 20px;
    width: 122px;
    height: 175px;
  }

  .safari__passport{
    margin-top: 20px;
  }

.safari__passport__text{
  margin-top: 0;
  max-width: 100%;
  font-size: 14px;
  line-height: 19px;
 
  align-items: flex-start;
}
}

@media (max-width: 360px) {
  .safari .section__bg-title {
    font-size: 64px;
    line-height: 64px;
  }

  .safari__route {
    grid-template-columns: 1fr 150px;
  }

  .safari__photo {
    width: 150px;
    height: 146px;
  }

  .safari__stops {
    gap: 40px;
  }

  .safari__stop {
    min-width: 100px;
  }

  .safari__stop-name {
    font-size: 13px;
    line-height: 16px;
  }
}

/* --- 2025 --- */
.year {
  padding-top: 120px;
  padding-bottom: 120px;

}

.year__decorations{
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  /*overflow: hidden visible;*/
  pointer-events: none;
}

.year__coral{
  position: absolute;
  right: 70px;
  top: 167px;
  width: 900px;
  rotate:-30deg;
  max-width: none;
  height: auto;
  pointer-events: none;
  z-index: -1;
  opacity: 0.92;
  object-fit: contain;
}

.year__coral2{
  position: absolute;
  left: 70px;
  top: 167px;
  width: 900px;
  rotate:30deg;
  max-width: none;
  height: auto;
  pointer-events: none;
  z-index: -1;
  opacity: 0.92;
  object-fit: contain;
}

.year__list{
  position: absolute;
  right: 485px;
  top: 140px;
  width: 400px;
  rotate: 44deg;
  max-width: none;
  height: auto;
  pointer-events: none;
  z-index: -1;
  opacity: 0.9;
  object-fit: contain;
}
@media (max-width: 920px) {
  .year__coral{
    width: 400px;
    left: 20%;
    right: auto;
    top: 10px;

  }
  .year__coral2{
    left: -40px;
    top: 167px;
    width: 400px;

  }
  .year__list{
    width: 200px;
    left: 20%;
    right: auto;
  }
}

.year .section__bg-title {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 381.1px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.year__inner {
  position: relative;
  z-index: 2;
  /*display: flex;*/

  display: block;
  width: 100%;
}

/*.year__caption {*/
/*    margin: 93px 0 48px 205px;*/
/*    font-family: var(--font-venue);*/
/*    font-weight: 400;*/
/*    font-size: 28px;*/
/*        width: 330px;*/
/*    line-height: 36px;*/
/*    letter-spacing: -1.9px;*/
/*    color: #9f9f9f;*/
/*}*/

.year__caption {
  position: absolute;
  left: 205px;
  top: 93px;
  z-index: 3;
  margin: 0;
  width: 330px;
  font-family: var(--font-venue);
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -1.9px;
  color: #9f9f9f;
  pointer-events: none;     /* чтобы не мешал скроллу */
}

.year__caption span{
    font-family: var(--font-text);
}

.year__tabs {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;justify-content: center;
  gap: 8px;
}

.year__tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 7.5px;
  min-width: 106.56px;
  height: 37.01px;
  border: none;
  border-radius: 6px;
  background: #193E68;
  color: #fff;
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.year__tab.is-active {
  min-width: 112.56px;
  background: #BE8B5E;
}

.year__tab:not(.is-active):hover {
  background: #1f4d7d;
}

.year__panel[hidden] {
  display: none;
}

.year__panel--photo {
  width: 100%;
}

.year__panel--video {
  width: 100%;
  padding-top: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.year__video-wrap {
  width: min(1028px, 100%);
  filter: drop-shadow(0px 40.5214px 108.057px rgba(0, 0, 0, 0.25));
}

.year__video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1028.04 / 519.27;
  object-fit: cover;
  border-radius: 24.0127px;
  background: #0a1628;
}

.year__btn_wrapper{
  position: relative;
  margin: 134px auto 0;
  max-width: 1320px;
  width: 100%;
}

@media (max-width: 1320px) {
  .year__btn_wrapper{
    box-sizing: border-box;
    padding: 0 50px;
  }
}

@media (max-width: 920px) {
  .year__btn_wrapper{
    box-sizing: border-box;
    padding: 0 20px;

  }

}

.year__btn {

  width: 100%;
  height: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BE8B5E;
  font-family: var(--font-futura-cond);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  color: #000;
  font-size: 75px;
  letter-spacing: 0;
  max-width: 1320px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  position: relative;
}


@media (max-width: 920px) {

  .year__btn{

    height: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BE8B5E;
    font-family: var(--font-futura-cond);
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    color: #000;
    font-size: 55px;

  }
}


.year__btn_img{
  position: absolute;
  bottom: 170px;
  left: -170px;
  width: 1700px;
  max-width: max-content;

}


@media (max-width: 920px) {

  .year__btn_img{

    bottom: 120px;
    left: 0;
    width: 100%;

  }
}

.year__slider-wrap {
  /*overflow-x: auto;*/
  /*overflow-y: hidden;*/
  /*width: 100%;*/
  /*!*margin-left: 79px;*!*/
  /*margin-top: 6px;*/
  /*padding-bottom: 8px;*/
  /*-webkit-overflow-scrolling: touch;*/
  /*!*scrollbar-width: none;*!*/
  /*overscroll-behavior-x: contain;*/
  /*cursor: grab;*/
  /*user-select: none;*/
  /*touch-action: pan-x;*/
  /*margin-left: 0; !* Убираем левый отступ *!*/
  /*margin-top: 6px;*/
  /*padding-bottom: 8px;*/
  /*scroll-snap-type: x mandatory; !* Добавьте для плавной прокрутки *!*/
  padding-left: 483px;
  width: 100%;
  margin-top: 72px;
  padding-bottom: 8px;
  overflow-x: auto;
  z-index: 4;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

@media  (min-width:2200px) {
  .year__slider-wrap{
  padding-left: 30%;

  }

  .year__caption{
    left: 20%;
  }


}

.year__slider-wrap::-webkit-scrollbar {
  display: none;
}

.year__slider-wrap.is-dragging {
  cursor: grabbing;
}

.year__slider {
  /*display: flex;*/
  /*flex-direction: row;*/
  /*align-items: center;*/
  /*gap: 21px;*/
  /*width: max-content;*/
  /*height: 304px;*/
  /*justify-content: flex-start;*/
  display: flex;
  gap: 21px;
  width: max-content;
  height: 304px;
  /*padding-left: 480px;     !* важный отступ! чтобы первый слайд не был под caption *!*/
  padding-right: 80px;
}

.year__slide {
  flex: none;
  flex-grow: 0;
  height: 304px;
  overflow: hidden;
  scroll-snap-align: start;
}

.year__slide img {
  display: block;
  width: auto;
  height: 100%;
  /*object-fit: cover;*/
  cursor: zoom-in;
}

/* Лайтбокс фотоотчёта 2025 */
.year-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 72px;
}

.year-lightbox[hidden] {
  display: none;
}

.year-lightbox.is-open {
  display: flex;
}

body.year-lightbox-open {
  overflow: hidden;
}

.year-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 10, 25, 0.92);
  cursor: pointer;
}

.year-lightbox__stage {
  position: relative;
  z-index: 2;
  max-width: min(92vw, 1200px);
  max-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.year-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  user-select: none;
}

.year-lightbox__close,
.year-lightbox__prev,
.year-lightbox__next {
  position: absolute;
  z-index: 3;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.year-lightbox__close:hover,
.year-lightbox__prev:hover,
.year-lightbox__next:hover {
  background: rgba(0, 214, 147, 0.25);
  color: #fff;
}

.year-lightbox__close {
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  padding: 0;
}

.year-lightbox__prev,
.year-lightbox__next {
  top: 50%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.year-lightbox__prev {
  left: 20px;
}

.year-lightbox__next {
  right: 20px;
}

.year-lightbox__prev::before,
.year-lightbox__next::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.year-lightbox__prev::before {
  transform: rotate(-135deg);
  margin-left: 18px;
}

.year-lightbox__next::before {
  transform: rotate(45deg);
  margin-right: 18px;
}

.year-lightbox__counter {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-family: var(--font-text);
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 640px) {
  .year-lightbox {
    padding: 56px 16px;
  }

  .year-lightbox__prev {
    left: 8px;
  }

  .year-lightbox__next {
    right: 8px;
  }

  .year-lightbox__close {
    top: 12px;
    right: 12px;
  }
}

.year__slide--1 {
  width: 431px;
}

.year__slide--2 {
  width: 429px;
}

.year__slide--3 {
  width: 432px;
}

.year__slide--4 {
  width: 461px;
}

@media (max-width: 1400px) {
  .year__caption {
    margin-left: 0px;
    left: 65px;
  }


  .year__video-wrap {
    margin-left: 65px;
  }

  .year__slider-wrap {
    margin-left: 0px;
    padding-left: 300px;

  }
}

@media (max-width: 920px) {
    .year {
        padding-top: 1px;
        padding-bottom: 0px;
    }
    .year .section__bg-title {
        font-size: 75px;
                top: 7px;
        left: 7px;
    }


    .year__caption {
        display:none;
    }

    .year__tabs {
      position: relative;
      left: auto;
      top: auto;
      margin: 48px 0 16px 16px;
    }

    .year__panel--video {
      padding-top: 0;
    }

    .year__video-wrap {
      margin-left: 16px;
      margin-right: 16px;
      width: auto;
      filter: drop-shadow(0px 16px 40px rgba(0, 0, 0, 0.25));
    }

    .year__video {
      border-radius: 12px;
    }

        .year__slider-wrap {
        margin-left: 0px;
          padding-left: 100px;
          margin-top: 0;
    }
    .year__slider{
        height: 92px;
            gap: 7px;
      padding-right: 20px;
    }
    .year__slide{
        width: 141px!important;
            height: 102px;
    }

    .year__slide img {
    display: block;
    width: auto;
    height: 100%;
    /*object-fit: cover;*/
}
}

/* --- Амбассадоры --- */
.ambassadors {
  padding-top: 160px;
  padding-bottom: 120px;

}



.ambassadors__decorations{
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  /*overflow: hidden visible;*/
  pointer-events: none;
}

.ambassadors__coral{
  position: absolute;
  left: 20px;
  top: 37px;
  width: 1200px;
  max-width: none;
  height: auto;
  pointer-events: none;
  z-index: -1;
  opacity: 0.92;
  object-fit: contain;
}

.ambassadors__coral-2{
  position: absolute;
  right: 485px;
  bottom: -160px;
  width: 1140px;
  rotate: 44deg;
  max-width: none;
  height: auto;
  pointer-events: none;
  z-index: -1;
  opacity: 0.9;
  object-fit: contain;
}
@media (max-width: 920px) {
  .ambassadors__coral{
    width: 420px;
    right: 0%;
    left: auto;
    top: 330px;

  }
  .ambassadors__coral-2{
    width: 500px;
    right: 0%;
  }
}
.ambassadors .section__bg-title {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 256.1px;
  line-height: 100%;
  letter-spacing: 0;
  top: 30px;
  text-transform: uppercase;
}

@media (max-width: 1850px) {
  .ambassadors .section__bg-title {
    font-size: 200px;
  }

}

@media (max-width: 1450px) {
  .ambassadors .section__bg-title {
    font-size: 150px;
  }

}

@media (max-width: 1100px) {
  .ambassadors .section__bg-title {
    font-size: 110px;
  }

}
.ambassadors .ambassadors_title_landing{
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 5.16rem);
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 2000px;
  margin: 0 auto;
  color: #4C3F34;
}
.ambassadors-grid {
  display: flex;
  flex-flow: row wrap;
  margin-top: 42px;
  gap: 27px 20px;
  justify-content: center;
}

.ambassador-card {
  position: relative;
  width: calc(25% - 21px);
  height: 573px;
  min-width: 360px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.ambassador-card__img {
  position: relative;
  width: 100%;
  height: 100%;
}

.ambassador-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.35s ease;
}

.ambassador-card__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 2;
  padding: 24px 20px;
  font-family: var(--font-futura-cond);
  font-weight: 500;
  font-size: 28px;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
  transition: opacity 0.3s ease;
}

.ambassador-card__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 32px;
  background-color: #BE8B5E;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  overflow-y: auto;
}

.ambassador-card__name {
  display: block;
  margin: 0 0 16px;
  font-family: var(--font-futura-cond);
  font-weight: 500;
  font-size: 48px;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #fff;
}

.ambassador-card__bio {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

@media (hover: hover) {
  .ambassador-card:hover .ambassador-card__content,
  .ambassador-card:focus-within .ambassador-card__content {
    opacity: 1;
    visibility: visible;
  }

  .ambassador-card:hover .ambassador-card__label,
  .ambassador-card:focus-within .ambassador-card__label {
    opacity: 0;
  }

  .ambassador-card:hover .ambassador-card__img img,
  .ambassador-card:focus-within .ambassador-card__img img {
    transform: scale(1.03);
  }
}

@media (max-width: 600px) {
  .ambassador-card__img img{
    object-position: top;
  }
}

  @media (max-width: 920px) {

  .ambassadors {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .ambassadors-grid{
    margin-top: 174px;
    gap: 14px 10px;
  }

  
 .landing .ambassadors-grid{
    margin-top: 74px;
 
  }

  .ambassadors .section__bg-title {
    top: 78px;
    left: 7px;
    font-size: 75px;
    line-height: 75px;
    white-space: normal;
  }

  .ambassadors__title-part {
    display: block;
  }
  .ambassador-card {
    width: calc(33% - 10px);
    height: 244px;
    min-width:162px;
    border-radius: 0;
  }

  .ambassador-card__label {
    padding: 12px 10px;
    font-size: 15px;
  }

  .ambassador-card__content {
    padding: 16px 14px;
    justify-content: center;
  }

  .ambassador-card__name {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .ambassador-card__bio {
    font-size: 11px;
    line-height: 1;
  }

  .ambassador-card.is-open .ambassador-card__content {
    opacity: 1;
    visibility: visible;
  }

  .ambassador-card.is-open .ambassador-card__label {
    opacity: 0;
  }
}

@media  (max-width:600px){
  .ambassador-card {
    width: calc(50% - 10px);
    height: 244px;
    min-width:162px;
    border-radius: 0;
  }
}

/* --- Партнёры --- */
.partners {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
  /*overflow: hidden;*/
}

@media (max-width: 920px) {
  .partners{
    padding-top: 160px;
  }
}

.partners .section__bg-title {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 256.1px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 1300px) {
  .partners .section__bg-title{
    font-size: 180px;
  }
}



.partners .partners_title_landing {

                              margin: 0;
                              font-family: var(--font-title);
                              font-weight: 400;
                              font-size: clamp(2.5rem, 6vw, 5.16rem);
                              line-height: 1.02;
                              letter-spacing: 0.02em;
                              text-transform: uppercase;
                              color: #4C3F34;
  max-width: 2030px;
  margin: 0 auto;

}

.contacts_gold{
  padding-block: 20px;
}
.contacts_gold .contacts_gold__title {

                              margin: 0;
                              font-family: var(--font-title);
                              font-weight: 400;
                              font-size: clamp(2.5rem, 6vw, 5.16rem);
                              line-height: 1.02;
                              letter-spacing: 0.02em;
                              text-transform: uppercase;
                              color: #4C3F34;
  max-width: 2030px;
  margin: 0 auto;

}

.partners__inner {
  position: relative;
  z-index: 2;
}

.partners__deco {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  object-fit: contain;
  opacity: 0.95;
}

/* За сеткой: крупный декор у 4-й ячейки первого ряда (правый верх) */
.partners__deco--gold-1 {
  width: 380px;
  height: auto;
  top: 80px;
  right: 6%;
}

/* Вертикальная «ветка» между колонками 2–3, нижние ряды */
.partners__deco--gold-2 {
  width: 620px;
  height: auto;
  top: 52%;
  left: 38%;
  rotate: 270deg;
  transform: translateX(-50%) rotate(8deg);
}

.partners-grid {
  display: flex;
  flex-flow: row wrap;
  gap: 24px 25px;
  justify-content: center;
}

.partner-card {
  position: relative;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: calc(20% - 20px);
  height: 337px;
  padding: 70px 24px 32px;
  background: #fff;
  border: none;
  border-radius: 4px;
}

.partner-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: var(--font-text);
  text-align: center;
  font-size: 0.7vw;
  color: #9f9f9f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-top: 1vw;
  pointer-events: none;
}

.partner-card img {
  display: block;
  width: 100% ;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.partner-card:nth-child(4) img{
  max-height: 130px;
}
.partner-card:nth-child(2) img{
  max-height: 80px;
}

.partner-card:nth-child(5) img{
  max-height: 230px;
}


.partner-card:nth-child(6) img{
  max-height: 145px;
}

.partner-card:nth-child(14) img{
  max-height: 135px;
}

.partner-card:nth-child(15) img{
  max-height: 135px;
}

.partner-card:nth-child(16) img{
  max-height: 105px;
}

@media (max-width: 1600px) {
  .partner-card {
    height: inherit;
  }
}

@media (max-width: 1180px) {
  .partners-grid {
    grid-template-columns: 200px 200px 200px 200px;
  }

  .partners__deco--gold-2 {
    left: 44%;
  }
}

@media (max-width: 920px) {
  .partners .section__bg-title {
    top: 8px;
    font-size: 75px;
    line-height: 75px;
    white-space: normal;
  }

  .partners__title-part {
    display: block;
  }

  .partners-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    gap: 10px 11px;
    border-radius: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .partner-card {
    flex: 0 0 107px;
    width: 107px;
    height: 107px;
    padding: 34px 8px 4px;
  }

  .partner-card__tag {
    font-size: 8px;
    padding-top: 8px;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 900px) {
  .partners-grid {
    grid-template-columns: 200px 200px 200px;
  }

  .partners__deco--gold-1 {
   display: none;
  }

  .partners__deco--gold-2 {
    display: none;
  }
}

@media (max-width: 640px) {
  .partners-grid {
    grid-template-columns: 200px 200px;
  }
}

/* --- Контакты --- */
.contacts {
  position: relative;
  padding-block: 0;
}

.contacts .section__bg-title {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 381.1px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contacts__stage {
  position: relative;
  padding-top: 250px;
  padding-bottom: 0px;
}

.contacts .contacts__stage .section__bg-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  margin: 0;
  padding-inline: 24px;
  text-align: left;
  z-index: 0;
  pointer-events: none;
}

.contacts__map-wrap {
  position: relative;
  z-index: 3;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  /* padding-bottom: clamp(140px, 16vw, 210px); */
}

.contacts__map-overlay {
  position: absolute;
  left: 50%;
  bottom: -150px;
  z-index: 4;
  display: flex;
  justify-content: flex-start;
  width: min(100% - var(--container-pad) * 2, 1320px);
  padding-inline: var(--container-pad);
  transform: translateX(-50%);
  pointer-events: none;
}

.contacts__venue-card {
  pointer-events: auto;
  width: min(100%, 458px);
  padding: clamp(20px, 2.4vw, 28px) clamp(22px, 2.6vw, 32px);
  background: rgba(205, 166, 115, 0.1);
  backdrop-filter: blur(29.6px);
  -webkit-backdrop-filter: blur(29.6px);
  border-radius: 21px;
}

.contacts__venue-card-title {
  margin: 0 0 clamp(12px, 1.5vw, 18px);
  font-family: var(--font-text);
  font-weight: 500;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.25;
  color: #cda673;
}

.contacts__venue-card-media {
  overflow: hidden;
  margin-bottom: clamp(14px, 1.6vw, 20px);
  border-radius: 10.7px;
}

.contacts__venue-card-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 392.6 / 224.65;
  object-fit: cover;
}

.contacts__venue-card-name {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 500;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.25;
  color: #ffffff;
}

.contacts__venue-card-name span {
  display: block;
  margin-top: 4px;
  font-weight: 400;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.2;
  color: #9b9b9b;
}

.contacts__info {
  position: relative;
  z-index: 3;
  margin-top: clamp(48px, 5vw, 72px);
}

.contacts__info-grid {
  align-items: start;
  display: flex;
  justify-content: flex-end;
}

.contacts__info-grid_map {
  display: flex;
 gap:30px;
}

.contacts__info-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacts__info-col--venue-1, .contacts__info-col--venue-2{
  width: 366px;
}

.contacts__info-col--venue-2 {
  padding-top: 45px;
}

.contacts__info-heading {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 24.68px;
  line-height: 24.68px;
  letter-spacing: 0;
  color: #cda673;
}

.contacts__info-venue {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 24.68px;
  line-height: 31px;
  color: #ffffff;
}

.contacts__info-venue span {
  display: block;
  margin-top: 4px;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 21.09px;
  line-height: 21.09px;
  letter-spacing: 0;
  color: #9b9b9b;
}

.contacts__info-email {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 21.09px;
  line-height: 27px;
  color: #9b9b9b;
  text-decoration: none;
  transition: color 0.2s;
}

.contacts__info-email:hover {
  color: #ffffff;
}

@media (max-width: 1200px) {
  .contacts__info {
    margin-top: 48px;
  }

  .contacts__info-grid_map {
    gap: 24px;
  }

  .contacts__info-col {
    gap: 16px;
  }

  .contacts__info-col--venue-1,
  .contacts__info-col--venue-2 {
    width: 320px;
  }

  .contacts__info-col--venue-2 {
    padding-top: 38px;
  }

  .contacts__info-heading {
    font-size: 22px;
    line-height: 22px;
  }

  .contacts__info-venue {
    font-size: 22px;
    line-height: 28px;
  }

  .contacts__info-venue span {
    font-size: 19px;
    line-height: 19px;
  }

  .contacts__info-email {
    font-size: 19px;
    line-height: 24px;
  }
}

@media (max-width: 920px) {
  .contacts__info {
    margin-top: 40px;
  }

  .contacts__map-wrap {
    padding-bottom: clamp(120px, 28vw, 180px);
  }

  .contacts__map-overlay {
    justify-content: flex-start;
    transform: none;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    position: relative;
  }

  .contacts__venue-card {
    width: min(calc(100% - 16px), 400px);
    transform: none;
    border-radius: 16px;
  }

  .contacts__venue-card-media {
    border-radius: 8px;
  }

  .contacts__info-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .contacts__info-grid_map {
    gap: 20px;
    width: 100%;
  }

  .contacts__info-col {
    gap: 14px;
  }

  .contacts__info-col--venue-1,
  .contacts__info-col--venue-2 {
    width: 100%;
    max-width: 100%;
  }

  .contacts__info-col--venue-2 {
    padding-top: 0;
  }

  .contacts__info-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .contacts__info-venue {
    font-size: 20px;
    line-height: 26px;
  }

  .contacts__info-venue span {
    margin-top: 3px;
    font-size: 17px;
    line-height: 17px;
  }

  .contacts__info-email {
    font-size: 17px;
    line-height: 22px;
  }
}

@media (max-width: 600px) {
  .contacts__info {
    margin-top: 32px;
  }

  .contacts__info-grid {
    gap: 24px;
  }

  .contacts__info-grid_map {
    flex-direction: column;
    gap: 16px;
  }

  .contacts__info-col {
    gap: 12px;
  }

  .contacts__info-heading {
    font-size: 18px;
    line-height: 18px;
  }

  .contacts__info-venue {
    font-size: 18px;
    line-height: 24px;
  }

  .contacts__info-venue span {
    margin-top: 2px;
    font-size: 15px;
    line-height: 15px;
  }

  .contacts__info-email {
    font-size: 15px;
    line-height: 20px;
  }
}

.map-card {
  width: 100%;
  background: white;
  height: 546px!important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.map-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #e9ecef;
  overflow: auto; /* Добавляем скролл */
}


/* При наведении на карту - фиксируем скролл страницы */
.map-container:hover {
  overscroll-behavior: contain; /* Отключает прокрутку страницы */
}

/* Для лучшей поддержки браузеров */
.map-container {
  overscroll-behavior-y: contain;
}

@media (max-width: 700px) {
  .map-container {
    height: 400px;
  }
}

.contacts__coral {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: min(1400px, 160%);
  height: auto;
  max-width: none;
  transform: translateX(-50%) translateY(35%);
  pointer-events: none;
  object-fit: contain;
  opacity: 0.92;
}
@media (max-width: 1650px) {
  .contacts .section__bg-title {
    font-size: 200px;
  }
}

@media (max-width: 900px) {
    .contacts{
        overflow: visible;
    }
    .contacts .contacts__stage .section__bg-title{
        left: 20px;
        
        top: -21px;
    }
  .contacts .section__bg-title {
    font-size: 75px;
  }
.contacts__stage{
    padding-top: 80px;
}
  .map-card {
    height: 255px !important;
  }

  .contacts__map-wrap {
    padding-bottom: 10px;
  }

  .contacts__venue-card {
    width: min(calc(100% - 24px), 340px);
    padding: 18px 20px;
  }

  .contacts__coral {
   display: none;
  }

}

/* --- Подвал (как шапка: бренд слева, коралл по центру, кнопка + 0+ справа) --- */
.footer {
  position: relative;
  z-index: 10;
  overflow: visible;
  padding-block: clamp(2.5rem, 6vw, 4rem) clamp(2rem, 5vw, 3rem);
  margin-top: var(--section-gap);
}
.footer_back{
  position: absolute;
  width: clamp(12rem, 35vw, 28.25rem);
  height: clamp(12rem, 35vw, 28.25rem);
  right: clamp(2rem, 18vw, 12rem);
  top: -35%;
  background: #3859BE;
  filter: blur(212px);
  border-radius: 50%;
}
.footer__corl {
  position: absolute;
  left: 50%;
  top: 270px;
  z-index: 0;
  width: min(980px, 120%);
  height: auto;
  max-width: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: contain;
  opacity: 0.92;
}
.footer__gold {
  position: absolute;
  left: 50%;
  top: -300px;
  z-index: 0;
  width: min(980px, 120%);
  height: auto;
  max-width: none;
  transform: translate(-50%, 0);
  pointer-events: none;
  object-fit: contain;
  opacity: 0.92;
}

@media (max-width: 760px) {
  .footer__gold{
    left: 50%;
    top: -110px;
    z-index: 0;
    width: 480px;
  }
}

@media (max-width: 480px) {
  .footer__gold{
    left: 50%;
    top: -50px;
    z-index: 0;
    width: 480px;
  }
}

.footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: clamp(1rem, 2.5vw, 2.75rem);
  max-width: 1834px;
  width: 100%;
}

.footer__brand {
  grid-column: 1;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: clamp(0.5rem, 1.2vw, 0.85rem);
  row-gap: 0.35rem;
  align-items: start;
  margin-left: 23px;
}

.footer__turtle {
  grid-column: 1;
  grid-row: 1;
  width: clamp(2.75rem, 4.5vw, 3.8125rem);
  height: auto;
  flex-shrink: 0;
}

.footer__title {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  width: clamp(5.5rem, 10vw, 7.875rem);
  height: auto;
  margin-top: 13px;
}

.footer__award {
  grid-column: 1 / 3;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  max-width: 11.25rem;
  margin-top: 21px;
}

.footer__award-line {
  display: inline-block;
  width: fit-content;
  padding: 0 0.35rem;
  background: var(--accent-gold);
  font-family: var(--font-text);
  font-size: clamp(0.7rem, 1.1vw, 0.8125rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--text-white);
}

.footer__actions {
  grid-column: 3;
  display: flex;
  align-items: center;
  gap: 43px;
  margin-right: 23px;
  flex-shrink: 0;
}

.footer__entry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 25px 28px ;
  background: var(--accent-green);
  color: #000;
  font-family: var(--font-futura-cond);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(1rem, 2.2vw, 1.875rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: filter 0.2s, transform 0.2s;
}

.footer__entry:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.footer__age {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.75rem, 4vw, 3.375rem);
  height: clamp(2.75rem, 4vw, 3.4375rem);
  border: 1px solid #CDA673;
  border-radius: 5rem;
  font-family: var(--font-text);
  font-size: clamp(0.95rem, 1.5vw, 1.125rem);
  font-weight: 400;
  line-height: 1;
  color: #CDA673;
  flex-shrink: 0;
}

@media (max-width: 920px) {
  .footer{
    padding: 20px 35px 73px 30px;
    box-sizing: border-box;
  }
  .footer__corl{
    top: 230px;
  }
  .footer__entry{
    padding: 10px 13px 10px 13px;
  }

  .footer__brand{
    margin-left: 0;
  }

  .footer__actions{
    margin-right: 0;
  }
  .footer__age {
display: none;
  }
  .footer__award {
    display: none;
  }
}


/* --- Landing page (landing.html) --- */

.landing .landing__container {
  width: min(100% - var(--container-pad) * 2, 82.5rem);
}

.landing-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  max-width: 1920px;
}

.landing-header__inner .header__brand {
  margin-left: 0;
  flex: 0 0 auto;
  max-height: 120px;
}
.landing-header{
  padding-bottom: 80px;
}
.landing-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(0.5rem, 1.5vw, 1.75rem);
  margin-left: auto;
  /*margin-right: auto;*/
}

.landing-nav a {
  font-family: var(--font-text);
  font-size: clamp(0.75rem, 1.1vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.3;
  color: var(--text-white);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.landing-nav a:hover {
  color: var(--accent-gold);
}

.landing-nav-toggle {
  display: none;
}

.landing-nav-overlay {
  display: none;
}

.landing-header__inner .header__counter {
  margin-right: 0;
  flex-shrink: 0;
}

.landing-header__inner .header__entry {
  margin-right: 0;
  flex-shrink: 0;
}

.landing-hero {
  padding-bottom: 0;
}

.landing-hero__intro {
  padding-bottom: 0;
  max-width: 1920px;
  margin: 0 auto;
}

.landing-hero__text {
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 0;
  max-width: 36rem;
  margin-left: 21px;
  font-family: var(--font-text);
  font-size: clamp(0.9375rem, 1.5vw, 1.125rem);
  line-height: 1.55;
  color: var(--text-white);
}

.landing-afisha {
  position: relative;
  padding-top: clamp(4rem, 8vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  overflow: visible;
}

.landing-afisha__decorations {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: visible;
  z-index: 0;
}

.landing-afisha__blur {
  position: absolute;
  width: clamp(12rem, 35vw, 28.25rem);
  height: clamp(12rem, 35vw, 28.25rem);
  right: clamp(2rem, 18vw, 12rem);
  top: 35%;
  background: #3859BE;
  filter: blur(212px);
  border-radius: 50%;
}

.landing-afisha__deco {
  position: absolute;
  max-width: none;
  height: auto;
  pointer-events: none;
  object-fit: contain;
}

.landing-afisha__list {
  left: -30%;
  bottom: 5%;
  width: clamp(18rem, 46vw, 55.65rem);
  rotate: 30deg;
  opacity: 0.9;
}

.landing-afisha__coral {
  left: 5%;
  bottom: 10%;
  width: clamp(14rem, 40vw, 36rem);
  rotate: -33deg;
  opacity: 0.85;
}

.landing-afisha__coral_2 {
  right: -15%;
  top: 0;
  width: clamp(16rem, 50vw, 95.45rem);
  rotate: 70.77deg;
  opacity: 0.8;
}

.landing-afisha__inner {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
}

.landing-afisha__title {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 5.16rem);
  line-height: 1.26;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4C3F34;
}

.landing-afisha__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 0;
}

.festival-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(33.333% - 14px);
  min-width: min(100%, 17.5rem);
  max-width: 27.625rem;
}

.festival-card__media {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  flex-shrink: 0;
  height: clamp(10rem, 25vw, 15.25rem);
  padding: 16px 16px 0;
  overflow: hidden;
}

.festival-card__media-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  /*object-fit: cover;*/
  object-position: center top;
}

.festival-card__badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  background: #BE8B5E;
  font-family: var(--font-text);
  font-size: 0.64rem;
  line-height: 1.2;
  color: #FFFFFF;
}

.festival-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  min-height: 15.125rem;
  background: rgba(20, 36, 81, 0.71);
  backdrop-filter: blur(37px);
  -webkit-backdrop-filter: blur(37px);
}

.festival-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 28px 18px;
}

.festival-card__title {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: clamp(1.375rem, 2.5vw, 2.05rem);
  line-height: 0.92;
  text-transform: uppercase;
  color: #FFFFFF;
}

.festival-card__details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(1rem, 3vw, 2rem);
  width: 100%;
}

.festival-card__detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}

.festival-card__label {
  font-family: var(--font-text);
  font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
  line-height: 1.25;
  color: #A1A1A1;
}

.festival-card__value {
  font-family: var(--font-text);
  font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
  line-height: 1.2;
  color: #FFFFFF;
}

.festival-card__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 4rem;
}

.festival-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 9.375rem;
  padding: 0 24px;
  background: #BE8B5E;
  font-family: var(--font-futura-cond);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  color: #FFFFFF;
  transition: opacity 0.2s ease;
}

.festival-card__cta:hover {
  opacity: 0.88;
}

.festival-card__cta--soon {
  min-width: 13rem;
  background: transparent;
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  text-transform: uppercase;
  color: #A1A1A1;
  cursor: default;
}
@media (max-width: 920px) {
  .festival-card__body{
    min-height: 12.125rem;
  }

.festival-card__cta{
 font-size: 24px;
}
}

.festival-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 4rem;
  width: 4rem;
  background: #BE8B5E;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.festival-card__arrow:hover {
  opacity: 0.88;
}

.festival-card--soon .festival-card__arrow {
  cursor: default;
}

.landing-news {
  padding-top: clamp(4rem, 8vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.landing-news__inner {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
}

.landing-news__layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 29px;
}

.landing-news__heading {
  margin: 0;
  padding: 10px;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 5.16rem);
  line-height: 1.26;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4C3F34;
}

.landing-news__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 3.875rem);
  width: 100%;
}

.landing-news__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 calc(25% - 3rem);
  min-width: min(100%, 12rem);
}

.landing-news__headline {
  margin: 0;
  padding: 10px;
  font-family: var(--font-text);
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  line-height: 1.28;
  color: #FFFFFF;
}

.landing-news__headline span{
  color: #9E9E9E;
  font-weight: 400;
}

.landing-news__meta {
  margin: 0;
  padding: 10px;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 0.704rem;
  line-height: 1.24;
  color: #797979;
}

.landing-delaem {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.landing-delaem__coral{
  position: absolute;
  width: 852px;
  height: auto;
  left: 20%;
  
}

.landing-delaem__inner {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
}

.landing-delaem__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.landing-delaem__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 1 calc(33.333% - 14px);
  min-width: min(100%, 17.5rem);
  min-height: 17.3125rem;
  padding: 32px 32px 27px 37px;
  background: rgba(20, 36, 81, 0.71);
  backdrop-filter: blur(37px);
  -webkit-backdrop-filter: blur(37px);
}

.landing-delaem__stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.landing-delaem__title {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(1.375rem, 2.5vw, 2.05rem);
  line-height: 0.92;
  color: #FFFFFF;
}

.landing-delaem__desc {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.4vw, 1.094rem);
  line-height: 1.2;
  color: #A1A1A1;
}

.landing-delaem__index {
  width: 100%;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: clamp(1.375rem, 2.5vw, 2.05rem);
  line-height: 0.92;
  color: #BE8B5E;
}

.landing-scale {
  position: relative;
  padding-top: clamp(4rem, 8vw, 6rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
  overflow: hidden;
}

.landing-scale__inner {
  position: relative;
  z-index: 1;
}

.landing-scale__layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1920px;
  gap: clamp(3rem, 12vw, 14.4375rem);
}

.landing-scale__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 1 28.5625rem;
  min-width: min(100%, 16rem);
}

.landing-scale__heading {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 5.16rem);
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4C3F34;
  z-index: 2;
}

.landing-scale__visual {
  position: relative;
  width: 100%;
  min-height: clamp(12rem, 28vw, 20rem);
  margin-top: clamp(1rem, 3vw, 2rem);
}

.landing-scale__deco {
  position: absolute;
  max-width: none;
  height: auto;
  pointer-events: none;
  object-fit: contain;
}

.landing-scale__coral {

  z-index: 1;
  left: -40%;
  top: 10%;
  width: 294px;
}

.landing-scale__coral_2 {
  left: -95%;
  top: -90px;
  width: 888px;
  rotate: 333deg;
  opacity: 1;
  z-index: 1;
}


@media (max-width: 1200px) {
  .landing-scale__coral_2{
      left: -30%;
  }
}

.landing-scale__fish {
  position: absolute;

  pointer-events: none;
  z-index: 3;
}

.landing-scale__fish--1 {
  left: 28%;
  rotate: -30deg;
  top: 18%;
  width: 372px;
  height: 208px;
}

.landing-scale__fish--2 {
  left: 78%;
  rotate: -30deg;
  top: 72%;
  width: 208px;
  height: 120px;
}

.landing-scale__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*flex: 1 1 34.875rem;*/
  min-width: min(100%, 18rem);
  gap: clamp(2.5rem, 5vw, 4rem);
  z-index: 3;

}

.landing-scale__metrics {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(2rem, 4vw, 3.9375rem);
  width: 100%;
  max-width: 34.875rem;
}

.landing-scale__metrics-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(2rem, 6vw, 6.125rem);
  width: 100%;
}

.landing-metric {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 1 10rem;
  max-width: 14.375rem;
}

.landing-metric__value {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1;
  color: #BE8B5E;
}

.landing-metric__label {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.4vw, 1.094rem);
  line-height: 1.2;
  color: #A1A1A1;
}

.landing-scale__author {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(0.75rem, 2vw, 1.75rem);
  width: 100%;
  max-width: 27.5rem;
}

.landing-scale__author-photo {
  flex: 0 0 auto;
  width: 89px;
  height: 80px;
  object-fit: cover;
  background: #0a1a33;
}

.landing-scale__author-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.landing-scale__author-name {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 0.844rem;
  line-height: 1.25;
  color: #FFFFFF;
}

.landing-scale__author-text {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 0.657rem;
  line-height: 1.24;
  color: #A1A1A1;
}

.landing-scale__quote {
  margin: 0;
  max-width: 27.1875rem;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: clamp(1.25rem, 2.4vw, 1.9375rem);
  line-height: 1.26;
  color: #FFFFFF;
}

.landing-contacts {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.landing-footer {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-top: var(--section-gap);
  padding-block: clamp(2.5rem, 6vw, 4.5rem) clamp(2rem, 5vw, 3.5rem);
}

.landing-footer__inner {
  position: relative;
  z-index: 1;
}

.landing-footer__layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: clamp(2rem, 5vw, 4rem) clamp(2rem, 6vw, 5rem);
}

.landing-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 17px;
  max-width: 13rem;
}

.landing-footer__brand-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}

.landing-footer__turtle {
  width: 61px;
  height: auto;
  flex-shrink: 0;
}

.landing-footer__title {
  width: 125px;
  height: auto;
  flex-shrink: 0;
}

.landing-footer__award {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.landing-footer__award-line {
  display: inline-block;
  width: fit-content;
  padding: 0 0.35rem;
  background: #CDA673;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #FFFFFF;
}

.landing-footer__cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  flex: 1 1 40rem;
  justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 3.5rem) clamp(2rem, 5vw, 4.5rem);
}

.landing-footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 1 12rem;
  min-width: min(100%, 11rem);
  max-width: 24.5rem;
}

.landing-footer__label {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #A1A1A1;
}

.landing-footer__text {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #F0F2F5;
}

.landing-footer__text a {
  color: #F0F2F5;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.landing-footer__text a:hover {
  opacity: 0.75;
}

.landing-footer__social{
  color: #BE8B5E!important;
}

@media (max-width: 1200px) {
  .landing-nav {
    /*order: 3;*/
    /*width: 100%;*/
    /*margin-left: 0;*/
    /*justify-content: flex-start;*/
  }
  .landing-header__inner{
    flex-wrap: nowrap;
  }

  .landing-afisha__grid {
    justify-content: center;
  }

  .festival-card {
    flex: 1 1 calc(50% - 10px);
  }

  .landing-news__grid {
    justify-content: flex-start;
  }

  .landing-news__item {
    flex: 1 1 calc(50% - 2rem);
    max-width: none;
  }

  .landing-delaem__grid {
    justify-content: center;
  }

  .landing-delaem__card {
    flex: 1 1 calc(50% - 10px);
    max-width: none;
  }

  .landing-scale__layout {
    /*flex-direction: column;*/
    gap: 3rem;
  }

  .landing-scale__left {
    /*flex: 1 1 auto;*/
    width: 100%;
  }
}

@media (max-width: 920px) {

  .landing-scale__layout{
    flex-direction: column;
  }

  .landing-scale__left{
    flex: 0;
  }
  .landing-scale__visual{
    min-height: 240px;
  }
  .landing-scale__coral{
    width: 224px;
  }
  .landing-scale__coral_2{
    width: 488px;
    top: -80px;
    left: 10%;
  }
  .landing-header__inner {
    justify-content: space-between;
  }

  .landing-header.is-nav-open {
    z-index: 1000;
  }

  .landing-nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 1002;
    position: relative;
  }

  .landing-nav-toggle__line {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text-white);
    border-radius: 1px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .landing-header.is-nav-open .landing-nav-toggle__line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .landing-header.is-nav-open .landing-nav-toggle__line:nth-child(2) {
    opacity: 0;
  }

  .landing-header.is-nav-open .landing-nav-toggle__line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .landing-nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .landing-header.is-nav-open .landing-nav-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .landing-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 1.5rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    width: min(320px, 100%);
    height: 100%;
    margin: 0;
    padding: 5.5rem 2rem 2rem;
    background: #BE8B5E;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .landing-header.is-nav-open .landing-nav {
    transform: translateX(0);
  }

  .landing-nav a {
    font-size: 1.125rem;
  }

  body.is-landing-nav-open {
    overflow: hidden;
  }

  .landing-news__grid {
    flex-direction: column;
    gap: 1.5rem;
  }

  .landing-news__item {
    flex: 1 1 100%;
    max-width: none;
  }

  .landing-afisha__grid {
    flex-direction: column;
    align-items: center;
  }

  .festival-card {
    flex: 1 1 100%;
    width: 100%;
    max-width: 27.625rem;
  }

  .landing-afisha__list,
  .landing-afisha__coral,
  .landing-afisha__coral_2 {
    opacity: 0.5;
  }

  .landing-delaem__grid {
    flex-direction: column;
    align-items: center;
  }

  .landing-delaem__card {
    flex: 1 1 100%;
    width: 100%;
    max-width: 27.625rem;
    min-height: 13.3125rem;
  }

  .landing-scale__metrics-row {
    gap: 1.5rem;
  }

  .landing-scale__fish--1,
  .landing-scale__fish--2 {
    opacity: 0.85;
  }

  .landing-footer__layout {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }

  .landing-footer__cols {
    flex-direction: column;
    flex: 1 1 auto;
    gap: 20px;
    align-items: flex-start;
  }

  .landing-footer__col {
    max-width: none;
    flex: 0;
  }
  .landing-hero__intro{
    padding-left: 0;
  }

  .landing-hero__text{
    margin-left: 0;
  }

.landing  .ambassadors .ambassadors_title_landing {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 5.16rem);
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4C3F34;
  z-index: 2;
}

.landing  .ambassadors .ambassadors_title_landing .ambassadors__title-part{
  display: inline-block;
}

.landing  .partners .partners_title_landing {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 5.16rem);
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4C3F34;
  z-index: 2;
}

.landing  .partners .partners_title_landing .partners__title-part{
   display: inline-block;
}

.landing  .partners{
  padding-top: 70px;
}
}

@media (max-width: 500px) {
  .landing-nav {
    width: 100%;
  }
}

.ticket-popup {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.ticket-popup[hidden] {
  display: none;
}

.ticket-popup.is-open {
  display: flex;
}

body.ticket-popup-open {
  overflow: hidden;
}

.ticket-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 12, 28, 0.72);
  cursor: pointer;
}

.ticket-popup__dialog {
  position: relative;
  z-index: 2;
  width: min(100%, 360px);
  padding: 36px 28px 32px;
  background: linear-gradient(180deg, #002041 0%, #091728 100%);
  border: 1px solid rgba(205, 166, 115, 0.45);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.ticket-popup__close {
  position: absolute;
  top: 8px;
  outline: none;
  right: 10px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--accent-gold);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.ticket-popup__close:hover {
  color: var(--text-white);
}

.ticket-popup__text {
  margin: 0;
  font-family: var(--font-text);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  color: var(--text-white);
}

