.services-top{

}
.services-top > .item{
	width: 33.3%;
	float: left;
}
.services-top .first{

}
.services-top .first h1{
	margin-top: 0;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 5px;
}
.services-top .first .text{
	font-weight: bold;
}

.services-top .contacts{

}

.services-top .contacts .frame{
	border-radius: 7px;
	border: 1px #9A22AB solid;
	width: fit-content;
	margin: 0 auto;
	padding: 7.5px 15px 11px 15px;
	height: 75px;
}

.services-top .contacts .contact a{
	font-weight: bold;
}

.services-top .contacts .contact.email .icon, .services-top .contacts .contact.phone .icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/i/img/sprite2x.png) no-repeat;
	position: relative;
	top: 3px;
	margin-left: 5px;
}
.services-top .contacts .contact.email .icon{
	background-position: top -63px left -198px;
	background-size: 350px;
}
.services-top .contacts .contact.phone .icon{
	background-position: top -65px left -167px;
	background-size: 350px;
}

.services-top .cart-wrap{

}
.services-top .cart-wrap .cart-mini{
	border-radius: 7px;
	/*border-top: 1px #9A22AB solid;*/
	/*border-bottom: 1px #9A22AB solid;*/
	margin-bottom: 10px;
	/*width: calc(100% - 13px);*/
	position: relative;
}
.services-top .cart-wrap .cart-mini .inner{
	float: right;
	/*width: 33%;*/
	text-align: center;
	padding: 6.3px 10px;
	background: #9A22AB;
	color: #FFF;
	border-radius: 20px 7px 7px 20px;
	position: relative;
	font-weight: bold;
	width: 100%;
}
.services-top .cart-wrap .cart-mini .cart-link{
	position: absolute;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(/i/img/sprite2x.png) no-repeat;
	background-size: 370px;
	background-position: top -27px left -254px;
	top: 0;
	left: 0;
}
.services-top .cart-wrap .promo{

}
.services-top .cart-wrap .promo input[type=text]{
	width: 58%;
	float: left;
	border-radius: 7px;
	height: 33px;
}
.services-top .cart-wrap .promo input[type=submit]{
	border: 1px #9A22AB solid;
	width: 40%;
	float: right;
	padding: 7px;
	text-align: center;
}



.services-list .filters{
	padding: 0 20px 20px 20px;
	text-align: center;
}
.services-list .filters .radio{
	display: inline-block;
	margin-right: 20px;
	font-size: 13px;
}
.services-list .filters .radio label{
	font-weight: bold;
}
.services-list .filters .radio input{
	position: relative;
	top: 2px;
}

.choose-option-modal{

}
.choose-option-modal button{
	display: block;
	margin: 0 auto 10px auto;
}

.services-category-detail{}
.services .title-block{
	position: relative;
	margin-bottom: 10px;
}
.services .title-block h1.title{
	margin-top: 0;
	font-weight: bold;
	font-size: 26px;
	float: left;
}
.services .title-block .return-link{
	float: right;
}
.services .title-block .return-link a:not(.arrow){
	color: #02555D;
	font-weight: bold;
	position: relative;
	top: -11px;
}
.services .title-block .return-link a.arrow{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(/i/img/sprite2x.png) no-repeat;
	background-size: 370px;
	background-position: top -65px left -255px;
	position: relative;
	right: -3px;
}
.services-category-detail .left{

}
.services-category-detail .left .text .mainimg{
	width: 40%;
	height: auto;
	max-width: 200px;
	float: right;
	padding-left: 10px;
	background: #FFF;
}
.services-category-detail .left .text .mainimg .inner{
	border-radius: 7px;
	overflow: hidden;
}
.services-category-detail .left .text .mainimg .inner img{
	width: 100%;
}
.services-category-detail .left .text{
	/*margin-bottom: 20px;*/
}
.services-category-detail .services-list-table-wrap{
	border: 1px #8427A6 solid;
	border-radius: 7px;
	overflow: hidden;
	margin-top: 20px;
}
.services-category-detail table.services-list-table{
	width: 100%;
}
.services-category-detail table.services-list-table thead{
	background: #E5E5E5;
	border-bottom: 1px #8427A6 solid;
	font-weight: bold;
	text-align: center;
}
.services-category-detail table.services-list-table td{
	padding: 10px;
}
.services-category-detail table.services-list-table tr td .title{
	font-weight: bold;
	color: #000;
}
.services-category-detail table.services-list-table .btn{
	font-size: 12px;
	padding: 7px 15px;

}

.services-slider{

}
.services-slider>.title{
	color: #02555D;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.services-slider .inner{
	width: 1700px;
}
.services-slider .inner .owl-stage-outer{
	padding: 10px 0 20px 20px;
}
.services-slider .item{
	border-radius: 7px;
	text-align: center;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	padding: 10px 0;
	width: 250px;
	float: left;
	margin-right: 20px;
}
.services-slider .item .title{
	margin: 0 0 20px 0;
}
.services-slider .item .title a{
	font-weight: bold;
	color: #8427A6;
}
.services-slider .item .title span.arrow{
	display: inline-block;
	width: 22px;
	height: 22px;
	background-size: 500px;
	background-position: top -53px left -59px;
	margin-left: 10px;
	position: relative;
	top: 7px;
}
.services-slider .item .img{
	width: 180px;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 7px;
}
.services-slider .item .img img{
	width: 100%;
	height: auto;
}
.services-slider .item .desc{
	padding-top: 10px;
	height: 73px;
	overflow: hidden;
}
.services-slider .item .desc:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 12px;
	right: 25px;
	width: 60px;
	height: 20px;
	background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.services-slider .control-right{
	height: 30px;
	width: 20px;
	background-position: top -1px left -255px;
	top: 45%;
	right: 15px;
	z-index: 3;
	position: absolute;
	display: block;
}

.cart>.full>.inner>.left{
	width: 70%;
	float: left;
}
.cart>.full>.inner>.right{
	width: calc( 30% - 10px );
	float: right;
}

.cart-services-list{}
.cart-services-list .item{
	margin-bottom: 20px;
}
.cart-services-list .item .title_row{
	border-bottom: 1px #8427A6 solid;
	padding-bottom: 5px;
}
.cart-services-list .item .title_row .title{
	/*float: left;*/
	font-weight: bold;
	padding-top: 3px;
	font-size: 18px;
}
.cart-services-list .item .title_row .actions{
	float: right;
	font-weight: bold;
}
.cart-services-list .item .title_row .actions a{
	color: #8427A6;
	font-weight: bold;
	font-size: 14px;
}
.cart-services-list .item .title_row .actions a.del{
	margin-left: 10px;
	padding-left: 17px;
	border-left: 1px #8427A6 solid;
}
.cart-services-list .item .title_row .actions a.del .icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: top -39px left -316px;
	position: relative;
	top: 4px;
	left: -3px;
}
.cart-services-list .item .info{
	padding-top: 5px;
}
.cart-services-list .item .info .img{
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 5px;
}
.cart-services-list .item .info .img img{
	width: 100%;
	height: auto;
	font-size: 15px;
}
.cart-services-list .item .info .text{
	width: calc( 100% - 110px);
	float: right;
}
.cart-services-list .item .info .text .price{
	font-size: 1.2em;
	font-weight: bold;
}

.services-list-table .prices{
	display: none;
}

.services.cart.total_block{

}
.services.cart.total_block .title{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 5px;
}
.services.cart.total_block .amount{
	float: right;
	font-weight: bold;
	font-size: 24px;
}
.services.cart.comment_block .title{
	font-weight: bold;
	color: #02555D;
	margin-bottom: 5px;
	font-size: 13px;
}

.services.order{}
.services.order .total{
	width: 300px;
	float: right;
}
.services.order .total .item{

}
.services.order .total .item .title{
	float: left;
	line-height: 35px;
}
.services.order .total .item .val{
	float: right;
	font-weight: bold;
	font-size: 24px;
}

.promopages-slider.include{
	padding-left: 0;
}

@media ( max-width:900px )  {
	.services-top{
		padding-bottom: 10px;
	}
	.services-top > .first {
		width: 50%;
	}
	.services-top > .contacts {
		width: 50%;
	}
	.services-top > .cart-wrap {
		width: 100%;
		margin-top: 20px;
	}
	.services-top .contacts .frame{
		margin: 0;
		float: right;
	}
	.services-top > .cart-wrap .cart-mini{
		width: 48%;
		float: left;
	}
	.services-top > .cart-wrap .promo{
		width: 48%;
		float: right;
	}
	.services.cart.total_block .title{
		font-size: 20px;
	}
	.services.cart.total_block .amount{
		font-size: 20px;
	}
	.services.cart.comment_block .title{
		font-size: 12px;
	}
}
@media ( max-width:750px )  {
	article.full{
		width: 100%;
	}
	.services.cart.total_block .title{
		font-size: 18px;
	}
	.services.cart.total_block .amount{
		font-size: 18px;
	}
	.services.cart.comment_block .title{
		font-size: 11px;
	}

}
@media ( max-width:700px )  {
	.cart>.full>.inner>.left{
		width: 100%;
	}
	.cart>.full>.inner>.right{
		width: 100%;
	}
}
@media ( max-width:600px )  {
	.services-top > .cart-wrap .cart-mini{
		width: 100%;
	}
	.services-top > .cart-wrap .promo{
		width: 100%;
	}
	.services-top > .first {
		width: 44%;
	}
	.services-top > .contacts {
		width: 56%;
	}
	.services-top > .contacts .frame{
		padding: 10px 5px;
	}
	.services-top > .first .text{
		font-size: 0.8em;
	}
	.services-top > .first h1{
		font-size: 20px;
		margin-bottom: 3px;
	}
	.services-category-detail .left .text .img{
		margin: 0 auto;
		float: none;
		margin-bottom: 20px;
		width: 80%;
	}
	.services-category-detail .left .text .promopages-slider .img{
		width: 100%;
		margin: 0;
	}
	.adaptive_hide{
		display: none;
	}
	.services-list-table .prices{
		display: block;
	}
}