*{
    outline: none;
}
body{
    font-family: MuseoSansCyrl;
    font-weight: 500;
    background-color: #fff;
}
.content{
    display: block;
    width: 980px;
    margin: 0px auto;
}
.clear{
    clear: both;
}
.header{
    display: block;
    width: 100%;
    height: 85px;
    background-color: #fff;
    position: fixed;
    top:0;
    z-index: 9;
    box-shadow: 0px 0px 5px #000;
}
.block1{
    display: block;
    position: relative;
    width: 100%;
    height: 875px;
    background-image: url(../img/bg/bg1.jpg);    
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 20px;
    padding-bottom: 40px;
}
.block2{
    display: block;
    position: relative;
    width: 100%;
    height: 545px;
    background-color: #f5f5f5;
}
.block3{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    background-image: url(../img/bg/bg2.jpg);    
    background-repeat: no-repeat;
    background-position: top center;
}
.block4{
    display: block;
    position: relative;
    width: 100%;
    height: 940px;
    background-color: #fff;
}
.block5{
    display: block;
    position: relative;
    width: 100%;
    height: 355px;
    background-image: url(../img/bg.jpg);    
    background-repeat: no-repeat;
    background-position: top center;
}
.block6{
    display: block;
    position: relative;
    width: 100%;
    height: 665px;
    background-image: url(../img/bg/bg4.jpg);    
    background-repeat: no-repeat;
    background-position: bottom center;
}
.block7{
    display: block;
    position: relative;
    width: 100%;
    height: 565px;
    background-color: #fff;
}
.block8{
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url(../img/bg/bg5.jpg);    
    background-repeat: no-repeat;
    background-position: top center;
}
.block9{
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
}

.header .logo{
    display: block;
    float: left;
    text-align: center;
}
.header .logo img{
    max-height: 100%;
    padding-top: 10px;
}
.header .menu{
    display: block;
    float: left;
    text-align: center;
    margin-left: 20px;
}
.header .menu ul{
    display: block;
    text-align: center;
    padding-top: 35px;
}
.header .menu ul li{
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
}
.header .menu ul li:hover{
    background-color: #ed8c1f;
    border-radius: 3px;
}
.header .menu ul li:hover a{
    color:#fff;
}
.header .menu ul li a{
    display: inline-block;
    text-decoration: none;
    color:#59636a;
    font-size: 16px;
}
.call{
    display: block;
    float: right;
    padding-top: 28px;
}
.phone{
    display: block;
    float: right;
    margin-right: 20px;
    padding-top: 40px;
}
.btn_call{
    display: block;
    width: 210px;
    height: 43px;
    text-align: center;
    text-decoration: none;
    color:#fff;
    font-size: 13px;
    background-color: #ee942e;
    background-image: url(../img/bg_btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 3px;
    line-height: 43px;
}
.phone a{
    text-decoration: none;
    font-size: 20px;
    color:#282828;
}
.block1 h1{
    text-align: center;
    color:#59636a;
    font-size: 30px;
    line-height: 1.2;
    padding-top: 80px;
    text-transform: uppercase;
}
.bl1_box{
    display: block;
    width: 900px;
    margin: 0px auto;
    padding-top: 60px;
    margin-left: 0px;
}
.bl1{
    display: block;
    float: left;
    text-align: center;
    width: 180px;
}
.bl1 p{
    text-align: center;
    padding-top: 10px;
    line-height: 1.2;
    font-size: 14px;
    color:#59636a;
}
.bl1_img{
    display: block;
    margin: 0px auto;
    text-align: center;
    height: 145px;
}
.btn_big{
    display: block;
    width: 410px;
    height: 55px;
    text-align: center;
    text-decoration: none;
    background-image: url(../img/btn.png);
    background-repeat: no-repeat;
    background-size: 100%;
    color:#fff;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0px auto;
    margin-top: 40px;
    line-height: 55px;
}
.bx1{
    display: block;
    float: left;
    width: 155px;
    height: 155px;
    position: relative;
    text-align: center;
    border: 1px solid #afafaf;
    border-radius: 3px;
    vertical-align: middle;
    margin-top: 60px;
    margin-right: 5px;
    transition: 0.3s;
}
.bx1 .bx1_hidden_block{
    visibility: hidden;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top:0;
    background-color: rgba(255,255,255,0.8);
}
.bx1 .bx1_hidden_block p{
    text-align: center;
    padding-top: 10px;
    line-height: 1.2;
    font-size: 14px;
    color: #59636a;
    padding-top: 20px;
}
.bx1:hover .bx1_hidden_block{
    visibility: visible;
}
.bx1 span{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.bx1 img{
    vertical-align: middle;
}
.block2 h2{
    color:#59636a;
    text-align: center;
    font-size: 28px;
    padding: 60px 0px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 40px;
}
.block2_left{
    display: block;
    float: left;
    width: 550px;
    text-align: center;
    position: relative;
}
.block2_left p{
    text-align: center;
    padding-top: 20px;
    color:#59636a;
    font-size: 13px;
    line-height: 1.4;
}
.arrow{
    position: absolute;
    right: 20px;
    top:0px;
}
.block2_right{
    display: block;
    float: right;
    width: 350px;
    margin-right: 80px;
    text-align: center;
}
.block2_right input[type=text]{
    display: block;
    width: 320px;
    height: 40px;
    padding-left: 10px;
    color:#555864;
    font-size: 13px;
    outline: none;
    margin: 0px auto;
    border:none;
    border:1px solid #afafaf;
    margin-bottom: 10px;
}
.block2_right input[type=tel]{
    display: block;
    width: 320px;
    height: 40px;
    padding-left: 10px;
    color:#555864;
    font-size: 13px;
    outline: none;
    margin: 0px auto;
    border:none;
    border:1px solid #afafaf;
    margin-bottom: 10px;
}
.block2_right input[type=file]{
    display: block;
    width: 320px;
    color:#555864;
    padding: 5px;
    outline: none;
    border:none;
    margin: 0px auto;
    border:1px dashed #afafaf;
    margin-bottom: 10px;
    margin-top: 20px;
}
.block2_right button{
    display: block;
    width: 320px;
    height: 51px;
    text-align: center;
    text-decoration: none;
    background-image: url(../img/btn2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px auto;
    margin-top: 30px;
    line-height: 50px;
    cursor: pointer;
}
.block2_right p{
    color:#555864;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 13px;
    text-align: left;
    line-height: 1.4;
}
.block2_right p b{
    font-weight: 700;
}
.block2_right span{
    display: inline-block;
    color:#59636a;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    padding-top: 20px;
}
.block3 h2{
    color: #59636a;
    text-align: center;
    font-size: 28px;
    padding: 60px 0px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 40px;
}
.bl3{
    display: block;
    width: 280px;
    float: left;
    padding: 40px 20px;
}
.bl3 h5{
    text-align: left;
    color:#59636a;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 20px;
}
.bl3 ul{
    height: 130px;
}
.bl3 ul li{
    position: relative;
    font-size: 13px;
    color:#59636a;
    line-height: 1.2;
    padding: 5px 0px;
    padding-left: 25px;
}
.bl3 ul li:after{
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
}
.btn_bl3{
    display: block;
    width: 260px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    color:#fff;
    font-size: 13px;
    font-weight: 700;
    background-color: #ee942e;
    border-radius: 3px;
    line-height: 43px;
    text-transform: uppercase;
    margin-top: 40px;
}
.bl3_border{
    border-left: 1px solid #8b8b8c;
    border-right: 1px solid #8b8b8c;
}

.box3{
    display: block;
    width: 820px;
    height: auto;
    padding: 30px 80px;
    border:1px solid #ed8c1f;
    border-radius: 3px;
    background-color: #fff;
    padding-bottom: 80px;
    margin: 40px auto;
    margin-bottom: 80px;
    position: relative;
}
.box3 p{
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
    padding: 20px 0px;
    color:#59636a;
}
.box3_left{
    display: block;
    float: left;
    width: 200px;
}
.box3_left h6{
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
    color:#59636a;
}
p.bd{
    font-size: 13px;
    padding: 10px 0px;
    color:#59636a;    
}
.bd b{
    font-weight: 700;
}
.box3_right{
    display: block;
/*    float: left;*/
    float: right;
/*    margin-left: 40px;*/
}
.box3_right img{
    display: block;
    float: left;
/*
    width: 180px;
    height: 145px;    
*/
    width: 500px;
    min-height: 300px;
    margin: 0px 5px;
}
.btn_box3{
    display: block;
    width: 300px;
    height: 48px;
    margin: 0px auto;
    background-image: url(../img/btn3.png);
    background-size: 100% 100%;
    border-radius: 3px;
    text-align: center;
    color:#fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 46px;
    text-decoration: none;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
}
.btn_box3_load{
    display: block;
    width: 296px;
    height: 44px;
    margin: 0px auto;
    border: 2px solid #ed8c1f;
    border-radius: 3px;
    text-align: center;
    color:#ed8c1f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 46px;
    text-decoration: none;
}
.bl3_center{
    text-align: center;
    height: 360px;
}
.bl3_center h5{
    text-align: center;
    line-height: 1.4;
    padding-top: 20px;
}
.bl3_center p{
    text-align: center;
    padding: 10px;
    color:#59636a;
    font-size: 13px;
    line-height: 1.4;
}
.btn_big4{
    display: block;
    width: 300px;
    height: 48px;
    margin: 0px auto;
    background-image: url(../img/btn3.png);
    background-size: 100% 100%;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 46px;
    text-decoration: none;
    margin-top: 60px;
}
.block4 h2{
    color: #59636a;
    text-align: center;
    font-size: 28px;
    padding: 60px 0px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 40px;
}
.block4_box{
    display: block;
    width: 555px;
    height: auto;
    margin: 20px auto;
}
.block4_box_bl{
    display: block;
    width: 265px;
    float: left;
    margin: 5px;
    border: 1px solid #afafaf;
    background-color: #FCFAFA;
    background-repeat: no-repeat;
    background-position: 20px 17px;
}
.block4_box_bl p{
    text-align: left;
    padding: 20px;
    padding-left: 115px;
    font-size: 14px;
    color:#59636a;
    line-height: 1.4;
    font-weight: 700;
}
.block4_box_bl p span{
    font-size: 18px;
}
.block4_bl{
    display: block;
    float: left;
    width: 155px;
    height: 165px;
    margin: 20px 3px;
    text-align: center;
    border:1px solid #afafaf;
    background-color: #FCFAFA;
}
.block4_bl img{
    padding-top: 20px;
}
.block4_bl p{
    text-align: center;
    font-size: 14px;
    color:#59636a;
    padding-top: 20px;
}
.box_rew{
    display: block;
    width: 900px;
    height: auto;
    margin: 0px auto;
    margin-top: 40px;
}
.box_rew_left{
    display: block;
    float: left;
    width: 260px;
}
.box_rew_left img{
    position: relative;
    z-index: 2;
}
.box_rew_right{
    display: block;
    float: right;
    width: 600px;
}
.box_rew_right h4{
    text-align: left;
    color:#59636a;
    font-size: 24px;
    padding-top: 40px;
}
.box_rew_right p{
    text-align: left;
    color:#59636a;
    font-size: 13px;
    padding-top: 20px;
    line-height: 1.4;
}
.box_rew_right p i{
    font-style: italic;
}
.box_rew_right .quote{
    position: relative;
    padding-top: 60px;
}
.box_rew_right .quote:after{
    content: '';
    position: absolute;
    display: block;
    background-image: url(../img/k1.png);
    width: 17px;
    height: 14px;
    top: 40px;
    left: -25px;
    background-repeat: no-repeat;
}
.box_rew_right .quote:before{
    content: '';
    position: absolute;
    display: block;
    background-image: url(../img/k2.png);
    width: 17px;
    height: 14px;
    bottom: -15px;
    right: 0;
    background-repeat: no-repeat;
}
.box_rew_right .str{
    display: inline-block;
    background-color: #ed8c1f;
    color:#fff;
    font-size: 16px;
    padding: 10px 20px;
    padding-right: 80px;
    padding-left: 40px;
    margin-left: -40px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.btn5{
    display: block;
    width: 348px;
    height: 52px;
    margin: 0px auto;
    background-image: url(../img/btn3.png);
    background-size: 100% 100%;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 52px;
    text-decoration: none;
    margin-top: 40px;
}
.block5 p{
    text-align: center;
    color: #59636a;
    font-size: 28px;
    line-height: 1.8;
    padding-top: 130px;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #fff;
}
.block5 p b{
    font-weight: 700;
}
.block6 h2{
    color: #59636a;
    text-align: center;
    font-size: 28px;
    padding: 60px 0px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 40px;
}
.rew6{
    display: block;
    width: 980px;
    position: relative;
    height: 260px;
    text-align: center;
    background-image: url(../img/rew.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.rew6 img{
    padding-top: 15px;
    margin: 0px 5px;
    border: 1px solid #DEDEDE;
}
.bl7{
    display: block;
    float: left;
    position: relative;
    text-align: center;
    width: 196px;
    margin: 40px 0px;
    margin-bottom: 0px;
}
.bl7 img{
    padding-top: 20px;
}
.bl7 p{
    text-align: center;
    padding-top: 20px;
    font-size: 13px;
    color:#59636a;
    line-height: 1.2;
}
.bl7btn{
    display: inline-block;
    width: 160px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    background-color: #ee942e;
    border-radius: 3px;
    line-height: 40px;
    margin-top: 10px;
    text-transform: uppercase;
}
.ar_top{
    position: absolute;
    top: -45px;
    left: 130px;
}
.ar_bot{
    position: absolute;
    left: 20px;
    bottom: -220px;
}
.ar_bottom{
    position: absolute;
    right: 125px;
    bottom: -45px;   
}
.block8 h2{
    color: #59636a;
    text-align: center;
    font-size: 28px;
    padding: 60px 0px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 40px;
}
.block8_news{
    display: block;
    width: 430px;
    height: 190px;
    float: left;
    margin: 20px 6px;
    padding: 20px;
    padding-top:30px;
    border:1px solid #afafaf;
    background-color: #fff;
}
.block8_news h4{
    text-align: left;
    color:#59636a;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
}
.block8_news img{
    display: block;
    float: left;
}
.block8_news .block8_news_txt{
    display: block;
    float: left;
    width: 260px;
    float: right;
    text-align: left;
}
.block8_news_txt p{
    color:#59636a;
    text-align: left;
    font-size: 13px;
    line-height: 1.2;
    padding-bottom: 10px;
}
.read_more{
    display: inline-block;
    padding: 10px 20px;
    border:2px solid #59636a;
    border-radius: 2px;
    text-decoration: none;
    color:#59636a;
    margin-top: 10px;
}
.read_more:hover{
    color:#ed8c1f;
    border:2px solid #ed8c1f;
}
.right{
    float: right;
}
.block8{
    text-align: center;
}
.load_news{
    display: inline-block;
    padding: 15px 60px;
    font-size: 13px;
    border:2px solid #ed8c1f;
    border-radius: 2px;
    text-decoration: none;
    color:#ed8c1f;
    margin-top: 40px; 
    font-weight: 700;
    text-transform: uppercase; 
    background-color: #fff;

}
.map{
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 2;
}
.block9 .content{
    position: relative;
    z-index: 3;
}
.fm_contact{
    display: block;
    position: relative;
    float: left;
    width: 300px;
    height: 500px;
    background-color: #fff;
    text-align: center;
}
.fm_contact h4{
    text-align: center;
    color:#59636a;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 55px;
}
.fm_contact img{
    padding-top: 20px;
    width: 225px;
}
.fm_contact p{
    text-align: center;
    color:#59636a;
    font-size: 13px;
    padding-top: 20px;
    line-height: 1.4;
}
.fm_contact p a{
    text-decoration: none;
    color:#59636a;
}
.block9{
    border-bottom: 1px solid #59636a;
}
.bg{
    display:block;
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(000,000,000,0.5);
    z-index:99999;
    top:0;
}
.wrp{
    display: block;
    width: 100%;
    height: auto;
    padding: 60px 0px;
    background-color: #f5f5f5;
    margin-top: 60px;
}
.wrp .content{
    position: relative;
    width: 420px;
}
.wrp .content h3{
    text-align: center;
    font-size: 26px;
    color:#59636a;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.wrp .content label{
    text-align: left;
    font-size: 13px;
    color:#555864;
    display: inline-block;
    padding: 10px 0px;
    padding-left: 15px;
}
.wrp .content input[type=text]{
    display: block;
    width: 400px;
    padding: 10px;
    border: none;
    outline: none;
    border:1px solid #afafaf;
    border-radius: 2px;
    background-color: #fff;
    font-size: 13px;
    margin: 10px 0px;
}
.wrp .content select{
    display: block;
    width: 420px;
    padding: 10px;
    border: none;
    outline: none;
    border:1px solid #afafaf;
    border-radius: 2px;
    background-color: #fff;
    font-size: 13px;
    margin: 10px 0px;
    -webkit-appearance: none;
 /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
    background-image: url(../img/select.jpg);
    background-repeat: no-repeat;
    background-position: 395px 15px;
}
.wrp .content button[type=submit]{
    display: block;
    width: 420px;
    height: 48px;
    text-align: center;
    text-decoration: none;
    background-image: url(../img/btn2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px auto;
    margin-top: 30px;
    line-height: 47px;
    cursor: pointer;
}
.wrp .content .close{
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -120px;
    top: -40px;
}
.lortext_read_more{
    display: none;
    width: 400px;
    margin: 0px auto; 
    padding: 10px;
    color: #59636a;
    font-size: 14px;
    line-height: 1.4;
}
.wrp form span{
    text-align: center;
    font-size: 13px;
    color: #555864;
    display: block;
    padding: 10px 0px;
}
.clients{
    color: #59636a;
    text-align: center;
    font-size: 28px;
    padding: 60px 0px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 0px;
}
#altr .close{
   display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 10px; 
}






