.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%
  }

  100% {
    top: 100%
  }
}

@-webkit-keyframes snowflakes-shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px)
  }
}

@keyframes snowflakes-fall {
  0% {
    top: -10%
  }

  100% {
    top: 100%
  }
}

@keyframes snowflakes-shake {

  0%,
  100% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(80px)
  }
}

.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, .5s;
  animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s
}

.snowflake:nth-of-type(10) {
  left: 25%;
  -webkit-animation-delay: 2s, 0s;
  animation-delay: 2s, 0s
}

.snowflake:nth-of-type(11) {
  left: 65%;
  -webkit-animation-delay: 4s, 2.5s;
  animation-delay: 4s, 2.5s
}

/* Стили для заголовков h2 на фоне с цветом #0499a7 */
.sob_bg h2 {
  color: #ffffff;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
}

/* Стили для заголовков h2 на белом фоне или без фона */
.photo-gallery h2 {
  color: #0499a7;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin: 50px 0 50px 0;
}

.row {
  max-width: 600px;
  margin: 0 auto;
}

.top {
  position: relative;
}

.where {
  padding: 60px 0px;
  background: #ECECEC;
  background-image: url('/predstoyashie-sobytiya/images/wave.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #0499a7;
  text-align: center;
}

.where-green {
  background-image: url('/predstoyashie-sobytiya/images/wave_green.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.where .container {
  width: 100%;
  max-width: 1310px;
  padding: 0px 15px;
  margin: 0 auto;
  position: relative;
}

.where h1 {
  font-weight: bold;
}

.where h2 {
  text-align: center;
  font-weight: 400;
  font-size: 45px;
  color: inherit;
  margin-top: 0;
  margin-bottom: 100px;
}

.where h3 {
  font-size: 25px;
  line-height: 1.25;
  margin-top: 90px;
  font-weight: 400;
}

.where h4 {
  color: #2c3e50;
}

.where p {
  font-size: 35px;
  color: #127258;
  font-weight: 600;
  margin-bottom: 60px;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 130px;
  justify-content: center;
}

.column_1_3 {
  flex: 0 0 25%;
  padding: 0px 20px;
  margin-bottom: 30px;
  text-align: center;
}

.icon-calendar {
  background-image: url(/images/icons/where_calendar_rhrs.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #0499a7;
  margin-bottom: 50px;
  text-align: center;
  height: 70px;
}


.icon-home {
  background-image: url(/images/icons/where_adress_rhrs.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #0499a7;
  margin-bottom: 50px;
  text-align: center;
  height: 70px;
}

.icon-photo {
  background-image: url(/images/icons/where_novideo_rhrs.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #0499a7;
  margin-bottom: 50px;
  text-align: center;
  height: 70px;
}

.icon-point-22_5 {
  background-image: url(/images/icons/where_22_5_rhrs.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #0499a7;
  margin-bottom: 50px;
  text-align: center;
  height: 70px;
}

.icon-point-15 {
  background-image: url(/images/icons/where_15_rhrs.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #0499a7;
  margin-bottom: 50px;
  text-align: center;
  height: 70px;
}

.icon-point-10 {
  background-image: url(/images/icons/where_10_rhrs.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #0499a7;
  margin-bottom: 50px;
  text-align: center;
  height: 70px;
}

.icon-point-7-5 {
  background-image: url(/images/icons/where_7.5_rhrs.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #0499a7;
  margin-bottom: 50px;
  text-align: center;
  height: 70px;
}


.icon-prize {
  background-image: url(/images/icons/where_prize_rhrs.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #0499a7;
  margin-bottom: 50px;
  text-align: center;
  height: 70px;
}


@media (max-width: 780px) {

  .where h2 {
    font-size: 22px;
    margin-bottom: 35px;
  }

  .where h4 {
    margin-top: 0px;
    font-size: 15px;
    line-height: 1.5;
  }

  .icon-home {
    margin-bottom: 210px !important;
  }

  .columns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 110px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
  }
}

.column_1_3 {
  flex: 0 0 25%;
  margin-bottom: 60px;
  margin-top: 0px;
}

.column_1_3_gala {
  flex: 0 0 25%;
}

.column_1_3 p.location {
  font-size: 20px;
  line-height: 1.1;
}

.stoimost {
  width: 100%;
  background: #05a7af;
  display: inline-block;
}

.stoimost_nazvanie {
  display: flex;
  width: 70%;
  margin: 0 auto;
  font-size: 18px;
}

.www {
  display: flex;
  width: 50%;
  color: white;
  text-align: center;
  font-size: 22px;
  vertical-align: bottom;
  align-items: flex-end;
}

.line_stoimost {
  width: 70%;
  height: 18px;
  border-bottom: solid white 2px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
}

.br {
  height: 70px;
}

.ub_butt a:hover {
  background: #fccd63 !important;
  color: white !important;
}


@media (max-width: 750px) {
  iframe {
    width: 100%;
  }

}

@media (max-width: 480px) {
  iframe {
    width: 100%;
  }

}

@media screen and (max-width: 780px) {
  .buy-blocks {
    flex-direction: column;
  }

  .buy-block {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1320px) {
  .speaker {
    width: 100% !important;
  }
}

@media screen and (max-width: 900px) {
  .speaker {
    flex-direction: column !important;
    border: 15px solid #0499a7 !important;
  }

  .speaker img {
    height: 400px !important;
  }
}

.info {
  padding: 60px 0px;
  color: var(--color-main);
}

.info .container {
  width: 100%;
  max-width: 1310px;
  padding: 0px 15px;
  margin: 0 auto;
  position: relative;
}

.info .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
}

.info .column_1_3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0px 20px;
  margin-bottom: 30px;
  text-align: center;
}

.info .column_1_3 img {
  height: 165px;
  width: 100%;
  margin-bottom: 10px;
}

.info h3 {
  font-size: 30px;
  line-height: 1.25;
  margin: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  color: #0499a7;
}

.info .column_1_3 p {
  font-size: 30px;
  line-height: 1.4;
  color: #44444A;
  margin: 0;
}

.info .info-description {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #44444A;
  opacity: 0.4;
  margin-top: 41px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .info h3 {
    font-size: 24px;
  }

  .info .column_1_3 p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .info .columns {
    flex-wrap: wrap;
  }

  .info .column_1_3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.programm {
  background-color: #0499a7;
  color: #ffffff;
  width: 100%;
  margin-top: 0px;
}

.programm h2 {
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  color: inherit;
  margin-top: 60px;
  margin-bottom: 22px;
  color: #fff;
}

.per {
  font-style: italic;
}

.programm_container h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 400;
  background-color: #fff;
  color: #0499a7;
  padding: 10px;
}

.programm_container h4 {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
}

.programm_item {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.programm_time {
  font-size: 24px;
  font-weight: 600;
  width: 18%;
}

.programm_txt_wrap {
  width: 82%;
}

.programm_title {
  font-weight: 600;
  font-size: 18px;
}

.programm_title.coffee {
  display: flex;
  align-items: center;
}

.programm_title.coffee img {
  margin-left: 20px;
}

.programm_name span {
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  text-decoration: underline;
}

.programm_name img {
  margin-left: 20px;
}

.programm_container.double {
  display: flex;
  /*border-top: 1px dashed #ffffff;*/
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dashed #ffffff;
  margin-bottom: 35px;
}

.programm_wrap {
  width: 50%;
  padding: 0 10px;
}

.programm_wrap h3 {
  margin-top: 0;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 20px;
  padding: 10px;
}

.programm_wrap h4 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.programm_wrap:last-child {
  border-left: 1px dashed #ffffff;
}

.programm_container.double .programm_time {
  width: 40%;
}

.programm_item.double .programm_time {
  font-size: 17px;
  padding-left: 7%;
}

.programm_item.double .programm_title {
  font-size: 16px;
}

h2.double {
  border-top: 1px dashed #ffffff;
  padding-top: 30px;
  padding-bottom: 0;
  margin-top: 50px;
}

@media screen and (max-width: 675px) {
  .programm_container.double {
    flex-direction: column;
  }

  .programm_wrap {
    width: 100%;
  }

  .programm_wrap:last-child {
    border-top: 1px dashed #ffffff;
    border-left: none;
    padding-top: 25px;
  }

  .programm_time {
    font-size: 17px;
    width: 24%;
    padding-right: 20px;
  }

  .programm_item.double .programm_time {
    padding-left: 0;
  }

  .programm_container.double .programm_time {
    padding-right: 30px;
  }
}


/*programm ods*/

/* Общие стили для секции программы */
.programm_ods {
  background-color: #0499a7;
  /* Основной цвет фона */
  padding: 20px 0;
  color: #fff;
  /* Светлый текст */
  font-family: ProximaNova, helvetica, sans-serif !important;
}

.programm_ods .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.programm_ods h2 {
  font-size: 45px;
  color: #fff;
  /* Светлый текст */
  text-align: center;
  margin-bottom: 20px;
}

.programm_ods h3 {
  font-size: 20px;
  color: #fff;
  /* Светлый текст */
  margin-bottom: 10px;
  padding: 10px;
}

.programm_ods h4 {
  font-size: 20px;
  color: #ccc;
  /* Светлый текст */
  margin-bottom: 20px;
  text-decoration: underline;
  padding: 10px;
}

/* Стили для контейнера программы */
.programm_container_ods {
  background-color: rgb(3 102 117 / 38%);
  /* Тёмный фон для контейнера с прозрачностью */
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}

.programm_container_ods.double_ods {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* Добавляем обертку для адаптивности */
}

.programm_wrap_ods {
  width: 30%;
  box-sizing: border-box;
  /* Включаем padding и border в ширину */
}

.programm_wrap_ods h2 {
  font-size: 35px;
  color: #fff;
  /* Светлый текст */
  text-align: center;
  margin-bottom: 20px;
}

/* Стили для элементов программы */
.programm_item_ods {
  background-color: rgba(4, 102, 117, 0.8);
  /* Менее тёмный фон для элементов с прозрачностью */
  border-left: 5px solid #fff;
  /* Левая граница светлого цвета */
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* Добавляем обертку для адаптивности */
}

.programm_item_ods .programm_time_ods {
  font-size: 18px;
  color: #00676e;
  /* Тёмно-сине-зелёный цвет для времени */
  margin-right: 20px;
  flex-shrink: 0;
  font-weight: bold;
  /* Жирный шрифт для времени */
  background-color: rgb(255 255 255 / 62%);
  /* Светлый фон с прозрачностью для времени */
  padding: 10px 15px;
  border-radius: 4px;
}

.programm_item_ods .programm_txt_wrap_ods {
  flex: 1;
}

.programm_title_ods {
  font-size: 18px;
}

.programm_item_ods .programm_title_ods {
  font-size: 20px;
  color: #fff;
  /* Светлый текст */
  margin-bottom: 15px;
}

.programm_item_ods .programm_name_ods {
  font-size: 16px;
  color: #ccc;
  /* Светлый текст */
}

.programm_item_ods .programm_name_ods img {
  vertical-align: middle;
  margin-left: 5px;
  border-radius: 3px;
}

/* Стили для кофе-брейка */
.programm_item_ods.coffee .programm_title_ods {
  font-size: 22px;
  color: #e74c3c;
  /* Цвет для кофе-брейка */
  display: flex;
  align-items: center;
}

.programm_item_ods.coffee .programm_title_ods img {
  margin-left: 10px;
  border-radius: 3px;
}

/* Стили для параллельных сессий */
.programm_ods h2.double_ods {
  margin-top: 40px;
  color: #fff;
  /* Светлый текст */
}

/* Дополнительные стили для акцентов */
.programm_item_ods:hover {
  background-color: rgba(3, 90, 100, 0.8);
  /* Тёмный акцентный цвет при наведении с прозрачностью */
}

.programm_item_ods .programm_name_ods i {
  color: #fff;
  /* Светлый текст для курсива */
}

.programm_item_ods .programm_title_ods span {
  color: #fff;
  /* Светлый текст для span */
}

/* Адаптивные стили */
@media (max-width: 1200px) {
  .programm_ods .container_ods {
    padding: 0 15px;
  }
}

@media (max-width: 992px) {
  .programm_container_ods.double_ods {
    flex-direction: column;
    align-items: center;
  }

  .programm_wrap_ods {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .programm_ods h2 {
    font-size: 24px;
  }

  .programm_ods h3 {
    font-size: 22px;
  }

  .programm_ods h4 {
    font-size: 18px;
  }

  .programm_item_ods {
    flex-direction: column;
    align-items: flex-start;
  }

  .programm_item_ods .programm_time_ods {
    margin-bottom: 10px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .programm_ods h2 {
    font-size: 22px;
  }

  .programm_ods h3 {
    font-size: 20px;
  }

  .programm_ods h4 {
    font-size: 16px;
  }

  .programm_item_ods .programm_title_ods {
    font-size: 18px;
  }

  .programm_item_ods .programm_name_ods {
    font-size: 14px;
  }
}

/* Print-specific styles */
@media print {
  body * {
    visibility: hidden;
    /* Скрыть все элементы */
  }

  .programm_ods,
  .programm_ods * {
    visibility: visible;
    /* Показать только элементы внутри .programm_ods */
  }

  .programm_ods {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    /* Белый фон для печати */
    color: #000;
    /* Чёрный текст для печати */
    padding: 10px;
    border: 1px solid #000;
    /* Необязательно: добавьте границу для печати */
  }

  .programm_ods h2,
  .programm_ods h3,
  .programm_ods h4 {
    color: #000;
    /* Чёрный текст для печати */
  }

  .programm_ods .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .programm_item_ods {
    background-color: #fff;
    /* Белый фон для печати */
    border: 1px solid #000;
    /* Необязательно: добавьте границу для печати */
    padding: 10px;
  }

  .programm_item_ods .programm_time_ods {
    background-color: #fff;
    /* Белый фон для печати */
    color: #000;
    /* Чёрный текст для печати */
  }

  .programm_item_ods .programm_title_ods,
  .programm_item_ods .programm_name_ods {
    color: #000;
    /* Чёрный текст для печати */
  }

  /* Скрыть элементы, которые не должны печататься */
  .no-print {
    display: none;
  }
}



/*programm ods*/

.worth {
  padding: 40px 0px 80px;
  color: #0499a7;
  text-align: center;
}

.worth p {
  color: #0499a7;
  text-align: center;
  font-size: 25px;
}

.worth .container {
  width: 100%;
  max-width: 1310px;
  padding: 0px 15px;
  margin: 0 auto;
  position: relative;
}

.worth .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.worth .column_1_3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0px 20px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.worth .column_1_3 h3 {
  margin-bottom: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  line-height: 1.25;
  font-weight: bold;
}

.worth .column_1_3 span {
  font-size: 20px;
  line-height: 1.3;
  color: #44444A;
}

@media screen and (max-width: 768px) {
  .worth {
    padding-bottom: 0;
  }

  .worth .column_1_3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.reports {
  background-color: #ffffff;
}

.reports h2 {
  margin: 65px 0 35px;
  text-align: center;
}

.reports .stend_doklad {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 1240px;
}

.reports .bs_preim_item {
  width: 32%;
  border: 3px solid #262164;
  border-radius: 5px;
  padding: 3px 20px 20px;
  height: max-content;
  min-height: 354px;
}

.reports .stend_doklad h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.reports summary {
  background-color: #262164;
  border-radius: 3px;
  color: #ffffff;
  padding: 9px 18px;
  margin-bottom: 20px;
}

.reports .possibility__hide-content {
  text-align: left;
}

@media screen and (max-width: 1240px) {
  .reports .stend_doklad {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .reports h2 {
    font-size: 27px;
  }

  .stend_doklad {
    flex-direction: column !important;
    text-align: center !important;
  }

  .bs_preim_item {
    min-height: 274px !important;
    margin-bottom: 15px !important;
    width: 100% !important;
  }
}

.autor-course {
  background-image: url(/predstoyashie-sobytiya/images/fon_gnez2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0;
  margin-top: 50px;
  margin-bottom: 50px;
}

.autor-course h2 {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  color: #fff;
}

.speakers {
  margin-bottom: 50px;
}

.speakers h2 {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  color: #0499a7;
  margin-top: 30px;
  margin-bottom: 45px;
}

.speakers h3 {
  font-size: 30px;
  line-height: 1.25;
  margin: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.speaker {
  border: 3px solid #0499a7;
  width: 1320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}

.row h2 {
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  color: #0499a7;
  margin-top: 30px;
  margin-bottom: 45px;
}

.row h5 {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 23px;
  margin-top: 34px;
  font-weight: 600;
  color: #0099a7;
}

@media screen and (max-width: 780px) {

  .row h2 {
    font-size: 28px;
  }
}

.why {
  margin-top: 50px;
}

.why h2 {
  text-align: center;
}

.change {
  background-image: url('/predstoyashie-sobytiya/images/fon_gnez.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
  margin-bottom: 50px;
}

.change h2 {
  color: #ffffff;
  padding-top: 50px;
  font-weight: 600;
}

.marker {
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
  text-align: left;
  padding-bottom: 50px;
}

.about {
  padding: 55px 0;
  background: #0499a7;
  color: #fff;
  margin-top: 55px;
}

.about h2 {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4;
  color: inherit;
  margin-top: 0;
  margin-bottom: 22px;
  color: #fff;
}

.about ul {
  padding: 0 10px 0 10px;
  font-size: 20px;
}

.about ul li {
  margin: 0px 0;
}

.about .about_item {
  display: flex;
  align-items: baseline;
}

.about .about_item img {
  margin-right: 20px;
  height: max-content;
  margin-top: 6px;
}

.about .about_item h3 {
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.about-course {
  text-align: left;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
}

.about-course h2 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}

.about-list i {
  font-size: 15px;
}

@media screen and (max-width: 500px) {

  .about h2 {
    font-size: 30px;
  }

  .column_1_3 p.location {
    font-size: 15px !important;

  }

  .column_1_3 h3 {
    font-size: 20px !important;
  }

  .column_1_3 p {
    font-size: 22px !important;
  }


  .about {
    padding: 45px 0 !important;
  }

  .about-list {
    padding-left: 10px !important;
  }

  .about-list li div {
    font-size: 22px !important;
  }

  .about-list li span {
    font-size: 16px !important;
  }

  .about ul {
    padding: 0 !important;
  }

}


.partners {
  background: #fff;
  heihgt: auto;
}

.partners h2 {
  background-color: #0499a7;
  color: white;
  font-size: 45px;
  padding: 20px;
  text-align: center;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 75px;
}

.partners-columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-bottom: 40px;
}

.partners .column_1_4 {
  margin: 5px;
  padding: 5px;
  flex: 30%;
  text-align: center;
}

.partners .column_1_4 img {
  width: 200px;
}

.partners .column_1_4 img:hover {
  -webkit-box-shadow: 0px 0px 100px -6px rgba(4, 153, 167, 0.2);
  -moz-box-shadow: 0px 0px 100px -6px rgba(4, 153, 167, 0.2);
  box-shadow: 0px 0px 100px -6px rgba(4, 153, 167, 0.2);
}

.partners .column_1_4 p {
  font-size: 30px;
  line-height: 1.4;
  color: #0499a7;
  margin: 0;
}

@media (max-width: 780px) {

  .partners h2 {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 45px;
    color: #0499a7;
  }

  .columns partners-columns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }

  .partners .column_1_4 {
    margin: 5px;
    padding: 5px;
    flex: 50%;
    text-align: center;
  }

  .partners .column_1_4 img {
    width: 45%;
  }

}

.arhiv {
  background-color: #ffffff;
}


.buy {
  background-color: #ffffff;
  margin-bottom: 45px;
}

.buy h2 {
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.4;
  color: #0499a7;
  margin-top: 50px;
  margin-bottom: 20px;
}

.buy h3 {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  color: #0499a7;
  margin-top: 30px;
}

.buy h4 {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #2c3e50;
  margin-top: 20px;
  margin-bottom: 35px;
}

.btn-white {
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-block;
  border-bottom: none;
  padding: 23px 43px;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  color: #0499a7;
  margin-top: 40px;
}

.btn-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}


.buy-info {
  background-color: #ffffff;
  box-sizing: border-box;
}

.buy-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 30px 0px;
}

.buy-block {
  text-align: center;
  border: 3px solid #0499a7;
  padding: 10px;
  flex-basis: calc(46% - 15px);
}

.buy-block:hover {
  box-shadow: 2px 2px 4px rgb(166 169 164 / 50%);
}

.buy-txt-h {
  font-size: 30px;
}

.buy-txt-no {
  color: #a6a6a6;
  font-size: 21px;
  font-weight: 600;
}

.youkassa-buy {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: inherit;
  padding: 10px 10px;
  border: 1px solid transparent;
  border-color: #0099a7;
  background-color: #ffffff;
  width: 190px;
  margin: 0 auto;
}


.youkassa-buy:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0);
}

.youkassa-buy a {
  color: #0499a7 !important;
}

.btn-buy {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: inherit;
  padding: 10px 35px;
  border-radius: 0;
  border-color: #0099a7;
  background-color: #0499a7;
  width: 140px;
  margin: 0 auto;
}

.btn-buy-reg {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: inherit;
  padding: 10px 35px;
  border-radius: 0;
  border-color: #0099a7;
  background-color: #0499a7;
  width: 265px;
  margin: 0 auto;
  margin-top: 15px;
}

.btn-buy:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-buy-reg:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.button-btn-buy {
  font-size: 20px;
  line-height: 24px;
  text-transform: inherit;
  padding: 10px 15px;
  border-radius: 0;
  border-color: #0099a7;
  background-color: #0499a7;
  color: #fff;
  width: 160px;
  margin: 0 auto;
}

.button-btn-buy-reg {
  font-size: 20px;
  line-height: 24px;
  text-transform: inherit;
  padding: 10px 15px;
  border-radius: 0;
  border-color: #0099a7;
  background-color: #0499a7;
  width: 225px;
  color: #fff;
  margin: 0 auto;
}


.button-btn-buy:hover {
  border: 3px solid #3a7999;
  color: #3a7999;
  background: rgba(0, 0, 0, 0);
}

.button-btn-buy-reg:hover {
  border: 3px solid #3a7999;
  color: #3a7999;
  background: rgba(0, 0, 0, 0);
}

.btn-buy a {
  color: #ffffff;
}

.btn-buy-reg a {
  color: #ffffff;
}

.btn-buy-no {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: inherit;
  padding: 10px 10px;
  border: 1px solid transparent;
  border-color: #0099a7;
  background-color: #ffffff;
  width: 190px;
  margin: 0 auto;
}

.btn-buy-no:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-buy-no a {
  color: #0499a7;
}


.buy-txt {
  font-size: 21px;
  color: #0499a7;
  font-weight: 600;
}



@media screen and (max-width: 780px) {

  .buy-blocks {
    flex-direction: column;
    padding: 5px 0px;
  }

  .buy-block {
    margin-bottom: 40px;
    width: 60%;
  }

  .buy h2 {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .buy-txt {
    font-size: 18px;
  }

  .buy-txt-h {
    font-size: 22px;
  }

  .button-btn-buy {
    font-size: 18px;
    line-height: 16px;
  }

}


/*--tarif_new--*/

.buy-blocks-1 {
  max-width: 1200px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 auto;
}

.buy-block-1 {
  width: 23%;
  margin: 0px;
  padding: 20px;
  font-size: 14px;
  border-radius: 0px;
  box-shadow: 0 0px 20px 0px;
}

.buy-txt-1 {
  font-size: 21px;
  color: #0499a7;
  font-weight: 600;
  line-height: 25px;
}

.buy-txt-no-1 {
  color: #a6a6a6;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
}

.buy-txt-h-1 {
  font-size: 28px;
  /* text-align: center;*/
}

strike {
  font-size: 20px;
}

.buy-txt-h-1 span {
  font-size: 16px;
  text-align: center;
}

.buy-txt-data-1 {
  font-size: 15px;
  text-align: left;
  line-height: 20px;
}

.button-btn-buy-1 {
  font-size: 20px;
  line-height: 24px;
  text-transform: inherit;
  padding: 5px 10px;
  border-color: #0099a7;
  background-color: #0499a7;
  color: #fff;
  width: 100%;
  border-radius: 3px;
}

.block-title-1 {
  height: 70px;
}

.block-description-1 {
  margin-bottom: 32px;
  height: 150px;
}

.buy-blocks-1 ul li {
  margin: 0px 0;
}

.block-description-1 ul {
  margin-left: 20px;
  padding: 0;
  line-height: 20px;
}

/*.block-data-1 {
text-align: right;
}*/

.block-data-1 p {
  font-weight: 600;
  margin-bottom: 5px;
}

.block-data-1 span {
  text-transform: uppercase;
}

.block-price-1 {
  line-height: 25px;
  text-align: left;
}

.yurlico {
  text-align: center;
  margin: 5px 0;
}

.yurlico a {
  color: #0499a7;
}


@media screen and (max-width: 1200px) {
  .buy-blocks-1 .buy-block-1 {
    flex: 0 0 40%;
    margin-bottom: 30px;
  }

  .block-description-1 {
    margin-bottom: 32px;
    height: 200px;
  }

  .yurlico a {
    color: #0499a7;
  }

}

@media screen and (max-width: 768px) {
  .buy-blocks-1 .buy-block-1 {
    flex: 0 0 60%;
    margin-bottom: 30px;
  }

  .block-description-1 {
    margin-bottom: 32px;
    height: 180px;
  }

  .yurlico a {
    color: #0499a7;
    font-size: 15px !important;
  }


}

@media screen and (max-width: 414px) {
  .buy-blocks-1 .buy-block-1 {
    flex: 0 0 70%;
    margin-bottom: 30px;
  }

  .block-description-1 {
    margin-bottom: 32px;
    height: 180px;
  }

  .yurlico a {
    color: #0499a7;
  }

}

/*--tarif_new_end--*/


/*--tarif_new_2025--*/
/* Pricing Section */
.pricing-section {
  padding: 40px 0;
  background-color: #f9f9f9;
}

.section-title {
  color: #0499a7;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px;
  margin-top: 30px;
}

.pricing-card {
  background: #fff;
  border-radius: 8px;
  padding: 25px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.pricing-card h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
  line-height: 1.3;
}

.pricing-card .price {
  font-size: 22px;
  font-weight: 700;
  color: #0499a7;
  margin-bottom: 15px;
}

.pricing-card .description {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  min-height: 50px;
  line-height: 1.4;
}

.pricing-card .btn-primary {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0499a7;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
  font-size: 15px;
}

.pricing-card .btn-primary:hover {
  background-color: #2a7bb9;
}

.early-reg-subtitle {
  text-align: center;
  color: #4CAF50;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.price-periods {
  margin: 15px 0;
}

.price-period {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

.price-period span {
  font-weight: bold;
  color: #333;
}

.discount-badge {
  background-color: #FF5722;
  color: white;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 12px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.price {
  position: relative;
}



/* Медиа-запросы для адаптива */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .pricing-grid {
    gap: 15px;
  }

  .pricing-card {
    padding: 20px 15px;
  }

  .pricing-card h3 {
    font-size: 16px;
  }

  .pricing-card .price {
    font-size: 20px;
  }

  .pricing-card .description {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .pricing-section {
    padding: 30px 0;
  }

  .section-title {
    font-size: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--tarif_new_end_2025--*/

.sob_bg {
  background: #0499A7 url(/arhiv-sobytij/images/2_block_left.png) no-repeat top left;
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-fluid {
  background: url(/arhiv-sobytij/images/2_block_right.png) no-repeat bottom right;
}

.stoimost {
  width: 100%;
  background: #05a7af;
  display: inline-block;
}

.stoimost_nazvanie {
  display: flex;
  width: 70%;
  margin: 0 auto;
  font-size: 18px;
}

.www {
  display: flex;
  width: 50%;
  color: white;
  text-align: center;
  font-size: 22px;
  vertical-align: bottom;
  align-items: flex-end;
}

.line_stoimost {
  width: 70%;
  height: 18px;
  border-bottom: solid white 2px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
}

.br {
  height: 70px;
}

.ub_butt a:hover {
  background: #fccd63 !important;
  color: white !important;
}

.feedback {
  max-width: 800px;
  margin: 0 auto;
}

.feedback h2 {
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  color: #0499a7;
  margin-top: 30px;
  margin-bottom: 45px;
}

@media screen and (max-width: 500px) {

  .feedback h2 {
    font-size: 30px;
  }
}

.review_slide .review_text {
  height: auto;
  margin-bottom: 51px;
  color: #fff;
}

.review_author {
  color: #fff;
}

.review_author img {
  max-width: 160px;
  float: left;
  width: auto !important;
  margin: 0 !important;
  margin-top: -30px !important;
}

.review_slide .review_text ul {
  list-style-type: none !important;
  padding-left: 0;
}

.review_slide .slick-next {
  top: 33% !important;
}

.review_slide .slick-prev {
  left: -10% !important;
  top: 41% !important;
}

.review_slide .slick-arrow:hover,
.review_slide .slick-arrow:focus,
.review_slide .slick-arrow:active {
  background: transparent !important;
}

.review_text p {
  font-size: 16px;
  font-style: italic;
  text-align: end;
}

.content-more {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: inherit;
  padding: 10px 0px;
  border-radius: 0;
  color: #0499a7;
  width: 300px;
  margin: 0 auto;

}

@media (min-width: 768px) {
  .single-slide .slick-list {
    height: 450px;
  }
}

@media (max-width: 750px) {

  .review_slide .slick-next,
  .review_slide .slick-prev {
    top: 58% !important;
  }

  .speaker {
    flex-direction: column;
    border: 10px solid #0499a7 !important;
  }

  .speaker img {
    max-width: 330px;
  }
}

@media (max-width: 750px) {
  iframe {
    width: 100%;
  }

}

@media (max-width: 480px) {
  iframe {
    width: 100%;
  }

}

.koordinator {
  border-top: 2px solid #0499a7;
  border-bottom: 2px solid #0499a7;
  margin-bottom: 33px;
  margin-bottom: 50px;
  margin-top: 50px;
  padding-top: 40px;
}

.about-list i {
  font-size: 15px;
}

@media screen and (max-width: 500px) {

  .column_1_3 {
    flex: 0 0 50%;
    padding: 0px 20px;
    margin-bottom: 30px;
    text-align: center;
  }

  .column_1_3 p.location {
    font-size: 15px !important;

  }

  .column_1_3 h3 {
    font-size: 20px !important;
  }

  .column_1_3 p {
    font-size: 22px !important;
  }


  .about {
    padding: 45px 0 !important;
  }

  .about-list {
    padding-left: 10px !important;
  }


  .about-list li div {
    font-size: 22px !important;
  }

  .about-list li span {
    font-size: 16px !important;
  }


  .about ul {
    padding: 0 !important;
  }

}



@media screen and (max-width: 1320px) {
  .speaker {
    width: 100% !important;
  }
}

@media screen and (max-width: 900px) {
  .speaker {
    flex-direction: column !important;
    border: 4px solid #0499a7 !important;
  }

  .programm {
    background-color: #0499a7;
    color: #ffffff;
    width: 100%;
    margin-top: 0px;
  }

  .programm h2 {
    color: #ffffff;
    text-align: center;
    line-height: 1;
  }

  .programm_container {
    box-shadow: 1px 1px 5px 1px rgb(112 167 173);
    padding: 15px;
    max-width: 100%;
    margin: 0px 0px 0px 10px;
  }

  .programm_container h3 {
    text-align: center;
    color: #04a7af;
    font-size: 20px;
  }

  .programm_container p {
    font-weight: 600;
  }

  .programm_container .per {
    font-style: italic;
    color: #04a7af;
  }

  .programm_item {
    display: flex;
    margin-bottom: 30px;
  }

  .programm_time {
    font-size: 24px;
    font-weight: 600;
    width: 18%;
  }

  .programm_txt_wrap {
    width: 82%;
  }

  .programm_title {
    font-weight: 600;
    font-size: 18px;
  }

  .programm_title.coffee {
    display: flex;
    align-items: center;
  }

  .programm_title.coffee img {
    margin-left: 20px;
  }

  .programm_name span {
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    text-decoration: underline;
  }

  .programm_name img {
    margin-left: 20px;
  }

  .programm_container.double {
    display: flex;
    /*border-top: 1px dashed #ffffff;*/
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #ffffff;
    margin-bottom: 35px;
  }

  .programm_wrap {
    width: 50%;
    padding: 0 0;
  }

  .programm_wrap h3 {
    margin-top: 0;
    text-align: center;
    font-weight: 600;
    margin-bottom: 26px;
    font-size: 23px;
    /*color: lightgray;*/
  }

  .programm_wrap:last-child {
    border-left: 1px dashed #ffffff;
  }

  .programm_container.double .programm_time {
    width: 40%;
  }

  .programm_item.double .programm_time {
    font-size: 17px;
    padding-left: 7%;
  }

  .programm_item.double .programm_title {
    font-size: 16px;
  }

  h2.double {
    border-top: 1px dashed #ffffff;
    padding-top: 30px;
    padding-bottom: 0;
    margin-top: 50px;
  }

  .comment:target {
    background-color: lightyellow;
  }

}

@media screen and (max-width: 675px) {
  .programm_container.double {
    flex-direction: column;
  }

  .programm_wrap {
    width: 100%;
  }

  .programm_wrap:last-child {
    border-top: 1px dashed #ffffff;
    border-left: none;
    padding-top: 25px;
  }

  .programm_time {
    font-size: 17px;
    width: 24%;
    padding-right: 20px;
  }

  .programm_item.double .programm_time {
    padding-left: 0;
  }

  .programm_container.double .programm_time {
    padding-right: 30px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-button {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 8px;
  background-color: #0499a7;
  color: white;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 15px;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.spiker {
  margin-bottom: 50px;
}

.spiker h2 {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  color: #0499a7;
  margin-top: 30px;
  margin-bottom: 45px;
}

.spiker .box-spiker {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.spiker .card-spiker {
  width: 30%;
  height: 100%;
  margin-bottom: 40px;
}

.spiker .img-div {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  height: 100%;
  width: 100%;
  position: relative;
  object-fit: contain;
  box-sizing: border-box;
}


.spiker .text-div-face p {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;

}

.spiker .text-div.card {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 21px;
}

.spiker .text-div-topic {
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  width: 100%;
}

.spiker .text-div-topic p {
  margin-top: 10px;
}

.spiker .text-div.bottom {
  padding: 50px;
  text-align: center;
}

.spiker .flag {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.spiker .flag p {
  background-color: yellow;
  padding: 0px 10px;
}

.spiker .p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}


@media screen and (max-width: 768px) {
  .spiker h2 {
    font-size: 36px;
  }

  .spiker .box-spiker {
    flex-wrap: wrap;
  }

  .spiker .card-spiker {
    width: 100%;
    margin-bottom: 30px;
  }

  .spiker .img-div {
    margin-bottom: 15px;
  }
}


/*ods*/

.spiker-ods,
.ods-gallery {
  margin: 0px 0 50px 0;
  background: #ECECEC;
  background-image: url(/predstoyashie-sobytiya/images/wave.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 20px 0;
}

.spiker-ods h2 {
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  margin: 40px 0 80px 0;
  color: #0499a7;
}

.spiker-ods .box-spiker-ods {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.spiker-ods .card-spiker-ods {
  width: 30%;
  height: 100%;
  margin-bottom: 40px;
}

.spiker-ods .img-div {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  height: 100%;
  width: 100%;
  position: relative;
  object-fit: contain;
  box-sizing: border-box;
}


.spiker-ods .text-div-face p {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;

}

.spiker-ods .text-div-card {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 21px;
}

.spiker-ods .text-div-topic {
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  width: 100%;
}

.spiker-ods .text-div-topic p {
  margin-top: 10px;
}

.spiker-ods .text-div.bottom {
  padding: 50px;
  text-align: center;
}

.spiker-ods .flag {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.spiker-ods .flag p {
  background-color: yellow;
  padding: 0px 10px;
}

.spiker-ods .flag2024 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.spiker-ods .flag2024 p {
  background-color: #026826;
  padding: 0px 10px;
  color: #fff;
}

.spiker-ods .p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

/* Скрываем все карточки, начиная с 10-й */
.card-spiker-ods:nth-child(n+10) {
  display: none;
}

/* Стилизация кнопки */
#showMoreButton {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #0499a7;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#showMoreButton:hover {
  background-color: #0056b3;
}



@media (max-width: 768px) {
  .spiker-ods h2 {
    font-size: 36px;
    margin: 40px 0 20px 0;
  }

  .spiker-ods .box-spiker-ods {
    flex-wrap: wrap;
  }

  .spiker-ods .card-spiker-ods {
    width: 100%;
    margin-bottom: 30px;
  }

  .spiker-ods .img-div {
    margin-bottom: -30px;
  }

  .spiker-ods .flag2024 {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }

  /* Скрываем все карточки, начиная с 10-й */
  .card-spiker-ods:nth-child(n+10) {
    display: none;
  }

}


.modal-spiker {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-button {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 8px;
  background-color: #0499a7;
  color: white;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 15px;
}

.spiker-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}


@media (max-width: 768px) {

  .spiker-modal-content {
    width: 75%;
  }

}


/*ods*/


.partners {
  background: #fff;
  heihgt: auto;
}

.partners h2 {
  background-color: #0499a7;
  color: white;
  font-size: 45px;
  padding: 20px;
  /* Добавляем отступы для текста */
  text-align: center;
  /* Выравниваем текст по центру */
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 75px;
}

@media (max-width: 600px) {
  .partners h2 {
    background-size: 100% 100%;
    /* Задаем размер фона */
  }
}


.partners-columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  margin: 50px 0 100px 0;
}

.partners .column_1_4 {
  margin: 5px;
  padding: 5px;
  flex: 30%;
  text-align: center;
}

.partners .column_1_4 img {
  width: 200px;
}

.partners .column_1_4 img:hover {
  -webkit-box-shadow: 0px 0px 45px -14px rgba(99, 91, 163, 0.2);
  -moz-box-shadow: 0px 0px 45px -14px rgba(99, 91, 163, 0.2);
  box-shadow: 0px 0px 45px -14px rgba(99, 91, 163, 0.2);
}

.partners .column_1_4 p {
  font-size: 30px;
  line-height: 1.4;
  color: #635ba3;
  margin: 0;
}

@media (max-width: 780px) {

  .columns partners-columns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }

  .partners .column_1_4 {
    margin: 5px;
    padding: 5px;
    flex: 50%;
    text-align: center;
  }

  .partners .column_1_4 img {
    width: 50%;
  }

  .partners h2 {
    font-size: 28px;
  }

}

.worth {
  padding: 40px 0px 80px;
  color: #0499a7;
  text-align: center;
}

.worth .container {
  width: 100%;
  max-width: 1310px;
  padding: 0px 15px;
  margin: 0 auto;
  position: relative;
}

.worth .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.worth .column_1_3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0px 20px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.worth .column_1_3 h3 {
  margin-bottom: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  line-height: 1.25;
  font-weight: bold;
}

.worth .column_1_3 span {
  font-size: 20px;
  line-height: 1.3;
  color: #44444A;
}

@media screen and (max-width: 768px) {
  .worth {
    padding-bottom: 0;
  }

  .worth .column_1_3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.bs_date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 48px;
}

.bs_date_container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 48px;
  width: 25%;
  min-width: 300px;
  height: 140px;
  display: flex;
  flex-direction: column;
  border: 2px solid #0499a7;
  border-radius: 12px;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #00034A;
  font-weight: 600;
  font-size: 20px;
  background: #00034A10;
}

.bs_date_container span {
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  margin-top: 8px;
}

.reports {
  background-color: #ffffff;
}

.reports h2 {
  margin: 65px 0 35px;
  text-align: center;
}

.reports .stend_doklad {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 1240px;
}

.reports .bs_preim_item {
  width: 32%;
  border: 3px solid #0499a7;
  border-radius: 14px;
  padding: 3px 20px 20px;
  height: max-content;
  min-height: 354px;
}

.reports .stend_doklad h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.reports summary {
  background-color: #0499a7;
  border-radius: 15px;
  color: #ffffff;
  padding: 9px 18px;
  margin-bottom: 20px;
}

.reports .possibility__hide-content {
  text-align: left;
}

@media screen and (max-width: 1240px) {
  .reports .stend_doklad {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .reports h2 {
    font-size: 24px;
  }

  .stend_doklad {
    flex-direction: column !important;
    text-align: center !important;
  }

  .bs_preim_item {
    min-height: 274px !important;
    margin-bottom: 15px !important;
    width: 100% !important;
  }
}



.ub_butt {
  padding: 100px 0;
  text-align: center;
}

.ub_butt a {
  background: #04a7af;
  padding: 14px 22px;
  display: inline-block;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .ub_butt a {
    font-size: 20px !important;
  }
}

/*--Gala--*/

.program-gala {
  background: #0b3c2f;
  color: #fff;
  padding: 50px 0 50px 0;
}


.program-gala h2 {
  text-align: center;
  font-size: 40px;
  padding-bottom: 20px;
}

.column_1_3_gala {
  flex: 0 0 33%;
  padding: 0px 20px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 500px) {

  .column_1_3_gala {
    flex: 0 0 50%;
    padding: 0px 20px;
    margin-bottom: 30px;
    text-align: center;
  }

  .column_1_3_gala p.location {
    font-size: 15px !important;

  }

  .column_1_3_gala h3 {
    font-size: 20px !important;
  }

  .column_1_3_gala p {
    font-size: 22px !important;
  }
}


.vnimanie {
  background-color: #75d4db30;
  padding-bottom: 40px;
}

.vnimanie .row {
  justify-content: center;
  color: #0499a4;
}

.vnimanie h2 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: red;
  padding-top: 30px;
}

.vnimanie p {
  color: #2c3e50;
}

@media screen and (max-width: 780px) {
  .vnimanie h2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 55px;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.koordinator {
  border-top: 2px solid #0499a7;
  border-bottom: 2px solid #0499a7;
  margin-bottom: 33px;
  margin-bottom: 50px;
  margin-top: 50px;
  padding-top: 40px;
}


/* 03.10.2023 г */

.rhrs-btn {
  display: flex;
}

.rhrs-btn input {
  border: none;
  margin: auto;
  margin-top: 20px;
  width: 230px;
  height: 60px;
  padding: 0;
  font-size: 20px;
  color: #0099A7;
  border-radius: 3px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.modal-footer {
  padding: 20px;
  text-align: center !important;
  border-top: 1px solid #e5e5e5;
}

.modal-footer-btn {
  background: #0099A7;
  color: #fff;
  font-size: 16px;
  border: 0px;
  padding: 1rem 2rem;
  border-radius: 5px;
}

.modal .modal-backdrop {
  background-color: #028490;
}

.modal .modal-content {
  width: 547px;
  height: auto;
  background: #FFFFFF;
  border-radius: 4px;
}

.modal .modal-content .modal-header {
  position: relative;
  padding-top: 25px;
  border: none;
}

.modal .modal-content .modal-header .modal-header-txt {
  display: flex;
  justify-content: center;
}

.modal .modal-content .modal-header h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
}

.modal .modal-content .modal-header button {
  position: absolute;
  right: 3%;
  top: 20%;
}

.modal .modal-content .modal-body {
  padding: 20px;
  padding-top: 0px;
}

.modal .modal-content .modal-body .your-name,
.modal .modal-content .modal-body .your-mail,
.modal .modal-content .modal-body .your-tel,
.modal .modal-content .modal-body .your-city,
.modal .modal-content .modal-body .your-id {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.modal .modal-content .modal-body .your-name label,
.modal .modal-content .modal-body .your-mail label,
.modal .modal-content .modal-body .your-tel label,
.modal .modal-content .modal-body .your-city label,
.modal .modal-content .modal-body .your-id label {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.modal .modal-content .modal-body .your-name input,
.modal .modal-content .modal-body .your-mail input,
.modal .modal-content .modal-body .your-tel input,
.modal .modal-content .modal-body .your-city input,
.modal .modal-content .modal-body .your-id input {
  background: #F6F6F6;
  border: none;
  border-radius: 4px;
  height: 50px;
  font-size: 20px;
  padding-left: 2%;
}

.modal .modal-content .modal-body .rhrs-checkbox .modal-item-label {
  font-weight: 400;
}

.modal .modal-content .modal-body .rhrs-checkbox .modal-item-label a {
  color: #64e3ef;
  text-decoration: underline;
}

.modal .modal-content .modal-body .rhrs-submit {
  display: flex;
  height: 50px;
  align-items: center;
  margin-top: 25px;
}

.modal .modal-content .modal-body .input-rhrs-btn {
  width: 70%;
  border: none;
  background: #0099A7;
  height: 100%;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.modal .modal-content .modal-body .rhrs-submit-txt {
  width: 30%;
  height: 100%;
  display: flex;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  background: #077D87;
}

.modal .modal-content .modal-body .rhrs-submit-txt span {
  margin: auto;
}

.modal .form_true p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.modal .form_true p a {
  background: #0099A7;
  color: #fff;
  font-size: 16px;
  border: 0px;
  padding: 1rem 2rem;
  border-radius: 5px;
}


.modal-title {
  color: #0499A7;
}

.modal .modal-content .form_true {
  padding: 30px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

< !--первый экран новый одс-->.content-new {
  padding: 20px;
}

.top-new {
  text-align: center;
}

.banner-img {
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.where-new {
  padding: 60px 0;
  background: #f5f5f5;
  background-image: url(/predstoyashie-sobytiya/images/wave.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #0499a7;
  text-align: center;
}

.section-title {
  font-size: 45px;
  margin-bottom: 40px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.info-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.info-item:hover {
  transform: translateY(-10px);
}

.info-item .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.info-item h3 {
  font-size: 24px;
  margin-top: 0;
}

.location {
  font-size: 14px;
  margin-top: 10px;
  color: #555;
}

.location a {
  color: #0499a7;
  text-decoration: none;
  transition: color 0.3s ease;
}

.location a:hover {
  color: #038a97;
}

.icon-calendar-new {
  background-image: url(/images/icons/where_calendar_rhrs.png);
}

.icon-home-new {
  background-image: url(/images/icons/where_adress_rhrs.png);
}

.icon-photo-new {
  background-image: url(/images/icons/where_novideo_rhrs.png);
}

.icon-point-22-5-new {
  background-image: url(/images/icons/where_22_5_rhrs.png);
}

.event-info {
  font-size: 18px;
  margin-bottom: 20px;
}

.btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background-color: #0499a7;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #038a97;
}

/* Медиа-запросы для адаптивности */
@media (max-width: 768px) {
  .section-title {
    font-size: 30px;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .info-item h3 {
    font-size: 22px;
  }

  .location {
    font-size: 14px;
  }

  .event-info {
    font-size: 16px;
  }

  .btn-primary {
    padding: 12px 24px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 24px;
  }

  .info-item h3 {
    font-size: 20px;
  }

  .location {
    font-size: 12px;
  }

  .event-info {
    font-size: 14px;
  }

  .btn-primary {
    padding: 10px 20px;
    font-size: 12px;
  }
}

< !--/первый экран новый одс-->< !--инфо о гала вечере-->.galaEvng {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #000;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.galaEvng-bg-color {
  background-color: #0e4612;
  /* Цвет фона */
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  width: 100%;
}

.galaEvng h2 {
  font-size: 45px;
  text-shadow: 0 0 5px #0e4612;
  margin-bottom: 10px;
}

.galaEvng-bg-color p {
  font-size: 1.2rem;
  text-shadow: 0 0 5px #0e4612;
  margin-bottom: 20px;
}

.galaEvng-bg-color h4 {
  font-size: 1rem;
  margin-bottom: 20px;
  text-shadow: 0 0 5px #0e4612;
}

.galaEvng-bg-color a {
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 50px #ffffff;
  text-decoration: none;
  text-shadow: 0 0 5px #0e4612;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s ease;
}

.galaEvng-bg-color a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  .galaEvng-bg-color h3 {
    font-size: 2rem;
  }

  .galaEvng-bg-color p {
    font-size: 1rem;
  }

  .galaEvng-bg-color h4 {
    font-size: 0.875rem;
  }

  .galaEvng-bg-color a {
    font-size: 1rem;
    padding: 8px 16px;
  }
}

< !--/инфо о гала вечере-->< !--новый оргкомитет-->.org-committee {
  margin: 0 0 50px 0;
  background: #ECECEC;
  background-image: url(/predstoyashie-sobytiya/images/wave.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}

.org-committee h2 {
  text-align: center;
  font-weight: 400;
  font-size: 45px;
  margin: 40px 0 80px 0;
  color: #0499a7;
}

.org-committee-grid {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.org-committee-card {
  width: 30%;
  margin-bottom: 40px;
  text-align: center;
}

.org-committee-img {
  position: relative;
  margin-bottom: 35px;
}

.org-committee-img img {
  width: 195px;
  height: auto;
  object-fit: contain;
}

.org-committee-location {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  background: #0499a7;
  color: #fff;
  padding: 0px 0;
  margin: 0;
}

.org-committee-location p {
  font-size: 18px;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  margin: 0 !important;
}

.org-committee-name {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 21px;
}

.org-committee-role p {
  font-size: 16px;
  margin-top: 10px;
}

/* Адаптивность */
@media (max-width: 768px) {
  .org-committee-card {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .org-committee-card {
    width: 100%;
  }

  .org-committee-img img {
    width: 100%;
  }
}

< !--/новый оргкомитет-->< !--новые спикеры-->< !--новые спикеры-->< !--новый слайдер для фото-->.slick-slide img {
  display: block;
  margin: 0 auto;
  /* Центрирование изображения */
  max-width: 100%;
  /* Ограничение ширины изображения */
  height: auto;
  /* Сохранение пропорций изображения */
}

.photo-slider img {
  width: 100%;
  /* Задаем ширину изображения 100% от контейнера */
  height: auto;
  /* Сохраняем пропорции изображения */
  max-height: 600px;
  /* Максимальная высота изображения */
  object-fit: contain;
  /* Обрезаем изображение, чтобы оно заполняло контейнер */
}

display: block;
margin: 0 auto;
/* Центрирование изображения */
max-width: 100%;
/* Ограничение ширины изображения */
height: auto;

/* Медиа-запросы для адаптивности */
@media (max-width: 1200px) {
  .photo-slider img {
    max-height: 650px;
    /* Максимальная высота изображения для экранов шириной до 1200px */
  }
}

@media (max-width: 992px) {
  .photo-slider img {
    max-height: 450px;
    /* Максимальная высота изображения для экранов шириной до 992px */
  }
}

@media (max-width: 768px) {
  .photo-slider img {
    max-height: 350px;
    /* Максимальная высота изображения для экранов шириной до 768px */
  }
}

@media (max-width: 576px) {
  .photo-slider img {
    max-height: 250px;
    /* Максимальная высота изображения для экранов шириной до 576px */
  }
}

< !--/новый слайдер для фото-->< !--новый слайдер для отзывов-->.new_review_slide {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;

}

.new_review_text {
  font-style: italic;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.new_review_text:hover {
  transform: scale(1.02);
}

.new_review_author {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.new_review_author p {
  margin: 0;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.new_review_author img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

/* Адаптивность */
@media (max-width: 768px) {
  .new_review_text {
    padding: 15px;
    font-size: 14px;
  }

  .new_review_author p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .new_review_text {
    padding: 10px;
    font-size: 12px;
  }

  .new_review_author p {
    font-size: 12px;
  }
}


/* Основные стили для кнопок навигации */
/* Адаптивность */
@media (max-width: 768px) {
  button.slick-prev {
    display: none !important;
    /* Скрываем кнопки на экранах шириной до 768px */
  }
}

< !--/новый слайдер для отзывов-->

/* Bal 2025 */
.bal-main {
  font-family: 'Montserrat', 'Source Sans Pro', sans-serif;
  line-height: 1.6;
  color: #333;
}

.bal-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-new {
  text-align: center;
}

.banner-img {
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Hero Section */
.bal-hero {
  clip-path: polygon(0 0%, 100% 20%, 100% 100%, 0% 80%);
  background: linear-gradient(174deg, #3e0000, #db0000);
  color: white;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.bal-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
}

.bal-hero-content {
  position: relative;
  z-index: 2;
}

.bal-hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.bal-hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.bal-hero-info {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.bal-hero-date,
.bal-hero-location {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
}

.bal-hero-date i,
.bal-hero-location i {
  font-size: 1.3rem;
  color: #0099A7;
  /* Изменено на фирменный голубой */
}

/* Дополнительная кнопка в герое */
.bal-hero-cta {
  margin-top: 30px;
}

.bal-btn-hero {
  background: #0099A7;
  color: white;
  padding: 15px 40px;
  font-size: 1.1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  width: auto;
}

.bal-btn-hero:hover {
  background: #5aa5b8;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(115, 193, 209, 0.4);
}

/* Section Titles */
.bal-section-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #8B0000;
  position: relative;
}

.bal-section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #0099A7;
  /* Изменено на фирменный голубой */
  margin: 15px auto;
  border-radius: 2px;
}

/* Dress Code Section */
.bal-dresscode {
  padding: 80px 0;
  background: #f8f9fa;
}

.bal-dresscode-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.bal-red-theme {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 50px 0;
  text-align: left;
}

.bal-red-icon {
  flex-shrink: 0;
}

.bal-red-icon i {
  font-size: 4rem;
  color: #0099A7;
  /* Изменено на фирменный голубой */
}

.bal-red-content h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #333;
}

.bal-red-accent {
  color: #8B0000;
  font-weight: 700;
}

.bal-color-palette {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.bal-color-item {
  text-align: center;
}

.bal-color-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 3px solid white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bal-inspiration {
  background: linear-gradient(135deg, #8B0000, #B22222);
  color: white;
  padding: 30px;
  border-radius: 15px;
  margin-top: 40px;
  border-left: 5px solid #0099A7;
  /* Добавлен голубой акцент */
}

.bal-inspiration-text {
  font-size: 1.3rem;
  font-style: italic;
  margin: 0;
  text-align: center;
}

/* Atmosphere Section */
.bal-atmosphere {
  padding: 80px 0;
  background: white;
}

.bal-atmosphere-intro {
  font-size: 1.2rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #666;
}

.bal-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.bal-feature {
  text-align: center;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: transform 0.3s ease;
  border-top: 3px solid #0099A7;
  /* Добавлен голубой акцент */
}

.bal-feature:hover {
  transform: translateY(-5px);
}

.bal-feature-icon {
  font-size: 3rem;
  color: #0099A7;
  /* Изменено на фирменный голубой */
  margin-bottom: 20px;
}

.bal-feature h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #333;
}

/* Location Section */
.bal-location {
  padding: 80px 0;
  background: #f8f9fa;
}

.bal-location-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.bal-location-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.bal-location-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.bal-location-item i {
  font-size: 2rem;
  color: #0099A7;
  /* Изменено на фирменный голубой */
  margin-top: 5px;
}

.bal-location-item h3 {
  margin-bottom: 10px;
  color: #333;
}

.bal-map-placeholder {
  background: white;
  padding: 60px 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid #0099A7;
  /* Добавлена голубая рамка */
}

.bal-map-placeholder i {
  font-size: 4rem;
  color: #0099A7;
  margin-bottom: 20px;
}

/* Registration Section */
.bal-registration {
  padding: 80px 0;
  background: white;
}

.bal-free-notice {
  background: linear-gradient(135deg, #8B0000, #B22222);
  color: white;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 50px;
  text-align: center;
  border-right: 5px solid #0099A7;
  /* Добавлен голубой акцент */
}

.bal-free-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0099A7;
  /* Изменено на фирменный голубой */
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.bal-conference-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.bal-conference-list li {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.bal-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.bal-pricing-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid #f0f0f0;
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.bal-pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0099A7;
  /* Добавлена голубая полоса */
}

.bal-pricing-card:hover {
  transform: translateY(-5px);
  border-color: #0099A7;
  /* Изменено на фирменный голубой */
}

.bal-pricing-header {
  text-align: center;
  margin-bottom: 30px;
}

.bal-pricing-header h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #333;
}

.bal-price {
  font-size: 3rem;
  font-weight: 700;
  color: #0099A7;
  /* Изменено на фирменный голубой */
}

.bal-pricing-features {
  margin-bottom: 30px;
}

.bal-pricing-features ul {
  list-style: none;
  padding: 0;
}

.bal-pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #666;
}

.bal-pricing-features i {
  color: #0099A7;
  /* Изменено на фирменный голубой */
}

/* Buttons */
.bal-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  width: 100%;
}

.bal-btn-primary {
  background: #8B0000;
  color: white;
}

.bal-btn-primary:hover {
  background: #B22222;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(115, 193, 209, 0.3);
  /* Добавлена голубая тень */
}

.bal-btn-secondary {
  background: #333;
  color: white;
}

.bal-btn-secondary:hover {
  background: #555;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(115, 193, 209, 0.3);
  /* Добавлена голубая тень */
}

/* Gallery & Reviews */
.bal-gallery,
.bal-reviews {
  padding: 80px 0;
}

.bal-gallery {
  background: #f8f9fa;
}

.bal-reviews {
  background: white;
}

/* Contact Section */
.bal-contact {
  padding: 80px 0;
  background: #f8f9fa;
}

.bal-contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 50px 0;
}

.bal-contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #0099A7;
  /* Добавлен голубой акцент */
}

.bal-contact-item i {
  font-size: 2rem;
  color: #0099A7;
  /* Изменено на фирменный голубой */
}

.bal-contact-item h3 {
  margin-bottom: 5px;
  color: #333;
}

.bal-contact-item a {
  color: #0099A7;
  /* Изменено на фирменный голубой */
  text-decoration: none;
  font-weight: 600;
}

.bal-contact-item a:hover {
  color: #5aa5b8;
  text-decoration: underline;
}

.bal-telegram {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background: white;
  border-radius: 15px;
  border-top: 3px solid #0099A7;
  /* Добавлен голубой акцент */
}

.bal-telegram-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0099A7;
  /* Изменено на фирменный голубой */
  color: white;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.bal-telegram-btn:hover {
  background: #5aa5b8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(115, 193, 209, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .bal-hero-title {
    font-size: 2.5rem;
  }

  .bal-hero-subtitle {
    font-size: 1.2rem;
  }

  .bal-hero-info {
    flex-direction: column;
    gap: 20px;
  }

  .bal-red-theme {
    flex-direction: column;
    text-align: center;
  }

  .bal-location-content {
    grid-template-columns: 1fr;
  }

  .bal-pricing-grid {
    grid-template-columns: 1fr;
  }

  .bal-section-title {
    font-size: 2rem;
  }

  .bal-color-palette {
    gap: 20px;
  }

  .bal-color-box {
    width: 50px;
    height: 50px;
  }

  .new_review_text {
    padding: 15px;
    font-size: 14px;
  }

  .new_review_author p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .bal-container {
    padding: 20px 15px;
  }

  .bal-hero {
    padding: 60px 0;
  }

  .bal-hero-title {
    font-size: 2rem;
  }

  .bal-section-title {
    font-size: 1.8rem;
  }

  .bal-features-grid {
    grid-template-columns: 1fr;
  }

  .bal-contact-item {
    flex-direction: column;
    text-align: center;
  }

  .new_review_text {
    padding: 10px;
    font-size: 12px;
  }

  .new_review_author p {
    font-size: 12px;
  }
}

/* Изолированные стили только для страницы конференции */
.conference-ods {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  color: #2c3e50;
  /*max-width: 1400px;*/
  margin: 0 auto;
  padding: 0 20px;
}

/* Герой-секция */
.conference-ods__hero {
  position: relative;
  margin: 30px 0 60px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.conference-ods__hero-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.conference-ods__hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: white;
  padding: 30px;
}

.conference-ods__hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.conference-ods__hero-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* Блок "О конференции" */
.conference-ods__about {
  background: linear-gradient(135deg, #f8fdff 0%, #e8f7fa 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.conference-ods__about:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100" opacity="0.03"><path fill="%230499a7" d="M50,0 C77.614,0 100,22.386 100,50 C100,77.614 77.614,100 50,100 C22.386,100 0,77.614 0,50 C0,22.386 22.386,0 50,0 Z M50,20 C33.431,20 20,33.431 20,50 C20,66.569 33.431,80 50,80 C66.569,80 80,66.569 80,50 C80,33.431 66.569,20 50,20 Z"/></svg>');
}

.conference-ods__about-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

.conference-ods__about-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #0499a7;
  position: relative;
}

.conference-ods__about-title:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #0499a7 0%, #4ecdc4 100%);
  margin: 15px auto;
  border-radius: 2px;
}

.conference-ods__about-text {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
  color: #2c3e50;
  margin-bottom: 30px;
  font-weight: 500;
}

.conference-ods__about-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.conference-ods__about-highlight {
  background: white;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border-left: 4px solid #0499a7;
}

.conference-ods__about-highlight:hover {
  transform: translateY(-5px);
}

.conference-ods__about-highlight i {
  font-size: 2.5rem;
  color: #0499a7;
  margin-bottom: 15px;
}

.conference-ods__about-highlight h4 {
  font-size: 1.2rem;
  color: #0499a7;
  margin-bottom: 10px;
}

.conference-ods__about-highlight p {
  color: #6c757d;
  font-size: 0.95rem;
}

.simple-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  text-align: center;
}

.simple-nav li {
  display: inline-block;
}

.simple-nav a {
  display: block;
  color: #0499a7;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.simple-nav a:hover {
  background-color: #555;
}

@media (max-width: 768px) {
  .simple-nav ul {
    display: none;
  }
}

/* Блок "Торжественный бал" */
.conference-ods__ball {
  background: linear-gradient(135deg, #f8fdff 0%, #e8f7fa 100%);
  padding: 100px 0px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.conference-ods__ball-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.conference-ods__ball-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2c3e50;
  position: relative;
}

.conference-ods__ball-title:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #0499a7 0%, #4ecdc4 100%);
  margin: 15px auto;
  border-radius: 2px;
}

.conference-ods__ball-subtitle {
  text-align: center;
  font-size: 1.3rem;
  max-width: 800px;
  margin: 0 auto 50px;
  opacity: 0.95;
  line-height: 1.6;
}

.conference-ods__ball-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.conference-ods__ball-feature {
  background: rgba(255, 255, 255, 0.1);
  padding: 35px 30px;
  border-radius: 15px;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.conference-ods__ball-feature:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.conference-ods__ball-feature:hover:before {
  left: 100%;
}

.conference-ods__ball-feature:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.conference-ods__ball-feature i {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #0499a7;
}

.conference-ods__ball-feature h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #2c3e50;
  font-weight: 600;
}

.conference-ods__ball-feature p {
  font-size: 1.05rem;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 10px;
}

.conference-ods__ball-colors {
  font-style: italic;
  opacity: 0.8;
  font-size: 0.95rem;
  color: #0499a7;
  margin-top: 10px;
}

.conference-ods__ball-details {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.conference-ods__ball-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.conference-ods__ball-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: background 0.3s ease;
}

.conference-ods__ball-detail:hover {
  background: rgba(255, 255, 255, 0.1);
}

.conference-ods__ball-detail i {
  font-size: 1.5rem;
  color: #0499a7;
  min-width: 30px;
}

.conference-ods__ball-detail span {
  font-size: 1.2rem;
  font-weight: 500;
}

.conference-ods__ball-inspiration {
  padding: 25px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  margin-bottom: 25px;
  border-left: 4px solid #0499a7;
  text-align: center;
  position: relative;
}

.conference-ods__ball-inspiration:before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 4rem;
  color: #0499a7;
  opacity: 0.3;
  line-height: 1;
}

.conference-ods__ball-inspiration p {
  font-size: 1.3rem;
  margin: 0;
  font-style: italic;
  font-weight: 500;
  color: #2c3e50;
  position: relative;
  z-index: 2;
}

.conference-ods__ball-notice {
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.conference-ods__ball-notice p {
  margin-bottom: 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0499a7;
}

.conference-ods__ball-button {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent;
}

.conference-ods__ball-button:hover {
  background: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: #0499a7;
}


/* Стили для блока участия в конференции */
.conference-ods__participation {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8fdff 0%, #e8f7fa 100%);
  padding: 100px 0;
}

.conference-ods__participation-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

.conference-ods__participation-header h2 {
  font-size: 2rem;
  color: #0499a7;
  margin-bottom: 20px;
  line-height: 1.4;
}

.conference-ods__participation-header p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #2c3e50;
}

.conference-ods__dates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.conference-ods__date-card {
  background: white;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #0499a7;
  transition: transform 0.3s ease;
}

.conference-ods__date-card:hover {
  transform: translateY(-5px);
}

.conference-ods__date-main {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0499a7;
  margin-bottom: 10px;
}

.conference-ods__date-note {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.4;
}

.conference-ods__options-title {
  text-align: center;
  font-size: 2rem;
  color: #0499a7;
  margin: 60px 0 40px;
}

.conference-ods__options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.conference-ods__option-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-top: 4px solid #0499a7;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.conference-ods__option-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.conference-ods__option-header h3 {
  font-size: 1.4rem;
  color: #0499a7;
  margin-bottom: 15px;
  text-align: center;
}

.conference-ods__option-description {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.conference-ods__option-divider {
  height: 2px;
  background: linear-gradient(135deg, #0499a7 0%, #4ecdc4 100%);
  margin: 20px 0;
  border: none;
}

.conference-ods__option-discount {
  background: #e1f7fa;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  margin: 20px 0;
  border-left: 3px solid #0499a7;
}

.conference-ods__option-discount em {
  font-style: normal;
  font-weight: 600;
  color: #0499a7;
}

.conference-ods__option-warning {
  background: #ffeaa7;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  margin: 15px 0;
  border-left: 3px solid #fdcb6e;
}

.conference-ods__option-warning p {
  color: #e17055;
  font-weight: 600;
  margin: 0;
  font-size: 0.95rem;
}

/* Стили для аккордеона */
.conference-ods__option-details {
  margin-top: auto;
}

.conference-ods__option-summary {
  background: linear-gradient(135deg, #0499a7 0%, #4ecdc4 100%);
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  list-style: none;
  position: relative;
}

.conference-ods__option-summary::-webkit-details-marker {
  display: none;
}

.conference-ods__option-summary::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.conference-ods__option-details[open] .conference-ods__option-summary::after {
  content: '−';
}

.conference-ods__option-summary:hover {
  background: #0499a7;
  transform: translateY(-2px);
}

.conference-ods__option-content {
  padding: 25px;
  background: #f8f9fa;
  border-radius: 0 0 8px 8px;
  margin-top: 5px;
}

.conference-ods__option-text {
  margin-bottom: 15px;
  line-height: 1.6;
}

.conference-ods__option-text:last-child {
  margin-bottom: 0;
}

.conference-ods__option-text-bold {
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px !important;
}

.conference-ods__option-text-title {
  font-size: 1.1rem;
  margin-top: 20px !important;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.conference-ods__option-link {
  color: #0499a7;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.conference-ods__option-link:hover {
  color: #038a97;
  text-decoration: underline;
}

.conference-ods__option-note {
  color: #6c757d;
  font-style: italic;
  font-size: 0.9rem;
}

/* Адаптивность */
@media (max-width: 768px) {
  .conference-ods__participation {
    padding: 40px 0;
  }

  .conference-ods__participation-header {
    margin-bottom: 30px;
  }

  .conference-ods__participation-header h2 {
    font-size: 1.6rem;
  }

  .conference-ods__dates-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .conference-ods__options-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .conference-ods__option-card {
    padding: 20px;
    margin: 0 10px;
  }

  .conference-ods__option-content {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .conference-ods__participation-header h2 {
    font-size: 1.4rem;
  }

  .conference-ods__participation-header p {
    font-size: 1.1rem;
  }

  .conference-ods__date-card {
    padding: 20px 15px;
  }

  .conference-ods__date-main {
    font-size: 1.1rem;
  }
}


/* Секция информации */
.conference-ods__info {
  margin-bottom: 80px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
}

.conference-ods__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #0499a7;
  position: relative;
  text-transform: uppercase;
}

.conference-ods__title:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #0499a7 0%, #4ecdc4 100%);
  margin: 15px auto;
  border-radius: 2px;
}

.conference-ods__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.conference-ods__card {
  background: white;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid #0499a7;
}

.conference-ods__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.conference-ods__icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #0499a7 0%, #4ecdc4 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
}

.conference-ods__card h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #0499a7;
}

.conference-ods__card p {
  color: #6c757d;
  font-size: 1rem;
}

.conference-ods__highlight {
  background: #90e0eb;
  border-left: 5px solid #0499a7;
  padding: 100px 0;
  border-radius: 12px;
  position: relative;
}

.conference-ods__highlight:before {
  content: '"';
  font-size: 5rem;
  color: #0499a7;
  opacity: 0.2;
  position: absolute;
  top: 10px;
  left: 15px;
  line-height: 1;
}

.conference-ods__highlight-text {
  font-size: 1.1rem;
  color: #2c3e50;
  font-weight: 500;
  margin-left: 30px;
}

.conference-ods__button {
  display: inline-block;
  background: linear-gradient(135deg, #0499a7 0%, #4ecdc4 100%);
  color: white;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(4, 153, 167, 0.3);
}

.conference-ods__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(4, 153, 167, 0.4);
}

.conference-ods__button-container {
  text-align: center;
}

/* Остальные стили остаются без изменений */
.conference-ods__gallery {
  padding: 100px 0;
}

.conference-ods__gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.conference-ods__gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 250px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.conference-ods__gallery-item:hover {
  transform: scale(1.03);
}

.conference-ods__gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.conference-ods__gallery-item:hover .conference-ods__gallery-image {
  transform: scale(1.1);
}

.conference-ods__gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.conference-ods__gallery-item:hover .conference-ods__gallery-overlay {
  transform: translateY(0);
}

.conference-ods__reviews {
  margin-bottom: 80px;
  background: #f8f9fa;
  padding: 60px 0;
  border-radius: 12px;
}

.conference-ods__review-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  margin: 0 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.conference-ods__review-text {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #2c3e50;
}

.conference-ods__review-author {
  display: flex;
  align-items: center;
}

.conference-ods__author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 3px solid #e1f7fa;
}

.conference-ods__author-info h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #0499a7;
}

.conference-ods__author-info p {
  color: #6c757d;
  font-size: 0.9rem;
}

.conference-ods__review-quote {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 4rem;
  color: #e1f7fa;
  line-height: 1;
}

.conference-ods__pricing {
  padding: 100px 0;
}

.conference-ods__pricing-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #ff6b6b;
  margin-bottom: 40px;
  font-weight: 600;
}

.conference-ods__pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.conference-ods__pricing-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  position: relative;
  border: 1px solid #f0f0f0;
}

.conference-ods__pricing-card--featured {
  transform: scale(1.05);
  border: 2px solid #0499a7;
  box-shadow: 0 15px 40px rgba(4, 153, 167, 0.2);
}

.conference-ods__pricing-card--featured:before {
  content: 'Выгодно';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff6b6b;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.conference-ods__pricing-card:hover {
  transform: translateY(-10px);
}

.conference-ods__pricing-card--featured:hover {
  transform: scale(1.05) translateY(-10px);
}

.conference-ods__pricing-title {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #0499a7;
}

.conference-ods__pricing-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0499a7;
  margin-bottom: 5px;
}

.conference-ods__pricing-description {
  color: #6c757d;
  margin-bottom: 25px;
  font-size: 1rem;
}

.conference-ods__periods {
  margin: 20px 0;
  text-align: left;
}

.conference-ods__period-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}

.conference-ods__period-date {
  color: #6c757d;
}

.conference-ods__period-price {
  font-weight: 600;
  color: #2c3e50;
}

.conference-ods__pricing-button {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #0499a7 0%, #4ecdc4 100%);
  color: white;
  padding: 12px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.conference-ods__pricing-button:hover {
  background: #0499a7;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(4, 153, 167, 0.3);
}

.conference-ods__contacts {
  background: linear-gradient(135deg, #0499a7 0%, #4ecdc4 100%);
  color: white;
  padding: 100px 0;
  border-radius: 12px;
  text-align: center;
}

.conference-ods__contacts-title {
  font-size: 2rem;
  margin-bottom: 30px;
}

.conference-ods__contact-info {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.conference-ods__contact-link {
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s ease;
}

.conference-ods__contact-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.conference-ods__social-button {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 20px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.conference-ods__social-button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}

.conference-ods__social-icon {
  margin-right: 10px;
}

/* Адаптивность */
@media (max-width: 992px) {
  .conference-ods__hero-title {
    font-size: 2rem;
  }

  .conference-ods__title,
  .conference-ods__about-title,
  .conference-ods__ball-title {
    font-size: 1.8rem;
  }

  .conference-ods__pricing-card--featured {
    transform: scale(1);
  }

  .conference-ods__pricing-card--featured:hover {
    transform: translateY(-10px);
  }

  .conference-ods__about,
  .conference-ods__ball {
    padding: 40px 30px;
  }

  .conference-ods__ball-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .conference-ods {
    padding: 0 15px;
  }

  .conference-ods__hero {
    margin: 20px 0 40px;
  }

  .conference-ods__hero-title {
    font-size: 1.6rem;
  }

  .conference-ods__hero-subtitle {
    font-size: 1rem;
  }

  .conference-ods__title,
  .conference-ods__about-title,
  .conference-ods__ball-title {
    font-size: 1.6rem;
  }

  .conference-ods__grid,
  .conference-ods__pricing-grid,
  .conference-ods__about-highlights {
    grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
    gap: 10px;
  }

  .conference-ods__gallery-container {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  .conference-ods__about,
  .conference-ods__ball {
    padding: 30px 20px;
  }

  .conference-ods__about-text,
  .conference-ods__ball-subtitle {
    font-size: 1.1rem;
  }

  .conference-ods__ball-details {
    padding: 25px;
  }

  .conference-ods__ball-detail {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .conference-ods__hero-image {
    height: 300px;
  }

  .conference-ods__hero-overlay {
    padding: 20px;
  }

  .conference-ods__card,
  .conference-ods__pricing-card,
  .conference-ods__review-card,
  .conference-ods__about-highlight,
  .conference-ods__ball-feature {
    padding: 20px;
  }

  .conference-ods__pricing-price {
    font-size: 2rem;
  }

  .conference-ods__about,
  .conference-ods__ball {
    padding: 25px 15px;
  }

  .conference-ods__ball-feature i {
    font-size: 2.5rem;
  }

  .conference-ods__ball-detail span {
    font-size: 1rem;
  }

  .conference-ods__ball-inspiration p {
    font-size: 1.1rem;
  }
}

/* Новые стили для блока партнеров конференции ODS */
.conference-ods__partners {
  background: #fff;
  padding: 100px 0;
}

.conference-ods__partners-title {
  background-color: #0499a7;
  color: white;
  font-size: 2.2rem;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  margin: 30px 0 50px;
  border-radius: 8px;
  position: relative;
}

.conference-ods__partners-title:after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  margin: 10px auto 0;
  border-radius: 2px;
}

.conference-ods__partners-grid {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 60px;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.conference-ods__partner-item {
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
  border-radius: 12px;
  background: #f8f9fa;
}

.conference-ods__partner-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(4, 153, 167, 0.15);
  background: white;
}

.conference-ods__partner-link {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.conference-ods__partner-logo {
  width: 180px;
  height: 90px;
  object-fit: contain;
  margin: 0 auto;
  transition: all 0.3s ease;
  filter: grayscale(0.3);
  opacity: 0.9;
}

.conference-ods__partner-item:hover .conference-ods__partner-logo {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/* Адаптивность */
@media (max-width: 768px) {
  .conference-ods__partners {
    padding: 40px 0;
  }

  .conference-ods__partners-title {
    font-size: 1.8rem;
    margin: 20px 0 40px;
    padding: 15px;
  }

  .conference-ods__partners-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
  }

  .conference-ods__partner-logo {
    width: 140px;
    height: 70px;
  }

  .conference-ods__partner-item {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .conference-ods__partners-title {
    font-size: 1.5rem;
  }

  .conference-ods__partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .conference-ods__partner-logo {
    width: 120px;
    height: 60px;
  }
}

/* Стили для блока проживания */
.conference-ods__accommodation {
  background: linear-gradient(135deg, #f8fdff 0%, #e8f7fa 100%);
  padding: 100px 0;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.conference-ods__accommodation:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100" opacity="0.03"><path fill="%230499a7" d="M50,0 C77.614,0 100,22.386 100,50 C100,77.614 77.614,100 50,100 C22.386,100 0,77.614 0,50 C0,22.386 22.386,0 50,0 Z M50,20 C33.431,20 20,33.431 20,50 C20,66.569 33.431,80 50,80 C66.569,80 80,66.569 80,50 C80,33.431 66.569,20 50,20 Z"/></svg>');
}

.conference-ods__accommodation-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.conference-ods__accommodation-info {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.conference-ods__accommodation-card {
  background: white;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  width: 100%;
  border-top: 4px solid #0499a7;
  transition: transform 0.3s ease;
}

.conference-ods__accommodation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.conference-ods__accommodation-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e8f7fa;
}

.conference-ods__accommodation-header i {
  font-size: 2.5rem;
  color: #0499a7;
}

.conference-ods__accommodation-header h3 {
  font-size: 1.8rem;
  color: #0499a7;
  margin: 0;
}

.conference-ods__accommodation-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.conference-ods__accommodation-period {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #e1f7fa;
  padding: 15px 20px;
  border-radius: 10px;
  border-left: 4px solid #0499a7;
}

.conference-ods__accommodation-period i {
  font-size: 1.5rem;
  color: #0499a7;
  min-width: 25px;
}

.conference-ods__accommodation-period span {
  font-size: 1.1rem;
  color: #2c3e50;
}

.conference-ods__accommodation-rates h4 {
  font-size: 1.3rem;
  color: #0499a7;
  margin-bottom: 20px;
  text-align: center;
}

.conference-ods__rate-item {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e9ecef;
}

.conference-ods__rate-type {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

.conference-ods__rate-prices {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.conference-ods__rate-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #dee2e6;
}

.conference-ods__rate-price:last-child {
  border-bottom: none;
}

.conference-ods__price-amount {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0499a7;
  min-width: 120px;
}

.conference-ods__price-description {
  font-size: 1rem;
  color: #6c757d;
  text-align: right;
  flex: 1;
  margin-left: 20px;
}

.conference-ods__accommodation-conditions {
  background: #fff3cd;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #ffc107;
}

.conference-ods__condition-note {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.conference-ods__condition-note i {
  font-size: 1.3rem;
  color: #856404;
  margin-top: 2px;
  min-width: 25px;
}

.conference-ods__condition-note p {
  margin: 0;
  color: #856404;
  font-size: 0.95rem;
  line-height: 1.5;
}

.conference-ods__accommodation-booking {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.conference-ods__accommodation-booking p {
  margin-bottom: 20px;
  color: #6c757d;
  font-size: 1rem;
}

.conference-ods__booking-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #0499a7 0%, #4ecdc4 100%);
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(4, 153, 167, 0.3);
}

.conference-ods__booking-button:hover {
  background: #0499a7;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(4, 153, 167, 0.4);
  color: white;
  text-decoration: none;
}

/* Адаптивность */
@media (max-width: 768px) {
  .conference-ods__accommodation {
    padding: 40px 0;
    margin: 60px 0;
  }

  .conference-ods__accommodation-card {
    padding: 25px;
    margin: 0 10px;
  }

  .conference-ods__accommodation-header {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .conference-ods__rate-price {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .conference-ods__price-description {
    text-align: center;
    margin-left: 0;
  }

  .conference-ods__condition-note {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .conference-ods__accommodation {
    padding: 30px 0;
    margin: 40px 0;
  }

  .conference-ods__accommodation-card {
    padding: 20px;
  }

  .conference-ods__accommodation-header h3 {
    font-size: 1.5rem;
  }

  .conference-ods__accommodation-period {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .conference-ods__rate-prices {
    gap: 20px;
  }

  .conference-ods__booking-button {
    padding: 12px 25px;
    font-size: 1rem;
  }
}

/* Стили для блока спикеров с ограниченным выводом */
.conference-ods__speakers {
  background: linear-gradient(135deg, #f8fdff 0%, #e8f7fa 100%);
  padding: 100px 0;
  position: relative;
}

.conference-ods__speakers-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.conference-ods__speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.conference-ods__speaker-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e8f7fa;
}

.conference-ods__speaker-card.visible {
  display: block;
}

.conference-ods__speaker-card.hidden {
  display: none;
}

.conference-ods__speaker-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.conference-ods__speaker-img {
  margin-bottom: 20px;
  text-align: center;
}

.conference-ods__speaker-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e8f7fa;
}

.conference-ods__speaker-info {
  text-align: center;
}

.conference-ods__speaker-name {
  font-size: 1.3rem;
  color: #0499a7;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.3;
}

.conference-ods__speaker-location {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.conference-ods__speaker-description {
  color: #2c3e50;
  line-height: 1.5;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

/* Стили для аккордеона с подробной информацией */
.conference-ods__speaker-details {
  margin-top: 15px;
  border: 1px solid #e8f7fa;
  border-radius: 8px;
  overflow: hidden;
}

.conference-ods__speaker-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  background: #f8fdff;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #0499a7;
  transition: background-color 0.3s ease;
}

.conference-ods__speaker-summary:hover {
  background: #e8f7fa;
}

.conference-ods__speaker-summary::-webkit-details-marker {
  display: none;
}

.conference-ods__speaker-summary i {
  transition: transform 0.3s ease;
  font-size: 0.9rem;
}

.conference-ods__speaker-details[open] .conference-ods__speaker-summary i {
  transform: rotate(180deg);
}

.conference-ods__speaker-fullinfo {
  padding: 20px;
  background: white;
  border-top: 1px solid #e8f7fa;
  text-align: left;
}

.conference-ods__speaker-fullinfo p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #2c3e50;
}

.conference-ods__speaker-fullinfo strong {
  color: #0499a7;
}

.conference-ods__speaker-fullinfo ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.conference-ods__speaker-fullinfo li {
  margin-bottom: 8px;
  line-height: 1.5;
  color: #2c3e50;
  position: relative;
}

/*.conference-ods__speaker-fullinfo li:before {
    content: '•';
    color: #0499a7;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}*/

/* Кнопка "Показать всех спикеров" */
.conference-ods__speakers-more {
  text-align: center;
  margin-top: 40px;
}

.conference-ods__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #0499a7 0%, #4ecdc4 100%);
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(4, 153, 167, 0.3);
}

.conference-ods__button:hover {
  background: #0499a7;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(4, 153, 167, 0.4);
}

.conference-ods__button i {
  transition: transform 0.3s ease;
}

.conference-ods__button.show-all i {
  transform: rotate(180deg);
}

/* Анимация появления скрытых карточек */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.conference-ods__speaker-card.show {
  animation: fadeInUp 0.5s ease forwards;
}

/* Адаптивность */
@media (max-width: 768px) {
  .conference-ods__speakers {
    padding: 40px 0;
    margin: 60px 0;
  }

  .conference-ods__speakers-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .conference-ods__speaker-card {
    padding: 20px;
    margin: 0 10px;
  }

  .conference-ods__speaker-img img {
    width: 100px;
    height: 100px;
  }

  .conference-ods__speaker-name {
    font-size: 1.2rem;
  }

  .conference-ods__speaker-summary {
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  .conference-ods__speaker-fullinfo {
    padding: 15px;
  }

  .conference-ods__button {
    padding: 12px 25px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .conference-ods__speakers {
    padding: 30px 0;
    margin: 40px 0;
  }

  .conference-ods__speaker-card {
    padding: 15px;
  }

  .conference-ods__speaker-img img {
    width: 150px;
    height: 150px;
  }

  .conference-ods__speaker-name {
    font-size: 1.1rem;
  }

  .conference-ods__speaker-description {
    font-size: 0.9rem;
  }

  .conference-ods__speaker-summary {
    padding: 8px 10px;
    font-size: 0.85rem;
  }

  .conference-ods__speaker-fullinfo {
    padding: 12px;
  }

  .conference-ods__speaker-fullinfo ul {
    margin-left: 15px;
  }

  .conference-ods__button {
    padding: 10px 20px;
    font-size: 0.95rem;
  }
}

/* Стили для программы конференции с полной шириной фона */
/* ===== ОСНОВНЫЕ СТИЛИ ПРОГРАММЫ КОНФЕРЕНЦИИ ===== */
.conference-program {
  width: 100%;
}

/* Основная программа (центрированная) */
.conference-program__main {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 80px 0;
  width: 100%;
  position: relative;
}

.conference-program__main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(4, 153, 167, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(4, 153, 167, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(4, 153, 167, 0.02) 0%, transparent 50%);
}

.conference-program__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.conference-program__main-title {
  text-align: center;
  font-size: 2.5rem;
  color: #0499a7;
  margin-bottom: 60px;
  font-weight: 700;
  position: relative;
}

.conference-program__main-title::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, #0499a7 0%, #4ecdc4 100%);
  margin: 15px auto;
  border-radius: 2px;
}

/* Стили для сессий основной программы */
.conference-session {
  background: white;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8f7fa;
  border-top: 6px solid #0499a7;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.conference-session::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(135deg, #0499a7 0%, #4ecdc4 100%);
}

.conference-session:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.conference-session__header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e8f7fa;
}

.conference-session__title {
  font-size: 2rem;
  color: #0499a7;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.conference-session__moderators {
  font-size: 1.3rem;
  color: #6c757d;
  font-style: italic;
  font-weight: 500;
}

/* Элементы программы */
.conference-program__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.program-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 5px solid #0499a7;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.program-item:hover {
  background: #e9ecef;
  transform: translateX(8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.program-item__time {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0499a7;
  min-width: 140px;
  padding-top: 3px;
  background: rgba(4, 153, 167, 0.1);
  padding: 10px 15px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid rgba(4, 153, 167, 0.2);
}

.program-item__content {
  flex: 1;
}

.program-item__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
}

.program-item__icon {
  font-size: 1.3em;
  animation: pulse 2s infinite;
}

.program-item__speaker {
  font-size: 1.1rem;
  color: #6c757d;
  font-style: italic;
}

.program-item__sponsor {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  color: #0499a7;
  font-weight: 500;
}

.program-item__sponsor img {
  max-width: 80px;
  vertical-align: middle;
  margin-left: 8px;
}

/* Особые стили для элементов */
.program-item--special {
  background: linear-gradient(135deg, #e8f4f8 0%, #d8ecf2 100%) !important;
  border-left: 5px solid #17a2b8 !important;
  border: 1px solid #c5e8f1 !important;
}

.program-item--special .program-item__time {
  background: rgba(23, 162, 184, 0.15) !important;
  color: #17a2b8 !important;
  border: 1px solid rgba(23, 162, 184, 0.3) !important;
}

.program-item--break {
  background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%) !important;
  border-left: 5px solid #ffc107 !important;
  border: 1px solid #ffe082 !important;
}

.program-item--break .program-item__time {
  background: rgba(255, 193, 7, 0.15) !important;
  color: #856404 !important;
  border: 1px solid rgba(255, 193, 7, 0.3) !important;
}

/* ===== ПАРАЛЛЕЛЬНЫЕ СЕССИИ (ПОЛНАЯ ШИРИНА С ДРУГИМ ФОНОМ) ===== */
.conference-program__parallel {
  background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
  padding: 80px 0;
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-top: 3px solid #e1f7fa;
  border-bottom: 3px solid #e1f7fa;
}

.conference-program__parallel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(52, 152, 219, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(26, 188, 156, 0.05) 0%, transparent 50%),
    linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
}

.conference-program__parallel-inner {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.conference-program__parallel-title {
  text-align: center;
  font-size: 2.5rem;
  color: #2980b9;
  margin-bottom: 60px;
  font-weight: 700;
  position: relative;
}

.conference-program__parallel-title::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  margin: 15px auto;
  border-radius: 2px;
}

.parallel-sessions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

/* Стили для параллельных сессий */
.parallel-session {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e1f0fa;
  border-top: 6px solid #3498db;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.parallel-session::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.parallel-session:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-color: #d4e6f1;
}

.parallel-session__header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 2px solid #e8f7fa;
}

.parallel-session__subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  padding: 12px 30px;
  border-radius: 30px;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

/* Декоративные элементы для подзаголовков */
.parallel-session__subtitle::before {
  content: '↗';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
}

.parallel-session__subtitle::after {
  content: '↗';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  font-size: 1.2em;
}

/* Чередуем цвета подзаголовков в синей гамме */
.parallel-session:nth-child(odd) .parallel-session__subtitle {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.parallel-session:nth-child(even) .parallel-session__subtitle {
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
}

.parallel-session:nth-child(3n) .parallel-session__subtitle {
  background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
}

.parallel-session__title {
  font-size: 1.6rem;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.parallel-session__moderators {
  font-size: 1.1rem;
  color: #6c757d;
  font-style: italic;
  font-weight: 500;
}

/* Элементы в параллельных сессиях */
.parallel-session__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.program-item--parallel {
  background: #f8f9fa !important;
  border-left: 5px solid #3498db !important;
  border: 1px solid #e9ecef !important;
}

.program-item--parallel:hover {
  background: #e9ecef !important;
  transform: translateX(5px);
}

.program-item--parallel .program-item__time {
  background: rgba(52, 152, 219, 0.1) !important;
  color: #3498db !important;
  border: 1px solid rgba(52, 152, 219, 0.2) !important;
}

/* Особые стили для элементов в параллельных сессиях */
.program-item--parallel.program-item--special {
  border-left: 5px solid #9b59b6 !important;
  background: linear-gradient(135deg, #f5eef8 0%, #e8daef 100%) !important;
}

.program-item--parallel.program-item--special .program-item__time {
  background: rgba(155, 89, 182, 0.1) !important;
  color: #9b59b6 !important;
  border: 1px solid rgba(155, 89, 182, 0.2) !important;
}

.program-item--parallel.program-item--break {
  border-left: 5px solid #f39c12 !important;
  background: linear-gradient(135deg, #fef9e7 0%, #fcf3cf 100%) !important;
}

.program-item--parallel.program-item--break .program-item__time {
  background: rgba(243, 156, 18, 0.1) !important;
  color: #f39c12 !important;
  border: 1px solid rgba(243, 156, 18, 0.2) !important;
}

/* Анимации */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 1200px) {
  .parallel-sessions-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    padding: 0 20px;
  }

  .conference-session {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .conference-program__main {
    padding: 60px 0;
  }

  .conference-program__parallel {
    padding: 60px 0;
  }

  .conference-program__main-title,
  .conference-program__parallel-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .conference-session {
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 15px;
  }

  .conference-session__title {
    font-size: 1.6rem;
  }

  .conference-session__moderators {
    font-size: 1.1rem;
  }

  .program-item {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }

  .program-item__time {
    min-width: auto;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
  }

  .program-item__title {
    font-size: 1.1rem;
  }

  .parallel-sessions-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 15px;
  }

  .parallel-session {
    padding: 30px;
    border-radius: 15px;
  }

  .parallel-session__subtitle {
    font-size: 1.2rem;
    padding: 10px 25px;
  }

  .parallel-session__subtitle::before,
  .parallel-session__subtitle::after {
    display: none;
  }

  .parallel-session__title {
    font-size: 1.4rem;
  }

  .parallel-session__moderators {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .conference-program__main {
    padding: 40px 0;
  }

  .conference-program__parallel {
    padding: 40px 0;
  }

  .conference-program__container {
    padding: 0 15px;
  }

  .conference-program__main-title,
  .conference-program__parallel-title {
    font-size: 1.6rem;
  }

  .conference-session {
    padding: 25px 20px;
    border-radius: 12px;
  }

  .conference-session__title {
    font-size: 1.4rem;
  }

  .conference-session__moderators {
    font-size: 1rem;
  }

  .program-item {
    padding: 18px;
    border-radius: 10px;
  }

  .program-item__title {
    font-size: 1rem;
  }

  .program-item__time {
    font-size: 1rem;
    padding: 8px 12px;
  }

  .program-item__speaker {
    font-size: 0.95rem;
  }

  .parallel-session {
    padding: 25px 20px;
    border-radius: 12px;
  }

  .parallel-session__subtitle {
    font-size: 1.1rem;
    padding: 8px 20px;
  }

  .parallel-session__title {
    font-size: 1.3rem;
  }

  .program-item__sponsor img {
    max-width: 60px;
  }
}

.conference-program {
  margin: 80px 0;
  background: linear-gradient(135deg, #f8fdff 0%, #e8f7fa 100%);
  padding: 60px 0;
  width: 100%;
  box-sizing: border-box;
}

.conference-program__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.conference-program__main-title {
  text-align: center;
  font-size: 2.5rem;
  color: #0499a7;
  margin-bottom: 50px;
  font-weight: 700;
}

.conference-session {
  background: white;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #0499a7;
}

.conference-session__header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e8f7fa;
}

.conference-session__title {
  font-size: 1.8rem;
  color: #0499a7;
  margin-bottom: 10px;
  font-weight: 700;
}

.conference-session__moderators {
  font-size: 1.1rem;
  color: #6c757d;
  font-style: italic;
}

.conference-program__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.program-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  border-left: 4px solid #0499a7;
  transition: all 0.3s ease;
}

.program-item:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.program-item--special {
  background: #e1f7fa !important;
  border-left-color: #17a2b8 !important;
}

.program-item--break {
  background: #fff3cd !important;
  border-left-color: #ffc107 !important;
}

.program-item--parallel {
  background: #f0f8ff !important;
  border-left-color: #6f42c1 !important;
}

.program-item__time {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0499a7;
  min-width: 120px;
  padding-top: 2px;
}

.program-item__content {
  flex: 1;
}

.program-item__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
}

.program-item__icon {
  font-size: 1.2rem;
}

.program-item__speaker {
  font-size: 1rem;
  color: #6c757d;
  font-style: italic;
  margin-bottom: 5px;
}

.program-item__sponsor {
  font-size: 0.9rem;
  color: #0499a7;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}

.program-item__sponsor img {
  max-width: 75px;
  height: auto;
  vertical-align: middle;
  background: #0499a7;
  padding: 2px;
  border-radius: 3px;
}

/* Параллельные сессии */
.conference-program__parallel {
  background: linear-gradient(135deg, #0499a7 0%, #4ecdc4 100%);
  padding: 80px 0;
  margin-top: 60px;
}

.conference-program__parallel-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.conference-program__parallel-title {
  text-align: center;
  font-size: 2.2rem;
  color: white;
  margin-bottom: 50px;
  font-weight: 700;
}

.parallel-sessions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
}

.parallel-session {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.parallel-session__header {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e8f7fa;
}

.parallel-session__subtitle {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.parallel-session__title {
  font-size: 1.4rem;
  color: #0499a7;
  margin-bottom: 8px;
  font-weight: 700;
}

.parallel-session__moderators {
  font-size: 1rem;
  color: #6c757d;
  font-style: italic;
}

.parallel-session__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Адаптивность */
@media (max-width: 768px) {
  .conference-program {
    padding: 40px 0;
    margin: 60px 0;
  }

  .conference-session {
    padding: 25px;
    margin-bottom: 30px;
  }

  .conference-program__main-title {
    font-size: 2rem;
  }

  .conference-session__title {
    font-size: 1.5rem;
  }

  .program-item {
    flex-direction: column;
    gap: 10px;
  }

  .program-item__time {
    min-width: auto;
    width: 100%;
    text-align: center;
    background: rgba(4, 153, 167, 0.1);
    padding: 5px 10px;
    border-radius: 5px;
  }

  .parallel-sessions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .parallel-session {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .conference-program {
    padding: 30px 0;
    margin: 40px 0;
  }

  .conference-session {
    padding: 20px;
  }

  .conference-session__title {
    font-size: 1.3rem;
  }

  .program-item {
    padding: 15px;
  }

  .program-item__title {
    font-size: 1rem;
  }

  .program-item__speaker {
    font-size: 0.9rem;
  }
}

.conference-ods__vice-presidents {
  margin: 80px 0;
  padding: 60px 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: #f8f9fa;
}

.conference-ods__vice-presidents-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.conference-ods__title {
  text-align: center;
  font-size: 2.5rem;
  color: #0499a7;
  margin-bottom: 40px;
  font-weight: 700;
}

.conference-ods__vice-presidents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.conference-ods__vice-president-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-top: 4px solid #0499a7;
  transition: transform 0.3s ease;
}

.conference-ods__vice-president-card:hover {
  transform: translateY(-5px);
}

.conference-ods__vice-president-video {
  margin-bottom: 25px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 300px;
  height: 500px;
  margin: 0 auto 25px;
  background-color: #f5f5f5;
}

.conference-ods__vice-president-video video {
  display: block;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  background-color: transparent;
}

/* Стили для оверлея с кнопкой воспроизведения */
.video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
  border-radius: 6px;
}

.video-play-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.play-icon {
  width: 80px;
  height: 80px;
  background: rgba(4, 153, 167, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.play-icon:hover {
  transform: scale(1.1);
  background: rgba(4, 153, 167, 1);
}

.conference-ods__vice-president-info {
  padding: 0 10px;
}

.conference-ods__vice-president-name {
  font-size: 1.5rem;
  color: #0499a7;
  margin-bottom: 8px;
  font-weight: 700;
}

.conference-ods__vice-president-role {
  font-size: 1.1rem;
  color: #6c757d;
  line-height: 1.4;
}

/* Индикатор загрузки */
.loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0499a7;
  font-size: 16px;
}

/* Адаптивность */
@media (max-width: 992px) {
  .conference-ods__vice-presidents-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .conference-ods__vice-president-video {
    width: 400px;
    height: 800px;
  }
}

@media (max-width: 768px) {
  .conference-ods__vice-presidents {
    padding: 40px 0;
    margin: 60px 0;
  }

  .conference-ods__title {
    font-size: 2rem;
  }

  .conference-ods__vice-president-card {
    padding: 25px;
  }

  .conference-ods__vice-president-name {
    font-size: 1.3rem;
  }

  .conference-ods__vice-president-role {
    font-size: 1rem;
  }

  .conference-ods__vice-president-video {
    width: 350px;
    height: 700px;
  }
}

@media (max-width: 480px) {
  .conference-ods__vice-presidents {
    padding: 30px 0;
    margin: 40px 0;
  }

  .conference-ods__vice-president-card {
    padding: 20px;
    margin: 0 10px;
  }

  .conference-ods__vice-president-name {
    font-size: 1.2rem;
  }

  .conference-ods__vice-president-video {
    width: 300px;
    height: 600px;
  }

  .conference-ods__vice-presidents-content {
    padding: 0 15px;
  }
}

/* Для очень маленьких экранов */
@media (max-width: 360px) {
  .conference-ods__vice-president-video {
    width: 280px;
    height: 560px;
  }

  .conference-ods__vice-president-card {
    padding: 15px;
  }
}

.conference-ods__show-all-container {
  text-align: center;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #eee;
}

.conference-ods__show-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.conference-ods__show-all-btn:hover {
  background: #c82333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.conference-ods__show-all-btn i {
  transition: transform 0.3s ease;
}

.conference-ods__show-all-btn.show-all i {
  transform: rotate(180deg);
}

/* Скрытые спикеры */
.conference-ods__speaker-card.hidden {
  display: none;
}

/* Анимация появления спикеров */
@keyframes slideUpFromBottom {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.conference-ods__speaker-card.show {
  animation: slideUpFromBottom 0.5s ease forwards;
}

/* Адаптивные стили */
@media (max-width: 768px) {
  .conference-ods__show-all-btn {
    width: 100%;
    justify-content: center;
  }
}