

/* Start:/bitrix/templates/a3copy/components/bitrix/news.list/advantages/style.css?17741841381554*/
.content__holder h2.advantages-title {
	font-size: 32px;
	line-height: 40px;
}
.advantages-list {
	display: flex;
	justify-content: space-around;
	margin: 40px 0 50px;
}
.advantages-item {
	width: 20%;
}
.advantages-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin: 0 auto 20px;
}
.advantages-name {
	position: relative;
	margin: 0 40px 20px;
	padding: 15px 0 0;
	font-weight: bold;
	text-align: center;
}
.advantages-name::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 3px;
	margin-left: -15px;
	background-color: #d9205e;
}
.advantages-text {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
@media (max-width: 1020px) {
	.advantages-list {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.advantages-item {
		margin-bottom: 30px;
	}
	.advantages-item:nth-of-type(1),
	.advantages-item:nth-of-type(2),
	.advantages-item:nth-of-type(3) {
		width: calc(100% / 3);
	}
	.advantages-item:nth-of-type(4),
	.advantages-item:nth-of-type(5) {
		width: calc(100% / 2);
	}
}
@media (max-width: 580px) {
	.advantages-item:nth-of-type(1),
	.advantages-item:nth-of-type(2),
	.advantages-item:nth-of-type(3),
	.advantages-item:nth-of-type(4) {
		width: calc(100% / 2);
	}
	.advantages-item:nth-of-type(5) {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.advantages-item:nth-of-type(1),
	.advantages-item:nth-of-type(2),
	.advantages-item:nth-of-type(3),
	.advantages-item:nth-of-type(4),
	.advantages-item:nth-of-type(5) {
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/a3copy/components/bitrix/news.list/employee/style.css?1774184166640*/
.content__holder h2.employee-title {
	font-size: 32px;
	line-height: 40px;
}
.employee-list {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin: 0 0 0 -20px
}
.employee-item {
	width: 25%;
	flex-basis: 25%;
	margin: 0 0 40px;
	padding: 0 0 0 20px;
}
.employee-image {
	font-size: 0;
	line-height: 0;
}
.employee-item img {}
.employee-name {
	margin: 5px 0 5px;
	font-weight: bold;
}
.employee-position {
	font-size: 14px;
	line-height: normal;
}
@media (max-width: 768px) {
	.employee-list {
		justify-content: space-between;
		margin: 0;
	}
	.employee-item {
		width: 48%;
		flex-basis: 48%;
		padding: 0;
	}
}
/* End */
/* /bitrix/templates/a3copy/components/bitrix/news.list/advantages/style.css?17741841381554 */
/* /bitrix/templates/a3copy/components/bitrix/news.list/employee/style.css?1774184166640 */
