* {
    margin: 0;
    padding: 0;
    outline: none;
}
html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 12px/18px Arial, sans-serif;
    width: 100%;
    height: 100%;
}
.relative
{
    position: relative;
}
.content-block
{
    width: 1000px;
    margin: 0 auto;

}
.clear
{
    clear: both;
}
.table
{
    display: table;
}
.cell
{
    display: table-cell;
}
.row
{
    display: table-row;
}
.right-block
{
    float: right;
    display: block;

}

#use .right-block{
    margin-top: 170px;
}
.left-block
{
    float: left;
    display: block;
}
.wrapper {
    min-width: 1020px;
   
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: hidden;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 160px;
    padding-top: 68px;
}
.header > div
{
    width: 1000px;
    margin: 0 auto;
}
#logo
{
    /*background: url("../img/logo.png") no-repeat scroll left center rgba(0, 0, 0, 0);*/
    padding-left: 62px;
    height: 56px;
    display: block;
}
.header a#logo
{
    text-decoration: none;
}

#action2{
    top: 105px !important;
}
#logo .title
{
    color: #3d6a16;
    font-family: "franklin_gothic_demiregular";
    font-size: 27px;
    line-height: 33px;
    text-decoration: none;
}
#logo .text
{
    font-family: 'franklin_gothic_bookregular';
    font-size: 16px;
    text-decoration: none;
    color: #000;
}
#callBack .title
{
    color: #3d6a16;
    font-size: 20px;
    font-family: 'franklin_gothic_mediumregular';
    line-height: 35px;
}
#callBack .title span
{
    font-family: 'franklin_gothic_demi_condRg';
}
#callBack .text
{
    font-family: 'franklin_gothic_bookregular';
    font-size: 16px;
}
.button
{
    background: url("../img/bt1.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ff6666;
    border-radius: 7px;
    box-shadow: 2px 1px 3px rgba(75, 2, 2, 1);
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "franklin_gothic_mediumregular";
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.button:hover
{
    background: url("../img/bt2.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 2px 1px 3px rgba(221, 0, 0, 1);
    border: 1px solid #ff6966;
}
.button:active
{
    background: url("../img/bt3.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 2px 1px 3px rgba(75, 22, 22, 1);
}
.button .table
{
    width: 100%;
    height: 100%;
}
.button .cell
{
    text-align: center;
    vertical-align: middle;
}

#callBack
{
    width: 600px;
}
#callBack .button
{
    width: 210px;
}
#callBack .button span
{
    background: url("../img/phone_ico.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: inline;
    padding: 3px 0 3px 29px;
}
#menu
{
    top:0;
    height: 48px;
    width: 100%;
    background: url(../img/menu_bg.png);
    position: fixed;
    z-index: 8000;
}

#menu .table
{
    margin: 0 auto;
    width: 1000px;
    height: 48px;
    text-align: center;
}
#menu .cell
{
    vertical-align: middle;
    color: #ffffff;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 15px;
    background: url(../img/menu_border.png) no-repeat left center;
    position: relative;
    cursor: pointer;
}
#menu .cell:hover
{
    background: #ff3737;
}
#menu .cell.active span:after
{
    background: none repeat scroll 0 0 #ff3737;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: 15%;
    width: 70%;
}
#menu .cell:last-child
{
    /*background: url(../img/menu_border.png) no-repeat left center, url(../img/menu_border.png) no-repeat right center;*/
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding: 0 0 93px;
     max-width: 1920px;
         margin: 0 auto;
}




/* Footer
-----------------------------------------------------------------------------*/
.footer
{
    background: url("../img/footer_bg.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    color: #b1b1b1;
    font-size: 10px;
    height: 53px;
    margin: -93px auto 0;
    max-width: 1920px;
    min-width: 1000px;
    padding-top: 40px;
    position: relative;
}
.footer a
{
    background: url("../img/footer_logo.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #b1b1b1;
    padding: 0 35px 0 0;
}
.timer
 {
     font-size: 59px;
     color: gray;
     font-weight: bold;
     line-height: 59px;
     display: inline-block;
     color: #ce2020;
     font-family: 'franklin_gothic_demiregular';
 }
.timer div > div > div
{
    /*display: block;*/
}
.timer div
{
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.timer > div
{
    background: none repeat scroll 0 0 #fff;
    height: 90px;
    padding: 13px 0 0;
    width: 102px;
}
.timer > div:nth-child(1)
{
    background: url(../img/timer_shadow.png) no-repeat right center #ffffff;
}
.timer > div:nth-child(3)
{
    background: url(../img/timer_shadow2.png) no-repeat left center, url(../img/timer_shadow.png) no-repeat right center #ffffff;
}
.rg_timer_decs
{
    font-family: "proxima_nova_rgregular";
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
}
#main-slider
{
    display: block;
}
.main-slider-body
{
    background: url("../img/img3.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    display: block;
    padding: 0 0 141px;
}
#main-slider li
{
    display: block;
    /*width: 100%;*/
    height: 880px;
    background-position: center top;
}
#main-slider .content-block
{
    padding-top: 210px;
    text-align: center;
    color: #ffffff;
}

#action1{
    top: 100px;
}

.main-bg .content-block{
    padding-top: 125px;
    text-align: center;
    color: #ffffff;
}

.main-bg h1{
    font-family: "franklin_gothic_demiregular";
    font-size: 60px;
    line-height: 60px;
    text-shadow: 0 0 14px #571a29;
    text-transform: uppercase;
}

.main-bg .title{
    background: url("../img/green_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: "franklin_gothic_demiregular";
    font-size: 36px;
    margin: 20px auto 3px;
    padding: 23px 0;
    text-transform: uppercase;
    width: 664px;
}

#main-slider h1
{
    font-family: "franklin_gothic_demiregular";
    font-size: 60px;
    line-height: 60px;
    text-shadow: 0 0 14px #571a29;
    text-transform: uppercase;
}
#main-slider .title
{
    background: url("../img/green_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: "franklin_gothic_demiregular";
    font-size: 36px;
    margin: 20px auto 3px;
    padding: 23px 0;
    text-transform: uppercase;
    width: 664px;
}
#main-slider span
{
    background: none repeat scroll 0 0 #ce2020;
    display: inline;
    font-family: "franklin_gothic_bookregular";
    font-size: 21px;
    line-height: 26px;
    padding: 2px 25px 4px;
}

.main-bg span{
    background: none repeat scroll 0 0 #ce2020;
    display: inline;
    font-family: "franklin_gothic_bookregular";
    font-size: 21px;
    line-height: 26px;
    padding: 2px 25px 4px;
}

.main-bg span > span
{
    font-family: 'franklin_gothic_demiregular';
    margin: 0;
    padding: 0;
}

#main-slider-pager
{
    position: absolute;
    top: -243px;
    z-index: 1000;
}
#main-slider-pager .bx-pager-item
{
    display: inline-block;
}
#main-slider-pager .bx-pager-item a
{
    display: block;
    cursor: pointer;
    width: 60px;
    height: 7px;
    background: #fff;
    margin-right: 5px;
    text-indent: -9999px;
}
#main-slider-pager .bx-pager-item a.active
{
    background: #68c119;
}
#partners
{
    padding: 215px 0 0 0;
    background: url("../img/img4.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    background-position: left bottom;
    height: 480px;
    width: 100%;
}
#partners .title
{
    font-size: 42px;
    line-height: 42px;
    color: #910b0b;
    text-transform: uppercase;
    text-align: center;
    font-family: 'franklin_gothic_demiregular';
    margin: 0 auto 40px;
    width: 500px;
}
#partners .title span:after
{
    background: none repeat scroll 0 0 #910b0b;
    content: "";
    display: inline-block;
    height: 5px;
    margin: 25px 0 0px;
    width: 245px;
}

.main-bg{
    height: 692px;
}
#partners-items .table
{
    margin:  0 auto;
    margin-bottom: 40px;
}
#partners-items .table:first-child .cell
{
    padding: 0 100px 0 0;
}
#partners-items .table .cell:last-child
{
    padding: 0;
}
#partners-items .table:last-child .cell
{
    padding: 0 65px 0 0;
}
.action > .body
{
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 3px 21px rgba(0, 0, 0, 0.87);
    height: 482px;
    padding: 9px;
    position: absolute;
    top: -282px;
    width: 982px;
    z-index: 1000;
}
.action > .body  > div
{
    background: url("../img/bg_zakaz2.jpg") repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
    height: 479px;
    width: 980px;
}
#action1 .left-block-action > .title
{
    font-size: 60px;
    color: #ffffff;
    font-family: 'franklin_gothic_demiregular';
    line-height: 67px;
    padding: 25px 0 0 30px;
}
#action1 .left-block-action > .text
{
    background: url("../img/img5.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-family: "proxima_nova_rgregular";
    font-size: 20px;
    height: 82px;
    padding: 20px 20px 0 30px;
    width: 299px;
    margin: 15px 0 25px;
    line-height: 21px;
}
#action1 .left-block-action > .text span
{
    font-family: 'proxima_nova_cn_rgbold';
}

#action1 .left-block-action .timer-body
{
    margin-left: 25px;

}
#action1 .left-block-action .timer-body span
{
    font-size: 16px;
    font-family: 'franklin_gothic_demiregular';
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
}
.action .right-block-action
{
    width: 360px;
    background: rgba(0,90,190,0.5);
    height: 479px;
}
.action .right-block-action .title
{
    color: #ffffff;
    font-family: 'franklin_gothic_demiregular';
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    margin: 30px 0 20px;
    text-transform: uppercase;
}

.action .right-block-action .text
{
    color: #ffffff;
    font-family: "proxima_nova_rgregular";
    text-align: center;
    font-size: 18px;
    line-height: 18px;
}
.action .right-block-action .text span
{
    color: #ffffff;
    font-family: "proxima_nova_cn_rgbold";
}
.action .right-block-action form
{
    margin: 25px auto 5px;
    width: 275px;
}
.action .right-block-action form input
{
    width: 100%;
    display: block;
}
.action .right-block-action form input[type=text], .inp
{
    background: url(../img/input_bg.png) repeat-x;
   
    color: #ffffff;
    margin-bottom: 5px;
    border: none;
    box-shadow: 2px 1px 3px  rgba(69,0,0,1);
    border-radius: 7px;
    text-align: center;
    padding: 0 35px;
    width: 205px;
    height: 52px;
    font-size: 18px;
    font-family: 'franklin_gothic_mediumregular';
    text-transform: uppercase;
}
.action .right-block-action form input[type=text]:focus, .inp:focus
{
    color: #c30007;
    width: 199px;
    height: 46px;
    border: 3px solid #fca901;
}
input.error
{
    box-shadow: 0 0 23px rgba(198, 0, 0, 1) inset !important;
}
.action .right-block-action form input[type=text]:nth-child(1), .inp_name
{
    background: url("../img/input_icons.png") no-repeat scroll 15px 18px, url("../img/input_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.action .right-block-action form input[type=text]:nth-child(1):focus, .inp_name:focus
{
    background: url("../img/input_icons.png") no-repeat scroll 12px 15px #fff;
}
.action .right-block-action form input[type=text]:nth-child(2):focus, .inp_phone:focus
{
    background: url("../img/input_icons.png") no-repeat scroll 12px -42px #fff;
}
.action .right-block-action form input[type=text]:nth-child(3):focus, .inp_email:focus
{
    background: url("../img/input_icons.png") no-repeat scroll 12px -97px #fff;
}
.action .right-block-action form input[type=text]:nth-child(2), .inp_phone
{
    background: url("../img/input_icons.png") no-repeat scroll 15px -39px, url("../img/input_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.action .right-block-action form input[type=text]:nth-child(3), .inp_email
{
    background: url("../img/input_icons.png") no-repeat scroll 15px -94px, url("../img/input_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.action .right-block-action form .button
{
    margin: 10px 0 20px 0;
}
.action .right-block-action form>span
{
    color: #ffffff;
    font-size: 16px;
    font-family: "proxima_nova_rgregular";
    display: block;
    text-align: center;
}
.action .right-block-action form>span span
{
    font-family: "proxima_nova_cn_rgbold";
}
#about
{
    background: url("../img/tree.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 860px;
    margin: -38px 0 0;
    padding: 80px 0 0;
}

#about .title
{
    color: #35541b;
    font-family: "franklin_gothic_demiregular";
    font-size: 42px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    /*position: relative;*/
}
#about .title span
{
    display: block;
    width: 100%;
}
#about .title span:after
{
    background: none repeat scroll 0 0 #35541b;
    content: "";
    display: block;
    height: 5px;
    margin: 25px auto 0;
    width: 245px;
}

#about .text
{
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 70px;
    text-align: center;
}
#about .text span
{
    font-family: "proxima_nova_cn_rgbold";
}
#about .block
{
    display: inline-block;
    width: 300px;
}
#about .block > div:first-child
{
    /*background: url("../img/about/premium.png") repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);*/
    height: 175px;
    width: 100%;
    padding: 25px 0 0 0;
    margin: 0 0 20px;
    background-size: cover;
}
#about .block-title
{
    background: url("../img/img7.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "franklin_gothic_demiregular";
    font-size: 21px;
    height: 33px;
    padding: 15px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 191px;
}
#about .block-text
{
    font-size: 17px;
    line-height: 17px;
    font-family: "proxima_nova_rgregular";
}
#about .block-text span
{
    font-family: "proxima_nova_cn_rgbold";
}
#about .block
{
    margin-right: 46px;
    margin-bottom: 50px;
    vertical-align: top;
}
#about .block:nth-child(3n)
{
    margin-right: 0;
}
#decor
{
    padding-bottom: 1px;
}
#decor>.title
{
    background: url("../img/img8.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-family: "franklin_gothic_demiregular";
    font-size: 42px;
    height: 141px;
    line-height: 141px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.items .block
{
    border-radius: 5px;
    display: inline-block;
    margin-right: 21px;
    overflow: hidden;
    width: 315px;
    margin-bottom: 50px;
}
.items .block:nth-child(3n)
{
    margin-right: 0;
}
.items .block .title-block
{
    background: url("../img/decor_title_bt.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 67px;
    width: 100%;
    text-align: center;
    padding: 28px 0 0 0;
}
.items .block .title
{
    font-size: 24px;
    font-family: 'franklin_gothic_demiregular';
    color: #062147;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.items .block .text
{
    color: #062147;
    font-size: 18px;
    font-family: "proxima_nova_rgregular";
    line-height: 18px;
}
.items .block .text span
{
    font-family: "proxima_nova_cn_rgbold";
}
.items .block .img
{

    background-size: 100% auto;
    height: 345px;
    width: 100%;
    overflow: hidden;
}

.items .block .img img{
    width: 100%;
    height: auto;
}
.items .block .order, .items .block .more
{
    position: relative;
    z-index: 1000;
    font-family: "franklin_gothic_mediumregular";
    font-size: 18px;
    height: 55px;
    line-height: 51px;
    margin-top: -4px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: block;
    cursor: pointer;
}
/*.items .block .more
{
    background: url("../img/decor_buttons_bg.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    border-radius: 5px 0 0 5px;
    float: left;
}
.items .block .more:hover
{
    background: url("../img/decor_buttons_bg.png") repeat-x scroll center -78px rgba(0, 0, 0, 0);
}
.items .block .more:active
{
    background: url("../img/decor_buttons_bg.png") repeat-x scroll center -142px rgba(0, 0, 0, 0);
}*/
.items .block .order, .items .block .more
{
    background: url("../img/decor_buttons_bg.png") repeat-x scroll center -203px rgba(0, 0, 0, 0);
    border-radius: 5px;
    color: #ffffff;
    float: left;
}
.items .block .order:hover, .items .block .more:hover
{
    background: url("../img/decor_buttons_bg.png") repeat-x scroll center -268px rgba(0, 0, 0, 0);
}
.items .block .order:active, .items .block .more:active
{
    background: url("../img/decor_buttons_bg.png") repeat-x scroll center -335px rgba(0, 0, 0, 0);
}
#use
{
    background: url(../img/img10.png) no-repeat center;
    height: 996px;
}
#slider-use
{
    width: 230px;
    height: 1000px;
    display: block;
}
#slider-use li
{
    background-size: cover;
    height: 115px;
    width: 150px;
    cursor: pointer;
}
#slider-use li.active div
{
    height: 105px;
    width: 140px;
    border: 5px solid #ffffff;
    background: url(../img/plus.png) no-repeat center;
}
#use-slider-buttons
{
    position: absolute;
    right: 0;
    top: 82px;
    z-index: 10;
    display: none;
}
#use-slider-buttons div a
{
    display: block;
    width: 65px;
    height: 65px;
    background: #ffffff;
}
#use-slider-buttons div:first-child a
{
    background: url("../img/ver_but.png") no-repeat scroll center 12px #ffffff;
    border-bottom: 1px solid #d6d6d6;
}
#use-slider-buttons div:first-child a:hover
{
    background: url("../img/ver_but.png") no-repeat scroll center 12px #ff4a30;
}
#use-slider-buttons div:first-child a:active
{
    background: url("../img/ver_but.png") no-repeat scroll center 12px #c92728;
}
#use-slider-buttons div:last-child a:hover
{
    background: url("../img/ver_but.png") no-repeat scroll center -51px #ff4a30;
}
#use-slider-buttons div:last-child a:active
{
    background: url("../img/ver_but.png") no-repeat scroll center -51px #c92728;
}
#use-slider-buttons div:last-child a
{
    background: url("../img/ver_but.png") no-repeat scroll center -51px #ffffff;
}
#use .left-block
{
    width: 750px;
    padding-top: 55px;
}

#use .left-block > .title
{
    color: #ffffff;
    font-size: 42px;
    line-height: 42px;
    font-family: 'franklin_gothic_demiregular';
    text-transform: uppercase;
    margin-bottom: 30px;
}
#use .left-block > .img-block
{
    height: 553px;
    background: #fff;
    width: 100%;
    padding-top: 7px;
    margin-bottom: 55px;
}
#use .left-block  .img
{
    width: 100%;
    height: 490px;
    position: relative;
}
#use .left-block  .img div
{
    width: 100%;
    height: 490px;
    background-size: cover;
    position: absolute;
    top: 0;
}
#use .description
{
    height: 63px;
}
#use .description div:first-child
{
    border-right: 1px solid #d6d6d6;
    display: inline-block;
    font-family: "proxima_nova_rgregular";
    font-size: 20px;
    height: 100%;
    line-height: 64px;
    text-align: center;
    width: 60px;
}
#use .description div:last-child
{
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 20px;
    line-height: 20px;
    font-family: "proxima_nova_cn_rgbold";
}

#use .get-catalog .title
{
    font-size: 30px;
    color: #ffffff;
    font-family: "proxima_nova_cn_rgbold";
    margin: 0 0 15px;
}
#use .get-catalog .text
{
    color: #ffffff;
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 30px;
    width: 526px;
}
#use .get-catalog .button
{
    width: 435px;
}
#why
{
    background: url("../img/why_bg2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 50px 0 200px;
}
.red-line
{
    display: block;
    width: 100%;
    background: url("../img/img3.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 141px;
}
#why>.title
{
    color: #35541b;
    font-family: "franklin_gothic_demiregular";
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
#why .title>span
{
    display: block;
    width: 100%;
}
#why .title>span:after
{
    background: none repeat scroll 0 0 #35541b;
    content: "";
    display: block;
    height: 5px;
    margin: 25px auto 0;
    width: 245px;
}
.why-backgrount
{
    background: url("../img/n1.png") repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 734px;
    width: 100%;
}
#why .content-block
{
    height: 734px;
}
#why .block
{
    text-align: center;
    width: 283px;
    position: absolute;
}
#why .block img
{
    margin: 0 0 20px;
}
#why .block .title
{
    color: #35541b;
    font-size: 21px;
    font-family: franklin_gothic_demi_condRg;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0 0 17px;
}
#why .block .text
{
    font-size: 17px;
    line-height: 22px;
    font-family: "proxima_nova_rgregular";
}
#action2
{
    top: 35px;
}
#action2 > .body > div {
    background: url("../img/img11.png") repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
    height: 482px;
    width: 982px;
}
#shema
{
    width: 100%;
    height: 697px;
    background: url(../img/shema_bg.png) no-repeat center;
    position: relative;
    padding: 230px 0 0 0;
}
#shema .content-block
{
    background: url("../img/img12.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 565px;
    margin-top: 35px;
    overflow: hidden;
    position: relative;
}
#shema .title
{
    color: #ffffff;
    font-family: "franklin_gothic_demiregular";
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
#shema .title span
{
    display: block;
    width: 100%;
}
#shema .title span:after
{
    background: none repeat scroll 0 0 #ffffff;
    content: "";
    display: block;
    height: 5px;
    margin: 25px auto 0;
    width: 245px;
}
#shema .block
{
    font-size: 21px;
    line-height: 24px;
    font-family: 'franklin_gothic_demiregular';
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    overflow: hidden;
}
#shema .button
{
    left: 0;
    position: absolute;
    top: 480px;
    width: 200px;
}
#client-block
{
    background: url("../img/why_bg2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
    padding-top: 45px;
    padding-bottom: 100px;
}
#review>.title, #sert>.title
{
    color: #35541b;
    font-family: "franklin_gothic_demiregular";
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
#review >.title span, #sert >.title span
{
    display: block;
    width: 100%;
}

#review >.title span:after, #sert >.title span:after
{
    background: none repeat scroll 0 0 #35541b;
    content: "";
    display: block;
    height: 5px;
    margin: 25px auto 0;
    width: 245px;
}
#review .block
{
    width: 480px;
    padding: 20px 0 0 0;
    margin: 10px;
}

#review .block .body
{
    padding: 0 35px 0 25px;
    background: #ffffff;
    position: relative;
}
#review .block .body .img
{
    width: 110px;
    height: 110px;
    background-size: cover;
    position: absolute;
    top: -20px;
}
#review .block .body>.title
{
    float: right;
    width: 280px;
    margin: 35px 0 0 0;
    font-size: 21px;
    line-height: 23px;
    font-family: "proxima_nova_rgregular";
    height: 70px;
}
#review .block .body>.text
{
    font-size: 17px;
    line-height: 20px;
    font-family: "proxima_nova_rgregular";
}
#review .block .body .lp
{
    background: url("../img/reviews/1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 47px;
    position: absolute;
    right: 35px;
    top: -20px;
    width: 57px;
}
#review .block .body .user
{
    margin: 30px 0 0 0;
    border-top: 1px solid #d1d1d1;
    padding: 20px 0 30px 0;
}
#review .block .body .user .title
{
    font-size: 20px;
    font-family: "proxima_nova_cn_rgbold";
    margin: 0 0 5px;
}
#review .block .body .user .description
{
    font-family: "proxima_nova_rgregular";
    font-size: 15px;
    color: #848484;
}
#sert
{
    margin: 60px 0 0 0;
}
#sert > .title
{
    margin-bottom: 60px;
}
#sert .block
{
    border: 5px solid #3d6a15;
    display: inline-block;
    height: 310px;
    margin-right: 16px;
    width: 220px;
    background-size: cover;
}
#sert .block:nth-child(5n)
{
    margin-right: 0;
}
#bottom-action
{
    background: url("../img/img13.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 800px;
    position: relative;
    width: 100%;
}
#bottom-action .buttom-action
{
    background: url("../img/img14.png") repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 254px;
    padding: 60px 10px 0;
    position: absolute;
    top: -200px;
    width: 980px;
    z-index: 3;
}
#bottom-action .buttom-action .left-block .title
{
    color: #ffffff;
    font-family: "franklin_gothic_demi_condRg";
    font-size: 40px;
    line-height: 45px;
    padding: 0px 0 0 30px;
}
#bottom-action .buttom-action .left-block .text
{
    background: url("../img/img15.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    height: 72px;
    margin: 15px 0 25px;
    width: 288px;
    padding: 10px 0 0 20px;
}
#bottom-action .buttom-action .left-block .text span
{
    font-family: "proxima_nova_cn_rgbold";
}

#bottom-action .buttom-action .right-block
{
    padding: 0 30px 0 0;
}
#bottom-action .buttom-action .right-block .title
{
    font-size: 16px;
    font-family: franklin_gothic_demiregular;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 15px;
}
#map-block
{
    height: 540px;
}
#bottom-action .form
{
    background: rgba(255, 255, 255, 0.7);
    height: 377px;
    margin: 0 auto;
    padding: 115px 50px 0;
    width: 275px;
    text-align: center;
    position: relative;
}
#bottom-action .form>.title
{
    font-family: franklin_gothic_demiregular;
    font-size: 32px;
    color: #910b0b;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
#bottom-action .form .text
{
    font-size: 18px;
    line-height: 18px;
    font-family: "proxima_nova_rgregular";
    margin: 0 0 25px;
}
#bottom-action .form .name
{
    background: url("../img/input_icons.png") no-repeat scroll 15px 18px #fff;
    border: medium none;
    border-radius: 7px;
    box-shadow: 2px 1px 3px rgba(190, 190, 190, 1);
    font-family: "franklin_gothic_mediumregular";
    font-size: 18px;
    height: 52px;
    margin-bottom: 5px;
    padding: 0 35px;
    text-align: center;
    text-transform: uppercase;
    width: 205px;
}
#bottom-action .form .name:focus
{
    background: url("../img/input_icons.png") no-repeat scroll 12px 15px #fff;
    color: #c30007;
    width: 199px;
    height: 46px;
    border: 3px solid #fca901;
}
#bottom-action form>.phone
{
    background: url("../img/input_icons.png") no-repeat scroll 15px -39px #fff;
    border: medium none;
    border-radius: 7px;
    box-shadow: 2px 1px 3px rgba(190, 190, 190, 1);
    font-family: "franklin_gothic_mediumregular";
    font-size: 18px;
    height: 52px;
    margin-bottom: 5px;
    padding: 0 35px;
    text-align: center;
    text-transform: uppercase;
    width: 205px;
}
#bottom-action form .phone:focus
{
    background: url("../img/input_icons.png") no-repeat scroll 12px -42px #fff;
    color: #c30007;
    width: 199px;
    height: 46px;
    border: 3px solid #fca901;
}
#bottom-action .button
{
    width: 275px;
}
.contact-block
{
    /*display: none;*/
    background: url("../img/img16.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 369px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 375px;
    z-index: 100;
}
.contact-block .title
{
    margin: 25px 0 0 0;
    color: #35541b;
}
.contact-block .title div
{
    font-size: 24px;
    line-height: 25px;
    font-family: "proxima_nova_rgregular";
    font-weight: bold;
}
.contact-block .title span
{
    font-size: 18px;
    font-family: "proxima_nova_rgregular";
    display: block;
    width: 100%;
}
.contact-block .title span:after
{
    background: none repeat scroll 0 0 #35541b;
    content: "";
    display: block;
    height: 5px;
    margin: 20px auto 25px;
    width: 145px;
}
.contact-block .adress
{
    font-size: 16px;
    line-height: 18px;
    font-family: "proxima_nova_rgregular";
    margin: 0 0 15px;
}
.contact-block .mail
{
    font-size: 18px;
    font-family: "proxima_nova_rgregular";
    font-weight: bold;
    display: block;
    color: #d92626;
}
.contact-block .phone
{
    font-size: 17px;
    font-family: "proxima_nova_rgregular";
}
.contact-block .phone span
{
    font-weight: bold;
}
.contact-block .phone:before
{
    content: "";
    display: block;
    height: 5px;
    width: 145px;
    background: #e8e8e8;
    /*background: red;*/
    margin: 25px auto;
}

#light-construct>.title , #light-complect>.title
{
    color: #fff;
    font-family: "franklin_gothic_demiregular";
    font-size: 42px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    height: 141px;
    margin-bottom: 50px;
}
#light-complect>.title
{
    background: url("../img/img17.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#light-construct>.title
{
    background: url("../img/img18.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#light-construct>.title  .table, #light-complect>.title  .table
{
    margin: 0 auto;
    height: 100%;
}
#light-construct>.title  .cell, #light-complect>.title  .cell
{
    vertical-align: middle;
}

#light-complect, #light-construct
{
    margin-bottom: 65px;
}
.items .title
{
    font-size: 42px;
    font-family: 'franklin_gothic_demiregular';
    text-transform: uppercase;
    text-align: center;
    color: #062147;
    margin-bottom: 50px;
}
#order-form
{
    width: 980px;
    /*height: 725px;*/
    background: #fff;
    overflow: hidden;
    border: solid 7px #cccccc;

}
#order-form>.table .title
{
    padding: 0 0px 0 40px;
    color: #062147;
    font-size: 36px;
    font-family: 'franklin_gothic_demiregular';
    height: 90px;
    vertical-align: middle;
    width: 100%;
    background: #efefef;
}
#order-form .close
{
    background: url("../img/close_form.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 30px;
    top: 35px;
    width: 30px;
}
#order-form .close:hover
{
    background-position: -102px 0;
}
#order-form .close:active
{
    background-position: -210px 0;
}
#order-form .description
{
    /*width: 100%;*/
    margin: 30px 0 0 0;
    min-height: 30px;
    padding: 0 0 0 40px;
}
#order-form .description .left-block
{
    width: 335px;
   /* height: 465px;*/
}

#order-form .description .left-block .large-img
{

    background-size: cover ;
    background-repeat: no-repeat;
    width: 100%;
    height: 480px;
    margin: 0 0 4px;
}
#order-form .description .left-block .img
{
    background-size: cover ;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 75px;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 105px;
    float: left;
}
#order-form .description .left-block .img.active
{
    border: 4px solid #e22929;
    height: 67px;
    width: 97px;
}
#order-form .description .left-block .img:nth-child(3n)
{
    margin-right: 0;
}
#order-form .description .right-block
{
    width: 540px;
    min-height: 300px;
    background: none repeat scroll 0 0 #fff;
    padding: 0 40px 0 0;
}
#order-form .description .color-diod
{
    border-bottom: 1px solid #d9d9d9;
    color: #062147;
    float: left;
    font-family: proxima_nova_rgregular;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    width: 210px;
}
#order-form .description .table
{
    width: 100%;
    color: #062147;
}
#order-form .description .table .cell
{
    vertical-align: middle;
    height: 32px;
    border-bottom: 1px solid #d9d9d9;
    font-family: proxima_nova_rgregular;
    font-size: 15px;
}
#order-form .description .table .cell:first-child
{
    width: 130px;
}
#order-form .description .table 
{
    border-top: 7px solid #d9d9d9;
}
#order-form .description .table .cell:last-child
{
    font-weight: bold;
}
.add-consult
{
    font-family: proxima_nova_rgregular;
    font-size:2em;
    color:#dd0000;
    font-weight:bold;
    text-align:center;
}

.description-text .title
{
    font-weight: 400;
    margin: 0px 0 18px 0;
}
.description-text
{
    margin: 18px 0 20px 0;
    color: #062147;
    font-family: proxima_nova_rgregular;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 0 30px;
    border-bottom: 7px solid #d9d9d9;
}
.price .cell
{
    border: none !important;
}
.price .cell:last-child
{
    font-size: 32px !important;
}
#order-form form
{
    background: repeat scroll center center rgba(11, 104, 31, 100);
    display: block;
    height: 83px;
    margin-top: 25px;
    padding: 32px 0 0 17px;
}
#order-form form input:focus
{
    width: 155px;
}
#order-form form input, #order-form form .button
{
    display: inline-block;
    margin-right: 2px;
    width: 161px;
}
#order-form form .button
{
    display: inline-block;
    width: 230px;
    margin-right: 0px;
}
#order-form form .phone
{
    background: red;
}
.config-block
{
    display: none;
}
.pop-form
{
    background: url("../img/pop_form_bg2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 579px;
    width: 359px;
    padding: 10px;
    border: solid 6px #cccccc;
}
#form2 > .title
{
    margin: 55px 0 20px;
}
.pop-form > .title
{
    color: #ffffff;
    font-family: "franklin_gothic_demiregular";
    font-size: 32px;
    line-height: 32px;
    margin: 65px 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.pop-form > .text
{
    color: #ffffff;
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.pop-form .inp
{
    margin: 0 auto 3px ;
    display: block;
}
.pop-form .button
{
    width: 275px;
    margin: 7px auto 10px;
}
.pop-form form >span
{
    color: #ffffff;
    display: block;
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    text-align: center;
}
.pop-form form > span > span
{
    font-family: "proxima_nova_cn_rgbold";
}
.pop-form .close
{
    background: url("../img/close_pop.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 36px;
    cursor: pointer;
}
.pop-form .close:hover
{
    background-position: -111px 0;
}
.pop-form .close:active
{
    background-position: -55px 0;
}
.form-send
{
    background: url("../img/form_send.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 183px;
    width: 380px;
    color: #ffffff;
    text-align: center;
}
.form-send .title
{
    font-size: 32px;
    font-family: 'franklin_gothic_demiregular';
    text-transform: uppercase;
    margin: 55px 0 20px;
}
.form-send .text
{
    font-size: 18px;
    font-family: "proxima_nova_rgregular";
    line-height: 22px;

}

.product-title
{
    display: none;
}

.animated{
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    opacity: 1 !important;
    transition-duration: 0.8s !important;
}

#partners-items .cell, #about .block, #why .block, #shema .block{
    transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    opacity: 0.01;
}

#partners-items .cell.mobile, #about .block.mobile, #why .block.mobile, #shema .block.mobile{
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    opacity: 1 !important;
}

.items .block .title.two_row{
    line-height: 27px;
    margin-top: -17px;
    margin-bottom: 5px;
}

#sert .block:last-child{
    margin-right: 0 !important;
}

#order-form.mobile{
    margin-left: -470px !important;
}

#form3{
    height: 502px !important;
    border-bottom: 10px solid #fff;
}