.map {
    position: relative;
    height: 563px;
    overflow: hidden;
}

.map .sel_bar {
    position: absolute;
    left: 0;
    top: 10px;
}

.map .sel_bar > div {
    display: inline-block;
    background: url("/addons/default/themes/jkh/img/fon.png");
    padding: 5px 8px 9px;
    color: #fefefe;
    margin-right: 3px;
}

.map .sel_bar > div > p {
    font-size: 1.166666666666667em; /* 14px/12px */
    margin-bottom: 1px;
}

.map .sel_bar > div > span {
    border-bottom: 1px dotted #fefefe;
    cursor: pointer;
}

.map .full_bar {
    position: absolute;
    top: 0;
    left: -9999px;
    background: url("/addons/default/themes/jkh/img/fon.png");
    width: 100%;
    height: 100%;
}

.map .full_bar > div {
    padding: 0;
    color: #fefefe;
    overflow: hidden;
    overflow-x: auto;
}

.map .full_bar > span {
    left: auto;
    top: 9px;
    right: 9px;
    background-position: -43px -50px;
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.map .full_bar .list {
    padding: 15px 0 20px 20px;
}

.map .full_bar .list .column {
    padding-right: 10px;
}

.map .full_bar h2, .map .full_bar h3, .map .full_bar h4 {
    color: #fefefe;
}

.map .full_bar h2 {
    font-size: 1.666666666666667em; /* 20px/12px */
    font-family: "open_sansregular";
    font-weight: normal;
    margin: 15px 0 0 20px;
}

.map .full_bar h2 span {
    font-size: 0.65em; /* 13px/20px */
    color: #d2d1d1;
}

.map .full_bar h3, .map .full_bar h4 {
    font-size: 1.25em; /* 15px/12px */
    margin: 5px 0;
    font-weight: normal;
    font-family: "open_sanssemibold";
}

.map .full_bar h3:first-child {
    margin-top: 0;
    display: inline-block;
}

.map .full_bar p {
    margin-bottom: 0;
    line-height: 19px;
    cursor: pointer;
}

.map .full_bar p:hover span {
    border-bottom: 1px solid #fefefe;
}

.map .full_bar p.selected {
    color: #d2d1d1;
}

.map .full_bar p.selected:hover span {
    border-bottom: none;
}

.map .full_bar {
    z-index: 2;
}

.map .sel_bar {
    left: 40px;
}

.district_list {
    margin-left: 20px;
}

/* select period */
.sel_period {
    font-size: 1.25em; /* 15px/12px */
    margin: 15px 0 10px;
}

.sel_period input {
    display: inline-block;
    width: 77px;
    font-size: 1em;
    line-height: 20px;
    height: 20px;
    padding: 3px 9px;
    position: relative;
    top: -2px;
}

.sel_period input.placeholder {
    font-style: normal;
}

.sel_period > span {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    top: 1px;
}

.sel_period > span > span {
    background-position: -196px -375px;
    cursor: pointer;
}

ul.categories {
    margin: 0 0 10px;
}

ul.categories > li {
    margin: 0 0 0 28px;
    list-style: none;
    display: inline-block;
    position: relative;
    color: #0080a5;
    border-bottom: 1px dotted #0080a5;
    cursor: pointer;
}

ul.categories > li:hover {
    border-bottom: none;
    padding-bottom: 1px;
}

ul.categories li.more {
    padding-right: 15px;
    position: relative;
}

ul.categories li.more span {
    background-position: -78px -34px;
    width: 7px;
    height: 4px;
    left: auto;
    right: 1px;
    top: 7px;
}

ul.categories li.more ul {
    display: none;
    position: absolute;
    margin: 0;
    left: -12px;
    top: 16px;
    min-width: 150px;
    width: auto;
    border: 1px solid #d5d5d5;
    background: url("/addons/default/themes/jkh/img/fon2.png");
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 0 4px;
    z-index: 4;
}

ul.categories li.more ul:hover {
    background: #fff;
}

ul.categories li.more ul > li {
    margin: 0;
    list-style: none;
    padding: 5px 6px 5px 11px;
}

ul.categories li.more ul > li:hover {
    background: #f5f5f5;
}

ul.categories li.more ul > li:active, ul.categories li.more ul > li:focus {
    background: #e8e8e8;
}

ul.categories li.more ul > li.active:hover, .top table td ul > li.active:active, .top table td ul > li.active:focus {
    background: none;
}

ul.categories li.more ul > li a {
    color: #006480;
    text-decoration: none;
}

ul.categories li.more ul > li.active a {
    color: #acacac;
    cursor: default;
}

ul.categories li.more:hover ul {
    display: block;
}

ul.categories li:first-child {
    margin-left: 0;
}

ul.categories li.active {
    border: none;
    color: #ec8241;
}

ul.categories > li a {
    text-decoration: none;
    color: inherit;
}

/* search block */
.search {
    position: relative;
    margin-bottom: 20px;
}

.search_block {
    background: #ff9713;
    position: relative;
    padding: 0;
    min-width: 620px;
    margin-right: 315px;
    height: 73px;
}

.internal .search_block {
    margin-right: 0;
}

.search_block .bg, .search_block .bg div {
    position: absolute;
    width: 230px;
    height: 100%;
    background: #ffad3b;
    right: 0;
    top: 0;
}

.search_block .bg span {
    width: 21px;
    background-position: 0 0;
}

.search_block .bg div {
    width: 160px;
    background: #ffc773;
}

.search_block .bg div span {
    background-position: -21px 0;
}

.search_block form {
    position: relative;
    margin: 0 11px 0 90px;
}

.search_block form p {
    margin-right: 109px;
}

.search_block form p:first-child {
    color: #fff;
    font-size: 1.416666666666667em; /* 17px/12px */
    margin: 0;
    line-height: 32px;
}

.search_block form > span {
    background-image: url("/addons/default/themes/jkh/img/category-icon.png");
    width: 53px;
    height: 53px;
    top: 10px;
    left: -71px;
}

.search_block form > span.c1 {
    background-position: 0 0;
}

.search_block form input[type="text"] {
    border-color: #fff;
    font-size: 1.083333333333333em; /* 13px/12px */
    width: 97%;
    padding: 3px 1%;
}

/* stat block */
.stat_block {
    position: absolute;
    right: 0;
    top: 0;
    width: 305px;
}

.stat_block table {
    border-color: #ffb282;
    border-width: 1px;
    border-style: dashed;
    margin-bottom: 3px;
}

.stat_block table td {
    border-color: #ffb282;
    border-style: dashed;
    padding: 0 10px 1px;
    vertical-align: middle;
}

.stat_block table tr td:first-child {
    font-family: "open_sanssemibold";
    font-size: 1.5em; /* 18px/12px */
    text-align: center;
    border-left: 0;
    width: 67px;
    color: #ec8241;
}

.stat_block table tr.odd td {
    background: none;
}

/* search results */

.search_block .btn.send {
    position: absolute;
    right: 0;
    top: 32px;
    color: #fff;
    font-size: 1.166666666666667em; /* 14px/12px */
}
.search_block .btn.send {background-position: 0 -720px; }
.search_block .btn.send>div {background-position: 100% -750px; }
.search_block .btn.send>div>div {background-position: 0 -780px; padding: 0 14px 0 34px; line-height: 30px; height: 30px; }
.search_block .btn.send:hover {background-position: 0 -810px; }
.search_block .btn.send:hover>div {background-position: 100% -840px; }
.search_block .btn.send:hover>div>div {background-position: 0 -870px; }
.search_block .btn.send.click {background-position: 0 -900px; }
.search_block .btn.send.click>div {background-position: 100% -930px; }
.search_block .btn.send.click>div>div {background-position: 0 -960px; }
.search_block .send .ico {
    width: 20px;
    height: 20px;
    top: 5px;
    left: 9px;
    background-position: -68px -42px;
}

.search_results {
    z-index: 1;
    position: absolute;
    background: #fff;
    width: 309px;
    padding: 0;
    top: 10px;
    right: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
    border: 1px solid #e7e7e7;
    overflow: hidden;
}

.search_results .title {
    height: 48px;
    padding: 0 10px;
    line-height: 48px;
}

.search_results .title p {
    font-size: 1.416666666666667em; /* 17px/12px */
    padding-left: 20px;
}

.search_results .title p span#open {
    position: relative;
    cursor: pointer;
    margin-left: 30px;
    color: #0080a5;
    border-bottom: 1px dotted #0080a5;
    font-size: 0.7647058823529412em; /* 13px/17px */
    line-height: 15px;
    display: inline-block;
}

.search_results .title p span#open > .ico {
    height: 7px;
    width: 7px;
    left: -12px;
    top: 6px;
    background-position: -227px -375px;
}

.search_results .item_list {
    overflow: hidden;
    height: 0;
}

.search_results .item_list .scroll_pane {
    border-top: 1px solid #e7e7e7;
    height: 461px;
    width: 309px;
    overflow: auto;
    position: relative;
}

.search_results .item_list ul {
    margin: 0;
    padding: 13px 0;
}

.search_results .item_list ul li {
    margin: 0;
    padding: 5px 15px 5px 35px;
    list-style: none;
    position: relative;
    border-left: 3px solid #fff;
}

.search_results .item_list ul li > span {
    position: absolute;
    left: 0;
    top: 9px;
    width: 28px;
    text-align: right;
    height: 16px;
    line-height: 16px;
    color: #9c9c9c;
}

.search_results .item_list ul li > p {
    margin-bottom: 0;
}

.search_results .item_list ul li > p:first-child {
    margin-bottom: 7px;
}

.search_results .item_list ul li > p > a {
    text-decoration: none;
    font-size: 1.25em; /* 15px/12px */
}

.search_results .item_list ul li > p > span {
    color: #9c9c9c;
}

.search_results .item_list ul li:hover {
    border-left-color: #00aee1;
}

.search_results .item_list ul li.active {
    border-left-color: #c8c8c8;
    background: #f5f5f5;
}

.search_results .list_paging {
    border-top: 1px solid #e7e7e7;
}

.search_results .list_paging {
    text-align: center;
}

.search_results.opened {
    top: 0;
}

.search_results.opened .title {
    padding: 10px;
}

.search_results.opened .title p span#open > .ico {
    background-position: -227px -383px;
}

.search_results.opened .item_list {
    height: 493px;
}

.search_results.nothing .title {
    padding: 12px;
    height: auto;
    line-height: normal;
}

.search_results.nothing .title p {
    color: #9c9c9c;
    font-style: italic;
    font-size: 1.25em; /* 15px/12px */
}

.search_results.nothing .title p:first-child {
    color: #484848;
    font-style: normal;
    font-size: 1.416666666666667em; /* 17px/12px */
}

.search_block.full {
    margin-right: 0px;
}

/* info_block */
.right .info_block {
    border: 1px solid #5ecfef;
    margin-bottom: 30px;
    width: 298px;
    overflow: hidden;
}

.info_block .tab .title {
    background: #5ecfef;
    line-height: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
}

.info_block .tab .title > span {
    padding: 4px 0 4px 30px;
    position: relative;
    font-size: 1.666666666666667em; /* 20px/12px */
}

.info_block .tab .title > span > span {
    width: 22px;
    height: 22px;
    top: 6px;
}

.info_block .tab#first .title > span > span {
    background-position: -187px -328px;
}

.info_block .tab#second .title > span > span {
    background-position: -210px -328px;
}

.info_block .tab#third .title > span > span {
    background-position: -187px -352px;
}

.info_block .tab#fourth .title > span > span {
    background-position: -210px -352px;
}

.info_block .tab .tab_content {
    padding: 0 10px 10px;
    margin-top: 17px;
    height: 309px;
    width: 278px;
    overflow: auto;
}

.info_block .tab#first .tab_content {
    background: url("/addons/default/themes/jkh/img/first-tab-bg.png") 98% 100% no-repeat;
}

.info_block .tab#second .tab_content {
    background: url("/addons/default/themes/jkh/img/second-tab-bg.png") 98% 100% no-repeat;
}

.info_block .tab .tab_content h3, .info_block .tab .tab_content h4 {
    font-family: "open_sansregular";
    font-weight: normal;
    color: #00a25b;
}

.info_block .tab .tab_content h3 {
    font-size: 1.5em;
    margin: 0 0 11px; /* 18px/12px */
}

.info_block .tab .tab_content h4 {
    font-size: 1.166666666666667em;
    margin: 10px 0 2px; /* 14px/12px */
}

.info_block ul.tabs {
    margin: 32px auto 15px;
    width: 240px;
}

.info_block .tabs li {
    float: left;
    border-left: 1px dotted #5ecfef;
    width: 59px;
    height: 15px;
    list-style: none;
    margin: 0;
}

.info_block .tabs li:first-child {
    border: none;
}

.info_block .tabs li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.info_block .tabs li a span {
    width: 22px;
    height: 22px;
    top: -4px;
    left: 50%;
    margin-left: -11px;
}

.info_block .tabs li a.first span {
    background-position: -88px -33px;
}

.info_block .tabs li a.second span {
    background-position: -111px -33px;
}

.info_block .tabs li a.third span {
    background-position: -134px -33px;
}

.info_block .tabs li a.fourth span {
    background-position: -157px -33px;
}

.info_block .tabs li:hover a.first span {
    background-position: -88px -56px;
}

.info_block .tabs li:hover a.second span {
    background-position: -111px -56px;
}

.info_block .tabs li:hover a.third span {
    background-position: -134px -56px;
}

.info_block .tabs li:hover a.fourth span {
    background-position: -157px -56px;
}

.info_block .tabs li.active a span {
    width: 32px;
    height: 32px;
    top: -10px;
    margin-left: -16px;
}

.info_block .tabs li.active a.first span {
    background-position: -104px 0;
}

.info_block .tabs li.active a.second span {
    background-position: -137px 0;
}

.info_block .tabs li.active a.third span {
    background-position: -170px 0;
}

.info_block .tabs li.active a.fourth span {
    background-position: -203px 0;
}