/*HEADER*/
.main_slider_bg {
	width: 100%;
	min-height: 640px;
	background: url('../images/main_slider_bg.jpg')no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 99;
	position: relative;
}
header {
	width: 100%;
	min-height: 96px;
	background:url('../images/header_bg.png')no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}
.logo img {
	float: left;
	margin-top: 9px;
	margin-left: 23px;
	margin-right: 17px;
}
.title_logo {
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 56px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 33px;
	float: left;
	line-height: 30px;
}
header h1 {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	margin: 10px 0 0 28px;
}
.call_us {
	float: right;
	margin-right: 15px;
	margin-top: 6px;
}
.call_us .phone {
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 26px;
	color: #fff;
	position: relative;
	text-align: right;
	line-height: 30px;
	margin-bottom: 10px;
}
.call_us .phone:before {
	position: absolute;
	display: block;
	content: '';
	width: 25px;
	height: 24px;
	background: url('../images/phone_icon.png')no-repeat;
	top: 3px;
}
.call_us .call_button {
	font-family: 'PFDinTextCondPro-Medium';
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	width: 190px;
	height: 40px;
	background-color: #da4f49;
	border: 1px solid #a63a37;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
	line-height: 40px;
	display: block;
}
.call_us .call_button:hover {
	box-shadow: none;
}
/*END HEADER*/
/*MAIN SLIDER*/
.main_slider_title {
	text-align: center;
	margin-top: 162px;
	margin-left: 105px;
}
.main_slider_title p {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 38px;
	color: #fff;
	margin: 0;
}
.main_slider_title span {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 70px;
	color: #fff;
	line-height: 80px;
}
.form_bg {
	width: 350px;
	height: auto;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 1, 0.2);
	background: #ffffff url('../images/form_bg.png');
	margin: 44px auto 0 auto;
	text-align: center;
	padding: 27px 25px;
}
.form_title {
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 29px;
	color: #da4f49;
	line-height: 28px;
	margin-bottom: 20px;
	text-align: center;
}
.main_input {
	width: 290px;
	height: 50px;
	background-color: white;
	border: 1px solid #999;
	border-radius: 5px;
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 18px;
	color: #808080;
	padding-left: 20px;
	outline: none;
	margin-bottom: 20px;
}
.main_submit {
	font-family: 'PFDinTextCondPro-Medium';
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
	width: 290px;
	height: 50px;
	background-color: #da4f49;
	border: 1px solid #a63a37;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
.main_submit:hover {
	box-shadow: none;
}
.adversting_block {
	width: 350px;
	height: 162px;
	background-color: #a3956e;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.45);
	margin: 0 auto;
	padding: 20px;
	position: relative;
	top: 50px;
}
.adversting_block img {
	float: left;
	margin-right: 20px;
}
.adversting_text {
	float: left;
	width: 224px;
}
.adversting_text .title {
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 30px;
	color: #fff;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.adversting_text p {
	margin: 0;
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 20px;
	color: #fff;
	line-height: 22px;
}
/*END MAIN SLIDER*/
/*ZAKAZ FORM*/
.zakaz_bg {
	width: 100%;
	min-height: 670px;
	background: url('../images/zakaz_bg.jpg')no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: -50px;
}
.zakaz__title {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 50px;
	color: #333;
	line-height: 50px;
	text-align: center;
	margin-top: 145px;
}
.zakaz__title span {
	font-size: 40px;
	line-height: 40px;
	display: block;
	margin-top: 8px;
}
.zakaz__subtitle {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 30px;
	color: #333;
	line-height: 34px;
	text-align: center;
	margin-top: 33px;
}
.zakaz_form_bg {
	width: 635px;
	height: 242px;
	background-color: white;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 1, 0.2);
	padding-top: 27px;
	text-align: center;
	margin-top: 30px;
}
.zakaz_form_bg .main_input:nth-child(2) {
	margin-right: 30px;
}
.zakaz_form_bg .main_input {
	width: 272px;
	margin-bottom: 30px;
}
/*END ZAKAZ FORM*/
/*ADVANTAGES*/
.advantages_bg {
	width: 100%;
	min-height: 655px;
	background: url('../images/advantages_bg.jpg')no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}
.h1_white {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 50px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin-top: 50px;
}
.h2_white {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
}
.circle_block {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.circle_block p {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 22px;
	color: #fff;
	line-height: 22px;
	margin: 31px 0 0 0;
}
.circle_block p span {
	font-family: 'PFDinTextCondPro-Medium';
}
.form_advantages {
	width: 1110px;
	height: 161px;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 1, 0.2);
	background: #ffffff url('../images/form_bg.png');
	text-align: center;
	padding-top: 27px;
	margin: 0 auto;
}
.form_advantages .main_input {
	width: 330px;
	margin-right: 30px;
}
/*END ADVANTAGES*/
/*REVIEWS*/
.reviews_bg {
	width: 100%;
	background: url('../images/reviews_bg.jpg');
	padding-top: 50px;
	padding-bottom: 60px;
}
.h1_black {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 50px;
	color: #333;
	line-height: 50px;
	text-align: center;
}
.review_name {
	font-family: 'PFDinTextCondPro-Medium';
	font-size: 20px;
	color: #a3956e;
	margin-top: 10px;
}
.rotate_quote {
	float: right;
}
.review_text {
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 20px;
	color: #333;
	line-height: 22px;
	margin: 15px 0;	
}
.reviews_bg hr {
	width: 100%;
	height: 1px;
	background: rgba(163,149,110,0.3);
}
.reviews_bg .form_advantages {
	margin-top: 25px;
}
/*END REVIEWS*/
/*ITEMS*/
.items_bg {
	width: 100%;
	min-height: 665px;
	background: url('../images/items_bg.jpg')no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}
.items_bg .form_advantages {
	margin-top: 45px;
}
/*END ITEMS*/
/*CONTACT US*/
.h2_black {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 40px;
	color: #333;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 22px;
}
.h2_black span {
	font-family: 'PFDinTextCondPro-Medium';
	font-size: 40px;
	color: #da4f49;
}
.bottom_form {
	margin: 0 auto;
}
.present {
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 1, 0.2);
	display: block;
	margin: 0 auto;
}
/*END CONTACT US*/
/*FOOTER*/
.footer_bg {
	width: 100%;
	min-height: 100px;
	background-color: #70664b;
}
.footer_bg .call_us .phone {
	margin: 30px 0 0 0;
}
.footer_bg .call_us .phone:before {
	left: -30px;
}
.footer_link {
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 16px;
	color: #e5e5e5;
	text-decoration: none;
	line-height: 100px;
}
.footer_link:hover {
	text-decoration: underline;
	color: #e5e5e5;
}
.copyright {
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 16px;
	color: #e5e5e5;
	text-align: center;
	margin-top: -23px;
	margin-bottom: 10px;
}
/*END FOOTER*/
.conf_wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 15px;
}
.conf_wrap .title {
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 38px;
	margin-bottom: 10px;
	text-align: center;
}
.conf_wrap p {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 18px;
	color: #333;
	line-height: 22px;
	margin-bottom: 10px;
}
.conf_wrap p span {
	font-weight: bold;
}
.conf_wrap a {
	margin-bottom: 20px;
	display: inline-block;
	color: #51abcc;
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 18px;
}
.conf_wrap a:hover {
	text-decoration: none;
}
.conf_wrap .smartres {
	display: inline-block;
	float: none;
	margin-bottom: 0;
	font-size: 16px;
}
/*MODAL1*/
.overlay{
    background:transparent url('../images/overlay.png') repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:9999999999999999999999;  
}
.nonebox{
    position:fixed;
    top:-470px;
    left: 0%;
    right: 0;
		height: auto;
		background-color: #f2f2f2;
    z-index: 9999999999999999999999;
    text-align: center;
    border-radius: 4px;
    padding: 20px;
    width: 354px;
    margin: 0 auto;
}  
a.box-close{
    float:right;
    width:24px;
    height:24px;
    background:url('../images/close.png') no-repeat top left;;
    margin: -30px -30px 0px 0px;
    cursor:pointer;
    display:block
}
.modal_h1 {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 30px;
	color: #3c3838;
	margin-bottom: 20px;
}
.input_modal {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 16px;
	color: #999;
	padding-left: 20px;
	width: 306px;
	height: 48px;
	background-color: white;
	border: 1px solid #999;
	display: block;
	margin-bottom: 20px;
	outline: none;
}
.submit_modal {
	font-family: 'PFDinTextCondPro-Medium';
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	outline: none;
	width: 190px;
	height: 40px;
	background-color: #da4f49;
	border: 1px solid #a63a37;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
.submit_modal:hover {
	box-shadow: none;
}
.success, .fail{
	font-family: 'PFDinTextCondPro-Light';
	font-size: 30px;
	color: #3c3838;
	line-height: 40px;
}
.success span, .fail span {
	font-size: 50px;
	margin-bottom: 15px;
}
.success a, .fail a {
	font-family: 'PFDinTextCondPro-Medium';
	font-size: 20px;
	color: #fff;
	width: 190px;
	height: 40px;
	background-color: #da4f49;
	border: 1px solid #a63a37;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	display: block;
	margin-top: 20px;
}
.success a:hover, .fail a:hover {
	box-shadow:none;
	color: #fff;
	text-decoration: none;
}
.form_bg .success a, .fail a {
	display: none;
}
.form_bg .success, .fail {
	margin-top: 30px;
}
.success, .fail a:hover {
	box-shadow: none;
}
.form_advantages .success a, .fail a {
	display: none;
}
.zakaz_form_bg .success a, .fail a {
	display: none;
}
.cus_m {
	margin-bottom: 25px;
}
/*END MODAL1*/
.complect {
	text-align: center;
	font-family: 'PFDinTextCondPro-Medium';
	font-size: 22px;
	color: #333;
	margin: 15px 0 0 0;
}

.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 