

/* Start:/local/templates/vipaks-r/components/bitrix/news.list/Services/style.css?16782486861600*/
.Services {
	margin-bottom: 160px !important;
}
.Services h2 {
	text-align: center;
	padding: 0;
	margin: 80px 0 60px 0;
}
.Services > ul,
.Services > ul > li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.Services > ul {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 12px;
}
.Services > ul > li {
	width: calc((100% - 12px * 2) / 3);
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #ddd;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.Services > ul > li .text {
	flex-grow: 1;
	padding: 20px 10px 20px 40px;
	text-transform: uppercase;
	font-size: 18px;
}
.Services > ul > li .num {
	width: 60px;
	text-align: right;
	font-size: 120px;
	line-height: 120px;
	margin: 0 -10px 0 0;
	color: #fff;
}
.Services > ul > li:nth-child(1) {
	background-image: url('/local/templates/vipaks-r/components/bitrix/news.list/Services/images/1.jpg');
}
.Services > ul > li:nth-child(2) {
	background-image: url('/local/templates/vipaks-r/components/bitrix/news.list/Services/images/2.jpg');
}
.Services > ul > li:nth-child(3) {
	background-color: #9db7cf;
}
.Services > ul > li:nth-child(4) {
	background-image: url('/local/templates/vipaks-r/components/bitrix/news.list/Services/images/3.jpg');
}
.Services > ul > li:nth-child(5) {
	background-color: #93a5b5;
}
.Services > ul > li:nth-child(6) {
	background-color: #8e9ba7;
}
.Services > ul > li:nth-child(7) {
	background-image: url('/local/templates/vipaks-r/components/bitrix/news.list/Services/images/4.jpg');
}
.Services > ul > li:nth-child(8) {
	background-color: #b5bcc5;
}
.Services > ul > li:nth-child(9) {
	background-color: #d9dce1;
}

/* End */


/* Start:/local/templates/vipaks-r/components/bitrix/news.list/CatalogIndex/style.css?16781965351388*/
.Catalog {
	background: #d9dce1;
	padding: 0 0 200px 0;
}
.Catalog h2 {
	text-align: center;
	padding: 0;
	margin: 90px 0 120px 0;
}
.Catalog .list {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}
.Catalog .list .item {
	width: 100%;
	border-radius: 10px;
	background-color: #a1c0dc;
	padding: 40px 40px 30px 30px;
	position: relative;
}
.Catalog .list .item:after {
	content: '';
	position: absolute;
	top: 60px;
	right: -10px;
	width: 10px;
	height: 16px;
	background-color: #fff;
	border-bottom: 16px solid #0e4f95;
}
.Catalog .list .item:before {
	content: '';
	position: absolute;
	top: calc(60px + 16px * 2);
	right: -10px;
	width: 10px;
	height: 16px;
	background-color: #e31e24;
}
.Catalog .list .item .img {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin: 0 0 100px 0;
}
.Catalog .list .item .img img {
	width: 480px !important;
	height: auto !important;
}
.Catalog .list .item .bottom {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.Catalog .list .item .bottom .text {
	font-size: 34px;
	line-height: 34px;
	text-transform: uppercase;
	max-width: 350px;
}
.Catalog .list .item .bottom > a {
	
	font-size: 18px;
}
/* End */


/* Start:/local/templates/vipaks-r/components/bitrix/news.list/Certificate/style.css?17459944601242*/
.Doc {
	background: url('/local/templates/vipaks-r/components/bitrix/news.list/Certificate/images/docBg.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0 0 120px 0;
}
.Doc h2 {
	text-align: center;
	padding: 0;
	margin: 60px 0 60px 0;
}
.Doc .SiteCenterContent > ul,
.Doc .SiteCenterContent > ul > li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.Doc .SiteCenterContent > ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 40px;
flex-wrap:wrap;
}
.Doc .SiteCenterContent > ul > li {
	width: calc((100% - 40px * 2) / 3);
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
.Doc .SiteCenterContent > ul > li .name,
.Doc .SiteCenterContent > ul > li .img {
	background: #d9dce1;
}
.Doc .SiteCenterContent > ul > li .name {
	margin: 0 0 10px 0;
	padding: 40px;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
}
.Doc .SiteCenterContent > ul > li .img {
	padding: 60px 40px;
	flex-grow: 1;
}
.Doc .SiteCenterContent > ul > li .img img {
	width: 100% !important;
	height: auto !important;
}
.Doc .SiteCenterContent > ul > li:nth-child(2) .name {
	margin: 10px 0 0 0;
	order: 2;
}
.Doc .SiteCenterContent > ul > li .img {
	order: 1;
}
/* End */
/* /local/templates/vipaks-r/components/bitrix/news.list/Services/style.css?16782486861600 */
/* /local/templates/vipaks-r/components/bitrix/news.list/CatalogIndex/style.css?16781965351388 */
/* /local/templates/vipaks-r/components/bitrix/news.list/Certificate/style.css?17459944601242 */
