﻿/*********************reset****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********************reset****************************/

/*********************Шрифты****************************/
@font-face {
  font-family: 'BazhanovC';
  src: url('../fonts/BazhanovC.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/BazhanovC.otf')  format('opentype'),         
       url('../fonts/BazhanovC.woff') format('woff'), 
       url('../fonts/BazhanovC.ttf')  format('truetype'), 
       url('../fonts/BazhanovC.svg#BazhanovC') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BazhanovC-Bold';
  src: url('../fonts/BazhanovC-Bold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/BazhanovC-Bold.otf')  format('opentype'),
       url('../fonts/BazhanovC-Bold.woff') format('woff'), 
       url('../fonts/BazhanovC-Bold.ttf')  format('truetype'), url('BazhanovC-Bold.svg#BazhanovC-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BazhanovC-Italic';
  src: url('../fonts/BazhanovC-Italic.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/BazhanovC-Italic.otf')  format('opentype'),
       url('../fonts/BazhanovC-Italic.woff') format('woff'), 
       url('../fonts/BazhanovC-Italic.ttf')  format('truetype'), 
       url('../fonts/BazhanovC-Italic.svg#BazhanovC-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*********************Шрифты****************************/



body{    
    height: 100%;
    min-height: 100%;
}
.section{
	width: 100%;
	min-width: 968px;
}
.wrapper{ 
    font-family: 'BazhanovC';
    font-size: 20px;
    color: #000;
    line-height: 1.2;
    min-height: 100%;
    height: 100%;
}
.headers{
	padding: 60px 0px 30px 0;	
	position: relative;		
	text-align: center;
	color: #003a5a;
	text-transform: uppercase;
}
.waypointer{
	position: absolute;
	top: -90px;
}
.container{
	width: 968px;	
    position: relative;
    overflow: hidden;
}

.helper{
	width: 100%;
    height: 0;
    visibility: hidden;
}
.txt_center{
	text-align: center;
}
.txt_left{
    text-align: left;
}
.txt_right{
    text-align: right;
}
.hide{
	display: none;
}
.clear{
  clear: both;
}
.headers_red{
    color: #48230c;
    font-size: 36px;
    text-align: center;
    padding: 55px 0 40px;
}
.headers_white{
    font-size: 48px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,.8);
    padding-top: 55px;
    padding-bottom: 30px;
}
.headers_white span{
    font-size: 60px;
    display: block;
}

a{	
	text-decoration: none;
	color: #000;
    cursor: pointer;
}
strong{
	font-weight: bold !important;
}
.up_text{
	text-transform: uppercase;
}
.button{
    color: #fff;
    font-size: 24px;
    font-family: Arial, Helvetica;    
    display: inline-block;    
    border-radius: 20px;
    background: transparent;
    border: 3px solid #fff;
    line-height: 1.6; 
    padding: 20px 30px;  
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.button:hover{    
    text-decoration: none;
}
.opacity{
    opacity: 0;
}
/*.offload{
    display: none;
}*/

/***********Block1**************/
.main_block{
  min-height: 740px;
  background: url(../img/main_block_bg.jpg) center top no-repeat;
  background-size: cover;
}
.main_block .container{
    height: 100%;
    text-align: center;
}
.mb_inner{
    padding-top: 120px;
    color: #fff;
}
.mb_inner h1{
    font-size: 60px;
    text-shadow: 2px 2px 2px #000;
    padding-bottom: 40px;
    background: url(../img/top_text_lines.png) center bottom no-repeat;
}
.mb_inner h1 span{
    font-size: 72px;
    display: block;
}
.mb_inner p{
    font-size: 30px;
    text-shadow: 2px 1px 2px #000;
    padding-top: 40px;
}
.arrow_to_bottom{
    position: absolute;
    font-family: Arial, Helvetica;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,.6);
    font-size: 16px;
}
.arrow_to_bottom a{
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(../img/arrow_to_down.png) no-repeat;
    margin: 10px 0;
}

/*Анимация главного блока*/
.main_block.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 2s; 
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode:both; animation-fill-mode:both;
}
.main_block .container.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 2s; 
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode:both; animation-fill-mode:both;
    -webkit-animation-delay:2s; animation-delay:2s;
}
.main_menu_wrap.fadeInLeft{
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-duration: 2s; 
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode:both; animation-fill-mode:both;
    -webkit-animation-delay:4s; animation-delay:4s;
}


/*******
***Меню
*******/
.main_menu_wrap{
    position: fixed;
    left: 0;
    top: 0;
    width: 180px;
    background: rgba(255,255,255,.8);
    color: #4c3318;
    font-family: Arial, Helvetica;
    font-size: 14px;
    z-index: 20;
    min-height: 100%;
}
.mm_inner{
    height: 100%;
    min-height: 500px;
    position: relative;
    padding: 0 25px;
    text-align: left;
}
.mm_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
.mm_bottom .toogle_menu, .mm_bottom .toogle_menu_down{
    display: inline-block;
    position: relative;
    padding-top: 35px;
    width: 100%;
}
.mm_bottom .toogle_menu:before{
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../img/main_menu_arrows.png) center top no-repeat;
    top: 0px;
    left: 76px;
    cursor: pointer;
}
.mm_bottom .toogle_menu_down:before{
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../img/main_menu_arrows.png) center bottom no-repeat;
    top: 0px;
    left: 76px;
    cursor: pointer;
}
.mm_bottom .callback{
    background: rgba(176,151,125,.6);
    height: 120px;
    padding-top: 30px;
    margin-top: 10px;
}
.mm_bottom .callback a{
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
}
.menu_nav{
    padding-top: 35px;
}
.menu_nav li{
    margin-bottom: 20px;
}
/******************/




/**************models_kitchen******************/
.models_kitchen{
    min-height: 980px;
    background: rgba(237, 212, 192, 0.19);
}
.models_kitchen .tabs{
    text-align: center;
    margin-bottom: 25px;
}
.models_kitchen .tabs li{
    display: inline-block;
    font-family: Arial, Helvetica;
    font-size: 18px;
    margin-right: 40px;
}
.models_kitchen .tabs li:last-child{
    margin-right: 0;
}
.models_kitchen .tabs li a{
    display: inline-block;
    width: 70px;
    padding-bottom: 10px;
}
.models_kitchen .tabs li a.selected{
    background: url(../img/tabs_menu_lines.png) center bottom no-repeat;   
}
.models_kitchen .models{
    min-height: 760px;
}
.models_kitchen .models li a{
    display: inline-block;
    width: 435px;
    height: 240px;
    padding: 12px;
    background: #fff;
    margin-bottom: 17px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}
.models_kitchen .models li a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.6) url(../img/models_zoom_icon.png) center no-repeat;
    left: 0;
    top: 0;
    opacity:0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    
}
.models_kitchen .models li a:hover{
    -webkit-transform: scale(1.05,1.05); 
    -moz-transform: scale(1.05,1.05); 
    -ms-transform: scale(1.05,1.05); 
    -o-transform: scale(1.05,1.05); 
    transform: scale(1.05,1.05); 
}
.models_kitchen .models li a:hover:before{
    opacity: 1;
    -webkit-transform: scale(1,1); 
    -moz-transform: scale(1,1); 
    -ms-transform: scale(1,1); 
    -o-transform: scale(1,1); 
    transform: scale(1,1);
    
}
.models_kitchen .models li.big_img a{
    width: 888px;
    height: 490px;
}
.models_kitchen .models li a img{
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
/**************Конец models_kitchen******************/



/**************Block3******************/
.form_1{
    height: 420px;
    background: url(../img/block_3_form_1_bg.jpg) center no-repeat;
    background-attachment: fixed;   
    text-align: center;
    color: #fff;
}
.f1_inner{
    width: 900px;
    display: inline-block;
}
.form_1 p{
    font-family: Arial, Helvetica;
    font-size: 18px;
    text-shadow: 2px 2px 5px rgba(0,0,0,.9);
    margin-bottom: 45px;
    line-height: 1.5;
}
.form_1 .button:hover{
    background: rgba(255,255,255,.2);
}
/**************Конец Block3******************/


/**************how_we_do******************/
.how_we_do .container{
    min-height: 1070px;
}

.how_we_do.animated .fadeInUp{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 2s; 
    -webkit-animation-duration: 2s;
    animation-timing-function: linear; 
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode:both; animation-fill-mode:both;
    -webkit-animation-delay:0.3s; animation-delay:0.3s;
}

.b4_quote{
    color: #48230c;
    font-size: 21px;
    text-align: center;
    font-family: 'BazhanovC-Italic';
    line-height: 1.3;
    margin-bottom: 35px;
}
.b4_quote span{
    color: #ad7a5b;
    font-size: 18px;
    display: block;
}
.steps{
    height: 800px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
.col-md-12.step_item_big{
    position: absolute !important;
    top: 170px !important;
}
.how_we_do .tabs li{
    margin-bottom: 440px;
}
.how_we_do .tabs li a{
    display: inline-block;
    width: 295px;
    height: 160px;
    overflow: hidden;
    position: relative;
}
.how_we_do .tabs li a p{
    text-align: center;
    font-family: Arial, Helvetica;
    font-size: 12px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 12px 30px 0;
    background: rgba(115,72,43,.8);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.how_we_do .tabs li a:hover p, .how_we_do .tabs li a.selected p{
    opacity: 1;
}

.how_we_do .tabs li a p:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-bottom: 15px solid #fff;
    left: 130px;
    bottom: 0;
}
.how_we_do .tabs li a p span{
    font-family: 'BazhanovC';
    font-size: 24px;
    display: block;
    padding-bottom: 12px;
    margin-bottom: 15px;
    background: url(../img/top_text_lines.png) center bottom no-repeat;
}
.how_we_do .tabs li:nth-child(1) a{
    background: url(../img/1mini.jpg) center top no-repeat;
}
.how_we_do .tabs li:nth-child(2) a{
    background: url(../img/2mini.jpg) center top no-repeat;
}
.how_we_do .tabs li:nth-child(3) a{
    background: url(../img/3mini.jpg) center top no-repeat;
}
.how_we_do .tabs li:nth-child(4) a{
    background: url(../img/4mini.jpg) center top no-repeat;
}
.how_we_do .tabs li:nth-child(5) a{
    background: url(../img/5mini.jpg) center top no-repeat;
}
.how_we_do .tabs li:nth-child(6) a{
    background: url(../img/6mini.jpg) center top no-repeat;
}
/**************Конец how_we_do******************/




/**************guaranty******************/
.guaranty{
    height: 660px;
    color: #fff;
    background: url(../img/block_5_form_2_bg.jpg) center no-repeat;    
    text-align: center;
    background-attachment: fixed;
}
.guaranty .headers_white{
    padding-bottom: 15px;
}
.guaranty .button{
    margin-top: 20px;
    padding: 20px 60px;
}
.guaranty .button:hover{
    background: rgba(255,255,255,.2);
}
.guarant_item{
    display: inline-block;
    width: 285px;
    text-align: center;
}
.guarant_item p{
    font-size: 22px;
    margin-bottom: 15px;
}
.guarant_item span{
    font-family: Arial, Helvetica;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
}
.guarant_item span i{
    width: 285px;
    display: inline-block;
    height: 91px;
}
.guarant_item.gi_1 span i{
    background: url(../img/guarantee_icon_1.png) center no-repeat;
}
.guarant_item.gi_2 span i{
    background: url(../img/guarantee_icon_2.png) center no-repeat;
}
.guarant_item.gi_3 span i{
    background: url(../img/guarantee_icon_3.png) center no-repeat;
}
.guarant_item.gi_4 span i{
    background: url(../img/guarantee_icon_4.png) center no-repeat;
}
.guarant_item.gi_5 span i{
    background: url(../img/guarantee_icon_5.png) center no-repeat;
}


/**************Конец guaranty******************/

/*************designer***************/
.designer .container{
    padding: 50px 0 80px;
}
.designer_quote{
    font-family: 'BazhanovC-Bold';
    display: inline-block;
    width: 560px;
    font-size: 24px;
    color: #401e08;
    position: absolute;
    left: 350px;
    top: 93px;
    z-index: 2;
}
.designer_quote:before{
    position: absolute;
    content: '”';
    left: -45px;
    top: 30px;
    font-size: 70px;
    font-family: 'BazhanovC-Bold';
}
.designer_quote:after{
    font-family: 'BazhanovC-Bold';
    position: absolute;
    content: '“';
    right: -40px;
    top: -30px;
    font-size: 70px;
}
.designer_text{
    padding-top: 120px;
    font-family: Arial, Helvetica;
    font-size: 16px;
    line-height: 1.3;
    width: 375px;
}
.designer_text p{
    margin-bottom: 20px;
}
.designer_text span{
    font-family: 'BazhanovC';
    font-size: 20px;
    color: #401e08;
}

.designer .animated.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode:both; animation-fill-mode:both;
    -webkit-animation-delay:0.3s; animation-delay:0.3s;
}
.designer .animated.fadeIn.designer_text{
    -webkit-animation-delay:0.6s; animation-delay:0.6s;
}
/**************Конец designer******************/



/*************Block7***************/
.form_2{
    background: url(../img/block_7_form_3_bg.jpg) center no-repeat;   
    height: 412px;
    overflow: hidden;
    background-attachment: fixed;
}
.form_2 .headers_white{
    font-size: 36px;
    font-family: 'BazhanovC-Bold';
    padding-bottom: 40px;
}
.contact_form input[type="text"]{
    background: rgba(106,61,25,.7);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    width: 312px;
    height: 50px;
    outline: none;
    font-family: Arial, Helvetica;
    font-size: 18px;
    padding-left: 40px;
    margin-bottom: 20px;
}
.contact_form input[type="submit"]{
    background: rgb(255,255,255);
    color: #3d200a;
    border: 2px solid #3d200a;
    border-radius: 10px;
    width: 312px;
    height: 50px;
    outline: none;
    font-family: Arial, Helvetica;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.contact_form input[type="submit"]:hover{
   background: rgba(255,255,255,.6); 
}
.f2_text{
    font-family: Arial, Helvetica;
    font-size: 16px;
    color: #fff;
    width: 300px;
}
.f2_text p{
    margin-bottom: 55px;
}
/**************Конец form_2******************/


/*************portfolio***************/
.portfolio{
    height: 990px;
}
.pbs_item{
    width: 878px;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.port_big_slider .tabs li{
    margin-top: 20px;
    padding: 0;
    margin-right: 11px;
    float: left;
}
.port_big_slider .tabs li:last-child{
    margin-right: 0;
}
.port_big_slider .tabs li a{
    display: inline-block;  
    position: relative; 
    overflow: hidden;
    width: 211px;
    height: 117px;
}
.port_big_slider .tabs li a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;  
}
.port_big_slider .tabs li a:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 15px solid #fff;
    left: 85px;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.port_big_slider .tabs li a:hover:before, .port_big_slider .tabs li a.selected:before{
    background: rgba(255,255,255,.6);
}
.port_big_slider .tabs li a:hover:after, .port_big_slider .tabs li a.selected:after{
    opacity: 1;
}
.portfolio_item{
    width: 878px;
    height: 500px;
    position: relative;
    float: left;
    overflow: hidden;
}
.slick-track{
    height: 500px;
    min-width: 1px;
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-slide{
    width: 878px;
    height: 500px; 
}
.pbs_arrows a{
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    z-index: 50;
    top: 200px;
}
.pbs_arrows a.left{
    background: url(../img/portfolio_arrows.png) left center no-repeat;
    left: 20px;
}
.pbs_arrows a.right{
    background: url(../img/portfolio_arrows.png) right center no-repeat;
    right: 20px;
}
.pi_price{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    text-align: right;
    font-size: 24px;
    display: block;
    width: 200px;
    line-height: 1.5;
    z-index: 20;
}
.pi_price span{
    font-size: 30px;
    font-family: 'BazhanovC-Bold';
    display: inline-block;
    
}
.portfolio_item .pi_description{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 117px;
    background: rgba(255,255,255,.8);
    color: #452b0c;
    font-family: 'BazhanovC-Italic';
    text-align: center;
    padding: 20px 10px 0 20px;
    font-size: 18px;
}
.portfolio_item .pi_description span{
    font-size: 20px;
    font-family: 'BazhanovC-Bold';
    display: block;
    padding-top: 10px;
}
.portfolio_bottom_text p{
    font-family: 'BazhanovC-Italic';
    color: #3a1e06;
    font-size: 20px;
    margin: 40px 0 15px;
}
.portfolio_bottom_text span{
    color: #ae6123;
    text-align: right;
    display: block;
}

.portfolio .animated.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode:both; animation-fill-mode:both;
    -webkit-animation-delay:0.2s; animation-delay:0.2s;
}
.portfolio .portfolio_bottom_text.animated.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode:both; animation-fill-mode:both;
    -webkit-animation-delay:0.4s; animation-delay:0.4s;
}

/**************Конец portfolio******************/

/*************form_3***************/
.form_3{
    height: 410px;
    background: url(../img/block_5_form_2_bg.jpg) center no-repeat;
    overflow: hidden;
    background-attachment: fixed;
}
.form_3 .f2_text p{
    margin-bottom: 70px;
}
.form_3 .animated.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    animation-timing-function: linear; 
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode:both; animation-fill-mode:both;
    -webkit-animation-delay:0.3s; animation-delay:0.3s;    
}
/*************Конец form_3***************/



/*************accessory***************/
.accessory{
    height: 710px;    
}
.accessory .tabs{
    text-align: center;
    margin-bottom: 25px;
}
.accessory .tabs li{
    display: inline-block;
    font-family: Arial, Helvetica;
    font-size: 18px;
    margin-right: 40px;
}
.accessory .tabs li:last-child{
    margin-right: 0;
}
.accessory .tabs li a{
    display: inline-block;    
    padding-bottom: 10px;
}
.accessory .tabs li a.selected{
    background: url(../img/tabs_menu_lines.png) center bottom no-repeat;   
}
.accessory .accessory_item{
    min-height: 440px;
}
.accessory_item .ai_text{
    width: 310px;
    color: #000;
    padding-top: 25px;
}
.accessory_item .ai_text h3{    
    font-size: 24px;
    margin-bottom: 40px;
    font-family: Arial, Helvetica;
}
.accessory_item .ai_text p{    
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.3;
    font-family: Arial, Helvetica;
}

.button.more_info{
    position: absolute;
    left: 570px;
    top: 490px;
    z-index: 10;
    background: rgba(123,84,43,1);
    color: #fff;
    padding: 12px 65px;
    border-color: #60491c;
}
.button.more_info:hover{
    background: rgba(123,84,43,.8);
}
/*************Конец accessory***************/




/*************first_step***************/
.first_step{
    height: 420px;
    background: url(../img/block_3_form_1_bg.jpg) center no-repeat;       
    color: #fff;
    background-attachment: fixed;
}
.first_step .container{
    overflow: visible;
}
.fs_inner img{
    position: absolute;
    top: 65px;
}
.fs_inner .headers_white{
    font-size: 36px;
}
.fs_inner .headers_white span{
    font-size: 44px;    
}
.fs_inner p{
    font-size: 18px;
    margin-bottom: 40px;
    font-family: Arial, Helvetica;
    white-space: nowrap;
    text-shadow: 2px 2px 5px rgba(0,0,0,.9);
}
.fs_inner .button{
    padding: 15px 30px;
    font-size: 24px;
    white-space: nowrap;
}
.fs_inner .button:hover{
    background: rgba(255,255,255,.2);
}
.first_step .animated.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    animation-timing-function: linear; 
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode:both; animation-fill-mode:both;
    -webkit-animation-delay:0.3s; animation-delay:0.3s;    
}
/*************Конец first_step***************/


/*************footer***************/
.footer{
    height: 640px;
    background: url(../img/footer_bg.jpg) center bottom no-repeat;
    padding-top: 70px;
    text-align: center;
}
.footer_inner{
    display: inline-block;
    width: 440px;
    color: #79452e;
    font-family: Arial, Helvetica;
}
.footer_inner p{
    margin-bottom: 25px;
    font-size: 18px;
}
.footer_inner .button{
    color: #79452e;
    border-color: #79452e;
    padding: 10px 60px;
    font-size: 25px;
    margin-top: 20px;
}
.footer_inner .button:hover{
    background: rgba(255,255,255,.7);
}
.social a{
    display: inline-block;
    width: 81px;
    height: 81px;
    margin-top: 45px;
}
.social a.vk{
    background: url(../img/social_icons.png) left top no-repeat;
    margin-right: 30px;
}
.social a.instagram{
    background: url(../img/social_icons.png) -109px top no-repeat;
}
/************************************/


/******************Модальные окна*************/
.modal{
    margin: 0 auto;
    width: 748px;
    height: 365px;
    background: url(../img/modal_callback_form_bg.jpg) center top no-repeat;
    overflow: hidden;
    color: #582912;
}
.modal .headers_red{
    text-align: center;
    color: #582912;
    padding-top: 25px;
}
.modal .f2_text{
    color: #582912;
}