body {
    font-size: 12.5px;
    font-family: "Yandex_Sans_Display_Web_Light", arial, helvetica;
    margin: 0;
}

#header {
    font-family: "Yandex_Sans_Display_Web_Bold";
    font-size: 17px;
    color: #000000;
    letter-spacing: .02em;
    line-height: 20px;
    margin-bottom: 20px;
}

#subheader {
    font-family: "Yandex_Sans_Display_Web_Light";
    font-size: 12.5px;
    color: #000000;
    line-height: 15px;
    margin-bottom: 20px;
}

#legend {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 20px;
}

#legend td {
    width: 30%;
    padding-right: 10px;
    vertical-align: top;
}

#legend td.clickable {
    cursor: pointer;
}

.table-subheader {
    font-family: "Yandex_Sans_Display_Web_Bold", arial, helvetica;
}

.table-label {
    margin-left: 17px;
}

.legend-square {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-radius: 5px;
    position: absolute;
    margin-top: 2px;
}

.selection {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 1px solid #778690;
    margin-top: 0;
}

#legend+span {
    font-size: 12.5px;
}

#ctlzoom a {
    background-color: rgba(255,255,255,0.9);
}


/* ПОИСК */
form.search {
    display: inline-block;
}

input.search {
    font-family: "Yandex_Sans_Display_Web_Light";
    position: absolute;
    left: 0px;
    top: 300px;
    width: 210px;
    height: 18px;
    background-color: rgba(255,255,255,0.8);
    border: 1px solid #aaa;
    padding: 0 5px;
    color: #888888;
    margin-bottom: 11px;
}

.search-icon {
    position: absolute;
    left: 226px;
    top: 300px;
    width: 20px;
    height: 20px;
    background: url('../i/search-icon.svg');
}


/* ТУЛТИП */
.tooltip {
    position: absolute;
    font-family: "Yandex_Sans_Display_Web_Light";
    font-size: 12.5px;
    padding: 6px;
    background: rgba(255, 255, 255, .9);
    border: solid 1px rgba(203, 203, 203, .5);
    pointer-events: none;
    line-height: 15px;
    max-width: 300px;
}


/* ПОДПИСЬ */
#caption {
    font-family: "Yandex_Sans_Display_Web_Regular";
    text-transform: uppercase;
    font-size: 9px;
    color: #555150;
    margin-top: 20px;
    letter-spacing: .06em;
    line-height: 13px;
}