/*This stylesheet defines typical blocks styles used on the site    */

/* map */
.gmnoprint .gm-style-mtc{display:none;}
.gmnoprint button[title="Увеличить"]{background-color:#2b53aa !important;border-top-left-radius:5px;border-top-right-radius:5px;}
.gmnoprint button[title="Уменьшить"]{background-color:#fedd0f !important;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.gmnoprint button[title="Увеличить"] img{left:-105px !important;}
.gmnoprint button[title="Уменьшить"] img{left:-105px !important;}
.gmnoprint div[style="user-select: none; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; border-radius: 2px; cursor: pointer; background-color: rgb(255, 255, 255); width: 28px; height: 55px;"]{background-color:transparent !important;}
.gm-style div[style*="border-radius: 2px"]{
    border-radius: 15px !important;
}
/*  b-logo - logo wrapper   */
.b-logo{
    display: block;
    margin: 40px 0 0 0;
}
.b-logo > img{
    width: 100%;
    height: auto;
}

/*  Promo text in header    */
.b-promotext{
    font-size: 0.75em;
    margin: 30px auto 0;
    padding: 6px 20px 0 20px;
/*	width: 600px;	*/

}
.b-promotext b{
    font-weight: bold;
}

/*  Contact information block header    */
.b-contacts{
    padding-left: 0;
    padding-right: 0;
    font-size: 0.75em;
}
.b-contacts .item{
    margin-bottom: 0px;
}
.b-contacts .item a{
    color: #5e5e5e;
}

/*  Add company block   */
.b-add-company{
    font-size: 0.875em;
    margin: 0 0 30px 0;
}
.b-add-company .b-add-company-link{
    color: #2a2a2a;
}

/*  b-catlist-set for the category lists   */
.b-catlist{
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    background:transparent url("b-catlist-bg.gif") bottom no-repeat;
}
.b-catlist .item{
    min-height: 1px;/*  IE-7 item background collapse bug.*/
}

.b-catlist .item .item-link{
    font-size: 0.875em;    
    color: #11388c;
    text-decoration: none;
}
.b-catlist .item .item-link .b-icon{
    text-decoration: underline;
    color: inherit;
}
.b-catlist .item .item-link:hover .b-icon{
    text-decoration: none;
}
.b-catlist .item .b-catlist-level-2{
    margin-top: 0px;
    padding-bottom: 1px;
}
.b-catlist.b-catlist-long > .item > .item-link{
    margin-bottom: 10px;
    display: inline-block;
}
.b-catlist-long{
    margin-bottom: 0;
    padding-bottom: 0;
}
.b-catlist .item .item{
    padding-left: 10px;
    background: transparent url("/im/pointer.png") 0px 6px no-repeat;
}
.b-catlist .item .item.no-link{
    font-size: 0.70em;
    background: none;
    margin-bottom: 5px;
    padding: 0 0 0 0;
}
.b-catlist .item .item .item-link{
    font-size: 0.75em;
    display: block;
    margin: 0 0 5px 0;
    color: #000000;
    text-decoration: underline;
}
.b-catlist .item .item .item-link:hover{
    text-decoration:none;
}
.b-catlist .item .item .item{
    padding-left: 10px;
    background: transparent url("/im/pointer-sqare.png") 0px 8px no-repeat;
}
.b-catlist .item .item .item .item-link{    
    color: #5f5f5f;
}

/*  modifications for long catlist (middle column)  */
.b-catlist.b-catlist-long{
    background: none;
}
.b-catlist.b-catlist-long .item{
    margin-bottom: 20px;
}
.b-catlist.b-catlist-long .item .item-link{
    font-size: 1.25em;
    text-decoration: underline;
}
.b-catlist.b-catlist-long .item .item-link:hover{
    text-decoration: none;
}
.b-catlist.b-catlist-long .item .item{
    margin-bottom: 0;
}
.b-catlist.b-catlist-long .item .item .item-link{
    font-size: 0.75em;
}

/*  b-downloadlist  */
.b-downloadlist{
    color: #11388c;
}
.b-downloadlist .item .item-link{
    font-size: 0.875em;
    line-height: 1.125em;
    color: #11388c;
}

/*  dropdown list       */
.b-dropdown .b-dropdown-item{
    padding-left: 12px;
    margin-right: 35px;
    background: url("/im/b-dropdown-item-bg.gif") left no-repeat;
}

/*  Searchbar mid column    */
.b-searchbar{
    float: left;
    width: 100%;
}
.b-searchbar .b-searchbar-dropdownwrap{
    font-size: 0.75em;
    position: relative;
    float: left;
    clear: both;
    padding: 5px 10px 0;
    background: #24478d;
}
.b-searchbar .b-searchbar-dropdownwrap .cn{
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url("/im/corner-bg-search.gif");
}
.b-searchbar .b-searchbar-dropdownwrap .cn.l{
    top: 0;
    left: 0;
    background-position: -9px -9px;
}
.b-searchbar .b-searchbar-dropdownwrap .cn.r{
    top: 0;
    left: 100%;
    margin-left: -9px;
    background-position: 0px -9px;
}
.b-searchbar .b-searchbar-dropdownwrap .b-dropdown{
    float: left;
    position: relative;
}
.b-searchbar .b-searchbar-dropdownwrap a{
    color: #fff;
}
/*
  Dropdown widget
*/
.b-searchbar .b-searchbar-dropdownwrap .b-dropdown .ui-multiselect-menu{
    padding-bottom: 10px;
    display: none;
    position: absolute;
    z-index: 999;
    zoom: 1;
    top: auto;
    background: #24478d;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-radius-bottomleft: 4px;
    border-radius-bottomright: 4px;
    webkit-radius-bottomleft: 4px;
    webkit-radius-bottomright: 4px;
}
.b-searchbar .b-searchbar-dropdownwrap .b-dropdown .ui-multiselect-menu .ui-multiselect-checkboxes{}
.b-searchbar .b-searchbar-dropdownwrap .b-dropdown .ui-multiselect-menu .ui-multiselect-checkboxes li{
    color: #fff;
    cursor: pointer;
    padding: 2px 5px 2px 10px;
}
.b-searchbar .b-searchbar-dropdownwrap .b-dropdown .ui-multiselect-menu .ui-multiselect-checkboxes li label{
    cursor: pointer;
    /*border: 1px solid red;*/
    zoom: 1;
    position: relative;
}
.b-searchbar .b-searchbar-dropdownwrap .b-dropdown .ui-multiselect-menu .ui-multiselect-checkboxes li label input{
    /*display: none;*/
    /*visibility: hidden;*/
    
}
.b-searchbar .b-searchbar-dropdownwrap .b-dropdown .ui-multiselect{
    background: none;
    color: #fff;
    border: none;
    text-align: left;
    padding-left: 12px;
    background: url("../../im/b-dropdown-item-bg.gif") left no-repeat;
    cursor: pointer;
    font-size: 1em;
    font-family: Tahoma;
}
.b-searchbar .b-searchbar-form-wrap{
    clear: both;
    padding-top: 10px;
    float: left;
    width: 100%;
    position: relative;
    background:  #134284 url("b-searchbar-bg.gif") top repeat-x;
    box-shadow: 0 4px 4px #cccccc;
    -moz-box-shadow: 0 4px 4px #cccccc;
    -webkit-box-shadow: 0 4px 4px #cccccc;
    -o-box-shadow: 0 4px 4px #ccc;
    border-bottom-left-radius: 11px;
    -moz-border-bottom-left-radius: 11px;
    -webkit-border-bottom-left-radius: 11px;
    -o-border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    -moz-border-bottom-right-radius: 11px;
    -webkit-border-bottom-right-radius: 11px;
    -o-border-bottom-right-radius: 11px;
    border-top-right-radius: 11px;
    -moz-border-top-right-radius: 11px;
    -webkit-border-top-right-radius: 11px;
    -o-border-top-right-radius: 11px;
}
.b-searchbar .b-searchbar-form-wrap.b-searchbar-form-wrap_mp{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -o-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    box-shadow: 0 4px 4px #cccccc;
    -moz-box-shadow: 0 4px 4px #cccccc;
    -webkit-box-shadow: 0 4px 4px #cccccc;
    -o-box-shadow: 0 4px 4px #ccc;
}
.b-searchbar .b-searchbar-form-wrap .b-searchbar-form{
    display: block;
    /*width: 100%;*/
    position: relative;
    padding: 0 10px 10px;
    margin: 0;
    margin-right: 125px;
}
.b-searchbar .b-searchbar-form-wrap  .b-searchbar-form .b-searchbar-form-swordwrap{
    position: relative;    
    padding: 0 10px;
    background: #fff url("b-searchbar-swordwrap-bg.gif") top repeat-x;
    overflow: hidden;
}
.b-searchbar .b-searchbar-form-wrap  .b-searchbar-form .b-searchbar-form-swordwrap .b-searchbar-form-swordwrap-inner{
    background: transparent url("b-searchbar-swordwrap-inner-bg.gif") bottom repeat-x;
}
.b-searchbar .b-searchbar-form-wrap  .b-searchbar-form .b-searchbar-form-swordwrap .cn{
    position: absolute;
    width: 10px;
    background-image: url("b-searchbar-sword-bg.gif");
}
.b-searchbar .b-searchbar-form-wrap  .b-searchbar-form .b-searchbar-form-swordwrap .cn.tl{
    height: 80px;
    top: 0;
    left: 0;
    background-position: -10px -10px;
}
.b-searchbar .b-searchbar-form-wrap  .b-searchbar-form .b-searchbar-form-swordwrap .cn.tr{
    height: 80px;
    top: 0;
    left: 100%;
    margin-left: -10px;
    background-position: 0px -10px;
}
.b-searchbar .b-searchbar-form-wrap  .b-searchbar-form .b-searchbar-form-swordwrap .cn.bl{
    height: 10px;
    top: 100%;
    left: 0;
    margin-top: -10px;
    background-position: -10px 0px;
}
.b-searchbar .b-searchbar-form-wrap  .b-searchbar-form .b-searchbar-form-swordwrap .cn.br{
    height: 10px;
    top: 100%;
    left: 100%;
    margin-top: -10px;
    margin-left: -10px; 
    background-position: 0px 0px;
}
.b-searchbar .b-searchbar-form-wrap  .b-searchbar-form .b-searchbar-form-swordwrap .b-searchbar-form-swordwrap-inner .sword{
    font-size: 18px;
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 10px 0 10px 30px;
    border: none;
    background: transparent url("b-searchbar-sword-input-bg.gif") left no-repeat;
    color: #787878;
}
.b-searchbar .b-searchbar-form-wrap  .b-searchbar-form .b-searchbar-form-submitwrap{
    position: absolute;
    left: 100%;
    top: -1px;
    width: 120px;
    height: 48px;
    background: transparent url("b-searchbar-submit-bg.png") top left no-repeat;
}
.b-searchbar .b-searchbar-form-wrap  .b-searchbar-form .b-searchbar-form-submitwrap .submit{
    font-size: 0.875em;
    padding: 12px 0;
    width: 100%;
    border: none;
    color: #373737;
    background: transparent;
    cursor: pointer;
    text-align: center;
}
.b-searchbar .b-searchbar-form-wrap .b-searchbar-example{
    font-size: 0.75em;
    padding: 0px 10px 5px; 
    color: #fff;
}
.b-searchbar .b-searchbar-form-wrap .b-searchbar-example a{
    color: #fff;
}

/*  b-taglist -List of tags middle column    */
.b-taglist{
    position: relative;
    margin: 0 0 20px 0;
/*    background: #DFEDFD;*/
    background-color: #dbe5eb;
    box-shadow: 0 1px 4px #ccc;
    -moz-box-shadow: 0 1px 4px #ccc;
    -webkit-box-shadow: 0 1px 4px #ccc;
    -o-box-shadow: 0 1px 4px #ccc;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -o-border-radius: 11px;
}
.h-gradient + .b-taglist{
    border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -o-border-top-right-radius: 0;
}
/*.b-taglist .cn{
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url("b-round-altblue-bg.gif");
}*/
/*.b-taglist .cn.bl{
    top: auto;
    left: 0px;
    margin-top: -10px;
    background-position: -10px 0px;
}
.b-taglist .cn.br{
    top: auto;
    left: 100%;
    margin-top: -10px;
    margin-left: -10px;
    background-position: 0px 0px;
}
.b-taglist .cn.tl{
    top: 0;
    left: 0px;
    margin-top: 0px;
    background-position: -10px -10px;
}
.b-taglist .cn.tr{
    top: 0;
    left: -10px;
    margin-left: 100%;
    background-position: 0px -10px;
}*/
.b-taglist .b-taglist-list{
    padding: 15px 30px;
}
.b-taglist .b-taglist-list a{
    color: #11388c;
}
.b-taglist .b-taglist-list .tag{
    padding: 0 5px 0 0;
    line-height: 1.75;
    vertical-align: baseline;
    color: #11388c;
    white-space: nowrap;
}
.b-taglist .b-taglist-list .tag.smallestTag { font-size: 0.75em; }
.b-taglist .b-taglist-list .tag.smallTag { font-size: 0.8125em; }
.b-taglist .b-taglist-list .tag.mediumTag { font-size: 0.875em; }
.b-taglist .b-taglist-list .tag.largeTag { font-size: 1.125em; }
.b-taglist .b-taglist-list .tag.largestTag { font-size: 1.5em; }
.b-taglist .b-taglist-list-alltags{
    padding: 0px 30px 20px;
    font-size: 0.75em;
}
.b-taglist .b-taglist-list-alltags a{
    padding-left: 10px;
    background: transparent url("/im/pointer.png") 0px 5px no-repeat;
}

/*  b-banner    */
.b-banner{
    margin-bottom: 20px;
    text-align: center;
}

/*  company counter */
.b-companies-counter{
    font-size: 0.8125em;
    margin-bottom: 40px;
    padding-top: 5px;
}
/*  b-commercial    */
.b-commercial{

}
.b-commercial .b-commercial-header{
    font-size: 0.8125em;
    margin-bottom: 15px;
    color: #616161;
}
.b-commercial .b-commercial-block{
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: transparent url("/im/b-commercial-block-bg.gif") bottom no-repeat;
 
}
.b-commercial .b-commercial-block h2{
    font-size: 0.8125em;
    font-weight: normal;
    margin-bottom: 10px;
}
.b-commercial .b-commercial-block p{
    margin-bottom: 10px;
    font-size: 0.6875em;
    line-height: 1.125em;
}
.b-commercial .b-commercial-block .b-commercial-block-thumb{

}


/*  b-company-rating    */
.b-company-rating .b-company-rating-header{
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: normal;
/*  text-transform: uppercase;	*/
    margin: 10px 0 15px 0;
    padding: 0 20px;
}
.b-catlist-level-3{
    padding-left: 25px;
    display: none;
}
.b-catlist-level-2.have_child_menu > .item,
.b-catlist-level-2.have_child_menu > .item > .item-link{
    display: inline !important;
}
.three_dots{
    display: none;
    margin-left: 5px;
    cursor: pointer;
    padding: 5px;
}
.clear-mobile{
    text-align: center;
}
.payment-type .row,
.payment-type ~ .row,
.payment-type.row{
    margin-left: 0;
    margin-right: 0;
}
.b-company-rating .b-company-rating-list{}
.b-company-rating .b-company-rating-list .item{
    padding: 15px;
    margin: 0 0 15px 0;
    position: relative;
    background: transparent url("b-company-rating-list-item-bg.gif") top repeat-x;
    min-height: 10px;
    box-shadow: 0 1px 4px #ccc;
    -moz-box-shadow: 0 1px 4px #ccc;
    -webkit-box-shadow: 0 1px 4px #ccc;
    -o-box-shadow: 0 1px 4px #ccc;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -o-border-radius: 11px;    
}

.b-company-rating .b-company-rating-list .item .company-info-header{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    min-height: 40px;
    position: relative;
}
.b-company-rating .b-company-rating-list .item .company-info-header h2{
    font-size: 1.125em;
    font-weight: normal;
    margin-bottom: 5px;
    padding-right: 85px;
    line-height: 1.25;
    text-transform: uppercase;
}
.b-company-rating .b-company-rating-list .item .company-info-header h2 a{
    color: #214594;
}
.b-company-rating .b-company-rating-list .item .company-info-header h3{
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 20px;
    padding-right: 85px;
    line-height: 1.25;
    text-transform: uppercase;
}
.b-company-rating .b-company-rating-list .item .company-info-header h3 a{
    color: #214594;
}
.b-company-rating .b-company-rating-list .item .company-info-header .company-additional-info{
    color: #535353;
    font-size: 0.8125em;
    text-transform: uppercase;
}
.b-company-rating .b-company-rating-list .item .company-info-body{
    
}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-table,
.b-profile .company-info-table{
    font-size: 0.75em;
    margin-bottom: 10px;    
    border-bottom: 1px solid #cccccc;
    width: 100%;
}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-table .company-info-logo,
.b-profile .company-info-table .company-info-logo{
    padding: 5px;
    width: 200px;
    vertical-align: middle;
    text-align: center;
}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-table .company-info-logo a,
 .b-profile .company-info-table .company-info-logo a{
    display: block;
    width: 100%;
    margin: 0;
    padding: 2px;
    border: 1px solid #ccc;
    text-align: center;
}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-table .company-info-logo img,
 .b-profile .company-info-table .company-info-logo img{
    max-width: 198px;
    max-height: 198px;
    margin: 0 auto;
    vertical-align: middle;
}

.b-company-rating .b-company-rating-list .item .company-info-body .company-info-table tr td,
.b-profile .company-info-table tr td{
	vertical-align: middle;
    text-align: left;
}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-table .company-info-data,
.b-profile .company-info-table  .company-info-data{
    padding-bottom: 10px;
    width: auto;
}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-table .company-info-data .label,
.b-profile .company-info-table  .company-info-data .label{
    padding-right: 20px;
    color: #0f2648;
}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-table .company-info-data .data{}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-table .company-info-data .data a{
    /*color: #144284;*/
}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-table .company-info-data .separator,
.b-profile .company-info-table  .company-info-data .separator{
    height: 5px;
}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-desc{
    font-size: 0.75em;
    margin-bottom: 10px;
    color: #000;
}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-desc p{
    margin-bottom: 10px;
}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-spec{}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-spec .company-info-spec-header{
    padding-left: 13px;
    font-size: 0.75em;
    font-weight: bold;
    margin-bottom: 5px;
    background: transparent url("pointerv2.gif") left no-repeat;    
}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-spec .company-info-spec-list{
    font-size: 0.75em;
}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-spec .company-info-spec-list li{
    padding-left: 15px;
    margin-bottom: 0px;
    background: transparent url("/im/pointer.png") left no-repeat;
}
.b-company-rating .b-company-rating-list .item .company-info-body .company-info-spec .company-info-spec-list li a{
    /*color: #144284;*/
}
.b-items-total{
    color: #3b3b3b;
    font-size: 0.8125em;
    text-align: center;
    margin-bottom: 20px;
}

/*
    b-profile-header.
    Company profile block/page.
*/
.b-profile{

}
.b-profile a{ /*color: #144284;*/ }
.b-profile .b-profile-header{

    font-size: 1.125em;
    font-weight: normal;
    margin: 0 0 5px 10px;
    padding-right: 85px;
    line-height: 1.25;
    text-transform: uppercase;
}
.b-profile .b-profile-subheader{
    font-size:0.8125em;
    font-weight: normal;
    margin: 0 0 10px 10px;
    color: #535353;
}

.b-tabholder .b-panes{
    clear: both;
}
.b-profile .company-info-table{
    font-size: 0.8125em;
}
.b-profile .b-profile-block{
    font-size: 0.8125em;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dbdbdb;
}
.b-profile .b-profile-block-ext{
    font-size: 0.75em;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dbdbdb;
}
.b-profile .company-info-table .company-info-logo{
    width: 170px;
    padding: 0 10px 10px 0;
}
.b-profile .b-profile-block .b-profile-block-header,
.b-profile .b-profile-block-ext .b-profile-block-header{
    margin-bottom: 10px;
    background: transparent url("pointerv2.gif") left no-repeat;
    padding-left: 15px;
    font-weight: bold;
}

.b-profile .b-profile-block .b-profile-block-section,
.b-profile .b-profile-block .b-profile-block-section td,    
.b-profile .b-profile-block-ext .b-profile-block-section{
    padding: 0 0 2px;
    line-height: 1.2em;
    vertical-align: middle;
}
.b-profile .b-profile-block .b-profile-block-section .label,
.b-profile .b-profile-block .b-profile-block-section td.label,
.b-profile .b-profile-block-ext .b-profile-block-section .label{
    padding-right: 10px;
    color: #3b5b89;
}
.b-profile .b-profile-block .b-profile-block-section h3,
.b-profile .b-profile-block .b-profile-block-section h4,
.b-profile .b-profile-block .b-profile-block-section p,
.b-profile .b-profile-block .b-profile-block-section ul,
.b-profile .b-profile-block-ext .b-profile-block-section h3,
.b-profile .b-profile-block-ext .b-profile-block-section h4,
.b-profile .b-profile-block-ext .b-profile-block-section p,
.b-profile .b-profile-block-ext .b-profile-block-section ul{
    margin-bottom: 10px;
    line-height: 1.5;
}
.b-profile .b-profile-block .b-profile-block-section ul li,
.b-profile .b-profile-block-ext .b-profile-block-section ul li{
    margin-bottom: 2px;
}

.b-profile .b-taglist{
    margin-bottom: 0px;
    background: transparent;
    box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;

}
.b-profile-block-icons-bottom{
    height: 20px;
}

/*  Profile Edit block 1111111  */
.b-form-profile{

}
.b-form-profile .b-form-profile-header{
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    padding-left: 20px;
    background: transparent url(profile-edit-head-bg.gif) left no-repeat;
    margin-bottom: 20px;
}
.b-form-profile tr td .b-form-tips{
    font-size: 0.8125em;
    padding-left: 20px;
    background: transparent url("profile-edit-formtip-bg.gif") left no-repeat;
}
.b-form-profile tr td,
.b-form-profile tr th{
    padding: 10px 0 0;
}
.b-form-profile tr td table{
    width: 100%;
}
.b-form-profile tr td table tr td{
    padding: 0;
    border: none!important;
}
.b-form-profile tr td table tr td label{
    margin-bottom: 5px;
    line-height: 2;
}
.b-form-profile tr.b-form-group td ,
.b-form-profile tr.b-form-group th{
    border-bottom: 1px solid #b4b4b4;
}

.b-form-profile tr td.label,
.b-form-profile tr td.data{
    font-size: 0.75em;
    vertical-align: top;
}
.b-form-profile a{
    color: #18519e;
}
.b-form-profile i.mandatory{
    color: #c20202;
    font-style: normal;
    padding: 0 1px;
}
.b-form-profile tr td .b-form-warning{
    font-size: 0.8125em;
    padding: 5px;
    background: #f3ecdd;
}
.b-form-profile tr td.label{
    padding-right: 30px;
}
.b-form-profile tr td.label{
    padding-left: 20px;
    background: transparent url("pointerv2.gif") 0px 16px no-repeat;
    display: block;
    border: none;
}
.b-form-profile input,
.b-form-profile textarea{
    border: 1px solid #b4b4b4;
    padding: 4px 2px;
    margin: 0 1% 5px 0;
    background: transparent url("b-searchbar-swordwrap-bg.gif") 0px -2px repeat-x;
    width: 190px;
}
.b-form-profile select option{
}
.b-form-profile .b-form-sectiontip{
    font-size: 0.9em;
    color: #7d7d7d;
}
/*  elements sizes  */
.b-form-profile .el-size-xsmall{
    width: 12%;
}
.b-form-profile .el-size-small{
    width: 15%;
}
.b-form-profile .el-size-med{
    width: 45%;
}
.b-form-profile .el-size-large{
    width: 70%;
}
.b-form-profile .el-size-xlarge{
    width: 78%;
}
.b-form-profile .el-size-xxlarge{
    width: 96%;
}

.b-form-profile tr.workhours td{}
.b-form-profile tr.workhours td .day{
    float: left;
    width: 100px;
}
.b-form-profile tr.workhours td .separator{
    float: left;
    width: 40px;
    text-align: center;
}
.b-form-profile tr.workhours td input{
    float: left;
}

.b-form-profile input.button-submit{
    width: 120px;
    height: 38px;
    background: transparent url("button-submit.gif") 0px 0px no-repeat;
    border: none;
    cursor: pointer;
    line-height: 1;
    color: #373737;
    font-weight: bold;
    padding-bottom: 8px;
    margin-right: 5px;
}
.b-form-profile input.button-delete{
    width: 120px;
    height: 38px;
    background: transparent url("button-del.gif") 0px 4px no-repeat;
    border: none;
    cursor: pointer;
    line-height: 1;
    color: #373737;
    font-weight: bold;
    padding-bottom: 8px;
}

/*  Form Errors */
#errors{
    display: none;
    font-size: 0.8125em;
    background: #fde0e0 url(profile-edit-formerror-bg.gif) 10px center no-repeat;
    padding: 10px 30px;

}
.mobile-title{
    display: none;
}
@media(max-width: 991px) {
    .b-company-rating .b-company-rating-list .item .company-info-body .company-info-table .company-info-logo a,
    .b-profile .company-info-table .company-info-logo a{
        border: none;
    }
    .b-profile-block-section:not(.collapse-body){
        padding-bottom: 10px !important;
    }
    .b-catlist-level-2.have_child_menu > .item,
    .b-catlist-level-2.have_child_menu > .item > .item-link{
        display: block !important;
    }
    .site-address span,
    .email-address span,
    .main-phone span,
    .legal-address span,
    .actual-address span,
    .fax-address span{
        font-weight: bold;
    }
    .payment-type{
        padding-left: 15px;
        padding-right: 15px;
    }
    .b-form.b-form-profile table{
        overflow: unset;
    }
    table table > tbody{
        width: 100% !important;
        display: block;
    }
    .b-form-profile input.button-delete{
        margin-left: calc(50% - 60px);
    }
    .b-form-profile .el-size-xxlarge{
        width: 100%;
    }
    .b-form-profile input,
    .b-form-profile textarea{
        width: 100%;
    }
    .b-catlist.b-catlist-long .item{
        margin-bottom: 12px;
    }
    .b-company-rating-list .company-info-logo {
        margin: 0 auto;
    }
    /*.b-company-rating-list .company-info-data-table td,
    .b-company-rating .b-company-rating-list .item .company-info-body .company-info-table .company-info-data td.label{
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
    }*/
    .b-company-rating-list .site-address:before,
    .b-company-rating-list  .email-address:before,
    .b-company-rating-list  .main-phone:before,
    .b-company-rating-list  .legal-address:before,
    .b-company-rating-list  .actual-address:before,
    .b-company-rating-list  .fax-address:before{
        left: -25px;
    }
    .b-company-rating .b-company-rating-header{
        text-align: center;
        color: #1a3c85;
        font-size: 14px;
        padding-top: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .b-catlist{
        background: #24478d;
        margin-bottom: 0;
        padding: 0;
    }
    .b-catlist .item.act .item-link{
        border-bottom: none;
    }
    .b-catlist .item .item-link .b-icon{
        text-decoration: none;
        font-size: 14px;
    }
    .b-catlist .item.act .item-link{
        background-color: #24478d;
        color: #fff;
    }
    .b-catlist .item .item-link{
        padding: 8px 25px;
        background-color: #fff;
        border-bottom: 1px solid #d3d3d3;
    }
    .b-catlist .item .item-link:hover{
        background-color: #24478d;
        color: #fff;
    }
    .site-address,
    .email-address,
    .main-phone,
    .legal-address,
    .actual-address,
    .fax-address{
        margin-top: 10px;
    }
    .b-profile .company-info-table .company-info-data{
        display: inline-block;
    }
    .b-profile .company-info-table,
    .b-profile .b-profile-block,
    .b-profile .b-profile-block-ext{
        padding: 5px 10px 0;
        background-color: #fff;
        margin-bottom: 15px;
        border-radius: 4px;
    }
    .b-profile .b-profile-block .b-profile-block-header.active, .b-profile .b-profile-block-ext .b-profile-block-header.active{
        margin-bottom: 10px;
    }
    .b-profile .b-profile-block .b-profile-block-header, .b-profile .b-profile-block-ext .b-profile-block-header{
        transition: .3s ease;
        color: #134284;
        background: none;
        font-weight: bold;
        margin-bottom: 0px;
        padding-bottom: 7px;
        border-bottom: 1px solid #ececec;
        padding-left: 0;
    }
    .b-form-profile .el-size-xlarge, .b-form-profile tr.workhours td .day,.b-form-profile .el-size-small, .b-searchbar .b-searchbar-dropdownwrap, .b-form-profile tr td.data input.el-size-small, .b-form-profile .el-size-xsmall{
        width: 100% !important;
    }
    /*.company-info-body tbody, .company-info-body tr, .company-info-body td{
        display: block;
    }*/
    .b-company-rating .b-company-rating-list .item .company-info-body .company-info-table .company-info-data .label{
        text-align: left;
        font-weight: bold;
    }
    tr{
        width: 100%;
    }
    .b-form-profile tr td.data input.el-size-small {
        width: 100% !important;
    }
    .b-form-profile .el-size-xsmall{
        width: 100% !important;
    }
    .b-form-profile .el-size-med{
        width: 100%;
    }
    .b-form-profile tr td.data input[style*="width:350px"]{
        width: 100% !important;
    }
    .b-form-profile tr td.label{
        white-space: normal;
        margin-top: 1px;
        margin-bottom: -1px;
        line-height: 20px;
        width: 100%;
        height: 45px;
        display: inline-block;
    }
    .b-form-profile tr.b-form-group td, .b-form-profile tr.b-form-group th{
        border-bottom: none;
    }
    .b-searchbar .b-searchbar-dropdownwrap .b-dropdown .ui-multiselect-menu .ui-multiselect-checkboxes li label span{
        font-size: 9px;
        margin-left: 5px;
    }
    .b-searchbar .b-searchbar-dropdownwrap .b-dropdown .ui-multiselect-menu .ui-multiselect-checkboxes li label input{
        float: left;
    }
    .b-catlist.b-catlist-long .item .item-link{
        border: 1px solid #fff;
        padding: 5px 10px;
        background-color: #fff;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        margin-bottom: 10px;
        transition: all .3s ease;
    }
    .b-catlist.b-catlist-long .item .item-link:hover,
    .b-catlist.b-catlist-long .item.act .item-link{
        background-color: #134284;
        color: #fff;
    }
    .b-catlist-whith-out-title{
        display: none;
    }
    .b-catlist.b-catlist-long .item .item-link{
        transition: all .3s ease;
        color: #134284;
        text-decoration: none;
        display: block;
        width: 100%;
    }
    .b-searchbar .b-searchbar-form-wrap.b-searchbar-form-wrap_mp, .b-searchbar .b-searchbar-form-wrap{
        box-shadow: 0px 0px 2px 0px rgba(0,0,0,.3);
        border-top-right-radius: 0;
    }
    .b-searchbar .b-searchbar-dropdownwrap{
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .b-banner{
        display: none;
    }
    .b-banner, .b-downloadlist{
        display: none;
    }
    .b-logo {
        margin: 30px 0 0 25px;
    }
    .b-promotext{
        margin: 10px auto 0;
    }
    table select{
        width: 100%;
    }
    .b-form-profile tr td.label{
        text-align: left;
    }
    .b-form-profile input.button-submit{
        margin-left: calc(50% - 60px);
    }
    .b-company-rating .b-company-rating-list .item .company-info-header h2{
        margin-bottom: 5px;
        padding-right: 70px;
        /*padding-left: 70px;*/
        padding-bottom: 20px;
        /*text-align: center;*/
    }
    .b-form-profile tr td.label{
        height: auto !important;
    }
    /*.b-form-profile tr td, .b-form-profile tr th{
        display: block;
    }*/
    .company-additional-info{
        /*text-align: center;*/
        margin-top: -20px;
    }
}

@media(max-width: 767px){
    .b-form-profile tr td, .b-form-profile tr th{
        display: block;
    }
    .company-info-body tbody, .company-info-body tr, .company-info-body td{
        display: block;
    }
    .b-company-rating-list .company-info-data-table td,
    .b-company-rating .b-company-rating-list .item .company-info-body .company-info-table .company-info-data td.label{
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
    }
    .mobile-title{
        padding: 10px 25px 5px 25px;
        color: #24478d;
        font-size: 20px;
        display: block;
        position: absolute;
        z-index: 999;
        top: -45px;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }
    .title-wrapp{
        overflow: visible;
    }
}
@media(max-width: 575px){

    .site-address,
    .site-address ~ .data,
    .email-address,
    .email-address ~ .data,
    .main-phone,
    .main-phone ~ .data,
    .legal-address,
    .legal-address ~ .data,
    .actual-address,
    .actual-address ~ .data,
    .fax-address,
    .fax-address ~ .data{
        text-align: left;
        padding-bottom: 5px;
    }
    table table > tbody,
    table table > tbody > tr,
    table table > tbody > tr .el-size-large{
        display: block;
        width: 100% !important;
    }
    table.company-info-table table > tbody > tr,
    table.company-info-table table > tbody > tr .el-size-large{
        display: inline-block;
        width: 100% !important;
    }
    .b-company-rating .b-company-rating-list .item .company-info-header h2{
        padding-right: 0;
        padding-left: 0;
    }
    .b-company-rating .b-company-rating-list .item .company-info-body .company-info-table .company-info-logo, .b-profile .company-info-table .company-info-logo{
        width: 100%;
        padding: 5px 0px;
    }
    .b-profile .company-info-table .company-info-logo{
        width: 100%;
        display: inline-block;
    }
    .mobile-title{
        font-size: 16px;
        top: -35px;
    }
    .b-searchbar .b-searchbar-form-wrap.b-searchbar-form-wrap_mp, .b-searchbar .b-searchbar-form-wrap{
        border-top-right-radius: 0;
    }
    
    .b-searchbar .b-searchbar-dropdownwrap,
    .b-searchbar .b-searchbar-form-wrap .b-searchbar-example {
        display: none;
    }
    .b-searchbar .b-searchbar-form-wrap {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }
    .b-searchbar .b-searchbar-form-wrap .b-searchbar-form {
        display: table;
        width: 100%;
    }
    .b-searchbar .b-searchbar-form-wrap .b-searchbar-form .b-searchbar-form-swordwrap,
    .b-searchbar .b-searchbar-form-wrap .b-searchbar-form .b-searchbar-form-submitwrap {
        display: table-cell;
        vertical-align: middle;
    }
    .b-searchbar .b-searchbar-form-wrap .b-searchbar-form .b-searchbar-form-swordwrap .cn.tr,
    .b-searchbar .b-searchbar-form-wrap .b-searchbar-form .b-searchbar-form-swordwrap .cn.br {
        display: none;
    }
    .b-searchbar .b-searchbar-form-wrap .b-searchbar-form .b-searchbar-form-submitwrap {
        position: relative;
        top: 0;
        left: 0;
        width: 1%;
        height: auto;
        border-radius: 0 10px 10px 0;
        background-image: linear-gradient(0deg, #d2d3d2, #fff);
        /*box-shadow: 0 3px 10px rgba(0, 0, 0, .5);*/
    }
    .b-searchbar .b-searchbar-form-wrap .b-searchbar-form .b-searchbar-form-submitwrap .submit {
        padding: 12px 10px;
    }
    
    .b-company-rating .b-company-rating-list .item .company-info-body .company-info-table {
        border-bottom: 0;
        margin-bottom: 0;
    }
    .b-company-rating .b-company-rating-list .item .company-info-body .company-info-desc,
    .b-company-rating .b-company-rating-list .item .company-info-body .company-info-spec {
        display: none;
    }
}
@media(min-width: 992px){
    .data > table td{
        display: inline-block;
    }
    .data > table{
        overflow-x: hidden;
    }
}