@font-face {
  font-family: 'DrukTextWideCyr-Medium';
  src: url('../fonts/druktextwidecyr-medium.eot');
  /* IE 9 Compatibility Mode */
  src: url('../fonts/druktextwidecyr-medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */ url('../fonts/druktextwidecyr-medium.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/druktextwidecyr-medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */ url('../fonts/druktextwidecyr-medium.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/druktextwidecyr-medium.svg#druktextwidecyr-medium') format('svg');
  /* Chrome < 4, Legacy iOS */
}
.lm_header {
  margin-top: -80px;
  width: 100%;
  height: 670px;
  background: linear-gradient(to right, transparent 0%, transparent 100%), url('../images/main_bg.jpg');
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: white;
  box-sizing: border-box;
  padding-top: 120px;
}
.lm_header svg {
  margin-bottom: 40px;
}
.lm_header__buttons {
  display: flex;
  gap: 20px;
}
.lm_header__buttons .btn {
  width: 230px;
  letter-spacing: 0.2px;
  font-size: 22px;
}
.lm_header__buttons .btn-green:before {
  background-color: #1B614C !important;
}
.lm_header__buttons .btn-green:after {
  background-color: #1B614C !important;
}
.lm_container {
  max-width: 1240px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.lm_container .ac_slider_cotainer {
  padding-left: 0px;
  padding-right: 0px;
}
.lm_container .ac_slider_cotainer .swiper-slide {
  margin-left: 0px !important;
}
.lm_container h2 {
  color: #3E414A;
  font-size: 54px;
}
.lm_container p {
  font-size: 16px;
}
.lm_red {
  color: #E33046;
}
.lk_sides {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
}
.lk_sides > div {
  width: calc(50% - 15px);
}
.lk_sides a {
  color: #E33046;
  text-decoration: underline;
}
.lk_sides span {
  display: block;
  text-align: right;
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
}
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 68px;
  /* Adjust as necessary */
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 25px 54px rgba(7, 56, 48, 0.15);
}
.marquee-container {
  background: #203837;
  margin-bottom: 100px;
}
.marquee-container h2 {
  color: #ffffff !important;
  font-size: 22px;
  display: inline-block;
  line-height: 28px;
  margin-left: 30px;
}
.marquee-content {
  display: inline-block;
  position: relative;
  left: 0%;
}
.marquee-double {
  position: absolute;
  right: -100%;
  top: 0px;
}
.marquee-content h2 {
  font-family: 'DrukTextWideCyr-Medium';
  font-weight: normal;
}
.lk_place {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.lk_place__left {
  width: 36.6%;
  min-height: 530px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2% 2.6%;
  gap: 32px;
  background: #FFFFFF;
  box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.lk_place__left p {
  font-size: 20px;
  line-height: 32px;
  margin-top: 0px;
}
.lk_place__left h3 {
  margin-bottom: 0px;
}
.lk_place__right {
  background-image: url("../images/map.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 63.4%;
  aspect-ratio: 760 / 530;
  height: auto;
}
@media (max-width: 768px) {
  .lk_place {
    flex-direction: column;
  }
  .lk_place__left,
  .lk_place__right {
    width: 100%;
    min-height: auto;
  }
}
.ac_slider_cotainer {
  max-width: 1260px !important;
}
.news-section.image-bleed {
  margin-top: 0px !important;
}
.news-section.image-bleed:before {
  display: none !important;
}
.news-section.image-bleed:after {
  display: none !important;
}
.news-section.image-bleed .swiper-slide {
  margin-bottom: 0px !important;
}
.speaker {
  box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.3);
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.speaker:before {
  display: none !important;
}
.speaker__container {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  padding: 15px;
}
.speaker__photo {
  margin: 0 auto;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.speaker__name {
  line-height: 90%;
  font-weight: 700;
  font-family: Bebas Neue, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.speaker__text {
  font-size: 12px;
  color: #7E7E7E;
}
.speaker__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 240px;
}
.speaker__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 12px 12px 12px 12px;
  gap: 10px;
  width: 100%;
  font-family: Bebas Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 120%;
  /* Gray/04 */
  background: #EDEDED;
  /* Inside auto layout */
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}
.a_faq {
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 0px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  box-shadow: 0px 25px 54px rgba(7, 56, 48, 0.15);
  background-color: #fff;
}
.a_faq__title {
  position: relative;
  box-sizing: border-box;
  padding-right: 0px;
  padding-top: 20px;
  margin-bottom: 0px;
}
.a_faq__title h3 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 24px;
}
.a_faq__title a {
  position: absolute;
  right: 8px;
  top: 8px;
}
.a_faq__title a svg {
  position: relative;
  top: 0px;
}
.a_faq__title a:hover svg path {
  fill: #000000;
  /* Или любой другой оттенок черного */
}
.a_faq__text {
  width: 60%;
  box-sizing: border-box;
  padding-bottom: 0px;
  padding-top: 10px;
  display: none;
  font-size: 16px;
  line-height: 24px;
  font-family: Raleway, Tahoma, sans-serif;
}
.a_faq__text.active {
  display: block;
}
.page-content {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 1000px) {
  .marquee-content h2 {
    font-size: 15px !important;
  }
  .a_faq {
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 8px;
    margin-bottom: 30px;
    padding-bottom: 24px;
    box-shadow: 0px 25px 54px rgba(7, 56, 48, 0.15);
    background-color: #fff;
  }
  .a_faq__title {
    position: relative;
    box-sizing: border-box;
    padding-right: 40px;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .a_faq__title h3 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 26px;
  }
  .a_faq__title a {
    position: absolute;
    right: 0px;
    top: 10px;
  }
  .a_faq__text {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0px;
    padding-top: 10px;
    display: none;
    font-size: 16px;
    line-height: 24px;
    font-family: Raleway, Tahoma, sans-serif;
  }
  .a_faq__text.active {
    display: block;
  }
  .lm_header {
    margin-top: -80px;
    width: 100%;
    height: 520px;
    background: linear-gradient(to right, transparent 0%, transparent 100%), url('../images/main_bg_mob.jpg');
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: white;
    box-sizing: border-box;
    padding-top: 80px;
  }
  .lm_header h3 {
    font-size: 24px !important;
    margin-bottom: 15px;
  }
  .lm_header svg {
    margin-bottom: 30px;
    width: 160px !important;
  }
  .lm_header__buttons {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    box-sizing: border-box;
  }
  .lm_header__buttons .btn {
    width: 100%;
    letter-spacing: 0;
  }
  .lm_header__buttons .btn-green:before {
    background-color: #1B614C !important;
  }
  .lm_header__buttons .btn-green:after {
    background-color: #1B614C !important;
  }
  .lm_container {
    max-width: 1240px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
  .lm_container h2 {
    color: #3E414A;
    font-size: 32px;
  }
  .lm_red {
    color: #E33046;
  }
  .lk_sides {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .lk_sides > div {
    width: calc(100% - 0px);
  }
  .lk_sides a {
    color: #E33046;
    text-decoration: underline;
  }
  .lk_sides span {
    display: block;
    text-align: right;
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
  }
  .lk_place {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .lk_place__left {
    width: 36.6%;
    min-height: 530px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    gap: 32px;
    background: #FFFFFF;
    box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .lk_place__left p {
    font-size: 14px;
    line-height: 150%;
    margin-top: 0px;
  }
  .lk_place__left h3 {
    margin-bottom: 0px;
    font-size: 24px;
  }
  .lk_place__right {
    background-image: url("../images/map.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 63.4%;
    aspect-ratio: 760 / 530;
    height: auto;
  }
  .lk_place {
    flex-direction: column;
  }
  .lk_place__left,
  .lk_place__right {
    width: 100%;
    min-height: auto;
  }
  .marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 56px;
    /* Adjust as necessary */
    position: relative;
    padding-top: 14px;
    padding-bottom: 20px;
  }
  .marquee-container {
    background: #203837;
    margin-bottom: 40px;
  }
  .marquee-container h2 {
    color: #ffffff !important;
    font-size: 16px;
    display: inline-block;
    line-height: 28px;
    margin-left: 30px;
  }
  .marquee-content {
    display: inline-block;
    position: relative;
    left: 0%;
  }
  .marquee-double {
    position: absolute;
    right: -100%;
    top: 0px;
  }
  .marquee-content h2 {
    font-family: 'DrukTextWideCyr-Medium';
    font-weight: normal;
  }
  .lk_sides {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .lk_sides:last-of-type {
    margin-bottom: 60px;
  }
  .lk_sides > div {
    width: calc(100% - 0px);
  }
  .lk_sides > div h3 {
    margin-bottom: 0px;
  }
  .lk_sides > div h3 br {
    display: none;
  }
  .lk_sides a {
    color: #E33046;
    text-decoration: underline;
  }
  .lk_sides span {
    display: block;
    text-align: right;
    width: 100%;
    margin-top: 25px;
    font-size: 16px;
  }
  .swiper-wrapper {
    display: flex !important;
  }
  .person-item.swiper-slide.speaker {
    width: 240px !important;
    flex-shrink: 0 !important;
  }
  .speaker {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.3);
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .speaker:before {
    display: none !important;
  }
  .speaker__container {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: 15px;
  }
  .speaker__photo {
    margin: 0 auto;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .speaker__name {
    line-height: 90%;
    font-weight: 700;
    font-family: Bebas Neue, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .speaker__text {
    font-size: 12px;
    color: #7E7E7E;
  }
  .speaker__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 240px;
  }
  .speaker__info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 12px 12px 12px 12px;
    gap: 10px;
    width: 100%;
    font-family: Bebas Neue, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 120%;
    /* Gray/04 */
    background: #EDEDED;
    /* Inside auto layout */
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
  }
  .page-content {
    padding-bottom: 30px !important;
  }
}
