

/* Start:/local/templates/aspro_mshop/components/bitrix/news/section_list/bitrix/news.list/.default/style.css?17588702272374*/
.news-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 50px;
}
.news-item {
	flex: 0 0 calc(50% - 30px / 2);
	display: flex;
	flex-direction: column;
	justify-content: end;
	margin-bottom: 0;
	img {
		max-width: 100%;
		height: auto;
	}
	b {
		display: inline-block;
		margin-top: 10px;
	}

}

@media (min-width: 576px) {
	.news-item {
		flex: 0 0 calc(33.3% - 30px * 2 / 3);
	}
}
@media (min-width: 992px) {
	.news-item {
		flex: 0 0 calc(25% - 30px * 3 / 4);
	}
}
.news-item {
    img {
        width: auto;
        height: 120px;
					margin-bottom: 5px;
    }
}
.news-item a {
	margin: 0 auto;
}
ul {
	margin-bottom: 20px;
}
li {
	padding-left:20px;
}
ul li::before {
    margin: 10px;
}

  .ecas-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .ecas-gallery a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
  }
  .ecas-gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .25s ease, opacity .25s ease;
  }
  .ecas-gallery a:hover img { transform: scale(1.03); opacity: .95; }

  /* Lightbox */
  #ecas-lightbox { 
    position: fixed; inset: 0; display: none; z-index: 9999;
  }
  #ecas-lightbox.active { display: block; }
  #ecas-lightbox .lb-backdrop {
    position: absolute; inset: 0; background: rgba(0,0,0,.72);
  }
  #ecas-lightbox .lb-content {
    position: absolute; inset: 5% 5% auto 5%;
    top: 50%; left: 50%; transform: translate(-50%,-50%);
    margin: 0; max-width: min(1200px, 92vw); max-height: 90vh;
  }
  #ecas-lightbox img {
    width: 100%; height: auto; max-height: 90vh; object-fit: contain;
    background: #111; border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,.35);
  }
  .lb-close {
    position: absolute; top: -14px; right: -14px;
    width: 40px; height: 40px; border: 0; border-radius: 50%;
    background: #fff; color: #111; font-size: 28px; line-height: 40px; cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,.25);
  }

  /* Responsive */
  @media (max-width: 991px) {
    .ecas-gallery { grid-template-columns: repeat(2, 1fr); }
    .ecas-gallery img { height: 200px; }
  }
  @media (max-width: 560px) {
    .ecas-gallery { grid-template-columns: 1fr; }
    .ecas-gallery img { height: 220px; }
  }
/* End */
/* /local/templates/aspro_mshop/components/bitrix/news/section_list/bitrix/news.list/.default/style.css?17588702272374 */
