@font-face {
		font-family: BaronNeueBold; /* Гарнитура шрифта */
		src: url(../BaronNeueBold.otf); /* Путь к файлу со шрифтом */
	 }
	 @font-face {
		font-family: HelveticaNeueCyrBold; /* Гарнитура шрифта */
		src: url(../HelveticaNeueCyrBold.otf); /* Путь к файлу со шрифтом */
	 }
			@font-face {
		font-family: HelveticaNeueCyrLight; /* Гарнитура шрифта */
		src: url(../HelveticaNeueCyrLight.otf); /* Путь к файлу со шрифтом */
	 }
		@font-face {
		font-family: HelveticaNeueCyrMedium; /* Гарнитура шрифта */
		src: url(../HelveticaNeueCyrMedium.otf); /* Путь к файлу со шрифтом */
	 }
	 @font-face {
		font-family:UniSansHeavy; /* Гарнитура шрифта */
		src: url(../UniSansHeavy.html); /* Путь к файлу со шрифтом */
	 }
			@font-face {
		font-family:UniSansThin; /* Гарнитура шрифта */
		src: url(../UniSansThin.html); /* Путь к файлу со шрифтом */
	 }
				 @font-face {
		font-family:PFBeauSansProBook; /* Гарнитура шрифта */
		src: url(../PFBeauSansProBook.html); /* Путь к файлу со шрифтом */
	 }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	margin: 0; padding: 0; min-height: 100%;
}
body {
	position: relative;
	background: url(../i/bg.jpg);
	font-size: 16px;
	color: #000;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #0e2f51;
}
* {
	outline: none; box-sizing: border-box;
}
img {
	border: none; vertical-align: top;
}
.responsive-image {
	max-width: 100%;
}
form {
	margin: 0; padding: 0;
}
input, textarea, select, button {
	margin: 0;
	padding: 0;
	border: none;
	resize: none;
	display: block;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
input[type="text"] {
	background: #fff;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
button[type="submit"] {
	cursor: pointer;
}
select::-ms-expand {
    display: none;
}
::-moz-placeholder {
	opacity: 0.5;
}
::-webkit-input-placeholder {
    opacity: 0.5;
}
::-ms-placeholder {
    opacity: 0.5;
}
::placeholder {
    opacity: 0.5;
}
label {
	cursor: pointer;
}
H1, H2, H3, H4, H5 {
	margin: 0; padding: 0;
}
H2 {
	font-size: 25px;
	text-align: center;
	padding-top: 65px;
}
.hidden {
	display: none;
}
.viewport-wrapper {
	position: relative; min-width: 300px; overflow: hidden;
}
.viewport-wrapper.overflow {
    width: 100%; height: 100vh; -webkit-overflow-scrolling: touch;
}
.container {
	margin: 0 auto;
	min-width: 300px;
	max-width: 1000px;
	padding: 0 15px;
	width: 100%;
}
.flex-row {
	display: flex; flex-wrap: wrap;
}
.justify-space {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}
.justify-end {
	justify-content: flex-end;
}
.align-start {
	align-items: flex-start;
}
.align-center {
	align-items: center;
}
.align-end {
	align-items: flex-end;
}
ul, ul li {
	margin: 0; padding: 0; list-style: none;
}
a {
	transition: all 300ms ease;
	text-decoration: none;
}
p {
	margin: 0;
}
.bt-menu {
	position: relative;
	z-index: 10;
	cursor: pointer;
	width: 24px;
	height: 16px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	display: none;
	margin: 0 0 0 40px;
}
.bt-menu span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: .3s;
	position: relative;
}
.bt-menu span:before {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	top: -6px;
	left: 0;
	background: #fff;
	transition: .3s;
}
.bt-menu span:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 6px;
	left: 0;
	background: #fff;
	transition: .3s;
}
.bt-menu.close span {
	background: transparent;
}
.bt-menu.close span:before {
	top: 0;
	transform: rotate(45deg);
}
.bt-menu.close span:after {
	top: 0;
	transform: rotate(-45deg);
}
.text-success {
	color: #ff6001;
}
.text-underline {
	text-decoration: underline;
}
.bt-gradient {
	display: flex;
	justify-content: center;
	text-align: center;
	-ms-align-items: center;
	align-items: center;
	transition: .3s;
	background: linear-gradient(to bottom, #ffc203, #ff7f01);
	border-radius: 5px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	height: 44px;
	box-shadow: 4px 7px 15px -4px rgba(0,0,0,.3);
}









.site-header {
	position: fixed;
	left: 0; top: 0; right: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	z-index: 100;
	text-align: center;
}
.site-header .flex-row {
	height: 92px;
}
.header-logo {
	width: 260px;
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
}
.header-logo a {
	color: #0e2f51;
	font-weight: 600;
	font-size: 26px;
}
.header-logo a span {
	font-size: 13px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}
.header-logo small {
	position: relative;
	display: block;
	font-weight: 300;
	font-size: 11px;
	margin-top: 2px;
}
.header-call  {
	cursor: pointer;
	color: #2c9dd6;
	font-size: 18px;
	font-weight: 700;
	width: 185px;
	font-family: 'Roboto', sans-serif;
}
.header-call:before {
	content: '';
	display: inline-block;
	background: url(../i/call.png) no-repeat;
	width: 22px; height: 22px;
	vertical-align: top;
	margin-right: 10px;
}
.header-phone {
	width: 260px;
	text-align: right;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
}
.header-phone span {
	display: block;
	color: red;
}
.header-phone a {
	text-decoration: underline;
}
.header-phone a:hover {
	text-decoration: none;
}



.step-1 {
	padding: 120px 0 20px 0;
	background: #fff url(../i/bg1.jpg) no-repeat center bottom;
	min-height: 656px;
	background-size: cover;
}
.step-1 .col-5 {
	width: 44%;
	max-width: 410px;
}
.step-1 .col-7 {
	width: 54%;
}
.stock-text {
	margin-bottom: 50px;
	font-size: 37px;
	font-weight: 800;
	color: #053c56;
}
.stock-text66 {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 800;
	color: #053c56;
}
.stock-text77 {
	margin-bottom: 25px;
	font-size: 35px;
	font-weight: 800;
	color: #053c56;
}
.step-1 .note {
	font-size: 19px;
	font-weight: 800;
	color: #053c56;
	margin-top: 150px;
	max-width: 400px;
}
.step-1 .note77 {
	font-size: 19px;
	font-weight: 800;
	color: #053c56;
	margin-top: 40px;
	max-width: 400px;
}
.calc-form {
	width: 100%;
	border-radius: 10px;
	background-color: rgba( 0, 0, 0, 0.45);
	padding: 15px 29px;
	color: #fff;
}
.calc-form .head {
	font-size: 23px;
	font-weight: 700;
	color: #fff;
}
.calc-form .item {
	width: calc(25% - 20px);
	font-size: 15px;
	margin-top: 20px;
}
.calc-form .item .label {
	margin-bottom: 10px;
}
.calc-form .item input {
	border: 1px solid #969696;
	background-color: #eaeaea;
	height: 30px;
	padding: 0 10px;
	transition: all .3s ease-out;
	font-size: 16px;
}
.calc-form .item input:focus{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 8px 0px rgba(255,255,255,1);
	background-color: #fff;
}
.calc-form .item-col-6 {
	width: calc(110% - 20px);
}
.calc-form input[type="submit"] {
	width: 326px;
	text-align: center;
	display: block;
	padding: 5px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	background: rgba(254,98,1,1);
	background: -moz-linear-gradient(top, rgba(254,98,1,1) 0%, rgba(222,89,7,1) 50%, rgba(222,89,7,1) 51%, rgba(186,80,14,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,98,1,1)), color-stop(50%, rgba(222,89,7,1)), color-stop(51%, rgba(222,89,7,1)), color-stop(100%, rgba(186,80,14,1)));
	background: -webkit-linear-gradient(top, rgba(254,98,1,1) 0%, rgba(222,89,7,1) 50%, rgba(222,89,7,1) 51%, rgba(186,80,14,1) 100%);
	background: -o-linear-gradient(top, rgba(254,98,1,1) 0%, rgba(222,89,7,1) 50%, rgba(222,89,7,1) 51%, rgba(186,80,14,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,98,1,1) 0%, rgba(222,89,7,1) 50%, rgba(222,89,7,1) 51%, rgba(186,80,14,1) 100%);
	background: linear-gradient(to bottom, rgba(254,98,1,1) 0%, rgba(222,89,7,1) 50%, rgba(222,89,7,1) 51%, rgba(186,80,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6201', endColorstr='#ba500e', GradientType=0 );
	border-radius: 5px;
	margin: 20px auto 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.calc-form button:hover {
	opacity: 0.8;
}
.consult-box {
	padding: 26px 40px 20px;
}
.consult-box H3 {
	font-size: 18px;
	font-weight: 800;
	color: #053c56;
	margin-bottom: 15px;
}
.consult-box li {
	color: #053c56;
	padding: 2px 0;
	font-weight: 500;
	padding-left: 24px;
	position: relative;
}
.consult-box li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border: solid 6px transparent;
	border-left: solid 8px #ff6001;
	position: absolute;
	left: 0; top: 7px;
}
.rating-wrapper {
    display: flex;
    justify-content: space-evenly;
}


.step-2 {
	padding: 55px 0 20px;
	background: #fff url(../i/bg2.jpg) no-repeat center bottom;
	min-height: 656px;
	background-size: cover;
}
.step-2 .stock-list {
	padding-top: 65px;
}
.stock-item {
	width: 16.6666%;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.stock-item .head {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 140px;
	max-width: 140px;
	height: 140px;
	background: #053c56;
	border-radius: 50%;
	margin: 0 auto 30px;
	font: bold 43px Roboto;
}
.stock-item .head small {
	font-size: 35px;
}
.stock-item .head .font28 {
	font-size: 28px;
}
.stock-item .caption {
	width: 100%;
	height: calc(100% - 170px);
	background: #ff6000;
	font-family: Arial;
	padding: 4px 6px 7px;
	line-height: 14px;
	line-height: 1.2;
	color: #fff;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.stock-item:nth-child(2n) .head {
	background: #ff6000;
}
.stock-item:nth-child(2n) .caption {
	background: #053c56;
}


.act-wrapper {
	margin-top: 130px;
}
.act-wrapper .bt-gradient {
	padding: 0 30px;
	margin-left: auto;
	margin-right: 30px;
	cursor:pointer;
}
.act-wrapper .text {
	width: 100%;
	margin-top: 20px;
}
.act-wrapper p {
	position: relative;
	font-size: 14px;
	color: #fff;
	background-color: #ff6001;
	padding: 3px;
	border-radius: 5px;
}
.act-wrapper p:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../i/arrow.png) no-repeat;
	width: 38px;
	height: 35px;
	right: 10px;
	bottom: calc(100% + 10px);
}
.act-wrapper small {
	font-size: 11px;
	color: #fff;
	background-color: #ff6001;
	padding: 3px;
	border-radius: 5px;
	margin: 15px 0 0 36px;
	display: inline-block;
}


.step-3 {
	position: relative;
	z-index: 2;
	padding: 35px 0;
	background: url(../i/bg3.png);
	box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.5);
}
.advantages-item {
	position: relative;
	padding-left: 50px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	max-width: 210px;
	min-width: 150px;
}
.advantages-item:before {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 0;
	background: url(../i/icon-1.png);
	width: 39px; height: 42px;
}
.advantages-item.icon-2:before {
	background-position: -39px 0;
}
.advantages-item.icon-3:before {
	background-position: -78px 0;
}
.advantages-item.icon-4:before {
	background-position: -117px 0;
}


.form {
	text-align: center;
}
.form H3 {
	font-weight: 500;
	font-size: 22px;
}
.form-item {
	margin-top: 15px;
}
.form-item input {
	padding-left: 40px;
	height: 44px;
	border: solid 1px #555555;
	border-radius: 5px;
	color: #0e2f51;
	font-size: 16px;
}
.form-item .icon-phone {
	background: #fff url(../i/icon_number.png) 15px 50% no-repeat;
}
.form-item .icon-user {
	background: #fff url(../i/name.png) 15px 50% no-repeat;
}


.step-4 {
	background: #f6f8f9;
	padding-bottom: 90px;
}
.step-item {
	width: 16%;
	text-align: center;
	margin-top: 70px;
	padding: 0 10px;
}
.step-item .icon i {
	background: url(../i/icons.png) no-repeat;
	width: 130px;
	height: 130px;
	display: inline-block;
}
.step-item .icon .icon_action {background-position: -130px 0;}
.step-item .icon .icon_measurement {background-position: -260px 0;width: 110px;}
.step-item .icon .icon_contract {background-position: -375px 0;}
.step-item .icon .icon_installation {background-position: -507px 0;}
.step-item .icon .icon_joy {background-position: -640px 0;}
.step-item .subhead {
	font-weight: 700;
	font-size: 15px;
	margin-top: 30px;
}
.step-item p {
	font-size: 13px;
	margin-top: 20px;
}
.step-item a {
	text-decoration: underline;
}
.step-item a:hover {
	text-decoration: none;
}


.step-4 .form {
	margin-top: 40px;
	
}
.step-4 .form form {
	max-width: 760px;
	margin: 0 auto;
}
.step-4 .form .form-item {
	width: calc(50% - 10px);
}
.step-4 .form .bt-gradient {
	width: calc(50% - 10px);
	margin-top: 15px;
}



.step-5 {
	position: relative;
	padding-bottom: 120px;
	z-index: 2;
}
.step-5::before {
	content: "";
	width: 100%;
	height: 660px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f6f8f9;
}
.step-5 > * {
	position: relative;
	z-index: 2;
}
.step-5 H2 {
	font-size: 30px;
	color: #0192d7;
	padding-bottom: 65px;
}
.preview-item {
	position: relative;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 30px 75px;
	display: flex;
	width: 50%;
	min-height: 370px;
}
.preview-item .wrapper {
	background: rgba(98, 98, 98, 0.34);
	border-radius: 10px;
	padding: 15px;
	color: #fff;
	height: 100%;
	max-width: 390px;
	width: 100%;
}
.preview-item H3 {
	font-size: 16px;
	text-transform: uppercase;
}
.preview-item p {
	margin-top: 15px;
	font-size: 14px;
}



.step-6 {
	position: relative;
	padding: 65px 0 60px;
}
.step-6::after {
	content: "";
	position: absolute;
	top: -85px;
	left: 0;
	background: url(../i/ten.png) no-repeat;
	width: 100%;
	height: 100px;
}
.step-6 H2 {
	padding-top: 0;
	display: inline-block;
	margin-left: 80px;
	padding: 3px 10px;
	font-size: 32px;
	background-color: #0092d7;
	color: #fff;
}
.step-6 .text {
	padding-top: 100px;
}
.step-6 .text .blue {
	padding: 3px 10px;
	background-color: #0092d7;
	color: #fff;
	font: 25px 'open sans';
	font-weight: 700;
	margin-left: 32px;
	display: inline-block;
}
.step-6 .text .orange {
	padding: 3px 10px;
	display: inline-block;
	background-color: #ff6001;
	color: #fff;
	font: 25px 'open sans';
	font-weight: 700;
}
.step-6 .form {
	width: 60%;
	max-width: 440px;
	border: solid 7px #ffd200;
	margin-top: 60px;
	padding: 20px 35px 25px;
	position: relative;
}
.step-6 .form::after {
	content: "";
	background: url(../i/arrow2.png) no-repeat;
	width: 75px;
	height: 65px;
	position: absolute;
	right: 100%; bottom: 0;
	margin-right: 87px;
	bottom: -36px;
}
.step-6 .form-item {
	margin-top: 15px;
}
.step-6 .commentary {
	margin-top: 100px;
	text-align: center;
	padding: 3px 10px;
	background-color: #0092d7;
	color: #fff;
	font: bold 15px 'open sans';
	font-weight: 700;
}

.bt-gold {
	margin-top: 40px;
	border: 1px solid #ffaa22;
	box-shadow: 0 1px 0 0 #fff6af inset;
	background: #ffec64 url(../i/gradient-bg.svg);
	background-image: -webkit-gradient( linear, left top, left bottom, from(#ffec64), to(#ffab23) );
	background-image: -webkit-linear-gradient( top, #ffec64, #ffab23 );
	background-image: -moz-linear-gradient( top, #ffec64, #ffab23 );
	background-image: -o-linear-gradient( top, #ffec64, #ffab23 );
	background-image: linear-gradient( top, #ffec64, #ffab23 );
	text-align: center;
	border-radius: 8px;
	height: 38px;
	padding-top: 10px;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'roboto';
	font-weight: 700;
	color: #000;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	position: relative;
	font-size: 15px;
	text-align: center;
	padding: 3px 10px;
	background-color: #0092d7;
	font-weight: 700;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	cursor:pointer;
}
.bt-gold:hover {
	background: #ffec64 url(../i/gradient-bg.svg);
	background-image: -webkit-gradient( linear, left top, left bottom, from(#ffab23), to(#ffec64) );
	background-image: -webkit-linear-gradient( top, #ffab23, #ffec64 );
	background-image: -moz-linear-gradient( top, #ffab23, #ffec64 );
	background-image: -o-linear-gradient( top, #ffab23, #ffec64 );
	background-image: linear-gradient( top, #ffab23, #ffec64 );
}



.step-7 {
	position: relative;
	z-index: 4;
	padding: 70px 0 90px;
	background: url(../i/bg5.jpg);
}
.progress-item {
	position: relative;
	max-width: 280px;
	width: 32%;
	margin-top: 70px;
	border: solid 3px #fff;
	padding: 4px;
	display: flex;
}
.progress-item .wrapper {
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 30px 20px 30px 60px;
}
.progress-item .icon {
	width: 90px;
	height: 90px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0; top: -44px;
}
.progress-item .icon:before {
	content: '';
	display: block;
	width: 66px;
	height: 66px;
	background: linear-gradient(to bottom, #ffd500, #ffa900);
	position: absolute;
	top: 50%; left: 50%;
	margin: -33px 0 0 -33px;
	transform: rotate(45deg);
}
.progress-item .icon img {
	width: 40px;
	height: auto;
	position: relative;
	z-index: 2;
}
.progress-item .head {
	font-size: 24px;
font-weight: 700;
text-transform: uppercase;
}
.progress-item .head:after {
	content: '';
	display: block;
	width: 39px;
    height: 3px;
    display: block;
    background: #019ee2;
    margin: 8px 0;
}
.progress-item p {
	font-size: 14px;
	font-weight: 700;
	font-family: 'roboto';
	text-transform: uppercase;
}





.step-8 {
	position: relative;
	background: url(../i/bg6.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding-bottom: 60px;
	z-index: 2;
}
.step-8::after {
	content: "";
	position: absolute;
	top: -85px;
	left: 0;
	background: url(../i/ten.png) no-repeat;
	width: 100%;
	height: 100px;
}
.step-8 H2 {
	font-weight: 600;
	font-size: 60px;
	line-height: 1.1;
	text-align: left;
}
.catalog-item {
	width: 24%;
	max-width: 210px;
	margin-top: 20px;
	text-align: center;
}
.catalog-item .title {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 10px;
}
.catalog-item .title strong {
	display: block;
	font-size: 17px;
	font-weight: 800;
}
.catalog-item .bt {
	width: 210px;
	height: 36px;
	display: block;
	background: url(../i/bt1.png);
	font-family: 'roboto';
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;
	text-decoration: none;
	margin: 0px auto;
	color: #1e1e1e;
	cursor:pointer;
}


.step-9 {
	position: relative;
	background: url(../i/bg7.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding: 42px 0 60px;
}
.stock-block {
	max-width: 978px;
	border: 4px solid #ffd200;
	position: relative;
	margin: 0 auto;
	padding: 5px;
}
.stock-block .wrapper {
	background: #fff;
}
.stock-block:before {
	display: block;
	content: '';
	position: absolute;
	left: -5px;
	top: -32px;
	width: 97px;
	height: 61px;
	background: url(../i/label-stock.png) no-repeat;
}
.stock-block:after {
	display: block;
	content: '';
	position: absolute;
	left: -5px;
	top: 121px;
	width: 226px;
	height: 126px;
	background: url(../i/label2.png) no-repeat;
}
.stock-block .wrapper:after {
	display: block;
	content: '';
	width: 531px;
	height: 362px;
	position: absolute;
	top: -4px;
	background: url(../i/ruletka.png) no-repeat;
	left: 10%;
}
.stock-block .content {
	position: relative;
	z-index: 5;
	padding: 20px 21px;
	max-width: 400px;
	width: 50%;
	font-family: 'open sans';
}
.stock-block .head {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 600;
}
.stock-block .head strong {
	font-weight: 800;
}
.stock-block .head small {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
	text-transform: none;
}
.stock-block .subhead {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	padding-top: 5px;
}
.stock-block .content p {
	margin: 20px 0 7px;
	font-size: 11px;
	font-weight: 700;
}
.stock-block .form {
	padding: 21px 25px 20px 0;
	font-family: 'open sans';
	max-width: 320px;
	width: 45%;
	text-align: left;
	position: relative;
	z-index: 2;
}
.stock-block .form .title {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 600;
}
.stock-block .form .title strong {
	font-weight: 800;
}
.stock-block .form .subtitle {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.stock-block .form-item input {
	font-size: 14px;
	font-family: 'roboto';
	color: #b1b1b1;
	padding-left: 40px;
	width: 100%;
	height: 58px;
	border: #d7d7d7 1px solid;
	border-radius: 0;
}
.stock-block .form .bt-gold {
	margin-top: 20px;
	height: 48px;
	font-size: 18px;
}


.group-block {
	background: url(../i/bg8.jpg) no-repeat top center;
	background-size: cover;
}

.step-10 {
	padding-top: 40px;
}
.step-10 H2 {
	font-weight: 600;
	font-size: 60px;
	line-height: 1.1;
	margin-left: 25px;
	text-align: left;
	padding: 0 0 35px;
}
.causes-list {
	counter-reset: item;
}
.causes-item {
	position: relative;
	width: calc(33.33333% - 13px);
	margin-top: 25px;
	text-align: center;
	border: 1px solid #ffffff;
	transition: all 0.8s linear 0s;
	transform-style: preserve-3d;
	padding: 9px;
	display: flex;
}
.causes-item:before {
	content: '0'counter(item);
    counter-increment: item;
    position: absolute;
    left: 0; top: -5px; right: 0;
    width: 100%;
	color: #eaebed;
	font-family: 'roboto';
	font-size: 163px;
}
.causes-item .wrapper {
	background: #fff;
	padding: 45px 35px;
	height: 100%;
	min-height: 230px;
}
.causes-item .wrapper > * {
	position: relative;
	z-index: 2;
}
.causes-item .icon {
	height: 45px;
}
.causes-item .title {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'roboto';
	font-weight: 700;
}
.causes-item p {
	color: #7c7a7a;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	font-family: 'Roboto';
	line-height: 1.2;
	margin-top: 10px;
}


.step-11 {
	padding-top: 60px;
}
.step-11 .head {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.1;
	position: relative;
	margin-bottom: 35px;
}
.step-11 .head sup {
	position: absolute;
	bottom: 0px; right: 10px;
	line-height: 0.9;
	font-size: 18.75px;
}
.step-11 .head sup span {
	background: #ffc603;
	display: inline-block;
	font-weight: 600;
	height: 21px;
	padding: 0 5px;
	margin-bottom: 3px;
}
.item-canvas {
	position: relative;
	width: calc(33.33333% - 13px);
	margin-bottom: 15px;
	padding: 6px 9px;
	border: 2px solid #0e9dde;
	text-align: center;
}
.item-canvas .image {
	overflow: hidden;
}
.item-canvas img {
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	width: 100%; height: 233px;
	object-fit: cover;
	position: relative;
}
.item-canvas img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	z-index: 2;
}
.item-canvas .title {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 220px;
	height: 70px;
	margin: -35px 0 0 -110px;
	border: 3px solid #fff;
	padding: 4px;
}
.item-canvas .title span {
	background: #fff;
	display: block;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 56px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}



.step-12 {
	background: url(../i/bg9.jpg) no-repeat top center;
	background-size: cover;
	padding: 45px 0 35px;
}
.step-12 .content {
	width: 360px;
	border: 4px solid #ffd200;
	position: relative;
	padding: 5px;
}
.step-12 .content .wrapper {
	background: #fff;
	padding: 20px;
}
.step-12 .content:before {
	display: block;
	content: '';
	position: absolute;
	left: -5px;
	top: -32px;
	width: 97px;
	height: 61px;
	background: url(../i/label-stock.png) no-repeat;
}
.step-12 .head {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 600;
}
.step-12.head strong {
	font-weight: 800;
}
.step-12 p {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: none;
}
.step-12 .text-success {
	font-size: 26px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
	color: #ffb600;
	background: url(../i/dec.jpg) no-repeat right 2px;
	display: block;
}
.step-12 .bt-gold {
	height: 50px;
	font-size: 18px;
}
.step-12 .image {
	width: calc(100% - 360px);
	text-align: center;
}


.step-13 {
	background: url(../i/bg10.jpg) no-repeat top center;
	background-size: cover;
	padding: 45px 0 80px;
}
.step-13 .head {
	font-size: 60px;
	font-weight: 600;
	line-height: 1.1;
	position: relative;
	margin-bottom: 35px;
	display: inline-block;
}
.step-13 .head sup {
	position: absolute;
	bottom: 2px; right: 60px;
	line-height: 0.9;
	font-size: 18.75px;
}
.step-13 .head sup span {
	background: #ffc603;
	display: inline-block;
	font-weight: 600;
	height: 21px;
	padding: 0 5px;
	margin-bottom: 3px;
}
.step-13 .area {
	margin: 70px auto 0;
	width: 100%;
	height: 988px;
	position: relative;
	max-width: 1315px;
}
.step-13 .section:nth-child(1) {
	padding: 131px 381px 0 195px;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 289px;
	height: 341px;
	background: url(../i/pl1.png) no-repeat;
	box-sizing: content-box;
}
.step-13 .section:nth-child(2) {
	overflow: hidden;
	color: #fff;
	position: absolute;
	padding: 122px 198px 0 358px;
	top: 101px;
	right: 0px;
	width: 304px;
	height: 371px;
	background: url(../i/pl2.png) no-repeat;
	box-sizing: content-box;
}
.step-13 .section:nth-child(3) {
	padding: 120px 203px 0 224px;
	bottom: 55px;
	position: absolute;
	left: 0px;
	width: 378px;
	height: 388px;
	background: url(../i/pl3.png) no-repeat;
	box-sizing: content-box;
}
.step-13 .section:nth-child(4) {
	padding: 124px 253px 0 192px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 323px;
	height: 302px;
	background: url(../i/pl4.png) no-repeat;
	box-sizing: content-box;
}
.step-13 .section H3 {
	font-size: 24px;
	font-family: 'roboto';
	color: #0f73a0;
	text-transform: uppercase;
}
.step-13 .section p {
	font-size: 14px;
	margin-top: 16px;
	font-family: 'roboto';
	color: #404244;
}
.step-13 .section:nth-child(2) H3,
.step-13 .section:nth-child(2) p {
	color: #fff;
}


.step-14 {
	background: url(../i/bg11.jpg) no-repeat;
	padding: 0 0 80px;
	background-size: cover;
}
.step-14 H2 {
	font-size: 60px;
	font-weight: 600;
	padding-bottom: 40px;
}
.review-item {
	position: relative;
	border: solid 3px #0e9dde;
	border-top: 0;
	margin-top: 48px;
	width: calc(50% - 10px);
	text-align: center;
	min-height: 250px;
	padding: 0 20px 30px;
}
.review-item:before {
	content: '';
	display: block;
	height: 3px;
	background: #0e9dde;
	position: absolute;
	left: 0; top: 0;
	width: 88px;
}
.review-item:after {
	content: '';
	display: block;
	height: 3px;
	background: #0e9dde;
	position: absolute;
	right: 0; top: 0;
	width: 88px;
}
.review-item .name {
	font-family: 'roboto';
	font-size: 24px;
	font-weight: 600;
	color: #106792;
	text-transform: uppercase;
	margin-top: -13px;
}
.review-item .name:after {
	content: '';
	display: block;
	background: url(../i/07.png);
	width: 29px; height: 24px;
	display: block;
	margin: 30px auto 0;
}
.review-item p {
	margin-top: 20px;
	color: #848282;
	font-size: 14px;
	font-family: 'roboto';
}


.step-15 {
	position: relative;
	background: url(../i/bg7.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding: 50px 0 60px;
}
.step-15 .stock-block .wrapper {
	background: url(../i/bath.jpg) no-repeat top center #fff;
}
.step-15 .stock-block .wrapper::after {
	display: none;
}
.step-15 .stock-block .content {
	max-width: 415px;
}
.step-15 .stock-block::after {
	top: 104px;
	width: 326px;
	height: 158px;
	background: url(../i/label4.png) no-repeat;
}
.step-15 .stock-block .note {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
	max-width: 280px;
	margin-top: 14px;
}


.step-16 H2 {
	background: url(../i/sxema.jpg) no-repeat top center;
	padding: 30px 0 40px;
	line-height: 1;
	font-size: 60px;
	font-weight: 600;
}
.portfolio-list a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 25%;
}
.portfolio-list a img {
	width: 100%;
	height: 252px;
	object-fit: cover;
}
.step-16-2 .portfolio-list a img {
    padding: 3px;
	border: 1px solid #eee;
    object-fit: contain;
}

.step-17 {
	padding: 5px 0 50px;
}
.object-item {
	margin-top: 30px;
	padding: 10px;
	width: calc(50% - 12px);
	float: left;
	background: #e9e9e9;
	border: 7px solid #fff;
	box-shadow: 1px 1px 4px 4px #f2f2f2;
	border-radius: 6px;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.object-item .photo {
	width: 190px;
}
.object-item .photo img {
	width: 100%;
	height: 152px;
	object-fit: cover;
}
.object-item .col {
	width: calc(100% - 190px);
	padding-left: 15px;
	display: flex;
	flex-direction: column;
}
.object-item .title {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	color: #434343;
	margin-bottom: 15px;
}
.object-item .bt-gold {
	margin-top: auto;
	max-width: 210px;
	width: 100%;
	height: 36px;
	display: block;
	background: url(../i/bt1.png);
	background-size: cover;
	font-family: 'roboto';
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;
	text-decoration: none;
	color: #1e1e1e;
	border: 0;
}
.characteristic {
	box-shadow: 0 20px 50px -25px rgba(124, 124, 124, 1) , 0 -20px 50px -25px rgba(124, 124, 124, 1);
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #e9e9e9;
	border-bottom: 0;
	border-top: 0;
	margin-top: 16px;
	background: #fff;
}
.characteristic li {
	display: flex;
}
.characteristic li:nth-child(2n) {
	background: #f2f2f2;
}
.characteristic li .val {
	border-right: 1px solid #e9e9e9;
	padding: 7px 15px;
	width: calc(100% - 110px);
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.characteristic li .lev {
	width: 110px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.object-item .price {
	width: 100%;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
	padding: 20px 0 10px;
	font-weight: 700;
}
.object-item .price .label {
	font-size: 18px;
	color: #000;
	background: #ffda3d;
	padding: 0 10px 4px;
	margin: 4px 20px 0 0;
}
.object-item .price .sum {
	font-size: 48px;
	color: #434343;
}



.step-18 H2 {
	height: 143px;
	background: url(../i/bg12.jpg) no-repeat top center;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 60px;
	font-weight: 600;
	padding: 0;
}
.step-18 .wrapper {
	background: #f4f4f4;
	padding: 30px 0;
}
.step-18 center a {
	display: inline-block;
	color: #009fe3;
	font-family: "HelveticaNeueCyrLight";
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px dashed #009fe3;
	padding-bottom: 6px;
	cursor: pointer;
}
.step-18 center a:hover {
	border-bottom-color: transparent;
}
.contacts .mail {
	background: url(../i/icon_footer_phone_1.png) no-repeat scroll 0 2px rgba(0, 0, 0, 0);
	font-size: 14px;
	margin-left: 31px;
	margin-top: 25px;
	padding-left: 32px;
	display: inline-block;
	color: #000;
}
.contacts .phone {
	background: url(../i/icon_footer_phone_1.png) no-repeat scroll 0 2px rgba(0, 0, 0, 0);
	display: inline-block;
	font-size: 14px;
	margin-left: 31px;
	margin-top: 25px;
	padding-left: 32px;
	text-decoration: underline;
}
.contacts .phone:hover {
	text-decoration: none;
}



.modal {
bottom:0;
display:none;
left:0;
outline:0 none;
position:fixed;
right:0;
top:0;
z-index:1050;
box-sizing: content-box;
}
.modal * {
box-sizing: content-box;
}



.modal.fade .modal-dialog {
transform:translate(0px,-25%);
transition:transform .3s ease-out 0;
}

.modal.in .modal-dialog {
transform:translate(0px,0px);
}

.modal-dialog {
position:relative;
width:auto;
margin-top:18%!important;
margin:10px;
}
.group1 {overflow:hidden; top:-4px;}
.group1 img:hover {opacity:0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=80) black;
	-khtml-opacity: 0.8;}

.box-modal .modal-content {
		border: 4px solid #ffd200;
		margin-bottom: 0;
		position: relative;
		width: 352px;
		z-index: 999;
	margin:0 auto;
	box-sizing: content-box;
	padding: 5px;
}
.box-modal .modal-content2 {
	width: 375px;
}
.box-modal .modal-content2 .modal-body2{
	text-align: center;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	height: auto;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	box-sizing: border-box;
	height: 190px;
}


.modal-content .close {position:absolute; background:url(close.png) no-repeat top center; top:-45px; right:-45px; border:none; width:38px; height:38px;}
.box-modal .modal-content h2  {padding-top:10px;font-size:35px;text-align:center;font-family:UniSansThin;}
#feedback-modal-box h2 {padding-top:10px;font-size:35px;text-align:center;font-family:UniSansThin;}
.box-modal .modal-content h2 b {font-family:UniSansHeavy; text-align:center;}
#feedback-modal-box h2,.top {padding-top:50px;}
#feedback-modal-box{border: 4px solid #ffd200 !important;
		height: 311px;
		margin: 0 auto;
		position: relative;
		width: 352px;
		z-index: 999;}
#feedback-modal-box p {
		font-family: PFBeauSansProBook;
		font-size: 16px;
		text-align: center;
}
.box-modal p {font-family:PFBeauSansProBook;font-size:16px; text-align:center;}
.modal-body,  #feedback-infolist { padding: 4px 0 20px;  background: none repeat scroll 0 0 #fff;}
.modal-body2 {
		height: 385px;
	width: 365px;}
#basicModal2 .modal-content {
background-clip:padding-box;
background-color:#fff;
border:1px solid rgba(0,0,0,0.2);
box-shadow:0 3px 9px rgba(0,0,0,0.5);
outline:0 none;
position:relative;
width:405px;
height:300px;
margin:160px auto;
padding:0 40px;
}
#feedback-modal-box {}
#small-modal .modal-content span, #small-modal2 .modal-content span, #small-modal3 .modal-content span, #small-modal77 .modal-content span,#small-modal8 .modal-content span, #small-modal9 .modal-content span, #small-modal10 .modal-content span, #small-modal11 .modal-content span, #small-modal12 .modal-content span, #small-modal13 .modal-content span, .modal-content span {
font-family:'open sans';
font-size:14px;
display:inline-block;
width:60px;
float:left;
}

body{overflow-y:scroll!important;}

#basicModal2 .input {
width:378px;
}

.mar {
margin-right:3px;
}

.input-l {
width:174px;
border:1px solid #dddddd;
color:#858585;
height:14px;
padding:10px 11px;
}

.modal-content h4 {
font-size:27px;
font-family:calibri;
text-align:center;
}

.modal-backdrop {
background-color:#000;
bottom:0;
left:0;
position:fixed;
right:0;
top:0;
z-index:1040;
}

.modal-backdrop.fade {
opacity:0;
}

.modal-backdrop.in {
opacity:0.5;
}

.modal-header {
padding:27px;
}

.modal-header .close {
margin-top:-2px;
}

.entry-content .modal-title {
font-size:140%;
line-height:1.42857;
margin:0;
}

.modal-body {
position:relative;
}
.modal-body form {
	padding: 0 20px;
}

.modal-footer {
margin-top:15px;
text-align:right;
padding:19px 20px 20px;
}


.modal-body form input {
	font-size: 14px;
	font-family: 'roboto';
	color: #b1b1b1;
	padding-left: 40px;
	width: 100%;
	height: 58px;
	border: #d7d7d7 1px solid;
	box-sizing: border-box;
	margin-top: 13px;
}
.modal-body form .bt-gold {
	height: 48px;
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	color: #000;
	padding: 0 6px;
	font-family: "roboto";
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #ffaa22;
}
.modal-body form input.name {
	background: #fff url(../i/name.png) 15px 50% no-repeat;
}
.modal-body form input.tel2 {
	background: #fff url(../i/icon_number.png) 15px 50% no-repeat;
}


.timer {
		color: #585858;
		font-size: 18pt;
		font-weight: 800;
		height: 0;
		position: absolute;
		text-align: left;
		top: 0px!important;
		width: 32px;
}
.tm_hint {
		color: #373838;
		font-size: 8pt;
		font-weight: 600;
		height: 0;
		position: absolute;
		text-align: left;
		top: 40px!important;
		width: 32px;
}
.count {position:relative; width:156px ;height:46px; background:url(../i/timer.png) no-repeat;}
#day1{left:7px!important; margin-top:1px}
#day2{left:23px!important; margin-top:1px}
#hour1{left:47px!important; margin-top:1px}
#hour2{left:61px!important; margin-top:1px}
#mint1{left:83px!important; margin-top:1px}
#mint2{left:96px!important; margin-top:1px}
#sec1{left:120px!important; margin-top:1px}
#sec2{left:136px!important; margin-top:1px}
#day12{left:7px!important; margin-top:1px}
#day22{left:23px!important; margin-top:1px}
#hour12{left:47px!important; margin-top:1px}
#hour22{left:61px!important; margin-top:1px}
#mint12{left:83px!important; margin-top:1px}
#mint22{left:96px!important; margin-top:1px}
#sec12{left:120px!important; margin-top:1px}
#sec22{left:136px!important; margin-top:1px}
