.block-banner .banner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 155px;
  padding: 0 25px 25px;
  overflow: hidden;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
}
.block-banner .banner:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #000 -10%, rgba(0, 0, 0, 0) 100%);
  transform: rotate(180deg);
}
.block-banner .banner__title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
.block-banner .banner__title:after {
  position: relative;
  top: -4px;
  margin-right: 5px;
  font-family: "Icomoon";
  font-size: 9px;
  content: "\e906";
}
.block-banner .banner__text {
  position: relative;
  z-index: 1;
  max-width: 450px;
  margin: 5px 0 0 0;
  font-size: 16px;
  color: #fff;
}

.col-sidebar .block-banner .banner {
  display: flex;
  justify-content: center;
  height: 105px;
  padding-bottom: 0;
  flex-direction: column;
}

/*# sourceMappingURL=block-banner.css.map */
