* {
    margin:0;
    padding:0;
    outline:none;
    font: 14px/150% 'PT Sans', sans-serif;
}

/*html{height: 100%;}*/
/*body{min-height: 100%;}*/

a{color: #333;}
a:hover{text-decoration: none;}

.uk-notouch html{overflow: hidden;}

html,body{
    background: #ddd;
    width:100%;
    font-family: 'tahoma', sans-serif;
}
html{background: #ddd!important;}

body.transparent{background: transparent;}
body.no-scroll{overflow: hidden;}

article,aside,figcaption,figure,footer,header,hgroup,nav,section,time{
    display: block;
}
img{border: 0px;}
.footer-wrapper2,
#footer-wrapper{
    height: 50px;
    max-width: 1200px;
    clear:both;
}


footer .footer-title{font-size:18px; margin: 0 0 5px 20px; color: #fff; }
footer .copyright{margin: -7px 0 0 20px; color: #888; position: absolute; bottom: 20px; }
footer .ya-share2{position: absolute; bottom: 50px;}
footer .footer-links{padding-left: 0; padding-bottom: 7px; margin-top: 0;}
footer .footer-links li{}
footer .footer-links a{color: rgba(255,255,255,.5);}
footer .footer-links a:hover{color: rgba(255,255,255,.8);}
footer.footer{
    position: absolute;
    bottom: 0;
    margin-left: -15px;
    max-width: 770px;
    background: #333;
    color: rgba(255,255,255,.5);
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    border-top: 3px solid #999;
    z-index: 1;

}
#content-blk.site-page-catalog-code-view footer.footer,
#content-blk.site-page-static footer.footer{width: 100%; max-width: 100%; }
.body-site-page-catalog-code-view #container{    min-height: 100vh;}

footer.footer ul{
    margin-left: 20px;

}

footer.footer ul.footer-links li:before{
    content: "\f0da";
    font-family: "FontAwesome";
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
    color: #999;
}
footer.footer ul li{
    list-style-type: none;
}

.visible{
    display:block !important;
}

ins{
    color:red;
    text-decoration: none;

}

h1, .h1{
    margin: 0;
    font:20px/100% "Roboto";
    clear:both;
}

.modal-content h1{
    margin:10px 0 10px 10px !important;
}

#register-form h1{
    margin:10px 0 10px 16px !important;
}

#content-blk h2,
h2,.h2{
    font:20px/120% "Roboto Condensed";
    color:#468;
    font-weight:300;
    display: block;
}

h3,.h3{
    font: 12px/150% Conv_EtelkaLightPro;
}

h4,.h4 {
    margin: 5px 0 0 15px;
    color: #333 !important;
    font-size:20px;
}

.h-lg, .h-m, .h-sm, .h-xs{
    display:block;
}

.h-str-lg, .h-str-m, .h-str-sm, .h-str-xs{
    display:inline-block;
}

.v-lg, .v-str-lg, .v-m, .v-str-m, .v-sm, .v-str-sm, .v-xs, .v-str-xs{
    display:none;
}

ul li a{
    color:#333;
}

.header-container,
#container {
    max-width: 1091px;
    min-width: 303px;
    margin: 0 auto;
}
#container{
    position: relative;
    background: #fff;
    min-height: calc(100vh - 40px);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
/*******************************************************************************

                               topPanel

*******************************************************************************/

#topPanel{
    width:100%;
    height:40px;
    box-sizing:content-box;
    background: url(/img/carbon.png) repeat-x 0 0;
    position:fixed;
    z-index: 10;
    top:0;left:0;
    box-shadow: 0 3px 10px #999;
    padding:5px 0;
}

#topPanel-wrapper{
    max-width: 1200px;
    margin:0 auto;
    max-height:100%;
    padding: 0 15px;
}

#topPanel-wrapper .srch-region{
    height:40px !important;
}

#topPanel-wrapper ul li{
    display:block;
    float:left;
    margin-right:15px;
}

.new_obertka{
    margin: -5px 0 0 0;

}

.new_obertka a, .new_obertka span{
    font:17px/40px sans-serif;
    color:#ccc;
    cursor:pointer;
    border-bottom:1px dashed #ccc;
    text-decoration: none;
    padding: 2px 0 3px 0;
}

.new_obertka a:hover, .new_obertka span:hover{
    color:#fff;
    border-bottom:1px dashed #fff;
}

.obertka{
    border:1px solid #9ebbd3;
    padding: 0 10px;
    cursor:pointer;
    box-shadow: 1px 1px 2px #999;
    border-radius:5px;
    overflow:hidden;
    background: #eff;
    max-width:200px;
}

#goTop{
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    line-height: 32px;
    height: 30px;
    width: 30px;
    cursor:pointer;
    background: #468;
    text-align: center;
    border-radius: 4px;
    z-index: 10;
    opacity: .65;
    -webkit-transition:  all 0.2s linear 0.2s;
    -moz-transition:  all 0.2s linear 0.2s;
    -ms-transition:  all 0.2s linear 0.2s;
    -o-transition:  all 0.2s linear 0.2s;
    transition:  all 0.2s linear 0.2s;
}
#goTop.show{
    display: block;
}
#goTop i{
    color:#def;
    font-size: 1.8em!important; /* 3,5 */
    opacity: .8;
}
#goTop:hover{
    opacity: 1;
    -webkit-transition:  all 0.2s linear 0.2s;
    -moz-transition:  all 0.2s linear 0.2s;
    -ms-transition:  all 0.2s linear 0.2s;
    -o-transition:  all 0.2s linear 0.2s;
    transition:  all 0.2s linear 0.2s;
}
#goTop:hover i{opacity: .8;}

/*******************************************************************************

                                Хедер

*******************************************************************************/

#pre-header{
    background: #fff;
    clear:both;
    padding:0 15px;
    height:20px;
    overflow: hidden;
}

#pre-header ul li{
    display:block;
    float:left;
    line-height: 20px;
    color:#666;
    padding:3px;
}

#pre-header ul li a{
    font:11px/190% verdana;
    color:#666;
    display:block;
    float:left;
}

#pre-header ul li a:hover{
    color:#ccc;
}

#pre-header .user {
    display:block;
    color:red;
    font-size:11px;
    text-align: right;
    text-decoration: none;
}
#pre-header .user span{
    text-decoration: underline;
    color: red;
}



.slogan{
    display: inline-block;
    float: left;
    width: 320px;
    box-sizing: border-box;
    padding-left: 3px;
    color: #fff;
}


#main-part{
    float:left;
    min-width:370px;
    min-height:30px;
    margin: 10px 0 0 0;

}

#main-part li{
    display:block;
    float:left;
    margin:0 20px 0 0;
}

#main-part li a{
    color:#bbb;
    font:18px/200% Conv_EtelkaMediumPro;

}

#main-part .active{
    text-decoration:none;
    color: #fff;
}

#main-part li a:hover{

    color:#ffde4b;
    text-decoration:none;
}

form#search-on-site{
    float:right;
    width:30%;
    text-align: right;
    height:10px;
    margin:17px 0 0 0;
    position:relative;
}

form#search-on-site input{
    outline:1px solid #000;
    background: transparent;
    color:#fff;
    border-radius:3px;
    height:20px;
    margin-right: 10px;
}

form#search-on-site input[type=text]{
    border:1px solid #8d8b84;
    width:70%;

}

form#search-on-site input[type=submit]{
    border:1px solid #908d82;
    padding:0 10px;
    cursor:pointer;

}

form img.lupa{
    display:none;
    width:13px;
}

#sw-search{
    margin:13px 10px 0 0;
    cursor:pointer;
}




/*******************************************************************************

                            Центральный блок

*******************************************************************************/

#centr-wrapper{
    box-sizing: border-box;
    max-width: 100%;
}

#centr-blk{
    background: #fff;
    /*position:relative;*/
    box-sizing: border-box;
    padding: 0px 0 0 0;
    /*border-top: 1px solid #f0f0f0;*/

}

#centr-blk:after{
    content:' ';
    clear:both;
}
#content-blk.site-error-index {margin-left: 0; padding: 0;}
#content-blk.site-page-content-list footer.footer{width: 100%;}
#content-blk.site-page-content-list footer.footer{width: 100%;}

#content-blk{min-height: calc(100vh - 201px); overflow: hidden;}
#content-blk.anketa-index{min-height: calc(100vh - 31px); }
#content-blk.user-default-register{min-height: calc(100vh - 61px); padding-bottom: 0px;}
#content-blk.site-anketa-index{min-height: calc(100vh - 61px); padding-bottom: 0px;}
#content-blk.site-page-catalog-code-view,
#content-blk.site-page-static{margin-top: 50px; margin-left: 0px;}
#content-blk.site-page-news,
#content-blk.site-page-content-list{margin-top: 50px; padding-top: 30px;max-width: inherit;}
#content-blk.site-page-content-list > div{padding: 5px;}

#left-blk,
#content-blk,
#right-blk{
    padding:0 0px;
}

/*******************************************************************************

                               Левый блок

*******************************************************************************/

#left-blk{
    width: 320px;
    background-color: #fafafa;
    background-image: url("/img/left_menu_bg.png");
    padding-bottom: 80px;
    height: 90%;
    height: calc(100vh - 40px);
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    z-index: 3;
}

#left-blk .h2{
    font:16px/120% "PT Sans";
    color:#468;
    font-weight: 700;
    text-transform: uppercase;
}

#left-blk .content-wrap{background: #fff; border: 1px solid #ccc; padding: 10px 10px 10px 10px; margin: 10px 15px;}
#left-blk .content-wrap .slimScrollDiv{width: 275px; padding-right: 15px; margin-top: 10px;}
#left-blk .content-wrap p{
    color: #999;
    font: 1em/1.2em "PT Sans", "sans serif";
}
#left-blk .content-wrap p.h2.with-icon{position: relative; padding-left: 30px; }
#left-blk .content-wrap p.h2.with-icon > i{position: absolute; left: 8px; top: 9px; font-size:1.2em;}
#left-blk .content-wrap p.h2 {
    -webkit-appearance: none;
    margin: -11px -10px 0 -11px;
    width: 290px;
    text-align: left;
    overflow: visible;
    font: inherit;
    color: #666;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    background: #f7f7f7;
    vertical-align: middle;
    line-height: 34px;
    min-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#fff,#eee);
    background-image: linear-gradient(to bottom,#fff,#eee);
    border-radius: 0px;
    text-shadow: 0 1px 0 #fff;
    box-sizing: border-box;
}
/*******************************************************************************

                                Блок поиска

*******************************************************************************/

.uk-hidden,
.hider{
    display:none !important;
}

.search{
    max-width:100%;
    position:relative;
}

.p-select{
    max-width:100%;
    margin:5px 0;
    height:30px;
    border-radius: 3px;
    background-image:url(/img/detButBg.png);
    background-position:0 0;
    background-repeat: repeat-x;
    cursor:pointer;
    line-height: 30px;
    padding: 0 10px;
    position:relative;
    border:1px solid #9ebbd3;
    font: 14px/200% tahoma !important;
    overflow:hidden;

}

.p-select > div{
    font: 14px/200% tahoma !important;
    width:163px;
    float:left;
    white-space:nowrap;
    overflow:hidden;
    position:relative;
}

.p-select > div > div.shadow{
    width:7px;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    background-image:url(/img/detButBg.png);
    opacity:0.7;
}

div[data-id=p-sel-reg].p-select{
    background-image:none;
    border:none;
}

div[data-id=p-sel-reg].p-select ul{
    top:20px;
}

.p-select img.open-select{
    display:block;
    float:right;
    margin:4px 0 0 0;
    border-left:1px solid #9ebbd3;
    padding:8px 0 8px 8px;
}

.p-select i.clear-select{
    display:block;
    float:right;
    margin:2px;
    padding:8px;
    color: #c30;

}
.icon-menu-close{color: #c30; }

.p-select a:hover img{
    width:6px;
}

.p-select > ul{
    position:absolute;
    background: #fff;
    overflow-y: auto;
    border-radius:5px;
    border:1px solid #9ebbd3;
    left:-1px;
    z-index: 3;
    width:100%;
    max-height: 300px;
}

.p-select > ul > li{
    display:block;
    height:25px;
    padding:5px 10px;
}

.p-select ul li,
.p-select ul li a{
    display:block;
}


ul.briks{
    position:relative;
    padding:3px 0;
}

ul#works{

    position:relative;
    max-width:100%;
}

ul#works > li{
    width:290px;
    height:auto;
    display:block;
    float:left;
    position:relative;
    margin:20px 20px 0 0;

}
/*
#works-list .sub-list > span{
    font:bold 16px/200% tahoma;
}
*/

.clearfix:after {
    content:".";
    clear:both;
    display:block;
    height:0;
    font-size:0;
    visibility:hidden
}

.modal-title-h2,
#p-sel-types .title,
#p-sel-spec .title,
#p-sel-work .title{

    color:#567;
    font-size:16px;
    padding:2px 5px;
    margin-top:10px;
    display:block;
}

.balloon-footer p b,
.balloon-footer p b ins,
.balloon-footer p a,
.balloon-wrapper .title{
    font-size:12px;
    color: #468;
}

.balloon-content{
    margin:5px 0;
}

.balloon-footer p a{
    color:#333;
    float:right;
}

ul#works > li .content{
    min-height: 0px!important;
    max-width:100%;
    height:55px;
    padding:2px 5px;
}

ul#works > li .footer{
    margin:10px 0;
    max-width:100%;
    padding:2px 5px;
}

ul#works > li .footer span{
    font:13px/130% verdana;
    color:#F60 ;

}

ul#works > li .button{
    border-bottom: 1px dashed;
    cursor:pointer;
}

ul#works > li > ul{
    padding-left:5px;
}

ul#works > li > ul > li{
    margin: 2px 0;
}

#p-sel-work{

}

.p-select > ul > li.sub-list a,
.p-select > ul > li.sub-list span{
    float:left;
}

.p-select > ul > li.sub-list a{
    width:96%;
}

.p-select > ul > li > ul{
    display:block;
}

.p-select ul li a:hover{
    background:#eee;
}

.p-select .active{
    font-size:14px;
    color:#12599B !important;
    border:none;
    background: transparent;
}
.u_register_main select{
    margin:5px 0;
    height:26px;
    border-radius: 5px;
    background: #eee;
    font: 12px/100% tahoma;
}
.u_register_main .anketa-inner-form select{
    width: 240px!important;
}
.modal-content select,
#zapros-services select,
.modal-wrapper select,
.search select{
    width:100%;
    max-width: 240px;
    margin:5px 0;
    height: 26px;
    border-radius: 5px;
    background: #eee;
    font: 12px tahoma;
}

.modal-wrapper select:disabled{
    color:#ccc;
}


#zapros-services ol li{
    list-style-position: inside;
}

.u_register_main ul li,
.modal-content ul li,
#service-center ul li{
    display:block;
}

.addli{
    margin-bottom: 10px;
    display:inline-block;
}

#dop-param-service{
    padding:10px;
    border:1px solid #ccc;
    background: #eee;
}

#dop-param-service ul{

    background: #eee;
}

#dop-param-service ul li{
    margin:0 0 8px 0;
}

#dop-param-service ul li .descrip{
    margin:0 0 0 20px;
    border-left:1px solid #000;
    padding:0 0 0 10px;
    position:relative;
    line-height: 100%;
}

#dop-param-service > p{
    font-size: 14px;
    margin-bottom: 10px;
    color: rgb(42, 140, 185);
}

#need-sp {width: 90%!important;}
#need-sp li {width:100%; box-sizing:border-box;}
#need-sp li input[type=text], #need-sp li select {width: 55%; min-width: 240px; box-sizing:border-box; display: inline-block;}
#need-sp input + select {margin-left: 2%;}
#spare-parts #request-notice {width: 90%!important;}
.js-vin-alert{width: 90%!important; box-sizing:border-box; }




.selcat{
    width:34% !important;
    float:left;
    margin:10px 0 0 10px !important;
    display:block;
    min-width:20px !important;
}

.focus-field{
    box-shadow: 0 0 5px red !important;
    border:1px solid red !important;
}

select[disabled]{
    color:#bbb;
}

#alert_confirm{
    width:320px;
    height:300px;
}

#alert_confirm .modal-body{
    padding:5px;
    width:305px;
    height:290px;
}

#alert_confirm p{
    font-size:14px;
    margin:0 0 10px 0;
}

input[type=button]{
    cursor:pointer;
    padding:10px 25px;
}

#list-work-service li select{
    width:160px;
}

#list-kontakty li .nowrap{
    display:block;

}

.u_register_main > :not(.anketa-inner-form) #list-kontakty {display: block; width: 100%;}
.u_register_main > :not(.anketa-inner-form) #list-kontakty li {display: inline-block!important; box-sizing: border-box; width: 30%;}
.u_register_main > :not(.anketa-inner-form) #list-kontakty.w4 li {width: 20%;}
.u_register_main > :not(.anketa-inner-form) #list-kontakty li + li {margin-left: 20px;}
.u_register_main > :not(.anketa-inner-form) #list-kontakty li input {width: 93%;}
.u_register_main > :not(.anketa-inner-form) #list-kontakty li select  {width: 100%;}
.u_register_main > :not(.anketa-inner-form) #list-kontakty li .form-group{position: relative;}
.u_register_main > :not(.anketa-inner-form) #list-kontakty li .help-block {width: inherit;}
.u_register_main > :not(.anketa-inner-form) #list-kontakty .city-li-change{min-width: 160px;}
.u_register_main > :not(.anketa-inner-form) #list-kontakty select{min-width: 140px;}


#left-blk{
    position: fixed;
    top: 55px;
}

#right-blk{
    position: absolute;
    right: 0px;
    top: 50px;
}

#content-blk .title,
#right-blk .title,
#left-blk .title{
    font: 20px/100% "Roboto";
}



nav.srch-menu{
    clear:both;
}
.srch-all{
    padding: 5px 15px 15px 15px;
    box-sizing: border-box;
    border-radius:3px;
}


#sel-region{
    display:none;
}

#btn-send-query{
    width:239px;
    height:55px;
    display:block;
    background-image:url(/img/left-send-q.png),url(/img/right-send-q.png), url(/img/bg-send-q.png);
    background-position: 0 0, 100% 0,0 0;
    background-repeat: no-repeat, no-repeat, repeat-x;
    cursor:pointer;
    margin:0;
    padding: 11px 0  0 11px;
    text-decoration:none;
}

#btn-send-query img{
    float:left;
    margin-right: 20px;
    display:block;
}

#btn-send-query p{
    float:left;
    color:#eee;
    font:bold 16px/140% 'Scada';
    letter-spacing: 0.5px;
    margin-top: -3px;
    width:170px;
}

.expanded-menu p.title{
    font: 20px/100% tahoma;
}

.expanded-menu li{
    display:block;
    margin:5px 0;
    padding-left:10px;

}
.expanded-menu li .fa{color:#3C5671; margin: 0 5px 0 0;}
.expanded-menu li.menu-active .fa{color:#c30; margin: 0 5px 0 0;}
.expanded-menu li a{
    color:#3C5671;
    font: 13px/120% tahoma;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed;
}
.expanded-menu li a:hover{color: #c30;}
.expanded-menu li a.menu-active {color: #c30;}




/*******************************************************************************

                     Формы добавления клиентов, чатов и тд

********************************************************************************/


/*
.target li{
    float:left;
    width:25%;
}
*/
.target p{
    margin:0 !important;
}

input[type="file"]::-webkit-file-upload-button{
    padding: 6px !important;
    border-radius:3px;
    box-shadow: none;
    border:1px solid #ccc;
    height:31px;
    margin:1px 0 0 1px;

    background: -webkit-linear-gradient(#FDFDFD, #EDECEB);
}

input[type=file]{
    height:33px;
    border:1px solid #ccc;
    border-radius:3px;
    background:#fff;
    width:100%;
    box-sizing: border-box;
}

.btn-primary{
    margin:20px 0 10px 0;
}

.form-group{
    margin-left:0;
}

.acc-sublist{

    display:block;
    border:1px solid #ccc;
    padding: 35px 5px 5px 5px;
    margin: 0 0 -35px 0;
    position: relative;
    top: -30px;
}

.acc-sublist ul{
    display:block;
    padding:5px;
}

.acc-sublist > ul > li{
    /*
      display:block;
      float:left;
      width:10%;
      min-width: 110px;
      margin:0 20px 0 0;
      */
}
.files-fields > li{
    margin-bottom:10px;
}

.js-add-helper{font: 17px/80% verdana;color: #f60;margin-bottom: 10px;}

form#zapros-services label{
    font:14px/160% verdana;
    margin-left: 10px;
}

.with-help{
    position:relative;

}

.with-help:after{
    content:url(/img/icons/small-help.png);
    position:absolute;
    top:0;
    right:-20px;
    cursor:help;
}

.with-help .help{
    position:absolute;
    top:-10px;
    left:-300px;
    display:none;
    width:300px;
    height:100px;
    border:1px solid #999;
    background: #fff;
    box-shadow:0 0 5px #444;
    border-radius:5px;
    z-index:10;
    padding: 5px;
}

.primarea{ position:relative; }

.btn-block{
    width:100px;
    height:30px;
    text-align: center;
    font-size:12px;
    background: -moz-linear-gradient(#bcd, #87A7BC);
    background: -ms-linear-gradient(#bcd, #acf);
    background: -o-linear-gradient(#bcd, #acf);
    background: -webkit-linear-gradient(#def, #8AB);
    border:1px solid #8AB;
    color:#456;
    border-radius:5px;
    cursor:pointer;
    position:absolute;
    bottom:10px;
    right:15px;
}
.btn_std,
.diving_direction .btn_print,
#login-form button[type=submit],
#service-center input[type=submit],
#answer-request input[type=submit],
#auth-modal input[type=submit],
#auth-modal button[type=submit],
form#zapros-services input[type=submit]{
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 18px;
    color: #5ea511;
    border: 2px solid #5ea511;
    border-radius: 4px;
    padding: 5px 12px;
    background: transparent;
    text-align: left;
    cursor: pointer;

    /*
    min-width: 150px;
    cursor: pointer;
    text-align: left;
    border: 1px solid #5ea511;
    color: #5ea511;
    background: transparent;
    border-radius: 4px;
    */
}
.btn_std{padding: 5px 15px!important;}

.btn_std:hover,
.diving_direction .btn_print:hover,
#login-form button[type=submit]:hover,
#service-center input[type=submit]:hover,
#answer-request input[type=submit]:hover,
#auth-modal input[type=submit]:hover,
#auth-modal button[type=submit]:hover,
form#zapros-services input[type=submit]:hover{
    background: rgba(94, 165, 17, .2);
}

.req{
    width: 0px;
    font: normal normal normal 8px/1 FontAwesome;
    color:#c30;
    position: relative;
    height: 10px;
    display: inline-block;
    float: right;
    /*margin-top: 13px;*/
    left: -20px;
    top: 8px;
}
.req:before{
    content: "\f069";
}
.has-success .req{
    font: normal normal normal 14px/1 FontAwesome;
}
.has-success .req:before{
    content: "\f00c"!important;
    color:green;
}
.has-error .req{
    font: normal normal normal 14px/1 FontAwesome;
}
.has-error .req:before{
    content: "\f06a"!important;
}


.req:after{
}

/*******************************************************************************

                                Правый блок

*******************************************************************************/

#right-blk{

    background-color: #fafafa;
    background-image: url("/img/left_menu_bg.png");
    height: 100%;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
    box-shadow: 0 0 3px rgba(0,0,0,.5);

    width: 408px;
    box-sizing: border-box;
    padding: 0;
    z-index: 3;
}

#right-blk iframe{
    width:100% !important;
    height:200px !important;
}

#yandex_map_polygon{
    clear:both;
    border: 1px solid #9ebbd3;
}


/*******************************************************************************

                                Балун

*******************************************************************************/
.balloon-wrapper{
    padding-bottom: 15px;
}
.balloon-wrapper *{
    font:9px/140% verdana, sans-serif;
}

.balloon-wrapper a{
    color:#369;
    font-weight:bold;
}

.balloon-wrapper .balloon-content{
    padding:3px;
    font:bold 10px/140% verdana,sans-serif;
    background: #ffd543;
    border-radius:3px;
}


/*******************************************************************************

                               Модальные окна

*******************************************************************************/
.modal-wrapper.top-fix{}
.modal-wrapper{
    position:absolute;
    top:10px;
    left: 0px;
    z-index:1200;
    width:100%;
    height:100%;
    padding-bottom: 10px;
}

.modal-wrapper ul li{
    list-style: none;
}
.modal-drop-content{
    background: #ddd;
    min-width: 320px;
    max-width: 700px;
    margin: 55px 0 0 0;
    border-radius: 6px;
    padding: 10px 10px 27px 10px ;
    /*height:90%;*/
    top: 100px;
    border:none !important;
    min-height: 60px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.4);
}
.modal-content {
    background: #D1E0EA;
    min-width: 290px;
    max-width:700px;
    margin: 0 auto;
    border-radius: 6px;
    padding: 10px 10px 27px 10px ;
    /*height:90%;*/
    top: 0px;
    border:none !important;
    min-height: 60px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.4);

}

.modal-content- {
    background: #D1E0EA;
    min-width: 290px;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 6px;
    padding: 10px 10px 27px 10px;
    /* height: 90%; */
    top: 0px;
    border: none !important;
    min-height: 60px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.4);
}

.user-_register.modal-content{
    /* padding: 20px;*/
}

.form-login{
    width:300px;
    height:300px;
}

.mobile {
    max-width: 100%;

}

.modal-header{
    position:relative;
    padding: 0px;
}

.modal-body {
    padding: 0 10px;
    height: 90%; /* 90 */
}
.modal-title{
    position: relative;
    color: #333 !important;
    text-shadow: 1px 1px 0 #fff;
    font-size: 20px!important;
    margin: 0px -5px 0px 15px!important;
    padding-top: 5px;
    top: -7px;

}
#service-center .modal-body,
#spare-parts .modal-body{
    margin: 0 10px;
}

.content-tab{
    margin: 0 16px;
    padding:10px 0 10px 20px;
    background: #fff;
    border:1px solid #bcd;
    height:98%;
    width:92% !important;
    box-shadow: 1px 1px 0 #fff;
}
.content-tab{}
.modal-body .content-no-tab{border: 1px solid #bcd; border-radius: 3px;}
/*
.content-no-tab{
    max-width:100%;
    padding:15px;
    height:88%;
    background-color: #fff;
    overflow-y: auto;
}
*/
.content-no-tab:after{
    content:' ';
    clear:both;
}

@media screen and (max-height: 1000px) {
    .content-tab{ height: 96%;}
}

@media screen and (max-height: 890px) {
    .content-tab{ height: 94%;}
}

@media screen and (max-height: 790px) {
    .content-tab{ height: 92%;}
}

@media screen and (max-height: 690px) {
    .content-tab{ height: 90%;}
}

@media screen and (max-height: 590px) {
    .content-tab{ height: 86%;}
}

@media screen and (max-height: 490px) {
    .content-tab{ height: 80%;}
}

@media screen and (max-height: 390px) {
    .content-tab{ height: 74%;}
}
@media screen and (max-height: 290px) {
    .content-tab{ height: 70%;}
}

.shadow-top{
    width: auto;
    height:10px;
    box-shadow: 0px 5px 8px #fff;
    position:fixed;
    top:55px;
    margin-left:20px;
    z-index:10;
    background: #fff;
}
.uk-modal-form input[type=text],
#profilerequestsearch-period,
.anketa_callback input,
.u_register_main input[type=password],
.u_register_main input[type=text],
.modal-content input[type=password],
.modal-content input[type=text],
#zapros-services input[type=password],
#zapros-services input[type=text],
.modal-body input[type=password],
.modal-body input[type=text]{
    width:240px;
    border:1px solid #ccc;
    border-radius:3px;
    padding:3px 5px;
    font-size:12px;
    color:#555;
    margin:10px 0;
    box-sizing: border-box;
}



#register-form-tab0 .modal-body input[type=password],
#register-form-tab0 .modal-body input[type=text],
#register-form-tab0 .modal-body input[type=password],
#register-form-tab0 .modal-body input[type=text]{
    margin:0 !important;
    box-sizing: border-box;
}

#popular-marks ul{

}

.vybor{
    color:#999 !important;
}

.uslugi{
    color:#c30 !important;
}

.popular-mark{
    width:31.2%;
    float:left;
    height:50px;
    margin:5px;
    border-radius: 3px;
    cursor:pointer;
    border:1px solid #fff;
}

/*
.popular-spec{
    width:48%;
    float:left;
    height:50px;
    margin:5px;
    border-radius: 3px;
    cursor:pointer;
    border:1px solid #fff;
}

.popular-spec > a{
    font:14px/120% tahoma,san-serif;
}

.popular-spec img{
    margin:0 10px 0 0;
    float:left;
}
*/

.popular-mark:hover{
    border:1px solid #ddd;
    box-shadow:0px 0px 5px #ccc;
}

.popular-mark a{
    display:block;
    font:16px/50px tahoma;
    color:#789 !important;
}

.popular-mark img{
    display:block;
    float:left;
    margin:0 20px 0 10px;
}

#marks-list{
    padding:5px 0 0 0;
}

#marks-litera{
    paddig:10px 0 0 10px;
}

.zapros{
    min-width: 320px;
    max-width: 700px;
    margin:0 auto;
}

form .full{
    width:62%;

}

.js-toggle,
.js-switch{
    cursor:pointer;
}
ul#phones-service-center-fields li {
    height: 50px!important;
}



.js-select-first-chek,
.js-select-all{
    color:#428bca;
    text-decoration:none;
}

.js-select-all:hover{
    color:#333;
    text-decoration:none;
}

.b-dashed{
    border-bottom:1px dashed;
}
/*
.content-no-tab {
    padding: 15px;
    background: #fff;
    overflow:auto;

    margin:0 auto;
}
*/

.sublist-block{
    float:left;
    margin:5px 0 0 10px;
    display:block;
}

.sublist-block li{
    clear:both;
    margin:10px 0;
}

#list1-marks > ul > li{
    margin-bottom:8px;
}

.sublist-inline li{
    float:left;
    margin:5px 0 0 5px;

}

.sublist-block li a,
.sublist-inline li a{
    font:15px/150% tahoma;
}



.scrl-list-inp,
.scrl-list{
    overflow: auto;
    min-height: 60%;
    max-width:100%;
}

.ui-widget-content{
    border:none !important;
    background:transparent !important;
}

.ui-widget-header{
    border:none !important;
    background:transparent !important;
}


.ui-tabs,
.ui-tabs-nav{
    padding:0 !important;

}

ul.mytabs,
ul#register-form{
    margin-left: 16px;
    height:38px;
}

#register-form .tabs > li.active > a,
#register-form .tabs > li.active > a:hover,
#register-form .tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none !important;
    border-bottom-color: transparent;
    outline:none !important;
}

#allmarkslist{
    width: 300px;
    float: left;
}
#allmarkslist li{
    display: block;
}

a:focus{
    outline:none !important;
}

#register-form .nav-tabs > li > a {
    margin-right: 0;
    line-height:  1.428571429;
    border:none;
}

#register-form .nav > li > a {
    position: relative;
    display:inline;
}
#register-form > li,
.mytabs > li
{
    display:block;
    float:left;
    padding:5px;
    border-radius:3px 3px  0 0;
    border:1px solid #ddd;
    margin:0 2px 0 0;
    position:relative;
}
.mytabs li a{text-decoration: none;}

#register-form .content-tab{
    width:auto !important;
}

button.cl,
button.close {
    display: block;
    position: relative;
    background: transparent;
    border: none;
    padding: 15px 25px 2px 30px;
    top: -10px;
    right: -10px;
    cursor: pointer;
    content: " ";
    z-index: 1;
    box-sizing: border-box;
}
button.cl:after,
button.close:after{
    content: "\f00d";
    font-family: "FontAwesome";
    color: #aaa;
    z-index: 2;
    font-size: 16px;
    line-height: 16px;
    text-shadow: 1px 1px 0 #fff;
}
button.cl:hover,
button.close:hover{/*border: 2px solid #555;*/}
button.cl:hover:after,
button.close:hover:after{color: #c30;}
.cl,
.close {
    float: right;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
}

.clear{
    clear:both;
    width:100% !important;

}

li.clear input[type=checkbox]{
    position:static;
    margin:2px 5px;
}


li.clear{
    margin-bottom:5px;
}

.litera-tabs{
    /* margin:10px 0 0 10px; */
    margin: 5px 0 0 0px;
    height: 15px;
}

.litera-tabs li{

    color:#f71;
    float:left;
    display:block;
    width:20px !important;
    background: transparent !important;
    padding:0 !important;
    margin-right:5px !important;
    border:none !important;
}

.litera-tabs li a{
    font:16px/100% tahoma !important;
    padding:0 !important;

    display:block;
    text-align: center;
    width:100%;
    cursor:pointer;
}

.litera-tabs li a:hover{
    border-bottom:1px dashed #f71;
}

.litera-content{
    padding:10px 0 0 20px;
}
/*
.litera-content li a{
    font:15px/170% tahoma !important;

}
*/
.litera-list{
    width:20px;
    font:16px/200% tahoma;
    color:#789;
    float:left;
}

.modal-wrapper .srch-menu{
    max-width:320px;
    padding:10px;
    background: #fff;
    margin:0 auto;
    border-radius:5px;
}

.modal-menu{
    width:320px;
    margin:0 auto;
    background: #fff;
    padding: 20px;
    border-radius:5px;
}

.modal-menu li{
    height:25px;
    width:100%;
    display:block;
}

.modal-menu li.title{
    font:18px/10px 'Scada';
    color:#CC5500;
}

.modal-menu li a{
    display:block;
    color:#000;
    font:14px/25px 'Scada';
}

.modal-menu li a:hover{
    color:#fff;
    background: #000;
    padding:0 5px;
    text-decoration:none;
}

.cover{
    width:100%;
    height:100%;
    position:fixed;
    display: block;
    top:0;
    left:0;
    background: #000;
    opacity:0.7;
    z-index:1100;
}

#allmarks>li>ul>li,
#allmarks>li>ul,
#allmarks>li>b{
    /*float:left;
    display:inline-block;*/
}

.p-selector{
    width:90%;
    max-width:600px;
    min-width:300px;

}

.p-selector li{
    list-style: none;
}

.scrl-list li a,
.p-selector li a{
    font:15px/160% tahoma;
}

#mobile-search{
}

#mobile-search select{
    width:100%;
}


/*******************************************************************************

                              Нижняя панель

*******************************************************************************/

#bot-panel{
    z-index: 4;
    background: #333;
    position:fixed;
    bottom:0;
    display:none;
    width:100%;
    height:55px;
}

#bot-panel *{

}

#bot-panel .button img{
    width: 23px;
    height: 24px;
    float:left;
    margin: 8px 3px 0 3px;

}

#bot-panel .button{
    font:18px/44px tahoma;
    cursor:pointer;
    height:43px;
    outline:1px solid #333;
    margin:5px 5px 5px 5px;
    border-radius:5px;
    line-height: 40px;
}
span.right-zapros,span.right-zapros2{
    font:18px/44px tahoma;
    cursor:pointer;
    height:43px;
    margin:5px 0;
    line-height: 40px;
    color:#3f7971;
}
span.right-zapros2{display: none; width:50%;margin:5px;}
#bot-panel .button{
    border:1px solid #3f7971;
    background: -moz-linear-gradient(#e1eed5, #73b09a);
    background: -ms-linear-gradient(#e1eed5, #73b09a);
    background: -o-linear-gradient(#e1eed5, #73b09a);
    background: -webkit-linear-gradient(#e1eed5, #73b09a);
}

#bot-panel .button.pull-left{
    color:#468;
    margin: 5px;
    border:1px solid #6a8ca1;
    background: -moz-linear-gradient(#d5eee4, #7ba1ba);
    background: -ms-linear-gradient(#d5eee4, #7ba1ba);
    background: -o-linear-gradient(#d5eee4, #7ba1ba);
    background: -webkit-linear-gradient(#d5eee4, #7ba1ba);
}

/*******************************************************************************

                                Бутстрап)))

*******************************************************************************/
.h2{
    font-size: 18px;
}

@media screen and (max-width: 1200px) {
    .h-lg,.h-str-lg{
        display:none;
    }

    .v-lg{
        display:block;
    }

    .v-str-lg{
        display:inline-block;
    }

    #content-blk{
        padding-right:10px;
    }

    #container{
        max-width:1024px;
    }

    form#search-on-site{
        width:28%;
    }
    #right-blk.h-lg{height: 1px; overflow: hidden;}

}

@media screen and (max-width: 1080px){
    article{
        display:none !important;
    }
}

@media screen and (max-width: 980px){
    form#search-on-site{
        width:20%;
    }

    form#search-on-site input[type=submit]{
        display:none;
    }

    form#search-on-site input[type=text]{
        width:90%;

    }


    .search{
        display:block !important;
    }

    form img.lupa {
        display:block;
        position:absolute;
        top:-1px;
        right:10px;
        cursor:pointer;
    }
}

@media screen and (max-width: 845px) {
    .h-m,.h-str-m{
        display:none !important;
    }

    #pre-header{
        height:0;
    }

    .v-m{
        display:block;
    }

    .v-str-m{
        display:inline-block;
    }
    #main-part li {margin: 0 12px 0 0;}

}

@media screen and (max-width: 710px) {


    #left-blk{
        position:static;
        max-width:100%;
        display:none;
    }

    #bot-panel{
        display:block;
        overflow: hidden;
        width: 100%;
    }

    .send-query{
        float:left;
    }

    #main-part{
        width:100%;
        min-width: 250px;
        padding:0;
        clear:both;
        position:relative;
        margin:0;
        background: #33322B;
    }

    #main-part li{
        display:block;
        position:absolute;
        margin:0;
        border-radius:5px 5px 0 0;
        background:#ddd;
        border:1px solid #666;
        height:29px;
        border-bottom: none;
    }

    #main-part li.service{
        left:5px;
        width:180px;
    }

    #main-part li.zp{
        left:185px;
        width:190px;
        margin-left:3px;
    }

    #main-part li a{
        text-align: left;
        color:#777;
        font-family: tahoma !important;
        text-decoration: none;
    }

    #main-part li a:hover{
        color:#fff0b2;
        text-decoration:none;
    }

    #main-part .active{
        background: #fff !important;
        color:#000 !important;
        height:30px !important;
        text-decoration:none;
        display:block;
        border-radius:5px 5px 0 0;
    }

    .modal-content{
        padding: 0 10px 10px 10px;
        /*height: 90%;*/
    }
    .modal-body{
        padding: 0 10px 10px 10px;
    }
    .modal-title{top: 0!important; margin-bottom: 10px!important;}
    button.close{margin: 7px 0 0 0;}
    .active a{
        font-size:16px !important;
    }

    header.main-header{
        max-width:100%;
        padding-bottom: 0;
    }

    #main-part img{
        margin:4px 10px 0 10px;
    }

    footer.footer{
        margin-bottom:50px !important;
    }

}

@media screen and (max-width: 600px) {

    #zapros-services select{
        width:96%;
    }

}

@media screen and (max-width: 500px) {

    #block-work-service {
    //display:none;
    }

    .dialogs img{
        display:none;
    }

    .answers, .asks{
        width:100%;
        margin:0 0 0 -7px;
        clear:both;
        float:none;
    }

    .selcat{
        width:28% !important;

    }



}

@media screen and (max-width: 450px) {

    .h-sm,.h-str-sm{
        display:none !important;
    }

    .v-sm{
        display:block !important;
        visibility: visible !important;
    }

    .v-str-sm{
        display:inline-block;
    }

    #main-part li a{
        text-align: center;
        display:block;
        font-size:125% !important;
    }

    #main-part li a.active{
        font-size:125% !important;
    }

    #main-part li {
        width: 45.5% !important;
    }

    #main-part li.zp{
        left:46.5% !important;
        margin-left:3px;
    }

    .srch-region .title{
        font: 20px/100% tahoma;
    }

    .srch-region .region{
        font: 16px/100% tahoma;
    }

    .form .title .h2{
        width:90%;
    }

    form .full{
        width:98% !important;

    }

}

@media screen and (max-width: 370px) {
    .h-xs,.h-str-xs{
        display:none;
    }

    .v-xs{
        display:block;
    }

    .v-str-xs{
        display:inline-block;
    }


    .form .title .h2{
        width:85%;
    }

    #main-part li {
        width: 48% !important;
    }

    #main-part li.zp{
        left:48.7% !important;
    }

    #content-blk{
        border-radius:0;
    }

}

.side-bar-off{
    padding: 0px 0%!important;
}
.side-bar-off > .modal-content{
    max-width: 900px!important;
    padding-bottom: 20px;
}

/*******************************************************************************

                                Кабинет

*******************************************************************************/

.coupon-table {border: 1px solid #def; margin-right: 5px; width: 98%!important;}
.coupon-table thead {background: #def;}
.coupon-table th {color: #468; padding: 5px!important;}
.coupon-table th a{color: #468; border-bottom: 1px dashed; text-decoration: none;}
.coupon-table th a:hover{color: #c30; border-bottom: 1px solid; text-decoration: none;}

.coupon-table-user .filters{display: none!important;}



.action-table {border: 1px solid #def; margin-right: 5px; width: 98%!important;}
.action-table thead {background: #def;}
.action-table th {color: #468; padding: 5px!important;}
.action-table th a{color: #468; border-bottom: 1px dashed; text-decoration: none;}
.action-table th a:hover{color: #c30; border-bottom: 1px solid; text-decoration: none;}


/* из кода */
.filters li{
    float:left;
    margin:0 2px;
}
.filters li:after{
    content:' | ';
}
/* END из кода */

.side-bar-off > ul#breadcrumbs{
    min-width: 290px !important;
    max-width: 700px !important;
}
.u_register_main > div > .content-tab{
    width: 100%;
}
div.summary{
    color: #777;
    margin: 3px 10px 3px 0;
    display: block;
    width: 98%;
    text-align: right;
}

/* личные данные */
.user-label{
    min-width: 150px ;
    float: left;
    line-height: 45px;
}
.user-label-align-top{
    min-width: 150px ;
    float: left;
}
.user-form > form > div > input{
    width: 250px;
}
/* Мои анкеты */
.profile-table .span-old{margin: 0 0 0 5px;}
.profile-table {
    width: 100%;
}
.profile-table tr#w1-filters{
    display: none;
}

.profile-table tr#w0-filters{

}
.profile-table input{
    margin: 5px 0!important;
    width: auto!important;
    color: #777!important;
}
.tbl_zapros > thead > tr > th,
.profile-table > thead > tr > th{
    height: 15px;
    text-align: left;
    padding: 0 0 0 5px;
}
.tbl_zapros > tbody > tr>td, .tbl_zapros > thead > tr>td,
.profile-table > tbody > tr>td, .profile-table > thead > tr>td{
    padding: 7px;
    vertical-align: top;
    color: #555;
    letter-spacing: 0px;
    font-size: 12px;
}

.profile-table > tbody > tr>td:last-child, .profile-table > thead > tr>td:last-child{width: 20px; overflow: hidden;vertical-align: middle;}
.profile-table > tbody > tr>td:nth-child(2), .profile-table > thead > tr>td:nth-child(2){/*width: 50px;*/}
.tbl_icon{font-size: 1.4em;color: #468;}
.profile-table > tbody > tr>td> ul >li{
    color: #555;
}
.profile-table > tbody > tr > td {cursor: pointer;}
.profile-table > tbody > tr:hover>td{background: rgba(144,173,193,.2);}
.profile-table > tbody > tr:nth-child(even){background: #eef8ff;}
.profile-table > tbody > tr:nth-child(odd){background: #f9f9f9;}
/*.tbl_zapros > tbody > tr:hover>td:last-child i{font-size: 1.5em;}*/

.profile-table > thead > tr>td:nth-child(1){width: 105px;}
.tbl_zapros .ico_status{color: #777; font-size: 1.1em;}
.tbl_zapros .counter{color: #777; margin: 0 0 0 10px}
.tbl_zapros .counter span{color: #333; font-size: 1.2em; }
.tbl_zapros .new{color: #468!important; font-size: 0.8em; position: relative; top: -1px; margin: 0 5px 0 0; }
.tbl_zapros .no_answered{color: #999!important; }
.tbl_zapros .answered{color: #999!important; }

.tbl_zapros .new .city:before{position: absolute; width: 10px;  }

.city-row td{color: #c30;}

.legenda {width: 100%; display: block;}
.legenda li:not(.seperate) {display: inline-block; width: 30%;}
.legenda li:not(.seperate) {min-height: 24px;}
.legenda li > i {color: #468!important; display: inline-block; width: 24px; text-align: center; font-size: 13px;}
.legenda .new {color: #468!important;}
.legenda .answered{color: #999!important;}
.legenda .no_answered{color: #999!important;}
.legenda .seperate {width: 250px; height: 1px; margin: 5px 0; border-top: 1px dashed #ccc}

.tbl_zapros .id {}
.tbl_zapros .moderator-id {color: #468; text-overflow: clip; display: block; white-space: nowrap; overflow: hidden; position: relative;}
.tbl_zapros .city {color: #333; text-overflow: clip; display: block; white-space: nowrap; overflow: hidden; position: relative;}
.tbl_zapros .result {color: #c30; text-overflow: clip; display: block; white-space: nowrap; overflow: hidden; position: relative; }
.tbl_zapros .model {color: #000; }
.tbl_zapros .black {color: #000; }
.tbl_zapros .grey5 {color: #555; }
.tbl_zapros .grey9 {color: #999; }

.tbl_zapros .td_id{width: 10%;}
.tbl_zapros .td_auto{width: 25%;}
.tbl_zapros .td_marker {text-align: center; min-width: 40px;max-width: 60px;}
.tbl_zapros .td_marker i{color: #468;}
.tbl_zapros .td_marker .fa-circle-thin{font-size: 1.1em;}
.tbl_zapros .td_zapros{width: 55%;}
.tbl_zapros .td_action{width: 10%;}
.tbl_zapros .td_answers{min-width: 60px; text-align: center;}
.tbl_zapros .td_zapros ol{list-style-position: inside;}


.request-filter-group-wrap{width: 100%; vertical-align: top;}
.request-filter-group{display: inline-block; float: left; margin: 0 20px 0 0; padding: 0 20px 0 0;border-right: 1px solid #eee;}
.request-filter-group:nth-child(3){margin: 0px!important; border-right: 0px;}
.request-filter-group.req-type-filter{}



.tbl_zapros .legenda{margin-top: 20px;}
.zapros-page .pagination{margin: 20px 0 0 0!important;}
.request-search + .grid-view{margin-top: 20px;}
.grid-view + .legenda-title{margin-top: 20px;}
/*
.tbl_zapros .no-active {opacity: .5;}
.tbl_zapros .no-active .req-btn{display: none!important;}
*/

.tbl_zapros .req-btn{display: block; border: 1px solid #468; padding: 4px 5px; border-radius: 3px; color: #468; }
.tbl_zapros .req-btn i{margin: 0 3px 0 0;}
.tbl_zapros .req-btn:hover{border: 1px solid #468; background: #C2D1E0;text-decoration: none;}
.tbl_zapros .req-btn:hover, .tbl_zapros .req-btn:active, .tbl_zapros .req-btn:focus{text-decoration: none;}
.tbl_zapros .req-edit{min-width: 85px;margin: 0px 0px 7px 0;}
.tbl_zapros .req-delete{min-width: 115px;}
.tbl_zapros .new-answer-badge{margin: 0 0 0 4px;background-color: #468!important;}


.new_comment_wrap .fa-comment{top: -1px;}
.new_comment_wrap .fa-comment, .new_comment_wrap .fa-square-o{color:#468!important;} /* 867dbb */
.new_answer_wrap .fa-lock,
.new_answer_wrap .fa-mail-forward, .new_answer_wrap .fa-square-o{color:#468!important;} /* 7dbb7d */

/* добавление класса NEW */
.tbl_zapros > tbody > tr.new {background: rgba(68,102,136,.15)!important;}
.tbl_zapros > tbody > tr.new td ul *{ font-family: "Open Sans";}
.tbl_zapros > tbody > tr.new td span{ font-family: "Open Sans";}
.tbl_zapros > tbody > tr.new td { font-family: "Open Sans";}
.tbl_zapros > tbody > tr.new td.td_id { font-family: "Open Sans";}
/* добавление класса answered */
.tbl_zapros > tbody > tr.answered {background: rgba(119,111,166,.3)!important; }

.clients-list.fix {max-height: 153px; overflow: hidden;}
.clients-list li{list-style-type: none; list-style-position: inside;  font: 12px/150% tahoma!important;}
.clients-list li.ammount-clients{color: #468;}
.clients-list .hide-link {display: none;}
.clients-list .hide-link span{color: #c30; cursor: pointer;}
.clients-list .hide-link span:hover{text-decoration: underline;}

.choose-profile-wrap{max-width: 400px;}
.choose-profile-wrap .has-success .form-control{border: 1px solid #aaa!important;}
.choose-profile-wrap select {border: 1px solid #aaa!important; box-shadow: none; padding: 2px 12px;}
.choose-profile-wrap select:focus,.choose-profile-wrap select:hover,.choose-profile-wrap select:active{border: 1px solid #aaa!important; box-shadow: none!important;}


/* Мои запросы */
.user-label2{
    min-width: 70px ;
    float: left;
    line-height: 45px;
}
.request-search ul{
    display: block;
    margin: 0 0 10px 0;
}
.request-search ul li a{
    color: #f60;
}
.request-search ul li {
    float: left;
    padding: 0 7px 0 0;
}
.btn.btn-primary,
#spare-parts input[type=submit],
.static-rght-blc button,
.blue_brdr input[type=submit],
#register-form-spare-parts button[type=submit],
#register-form-service-center button[type=submit],
.u_register_main input[type=submit],
.u_register_main button[type=submit]:not(.not-green) {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    color: #5ea511;
    border: 1px solid #5ea511;
    border-radius: 4px;
    padding: 5px 12px;
    background: transparent;
    text-align: left;
    cursor: pointer;
}
#answer-request {
    max-width: 900px!important;
    padding: 20px;
}
#answer-request>.content-no-tab{
    margin:0 auto;
}
/*******************************************************************************

                        register-form-service-center

*******************************************************************************/
textarea#site-code,
#service-center-submit textarea,
#reg-spare-parts textarea,
#reg-service-center textarea{
    width:93%!important;
    padding:5px!important;
    margin: 10px 0 10px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
#reg-spare-parts textarea#form-yellow_special,
#reg-service-center textarea#form-yellow_special{height:50px;}
#reg-spare-parts textarea#form-announce,
#reg-service-center textarea#form-announce{height:80px;}
#reg-spare-parts textarea#form-description,
#reg-service-center textarea#form-description{height:120px;}

.clr_both{
    content: " ";
    width: 100%;
    height: 0px;
    clear: both;
    display: block;
    overflow: hidden;
}


.field-phone-phone.has-error > .help-block,
.field-user-useremail > .help-block,
.field-user-userphone.has-error > .help-block{
    position: static!important;
    margin-bottom: 5px!important;
}

#reg-service-center .field-phone-phone input{
    margin: 0px 0px 0px 10px!important;

}
#reg-service-center .field-phone-phone{
    margin: 0px 0px 0px 10px!important;

}

#reg-service-center .field-phone-phone {
    width: 140px!important;
    margin: 0px!important;
}
/*#reg-service-center #field-phonecomment-id{
    margin: 0px 0px!important;
}*/
#reg-service-center .field-phone-phone input,
#reg-service-center select#phonecomment-name{
    width: 170px;
    margin: 10px 0 10px 0!important;
    box-sizing: border-box;
    height: 26px!important;
}

/*******************************************************************************

                                form-update

*******************************************************************************/
.form-form button{
    padding: 5px 15px;
    background: url(/img/bg-send-q.png);
    color: #fff;
    font-size: 14px;
    border: transparent;
    border-radius: 4px;
    cursor: pointer;
}
.form-form > form > div {
    clear: both;
}
.form-form input{
    margin: 0 0 10px 0!important;
    color: #666!important;
}
.form-form textarea#form-video,
.form-form textarea#form-action_announce,
.form-form textarea#form-action_body,
textarea#form-comment,
#spare-parts textarea,
#service-center textarea,
.form-form textarea#form-announce,
.action-form textarea,
.form-form textarea#form-yellow_special{
    width:93%!important;
    height:66px;
    padding:5px;
    margin: 0 0 10px 0;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.form-form textarea#form-description {
    width:93%!important;
    height:120px;
    padding:5px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.form-form .field-phone-phone.has-error input{
    margin: 0px 0px 10px 15px!important;
}

.form-form .ya_map_label_latitude2{
    margin: 0 0 0 99px;
}

/*
.ya_map_block:hover .ya_map_catcher_tooltip{
    visibility: hidden;
    transition: visibility 0.25s ease-out 0.25s;
    -webkit-transition: visibility 0.25s ease-out 0.25s;
    -moz-transition: visibility 0.25s ease-out 0.25s;
    -o-transition: visibility 0.25s ease-out 0.25s;
}
*/

.form-form .with-help{
    position: relative;
    top:0px;
    right:0px;
}
.form-form .with-help:after{
    top:-25px!important;
    right: 5px!important;
}
.address-buttons > .btn{
    margin: 10px 0;
    clear: both;
}

.form-update-label{
    /*
        width: 150px;
        float: left;
        margin: 10px 0;
    */
}
.form-update-label-top{
    display: block;
    color: #000;
    margin: 10px 0 0  0;
    text-transform: uppercase;
    float: left;
}

/*******************************************************************************

                                login-form

*******************************************************************************/
#login-modal .uk-form-icon{display: block!important;}
#login-modal input[type='password'],
#login-modal input[type='text']{
    width: 100%;
    display: block;
    box-sizing: border-box;
    height: 40px;
    border-radius: 4px;
    font-size: 18px;
    margin: 10px 0 10px 0px;
    border: 1px solid #ccc;
}
#login-modal .uk-form-icon:not(.uk-form-icon-flip) > input{padding-left: 40px!important;}
#login-modal .checkbox{
    border-right: 0px;
}
#login-modal .checkbox label input{position: static}
.field-loginform-rememberme{
    margin: 10px 0 10px 5px;
    width: 130px;
}
#login-modal button{
    padding: 5px 15px!important;
}
#login-modal p {
    margin: 10px 0 0 0;
    color: #f60;
}

.field-loginform-rememberme{
    margin-bottom: 30px;
}

.change-password_label{
    min-width: 170px ;
    float: left;
    display: block;
    line-height: 49px;
}
.change-password_wrap input{
    width: 250px!important;
}
.recover-wrap{margin-top: 15px;}

.link-recover-pass{color: #999;}
.link-recover-pass span{border-bottom: 1px dashed; font-size:18px;}
.link-recover-pass i{font-size:18px; margin-right: 5px;}

.link-recover-pass:hover{color: #000;}



/*------- file list -------------- */
.change_file{
    height: 25px;
}


/*************************
       ZP FORMS
**************************/



.drop-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
}

.open.drop-menu {
    display: block;
}



.js-drop-wrap .js-dropdown-wrap{
    position: absolute!important;
    top: 33px;

    z-index: 1;
    display: none;
    min-width: 160px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    overflow: hidden;
}
.js-drop-wrap .js-dropdown-wrap{
    display: none;
}

.drop-menu {
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;

}

/*******************************************************************************

                                Tabs

*******************************************************************************/
/* Uikit tabs */
body .uk-tab {border-bottom: 1px solid #aaa}
body .uk-tab>li.uk-active>a {border-color: #aaa; background-color: #f5f5f5;}
.tabs-content li{border: 1px solid #aaa; border-top: 0;  padding: 10px;  background-color: #f5f5f5; list-style: none;}
.uk-tab>li.uk-active>a{}

/* Jquery UI c vse-avtoservisy (удалить???) */
.tabs{height: 40px; position: relative; top: 1px; }
.tabs ul li{display: inline-block; padding: 0px;}
.tabs ul li.active{}


.ui-state-default{
    background: #EBF2F5 !important;
    border:1px solid #cde !important;
    border-bottom:none !important;
    top: 8px;
}

.ui-state-default a{
    color: #789 !important;
    font-size:13px;
    padding:5px 12px !important;
}

.ui-state-active{
    background: #fff !important;
    border-bottom:none !important;
    top:0px;
    padding:7px !important;
}
.modal-content .ui-state-active{top:1px!important;}

.ui-state-active a{
    font-size:16px !important;
    color:#333 !important;
    padding:8px 12px !important;
    font-family: 'Scada';
}

.ui-tabs-anchor{
    text-decoration:none;
    width:100%;
}
.tab-content{
    padding:10px 0 10px 20px;
    background: #fff;
    border:1px solid #bcd;
    width:92% !important;
    z-index: 10;
}

.content-tab > p{
    width:100%;
    font:14px/150% tahoma,sans-serif;
    margin:10px 0;
    color:#333;
}

.uk-dropdown{border-radius: 0px;}
