

/* Start:/local/templates/.default/components/bitrix/news/vendor/bitrix/news.list/.default/style.css?17727527844659*/
/* catalog-list */
.catalog-list {
	position: relative;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
/* item-row */
.catalog-list .item-row {
	padding: 0;
	margin: 0;
}
.catalog-list .item-row a {
	position: relative;
	display: block;
	padding: 8px 0 8px 25px;
	font-weight: 600;
	line-height: 1.1;
}
.catalog-list .item-row a:before {
	position: absolute;
	font-family: 'Linearicons-Free';
	content: '\e871';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	top: 50%;
	left: 0;
	margin-top: -8px;
	color: #69bf15;
}
/* item-grid */
.catalog-list .item-grid {
	position: relative;
	margin: 0 0 30px;
}
.catalog-list .item-grid:after {
	position: absolute;
	content: '';
	height: 100%;
	top: 0;
	right: 0;
	border-right: 1px solid #eaeaea;
}
.catalog-list .item-grid .name {
	margin-bottom: 10px;
}
.catalog-list .item-grid .name a {
	display: block;
	font-weight: 600;
	line-height: 1.1;
	text-decoration: none;
	color: #005389;
}
.catalog-list .item-grid .name:hover a,
.catalog-list .item-grid .name:focus a {
	color: #00bade;
}
.catalog-list .item-grid .image {
	text-align: center;
	margin-bottom: 10px;
}
.catalog-list .item-grid .image img {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.catalog-list .item-grid .image:hover img,
.catalog-list .item-grid .image:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.catalog-list .item-grid .link {
	text-align: center;
}
@media only screen and (max-width: 991px) {
	.catalog-list .item-grid:nth-child(2n):after {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.catalog-list .item-grid:after {
		display: none;
	}
	.catalog-list .item-grid:before {
		position: absolute;
		content: '';
		left: 15px;
		right: 15px;
		bottom: -15px;
		border-bottom: 1px solid #eaeaea;
	}
	.catalog-list .item-grid:last-child {
		margin-bottom: 0;
	}
	.catalog-list .item-grid:last-child:before {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	.catalog-list .item-grid:nth-child(3n):after {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.catalog-list .item-grid:nth-child(3n):after {
		display: block;
	}
	.catalog-list .item-grid:nth-child(4n):after {
		display: none;
	}
}

/* ========================================================================== */
/* Vendor catalog — card-стили (Bootstrap 3.3.7)                              */
/* ========================================================================== */
.catalog-list .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.catalog-list .item-grid {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.catalog-list .item-grid:after {
    display: none !important;
}
.catalog-list .clearfix {
    display: none !important;
}
.catalog-list .item-grid .card {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
    padding: 18px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    -webkit-transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.catalog-list .item-grid .card:hover,
.catalog-list .item-grid .card:focus,
.catalog-list .item-grid .card:focus-within {
    border-color: #dcdcdc;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
}
.catalog-list .item-grid .card .image {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.catalog-list .item-grid .card .image a {
    display: block;
    text-align: center;
}
.catalog-list .item-grid .card .image img {
    max-width: 100%;
    height: auto;
    max-height: 140px;
    object-fit: contain;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.catalog-list .item-grid .card .image img:hover {
    opacity: 0.85;
}
/* End */
/* /local/templates/.default/components/bitrix/news/vendor/bitrix/news.list/.default/style.css?17727527844659 */
