

/* Start:/local/templates/stuff/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17867015091904*/
.ui-text a {
  outline: none;
}

/* Баннер «Где купить» из шорткода [promo] (shortcodeCallbacker::casePromo) */
.end-banner {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  padding: 40px !important;
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, #00838a 84%, #00838a 100%);
  border-radius: 50px;
}
.end-banner a {
  text-decoration: none !important;
}
.end-banner a:not(.ui-btn) {
  border-bottom: none !important;
}
.end-banner .ui-btn {
  color: #fff !important;
  background: #e079a3 !important;
  border: 1px solid #e079a3;
}
.end-banner .ui-btn:hover {
  color: #fff !important;
  background: #de80a7 !important;
  border: 1px solid #de80a7;
}

.end-banner__title {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}

.end-banner__desc {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

@media (min-width: 992px) {
  .end-banner__title {
    font-size: 34px;
  }
  .end-banner__desc {
    font-size: 18px;
  }
}
.b-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

@media (min-width: 992px) {
  .b-row {
    grid-template-columns: 48% 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
  }
  .end-banner {
    padding: 40px 60px 40px 40px !important;
  }
}
.end-banner img {
  max-width: 100%;
}
.end-banner__img img {
  display: block;
  margin: 0 auto;
}
.end-banner__num {
  display: block;
  width: 100%;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) {
  .end-banner {
    margin: 30px -10px !important;
  }
  .end-banner__img {
    position: relative;
    height: 100%;
    transform: scale(1.2);
    left: 0;
  }
}

/* End */
/* /local/templates/stuff/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17867015091904 */
