@font-face {
    font-family: 'PTSans-Regular';
    scr: url('../fonts/PTSans-Regular.eot');
    src: url('../fonts/PTSans-Regular.eot') format('embedded-opentype'),
        url('../fonts/PTSans-Regular.woff') format('woff'),
        url('../fonts/PTSans-Regular.svg') format('svg'),
        url('../fonts/PTSans-Regular.otf') format('opentype'),
        url('../fonts/PTSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSans-Bold';
    scr: url('../fonts/PTSans-Bold.eot');
    src: url('../fonts/PTSans-Bold.eot') format('embedded-opentype'),
        url('../fonts/PTSans-Bold.woff') format('woff'),
        url('../fonts/PTSans-Bold.svg') format('svg'),
        url('../fonts/PTSans-Bold.otf') format('opentype'),
        url('../fonts/PTSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-family: 'PTSans-Regular';
    font-size: 15px;
    color: #666;

}
.white_bg{
    background: #fff;
}
.cities_list {
    background: #CAE6EA;
    padding: 15px;
}
.category .white_bg{
    padding: 19px 10px;
    margin-bottom: 17px;
    border-top:#e2e2e2 solid 1px;
    border-bottom:#e2e2e2 solid 1px;
}
nav ul,
nav ul li,
nav ul li ul {
    padding: 0;
    margin: 0 ;
    list-style: none;
}
ul li:before {
    display: none;
}
a {
    color:#1099af;
    text-decoration: none;
}
a:hover {
    color:#1099af;
    text-decoration: underline;
}

h1 {
    font-family: 'PTSans-Bold';
    font-size:32px;
    font-weight: normal;
    margin: 0 0 22px;
    color:#333;
}
h2 {
    font-family: 'PTSans-Bold';
    font-size:26px;
    color:#333;
    margin: 0 0 17px 0;
}
h3 {
    font-family: 'PTSans-Bold';
    font-size:22px;
    color:#333;
    margin: 0 0 16px 0;
}
h4{
    font-family: 'PTSans-Bold';
    font-size:20px;
    color:#333;
    margin: 0 0 16px 0;
}
.hgroup h1{
    margin: 0px 0px 9px;
    line-height: 30px;
}
.hgroup h2{
    margin: 0 0 12px 0;
}
.hgroup .subtitle {
    font-size: 20px;
    display: inline-block;
}
p{
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 15px;
}
.back_top{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 55px;
    height:55px;
    background: #e1e1e1;
    box-shadow: 0 2px #a6a6a6;
    border-radius: 5px;
    z-index: 1;
}
.back_top:hover{
    background: #fdb063;
}
.back_top a{
    display: block;
    height:55px;
    background: url('/images/top_arrow.png') center no-repeat;
}
textarea::-moz-placeholder,
input::-moz-placeholder{
    font-size:16px;
    color:#a0a0a0;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{
    font-size:16px;
    color:#a0a0a0;
}

.breadcrumbs {
    margin:0 0 15px;
    color:#878787;
}
.breadcrumbs a:visited,
.breadcrumbs a {
    color: #1099af;
}
.pager {
    margin: 20px 0 0 0;
}
.pager li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 33px;
    margin-right: 5px;
    margin-bottom: 10px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background:  #f7f7f7;
    box-shadow:0 2px #a6a6a6;
    behavior: url('/css/PIE/PIE.htc');
}
.pager a,
.pager span{
    display: block;
    height:33px;
    color: #333;
    border-radius: 5px;
    text-decoration: none;
}
.pager a:hover,
.pager .pager-current {
    /*box-shadow: 0 1px 1px rgba(0,0,0, 0.3);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 );
    background: #ff9d3b;
    color: #fff;
}

.date{
    font-size: 12px;
    color:#333;
    margin: 10px 0;
}
.banner{
    background:#fdb063;
}
.banner.horisontal{
    margin: 10px 0px;
    height: 120px;
    width: 100%;
}
.on_mine .search .form-submit,
.button,
.form-submit{
   position: relative;
   display: block;
   height:45px;
   line-height: 45px;
   color:#fff;
   text-align: center;
   font-family: 'PTSans-Bold';
   font-size:16px;
   text-transform: uppercase;
   border-radius: 5px;
   background: -moz-linear-gradient(top, rgba(253,176,99,1) 0%, rgba(255,153,51,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,176,99,1)), color-stop(100%,rgba(255,153,51,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, rgba(253,176,99,1) 0%,rgba(255,153,51,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, rgba(253,176,99,1) 0%,rgba(255,153,51,1) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, rgba(253,176,99,1) 0%,rgba(255,153,51,1) 100%); /* IE10+ */
   background: linear-gradient(to bottom, rgba(253,176,99,1) 0%,rgba(255,153,51,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb063', endColorstr='#ff9933',GradientType=0 );
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
   cursor: pointer;
   border:#ffb76f solid 1px;
   behavior: url('/css/PIE/PIE.htc');
}
.on_mine .search .form-submit:hover,
.button:hover,
.form-submit:hover {
    background: -moz-linear-gradient(top, rgba(252,189,126,1) 0%, rgba(255,166,76,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,189,126,1)), color-stop(100%,rgba(255,166,76,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252,189,126,1) 0%,rgba(255,166,76,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,189,126,1) 0%,rgba(255,166,76,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252,189,126,1) 0%,rgba(255,166,76,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(252,189,126,1) 0%,rgba(255,166,76,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbd7e', endColorstr='#ffa64c',GradientType=0 ); /* IE6-9 */
}
body > .wrapper {
    min-height: 100%;
    margin: 0 auto;
}
/*--HEADER--*/
header {
    background: -moz-linear-gradient(top, rgba(16,153,175,1) 0%, rgba(15,138,158,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(16,153,175,1)), color-stop(100%,rgba(15,138,158,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(16,153,175,1) 0%,rgba(15,138,158,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(16,153,175,1) 0%,rgba(15,138,158,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(16,153,175,1) 0%,rgba(15,138,158,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(16,153,175,1) 0%,rgba(15,138,158,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1099af', endColorstr='#0f8a9e',GradientType=0 );
    border-bottom:#045866 solid 2px;
    margin-bottom: 46px;
    text-align: center;
    padding: 0 10px;
}
.overhead {
    background: #70BBC7;
    text-align: center;
    padding: 0 10px;
}
.overhead .wrapper,
header .wrapper {
    position: relative;
    display: inline-block;
    max-width: 1000px;
    width: 100%;
    text-align: left;
}
header .for_user, header .weather {
    display: table-cell;
    vertical-align: top;
}
header .info {
    margin: auto;
}
.header_top{
    display: table;
    width: 100%;
    min-height: 121px;
    color:#fff;
    padding-bottom: 10px;
}

header .info{
    position: relative;
    width:304px;
}
header .logo{
    margin: 15px  34px 10px 5px;
}
header .slogan{
    position: absolute;
    top: 62px;
    left: 89px;
    color:#fff;
    font-size:20px;
}
header .location{
    padding-top: 20px;
    display: inline-block;
}
header .location .city{
    font-family: 'PTSans-Bold';
    font-size:24px;
    margin-bottom: 2px;
}
header .location .obl{
    font-family: 'PTSans-Bold';
    font-size:25px;
}
header .for_user{
    text-align: right;
    padding-top: 9px;
}
header .for_user .login,
header .for_user .registration{
    padding-left: 25px;
}
.for_user  a{
    position: relative;
    display: inline-block;
    border-bottom: #fff dotted 1px;
    text-decoration: none;
    color:#fff;
    line-height: 17px;
}

.for_user  a:hover{
    border-bottom: transparent dotted 1px;
}
header .for_user .login{
    margin-bottom: 11px
}
.for_user .login a:before{
    content:'';
    position: absolute;
    display: block;
    width: 12px;
    height:12px;
    top:5px;
    left:0;
    margin: 0 0 0 -19px;
    background: url('/images/login.png')  no-repeat;
}
header .for_user .registration a:before{
    content:'';
    position: absolute;
    display: block;
    width: 12px;
    height:12px;
    top:5px;
    left:0;
    margin-left: -23px;
    background: url('/images/registr.png')  no-repeat;
}
.weather{
    width: 277px;
    padding-top: 8px;
}
.weather .title{
    font-family: 'PTSans-Bold';
    font-size:18px;
    margin-bottom: 6px;
}
.weather .on_week{
    color:#fff;
    margin-left: 10px;
}
.weather .forecast{
    display: table;
    width: 100%;
    margin-top: 8px;
}
.weather .forecast p{
    margin: 0;
}
.weather .forecast .tpl,
.weather .forecast .ico,
.weather .forecast .text{
    display: table-cell;
    vertical-align: middle;
}
.weather .forecast .tpr{
    font-family: 'PTSans-Bold';
    font-size:30px;
    color:#ffa937;
}
.weather .forecast .ico{
    padding: 0px 10px;
}
.header_bottom{
    vertical-align: top;
    position: absolute;
    width: 100%;
    min-height: 64px;
    top:100%;
    left:0;
    margin-top: -29px;
    background: #e1e1e1;
    border-radius: 5px;
    box-shadow: 0 2px #a6a6a6;
    overflow: hidden;
}
.header_bottom .add_org{
    float:right;
    vertical-align: middle;
    width: 284px;
    height:64px;
    line-height: 61px;
    padding: 0 23px 0 62px;
    border-radius: 0 5px 5px 0;
    box-sizing: border-box;
}
.header_bottom .add_org span{
    position: relative;
    display: inline-block;
    line-height: 18px;
    border-bottom:#fff dotted 1px;
}
.header_bottom .add_org span:before{
    content:'';
    position: absolute;
    display: block;
    width: 34px;
    height:29px;
    top:0px;
    left:0;
    margin: -1px 0px 0px -54px;
    background: url('/images/add_company.png') no-repeat;
}
.header_bottom .add_org:hover span{
    border-bottom:transparent dotted 1px;
}
header .search{
    padding: 12px 15px 10px;
    overflow: hidden;
}
header .search #___gcse_0{
    display: table;
    width:100%;

}
.left-col {
    width: 570px;
    float: left;
}
.right-col {
    float: right;
    width: 370px;
    margin: 20px 0 0 0;
}

.left-col__row {
    margin: 10px 0;
}
header .search td.gsc-search-button{
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    border-radius: 5px;
    box-shadow: 0px 2px #B8B8B8;
}
header .search td.gsc-search-button:hover{
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}
header .search td.gsc-search-button{
    width: 100%;
}
header .search input.gsc-search-button-v2{
    display: block;
    opacity: 0;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    border:0;
}
header .search .gsc-input{
    width: 87%;
    padding: 0 15px 0 0;
}
header .search td.gsc-search-button:before{
    content:'';
    display:block;
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background: url('/images/loupe.png') center center no-repeat;
}
#gs_tti50{
    padding: 0 10px;
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 5px;
    box-sizing: border-box;
}
header .search form.gsc-search-box{
    margin: 0;
}
header .search .gsc-input-box-hover,
header .search .gsc-input-box:focus,
header .search .gsc-input-box{
    border: 0;
    background: none;
    height: 40px;
    box-shadow: none;
}
header .search .gsc-input-box input{
    min-width: 163px;
    height: 40px  !important;
    border: 0px none;
}
.on_mine{
    background: #fff;
}
.on_mine header{
    /*height: 531px;*/
    background: url('/images/bg_map.png') center top no-repeat;
    border:0;
}
.on_mine header .wrapper{
    text-align: center;
}
.on_mine header .logo{
    display:inline-block;
    padding-top: 62px;
    margin: 0 0 15px 0;
}
.on_mine header .slogan{
    position:static;
    margin-bottom: 33px;
}
.on_mine header .slogan h2{
    font-family: 'PTSans-Regular';
    font-size: 30px;
    color: #1099af;
    margin-bottom: 25px;
    text-align: center;
}
.on_mine header .search{
    display: inline-block;
    max-width: 598px;
    width: 100%;
    padding: 0;
}
.on_mine header .search input{
    height:50px;
    border:#e9e9e9 solid 1px;;
}
.on_mine header .search form .form-item{
    display: block;
    overflow: hidden;
    width: auto;
    padding: 0;
}
.on_mine header .search .form-submit{
    float:right;
    width: 135px;
    height: 50px;
    margin-left: 15px;
}
.on_mine h1{
    font-family: 'PTSans-Regular';
    font-size: 30px;
    text-align: center;
    margin-bottom: 42px;
}
.select-region {
    padding: 0 0 0 20px;
}
.select-region>span {
    display: block;
    line-height: 22px;
}
/*--MIDDLE--*/
main {
    height: 100%;
    width: 100%;
}
main .wrapper,
main .add-firm,
.page-user main .content,
.page-node-edit main .content,
.page-add-review main .content,
.page-print main .content,
.admin-menu main .content {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 0;
    overflow: hidden;
}
.white_bg .wrapper{
    padding: 0;
}
.main_content {
    overflow: hidden;
    margin-bottom: 18px;
}
.find{
    display: inline-block;
    padding: 10px 23px 8px;
    font-size:18px;
    color:#fff;
    border-radius: 5px 5px 0 0;
    background: #ff9934;
}
.find.gray{
    display: block;
    color:#333;
    background: #dcdcdc;
}
.big_map{
    position: relative;
    border:#ff9934 solid 3px;
    border-radius:0 5px 5px 5px;
    margin-bottom: 8px;
    behavior: url('/css/PIE/PIE.htc');
}
.big_map img{
    display: block;
    width: 100%;
}
.big_map.gray{
    border:#dcdcdc solid 3px;
    border-radius:0 0 5px 5px;
}
.last_info{
    position: relative;
    width: 103.5%;
    padding-top: 17px;
    margin-bottom: 20px;
    color:#333;
    border-top:#e2e2e2 solid 1px;
}

.last_review, .last_org_list{
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin-right: 1.5%;

}
.last_info .title{
    font-family:'PTSans-Bold';
    font-size:24px;
    margin-bottom: 12px;
}
.last_review .review,
.last_org_list .firm_section{
    padding:11px 17px;
    margin-bottom: 6px;
    background: #fff;
    border-radius: 5px;
}
.review .title,
.firm_section .title{
    /*font-family:'PTSans-Bold';*/
    font-size: 20px;
    margin-bottom: 20px;
}

.last_org_list .firm_section p,
.last_review .review p{
    line-height: 22px;
    margin-bottom: 12px;
}
.stars{
    margin-bottom: 9px;
    width: 95px;
    height:17px;
    background: url('/images/stars.png');
}
.stars.four{
    background-position: -19px;
}
.stars.tree{
    background-position: -38px;
}
.stars.two{
    background-position: -57px;
}
.stars.one{
    background-position: -76px;
}
.stars.zero{
    background-position: -92px;
}
.last_org_list .firm_section .org_logo{
    float: left;
    width: 65px;
}
.last_org_list .firm_section .announce{
    margin-left: 77px;
}
.last_org_list .firm_section .adr{
    color:#666;
    margin-bottom: 7px;
}
.rubrics_list{
    display: inline-block;
    width: 104.4%;
    margin-top: 30px;
    margin-bottom: 17px;
}
.rubrics_section{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 1.1%;
    margin-bottom: 22px;
    padding-bottom: 22px;
    background: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0 2px #a6a6a6;
    overflow: hidden;
    behavior: url('/css/PIE/PIE.htc');
}
.towns_section{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 1.1%;
    margin-bottom: 22px;
    background: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0 2px #a6a6a6;
    overflow: hidden;
    behavior: url('/css/PIE/PIE.htc');
}
.rubrics_section .rubric_header{
    color:#333;
}
.rubrics_section .title{
    height: 90px;
    padding: 13px 16px 0px;
    font-family: 'PTSans-Bold';
    font-size:20px;
    line-height: 24px;
    box-sizing: border-box;
}
.rubrics_section .comment{
    height: 26px;
    padding:  0px 0 0 16px;
    font-size:13px;
    line-height: 25px;
    background: #e4e4e4;
}
.rubrics_section .info{
    display: inline-block;
    float:right;
    margin-right: 6px;
    font-size: 16px;
}
.rubrics_section .org_count,
.rubrics_section .review_count{
    display: inline-block;
    vertical-align: top;
    width: 23px;
    margin-left:14px;
    text-decoration: none;
}
.rubric_header .review_count{
    height:26px;
    background: url('/images/rev_ico.png') 0 8px no-repeat;
}
.rubric_header .org_count{
    height:26px;
    background: url('/images/org_ico.png') 0 8px no-repeat;
}
.rubrics_section .rubric,
.towns_section .rubric{
    display: inline-block;
    width: 100%;
    padding: 8px 0px 9px 15px;
    box-sizing: border-box;
}
.rubrics_section .rubric a,
.towns_section .rubric a{
   /* margin-right: 70px;*/
    text-decoration: none;
    font-size: 16px;
}
.rubrics_section .rubric:hover a,
.towns_section .rubric:hover a{
    color:#fff;
    text-decoration: underline;
}
.rubrics_section .rubric:hover,
.towns_section .rubric:hover{
    color:#fff;
    background: #1098ae;
}

.bottom_content{
    padding-top: 27px;
    border-top:#d3d3d3 solid 1px;
    float: left;
}
.middle_search{
    margin-bottom: 4px;
    padding: 12px 15px;
    background: none repeat scroll 0% 0% #E1E1E1;
    border-radius: 5px;
    box-shadow: 0px 2px #A6A6A6;
    overflow: hidden;
}
.middle_search .form-item{
    overflow: hidden;
}
.middle_search .form-submit{
    float:right;
    width: 204px;
    height:40px;
    margin-left: 15px;
    line-height: 39px;
    text-align: center;
    font-family:'PTSans-Bold';
    color:#fff;
    text-transform: uppercase;
    background: #1097ad;
    box-shadow: 0 2px #045866;
    border-radius: 5px;
}
.last_review_type{
    position: relative;
    width: 103.5%;
    margin-top: 23px;
    margin-bottom: 41px;
}
.last_review_type .review{
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 1.7%;
    margin-bottom: 10px;
}
.last_review_type .content p{
    margin-bottom: 12px;
}
.firm_list{
    margin-top: 10px;
    margin-bottom: 18px;
}
.firm_section{
    position: relative;
    margin-bottom: 18px;
    padding: 10px;
}

.firm_section{
    position: relative;
    background: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0 2px #a6a6a6;
    behavior: url('/css/PIE/PIE.htc');
}
.firm_section .map{
    float:left;
    border:#dcdcdc solid 2px;
    border-radius: 3px;
    margin-right: 22px;
    margin-bottom: 5px;
}
.firm_section .map img{
    display: block;
}
.firm_section .announce{
    overflow: hidden;
    color:#333;
}
.firm_section .announce .comment{
    line-height: 16px;
    margin-bottom: 7px;
    color:#666;
}

.firm_list .firm_section .stars{
    margin: 7px 0px 9px;
}
.review_result .positive,
.review_result .negative{
    display: inline-block;
    vertical-align: top;
    height: 24px;
    padding-top: 3px;
    padding-left: 26px;
    margin-right: 7px;
}
.review_result .positive{
    background: url('/images/thumb_up.png') no-repeat;
}
.review_result .negative{
    background: url('/images/thumb_down.png') 0 7px no-repeat;
}
.firm_section .add_review{
    padding-left: 24px;
    margin-top: 3px;
    background: url('/images/rev_ico.png') 0 4px no-repeat;
}
.in_other_city .title{
    vertical-align: baseline;
    margin-right: 20px;
}
.in_other_city a{
    display: inline-block;
    margin-right: 20px;
}
.top_info{
    margin-top: 21px;
}
.top_info .your_org{
    display: inline-block;
    float:right;
    padding-left: 35px;
    font-size:18px;
    background: url('/images/big_org_ico.png') no-repeat;
}
.top_info .rating{
    overflow: hidden;
    margin-bottom: 19px;
}
.top_info .rating .stars{
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height:26px;
    background: url('/images/big_stars.png');
    margin-right: 8px;
}
.top_info .rating .stars.zero{
    background-position: -150px 0;
}
.top_info .rating .stars.one{
    background-position: -120px 0;
}
.top_info .rating .stars.two{
    background-position: -90px 0;
}
.top_info .rating .stars.thre{
    background-position: -60px 0;
}
.top_info .rating .stars.four{
    background-position: -30px 0;
}
.top_info .question{
    display: inline-block;
    width: 17px;
    height:17px;
    line-height: 16px;
    border:#e3e3e3 solid 2px;
    border-radius: 3px;
    font-family:'PTSans-Bold';
    font-size:16px;
    text-align: center;
    color:#333;
}
.tabber{
    margin: 8px 0 20px 0;
}
.reviews_block .add_review,
.tabber_head .tab{
    display: inline-block;
    vertical-align: top;
    height:44px;
    line-height: 43px;
    padding: 0 30px;
    margin-right: 4px;
    font-family:'PTSans-Bold';
    font-size:20px;
    text-decoration: none;
    background: #dcdcdc;
    border-radius: 3px 3px 0 0;
}
.selected h3 {
    color: #fff;
}
.reviews_block .add_review span,
.tabber_head .tab h3{
    line-height: 20px;
    display: inline-block;
    border-bottom:#333 dotted 1px;
}
.tabber_head .tab h3:hover{
    border-bottom:transparent dotted 1px;
}
.reviews_block .add_review,
.map_tab .selected,
.tabber_head .tab.selected{
    color:#fff;
    background: #1090a5 !important;
}
.tabber_head .tab.selected span{
    border-bottom:transparent dotted 1px;
}

.tabber_body{
    border:#1090a5 solid 1px;
    border-radius: 0 3px 3px 3px;
}
.tabber_body .tab_content{
    overflow: hidden;
    padding: 20px;
    font-size: 16px;
}
.tabber .mistake{
    float:right;
    margin-top: 5px;
    padding-left: 35px;
    background: url('/images/mistake.png') no-repeat;
}
.tabber .mistake span{
    display: inline-block;
    font-family:'PTSans-Bold';
    font-size:18px;
    border-bottom:#f46e34 dotted 1px;
    color:#f46e34;
}
.tabber .mistake:hover span{
    border-bottom:transparent dotted 1px;
}
.contacts_block .name,
.contacts_block .descript{
    display: inline-block;
    /*vertical-align: top;*/
}

.contact a,
.contact span {
    display: block;
}

.contacts_block .name{
    width: 160px;
    margin-right: 10px;
    /*margin-bottom: 12px;*/
    line-height: 24px;
}
.contacts_block .name.bold{
    font-family: 'PTSans-Bold';
}
.contacts_block .print{
    float:right;
    width: 186px;
    height:40px;
    line-height: 39px;
    background: #108da1;
    box-shadow: 0 2px #045866;
    border-radius: 5px;
    text-align: center;
}
.contacts_block .print span{
    display: inline-block;
    color:#fff;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 35px;
    background: url('/images/print.png') 0 10px no-repeat;
}
.map_tab{
    overflow: hidden;
    margin-bottom: 20px;
}
.big_map.blue{
    height: 350px;
    border:#1090a5 solid 1px;
    border-radius: 0 3px 3px 3px;
}
.map_tab .tab{
    display: inline-block;
    vertical-align: top;
    height:44px;
    line-height: 43px;
    padding: 0 30px;
    margin-right: 8px;
    font-family:'PTSans-Bold';
    font-size:18px;
    color:#1090a5;
    text-decoration: none;
    border-radius: 3px 3px 0 0;
}
.map_tab .tab span{
    line-height: 20px;
    display: inline-block;
    border-bottom:#1090a5 dotted 1px;
}
.map_tab .tab span:hover{
    border-bottom:transparent dotted 1px;
}

.map_tab .tab.selected span{
    color:#fff;
    border-bottom:transparent dotted 1px;
}
.map_tab .show_street{
    background: url('/images/map_ico.png') 10px 14px no-repeat;
}
.map_tab .zoom{
    background: url('/images/loupe_ico.png') 10px 14px no-repeat;
}
.current-status .title{
    font-family: 'PTSans-Bold';
    font-size: 18px;
    margin-bottom: 10px;
}
.current-status p{
    margin-bottom: 0;
}
.other{
    float: right;
    width: 240px;
    margin-left: 60px;
    margin-top: 0px;
}
.other li{
    margin-bottom: 0;
}
.similar{
    float: right;
    width: 312px;
		margin-left: 25px;
		padding-bottom: 20px;
}
.similar ul{
    padding-left: 19px;
}
.similar li{
    position: relative;
    margin-bottom: 12px;
    padding-left: 13px;
}
.similar li:before,
.in_other_city li:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    top: 8px;
    left: 0px;
    margin: 0px;
    background: none repeat scroll 0% 0% #333;
    border-radius: 3px;
}
.similar ul a{
    font-size:18px;
}
.reviews_block{
    overflow: hidden;
}
.reviews_block .review{
    padding: 9px 16px 10px;
    margin-bottom: 21px;
}
.reviews_block .review{
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    box-shadow: 0 2px #a6a6a6;
    border-radius: 5px;
}
.reviews_block .review.positive{
    background: #edfaec;
}
.reviews_block .review.negative{
    background: #f4eaea;

}
.reviews_block .review .title{
    word-wrap: break-word;
    font-family:'PTSans-Regular';
    color:#1098ae;
    margin-bottom:8px;
    font-size:18px;
    padding-left: 24px;
    background: url('/images/rev_ico.png') 0px 7px no-repeat;
}
.reviews_block .review .info{
    float:left;
    width: 145px;
    margin-right: 15px;
}
.reviews_block .review .content{
    overflow: hidden;
    font-size:16px;
}
.reviews_block .add_review{

}

.attributes__container {
    display: flex;
    margin: 10px -10px 10px -10px;
}

.attributes__item {
    flex: 1;
    margin: 0 10px;
}

.attributes__container h3 {
    font-size: 20px;
    margin: 0px;
}

.attribute__subtitle {
    font-weight: bold;
}

@media screen and (max-width: 500px) {
    .attributes__container {
        flex-direction: column;
        margin: 20px 0;
    }
    .attributes__item {
        width: 100%;
        margin: 10px 0;
    }
}

.reviews_block form{
    background: #1099af;
    padding: 25px 25px 20px;
    border-radius: 0 5px 5px 5px;
}
form input, form textarea{
    position: relative;
    border:#dadada solid 1px;
    border-radius: 5px;
    background: #fff;
    padding: 0 10px;
    behavior: url('/css/PIE/PIE.htc');
}
form .form-item{
    margin-bottom: 7px;
}
#cboxLoadedContent {
     padding: 15px;
}
.reviews_block form label{
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    color:#fff;
}
.reviews_block form input{
    display: inline-block;
    width: 60%;
    height:41px;

}
.reviews_block form textarea{
    display: inline-block;
    width: 60%;
    height:123px;
    padding: 7px;
}
.reviews_block .form-radios{
    display: inline-block;
}
.reviews_block .form-radios input{
    display: none;
}
.reviews_block .form-radios .form-item{
    position: relative;
    display: inline-block;
    padding: 11px 10px 12px;
    border-radius: 5px;
    behavior: url('/css/PIE/PIE.htc');
}
.reviews_block form .form-radios .form-item label{
    width: auto;
    color:#fff;
    border-bottom: #fff dotted 1px;
    cursor: pointer;
}
.reviews_block .form-radios .form-item:hover,
.reviews_block .form-radios .form-item.selected{
    background: #0a7a8c;
}
.reviews_block .form-radios .form-item.selected label,
.reviews_block .form-radios .form-item:hover label{
    color:#fff;
}
.reviews_block .form-radios .option{
    position: relative;
    margin-left: 25px;
}

.reviews_block .form-radios .option:before{
    content:'';
    display: block;
    position: absolute;
    width: 19px;
    height:22px;
    left:0;
    margin-left: -25px;
}
.reviews_block .form-radios .option[for="review_positive"]:before{
    background: url('/images/up_white.png') no-repeat;
}
.reviews_block .form-radios .option[for="review_negative"]:before{
    background: url('/images/down_white.png') no-repeat;
}
.reviews_block .form-submit{
    width: 188px;
    height:44px;
    margin-left: 130px;
    margin-top: 20px;
}
.reviews_block .add_review{
    background: #1099af;
    font-size:18px;
}
.reviews_block .add_review span{
    border-bottom:#fff dotted 1px;
}
.obl_list{
    position: relative;
    width: 103.5%;
    margin-bottom: 30px;
}
.obl_section{
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin-right: 1.5%;
    margin-bottom: 17px;
    padding:  14px 19px;
    box-sizing: border-box;
    background: #f3f3f3;
    border-radius:3px;
    transition: background 0.5s;
}
.obl_section .letter{
    float:left;
    width: 45px;
    text-transform: uppercase;
    color:#ff9933;
    font-size:24px;
    font-family: 'PTSans-Bold';
}
.obl_section .content{
    overflow: hidden;
    padding: 5px 0 25px;
}
.obl_section .content a{
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}
.obl_section:hover{
    background: #1099af;
}
.obl_section:hover .letter,
.obl_section:hover a{
    color:#fff;
}
.obl_section a:hover{
    color:#fff;
    text-decoration: underline;
}


/*SIDEBAR*/
.banner.vertical{
    width: 300px;
    height: 1050px;
    margin-bottom: 20px;
}
.banner.w240h400{
    float:left;
    width: 240px;
    height:400px;
    margin-right: 24px;
}

.side_right {
    float: right;
    width: 300px;
    margin-top: 8px;
    margin-left: 36px;
 }
.side_right nav{
    margin-bottom: 35px;
}
.other .title,
.in_other_city .title,
.side_right nav .title{
    font-family:'PTSans-Bold';
    font-size:18px;
    margin-bottom: 12px;
    color:#333;
}
.side_right nav ul{
    display: block;
}
.other li,
.side_right nav li{
    position: relative;
    display: block;
    padding-left: 13px;
    margin-bottom: 3px;
}
.other li:before,
.side_right nav li:before{
    content:'';
    display: block;
    position: absolute;
    width: 3px;
    height:3px;
    top:8px;
    left:0;
    margin:0;
    background: #333;
    border-radius: 3px;
}

/*--TAB--*/
.tabber_body .tab_content{
    display: none;
}
.tabber_body .tab_content:first-child{
    display: block;
}
/*--FOOTER--*/
.hfooter {
    height: 172px;
}
footer {
    margin-top: -172px;
    height: 172px;
    color: #fff;
    background: #0a7a8c;
}
footer .wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
footer>.wrapper {
    padding: 0 10px;
    box-sizing: border-box;
}
.footer_top{
    min-height:120px;
    background: #1099af;
    padding: 30px 10px 0;
    box-sizing: border-box;
}

.footer_top .wrapper>div{
    display: inline-block;
    vertical-align: top;
}
footer .age{
    position: relative;
    width: 83px;
    height:63px;
    line-height: 62px;
    text-align:center;
    font-family:'PTSans-Bold';
    font-size:30px;
    color:#fff;
    background: #0a7a8c;
    border-radius: 5px;
    margin-right: 40px;
    behavior: url('/css/PIE/PIE.htc');
}

footer .help_link a,
footer .select-region a {
    color:#fff;
    text-decoration: none;
    display: block;
    line-height: 22px;
}
footer .help_link a:hover,
footer .select-region a:hover {
    color:#fff;
    text-decoration: underline;
}
footer .metrika {
    float: right;
    width: 31px;
    height:31px;
    background: url('/images/metrika.png');
    margin-top: 11px;
    margin-left: 22px;
}
footer .copyright{
    padding-top: 13px;
}
footer .copyright p{
    margin-bottom: 0;
}
footer .button,
footer .soc_web{
    float: right;
    padding-top: 11px;
}
footer .button{
    height: 48px;
    padding: 0 32px;
    text-shadow: 0 1px 1px #b67739;
    margin-left: 17px;
    margin-top: 6px;
}
footer .soc_web a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    width: 46px;
    height:46px;
    line-height: 55px;
    text-align: center;
    border-radius: 5px;
    behavior: url('/css/PIE/PIE.htc');
}
footer .soc_web a:hover{
    background: #0a7a8c;
}

/*POPUP*/
#overlay{
    display: none;
    position: fixed;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 );
    z-index: 2;
}
.popUp{
    display: none;
    position: absolute;
    top:50%;
    left:50%;
    width: 410px;
    margin: -180px 0 0 -205px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    z-index: 3;
    behavior: url('/css/PIE/PIE.htc');

}
.popUp_header{
    background: #fdb063;
    font-family: 'PTSans-Bold';
    text-align: center;
    padding: 10px;
    color:#fff;
    border-radius: 5px 5px 0 0;
}
.popUp_header .comment{
    font-size: 18px;
    margin-bottom: 5px;
}
.popUp .title{
    font-size:24px;
}
.popUp form{
    padding:17px 45px ;
}
.popUp input{
    width: 100%;
    height:40px;
    border:#e4e4e4 solid 1px;
    border-radius: 3px;
    box-sizing: border-box;
}

.popUp textarea{
    width: 100%;
    height:160px;
    box-sizing: border-box;
}
.popUp .button{
    width: 220px;
    margin: 10px auto 0;
    border:0;
}
.popUp .close{
    position: absolute;
    bottom:100%;
    left:100%;
    width: 12px;
    height:12px;
    margin-bottom: 5px;
    background: url('/images/close.png');
    cursor: pointer;
}
.popUp .close:hover{
    background-position: 0 -12px;
}

footer .wrapper .bayan {
    width: 50px;
    height: 50px;
    display: none;
    background: url('/images/bayan.png');
}

.frontpage h2 {
    font-family: 'PTSans-Bold';
    font-size: 24px;
    color: #1099AF;
    margin: 20px 0 17px 0;
}
.frontpage header .search form .form-item{
    display: block;
    overflow: hidden;
    width: auto;
    padding: 0;
}
.frontpage header .search .form-submit{
    float:right;
    width: 135px;
    height: 50px;
    margin-left: 15px;
}
.frontpage header .search input {
    width: 100%;
}

.frontpage .result {
    text-align: left;
    border: 1px #ccc solid;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-color: #fff;
    max-height: 230px;
    overflow: hidden;
    overflow-y: scroll;
}
.active-link a {
    color: #fea347;
}
.frontpage li {
    list-style-type: circle;
    margin: 0 0 5px 20px;
}

.mumper {
    width: 100%;
    background: #0f8ea2;
    position: fixed;
    z-index: 99999;
    top:-60px;
    bottom: auto;
}
.mumper__wrapper {
    width: 970px;
    margin: auto;
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px 0;
}
.mumper__wrapper div {
    display: inline-block;
    vertical-align: middle;
}
.mumper .wpalm {
    padding: 8px 30px 8px 40px;
    background: url("/images/abhs/ab_palm.png") no-repeat;
}
.how,
.hs-popup__add,
.hs-inner__add {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    background: #ff9934;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    -o-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
}

.how:hover, .how:visited:hover,
.hs-popup__add:hover,
.hs-inner__add:hover {
    background: #ff840b;
    color: #fff;
    text-decoration: none;
}

.ab_inner {
    overflow: hidden;
    margin: 20px 0;
}
.ab_inner .how {
    display: inline-block;
}

.inner-mumper-wrapper {
    margin-bottom: 20px;
}
.inner-mumper-wrapper p {
    font-size: 18px;
    font-weight: bold;
}

.ab_inner .mumper__palm {
    display: inline-block;
    width: 135px;
    height: 72px;
    background: url('/images/abhs/ab_inner_palm.png');
    vertical-align: top;
    float: left;
}
.firm-inner {
    text-align: center;
}
.firm-inner .mumper__palm {
    float: none;
}
.firm-inner .inner-mumper-wrapper {
    margin: 0 0 20px 0;
}
.hs-popup {
    width: 100%;
    background: #454545;
    position: fixed;
    z-index: 99999;
    bottom:-60px;
}
.hs-popup__wrapper {
    width: 1000px;
    margin: auto;
    color: #fff;
    display: block;
    padding: 10px 0;
}

.hs-popup__wrapper div {
    display: inline-block;
    vertical-align: middle;
}

.hs-popup__logo {
    width: 235px;
    height: 55px;
    margin: 5px 0;
    background: url("/images/abhs/logo_gray.png");
    background-repeat: no-repeat;
}
.hs-inner__buttons {
    text-align: left;
}

.hs-popup__add {
    margin-left: 20px;
}
.hs-popup__buttons {
    float: right;
    padding: 5px 0;
}
.hs-popup .hs-popup__added {
    text-decoration: underline;
    cursor: pointer;
    display: none;
}
.hs-popup__added:hover {
    text-decoration: none;
}

.hs-popup__close,
.mumper__close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    background: url("/images/abhs/hs_close.png");
    background-repeat: no-repeat;
}
.hs-popup__close:hover,
.mumper__close:hover {
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
    transition: all 1s;
}
.hs-inner {
    width: 600px;
    background: #0f8ea2;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 10px 0;
}

.hs-inner__logo {
    width: 319px;
    height: 57px;
    background: url("/images/abhs/logo_gray.png");
    background-repeat: no-repeat;
}

.hs-inner__image {
    width: 100px;
    height: 100px;
    background: url("/images/abhs/hs_full.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 5px;
}

.hs-inner .hs-inner__added {
    text-decoration: underline;
    cursor: pointer;
    display: none;
    color: #fff;
    margin: 10px 40px 10px 10px;
}
.hs-inner__added:hover {
    text-decoration: none;
}
.hs-inner__stars {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 140px;
    height: 28px;
    background: url('/images/abhs/star.png');
}
.firm_header .hs-inner {
    margin: 10px 0;
}

.worktime-body {
    margin-bottom: 50px;
}
.worktime-body .day-wrapper {
    display: inline-block;
    margin-right: 10px;
}
.worktime-body .day {
    min-width: 25px;
    padding: 10px;
    border: 1px solid #333;
    cursor: pointer;
    background: #e2e2e2;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    border-radius: 3px 3px 0 0;
}
.worktime-body .day.active {
    background: #1090A5;
    color: #fff;
}
.worktime-body .time {
    display: none;
    position: absolute;
    margin: 10px 0 0 -25px;
}
.worktime-body .time > div {
    font-size: 15px;
    color: #ef512e;
}
.worktime-body .time.first {
    margin: 10px 0 0 0;
}
.worktime-body .time.active {
    display: block;
}

.hidden_content {
    display: none;
}

.firm__map {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.panel__map-activate {
    width: 210px;
    height: 104px;
    border-radius: 2px;
    background: rgba(16, 144, 165, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -52px 0 0 -105px;
    z-index: 10;
    border: none;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.map_nav {
    height: 40px;
    position: relative;
    margin-bottom: 3px;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
    display: inline-table;
    width: 300px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-right: 20px;
    margin-top: 10px;
    margin-left: 3px;
}

.map_nav .title {
    width: 100%;
    height: 40px;
    line-height: 3;
    padding: 2px 20px 5px 6px;
    box-sizing: border-box;
    color: #767676;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    background: url('../images/select.png') 95% 0 no-repeat;
    background-size: 25px;
}
.map_nav .title:hover {
    background: #dcdcdc;
}
.map_nav .hidden_content {
    position: absolute;
    width: 100%;
    top: 100%;
    left: -1px;
    background: #fff;
    border: #dddddd solid 1px;
    z-index: 2;

}

.map_nav .hidden_content a {
    display: block;
    text-decoration: none;
    padding: 3px 6px;
    color: #767676;
}

.map_nav .hidden_content a:hover {
    text-decoration: underline;
}

.map_nav:hover {
    background: #fff;
}

.map_nav .hidden_content {
    max-height: 250px;
    overflow: auto;
}
.selected .remove {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(253,176,99,1) 0%, rgba(255,153,51,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,176,99,1)), color-stop(100%,rgba(255,153,51,1)));
    background: -webkit-linear-gradient(top, rgba(253,176,99,1) 0%,rgba(255,153,51,1) 100%);
    background: -o-linear-gradient(top, rgba(253,176,99,1) 0%,rgba(255,153,51,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,176,99,1) 0%,rgba(255,153,51,1) 100%);
    background: linear-gradient(to bottom, rgba(253,176,99,1) 0%,rgba(255,153,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb063', endColorstr='#ff9933',GradientType=0 );
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    border: #ffb76f solid 1px;
}
.selected .remove:hover {
    background: -moz-linear-gradient(top, rgba(252,189,126,1) 0%, rgba(255,166,76,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,189,126,1)), color-stop(100%,rgba(255,166,76,1)));
    background: -webkit-linear-gradient(top, rgba(252,189,126,1) 0%,rgba(255,166,76,1) 100%);
    background: -o-linear-gradient(top, rgba(252,189,126,1) 0%,rgba(255,166,76,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,189,126,1) 0%,rgba(255,166,76,1) 100%);
    background: linear-gradient(to bottom, rgba(252,189,126,1) 0%,rgba(255,166,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbd7e', endColorstr='#ffa64c',GradientType=0 );
}
.system_message {
    margin: 10px 0;
    padding: 10px;
    background: #FEA348;
    font-size: 17px;
    border-radius: 4px;
    color: #fff;
}
#worktime-report input {
    width: 50px;
    margin: 3px;
}
@media screen and (max-width: 960px){
    header .for_user, header .info {
        display: inline-block;
        vertical-align: top;
    }
    header .for_user{
        display: block;
        padding-top: 0;
        text-align: left;
    }
    header .for_user .login,
    header .for_user .registration{
        display: inline-block;
    }
}
@media screen and (max-width: 835px){
    main > .wrapper {
        padding: 0 10px;
    }
    header .weather{
        display: none;
    }
    .header_bottom .add_org span:before{
        display: none;
    }
    .header_bottom .add_org{
        width: 203px;
        padding: 0;
    }

    h1{
        font-size: 26px;
    }

    .last_info, .last_review, .last_org_list{
        width: 100%;
        margin-right: 0;
    }
    .rubrics_section,
    .towns_section {
        width: 47%;
    }

    .footer_top{
        padding-bottom: 5px;
    }
    .firm_section .map{
        float:none;
        display: inline-block;
        margin-right: 0;
    }
    .firm_section .add_review{
        margin-top: 10px;
    }
    aside.side_right{
        margin-left: 16px;
    }
     .tabber_head .tab{
        font-size:16px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 745px){
    main > .wrapper {
        padding: 0 10px;
    }
    .footer_top{
        padding-bottom: 5px;
    }
    footer .button, footer .soc_web{
        float:none;
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    footer{
        height: auto;
        padding-bottom: 10px;
    }
    .similar{
        float:none;
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 555px){
    header .location{
        padding: 0;
        margin-bottom: 10px;
    }
    main > .wrapper {
        padding: 0 10px;
    }
    .left-col {
        width: 100%;
    }
    .right-col {
        width: 100%;
    }
    .header_bottom .add_org{
        float:none;
        width: 100%;
        height: 38px;
        line-height: 37px;
        font-size: 14px;
        border-radius: 5px 5px 0 0;
    }

    .header_top {
        padding-bottom: 50px;
        text-align: center;
    }
    .header_bottom {
        margin-top: -67px;
    }
    h1{
        font-size: 22px;
    }
     h2{
        font-size: 18px;
    }

    .common_tab .workselect {
        height: auto;
    }

    .similar ul {
        padding-left: 0;
    }

    .rubrics_list,
    .rubrics_section,
    .towns_section {
        width: 100%;
    }
    .firm_section .map{
        display:none;
    }
    aside.side_right{
        float:none;
        margin-left: 0;
    }
    .last_rev_wrap{
        display: none;
    }
    .banner.vertical{
        margin-top: 10px;
    }
    .top_info .your_org, .tabber .mistake{
        float:none;
        width: 180px;
        margin: 20px auto;
        display: block;
    }
    .contacts_block .print{
        display: none;
    }
    .top_info .rating {
        text-align: center;
    }
    .tabber_head .tab{
        font-size:14px;
        padding: 0 5px;
    }
    .other,.reviews_block .review .info,
    .banner.w240h400{
        float:none;
        margin-right: 0;
        margin-left: 0;
    }
    .popUp{
        position: fixed;
        width: 100%;
        margin: 0;
        top:10px;
        left:0;

    }
    .popUp form{
        padding: 10px;
    }
    .popUp .close{
        top:3px;
        bottom:auto;
        left:auto;
        right:3px;
       margin: 0;
    }
    .popUp .title{
       font-size: 16px;
    }
    .obl_list,
    .obl_section{
        width: 100%;
    }
    .bottom_content p,
    .bottom_content h2,
    footer .footer_top .soc_web,
    footer .footer_top .age,
    footer .footer_top .help_link,
    footer .footer_top .select-region {
        display: none;
    }
    footer .button,
    footer .wrapper .bayan {
        display: inline-block;
        vertical-align: middle;
    }
    footer .wrapper .bayan {
        float: right;
        margin: 5px;
    }
    footer .select-region {
        padding: 0;
    }
    .g_4 {
        text-align: center;
    }

    .mumper {
        top: auto;
        bottom: -110px;
    }
    .mumper__wrapper {
        width: auto;
        padding: 10px;
    }
    .mumper .wpalm {
        padding: 7px 0px 7px 40px;
    }

    .hs-popup-mobile {
        width: 100%;
        background: #fff;
        position: fixed;
        z-index: 99999;
        bottom:-100px;
        padding: 10px;
        box-sizing: border-box;
        box-shadow: 1px -3px 10px #8c8c8c;
    }

    .hs-popup-mobile.hs-top {
        bottom: auto;
        top: -100px;
    }

    .hs-popup__wrapper-mobile {
        position: relative;
        overflow: hidden;
    }
    .hs-popup__logo-mobile {
        width: 64px;
        height: 64px;
        float: left;
        background: url("/images/abhs/hs_logo_mobile.png");
        margin-right: 20px;
    }
    .hs-popup__sitename {
        padding: 10px 0 0 0;
        color: #000;
    }
    .hs-popup__buttons-mobile {
        margin: 10px 0;
        width: 100%;
        overflow: hidden;
    }
    .hs-popup-mobile .hs-popup__added-mobile {
        padding: 5px;
        color: #fff;
        background: #2f93f9;
        text-transform: uppercase;
        float: left;
        font-size: 13px;
        display: none;
    }

    .hs-popup__add-mobile {
        padding: 5px;
        color: #fff;
        background: #2f93f9;
        text-transform: uppercase;
        float: right;
        font-size: 13px;
    }
    .hs-top .hs-popup__add-mobile {
        padding: 0;
        color: #0f8ea2;
        text-transform: none;
        background: none;
        border-bottom: 1px dashed;
    }

    .hs-top .hs-popup__added-mobile {
        padding: 0;
        color: #333;
        background: none;
        text-transform: none;
        float: left;
        font-size: 13px;
        display: none;
    }

    .hs-popup__close-mobile,
    .mumper__close-mobile {
        position: absolute;
        right: 0;
        top: 10px;
        width: 12px;
        height: 12px;
        background: url("/images/abhs/hs_close_mobile.png");
        background-repeat: no-repeat;
    }
    .mumper__close-mobile {
        right: 10px;
    }

    .worktime-body .day-wrapper {
        margin-bottom: 40px;
    }
    .worktime-body {
        margin-bottom: 0;
    }
    .worktime-body .time {
        margin: 10px 0 0 0;
    }
    .g_240 {
        text-align: center;
    }

    .left-col__row .name {
        width: 100%;
        margin: 0;
        display: block;
    }

    .left-col__row .name h4 {
        font-size: 18px
    }

    .left-col__row .descript {
        width: 100%;
        display: block;
        margin: 5px 0 0 0;
        font-size: 18px;
    }

    .breadcrumbs {
        margin: 15px 0;
        font-size: 16px;
    }
    .side_right {
        width: 100%;
    }
}

.gsc-control-cse {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 10px;
    background: none !important;
}
header tbody {
    border: 0px;
}

.mb-20 {
    margin-bottom: 20px;
}

.reviews_success {
    font-size: 18px;
    color: green;
}
.live-text {
    line-height: 20px;
}

.yandex_ad {
    margin: 8px 0;
}
.yandex_ad:empty {
    margin: 0 !important;
}

.top-alert {
    padding: 15px;
    background: #1090a5;
    color: #fff;
    font-size: 20px;
    position: relative;
    max-width: 1000px;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 3px;
}

.map-toggle {
    text-align: center;
    padding: 10px 10px 10px 35px;
    margin: 20px 0;
    color: #fff;
    background-color: #0f91a6;
    cursor: pointer;
    background-image: url("/images/worldwide_white.png");
    background-repeat: no-repeat;
    background-position: 7px center;
    display: inline-block;
    border-radius: 5px;
    font-size: 17px;
}
.map-toggle:hover {
    opacity: 0.7;
}

.list-toggle {
    color: #fff;
    background-color: #0f91a6;
    padding: 5px 10px 5px 35px;
    position: fixed;
    z-index: 101;
    top: 10px;
    left: 10px;
    cursor: pointer;
    background-image: url("/images/back_arrow_white.png");
    background-repeat: no-repeat;
    background-position: 7px center;
    display: none;
    border-radius: 5px;
}

.list-toggle:hover {
    opacity: 0.7;
}

.list-toggle.map-active {
    display: block;
}

.fullsize-map.map-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
}

@media screen and (max-width: 555px){
    .map-toggle {
        position: fixed;
        bottom: 120px;
        left: 20px;
        z-index: 100;
    }

    .list-toggle {
        top: 10px;
        left: 10px;
    }
}

@media screen and (max-width: 640px){
    .bottom_content {
        float: none;
        padding: 10px 0;
        text-align: center;
    } 

    .bottom_content .g_980 {
        margin: 0 auto;
        width: 100%;
    }
}

.ya_6 {
    margin-top: 15px;
}

@media screen and (min-width: 800px){
    .common_tab {
        margin: 20px 0 !important;
    }
    .big_map {
        margin: 0;
    }
    #yandex_rtb_R-A-158946-23 {
        margin: 0;
    }    
    .day-wrapper-adv {
        width: 500px;
    }
    .day-wrapper-adv .yandex_ad {
        margin: 0;
    }
    .worktime-body .day-wrapper {
        vertical-align: top;
    }
    .worktime-body {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 800px){
    
    .worktime-body .day-wrapper:last-child {
        margin-bottom: 0;
    }
}

div.zzz {
    text-align: center;
    color: red;
    font-size: 18px;
}

.hgroup {
	padding-bottom: 20px;
}

.descr {
    white-space: pre-wrap;
}

.workselect {
    height: 120px;
}