.wbnr {
  display: flex;
  margin: 0 -15px;
}
.wbnr__main {
  width: calc(75% - 30px);
  margin: 0 15px;
  background-color: #fff;
  padding: 50px 34px;
  overflow: hidden;
}
.wbnr__sec {
  width: calc(25% - 30px);
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wbnr__top {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #FA8500;
  margin-bottom: 20px;
}
.wbnr__top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
  width: 23px;
  height: 2px;
  background-color: #FA8500;
}
.wbnr__title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  color: #334A66;
  margin-bottom: 15px;
}
.wbnr__desc {
  max-width: 680px;
  font-size: 24px;
  line-height: 1.2;
  color: #334A66;
  margin-bottom: 25px;
}
.wbnr__item {
  margin-bottom: 15px;
}
.wbnr__item-top {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.wbnr__item-top-ico {
  flex-shrink: 0;
  width: 22px;
  margin-right: 10px;
}
.wbnr__item-top-ico img {
  display: block;
}
.wbnr__item-top-txt {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.wbnr__item-title {
  font-size: 28px;
  color: #fff;
  margin-bottom: 5px;
}
.wbnr__link {
  font-size: 14px;
  font-weight: bold;
  color: #FA8500;
}
@media (max-width: 1199px) {
  .wbnr__item-title {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .wbnr {
    flex-direction: column;
  }
  .wbnr__main {
    width: calc(100% - 30px);
    margin-bottom: 40px;
    padding: 50px 15px;
    text-align: center;
  }
  .wbnr__sec {
    width: calc(100% - 30px);
  }
  .wbnr__top::before {
    left: -15px;
  }
  .wbnr__top {
    padding: 0 20px;
    text-align: left;
  }
  .wbnr__desc {
    max-width: 100%;
  }
  .wbnr__item {
    margin-bottom: 30px;
  }
  .wbnr__item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .wbnr__title {
    font-size: 30px;
  }
  .wbnr__desc {
    font-size: 21px;
  }
}
/*# sourceMappingURL=../../maps/blocks/webinars/wbnr.css.map */
