*, 
*:before, 
*:after{
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

img{
	height: auto;
	max-width: 100%;
}
figure {
	position: relative;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
}
figure img, 
figure video, 
figure object, 
figure embed {
	display:block;
	max-width: 100%;
}
.left{
	float: left;
}
.right{
	float: right;
}
.fixed{
	position: fixed;
}
.clear:before,
.clear:after,
.container:before,
.container:after,
.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}
.clear:after,
.container:after,
.wrapper:after
 {
    clear: both;
}
/* IE6/7 support */
.clear,
.container,
.wrapper {
    *zoom: 1;
}
.padding-left-zero{
	padding-left: 0;
}
.padding-right-zero{
	padding-right: 0;
}
.padding-all-zero{
	padding: 0;
}
.vertical-middle{
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top:50%;
	position: absolute;
}
.gorizontal-center{
	position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.middle-center{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.relative{
	position: relative;
}
@font-face{
	font-family: "HBold";
	src: url("../fonts/HelveticaNeueCyr-Bold.eot");
	src: url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"),
		 url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: "HLight";
	src: url("../fonts/HelveticaNeueCyr-Light.eot");
	src: url("../fonts/HelveticaNeueCyr-Light.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/HelveticaNeueCyr-Light.woff") format("woff"),
		 url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: "HMedium";
	src: url("../fonts/HelveticaNeueCyr-Medium.eot");
	src: url("../fonts/HelveticaNeueCyr-Medium.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"),
		 url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: "HThin";
	src: url("../fonts/HelveticaNeueCyr-Thin.eot");
	src: url("../fonts/HelveticaNeueCyr-Thin.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/HelveticaNeueCyr-Thin.woff") format("woff"),
		 url("../fonts/HelveticaNeueCyr-Thin.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: "HRoman";
	src: url("../fonts/HelveticaNeueCyr-Roman.eot");
	src: url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"),
		 url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
body{
	font: 100%/2em "HMedium", Helvetica, sans-serif;
	overflow-x: hidden;
}
@media (min-width: 1200px){
	.container{
		width: 970px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~fixed-top-navigation~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.fixed-top-navigation{
	position: fixed;
	background: rgba(0,0,0,0.75);
	height: 70px;
	width: 100%;
	z-index: 100;;
}

.navigation-logo-block{
	line-height: 70px;
	color: #eaeaea;
	font-size: 20px;
	font-family: "HRoman";
	letter-spacing: 0.04em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.navigation-logo-block img{
	vertical-align: top;
}
.navigation-logo-text{
	display: inline-block;
	vertical-align: middle;
	font-family: "HRoman";
	font-size: 18px;
	color: #ff5400;
	line-height: 1.3em;
}
.navigation-logo-text span{
	color: #fff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.tel > span{
	font-family: "HMedium";
	font-size: 12px;
	letter-spacing: 0.04em;
	color: #fff;
	text-transform: uppercase;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	width: 85px;
	text-align: left;
}
.tel span img{
	margin-right: 5px;
}
.fixed-top-navigation-contacts-container{
	padding:0;
}
.dropdown-toggle{
	color: #fff;
	font-size: 12px;
	font-family: "HMedium";
	line-height: 11px;
	text-transform: uppercase;
}

.dropdown-toggle span{
	display: inline-block;
	height: 11px;
	width: 19px;
	background: url(../img/header/hamburger.png) no-repeat top center;
	position: relative;
	top: 1px;
}

.open .dropdown-toggle span{
	width: 10px;
	margin-left: 9px;
	height: 6px;
	top:-1px;
	background: none;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 0;
	border-bottom: 6px solid #fff;
}

.dropdown-menu {
    position: absolute;
    top: 45px;
    left: inherit;
    right: 90px;
    width: 230px;
    min-width: 160px;
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #151515;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #151515;
    padding: 3px 20px 3px 30px;
}

.dropdown-menu > li {
	border-bottom: 1px solid #2b2b2b;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
    -webkit-transition:.3s;
    transition:.3s;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 0.05em;
}

.fixed-top-navigation-menu-block{
	line-height: 70px;
	height: 70px;
	vertical-align: middle;
	text-align: center;
}

.fixed-top-navigation-contacts{
	height: 50px;
}

.fixed-top-navigation-contacts .tel{
	font-family: "HBold";
	font-size: 24px;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: right;
	vertical-align: bottom;
	line-height: 35px;
}

.fixed-top-navigation-contacts .tel:last-child{
	margin-bottom: 0px;
}
@media (max-width: 991px){
	.fixed-top-navigation-contacts .tel {
	    font-size: 19px;
	}
	.navigation-logo-text {
	    font-size: 14px;
	    line-height: 1.2em;
	}
	.navigation-logo-block {
	    margin-right: 1px;
	}
}

@media (max-width: 767px){
	.tel span {
	    width: 20px;
	    margin-right: 3px;
	}
	.fixed-top-navigation-logo-container,
	.fixed-top-navigation-menu-block,
	.fixed-top-navigation-contacts-container{
		padding: 0px;
	}
	.navigation-logo-block {
	    font-size: 12px;
	    letter-spacing: 0;
	}
	.dropdown-toggle {
	    font-size: 10px;
	}
	.fixed-top-navigation-logo-container{
	padding-left: 5px;
	}
	.fixed-top-navigation-contacts .tel {
	    font-size: 14px;
	    letter-spacing: 0em;
	    margin-bottom: 0px;
	}
	.tel span img {
	    margin-right: 0px;
	}
	.fixed-top-navigation-contacts {
	margin-right: 5px;
	}
	.dropdown-menu {
	    top: 70px;
	    right: -55px;
	    width: 220px;
	    min-width: 160px;
	    padding: 0px 0;
	    margin: 0px 0 0;
	    font-size: 14px;
	}
	.dropdown-menu > li > a {
	    line-height: 34px;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~HEADER~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

header{
	background: url(../img/header/header.jpg) no-repeat top center;
	height: 785px;
	padding-top: 120px;
}

h1{
	font-family: "HBold";
	font-size: 43px;
	color: #fff;
	line-height: 1em;
	margin:0 0 20px;
	text-transform: uppercase;
}

h1 span{
	color: #ff4300;
}

.header-subtitle{
	font-family: "HRoman";
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	margin:0 0 60px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.header-subtitle-number{
	font-family: "HBold";
	font-size: 36px;
	color: #ff4300;
}

.header-subtitle-hour{
	color: #ff4300;
}

.header-subtitle-percent{
	font-family: "HBold";
	font-size: 36px;
}

.header-form-block{
	width: 391px;
	height: 324px;
	background: url(../img/header/form-bg.jpg) no-repeat top center;
	margin: 0 auto;
}

.header-form-block-top{
	height: 89px;
	text-align: center;
	padding-top: 10px;
}

.header-form-block-top-title{
	font-family: "HBold";
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1em;
	color: #fff;
	margin-bottom: 8px;
}

.header-form-block-top-title-special-offer{
	border-bottom: 2px solid rgba(255,255,255,0.5);
}

.header-form-block-top-title-percent{
	color: #fa4100;
	text-transform: uppercase;
	font-size: 24px;
}

.header-form-block-top-subtitle{
	font-family: "HBold";
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	margin-bottom: 10px;
}

.header-form-block-top-grey-text{
	font-family: "HRoman";
	font-size: 14px;
	line-height: 1em;
	color: #8e8e8e;
}

.header-form-block-top-grey-text span{
	font-family: "HBold";
	font-size: 16px;
	line-height: 1em;
	color: #fa4100;
}

input[type="text"]{
	background: rgba(255, 255, 255, .5);
	width: 80%;
	border: 1px solid #aaa;
	height: 46px;
	line-height: 46px;
	color: #3f3f3f;
	font-family: "HRoman";
	font-size: 18px;
	margin: 0 auto 11px;
	display: block;
	text-align: center;
	outline: none;
}

input[type="text"].last-input{
	margin-bottom: 23px;
}

.send{
	width: 80%;
	height: 48px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: #fa4c00;
	border: none;
	outline: none;
	display: block;
	font-family: "HRoman";
	font-size: 16px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.send:hover,
.send:active{
	background: #dd4300;
}

.header-form-block .send:after{
	content: "ПОЛУЧИТЬ Скидку";
}

.header-form-block .send:hover:after,
.header-form-block .send:active:after{
	content: "ЗАКАЗАТЬ БЕСПЛАТНЫЙ ЗАМЕР";
}

::-webkit-input-placeholder {color: #3f3f3f;}
::-moz-placeholder          {color: #3f3f3f;}
:-moz-placeholder           {color: #3f3f3f;}
:-ms-input-placeholder      {color: #3f3f3f;}
	
form input::-webkit-input-placeholder       
{text-indent: 0px;   transition: text-indent 0.5s ease;}
form input::-moz-placeholder                
{text-indent: 0px;   transition: text-indent 0.5s ease;}
form input:-moz-placeholder                 
{text-indent: 0px;   transition: text-indent 0.5s ease;}
form input:-ms-input-placeholder            
{text-indent: 0px;   transition: text-indent 0.5s ease;}
form input:focus::-webkit-input-placeholder 
{text-indent: 1000px; transition: text-indent 0.5s ease;}
form input:focus::-moz-placeholder          
{text-indent: 1000px; transition: text-indent 0.5s ease;}
form input:focus:-moz-placeholder           
{text-indent: 1000px; transition: text-indent 0.5s ease;}
form input:focus:-ms-input-placeholder      
{text-indent: 1000px; transition: text-indent 0.5s ease;}

.header-form-block form{
	margin-top: 23px;
}
@media (max-width: 991px){
	header {
	    background: url(../img/header/bg991.jpg) no-repeat top center;
	    height: 730px;
	}
	h1 {
	    font-size: 33px;
	}
	.header-subtitle {
	    font-size: 18px;
	}
}

@media (max-width: 767px){
	header {
	    background: #E1E1E1 url(../img/header/bg767.jpg) no-repeat top center;
	    height: 762px;
	    padding-top: 85px;
	}
	h1 {
	    margin: 0 0 200px;
	    line-height: 1.2em;
	    text-align: center;
	    font-size: 26px;
	}
	.header-subtitle {
	    font-size: 12px;
	    line-height: 1.5em;
	    margin: 0 auto 9px;
    	letter-spacing: 0.02em;
    	width: 290px;
	}
	.header-subtitle-number {
	    font-size: 24px;
	    color: #fff;
	}
	.header-subtitle-percent {
	    font-size: 24px;
	}
	.header-subtitle-hour {
	    color: #fff;
	}
	.header-form-block-container{
		padding: 0;
	}
	.header-form-block {
	    width: 100%;
	    background: #e1e1e1;
	}
	.header-form-block-top {
	    height: 100px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    background: #202020;
	}
	.header-form-block-top-title {
	    font-size: 15px;
	}
	.header-form-block-top-subtitle {
	    font-size: 14px;
	}
	.header-form-block-top-grey-text {
	font-size: 11px;
	}
	input[type="text"] {
	    width: 90%;
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	    max-width: 290px;
	    margin: 0 auto 16px;
	}
	.send {
	    width: 90%;
	    max-width: 290px;
	    height: 40px;
	    font-size: 16px;
	    letter-spacing: 0em;
	}
	input[type="text"].last-input {
	    margin-bottom: 25px;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~PARALAX~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#scene1,
#scene2,
#scene3,
#scene4,
#scene5,
#scene6,
#scene7 {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative !important;
}

.layer{
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative !important;
	z-index: 9;
}

.paralax-item{
	left: 50%;
    position: absolute;
    top: 50%;
	display: block;
}

.header-paralax-item-1{
    width: 166px;
    margin: -15px 0 0 -915px;
}

.header-paralax-item-2{
    width: 91px;
    margin: 365px 0 0 350px;
    display: none;
}

.header-paralax-item-3{
    width: 152px;
    margin: 150px 0 0 -195px;
}

.flats-paralax-item-1{
    width: 192px;
    margin: 60px 0 0 -785px;
}

.flats-paralax-item-2{
    width: 255px;
    margin: 455px 0 0 590px;
}

.flats-paralax-item-3{
    width: 211px;
    margin: 1015px 0 0 -765px;
}

.flats-paralax-item-4{
    width: 166px;
    margin: 1315px 0 0 650px;
}

.choose-sizes-paralax-item-1{
    width: 194px;
    margin: 70px 0 0 -630px;
}

.choose-sizes-paralax-item-2{
    width: 91px;
    margin: 90px 0 0 -52px;
}

.choose-sizes-paralax-item-3{
    width: 192px;
    margin: -60px 0 0 540px;
}

.choose-sizes-paralax-item-4{
    width: 71px;
    margin: 407px 0 0 454px;
}

.choose-sizes-paralax-item-5{
    width: 211px;
    margin: 500px 0 0 -240px;
}

.trust-paralax-item-1{
    width: 116px;
    margin: 945px 0 0 -570px;
}

.trust-paralax-item-2{
    width: 73px;
    margin: 950px 0 0 40px;
}

.trust-paralax-item-3{
    width: 194px;
    margin: 920px 0 0 530px;
}

.trust-paralax-item-4{
    width: 71px;
    margin: 1300px 0 0 -490px;
}

.trust-paralax-item-5{
    width: 211px;
    margin: 1300px 0 0 395px;
}

.doubt-paralax-item-1{
    width: 194px;
    margin: 110px 0 0 -585px;
}

.doubt-paralax-item-2{
    width: 91px;
    margin: 145px 0 0 -5px;
}

.doubt-paralax-item-3{
    width: 116px;
    margin: 150px 0 0 560px;
}

.doubt-paralax-item-4{
    width: 114px;
    margin: 460px 0 0 -100px;
}

.doubt-paralax-item-5{
    width: 71px;
    margin: 400px 0 0 460px;
}

.work-paralax-item-1{
    width: 194px;
    margin: 721px 0 0 -610px;
}

.work-paralax-item-2{
    width: 192px;
    margin: 755px 0 0 400px;
}

.work-paralax-item-3{
    width: 91px;
    margin: 960px 0 0 -60px;
}

.work-paralax-item-4{
    width: 71px;
    margin: 1265px 0 0 440px;
}

.work-paralax-item-5{
    width: 211px;
    margin: 1340px 0 0 -250px;
}

.contacts-paralax-item-1{
    width: 194px;
    margin: 21px 0 0 -610px;
}

.contacts-paralax-item-2{
    width: 91px;
    margin: 250px 0 0 -50px;
}

.contacts-paralax-item-3{
    width: 192px;
    margin: 245px 0 0 660px;
}

.contacts-paralax-item-4{
    width: 211px;
    margin: 530px 0 0 -910px;
}

.contacts-paralax-item-5{
    width: 71px;
    margin: 565px 0 0 450px;
}

@media (max-width: 991px){
	.header-paralax-item-3 {
		margin: 153px 0 0 -205px;
		display: none;
	}
	.work-paralax-item-3 {
	    margin: 775px 0 0 -60px;
	}
	.work-paralax-item-5 {
	    margin: 1280px 0 0 -250px;
	}
}

@media (max-width: 767px){
	.header-paralax-item-3 {
		display: none;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~BLOCK-TITLE~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.block-title{
	font-family: "HBold";
	font-size: 42px;
	line-height: 42px;
	color: #fa5b10;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 5px; 
}

.block-title-subtitle{
	font-family: "HThin";
	font-size: 36px;
	color: #414141;
}

.separator{
	margin-bottom: 80px;
}

@media (max-width: 991px){
	.separator {
	    margin-bottom: 60px;
	}
}

@media (max-width: 767px){
	.block-title {
	    font-size: 19px;
	    line-height: 26px;
	    letter-spacing: 0.02em;
	    margin-bottom: 0;
	}
	.block-title-subtitle {
	    font-size: 18px;
	}
	.separator{
		margin-bottom: 30px;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~FLATS~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.flat-time-new-style{
	font-family: "HBold";
	font-size: 18px;
	line-height: 18px;
	color: #fa5b10;
}

.loader-line{
	background: #222;
	font-family: "HRoman";
	font-size: 24px;
	letter-spacing: 0.06em;
	color: #f55810;
	height: 80px;
	line-height: 80px;
	margin-bottom: 60px;
}

.loader-line:last-child{
	margin-bottom: 0px;
}


.for-new-style{
	font-family: "HBold";
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.06em;
	color: #212121;
}
.flat-row-2 .flat-price,
.flat-row-3 .flat-price,
.flat-row-4 .flat-price,
.flat-row-5 .flat-price{
	padding-left: 20px;
	padding-top: 5px;
}
.loader-line span{
	font-family: "HBold";
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
}
.loader-line span.color-orange{
	color: #f55810;
}

@media (max-width: 767px){
	.loader-line span {
	    font-size: 26px;
	}
	.loader-line {
	    font-family: "HRoman";
	    font-size: 24px;
	    color: #f55810;
	    margin-bottom: 50px;
	    line-height: 32px;
	    padding-top: 9px;
	}
}
.anti-uppercase{
	text-transform: lowercase;
}

.flats{
	background: url(../img/flats/bg.jpg) repeat-y top center;
	padding-top: 50px;
	height: auto;
	padding-bottom: 40px;
}

.flat-row{
	margin-bottom: 70px;
	display: table;
	height: auto;
}

.flat-row:last-child{
	margin-bottom: 60px;
}

.flat-row-description-block,
.flat-row-photo-block{
	display: table-cell;
	float: none;
}
.flat-row-description-block{
	vertical-align: middle;
}
.flat-row-photo-block{
	vertical-align: top;
}

.flat-title{
	color: #fff;
	font-family: "HLight";
	font-size: 19px;
	line-height: 22px;
	letter-spacing: 0.06em;
	height: 52px;
	text-align: center;
	background: #222;
	z-index: 1;
	position: relative;
	box-shadow: 0px 3px 5px 0px rgba(03, 04, 05, 0.36);
	text-transform: uppercase;
	padding-top: 5px;
}

.flat-title span{
	font-family: "HBold";
}

.flat-photo{
	height: 221px;
}

.flat-list{
	font-size: 14px;
	line-height: 18px;
	color: #5a5a5a;
	font-family: "HRoman";
	margin-bottom: 18px;
}

.flat-row-subtitle{
	font-family: "HBold";
	line-height: 30px;
}

.truck{
	font-size: 18px;
	vertical-align: middle;
	color: #fff;
	display: inline-block;
}
.flat-row-3 .truck {
    font-size: 14px;
    width: 120px !important;
	height: 50px !important;
    display: block;
    margin-bottom: 5px;
    background-size: contain !important;
    padding: 10px !important;
}

.cars,
.loaders{
	display: inline-block;
}

.flat-row-1 .truck,
.flat-row-2 .truck,
.flat-row-3 .truck{
	background: url(../img/flats/trucks/1.png) no-repeat center;
	padding: 19px 19px;
	width: 152px;
	height: 67px;
	color: #5a5a5a;
}

.flat-truck-loaders{
	font-size: 14px;
	line-height: 18px;
	font-family: "HBold";
	margin-bottom: 10px;
}

.plus{
	color: #f6540d;
	font-size: 35px;
	margin: 0 20px;
}

.flat-row-3 .plus,
.flat-row-3 .equally{
	margin: 40px 20px 0;
	display: inline-block;
	vertical-align: top;
}

.loader{
	background: url(../img/flats/loader.png) center;
	display: inline-block;
	width: 21px;
	height: 61px;
	vertical-align: middle;
	margin-right: 10px;
}

.flat-row-3 .loader{
	margin-bottom: 5px;
	width: 16px;
	background-size: contain !important;
	background-repeat: no-repeat;
	height: 45px;
}
.flat-row-1 .my-table,
.flat-row-2 .my-table,
.flat-row-3 .my-table{
	background: url(../img/flats/table.png) no-repeat center;
	width: 129px;
	height: 62px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
.flat-row-3 .my-table{
	margin-top: 25px;
}
.flat-row-4 .flat-row-description-block {
    vertical-align: middle;
}
.equally{
	color: #f6540d;
	font-size: 35px;
	margin: 0 25px;
}
.predvaritelnaya-ocenka{
	font-family: "HBold";
	font-size: 27px;
	color: #3e3d3d;
	line-height: 1.2em;
}
.predvaritelnaya-ocenka span{
	color: #fa5b10;
	text-transform: uppercase;
}
.my-table:after{
	display: block;
	position: absolute;
	content: "1 шт.";
	text-align: center;
	padding-top: 5px;
	background: url(../img/flats/cloud.png) no-repeat top center;
	width: 72px;
	height: 43px;
	top:-43px;
	right: -72px;
	color: #fff;
	font-size: 16px;
	font-family: "HBold";
	letter-spacing: 0.06em;
}
.flat-row-2 .my-table:after{
	content: "50 шт.";
}
.flat-row-3 .my-table:after{
	content: "100 шт.";
}
.loader:last-child{
	margin-right: 0px;
}

.flat-price{
	font-family: "HBold";
	line-height: 1em;
	font-size: 29px;
}

.flat-time{
	font-size: 14px;
	margin-top: 5px;
}

.underline{
	border-bottom: 2px solid #f6540d;
	font-size: 35px;
}

.color-orange{
	color: #f6540d;
}

.font-bold{
	font-family: "HBold";
}

.font-roman{
	font-family: "HRoman";
}

.font-size-24{
	font-size: 24px;
}

.font-size-22{
	font-size: 22px;
}

.font-size-18{
	font-size: 18px;
}

.text-lowcase{
	text-transform: lowercase;
}

@media (max-width: 991px){
	.underline {
	    font-size: 28px;
	}
	.equally {
	    margin: 0 8px;
	}
	.flat-row-3 .plus,
	.flat-row-3 .equally {
	    margin: 40px 10px 0;
	    display: inline-block;
	    vertical-align: top;
	}
	.flat-row {
	    margin-bottom: 50px;
	    height: 218px;
	}
	
	.flat-photo {
	    height: 166px;
	}
	.flat-title{
		font-size: 14px;
	}
	.plus {
	    font-size: 25px;
	    margin: 0 5px;
	}
	.truck {
	    background-size: contain !important;
	    width: 140px !important;
	    font-size: 14px;
	    margin-left: 5px;
	}
	.flat-price{
		font-size: 22px;
	}
	.loader {
	    margin-right: 0px;
	}
	.flat-list {
	    margin-bottom: 0px;
	}
	.flat-truck-loaders {
	    margin-bottom: 0px;
	}
	.flat-row:last-child {
	}
	.flat-time {
	    margin-top: 5px;
	}
	.flat-row-3 .truck {
	    font-size: 14px;
	    width: 100px !important;
	    height: 45px !important;
	    display: block;
	    margin-bottom: 0;
	    background-size: contain !important;
	    padding: 8px 4px  !important;
	}
	.flat-row-subtitle {
	    line-height: 20px;
	}
	.predvaritelnaya-ocenka {
	    font-size: 21px;
	}
}

@media (max-width: 767px){
	.flat-row-2 .flat-price,
	.flat-row-3 .flat-price,
	.flat-row-4 .flat-price,
	.flat-row-5 .flat-price {
	    padding-left: 0px;
	    padding-top: 5px;
	}
	.for-new-style {
	    font-size: 16px;
	    line-height: 18px;
	    letter-spacing: 0em;
	}
	.flat-row {
	    display: block;
	    height: auto;
	}
	.flat-row-description-block,
	.flat-row-photo-block {
	    display: block;
	}
	.flat-photo {
		height: 219px;
		margin-bottom: 25px;
		text-align: center;
	}
	.underline {
	    font-size: 30px;
	    text-align: center;
	}
	.flats {
	    padding-top: 30px;
	    background: #eee;
	}
	.flat-title {
	    font-size: 16px;
	    width: 290px;
	    margin: 0 auto;
	}
	.flat-list {
	    width: 290px;
	    margin: 0 auto 15px;
	}
	.loader {
	    margin-right: 5px;
	}
	.flat-truck-loaders {
	    width: 290px;
	    margin: 0 auto 15px;
	}
	.flat-time {
	    margin: 10px auto 5px;
	    width: 290px;
	    text-align: center;
	    line-height: 30px;
	}
	.flat-price {
	    font-size: 20px;
	    width: 290px;
	    margin: 0 auto;
	    text-align: center;
	    line-height: 30px;
	}
	.flat-row:last-child {
	    margin-bottom: 30px;
	}
	.predvaritelnaya-ocenka {
	    font-size: 18px;
	    text-align: center;
	}
	.flat-row-1 .my-table, 
	.flat-row-2 .my-table,
	.flat-row-3 .my-table {
	    margin-top: 60px;
	}
	.flat-row-1 .equally,
	.flat-row-2 .equally,
	.flat-row-3 .equally {
	    margin: 80px 10px 0;
	    display: inline-block;
	    vertical-align: top;
	}
	.truck {
	    margin-left: 0px;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~CHOOSE-SIZES~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.choose-sizes{
	background: url(../img/choose-sizes/bg.jpg) no-repeat top center;
	height: 670px;
	position: relative;
}

.choose-sizes-content{
	margin-top: 265px;
	text-transform: uppercase;
}

.choose-sizes-subtitle{
	font-family: "HLight";
	font-size: 25px;
	line-height: 1em;
	color: #fff;
	margin-bottom: 15px;
}

.choose-sizes-title{
	font-family: "HBold";
	font-size: 36px;
	line-height: 1em;
	color: #fff;
}

.choose-sizes-form-block{
	position: absolute;
	width: 534px;
	height: 382px;
	display: block;
	background: url(../img/choose-sizes/form-bg.png) no-repeat top center;
	top: 140px;
	right: -60px;
}

.choose-sizes-form-block-workarea{
	width: 375px;
	padding-top: 11px;
	margin-left: 16px;
}

.choose-sizes-form-block-top{
	height: 89px;
	text-align: center;
	font-family: "HBold";
	font-size: 24px;
	line-height: 1.5em;
	color: #fff;
	text-transform: uppercase;
	padding-top: 10px;
}

.choose-sizes-form-block form {
    margin-top: 30px;
}

.choose-sizes-form-block .send:after{
	content: "Хочу консультацию";
}

.choose-sizes-form-block .send:hover:after,
.choose-sizes-form-block .send:active:after{
	content: "ЗАКАЗАТЬ БЕСПЛАТНЫЙ ЗАМЕР";
	font-size: 14px;
}

@media (max-width: 991px){
	.choose-sizes {
	    background: url(../img/choose-sizes/bg.jpg) no-repeat -440px 0px;
	    height: 670px;
	    position: relative;
	}
	.choose-sizes-form-block {
		right: -70px;
	}
	.choose-sizes-subtitle {
	    font-size: 15px;
	}
	.choose-sizes-title {
	    font-size: 22px;
	}
	.choose-sizes-content {
	    margin-top: 280px;
	}
}

@media (max-width: 767px){
	#scene3 li{
		display: none !important;
	}
	.choose-sizes {
	    background: #FA4C00;
	    height: 550px;
	    position: relative;
	}
	.choose-sizes-form-block {
	    position: static;
	    width: 290px;
	    height: 285px;
	    display: block;
	    background: #e1e1e1;
	    margin: 0 auto;
	    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.8);
	}
	.choose-sizes-content {
	    margin-top: 60px;
	    margin-bottom: 40px;
	    text-align: center;
	}
	.choose-sizes-form-block-workarea {
	    width: 290px;
	    padding: 0px;
	    margin: 0;
	}
	.choose-sizes-form-block-top {
	    height: 75px;
	    font-size: 15px;
	    background: #000;
	    padding: 12px;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~TRUST~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.trust{
	background: url(../img/trust/bg.jpg) no-repeat top center;
	height: 1706px;
	padding-top: 40px;
}

.trust-row{
	margin-bottom: 51px;
}

.trust-item{
	text-align: center;
}

.trust-item-img{
	width: 202px;
	height: 199px;
	line-height: 188px;
	font-family: "HBold";
	color: #303030;
	margin: 0 auto 8px;
	letter-spacing: 0.02em;
	text-align: center;
}

.trust-item-img span{
	font-family: "HMedium";
}

.trust-item-1 .trust-item-img{
	background: url(../img/trust/narnia.png) no-repeat top center;
	font-size: 75px;
}

.trust-item-1 .trust-item-img span{
	font-size: 20px;
	text-transform: uppercase;
}

.trust-item-2 .trust-item-img{
	background: url(../img/trust/washer.png) no-repeat top center;
}

.trust-item-3 .trust-item-img{
	background: url(../img/trust/lamp.png) no-repeat top center;
	font-size: 113px;
}

.trust-item-3 .trust-item-img span{
	font-size: 30px;
	text-transform: uppercase;
}

.trust-item-4 .trust-item-img{
	background: url(../img/trust/box.png) no-repeat top center;
}

.trust-item-5 .trust-item-img{
	background: url(../img/trust/stairs.png) no-repeat top center;
	font-size: 100px;
}

.trust-item-6 .trust-item-img{
	background: url(../img/trust/15.png) no-repeat top center;
	font-size: 80px;
}

.trust-item.trust-item-5 .trust-item-title,
.trust-item.trust-item-5 .trust-item-subtitle{
	display: inline-block;
}

.trust-item.trust-item-5 .trust-item-title{
	margin-left: 5px;
}

.trust-item-subtitle{
	font-family: "HMedium";
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1em;
	color: #303030;
}

.trust-item-title{
	font-family: "HBold";
	font-size: 24px;
	letter-spacing: 0.06em;
	color: #fa5b10;
	line-height: 1.2em;
}

.trust-form-block{
	width: 400px;
	height: 642px;
	display: block;
	background: url(../img/trust/form-bg.png) no-repeat top center;
	margin: 0 auto 60px;
}

.trust-form-block-top{
	text-align: center;
	font-family: "HBold";
	font-size: 16px;
	line-height: 1.5em;
	color: #fff;
	text-transform: uppercase;
	padding-top: 214px;
	height: 295px;
}

.trust-form-block form {
    margin-top: 15px;
}

.trust-form-block input[type="text"] {
    width: 85%;
}

.trust-form-block .send {
    width: 85%;
}

.trust-form-block .send:after{
	content: "ХОЧУ Спеццену";
}

.trust-form-block .send:hover:after,
.trust-form-block .send:active:after{
	content: "ЗАКАЗАТЬ БЕСПЛАТНЫЙ ЗАМЕР";
}

.trust-subtitle{
	font-family: "HLight";
	font-size: 22px;
	line-height: 1.2em;
	color: #373737;
	margin: 305px 0 0px 0px;
}

.trust-title{
	font-family: "HBold";
	font-size: 36px;
	line-height: 1.2em;
	color: #fa5b10;
	text-transform: uppercase;
}

.margin-0{
	margin: 0;
}

@media (max-width: 991px){
	.trust-subtitle {
	    font-size: 16px;
	    margin: 290px 0 0px 0px;
	    text-align: right;
	}
	.trust-title {
	    font-size: 25px;
	    text-align: right;
	}
}

@media (max-width: 767px){
	.trust {
	    background: #F1F1F1;
	    height: 1105px;
	    padding-top: 30px;
	}
	.trust-row .col-xs-4{
		padding: 0;
	}
	.trust-item-img {
	    width: 106px;
	    height: 105px;
	    line-height: 102px;
	    margin: 0 auto 8px;
	    letter-spacing: 0em;
	    background-size: contain !important;
	}
	.trust-item-1 .trust-item-img {
	    font-size: 28px;
	}
	.trust-item-3 .trust-item-img {
	    font-size: 56px;
	}
	.trust-item-5 .trust-item-img {
	    font-size: 52px;
	}
	.trust-item-6 .trust-item-img {
	    font-size: 46px;
	}
	.trust-item-subtitle {
	    font-size: 12px;
	    letter-spacing: 0em;
	}
	.trust-item-title {
	    font-size: 14px;
	    letter-spacing: 0em;
	}
	.trust-row {
	    margin-bottom: 40px;
	}
	.trust-subtitle {
	    font-size: 14px;
	    margin: 15px 0 0px 0px;
	    text-align: center;
	}
	.trust-title {
	    font-size: 22px;
	    text-align: center;
	}
	.trust-form-block {
	    width: 290px;
	    height: 340px;
	    display: block;
	    background: #E2E2E2;
	    margin: 15px auto 60px;
	    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.8);
	}
	.trust-form-block-top {
	    font-size: 12px;
	    padding-top: 13px;
	    height: 90px;
	    background: #000;
	    line-height: 1.75em;
	}
	.trust-form-block-top .font-size-24 {
	    font-size: 18px;
	}
	.trust-form-and-title-block .padding-right-zero{
		padding: 0;
	}
	#scene4 li{
		display: none !important;
	}
	/*.trust .block-title {
	    font-size: 19px;
	}*/
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~REVIEWS~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.for-buttons-bg{
	height: 100px;
	background: url(../img/reviews/bg-for-buttons.jpg) no-repeat bottom center;
}

.slide-text{
	width: 279px;
	height: 280px;
	background: #fff;
	position: relative;
	outline: none;
}

.slide{
	outline: none;
}

.slide-text-inner{
	padding: 18px;
	width: 279px;
}

.slide-text-title{
	font-family: "HBold";
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0.06em;
	color: #3d3d3d;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.slide-text-separator{
	margin-bottom: 10px;
}

.slide-text-content{
	font-family: "HRoman";
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0.06em;
	color: #656464;
}

.reviews {
	width: 837px;
	margin: 0 auto;
}

.reviews .slick-list {
	overflow: visible;
}

.slide-text:after{
	content: "";
	position: absolute;
	display: block;
	background: transparent;
	height: 14px;
	width: 28px;
	left:0;
	right: 0;
	margin: 0 auto;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	z-index: 5;
}

.slide-img + .slide-text:after{
	border-bottom: 14px solid #fff;
	border-top: 0;
	top: -14px;
}

.slide-text:after{
	border-top: 14px solid #fff;
	border-bottom: 0;
	bottom: -14px;
}

.reviews .slide-img{
	height: 280px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.reviews .slide-img img{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: initial;
}

@media (max-width: 991px){
	.reviews {
	    width: 768px;
	    margin: 0 auto;
	}
	.slide-text {
	    width: 256px;
	    height: 256px;
	}
	.slide-text-inner {
	    padding: 10px;
	    width: 256px;
	}
	.reviews .slick-prev {
	    left: 25px;
	}
	.reviews .slick-next {
	    right: 25px;
	}
	.reviews .slide-img{
		height: 256px;
	}
}

@media (max-width: 767px){
	.reviews {
	    width: 100%;
	    margin: 0 auto;
	}
	.slide-img img{
		margin: 0 auto;
		width: 250px;
	}
	.reviews .slide-img{
		height: 250px;
	}
	.slide-text {
	    width: 250px;
	    height: 256px;
	    margin: 0 auto;
	}
	.slide-text-inner {
	    padding: 0px;
	    width: 250px;
	}
	.for-buttons-bg {
	   display: none;
	}
	.reviews .slick-prev,
	.reviews .slick-next {
	    display: block;
	    width: 15px;
	    height: 45px;
	    bottom: 233px;
	    background-size: contain;
	    z-index: 5;
	}
	.reviews .slick-prev {
	    left: 10px;
	}
	.reviews .slick-next {
	    right: 10px;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~REVIEWS~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.doubt{
	height: 664px;
	background: url(../img/doubt/bg.jpg) no-repeat top center;
}

.doubt-form-block{
	width: 400px;
	height: 600px;
	display: block;
	background: url(../img/doubt/form-bg.png) no-repeat top center;
	margin: 35px auto 0px;
}

.doubt-form-block-top{
	text-align: center;
	font-family: "HBold";
	font-size: 20px;
	line-height: 1.2em;
	color: #fff;
	text-transform: uppercase;
	padding-top: 168px;
	height: 247px;
}

.font-size-20{
	font-size: 20px;
}

.doubt-form-block form {
    margin-top: 15px;
}

.doubt-form-block input[type="text"] {
    width: 85%;
}

.doubt-form-block .send {
    width: 85%;
}

.doubt-form-block .send:after{
	content: "Хочу консультацию";
}

.doubt-form-block .send:hover:after,
.doubt-form-block .send:active:after{
	content: "ЗАКАЗАТЬ БЕСПЛАТНЫЙ ЗАМЕР";
}

.doubt-subtitle{
	font-family: "HLight";
	font-size: 22px;
	line-height: 1em;
	color: #373737;
	margin: 315px 0 5px 0px;
	text-transform: uppercase;
}

.doubt-title{
	font-family: "HBold";
	font-size: 30px;
	line-height: 1em;
	color: #fa5b10;
	text-transform: uppercase;
}

@media (max-width: 991px){
	.doubt{
		background: url(../img/doubt/bg.jpg) no-repeat -420px 0px;
	}
	.doubt-subtitle {
	    font-size: 21px;
	    margin: 295px 0 5px 0px;
	}
	.doubt-title {
	    font-size: 25px;
	}
}

@media (max-width: 767px){
	#scene5 li{
		display: none !important;
	}
	.doubt {
	    background: #FA4C00;
	    height: 525px;
	}
	.doubt-subtitle {
	    font-size: 15px;
	    margin: 40px 0 0px 0px;
	    text-align: center;
	    color: #fff;
	    text-transform: uppercase;
	    line-height: 1.2em;
	}
	.doubt-title {
	    font-size: 16px;
	    text-align: center;
	    color: #fff;
	    line-height: 1.2em;
	}
	.doubt-form-block {
	    width: 290px;
	    height: 360px;
	    background: #e1e1e1;
	    margin: 15px auto 0px;
	    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.8);
	}
	.doubt-form-block-top {
	    font-size: 16px;
	    padding-top: 25px;
	    height: 110px;
	    background: #000;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~WORK~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.work{
	background: url(../img/work/bg.jpg) no-repeat top center;
	height: 1644px;
	padding-top: 57px;
}

.work-title{
	color: #fff;
	margin-bottom: 6px;
}

.work .separator {
    margin-bottom: 49px;
}

.work-main{
	background: url(../img/work/line.png) no-repeat center 95px;
	height: 673px;
	background-size: contain;
	position: relative;
}

.vertical-line{
	position: absolute;
	width: 17px;
	height: 100%;
	left:15px;
	background-color: #FA5B10;
}

.work-main-item-title{
	color: #fff;
	font-family: "HBold";
	font-size: 18px;
	line-height: 25px;
}

.work-item-description{
	color: #868686;
	font-family: "HBold";
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 45px;
}

.wheel .work-item-title {
    padding-top: 58px;
}

.wheel .work-item-description {
    margin-bottom: 185px;
}

.work-item-title-text span{
	font-family: "HMedium";
	text-transform: lowercase;
}

.document .work-item-title{
	padding-left: 30px;
	padding-top: 45px;
}

.document .work-item-description{
    margin-bottom: 195px;
}

.phone .work-item-description{
	margin-bottom: 65px;
}

.work-item-description div{
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 10px;
}
.phone-img{
	margin-left: 60px;
	margin-bottom: 10px;
}

.work-item-title{
	font-family: "HBold";
	font-size: 14px;
	color: #fff;
	padding-top: 50px;
	line-height: 16px;
	display: inline-block;
}

.work-item-title-text,
.work-item-title img{
	display: inline-block;
}

.work-item-title img{
	vertical-align: bottom;
}

.measuring .work-item-title img,
.logistics-img,
.moskow-img{
	margin-right: 10px;
}

.document .work-item-title img,
.wheel .work-item-title img,
.box-img{
	margin-right: 5px;
}

.measuring,
.wheel,
.wallet{
	padding-left: 0px;
}

.wallet-img{
	margin-left: 23px;
    margin-bottom: 10px;
}

.wallet .work-item-description{
	margin-bottom: 117px;
}

.delivery-work{
	padding-left: 45px;
}

.work .delivery-img{
	margin-left: 20px;
    margin-bottom: 14px;
}

.box{
	padding: 0 0 0 15px;
}

.logistics{
	padding-left: 50px;
	padding-right: 0;
}

.moskow{
	padding-right: 0;
	padding-left: 5px;
}

.work .moskow-img {
    margin-left: 23px;
    margin-bottom: 14px;
}

.work-subtitle{
	font-family: "HLight";
	font-size: 27px;
	line-height: 1.2em;
	color: #fff;
	margin: 294px 0 5px 0px;
	text-transform: uppercase;
}

.work-title{
	font-family: "HBold";
	font-size: 36px;
	line-height: 44px;
	color: #fff;
	text-transform: uppercase;
}

.work-form-block{
	position: absolute;
	width: 511px;
	height: 396px;
	display: block;
	background: url(../img/work/form-bg.png) no-repeat top center;
	top: 200px;
}

.work-form-block-workarea{
	width: 375px;
	margin-left: 20px;
}

.work-form-block-top{
	height: 93px;
	text-align: center;
	font-family: "HBold";
	font-size: 16px;
	line-height: 1.5em;
	color: #fff;
	text-transform: uppercase;
	padding-top: 12px;
}

.work-form-block form {
    margin-top: 15px;
}

.work-form-block .send:after{
	content: "Зафиксировать цену";
}

.work-form-block .send:hover:after,
.work-form-block .send:active:after{
	content: "ЗАКАЗАТЬ БЕСПЛАТНЫЙ ЗАМЕР";
	font-size: 14px;
}

.work .block-title{
	color: #fff;
}

@media (max-width: 991px){
	.work {
	    background: url(../img/work/bg.jpg) no-repeat -435px -150px;
	    height: 1493px;
	}
	.work-item-title {
	    font-size: 12px;
	    line-height: 14px;
	}
	.document{
		padding: 0;
	}
	.document .work-item-description {
	    margin-top: 140px;
	    margin-bottom: 0px;
	}
	.wallet {
	    padding-left: 78px;
	}
	.logistics {
	    padding-left: 70px;
	}
	.moskow {
	    padding-left: 15px;
	}
	.wheel .work-item-description {
	    margin-bottom: 120px;
	}
	.work-subtitle {
	    font-size: 16px;
	    margin: 185px 0 5px 0px;
	}
	.work-title {
	    font-size: 22px;
	    line-height: 25px;
	}
	.work-form-block{
		right: -45px;
		top: 50px;
	}
}

@media (max-width: 767px){
	.work {
	    background: #1e1e1e;
	    height: 1475px;
	    padding-top: 30px;
	}
	.work-main {
	    background: transparent;
	    height: auto;
	}
	.work-form-block {
	    position: static;
	    width: 290px;
	    background: #e1e1e1;
	    margin: 15px auto 0;
	    height: 380px;
	}
	.work-form-block form {
	    margin-top: 25px;
	}
	.work-form-block-top {
	    height: 115px;
	    font-size: 14px;
	    padding-top: 25px;
	    background: #484848;
	}
	.work-form-block-workarea {
	    width: 290px;
	    margin-left: 0px;
	}
	.work-title{
		font-size: 22px;
		text-align: center;
		line-height: 28px;
	}
	.phone,
	.wallet,
	.delivery-work{
		padding: 0 15px 0 47px;
	}
	.measuring,
	.document,
	.wheel,
	.box,
	.logistics,
	.moskow{
		padding: 0 15px 0 87px;
	}
	.moskow{
		margin-top: 50px;
		padding: 0 15px 0 47px; 
	}
	.work .logistics .work-item-title img{
		margin-right: 6px;
	}
	.work .work-item-title img{
		margin-right: 6px;
	}
	.phone .work-item-description {
	    margin-bottom: 15px;;
	}
	.work-item-description {;
	    margin-bottom: 25px;
	    margin-top: 0px;
	}
	.phone .work-item-description,
	.wallet .work-item-description,
	.delivery-work .work-item-description {
	    padding-left: 40px;
	    margin-top: 0;
	}
	.work-item-title {
	padding-top: 0px;
	}
	.wallet .work-item-description {
	margin-bottom: 0;
	margin-top: 0;
	}
	.work .delivery-img {
	    margin-left: 23px;
	    margin-bottom: 10px;
	}
	.phone-img {
	    margin-left: 23px;
	    margin-bottom: 10px;
	}
	.wallet,
	.delivery-work{
		position: relative;
		margin-top: 50px;
	}
	.wallet:before,
	.moskow:before,
	.delivery-work:before{
		content: "";
		position: absolute;
		display: block;
		height:18px; 
		width:17px;
		background: url(../img/work/arrow.png) no-repeat top center;
		top: -42px;
		left: 15px;
	}
	.work-item-title {
	    font-size: 12px;
	}
	.work-item-description {
	    font-size: 12px;
	}
	.document .work-item-title {
	    padding-left: 0;
	    padding-top: 0;
	}
	.document .work-item-description {
	    margin-top: 20px;
	    margin-bottom: 0px;
	}
	.wheel .work-item-title {
	    padding-top: 15px;
	}
	#scene6 li{
		display: none !important;
	}
	.wheel .work-item-description {
	    margin-bottom: 0px;
	}
	.work-subtitle {
		text-align: center;
	    font-size: 17px;
	    margin: 50px 0 5px 0px;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~REVIEWS~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.reviews-2{
	background: #E1E1E1 url(../img/reviews-2/bg.jpg) no-repeat bottom center;
    padding-top: 50px;
    height: auto;
	padding-bottom: 25px;
	min-height: 676px;
}

.reviews-2 .separator {
	margin-bottom: 20px;
}

.reviews-2-title{
	color: #404040;
    margin-bottom: 5px;
}

.reviews-2 .slick-slide-header div{
	display: inline-block;
	vertical-align: middle;
}

.reviews-2 .slick-slide-header-img{
	margin-right: 78px;
	height: 210px;
	width: 188px;
}

.reviews-2 .slick-slide{
	padding: 28px 24px 0 24px;
	border-radius: 3px;
	outline: none;
}

.reviews-2-slider{
	width: 890px !important;
	margin: 0 auto;
}

.reviews-2 .slick-slide-header-description{
	font-family: "HLight";
	font-style: italic;
	font-size: 20px;
	color: #494949;
	line-height: 1.2em;
	width: 500px;
	letter-spacing: 0.6px;
}

.reviews-2 .slick-slide-header-description span{
	color: #FA5B10;
	font-family: "HBold";;
}

.reviews-2 .slick-slide-name{
	font-family: "HMedium";
	font-size: 18px;
	color: #fff;
	line-height: 1em;
	letter-spacing: 0.6px;
	margin-bottom: 20px;
}

.reviews-2 .reviews-2-grey-block {
    background: rgba(65,65,65,0.42);
    border-radius: 3px;
    padding: 13px 15px;
    width: 49%;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}

.reviews-2 .reviews-2-video-block {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    height: 230px;
    text-align: center;
}

.reviews-2 .slick-prev,
.reviews-2 .slick-next {
    top: 38%;
}

.reviews-2 .slick-slide-text{
	text-indent: 36px;
	font-family: "HMedium";
	font-size: 14px;
	color: #fff;
	line-height: 1.2em;
	letter-spacing: 0.6px;
}

@media (max-width: 991px){
	.reviews-2-slider{
		width: 720px !important;
	}
	.reviews-2 .slick-slide-header-img {
	    margin-right: 30px;
	    margin-bottom: 20px;
	}
	.reviews-2 .slick-slide {
	    padding: 20px;
	}
	.reviews-2 .slick-slide-header-description {
	    font-size: 20px;
	    width: 450px;
	    letter-spacing: 0.6px;
	}
	.reviews-2 .slick-next {
	    right: -15px;
	}
	.reviews-2 .slick-prev {
	    left: -15px;
	}
	.reviews-2 .slick-slide-name {
	    margin-bottom: 10px;
	}
	.reviews-2 .reviews-2-video-block {
	    width: 50%;
	}
}

@media (max-width: 767px){
	.reviews-2-slider {
	    width: 100% !important;
	}
	.reviews-2-title{
		font-size: 19px;
		margin-bottom: 0;
	}
	.reviews-2 .slick-slide {
	    padding: 0;
	}
	.reviews-2 {
	    padding-bottom: 30px;
	    height: auto;
	    padding-top: 30px;
	    background: #eee;
	}
	.reviews-2 .reviews-2-grey-block {
	    background: rgba(65,65,65,0.42);
	    border-radius: 3px;
	    padding: 10px 15px;
	    width: 90%;
	    display: block;
	    height: auto;
	    vertical-align: middle;
	    margin: 0 auto 15px;
	}
	.reviews-2-title span {
	    font-size: 26px;
	}
	.reviews-2 .slick-slide-header-img {
	    margin: 0 auto;
	    width: 100px;
	    height: 112px;
	}
	.reviews-2 .slick-slide-header div {
	    display: block;
	    text-align: center;
	    margin-bottom: 20px;
	    font-size: 14px;
	}
	.reviews-2 .slick-slide-header-description {
		width: 100%;
	}
	.reviews-2 .slick-slide-name {
	    text-align: center;
	}
	.reviews-2 .slick-slide-name span {
	    margin: 10px auto 20px;
	}
	.reviews-2 .slick-slide-text {
	    text-align: center;
	    text-indent: 0px;
	    font-size: 12px;
	}
	.reviews-2 .separator {
	    margin-bottom: 15px;
	}
	.reviews-2 .reviews-2-video-block {
	    width: 100%;
	    display: block;
	}
	.reviews-2-video-block iframe{
		width: 290px;
		margin: 0 auto;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~CONTACTS~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.contacts{
	height: 780px;
}

.contacts-title{
	height: 93px;
	line-height: 93px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: "HBold";
	font-size: 42px;
	letter-spacing: 0.06em;
	background: #2c2b2b;
}

#map-block,
.contacts-content{
	width: 50%;
	float: left;
	height: 687px;
	vertical-align: middle;
}

.contacts-content{
	background: url(../img/contacts/bg.jpg) no-repeat top left;
	padding: 23px 0 23px 43px;
}

.contacts-item{
	margin-bottom: 18px;
}

.contacts-item-title{
	font-family: "HBold";
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 0.2em;
	color: #ff4e00;
	margin-bottom: 5px;
}

.contacts-item-content{
	font-family: "HRoman";
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 0.2em;
	color: #fff;
}

.contacts-item-content span{
	font-size: 22px;
	line-height: 1.2em;
}

.contacts-form-block{
	width: 518px;
	height: 397px;
	display: block;
	background: url(../img/contacts/form-bg.png) no-repeat top center;
	position: relative;
	left: -16px;
	margin-top: 15px;
}

.contacts-form-block-workarea{
	width: 375px;
	margin-left: 16px;
}

.contacts-form-block-top{
	height: 116px;
	font-family: "HBold";
	font-size: 24px;
	line-height: 1.2em;
	color: #fff;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 22px;
}

.contacts-form-block-top span{
	font-family: "HLight";
	font-size: 30px;
	line-height: 1.2em;
}

.contacts-form-block form {
    margin-top: 30px;
}

.contacts-form-block .send:after{
	content: "заказать звонок";
}

.contacts-form-block .send:hover:after,
.contacts-form-block .send:active:after{
	content: "ЗАКАЗАТЬ БЕСПЛАТНЫЙ ЗАМЕР";
	font-size: 14px;
}

@media (max-width: 991px){
	#map-block, .contacts-content {
	    width: 100%;
	    float: none;
	}
	#map-block{
	    height: 300px;
	}
	#scene7 li{
		display: none !important;
	}
	.contacts-content {
	    background: #000 url(../img/contacts/bg.jpg) no-repeat top center;
	    padding: 25px;
	    height: auto;
	    text-align: center;
	}
	.contacts-form-block {
		margin: 0 auto;
	    left: 0px;
	}
	.contacts-form-block-top {
	    padding-left: 0px;
	}
}

@media (max-width: 767px){
	.contacts-title {
	    height: 60px;
	    line-height: 60px;
	    font-size: 19px;
	}
	.contacts-item-content {
	    letter-spacing: 0.15em;
	}
	.contacts-form-block {
	    width: 290px;
	    height: 285px;
	    display: block;
	    background: #e1e1e1;
	    position: relative;
	    margin-top: 15px;
	}
	.contacts-content {
	    padding: 25px 15px;
	}
	.contacts-form-block-workarea {
	    width: 290px;
	    margin-left: 0px;
	}
	.contacts-form-block-top {
	    height: 95px;
	    font-size: 19px;
	    padding-left: 0px;
	    padding-top: 15px;
	    background: #000;
	}
	.contacts-form-block-top span {
	    font-size: 24px;
	}
	.contacts-form-block form {
	    margin-top: 15px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~thanks-modal~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#thanks-modal.active{
	display: block;
	opacity: 1;
	background: rgba(0, 0, 0, .75);
}

.modal-dialog {
    width: 391px;
    margin: 150px auto;
}

.modal-body {
    padding: 0;
}

.modal-content {
    border: none;
    border-radius: 0px;
	background: url(../img/bg-modal.jpg) no-repeat;
	height: 324px;
    background-size: contain;
}

.modal-close{
	position: absolute;
	height: 19px;
	width: 19px;
	background: url(../img/x.png);
	right: -19px;
	top:-19px;
	cursor: pointer;
	-webkit-transition:.3s;
	transition: .3s;
}

.modal-close:hover{
	-moz-transform: rotate(360deg); /* Для Firefox */
    -ms-transform: rotate(360deg); /* Для IE */
    -webkit-transform: rotate(360deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(360deg); /* Для Opera */
    transform: rotate(360deg);
}

.thanks-title{
	height: 90px;
	text-align: center;
	line-height: 90px;
	vertical-align: middle;
	font-family: "HBold";
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}

.thanks-text{
	text-align: center;
	font-family: "HRoman";
	font-size: 24px;
	line-height: 1.2em;
	color: #474747;
	margin-top: 50px;
	margin-bottom: 45px;
}

.back-to-site{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	background: #ff4e00;
	color: #fff;
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: "HRoman";
	font-size: 16px;
	letter-spacing: 0.08em;
	cursor: pointer;
	-webkit-transition:.3s;
	transition:.3s;
}

.back-to-site:hover{
	position: relative;
	top:3px;
}

@media (max-width: 767px){
	.modal-dialog {
	    width: 290px;
	    margin: 150px auto;
	}
	.modal-close {
	    right: 0px;
	    top:-25px;
	}
	.thanks-title {
	    height: 65px;
	    line-height: 65px;
	    font-size: 18px;
	}
	.thanks-text {
	    font-size: 18px;
	    margin-top: 25px;
	    margin-bottom: 35px;
	}
	.modal-content {
	    height: 241px;
	}
}


.reviews-2 .reviews-2-video-block iframe{
	width: 320px !important;
	height: 230px !important;
}

.trucks .truck-photo img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: initial;
}
.truck-photo {
	position: relative;
}

.reviews-2 .slick-slide-header-img {
	position: relative;
}
.slick-slide img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: initial;
}

.slide-text-separator img {
	position: static;
	transform: inherit;
}

@media (max-width: 767px){
	input[type="text"] {
		font-size: 14px !important;
	}
}

@media (max-width: 767px){
	.layer{
		display: none !important;
	}
}

@media (max-width: 767px){
	.reviews .slick-list {
		overflow: hidden !important;
	}
}