@import url('reset.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');


/* Общие стили */


body
{
    font-family: 'Roboto';
}

h1
{
    font-size: 30px;
    font-weight: 700;

    margin-top: 6px;

    text-transform: uppercase;

    color: #fff;
}

h1 > span
{
    font-size: 18.5px;

    display: block;

    margin-top: 11.5px;
}

h1 > span > mark
{
    color: #fc0;
    background: transparent;
}

h2
{
    font-size: 18.95px;
    font-weight: 500;
    line-height: 24px;

    display: block;

    margin-bottom: 10px;
    padding-bottom: 10px;

    text-align: center;
    text-transform: uppercase;

    color: #383838;
    border-bottom: 1px solid #383838;
}

.clearfix:after
{
    display: table;
    clear: both;

    width: 100%;

    content: '';
}

.anchor:before
{
    display: block;

    height: 75px;
    margin: -75px 0 0;

    content: '';
}


/* header */

header
{
    position: relative;
    z-index: 102;

    box-shadow: 0 4px 20px rgba(0,0,0,.2);
}

.header_inset
{
    position: relative;

    height: 640px;
}

.header_plus
{
    position: relative;

    height: 75px;
}

.container_menu
{
    position: fixed;
    z-index: 2000;
    top: 0;

    width: 100%;
    height: 75px;

    background: rgba(0, 0, 0, .8);
    box-shadow: 0 2px 10px rgba(0,0,0,.5);
}

.menu
{
    position: relative;

    overflow: hidden;

    width: 960px;
    margin: 0 auto;
    padding: 5px 0;
}

.logotype
{
    float: left;
}

.logotype img
{
    float: left;

    height: 66px;
    margin-right: 15.5px;

    cursor: pointer;
}

.logotype_description
{
    float: left;
}

.main_menu
{
    position: absolute;
    right: 0;
    bottom: 5px;
}

.main_menu li
{
    float: left;

    margin-left: 13.5px;
}

.main_menu a
{
    font-size: 18px;

    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
}

.main_menu a:hover
{
    transition: .4s;

    color: #fc0;
}

.main_menu a:not(:hover)
{
    transition: .1s;
}

.btn_call
{
    line-height: 31px;

    float: right;
    overflow: hidden;

    width: 168px;
    height: 29px;
    margin: 6px 0 15px 15px;

    cursor: pointer;
    text-align: center;

    color: #000;
    background: #fc0;
}

.hover_for_btn:hover
{
    transition: .15s;

    background: #ffda46;
}

.btn_call:not(:hover)
{
    transition: .15s;
}

.btn_call img
{
    float: left;

    width: 20px;
    margin: 4px 6px;
}

.btn_call span
{
    font-size: 12px;
    font-weight: 500;

    float: right;

    margin-right: 15px;

    text-transform: uppercase;
}

.phone
{
    font-size: 19px;
    font-weight: 500;

    float: right;

    margin: 11px 0;

    text-transform: uppercase;

    color: #fff;
}

.social
{
    position: absolute;
    top: 12px;
    right: 350px;
}

.social li
{
    float: left;

    margin-right: 22px;
}

.social i
{
    font-size: 25px;

    color: #fff;
}

.social i:hover
{
    transition: .2s;

    color: #fc0;
}

.social i:not(:hover)
{
    transition: .15s;
}

/* Главный экран */

.container_home
{
    position: relative;

    width: 960px;
    height: 565px;
    margin: 0 auto;
}

.people
{
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;

    margin-left: -45px;
}

.people img
{
    display: block;

    width: 600px;
}

.lead_form
{
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 48px;

    float: right;

    padding: 20px;

    border: 3px solid #fff;
    background: rgba(255, 255, 255, .7);
}

.lead_form > p:nth-child(1)
{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;

    margin-bottom: 10px;

    text-align: center;
    text-transform: uppercase;
    color: #383838;
}

.lead_form > p:nth-child(1) > span
{
    font-size: 27px;
}

.lead_form > p:nth-child(2)
{
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #383838;
    margin-bottom: 1px;
}

.lead_form ul 
{
    overflow: hidden;
    margin-bottom: 7px;
}

.lead_form ul > li
{
    float: left;

    margin: 12px;

    text-align: center;
}

.lead_form ul > li > img
{
    display: block;

    width: 103px;
    height: 103px;
    margin-bottom: 12px;
}

.lead_form ul > li > p
{
    font-size: 12px;
    line-height: 15px;

    text-transform: uppercase;

    color: #383838;
    font-weight: 600;
}

.lead_form input
{
    font-family: 'Roboto';
    font-size: 15.5px;

    display: block;

    width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;

    color: #383838;
    border: 1px solid #383838;
    outline: none;
    background-color: rgba(255, 255, 255, .5);
}

.lead_form button
{
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;

    display: block;

    width: 272px;
    height: 38px;
    margin: 0 auto;

    cursor: pointer;
    text-transform: uppercase;

    color: #383838;
    border: none;
    outline: none;
    background: #fbc900;
}

/* Portfolio */

.container_photo_album
{

}

.photo_album
{
    width: 960px;
    margin: 0 auto;
    padding-bottom: 45px;
    margin-top: 5px;
}

.top_line_block
{
    font-size: 28px;
    font-weight: 300;
    line-height: 75px;

    padding: 10px 0;

    text-align: center;
    text-transform: uppercase;
}

.top_line_block span
{
    font-weight: 300;

    padding: 3px 6px;

    color: #fbc900;
    background: #383838;
}

.detail_portfolio
{
    width: 960px;

    background: rgba(255,255,255,1);
}

.detail_portfolio > ul
{
    overflow: hidden;
}

.detail_portfolio > ul > li
{
    position: relative;

    overflow: hidden;

    margin-bottom: 20px;
    padding: 8px;

    border: 1px solid #fc0;
    background: #FDFDFD;
}

.detail_portfolio > ul > li:last-child
{
    margin-bottom: 0;
}

.more_photo
{
    float: left;

    width: 540px;
}

.detail_portfolio .more_photo > ul > li
{
    float: left;
}

.main_photo
{
    overflow: hidden;

    margin-bottom: 10px;
}

.main_photo li:nth-child(1)
{
    margin-right: 10px;
}

.main_photo li{
    width: 260px;
    height: 260px;
    overflow: hidden;
}

.main_photo li img
{
    display: block;

    cursor: pointer;
}

.other_photo
{
    overflow: hidden;
}

.other_photo li{
    width: 170px;
    height: 170px; 
    overflow: hidden;
    margin-right: 10px;
}

.other_photo li img
{
    cursor: pointer;
}

.other_photo li:nth-child(3)
{
    margin-right: 0;
}

.all_photo li{
    display: none;
}

.more_about_project
{
    float: left;
    overflow: hidden;

    width: 390px;
    height: 385px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.more_about_project ul
{
    overflow: hidden;
}

.more_about_project ul li
{
    float: left;
    overflow: hidden;

    width: 130px;
    margin-bottom: 15px;
}

.more_about_project ul li > img
{
    display: block;
    float: left;
}

.more_about_project ul li > p
{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;

    float: left;

    margin-top: 7px;
    margin-left: 4px;
    padding: 3px 6px;

    text-align: center;
    text-transform: uppercase;

    color: #fc0;
    background: #383838;
}

.more_about_project > p
{
    font-size: 15px;
    line-height: 19px;

    display: block;

    text-align: justify;
}

.portfolio_btn1
{
    font-size: 15px;
    font-weight: 500;
    line-height: 38px;

    position: absolute;
    right: 8px;
    bottom: 0;

    float: right;

    width: 270px;
    margin: 6px 0 15px 15px;

    cursor: pointer;
    text-align: center;
    text-transform: uppercase;

    color: #383838;
    background: #fc0;
}

.btn_more_flats
{
    width: 250px;
    height: 38px;
    margin: 30px auto 0;

    background: #fc0;
}

.btn_more_flats a
{
    font-weight: 500;
    line-height: 38px;

    display: block;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #383838;
}


/* Услуги */

.container_price
{
    box-shadow: 0 0px 25px rgba(0,0,0,.2);
    position: relative;
    z-index: 9;

    overflow: hidden;

    background: #f9f9f9;
}

.price
{
    position: relative;

    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
}

.price p:nth-child(1)
{
    font-size: 28px;
    font-weight: 300;

    display: block;

    text-transform: uppercase;
}

.price p:nth-child(2)
{
    font-size: 28px;
    font-weight: 300;

    display: block;

    width: 418px;
    padding: 4px;

    text-transform: uppercase;

    color: #fbc900;
    background: #383838;
}

#wr-tabs .tabs
{
    width: 500px;
    margin-bottom: 3px;

    border-bottom: 1px solid #999;
    background: #f9f9f9;
}

#wr-tabs .tabs:after
{
    display: block;
    clear: both;

    height: 0;

    content: '';
}

#wr-tabs .tabs .tab
{
    float: left;

    margin-right: 52px;
    padding: 15px 0;

    cursor: pointer;
    text-transform: uppercase;

    color: #807f85;
}

#wr-tabs .tabs .tab:last-child
{
    margin-right: 0;
}

#wr-tabs .tabs .tab:last-child
{
    border-right: none;
}

#wr-tabs .tabs .tab:hover,
#wr-tabs .tabs .tab.active
{
    color: #383838;
}

#wr-tabs .content
{
    overflow: hidden;

    background: #f9f9f9;
}

#wr-tabs .content .tab-cont
{
    display: none;

    width: 500px;
    padding: 15px 0;
}

#wr-tabs .content .tab-cont > p
{
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;

    display: block;

    height: 140px;

    text-align: justify;
    text-transform: none;
}

#wr-tabs .content .tab-cont.active
{
    display: block;
}

#wr-tabs .tab-cont .cost
{
    font-size: 24px;
    font-weight: 400;

    width: 700px;
    padding: 20px 10px;

    text-transform: uppercase;

    color: #fff;
    background: #fbc900;
}

#wr-tabs .tab-cont .cost span
{
    font-size: 26px;
    font-weight: 700;
    line-height: 22px;

    color: #383838;
}

#wr-tabs .tab-cont img
{
    position: absolute;
    right: 0;
    bottom: 80px;

    width: 400px;
    height: 430px;
}

.price ul
{
    overflow: hidden;

    margin-top: 10px;
}

.price ul li
{
    float: left;
    overflow: hidden;

    margin-right: 40px;
}

.price ul li > img
{
    float: left;

    margin-right: 12.5px;
}

.price ul li > span
{
    font-size: 14px;

    float: left;

    margin-top: 17.5px;
}

.btn_price
{
    line-height: 38px;

    overflow: hidden;

    width: 245px;
    height: 38px;
    margin: 30px 0 0 155px;

    cursor: pointer;
    text-align: center;

    color: #383838;
    background: #fbc900;
}

.btn_price img
{
    float: left;

    margin: 8px 8px 0 10px;
}

.btn_price a
{
    font-size: 15px;
    font-weight: 500;

    float: left;

    text-decoration: none;
    text-transform: uppercase;

    color: #383838;
}

/* Спроси директора */

.container_ask{
    
}

.ask{
    padding-top: 30px;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.ask > img{
    height: 450px;
    display: block;
    float: right;
}

.five_factors{
    width: 680px;
    float: left;
    background: rgba(255,255,255,0.4);
    height: 420px;
    padding: 15px;
}

.five_factors > p:first-child{
    padding-top: 40px;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 300;
}

.five_factors > p:first-child > span{
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.five_factors > p:nth-child(2){
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 300;
}

.five_factors > p:nth-child(3){
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 300;
}

.five_factors > p:nth-child(3) > span{
    background: #383838;
    padding: 4px;
    color: #FFCC00;
}

.five_factors ul{
    overflow: hidden;
    width: 650px;
    margin: 0 auto;
}

.five_factors ul li{
    float: left;
    width: 150px;
    text-align: center;
    margin-right: 16px;
    font-weight: 300;
}

.five_factors ul li > p{
    display: block;
}

.five_factors ul li:last-child{
    margin-right: 0;
}

.five_factors ul li > img{
    width: 90px;
}


/* Бесплатный дизайн-проект */

.container_lead_design
{
    background: url(../img/noisy_grid.png) repeat;
}

.lead_design
{
    position: relative;

    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
}

.lead_design > p:nth-child(1)
{
    font-size: 28px;
    font-weight: 300;

    display: block;

    text-transform: uppercase;
}

.lead_design > p:nth-child(2)
{
    font-size: 28px;
    font-weight: 300;

    display: block;

    width: 161px;
    margin-bottom: 25px;
    padding: 4px;

    text-transform: uppercase;

    color: #fbc900;
    background: #383838;
}

.ld_lead_form
{
    width: 400px;
    padding: 20px;

    border: 3px solid #fff;
    background: rgba(255, 255, 255, .5);
}

.ld_lead_form > p:nth-child(1)
{
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;

    display: block;

    margin-bottom: 15px;

    text-align: center;
    text-transform: uppercase;

    color: #383838;
}

.ld_lead_form > p:nth-child(2)
{
    font-size: 15px;
    line-height: 18px;

    display: block;

    margin-bottom: 20px;

    text-align: center;
    text-transform: uppercase;

    color: #383838;
}

.ld_lead_form input
{
    font-family: 'Roboto';
    font-size: 14px;

    display: block;

    width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;

    color: #383838;
    border: 1px solid #383838;
    outline: none;
    background-color: rgba(255, 255, 255, .6);
}

.engener
{
    position: absolute;
    right: 0;
    bottom: 0;
}

.engener img
{
    display: block;

    width: 560px;
}

.btn_lead_form
{
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;

    display: block;

    width: 272px;
    height: 38px;
    margin: 0 auto;

    cursor: pointer;
    text-transform: uppercase;

    color: #383838;
    border: none;
    outline: none;
    background: #fbc900;
}

/* Схема работы */

.container_schema_work
{
    overflow: hidden;

    background: #f9f9f9;
}

.container_schema_work .top_line_block
{
    text-align: center;
}

.schema_work
{
    position: relative;

    margin: 0 auto;
    padding-bottom: 30px;
}

.schema_work .top_line_block
{

}

.schema_work ul li:first-child
{
    padding-top: 0;
}

.schema_work ul li
{
    padding: 20px 0;
}

.sw_li_center h3
{
    font-size: 25px;
    font-weight: 300;

    margin-bottom: 20px;
}

.schema_work ul li:nth-child(1) .sw_li_center
{
    padding: 30px 0;

    border: 1px solid #383838;
    border-bottom: none;
}

.schema_work ul li:nth-child(2n)
{
    background: #f4f4f4;
}

.schema_work ul li:nth-child(2n+1) .container_img
{
    margin-right: 30px;
}

.schema_work ul li:nth-child(2n) .container_img
{
    float: right;
}

.schema_work ul li p
{
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;

    text-align: justify;
}

.sw_li_center
{
    overflow: hidden;
}

.schema_work ul li .container_img
{
    display: block;
    float: left;

    width: 270px;
    height: 140px;
}

.sw_li_center
{
    width: 960px;
    margin: 0 auto;
}

.container_img img
{
    display: block;

    height: 140px;
    margin: 0 auto;
}

.sw_lead_form input
{
    font-family: 'Roboto';
    font-size: 14px;

    width: 250px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;

    color: #383838;
    border: 1px solid #383838;
    outline: none;
    background-color: rgba(255, 255, 255, .6);
}

.sw_lead_form button
{
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;

    display: block;

    width: 272px;
    height: 38px;

    cursor: pointer;
    text-transform: uppercase;

    color: rgb(56, 56, 56);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    background: rgb(251, 201, 0);
}


/* Отзывы */

.container_reviews{
    padding-top: 5px;
    padding-bottom: 40px;
}

.reviews
{
    width: 960px;
    margin: 0 auto;
}

.reviews .top_line_block
{
    text-align: center;
}

.review__slider
{
    position: relative;

    overflow: hidden;

    height: 340px;
}

.slide
{
    width: 100%;
    height: 340px;
    padding: 40px 20px;
    background: #F4F4F4;
}

.slide__photo
{
    float: left;

    width: 200px;
    margin: 0 20px 10px 0;
}

.slide__description
{
    float: left;

    width: 700px;
}

.slide__description a
{
    margin-bottom: 10px;

    color: #383838;
    outline: none;
}

.slide__description span
{
    font-size: 18px;
    font-weight: 600;

    margin-bottom: 10px;

    text-transform: uppercase;
    display: block;
}

.slide__description p
{
    line-height: 24px;

    margin-bottom: 10px;
}

.my_slider_button
{
    position: absolute;
    z-index: 101;

    width: 200px;
    padding: 0 7px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #383838;
    background: #fc0;
    line-height: 38px;
}

.my_slider_button a{
    color: #383838;
    text-decoration: none;
    outline: none;
}

.my_slider_button:hover
{
    transition: .2s;

    background: #FFDA46;
}

.my_prevArrow
{
    z-index: 101;
    left: 20px;
    bottom: 30px;
}

.my_nextArrow
{
    z-index: 101;
    right: 20px;
    bottom: 30px;
}

.my_review_btn
{
    z-index: 101;
    right: 0;
    left: 0;
    bottom: 30px;

    margin: 0 auto;
}

.leave_feedback_form
{
    display: none;
    overflow: hidden;

    padding-bottom: 20px;
}

.leave_feedback_form span
{
    display: block;

    margin-bottom: 5px;
}

.leave_feedback_form input
{
    font-family: 'Roboto';
    font-size: 14px;

    width: 247px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 10px;

    color: #383838;
    border: 1px solid #383838;
    outline: none;
}

.leave_feedback_form .auth_vk
{
    width: 269px;
    height: 16px;
    margin-bottom: 15px;

    text-align: center;
}

.auth_vk a
{
    display: none;
}

.leave_feedback_form textarea
{
    font-family: 'Roboto';
    font-size: 15px;

    display: block;

    width: 640px;
    height: 225px;
    padding: 10px;

    resize: none;

    color: #383838;
    border: 1px solid #383838;
    outline: none;
}

.leave_feedback_form button
{
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;

    display: block;

    width: 269px;
    height: 38px;
    margin-bottom: 15px;

    cursor: pointer;
    text-transform: uppercase;

    color: #383838;
    border: none;
    outline: none;
    background: #fbc900;
}

.lff_left
{
    float: left;
}

.lff_right
{
    float: right;
}

/* Карта */

.container_map
{
    position: relative;
    height: 450px;
}

.wrapper_map
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    width: 960px;
    height: 450px;
    margin: 0 auto;
}

.map
{
    position: absolute;
    bottom: 50%;
    left: 0;

    width: 265px;
    margin-bottom: -152px;
    padding: 30px 15px;

    color: #383838;
    background: #fbc900;
}

.map > ul li
{
    margin-bottom: 30px;
}

.map > ul li:nth-child(3)
{
    margin-bottom: 0;
}

.map > ul li i
{
    font-size: 18px;
}

.map > ul li p
{
    font-size: 18px;
    font-weight: 500;

    vertical-align: middle;
}

.map > ul li span
{
    line-height: 26px;
}


/* footer */

footer
{
    padding: 30px;

    background: #383838;
}

.content_footer{
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
}

.content_footer_left
{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;

    width: 470px;
    float: left;

    color: #fff;
}

.content_footer_right{
    float: right;
    width: 470px;
}

.content_footer_right p{
    font-size: 24px;
    margin-bottom: 15px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
}

.content_footer_right > .wrap_input{
    overflow: hidden;
}

.content_footer_right > .wrap_input input{
    font-family: 'Roboto';
    font-size: 14px;

    display: block;

    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;

    color: #383838;
    border: 1px solid #FFF;
    outline: none;
    background-color: rgba(255, 255, 255);
}

.content_footer_right > textarea{
    font-family: 'Roboto';
    font-size: 15px;

    display: block;
    height: 108px;
    width: 640px;
    padding: 10px;

    resize: none;

    color: #383838;
    border: 1px solid #FFF;
    outline: none;
    margin-bottom: 20px;
}

.content_footer_right button{
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;

    display: block;

    width: 470px;
    height: 38px;
    margin: 0 auto;

    cursor: pointer;
    text-transform: uppercase;

    color: #383838;
    border: none;
    outline: none;
    background: #fbc900;
}

.float_right{
    float: right;
}

.float_left{
    float: left;
}















/* Обратный звонок */

.window_callback
{
    position: fixed;
    z-index: 104;
    top: 50%;
    left: 50%;

    display: none;
    overflow: hidden;

    width: 500px;
    margin-top: -145px;
    margin-left: -250px;
    padding: 10px 25px 25px;

    background: rgba(255,255,255,.8);
}

.window_callback p
{
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;

    margin-bottom: 20px;

    text-align: center;
    text-transform: uppercase;
}

.window_callback p > span
{
    display: block;

    color: #fc0;
    background: #383838;
}

.window_callback input
{
    font-family: 'Roboto';
    font-size: 14px;

    display: block;

    width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;

    color: #383838;
    border: 1px solid #383838;
    outline: none;
    background-color: rgba(255, 255, 255, .6);
}

.btn_window_callback
{
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;

    display: block;

    width: 272px;
    height: 38px;
    margin: 0 auto;

    cursor: pointer;
    text-transform: uppercase;

    color: #383838;
    border: none;
    outline: none;
    background: #fbc900;
}


.btn_window_callback span
{
    font-size: 15px;
    font-weight: 500;

    text-align: center;
    text-transform: uppercase;
}

.thanks
{
    position: fixed;
    z-index: 104;
    top: 50%;
    left: 50%;

    display: none;
    overflow: hidden;

    width: 500px;
    margin-top: -175px;
    margin-left: -250px;
    padding: 25px;

    background: rgba(255,255,255,.8);
}

.thanks p
{
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;

    margin-bottom: 20px;

    text-align: center;
    text-transform: uppercase;
}

.thanks p > span
{
    display: block;

    color: #fc0;
    background: #383838;
}

.thanks p:nth-child(2)
{
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;

    margin-bottom: 20px;

    text-align: center;
    text-transform: uppercase;
}

.thanks input
{
    font-family: 'Roboto';
    font-size: 14px;

    display: block;

    width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;

    color: #383838;
    border: 1px solid #383838;
    outline: none;
    background-color: rgba(255, 255, 255, .6);
}

.btn_thanks
{
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;

    display: block;

    width: 272px;
    height: 38px;
    margin: 0 auto;

    cursor: pointer;
    text-transform: uppercase;

    color: #383838;
    border: none;
    outline: none;
    background: #fbc900;
}

.thanks_e-mail
{
    position: fixed;
    z-index: 104;
    top: 50%;
    left: 50%;

    display: none;
    overflow: hidden;

    width: 500px;
    margin-top: -100px;
    margin-left: -250px;
    padding: 25px;

    background: rgba(255,255,255,.8);
}

.thanks_e-mail p
{
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;

    text-align: center;
    text-transform: uppercase;
}
/* БАнк */


.info_bank
{
    position: fixed;
    z-index: 104;
    top: 50%;
    left: 50%;

    display: none;
    overflow: hidden;

    width: 500px;
    margin-top: -145px;
    margin-left: -250px;
    padding: 10px 25px 25px;

    background: rgba(255,255,255,.8);
}

.info_bank p
{
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;

    margin-bottom: 20px;

    text-align: center;
    text-transform: uppercase;
}

.info_bank p > span
{
    display: block;

    color: #fc0;
    background: #383838;
}

.info_bank input
{
    font-family: 'Roboto';
    font-size: 14px;

    display: block;

    width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;

    color: #383838;
    border: 1px solid #383838;
    outline: none;
    background-color: rgba(255, 255, 255, .6);
}

.btn_info_bank
{
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;

    display: block;

    width: 272px;
    height: 38px;
    margin: 0 auto;

    cursor: pointer;
    text-transform: uppercase;

    color: #383838;
    border: none;
    outline: none;
    background: #fbc900;
}


.btn_info_bank span
{
    font-size: 15px;
    font-weight: 500;

    text-align: center;
    text-transform: uppercase;
}


.container_corousel
{
    position: fixed;
    z-index: 104;
    top: 50%;
    left: 0;
    right: 0;
    width: 870px;
    display: none;
    margin: 0 auto;
    margin-top: -275px;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.corousel
{
    position: relative;

    height: 550px;

}

.corousel > .photo
{
    height: 100%;
}

.corousel > .photo > img
{
    display: block;

    height: 100%;
    margin: 0 auto;
}

.next
{
    position: absolute;
    top: 0;
    right: 0;

    width: 435px;
    height: 100%;
    margin-right: -60px;

    cursor: pointer;

    background: rgba(255,255,255,0);
}

.back
{
    position: absolute;
    top: 0;
    left: 0;

    width: 435px;
    height: 100%;
    margin-left: -60px;

    cursor: pointer;

    background: rgba(255,255,255,0);
}

.corousel i
{
    font-size: 50.5px;

    position: absolute;

    opacity: .5;
    color: #fff;
}

.back i
{
    position: absolute;
    top: 50%;
    left: 0;

    margin-top: -25px;
    margin-left: 10px;
}

.next i
{
    position: absolute;
    top: 50%;
    right: 0;

    margin-top: -25px;
    margin-right: 10px;
}

.corousel i:hover
{
    transition: .2s;

    opacity: .9;
}

.background
{
    position: fixed;
    z-index: 103;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    cursor: pointer;

    opacity: .7;
    background: #000;
}

.background_corousel
{
    position: fixed;
    z-index: 103;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    cursor: pointer;

    opacity: .7;
    background: #000;
}

/* Прайс-лист */

.price_table table
{
    margin: 30px auto;

    border-collapse: collapse;

    background: rgba(255,255,255,.8);
    width: 960px;
}

.price_table td,
th
{
    font-size: 18px;

    padding: 10px;

    text-align: center;

    border: 1px solid black;
}

.price_table th:nth-child(1){
    width: 45px;
}

.price_table th:nth-child(2){
    width: 520px;
}

.price_table th:nth-child(3){
    width: 90px;
}

.price_table th:nth-child(4){
    width: 100px;
}

.price_table tr > td:nth-child(2)
{
    text-align: left;
}

.price_table th
{
    font-weight: 500;
}

.btn_price_list
{
    display: none;
}

.container_shares{
    background: rgba(0,0,0,0.5);
}

.shares{
    padding: 30px 0;
    margin: 0 auto;
    width: 960px;
    position: relative;
    overflow: hidden;
}

.shares input{
    font-family: 'Roboto';
    font-size: 15.5px;

    display: block;

    width: 345px;
    margin-bottom: 15px;
    padding: 15px;

    color: #383838;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, .9);
}

.shares button{
    font-family: 'Roboto';
    font-size: 19px;
    font-weight: 500;

    display: block;

    width: 375px;
    height: 49px;

    cursor: pointer;
    text-transform: uppercase;

    color: #383838;
    border: none;
    outline: none;
    background: #FFCC00; 
    margin-bottom: 15px; 
    font-weight: 600;
}

.shares .left{
    float: left;
    width: 550px;
}

.shares .left > p:first-child{
    text-transform: uppercase;
    color: #FFF;
    font-size: 26px;
    line-height: 19px;
    margin-bottom: 25px;
    font-weight: 500;
    text-align: center;
}

.shares .left > p:first-child > span{
    color: #FFCC00;
}

.shares_arrow{
    display: block;
    width: 220px;
    height: 140px;
    position: absolute;
    left: 255px;
    bottom: 60px;
}

.shares_sm{
    display: block;
    width: 130px;
    position: absolute;
    left: 70px;
    bottom: 75px;
    -moz-transform: rotate(-20deg); /* Для Firefox */
    -ms-transform: rotate(-20deg); /* Для IE */
    -webkit-transform: rotate(-20deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-20deg); /* Для Opera */
    transform: rotate(-20deg);
}

.shares .left p:nth-child(2){
    text-align: center;
    font-size: 21px;
    line-height: 27px;
    color: #FFF;
    font-weight: 300;
}

.shares .left > p:nth-child(5){
    text-transform: uppercase;
    font-size: 13.9px;
    line-height: 19px;
    color: #FFF;
}

.shares .right{
    float: right;
}

.shares textarea{
    font-family: 'Roboto';
    font-size: 15.5px;

    display: block;

    width: 345px;
    height: 80px;
    padding: 15px;
    
    resize: none;
    margin-bottom: 15px;

    color: #383838;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, .9);
}

.toTop
{
    position: fixed;
    left: 45px;
    top: 100px;

    display: none;

    width: 80px;

    cursor: pointer;
    text-align: center;

    color: #383838;
    background: #FFCC00;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    z-index: 102;
}

#invisible {
  display: none;
}



