@font-face {
  font-family: "Stem-Regular";
  src: url("../fnt/Stem-Regular.woff2") format("woff2"), url("../fnt/Stem-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stem-Medium";
  src: url("../fnt/Stem-Medium.woff2") format("woff2"), url("../fnt/Stem-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stem-Bold";
  src: url("../fnt/Stem-Bold.woff2") format("woff2"), url("../fnt/Stem-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #ffffff;
  --text: #111111;
  --gold: #fab529;
  --gold-soft: #fff7cc;
  --gold-wash: rgba(255, 216, 0, 0.2);
  --container: 1792px;
  --section-pad-x: 64px;
  --section-pad-y: 80px;
  --font-main: "Stem-Medium", sans-serif;
  --font-copy: "Stem-Regular", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

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

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

p,
h1,
h2,
h3 {
  margin: 0;
}

.container-fluid {
  width: min(calc(100% - 128px), var(--container));
  margin: 0 auto;
}

.section {
  position: relative;
}

.toggle_click {
  cursor: pointer;
}

.toggle_list {
  top: calc(100% + 12px);
  left: 0;
  z-index: 30;
  display: none;
}

.toggle_list.is-open {
  display: block;
}

.toggle_list.is-dropup {
  top: auto;
  bottom: calc(100% + 12px);
}

.hero {
  min-height: 1079px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 9%, #f9bf3a 56%, #f7b322 100%);
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    url("../img/bg-1.svg") no-repeat right bottom,
    linear-gradient(180deg, #fff 11%, #fab52a 52%);
  background-size: contain;
}

.hero__shapes {
  display: none;
}

.hero__shape {
  position: absolute;
  display: block;
  border-radius: 28px;
  background: rgba(255, 245, 218, 0.72);
  box-shadow: 0 0 60px rgba(255, 239, 203, 0.25);
  transform-origin: center;
}

.hero__shape--a {
  width: 154px;
  height: 312px;
  right: 23%;
  top: 8%;
  transform: rotate(9deg);
}

.hero__shape--b {
  width: 468px;
  height: 174px;
  right: 10%;
  top: 28%;
  transform: rotate(-8deg);
}
.sixth-block {
  background: linear-gradient(180deg, rgba(255, 216, 0, 0) 57.5%, #fab529 97%);
}

.hero__shape--c {
  width: 250px;
  height: 146px;
  left: 35%;
  top: 43%;
  transform: rotate(34deg);
}

.hero__shape--d {
  width: 118px;
  height: 286px;
  right: 34%;
  bottom: -4%;
  transform: rotate(-32deg);
}

.hero__shape--e {
  width: 180px;
  height: 290px;
  right: 5%;
  bottom: -2%;
  transform: rotate(-24deg);
}

.hero__container {
  position: relative;
  z-index: 1;
  min-height: 1079px;
  padding: 64px 0 61px;
}

.hero__logo {
  margin-left: 10px;
  width: 358.824px;
  height: auto;
}

.hero__content {
  padding-top: 87px;
}

.hero__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1061.455px;
  font-family: "Stem-Medium", sans-serif;
  font-weight: 400;
  font-size: clamp(58px, 6.05vw, 116px);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.hero__title p {
  line-height: 1.1;
  white-space: nowrap;
}

.hero__title-accent {
  color: #fff;
}

.hero__lead {
  font-family: "Stem-Medium", sans-serif;
  font-weight: 400;
  max-width: 832px;
  margin-top: 157px;
  margin-left: 10px;
  font-size: 30px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.hero__lead-break {
  display: block;
}

.section-title,
.stats__title {
  font-size: clamp(42px, 6.25vw, 120px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.shortlist {
  background: linear-gradient(180deg, rgba(250, 181, 41, 0) 33.876%, #fab529 100%);
}

.shortlist .container-fluid,
.program .container-fluid,
.stats .container-fluid,
.gallery .container-fluid,
.closing .container-fluid {
  padding-top: 68px;
  padding-bottom: 80px;
}

.shortlist__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px 40px;
  margin-top: 120px;
}

.shortlist-card__image {
  width: 100%;
  aspect-ratio: 876 / 581;
  object-fit: cover;
}

.shortlist-card__title {
  margin-top: 28px;
  font-size: 36px;
  line-height: 1.3;
}

.shortlist-card__meta {
  margin-top: 8px;
  font-family: var(--font-copy);
  font-size: 22px;
  line-height: 1.4;
}

.grant {
  background: linear-gradient(180deg, rgba(255, 216, 0, 0) 52.399%, #fab529 100%);
}

.grant__container {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.grant__value {
  color: var(--gold);
  font-size: clamp(72px, 14.58vw, 280px);
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.grant__label {
  margin-top: 16px;
  font-size: 30px;
  line-height: 1.35;
  text-transform: uppercase;
}

.grant__text {
  max-width: 100%;
  margin-top: 89px;
  font-size: 55px;
  line-height: 1.2;
}

.ticker {
  overflow: hidden;
  padding: 40px 0;
  background: #fff;
}

.ticker__track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.ticker__track span {
  color: var(--gold);
  font-size: 70px;
  line-height: 1;
  white-space: nowrap;
}

.festival {
  background: linear-gradient(180deg, #fab529 47.763%, rgba(255, 216, 0, 0) 82.151%);
}

.festival__container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.festival__intro,
.festival__goals {
  max-width: 1182px;
  margin: 0 auto;
  text-align: center;
}

.festival__title {
  font-size: 55px;
  line-height: 1.2;
}

.festival__text {
  margin-top: 28px;
  font-family: var(--font-copy);
  font-size: 30px;
  line-height: 1.4;
}

.festival__image {
  width: 100%;
  margin-top: 80px;
  aspect-ratio: 1794 / 658;
  object-fit: cover;
}

.festival__goals {
  margin-top: 80px;
}

.festival__goals-label {
  font-size: 30px;
  line-height: 1.35;
  text-transform: uppercase;
}

.festival__goals p {
  margin-top: 28px;
  font-family: var(--font-copy);
  font-size: 30px;
  line-height: 1.4;
}

.program__grid {
  margin-top: 120px;
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

.program-card {
  background: rgba(255, 216, 0, 0.2);
  min-height: 800px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.program-card__media {
  position: relative;
}

.program-card__media img {
  width: 100%;
  aspect-ratio: 570 / 394;
  object-fit: cover;
  object-position: center top;
}

.program-card__credit {
  position: absolute;
  right: 48px;
  bottom: 37px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 1.3;
}

.program-card__age {
  position: absolute;
  left: 48px;
  bottom: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  padding: 8px 16px;
  border-radius: 30px;
  background: var(--gold-soft);
  font-size: 20px;
  line-height: 1.3;
}

.program-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px 48px;
}

.program-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 20px;
  line-height: 1.3;
}

.program-card__title {
  margin-top: 20px;
  font-size: 32px;
  line-height: 1.2;
}

.program-card__subtitle,
.program-card__winner,
.program-card__desc,
.program-card__place-label,
.program-card__place {
  font-size: 18px;
  line-height: 1.3;
}

.program-card__subtitle,
.program-card__desc,
.program-card__place {
  font-family: var(--font-copy);
}

.program-card__subtitle {
  margin-top: 4px;
}

.program-card__winner {
  margin-top: 4px;
  color: var(--gold);
}

.program-card__desc {
  margin-top: 20px;
}

.program-card__place-wrap {
  margin-top: 20px;
}

.program-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding: 12px 30px;
  border: 0;
  border-radius: 40px;
  background: var(--gold);
  color: var(--text);
  font: inherit;
  font-size: 24px;
  line-height: 1.3;
}

.stats__title {
  text-decoration: underline;
  text-underline-offset: 0.08em;
}

.stats .container-fluid {
  position: relative;
}

.stats .toggle_list {
  right: 0;
  width: 100%;
}

.stats__list {
  display: grid;
  gap: 4px;
  margin-top: 80px;
}

.stats__item {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  align-items: start;
  gap: 40px;
  max-width: 1200px;
}

.stats__number-wrap {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.stats__number {
  font-size: 140px;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.stats__unit,
.stats__desc {
  font-size: 30px;
  line-height: 1.3;
}

.stats__unit {
  padding-top: 18px;
}

.stats__desc {
  font-family: var(--font-copy);
}

.stats__title:hover{
  color: var(--gold);
  cursor: pointer;
}

.stats__subtitle {
  margin-top: 40px;
  color: var(--gold);
  font-size: clamp(42px, 6.25vw, 120px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.gallery {
  padding-top: 68px;
}

.gallery__container {
  width: min(calc(100% - 128px), 1794px);
  padding-bottom: 80px;
}

.gallery-row {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  overflow-x: scroll;
  flex-wrap: nowrap;
  scrollbar-width: none;
}

.gallery-row::-webkit-scrollbar {
  display: none;
}

.align-items-end {
  align-items: flex-end;
}

.each-item {
  flex: 0 0 auto;
  width: min(875px, calc((100% - 40px) / 2));
}

.relative {
  position: relative;
}

.img-container img {
  width: 100%;
  display: block;
}

.darken {
  background: rgba(251, 255, 112, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
}

.img-container:hover .darken {
  display: none;
}

.gallery-info-container {
  position: absolute;
  bottom: 0;
}

.padding-28 {
  padding: 28px;
}

.margin-0 {
  margin: 0;
}

.place-position {
  font-family: var(--font-main);
  font-weight: 400;
  color: #fab529;
  margin: 0 0 4px;
  font-size: clamp(1vw, 2.25rem, 36px);
  line-height: 1.3;
}

.gallery-info {
  color: #fff;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: clamp(1vw, 1.25rem, 20px);
  line-height: 1.2;
}

.year {
  font-family: var(--font-main);
  font-weight: 500;
  margin: 0;
  padding-bottom: 28px;
  color: #fab529;
  font-size: clamp(1vw, 6.25rem, 100px);
  line-height: 1.1;
}

.year-spacer {
  height: calc(110px + 28px);
}

.gallery-controls {
  display: flex;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 4px;
}

.gallery-controls img {
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.gallery-controls .right {
  margin-left: 36px;
}

.closing__text {
  max-width: 1306px;
  font-size: 55px;
  line-height: 1.2;
}

.closing__wish {
  margin-top: 40px;
  font-size: 55px;
  line-height: 1.2;
}

.color-bg {
  color: #fab529;
}

.white {
  color: #fff;
}

.inter {
  font-family: var(--font-main);
}

.nostyle {
  text-decoration: none;
}

.phone {
  display: block;
  margin-top: 12px;
}

.text-20-400 {
  font-weight: 500;
  font-size: clamp(1vw, 1.25rem, 20px);
  line-height: 1.2;
}

.text-40-500 {
  font-weight: 400;
  font-size: clamp(1vw, 2.5rem, 40px);
  line-height: 1.05;
}

.logo-white-ru2 {
  max-width: 360px;
  width: 100%;
}

.footer {
  background: #161616;
  padding: clamp(1vw, 7.5rem, 120px) 0;
}

.foo-info>div:last-child {
  margin-top: 3.25rem;
}

.vk {
  width: 100%;
  max-width: 100px;
  max-height: 56px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  .container-fluid {
    width: min(calc(100% - 56px), 100%);
  }

  .hero {
    min-height: 760px;
    background: linear-gradient(180deg, #fff 8%, #f9bf3a 58%, #f7b322 100%);
  }

  .hero__bg {
    background:
      url("../img/bg-1.svg") no-repeat right bottom,
      linear-gradient(180deg, #fff 8%, #fab52a 56%, #f7b322 100%);
    background-size: 118%;
  }

  .hero__container,
  .shortlist .container-fluid,
  .grant__container,
  .festival__container,
  .program .container-fluid,
  .stats .container-fluid,
  .gallery .container-fluid,
  .closing .container-fluid,
  .footer__container {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .hero__container {
    min-height: 760px;
  }

  .hero__logo {
    margin-left: 0;
    width: 163px;
  }

  .hero__content {
    padding-top: 72px;
  }


  .hero__title {
    font-size: 52px;
    line-height: 0.98;
    max-width: 320px;
    white-space: normal;
  }

  .hero__title p {
    white-space: normal;
  }

  .hero__lead {
    margin-left: 0;
    margin-top: 78px;
    max-width: 315px;
    font-size: 14px;
    line-height: 1.1;
  }

  .hero__lead-break {
    display: none;
  }

  .section-title,
  .stats__title,
  .stats__subtitle {
    font-size: 44px;
  }

  .shortlist__grid {
    margin-top: 28px;
  }

  .program__grid {
    margin-top: 28px;
    --bs-gutter-x: 28px;
    --bs-gutter-y: 28px;
  }

  .shortlist-card__title {
    margin-top: 12px;
    font-size: 16px;
  }

  .shortlist-card__meta {
    font-size: 12px;
  }

  .grant__value {
    font-size: 44px;
  }

  .grant__label {
    font-size: 14px;
  }

  .grant__text,
  .festival__title,
  .closing__text,
  .closing__wish {
    margin-top: 28px;
    font-size: 24px;
  }

  .ticker {
    padding: 20px 0;
  }

  .ticker__track span {
    font-size: 28px;
  }

  .festival__text,
  .festival__goals p,
  .festival__goals-label {
    font-size: 14px;
  }

  .festival__image {
    margin-top: 28px;
  }

  .festival__goals {
    margin-top: 28px;
  }

  .program-card {
    min-height: auto;
  }

  .program-card__body {
    padding: 20px 16px 16px;
  }

  .program-card__credit {
    right: 16px;
    bottom: 16px;
    font-size: 10px;
  }

  .program-card__age {
    left: 16px;
    bottom: 16px;
    min-width: 46px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .program-card__meta,
  .program-card__subtitle,
  .program-card__winner,
  .program-card__desc,
  .program-card__place-label,
  .program-card__place {
    font-size: 12px;
  }

  .program-card__title {
    font-size: 20px;
  }

  .program-card__button {
    margin-top: 20px;
    font-size: 16px;
    padding: 10px 18px;
  }

  .stats__list {
    margin-top: 28px;
  }

  .stats__item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .stats__number {
    font-size: 70px;
  }

  .stats__unit,
  .stats__desc {
    font-size: 14px;
  }

  .stats__unit {
    padding-top: 10px;
  }

  .gallery-row {
    gap: 12px;
  }

  .gallery__container {
    width: min(calc(100% - 56px), 100%);
    padding-bottom: 28px;
  }

  .each-item {
    width: 100%;
  }

  .gallery-info {
    font-size: 9px;
    margin-bottom: 12px;
    margin-left: 12px;
  }

  .place-position {
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

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

  .gallery-controls img {
    width: 28px;
    height: 28px;
  }

  .gallery-controls .right {
    margin-left: 0;
  }

  .year {
    padding-bottom: 12px;
    font-size: 70px;
    line-height: 1.1;
    color: #111;
  }

  .year-spacer {
    height: calc(77px + 12px);
  }

  @media (min-width: 768px) {
    .each-item {
      width: calc((100% - 12px) / 2);
    }
    
  }

  @media (max-width: 768px) {
    .shortlist__grid{
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }

  .logo-white-ru2 {
    max-height: 31px;
    width: auto;
    margin-bottom: 40px;
  }

  .foo-info>div:last-child {
    padding-top: clamp(1vw, 7.5rem, 120px);
  }

  .vk {
    width: 42px;
    margin-top: 40px;
  }

  .text-40-500 {
    font-size: clamp(5vw, 1.25rem, 20px);
  }
}
