/* General */
@font-face {
    font-family: 'bir';
    src: url('../fonts/bir.ttf');
    font-weight: normal;
    font-style: normal;
}
html, body {    
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
	color: #1e2316;
	height: 100%;
	background-color: #eceef2;
	font-family: Tahoma, Geneva, sans-serif;
    min-width: 1013px;
}
*{
	margin: 0px auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #383838;
}
a:hover {
    text-decoration:none;
}
a {
    outline: none;
    font-size: 14px;
    color: #383838;
}
p,div,span{
    font-size: 14px; 
}
p{
    line-height: 26px;
}
a img {
    border:none;
}

form {
    margin:0px; padding:0px;
    margin-bottom: 40px;
}
h2, h2 a{
    font-family: bir;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px;
}
h3{
    font-family: bir;
    font-weight: normal;
    font-size: 22px;
}
h4{
    font-family: bir;
    font-weight: normal;
    font-size: 18px;
}
.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 7px;
    margin: 0 0 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.checked{
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0.6;
    background: url(/res/images/ver.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: -5px;
}
.z_inl{
    position: relative;
}
.z_inl .checked {
    top: -30px;
    left: -20px;
}
.field input,.field textarea{
    height: 26px;
    padding: 3px 6px;
    font-size: 14px;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.field textarea{
    height: auto;
    width: 100%;
}
#header{
    height: 67px;
    margin-bottom: 15px;
    background-color: #363645;
    min-width: 1013px;
    color: #d6dcf0;
    font-size: 16px;
    text-shadow: 0 1px 0 #161829;
}
#header.fix{
    min-width: 0;
}
#header *{
    color: #d6dcf0;
    text-align: center;
}
#header .content div{
    display: inline-block;
    vertical-align: top;
}
.logo{
    width: 250px;
    height: 40px;
    float: left;
        margin-top: 14px;
    margin-left: 20px;
}
#footer{
    min-width: 1013px;
    background-color: #2d2d39;
    padding: 15px 0;
    color: #81818f;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    margin-top: 15px;
}
#footer *{
    color: #81818f;
}
#heder #login_form{
    max-width: 280px;
}
.tpl-block-list-object{
    padding: 10px 0;
}
.news_block{
    padding: 10px 0;
    border-bottom: 1px solid #ECEEF2;
}
.nc_full_text p{
    text-align: justify;
}
.content{
    width: 1013px;
}
.left_content, .main_content{
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}

.w20{
    display: inline-block;
    vertical-align: top;
    width: 25%;
}
#footer .w20{
    width: 20%;
}
.w80{
    width:75%;
        display: inline-block;
    vertical-align: top;
}
.block, .block_no_border{
    border: 1px solid #ddd;
    background: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.block_no_border{
    border: 0;
    border-radius: 0;
    margin-bottom: 0px;
}
.block_no_border{
    border: 0;
    border-radius: 0;
    margin-bottom: 0px;
    padding: 20px 20px 0 20px;
}
.block_no_border h2{

    margin-bottom: 0px;
    padding-bottom: 0;
}
.category div{
    margin-bottom: 10px;
        position: relative;
}
hr{
    border: solid 1px #DDDDDD;
    border-radius: 50%;
    margin-bottom: 10px;
}
.top_menu ul, .top_menu li{
    display: inline-block;
    vertical-align: top;
}
.top_menu li{
    padding: 20px;
}
.top_menu a{
    font-size: 16px;
}
.pull-right{
    float: right;
    color: #d12424;
    font-size: 24px;
}
.list_block{
    padding: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 0px;
    min-height: 100px;
}
.list_block .title a{
    color: #2c3151;
    font-size: 24px;
}
#b2, #b4{
    background: #f8f8f8;
}
.title{
    margin-bottom: 10px;
}
.row div{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
.details a{
    font-size: 11px;
}
.details{
    margin-top: 12px;
}
.cat{
    width: 52%;
}
.time{
    width: 14%;
}
.fulld .time{
    width: 100%;
}
.owner, .addoffer{
    width: 17%;
}
.addoffer{
    text-align: right;
}
.elem{
    padding: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.elem:hover {
    background-color: #f1f1f1;
}
.col-xs-12, .col-xs-12 input{
    width: 100%;
}
.form-group{
    margin-top: 20px;
}
.form-group div{
    font-size: 14px;
}
.col-xs-2{
    margin: 0 30px 0 5px;
}
.col-xs-2 select{
    width: 200px;
    height: 20px;
}
.col-xs-3{
    float: right;
}
.col-xs-3 button{
    border: 1px solid #AAAAAA;
    background: white;
    padding: 2px 5px;
    font-size: 12px;
}
.autor{
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding: 20px;
    position: relative;
}
.full{
    display: inline-block;
    width: 80%;
    vertical-align: top;
    padding: 20px;
    position: relative;
}
.elem .full{
    width: 100%;
    padding: 5px 0 0 0;
    font-size: 12px;
}
hr.divider {
    margin: 10px 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.fulld div{
    display: block;
    margin-left: 0;
    margin-bottom: 5px;
}
.pred{
    padding: 20px;
}
.z_inl{
    display: inline-block;
    vertical-align: top;
}
.w33{
        width: 33%;
    padding: 20px;
    height: 300px;
}
.w30{
    width: 20%;
}
.w70{
    width: 80%;
}
.z_per{
    width: 30%;
}
.content_white{
    background: white;
    padding: 20px;
}
.field{
    margin: 0 0 20px 0;
}
textarea{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.field-caption{
    margin-right: 20px;
}
.post-caption{
    margin-right: 20px;
}
form .z_inl{
    margin-right: 100px;
}
input[type="submit"], .reg-form button, .add_project .button{
    text-shadow: 0px 1px 0px #2E8348;
    border-radius: 3px;
    padding: 7px 15px;
    box-shadow: 0px 1px 0px #3BA75C;
    color: #FFF;
    background-color: #418B4B;
    border: 1px solid #398439;
    cursor: pointer;
}

.offercounters{
    padding-left: 0;
}
.offercounters li{
    display: block;
}
.block_z{
    padding: 0 100px;
}
.z_avatar{
    max-width: 100px;
}
.btmenu{
    cursor: pointer;
}
.open_menu{
    display: none;
    background: #363645;
    border:1px solid black;
    padding: 5px;
    position: absolute;
}
.open_menu li{
    width: 150px;
    padding: 5px;
    color: white;
    border-bottom:1px solid black;
    display: block;
}
.open_menu li a{
    text-decoration: none;
}

.caret {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
#login_form{
    padding-top: 20px;
    float: right;

}
#login_form{
    padding-top: 14px;
}
#login_form .tpl-link-login,#login_form .tpl-link-register{
    text-transform: uppercase;
    padding: 0px 29px;
    margin: 0px 10px;
    border-radius: 4px;
    border: medium none;
    font-weight: normal;
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 40px;
    background-color: #FFF;
    color: #000;
}
#login_form .tpl-link-register{
    background-color: #28A56F;
}
#login_form .tpl-link-register:hover{
    background-color: #41A77F;
}
#login_form .tpl-link-login:hover{
    background-color: #eee;
}
#login_form .tpl-link-login a,#login_form .tpl-link-register a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
    text-shadow: none;
}
#login_form .tpl-link-register a{
    color: #FFF;
}
.user_name{
    width: 160px;
}
.tab{
    display: none;
}
.tab_bt{
    padding: 10px;    
    display: inline-block;
    margin-bottom: -1px;
    background: white;
    border-radius: 5px 5px 0 0;
    border: 1px solid #D1D1D1; 
    border-bottom: 1px solid #AEAEAE; 
    cursor: pointer;
}
.tab_bt:hover{
    background: #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.tabs_bt{
    border-bottom: 1px solid #AEAEAE;
}

.tabed{
    border: 1px solid #AEAEAE;    
    border-bottom: 1px solid white;
}
.otz3{
    background: #C9F7C1;
}
.otz2{
    background: #EBEBEB;
}
.otz1{
    background: #FFEAE4;
}
.elem_otz{
    margin-bottom: 5px;
    padding: 10px;
}
.sel_isp{
    float: right;
}
.portf_list_img{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: top;
}
.left{
    float: left;
}
.clean{
    clear: both;
}
.hidden{
    display: none;
}

.messager{
    background-color: #DEE2E9;
    padding: 0px;
    margin-top: 0px;
    height: 0;
    -webkit-transition: -webkit-all 0.3s ease;
    -moz-transition: -moz-all 0.3s ease;
    -ms-transition: -ms-all 0.3s ease;
    -o-transition: -o-all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}
.mes_box{
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: auto;
    margin-bottom: 10px;
    background-color: #FFF;
    min-height: 200px;
}
.mes_text{
    width: 75%;
    display: inline-block;
    vertical-align: top;
}
.mes_bt{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-top: 30px;
}
.messager textarea{
    display: block;
    width: 100%;
    max-height: 65px;
    min-height: 65px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;

}
.out{
    background: #F9F9F9;
}
.in{
    background: #DFFFDD;
}
.mes_elem{
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #DDD;
}
.mes_head{
    margin-bottom: 10px;
    text-decoration: none;
}
.mes_author{
    display: inline-block;
}
.mes_head img{
    border: 1px solid #CACACA;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.mes_head span{
    font-size: 0.8em;
    line-height: 1.6em;
    font-weight: bold;
}
.mes_date{
    font-size: 0.8em;
    line-height: 1.6em;
    color: #999;
    float: right;
}

.mes_open_bt{
    margin-top: 20px;
    color: #48B469;
    background: url(/res/images/chat.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 30px;
    display: inline-block;
}






.messager.opened{
    height: 295px;
    padding: 10px;
    margin-top: 20px;
}


.opened{
    display: block;
    z-index: 2;
}






.land #header{
    background: rgba(54, 54, 69, 0);
}
.land .fix{
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.land #header.scrolled{
    background: rgba(54, 54, 69, 0.8);
}

.land .top_block{
    padding: 150px 0;
    position: relative;
    background: url(/res/images/tbfon.jpg);
    background-size: cover;
    background-position: center;
}
.land h1{
    font-size: 34px;
    line-height: 45px;
    color: white;
    border-left: #3ab07d 5px solid;
    padding-left: 60px;
}
.land .t_1{
font-size: 16px;
line-height: 30px;
color: #FFF;
padding-left: 60px;
padding-top: 30px;
}
.land .pel{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #363645;
    opacity: .7;
    top: 0;
    left: 0;
}
.land .content{
    width: 1013px;
    z-index: 1;
    position: relative;
}
.land .l_block{
    background: white;
    height: 420px;
    padding-top: 30px;
    overflow: hidden;
}
.land .l_b{
    float: left;
    margin-left: -100px;
    opacity: 0;
}
.land .r_b{
    float: right;
    margin-right: -100px;
    opacity: 0;
}
.land .visual .r_b{
    margin-right: 0;
    opacity: 1;
}
.land .visual .l_b{
    margin-left: 0;
    opacity: 1;
}
.land .text, .land .img{
    width: 50%;
}
.land .text{
    padding: 80px 30px 10px 30px;
}
.land .img{
    text-align: center;
}
.land .f_text{
    width: 100%;
    text-align: center;
    padding-top: 50px;
    max-width: 1013px;
}
.land .clients{
    padding-top: 40px;
}
.land .clients span{
    font-size: 24px;
    padding: 0 20px;
}
.land .f_text h2{
    font-size: 30px;
}
.land .c_block{
    height: 300px;
}
.land *{
    -webkit-transition: -webkit-all .5s ease;
    -moz-transition: -moz-all .5s ease;
    -ms-transition: -ms-all .5s ease;
    -o-transition: -o-all .5s ease;
    transition: all .5s ease;
}
.land #login_form *{
    text-transform: uppercase;
    font-size: 20px;
}
.w25{
    display: inline-block;
    vertical-align: top;
    width: 25%;
}
.w40{
    display: inline-block;
    vertical-align: top;
    width: 40%;
}

.center{
    text-align: center;
}
.vk{
    margin-top: 20px;
display: inline-block;
}
#footer .logo{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px 0;
}
.el_f{
    margin: 10px 0;
}
.land .clients img{
    height: 100px;
    margin-bottom: -45px;
}
.land .hiw_block{
    background: #5E5E6A;
    height: 400px;
}
.land .hiw h2 {
    color:white;
}
.land .hiw img{
    max-width: 100%;
}
.land .hiw .el{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    opacity: 0;
    bottom: -50px;
    position: relative;
}
.land .hiw .el_1{
    display: inline-block;
    vertical-align: top;
    width: 10%;
    padding-top: 130px;
    opacity: 0;
    bottom: -50px;
    position: relative;
}

.land .hiw .visual{
    opacity: 1;
    bottom: 0;
}


.land .hiw .t_2{
    color:white;
}



#consol {
    position: fixed;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: black;
    color: red;
    z-index: 5000;
    display: none;
}

.reg-form{
    width: 500px;
    margin: 0 auto;
}
.reg-form textarea, .reg-form input, .reg-form select{
    width: 100%;
    border:1px solid green;
    border-radius: 4px;
    padding: 10px;
    margin: 3px 0 12px;
}

.reg-form #date input, .reg-form .spec input, #nc_agreed, #nc_captcha_code,.reg-form .save{
    width: auto;
}
.reg-form .save{
    margin-left: 10px;
}
.reg-form .spec{
    margin-bottom: 20px;
}
.reg-form .spec span{
    width: 100%;
    display: block;
    margin: 20px 0 10px 0;
}
#nc_capfld_2589{
    margin-right: 60px;
}
#nc_calendar_popup_img_f_Date_r_day{
    margin: 2px 0 0 50px;
}
#group_reg select{
    padding-left: 30px;
}
#group_reg{
    position: relative;
}
#nc_capfld_2602{
    position: absolute;
    left: 10px;
    top: 13px;
}
#nc_captcha_container0, #nc_captcha_code{
    vertical-align: top;
    margin-top: 0px;
    width: 178px;
}
.lable{
    width: 100%;
    margin-bottom: 5px;

}
.reg-form  #Password1,.reg-form #Password2{
    width: 51%;
}

.add_project textarea, .add_project input, .add_project select, .dialog input, .dialog textarea{
    width: 100%;
    border:1px solid green;
    border-radius: 4px;
    padding: 10px;
    margin: 3px 0 12px;
}
.add_project .date input{
    width: 57px;
    border:1px solid green;
    border-radius: 4px;
    padding: 10px;
    margin: 3px 0 12px;
    display: inline-block;
    vertical-align: top;
}
.add_project #date input, .add_project .spec input, .add_project .save, .add_project .pro input{
    width: auto;
}
.add_project .spec input{
    margin: 0px;
}
.add_project .spec{
    padding: 20px 0;
}
.add_project .w25{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}
.add_project .pro{
    padding-top: 30px;
}

.about .z_inl {
    padding: 10px 0;
    border-top: 1px solid #AEAEAE;
}
.tab h2{
    margin-top: 20px;
}
.pos{
    color: green;
    font-size: 20px;
}
.neg{
    color: red;
    font-size: 20px;
}
.neu{
    font-size: 20px;
}


.hide_block{
    max-height: 0;
    overflow: hidden;
    -webkit-transition: -webkit-all 0.5s ;
    -moz-transition: -moz-all 0.5s ;
    -ms-transition: -ms-all 0.5s ;
    -o-transition: -o-all 0.5s ;
    transition: all 0.5s;
    padding-left: 20px;
    margin-top: 20px;
}
.opened{
    max-height: 2000px;
}
.razv,.razv_gr{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    left: -5px;
    bottom: -21px;
    background: url(/res/images/show.png);
    background-size: contain;
}
.razv:hover:after{
    display: block;
    content: 'Показать связанные разделы';
    color:green;
    position: absolute;
    width: 300px;
    top: 6px;
    left: 30px;
    font-size:10px;
}
.razv.opened:after{
    content:'';
}
.razv_gr {
    left: 20px;
    width: 30px;
    height: 30px;
    bottom: -4px;
    background: url(/res/images/show.png);
    background-size: contain;
}
.elem:hover .razv_gr:after{
    display: block;
    content: 'Показать связанные проекты';
    color:green;
    position: absolute;
    width: 300px;
    top: 6px;
    left: 30px
}
.elem:hover .razv_gr.opened:after{
    display: block;
    content: 'Скрыть связанные проекты';
    color:green;
    position: absolute;
    width: 300px;
    top: 6px;
    left: 30px
}
.razv_gr.opened{
    background: url(/res/images/hide.png);
    background-size: contain;
}
.group{
    overflow: hidden;
    height: 0;
}
.group.opened{
    height: auto;
}
.razv.opened{
    background: url(/res/images/hide.png);    background-size: contain;
}

.elem_pr{
    width: 80%;
    display: inline-block;
    vertical-align: top;

}
.pan_upr{
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

.pan_upr input{
    width: 100%;
    margin-bottom: 10px;
}

.dialog{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 1000;
}
.news p,.nc_news p{
    line-height: 18px;
}

.dialog form{
    width: 500px;
   
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -151px 0 0 -250px;
    background: white;
    border: 1px solid #DDDDDD;
    padding: 20px;
    border-radius: 4px;
}
.dialog form textarea{
    max-height: 170px;
    height: 170px;
    min-height: 170px;
    max-width: 100%;
    min-width: 100%;
}
.podpis{
    font-size: 11px;
    margin-top: -10px;
    display: block;
    line-height: 11px;
    color: #d12424;
    margin-bottom: 20px;
}
.dialog .close_bt{
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
    background: url(/res/images/close.png) white;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
}
.red{
    color: #d12424;
}
.fix .content{
    width: auto;
}
.add_project .files input{
    width: 50%;
    display: inline-block;vertical-align: top;
}
.add_project  .files input[type="file"]{
    padding: 5px 0 0 10px;
    border: 0;
}
.files_show a{
    font-size: 14px;
}
.elem_top{
        margin: 20px 0;
}
.elem_top .img{
    width: 30%;
    height: 60px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.elem_top .opis{
        width: 70%;
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
}
.elem_top a{
    color: #1A87C2;
}
.elem_top span{
    display: inline-block;
    width: 100%;
}
div[data-type]{
    /*display: none;*/
}
.nav{
    text-align: center;
    width: 100%;
}
.nav span{
    padding: 5px 10px;
    border: 1px solid #2C3151;
    display: inline-block;
    margin: 5px;
    background: #2C3151;
    color: white;
    border-radius: 3px;
}
.nom_pr{
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: rgb(142, 142, 160);
    right: 20px;
}
.up_bal{
    margin-left: 20px;
    color:#d12424;
    font-weight: bold;
}
h3 a{
    font-family: bir;
    font-weight: normal;
    font-size: 22px;
}


.sh_header_info{
    background: #363645 !important;
}
.sh_title_text{
    background: #363645 !important;
}
input.has-error {
    border-color: red;
}

.regAjaxResult {
    color: red;
}

input[name='nc_agreed'] + label {
    margin-left: 5px;
}
.okReg {
    border: 1px solid #ddd;
    background: white;
    padding: 20px;
    display: none;
}