

/* Start:/local/templates/europribor/components/bitrix/news.list/spisok-zakazov/style.css?1780676753974*/
.spisok-zakazov-block{
	margin-top: 30px;
	display: grid;
	gap:20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-bottom: 30px;
}
.spisok-zakazov-img{
	height: 364px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.spisok-zakazov-img img{
	width: 205px;
	border-radius: 10px;
}
.spisok-zakazov-item{
	padding: 10px;
	border: solid 1px #fee21b;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.spisok-zakazov-name{
	margin-top: 30px;
	text-decoration: none;
}
.spisok-zakazov-btn{
	margin-top: 5px;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 991px){
	.spisok-zakazov-block{
		grid-template-columns: 1fr 1fr;
	}
	.spisok-zakazov-img{
		justify-content: center;
	}
	.spisok-zakazov-img img{
		width: auto;
		height: auto;
	}
}
@media screen and (max-width: 576px){
	.spisok-zakazov-block{
		grid-template-columns: 1fr;
	}
}
/* End */
/* /local/templates/europribor/components/bitrix/news.list/spisok-zakazov/style.css?1780676753974 */
