

/* Start:/bitrix/templates/solbum-english/components/bitrix/news.list/catalog_table_2/style.css?16300661732873*/
.prod-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2px;
}

.prod-list__item {
	width: calc(33.333333% - 4px);
	margin: 0 2px 20px;
	border: 1px solid #eff1f5;
	padding: 19px 8px 9px;
}

.prod-list__name {
	font-size: 16px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}

.prod-list__image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 237px;
	cursor: pointer;
}

.prod-list__docs {
	width: calc(33.333333% - 4px);
	margin: 0 2px 20px;
	border: 1px solid #eff1f5;
	padding: 21px 19px;
}

.prod-docs__title {
	font-size: 14px;
	font-weight: 600;
	color: rgb(51, 51, 51);
	line-height: 1.2;
	margin-bottom: 27px;
}

.prod-docs__item {
	padding-left: 53px;
	padding-right: 40px;
	display: block;
	margin-bottom: 27px;
	font-size: 14px;
	color: rgb(51, 51, 51);
	line-height: 1.2;
	min-height: 40px;
	position: relative;
}

.prod-docs__item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url('/bitrix/templates/aspro-priority/images/svg/docs.svg') 0 0 no-repeat;
}

.prod-docs__link {
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
    height: 38px;
    display: block;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}

.prod-docs__link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -8px;
 	height: 15px;
    width: 10px;
    background: url('/bitrix/templates/aspro-priority/images/svg/content_icons.svg') -161px -15px no-repeat;
    opacity: 0.35;
}

.prod-docs__name {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: rgb(51, 51, 51);
	line-height: 1.2;
	margin-bottom: 10px;
}

.prod-docs__size {
	font-size: 10px;
	color: rgb(124, 124, 124);
	line-height: 1;
}

.prod-list + .text_after_items {
	margin-top: 0;
}

@media all and (max-width:1200px) {
    .prod-list {
		margin: 0 -15px;
	}
    .prod-list__item,
    .prod-list__docs {
		width: calc(50% - 30px);
		margin: 0 15px 20px;
	}
}

@media all and (max-width:767px) {
	.prod-list {
		margin: 0;
	}
	.prod-list__item,
    .prod-list__docs {
		width: 100%;
		margin: 0 0 20px;
	}
}

@media all and (min-width: 992px) {
	.prod-docs__name:hover {
		color: #008dd2;
	}
	.prod-docs__link:hover {
    	background-color: #46a4e3;
    	border-color: #46a4e3;
	}
	.prod-docs__link:hover:before {
		opacity: 1;
    	background-position: -173px -15px;
    }
}
/* End */
/* /bitrix/templates/solbum-english/components/bitrix/news.list/catalog_table_2/style.css?16300661732873 */
