.hit1::after, .new1::after  { 
	right: 25px;
}
.price-dop-e{
	display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-end;
    color: #000;
}

.price-dop-e label{
	padding: 5px 0px;
    display: flex;
    align-items: center;
}

.price-dop-e input{
	margin-left: 20px;
}

.catalog-head-block.catalog-head-block-shadow{
	z-index: 999;
}

.modal-pay.with_img {
	width: 640px;
	margin-left: -340px;
}

.modal-pay.with_img .right_block_f{
	float: right;
	width: 320px;
}

@media all and (max-width: 670px) {
	.modal-pay.with_img {
		width: 340px !important;
		margin-left: -170px;
	}
	.modal-pay.with_img img {
		display: none !important;
	}
	#toTop{
		display: none;
	}
}


@media all and (max-width: 340px) {
	.modal-pay.with_img {
		width: 100% !important;
		margin-left: -50%;
	}
	
	.modal-pay.with_img .right_block_f {
		float: none;
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	
	.call-close {
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.modal-pay input[type="text"],
	.modal-pay textarea,
	.modal-pay input[type="submit"]{
	    width: 100%;
		box-sizing: border-box;
		height: 50px;
	}
	
	.two-column img,
	.three-column img,
	.four-column img{
		width: 100%;
		height: auto;
	}
}

/*---Service new page---*/

.service-h1{
	font-size: 28px;
	color: #fff;
	font-weight: 400;
	margin: 0;
}

.service-application, .btn-yznat{
	background-color: rgb(220, 42, 205);
	width: 210px;
	height: 40px;
	border: none;
	font-size: 13px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	margin: 23px auto;
    /*display: flex;*/
	display: block;
    justify-content: center;
	cursor: pointer;
}

.neun-grunde{
	font-size: 18px;
	font-family: "Arial";
	color: rgb(167, 99, 169);
	text-align: center;
}

.list-grunde{
	margin-top: 23px;
	display: flex;
	flex-flow: row wrap;
}

.item-grunde{
	display: flex;
    align-items: center;
    flex-flow: column nowrap;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 180px;
    text-align: center;
    margin-bottom: 35px;
}

.item-grunde-picture{
    margin-bottom: 15px;
}

.item-grunde-picture img{

}

.item-grunde-name{
	font-size: 16px;
	font-family: "Arial";
	color: #fff;
	font-weight: bold;
	padding-bottom: 15px;
}

.item-grunde-text{
	font-size: 13px;
	font-family: "Arial";
	color: #b4b4b4;
}

.btn-call-back{
	background-color: rgb(220, 42, 205);
	width: 210px;
	height: 40px;
	border: none;
	font-size: 13px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	margin: 23px auto;
    /*display: flex;*/
	display: block;
    justify-content: center;
	cursor: pointer;
}

.title-jobs-block{
	font-size: 18px;
	font-family: "Arial";
	color: rgb(167, 99, 169);
	text-align: center;
	margin-top: 40px;
}

.list-jobs{
	padding-top: 20px;
}

.item-jobs{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
	margin-bottom: 25px;
}

.item-jobs-picture{
    margin-right: 25px;
}

.item-jobs-info{

}

.item-jobs-name{
	font-size: 16px;
	font-family: "Arial";
	color: #fff;
	font-weight: bold;
	padding-bottom: 15px;
}

.item-jobs-text{
	font-size: 13px;
	font-family: "Arial";
	color: #b4b4b4;
}

.service-shef{

}

.service-shef-name{
	font-size: 18px;
	font-family: "Arial";
	color: rgb(167, 99, 169);
	text-align: center;
	margin-top: 40px;
	padding-bottom: 30px;
}

.service-shef p{
	font-size: 13px;
	font-family: "Arial";
	color: #b4b4b4;
}

.picture-kanal{
	width: 100%;
}

.picture-kanal img{
	width: 100%;
}

.ico-btn-service{
	padding-right: 5px;
}

/*----------------------*/

#toTop {
    width: 36px;
    border: 3px solid #a763a9;
    background: transparent;
    text-align: center;
    padding: 0px;
    position: fixed;
    bottom: 54px;
    left: 55px;
    cursor: pointer;
    display: none;
    color: #a763a9;
    font-family: verdana;
    font-size: 26px;
	z-index: 1000;	
}

#toTop .fas{
	margin: 0;
}

.menu-info-company{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    /*align-items: flex-end;*/
    align-items: flex-start;
    padding: 30px 0px;
}

.ft-info-company{
    padding-left: 50px;
}

.info-adr{
	padding-bottom: 5px;
	min-height: 15px;
}

.info-company-text{

}

.info-company-text i{
	color: #e22bd1;
}

.link-info-company{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

@media (max-width: 560px){
	.ft-info-company{
		padding-left: 50px;
		padding-bottom: 10px;
	}
}

@media (max-width: 430px){
	.ft-info-company{
		padding-left: 0px;
		padding-bottom: 10px;
	}

	.menu-info-company {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 30px 0px;
	}

}

[disabled]{
	background-color: #666 !important;
	cursor: disabled;
}