@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 1400px) {
  .header {
    width: min(90%, 1000px);
  }
  .header .burger {
    display: block;
  }
  .header .header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 0 0 20px 20px;
    padding: 24px;
    z-index: 999;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .header .header__nav.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .header .header__nav .list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .header .header__nav .list .list__item {
    width: 100%;
  }
  .header .header__nav .list .list__item .button {
    width: 100%;
    text-align: left;
    padding: 16px;
    background: #fff;
    color: #111111;
    border-radius: 12px;
    transition: all 0.3s ease;
  }
  .header .header__nav .list .list__item .button:hover {
    color: #0051ff;
    transform: translateX(3px);
  }
  .header .header__actions .button {
    display: none;
  }
  .header:has(.header__nav.active) {
    border-radius: 26px 26px 0 0;
  }
  .main .hero__wrap {
    margin: 40px 0;
    gap: 20px;
  }
  .main .hero__wrap h1 {
    font-size: 80px;
    line-height: 70px;
  }
  .main .hero__wrap strong {
    font-size: 20px;
  }
  .main .hero__info__item {
    padding: 12px;
    font-size: 14px;
  }
  .main .hero__info__item:last-child .button {
    font-size: 14px;
  }
  .main .organizers {
    margin: 40px 0;
  }
  .main .organizers__wrap__title {
    margin-bottom: 40px;
  }
  .main .organizers__hero {
    margin: 40px 0;
    gap: 40px;
  }
  .main .organizers__hero h3 {
    font-size: 40px;
    line-height: 42px;
  }
  .main .partners {
    margin: 40px 0;
  }
  .main .partners__title {
    margin-bottom: 40px;
  }
  .main .partners__list {
    grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
  }
  .main .goal {
    padding: 40px;
    margin: 40px 0;
  }
  .main .goal__wrap {
    margin-bottom: 40px;
    gap: 20px;
  }
  .main .goal__wrap__title {
    line-height: 60px;
  }
  .main .goal__wrap strong {
    font-size: 20px;
  }
  .main .goal__list__item {
    padding: 12px;
    font-size: 14px;
  }
  .main .result {
    padding: 40px;
  }
  .main .result__container {
    gap: 20px;
  }
  .main .result__title {
    font-size: 40px;
    line-height: 42px;
    max-width: 900px;
  }
  .main .speakers {
    margin: 40px 0;
  }
  .main .speakers__title {
    margin-bottom: 40px;
  }
  .main .programm {
    margin: 40px 0;
  }
  .main .programm__title {
    gap: 8px;
    justify-content: center;
    margin-bottom: 40px;
  }
  .main .programm__title button {
    font-size: 14px;
  }
  .main .programm__list .item {
    gap: 12px;
    padding: 20px;
  }
  .main .programm__list .item__time {
    min-width: 60px;
    font-size: 16px;
  }
  .main .programm__list .item__main__title {
    font-size: 24px;
    line-height: 24px;
  }
  .main .programm__list .item__main__text {
    font-size: 14px;
  }
  .main .questions {
    max-width: 900px;
    padding: 32px;
  }
  .main .questions__container {
    flex-direction: column;
  }
  .main .questions__wrap h2 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 16px;
  }
  .main .questions__wrap strong {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main .questions__wrap p {
    font-size: 14px;
  }
  .main .questions .form {
    max-width: 600px;
    margin: 0 auto;
  }
  .footer__container {
    flex-direction: column;
    gap: 32px;
  }
  .footer__title {
    width: 300px;
    height: 120px;
  }
  .footer__content {
    gap: 20px;
  }
  .footer__content .top__wrap {
    justify-content: start;
  }
  .footer__content .top__wrap__item {
    padding: 12px;
    font-size: 14px;
  }
  .footer__content .top__wrap .button {
    font-size: 14px;
  }
  .footer__content .bottom .button {
    font-size: 14px;
  }
}/*# sourceMappingURL=media-1400.css.map */