/*цвет логотипов*/
.t595__alphaonhover {
    opacity: 1;
}
/*Размер и отступ заголовков H2*/
.t795__title {
    margin-bottom: 10px;
}

/*----Бегущая строка-----*/
/*stroke (верхняя и нижняя)*/
#rec1268322321,
#rec1268322341,
#rec1699413811,
#rec1699413831 {
  border-style: solid;
  border-color: #6D6D6D;
  border-width: 1px 0 !important; /* top/bottom = 1px, left/right = 0 */
}
/*Серый цвет для четных фраз*/
 .t1003__item-txt:nth-child(even of .t1003__item-txt) {
  color: #acacac !important;
}

/*кнопки мобильного меню*/
.t450__right_buttons_but {
    display: block;              /* Элемент занимает всю доступную ширину */
    width: 100%;                 /* Ширина на всю ширину родителя */
    box-sizing: border-box;     /* Учитывать паддинги и бордеры внутри height/width */
}

/*----Блок место проведения-----*/
/* Отступ между надзаголовком и заголовком — 10px */
.t1115__uptitle + .t1115__title {
    margin-top: 20px !important;
}
.t1115__textwrapper+.t1115__features {
    margin-top: 40px !important;
}

/* Отступ между заголовком и подзаголовком — 5px */
.t1115__title + .t1115__descr {
    margin-top: 5px !important;
}

/* Отступ между подзаголовком и буллетами — 30px */
.t1115__descr + .t1115__features {
    margin-top: 20px !important;
}

/* Отступ между буллетами — 10px */
.t1115__feature {
    margin-top: 10px !important;
}

/*-----Блок Спикеры------*/
/*отступ между должностью и компанией*/
.t537__bottommargin_lg {
    margin-bottom: 5px;
}
/*в две сроки на маленьких экранах*/
@media screen and (max-width: 480px) {
  .t537__col {
    width: 50% !important;
    padding: 0 10px 25px 10px !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    float: left;
    display: inline-block;
    vertical-align: top;
  }

  .t537__content {
    text-align: center;
  }

  .t537__img {
    margin: 0 auto 15px;
    max-width: 120px;
    width: 100%;
  }

  .t537__title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .t537__descr {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  /* Отступы от краёв экрана */
  .t537__col:nth-child(2n+1) {
    padding-left: 15px !important;
  }
  .t537__col:nth-child(2n) {
    padding-right: 15px !important;
  }

  /* Очистка флоатов после каждой пары */
  .t537__col:nth-child(2n):after {
    content: "";
    display: table;
    clear: both;
  }
  .t537 .t537__container:not(.t-list__container_inrow1) .t-list__item:nth-child(2) {
    margin-top: 0 !important;
  }
}
/*конец*/

/*-----Блок Контакты------*/
/* Добавляем box-sizing всему, включая родителям */
.t1056, .t1056__row, .t1056__col, .t-container {
    box-sizing: border-box;
}

/* Ограничиваем размер содержимого строго внутри границ */
.t1056__col {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    border: 1px solid #6D6D6D;
}

/* Добавляем box-sizing для wrapper */
.t1056__col-wrapper_first, .t1056__col-wrapper {
    box-sizing: border-box;
    width: 100%;
}

/* Media query для экранов до 480px */
@media (max-width: 480px) {
    .t1056__col {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }
}


/* ---- Блок Регистрация----*/
/* Фон для второй колонки */
.t1072__row .t1072__col:nth-child(2) .t1072__content,
.t1072__row .t1072__col:nth-child(2) .t1072__footer {
  background: linear-gradient(90deg, #D653FD 0%, #4D25F8 100%) !important;
}

/* Цвет текста для цен и описаний */
.t1072__row .t1072__col:nth-child(2) .t1072__price,
.t1072__row .t1072__col:nth-child(2) .t-card__descr {
  color: #F6F6F6 !important;
}

/* Цвет текста для заголовков */
.t1072__row .t1072__col:nth-child(2) .t-card__title,
.t1072__row .t1072__col:nth-child(2) .t-card__uptitle {
  color: #FFFFFF !important;
}

/* Цвет ссылок в заголовках */
.t1072__row .t1072__col:nth-child(2) .t-card__title a,
.t1072__row .t1072__col:nth-child(2) .t-card__uptitle a {
  color: #FFFFFF !important;
}

/* Цвет ссылок в описаниях и ценах */
.t1072__row .t1072__col:nth-child(2) .t-card__descr a,
.t1072__row .t1072__col:nth-child(2) .t1072__price a {
  color: #F6F6F6 !important;
}
.t1072 .t-card__title {
  border-bottom: 1px solid #BCBCBC;
}

/*----Блок Ключевые темы----*/
/* Рамка аккордеона (как у вас) */
.t668__wrapper {
  border-radius: 0;
  border: 1px solid #6D6D6D;
}

/* Полностью выключаем стандартные иконки/линии Tilda */
.t668__lines svg { 
  display: none !important; 
}
.t668__lines::before,
.t668__lines::after {
  content: none !important;
}

/* ОДНА кастомная иконка как фон самого .t668__lines */
.t668__lines {
  width: 32px;
  height: 32px;
  background-image: url('https://static.tildacdn.com/tild3162-3539-4535-a432-616433623733/icon_closed.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .25s ease;
  will-change: transform;
}

/* Поворот при открытии */
.t668__opened .t668__lines {
  transform: rotate(180deg);
}
/* Уважение prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .t668__lines { transition: none; }
}
/*Форма обратной связи*/
.t702 .t-input-group {
    margin-bottom: 10px; /*отступы*/
}