

/* Start:/local/templates/new2023/components/bitrix/news.list/clients_company/style.css?17555425951088*/
.wrapper__content{
	width: 100% !important;
}
.blog__list{
	margin: initial !important;
	flex-direction: column !important;
}
.blog__item{
	width: 100% !important;
	min-height: 350px !important;
	flex-direction: row !important;
	margin-right: initial !important;
}
.blog__item-img{
	width: 30% !important;
	padding: 20px;
}
.blog__info{
	width: 70% !important;
}
.blog__img{
	height: auto !important;
	max-height: 350px !important;
}

@media (max-width:768px) {
	.blog__item{
		flex-direction: column !important;
		flex-wrap: wrap !important;
	}
	.blog__item-img{
		width: 100% !important;
	}
	.blog__info{
		width: 100% !important;
	}
	.blog__img{
		max-height: initial !important;
	}
}

.a4-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
}

.a4-img {
	aspect-ratio: 210 / 297;
	height: 200%;
	max-height: 89vh;
	max-width: calc(100vh * (210 / 297));

	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	box-shadow: 0 0 30px rgba(0,0,0,0.6);
}
/* End */
/* /local/templates/new2023/components/bitrix/news.list/clients_company/style.css?17555425951088 */
