/**
 * Стили tldcon2026 — только tldcon.ru (без static/css/style.css RIGF).
 * Референс: events/tldcon2026/references/tldcon-ru-style.css
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

body.tldcon2026 {
  --tldcon-accent: #f73ebe;
  --tldcon-accent-hover: #d81f9f;
  --tldcon-text: #595959;
  --tldcon-heading: #3e435b;
  --tldcon-page-bg: #fbfbff;
  --tldcon-muted: #9a9a9a;
  --tldcon-line: #d7d7da;
  --tldcon-checkbox: #8d78e3;

  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: 'Gotham Pro', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--tldcon-text);
  background: var(--tldcon-page-bg);
}

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

body.tldcon2026 a {
  color: var(--tldcon-accent);
  text-decoration: none;
  transition: color 0.3s ease;
}

body.tldcon2026 a:hover {
  color: var(--tldcon-accent-hover);
}

body.tldcon2026 p {
  margin: 0 0 35px;
}

body.tldcon2026 b,
body.tldcon2026 strong {
  font-weight: 800;
}

body.tldcon2026 input,
body.tldcon2026 textarea,
body.tldcon2026 button,
body.tldcon2026 select {
  font-family: 'Gotham Pro', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
}

body.tldcon2026 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.tldcon2026 .tldcon-svg-sprite {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

body.tldcon2026 .tldcon-container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

body.tldcon2026 .w310cl {
  width: 310px;
  margin-right: 130px;
  flex-shrink: 0;
  box-sizing: border-box;
}

/* --- Шапка (tldcon.ru/reg/) --- */
body.tldcon2026 .tldcon-site-header {
  padding: 40px 0;
  position: relative;
  z-index: 20;
}

body.tldcon2026 .tldcon-site-header .tldcon-container,
body.tldcon2026 .tldcon-site-header__inner {
  display: flex;
  align-items: center;
}

body.tldcon2026 .tldcon-site-header .header__logo {
  font-family: 'Geometria', 'Gotham Pro', sans-serif;
  font-size: 2.81em;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  padding-left: 20px;
}

body.tldcon2026 .tldcon-site-header .header__logo a {
  color: var(--tldcon-accent);
  font: inherit;
}

body.tldcon2026 .tldcon-site-header .header__menu {
  margin-right: 20px;
  flex: 1 1 auto;
  min-width: 0;
}

body.tldcon2026 .tldcon-site-header .header__menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

body.tldcon2026 .tldcon-site-header .header__menu li {
  margin-right: 20px;
}

body.tldcon2026 .tldcon-site-header .header__menu a {
  color: var(--tldcon-heading);
  font-size: 16px;
  font-weight: 400;
}

body.tldcon2026 .tldcon-site-header .header__lang {
  position: relative;
  margin-right: 45px;
  font-size: 16px;
}

body.tldcon2026 .tldcon-site-header .header__lang-current {
  padding-right: 15px;
  position: relative;
  cursor: pointer;
  border: 0;
  background: none;
  color: var(--tldcon-heading);
  font: inherit;
}

body.tldcon2026 .tldcon-site-header .header__lang-current > div {
  display: none;
}

body.tldcon2026 .tldcon-site-header .header__lang-current > div.active {
  display: block;
}

body.tldcon2026 .tldcon-site-header .header__lang span {
  text-transform: uppercase;
}

body.tldcon2026 .tldcon-site-header .header__lang-current::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-right: 1px solid var(--tldcon-heading);
  border-bottom: 1px solid var(--tldcon-heading);
}

body.tldcon2026 .tldcon-site-header .header__lang-current.active::after {
  transform: rotate(-135deg);
  top: 10px;
}

body.tldcon2026 .tldcon-site-header .header__lang-popup {
  position: absolute;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  background: #fff;
  padding: 9px 14px;
  top: 30px;
  left: 50%;
  min-width: 56px;
  opacity: 0;
  transform: translate(-50%, -8px);
  transition: 0.35s ease;
  z-index: -1;
  pointer-events: none;
}

body.tldcon2026 .tldcon-site-header .header__lang-popup.active {
  transform: translate(-50%, 0);
  opacity: 1;
  z-index: 30;
  pointer-events: all;
}

body.tldcon2026 .tldcon-site-header .header__lang-popup a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #222;
}

body.tldcon2026 .tldcon-site-header .header__lang img {
  max-width: 22px;
}

body.tldcon2026 .tldcon-site-header .header__blind {
  line-height: 0;
  margin-right: 12px;
}

body.tldcon2026 .tldcon-site-header .header__blind svg {
  width: 25px;
  height: 17px;
  fill: #f53db7;
}

body.tldcon2026 .tldcon-site-header .header__hamburger {
  display: none;
  width: 49px;
  height: 49px;
  position: relative;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

body.tldcon2026 .tldcon-site-header .header__hamburger span {
  width: 21px;
  height: 1px;
  background: var(--tldcon-accent);
  display: block;
  position: absolute;
  top: 22px;
  right: 14px;
  transition: all 0.35s ease;
}

body.tldcon2026 .tldcon-site-header .header__hamburger span:nth-child(2) {
  top: 27px;
}

body.tldcon2026 .tldcon-site-header.open .header__hamburger span:nth-child(1) {
  transform: translateY(-1px) rotate(-45deg);
  width: 28px;
}

body.tldcon2026 .tldcon-site-header.open .header__hamburger span:nth-child(2) {
  transform: translateY(-6px) rotate(45deg);
  width: 28px;
}

/* --- Сетка страницы (как tldcon.ru/reg/: slide1 + slide-flex) --- */
body.tldcon2026 .tldcon-page.slide1 {
  position: relative;
  overflow: hidden;
  padding: 0 0 190px;
  margin-bottom: 60px;
}

body.tldcon2026 .slide-flex,
body.tldcon2026 .tldcon-page__layout {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

body.tldcon2026 .slide1 .img {
  flex-shrink: 0;
}

body.tldcon2026 .h2_wrap {
  display: flex;
  align-items: center;
}

body.tldcon2026 .slide1 .h2_wrap {
  margin-bottom: 50px;
  padding-top: 20px;
  min-height: calc(2.65em * 1.1);
  box-sizing: content-box;
}

body.tldcon2026 .slide1 .img img:first-child {
  margin: 25px 0 65px;
}

body.tldcon2026 .slide1_date {
  font-size: 65px;
  font-family: 'Geometria', 'Gotham Pro', sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #5581fc;
  background: linear-gradient(0deg, #5a89fd, #935cd6, #e839c4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

body.tldcon2026 .slide1_date b {
  font-size: 110px;
}

body.tldcon2026 .texts,
body.tldcon2026 .tldcon-main-column {
  flex: 1;
  min-width: 0;
  max-width: 810px;
}

body.tldcon2026 .tldcon-page__title-row {
  margin-bottom: 0;
}

body.tldcon2026 .icon-arrow-back {
  width: 62px;
  height: 62px;
  min-width: 62px;
  border-radius: 50%;
  background: #f53db7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 27px;
  flex-shrink: 0;
}

body.tldcon2026 .icon-arrow-back:hover {
  background: var(--tldcon-accent-hover);
}

body.tldcon2026 .icon-arrow-back svg {
  width: 25px;
  height: 24px;
}

body.tldcon2026 .icon-arrow-back + .tldcon-page__title,
body.tldcon2026 .tldcon-page__title {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-family: 'Geometria', 'Gotham Pro', sans-serif;
  font-size: 2.65em;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--tldcon-heading);
  white-space: nowrap;
}

body.tldcon2026 .tldcon-closed-body,
body.tldcon2026 .tldcon-form-area,
body.tldcon2026 #registrationForm {
  font-family: 'Gotham Pro', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--tldcon-text);
}

body.tldcon2026 .tldcon-closed-body {
  margin: 0 0 35px;
  white-space: pre-line;
}

/* --- Форма: как абзац «Регистрация скоро начнётся» на tldcon.ru/reg/ (16px Gotham Pro) --- */
body.tldcon2026 #registrationForm .form__title,
body.tldcon2026 .tldcon-form-area .form__title {
  display: block;
  font-family: 'Gotham Pro', system-ui, sans-serif;
  font-size: 16px;
  color: var(--tldcon-text);
  margin: 48px 0 24px;
  font-weight: 400;
  letter-spacing: 0;
}

body.tldcon2026 #registrationForm .form__title:first-of-type,
body.tldcon2026 .tldcon-form-area .form__title:first-of-type {
  margin-top: 0;
}

body.tldcon2026 #registrationForm h2.form__title,
body.tldcon2026 .tldcon-form-area h2.form__title {
  font-family: 'Gotham Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--tldcon-text);
  letter-spacing: 0;
}

body.tldcon2026 .form__field {
  margin-bottom: 25px;
  position: relative;
}

body.tldcon2026 #registrationForm .form__field label,
body.tldcon2026 .tldcon-form-area .form__field label {
  display: block;
  margin-bottom: 12px;
  color: var(--tldcon-text);
  font-size: 16px;
  font-weight: 400;
}

body.tldcon2026 .required {
  color: var(--tldcon-accent);
}

body.tldcon2026 #registrationForm input[type='text'],
body.tldcon2026 #registrationForm input[type='email'],
body.tldcon2026 #registrationForm input[type='tel'],
body.tldcon2026 #registrationForm input[type='number'],
body.tldcon2026 #registrationForm select,
body.tldcon2026 #registrationForm textarea,
body.tldcon2026 .tldcon-form-area input[type='text'],
body.tldcon2026 .tldcon-form-area input[type='email'],
body.tldcon2026 .tldcon-form-area input[type='tel'],
body.tldcon2026 .tldcon-form-area input[type='number'],
body.tldcon2026 .tldcon-form-area select,
body.tldcon2026 .tldcon-form-area textarea {
  width: 100%;
  height: 54px;
  padding: 0 10px;
  border: 0;
  border-bottom: 1px solid var(--tldcon-line);
  border-radius: 0;
  background: transparent;
  color: #222;
  box-shadow: none;
  font-family: 'Gotham Pro', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

body.tldcon2026 textarea {
  height: 95px;
  padding: 10px;
  line-height: 1.5;
}

body.tldcon2026 select {
  appearance: none;
  background-image: url('../images/select-arrow-dark.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 32px;
}

body.tldcon2026 input::placeholder,
body.tldcon2026 textarea::placeholder {
  color: #c3c4c7;
}

body.tldcon2026 input:focus,
body.tldcon2026 select:focus,
body.tldcon2026 textarea:focus {
  border-bottom-color: var(--tldcon-accent);
  box-shadow: none;
  outline: none;
}

body.tldcon2026 .form__field small,
body.tldcon2026 .form__hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--tldcon-muted);
  font-weight: 400;
}

body.tldcon2026 .form__divider {
  border: 0;
  border-top: 1px solid rgba(154, 154, 154, 0.35);
  margin: 40px 0 0;
  height: 0;
  background: transparent;
}

/* Подсказка сразу под заголовком секции — чуть подтянуть к заголовку */
body.tldcon2026 .form__title + .form__section-desc {
  margin: -12px 0 24px;
}

/* Обычные пояснения внутри поля (между label и input): без отрицательного margin — иначе текст наезжает на линию ввода */
body.tldcon2026 .form__field .form__section-desc {
  margin: 0 0 12px;
}

body.tldcon2026 .form__section-desc {
  margin: 0 0 16px;
}

body.tldcon2026 .form__section-desc small {
  font-size: 14px;
  line-height: 1.5;
  color: var(--tldcon-muted);
}

/*
 * Отступ перед «Согласия», если нет hr (tldcon без «Специальные потребности»).
 * Без border-top: иначе две линии подряд — подчёркивание поля Email и линия заголовка.
 */
body.tldcon2026 #registrationForm .form__title--section-start,
body.tldcon2026 .tldcon-form-area .form__title--section-start {
  margin-top: 32px;
  padding-top: 0;
  border-top: 0;
}

/* Радио (checkbox_wrap / radio_wrap) */
body.tldcon2026 .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 48px;
}

body.tldcon2026 #registrationForm .check__label,
body.tldcon2026 #registrationForm .radio__label,
body.tldcon2026 .tldcon-form-area .check__label,
body.tldcon2026 .tldcon-form-area .radio__label {
  display: block;
  position: relative;
  padding: 8px 0 8px 48px;
  margin: 0;
  color: var(--tldcon-text);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

body.tldcon2026 .check__input,
body.tldcon2026 .radio__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
}

body.tldcon2026 .check__box,
body.tldcon2026 .radio__box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  margin: 0;
  border: 1px solid var(--tldcon-line);
  border-radius: 5px;
  background: transparent;
  box-sizing: border-box;
}

body.tldcon2026 .radio__box {
  border-radius: 50%;
}

body.tldcon2026 .check__box::after,
body.tldcon2026 .radio__box::after {
  content: '';
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.tldcon2026 .check__input:checked ~ .check__box,
body.tldcon2026 .radio__input:checked ~ .radio__box {
  background: var(--tldcon-checkbox);
  border-color: var(--tldcon-checkbox);
}

body.tldcon2026 .check__input:checked ~ .check__box::after {
  left: 14px;
  top: 50%;
  width: 7px;
  height: 16px;
  margin-top: -10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 1;
  background: transparent;
}

body.tldcon2026 .radio__input:checked ~ .radio__box::after {
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}

body.tldcon2026 .check__text,
body.tldcon2026 .radio__text {
  display: block;
  color: var(--tldcon-text);
  font-size: 16px;
  font-weight: 400;
}

body.tldcon2026 .check__text a {
  color: var(--tldcon-accent);
}

body.tldcon2026 .btn-link {
  display: inline-block;
  margin: 6px 0 8px 48px;
  padding: 0;
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--tldcon-muted);
  background: none;
  cursor: pointer;
}

body.tldcon2026 .btn-link:hover {
  color: var(--tldcon-accent);
}

body.tldcon2026 .consent-full-text {
  margin: 12px 0 0 48px;
  padding: 16px 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--tldcon-text);
  border-top: 1px solid rgba(154, 154, 154, 0.35);
  border-bottom: 1px solid rgba(154, 154, 154, 0.35);
}

body.tldcon2026 .form-actions {
  margin-top: 32px;
}

/* Кнопки tldcon.ru */
body.tldcon2026 .btn,
body.tldcon2026 .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  height: auto;
  padding: 0 25px;
  width: auto;
  max-width: 300px;
  border: 0;
  border-radius: 15px;
  background: var(--tldcon-accent);
  color: #fff;
  font-size: 1.13em;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: none;
}

body.tldcon2026 .btn:hover,
body.tldcon2026 .btn-primary:hover {
  background: var(--tldcon-accent-hover);
}

body.tldcon2026 .form-actions .btn-primary {
  width: 100%;
  max-width: 300px;
  min-height: 84px;
}

body.tldcon2026 .btn--compact {
  width: auto;
  max-width: none;
  min-height: 54px;
  padding: 0 25px;
}

body.tldcon2026 .field-error,
body.tldcon2026 .form__field.field-error input,
body.tldcon2026 .form__field.field-error select,
body.tldcon2026 .form__field.field-error textarea {
  border-bottom-color: #cd5b43;
}

body.tldcon2026 .message.error,
body.tldcon2026 .code-status.error {
  color: #cd5b43;
  font-size: 14px;
}

body.tldcon2026 .message-container,
body.tldcon2026 .code-status {
  font-size: 14px;
  margin-bottom: 12px;
}

body.tldcon2026 .select__wrap {
  display: block;
}

/* Success */
body.tldcon2026 .success-message {
  font-size: 16px;
  line-height: 1.4;
  color: var(--tldcon-text);
}

body.tldcon2026 .success-message p {
  margin: 0 0 35px;
}

body.tldcon2026 .success-message a:not(.btn) {
  color: var(--tldcon-accent);
}

body.tldcon2026 .tldcon-form-area--solo {
  max-width: 720px;
  margin: 40px auto;
}

/* Футер */
body.tldcon2026 .tldcon-site-footer {
  background: url('../images/tldcon/bg_footer.svg') 50% 0 no-repeat;
  margin-top: 80px;
  padding: 200px 0 100px;
}

body.tldcon2026 .tldcon-site-footer__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

body.tldcon2026 .tldcon-site-footer__logo {
  width: 220px;
  margin-right: 40px;
  flex-shrink: 0;
}

body.tldcon2026 .tldcon-site-footer__contacts a {
  color: var(--tldcon-heading);
}

body.tldcon2026 .tldcon-site-footer__contacts a:hover {
  color: var(--tldcon-accent);
}

body.tldcon2026 .tldcon-site-footer__email {
  font-size: 1.25em;
  margin-bottom: 12px;
}

body.tldcon2026 .tldcon-site-footer__policy {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  max-width: 420px;
}

body.tldcon2026 .tldcon-site-footer__socials {
  display: flex;
  margin-left: auto;
  gap: 18px;
  flex-wrap: wrap;
}

body.tldcon2026 .tldcon-site-footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77px;
  height: 77px;
  background: #f53db7;
  border-radius: 50%;
  padding: 20px;
  box-sizing: border-box;
}

body.tldcon2026 .tldcon-site-footer__socials a:hover {
  background: var(--tldcon-accent-hover);
}

body.tldcon2026 .tldcon-site-footer__socials svg {
  max-height: 32px;
  fill: #fff;
}

/* Десктопные брейкпоинты tldcon.ru (responsive.css) — важнее мобильного меню */
@media (max-width: 1600px) {
  body.tldcon2026 .tldcon-site-footer {
    margin-top: 60px;
    padding: 200px 0 100px;
    background-size: contain;
  }
}

@media (max-width: 1359px) {
  body.tldcon2026 .tldcon-container {
    width: 94%;
    max-width: none;
  }

  body.tldcon2026 .w310cl {
    width: 250px;
    margin-right: 100px;
  }

  body.tldcon2026 .tldcon-site-header .header__logo {
    font-size: 2.5em;
    padding-left: 0;
  }

  body.tldcon2026 .slide1_date {
    font-size: 46px;
  }

  body.tldcon2026 .slide1_date b {
    font-size: 80px;
  }

  body.tldcon2026 .tldcon-page__title {
    font-size: 2.5em;
  }

  body.tldcon2026 .slide1 .h2_wrap {
    min-height: calc(2.5em * 1.1);
  }
}

@media (max-width: 1279px) {
  body.tldcon2026 .w310cl {
    width: 210px;
    margin-right: 60px;
  }

  body.tldcon2026 .tldcon-site-header .header__logo {
    font-size: 1.88em;
  }

  body.tldcon2026 .tldcon-site-header .header__menu li {
    margin-right: 15px;
  }

  body.tldcon2026 .slide1_date {
    font-size: 39px;
  }

  body.tldcon2026 .slide1_date b {
    font-size: 70px;
  }

  body.tldcon2026 .tldcon-page__title {
    font-size: 2.35em;
  }

  body.tldcon2026 .slide1 .h2_wrap {
    min-height: calc(2.35em * 1.1);
  }
}

@media (max-width: 1023px) {
  body.tldcon2026 .w310cl {
    width: 200px;
    margin-right: 60px;
  }

  body.tldcon2026 .tldcon-page {
    font-size: 14.08px;
  }

  body.tldcon2026 .tldcon-form-area,
  body.tldcon2026 #registrationForm,
  body.tldcon2026 .tldcon-closed-body {
    font-size: 14.08px;
  }

  body.tldcon2026 #registrationForm .form__title,
  body.tldcon2026 .tldcon-form-area .form__title {
    font-size: 1em;
  }

  body.tldcon2026 .icon-arrow-back + .tldcon-page__title,
  body.tldcon2026 .tldcon-page__title {
    font-size: 2.75em;
    white-space: normal;
  }

  body.tldcon2026 .slide1 .h2_wrap {
    min-height: calc(2.75em * 1.1);
  }

  body.tldcon2026 .slide1_date {
    font-size: 36px;
  }

  body.tldcon2026 .slide1_date b {
    font-size: 70px;
  }

  body.tldcon2026 .btn,
  body.tldcon2026 .btn-primary {
    height: 60px;
    min-height: 60px;
    width: 230px;
  }

  body.tldcon2026 .form-actions .btn-primary {
    min-height: 60px;
  }

  body.tldcon2026 .tldcon-site-footer__logo {
    width: 200px;
    margin-right: 60px;
  }

  body.tldcon2026 .tldcon-site-footer__socials a {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}

/* Планшет: бургер-меню */
@media (max-width: 1199px) {
  body.tldcon2026 .tldcon-site-header {
    padding-top: 15px;
  }

  body.tldcon2026 .tldcon-site-header .header__lang {
    margin-left: auto;
    margin-right: 20px;
  }

  body.tldcon2026 .tldcon-site-header .header__hamburger {
    display: block;
    position: absolute;
    right: 15px;
    top: 11px;
    z-index: 600;
  }

  body.tldcon2026 .tldcon-site-header .header__menu {
    position: fixed;
    inset: 0;
    margin: 0;
    background: #fff;
    z-index: 500;
    transform: translateX(-100%);
    transition: transform 0.25s ease-in-out;
  }

  body.tldcon2026 .tldcon-site-header.open .header__menu {
    transform: translateX(0);
  }

  body.tldcon2026 .tldcon-site-header .header__menu ul {
    display: block;
    margin: 80px 0 0 5%;
    font-size: 1.25em;
  }

  body.tldcon2026 .tldcon-site-header .header__menu li {
    margin-bottom: 20px;
  }

  body.tldcon2026 .tldcon-site-header .w310cl {
    width: auto;
    margin-right: 0;
  }

  body.tldcon2026 .tldcon-site-header .header__blind {
    margin-right: 70px;
  }

  body.tldcon2026 .tldcon-page__layout {
    flex-direction: column;
  }

  body.tldcon2026 .tldcon-sidebar {
    width: 100%;
    margin-right: 0;
  }

  body.tldcon2026 .tldcon-site-footer__socials {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  body.tldcon2026 .tldcon-container {
    width: 90%;
  }

  body.tldcon2026 .w310cl {
    width: 100%;
    margin-right: 0;
  }

  body.tldcon2026 .tldcon-site-header .header__logo {
    padding-left: 0;
    font-size: 1.57em;
  }

  /*
   * Мобильная колонка «карта + даты»: не сужать весь блок до 35% — селектор .slide1 .img
   * перекрывал .w310cl { width: 100% } и ломал пропорции SVG/типографики дат.
   * Полная ширина колонки; ограничиваем только саму карту (max-width + object-fit).
   */
  body.tldcon2026 .slide1 .tldcon-sidebar {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  body.tldcon2026 .slide1 .tldcon-sidebar img:first-child {
    width: auto;
    max-width: min(100%, 300px);
    height: auto;
    display: block;
    margin: 0 auto 20px;
    object-fit: contain;
  }

  body.tldcon2026 .slide1_date {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    font-size: 28px;
    text-align: center;
  }

  body.tldcon2026 .slide1_date b {
    font-size: 60px;
  }

  body.tldcon2026 .icon-arrow-back + .tldcon-page__title,
  body.tldcon2026 .tldcon-page__title {
    font-size: 2.25em;
    white-space: normal;
  }

  body.tldcon2026 .slide1 .h2_wrap {
    min-height: calc(2.25em * 1.1);
  }

  body.tldcon2026 p {
    margin-bottom: 15px;
  }

  body.tldcon2026 .icon-arrow-back {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 15px;
  }

  body.tldcon2026 .icon-arrow-back svg {
    width: 15px;
    height: 14px;
  }

  body.tldcon2026 input[type='text'],
  body.tldcon2026 input[type='email'],
  body.tldcon2026 input[type='tel'],
  body.tldcon2026 input[type='number'],
  body.tldcon2026 select,
  body.tldcon2026 textarea {
    height: 44px;
    min-height: 44px;
  }

  body.tldcon2026 .tldcon-site-footer {
    padding-top: 120px;
  }

  body.tldcon2026 .tldcon-site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  body.tldcon2026 .tldcon-site-header .header__blind {
    margin-right: 60px;
  }
}
