main .description-service{
	float:right;
	width:450px;
	min-height: 520px;
	/*margin-bottom: 20px;*/
}

main .description-service p{
	margin-bottom: 20px;
}

main .description-service table p{
	margin-bottom: 0;
}

main .description-service .price {
	margin-bottom: 2px;
	/*padding-left: 10px;*/
	line-height: 32px;
	/*font-family: Georgia, Arial, sans-serif;*/
	font-weight: bold;
	font-size:16px;
}

main .description-service .price:after {
	content: '';
	display: table;
	clear: both;
}

main .description-service .price a {
	float: right;
	margin: 2px 2px 2px 5px;
	padding: 5px 0;
	width: 100px;
	background: #0373C5;
	/*border-radius: 3px;*/
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
	/*font-family: Arial, Georgia, Sans-serif;*/
	font-weight: normal;
}

main .description-service .price a:active {
	color: white;
	background: black;
}

main .description-service .price a:visited {
	color: white;
	background: #0373C5;
}

main .description-service .price a:hover {
	/*font-weight: bold;*/
	color: white;
	background: #18649c;
}

main .description-service .more-services {
	margin-top: 18px;
}

main .description-service .more-services h4 {
	margin-bottom: 10px;
}

main .description-service .more-services ul {
	font-size: 14px;
	list-style: square;
	margin-left: 15px;
	color: #1C76B9;
}

main .gallery-service{
	float:left;
	width:510px;
	min-height: 520px;
}


main .gallery-service a{
	float:left;
	width: 48%;
}

main .gallery-service img{
	width: 100%;
	height: 100%;
}

main .gallery-service a:nth-child(2n){
	margin-right: 4%;
}

main .gallery-service a:first-child{
	width: 100%;
	height: 100%;
}

main .dop-info:before{
	content:'';
	display:table;
	clear:both;
}

main .dop-info p{
	margin-bottom: 20px;
}

/*custom*/
.white-popup {
	display: block;
	position: relative;
	background: #FFF;
	padding: 20px;
	width: 300px;
	max-width: 500px;
	margin: 20px auto !important;
}
.catalog-item-slide .slide-image {
	position: relative;
	display: block;
	height: 360px !important;
}
.catalog-item-slide .slide-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.catalog-item-slider-thumbs-wrapper {
	position: relative;
	padding: 10px 30px;
}
.catalog-item-slider-thumb {
	cursor: pointer;
}
.catalog-item-slider-thumb .thumb-image {
	height: 90px;
	background: center / cover no-repeat;
}
.swiper-slide-thumb-active.catalog-item-slider-thumb .thumb-image {
	box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.75);
}
.catalog-item-slider-next,
.catalog-item-slider-prev {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	border: 3px solid #000;
	border-width: 0 3px 3px 0;
	opacity: 0.3;
	cursor: pointer;
}
.catalog-item-slider-next.swiper-button-disabled,
.catalog-item-slider-prev.swiper-button-disabled {
	opacity: 0.0;
}
.catalog-item-slider-next {
	left: 100%;
	margin: -14px 0 0 -30px;
	transform: rotate(-45deg);
}
.catalog-item-slider-prev {
	right: 100%;
	margin: -14px -30px 0 0;
	transform: rotate(135deg);
}
@media screen and (max-width: 575px) {
	.catalog-item-slide .slide-image {
		height: 240px !important;
	}
	main .gallery-service{
		float:left;
		width:510px;
		min-height: 390px;
	}
}
