* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: #ffffff;
  background: #050915;
}

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

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

.aclima-page,
.aclima-page * {
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

.aclima-page {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.aclima-container {
  width: min(100% - 40px, 1410px);
  margin: 0 auto;
}

#about,
#speakers,
#program,
#tickets,
#faq {
  scroll-margin-top: 130px;
}

html.aclima-js .aclima-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s;
  will-change: opacity, transform;
}

html.aclima-js .aclima-reveal[data-reveal-delay="1"] {
  transition-delay: 0.12s;
}

html.aclima-js .aclima-reveal[data-reveal-delay="2"] {
  transition-delay: 0.24s;
}

html.aclima-js .aclima-reveal[data-reveal-delay="3"] {
  transition-delay: 0.36s;
}

html.aclima-js .aclima-reveal.aclima-reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

.aclima-featured-animate {
  --aclima-featured-final-y: 0px;
}

.aclima-featured-speaker__topic.aclima-featured-animate {
  --aclima-featured-final-y: -28px;
}

html.aclima-js .aclima-featured-animate {
  opacity: 0;
  transform: translateY(calc(var(--aclima-featured-final-y) + 36px));
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s;
  will-change: opacity, transform;
}

html.aclima-js .aclima-featured-animate[data-featured-delay="1"] {
  transition-delay: 0.14s;
}

html.aclima-js .aclima-featured-animate[data-featured-delay="2"] {
  transition-delay: 0.28s;
}

html.aclima-js .aclima-featured-animate.aclima-featured-animate--visible {
  opacity: 1;
  transform: translateY(var(--aclima-featured-final-y));
}

.aclima-header {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: calc(100% - 32px);
  max-width: 1440px;
  border-radius: 22px;
  background: rgba(5, 12, 34, 0.70);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  overflow: hidden;
}

.aclima-header__inner {
  position: relative;
  z-index: 1;
  min-height: 86px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
}

.aclima-logo {
  grid-column: 1;
  display: block;
  width: 173px;
}

.aclima-logo img {
  width: 100%;
  height: auto;
}

.aclima-nav {
  grid-column: 2;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
  margin: 0;
}

.aclima-nav a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.aclima-nav a:hover,
.aclima-nav a:focus,
.aclima-nav a:active {
  color: #fb4d57;
}

.aclima-header__button {
  grid-column: 3;
  min-width: 214px;
  min-height: 66px;
  padding: 20px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fb4d57;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease,
    transform 0.25s ease;
}

.aclima-header__button:hover,
.aclima-header__button:focus {
  background: #d93a43;
  box-shadow: 0 10px 24px rgba(251, 77, 87, 0.28);
  filter: brightness(0.96);
  transform: translateY(-2px);
}

.aclima-burger {
  display: none;
}

.aclima-hero {
  position: relative;
  min-height: 100svh;
  padding-top: 98px;
  overflow: hidden;
  isolation: isolate;
  background: #050915;
}

.aclima-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("images/hero-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.aclima-hero__inner {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - 98px);
  padding-top: 140px;
  padding-bottom: 95px;
}

.aclima-hero__content {
  max-width: 900px;
}

.aclima-hero__label {
  width: fit-content;
  margin-bottom: 18px;
  padding: 11px 15px;
  border-radius: 6px;
  background: #fb4d57;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.aclima-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(54px, 5.1vw, 94px);
  line-height: 0.98;
  font-weight: 900;
  text-transform: uppercase;
}

.aclima-hero__title-line {
  display: block;
  overflow: hidden;
}

.aclima-hero__title-inner {
  display: inline-block;
}

html.aclima-js .aclima-hero__title-inner {
  opacity: 0;
  transform: translateY(115%);
  animation: aclima-title-reveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

html.aclima-js .aclima-hero__title-line:nth-child(1) .aclima-hero__title-inner {
  animation-delay: 0.15s;
}

html.aclima-js .aclima-hero__title-line:nth-child(2) .aclima-hero__title-inner {
  animation-delay: 0.3s;
}

html.aclima-js .aclima-hero__title-line:nth-child(3) .aclima-hero__title-inner {
  animation-delay: 0.45s;
}

.aclima-hero__amp {
  font-weight: 300;
}

@keyframes aclima-title-reveal {
  0% {
    opacity: 0;
    transform: translateY(115%);
  }

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

.aclima-hero__subtitle {
  margin: 34px 0 0;
  color: #ffffff;
  font-size: clamp(30px, 2.2vw, 44px);
  line-height: 1.04;
  font-weight: 300;
}

.aclima-hero__button {
  margin-top: 58px;
  min-width: 214px;
  min-height: 66px;
  padding: 20px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #ffffff;
  color: #0a0d14;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  transition:
    box-shadow 0.25s ease,
    filter 0.25s ease,
    transform 0.25s ease;
}

.aclima-hero__button:hover,
.aclima-hero__button:focus {
  background: #ffffff;
  color: #0a0d14;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  filter: brightness(0.90);
  transform: translateY(-2px);
}

.aclima-hero__meta {
  position: absolute;
  right: 4px;
  bottom: 104px;
  z-index: 2;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  color: #ffffff;
  text-align: right;
}

.aclima-hero__meta span {
  display: block;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  font-weight: 300;
}

.aclima-hero__meta strong {
  display: block;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}

.aclima-audience {
  background: #ffffff;
  color: #111939;
}

.aclima-audience__content {
  padding: 140px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 110px;
  align-items: center;
}

.aclima-audience__title {
  margin: 0;
  color: #111939;
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
  text-transform: uppercase;
}

.aclima-audience__text {
  margin: 0;
  max-width: 610px;
  color: #111111;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
}

.aclima-featured-speaker {
  position: relative;
  z-index: 1;
  min-height: 818px;
  overflow: hidden;
  background: #0d111f;
  color: #ffffff;
}

.aclima-featured-speaker__inner {
  position: relative;
  min-height: 818px;
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(320px, 460px) minmax(0, 300px);
  column-gap: 45px;
  align-items: center;
}

.aclima-featured-speaker__topic {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 560px;
  transform: translateY(-28px);
}

.aclima-featured-speaker__label {
  margin: 0 0 24px;
  color: #91929c;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
}

.aclima-featured-speaker__title {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
}

.aclima-featured-speaker__photo {
  position: relative;
  align-self: end;
  z-index: 3;
  height: 690px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}

.aclima-featured-speaker__gradient {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 760px;
  height: 760px;
  transform: translate(-50%, -50%);
  background: url("images/gradient.png") center center / contain no-repeat;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}

.aclima-featured-speaker__photo img {
  position: relative;
  z-index: 1;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-20px);
}

.aclima-featured-speaker__info {
  position: absolute;
  z-index: 4;
  right: -60px;
  bottom: 193px;
  width: 300px;
}

.aclima-featured-speaker__info h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.aclima-featured-speaker__info p {
  margin: 0;
  color: #91929c;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}

.aclima-event {
  position: relative;
  z-index: 5;
  background: #111939;
}

.aclima-event__inner {
  padding-top: 140px;
  padding-bottom: 152px;
}

.aclima-section-title {
  margin: 0 0 46px;
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
  text-transform: uppercase;
}

.aclima-speakers {
  position: relative;
  z-index: 6;
  margin-top: -140px;
  margin-bottom: 140px;
  padding-top: 149px;
  overflow: visible;
}

.aclima-speakers__hidden-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.aclima-speakers-marquee {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 50%;
  width: 100vw;
  height: clamp(108px, 12vw, 186px);
  overflow: hidden;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  transform: translate(-50%, calc(-100% + 24px));
}

.aclima-speakers-marquee__track {
  --aclima-marquee-opacity: 1;
  display: flex;
  align-items: flex-end;
  gap: 76px;
  width: max-content;
  height: 100%;
  white-space: nowrap;
  line-height: 1;
  transform: translate3d(42vw, 0, 0);
  will-change: transform;
}

html.aclima-js .aclima-speakers-marquee__track {
  --aclima-marquee-opacity: 0;
}

.aclima-speakers-marquee__track span {
  flex: 0 0 auto;
  height: 100%;
  display: inline-flex;
  align-items: flex-end;
  color: rgba(255, 255, 255, var(--aclima-marquee-opacity));
  font-size: clamp(86px, 11vw, 168px);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.aclima-speakers__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.aclima-speaker-card__photo {
  position: relative;
  width: 100%;
  height: 470px;
  border-radius: 34px;
  overflow: hidden;
  background: #111939;
}

.aclima-speaker-card__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  will-change: transform;
}

.aclima-speaker-card:hover .aclima-speaker-card__photo img {
  transform: scale(1.06);
}

.aclima-speaker-card__content {
  padding: 36px 2px 0;
}

.aclima-speaker-card__name {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.aclima-speaker-card__role {
  margin: 0;
  color: #91929c;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}

.aclima-partners {
  margin-bottom: 140px;
}

.aclima-partners__title {
  margin: 0 0 62px;
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
  text-transform: uppercase;
}

.aclima-partners__logos {
  display: flex;
  align-items: center;
  gap: 90px;
}

.aclima-partners__logo {
  display: flex;
  align-items: center;
}

.aclima-partners__logo img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.aclima-partners__logo--fedorin {
  height: 86px;
}

.aclima-partners__logo--volta {
  height: 76px;
}

.aclima-program__table {
  overflow: hidden;
  border-radius: 34px;
  background: #f7f7f7;
  color: #111111;
}

.aclima-program__row {
  display: grid;
  grid-template-columns: 245px 96px minmax(0, 1fr);
  column-gap: 82px;
  align-items: center;
  min-height: 152px;
  border-top: 1px solid #d7d7d7;
  background: transparent;
  transition: background-color 0.28s ease;
}

.aclima-program__row:hover {
  background: #f0f0f0;
}

.aclima-program__row:first-child {
  border-top: 0;
}

.aclima-program__row:first-child .aclima-program__time,
.aclima-program__row:first-child .aclima-program__content {
  padding-top: 72px;
}

.aclima-program__row:last-child .aclima-program__time,
.aclima-program__row:last-child .aclima-program__content {
  padding-bottom: 72px;
}

.aclima-program__row--large {
  min-height: 176px;
}

.aclima-program__time {
  padding: 30px 0 30px 60px;
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 800;
}

.aclima-program__avatar {
  justify-self: center;
  align-self: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  border: none;
  box-shadow: 0 0 0 2px #d7d7d7;
  transform: translateZ(0);
  transition: transform 0.25s ease;
  will-change: transform;
}

.aclima-program__avatar:hover {
  transform: translateY(-3px) translateZ(0);
  box-shadow: 0 0 0 2px #d7d7d7;
}

.aclima-program__avatar--empty {
  opacity: 0;
  pointer-events: none;
}

.aclima-program__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  transform: translateZ(0);
}

.aclima-program__content {
  padding: 28px 60px 28px 0;
}

.aclima-program__title {
  margin: 0;
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 800;
  text-transform: uppercase;
}

.aclima-program__description {
  margin: 11px 0 0;
  max-width: 720px;
  color: #111111;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.aclima-why {
  background: #ffffff;
  color: #000000;
}

.aclima-why__inner {
  padding: 140px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 110px;
  align-items: center;
}

.aclima-why__title {
  margin: 0;
  color: #000000;
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
  text-transform: uppercase;
}

.aclima-why__text {
  margin: 0;
  max-width: 610px;
  color: #111111;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
}

.aclima-tickets {
  position: relative;
  overflow: hidden;
  background: #111939;
  color: #ffffff;
}

.aclima-tickets-marquee {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: clamp(108px, 12vw, 190px);
  overflow: hidden;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  transform: translateX(-50%);
}

.aclima-tickets-marquee__track {
  --aclima-marquee-opacity: 1;
  display: flex;
  align-items: flex-start;
  gap: 76px;
  width: max-content;
  height: 100%;
  padding-top: 22px;
  white-space: nowrap;
  line-height: 1;
  transform: translate3d(100vw, 0, 0);
  will-change: transform;
}

html.aclima-js .aclima-tickets-marquee__track {
  --aclima-marquee-opacity: 0;
}

.aclima-tickets-marquee__track span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: flex-start;
  color: rgba(255, 255, 255, var(--aclima-marquee-opacity));
  font-size: clamp(86px, 11vw, 168px);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.aclima-tickets__inner {
  position: relative;
  z-index: 2;
  min-height: auto;
  padding: 319px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 110px;
  align-items: center;
}

.aclima-tickets__title {
  margin: 0;
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
  text-transform: uppercase;
}

.aclima-ticket-card {
  position: relative;
  justify-self: start;
  width: 100%;
  max-width: 650px;
  min-height: 338px;
  border-radius: 28px;
  background: #fb4d57;
  overflow: hidden;
}

.aclima-ticket-card::before,
.aclima-ticket-card::after {
  content: "";
  position: absolute;
  top: 98px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #111939;
}

.aclima-ticket-card::before {
  left: -14px;
}

.aclima-ticket-card::after {
  right: -14px;
}

.aclima-ticket-card__top {
  padding: 42px 46px 30px;
}

.aclima-ticket-card__price {
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.aclima-ticket-card__divider {
  border-top: 2px dashed rgba(17, 25, 57, 0.9);
}

.aclima-ticket-card__bottom {
  padding: 34px 46px 52px;
}

.aclima-ticket-card__text {
  margin: 0 0 36px;
  max-width: 520px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
}

.aclima-ticket-card__button {
  width: 558px;
  max-width: 100%;
  min-height: 66px;
  padding: 20px 30px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111939;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.aclima-ticket-card__button:hover,
.aclima-ticket-card__button:focus {
  background: #0b1028;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.aclima-faq {
  background: #111939;
  color: #ffffff;
}

.aclima-faq__inner {
  padding: 110px 0 140px;
}

.aclima-faq__title {
  margin: 0 0 54px;
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
  text-transform: uppercase;
}

.aclima-faq__list {
  display: grid;
  gap: 18px;
}

.aclima-faq__item {
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
}

.aclima-faq__button {
  width: 100%;
  min-height: 78px;
  padding: 22px 30px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #ffffff;
  color: #000000;
  font-family: inherit;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.aclima-faq__item--open .aclima-faq__button {
  color: #000000;
}

.aclima-faq__icon {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-left: auto;
}

.aclima-faq__icon::before,
.aclima-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 3px;
  border-radius: 20px;
  background: #000000;
  transform: translate(-50%, -50%);
  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    opacity 0.25s ease;
}

.aclima-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.aclima-faq__button:hover .aclima-faq__icon::before,
.aclima-faq__button:hover .aclima-faq__icon::after,
.aclima-faq__button:focus .aclima-faq__icon::before,
.aclima-faq__button:focus .aclima-faq__icon::after,
.aclima-faq__item--open .aclima-faq__icon::before,
.aclima-faq__item--open .aclima-faq__icon::after {
  background: #fb4d57;
}

.aclima-faq__item--open .aclima-faq__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.aclima-faq__answer {
  padding: 0 30px 26px;
  background: #ffffff;
  color: #111111;
}

.aclima-faq__answer p {
  margin: 0;
  max-width: 1000px;
  color: #111111;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

.aclima-footer {
  background: #111939;
  color: #ffffff;
}

.aclima-footer__inner {
  padding: 0 0 124px;
}

.aclima-footer__top {
  margin-bottom: 80px;
}

.aclima-footer__organizer {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500 !important;
}

.aclima-footer__email {
  display: inline-block;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}

.aclima-footer__middle {
  width: 100%;
  margin: 0 0 88px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  align-items: stretch;
  justify-content: stretch;
}

.aclima-footer__info {
  width: 100%;
  max-width: none;
  height: 100%;
  justify-self: stretch;
  padding: 38px 42px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aclima-footer__info p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500 !important;
}

.aclima-footer__notice {
  width: 100%;
  max-width: none;
  height: 100%;
  justify-self: stretch;
  padding: 30px 36px;
  border: 2px solid #fb4d57;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aclima-footer__notice h3 {
  margin: 0 0 6px;
  color: #fb4d57;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500 !important;
}

.aclima-footer__notice p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500 !important;
}

.aclima-footer__links {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

.aclima-footer__links a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s ease;
}

.aclima-footer__links a:hover,
.aclima-footer__links a:focus {
  color: #fb4d57;
}

.aclima-footer__copyright {
  margin: 0;
  color: #91929c;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

@media (max-width: 1300px) {
  .aclima-featured-speaker__inner {
    grid-template-columns: minmax(0, 470px) minmax(300px, 390px) minmax(0, 250px);
    column-gap: 32px;
  }

  .aclima-featured-speaker__title {
    font-size: 34px;
    line-height: 1.18;
  }

  .aclima-featured-speaker__photo img {
    transform: translateX(-8px);
  }

  .aclima-featured-speaker__info {
    right: 0;
    bottom: 185px;
    width: 250px;
  }
}

@media (max-width: 1200px) {
  .aclima-program__row {
    grid-template-columns: 190px 96px minmax(0, 1fr);
    column-gap: 64px;
  }

  .aclima-program__time {
    padding-left: 42px;
  }

  .aclima-program__content {
    padding-right: 42px;
  }

  .aclima-program__row:first-child .aclima-program__time {
    padding-top: 72px;
    padding-left: 42px;
  }

  .aclima-program__row:first-child .aclima-program__content {
    padding-top: 72px;
    padding-right: 42px;
  }

  .aclima-program__row:last-child .aclima-program__time {
    padding-bottom: 72px;
    padding-left: 42px;
  }

  .aclima-program__row:last-child .aclima-program__content {
    padding-bottom: 72px;
    padding-right: 42px;
  }

  .aclima-footer__email {
    font-size: 36px;
  }

  .aclima-footer__middle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
  }

  .aclima-featured-speaker__gradient {
    width: 680px;
    height: 680px;
  }
}

@media (max-width: 1024px) {
  .aclima-header__inner {
    min-height: 82px;
    gap: 18px;
  }

  .aclima-logo {
    width: 160px;
  }

  .aclima-nav {
    gap: 24px;
  }

  .aclima-nav a {
    font-size: 14px;
  }

  .aclima-header__button {
    min-width: 160px;
    min-height: 56px;
    padding: 17px 22px;
    font-size: 13px;
    border-radius: 12px;
  }

  .aclima-hero__meta {
    right: 0;
    bottom: 94px;
    min-width: 165px;
    gap: 8px;
  }

  .aclima-hero__meta span {
    font-size: 18px;
  }

  .aclima-hero__meta strong {
    font-size: 19px;
  }

  .aclima-audience__content {
    column-gap: 48px;
  }

  .aclima-featured-speaker {
    min-height: auto;
  }

  .aclima-featured-speaker__inner {
    min-height: auto;
    padding: 90px 0 80px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    column-gap: 44px;
    row-gap: 28px;
    align-items: center;
  }

  .aclima-featured-speaker__topic {
    max-width: 100%;
    transform: none;
  }

  .aclima-featured-speaker__title {
    font-size: 30px;
    line-height: 1.18;
  }

  .aclima-featured-speaker__photo {
    grid-column: 2;
    grid-row: 1 / 3;
    height: 520px;
    align-self: end;
  }

  .aclima-featured-speaker__photo img {
    height: 100%;
    max-width: 100%;
    transform: none;
  }

  .aclima-featured-speaker__info {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .aclima-featured-speaker__gradient {
    width: 620px;
    height: 620px;
  }

  .aclima-program__row {
    grid-template-columns: 140px 86px minmax(0, 1fr);
    column-gap: 32px;
    min-height: 140px;
  }

  .aclima-program__row--large {
    min-height: 178px;
  }

  .aclima-program__time {
    padding: 26px 0 26px 28px;
    font-size: 18px;
    line-height: 22px;
  }

  .aclima-program__avatar {
    width: 86px;
    height: 86px;
  }

  .aclima-program__title {
    font-size: 17px;
    line-height: 21px;
  }

  .aclima-program__description {
    font-size: 14px;
    line-height: 18px;
  }

  .aclima-tickets__inner {
    grid-template-columns: 1fr;
    row-gap: 42px;
    justify-items: start;
  }

  .aclima-ticket-card {
    max-width: 650px;
  }

  .aclima-footer__middle {
    grid-template-columns: 1fr;
    row-gap: 44px;
  }
}

@media (max-width: 768px) {
  .aclima-container {
    width: min(100% - 30px, 1410px);
  }

  #about,
  #speakers,
  #program,
  #tickets,
  #faq {
    scroll-margin-top: 100px;
  }

  .aclima-header {
    top: 10px;
    width: calc(100% - 20px);
    border-radius: 18px;
  }

  .aclima-header__inner {
    min-height: 74px;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 74px auto;
    gap: 0 16px;
    align-items: center;
  }

  .aclima-logo {
    grid-column: 1;
    grid-row: 1;
    width: 138px;
    align-self: center;
  }

  .aclima-header__button {
    display: none;
  }

  .aclima-burger {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #fb4d57;
    cursor: pointer;
    z-index: 3;
  }

  .aclima-burger span {
    width: 20px;
    height: 2px;
    border-radius: 20px;
    background: #ffffff;
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }

  .aclima-burger--active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .aclima-burger--active span:nth-child(2) {
    opacity: 0;
  }

  .aclima-burger--active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .aclima-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 0 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .aclima-header--menu-open .aclima-nav {
    display: flex;
  }

  .aclima-nav a {
    padding: 13px 0;
    font-size: 15px;
  }

  .aclima-hero {
    min-height: auto;
    padding-top: 94px;
  }

  .aclima-hero__inner {
    min-height: auto;
    padding-top: 82px;
    padding-bottom: 58px;
  }

  .aclima-hero__content {
    max-width: 100%;
  }

  .aclima-hero__label {
    margin-bottom: 16px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .aclima-hero__title {
    font-size: clamp(46px, 14vw, 72px);
    line-height: 0.98;
  }

  .aclima-hero__subtitle {
    margin-top: 24px;
    font-size: clamp(28px, 9vw, 40px);
  }

  .aclima-hero__button {
    margin-top: 34px;
    min-width: 190px;
    min-height: 58px;
    padding: 18px 24px;
    font-size: 13px;
    border-radius: 12px;
  }

  .aclima-hero__meta {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 46px;
    min-width: auto;
    align-items: flex-start;
    text-align: left;
  }

  .aclima-hero__meta span {
    font-size: 16px;
  }

  .aclima-hero__meta strong {
    font-size: 18px;
  }

  .aclima-audience__content {
    padding: 72px 0;
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .aclima-audience__title,
  .aclima-section-title,
  .aclima-partners__title,
  .aclima-why__title,
  .aclima-tickets__title,
  .aclima-faq__title {
    font-size: 34px;
    line-height: 1.08;
  }

  .aclima-audience__text,
  .aclima-why__text {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.35;
  }

  .aclima-featured-speaker {
    min-height: auto;
    padding: 72px 0 0;
    overflow: hidden;
  }

  .aclima-featured-speaker__inner {
    min-height: auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .aclima-featured-speaker__topic {
    max-width: 100%;
    transform: none;
  }

  .aclima-featured-speaker__label {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .aclima-featured-speaker__title {
    font-size: 26px;
    line-height: 1.18;
  }

  .aclima-featured-speaker__photo {
    grid-column: auto;
    grid-row: auto;
    height: 420px;
    align-self: center;
  }

  .aclima-featured-speaker__gradient {
    width: 520px;
    height: 520px;
    top: 54%;
  }

  .aclima-featured-speaker__photo img {
    height: 100%;
    max-width: 100%;
    transform: none;
  }

  .aclima-featured-speaker__info {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding-bottom: 24px;
  }

  .aclima-featured-speaker__info h3 {
    font-size: 20px;
  }

  .aclima-featured-speaker__info p {
    font-size: 14px;
  }

  .aclima-event__inner {
    padding-top: 32px;
    padding-bottom: 72px;
  }

  .aclima-speakers {
    margin-top: 0;
    margin-bottom: 72px;
    padding-top: 92px;
  }

  .aclima-speakers-marquee {
    top: 0;
    height: 82px;
    align-items: center;
    justify-content: flex-start;
    transform: translateX(-50%) translateY(-22px);
  }

  .aclima-speakers-marquee__track {
    width: max-content;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    gap: 34px;
    transform: translate3d(18vw, 0, 0);
  }

  .aclima-speakers-marquee__track span {
    height: auto;
    display: inline-flex;
    align-items: center;
    font-size: 62px;
    line-height: 0.9;
  }

  .aclima-speakers__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .aclima-speaker-card__photo {
    height: 370px;
    border-radius: 24px;
  }

  .aclima-speaker-card__content {
    padding: 22px 2px 0;
  }

  .aclima-speaker-card__name {
    font-size: 24px;
  }

  .aclima-speaker-card__role {
    font-size: 14px;
  }

  .aclima-partners {
    margin-bottom: 72px;
  }

  .aclima-partners__title {
    margin-bottom: 32px;
  }

  .aclima-partners__logos {
    flex-direction: column;
    align-items: flex-start;
    gap: 34px;
  }

  .aclima-partners__logo--fedorin {
    height: 56px;
  }

  .aclima-partners__logo--volta {
    height: 48px;
  }

  .aclima-program__table {
    border-radius: 24px;
  }

  .aclima-program__row {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 26px 24px;
  }

  .aclima-program__row:first-child .aclima-program__time,
  .aclima-program__row:first-child .aclima-program__content,
  .aclima-program__row:last-child .aclima-program__time,
  .aclima-program__row:last-child .aclima-program__content {
    padding: 0;
  }

  .aclima-program__time {
    padding: 0;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 24px;
  }

  .aclima-program__avatar {
    justify-self: start;
    width: 96px;
    height: 96px;
    margin-bottom: 18px;
  }

  .aclima-program__avatar--empty {
    display: none;
  }

  .aclima-program__content {
    padding: 0;
  }

  .aclima-program__title {
    font-size: 18px;
    line-height: 22px;
  }

  .aclima-program__description {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.35;
  }

  .aclima-program__description br,
  .aclima-program__title br {
    display: none;
  }

  .aclima-why__inner {
    padding: 72px 0;
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .aclima-tickets-marquee {
    top: 0;
    height: 102px;
  }

  .aclima-tickets-marquee__track {
    padding-top: 24px;
    gap: 34px;
  }

  .aclima-tickets-marquee__track span {
    font-size: 72px;
    line-height: 1;
  }

  .aclima-tickets__inner {
    min-height: auto;
    padding: 190px 0 0;
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .aclima-ticket-card {
    min-height: auto;
    border-radius: 24px;
    max-width: 100%;
  }

  .aclima-ticket-card::before,
  .aclima-ticket-card::after {
    top: 80px;
  }

  .aclima-ticket-card__top {
    padding: 34px 30px 26px;
  }

  .aclima-ticket-card__price {
    font-size: 34px;
  }

  .aclima-ticket-card__bottom {
    padding: 30px 30px 38px;
  }

  .aclima-ticket-card__text {
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 500;
  }

  .aclima-ticket-card__button {
    width: 100%;
    max-width: 100%;
    min-height: 66px;
    padding: 20px 30px;
    border-radius: 14px;
    font-size: 15px;
  }

  .aclima-faq__inner {
    padding: 72px 0 80px;
  }

  .aclima-faq__title {
    margin-bottom: 32px;
  }

  .aclima-faq__button {
    min-height: 68px;
    padding: 18px 20px;
    gap: 18px;
    font-size: 18px;
    line-height: 1.25;
  }

  .aclima-faq__answer {
    padding: 0 20px 22px;
  }

  .aclima-faq__answer p {
    font-size: 15px;
    line-height: 1.45;
  }

  .aclima-footer__inner {
    padding-bottom: 80px;
  }

  .aclima-footer__top {
    margin-bottom: 52px;
  }

  .aclima-footer__organizer {
    font-size: 18px;
    font-weight: 500 !important;
  }

  .aclima-footer__email {
    font-size: 28px;
    word-break: break-word;
  }

  .aclima-footer__middle {
    grid-template-columns: 1fr;
    row-gap: 22px;
    margin-bottom: 52px;
  }

  .aclima-footer__info {
    max-width: 100%;
    padding: 24px;
    border-radius: 16px;
  }

  .aclima-footer__notice {
    padding: 24px;
    border-radius: 16px;
  }

  .aclima-footer__info p,
  .aclima-footer__notice h3,
  .aclima-footer__notice p {
    font-size: 16px;
    font-weight: 500 !important;
  }

  .aclima-footer__links {
    flex-wrap: wrap;
    gap: 10px 14px;
    font-size: 16px;
    font-weight: 700;
  }

  .aclima-footer__copyright {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .aclima-hero__title {
    font-size: 44px;
  }

  .aclima-featured-speaker__photo {
    height: 360px;
  }

  .aclima-speaker-card__photo {
    height: 320px;
  }

  .aclima-tickets__inner {
    padding-top: 170px;
  }

  .aclima-tickets-marquee__track span {
    font-size: 60px;
  }

  .aclima-ticket-card__top {
    padding: 30px 24px 24px;
  }

  .aclima-ticket-card__bottom {
    padding: 28px 24px 34px;
  }

  .aclima-footer__email {
    font-size: 23px;
  }
}