﻿@font-face {
    font-family: "myriad-it";
	src: url( "../fonts/MyriadPro-It.otf" );
}

@font-face {
    font-family: "myriad-bold";
	src: url( "../fonts/MyriadPro-Bold.otf" );
}

@font-face {
	font-family: "myriad-regular";
	src: url( "../fonts/MyriadPro-Regular.otf" );
}

@font-face {
	font-family: "myriad-semibold";
	src: url( "../fonts/MyriadPro-Semibold.otf" );
}

body {
	color: #181818;
	background-color: #fff7ea;
	font-family: 'myriad-regular';
	letter-spacing: 0.025em;
}

.w950 {
	width: 1075px;
	margin: 0 auto;
}

#wrapper {
	max-width: 100%;
	margin: 0 auto;
}

.ruble {
	font-family: "ALSRublRegular";
}

/*--Блок акция/звонок с формой--*/
.bgf {
	background: #e6f5f6  url("../img/bg/flowers.jpg") no-repeat center center;
	z-index: 0;
}

.bgp {
	background: #e6f5f6 url("../img/bg/phone.jpg") no-repeat center center;
}

.bg-corner-top1 {
	background: url("../img/bg/corner-form-top.png") no-repeat top center;
}

.bg-corner-top2 {
	background: url("../img/bg/corner-form-top2.png") no-repeat top center;
}

.bgc1:before, .bgc1:after {
	background-color: #F6F5F5;
}

.bgc2:before, .bgc2:after {
	background-color: #FFF;
}

.bgc3:before, .bgc3:after {
	background-color: #f6f1e8;
}

/*--угол низ--*/
.corner-bottom:before, .corner-bottom:after {
    bottom: 0;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    width: 50%;
}

.corner-bottom:after {
    border-radius: 80px 0 0 0;
    left: auto;
    right: 0;
}

.corner-bottom:before {
    border-radius: 0 80px 0 0;
}
/*--/угол низ/--*/

.sform {
	padding: 100px 0;
}

.sform .left{
	width: 280px;
}

.sform .left h3{
	font: 36px/36px 'PT Serif';
	margin-bottom: 20px;
}

.sform .left p{
	font-size: 18px;
	line-height: 25px;
}

.sform .ml{
	margin-left: -100%;
}

.sform .form {
	margin-left: -295px;
}

/*--таймер--*/
.clocks {
	background-color: #fff;
	padding: 7px 20px;
	position: relative;
	width: 310px;
	margin: 170px auto 0;
}

.clocks p{
	font-size: 18px;
	line-height: 26px;
}

.clocks div, .clocks i{
	display: inline-block;
	font: bold italic 26px 'PT Serif';
}

.clocks i{
	min-width: 30px;
}

.clocks div{
	margin-right: 5px;
}

.clocks:before, .clocks:after { 
	content: ""; 
	position: absolute; 
	z-index: -2; 
	bottom: 20px; 
	left: 20px; 
	width: 50%; 
	height: 20%; 
	max-width: 300px; 
	-webkit-box-shadow:0 15px 15px rgba(0, 0, 0, 0.7); 
	   -moz-box-shadow:0 15px 15px rgba(0, 0, 0, 0.7); 
	        box-shadow:0 15px 15px rgba(0, 0, 0, 0.7); 
	
	-webkit-transform:rotate(-8deg); 
	   -moz-transform:rotate(-8deg); 
	    -ms-transform:rotate(-8deg); 
	     -o-transform:rotate(-8deg); 
	        transform:rotate(-8deg); 
} 

.clocks:after { 
	right: 20px; 
	left: auto; 
	-webkit-transform:rotate(8deg); 
	   -moz-transform:rotate(8deg);
	    -ms-transform:rotate(8deg); 
	     -o-transform:rotate(8deg); 
	        transform:rotate(8deg); 
 }
/*--/таймер/--*/
/*--/Блок акция/звонок с формой/--*/

/*--Форма--*/
form {
	text-align: center;
	width: 295px;
}

form > p {
	color: #2b2b2b;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 20px;
}

form li {
	margin-bottom: 15px;
}

form li input {
	width: 100%;
	border: 1px solid #c9c9c9;
	padding: 5px 40px 10px 0;
	font: 18px 'PT Sans';
	text-align: center;
	border-radius: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: border, box-shadow ease 0.1s;
}

form li input:focus {
	outline: none;
	border: 1px solid #2cacb3;
	box-shadow: 0 0 0 2px rgba(44, 172, 179, 0.2) inset;
}

form li .button {
	background: url("../img/bg/btn-request.png") no-repeat 0 0;
	border: 0;
    width: 195px;
	height: 39px;
	margin-top: 10px;
	text-indent: -9999px;
	cursor: pointer;
}

form li .button:hover{
	background: url("../img/bg/btn-request.png") no-repeat 0 -39px;
}

form li .button:active {
	background: url("../img/bg/btn-request.png") no-repeat 0 -78px;
}

form li .orderBtn {
	background: url("../img/bg/btn-order.png") no-repeat 0 0;
	border: 0;
    width: 234px;
	height: 39px;
	margin-top: 10px;
	text-indent: -9999px;
	cursor: pointer;
}

form li .orderBtn:hover {
	background: url("../img/bg/btn-order.png") no-repeat 0 -39px;
}

form li .orderBtn:active {
	background: url("../img/bg/btn-order.png") no-repeat 0 -78px;
}

form li p {
	color: #3f3f3f;
	font-size: 12px;
	margin: 0;
}

input::-webkit-input-placeholder {color: #dfdfdf;}
input:-moz-placeholder {color: red;}

/*--/Форма/--*/

/*--Кнопка звонка--*/
.callBackBtn {
    background: url("../img/bg/btn-callback.png") no-repeat 0 0;
    display: block;
    text-indent: -9999px;
    width: 195px;
	height: 39px;
}

.callBackBtn:hover {
    background: url("../img/bg/btn-callback.png") no-repeat 0 -39px;
}

.callBackBtn:active {
    background: url("../img/bg/btn-callback.png") no-repeat 0 -78px;
}
/*--/Кнопка/--*/
a.mailto {
	color: #3d0b15;
	font-size: 12px;
	text-decoration: underline;
}

a.mailto:hover {
	color: #f06569;
}

/*--Псевдоссылка--*/
a.g-link {
	color: #2cacb3;
	font-size: 12px;
	text-decoration: none;
	background: -moz-linear-gradient(left,#2cacb3,#2cacb3 50%,transparent 50%);
	background: -ms-linear-gradient(left,#2cacb3,#2cacb3 50%,transparent 50%);
	background: -o-linear-gradient(left,#2cacb3,#2cacb3 50%,transparent 50%);
	background: -webkit-gradient(linear,0 0,100% 0,from(#2cacb3),color-stop(0.5,#2cacb3),color-stop(0.5,transparent));
	background: -webkit-linear-gradient(left,#2cacb3,#2cacb3 50%,transparent 50%);
	background: linear-gradient(left,#2cacb3,#2cacb3 50%,transparent 50%);
	background-size: 2px 1px;
	background-repeat: repeat-x;
	background-position: 0 1.2em;
	margin-right: 9px;
}

a.g-link:hover {
	color: #f06569;
	background: -moz-linear-gradient(left,#f06569,#f06569 50%,transparent 50%);
	background: -ms-linear-gradient(left,#f06569,#f06569 50%,transparent 50%);
	background: -o-linear-gradient(left,#f06569,#f06569 50%,transparent 50%);
	background: -webkit-gradient(linear,0 0,100% 0,from(#f06569),color-stop(0.5,#f06569),color-stop(0.5,transparent));
	background: -webkit-linear-gradient(left,#f06569,#f06569 50%,transparent 50%);
	background: linear-gradient(left,#f06569,#f06569 50%,transparent 50%);
	background-size: 2px 1px;
	background-repeat: repeat-x;
	background-position: 0 1.2em;
}
/*--/Псевдоссылки/--*/
/*-------------------------------------------------------------------------------------------------------*/

/*----HEAD----*/
#head .w950 {
	padding-bottom: 40px;
	border-bottom: 1px solid #e8e8e8;
}

/*--slogon--*/
#head .slogon {
	margin-left: -100%;
	margin-top: 65px;
	text-align: right;
}

#head .slogon h1 {
	color: #292929;
	font-size: 27px;
	font-weight: normal;
}

#head .slogon p {
	color: #e86166;
	margin-top: 20px;
	font: 20px/22px 'PT Serif';
}
/*--/slogon/--*/

/*--logo--*/
#head .logo {
	margin: 45px auto 0;
	width: 305px;
}
/*--/logo/--*/

/*--callback--*/
#head .callback {
	margin-left: -300px;
	margin-top: 35px;
	width: 300px;
}

#head .callback p {
	color: #3c3c3c;
	font-size: 28px;
	margin: 15px 0 20px;
}
/*--/callback/--*/

/*--menu--*/
#menu li {
	display: inline-block;
	vertical-align: top;
	padding: 20px 0;
}

#menu li.sep {
	background: url("../img/bg/razdel_menu.png") no-repeat center center;
	padding: 20px 40px;
}

#menu li a {
	color: #2f2f2f;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dotted #2f2f2f;
	transition: all ease 0.1s;
}

#menu li a:hover {
	color: #834d18;
	border-bottom: 1px dotted #834d18;
}

.menu-fixed {
    background-color: rgba(255,255,255, 0.8);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    padding-top: 20px;
    position: fixed;
    top: -20px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 60; 
}
/*--/menu/--*/
/*----/HEAD/----*/

/*----SIDE1----*/
#side1  {
	padding-bottom: 50px;
}

#side1 .w950 h2 {
	padding-bottom: 60px;
}

#side1 .w950 div {
	display: inline-block;
	vertical-align: top;
	width: 370px;
	margin-bottom: 50px;
}

#side1 .w950 div h3 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}

#side1 .w950 div p {
	font-size: 18px;
	line-height: 22px;
}

#side1 .w950 div:nth-child(even){
	text-align: right;
	margin-right: 100px;
}

#side1 .w950 div:nth-child(odd){
	text-align: left;
	margin-left: 100px;
}

#side1 .w950 div:nth-child(4){
	margin-right: 170px;
	width: 300px;
}

#side1 .w950 div:nth-child(5){
	margin-left: 170px;
	width: 300px;
}
/*----/SIDE1/----*/

/*----SIDE2----*/
#side2 {
	padding: 70px 0 125px;
}

#side2 .w950 p {
	width: 850px;
	text-align:justify;
	font:18px/22px 'myriad-regular';
	padding-left: 100px;
}
#side2 .w950 .bg {
	background: url("../img/bg_o_fabrike.png") no-repeat center 0;
	background-position:center;
	margin-bottom: 50px;
}
	

/*----/SIDE2/----*/

/*----SIDE3----*/
#side3 {
	background-color:#fff7ea;
/*	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.14);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.14);*/
	padding: 70px 0 70px 0px;
}

#side3 .w950 h2 {
	padding-bottom: 40px;
}

#side3 .w950 td {
	padding: 20px 10px 20px 2px;
	vertical-align:middle;
}

#side3 .w950 table {	
	font:18px/24px 'myriad-regular';
}


/*----/SIDE3/----*/

/*----SIDE4---*/

/*----/SIDE4/----*/

/*----SIDE5----*/
#side5 {
	background-color: #f6f5f5;
	padding: 120px 0 50px 0;
	position: relative;
}

#side5 .w950 h2 {
	padding-bottom: 60px;
}

#side5 .w950 div {
	display: inline-block;
	vertical-align: top;
	width: 295px;
	margin-bottom: 100px;
}

#side5 .w950 div:nth-child(3n+3){
	margin: 0 25px;
}

#side5 .w950 div h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 15px;
}

#side5 .w950 div p {
	font-size: 18px;
	line-height: 22px;
}
/*----/SIDE5/----*/

/*----SIDE6----*/
#side6 {
	padding-bottom: 100px;
	padding-top: 100px;
}

#side6 .w950 h2 {
	padding-bottom: 20px;
}

#side6 .w950 p {
	font-size: 24px;
}

#side6 table {
	width: 560px;
	margin: 30px auto 0;
}

#side6 table td {
	padding: 30px 20px;
	border-bottom: 1px solid #d6d6d6;
	font-size: 18px;
}
/*----/SIDE6/----*/

/*----SIDE7----*/
#side7 {
	background-color:#fff9ef;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.14);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.14);
	padding: 70px 0 70px 0px;
}



/*----/SIDE7/----*/

/*----SIDE8----*/
#side8 h2 {
	background: url("../img/bg/pig.png") no-repeat center 10px;
	margin-bottom: 70px;
}
/*----/SIDE8/----*/

/*----SIDE9----*/
#side9 {
	background-color: #f6f5f5;
	padding-bottom: 60px;
}

#side9 .w950 h2 {
	padding-bottom: 30px;
}

#side9 .w950 p {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}
/*----/SIDE9/----*/

/*----SIDE10----*/
#side10 {
	background: url("../img/bg/corner10.png") no-repeat top center;
	padding: 60px 0;
}

#side10 .w950 {
	background: url("../img/bg/brace.png") no-repeat center 83%;
}

#side10 .w950 h2 {
	background: url("../img/bg/clock.png") no-repeat center 0;
}

#side10 .w950 p {
	font-size: 18px;
	line-height: 32px;
	margin-top: 100px;
}

#side10 .w950 p b {
	font-size: 28px;
}

#side10 .w950 .stages {
	background: url("../img/bg/stages.png") no-repeat center bottom;
	height: 70px;
	margin: 30px 0 20px;
}

#side10 .w950 .stages div {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}

#side10 .w950 .stages div p {
	font-size: 18px;
	line-height: 24px;
}

#side10 .w950 .stages .d1 {
	width: 150px;
}

#side10 .w950 .stages .d2 {
	width: 180px;
}

#side10 .w950 .stages .d3, #side10 .w950 .stages .d5 {
	width: 130px;
}

#side10 .w950 .stages .d4{
	width: 160px;
	text-align: left;
	padding-left: 45px;
}

#side10 .w950 .stages .d6 {
	width: 100px;
	padding-left: 50px;
}

#side10 .w950 .stages-comment div {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 24px;
	padding-left: 17px;
}

#side10 .w950 .stages-comment .c1 {
	width: 150px;
}

#side10 .w950 .stages-comment .c2, #side10 .w950 .stages-comment .c3 {
	width: 124px;
}

#side10 .w950 .stages-comment .c4 {
	width: 185px;
}
#side10 .w950 .stages-comment .c5 {
	width: 150px;
}
#side10 .w950 .stages-comment .c6 {
	width: 100px;
}
/*----/SIDE10/----*/

/*----SIDE11----*/
#side11 {
	background-color:#fff9ef;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.14);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.14);
	padding: 70px 0 0px 0px;
}

#side11 .corner-bottom{
	margin-bottom: 50px;
}

#side11 .w950 .weds {
	margin: 40px 0 80px;
}

#side11 .w950 .weds h3 {	
	font:28px/32px 'myriad-regular';
	font-weight: normal;
	margin-bottom: 40px;
	text-align: center;
}

#side11 .w950 .weds h3:after {
	display: block;
	content: "";
	height: 1px;
	border-top: 1px solid #000;
	margin-top: -11px;
}

#side11 .w950 .weds h3 span {
	background-color: #fff9ef;
	padding: 0 50px;
}

#side11 .w950 .weds a:nth-child(3), #side11 .w950 .weds a:nth-child(4){
	margin-left: 1px;
}

#side11 .w950 .weds .review {
	margin-top: 30px;
}

#side11 .w950 .weds .review img {
	margin-right: 40px;
	margin-bottom: 20px;
}

#side11 .w950 .weds .review p {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
	margin-left: 370px
}

#side11 .w950 .weds .review p.pr {
	padding-top: 25px;
	margin-left: 370px
}

/*----/SIDE11/----*/

/*----SIDE12----*/
#side12 {
	background: url("../img/bg/crown.png") no-repeat center center;
	padding: 60px 0 120px;
}
/*----/SIDE12/----*/

/*----FOOTER----*/
#footer {
	padding: 40px 0;
	height: 170px;
	vertical-align:central;
}

/*--slogon--*/
#footer .slogon {
	margin-left: -100%;
	vertical-align:central;
}

#footer .slogon h1 {
	color: #292929;
	font-size: 27px;
	font-weight: normal;
}

#footer .slogon p {
	color: #e86166;
	margin-top: 20px;
	font: 20px/22px 'PT Serif';
}
/*--/slogon/--*/

/*--logo--*/
#footer .logo {
	margin: 0 auto 0;
	width: 401px;
	vertical-align:central;
}
/*--/logo/--*/

/*--social--*/
#footer .logo .social {
	margin-top: 25px;
}

#footer .logo .social a {
	display: inline-block;
	height: 28px;
	width: 28px;
	margin-right: 5px;
}

#footer .logo .social .vk {
	background: url("../img/bg/social.png") no-repeat 0 0;
}

#footer .logo .social .fb {
	background: url("../img/bg/social.png") no-repeat -28px 0;
}

#footer .logo .social .tw {
	background: url("../img/bg/social.png") no-repeat -56px 0;
}

#footer .logo .social .in {
	background: url("../img/bg/social.png") no-repeat -84px 0;
}
/*--/social/--*/

/*--LP lable--*/
#footer .logo .label {
	font: 14px/30px 'PT Serif';
	margin-top: 50px;
}

#footer .logo .label a.lp-logo {
	display: block;
	background: url("../img/bg/lp-label.png") no-repeat 0 0;
	width: 153px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#footer .logo .label a.lp-logo.selected {
	background-position: 0 -36px;
}

#footer .logo .label a {
	color: #2cacb3;
}

#footer .logo .label a.lp-link.selected {
	color: #F06569;
}
/*--/LP label/--*/

/*--callback--*/
#footer .callback {
	margin-left: -200px;
	width: 200px;
	vertical-align:central;
}

#footer .callback span {
	color: #2cacb3;
	font-size: 12px;
	text-decoration: underline;
}

#footer .callback p {
	margin: 15px 0 20px;
	color:#3d0b15;
	font:22px/24px 'myriad-regular';
}
/*--/callback/--*/
/*----/FOOTER/----*/

/* ------------------------------------------------------------------------------------- */
.wrOverlay {
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 111;
	cursor: pointer;
	display: none;
}

/*--we call--*/
.we-call {
	display: none;
	background-color: #fff;
	top: 20%;
	left: 50%;
    margin: 0 0 0 -210px;
	padding: 30px 60px 20px;
    position: fixed;
    z-index: 113;
	border-radius: 10px;
}

input[type=text].error {
	border: 1px solid red;
	box-shadow: 0 0 0 2px #eeb2b2 inset;
}

.close {
	background: url("../img/bg/close.gif") no-repeat center center;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
}

/*--thanks--*/
.thanks {
	display: none;
	background-color: #fff;
	left: 50%;
    margin: 0 0 0 -210px;
	padding: 30px 40px;
    position: absolute;
	z-index: 113;
	border-radius: 10px;
}

.thanks p {
	font-size: 26px;
	line-height: 30px;
}
/*--/thanks/--*/

/*--Slider--*/
.bx-controls {
	position: relative;
	width: 780px;
	margin: 0 auto;
}

.bx-viewport {
	padding-bottom: 80px;
	background-color: #f6f4f5;
}

.bx-wrapper .bx-caption {
    bottom: -55px;
    left: 0;
    position: absolute;
    width: 100%;
}

.bx-wrapper .bx-caption span {
	background-color: #fff;
    display: block;
    padding: 20px 60px;
	width: 660px;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px;
	height: 120px;
	position: relative;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.bx-wrapper .bx-caption span:before, .bx-wrapper .bx-caption span:after {
	content: ""; 
	position: absolute; 
	z-index: -2;
}

.bx-wrapper .bx-caption span:before {
	top: 50%; 
	bottom: 0px; 
	left: 30px; 
	right: 30px; 
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.6); 
	   -moz-box-shadow: 0 0 30px rgba(0,0,0,0.6); 
	        box-shadow: 0 0 30px rgba(0,0,0,0.6); 
	-moz-border-radius: 100% / 80px; 
	     border-radius: 100% / 80px;
}

.bx-caption h3 {
	color: #e86166;
	font: italic 36px/33px 'PT Serif';
	margin-bottom: 15px;
}

.bx-wrapper .bx-caption span p  {
	font-size: 18px;
	line-height: 22px;
	padding: 0 20px;
}

.bx-wrapper .bx-controls-direction a {
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: -125px;
    width: 37px;
	height: 37px;
    z-index: 60;
}

.bx-wrapper .bx-prev {
    background: url("../img/bg/prev-next.png") no-repeat 0 center;
    left: 3%;
}

.bx-wrapper .bx-next {
    background: url("../img/bg/prev-next.png") no-repeat -37px center;
    right: 3%;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover {
	opacity: 0.8;
}

#header {
	background: url(../img/head_1.jpg) no-repeat center top;
	position:relative;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	max-height:670px;
}
header {
	display: block;
}

.head{
	min-height:713px;
}
.headJawTop2{
	position:relative;
	height:195px;
	background:url(../img/headTop.png) repeat bottom;
	padding:15px 0 0;
}

.headJawTop{
	position:relative;
	height:280px;
	background:url(../img/headTop.png) repeat bottom;
	padding:15px 0 0;
}
.topHead{
	width:1000px;
	margin:0 auto;
}
.topHead td{
	vertical-align:top;
}
.logo{
	margin:5px 0 0 2px;
	width:129px;
}
.logof{
	width:138px;
	margin:0px 0 0 275px;
}
.logo1{
	margin:0px 80px 0 0;
}
.logo img{
	margin:0 0 3px;
}
.logo2 {
	margin:0 0 0 1px;
}

.headInf2{
	text-align:center;
	padding: 2px 20px 0 0;
	margin: 6px 0 0;	
}
.headInf2 h2{
	font:32px/32px 'myriad-bold';
	margin:25px 5px 6px 5px;
	white-space:nowrap;
	-webkit-text-size-adjust: auto;
	color:#3d0b15;
}
.headInf3{
	text-align:center;
	position:relative;	
	padding: 3px 0 0;
	margin: 6px 0 0;
	background:url(../img/headLine.png) no-repeat center top;
}
.headInf3 h2{
	font:32px/32px 'myriad-bold';
	margin:0 0px 26px;
	padding: 30px 0 0;
	white-space:nowrap;
	-webkit-text-size-adjust: auto;
	color:#3d0b15;
}


.headInf{
	text-align:center;
	position:relative;	
	padding: 53px 0 0;
	margin: 6px 0 0;
	background:url(../img/headLine.png) no-repeat center top;
}
.headInf h2{
	font:38px/38px 'myriad-bold';
	margin:0 0 26px;
	white-space:nowrap;
	-webkit-text-size-adjust: 100%;
	color:#3d0b15;
}

.headInf h2 i{
	display:inline-block;
	position:relative;
	width:295px;
}
.headInf h2 i img{
	position:absolute;
	top:-36px;
	left:10px;
}
.headInf p{
	font:18px/24px 'myriad-regular';
	margin:0;
	white-space:nowrap;
	-webkit-text-size-adjust: 100%;
	color:#3d0b15;
	padding:0 30px 0 0;
}

.headJaw{
	position:relative;
	width:998px;
	margin:0 auto;
	min-height:355px;
}
.hCont{
	width:175px;
	float:right;
	white-space:nowrap;
	text-align:center;
	margin:40px 0 0 0;
}
.hCont .ph{
	color:#3d0b15;
	font:22px/24px 'myriad-regular';
	margin:0 0 10px;
	white-space:nowrap;
}

h2.h2{
	padding:0 0 37px;
	font:24px/29px 'myriad-bold';
	text-align:center;
	text-transform:uppercase;
	background:url(../img/h2.png) no-repeat center bottom;
	display:block;
	margin:0 auto 34px;
}

.why .jaw{
	padding:67px 0 11px;
}
.why .bg1{
	position:absolute;
	right:-460px;
	top:90px;
}
.why .bg2{
	position:absolute;
	left:-460px;
	top:306px;
}
.whyUl{
	width:900px;
	padding:0 0 0 40px;
}
.whyUl li{
	display:-moz-inline-stack;
	display:inline-block; 
	zoom:1;
	*display:inline;
	width:226px;
	margin:0 21px 33px 0;
	vertical-align:top;
	padding:118px 0 0;
	position:relative;
}
.whyUl li img{
	position:absolute;
	top:0;
	margin:auto;
	left:0;right:0;
}
.whyUl li h3{
	font:18px/22px 'myriad-semibold';
	text-align:center;
	min-height:44px;
	text-transform:uppercase;
	margin:0 0 13px;
}
.whyUl li p{
	font:15px/18px 'myriad-regular';
	white-space:nowrap;
	display:block;
	padding:0 5px;
	margin:0;
	text-align:justify;
}
.whyUlalign {
	font:15px/18px 'myriad-regular';
	text-align:justify;
}
.whyUl .w1 img{top:9px;}
.whyUl .w2 img{top:10px;}
.whyUl .w4 img{top:20px;}
.whyUl .w5 img{top:1px; right:35px;}
.whyUl .w5{margin-left:50px; padding-right:34px;}
.whyUl .w6 img{top:24px;}
.whyUl .w6{margin-right:61px;}
.whyUl .w7 img{top:19px;}

.foto {
	width: 1000px;
	height: 777px;
	margin-left: -13px;
	font:18px/24px 'myriad-it';
	padding-top: 100px;
}
.foto img {
	padding: 3px 3px 0px 3px;
}
	
.comment {
	margin-top:-190px; 
	margin-left: 370px; 
	padding-bottom: 190px;
	font:18px/24px 'myriad-it';
	max-width: 680px;
}
.comment_it {
	margin-top:-140px; 
	margin-left: 370px; 
	padding-bottom: 140px;
	font:16px/19px 'myriad-it';
	max-width: 680px;
}

.headJaw{
	position:relative;
	width:998px;
	margin:0 auto;
	min-height:355px;
}

.headJaw .optForm{
	position:absolute;
	bottom:0;
	left:0;right:0;margin:auto;
}
.optForm{
	position:relative;
	padding:17px 10px 15px;
	width:835px;
	background:url(../img/headTop.png) repeat;
	border:1px solid #fff;
	border-bottom:none;
}
.optForm.oF2{
	background:none;
	border:1px solid #9d8488;
	margin:20px auto 0;
}
.optForm.oF3{
	border:1px solid #c4c4c4;
	width:318px;
	padding:20px 10px 18px;
}
.optForm h4{
	text-align:center;
	font:21px/25px 'frizquadratacregular';
	margin:0 0 13px;
	color:#3d0b15;
}
.optForm.oF3 h4{
	font:18px/22px 'frizquadratacregular';
	margin:0 0 28px;
	color:#5f5e5e;
}
input[type="text"]{
	width:207px;
	height:44px;
	display:block;
/*	margin:0 8px 0 0; */
    margin: 0 auto;
	border:none;
	background:url(../img/input.png) repeat 0 0 transparent;
	color:#fff;
	border:1px solid #fff;
	font:16px/44px 'frizquadratacregular';
	padding:0 17px 0 23px;
	position:relative;
}
.optForm.oF2 input[type="text"]{
	border-color:#3d0b15;
	color:#8e7c80;
	background:none;
}
.optForm.oF3 input[type="text"]{
	border-color:#fff;
	color:#fff;
	background:url(../img/input2.png) repeat 0 0 transparent;
	margin:0 auto 22px;
}
.optForm.oF2 input[type="text"]::-webkit-input-placeholder {color:#968689;}
.optForm.oF2 input[type="text"]:-moz-placeholder {color:#968689;}
.optForm.oF2 input[type="text"].placeholder {color:#968689;}
input[type="text"]:focus{
	box-shadow:#c62d2d 0 0 5px inset;
}
.optForm .formTab{
	width:auto;
	margin:0 auto 15px;
}
.optForm .formTab td{
	vertical-align:top;
}
.optForm .inf{
	text-align:center;
	margin:0;
	color:#3d0b15;
	font:14px/16px 'frizquadratacregular';
}
.optForm.oF3 .inf{
	color:#5f5e5e;
	font:10px/11px 'frizquadratacregular';
}

.map {
	background:url(../img/map.jpg) no-repeat center top;
	height: 585px;
	position:relative;
}
.block {
	position:relative;
	padding-top:190px;
	padding-right:200px;
	height:360px;
	width:186px;
}