

/* Start:/local/templates/aspro_max/components/bitrix/news/press/bitrix/news.list/.default/style.css?16786995602565*/
.pressList {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.pressList__elem {
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	border-radius: 3px;
	padding: 21px 36px 82px;
	position: relative;
	width: calc( 33% - 17px );
	box-sizing: border-box;
	-webkit-transition: box-shadow ease-out .4s,border ease-out .4s;
	-moz-transition: box-shadow ease-out .4s,border ease-out .4s;
	-o-transition: box-shadow ease-out .4s,border ease-out .4s;
	transition: box-shadow ease-out .4s,border ease-out .4s;
}

.pressList__elem:hover {
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}

.pressList__elem_image {
	margin: 0px -15px 24px;
	height: 194px;
}

.pressList__elem_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pressList__elem_title {
	margin-bottom: 14px;
}

.pressList__elem_title a {
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	display: inline-block;
}

.pressList__elem_title a:hover {
	color: #2c86de;
}

.pressList__elem_descr {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
}

.pressList__elem_descr p {
	margin: 0px !important;
}

.pressList__elem_button {
	position: absolute;
	bottom: 21px;
	left: 36px;
	right: 36px;
}

.pressList__elem_button a {
	display: flex;
	max-width: 100%;
	width: 146px;
	height: 41px;
	background: #FFFFFF;
	border: 1px solid #B5D4F3;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 500;
	font-size: 11px;
	text-transform: uppercase;
	color: #70ADE9;
}

.pressList__elem_button a:hover {
	background: #2c86de;
	border: 1px solid #2c86de;
	color: #fff;
}






@media ( max-width: 1280px ){
	.pressList {
		gap: 15px;
	}
	.pressList__elem {
		width: calc( 33% - 8px );
		padding: 21px 21px 82px;
	}
	.pressList__elem_image {
		margin: 0px 0px 24px;
	}
	.pressList__elem_button {
		left: 24px;
		right: 24px;
	}
}

@media ( max-width: 1199px ){
	.pressList__elem {
		width: calc( 50% - 8px );
	}
}

@media ( max-width: 699px ){
	.pressList {
		justify-content: center;
	}
	.pressList__elem {
		width: 100%;
		padding: 21px;
		max-width: 448px;
	}
	.pressList__elem_button {
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin-top: 14px;
		position: relative;
	}
}

@media ( max-width: 425px ){
	.pressList__elem {
		padding: 15px;
	}
	.pressList__elem_image {
		height: 150px;
		margin-bottom: 15px;
	}
	.pressList__elem_title {
		margin-bottom: 10px;
	}
	.pressList__elem_title a {
		font-size: 15px;
		line-height: 1.25;
	}
	.pressList__elem_descr {
		font-size: 14px;
		line-height: 1.25;
	}
}
/* End */
/* /local/templates/aspro_max/components/bitrix/news/press/bitrix/news.list/.default/style.css?16786995602565 */
