

/* Start:/local/templates/lotos74.ru_2025/components/bitrix/news.list/promo-list/style.css?17600034792543*/
.promo-list {
  margin-bottom: 4rem;
}
.promo-list__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 100%;
  text-align: center;
  color: #009FA2;
  margin-bottom: 7.4rem;
}
@media (max-width: 767px) {
  .promo-list__title {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
}
.promo-list__grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -1.1rem;
}
.promo-list__item {
  width: 33.3333333333%;
  padding: 1.1rem;
  box-sizing: border-box;
}
@media (max-width: 979px) {
  .promo-list__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .promo-list__item {
    width: 100%;
  }
}

.promo-card {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
  border-radius: 2rem;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.2s all linear;
  position: relative;
}
@media (max-width: 767px) {
  .promo-card {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 60px 0 rgba(0, 84, 86, 0.15);
  }
}
.promo-card:hover {
  box-shadow: 0 4px 60px 0 rgba(0, 84, 86, 0.15);
  background: rgba(255, 255, 255, 0.3);
}
.promo-card:hover .promo-card__media:after {
  background-color: rgba(0, 159, 162, 0.3);
}
.promo-card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.promo-card__title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 100%;
  color: #009FA2;
  margin-bottom: 1rem;
}
.promo-card__anons {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 137%;
  color: #394250;
}
.promo-card__body {
  padding: 1.5rem;
  min-height: 9rem;
}
.promo-card__media {
  font-size: 0;
  line-height: 0;
  border: 1px solid #fff;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 17/9;
  position: relative;
  background-color: #f0f4f7;
}
.promo-card__media:after {
  content: "";
  position: absolute;
  width: 3.3rem;
  height: 3.3rem;
  right: 1.4rem;
  bottom: 1.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/local/templates/lotos74.ru_2025/components/bitrix/news.list/promo-list/./images/arrow-link.svg");
  z-index: 1;
  border-radius: 100%;
  background-color: rgba(0, 159, 162, 0.1);
  backdrop-filter: blur(16px);
  border: 2px solid #ffffff;
  transition: 0.2s all linear;
}
.promo-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

main {
  background-image: url("/local/templates/lotos74.ru_2025/components/bitrix/news.list/promo-list/./images/bg-desk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/lotos74.ru_2025/components/bitrix/news.list/promo-list/style.css?17600034792543 */
