html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
}
.footer-bg {
	background: url(../img/body.png) 50% 100% no-repeat;
}



.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.wrp {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}

.main-header {
	background: url(../img/header.png) 0 50% no-repeat;
	background-size: cover;
	height: 904px;
	margin-bottom: 40px;
}

.inner-header {
	background: url(../img/header.png) 0 50% no-repeat;
	background-size: cover;
	height: 130px;
	margin-bottom: 40px;
}

.main-header-top {
	position: relative;
	height: 130px;
}

.header_menu {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 40px;
}
.header_menu ul {
	display: block;
	list-style: none;
    margin: 0;
	padding: 0;
}
.header_menu li {
	display: inline-block;
	margin: 0 50px 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}
.header_menu li a {
	display: inline-block;
	padding: 0 0;
	text-align: left;
	text-decoration: none;
	font-size: 18px;
	font-family: "Museo Sans Cyrl 700";
	color: rgb(0, 0, 0);
}
.header_menu li a.active {
	text-decoration: underline;
}


.header-phone {
    position: absolute;
    top: 43px;
    right: 0;
    text-align: right;
    background: url(../img/phone.png) 0 3px no-repeat;
    padding-left: 26px;
}	
.header-phone a {
	text-decoration: none;
	font-size: 18px;
	font-family: "Museo Sans Cyrl 900";
	color: rgb(0, 0, 0);
}

.header-address {
    position: absolute;
    top: 71px;
    right: 0;
    text-align: right;
    background: url(../img/address.png) 0 3px no-repeat;
    padding-left: 17px;
    font-size: 15px;
    font-family: "Museo Sans Cyrl 700";
    color: rgb(0, 0, 0);
}





.main-header-body {
	padding: 126px 0 0 0;
}
.main-header-title {
	margin-bottom: 18px;
	font-size: 20px;
	font-family: "Museo Sans Cyrl 700";
	color: rgb(145, 145, 145);
	text-transform: uppercase;
	line-height: 1.5;
}
.main-header-name {
	margin-bottom: 27px;
	font-size: 60px;
	font-family: "Museo Sans Cyrl 900";
	color: rgb(0, 0, 0);
	line-height: 1.167;
}
.main-header-text {
    font-size: 20px;
    font-family: "Museo Sans Cyrl 700";
    color: rgb(75, 75, 75);
    line-height: 1.5;
    width: 504px;
    margin-bottom: 57px;
}








.footer {
	margin: 0 0 0 0;
	background: #010101;
	height: 120px;
}
.copiright {
	position: absolute;
	top: 31px;
    left: 0;
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 2;
}
.footer-phone {
    position: absolute;
    top: 35px;
    right: 0;
    padding-left: 26px;
    text-align: right;
    background: url(../img/phone.png) 0 3px no-repeat;
}
.footer-phone a {
	text-decoration: none;
	font-size: 18px;
	font-family: "Museo Sans Cyrl 900";
	color: rgb(255, 255, 255);
}
.footer-policy {
    position: absolute;
    top: 61px;
    right: 0;
    text-align: right;
}
.footer-policy a {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.302);
	line-height: 2;
	text-decoration: none;
}

.main_about {
	padding-top: 100px;
	margin-bottom: 100px;
	overflow: hidden;
}
.main_about-left {
	width: 600px;
	float: left;
	height: 560px;
}
.main_about-right {
	margin-left: 600px;
}

.main_about-img {
	height: 509px;
	position: relative;
	margin-left: 100px;
}
.main_about-img:before {
	content: '';
	display: block;
	background: #f0f0f0;
	width: 380px;
	height: 509px;
	border-radius: 10px;
	position: absolute;
	top: 50px;
	left: -100px;
	z-index: -1;
}
.main-text {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 2;
}

.main_blog {
	margin-bottom: 30px;
}
.main_blog h2 {
    text-align: center;
    margin-bottom: 41px;
}
.main_blog-list {
	overflow: hidden;
	margin-right: -60px;
}
.main_blog-item {
	width: 563px;
	float: left;
	margin: 0 54px 54px 0;
}
.main_blog-img {
	margin-bottom: 31px;
}
.main_blog-img img {
	border-radius: 10px;
}
.main_blog-name {
    margin-bottom: 30px;
}
.main_blog-name a {
	font-size: 24px;
	font-family: "Museo Sans Cyrl 900";
	color: rgb(40, 40, 40);
	line-height: 1.5;
	text-decoration: none;
}
.main_blog-preview {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.702);
	line-height: 1.6;
}

.main_services {
	margin-bottom: 30px;
}
.main_services h2 {
    text-align: center;
    margin-bottom: 41px;
}
.main_services-list {
	overflow: hidden;
	margin-right: -30px;
	text-align: center;
}
.main_services-item {
    width: 380px;
    height: 562px;
    box-sizing: border-box;
    border-radius: 10px;
	display: inline-block;
	vertical-align: top;
    margin: 0 18px 18px 0;
    padding: 59px 43px 0 43px;
    text-align: center;
}
.main_services-img {
	height: 117px;
}
.main_services-img-1 {
    background: url(../img/main_services-img-1.png) 50% 0 no-repeat;
}
.main_services-img-2 {
    background: url(../img/main_services-img-2.png) 50% 0 no-repeat;
}
.main_services-img-3 {
    background: url(../img/main_services-img-3.png) 50% 0 no-repeat;
}

.main_services-list .main_services-item:nth-child(1) {
    background: url(../img/main_services-1.png) 0 0 no-repeat;
}
.main_services-list .main_services-item:nth-child(2) {
    background: url(../img/main_services-2.png) 0 0 no-repeat;
}
.main_services-list .main_services-item:nth-child(3) {
    background: url(../img/main_services-3.png) 0 0 no-repeat;
}
.main_services-name {
    height: 92px;
}
.main_services-name a {
	font-size: 24px;
	font-family: "Museo Sans Cyrl 900";
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
}
.main_services-preview {
	font-size: 16px;
	font-family: "Museo Sans Cyrl";
	color: rgba(0, 0, 0, 0.8);
	line-height: 2.063;
	text-align: center;
	height: 182px;
}
.main_services-btn a {
	padding: 0;
	width: 100%;
}


.main_trigers {
	margin-bottom: 50px;
    background: url(../img/main_trigers.png) 50% 0 no-repeat;
	padding: 145px 0;
}
.main_trigers h2 {
    text-align: center;
    margin-bottom: 27px;
	padding: 0;
}
.main_trigers-text {
    text-align: center;
	font-size: 24px;
	color: rgb(0, 0, 0);
	line-height: 2;
	margin-bottom: 66px;
}
.main_trigers-list {
	overflow: hidden;
	margin: 0 -60px 30px 0;
	padding: 0;
}
.main_trigers-item {
    width: 380px;
    height: 473px;
    box-sizing: border-box;
    border-radius: 10px;
    float: left;
    margin: 0 18px 30px 0;
    padding: 172px 43px 0 43px;
    text-align: center;
    display: block;
}
.main_trigers-1 {
    background: #fff url(../img/main_trigers-1.png) 50% 55px  no-repeat;
}
.main_trigers-2 {
    background: #fff url(../img/main_trigers-2.png) 50% 55px  no-repeat;
}
.main_trigers-3 {
    background: #fff url(../img/main_trigers-3.png) 50% 55px  no-repeat;
}
.main_trigers-name {
	font-size: 24px;
	font-family: "Museo Sans Cyrl 900";
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
    margin-bottom: 23px;
}
.main_trigers-preview {
	font-size: 16px;
	font-family: "Museo Sans Cyrl";
	color: rgba(0, 0, 0, 0.8);
	line-height: 2.063;
	text-align: center;
}
.main_trigers-btn {
	text-align: center;
}


.main-order {
	padding-bottom: 100px;
}
.order {
    margin: 0 auto;
    padding: 70px 40px;
    width: 780px;
    position: relative;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
}
.order .h3 {
	text-align: center;
	margin-bottom: 17px;
}
.order-form {
	width: 380px;
	margin: 0 auto;
}
.order-name {
	margin: 0 0 10px 0;
}	
.order-name input {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(221, 221, 221);
	border-radius: 5px;
	background: rgb(255, 255, 255) url(../img/form-user.png) 10px 50%  no-repeat;
	width: 100%;
	height: 54px;
	line-height: 54px;
	z-index: 24;
	box-sizing: border-box;
	font-size: 16px;
	font-family: "Museo Sans Cyrl";
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: 35px;
	display: block;
}	
.order-email {
	margin: 0 0 10px 0;
}	
.order-email input {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(221, 221, 221);
	border-radius: 5px;
	background: rgb(255, 255, 255) url(../img/form-email.png) 10px 50%  no-repeat;
	width: 100%;
	height: 54px;
	line-height: 54px;
	z-index: 24;
	box-sizing: border-box;
	font-size: 16px;
	font-family: "Museo Sans Cyrl";
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: 35px;
	display: block;
}	
.order-phone {
	margin: 0 0 10px 0;
}	
.order-phone input {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(221, 221, 221);
	border-radius: 5px;
	background: rgb(255, 255, 255) url(../img/form-phone.png) 10px 50%  no-repeat;
	width: 100%;
	height: 54px;
	line-height: 54px;
	z-index: 24;
	box-sizing: border-box;
	font-size: 16px;
	font-family: "Museo Sans Cyrl";
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: 35px;
	display: block;
}	
.order-submit {
	padding-top: 47px;
	text-align: center;
}
.order-submit .btn {
	padding: 0 100px;
}

.error input {
	border: 1px solid red !important;
}