

/* Start:/local/templates/volga/components/bitrix/news.list/banner_posv_popup/style.css?17702027561331*/
.posv-banner {
  position: fixed;
  right: 12px;
  left: auto;
  bottom: 12px;
  z-index: 1200;
  display: none;
  pointer-events: none;
}
.posv-banner.is-visible {
  display: block;
  height: 150px;
  max-height: 150px;
  min-height: 150px;
}
.posv-banner__inner {
  width: 320px;
  max-width: 320px;
  margin: 0;
  background: #ffffff;
  color: #0f172a;
  border-radius: 12px;
  padding: 12px 16px 12px 16px;
  height: 150px;
  max-height: 150px;
  min-height: 150px;
  overflow: hidden;
  border: 1px solid #d1d5db;
  border-bottom: 1px solid #cbd3da;
  box-shadow: 0 -8px 20px rgba(0,0,0,0.15);
  position: relative;
  pointer-events: all;
  transform: translateY(110%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.posv-banner.is-visible .posv-banner__inner {
  transform: translateY(0);
  opacity: 1;
}
.posv-banner__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: #e5e7eb;
  color: #0f172a;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}
.posv-banner__close:hover {
  background: #d1d5db;
}
.posv-banner__content {
  font-size: 15px;
  line-height: 1.5;
}
.posv-banner__content a {
  color: #0d6efd;
}
@media (max-width: 768px) {
  .posv-banner__inner {
    padding: 12px 44px 12px 14px;
  }
}

/* End */
/* /local/templates/volga/components/bitrix/news.list/banner_posv_popup/style.css?17702027561331 */
