label.error{
	color: #eb0000;
	font-size: 0.8em;
	padding: 0 16px;
	margin: 0;
	margin-top: 6px;
	position: absolute;
}

.site_button:disabled{
	opacity: .5;
    pointer-events: none;
}
.services-items .tpl-block-list-objects{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.services-items .tpl-block-list-objects>*{
    width: 33.33%; 
    padding: 15px;
}

.advantage-list{
    padding-top: 55px;
}
.advantage-list .tpl-block-list-objects{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -15px;
}

.advantage-item{
    padding: 15px;
}

.reviewsslider.owl-carousel{
    display: block;
}

.reviewsslider a.dis:after{
    display: none;
    pointer-events: none;
}
.img__desktop{
    display: none;
}

@media screen and (max-width: 1500px){
    .mainblock .img {
        margin:0;
    }
}

@media (max-width: 991px) {
  	.services-items .tpl-block-list-objects>* {
    	width: 50%;
	}
}
@media (min-width: 767px) {
    .img__desktop{
        display: block;
    }
    .img__mobile{
        display: none;
    }
}
@media (max-width: 767px) {
  	.services-items .tpl-block-list-objects>* {
    	width: 100%;
	}
}

.net {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    background: 0px 0px url(../images/i_nets.png) no-repeat;
}
.net_fb {background-position: 0px 0px;}
.net_vk {background-position: -32px 0px;}
.net_in {background-position: -64px 0px;}

.call_box {
    padding-top: 17px;
    margin-bottom: -20px !important;
}
.call {
    display: inline-block;
    padding-left: 40px;
    margin-right: 30px;
    min-height: 35px;
    background: 0 -37px url(../images/i_nets.png) no-repeat;
}
.call_vb {background-position: 0 -37px;}
.call_wa {background-position: 0 -74px;}
.call span {
    font-weight: normal;
    border-bottom: 1px solid #ffffff66;
}
.call:hover span {
    border-color: #ffffff;
}
a.lnk {border-bottom: 1px solid #ffffff66;}
a.lnk:hover {
    border-color: #ffffff;
}
