.promo {
  position: fixed;
  z-index: 9;
  top: 30%;
  right: 15px;
  background: #fff;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  overflow: hidden;
  font-family: Supermolot, sans-serif;
  max-width: 420px;
  animation-delay: 1s;
  animation-duration: .6s !important;
}
.promo-item {
  display: flex;
}
.promo-item__img-wrap {
  flex: 0 0 50%;
}
.promo-item__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.promo-item__content {
  flex: 0 0 50%;
  padding: 20px 28px;
}
.promo-item__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
  color: #154071;
  margin-top: 30px;
}
.promo-item__link {
  display: inline-block;
  padding: 10px;
  min-width: 130px;
  text-align: center;
  background: #0060CC;
  color: #fff;
  font-size: 11px;
  line-height: 19px;
  text-transform: uppercase;
  margin-top: 32px;
  transition: background .3s;
}
.promo-item__link:hover {
  background: #0264D2;
}
.promo-item__link:hover {
  background: #004899;
}
.promo__close {
  position: absolute;
  top: 13px;
  right: 12px;
  padding: 0;
  appearance: none;
  width: 11px;
  height: 11px;
  background: url("/local/templates/gtlk/components/bitrix/news.list/promo_banner/images/icon-close.svg") center/contain no-repeat;
  box-shadow: none;
  border: none;
  transition: transform .5s;
}
.promo__close:hover {
  transform: scale(1.1);
}

@media (max-width: 576px) {
  .promo {
    left: 15px;
    right: 15px;
    top: 23%;
  }
  .promo-item__content {
    padding: 30px 18px;
  }
.promo-item__title {
	margin-top: 15px;
	font-size: 14px;
}
.promo-item__link {
	padding: 7px;
	min-width: 110px;
	font-size: 10px;
}
}