.l-section {
  padding: 80px 80px;
  box-sizing: border-box;
}

/* .about-us .l-section {
  padding: 160px 80px;
  box-sizing: border-box;
} */

@media all and (max-width: 992px) {
  .l-section {
    padding: 0 12px;
  }
}

/* HEADER SECTION  */

.l-section--header {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 60px;
  background-image: url("./images/about-us-bg.jpg");
}

.l-header {
  position: relative;
  flex-grow: 1;
  box-sizing: border-box;
  z-index: 2;
}

.l-header--container {
  position: relative;
  max-width: 860px;
  width: 100%;
  padding-left: 8%;
  text-align: left;
  z-index: 1;
}

.l-header--title__text {
  margin: 0;
  font-size: 96px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  color: #013274;
  text-transform: uppercase;
  font-family: Arimo, OpenSans, sans-serif;
}

.l-header--theme {
  margin-bottom: 40px;
}

.l-header--theme__text {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #232323;
  text-transform: uppercase;
  font-family: Arimo, OpenSans, sans-serif;
}

.l-header__scroll {
  width: 50px;
  position: relative;
  left: -13px;
  cursor: pointer;
  height: 50px;
}

.l-header--bg {
  position: absolute;
  display: flex;
  height: 0%;
  width: 0%;
  opacity: 0;
  padding-top: 2%;
  padding-left: 18%;
  z-index: 0;
  box-sizing: border-box;
}

.l-header--place {
  margin-bottom: 16px;
}

.l-header--place__date {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
  color: #232323;
  font-family: Arimo, OpenSans, sans-serif;
}

.l-header--place__position {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #232323;
  font-family: Arimo, OpenSans, sans-serif;
}

@media all and (max-width: 992px) {
  .l-header--place__date {
    font-size: 14px;
  }
  .l-header--place__position {
    font-size: 16px;
    line-height: 1.5;
  }
  .l-header--title__text {
    font-size: 48px;
    line-height: 1.17;
  }
}

/* HEADER SECTION END */

/* TITLE */

.l-title-section {
  position: relative;
  display: flex;
  align-items: center;
}

.l-title-section__title {
  display: inline-block;
  padding-bottom: 8px;
  font-family: Arimo, sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.17;
  position: relative;
  margin: 0;
}

.l-title-section__title:after {
  left: 50%;
  transform: translateX(-75%);
  min-width: 150px;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 4px;
  max-width: 262px;
  width: 100%;
}

.l-title-section__img {
  position: relative;
}

.l-title-section__img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 416px;
  height: 424px;
  object-fit: contain;
  padding-left: 54px;
  box-sizing: border-box;
  transform: translate(-10%, -40%);
}

.l-title-section__text-conteiner {
  padding-left: 150px;
}

.l-title-section__title.blue {
  color: #013274;
}

.l-title-section__title.blue:after {
  background: #013274;
}

.l-title-section__title.white {
  color: #fff;
}

.l-title-section__title.white:after {
  background: #fff;
}

.l-title-section__title_placeholder {
  opacity: 0.2;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.13;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 320px;
  line-height: 1;
  color: #dbdbdb;
  text-transform: uppercase;
  position: absolute;
  /* max-width: 710px; */
  /* width: 100%; */
  right: 30px;
  width: fit-content;
  display: block;
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
}

.for-whom-container {
  position: relative;
}

/* @media all and (max-width: 1800px) {
  .l-title-section__title_placeholder {
    font-size: 220px;
  }
}
@media all and (max-width: 1200px) {
  .l-title-section__title_placeholder {
    font-size: 160px;
  }
} */

@media all and (max-width: 992px) {
  .l-title-section__title_placeholder {
    font-size: 90px;
  }
  .l-title-section__text-conteiner {
    padding-left: 0;
  }
}

/* END TITLE */

.video-responsive {
  position: relative;
  padding-bottom: 85.25%;
  height: 0;
  overflow: hidden;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-btn, .l-btn.l-btn-with-arrow {
  padding: 12px 35px;
  position: relative;
  background: #013274;
  color: #fff;
  font-weight: bold;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.l-btn.l-btn-with-arrow span {
  position: relative;
  padding-right: 15px;
  font: 600 11px system-ui;
}

.l-btn.l-btn-with-arrow span:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-100%);
}

.l-btn.l-btn-with-arrow.open-section>span:after {
  transform: rotate(-135deg) translateY(100%);
  margin-top: 4px;
}

#moreSpeakersList {
  display: none;
}

#archive-section #tabs-speakers .tabs-list .tabs-list__title {
  display: none !important;
}

#tabs-speakers .tabs-list__title:before {
  display: none;
}

#archive-section .speakers__list {
  margin-top: 100px;
}

#archive-section #moreSpeakersList {
  margin-top: 0;
}

#archive-section #organization .l-title-section__title {
  margin-top: 0;
}

@media all and (max-width: 992px) {
  #archive-section .speakers__list__bg-img {
    display: none;
  }
  #archive-section #organization .l-title-section__title {
    margin-top: 100px;
  }
}

@media all and (max-height: 600px) {
  .l-header--theme {
    margin-bottom: 0;
  }
}

@media all and (max-height: 400px) {
  .l-header--theme__text {
    margin: 0;
  }
}

#registration-form-recaptcha {
  z-index: 1;
}