body, html {
  width: 100%;
  font-family: 'Inter', sans-serif !important;
  margin: 0;
}

html {
  height: auto;
  min-height: 100%;
}

body {
}

a, button {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none !important;
  outline: none;
}

.btn:focus {
  box-shadow: none !important;
}

@media (min-width: 768px) {
  br.only_mobile {
    display: none;
  }
}

.text-left {
  text-align: left !important;
}

.mt-10 {
  margin-top: 80px;
}

.blue_text {
  font-weight: 500;
  color: #291FFF;
}

.container-fluid {
  max-width: 1260px;
}

.container-fluid.larger_width {
  max-width: 1340px;
  padding: 0;
}

.container-fluid.full_width {
  max-width: 100%;
  padding: 0;
}

.container-fluid.grey_bg {
  background: #F2F2F2;
}

.container-fluid.green_bg {
  background: #0D4F21;
}

.container-fluid.white_bg {
  background: #fff;
}

.violet_text {
  font-weight: 500;
  color: #9568AD;
}

.blue_text {
  font-weight: 500;
  color: #2FB3BD;
}

.pink_text {
  font-weight: 500;
  color: #F17BB0;
}

@media (max-width: 1300px) {

}

.homepage_butterflies {

}

.homepage_big_heading {
  font-size: 38px;
  font-weight: 500;
  color: #000;
  line-height: normal;
  background: transparent url('../img/heading_bg.png') center left no-repeat;
  background-size: auto 105px;
  padding: 30px 0 30px 42px;
}

@media (max-width: 768px) {
  .homepage_big_heading {
    font-size: 28px;
    background-size: auto 72px;
  }

  .homepage_big_heading.smaller {
    font-size: 24px;
  }
}

.homepage_top_section {
  position: relative;
  background: linear-gradient(256deg, #E582B2 0%, #0ABBBD 46.76%, #9568AD 99.75%);
  padding: 40px 16px;
}

.homepage_top_section .homepage_butterflies {

}

.homepage_top_inner_container {
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.25);
  padding: 60px 24px;
}

.homepage_locale_link {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #F17BB0;
  line-height: normal;
}

.homepage_top_left_img {
  width: 50%;
}

.homepage_top_left_img img {
  
}

.homepage_top_right_content {
  width: 50%;
  padding: 0 34px;
}

@media (max-width: 768px) {
  .homepage_top_inner_container {
    flex-direction: column;
    padding: 60px 16px;
  }

  .homepage_top_left_img {
    width: 100%;
  }

  .homepage_top_right_content {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}

.homepage_top_heading {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  line-height: normal;
}

.homepage_top_heading.smaller {
  font-size: 26px;
  font-weight: 600;
  color: #222;
  line-height: normal;
}

.homepage_top_subheading {
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  color: #222;
  line-height: normal;
  margin-top: 32px;
}

.homepage_top_text {
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
  color: #222;
  margin-top: 20px;
}

.homepage_top_date_place {
  align-items: center;
  justify-content: flex-start;
  font-size: 34px;
  font-weight: 500;
  color: #000;
  line-height: normal;
  margin-top: 32px;
}

.homepage_top_date_text {
  margin-right: 40px;
}

@media (max-width: 768px) {
  .homepage_top_heading {
    font-size: 28px;
    text-align: center;
  }

  .homepage_top_subheading {
    text-align: center;
  }

  .homepage_top_text {
    text-align: center;
  }

  .homepage_top_date_place {
    flex-direction: column;
    align-items: center;
    font-size: 28px;
  }

  .homepage_top_date_text {
    margin-right: 0;
    margin-block: 16px;
  }
}

.homepage_top_link_container {
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.homepage_top_link {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 10px;
  background: #F17BB0;
  padding: 19px 50px;
}

.homepage_second_section {
  padding: 64px 16px;
}

@media (max-width: 767px) {
  .homepage_second_section {
    padding: 64px 0;
  }
}

.homepage_second_inner_container {
  align-items: center;
  justify-content: space-between;
}

.homepage_second_items_container {

}

.homepage_second_item {
  text-align: center;
  margin-top: 50px;
}

.homepage_second_item.second_item {
  margin-left: -150px;
}

.homepage_second_item.third_item {
  margin-left: 50px;
}

.homepage_second_item.no_margin {
  margin-top: 0;
}

.homepage_second_item_number {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  line-height: normal;
}

.homepage_second_item_text {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: normal;
}

.homepage_second_video_container {
  z-index: 100;
  margin: -140px 60px 0;
}

.homepage_second_video_container iframe {
  width: 100%;
  min-width: 530px;
  height: 460px;
}

@media (max-width: 767px) {
  .homepage_second_video_container {
    width: 100%;
  }

  .homepage_second_video_container iframe {
    min-width: 100%;
  }
}

.homepage_second_text {
  max-width: 384px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 140%;
}

@media (max-width: 991px) {
  .homepage_second_item {
    margin-top: 32px;
  }

  .homepage_second_inner_container {
    flex-direction: column;
  }

  .homepage_second_video_container {
    margin: 40px 0 0 0;
  }

  .homepage_second_text {
    max-width: 100%;
    font-size: 18px;
    margin-top: 40px;
  }
}

.homepage_speakers_section {
  background: linear-gradient(70deg, #F5DCFE 0%, #FFCBC7 100%);
  padding: 70px 0 80px;
}

.homepage_speakers_section.participants {
  background: linear-gradient(180deg, #f9f2fc 0%, #ffe1df 100%);
}

.homepage_speakers_slider_container {
  margin-top: 64px;
}

.homepage_speakers_slider_container .carousel-item {
  padding: 60px 0;
}

.homepage_speakers_slider_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-height: 340px;
  border-radius: 16px;
  background: #fff;
  padding: 24px 42px;
}

.homepage_speakers_slider_item_info {

}

.homepage_speakers_slider_item_name {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  color: #000;
}

.homepage_speakers_slider_item_text {
  width: 100%;
  max-width: 400px;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  margin-top: 28px;
} 

.homepage_speakers_slider_item_img {

}

.homepage_speakers_slider_item_img img {
  max-width: 448px;
  border-radius: 8px;
}

@media (max-width: 560px) {
  .homepage_speakers_slider_item_img img {
    max-width: 100%;
  }
}

.homepage_speakers_slider_item_arrow_placeholder {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.homepage_speakers_slider_item_arrow {
  top: calc(50% - 40px);
  right: 40px;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: transparent url('../img/icons/chevron_right_pink_icon.svg') center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  opacity: 1;
}

@media (max-width: 991px) {
  .homepage_speakers_slider_item_arrow_placeholder {
    display: none;
  }
}

@media (max-width: 768px) {
  .homepage_speakers_section {
    padding: 50px 0 60px;
  }

  .homepage_speakers_slider_container {
    margin-top: 0;
  }

  .homepage_speakers_slider_item {
    flex-direction: column;
    max-height: none;
    padding: 24px;
  }

  .homepage_speakers_slider_item_name {
    font-size: 24px;
  }

  .homepage_speakers_slider_item_info {
    width: 100%;
  }

  .homepage_speakers_slider_item_text {
    max-width: 100%;
    margin-top: 24px;
  }

  .homepage_speakers_slider_item_img {
    margin-top: 24px;
  }

  .homepage_speakers_slider_item_arrow {
    top: 50%;
    right: -5px;
    width: 50px;
    height: 50px;
    background: transparent url('../img/icons/chevron_right_pink_new_icon.svg') center no-repeat;
    background-size: auto 100%;
  }
}

.homepage_guests_section {
  background: #fff;
  padding: 70px 0;
}

.homepage_guests_slider_container {
  margin-top: 64px;
}

.homepage_guests_slider_item {
  align-items: center;
}

.homepage_guests_slider_item_info {
  border-radius: 16px;
  background: #F9F8FB;
  padding: 32px;
  padding-right: 84px;
  margin-right: -20px;
}

.homepage_guests_slider_item_name {
  font-size: 24px;
  font-weight: 600;
  color: #9568AD;
  line-height: normal;
}

.homepage_guests_slider_item_text {
  width: 100%;
  max-width: 320px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  margin-top: 24px;
}

.homepage_guests_slider_item_img {

}

.homepage_guests_slider_item_img img {
  max-width: 550px;
  max-height: 733px;
  border-radius: 8px;
}

@media (max-width: 560px) {
  .homepage_guests_slider_item_img img {
    max-width: 100%;
  }

  .homepage_guests_slider_item_info {
    margin-right: 0;
    padding: 24px;
  }
}

.homepage_guests_slider_item_arrow_placeholder {
  display: inline-block;
  width: 105px;
  height: 105px;
  margin-left: 54px;
}

.homepage_guests_slider_item_arrow {
  top: calc(50% - 52.5px);
  right: 65px;
  display: inline-block;
  width: 105px;
  height: 105px;
  background: transparent url('../img/icons/chevron_right_double_violet_icon.svg') center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  opacity: 1;
}

@media (max-width: 991px) {
  .homepage_guests_slider_item_arrow_placeholder {
    display: none;
  }
}

@media (max-width: 768px) {
  .homepage_guests_section {
    padding: 50px 0 60px;
  }

  .homepage_guests_slider_item {
    flex-direction: column;
    max-height: none;
  }

  .homepage_guests_slider_item_text {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
  }

  .homepage_guests_slider_item_text {
    padding: 0;
  }

  .homepage_guests_slider_item_img {
    margin-top: 24px;
  }

  .homepage_guests_slider_item_arrow {
    top: 50%;
    right: -20px;
    width: 80px;
    height: 80px;
  }
}

.homepage_divider_section {
  background: linear-gradient(256deg, #E582B2 0%, #0ABBBD 49.87%, #9568AD 99.75%);
  padding: 50px 0;
}

.homepage_divider_inner_container {
  align-items: center;
  justify-content: space-around;
  max-width: 1180px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 100px 16px;
}

.homepage_divider_date {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  line-height: normal;
}

.homepage_divider_place {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  line-height: normal;
}

@media (max-width: 768px) {
  .homepage_divider_date {
    font-size: 32px;
  }

  .homepage_divider_place {
    font-size: 32px;
  }
}

.homepage_divider_link_container {

}

.homepage_divider_link {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 10px;
  background: #F17BB0;
  padding: 19px 50px;
}

@media (max-width: 768px) {
  .homepage_divider_inner_container {
    flex-direction: column;
    padding: 40px 16px;
  }

  .homepage_divider_place {
    margin-top: 40px;
  }

  .homepage_divider_link_container {
    margin-top: 40px;
  }
}

.homepage_kids_section {
  background: #fff;
  padding: 50px 16px 70px;
}

.homepage_kids_section.jury {
  background: #F5F8FF;
}

.homepage_kids_speakers_container {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 24px -50px 0;
}

.homepage_kids_speakers_item {
  width: 100%;
  max-width: 250px;
  margin: 40px 40px 0;
}

@media (max-width: 768px) {
  .homepage_kids_speakers_container {
    flex-direction: column;
    align-items: center;
    margin: 40px 0 0;
  }  

  .homepage_kids_speakers_item {
    margin: 40px 0 0;
  }

  .homepage_kids_speakers_item:first-of-type {
    margin-top: 0;
  }
}

@media (max-width: 460px) {
  .homepage_kids_speakers_item {
    max-width: 100%;
  }
}

.homepage_kids_speakers_item_img {
  text-align: center;
  border-radius: 50%;
/*  background: linear-gradient(180deg, #F17BB0 0%, #9568AD 50%, #40B8BD 100%);*/
  padding: 0;
}

.homepage_kids_speakers_item.jury .homepage_kids_speakers_item_img {
  text-align: left;
}

.homepage_kids_speakers_item_img img {
  width: 100%;
  height: 100%;
  max-width: 180px;
  max-height: 180px;
  border-radius: 50%;
}

.homepage_kids_speakers_item_name {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: normal;
  text-align: center;
  margin-top: 16px;
}

.homepage_kids_speakers_item.jury .homepage_kids_speakers_item_name {
  text-align: left;
}

.homepage_kids_speakers_item_niche {
  font-size: 18px;
  font-weight: 400;
  color: #424242;
  line-height: 28px;
  text-align: center;
  margin-top: 20px;
}

.homepage_kids_speakers_item.jury .homepage_kids_speakers_item_niche {
  text-align: left;
}

.homepage_charity_section {
  background: #F5F8FF;
  padding: 70px 0 120px;
}

.homepage_charity_section.with_bg_color {
  background: #f9edff;
}

.homepage_charity_inner_container {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -100px;
}

@media (max-width: 1050px) {
  .homepage_charity_inner_container {
    margin-top: 60px;
  }
}

.homepage_charity_text {
  width: 100%;
  max-width: 505px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 140%;
  padding: 0 12px;
}

.homepage_charity_video {
  position: relative;
  width: 50%;
  text-align: center;
  z-index: 111;
  margin-top: 40px;
}

.homepage_charity_video img {
}

.homepage_charity_bg {
  position: absolute;
  right: calc(50% - 335px);
  bottom: -70px;
  width: 670px;
  height: 500px;
  background: #EFEFEF;
  z-index: -1;
}

@media (max-width: 768px) {
  .homepage_charity_inner_container {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .homepage_charity_text {
    font-size: 16px;
  }

  .homepage_charity_video {
    width: 100%;
    margin-top: 40px;
  }

  .homepage_charity_bg {
    width: 100%;
    left: 0;
  }

  .homepage_kids_speakers_item_name {
    font-size: 22px;
  }

  .homepage_kids_speakers_item_niche {
    font-size: 18px;
  }
}

.homepage_program_section {
  background: #fff;
  padding: 70px 0;
}

.homepage_program_inner_container {
  
}

.homepage_program_left {
  width: 50%;
}

.homepage_program_right {
  width: 50%;
}

@media (max-width: 768px) {
  .homepage_program_section {
    padding: 40px 0;
  }

  .homepage_program_inner_container {
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
  }  

  .homepage_program_left {
    width: 100%;
  }  

  .homepage_program_right {
    width: 100%;
  }
}

.homepage_program_item {
  max-width: 525px;
  margin-top: 64px;
}

.homepage_program_item_heading {
  font-size: 24px;
  font-weight: 600;
  color: #F17BB0;
  line-height: normal;
}

.homepage_program_item_text {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 140%;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .homepage_program_item {
    margin-top: 40px;
  }

  .homepage_program_item_heading {
    font-size: 22px;
  }  

  .homepage_program_item_text {
    font-size: 18px;
  }
}

.homepage_sponsors_section {
  background: linear-gradient(256deg, #F5DCFE 0%, #FFCBC7 99.75%);
  padding: 14px 0 64px;
}

.homepage_sponsors_inner_container {
  align-items: stretch;
  justify-content: flex-start;
  max-width: 100%;
  margin: 0 auto;
}

.homepage_sponsors_left {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 36px 42px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .homepage_sponsors_inner_container {
    flex-direction: column;
    align-items: center;
  }  

  .homepage_sponsors_left {
    max-width: 100%;
    padding: 24px;
  }
}

.homepage_sponsors_text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 140%;
  margin-top: 40px;
}

.homepage_sponsors_right {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.homepage_sponsors_item {
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 16px;
  margin: 50px 25px 0;
}

@media (max-width: 450px) {
  .homepage_sponsors_right {
    justify-content: center;
  }  

  .homepage_sponsors_item {
    margin: 24px 25px 0;
  }
}

section > figure:nth-child(-n+3) {
  margin-top: 0;
}

.homepage_sponsors_item img {
  width: 100%;
/*  height: 100%;*/
  max-width: 150px;
  max-height: 150px;
}

.homepage_participants_section {
  background: #fff;
  padding: 70px 0;
}

@media (max-width: 767px) {
  .homepage_participants_section {
    padding: 40px 0;
  }  
}

.homepage_participants_inner_container {
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}

.homepage_participants_left {
  width: 100%;
  max-width: 650px;
}

.homepage_participants_left.full_width {
  max-width: 100%;
}

.homepage_participants_text {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 140%;
}

.homepage_participants_map {
  margin-top: 60px;
}

.homepage_participants_map img {

}

.homepage_participants_right {
  width: 100%;
  max-width: 400px;
}

@media (max-width: 768px) {
  .homepage_participants_inner_container {
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  }  

  .homepage_participants_left {
    max-width: 100%;
  }

  .homepage_participants_right {
    max-width: 100%;
    margin-top: 40px;
  }

  .homepage_participants_text {
    font-size: 18px;
  }
}

.homepage_participants_list_container {
  align-items: flex-start;
  justify-content: space-between;
}

.homepage_participants_list_part {
  display: inline-block;
  width: 50%;
  padding-right: 24px;
}

.homepage_participants_list_item {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 140%;
  margin-top: 20px;
}

.homepage_participants_list_item_text {
  font-size: 15px;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 140%;
  margin-top: 8px;
}

.homepage_participants_list_arrow {

}

.homepage_gallery_section {
  position: relative;
  background: #F5F8FF;
  padding: 70px 0;
}

@media (max-width: 767px) {
  .homepage_gallery_section {
    padding: 40px 0;
  }  
}

.homepage_gallery_bg {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1353px;
  height: 465px;
  background: #EFEFEF;
}

.homepage_gallery_inner_container {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 20px -10px 0;
}

@media (max-width: 768px) {
  .homepage_gallery_inner_container {
    justify-content: center;
  }
}

.homepage_gallery_inner_container img {
  width: 100%;
  height: 100%;
  max-width: 186px;
  max-height: 270px;
  border-radius: 6px;
  margin: 20px 10px 0;
}

.homepage_gallery_inner_container img.horizontal_photos {
  max-width: 289px;
}

.homepage_footer_section {
  background: #212121;
  padding: 24px 0;
}

.homepage_footer_nav_container {
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

@media (max-width: 991px) {
  .homepage_footer_nav_container {
    flex-direction: column;
  }
}

.homepage_footer_nav_left {
  margin-right: 16px;
}

.homepage_footer_nav_logo_link {
  display: inline-block;
}

.homepage_footer_nav_logo_link img {
  max-height: 115px;
}

.homepage_footer_nav_items {
  align-content: center;
  flex-direction: column;
}

.homepage_footer_nav_item {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 140%;
  margin-top: 8px;
}

.homepage_footer_nav_item:first-of-type {
  margin-left: 0;
}

@media (max-width: 991px) {
  .homepage_footer_nav_items {
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .homepage_footer_nav_item {
    margin-top: 16px;
  }
}

@media (max-width: 560px) {
  .homepage_footer_nav_left {
    margin-right: 0;
  }

  .homepage_footer_nav_items {
    flex-direction: column;
  }

  .homepage_footer_nav_item:first-of-type {
    margin-left: 0;
  }
}

.homepage_footer_contacts {
  align-content: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .homepage_footer_contacts {
    margin-top: 24px;
  }
}

.homepage_footer_contacts_item {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin-top: 8px;
}

.homepage_footer_contacts_item.with_socials {
  align-items: center;
  justify-content: space-between;
}

.homepage_footer_contacts_item a {
  color: #F17BB0;
}

.homepage_footer_contacts_socials {
  align-items: center;
  margin-left: 70px;
}

@media (max-width: 768px) {
  .homepage_footer_contacts_item.with_socials {
    flex-direction: column;
    align-items: flex-start;
  }

  .homepage_footer_contacts_socials {
    margin-top: 16px;
    margin-left: 0;
  }
}

.homepage_footer_contacts_socials_link {
  display: inline-block;
  width: 28px;
  height: 28px;
}

.homepage_footer_contacts_socials_link.facebook {
  background: transparent url('../img/icons/facebook_icon.svg') center no-repeat;
  background-size: 24px;
}

.homepage_footer_contacts_socials_link.instagram {
  background: transparent url('../img/icons/instagram_icon.svg') center no-repeat;
  background-size: 28px;
  margin-left: 12px;
}

.homepage_footer_bottom_container {
  align-content: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  border-top: 1px solid #757575;
  padding: 16px 16px 0;
  margin-top: 28px;
}

.homepage_footer_bottom_left {

}

.homepage_footer_bottom_right {

}

.homepage_footer_bottom_right a {
  color: #fff;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

@media (max-width: 560px) {
  .homepage_footer_bottom_container {
    flex-direction: column;
    align-items: center;
  }

  .homepage_footer_bottom_left, .homepage_footer_bottom_right {
    width: 100%;
    text-align: center;
  }

  .homepage_footer_bottom_right {
    margin-top: 20px;
  }
}

.ms_participants_container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px -10px 0;
}

@media (max-width: 560px) {
  .ms_participants_container {
    max-width: 100%;
    margin: 20px 0 0;
  }
}

.ms_participants_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  max-width: 390px;
  border: 2px solid #be99b7;
  border-radius: 8px;
  padding: 16px;
  margin: 20px 10px 0;
}

@media (max-width: 560px) {
  .ms_participants_item {
    max-width: 100%;
    margin: 20px 0 0;
  }
}

.ms_participants_item_avatar {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.ms_participants_item_avatar img {
  width: 100%;
  height: 100%;
  max-width: 140px;
  max-height: 140px;
  border-radius: 50%;
}

.ms_participants_item_name {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: normal;
  text-align: center;
  margin-top: 20px;
}

.ms_participants_item_text {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  line-height: 24px;
  text-align: center;
  margin-top: 16px;
}

.ms_participants_item_bottom {
/*  display: none !important;*/
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}

.ms_participants_item_link {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 10px;
  background: #9568ad;
  padding: 14px 50px;
}

.homepage_lection_items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -10px 0;
}

.homepage_lection_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 280px;
  min-width: 280px;
  background: linear-gradient(180deg, #f9f2fc 0%, #ffe1df 100%);
  border-radius: 8px;
  padding: 16px;
  margin: 90px 10px 0;
}

@media (max-width: 560px) {
  .homepage_lection_item {
    max-width: 100%;
    min-width: 100%;
    margin: 90px 0 0;
  }
}

.homepage_lection_item_img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: -80px;
}

.homepage_lection_item_img img {
  width: 100%;
  height: 100%;
  max-width: 160px;
  border-radius: 50%;
}

.homepage_lection_item_img.guests img {
  width: 100%;
  height: 100%;
  max-width: 160px;
  border-radius: 8px;
}

.footer_ai_text {
  color: #c30800;
}

.homepage_sponsors_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 4px 8px;
  margin-top: 50px;
}

.homepage_sponsors_list_item {
  width: auto;
  max-width: 200px;
  max-height: 110px;
  margin: 16px 16px;
}

.homepage_sponsors_list_item.full_item {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}