@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(Open-Sans.woff) format('woff');
}
root {
    display: block;
}
body {
    background-color: #F9F9F9;
    min-width: 360px;
    font-size: 12px;
}
a {
    color: #1eb8ee;
}
.h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.arrow_left_button_80 {
    display: block;
    height: 80px;
    overflow: hidden;
    border: none;
    background-color: #5cb85c;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: relative;
}
.arrow_left_button_80:before {
    content: '';
    display: block;
    width: 0px;
    height: 80px;
    border-right: 20px solid #5cb85c;
    border-top: 40px solid #fff;
    border-bottom: 40px solid #fff;
    float:left;
}
.arrow_left_button_80:after {
    content: '';
    display: block;
    width: 0px;
    height: 80px;
    border-right: 20px solid #fff;
    border-top: 40px solid #5cb85c;
    border-bottom: 40px solid #5cb85c;
    float:right;
}
.arrow_left_button_80:hover {
    color: #fff;
    text-decoration: none;
    background-color: #47a447;
}
.arrow_left_button_80:hover:before { border-right: 20px solid #47a447; }
.arrow_left_button_80:hover:after {
    border-top: 40px solid #47a447;
    border-bottom: 40px solid #47a447;
}

a.arrow_right_button_80 {
    display: block;
    height: 80px;
    overflow: hidden;
    border: none;
    background-color: #5cb85c;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: relative;
}
a.arrow_right_button_80:before {
    content: '';
    display: block;
    width: 0px;
    height: 80px;
    border-left: 20px solid #fff;
    border-top: 40px solid #5cb85c;
    border-bottom: 40px solid #5cb85c;
    float:left;
}
a.arrow_right_button_80:after {
    content: '';
    display: block;
    width: 0px;
    height: 80px;
    border-left: 20px solid #5cb85c;
    border-top: 40px solid #fff;
    border-bottom: 40px solid #fff;
    float:right;
}
a.arrow_right_button_80:hover {
    text-decoration: none;
    background-color: #47a447;
    color: #fff;
}
a.arrow_right_button_80:hover:after { border-left: 20px solid #47a447; }
a.arrow_right_button_80:hover:before {
    border-top: 40px solid #47a447;
    border-bottom: 40px solid #47a447;
}

.row-wrap {
    max-width: 1024px;
    margin: auto;
}
.header {
    padding: 0 15px;
    border-top: 4px solid silver;
    -moz-border-image: url(../img/line.png) 4 round round;
    -webkit-border-image: url(../img/line.png) 4 round round;
    -o-border-image: url(../img/line.png) 4 round round;
    border-image: url(../img/line.png) 4 round round;
    border-bottom: 0;
}
.content {
    padding: 0 15px;
    overflow: hidden;
    min-height: 400px;
    background: #F9F9F9;
}
.content .height-default {
    min-height: 500px;
}
.footer {
    padding: 0 15px;
    background: #d4d6d7 url(../img/footer.png) repeat 0px 20px;
    border-top: 4px solid silver;
    -moz-border-image: url(../img/line.png) 4 round round;
    -webkit-border-image: url(../img/line.png) 4 round round;
    -o-border-image: url(../img/line.png) 4 round round;
    border-image: url(../img/line.png) 4 round round;
    border-bottom: 0;
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer-links {
}
.footer-links a {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    text-decoration: underline;
    color: #87888a;
    font-weight: bolder;
}
.footer-links li {
    list-style: none;
}
@media (max-width:990px) {
    .footer-links {
        padding-left: 0px;
    }
    .catalog-hint {
        display: none;
    }
}
.footer-social-links {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    color: #5a5a5a;
    text-shadow: 1px 1px 1px white;
}
.sub-footer {
    padding: 15px;
    background-color: #484848;
    color: silver;
}
.logo-wrap{
    position: relative;
    margin: 10px 0 0 25px;
}
.logo-wrap img{
    vertical-align: baseline;
    height: 25px;
}
.logo-wrap a{
    text-decoration: none;
}
.logo-img {
    display: inline-block;
    float: left;
    position: relative;
}
.logo-img img {
    margin: 23px 15px 10px 0px;
}
.logo-img:after {
    content: "";
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 17px;
    bottom: 13px;
    right: 70px;
    position: absolute;
    color: #232;
    font-weight: bold;
}
.case-city {
    display: inline-block;
    position: relative;
    z-index: 10;
}
.case-city .text {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    color: black;
    display: inline-block;
    border-bottom: 1px dotted black;
    text-decoration: none;
}
.case-city .text:hover,
.case-city .text:active {
    text-decoration: none;
}
.case-city .arrov-text {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: url(../img/arrov.png);
    vertical-align: middle;
    margin-left: 8px;
}
@media (max-width:640px) {
    .logo-img img {
        margin: 23px 0 10px 0;
    }
}
.white-block {
    background: white;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin: 20px 1px;
    padding: 15px 30px;
    background-image: linear-gradient(bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 0%);
    background-image: -o-linear-gradient(bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 0%);
    background-image: -moz-linear-gradient(bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 0%);
    background-image: -webkit-linear-gradient(bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 0%);
    background-image: -ms-linear-gradient(bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 0%);
    background-image: -webkit-gradient(
        linear, left bottom, left top, color-stop(0, rgb(245, 245, 245)), color-stop(0.4, rgb(255, 255, 255)), color-stop(0, rgb(255, 255, 255))
        );
    box-shadow: 0px 2px 2px 0px rgb(235, 235, 235);
}
.map-wrap {
    overflow: hidden;
    z-index: 2;
    margin-bottom: 5px;
}
.map-header { position: relative; }

/* Горизонтальное меню */
.map-menu-hor {
    display: block;
    background-color: #707070;
    margin: 5px 0 0 0;
    padding: 0;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #4c4c4c transparent #4c4c4c transparent;
}
.map-header.fixed_menu {
    height: 40px;
}
.map-header.fixed_menu .map-menu-hor {
    position: fixed;
    top: -5px;
    width: 100%;
    left: 0;
    z-index: 1002;
}
.map-header.fixed_menu .map-menu-hor {
    box-shadow: 0 0px 5px #000;
}
ul.map-menu-hor-item {
    text-align: center;
    list-style: none;
    padding: 1px 3px 1px 3px;
    z-index: 6;
    margin: 0;
    position: relative;
    margin-top: -1px;
    margin-bottom: -1px;
}
ul.map-menu-hor-item:after {
    content: '';
    display: block;
    clear: both;
}
ul.map-menu-hor-item > li {
    display: inline-block;
    padding: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent #4c4c4c #4c4c4c #4c4c4c;
    position: static;
    margin-left: -1px;  
    text-align: left;
    border-bottom: none;
}
ul.map-menu-hor-item > li.one_column {
    position: relative;
}
ul.map-menu-hor-item > li > a {
    display: block;
    padding: 9px 20px 0 20px;
    height: 38px;
    font-size: 13px;
    color: #eee;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-decoration: none;
    position: relative;
}
ul.map-menu-hor-item > li > a > small {
    color: #bbb;
}
ul.map-menu-hor-item > li > a > small:after {
    content: '▼';
}
ul.map-menu-hor-item > li.unfolded > a > small:after {
    content: '▲';
}
ul.map-menu-hor-item > li:hover {
    background: #5A5A5A;
    border-right: 1px solid #4c4c4c;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
ul.map-menu-hor-item > li:hover > a {
    text-decoration: none;
}
ul.map-menu-hor-item > li:active,
ul.map-menu-hor-item > li.active,
ul.map-menu-hor-item > li.unfolded {
    background: #5A5A5A;
    border-right: 1px solid #4c4c4c;
    box-shadow: inset 0 0 10px #4B4B4B;
    border-bottom: 1px solid #4c4c4c;
}
ul.map-menu-hor-item > li.unfolded > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 18px 9px 18px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    bottom: -3px;
    left: 50%;
    margin-left: -20px;
    z-index: 1101;
}
ul.map-menu-hor-item > li.unfolded > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 18px 9px 18px;
    border-color: transparent transparent #d5d5d5 transparent;
    border-style: solid;
    bottom: -3px;
    left: 50%;
    margin-left: -20px;
    z-index: 1101;
}
ul.map-menu-hor-item > li.show_map {
}
ul.map-menu-hor-item > li.show_map a {
    padding-left: 45px;
    font-weight: bold;
    background: #20BDF8;
}
ul.map-menu-hor-item > li.show_map a .glyphicon {
    position: absolute;
    font-size: 20px;
    top: 7px;
    left: 20px;
}
ul.map-menu-hor-item > li.show_map.unfolded > a:before {
    display: none;
}
ul.map-menu-hor-item > li.show_map.unfolded > a:after {
    border-width: 10px 38px 0 37px;
    border-color: #504D4D transparent transparent transparent;
    border-style: solid;
    bottom: -11px;
    left: 18px;
    z-index: 1000;
}
.map-menu-hor-item-unfolded {
    left: 0px;
    position: absolute;
    top: 39px;
    left: 1%;
    width: 98%;
    margin: 0;
    z-index: 1100;
    background: white;
    border: 1px solid #9F9F9F;
    padding: 30px 30px 10px 30px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-color: #4c4c4c;
    display: none;
    min-width: 190px;
}
ul.map-menu-hor-item > li.one_column .map-menu-hor-item-unfolded {
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: 37px;
}
@media (min-width:1200px) {
    .map-menu-hor-item-unfolded {
        max-width: 1100px;
        margin-left: -550px;
        left: 50%;
    }
}
ul.map-menu-hor-item.hovered > li:hover .map-menu-hor-item-unfolded {
    display: block;
}
.map-menu-hor-item-unfolded:after {
    content: '';
    display: block;
    clear: both;
}
.map-menu-hor-item-unfolded h4 {
    margin: 0;
    padding: 0 10px 5px 0;
    clear: both;
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space: nowrap;  
}
.map-menu-hor-item-unfolded h4 a {
    color: #1eb8ee;
    text-decoration: none;
}
.map-menu-hor-item-unfolded h4 a:hover {
    color: #428bca;
    text-decoration: underline;
}
.map-menu-hor-item-unfolded .unfolded-ul {
    display: block;
    float: left;
    list-style: none;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 24px;
    font-size: 13px;
    margin: 0;
    padding-left: 0;
}
.map-menu-hor-item-unfolded .unfolded-ul > li {
    display: block;
    width: auto;
    padding-left: 20px;
    position: relative;
}
.map-menu-hor-item-unfolded .unfolded-ul > li:before {
    content: '○';
    font-size: 16px;
    width: 10px;
    color: #555;
    position: absolute;
    left: 1px;
    top: -2px;
}
.map-menu-hor-item-unfolded .map-menu-hor-item-content-box {
    display: inline-block;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 20px;
}
@media (max-width:1000px) {
    .map-menu-hor-item-unfolded .map-menu-hor-item-content-box {
        width: 49%;
    }
}
@media (max-width:600px) {
    .map-menu-hor-item-unfolded .map-menu-hor-item-content-box {
        width: 100%;
        margin-right: 0%;
    }
}
ul.map-menu-hor-item > li.one_column .map-menu-hor-item-unfolded .map-menu-hor-item-content-box {
    width: auto;
}
.map-menu-hor-item-unfolded .map-menu-hor-item-column {
    width: 33%;
    min-width: 300px;
    display: inline-block;
    vertical-align: top;
}
.map-menu-hor-item-unfolded .close {
    position: absolute;
    right: 14px;
    top: 10px;
}
/*конец горизонтального меню */

.map-content {
    position: relative;
    overflow: hidden;
    height: 370px;
    background: white;
    border-bottom: 1px solid #aaa;
}
@media (max-width:360px) {
    .map-header {
        margin: 0 -25px;
    }
    .map-shadow {
        margin: 0 -25px;
    }
}
.map-control {
    width: 100%;
    position: absolute;
    top: 5px;
    left: 0px;
}
.map-zoom-control-wrap{
    position: absolute;
    top: 10px;
    right: -60px;
}
@media (max-width:900px) {
    .map-zoom-control-wrap{
        right: initial;
        left: 10px;
        top: 70px;
    }
}
.map-zoom-control {
    background: url(../img/map-control.png);
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    cursor: pointer;
}
.map-zoom-control-wrap{
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; 
}
.map-zoom-control.plus {
    background-position: -1px 0;
}
.map-zoom-control.minus {
    background-position: 0 150px;
}
.map-zoom-control.plus:active {
    background-position: -1px 101px;
}
.map-zoom-control.minus:active {
    background-position: -1px 47px;
}

.company_map {
    height: 250px;
    width: 40%; 
    overflow: hidden; 
    border-radius: 5px 0 0 5px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #d5d5d5;
    cursor: pointer;
    float: right;
    background-position: center -34px;
    margin: -1px -16px 20px 30px;
    position: relative;
    background-color: #eaebea;
}
.company_map:hover{
    border-color: #aaa;
}
.company_map .company_map_logo {
    width: 100%;
    max-height: 100px;
    position: absolute;
    bottom: 107px;
    left: 0;
    margin-top: -51px;
    text-align: center;
}
.company_map .company_map_logo .img_wrap {
    display: inline-block;
    min-width: 60px;
    max-height: 100px;
    background: #73D9FF;
    border: 1px solid #8D8D8D;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 0px 20px rgba(0,0,0, 0.2);
}
.company_map .company_map_logo .img_wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -24px;
    border-width: 24px 11px 0 11px;
    border-style: solid;
    border-color: #8D8D8D transparent transparent transparent;
    margin-left: -11px;
}
.company_map .company_map_logo .img_wrap:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -23px;
    border-width: 23px 10px 0 10px;
    border-style: solid;
    border-color: #73D9FF transparent transparent transparent;
    margin-left: -10px;
}
@media (max-width: 750px) {
    .company_map {
        width: auto; 
        overflow: hidden; 
        border-radius: 0;
        cursor: pointer;
        float: none;
        margin: 0 -31px 30px -31px;
    }
}
.map-layer-wrap{
    position: relative;
}
#my-listbox-header {
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 3;
    font-size: 18px;
    line-height: 1.33;
    font-family: 'Open Sans Light', sans-serif;
    padding: 8px 15px;
    background: #f0f0f0;
    background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
    border: 1px solid silver;
    color: rgb(102, 102, 102);
}
#my-listbox-header .text-label {
    margin-right: 10px;
}
@media (max-width:640px) {
    #my-listbox-header .text-label {
        display: none;
    }
}
#my-listbox-rubrics {
    position: absolute;
    left: 15px;
    top: 70px;
    max-height: 245px;
    overflow: auto;
    background: rgba(255, 255, 255, 0.85);
}
.map-button {
    display: none;
    font-family: 'Open Sans Light', sans-serif;
    font-size: 14px;
    color: rgb(100, 100, 100);
    height: 33px;
    position: absolute;
    top: 345px;
    margin-top: -13px;
    left: 0px;
    background-color: #fff;
    background: linear-gradient(to top, #FFF, #DADADA) repeat scroll 0% 0% transparent;
    border-bottom: 1px solid rgb(213, 213, 213);
    box-shadow: 0px 5px 5px 2px #C0C0C0;
    cursor: pointer;
    line-height: 34px;
    text-align: center;
    text-shadow: 1px 1px 1px #FFF;
    width: 100%;
}
.arrow-carret {
    display: inline-block;
    width: 15px;
    height: 18px;
    vertical-align: middle;
}
.arrow-carret.rigth {
    background: url("../img/arrow-right.png") no-repeat center;
}
.main-header-links {
    text-align: right;
    margin: 14px 0 10px 0;
}
.main-header-links a {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    display: inline-block;
    padding: 10px 5px;
    border-radius: 5px 5px 5px 5px;
    margin-left: 5px;
    color: #5a5a5a;
}
.main-header-links a:active,
.main-header-links a.active {
    background: none repeat scroll 0% 0% #20bdf8;
    color: white;
}
.main-header-links .add_company_button {
    width: 160px;
    height: 42px;
    border: 1px solid #d5d5d5;
    background: #fde40b;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fde40b), to(#e6cd00));
    background-image: -webkit-linear-gradient(top, #fde40b, #e6cd00);
    background-image: -o-linear-gradient(top, #fde40b, #e6cd00);
    background-image: linear-gradient(to bottom, #fde40b, #e6cd00);
    text-shadow: 1px 1px 1px white;
    position: relative;
    text-align: left;
    color: #333;
    margin-bottom: 10px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.main-header-links .add_company_button .glyphicon {
    color: #20bdf8;
    color: #919191;
    color: #5a5a5a;
    font-size: 16px;
}
.main-header-links .add_company_button .add_company_button_text {
    position: absolute;
    left: 47px;
    top: 8px;
    display: inline-block;
    font-size: 14px;
    line-height: 12px;
    text-align: left;
    height: 16px;
}
.main-header-links .add_company_button:hover {
    border-color: #adadad;
}
.main-header-links a.add_company_button:active {
    background: #fde40b;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fde40b), to(#e6cd00));
    background-image: -webkit-linear-gradient(top, #fde40b, #e6cd00);
    background-image: -o-linear-gradient(top, #fde40b, #e6cd00);
    background-image: linear-gradient(to bottom, #fde40b, #e6cd00);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #333;
}
.main-header-links .add_company_button_v2 {
    position: relative;
    width: 233px;
}
.main-header-links .add_company_button_v2 .add_company_button_v2_bg {
    position: absolute;
    top: -15px;
    left: -20px;
    width: 233px;
    height: 61px;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    background-image: url("/assets/img/circle-marker.gif");
}
.main-header-links .add_company_button_v2.width_text .add_company_button_v2_bg {
    background-image: url("/assets/img/circle-marker.png");
}
.main-header-links .add_company_button_v2:hover .add_company_button_v2_bg {
    text-decoration: underline;
}
.main-header-links a.add_company_button_v2:active {
    background-color: transparent;
    color: #5a5a5a;
}
@media (max-width:990px) {
    .main-header-links {
        text-align: left;
        margin: 20px 30px 20px 20px;
        clear: both;
    }
    .main-header-links a {
        margin-left: 0;
    }
}
@media (max-width:600px) {
    .main-header-links a {
        display: none;
    }
}
.fixed-map {
    z-index: 2;
}
body.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin: 0;
}
.fixed-map-content {
    box-shadow: 0 0px 5px #555;
    position: relative;
}
.fixed-map-content .hide_map{
    width: 150px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    background: #707070;
    border: 1px solid #4c4c4c;
    padding: 5px 10px 3px 10px;
    font-size: 12px;
    color: #eee;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-decoration: none;
    z-index: 1001;
    background-image: linear-gradient(bottom, rgb(80, 80, 80) 0%, rgb(112, 112, 112) 60%);
    background-image: -o-linear-gradient(bottom, rgb(80, 80, 80) 0%, rgb(112, 112, 112) 60%);
    background-image: -moz-linear-gradient(bottom, rgb(80, 80, 80) 0%, rgb(112, 112, 112) 60%);
    background-image: -ms-linear-gradient(bottom, rgb(80, 80, 80) 0%, rgb(112, 112, 112) 60%);
    background-image: -webkit-linear-gradient(bottom, rgb(80, 80, 80) 0%, rgb(112, 112, 112) 60%);
    border-radius: 5px 5px 0 0;
}
@media (max-width:990px) {
    .fixed-map-content .hide_map{
        width: 100%;
        left: 0;
        margin-left: 0;
        padding: 7px 20px;
        font-size: 13px;
        border-radius: 0 0;
    }
}
.fixed-map-content .hide_map:hover {
    background: #5A5A5A;
    border-right: 1px solid #4c4c4c;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.fixed-map-content .hide_map:active {
    background: #5A5A5A;
    border-right: 1px solid #4c4c4c;
    box-shadow: inset 0 0 10px #4B4B4B;
}
.fixed-map-content .turn_map {
    position: absolute;
    top: 115px;
    right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    background: #20bdf8;
    border: 3px solid #eee;
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    z-index: 1;
    border-radius: 20px;
    padding-top: 6px;
    box-shadow: inset 1px 1px 3px #1B96C3, 0 0 10px #C2C2C2;
}
.fixed-map-content .turn_map:active {
    box-shadow: inset 3px 6px 13px #1B96C3, 0 0 10px #C2C2C2;
}
.catalog-items {
    margin-top: 10px;
    margin-left: 23px;
    word-wrap: break-word;
}
@media (max-width:990px) {
    .catalog-items {
        margin-right: 23px;
    }
}
@media (max-width:750px) {
    .catalog-items {
        margin-left: -2px;
        margin-right: -2px;
    }
}
.right-flow {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
@media (max-width:990px) {
    .right-flow {
        text-align: center;
    }
    .left-flow {
        text-align: center;
    }
}
.company-feedback{
    clear: right; 
    background: url('/assets/img/blur.png'); 
    background-size: 100%; 
    padding: 15px; 
    text-align: center; 
    margin: 0 -15px 0px -15px; 
    font-size: 20px; 
    border-top: 1px solid silver; 
    border-bottom: 1px solid silver;
}
.company-feedback a{
    color: white; 
    border: 2px solid white; 
    border-radius: 5px; 
    padding: 10px 30px; 
    text-decoration: none;
    display: inline-block;
    margin: 0 20px;
}
.company-feedback a:hover{
    color: #333;
    border-color: #333;
}
.company-feedback-AB2{
    clear: right;
    text-align: center;
    margin: 0px -15px;
    font-size: 20px;
    padding: 5px 0px 35px;
}
.company-feedback-AB2 a{
    color: #1EB8EE;
    border: 2px solid #1EB8EE;
    border-radius: 5px;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
    margin: 0 20px;
}
.company-feedback-AB2 a:hover{
    color: #333;
    border-color: #333;
}
.company-logo {
    display: block;
    margin: 4px;
    overflow: hidden;
    border: 1px solid #1BA4D8;
    border-radius: 8px;
    background-color: #20bdf8;
    box-shadow: inset 0 0 10px #20bdf8;
}
.company-logo img {
    max-width: 100%;
    max-height: 88px;
    background-color: #fff;
    width: 100%;
}
.company-logo .not_logo {
    padding-top: 24px;
    display: inline-block;
    color: #eee;
    font-weight: bold;
    font-size: 16px;
    width: 88px;
    height: 88px;
    text-shadow: 0px 0px 4px #000;
    text-decoration: underline;
}
.catalog-hint {
    position: relative;
}
.catalog-hint .catalog-hint-area {
    position: absolute;
    left: 100%;
    bottom: -20px;
    width: 400px;
    height: 110px;
    background-image: url('/assets/img/arrow-marker.gif');
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 2;
}
.catalog-hint .catalog-hint-text {
    position: absolute;
    bottom: 35px;
    left: 70px;
    font-family: Comic Sans MS, serif;
    font-size: 18px;
    color: #5abf23;
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
    text-decoration: none;
}
.catalog-item,
.company-item {
    background: white;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin: 10px 1px 20px 1px;
    padding: 10px 15px;
    box-shadow: 0px 2px 2px 0px rgb(235, 235, 235);
}
.catalog-item .title-info {
    font-size: 24px;
}
.catalog-item{
    margin: 20px 1px;
}
.company-item .company-base-info {
    margin-bottom: 20px;
}
.company-item .company-extra-info {
    margin-bottom: 25px;
}
.company-item .company-extra-info .item-extra-parameter {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    word-break: normal;
}
.company-item .company-extra-info .item-extra-parameter strong{
    color: #555;
    min-width: 66px;
    display: inline-block;
}
.company-item .company-extra-info a {
    text-decoration: underline;
}
.company-item.mod1 {
    padding: 10px;
}
.company-item .company-actions {
    padding-bottom: 15px;
}
.company-item .company-actions .btn-bottom-company {
    margin: 0 30px 10px 0;
    clear: none;
    float: left;
}
.company-item .company-actions .btn-report-error {
    color: #d33939;
    display: inline-block;
    margin: 7px 0 17px 0;
    text-decoration: none;
    border-bottom: 1px dashed #d33939;
    margin-right: 0;
}
.company-item .company-actions .btn-report-error:hover {
    color: #962323;
    border-bottom-color: #962323;
}
.company-item .company-actions .right-flow {
    display: inline-block;
    width: auto;
    float: left;
    margin: 0 30px 10px 0;
}
.company-item .company-actions .btn {
    min-width: 180px;
}
.company-item .delimeter {
    height: 20px; overflow: hidden;
}
.company-item .delimeter .delimeter_line {
    height:0px;
    border-top: 1px dashed #bbb;
}
.catalog-item.adsence_wrap {
    overflow: hidden;
    background: #fff;
    padding: 0px;
    text-align: left;
}
.catalog-item.adsence_wrap.first-ads {
    margin-bottom: 0px;
}

.item-delimer {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
    word-break: normal;
}
.title-info {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
}
h2.title-info {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.title-info-sub {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
}
.block-title {
    display: inline-block;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #515151;
}
@media (max-width:990px) {
    .block-title {
        margin: 0px 5px 10px;
    }
}
.company-rand-item {
    margin-top: 5px;
}
.company-rand-items,
.block-wrap {
    background: white;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin: 20px 0px 20px 0px;
    padding: 15px;
    box-shadow: 0px 2px 2px 0px rgb(235, 235, 235);
    word-break: break-all;
}
.block-wrap-clear {
    border: 1px solid rgba(0,0,0,0);
    margin: 20px 24px 20px 0px;
}
.left-block {
    margin: 20px 24px 20px 0px;
}
@media (max-width:990px) {
    .company-rand-items,
    .block-wrap {
        margin-left: 24px;
        margin-bottom: 20px;
    }
    .block-wrap-clear {
        margin-left: 24px;
        margin-bottom: 20px;
    }
    .left-block {
        margin-left: 24px;
        margin-bottom: 20px;
    }
}
@media (max-width:750px) {
    .company-rand-items, .block-wrap {
        margin-left: 0;
        margin-right: 0;
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width:360px) {
    .company-rand-items,
    .block-wrap {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .block-wrap-clear {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .left-block {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
}
@media (max-width:600px) {
    .title-info {
        font-size: 24px;
    }
}
.phones-info {
    float: right;
    margin-top: 5px;
    text-align: right;
}
.phone-item {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
}
.phone-item-owner {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    display: block;
    padding-bottom: 3px;
    color: #777;
}
.phone-item-owner:first-letter {
    text-transform: uppercase;
}
.phone-item-owner:after {
    content: ':';
}
.phone-item-call {
    color: #1eb8ee;
    margin-left: 5px;
    text-decoration: none;
    border-bottom: 1px dashed #1eb8ee;
    line-height: 16px;
    font-style: normal;
    display: none;
}
.phone-item-call:hover {
    color: #2a6496;
    text-decoration: none;
    border-bottom-color: #2a6496;
}
@media (max-width:750px) {
    .phone-item-call {
        display: inline-block;
    }
}
.company_phones .phone-item {
    min-width: 160px;
    margin: 0 30px 15px 0;
}
@media (max-width:990px) {
    .phones-info {
        float: left;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .phone-item {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width:1370px) {
    .phone-item {
        display: block;
        margin-left: 0;
    }
    .company_phones .phone-item {
        display: inline-block;
    }
}
.phone-item-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/phone-ico.png) center no-repeat;
    vertical-align: bottom;
    margin-right: 7px;
}
.skype-item-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/skype-ico.png) center no-repeat;
    vertical-align: bottom;
    margin-right: 7px;
}
.twitter-item-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/twitter-ico.png) center no-repeat;
    vertical-align: bottom;
    margin-right: 7px;
}
.icq-item-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icq-ico.png) center no-repeat;
    vertical-align: bottom;
    margin-right: 7px;
}
.facebook-item-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/facebook-ico.png) center no-repeat;
    vertical-align: bottom;
    margin-right: 7px;
}
.odnoklassniki-item-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/odnoklassniki-ico.png) center no-repeat;
    vertical-align: bottom;
    margin-right: 7px;
}
.instagram-item-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/instagram-ico.png) center no-repeat;
    vertical-align: bottom;
    margin-right: 7px;
}
.address-info {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    cursor: pointer;
    color: #555;
}
.address-info .address-info-text {
    border-bottom: 1px dashed #555;
}
.address-info:hover .address-info-text {
    color: #962323;
    border-bottom-color: #962323;
}
.address-item-ico {
    display: inline-block;
    width: 20px;
    height: 23px;
    background: url(../img/boiller-ico.png) 1px 0 no-repeat;
    vertical-align: bottom;
    margin-right: 7px;
}
.address-info .address-info-text {
    font-size: 13px;
    color: #333;
}
.company-link-info {
    text-decoration: underline;
}
.network_link,
.network_link:focus,
.network_link:active,
.network_link:hover {
    background: none repeat scroll 0% 0% rgb(32, 189, 248);
    color: white;
    box-shadow: 0 1px 1px silver;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    width: 100%;
    text-align: center;
    white-space: normal;
    padding: 6px 0;
}
.vk-wrap-right{
    margin: -14px;
    overflow: hidden;
}
.vk-wrap{
    margin: 0 -10px -10px -10px;
    overflow: hidden;
}
.vk_comments,
.vk_pull {
    margin-bottom: 20px;
}
@media (max-width:990px) {
    .vk_comments,
    .vk_pull {
        margin: 20px 25px;
    }
}
@media (max-width:750px) {
    .vk_comments,
    .vk_pull {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width:360px) {
    .vk_comments,
    .vk_pull {
        margin: 20px 0;
    }
}
.dot-line {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
    border-bottom: 1px dashed silver;
}
.images-wrap {
    height: 166px;
    overflow: hidden;
    border-bottom: none;
}
.images-wrap .block-title {
    margin: 10px 0px 15px;
    height: 28px;
}
.videos-wrap {
    height: 215px;
    overflow: hidden;
    border-bottom: none;
}
.videos-wrap .block-title {
    margin: 10px 0px 15px;
    height: 28px;
}
.image-wrap, 
.yt-video-wrap {
    height: 165px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin: 8px 5px;
    cursor: pointer;
    box-shadow: 0px 0px 6px -2px #000;
}
.image-wrap img, 
.yt-video-wrap img{
    -webkit-transition: margin 0.5s ease-out 0.1s;
    -moz-transition: margin 0.5s ease-out 0.1s;
    -o-transition: margin 0.5s ease-out 0.1s;
    transition: margin 0.5s ease-out 0.1s;
    border: 1px solid #333;
    border-radius: 4px;
}
.image-wrap img:hover {
    margin-top: 0;
}
.company-media-wrap {
    background: url('/assets/img/media_bg.jpg') repeat-x;
    background-size: 140px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    height: 192px;
    box-shadow: 0px 0px 10px -2px #555 inset;
    position: relative;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 20px;
    clear: both;
}
.company-media-scroll-control-ico{
    position: relative;
    display: inline-block;
    top: 74px;
    padding: 5px;
    color: silver;
    font-size: 25px;
}
.company-media-scroll {
    position: absolute;
    display: inline-block;
}
.company-media-scroll-wrap {
    padding: 5px 10px;
    overflow: auto;
    height: 220px;
    position: relative;
    clear: both;
}
.company-media-scroll-control{
    position: absolute;
    height: 200px;
    width: 30px;
    opacity: 0.8;
    z-index: 1;
    cursor: pointer;
    text-align: center;
}
.company-media-scroll-control:hover{
    background: rgba(0,0,0,0.58);
}
.company-media-scroll-control.left{
    left: 0;
    box-shadow: inset 10px 0px 10px 0px #444;
}
.company-media-scroll-control.left:hover{
    box-shadow: inset 10px 0px 10px 0px #444, 0 0 10px 0 black;;
}
.company-media-scroll-control.right{
    right: 0;
    box-shadow: inset -10px 0px 10px 0px #444;
}
.company-media-scroll-control.right:hover{
    box-shadow: inset -10px 0px 10px 0px #444, 0 0 10px 0 black;;
}
.company-title {
    display: inline-block;
    margin: 10px 0 10px 0;
    color: #222;
    word-break: normal;
}
.company-title .title-info{
    font-size: 22px;
}
.company-title:first-letter {
    text-transform: uppercase;
}
@media (max-width: 750px) {
    .company-title {
        font-size: 26px;
        margin: 20px -10px 20px -10px;
        width: auto;
    }
}
.left-wrap {
    background: white;
    border: 1px solid lightgray;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 24px;
    margin-bottom: 10px;
    z-index: 0;
}
@media (max-width:990px) {
    .left-wrap {
        margin-right: 24px;
    }
}
@media (max-width:750px) {
    .left-wrap {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width:360px) {
    .left-wrap {
        margin-left: -1px;
        margin-right: -1px;
    }
}
.video-wrap {
    background: white;
    border: 1px solid lightgray;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 24px;
    margin-bottom: 10px;
    padding-bottom: 45px;
    z-index: 0;
}
@media (max-width:990px) {
    .video-wrap {
        margin-right: 24px;
    }
}
@media (max-width:360px) {
    .video-wrap {
        margin-left: -1px;
        margin-right: -1px;
    }
}
.video-frame {
    background: #F2F2F2;
    background-image: -webkit-gradient(
        linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #FAFAFA)
        );
    background-image: -o-linear-gradient(bottom, #F2F2F2 0%, #FAFAFA 100%);
    background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #FAFAFA 100%);
    background-image: -webkit-linear-gradient(bottom, #F2F2F2 0%, #FAFAFA 100%);
    background-image: -ms-linear-gradient(bottom, #F2F2F2 0%, #FAFAFA 100%);
    background-image: linear-gradient(to bottom, #F2F2F2 0%, #FAFAFA 100%);
    border-radius: 5px;
    margin: auto;
    width: 260px;
    max-width: 100%;
    padding: 12px;
}
.video-frame-content {
    position: relative;
    background: #FAFAFA;
    background-image: -webkit-gradient(
        linear, left top, left bottom, color-stop(0, #E8E8E8), color-stop(0, #FFFFFF)
        );
    background-image: -o-linear-gradient(bottom, #E8E8E8 0%, #FFFFFF 0%);
    background-image: -moz-linear-gradient(bottom, #E8E8E8 0%, #FFFFFF 0%);
    background-image: -webkit-linear-gradient(bottom, #E8E8E8 0%, #FFFFFF 0%);
    background-image: -ms-linear-gradient(bottom, #E8E8E8 0%, #FFFFFF 0%);
    background-image: linear-gradient(to bottom, #E8E8E8 0%, #FFFFFF 0%);
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
.video-frame-btn-play {
    display: inline-block;
    position: absolute;
    background: url(../img/btn-play.png);
    height: 79px;
    width: 78px;
    margin: auto;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
    cursor: pointer;
}
.video-frame-content-item {
    background: url("../img/map.png") repeat scroll center center transparent;
    height: 150px;
    margin: 7px;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 3px;
}
.social-group {
    display: inline-block;
    width: 45px;
    height: 44px;
    background: url("../img/social-group.png");
}
.social-group.social-vk {
    background-position: 0 0;
}
.social-group.social-fb {
    background-position: 45px 0;
}
.social-group.social-tw {
    background-position: 90px 0;
}
.network_icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: top;
    margin-right: 8px;
    background: url("../img/networks.png") 0 0;
}
.network_icon.federal {
    width: 38px;
    height: 38px;
    background-position: 0 -36px;
}
.network_icons {
    display: inline-block;
    vertical-align: top;
}
.company-preview .network_icons {
    float: right;
}
.catalog-item .title-info {
    padding-right: 20px;
}
.paginator {
    margin: 0 auto 30px;
}
.paginator.btn-group > .btn.active {
    z-index: 0;
}
@media (max-width:620px) {
    .paginator {
        margin: 0px 2px 30px;
        width: 100%;
    }
    .paginator.btn-group > .btn {
        width: 20%;
        margin-bottom: 8px;
    }
}
.modal-towns {
    margin: 15px 0 0;
    padding: 5px 10px;
}
.modal-towns.overflow {
    max-height: 350px;
    overflow: auto;
}
@media (max-height:500px) {
    .modal-towns {
        max-height: 300px;
    }
}
.modal-towns a {
    font-size: 14px;
}
.town_group {
    border-left: 1px solid #D7EFF7;
    border-bottom: 1px solid #D7EFF7;
    position: relative;
    margin: 0 0 20px 30px;
    padding: 0 0 10px 20px;
}
.town_group:first-of-type {
    border-top: none;
}
.town_group .group_letter {
    display: block;
    width: 25px;
    background: #96D8EC;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    position: absolute;
    top: 0;
    left: -25px;
    border-radius: 5px 0 0 5px;
}
.town_item {
    clear: both;
}
.form-main .town_item {
    clear: none;
    float: left;
    width: 33%;
}
@media (max-width:1000px) {
    .form-main .town_item {
        width: 50%;
    }
}
@media (max-width:500px) {
    .form-main .town_item {
        width: 100%;
    }
}
.company-feature {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-bottom: 25px;
    clear: both;
}
.company-feature table {
    margin: 0;
    padding: 0;
}
.company-feature table thead th {
    background: #eee;
    border-bottom-width: 1px;
    border-right: 1px solid #d9d9d9;
    color: #555;
    padding: 10px 20px;
}
.company-feature table thead th:last-of-type {
    border-right-width: 0;
}
.company-feature table tr td:first-child {
    border-right: 1px solid #d9d9d9;
}
.company-feature table tr td {
    padding: 10px 20px;
    width: 50%;
    vertical-align: middle;
    background: white;
}
.company-feature table tr.nc td {
    background: #f2f8f8;
}
.company-feature table tr:first-child td {
    border-top: 0;
}
.company-feature table .action-more{
    text-align:center; 
    cursor:pointer;
    color: #FFF;
    background-color: #428BCA;
}
.company-feature table .action-more:hover,
.company-feature table .action-more:focus{
    color:#fff;
    background-color:#3276b1;
}
.company-feature table .action-more:active{
    color:#fff;
    background-color:#3276b1;
}
@media (max-width:600px) {
    .company-feature table thead th {
        padding: 5px 10px;
    }
    .company-feature table tr td {
        padding: 5px 10px;
        background: transparent;
        width: auto;
    }
    .company-feature table tr td .check-ico-wrap {
        text-align: left;
    }
}
.check-ico-wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.check-ico-wrap.ok {
    color: #1EB8EE;
}
.check-ico-wrap.remove {
    color: red;
}
.span-control-group {
    float: right;
    margin: 10px 0;
}
.span-control-left {
    cursor: pointer;
    display: inline-block;
    background: url("../img/navigation.png") no-repeat;
    height: 25px;
    width: 25px;
    margin-right: 5px;
}
.span-control-right {
    cursor: pointer;
    display: inline-block;
    background: url("../img/navigation.png") no-repeat 0 -25px;
    height: 25px;
    width: 25px;
    margin-right: 5px;
}
.logout_button {
    text-align: left;
    display: inline-block;
    top: -2px;
}
.logout_button .btn {
    font-size: 16px;
    padding: 9px 19px;
}
.logout_button .dropdown-menu a {
    border-radius: 0;
    margin: 0;
}
.logout_button a .glyphicon {
    color: #666;
    margin-right: 5px;
}
@media (max-width:360px) {
    .logout_button,
    .logout_button .btn {
        width: 100%;
        text-align: left;
    }
}
.auth_forms {
    padding: 10px 20px;
}
.auth_form {
    width: 100%;
    font: 14px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #444;
}
.auth_form .auth_form_title {
    display: block;
    text-align: left;
    width: 100%;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
    clear: both;
    font-size: 20px;
}
.auth_form .auth_form_mesge {
    font-size: 12px;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 0, 18, 0.24);
}
.auth_form .auth_row {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.auth_form .auth_row_name {
    width: 60px;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 0px;
}
.auth_form .auth_row_value {
    padding-bottom: 5px;
    margin-left: 65px;
}
.auth_form .auth_row_value input {
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 10px 15px;
    border-radius: 3px;
    outline: 0 none;
    border: 1px solid #CBCBCB;
}
.auth_form .auth_row_value input.error {
    border: 1px solid red;
}
.auth_form .auth_row_value .auth_button {
    height: 40px;
    font: 14px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.auth_form a {
    font-size: 12px;
    float: right;
}
.auth_form a.pseudo_link {
    line-height: 11px;
    border-bottom: 1px dashed blue;
    text-decoration: none;
    position: relative;
    top: 4px;
}
.close-pic {
    position: absolute;
    z-index: 999999;
    right: 8px;
    font-size: 34px;
    color: white;
}
.modal-content iframe {
    width: 100%;
    max-height: 100%;
}
.loading {
    height: 300px;
    width: 100%;
    background: url("../img/loading.gif") center no-repeat;
}
.share-btn {
    float: right;
    width: 185px;
    margin-top: 10px;
    margin-right: -6px;
}
.share-btn a>span {
    border-radius: 16px;
}
@media (max-width:990px) {
    .share-btn {
        width: 100%;
        margin-top: -15px;
        margin-bottom: 15px;
        margin-right: 2px;
    }
}
.catalog-item-small {
    text-align: center;
}
.catalog-item-small img {
    max-height: 200px;
    max-width: 100%;
    border-radius: 3px;
}
@media (max-width:990px) {
    .catalog-item-small {
        text-align: left;
        border-right: none;
        margin-bottom: 0;
    }
    .catalog-item-small .thumbnail {
        display: inline-block;
    }
    .catalog-item.balloon_info .col-md-3 {
        float: right;
    }
}
@media (max-width:600px) {
    .catalog-item.balloon_info .col-md-3 {
        float: none;
    }
}
.breadcrumbs {
    position: relative;
    margin: 15px 15px 0;
    font-size: 14px;
    padding: 0px 20px 0;
}
.breadcrumbs-item {
    margin-right: 10px;
}
.breadcrumbs-item .arrow-carret {
    margin-left: 10px;
}
@media (max-width:990px) {
    .breadcrumbs {
        margin-left: 24px;
        margin-right: 150px;
    }
}
@media (max-width:360px) {
    .breadcrumbs {
        margin-left: 0px;
        margin-right: 0px;
    }
    .breadcrumbs-item {
        width: 100%;
        display: inline-block;
        margin: 3px 0;
    }
}
.breadcrumbs_wrap {
    margin-left: 25px;
}
.breadcrumbs_wrap>ul:last-child,
.breadcrumbs_wrap>div:last-child {
    margin-right: 200px;
}
ul.bc_exc {
    display: block;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}
ul.bc_exc>li {
    display: inline-block;
    font-size: 14px;
}
ul.bc_exc>li:after {
    content: '→';
    display: inline-block;
    margin: 0 3px 0 8px;
    position: relative;
    top: -1px;
    color: #aaa;
    text-shadow: 1px 1px 0 #fff;
}
ul.bc_exc>li:last-child:after {
    display: none
}
.bc_other {
    margin-top: 5px;
}
.bc_other .breadcrumbs {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.bc_other .breadcrumbs span.breadcrumbs-item {
    color: #aaa;
    text-shadow: 1px 1px 0 #fff;
    margin: 0 10px 0 0;
}
.bc_other .breadcrumbs a.breadcrumbs-item {
    margin: 0;
    display: inline-block;
    width: auto;
}
.bc_other:last-child > .breadcrumbs .breadcrumbs-item {
    z-index: 1;
    position: relative;
}
@media (max-width: 750px) {
    .breadcrumbs_wrap {
        margin-left: 0;
    }
    ul.bc_exc>li:last-child {
        display: none;
    }
    ul.bc_exc>li:nth-last-child(2):after {
        display: none;
    }
    .bc_other {
        display: none;
    }
}
.block_links {
    display: inline-block;
    margin-bottom: 15px;
}
.block-wrap .block_links {
    padding-bottom: 15px;
    border-bottom: 1px dashed #d9d9d9;
}
.block-wrap .block_links:first-child:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.modul-full .modal-dialog {
    width: auto;
    text-align: center;
}
.modul-full .modal-dialog img {
    width: 100%;
}
.modul-full .modal-dialog .modal-content {
    display: inline-block;
    text-align: center;
}
.btn-bottom-company {
    clear: both;
    margin: 10px 0;
}
.btn-tags {
    white-space: normal;
    margin-right: 5px;
    margin-top: 5px;
    border: 1px solid silver;
    box-shadow: 0px 2px 2px silver;
    color: rgb(108, 108, 108);
    font-size: 12px;
    padding: 4px 8px;
    background: #FAFAFA;
    background-image: -webkit-gradient(
        linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(70, #E8E8E8)
        );
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 70%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 70%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 70%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 70%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 70%);
}
.networks_links_item {
    display: inline-block;
    width: 100%;
    margin: 2px 0px;
    border-bottom: 1px dashed silver;
    padding: 5px 10px 10px 5px;
}
.map-button-wrap {
    margin: 0 10px;
}
.map-button-wrap:hover {
    color: rgb(32, 189, 248);
}
.block_deinfo {
    font-size: 16px;
    margin-bottom: 50px;
}
.number {
    padding: 5px 10px;
    border-radius: 20px;
}
.number.red {
    background: #1eb8ee;
    color: white;
}
.number.blue {
    background: #1eb8ee;
    color: white;
}
.table.table_hours {
    border: 0;
    width: 80%;
}
.table.table_hours.red {
    color: red;
}
.table.table_hours td {
    border: 0;
    line-height: 1.5;
    font-size: 12px;
    padding: 0px 8px;
}
.addthis_toolbox {
    height: 35px;
}
.text-sub-block {
    margin: 25px 45px;
    font-size: 12px;
}
@media (max-width:750px) {
    .text-sub-block {
        margin-left: 0;
        margin-right: 0;
    }
}
.box-param {
    border: 1px solid silver;
    margin-left: 10px;
    margin-top: 14px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.box-param-label {
    position: absolute;
    background: none repeat scroll 0% 0% white;
    top: -10px;
    right: 5px;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid silver;
}
.image_for_text {
    max-width: 100%;
    margin: 16px 0px;
    box-shadow: 0px 0px 10px 2px silver;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
}
.image_for_text:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}
.modal-control-img{
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
}
.modal-control-img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}
.yandex_share_buttons{
    position: absolute;
    text-align: center;
    right: 1px;
    top: -35px;
    background: #eee;
    padding: 5px 3px;
    height: 35px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #d5d5d5;
    z-index: 1;
}
@media (max-width:990px) {
    .yandex-share{
        text-align: center;
    }
}
.hours_time{
    background-color: #f2f8f8;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 15px;
    width: 170px;
    margin: 5px 0 20px 0;
    float: left;
}
.hours_time .hours_time_title {
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
    color: #555;
    text-align: center;
}
.hours_time .hours_table {
    width: 100%;
    font-size: 12px;
    color: #555;
}
.hours_time .hours_table tr td:last-of-type {
    text-align: center;
    border-width: 1px 0 1px 0px;
    border-style: solid;
    border-color: #d5d5d5;
    padding: 0 5px;
}
.hours_time .hours_table tr td:first-of-type {
    background-color: #fff;
    width: 40px;
    height: 30px;
    display: block;
    border-width: 5px 0; 
    border-style: solid;
    border-color: #f2f8f8;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    position: relative;
    color: #555;
}
.hours_time .hours_table tr td:first-of-type:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
    border: 1px solid #d5d5d5;
}
.hours_time .hours_table tr:nth-child(6) td:first-of-type,
.hours_time .hours_table tr:nth-child(7) td:first-of-type {
    color: #000;
}
.hours_time .hours_table tr:nth-child(6) td:first-of-type:after,
.hours_time .hours_table tr:nth-child(7) td:first-of-type:after {
    border: 1px solid #A8A8A8;
}
.hours_time .hours_table tr td[rowspan] {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #d5d5d5;
}
.hours_time .hours_table tr td[rowspan="6"],
.hours_time .hours_table tr td[rowspan="5"],
.hours_time .hours_table tr td[rowspan="4"],
.hours_time .hours_table tr td[rowspan="3"],
.hours_time .hours_table tr td[rowspan="2"] {
    text-align: center;
    font-weight: bold;
}
.hours_time .every_day {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 5px 0;
    color: #555;
}
.hours_time .every_day .every_day_title{
    font-size: 14px;
    font-weight: normal;
    color: #777;
}
.hours_time .btime {
    font-size: 10px;
    font-weight: normal;
    display: block;
    line-height: 12px;
    padding-left: 5px;
}
@media (max-width:990px) {
    .hours_time {
        margin: 5px auto 20px auto;
        float: none;
    }
}
.hours_time_dl dt {
    width:45px;
}
.hours_time_dl dd {
    margin-left: 55px;
}
.hours-info {
    color: #555;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.hours-info .hours-item-ico {
    display: inline-block;
    width: 20px;
    height: 23px;
    background: url(../img/clock-ico.png) center no-repeat;
    vertical-align: bottom;
    margin-right: 7px;
}
.hours-info .hours-info-text {
    font-size: 14px;
    color: #555;
}
.price-list-info {
    color: #1eb8ee;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.price-list-info .price-list-item-ico {
    display: inline-block;
    width: 20px;
    height: 23px;
    background: url(../img/list-ico.png) center no-repeat;
    vertical-align: bottom;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.price-list-info>strong {
    font-size: 18px;
    font-weight: normal;
}
.price-list-info .price-list-info-text {
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px dashed #1eb8ee;
}
.price-list-info.download .price-list-info-text{
    text-decoration: underline;
    border-bottom: none;
    display: inline-block;
}
.price-list-info .price-list-info-source {
    font-size: 12px;
    color: #777;
    text-decoration: none;
}
.price-list-info:hover {
    color: #2a6496;
    text-decoration: none;
}
.price-list-info:hover>strong {
    color: #1eb8ee;
}
.price-list-info:hover .price-list-info-text {
    border-bottom-color: #2a6496;
}
.price-list-info:hover .price-list-info-source {
    color: #777;
    text-decoration: none;
}
.company-slide-wrap {
    overflow: hidden;
    margin: 0 -30px 0 -30px;
    padding: 15px 30px 0 30px;
    position: relative;
    clear: both;
    top: -15px;
}
.company-content-wrap {
    position: relative;
}
.price-list-content {
    margin-bottom: 20px;
}
.price-list-content iframe {
    width: 100%;
    height: 600px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #d9d9d9;
    margin-bottom: 20px;
}
.price-list-content .slide_back_btn {
    color: #1eb8ee;
    display: inline-block;
    margin: 7px 0 17px 0;
    text-decoration: none;
    border-bottom: 1px dashed #1eb8ee;
    margin-right: 0;
}
.price-list-content .slide_back_btn:hover {
    color: #2a6496;
    border-bottom: 1px dashed #2a6496;
}

/* Превью организации на каталожной странице */
.company-preview {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin: 20px 1px;
    position: relative;
    background: #eee;
    box-shadow: 0px 2px 2px 0px rgb(235, 235, 235);
}
.company-preview .logo {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 25%;
    border-radius: 0 5px 5px 0 ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.9;
    z-index: 1;
}
.company-preview .logo.map {
    background-size: auto;
}
.company-preview .logo.map .map_balun {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -13px;
    font-size: 26px;
    color: #555;
}
.company-preview .logo:hover {
    opacity: 1;
}
.company-preview .details {
    margin-right: 25%;
    padding: 10px 0px 10px 15px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    position: relative;
    border-right: 1px solid #d5d5d5;
}
.company-preview .details.one_cols {
    padding-right: 27px;
}
.company-preview .details .d-info-wrap{
    max-width: 260px;
    float: left;
}
.company-preview .details .name .title-info {
    font-size: 18px;
    line-height: 24px;
    display: block;
}
.company-preview .details .name .network_icons {
    margin-left: 20px;
    display: inline-block;
    position: relative;
    top: -3px;
    float: right;
}
.company-preview .details .phones {
    position: relative;
    top: 0px;
    right: 10px;
    float: right;
    margin-left: 30px;
    /*margin-bottom: 10px;*/
}
.company-preview .details .phones .phone-item{
    display: block;
    padding: 0 2px;
}
.company-preview .details .address {
    margin-top: 4px;
    padding-left: 27px;
    position: relative;
}
.company-preview .details .address .address-item-ico {
    margin-right: 3px;
    position: absolute;
    left: 0px;
    top: 1px;
}
.company-preview .details .address .address-info-text {
    line-height: 20px;
}
.company-preview .details .more {
    margin: 4px 0;
    font-size: 13px;
}
.company-preview .details .actions {
    margin-top: 8px;
    padding-left: 27px;
}
.company-preview .details .actions a {
    display: inline-block;
    height: 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space: nowrap; 
    text-decoration: underline;
}
@media (max-width: 1200px) {
    .company-preview .details {
        padding-right: 27px;
    }
    .company-preview .details .phones .phone-item {
        padding: 0;
        margin-left: -1px;
    }
}
@media (max-width: 1000px) {
    .company-preview .details .phones .phone-item {
        padding: 0 2px;
        margin-left: 0;
    }
}
@media (max-width: 800px) {
    .company-preview .details .phones {
        float: left;
        position: static;
        margin-top: 9px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .company-preview .details .d-info-wrap{
        max-width: 70%;
    }
    .company-preview .details {
        padding-right: 27px;
    }
    .company-preview .details .phones .phone-item {
        padding: 0;
        margin-left: -1px;
    }
}
@media (max-width: 700px) {
    .company-preview .logo {
        width: 35%;
    }
    .company-preview .details {
        margin-right: 35%;
    }
    .company-preview .details .name .title-info {
        word-break: break-word;
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 550px) {
    .company-preview {
        background: #fff;
        padding: 10px 0 10px 15px;
        min-height: 112px;
    }
    .company-preview .logo {
        display: block;
        position: static;
        border-radius: 5px;
        width: 100px;
        height: 100px;
        border: 1px solid #d5d5d5;
        float: right;
        margin: -5px 5px 5px 15px;
        background-color: #eee;
        position: relative;
    }
    .company-preview .logo.map {
        background-size: cover;
    }
    .company-preview .logo.map .map_balun{
        font-size: 20px;
        margin-top: -25px;
        margin-left: -10px;
    }
    .company-preview .network_icons {
        height: 20px;
    }
    .company-preview .network_icons .network_icon {
        width: 28px;
        height: 28px;
        background-position: 0 -78px;
        margin-right: 5px;
    }
    .company-preview .network_icons .network_icon.federal {
        width: 30px;
        height: 30px;
        background-position: 0 -106px;
        margin-right: 0px;
    }
    .company-preview .details {
        border: none;
        border-radius: 5px 5px;
        font-size: inherit;
        line-height: inherit;
        background: none;
        margin-left: 0;
        padding: 0;
    }
    .company-preview .details .name {
        display: inline;
        line-height: inherit;
    }
    .company-preview .details .name .title-info {
        display: inline;
        font-size: 16px;
        line-height: 16px;
    }
    .company-preview .details .phones {
        margin-top: 3px;
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
    }
    .company-preview .details .phones .phone-item {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
        padding-left: 25px;
    }
    .company-preview .details .phones .phone-item-ico {
        display: none;
    }
    .company-preview .details .phones .phone-item:first-of-type .phone-item-ico {
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 0;
    }
    .company-preview .details .address {
        font-size: 14px;
        line-height: 18px;
        padding-left: 0;
    }
    .company-preview .details .address .address-item-ico {
        display: none;
    }
    .company-preview .details .address .address-info-text {
        font-size: 14px;
        line-height: 18px;
    }
    .company-preview .details .actions {
        padding-left: 0;
        display: inline;
        font-size: 12px;
        line-height: 14px;
    }
    .company-preview .details .actions a {
        height: auto;
        white-space: normal;
        display: inline-block;
    }
    .company-preview .details .actions a:first-of-type {
        margin-top: 9px;
    }
    .company-preview .details .actions .company-link-info-name {
        display: none;
    }
}
.company_tags{
    margin: 0px;
}
@media (max-width:380px) {
    .search-text{
        display: none;
    }
}
