

/* Start:/bitrix/templates/.default/components/bitrix/news.list/catalog-sections-2-custom/style.css?17782335781133*/
body .catalog.sections .item.catalog-section-item:hover .img
{
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

body .catalog.sections .item.catalog-section-item .bg
{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	opacity:0;
	z-index:4;
}

body .catalog.sections .item.catalog-section-item
{
  position: relative;
  margin: 0px 15px 30px 15px;
  padding:25px;
}

.catalog.sections .catalog-section-item .dark_block_animate
{
  left:0px;
  top:0px;
}

.catalog.sections .catalog-section-item .name
{
  position:relative;
  z-index:1;
  height: 150px;
}

.catalog.sections .catalog-section-item .name a
{
  position:absolute;
  left:0px;
  bottom:0px;
  display:block;
  text-decoration:none;
  background:#de002b;
  color:#ffffff;
  font-weight:bold;
  font-size:18px;
  padding:2px 8px;
}

.catalog.sections .catalog-section-item .img
{
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  overflow: hidden;
  z-index: 1;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/catalog-sections-2-custom/style.css?17782335781133 */
