:root{
  --cg-bg: #0b2a63;
  --cg-bg2: #2c5ea8;
  --cg-paper: #eef3ff;
  --cg-text: #0b1633;
  --cg-muted: #6c7aa6;
  --cg-white: #ffffff;
  --cg-accent: #f3c24a;
  --cg-accent2: #ffd87a;
  --cg-radius: 18px;
  --cg-shadow: 0 20px 50px rgba(0,0,0,.18);

  --header-height: 100px;
  --cg-screen-section: calc(100svh - var(--header-height));
}

.congress-page .hero,
.congress-page .about,
.congress-page .welcome,
.congress-page .program,
.congress-page .speakers,
.congress-page .join,
.congress-page .partners-section,
.congress-page .contacts{
  min-height: var(--cg-screen-section);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.congress-page .hero__inner,
.congress-page .about__inner,
.congress-page .welcome__inner,
.congress-page .program > .container,
.congress-page .speakers > .container,
.congress-page .join__inner,
.congress-page .partners-section > .container,
.congress-page .contacts__inner{
  flex: 1 1 auto;
  min-height: 100%;
}

html {
    scroll-behavior: auto;  /*auto | smooth*/
    scroll-snap-type: y proximity;  /*mandatory | proximity*/
}

body {overflow-y: auto;}

.congress-page .hero,
.congress-page .about,
.congress-page .welcome,
.congress-page .program,
.congress-page .speakers,
.congress-page .join,
.congress-page .partners-section,
.congress-page .contacts {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    scroll-margin-top: 100px;
}

@font-face {
  font-family: "DINCondensed";
  src: url("/static/css/events/fonts/DINCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINCondensed";
  src: url("/static/css/events/fonts/DINCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* BASE */
.congress-page h1,
.congress-page h2,
.congress-page h3{
  font-family: "DINCondensed", sans-serif;
  color: white;
}

.congress-page,
.congress-page *{
  box-sizing: border-box;
}

.congress-page{
  font-family: "DINCondensed", sans-serif;
  color: var(--cg-text);
  background: #0a2350;
  line-height: 1.2;
}

.congress-page a{
  color: inherit;
  text-decoration: none;
}

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

.congress-page .container{
  width: min(100%, calc(100% - 10%));
  margin: 0 auto;
}

.congress-page .section-title{
  margin: 0 0 14px;
  font-size: clamp(28px, 2.4vw, 46px);
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.congress-page .section-title--light{
  color: var(--cg-white);
}

.congress-page .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: "DINCondensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .15s ease, filter .15s ease, background .15s ease;
}

.congress-page .btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}

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

.congress-page .btn--primary{
  background: linear-gradient(180deg, var(--cg-accent2), var(--cg-accent));
  color: #000;
}

.congress-page .btn--ghost{
  background: transparent;
  border-color: rgba(34,76,146,.25);
  color: #214a8f;
  font-size: 18px;
}

.congress-page .btn--light{
  background: linear-gradient(180deg, var(--cg-accent2), var(--cg-accent));
  color: #000;
}

.congress-page .visually-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* TOPBAR */
.congress-page .topbar{
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(10,35,80,.08);
}

.congress-page .topbar__inner{
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.congress-page .nav{
  display: flex;
  gap: 14px;
  flex: 1;
  justify-content: center;
}

.congress-page .nav__link{
  font-size: 14px;
  color: rgba(10,35,80,.85);
  padding: 8px 10px;
  border-radius: 10px;
}

.congress-page .nav__link:hover{
  background: rgba(34,76,146,.08);
}

.congress-page .lang-switch{
  padding: 6px 12px;
  font-size: 13px;
  letter-spacing: .08em;
  border-radius: 999px;
  border: 1px solid rgba(10,35,80,.2);
  color: rgba(10,35,80,.85);
  transition: all .15s ease;
}

.congress-page .lang-switch:hover{
  background: #214a8f;
  color: #fff;
  border-color: #214a8f;
}

/* HERO */
.congress-page .hero{
  position: relative;
  color: #fff;
  padding: 0;
  align-items: stretch;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.congress-page .hero__video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.congress-page .hero__inner{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 240px minmax(520px, 760px) 1fr;
  gap: 70px;
  align-items: start;
  min-height: 100%;
  padding: 90px 0 70px;
}

.congress-page .hero__left{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 18px;
}

.congress-page .hero__left{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 18px;
}

.congress-page .hero__middle{
  max-width: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}

.congress-page .hero__right{
  position: static;
  display: block;
}

.congress-page .hero__logo{
  width: 180px;
  height: 280px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.congress-page .hero__title{
  margin: 0 0 150px;
  max-width: 760px;
  font-size: clamp(42px, 3.2vw, 72px);
  line-height: 1.12;
  letter-spacing: .06em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.congress-page .hero__meta{
  margin: 0 0 150px;
}

.congress-page .hero .btn--primary{
  min-width: 200px;
  width: 200px;
  padding: 14px 18px;
  text-align: center;
  font-size: 20px;
}

.congress-page .hero__meta .pill{
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: clamp(26px, 2.1vw, 44px);
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: .04em;
  color: #fff;
}

.congress-page .timer{
  position: absolute;
  top: 65%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: 420px;
  max-width: 90%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  color: #fff;
  pointer-events: none;
}

.congress-page .timer__label{
  margin-bottom: 42px;
  font-size: clamp(34px, 2.6vw, 52px);
  line-height: 1.12;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.congress-page .timer__value{
  display: block;
  margin: 0 0 10px;
}

.congress-page .timer__num{
  font-size: clamp(68px, 5.4vw, 110px);
  line-height: 1;
  font-weight: 400;
}

.congress-page .timer__text{
  display: inline;
  margin-left: 10px;
  font-size: clamp(34px, 2.8vw, 54px);
  line-height: 1.05;
}

.congress-page .timer__sub{
  font-size: clamp(28px, 2.2vw, 44px);
  line-height: 1.12;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ABOUT */
.congress-page .about{
  /*background: linear-gradient(180deg, #eaf0ff, #f5f8ff);*/
  background: #E7EEF9;
  padding: 80px 0;
}

.congress-page .about__inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 50px;
  justify-content: center;
}

.congress-page .about__text{
  max-width: 90%;
  margin: 0;
  color: #4F6FB0;
  line-height: 1.6;
  font-size: clamp(40px, 2.0vw, 25px);
}

.congress-page .stats{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 100px;
  width: min(820px, 100%);
  margin: 8px 0 6px;
}

.congress-page .stat{
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(34,76,146,.12);
  padding: 18px 14px;
}

.congress-page .stat__num{
  font-size: clamp(36px, 3.5vw, 90px);
  color: #4F6FB0;
}

.congress-page .stat__label{
  margin-top: 4px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: clamp(25px, 1.5vw, 21px);
  color: #4F6FB0;
}

/* WELCOME */
.congress-page .welcome{
  background: #4F6FB0;
  padding: 10px 0;
  color: #fff;
}

.congress-page .welcome__inner{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 200px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.congress-page .welcome__photo{
  overflow: hidden;
}

.congress-page .welcome__content{
  max-width: 500px;
}

.congress-page .welcome-title{
  margin: 0 0 14px;
  font-size: clamp(28px, 1.8vw, 44px);
  letter-spacing: .02em;
  text-transform: uppercase;
}

.congress-page .welcome__text{
  margin: 0 0 16px;
  font-size: clamp(16px, 1.8vw, 28px);
  line-height: 1.4;
}

.congress-page .welcome__sign{
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.22);
  width: min(520px, 100%);
}

.congress-page .welcome__name{
  font-size: clamp(16px, 1.8vw, 28px);
  font-weight: 300;
}

/* PROGRAM */
.congress-page .program{
  /*background: linear-gradient(180deg, #0a2d68, #083061 60%, #082b57);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #fff;
}

.congress-page .program > .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.congress-page .program__head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}

.congress-page .program-title{
  order: 2;
  margin: 0;
  text-align: right;
  font-size: clamp(42px, 3.2vw, 74px);
  line-height: 1.05;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.congress-page .tabs{
  order: 1;
  display: flex;
  gap: 18px;
  align-items: center;
}

.congress-page .tab{
  appearance: none;
  border: 1px solid #4F6FB0;
  background: #fff;
  color: #4F6FB0;
  padding: 18px 34px;
  min-width: 160px;
  font-size: clamp(24px, 1.4vw, 42px);
  line-height: 1;
  cursor: pointer;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.congress-page .tab.is-active{
  background: #4F6FB0;
  color: #fff;
  border-color: #4F6FB0;
}

.congress-page .program__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  flex: 1 1 auto;
  align-content: center;
}

.congress-page .schedule-card{
  background: #E7EEF9;
  border: 0;
  padding: 26px 22px 28px;
  min-height: 560px;
  color: #4F6FB0;
}

.congress-page .schedule-card__title{
  margin: 0 0 36px;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #4F6FB0;
}

.congress-page .schedule-card__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.45;
  color: #4F6FB0;
}

.congress-page .schedule-card__list li{
  display: grid;
  grid-template-columns: 70px 1fr;
  column-gap: 12px;
}

.congress-page .schedule-card__list span{
  width: auto;
}

.congress-page .is-hidden{
  display: none;
}

.congress-page .program__footer{
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

/* SPEAKERS */
.congress-page .speakers{
  background: #4F6FB0;
  padding: 80px 0;
  color: #fff;
}

.congress-page .speakers > .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.congress-page .speakers-title{
  margin: 0 0 30px;
  font-size: clamp(28px, 2.4vw, 46px);
  letter-spacing: .02em;
  text-transform: uppercase;
}

.congress-page .speaker-grid{
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-content: center;
}

.congress-page .speaker{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 16px 30px rgba(0,0,0,.18);
  background: rgba(255,255,255,.06);
}

.congress-page .speaker img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: grayscale(1);
  opacity: .92;
  transition: filter .15s ease, opacity .15s ease, transform .15s ease;
}

.congress-page .speaker__overlay{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 12px;
  background: rgba(232,238,249,.95);
  color: #1a3f86;
  transform: translateY(100%);
  transition: transform .18s ease;
}

.congress-page .speaker__name{
  line-height: 1.1;
  font-size: 14px;
  text-transform: uppercase;
}

.congress-page .speaker__pos{
  margin-top: 6px;
  font-size: 12px;
  opacity: .9;
}

.congress-page .speaker:hover .speaker__overlay{
  transform: translateY(0);
}

/* JOIN */
.congress-page .join{
  position: relative;
  padding: 80px;
  color: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: stretch;
  background-color: #4F6FB0;
}

.congress-page .join__bg{
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.congress-page .join__inner{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 22px;
  align-items: flex-start;
}

.congress-page .join__hint{
  margin: 0;
  max-width: 520px;
  line-height: 1.6;
}

.congress-page .form{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  padding: 18px;
  box-shadow: var(--cg-shadow);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.congress-page .field{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.congress-page .field__label{
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .9;
}

.congress-page .field__input{
  width: 100%;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 16px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.92);
  color: #14224a;
  outline: none;
  font-family: inherit;
}

.congress-page .field__input:focus{
  border-color: rgba(243,194,74,.75);
  box-shadow: 0 0 0 4px rgba(243,194,74,.18);
}

.congress-page .field__input--textarea{
  min-height: 130px;
  resize: vertical;
}

.congress-page .form__privacy{
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.congress-page .field__error{
  margin-top: 6px;
  font-size: 13px;
  color: #ffb3b3;
}

.congress-page .form-message{
  margin-bottom: 12px;
  font-size: 16px;
  color: red;
}

.congress-page .popup{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.congress-page .popup{
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.congress-page .popup.show{
  display: flex;
}

.congress-page .popup__content{
  background: linear-gradient(180deg, #1d458f, #183d7f);
  color: #fff;
  padding: 32px 36px;
  text-align: center;
  width: min(380px, 90%);
  box-shadow: 0 20px 50px rgba(0,0,0,.3);
  border: 1px solid rgba(255,255,255,.2);
}

.congress-page .popup__text{
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.congress-page .popup__btn{
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  background: linear-gradient(180deg, var(--cg-accent2), var(--cg-accent));
  color: black;
  transition: transform .15s ease;
}

.congress-page .popup__btn:hover{
  transform: translateY(-2px);
}

/* PARTNERS */
.congress-page .partners-section{
  background: #4F6FB0;
  padding: 100px 0 120px;
  color: #fff;
  overflow: hidden;
}

.congress-page .partners-section > .container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.congress-page .partners-block{
  text-align: center;
  width: 100%;
}

.congress-page .partners-block + .partners-block{
  margin-top: 80px;
}

.congress-page .partners-block__label{
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 40px;
  opacity: .9;
}

.congress-page .organizer{
  display: flex;
  justify-content: center;
  align-items: center;
}

.congress-page .organizer__logo{
  width: 160px;
  height: 160px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .95;
}

.congress-page .partners-marquee{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.congress-page .partners-track{
  display: flex;
  align-items: center;
  gap: 70px;
  width: max-content;
  will-change: transform;
  transform: translateX(0);
}

.congress-page .partner-card{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  min-width: 260px;
  max-width: 260px;
  padding: 0;
  opacity: .95;
  transition: transform .12s ease, opacity .12s ease;
  flex: 0 0 auto;
}

.congress-page .partner-card:hover{
  transform: translateY(-6px);
  opacity: 1;
}

.congress-page .partner-card img{
  width: 100%;
  max-width: 260px;
  height: 110px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.congress-page .partner-card-org img{
  max-width: 260px;
  width: 180px;
  height: 180px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* CONTACTS */
.congress-page .contacts{
  background: #e7ebf4;
  padding: 0;
  overflow: hidden;
}

.congress-page .contacts__inner{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  align-items: stretch;
  min-height: 100%;
}

.congress-page .map{
  /*  overflow: hidden;*/
  /*  height: 100%;*/
  margin-left: calc((100vw - 100%) / -2);
}

.congress-page .map__frame{
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  border: 0;
}

.congress-page .contact-card{
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 90px 90px 70px 95px;
  height: 100%;
}

.congress-page .contact-card__title{
  margin: 0 0 44px;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #415486;
}

.congress-page .contact-card__list{
  margin: 0;
  display: grid;
  gap: 44px;
}

.congress-page .contact-row{
  position: relative;
  padding-left: 120px;
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.congress-page .contact-row::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 76px;
  height: 76px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.congress-page .contact-row--address::before{
  background-image: url("/static/img/events/congress2026/rcn_logo_blue.png");
}

.congress-page .contact-row--phone::before{
  background-image: url("/static/img/events/congress2026/museum_logo_blue.png");
}

.congress-page .contact-card dt{
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #415486;
  font-weight: 400;
}

.congress-page .contact-card dd{
  margin: 0;
  font-size: 26px;
  line-height: 1.28;
  color: #415486;
  font-weight: 400;
}

.congress-page .contact-card a{
  color: inherit;
  text-decoration: none;
}

.congress-page .contact-card a:hover{
  text-decoration: underline;
}


/* =========================
   MOBILE
   ========================= */
@media (max-width: 767px){

  :root{
    --header-height: 64px;
    --cg-screen-section: calc(100vh - var(--header-height));
    --cg-screen-section: calc(100dvh - var(--header-height));
  }

  html{
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
  }

  body{
    overflow-y: auto;
  }

  .congress-page .hero,
  .congress-page .about,
  .congress-page .welcome,
  .congress-page .program,
  .congress-page .speakers,
  .congress-page .join,
  .congress-page .partners-section,
  .congress-page .contacts{
    min-height: var(--cg-screen-section);
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    scroll-margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .congress-page .hero__inner,
  .congress-page .about__inner,
  .congress-page .welcome__inner,
  .congress-page .program > .container,
  .congress-page .speakers > .container,
  .congress-page .join__inner,
  .congress-page .partners-section > .container,
  .congress-page .contacts__inner{
    min-height: 100%;
    flex: 1 1 auto;
  }

  .congress-page .container{
    width: calc(100% - 24px);
  }

  /* HERO */
  .congress-page .hero{
    padding: 32px 0 44px;
    background-position: center;
    align-items: stretch;
  }

  .congress-page .hero__inner{
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    padding: 0;
    min-height: 100%;
    align-content: center;
    justify-items: center;
  }

  .congress-page .hero__left{
    padding-top: 0;
    justify-content: center;
    align-items: center;
  }

  .congress-page .hero__middle{
    max-width: none;
    align-self: center;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .congress-page .hero__right{
    display: block;
    width: 100%;
  }

  .congress-page .hero__logo{
    width: 118px;
    height: 172px;
    margin: 0 auto;
  }

  .congress-page .hero__title{
    margin: 0 0 28px;
    max-width: none;
    font-size: 36px;
    line-height: 1.08;
    letter-spacing: .04em;
    text-align: center;
  }

  .congress-page .hero__meta{
    margin: 0 0 28px;
    text-align: center;
  }

  .congress-page .hero__meta .pill{
    font-size: 26px;
    line-height: 1.18;
  }

  .congress-page .hero .btn--primary{
    width: 190px;
    min-width: 190px;
    font-size: 20px;
    padding: 14px 18px;
    margin: 0 auto;
  }

  .congress-page .timer{
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin: 18px auto 0;
    text-align: center;
    pointer-events: auto;
  }

  .congress-page .timer__label{
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 1.1;
  }

  .congress-page .timer__value{
    margin: 0 0 10px;
  }

  .congress-page .timer__num{
    font-size: 58px;
  }

  .congress-page .timer__text{
    margin-left: 8px;
    font-size: 28px;
  }

  .congress-page .timer__sub{
    font-size: 22px;
    line-height: 1.18;
  }

    /* ABOUT */
  .congress-page .about{
    padding: 36px 0 44px;
    justify-content: center;
  }

  .congress-page .about__inner{
    gap: 100px;
    min-height: 100%;
    justify-content: center;
  }

  .congress-page .about__text{
    max-width: 100%;
    font-size: 24px;
    line-height: 1.35;
  }

  .congress-page .stats{
    grid-template-columns: 1fr;
    gap: 22px;
    width: 80%;
    margin: 0;
  }

  .congress-page .stat{
    padding: 22px 16px;
  }

  .congress-page .stat__num{
    font-size: 52px;
    line-height: 1;
  }

  .congress-page .stat__label{
    margin-top: 8px;
    font-size: 22px;
    line-height: 1.15;
  }

    /* WELCOME */
  .congress-page .welcome{
    padding: 36px 0 250px;
  }

  .congress-page .welcome__inner{
    grid-template-columns: 1fr;
    gap: 32px;
    justify-content: center;
    text-align: center;
    min-height: 100%;
  }

  .congress-page .welcome__photo{
    max-width: 400px;
    margin: 0 auto;
  }

  .congress-page .welcome__content{
    max-width: 100%;
  }

  .congress-page .welcome-title{
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.1;
  }

  .congress-page .welcome__text{
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
  }

  .congress-page .welcome__sign{
    margin: 0 auto;
    padding-top: 16px;
    width: 100%;
    max-width: 360px;
  }

  .congress-page .welcome__name{
    font-size: 20px;
    line-height: 1.3;
  }

    /* PROGRAM */
  .congress-page .program{
    padding: 36px 0 44px;
    justify-content: center;
  }

  .congress-page .program__head{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
  }

  .congress-page .tabs{
    order: 2;
    width: 100%;
    gap: 10px;
  }

  .congress-page .tab{
    flex: 1 1 0;
    min-width: 0;
    padding: 14px 10px;
    font-size: 18px;
    text-align: center;
  }

  .congress-page .program-title{
    order: 1;
    text-align: right;
    width: 100%;
    font-size: 28px;
    line-height: 1.1;
  }

  .congress-page .program__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .congress-page .schedule-card{
    padding: 20px 16px;
    min-height: auto;
  }

  .congress-page .schedule-card__title{
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.2;
  }

  .congress-page .schedule-card__list{
    gap: 16px;
    font-size: 16px;
    line-height: 1.35;
  }

  .congress-page .schedule-card__list li{
    grid-template-columns: 20px 60px 1fr;
    column-gap: 10px;
    align-items: start;
  }

  .congress-page .schedule-card__list li::before{
    content: "";
    width: 10px;
    height: 10px;
    margin-top: 6px;
    border-radius: 50%;
    background: #4F6FB0;
  }

  .congress-page .program__footer{
    margin-top: 24px;
  }

  .congress-page .program__footer .btn{
    width: 100%;
    font-size: 16px;
    padding: 14px 16px;
  }

    /* SPEAKERS */
  .congress-page .speakers{
    padding: 36px 0 44px;
    justify-content: center;
  }

  .congress-page .speakers-title{
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.1;
    text-align: right;
    width: 100%;
  }

  .congress-page .speaker-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .congress-page .speaker{
    border: 1px solid rgba(255,255,255,.12);
  }

  .congress-page .speaker img{
    aspect-ratio: 1 / 1;
    opacity: 1;
  }

  .congress-page .speaker__overlay{
    position: static;
    transform: none;
    padding: 10px 8px;
    background: rgba(232,238,249,.95);
  }

  .congress-page .speaker__name{
    font-size: 14px;
    line-height: 1.2;
  }

  .congress-page .speaker__pos{
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.3;
  }

    /* JOIN */
  .congress-page .join{
    padding: 36px 0 44px;
    justify-content: center;
  }

  .congress-page .section-title {
    /*font-size: 40px;*/
    margin: 0 0 150px;
    text-align: right;
    width: 100%;
}

  .congress-page .join__inner{
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 100%;
  }

  .congress-page .join__hint{
    max-width: 100%;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
  }

  .congress-page .form{
    background: #687DB6;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 22px;
    gap: 18px;
  }

  .congress-page .field{
    gap: 6px;
  }

  .congress-page .field__label{
    font-size: 16px;
  }

  .congress-page .field__input{
    padding: 18px 18px;
    font-size: 18px;
  }

  .congress-page .field__input--textarea{
    min-height: 150px;
  }

  .congress-page .form__privacy{
    font-size: 12px;
    line-height: 1.4;
  }

  .congress-page .form .btn--primary{
    width: 100%;
    font-size: 18px;
    padding: 16px 18px;
  }

    /* PARTNERS */
  .congress-page .partners-section{
    padding: 36px 0 44px;
    min-height: var(--cg-screen-section);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .congress-page .partners-section > .container{
    min-height: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .congress-page .partners-block{
    width: 100%;
    text-align: center;
  }

  .congress-page .partners-block + .partners-block{
    margin-top: 140px;
  }

  .congress-page .partners-block__label{
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .08em;
  }

  .congress-page .organizer{
    justify-content: center;
  }

  .congress-page .organizer__logo{
    width: 130px;
    height: 130px;
  }

  .congress-page .partner-card-org img{
    width: 100%;
    max-width: 180px;
    height: 180px;
  }

  .congress-page .partners-marquee{
    overflow: visible;
  }

  .congress-page .partners-track{
    width: 100%;
    transform: none !important;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
    justify-items: center;
    align-items: center;
  }

  .congress-page .partner-card{
    width: 100%;
    min-width: 0;
    max-width: 140px;
  }

  .congress-page .partner-card img{
    width: 100%;
    max-width: 180px;
    height: 180px;
    object-fit: contain;
  }

    /* CONTACTS */
  .congress-page .contacts{
    min-height: var(--cg-screen-section);
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }

  .congress-page .contacts__inner{
    display: grid;
    grid-template-columns: 1fr;
    min-height: 100%;
    flex: 1 1 auto;
    align-items: stretch;
  }

  .congress-page .map{
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    height: 42vh;
    min-height: 260px;
  }

  .congress-page .map__frame{
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .congress-page .contact-card{
    padding: 24px 16px 28px 50px;
    height: auto;
  }

  .congress-page .contact-card__title{
    margin: 0 0 22px;
    font-size: 28px;
    line-height: 1.1;
    text-align: left;
  }

  .congress-page .contact-card__list{
    gap: 28px;
  }

  .congress-page .contact-row{
    padding-left: 88px;
    min-height: 70px;
  }

  .congress-page .contact-row::before{
    width: 56px;
    height: 56px;
  }

  .congress-page .contact-card dt{
    font-size: 13px;
    margin-bottom: 8px;
  }

  .congress-page .contact-card dd{
    font-size: 22px;
    line-height: 1.35;
  }
}