.btn, .btn:visited, header, main {
    text-align: center
}

.account-login span:before, .header-city:before, .ico-cont:before, .select .title:after {
    content: ''
}

.account-login, .btn-hide-left, .btn-show-left, .header-create, .left-sidebar .sidebar-title, .popup-form .btn.submit, .popup-form .title, h1, h2.upper {
    text-transform: uppercase
}

@font-face {
    font-family: HelveticaNeue-Regular;
    src: url(../fonts/HelveticaNeue.eot) format('eot');
    src: url(../fonts/HelveticaNeue.woff) format('woff'), url(../fonts/HelveticaNeue.eot) format('eot'), url(../fonts/HelveticaNeue.svg) format('svg'), url(../fonts/HelveticaNeue.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue-Medium;
    src: url(../fonts/HelveticaNeue-Medium.eot) format('eot');
    src: url(../fonts/HelveticaNeue-Medium.eot) format('eot'), url(../fonts/HelveticaNeue-Medium.woff) format('woff'), url(../fonts/HelveticaNeue-Medium.svg) format('svg'), url(../fonts/HelveticaNeue-Medium.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue-Light;
    src: url(../fonts/HelveticaNeue-Light.eot) format('eot');
    src: url(../fonts/HelveticaNeue-Light.eot) format('eot'), url(../fonts/HelveticaNeue-Light.woff) format('woff'), url(../fonts/HelveticaNeue-Light.svg) format('svg'), url(../fonts/HelveticaNeue-Light.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue-Bold;
    src: url(../fonts/HelveticaNeue-Bold.eot) format('eot');
    src: url(../fonts/HelveticaNeue-Bold.eot) format('eot'), url(../fonts/HelveticaNeue-Bold.woff) format('woff'), url(../fonts/HelveticaNeue-Bold.svg) format('svg'), url(../fonts/HelveticaNeue-Bold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue-CondensedBold;
    src: url(../fonts/HelveticaNeue-CondensedBold.eot) format('eot');
    src: url(../fonts/HelveticaNeue-CondensedBold.eot) format('eot'), url(../fonts/HelveticaNeue-CondensedBold.woff) format('woff'), url(../fonts/HelveticaNeue-CondensedBold.svg) format('svg'), url(../fonts/HelveticaNeue-CondensedBold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

body, html {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 100%;
    font-family: HelveticaNeue-Regular;
    font-size: 13px;
    color: #393939;
    background: #fafafa;
    line-height: 18px
}

.like_link, a, a:visited {
    color: #39b3e7;
    text-decoration: underline
}

a:focus {
    outline: 0
}

a:hover {
    color: #393939
}

p {
    margin-bottom: 10px
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #393939;
    text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: text-indent .3s ease;
    -moz-transition: text-indent .3s ease;
    -o-transition: text-indent .3s ease;
    transition: text-indent .3s ease
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #393939;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: text-indent .3s ease;
    -moz-transition: text-indent .3s ease;
    -o-transition: text-indent .3s ease;
    text-indent: 500px;
    transition: text-indent .3s ease
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    text-indent: 500px;
    transition: text-indent .3s ease
}

h1 {
    font-family: HelveticaNeue-Bold;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 6px;
    margin-top: 0
}

h2, h3 {
    font-family: HelveticaNeue-Medium;
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
    font-weight: 400
}

h2 {
    margin-bottom: 16px
}

.btn, .btn-hide-left, .btn-show-left, .btn:visited {
    font-size: 14px;
    font-family: HelveticaNeue-CondensedBold
}

.btn, .btn:visited {
    height: 32px;
    line-height: 31px;
    color: #fff;
    border-radius: 15px/50%;
    padding: 0 10px;
    text-decoration: none;
    background: -moz-linear-gradient(top, #3cb6eb 0, #1a8aba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3cb6eb), color-stop(100%, #1a8aba));
    background: -webkit-linear-gradient(top, #3cb6eb 0, #1a8aba 100%);
    background: -o-linear-gradient(top, #3cb6eb 0, #1a8aba 100%);
    background: -ms-linear-gradient(top, #3cb6eb 0, #1a8aba 100%);
    background: linear-gradient(to bottom, #3cb6eb 0, #1a8aba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb6eb', endColorstr='#1a8aba', GradientType=0)
}

.btn:hover {
    color: #fff;
    background: -moz-linear-gradient(top, rgba(57, 170, 219, 1) 0, rgba(23, 127, 168, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(57, 170, 219, 1)), color-stop(100%, rgba(23, 127, 168, 1)));
    background: -webkit-linear-gradient(top, rgba(57, 170, 219, 1) 0, rgba(23, 127, 168, 1) 100%);
    background: -o-linear-gradient(top, rgba(57, 170, 219, 1) 0, rgba(23, 127, 168, 1) 100%);
    background: -ms-linear-gradient(top, rgba(57, 170, 219, 1) 0, rgba(23, 127, 168, 1) 100%);
    background: linear-gradient(to bottom, rgba(57, 170, 219, 1) 0, rgba(23, 127, 168, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39aadb', endColorstr='#177fa8', GradientType=0)
}

.btn.submit, .new-org-form .btn {
    height: 32px;
    line-height: 31px;
    border-radius: 3px
}

.feedback-stars-view {
    width: 111px;
    height: 18px;
    background: url(../images/rat_ico.png) -115px 0
}

.feedback-stars-view.stars-one {
    background-position: -92px 0
}

.feedback-stars-view.stars-two {
    background-position: -69px 0
}

.feedback-stars-view.stars-three {
    background-position: -46px 0
}

.feedback-stars-view.stars-four {
    background-position: -23px 0
}

.feedback-stars-view.stars-five {
    background-position: 0 0
}

.feedback-stars-view.big {
    width: 159px;
    height: 26px;
    background: url(../images/rat_ico_big.png) -165px 0
}

.feedback-stars-view.big.stars-one {
    background-position: -132px 0
}

.feedback-stars-view.big.stars-two {
    background-position: -99px 0
}

.feedback-stars-view.big.stars-three {
    background-position: -66px 0
}

.feedback-stars-view.big.stars-four {
    background-position: -32px 0
}

.feedback-stars-view.big.stars-five {
    background-position: 0 0
}

.feedback-stars-view.min {
    width: 77px;
    height: 13px;
    background: url(../images/rat_ico_min.png) -80px 0
}

.feedback-stars-view.min.stars-one {
    background-position: -64px 0
}

.feedback-stars-view.min.stars-two {
    background-position: -48px 0
}

.feedback-stars-view.min.stars-three {
    background-position: -32px 0
}

.feedback-stars-view.min.stars-four {
    background-position: -16px 0
}

.feedback-stars-view.min.stars-five {
    background-position: 0 0
}

.feedback-stars-view .stars-view {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    cursor: pointer
}

.header-city, body > .wrapp {
    position: relative;
    box-sizing: border-box
}

.feedback-stars-view .stars-view:hover, .rating-star.stars-view.active {
    background: url(../images/rat_ico.png)
}

.stars-view.fifth {
    width: 111px
}

.stars-view.fourth {
    width: 92px
}

.stars-view.third {
    width: 69px
}

.stars-view.second {
    width: 46px
}

.stars-view.first {
    width: 23px
}

body > .wrapp {
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    padding: 0 10px
}

header {
    border-bottom: #d9d9d8 solid 1px;
    margin-bottom: 5px
}

footer .wrapp, header .wrapp, main .wrapp {
    display: inline-block;
    width: 100%;
    max-width: 1250px;
    text-align: left
}

header .wrapp {
    padding: 12px 0
}

header .logo {
    float: left;
    margin-right: 5%
}

.btn-show {
    display: none;
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 4px;
    margin-left: 1%;
    background: url(../images/more.png);
    cursor: pointer
}

.add-bar {
    display: none;
    width: 100%;
    margin-top: 10px
}

.add-bar.show {
    display: inline-block
}

.btn-hide-left, .btn-show-left {
    display: none;
    height: 32px;
    line-height: 31px;
    background: #f2f2f2;
    padding: 0 11px;
    margin-bottom: 2px;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer
}

.btn-hide-left span, .btn-show-left span {
    display: inline-block;
    padding-right: 20px;
    background: url(../images/arrow_down.png) right center no-repeat
}

.btn-hide-left span {
    background: url(../images/arrow_up.png) right center no-repeat
}

.header-city {
    float: left;
    width: 200px;
    margin-top: 1px;
    line-height: 16px;
    color: #464646;
    padding-left: 31px;
    margin-right: 1.5%
}

.header-city:before {
    position: absolute;
    width: 17px;
    height: 20px;
    left: 0;
    margin-right: 16px;
    background: url(../images/ico.png) -135px 0
}

.header-city .town {
    font-size: 18px;
    font-family: HelveticaNeue-Bold
}

.header-city .obl {
    font-size: 13px
}

.account-login, .header-create {
    float: right;
    margin-top: 3px;
    margin-left: 2%;
    text-decoration: none
}

.header-create span {
    padding: 0 12px 0 26px;
    background: url(../images/plus.png) no-repeat
}

.account-login, .account-login:focus {
    position: relative;
    height: 30px;
    border: 1px solid #39b3e7;
    border-radius: 15px/50%;
    color: #39b3e7;
    padding: 0 15px 0 11px;
    cursor: pointer
}

.account-login > span {
    line-height: 30px;
    font-size: 14px;
    font-family: HelveticaNeue-CondensedBold
}

.account-login span:before {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 18px;
    margin-top: -4px;
    margin-right: 7px;
    background: url(../images/ico.png) -192px 0 no-repeat
}

.account-login:hover {
    border: 1px solid #B5B5B5;
    color: #B5B5B5
}

.account-login:hover span:before {
    background-position: -192px -20px
}

.header-search {
    position: relative;
    overflow: hidden;
    height: 30px;
    margin-top: 3px;
    border: 1px solid #c2c2c2;
    border-radius: 15px/50%
}

.search-input {
    border: 0;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 31px;
    padding: 0 30px 0 12px;
    box-sizing: border-box
}

.col-2, .col-4 {
    display: inline-block;
    vertical-align: top
}

.search-button {
    position: absolute;
    width: 30px;
    height: 31px;
    top: 0;
    right: 0;
    background: url(../images/loupe.png)
}

.right-sidebar {
    float: right;
    width: 250px;
    margin-left: 7px
}

.new-org-page .left-sidebar, .new-org-page .right-sidebar {
    min-height: 10px
}

.right-sidebar .sidebar-list-title {
    font-family: HelveticaNeue-Medium;
    font-size: 18px;
    line-height: 22px;
    margin: 1px 0 8px 4px
}

.right-sidebar .services-list, .right-sidebar .station-list {
    margin-bottom: 20px
}

.feedback-list .feedback-item, .service-link, .services-list .service-item, .station-list {
    border: 1px solid #d9d9d8;
    border-radius: 5px;
    padding: 0 11px;
    margin-bottom: 8px
}

.main-list .service-item:hover {
    background: #f2f2f2
}

h1[itemprop=name] {
    text-align: center
}

h1[itemprop=name] + p {
    font-size: 14pt;
    text-align: center
}

.right-sidebar .services-list .service-item > div, .right-sidebar .station-list .station-item, .service-link .sidebar-list-item {
    padding: 9px 4px;
    border-top: #868686 dotted 1px;
    overflow: hidden
}

.right-sidebar .services-list .service-item > div:first-child, .right-sidebar .station-list .station-item:first-child, .service-link .sidebar-list-item:first-child {
    border-top: 0
}

.feedback-list .feedback-title, .services-list .service-title, .station-list .station-title {
    font-size: 14px;
    font-family: HelveticaNeue-Bold;
    color: #32a9dd
}

.feedback-list .feedback-title a, .services-list .service-title a, .station-list .station-title a {
    text-decoration: none
}

.ico-cont {
    position: relative
}

.ico-cont:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 20px;
    background: url(../images/ico.png)
}

.cities-list, .select, .select .title {
    position: relative
}

.container .ico-cont, .right-sidebar .services-list .service-item .ico-cont {
    padding-left: 37px
}

.rev-content .feedback-date {
    padding-left: 21px
}

.service-link .sidebar-list-item.ico-cont {
    padding: 13px 4px 11px 40px
}

.service-link .sidebar-list-item.ico-cont:before {
    top: 10px;
    left: 6px
}

.right-sidebar .station-list .station-item.ico-cont {
    padding: 17px 4px 14px 43px
}

.services-list .ico-cont:before {
    width: 17px;
    height: 20px;
    left: 6px;
    top: 15px
}

.station-list .station-item:before {
    background: url(../images/metro.png);
    width: 26px;
    height: 23px;
    top: 15px;
    left: 5px
}

.station-list .show-on-map a {
    font-size: 16px;
    color: #393939;
    text-decoration: none
}

.station-list .show-on-map:hover {
    color: #32a9dd
}

.service-address:before, .station-list .show-on-map:before {
    width: 17px;
    height: 20px;
    left: 6px;
    background: url(../images/ico.png) -135px 0
}

.rev-content .feedback-date:before, .services-list .service-graph:before {
    background-position: -154px 0
}

.services-list .service-stop:before {
    height: 20px;
    background-position: -214px 0
}

.container .tel-number.stat:before, .services-list .service-contacts:before {
    background-position: -172px 0
}

.container .subtitle, .services-list .subtitle {
    font-family: HelveticaNeue-Bold
}

.feedback-list .feedback-item {
    padding: 10px 17px
}

.feedback-item .feedback-title {
    margin-bottom: 6px
}

.feedback-list .feedback-date {
    font-size: 12px;
    font-family: HelveticaNeue-Light;
    color: #515151;
    padding-left: 21px;
    margin-bottom: 7px
}

.feedback-list .feedback-date:before {
    background-position: -154px 0;
    left: -2px
}

.right-sidebar .feedback-stars-view {
    margin-bottom: 8px
}

.left-sidebar {
    float: left;
    width: 250px;
    margin-right: 9px
}

.left-sidebar .sidebar-list {
    border-radius: 5px;
    background: #f2f2f2;
    padding: 0 12px 12px;
    margin-bottom: 10px
}

.sidebar-list-item, .sidebar-list-item:focus {
    font-size: 16px;
    padding: 14px 14px 9px;
    border-top: #868686 dotted 1px
}

.sidebar-list-item:first-child {
    border-top: 0
}

.sidebar-list-item a {
    color: #3d3d3d;
    text-decoration: none
}

.sidebar-list-item a:hover, .sidebar-list-item > span {
    color: #36aee1
}

.left-sidebar .org-add-date, .left-sidebar .org-in-city {
    color: #7b7b7b;
    font-size: 12px;
    margin-bottom: 18px
}

.left-sidebar .sidebar-title {
    font-family: HelveticaNeue-Medium;
    font-size: 18px;
    line-height: 22px;
    margin-left: 3px;
    margin-bottom: 11px
}

.box-main {
    overflow: hidden
}

.breadcrumbs {
    padding: 5px 11px;
    margin-bottom: 4px;
    font-size: 11px;
    color: #474747;
    white-space: nowrap;
    text-overflow: ellipsis
}

.category-list .category-title, .region-list .region-title {
    font-size: 19px;
    font-family: HelveticaNeue-Medium
}

.breadcrumbs .sep {
    margin: 0 5px;
    color: #39B3E7
}

.box-main .container {
    border: 1px solid #d9d9d8;
    border-radius: 5px;
    padding: 10px 12px;
    margin-bottom: 5px
}

.box-main .container > p {
    margin-bottom: 2px
}

.container .service-address {
    margin-bottom: 13px
}

.container .service-address:before {
    top: 6px
}

.cities-list {
    width: 105%;
    margin-top: 27px;
    padding-bottom: 40px
}

.col-4 {
    width: 23%;
    margin-right: 1.5%
}

.col-2 {
    width: 42%;
    margin-right: 3%
}

.cities-list .cities-item {
    margin-bottom: 4px
}

.cities-list .cities-item a {
    text-decoration: none
}

.region-list {
    margin-top: 20px;
    margin-left: 10px
}

.category-list {
    margin-top: 35px;
    margin-left: 5px
}

.region-list .region-title {
    color: #39B3E7;
    margin-bottom: 8px
}

.region-list .region-item {
    margin-bottom: 22px
}

.category-list .category-item {
    margin-bottom: 28px
}

.category-list .category-item a, .region-list .region-item a {
    display: block;
    color: #393939;
    text-decoration: none;
    margin-bottom: 6px
}

.category-list .category-title {
    margin-bottom: 16px;
    text-transform: uppercase
}

.category-list .category-item a {
    padding-left: 16px;
    background: url(../images/arrow.png) 3px center no-repeat;
    margin-bottom: 14px
}

.category-name-list .sidebar-list-item {
    padding: 14px 0 9px
}

.category-name-list .sidebar-list-item .ico {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin-right: 4px
}

.count-title {
    margin: 33px 6px 34px
}

.subcategory-list {
    margin-left: 3px
}

.subcategory-item {
    margin-bottom: 16px
}

.subcategory-item a {
    display: block;
    font-size: 17px;
    margin-bottom: 2px;
    text-decoration: none;
    font-family: HelveticaNeue-Medium
}

.filter .sep, .filter-item, .filter-title {
    display: inline-block;
    vertical-align: middle
}

.filter-title, .left-sidebar .btn {
    font-family: HelveticaNeue-Bold
}

.filter {
    margin: 17px 0 12px
}

.filter .sep {
    margin: 0 5px 10px
}

.filter-item, .filter-title {
    margin-bottom: 10px
}

.filter-title {
    margin-right: 12px
}

.filter-item.current {
    text-decoration: none;
    color: #393939
}

.street-filter {
    margin-left: 17px;
    text-decoration: none
}

.select {
    width: 197px;
    height: 27px;
    border: 1px solid #35ade0;
    border-radius: 14px;
    color: #393939;
    background: #fff
}

.select .title {
    line-height: 26px;
    padding: 0 12px;
    cursor: pointer
}

.select .title:after {
    position: absolute;
    width: 0;
    height: 0;
    top: 11px;
    right: 12px;
    border: 4px solid transparent;
    border-top: #393939 solid 4px
}

.help .comment:before, .left-sidebar .stars-total-rating:before, .review-item .rev-content-wrapp:before {
    right: 100%;
    content: ''
}

.select .option_block {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 500px;
    overflow-x: hidden;
    margin-top: -3px;
    margin-left: -1px;
    background: #fff;
    box-shadow: 0 2px 2px #868686;
    border: inherit;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    z-index: 3
}

.select .option_block .option {
    padding: 6px 12px;
    border-top: 1px dotted #868686;
    color: #868686;
    cursor: pointer
}

.select .option_block .option:hover {
    color: #35ade0
}

.select.active .option_block {
    display: block
}

.filter-item .select.active {
    border-radius: 14px 14px 0 0
}

.services-list.main-list {
    margin-bottom: 26px
}

.main-list .service-item {
    padding: 11px 11px 7px 16px
}

.main-list .service-item .service-title {
    margin-bottom: 9px
}

.left-sidebar .feedback-stars-view, .main-list .feedback-stars-view, .stars-total-rating {
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px
}

.left-sidebar .stars-total-rating {
    margin-right: 0
}

.main-list .feedback-stars-block {
    margin-bottom: 24px
}

.services-list .service-content {
    display: inline-block;
    width: 100%
}

.services-list .service-map-block {
    float: left;
    width: 106px;
    margin-right: 19px
}

.service-map-block .service-map {
    height: 95px;
    margin-bottom: 5px
}

.left-sidebar .btn {
    display: block;
    height: 25px;
    line-height: 24px;
    padding: 0 2px;
    border-radius: 3px
}

.service-info-block {
    overflow: hidden
}

.main-list .ico-cont {
    padding-left: 34px;
    margin-bottom: 8px
}

.main-list.services-list .ico-cont:before {
    top: 2px
}

.main-list .service-info-block .subtitle {
    float: left;
    width: 116px
}

.service-info-block .descript {
    overflow: hidden
}

.pagination {
    margin-bottom: 21px;
    text-align: center;
    font-size: 2em;
}

.pagination a {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    color: #393939;
    text-decoration: none
}

.pagination .current, .pagination .first-page, .pagination .last-page, .pagination a:hover {
    color: #32a9dd
}

.pagination .last-page {
    margin-left: 20px
}

.pagination .first-page {
    margin-right: 20px
}

.pagination .current, .pagination .first-page:hover, .pagination .last-page:hover {
    text-decoration: underline
}

.map {
    width: 100%;
    height: 283px;
    overflow: hidden
}

.org-rat-title {
    margin-bottom: 5px
}

.left-sidebar .feedback-stars-block {
    padding: 6px 12px 9px;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin-bottom: 8px
}

.left-sidebar .stars-total-rating {
    position: relative;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 4px;
    background: #fff
}

.left-sidebar .stars-total-rating:before {
    display: block;
    width: 6px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    background: url(../images/corn.png) no-repeat
}

.left-sidebar .anchor-list {
    margin-bottom: 5px
}

.anchor-list .ico-cont {
    display: block;
    padding-left: 40px;
    color: #3D3D3D;
    text-decoration: none
}

.graphic .day, .rev-info .feedback-stars-view, .reviews-form-block, .tel-number {
    display: inline-block
}

.anchor-list .ico-cont span {
    color: #3D3D3D
}

.anchor-list .ico-cont.current span, .anchor-list .ico-cont:hover span {
    color: #39B3E7
}

.anchor-list .ico-cont:before {
    top: 13px;
    left: 7px
}

.anchor-list .about:before {
    background-position: -115px -20px
}

.anchor-list .about.current:before, .anchor-list .about:hover:before {
    background-position: -115px 0
}

.anchor-list .adr:before {
    background-position: -134px -20px
}

.anchor-list .adr.current:before, .anchor-list .adr:hover:before {
    background-position: -134px 0
}

.anchor-list .tel:before {
    background-position: -172px -20px
}

.anchor-list .tel.current:before, .anchor-list .tel:hover:before {
    background-position: -172px 0
}

.anchor-list .graph:before {
    background-position: -153px -20px
}

.anchor-list .graph.current:before, .anchor-list .graph:hover:before {
    background-position: -153px 0
}

.anchor-list .descr:before {
    background-position: -96px -20px
}

.anchor-list .descr.current:before, .anchor-list .descr:hover:before {
    background-position: -96px 0
}

.anchor-list .onmap:before {
    background-position: -77px -20px
}

.anchor-list .onmap.current:before, .anchor-list .onmap:hover:before {
    background-position: -77px 0
}

.anchor-list .onstreet:before {
    background-position: -58px -20px
}

.anchor-list .onstreet.current:before, .anchor-list .onstreet:hover:before {
    background-position: -58px 0
}

.anchor-list .rev:before {
    background-position: -39px -20px
}

.anchor-list .rev.current:before, .anchor-list .rev:hover:before, .service-link .add-rev:before {
    background-position: -39px 0
}

.ico-cont.error:before {
    background-position: -20px 0
}

.firm_logo {
    border-radius: 5px;
    overflow: hidden;
    margin-right: 8px
}

.tel-number {
    vertical-align: top;
    width: 32%;
    box-sizing: border-box;
    margin-bottom: 18px
}

.tel-number:before {
    top: 16px
}

.tel-number.mobile:before {
    height: 22px;
    background-position: -252px 0
}

.tel-number.fax:before {
    height: 22px;
    width: 21px;
    background-position: -232px 0
}

.graphic {
    margin-bottom: 2px
}

.graphic .day {
    vertical-align: top;
    height: 48px;
    margin-right: 1px;
    margin-bottom: 1px;
    padding: 2px 3px;
    background: #f7f7f7
}

.graphic .day-name {
    color: #34ace0;
    font-family: HelveticaNeue-Medium;
    margin-bottom: 1px;
    text-align: center
}

h2.upper {
    margin-bottom: 11px
}

.graphic .day.weekend {
    background: #f1f1f1
}

.reviews-form-block, .reviews-list {
    padding: 15px 10px 1px;
    margin-bottom: 7px;
    border-bottom: #cbcbca solid 1px
}

.reviews-form-block {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 17px;
    box-sizing: border-box
}

.reviews-list .review-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 26px
}

.review-item .rev-info {
    float: left;
    width: 87px;
    margin-right: 9px;
    text-align: center
}

.rev-info .litera {
    height: 87px;
    line-height: 86px;
    margin-bottom: 9px;
    border-radius: 19px;
    background: #35ade0;
    color: #fff;
    text-align: center;
    font-size: 66px;
    font-weight: 100
}

.rev-info .stars-total-rating {
    margin-bottom: 3px;
    font-size: 11px;
    margin-right: 0
}

.review-item .rev-content {
    overflow: hidden;
    padding-left: 6px
}

.review-item .rev-content-wrapp {
    position: relative;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 14px 16px
}

.review-item .rev-content-wrapp:before {
    display: block;
    position: absolute;
    top: 26px;
    width: 7px;
    height: 27px;
    background: url(../images/corn_big.png)
}

.review-item .rev-content .rev-author {
    color: #34acdf;
    font-family: HelveticaNeue-Bold;
    margin-bottom: 10px
}

.review-item .feedback-date {
    float: right
}

.addrev-form {
    float: left;
    width: 293px;
    margin-right: 22px
}

.form-item {
    position: relative;
    margin-bottom: 11px
}

.file-load-wrapp, .form-text, .form-textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cacaca;
    border-radius: 5px
}

.req .form-text, .req .form-textarea {
    border: 1px solid #34acdf
}

.form-text {
    height: 40px;
    padding: 0 12px
}

.file-load-wrapp {
    height: 40px;
    padding: 3px
}

.file-load .file-btn {
    float: right;
    position: relative;
    width: 78px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #c3c3c3;
    border-radius: 5px;
    cursor: pointer;
    z-index: 3
}

.file-load .file-btn:hover {
    background: #34acdf
}

.file-load input {
    display: none
}

.file-load label {
    padding: 6px 12px;
    line-height: 20px;
    box-sizing: border-box;
    display: block
}

.file-load .chosen-file {
    padding: 5px 15px
}

.file-load .chosen-file div {
    margin-bottom: 3px;
    color: #838383
}

.form-textarea {
    height: 128px;
    padding: 12px;
    resize: none
}

.feedback-stars-block .help, .form-item .help, .new-org-form h2 .help {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #34acdf;
    z-index: 3;
    cursor: pointer
}

.help .comment {
    position: absolute;
    display: none;
    top: -7px;
    left: 100%;
    margin-left: 10px;
    width: 200px;
    background: #fff;
    border: 2px solid #34acdf;
    border-radius: 7px;
    padding: 5px
}

.help:hover {
    z-index: 4
}

.help:hover .comment {
    display: block
}

.help .comment:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 11px;
    margin-right: 2px;
    border: 3px solid transparent;
    border-right: #34acdf solid 3px
}

.addrev-form .form-item .help {
    top: 7px;
    right: 11px
}

.addrev-form .feedback-stars-view {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.addrev-form .feedback-stars-block {
    display: inline-block;
    position: relative;
    margin-bottom: 15px
}

.addrev-form .feedback-stars-block .help {
    top: 2px;
    left: 100%;
    margin-left: 10px
}

.reviews-form-block .text {
    margin-top: 44px
}

.btn-w, .btn-w:focus {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    line-height: 35px;
    padding: 0 23px 0 33px;
    border: 1px solid #bababa;
    border-radius: 3px;
    color: #434343;
    text-decoration: none;
    margin: 0 0 14px 9px
}

.btn-w:before {
    top: 7px;
    left: 6px
}

.btn-w:hover {
    border: 1px solid #35ade0;
    color: #35ade0
}

.show-all {
    color: #35ade0;
    text-decoration: underline;
    cursor: pointer
}

.footer-link-list a, .show-all:hover {
    text-decoration: none
}

.new-org-form fieldset {
    padding-top: 19px;
    margin-bottom: 24px;
    margin-top: 16px;
    border-top: #d8d8d7 solid 1px
}

.new-org-form fieldset h2 {
    margin-bottom: 21px
}

.new-org-form .form-item {
    max-width: 66%;
    min-width: 240px;
    margin-right: 35px;
    margin-bottom: 7px
}

.new-org-form .btn {
    display: inline-block;
    height: 38px;
    line-height: 39px;
    border-radius: 8px;
    padding: 0 21px
}

.form-item.float-label {
    position: relative
}

.form-item label {
    color: #838383
}

.form-item.street .other-street:hover, .new-org-form .attention {
    color: #38b2e6
}

.form-item.float-label input, .form-item.float-label textarea {
    background: 0 0;
    position: relative;
    z-index: 2
}

.form-item.float-label .active {
    background: #fff
}

.form-item label.float {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px 12px;
    box-sizing: border-box;
    background: #fff;
    cursor: text;
    z-index: 1;
    text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: text-indent .6s ease;
    -moz-transition: text-indent .6s ease;
    -o-transition: text-indent .6s ease;
    transition: text-indent .6s ease
}

.form-item label.float.hide {
    text-indent: 600px;
    -webkit-transition: text-indent .6s ease;
    -moz-transition: text-indent .6s ease;
    -o-transition: text-indent .6s ease;
    transition: text-indent .6s ease
}

.new-org-form .form-item label span, .new-org-form .graph-title span, .new-org-form .select .title span {
    color: #38b2e6;
    font-size: 18px;
    font-family: HelveticaNeue-Bold
}

.new-org-form .form-item .help, .new-org-form h2 .help {
    top: 8px;
    left: 100%;
    margin-left: 10px
}

.new-org-form .select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cacaca;
    border-radius: 5px;
    height: 40px
}

.form-item.street .select {
    width: auto;
    display: inline-block;
    min-width: 55%
}

.form-item.hidden-street {
    display: none
}

.form-item.street .other-street {
    display: inline-block;
    cursor: pointer;
    line-height: 34px
}

.new-org-form .select .title {
    line-height: 34px
}

.new-org-form .req .select {
    border: 1px solid #34acdf
}

.new-org-form .form-item.col-3 {
    display: inline-block;
    vertical-align: top;
    max-width: 21%;
    min-width: 6%;
    margin-right: 7px
}

.new-org-form .select .title::after {
    top: 17px;
    border-top: #34acdf solid 4px
}

.new-org-form .graph-title {
    margin-bottom: 12px
}

.graph-form {
    max-width: 66%;
    min-width: 240px;
    margin-top: 17px;
    margin-bottom: 6px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 7px 11px;
    box-sizing: border-box
}

.graph-form .day {
    margin-bottom: 10px
}

.graph-form .day-name {
    display: inline-block;
    vertical-align: middle;
    width: 112px
}

.graph-form .day-name input {
    display: none
}

.graph-form .day-name label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: #c6c6c6;
    border-radius: 3px;
    margin-right: 5px
}

.graph-form .day-name label.checked:before {
    background: #34acdf
}

.graph-form .day .select {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 18px;
    margin: 0 5px
}

.graph-form .day .select .title {
    line-height: 16px;
    padding: 0 15px 0 5px
}

.graph-form .day .select .title:after {
    top: 8px;
    right: 2px
}

.graph-form .day .select .option {
    padding: 4px
}

.graph-form .day .select .option_block {
    margin-top: 0
}

.new-org-form h2.with-help {
    display: inline-block;
    position: relative
}

.new-org-form h2 .help {
    top: 2px;
    font-family: HelveticaNeue-Regular;
    font-size: 14px
}

.add-more.marg {
    margin-bottom: 10px
}

.wrapp.page-404 {
    text-align: center
}

.img-404 {
    margin-bottom: 15px
}

.img-404 img {
    width: auto;
    max-width: 100%
}

.footer-fixer {
    height: 150px
}

footer {
    position: relative;
    min-height: 150px;
    margin-top: -150px;
    text-align: center;
    border-top: #d9d9d8 solid 1px;
    z-index: 2
}

footer .wrapp {
    padding: 30px 10px 0;
    box-sizing: border-box;
    max-width: 1270px
}

.footer-side-right {
    float: right;
    margin-left: 10px;
    text-align: right
}

.footer-side-right .data-block {
    margin-bottom: 9px
}

.footer-side-left {
    float: left;
    width: 320px;
    margin-right: 10px
}

.footer-side-left .logo {
    margin-bottom: 13px
}

.footer-link-list {
    overflow: hidden;
    text-align: center;
    margin-top: 9px
}

.footer-link-list a {
    display: inline-block;
    vertical-align: top;
    margin: 0 18px;
    color: #454545;
    font-family: HelveticaNeue-Medium
}

.category-list .category-item a:hover, .footer-link-list a:hover, .popup-form .close:hover, .region-list .region-item a:hover, .station-list .show-on-map a:hover {
    color: #39b3e7
}

.footer-link-list a span {
    padding-left: 14px;
    background: url(../images/arrow.png) 0 center no-repeat
}

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(57, 179, 231, .3);
    opacity: .5;
    z-index: 5
}

.popup-form {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    border: 1px solid #39b3e7;
    border-radius: 17px;
    text-align: center;
    z-index: 6;
    font-size: 12px;
    box-sizing: border-box;
    box-shadow: 0 3px 3px #8c8c8c;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d39b3e7', endColorstr='#4d39b3e7', GradientType=0)
}

.popup-form .form-text {
    height: 34px;
    border-radius: 14px
}

.popup-form .form-item {
    text-align: left;
    margin-bottom: 7px
}

.popup-form .form-textarea {
    height: 112px;
    border-radius: 14px
}

.popup-form .title {
    font-size: 16px;
    color: #39b3e7;
    font-family: HelveticaNeue-CondensedBold;
    margin-bottom: 14px
}

.popup-form .btn.submit {
    display: block;
    border-radius: 15px/50%;
    margin: 5px auto 10px
}

.popup-form .close {
    float: right;
    margin: 0 0 10px;
    text-align: right;
    cursor: pointer
}

.popup-form .close:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 13px;
    margin-top: 3px;
    margin-left: 3px;
    background: url(../images/close.png)
}

.popup-form .close:hover:after {
    background-position: 0 -13px
}

.error-form, .owner-form {
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -138px;
    width: 276px;
    text-align: left
}

.login-form {
    width: 100%;
    margin-top: 6px;
    margin-left: -11px;
    text-transform: none;
    text-align: center
}

.login-form .form-text {
    height: 26px;
    border-radius: 14px;
    text-transform: none
}

.login-form .form-item label.float {
    padding: 2px 11px
}

.login-form .submit {
    width: 74px
}

.login-form .btn.submit {
    height: 26px;
    line-height: 25px
}

.unvisible {
    display: none
}

@media screen and (max-width: 1100px) {
    .btn-show {
        display: block
    }

    .item-page .right-sidebar {
        float: none;
        width: 100%;
        margin-left: 0
    }

    .item-page .right-sidebar .station-list .ico-cont > div {
        display: inline-block;
        margin-right: 20px
    }

    .right-sidebar .services-list .service-item {
        display: table;
        width: 100%;
        box-sizing: border-box
    }

    .right-sidebar .services-list .service-title {
        display: table-row;
        line-height: 30px
    }

    .right-sidebar .services-list .service-item .ico-cont {
        display: table-cell;
        vertical-align: top;
        border-top: 0
    }
}

@media screen and (max-width: 970px) {
    .right-sidebar {
        display: none
    }

    .item-page .right-sidebar {
        display: block
    }
}

@media screen and (max-width: 860px) {
    .footer-side-left, .footer-side-right {
        margin-bottom: 15px;
        width: 100%
    }

    .footer-side-right {
        float: none;
        display: inline-block;
        text-align: left;
        margin-left: 0
    }

    .footer-link-list {
        text-align: left;
        margin: 0
    }

    .footer-link-list a {
        margin: 0 15px 20px 0
    }

    .footer-side-left .logo, .footer-side-right .data-block {
        float: left;
        margin-right: 20px
    }

    .copyright, .footer-side-left .slogan {
        overflow: hidden
    }

    .region-list .region-title, h1 {
        font-size: 17px
    }

    h2 {
        font-size: 15px
    }

    .new-org-page .left-sidebar, .new-org-page .right-sidebar {
        display: none
    }
}

@media screen and (min-width: 731px) {
    .btn-hide-left, .btn-show-left {
        display: none !important
    }

    .left-sidebar {
        display: block !important
    }
}

@media screen and (max-width: 730px) {
    .header-search {
        min-width: 122px
    }

    .col-4 {
        width: 31%
    }

    .breadcrumbs, .left-sidebar {
        display: none
    }

    .btn-show-left {
        display: block
    }

    .item-page .btn-show-left, .left-sidebar .org-in-city, .left-sidebar .service-link, .left-sidebar .sidebar-title {
        display: none
    }

    .left-sidebar {
        float: none;
        margin-right: 0;
        width: 100%
    }

    .header-city {
        width: 160px
    }

    .left-sidebar .sidebar-list {
        margin-bottom: 0
    }

    .item-page .left-sidebar {
        display: block;
        text-align: center
    }

    .left-sidebar .anchor-list {
        display: table;
        width: 100%;
        margin-bottom: 5px;
        padding: 0
    }

    .anchor-list .sidebar-list-item {
        display: table-cell;
        height: 42px;
        border: 0;
        padding: 0
    }

    .anchor-list .sidebar-list-item span, .left-sidebar .btn {
        display: none
    }

    .anchor-list .sidebar-list-item:before {
        left: 50%;
        margin-left: -10px
    }

    .left-sidebar .anchor-list.fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 4;
        box-shadow: 0 0 3px #333
    }

    .org-rat-title {
        vertical-align: bottom;
        margin-right: 5px
    }
}

@media screen and (max-width: 530px) {
    .region-list .region-title, h1 {
        font-size: 15px
    }

    h2 {
        font-size: 14px
    }

    header .logo {
        float: none;
        margin-bottom: 15px
    }

    .col-4 {
        width: 47%
    }

    .addrev-form, .col-2, .copyright, .footer-side-left .slogan, .header-search, .tel-number {
        width: 100%
    }

    .col-2 {
        margin-right: 0
    }

    .account-login, .header-create {
        float: left;
        margin-left: 0;
        margin-right: 2%;
        margin-bottom: 8px
    }

    .main-list .service-info-block .subtitle {
        float: none;
        margin-bottom: 3px
    }

    .street-filter {
        display: block;
        margin-left: 0
    }

    .tel-number {
        display: block
    }

    .addrev-form {
        float: none;
        margin-right: 0
    }

    .review-item .feedback-date, .review-item .rev-info {
        float: none;
        margin-bottom: 5px
    }

    .review-item .rev-info {
        width: 100%;
        text-align: left;
        padding: 0 12px;
        box-sizing: border-box
    }

    .rev-info .stars-total-rating {
        display: inline-block
    }

    .copyright, .footer-side-left .slogan, .footer-side-right, .rev-info .litera, .review-item .rev-content-wrapp::before {
        display: none
    }

    footer .wrapp {
        padding: 15px 10px 0
    }

    .footer-link-list a {
        margin-bottom: 20px
    }

    footer {
        min-height: 110px;
        margin-top: -110px
    }

    .footer-side-left {
        margin-bottom: 0
    }

    .help .comment {
        position: absolute;
        display: none;
        top: 100%;
        left: auto;
        right: 0;
        margin-left: 0;
        margin-top: 7px
    }

    .help .comment:before {
        bottom: 100%;
        margin-bottom: 2px;
        top: auto;
        right: 3px;
        border: 3px solid transparent;
        border-bottom: #34acdf solid 3px
    }

    .item-page .right-sidebar .station-list .ico-cont > div {
        display: block;
        margin-right: 0
    }

    .item-page .right-sidebar .services-list {
        display: block
    }

    .item-page .right-sidebar .services-list .ico-cont {
        display: block;
        border-top: 1px dotted #868686
    }

    .item-page .right-sidebar .services-list .ico-cont:first-child {
        border-top: 0
    }
}

@media screen and (max-width: 400px) {
    .services-list .service-map-block {
        display: none
    }
}

div.collapseWrapper {
    overflow: hidden
}
/*token rules*/
#yandex1-wrap{
    margin-top: 10px;
	margin-left: -10px
}
#yandex2-wrap{
    margin-bottom: 8px;
	margin-top: -6px;
	text-align: center
}
#yandex3-wrap{
    margin-top: 10px;
	margin-left: -10px
}
#yandex4-wrap{
    margin-bottom: 8px;
	margin-top: -6px;
	text-align: center
}
#yandex5-wrap{
    margin-top: 10px;
	margin-left: -10px
}
#yandex6-wrap{
    margin-bottom: 8px;
	margin-top: -6px;
	text-align: center
}
#yandex7-wrap{
	margin-top: -20px;
    margin-bottom: 10px;
	margin-left: -10px
}
#yandex8-wrap{
	margin-left: -10px
}
#yandex9-wrap{
    margin-bottom: 8px;
	margin-top: -6px;
	text-align: center
}
#yandex10-wrap{
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: -10px
}
#yandex11-wrap{
    margin-top: -10px;
    margin-bottom: 8px
}
#yandex12-wrap{
    margin-top: -6px;
    margin-bottom: 8px
}
#yandex13-wrap{
    margin-top: -6px;
    margin-bottom: 8px
}
#yandex14-wrap{
    margin-top: -6px;
    margin-bottom: 8px
}
#yandex15-wrap{
    margin-top: -6px;
    margin-bottom: 8px
}
#yandex16-wrap{
	margin-bottom: 8px;
	margin-top: -6px;
	text-align: center
}
#yandex17-wrap{
	margin-bottom: 8px;
	margin-left: -10px;
	margin-top: 10px
}
#yandex18-wrap{
	margin-bottom: 8px;
	margin-left: -10px;
	margin-top: 10px
}
#yandex19-wrap{
	margin-bottom: 8px;
	margin-left: -10px;
	margin-top: 10px
}
#yandex20-wrap{
	margin-bottom: 8px
}
#yandex21-wrap{
	margin-bottom: 8px
}
#yandex22-wrap{
	margin-top: -18px;
    margin-bottom: 10px;
	text-align: center
}
#google-adaptive-wrap{
    margin-bottom: 8px;
	text-align: center
}
#google240x400-wrap{
	margin-top: 15px;
	text-align: center
}
#google250x250-wrap{
	margin-bottom: 8px;
	text-align: center
}
#google250x360-wrap{
    margin-bottom: 10px;
	margin-top: 15px;
	text-align: center
}
#google320x100-wrap{}
#google728x90-wrap{
    margin-top: 10;
    margin-bottom: 10;
	text-align: center
}

/*rules for mobile*/
@media (max-width: 713px) {
    .google250x360 { display: none; }
    .google240x400 { display: none; }
    .google728x90 { width: 320px; height: 100px; }
}