.custom-content {
  position: relative;
  min-height: 1px;
}

.custom-sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  .custom-structure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .custom-sidebar {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 320px;
    min-width: 320px;
    width: 320px;
  }
  .custom-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .custom-structure {
    margin-left: -16px;
    margin-right: -16px;
  }
  .custom-sidebar {
    padding: 0 16px;
    max-width: 348px;
    min-width: 348px;
    width: 348px;
  }
  .custom-content {
    padding: 0 16px;
    width: 100%;
  }
}
.section {
  margin-bottom: 32px;
}
.section .section-title {
  color: #1D1F22;
  font-size: 32px;
  font-weight: 600;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  word-break: break-word;
}
.section.s-feature .container-scrolled {
  overflow-x: auto;
  overflow-y: hidden;
}
.section.s-feature .container-scrolled::-webkit-scrollbar {
  height: 8px;
}
.section.s-feature .container-scrolled::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06); /* culoarea fundalului */
  border-radius: 10px;
}
.section.s-feature .container-scrolled::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}
.section.s-feature .article-feature {
  position: relative;
  margin-bottom: 20px;
  height: 500px;
  min-height: 500px;
}
.section.s-feature .article-feature .img-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 24px;
  overflow: hidden;
}
.section.s-feature .article-feature .article-date {
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  background: #fff;
  border-radius: 7px;
  color: #1D1F22;
  font: 600 14px/26px suisse-cond, Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
}
.section.s-feature .article-feature .article-title {
  color: #fff;
  font: 600 28px/1.04 suisse-cond, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.section.s-feature .article-feature .article-title:hover {
  color: #6c757d;
}
.section.s-feature .article-feature .article-descr {
  max-width: 590px;
  margin-bottom: 12px;
  color: #fff;
  font: 300 21px/1.22 suisse-cond, Arial, Helvetica, sans-serif;
  opacity: 70%;
}
.section.s-feature .article-feature .container-speakers {
  width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(40%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to right, black 40%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(40%, black), to(transparent));
          mask-image: linear-gradient(to right, black 40%, transparent 100%);
}
.section.s-feature .article-feature .list-speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #fff;
}
.section.s-feature .article-feature .list-speakers > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 108px;
  min-width: 108px;
}
.section.s-feature .article-feature .list-speakers > span .ratio {
  margin-bottom: 12px;
  width: 76px;
  min-width: 76px;
  height: 76px;
  border-radius: 50%;
}
.section.s-feature .article-feature .list-speakers > span strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.27;
  opacity: 70%;
}
.section.s-feature .article-feature .list-speakers > span b {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  opacity: 70%;
}
.section.s-feature .col-lg-8 {
  max-width: 350px;
}
.section.s-feature .col-lg-4 {
  max-width: 350px;
}
@media (min-width: 992px) {
  .section.s-feature .article-feature .article-date {
    height: 29px;
    font-size: 16px;
    line-height: 29px;
  }
  .section.s-feature .article-feature .article-title {
    font-size: 32px;
    line-height: 1.15;
  }
  .section.s-feature .article-feature .article-descr {
    font-size: 24px;
    line-height: 1.3;
  }
  .section.s-feature .article-feature .list-speakers > span {
    width: 125px;
    min-width: 125px;
  }
  .section.s-feature .article-feature .list-speakers > span .ratio {
    width: 84px;
    min-width: 84px;
    height: 84px;
  }
  .section.s-feature .col-lg-8 .article-feature .article-date {
    font-size: 18px;
  }
  .section.s-feature .col-lg-8 .article-feature .article-title {
    font-size: 42px;
  }
  .section.s-feature .col-lg-8 .article-feature .article-descr {
    font-size: 28px;
  }
}
@media (min-width: 1000px) {
  .section.s-feature .col-lg-8 {
    min-width: 800px;
  }
  .section.s-feature .col-lg-4 {
    min-width: 400px;
  }
  .section.s-feature .article-feature .img-overlay {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .section {
    margin-bottom: 64px;
  }
}
@media (min-width: 1450px) {
  .section.s-feature .container-scrolled {
    margin-left: calc(50% - 724px + 32px);
    padding-right: calc(50% - 724px + 32px);
  }
}

@media (min-width: 768px) {
  .box-about > *:last-child {
    padding-right: 64px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .box-about > *:first-child {
    padding-left: 64px;
  }
}
.card-text .card-title {
  margin-bottom: 16px;
  color: #fff;
  font: 600 32px/1.05 suisse-cond, Arial, Helvetica, sans-serif;
}
.card-text p {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.24px;
}

.subscription {
  margin: 0 auto;
  max-width: 504px;
}
.subscription .form-control {
  padding: 0 16px;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
}
.subscription .form-control::-webkit-input-placeholder {
  color: #fff;
}
.subscription .form-control::-moz-placeholder {
  color: #fff;
}
.subscription .form-control:-ms-input-placeholder {
  color: #fff;
}
.subscription .form-control::-ms-input-placeholder {
  color: #fff;
}
.subscription .form-control::placeholder {
  color: #fff;
}
.subscription form > *:first-child .form-control {
  border-radius: 12px 12px 0 0;
}
.subscription form > *:last-child .form-control {
  border-radius: 0 0 12px 12px;
}
.subscription .btn {
  height: 58px;
  border-radius: 12px;
  line-height: 58px;
}