/* not-dublicate = ND */

.accordian_header {
  display: none;
}

/* tabs */

#tabs {
  margin-bottom: 160px;
  position: relative;
  display: flex;
}

#tabs li {
  height: 24px;
  min-width: 188px;
  border-bottom: 1px solid #dbdbdb;
}

#tabs li a {
  width: 100%;
  display: block;
  text-align: center;
  color: #dbdbdb;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 12px;
  line-height: 2;
}

#tabs li a.active {
  opacity: 1;
  color: #232323;
  border-bottom: 1px solid #232323;
}

#tabs li a:hover {
  color: #aba6a6;
}

@media all and (max-width: 992px) {
  #tabs li {
    min-width: auto;
  }
  #tabs li a {
    padding: 0 10px;
  }
}

/* tabs */

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Header section  */

.l-section-archive-main {
  padding-top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
}

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

.overflow {
  overflow: hidden;
}

.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;
}

.l-header--container {
  position: relative;
  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-top: 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;
}

/* Header section end */

/* Section title */

.l-title-section {
  position: relative;
  width: 100%;
  height: 425px;
}

.l-title-section__img {
  left: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 416px;
  height: 100%;
  padding-left: 100px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-image: url("http://investforum.powercode.pro/static/landings/images/triangle-big-blue.svg");
}

.l-title-section__title {
  /* top: -60px;
  left: -100px; */
  white-space: nowrap;
  padding-left: 150px;
  padding-bottom: 8px;
  font-family: Arimo, sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.17;
  position: relative;
}

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

.l-title-section__placeholder {
  top: 0;
  position: absolute;
  width: fit-content;
  box-sizing: content-box;
  opacity: 0.2;
  font-family: Arimo-Bold, sans-serif;
  font-size: 320px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 320px;
  letter-spacing: normal;
  color: #dbdbdb;
  text-transform: uppercase;
  right: 0;
  display: block;
  box-sizing: content-box;
  margin-left: -64px;
  z-index: -1;
}

.l-title-section__title:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 4px;
  max-width: 262px;
  width: 100%;
}

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

/* Section title end */

/* Section info */

.l-info-section .triangle {
  max-width: 380px;
}

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

.l-info-section {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  overflow-y: hidden;
  overflow-x: inherit;
  min-height: 390px;
  padding-bottom: 0;
  padding-top: 170px;
}

.l-info-description {
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  max-width: 710px;
  color: #000000;
  width: 50%;
}

.triangle {
  position: absolute;
  top: -75%;
  right: -120px;
  z-index: 0;
}

.l-wrap-info {
  position: relative;
  width: 30%;
}

.l-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  align-items: center;
}

.l-info-title {
  font-family: Arimo, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #232323;
  line-height: 1.33;
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase;
}

.l-info-item-text {
  font-family: Arimo, sans-serif;
  font-size: 14px;
  margin: 0;
  margin-left: 8px;
  font-weight: bold;
  line-height: 1.71;
  text-transform: uppercase;
}

.l-info-image {
  min-width: 32px;
  height: 32px;
  background-color: #dbdbdb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}

.l-info-image img {
  position: absolute;
}

/* Section info end */

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

#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) {
  .l-info-section {
    padding-top: 80px;
  }
  .l-section-triangle {
    padding-top: 116px;
  }
  #archive-section .speakers__list__bg-img {
    display: none;
  }
  #archive-section #organization .l-title-section__title {
    margin-top: 100px;
  }
  .l-wrap-info {
    width: 100%;
  }
  .l-title-section {
    height: 250px;
  }
  .l-header--title__text {
    font-size: 48px;
    line-height: 1.17;
  }
  .l-header--theme__text {
    line-height: 1.6;
    font-size: 20px;
  }
  .l-section {
    padding-left: 12px;
    padding-right: 12px;
  }
  .l-info-section {
    flex-direction: column;
  }
  .l-info-description {
    margin-bottom: 40px;
    width: auto;
  }
  /* Title  */
  .l-title-section__img {
    max-width: 235px;
    width: 100%;
    padding-left: 0;
    height: 240px;
  }
  .l-title-section__title {
    /* left: -30px;
    top: -30px; */
    font-size: 28px;
    padding-left: 50px;
  }
  .l-title-section__placeholder {
    font-size: 120px;
    line-height: 1;
  }
  .l-title-section__title:after {
    max-width: 200px;
  }
  /* Title end */
  /* Organization */
  .organization {
    padding-bottom: 80px;
  }
  .organization__container {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .organization__card {
    width: 100%;
    margin-bottom: 30px;
    padding: 40px 24px;
  }
  .organization__card__title {
    font-size: 20px;
    line-height: 1.6;
  }
  .organization__card__text {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
  }
  /* Organization end*/
}

@media all and (max-width: 480px) {
  /* Organization */
  .organization__card__title {
    font-size: 16px;
  }
  .l-info-section .triangle {
    max-width: 320px;
    right: -80px;
    top: -65%;
  }
  /* Organization */
}

@media all and (max-height: 600px) {
  #tabs {
    margin-bottom: 60px;
  }
}

@media all and (max-height: 400px) {
  #tabs {
    margin-bottom: 30px;
  }
}