.vi-service-contacts {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


.vi-service-contacts__item {
	width: 270px;
	height: 80px;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px;
}

.vi-service-contacts__item-icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.vi-service-contacts__item-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.vi-service-contacts__item a {
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	transition: color .3s ease-out;
	will-change: auto;
}
.vi-service-contacts__item a:hover {
	text-decoration-line: underline;
	color: #EC584D;
	/*font-weight: 500;*/
}

.vi-image-slider-simple-wrapper {
	height: 370px;
	width: 100%;
	margin: 20px auto 100px auto;
	overflow: auto;
}
.vi-image-slider-simple {
	width: 100%;
}
.vi-image-slider-simple__item {
	width: 370px!important;
	height: 370px!important;
	border-radius: 10px;
	overflow: hidden;
}
.vi-image-slider-simple__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vi-service-title {
	font-weight: bold;
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 60px;
}

.vi-service-list {
	display: flex;
	flex-wrap: wrap;
	/*flex-direction: column;*/
	justify-content: center;

	/*align-items: center;*/
}
.vi-service-list__item {
	width: 260px;
	margin: 15px;
}



.vi-service-list__item h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #333333;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 5px;
}
.vi-service-list__item p {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 150%;
	color: #555555;
	margin-top: 0;
}

.vi-service-list__item-img {
	width: 100%;
	height: 260px;
	border-radius: 10px;
	overflow: hidden;
}
.vi-service-list__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


body .vi-page .vi-page-list__item .vi-list-img, body .vi-page li .vi-list-img {
	display: inline-block;
	margin: 0 14px 0 0;
	width: 10px;
	height: 8px;
	position: relative;
	flex-shrink: 0;
}

.vi-page-list {
	margin-bottom: 40px;
}
@media (max-width: 1024px) {
	.vi-image-slider-simple-wrapper {
		height: 340px;
		margin: 20px auto 80px auto;
	}
	.vi-image-slider-simple__item {
		width: 340px !important;
		height: 340px !important;
	}
}
@media (max-width: 580px) {
	.vi-service-list {
		flex-direction: column;
		align-items: center;
	}
	.vi-image-slider-simple-wrapper {
		height: 280px;
		margin: 20px auto 60px auto;
	}
	.vi-image-slider-simple__item {
		width: 280px !important;
		height: 280px !important;
	}
	.vi-centered-text-block {
		padding-bottom: 0!important;
	}
	.vi-service-contacts {
		padding-top: 5px;
	}
}
