.service-main {
    padding-bottom: 30px;
}
.mainPage_h1 {
	font-size: 16px;
}
.default-form {
	background-image: url("/i/new-default/default-bg-form.jpg");
	width: 100%;
	padding: 20px 0;
}
.default-form__title {
	color: #fff;
	text-align: center;
	font-size: 36px;
}
.news-main {
	background-color: #fff;
}
.bg_for_form {
    background: rgba(236, 246, 253, 0.9);
}
.default-guarantee {
	margin-top: 40px;
	margin-bottom: 40px;
}
	.default-guarantee h3 {
		font-size: 20px;
		padding: 20px 0 15px;
		color: #4e5355;
	}
.default-guarantee__block {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.default-guarantee__item {
	box-sizing: border-box;
	width: 100%;
	max-width: 370px;
	margin-bottom: 30px;
	padding: 30px 20px;
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.1);
}
	.default-guarantee__item:hover {
		box-shadow: 0 5px 30px 0 rgba(168,212,238,.7);
	}
.inform-box li {
	text-align: justify;
}
.inform-box {
	max-width: 1200px;
}
.default__cons {
	background: url("/i/new-default/cons.jpg");
	min-height: 600px;
	background-position: center;
}
.cons__wrapper {
	padding: 40px 15px;
}
.cons__title {
	color: #fff;
	font-size: 36px;
	padding: 50px 0 30px;
}
.cons__box {
	line-height: 24px;
	color: #fff;
	font-size: 20px;
}
	.cons__box li:after {
	    display: block;
	    content: '-';
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	.cons__box li {
		position: relative;
		padding-left: 20px;
		margin-top: 15px;
	}
	.cons__box li:first-child {
	    margin-top: 0;
	}

.step-2 {
	padding-top: 0;
}

@media screen and (max-width: 1180px) {
	.default-guarantee__block {
		justify-content: space-around;
	}
}

@media screen and (max-width: 1016px) {
	.default-form {
		background: url("/i/new-default/m-form.jpg");
		background-size: cover;
		background-position: center;
	}

	.border-for-block {
		box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
	}

	.bg_for_form {
	    background: rgba(255, 255, 255, 0.8);
	}
	.order-form {
		margin-top: 0;
		margin-bottom: 0;
	}
	.slider-prs {
		margin-top: 30px;
	}
}

@media screen and (max-width: 740px) {
	.default-form__title {
		font-size: 22px;
	}
	.default__cons {
		background: #51616d;
		background-image: linear-gradient(to left, #2a99e9, #51616d);
		min-height: auto;
		padding: 30px 0;
	}

	.cons__title {
		font-size: 22px;
		padding-top: 0;
	}

	.cons__box {
		font-size: 16px;
	}
	.cons__wrapper {
		padding: 0 15px;
	}
	.mainPage_h1 {
		font-size: 16px;
	}
}