:root {
  --bg-dark: #020B1E;
  --bg-anchor: #FDB121;
  --anchor-hover: #D89D2C;
  --text: #1E1E1E;
  --white: #FFFFFF;
  --muted: #C6C6C6;
  --accent: #F6CB5F;
  --glow: #091F67;
  --hover: #FDB121;

  --radius-angled: 35px 0px;
  --container: 1180px;

  --shadow: 0 16px 40px rgba(0, 0, 0, .18);

/*   --hero-bg: url("../img/hero.png"); */
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

.media {
 margin: 86px 0 0 0;
}

.media__box {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 44px;
}

.media-card {
 position: relative;
 z-index: 1;
 transition: all .3s ease;
}

.media-card:hover {
 transform: translateY(-8px);
}

.media-card__photo{
 width: 364px;
 height: 364px;
 filter: brightness(80%);
 border-radius: 112px 0;
 display: block;
 object-fit: cover;
 object-position: center;
 flex:0 0 auto;
 transition: all .6s ease;

}

.media-card__content {
 position: absolute;
 width: 100%;
 height: 100%;
 padding: 32px 55px 32px 32px;
 z-index: 2;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

.media-card__source {
 padding: 8px 12px;
 background: #fff;
 align-content: center;
 text-align: center;
 align-self: flex-end;
 border-radius: 20px;
 font-size: 16px;
 font-weight: 700;
}

.media-card__text {
 font-size: 16px;
 font-weight: 700;
 color: #FFF;
}

@media (max-width: 1024px){
   .media__box {flex-wrap: wrap;}
}

.anchor-circle {
  width: 118px;
  height: 118px;
  background-color: var(--bg-anchor);
  border-radius: 50%;
  text-align: center;
  align-content: center;
  margin-bottom: 34px;
  cursor: pointer;
  transition: all .3s ease;
}

.anchor-circle:hover {
  background-color: var(--anchor-hover);
}

    .marquee-container {
    width: 100%;
    overflow: hidden;
    background: #020B1E;
    position: relative;
    height: 139px;
		margin: 5rem 0;
  }

  .marquee-content {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    height: 100%;
  }

  .marquee-item {
    display: flex;
    align-items: center;
    gap: 45px;
    padding-right: 45px;
    flex-shrink: 0;
  }

  .marquee-item img {
    width: 61px;
    height: 91px;
/*     background: #FFFFFF; */
    transform: matrix(-1, 0, 0, 1, 0, 0);
    object-fit: contain;
    flex-shrink: 0;
  }

  .marquee-item h2 {
    font-family: 'Avenir Next Cyr', sans-serif;
    font-weight: 750;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    min-width: 613px;
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

body {
  margin: 0;
  font-family: "Avenir Next Cyr", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

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

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

button {
  font: inherit;
}

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

.ph {
  display: grid;
  place-items: center;
  background: rgba(198, 198, 198, .25);
  border: 1px dashed rgba(198, 198, 198, .9);
  color: rgba(30, 30, 30, .6);
  user-select: none;
}

.ph--logo {
  width: 64px;
  height: 44px;
  border-radius: 10px;
}

.ph--mini {
  width: 44px;
  height: 44px;
  border-radius: 10px;
}

.ph.footer__logo {
  width: 110px;
  height: 70px;
  border-radius: 14px;
}

.ph.footer__map {
  width: 320px;
  height: 120px;
  border-radius: 14px;
}

.ph--mini,
.ph.footer__logo,
.ph.footer__map {
  border-style: dashed;
}

/* ====== BUTTONS ====== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  padding: 12px 22px;
  border-radius: 35px;
  border: 0;
  cursor: pointer;
  font-weight: 750;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.btn--primary {
  background: linear-gradient(132.11deg, #F6CB5F 27.17%, #FDB121 44.46%, #FEC400 55.07%);
  color: var(--bg-dark);
}

.btn--wide {
  width: 288px;
}

.btn:hover {
  transform: translateY(-1px);
  background: var(--hover);
}

.btn:active {
  transform: translateY(0);
  filter: saturate(1.08);
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bg-dark);
  backdrop-filter: blur(10px);
}

.header__inner {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav__link {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  opacity: .95;
  transition: opacity .2s ease;
}

.nav__link:hover {
  opacity: 1;
}

.burger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
}

.burger:hover {
  background: rgba(255, 255, 255, 0.08);
}

.burger span {
  display: block;
  height: 2.5px;
  margin: 7px 10px;
  background: #fff;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.burger[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.12);
  border-color: transparent;
}

.burger[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  background: #fff;
}

.burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.burger[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
  background: #fff;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 11, 30, 0.92);
  backdrop-filter: blur(8px);
  z-index: 100;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav-overlay.is-active {
  display: block;
  opacity: 1;
}

.nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 320px;
  height: 100vh;
  background: rgba(2, 11, 30, 0.96);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding: 84px 24px 24px;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 101;
  overflow-y: auto;
}

.nav-overlay.is-active .nav-mobile {
  transform: translateX(0);
}

.nav-mobile a {
  display: block;
  padding: 16px 0;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.nav-mobile a:hover {
  color: var(--accent);
  padding-left: 8px;
}

.nav-mobile a:last-child {
  border-bottom: none;
}

.nav-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: calc(85% - 40px);
  max-width: calc(100% - 320px);
  bottom: 0;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 879px;
/*   color: #fff; */
  background: var(--hero-bg);
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, .14), rgba(0, 0, 0, .14)),
    var(--hero-bg);
  background-size: cover;
  background-position: center;
}

.hero__content {
  position: relative;
  padding: 90px 0 72px;
}

.hero__kicker {
  margin: 0 0 10px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .95;
  font-size: 24px;
}

.hero__title {
  margin: 0;
  font-weight: 750;
  font-size: clamp(34px, 4.2vw, 44px);
  line-height: 1.2;
}

.hero__actions {
  margin-top: 30px;
}

.hero__meta {
  margin-top: 34px;
  display: flex;
  gap: 55px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.hero__dates {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.chip-round {
  width: 110px;
  height: 94px;
  border-radius: 35px;
  border: 2px solid var(--accent);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(2, 11, 30, .25);
}

.chip-round span {
  font-weight: 750;
  font-size: 24px;
  line-height: 18px;
}

.chip-round small {
  font-weight: 700;
  margin-top: 4px;
  font-size: 16px;
  letter-spacing: .06em;
  opacity: .9;
  text-transform: uppercase;
}

.hero__info {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

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

.info-block span {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.info-block p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero__place {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.icon-text {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}

.i {
  width: 24px;
  height: 24px;
  display: inline-block;
  opacity: .9;
  background: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.i--clock {
  mask-image: radial-gradient(circle at 50% 50%, #000 66%, transparent 67%);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 66%, transparent 67%);
}

.i--pin {
  mask-image: radial-gradient(circle at 50% 35%, #000 34%, transparent 35%);
  -webkit-mask-image: radial-gradient(circle at 50% 35%, #000 34%, transparent 35%);
}

.hero__note {
  margin-top: 42px;
}

.about {
  position: relative;
  padding: 0 0 54px;
  background: #fff;
  min-height: 943px;
}

.about__card {
/*   background: url('../img/card.png'); */
  background-size: cover;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  padding: 57px 83px;
  box-shadow: var(--shadow);
  position: relative;
  top: -241px;
  min-height: 397px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about__side {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + var(--city-y, 80px)));
  width: min(520px, 30vw);
  height: auto;
  max-height: 559px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  opacity: 0.95;
  transition: transform 0.45s ease-out;
}

.about__side--left {
  left: 0;
  object-position: left;
}

.about__side--right {
  right: 0;
  object-position: right;
}

.about__card {
  z-index: 1;
}

.about__card-title {
  margin: 0;
  font-weight: 750;
  color: var(--text);
  line-height: 1.15;
  font-size: 44px;
  text-align: center;
  line-height: 1.3;
}

.about__card-text {
  margin: 36px 0 0;
  max-width: 1014px;
  line-height: 1.45;
}

.about__card-decor {
  margin-top: 18px;
  height: 78px;
  border-radius: 18px;
  opacity: 0.35;
}

.about___wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.about__stats {
  display: grid;
  grid-template-columns: 0.3fr 0.3fr;
  gap: 64px;
  margin-top: 36px;
  align-items: stretch;
  margin-bottom: 0;
  justify-content: center;
}

.stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.stat__value {
  font-weight: 750;
  font-size: 64px;
  line-height: 78px;
}

.stat__label {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.about__line {
  margin: 22px auto 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  max-width: 980px;
  position: relative;
  margin-bottom: 0;
}

.about__line--strong {
  font-weight: 750;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 50px;
  transition: transform 0.35s ease-out;
}

.section-title.scroll-right {
  transform: translateX(42px);
}

.first-title {
  position: absolute;
  top: -193px;
  z-index: 2;
}

.program-title {
  position: absolute;
  top: -78px;
  z-index: 2;
  color: var(--white);
  margin: 0;
}

.section-title h2 {
  margin: 0;
  font-weight: 750;
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 1.1;
  text-transform: uppercase;
}

.section-title--light h2 {
  color: #fff;
}

.dot {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 100%;
  background: var(--accent);
  flex: 0 0 auto;
  position: relative;
  top: 3px;
  animation: dot-pulse 2.5s ease-in-out infinite;
}

@keyframes dot-pulse {

  0%,
  100% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }
}

.dark-section {
  position: relative;
  background: var(--bg-dark);
  padding: 0 0 70px;
}

.dark-section--speakers {
  min-height: auto;
}

.dark-section::before,
.dark-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 220px;
  background: var(--glow);
  filter: blur(150px);
  opacity: .9;
  z-index: 0;
}

.dark-section::before {
  left: 87px;
  top: 55%;
}

.dark-section::after {
  right: 87px;
  top: 30%;
}

.grid {
  display: grid;
  gap: 24px;
}

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

.person-box {
  display: flex;
  gap: 94px;
  flex-wrap: wrap;
  position: relative;
  top: -89px;
}

.person-card {
  text-align: center;
  color: #fff;
  max-width: 224px;
  position: relative;
  z-index: 2;
}

.person-card__photo {
  width: 224px;
  height: 224px;
  border-radius: 112px 0px;
  margin: 0 auto 24px;
  display: block;
  object-fit: cover;
  object-position: center 20%;
  transition: border-radius .6s ease, border .6s ease;
  border: 2px solid transparent;
}

.person-card:hover .person-card__photo {
  border-radius: 100%;
  border: 2px solid var(--hover);
}

.person-card:hover .person-card__name,
.person-card:hover .person-card__role {
  color: var(--hover);
  transition: color .6s ease;
}

.person-card__name {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}

.person-card__role {
  margin: 8px auto 0;
  max-width: 520px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  opacity: .95;
  text-align: center;
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 46px 24px;
  margin-top: 18px;
  position: relative;
  z-index: 2;
}

.speaker {
  text-align: center;
  color: #fff;
}

.speaker--hidden {
  display: none;
}

.speakers-grid.is-expanded .speaker--hidden {
  display: block;
  animation: speakerReveal 0.35s ease forwards;
}

@keyframes speakerReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.speaker__photo {
  width: 224px;
  height: 224px;
  border-radius: 112px 0;
  margin: 0 auto 24px;
  display: block;
  object-fit: cover;
  object-position: center 20%;
  transition: border-radius .6s ease, border .6s ease;
  border: 2px solid transparent;
}

.speaker:hover .speaker__photo {
  border-radius: 100%;
  border: 2px solid var(--hover);
}

.speaker:hover .speaker__name,
.speaker:hover .speaker__role {
  color: var(--hover);
  transition: color .6s ease;
}

.speaker__name {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.speaker__role {
  margin: 8px auto 0;
  max-width: 260px;
  font-size: 14px;
  line-height: 18px;
  opacity: .92;
}

.more-link {
  display: block;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 150px;
  color: var(--accent);
  border: 0;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 750;
  font-size: 16px;
  transition: all .3s ease;
  width: 100%;
  text-align: center;
}

.more-link:hover {
  color: var(--hover);
}

.program {
  position: relative;
  background: #fff;
  padding: 0 0 334px;
  /*background-image: url("../img/roadmap.png");*/
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.program__bg {
  display: none;
}

.program .container {
  position: relative;
  z-index: 1;
}

.program__date {
  padding: 62px 0 88px;
  text-align: center;
  font-weight: 750;
  font-size: clamp(28px, 3.8vw, 64px);
  line-height: 1.1;
  margin: 0;
  overflow: hidden;
}

.program__date-inner {
  display: inline-block;
  will-change: transform;
  transition: transform 0.08s linear;
}

.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-left: 0;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  border-left: 2px dashed var(--accent);
  opacity: 1;
}

.timeline-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 46px;
  align-items: flex-start;
  position: relative;
}

.timeline-item__num {
  width: 78px;
  height: 77px;
  border-radius: var(--radius-angled);
  background: var(--accent);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--text);
}

.timeline-item__body {
  padding-top: 2px;
}

.timeline-item__meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.pill {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 750;
  font-size: 16px;
  line-height: 20px;
  color: var(--text);
}

.timeline-item__title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.timeline-item__text {
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--text);
}

.timeline-item__speakers {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.mini-person {
  display: flex;
  gap: 24px;
  align-items: center;
  min-width: 280px;
}

.mini-person__avatar {
  width: 64px;
  height: 64px;
  border-radius: 72px;
  overflow: hidden;
  object-fit: cover;
  object-position: center 20%;
}

.mini-person__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 283px;
}

.mini-person__name {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.mini-person__role {
  margin-top: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  opacity: .95;
}

.tickets {
  background: #fff;
  padding: 64px 0 72px;
}

.tickets-title {
  position: relative;
  top: -193px;
  z-index: 2;
  margin-bottom: 0;
}

.pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  position: relative;
  z-index: 2;
  top: -127px;
}

.pricing.bounce-cards .price-card:nth-child(1) {
  animation: card-bounce 0.6s ease-out 0s 1 both;
}

.pricing.bounce-cards .price-card:nth-child(2) {
  animation: card-bounce 0.6s ease-out 0.15s 1 both;
}

.pricing.bounce-cards .price-card:nth-child(3) {
  animation: card-bounce 0.6s ease-out 0.3s 1 both;
}

@keyframes card-bounce {
  0% {
    transform: translateY(0);
  }

  35% {
    transform: translateY(-18px);
  }

  55% {
    transform: translateY(4px);
  }

  75% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

.price-card {
  position: relative;
  background: #fff;
  border: 2px solid var(--accent);
  border-radius: 18px;
  border-top-left-radius: 37px;
  border-top-right-radius: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.price-card::before,
.price-card::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: var(--bg-dark);
  top: 264px;
  border: 2px solid var(--accent);
}

.price-card::before {
  left: -12px;
}

.price-card::after {
  right: -12px;
}

.price-card__head {
  background: var(--accent);
  border-radius: var(--radius-angled);
  border-top-right-radius: 0;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: var(--text);
}

.price-card__head small {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  opacity: .95;
  margin-top: 6px;
}

.price-card__body {
  padding: 26px 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.price-card__price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.price-card__num {
  font-size: 64px;
  line-height: 78px;
  font-weight: 750;
}

.price-card__cur {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.price-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.price-card__list li {
  display: flex;
  gap: 8px;
  align-items: center;
}

.price-card__list li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: var(--accent);
  margin-top: 4px;
  flex: 0 0 auto;
}

.price-card__divider {
  position: relative;
  height: 2px;
  background: repeating-linear-gradient(to right, var(--accent) 0, var(--accent) 20px, transparent 12px, transparent 35px);
  opacity: 1;
  margin: 14px 0;
}

.price-card__bonus {
  text-align: center;
  font-weight: 750;
  font-size: 20px;
  line-height: 25px;
  color: var(--text);
  margin-bottom: 49px;
}

.price-card__bonus span {
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}


.price-card--mid .price-card__head {
  background: #F6CB5F;
}

.partners {
  position: relative;
  padding: 0 0 54px;
  background: var(--white);
  min-height: 1450px;
}

.partners-wrapper {
  display: grid;
  gap: 38px;
}

.partners__side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(520px, 30vw);
  height: auto;
  max-height: 559px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  z-index: 2;
  opacity: 0.95;
}

.partners__side--left {
  left: 0;
  object-position: left;
}

.partners__side--right {
  right: 0;
  object-position: right;
}

.partners-title {
  position: relative;
  top: -61px;
}

.partner-block__title {
  color: var(--text);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
}

.partner-logos {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.partner-logos--grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 820px;
  margin: 0 auto;
}

.partner-logo {
  width: 264px;
  height: 150px;
  border: 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
}

#faq {
  min-height: 851px;
}

.faq__layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 34px;
  align-items: start;
}

.faq-title {
  position: relative;
  top: -193px;
  margin: 0;
}

.faq__media {
  width: 100%;
  height: 441px;
  border-radius: 18px;
  max-width: 394px;
  display: grid;
  place-items: center;
  object-fit: cover;
  position: relative;
  top: -143px;
  z-index: 2;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 2;
  top: -143px;
}

.faq-text {
  margin: 0;
  text-align: center;
  font-weight: 750;
  font-size: clamp(28px, 4.2vw, 58px);
  line-height: 1.1;
  color: var(--white);
  padding: 0 18px 22px;
  border-radius: 16px;
  overflow: hidden;
}

.faq-text-inner {
  display: inline-block;
  will-change: transform;
  transition: transform 0.08s linear;
}

.acc {
  border-radius: var(--radius-angled);
  border: 2px solid var(--muted);
  background: #fff;
  overflow: hidden;
}

.acc__btn {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;

  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: var(--text);
}

.acc__icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  position: relative;
  flex: 0 0 auto;
}

.acc__icon::before,
.acc__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: var(--text);
}

.acc__icon::after {
  width: 2px;
  height: 14px;
}

.acc__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
  border-top: 1px solid rgba(198, 198, 198, .5);
}

.acc__panel p {
  margin: 0;
  padding: 18px 26px 22px;
  color: rgba(30, 30, 30, .88);
  line-height: 1.55;
}

.acc.is-open {
  border-color: var(--accent);
}

.acc.is-open .acc__icon::after {
  opacity: 0;
}

.acc__cta {
  margin-top: 10px;
}

.dark-section--banner {
  padding: 42px 0;
}

.contacts {
  min-height: 1100px;
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 20px;
}

.contact-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  padding: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 150px;
}

.contact-card__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contacts-title {
  position: relative;
  top: -63px;
}

.contact-card__photo {
  width: 224px;
  height: 224px;
  border-radius: 112px 0;
  display: block;
  object-fit: cover;
  object-position: center;
  flex: 0 0 auto;
  transition: all .6s ease;
}

.contact-card__photo:hover {
  border-radius: 100%;
}

.contact-card__name {
  margin: 0;
  font-weight: 750;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}

.contact-card__role {
  margin: 6px 0 0;
  opacity: .9;
}

.contact-card__line {
  margin: 6px 0 0;
  opacity: .95;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-card a {
  text-underline-offset: 2px;
  font-size: 16px;
  font-weight: 700;
}

.social {
  background: #fff;
  padding: 66px 0 80px;
}

.social__title {
  margin: 0;
  text-align: center;
  font-weight: 750;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.1;
}

.social__subtitle {
  margin: 50px auto 0;
  text-align: center;
  max-width: 860px;
  color: var(--text);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.social__subtitle p {
  margin: 0;
}

.social__grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.qr__img {
  width: 162px;
  height: 162px;
  border-radius: 35px 0px;
  border: 2px solid var(--accent);
  padding: 15px;
  background: var(--white);
}

.qr__label {
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--accent);
}

.anchor-box {
	width:100%;
	max-width: 1180px;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
}

.footer {
  background: var(--bg-dark);
  color: var(--white);
  padding: 0;
  overflow: hidden;
  position: relative;
  font-family: "Avenir Next Cyr", system-ui, -apple-system, sans-serif;
}

.footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px 32px;
  align-items: start;
  padding: 40px 0 32px;
  position: relative;
  z-index: 2;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__col--left {
  max-width: 320px;
}

.footer__org-name {
  margin: 0;
  font-size: 24px;
  font-weight: 750;
  line-height: 1.35;
  color: var(--white);
  text-transform: none;
  letter-spacing: 0;
}

.footer__phones {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 16px;
  font-weight: 750;
  text-decoration: none;
  transition: opacity .2s ease;
}

.footer__phone:hover {
  opacity: .9;
}

.footer__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: .85;
}

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

.footer__messenger {
  display: block;
  width: 36px;
  height: 36px;
}

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

.footer__messenger:hover img {
  filter: brightness(1.1);
}

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

.footer__banner {
  width: 100%;
  max-width: 304px;
  height: 120px;
  background: rgba(30, 50, 80, .5);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em;
  display: grid;
  place-items: center;
  object-fit: cover;
}

.footer__emblem {
  border: none;
  padding: 12px;
}

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

.footer__col--right {
  max-width: 360px;
  margin-left: auto;
}

.footer__map-wrap {
  position: relative;
  width: 100%;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  background: #1a1d26;
}

.footer__map-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.footer__map-inner iframe {
	width: 100% !important;
}

.footer__map-iframe {
  /* position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.footer__address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--white);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.45;
}

.footer__address .footer__icon {
  margin-top: 2px;
  flex-shrink: 0;
}

.footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: 12px;
  font-weight: 700;
  color: var(--white);
  position: relative;
  z-index: 2;
}

.footer__copyright {
  text-align: left;
}

.footer__policy {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer__policy:hover {
  opacity: .9;
}

.footer__rights {
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.section-title.reveal.is-visible {
  transform: none;
}

.section-title.reveal.is-visible.scroll-right {
  transform: translateX(42px);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal.is-active {
  display: flex;
  opacity: 1;
  pointer-events: all;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.modal-content {
  background: #FFFFFF;
  border-radius: 35px;
  width: 100%;
  height: calc(100vh - 20px);
  max-width: 1006px;
  max-height: 746px;
  padding: 58px 64px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(20px);
  transition: transform 0.3s ease;
  overflow-y: auto;
}

.modal.is-active .modal-content {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  z-index: 10;
}

.modal-close:hover {
  color: #333;
}

.modal-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.modal-header-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F6CB5F;
  margin-right: 12px;
}

.modal-content h2 {
  font-family: 'Avenir Next Cyr', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 750;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  display: flex;
  align-items: center;
  color: #1E1E1E;
}

.form-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.form-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 32px;
  width: 100%;
  height: 100%;
}

.flex-row {
  display: flex;
  gap: 24px;
  width: 100%;
  margin-bottom: 8px;
}

.flex-row>.form-group {
  flex: 1;
}

.flex-row>.form-group.wide {
  flex: 2;
}

.form-row {
  display: flex;
  gap: 8px;
  width: 100%;
  margin-bottom: 8px;
}

.form-row>.form-group {
  flex: 1;
  min-width: 300px;
}

.form-group {
  margin-bottom: 0;
  position: relative;
}

.textarea-group {
  margin-top: 24px;
}

.form-group label {
  display: block;
  margin-bottom: 2px;
  font-family: 'Avenir Next Cyr', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #1E1E1E;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 10px 22px;
  border: 1px solid #D9D9D9;
  border-radius: 35px;
  font-size: 16px;
  line-height: 20px;
  transition: border-color 0.3s ease;
  background: #FFFFFF;
  height: 48px;
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 45px;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus
{
  outline: none;
  border-color: #F6CB5F;
}

.form-group textarea {
  height: 68px;
  padding: 14px 22px;
  resize: none;
}

.error-message {
  display: none;
  color: #FF4444;
  font-size: 13px;
  margin-top: 4px;
  font-weight: 500;
}

.form-group.error input,
.form-group.error textarea {
  border-color: #FF4444;
}

.form-group.error .error-message {
  display: block;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-group input {
  width: 24px;
  height: 24px;
  border: 2px solid #D9D9D9;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  flex-shrink: 0;
}

.checkbox-group input:checked {
  background: #F6CB5F;
  border-color: #F6CB5F;
}

.checkbox-group input:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.checkbox-group label {
  font-family: 'Avenir Next Cyr', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #1E1E1E;
  cursor: pointer;
  line-height: 1.5;
}

.checkbox-group a {
  color: #F6CB5F;
  text-decoration: none;
  font-weight: 700;
  text-decoration: underline;
}

.first-checkbox {
  margin-top: 24px;
}

.second-checkbox {
  margin-bottom: 24px;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn {
    transition: none;
  }

  .acc__panel {
    transition: none;
  }

  .dot {
    animation: none;
  }
}


@media (max-width: 1130px) {
  .about__card {
    padding: 57px 25px;
    top: -40px;
  }

  .about__card-title {
    font-size: 32px;
  }

  .about___wrapper {
    top: 0;
    transform: translateY(0%);
  }
	
  .anchor-box {
	padding: 0 32px;	
  }

  .first-title {
    top: -100px;
  }

  .person-box {
    top: -30px;
  }
}

@media (max-width: 1024px) {
  .nav {
    display: none;
  }

  .burger {
    display: block;
  }

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

  .speakers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .partner-logos--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .footer__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer__col--right {
    margin-left: 0;
    max-width: none;
  }

  .footer__bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer__copyright {
    text-align: center;
  }

  .footer__rights {
    text-align: center;
  }

  .hero {
    min-height: 720px;
  }

  .modal-content {
    width: 90%;
    height: auto;
    padding: 40px;
    max-height: 90vh;
    overflow-y: auto;
  }

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

  .form-row {
    flex-direction: column;
    gap: 8px;
  }

  .form-row>.form-group {
    min-width: auto;
  }


}

@media (max-width: 768px) {
  .about__card {
    padding: 25px;
    top: -40px;
  }

  .about__card-title {
    font-size: 23px;
  }
	
  .first-title {
    top: -40px;
  }

  .person-box {
    top: 20px;
    margin-bottom: 50px;
  }

  .about__side,
  .partners__side {
    display: none;
  }

  .btn--wide {
    width: 100%;
  }
}

@media (max-width: 600px) {

  .partners-wrapper {
    margin-bottom: 100px;
  }

  .partners {
    margin-bottom: 100px;
  }
}

@media (max-width: 590px) {

  .first-title,
  .person-box {
    position: static;
  }

  .hero__place {
    flex-direction: column;
  }

  .dark-section--speakers {
    padding-top: 50px;
  }

  .person-box {
    justify-content: center;
    gap: 64px;
  }

  .first-title h2 {
    color: var(--white);
  }
}

@media (max-width: 520px) {
  .timeline-item {
    grid-template-columns: 64px 1fr;
    gap: 18px;
  }

  .timeline-item__num {
    width: 64px;
    height: 64px;
  }

  .acc__btn {
    font-size: 18px;
    line-height: 22px;
    padding: 18px 18px;
  }
}

@media (max-width: 500px) {
  .anchor-box {
	margin-top: 32px;
  }
	
  .timeline-item {
    grid-template-columns: 30px 1fr;
  }

  .contact-card:first-of-type {
    margin-bottom: 0;
  }

  .contact-card {
    flex-direction: column;
  }

  .contact-card__name,
  .contact-card__role {
    text-align: center;
  }

  .contact-card__line {
    justify-content: center;
  }

  .timeline-item__num {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .timeline-item__title,
  .timeline-item__text {
    font-size: 14px;
  }

  .mini-person {
    flex-direction: column;
    align-items: self-start;
  }

  .dark-section::before,
  .dark-section::after {
    display: none;
  }

  form .btn {
    width: 100%;
  }

  .btn--wide {
    width: 100%;
  }
}

@media (max-width: 400px) {
    
  .hero {
     min-height: 983px;
  }
  
  .hero__bg {
    background: var(--hero-bg-mobile);
    background-position: center;
    background-size: cover;
  }
  
  .hero__content {
      padding: 132px 0 72px;
  }
  
  .icon-text {
      font-size: 12px;
  }

  .hero__dates {
     gap: 14px;
  }

  .chip-round span {
    font-size: 20px;
  }
  
  .chip-round small {
      font-size: 12px;
  }
  
  .hero__meta {
    margin-top: 30px;
    gap: 25px;
  }
  
  .chip-round {
    width: 72px;
    height: 72px;
    background: none;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .dot {
    top: 1px;
  }

  .stat__value {
    font-size: 44px;
  }

  .mini-person {
    min-width: 270px;
  }

  .about__stats {
    grid-template-columns: auto;
    gap: 32px;
  }

  .modal-content {
    padding: 40px 20px;
  }

  .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
