@font-face {
    font-family: 'plumb';
    src: url('../fonts/plumb-black-webfont.eot');
    src: url('../fonts/plumb-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/plumb-black-webfont.woff') format('woff'),
         url('../fonts/plumb-black-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'plumb';
    src: url('../fonts/plumb-bold-webfont.eot');
    src: url('../fonts/plumb-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/plumb-bold-webfont.woff') format('woff'),
         url('../fonts/plumb-bold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'plumb';
    src: url('../fonts/plumb-light-webfont.eot');
    src: url('../fonts/plumb-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/plumb-light-webfont.woff') format('woff'),
         url('../fonts/plumb-light-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;

}
@font-face {
    font-family: 'plumb';
    src: url('../fonts/plumb-medium-webfont.eot');
    src: url('../fonts/plumb-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/plumb-medium-webfont.woff') format('woff'),
         url('../fonts/plumb-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'plumb';
    src: url('../fonts/plumb-regular-webfont.eot');
    src: url('../fonts/plumb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/plumb-regular-webfont.woff') format('woff'),
         url('../fonts/plumb-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}

/*	-------------------------------------------------
	Базовые стили сайта | Base site styles
	------------------------------------------------- */
* {
	box-sizing: border-box;
}
body {
	font: normal normal 16px/20px 'plumb', sans-serif;
	background:#FFF;
	color:#636363;
}

a { color:#03f; text-decoration: none; }
a:hover { text-decoration: underline; }

p { margin-bottom:15px; }

h1,
h2,
h3 {
	max-height: 9999px;
}


input[type=text], input[type=password] {
}
textarea {
}
input[type=submit], input[type=button] {
}
ul {
	margin: 0;
	padding: 0;
	list-style: none inside;
}

.f-right {
	float: right;
}
.f-left {
	float: left;
}
ul {
	margin: 0;
	padding: 0;
}
.image {
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
.image > img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.text-center {
	text-align: center;
}
.clearfix {
	clear: both;
}
.flex-container {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.flex-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.flex-around {
	-webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-align-center {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
/*	-------------------------------------------------
	Стили блоков, содержимого страниц | Other styles
	------------------------------------------------- */
section h2 {
	font-size: 35px;
	line-height: 40px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
.wrapper {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
}
.block-main {
	min-height: 762px;
	background: #fb5a12 url(../images/bg-main.jpg) 50% 0 no-repeat;
	text-transform: uppercase;
	color: #fff;
}
.header {
	padding-top: 35px;
	overflow: hidden;
}
.header .logo {
	font-size: 14px;
	letter-spacing: .2px;
	float: left;
}
.header .logo span {
	padding-top: 17px;
	line-height: 18px;
	display: inline-block;
}
.header-right {
	float: right;
}
.header-right a {
	color: #fff;
}
.header-right .contacts {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: right;
}
.header-right .contacts-language {
	display: flex;
	color: #fff;
	list-style: none;
}
.header-right .contacts-language li {
	margin: 0 0 0 15px;
}
.header-right .contacts-language li:first-child {
	margin: 0;
}
.header-right .contacts-language a.active {
	text-decoration: underline;
}
.header-right .contacts-right {
	margin: 0 0 0 auto;
}
.header-right .contacts .phone {
	font-weight: 600;
	font-size: 30px;
}
.header-right .contacts .phone:hover {
	text-decoration: none;
}
.header-right .contacts .callback {
	font-size: 14px;
	text-transform: none;
	border-bottom: 1px dashed #fff;
}
.header-right .contacts .callback:hover {
	border-bottom: 1px dashed transparent;
	text-decoration: none;
}
.header-right .navigation {
	margin-top: 33px;
}
.header-right .navigation li {
	float: left;
}
.header-right .navigation li + li {
	margin-left: 50px;
}
.header-right .navigation li a {
	font-size: 18px;
	font-weight: 500;
}
.block-main .content-block {
	padding-top: 160px;
	text-align: center;
}
.block-main .content-block h1 {
	text-align: center;
	font-size: 45px;
	line-height: 60px;
	font-weight: 700;
	position: relative;
	padding-bottom: 45px;
}
.block-main .content-block h1:after {
	content: '';
	position: absolute;
	display: block;
	width: 70px;
	height: 6px;
	left: 50%;
	bottom: 0;
	margin-left: -35px;
	background: #fff;
}
.block-main .points {
	margin: 38px 0 80px 0;
	font-size: 0;
}
.block-main .points li {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	padding-left: 33px;
	background: url(../images/ico-arr-right.png) 0 50% no-repeat;
}
.block-main .points li + li {
	margin-left: 50px;
}
.btn {
	display: inline-block;
	text-align: center;
	height: 90px;
	width: 416px;
	line-height: 90px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,1,.15);
	-moz-box-shadow: 0 5px 15px rgba(0,0,1,.15);
	box-shadow: 0 5px 15px rgba(0,0,1,.15);
	color: #000;
	font-size: 25px;
	font-weight: 700;
	transition: .2s;
}
.btn:hover {
	text-decoration: none;
	box-shadow: none;
	opacity: .8;
}
.block-advant {
	min-height: 698px;
	background: #fff;
	overflow: hidden;
}
.block-advant .wrapper {
	padding-top: 70px;
}
.advant-bg {
	position: absolute;
	top: -40px;
	left: -208px;
	z-index: 1;
}
.block-advant h2 {
	position: relative;
	z-index: 10;
}
.block-advant .list {
	position: relative;
	z-index: 10;
	float: right;
	margin-top: 50px;
}
.block-advant .list ul {
	float: left;
}
.block-advant .list ul + ul {
	margin-left: 35px;
}
.block-advant .list ul li {
	padding: 7px 0 0 50px;
	height: 120px;
	background: url(../images/ico-checkpoint.png) no-repeat;
}
.block-advant .list ul:first-child li:nth-last-child(2) {
	height: 100px;
}

.block-partners {
	min-height: 720px;
	background: url(../images/bg-partner.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding-top: 60px;
}
.block-partners h2 {
	color: #fff;
}
.block-partners .list {
	margin: 60px auto 30px auto;
	width: 100%;
	max-width: 1100px;
}
.block-partners .line {
	margin-bottom: 20px;
	overflow: hidden;
}
.block-partners .item {
	width: 510px;
	float: left;
	text-align: left;
	color: #fff;
	padding: 12px 0 0 75px;
	max-height: 9999px;
}
.block-partners .item + .item {
	width: 480px;
	float: right;
}
.block-partners .item h3 {
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 23px;
}
.block-partners .item li {
	position: relative;
	padding-left: 12px;
}
.block-partners .item li:before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
}
.block-partners .item-1 {
	background: url(../images/ico-partner-1.png) no-repeat;
}
.block-partners .item-2 {
	background: url(../images/ico-partner-2.png) no-repeat;
}
.block-partners .item-3 {
	background: url(../images/ico-partner-3.png) no-repeat;
}
.block-partners .item-4 {
	background: url(../images/ico-partner-4.png) no-repeat;
}
.block-brand {
	background: #fff;
	padding: 55px 0 30px 0;
}
.block-brand .list {
	margin-top: 35px;
}
.block-brand .line {
	overflow: hidden;
	margin-bottom: 35px;
}
.block-brand .list .item {
	width: 33.3%;
	height: 140px;
	margin-bottom: 30px;
	float: left;
	padding: 40px 0 0 30px;
	background: url(../images/ico-valion.png) 30px 0 no-repeat;
}
.block-brand .list .item .title {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
.block-valion {
	min-height: 660px;
	background: #fb5b14;
}
.block-valion .wrapper {
	position: relative;
}
.bg-image {
	position: absolute;
	top: 0;
	left: -330px;
}
.block-valion .list {
	width: 515px;
	float: right;
	padding-top: 85px;
	padding-bottom: 85px;
}
.block-valion .list .item {
	padding: 5px 0 0 35px;
	background: url(../images/ico-arr-right.png) no-repeat;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	max-height: 9999px;
}
.block-valion .list .item .title {
	text-transform: none;
	font-size: 16px;
}
.block-valion .list .item + .item {
	margin-top: 70px;
}
.block-steps {
	background: #fff;
	overflow: hidden;
}
.block-steps .wrapper {
	position: relative;
	min-height: 501px;
	padding-top: 63px;
}
.block-steps .wrapper:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 850px;
	width: 9999px;
	background: #fb5b14;
}
.block-steps .wrapper:after {
	content: '';
	position: absolute;
	display: block;
	width: 258px;
	height: 501px;
	background: url(../images/bg-steps.png);
	right: 592px;
	top: 0;
}
.block-steps .steps {
	width: 412px;
	float: left;
	padding-top: 40px;
}
.block-steps .steps .item {
	width: 50%;
	float: left;
	padding-top: 75px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 10;
	margin-bottom: 65px;
}
.block-steps .steps .item:nth-child(2n) {
	padding-left: 30px;
	background-position: 30px 0;
}
.block-steps .steps .item-1 {
	background: url(../images/ico-step-1.png) no-repeat;
}
.block-steps .steps .item-2 {
	background: url(../images/ico-step-2.png) no-repeat;
}
.block-steps .steps .item-3 {
	background: url(../images/ico-step-3.png) no-repeat;
}
.block-steps .steps .item-4 {
	background: url(../images/ico-step-4.png) no-repeat;
}
.form {
	border: 1px solid #d0d0d0;
	border-radius: 6px;
	background: #fafafb;
	padding: 40px 30px;
	width: 410px;
}
.block-steps .form {
	float: right;
	margin-right: 135px;
	position: relative;
	z-index: 10;
}
.form-head {
	font-weight: 600;
	font-size: 18px;
	color: #000;
	text-align: center;
	margin-bottom: 17px;
}
.form-body {
	padding: 0 29px;
}
.form-body input {
	width: 100%;
	height: 50px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	padding-left: 53px;
	color: #636363;
}
.form-body input.error {
	border-color: #f34646;
}
.form-body input + input {
	margin-top: 7px;
}
.form-body .input-name {
	background: url(../images/ico-form-user.png) 15px 50% no-repeat;
    background-color: #fff;
}
.form-body .input-phone {
	background: url(../images/ico-form-phone.png) 20px 50% no-repeat;
    background-color: #fff;
}
.form-body .input-email {
	background: url(../images/ico-form-mail.png) 20px 50% no-repeat;
    background-color: #fff;
}
.btn-form {
	display: inline-block;
	width: 290px;
	height: 65px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fb5b14;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 10px 0;
	transition: .2s;
	margin-top: 15px;
    line-height: 1.3;
}
.btn-form:hover {
	text-decoration: none;
	opacity: .8;
}
.footer-top {
	padding: 60px 0 25px 0;
	background: #fff;
	overflow: hidden;
}
.footer-top a {
	color: #000;
}
.footer-top .address {
	float: left;
	color: #000;
	font-weight: 600;
}
.footer-top .phone {
	float: left; 
	margin-left: 195px;
}
.footer-top .phone b {
	font-size: 30px;
	font-weight: 600;
	vertical-align: top;
}
.footer-top .phone a:hover {
	text-decoration: none;
}
.footer-top .email {
	float: right;
}
#map {
	height: 550px;
}
.footer-bottom {
	text-align:justify;
	padding: 55px 0 30px 0;
}
.footer-bottom .wrapper {
	position: relative;
}
.footer-bottom .wrapper:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.footer-bottom .wrapper > div {
	display: inline-block;
	vertical-align: middle;
}
.footer-bottom .logo {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .2px;
}
.footer-bottom .developer {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
}
.footer-bottom .developer span {
	color: #636363;
	text-transform: none;
}
.footer-bottom .developer a {
	color: #f26925;
}
.btn-orange {
	display: inline-block;
	text-align: center;
	width: 290px;
	height: 65px;
	line-height: 65px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fb5b14;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	transition: .2s;
}
.btn-orange:hover {
	text-decoration: none;
	opacity: .8;
}
.menu-bg,
.modal-bg {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 999;
}
.modal-form {
	position: fixed;
	display: none;
	top: 25%;
	left: 50%;
	margin-left: -205px;
	z-index: 1000;
}
.modal-close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 16px;
	height: 16px;
	background: url(../images/ico-close.png) no-repeat;
	cursor: pointer;
}
.thank {
	height: 100vh;
	min-height: 100%;
}
.thank .content-block {
	padding-top: 100px;
}
.thank h1 {
	margin-bottom: 40px;
}
.mobile-menu-btn {
	width: 32px;
	height: 32px;
	cursor: pointer;
	display: none;
	background: url(../images/ico-menu.png);
}
.close-menu {
	display: none;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
	background: url(../images/ico-close-menu.png);
}

.page-id-17769579 .block-valion .list .item + .item {
	margin-top: 23px;
}


@media (max-width: 1260px) {
	.wrapper {
		padding: 0 30px;
	}
	.bg-image {
		left: auto;
		right: 515px;
	}
	.header-right .navigation li + li {
		margin-left: 40px;
	}
}

@media (max-width: 1200px) {
	.block-steps .wrapper:before {
		left: 0;
		width: 404px;
		right: auto;
	}
	.block-steps .wrapper:after {
		left: 404px;
		right: auto;
	}
	.footer-top .phone {
		margin-left: 135px;
	}
	.header-right .navigation li + li {
		margin-left: 30px;
	}
}
@media (max-width: 1120px) {
	.wrapper {
		padding: 0 20px;
	}
	.header-right .navigation li a {
		font-size: 16px;
	}
	.header-right .navigation li + li {
		margin-left: 20px;
	}
	.header-right .contacts .phone {
		font-size: 28px;
	}
	.header-right .contacts .phone {
		padding-top: 8px;
	}
	.block-main .content-block h1 {
		font-size: 42px;
		line-height: 52px;
	}
	.block-main .points li {
		font-size: 16px;
	}
	.btn {
		height: 80px;
		width: 390px;
		line-height: 80px;
		font-size: 22px;
	}
	.advant-bg {
		left: auto;
		right: 650px;
	}
	.footer-top .phone {
		margin-left: 90px;
	}
	
}

@media (max-width: 1080px) {
	.block-partners .item {
		width: 500px;
	}
	.block-steps .form {
		margin-right: 50px;
	}
	.footer-top .phone {
		margin-left: 0;
		float: right;
	}
	.footer-top .email {
		float: none;
		clear: both;
	}
}
@media (max-width: 1024px) {
	.header .logo {
		width: 180px;
		font-size: 12px;
		letter-spacing: 0.5px;
	}
	.header-right .contacts .phone {
		font-size: 26px;
	}
	.header-right .navigation {
		margin-top: 28px;
	}
	.header-right .navigation li + li {
		margin-left: 20px;
	}
	.header-right .navigation li a {
		font-size: 15px;
	}	
	.block-main .content-block h1 {
		font-size: 38px;
		line-height: 48px;
	}
	section h2 {
		font-size: 32px;
	}
	.block-partners .item + .item,
	.block-partners .item {
		width: 50%;
	}
	.btn-orange {
		width: 245px;
	}
	.footer-bottom .logo {
		width: 173px;
		font-size: 12px;
	}
	.footer-bottom .developer {
		font-size: 14px;
		line-height: 26px;
	}
}

@media (max-width: 960px) {
	.form {
		width: 350px;
		padding-top: 20px;
	}
	.form-head { 
		font-size: 15px;
	}
	.btn-form {
		max-width: 100%;
		font-size: 16px;
	}
	.form-body {
		padding: 0;
		text-align: center;
	}
	.block-steps .form {
		margin-right: 30px;
	}
	.block-partners .item h3 {
		font-size: 16px;
	}
	.block-main .points li {
		font-size: 14px;
	}
	.modal-form {
		margin-left: -175px;
	}
}

@media (max-width: 900px) {
	.block-main .content-block h1 {
		font-size: 32px;
		line-height: 42px;
	}
	.btn {
		height: 70px;
		width: 350px;
		line-height: 70px;
		font-size: 20px;
	}
	section h2 {
		font-size: 28px;
	}
	.advant-bg {
		display: none;
	}
	.block-advant .list {
		float: none;
		overflow: hidden;
		width: 100%;
		max-width: 600px;
		margin: 50px auto 0 auto;
	}
	.block-partners {
		padding-bottom: 20px;
		background: #fb5b14;
	}
	.block-partners .item + .item,
	.block-partners .item {
		max-width: 458px;
		width: 100%;
		float: none;
		margin: 0 auto 20px auto;
	}
	.block-brand .list .item {
		width: 50%;
	}
	#map {
		height: 385px;
	}
	.mobile-menu-btn {
		display: inline-block;
	}
	.header-right,
	.header .logo {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.header-right .contacts-language {
		display: none;
	}
	.header-right .navigation {
		position: fixed;
		z-index: 9999;
		top: 0;
		bottom: 0;
		left: 0;
		width: 80%;
		background: #fd6e2e ;
		margin: 0;
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		transition: .3s;
	}
	.header-right .navigation.active {
		-webkit-box-shadow: 5px 0 5px 0 rgba(0,0,0,.3);
		box-shadow: 5px 0 5px 0 rgba(0,0,0,.3);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.close-menu {
		display: block;
	}
	.header-right .navigation li {
		float: none;
	}
	.header-right .navigation li + li {
		margin-left: 0;
		border-top: 1px solid rgba(255, 255, 255, .5);
	}
	.navigation a {
		display: block;
		padding: 20px 0 20px 10px;
	}
	.navigation a:hover {
		text-decoration: none;
		background: #fd7e45;
	}
	.header {
		text-align: justify;
		padding-top: 25px;
	}
	.header:after {
		content: '';
		display: inline-block;
		width: 100%;
	}
	.header .logo span {
		display: none;
	}
	.btn-form {
		height: 58px;
	}
	.block-main .points li + li {
		margin-left: 30px;
	}

	.block-steps .steps {
		float: none;
		overflow: hidden;
	}
	.block-steps .form {
		margin: 0 auto;
		float: none;
	}
	.block-steps .wrapper {
		padding-top: 30px;
	}
}

@media (max-width: 800px) {
	.block-main .points {
		max-width: 500px;
		width: 100%;
		margin: 70px auto 80px auto;
	}
	.block-main .points li {
		width: 200px;
		text-align: left;
		margin-bottom: 15px;
	}
	.block-main .points li:nth-child(2n+1) {
		margin-left: 0;
	}
	.footer-top .address,
	.footer-top .email,
	.footer-top .phone {
		float: none;
		text-align: center;
		padding: 10px 0;
	}
	.btn-orange {
		width: 200px;
		height: 55px;
		line-height: 55px;
		font-size: 14px;
	}
	.footer-bottom .logo {
		width: 145px;
		font-size: 10px;
		line-height: 14px;
	}
	.footer-bottom .developer {
		font-size: 12px;
		line-height: 22px;
	}
}

@media (max-width: 768px) {
	.block-main .content-block h1 {
		font-size: 26px;
		line-height: 40px;
		padding-bottom: 27px;
	}
	.header .logo {
		width: 138px;
	}
	.header-right .contacts .phone {
		font-size: 22px;
	}
	section h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.btn-orange {
		width: 200px;
		height: 55px;
		line-height: 55px;
		font-size: 14px;
	}
	.footer-bottom  {
		padding: 20px 0 0 0;
	}
	.footer-bottom .wrapper > div {
		display: block;
		text-align: center;
		width: 100%;
		margin: 10px 0;
	}
	.footer-bottom .developer {
		font-size: 12px;
		line-height: 22px;
	}
}

@media (max-width: 650px) {
	.block-advant .wrapper {
		padding: 30px;
	}
	.block-advant .list {
		width: 300px;
		margin: 40px auto 0 auto;
	}
	.block-advant .list ul {
		float: none;
	}
	.block-advant .list ul + ul {
		margin-left: 0;
	}
	.block-advant .list ul li {
		height: auto;
		margin-bottom: 20px;
	}
	.block-advant .list ul:first-child li:nth-last-child(2) {
		height: auto;
	}
	.block-brand .list .item {
		height: auto;
		width: 100%;
		max-width: 400px;
		margin: 0 auto 30px auto;
		float: none;
	}
	.block-valion .list {
		float: none;
	}
	.block-steps .wrapper {
		padding-top: 30px; 
	}
}

@media (max-width: 550px) {
	.block-valion .list {
		width: 100%;
	}
	.block-main .content-block h1 {
		font-size: 24px;
		line-height: 36px;
	}
	.header-right .contacts .phone {
		font-size: 20px;
	}
	.wrapper {
		padding: 0 10px;
	}
	.block-main .points {
		margin-bottom: 30px;
	}
	.block-main .points li {
		display: block;
		margin: 0 auto 15px auto;
	}
	.block-main .points li:nth-child(2n+1),
	.block-main .points li + li {
		margin: 0 auto 15px auto;
	}
	.block-steps .steps {
		width: 100%;
	}
	.block-steps .wrapper:after,
	.block-steps .wrapper:before {
		display: none;
	}
	.block-steps .steps {
		background: #fb5b14;
		padding: 0 20px;
	}
	.block-steps .wrapper {
		padding: 0;
	}
	.block-steps .steps {
		padding-top: 30px;
	}
	.block-steps .steps .item {
		background-position: 50% 0;
		text-align: center;
		padding: 75px 5px 0 5px;
		    font-size: 16px;
	}
	.block-steps .steps .item:nth-child(2n) {
		padding: 75px 5px 0 5px;
		background-position: 50% 0;
	}
	.block-steps .form {
		margin-top: 30px;
	}
}

@media (max-width: 450px) {
	.header .logo {
		display: none;
	}
	.block-main .content-block h1 {
		font-size: 22px;
	}
	.btn {
		width: 320px;
		font-size: 18px;
	}
	.thank .header-right {
		display: block;
	}
	.thank .header-right .contacts {
		text-align: center;
	}
}

@media (max-width: 380px) {
	.block-main .content-block h1 {
		font-size: 18px;
		line-height: 26px;
	}
	.block-main .content-block {
		padding-top: 70px;
	}
	.block-main .points {
		margin: 40px 0;
	}
	.block-main {
		min-height: 610px;
	}
	.form {
		max-width: 100%;
		width: 300px;
	}
	.btn-form {
		font-size: 14px;
	}
	.btn {
		width: 285px;
		height: 60px; 
		line-height: 60px; 
		font-size: 16px;
	}
	section h2 {
		font-size: 20px;
		line-height: 28px;
	}
	.block-advant .wrapper {
		padding: 30px 10px;
	}
	.block-brand .list .item {
		padding-left: 0;
		background-position: 0 0;
	}
	.modal-form {
		margin-left: -135px;
		width: 270px;
	}
}





