html, body, div, span, table, tbody, thead, tfoot, tr, td, hr, br, p, em, abbr, strong, small, h1, h2, h3, h4, h5, h6, img, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, iframe, object, a, article, aside, audio, bdi, canvas, data, datalist, details, figcaption, figure, footer, header, main, mark, meter, nav, output, progress, section, summary, time, video {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: transparent
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

html, body {
    background-color: #fff;
    height: 100%;
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
    font-family: Arial, "Arial Narrow", serif;
}

.disabled-scroll {
    overflow-y: hidden;
}

svg:not(:root) {
    overflow: hidden
}

button, input, select, textarea {
    margin: 0;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, "Arial Narrow", serif;
    font-size: 14px
}

input[type=button], input[type=reset], input[type=submit], input[type=image], button {
    cursor: pointer;
    overflow: visible
}

input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=image]::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0
}

td {
    vertical-align: top
}

th {
    font-weight:normal;
    text-align: left;
}

ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #333333;
    font-size: 22px;
    line-height: 1.2;
    margin: 10px 0;
    padding: 0
}

h1 {
    font-size: 33px;
    line-height: 1.1;
    padding: 0 0 28px;
    margin: 0
}

h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 21px 0 10px
}

h4 {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

h5 {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 0
}

h6 {
    font-size: 12px;
    font-weight: 700;
    padding: 14px 0 4px;
    color: #000
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block
}

p {
    margin: 0 0 1em
}

.p-container p:last-of-type {
    margin-bottom: 0;
}

.overflow-x-always {
    overflow-x: auto;
}

/* структура таблицы [ */
.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-caption {
    display: table-caption;
    caption-side: top;
    text-align: center;
    margin-bottom: 10px;
}

.table-caption-upper {
    text-transform: uppercase;
    font-weight: bold;
}

.table-header {
    display: table-header-group;
}

.table-column {
    display: table-column;
}

.table-body {
    display: table-row-group;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.full-width-cell {
    width: 100%;
}
/* структура таблицы ] */

.page-head {
    position: relative;
    z-index: 2;
}

.page-head__logo-plate {
    background-color: rgba(0, 0, 0, 0.7);
}

.page-head__container {
    position: relative;
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.page-head__logo {
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    margin-right: 35px;
}

.page-head__logo::before {
    content: '';
    width: 43px;
    height: 43px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/logo.svg?bust=1.3.18) no-repeat 50% 50%;
    background-size: 100%;
}

.page-head__text {
    display: inline-block;
    vertical-align: middle;
}

.main-nav {
    display: inline-flex;
    flex-grow: 1;
    justify-content: center;
    vertical-align: middle;
}

.user-nav {
    display: inline-block;
    /*margin-top: 8px;*/
    float: right;
    cursor: pointer;
}

.drop-nav {
    display: block;
    vertical-align: middle;
    list-style: none;
}

.drop-nav__item {
    display: block;
    border-bottom: 1px solid #cccccc;
    padding: 12px 0 12px 12px;
    cursor: pointer;
}

.drop-nav__item:hover {
    background: #f6f6f6;
}

.drop-nav__input {
    width: 40%;
    margin: 0 10px 0 0;
}

.dropdown__content {
    padding: 0;
}

.main-nav__item {
    display: inline-block;
    cursor:pointer;
}

.main-nav__text:hover {
    background-color: #666666
}

.main-nav__item_selected {
    background-color: #666666
}

.main-nav__item a {
    text-decoration:none;
}

.main-nav__text {
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    white-space: nowrap;
    font-size: 18px;
    font-family: ProximaNovaCond, "Arial Narrow", "Arial Narrow", serif;
    /*margin-top: 8px;*/
}

.admin-panel-button {
    width: 147px;
}

.admin-panel-button-long-text {
    font-size: 12px;
    padding: 0;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                           not supported by any browser */
}

.colored-block__link {
    text-decoration:none;
    color:inherit;
}
.colored-block__link:hover {
    text-decoration:none;
}

.colored-block__text {
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.colored-block__text:hover {
    background: #fffdea
}


.page-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -75px;
}


.page-footer-wrapper {
    height: 75px;
    /*margin-top: 75px;*/
    background-color: white;
    position: relative;
}

.page-footer-wrapper > div {
    background-color: white;
}

.page-wrapper__push {
    height: 200px;
    background-color: transparent;
    position: relative;
}
.page-footer__line {
    border-top: 1px solid #e4ebee;
}

.page-footer__copyright {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.43;
    color: #666666;
}

.page-footer__text {
    margin: 0;
    padding-left: 80px;
    /*font-size: small;*/
}

.page-footer__top {
    padding-top: 15px;
}

.page-footer__logo {
    width: 63px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 30px;
    background-image: url(../images/logo.svg?bust=1.3.18);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px 40px;
}

.dropdown__content_width-middle {
    width: 300px !important;
}

.report-header {
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.11;
    color: #333333;
}

.report-description {
    margin: 50px 0 0 0;
    font-family: ProximaNovaCond, "Arial Narrow", serif;
}

.report-characteristics-summary {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: smaller;
}

.report-buttons__align-left {
    float: left;
}

.report-buttons__margin-left {
    margin-left: 10px;
}

.report-buttons__align-right {
    float: right;
}

.report-controls {
    height: 45px;
    border-bottom: 1px solid #cccccc;
    font-family: Arial, "Arial Narrow", serif;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding: 0;
    margin-bottom: 35px;
}

.report-filter-dropdown-input {
    width: 50%;
    margin: 0 10px 0 0;
}

.report-filter-trigger {
    font-size: 14px;
    margin-left: -5px !important;
}

.report-label__gray {
    color: #cccccc;
}

.report-label__gray-italic {
    font-family: Arial, "Arial Narrow", serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #999999;
}

.report-header__small {
    font-size: 14px;
}

.report-header-calendar {
}

.report-header-wrapper__by-month {
    display: inline-block;
}

.report-header__quater-year {
    border-right: 1px solid #999999;
    border-bottom: 1px solid #99999;
    text-align: center;
    color: #999999;
    font-style: italic;
    white-space: nowrap;
}

th .report-column__year {
    border-top: 1px solid #999999;
}

.bloko-data-loading {
    text-align: center;
    margin-top: 50px;
    width: 100%;
}

.report-column__year {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    border-left: 1px solid #eeeeee;
    border-right: 2px solid #999999;
    text-align: right;
    background-color: #fbfbfb;
    white-space: nowrap;
    color: #333333;
}

.report-column__quater {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    text-align: right;
    color: #666666;
    white-space: nowrap;
}

.report-header-column__background {
    background-color: #fbfbfb;
}

.report-column__month {
    padding-right: 5px;
    padding-left: 5px;
    text-align: right;
    color: #999999;
    white-space: nowrap;
}

.report-column__year-by-month {
    border-right: 2px solid #999999;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    background-color: #fafafa;
    white-space: nowrap;
}

.report-column__quater-by-month {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    text-align: right;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #999999;
    white-space: nowrap;
}

.report-column__month-by-month {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    text-align: right;
    white-space: nowrap;
}

.report-column__bold {
    font-weight: 700;
}

.report-scrollable__x {
    width: 659px;
    overflow-x: auto;
    white-space: nowrap;
    resize: none;
}

.report-labels__right {
    float: left;
}

.report-data-row {
    height: 30px;
}

.report-labels-1st {
    border-right: 2px solid #aaaaaa;
    position: relative;
    width: 273px;
}
.report-labels__bordered {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    vertical-align: middle;
}

.report-labels-2nd {
    padding-left: 30px;
    border-right: 2px solid #aaaaaa;
    position: relative;
}

.report-labels-3d {
    padding-left: 60px;
    border-right: 2px solid #aaaaaa;

}
.report-labels__ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    resize: none;
}

.report-labels-1st .report-labels__ellipsis {
    width: 270px;
}
.report-labels-2nd .report-labels__ellipsis {
    width: 240px;
}
.report-labels-3d .report-labels__ellipsis {
    width: 210px;
}


.report-view {
    border-top: 1px solid #cccccc;
}

.report-filter-labels {
    padding-top: 18px;
    margin-bottom: 8px;
}

.report-labels-spacer__left {
    height: 22px;
}

.report-header__year-by-month {
    border-right: 2px solid #aaaaaa;
    text-align: center;
    vertical-align: middle;
    background-color: #fafafa;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}
#placeholder{
    overflow-x: auto;
    border-top: 1px solid #eeeeee;
    resize: none;
}

.element_right-aligned {
    text-align: right;
}

.element_left-aligned {
    text-align: left;
}

.report-sum {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    font-weight: 700;
}

.report-row {
    padding-top: 30px;
}

.report-row h3{
    font-size: 12pt;
}

.pager {
    margin-top: 20px;
    margin-bottom: 120px;
    display: block;
    float: left;
}

.pager-element {
    float: left;
    padding: 5px;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    vertical-align: middle;
}
.pager-element:hover{
    background: #f8f8f8;
    text-decoration: none;
}

.pager-current{
    background: #d7d7d7;
}

.pager-nav{
    float: left;
    display: block;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.ca-report-footer {
    margin-top: 30px;
    color: #cccccc;
    font-style: italic;
    font-size: 10pt;
}

.ca-report-footer p {
    margin: 0;
}


.bloko-form-item .tags-any {
    font-weight: bold;
}

.da-report {
    font-family: Arial, "Arial Narrow", serif;
    font-size: 14px;
    font-weight: 400;
}

.report-control {
    display: flex;
}

.da-show-more {
    font-size: 12px;
    text-align: right;
    color: #0096ff;
    padding-top: 25px;
    display: inline-block;
    cursor: pointer;
}

.dashed {
    background: -moz-linear-gradient(left, #0096ff, #0096ff 60%, transparent 60%);
    background: -ms-linear-gradient(left, #0096ff, #0096ff 60%, transparent 60%);
    background: -o-linear-gradient(left, #0096ff, #0096ff 60%, transparent 60%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#0096ff), color-stop(0.6, #0096ff), color-stop(0.6, transparent));
    background: -webkit-linear-gradient(left, #0096ff, #0096ff 60%, transparent 60%);
    background: linear-gradient(left, #0096ff, #0096ff 60%, transparent 60%);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: 0 95%;
}

.da-row-hide {
    display: none;
}

.da-element {
    padding-top: 15px;
    line-height: 18px;
}

.da-title {
    padding-right: 15px;
    text-align: right;
    white-space: nowrap;
}

.da-num {
    padding-right: 15px;
    text-align: right;
    color: #cc0000;
    white-space: nowrap;
}

.da-text {
    width: 175px;
    color: #333333;
}

.da-gray-italic-text {
    font-style: italic;
    color: #999999;
}

.da-second-column {
    padding-left: 50px;
}

.da-company-description {
    width: 431px;
    height: 48px;
    font-size: 12px;
    font-style: italic;
    color: #999999;
    padding: 30px 0 10px 0;
}

.da-item-description {
    padding: 10px 15px;
}

.da-report-footer {
    margin: 20px 0 120px 0;
    float: left;
    width: 320px;
    height: 36px;
    color: #666666;
}

.da-button {
    background-color: #f9f9f9;
    border: solid 1px #cbd1d4;
}

.da-button_pressed {
    background-color: #e5e5e5;
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #cbd1d4;
}

.element-table {
    display: table;
}

.element-table-cell {
    display: table-cell;
}

.red-asterisk {
    color: #CC0000;
    margin-left: 5px;
}

.request-tool {
    padding: 15px;
    border: solid 1px #cbd1d4;
    margin-bottom: 25px;
}

.request-tool-ca {
    background-color: #fffff7;
}

.request-tool-da {
    background-color: #f7fffd;
}

.request-tool-data {
    padding-left: 25px;
}

.request-tool-text {
    color: #666666;
    font-size: 14px;
    line-height: 1.5em;
    padding-top: 15px;
}

.request-tool-price {
    font-weight: bold;
}

#request-tool-price-block {
    margin-bottom: 10px;
    display: none;
    height: 93px;
}

#request-tool-price {
    padding-top: 5px;
    text-decoration: line-through;
    font-size: 1.2em;
    padding-bottom: 5px;
    color: lightgray;
    visibility: hidden;
}

#request-tool-discount-price {
    display: inline;
}

.request-tool-discount-price-vat-label {
    font-size: 12px;
    color: #666666;
}

.request-total-discount-price-vat-label {
    font-size: 14px;
    padding-left: 15px;
    color: #666666;
}

.inline {
    display: inline-block;
}

table.sticky {
    background: #ffffff;
}

.sticky-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    width: 100%;
}

.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: auto; /* Prevent table from stretching to full size */
    background: #ffffff;
}

.sticky-wrap .sticky-thead {
    box-shadow:  0 5px 5px 0 rgba(0, 0, 0, 0.5);
    z-index: 40;
    /*width: 100%; !* Force stretch *!*/
}


.sticky-wrap .sticky-intersect {
    z-index: 60;
}
.sticky-wrap .sticky-intersect th {
    background-color: #ffffff;
    height: 25px;
}
.sticky-wrap td,
.sticky-wrap th {
    box-sizing: border-box;
}

.sticky-wrap.overflow-y {
    overflow-y: auto;
    max-height: 50vh;
}

.sticky-col {
    /*border-right: 2px solid #aaaaaa;*/
    box-shadow:  1px 0 5px 0 rgba(0, 0, 0, 0.5);
}

#areas-edit {
    display: none;
}

#industries-edit {
    display: none;
}

#specializations-edit {
    display: none;
}

#professionalRoles-edit {
    display: none;
}

.loader-icon {
    background-image: url("../images/loader-blue.gif?bust=1.3.18");
    margin: auto;
    width: 160px;
    height: 20px;
    margin-top: 100px;
}

.loader-import {
    margin-top: 15px!important;
}

.loader-text {
    color: #878787;
    margin: auto;
    text-align: center;
}

.message {
    margin-top: 20px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.hand {
    cursor:pointer;
}

#period {
    width: 110px;
    float: left;
    margin-right: 40px;
}

.dropdown__content_width-low {
    width: 200px !important;
}

.radio-column {
    float: left;
    padding-top: 22px;
    padding-right: 25px;
    padding-left: 17px;
    padding-bottom: 20px;
}

.period-button {
    float: left;
    padding: 0 0 15px 17px;
}

.bloko-tag__section_count {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.section-margin {
    margin-top: 40px;
}

.ch-max0 {
    background-color: rgb(255,241,215);
}

.ch-max1 {
    background-color: rgb(255,246,229);
}

.ch-max2 {
    background-color: rgb(255,250,241);
}

.report-column-title {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    white-space: nowrap;
}

.report-column-title-wrap {
    white-space: normal !important;
}

.report-column-title-2 {
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.ch-custom-column {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ch-title-column {
    color: #333333;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ch-title-column-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.ch-title-column-content > .ch-title-column-text {
    flex: 1;
}

.ch-title-column-content > .ch-title-column-expand {
    padding-top: 2px;
    margin-left: 5px;
    cursor: pointer;
}

.ch-data-column {
    color: #666666;
}

@font-face {
    font-family: ProximaNovaCond;
    src: url("ProximaNovaCond-Reg.woff#") format("woff"),
    url("ProximaNovaCond-Reg.eot?#iefix") format("embedded-opentype"),
    url("ProximaNovaCond-Reg.otf") format("opentype");
}
@font-face {
    font-family: ProximaNovaCond-Bold;
    src: url("ProximaNovaCond-Bold.woff#") format("woff"),
    url("ProximaNovaCond-Bold.eot?#iefix") format("embedded-opentype"),
    url("ProximaNovaCond-Bold.otf") format("opentype");
}


.suggest-wrapper {
    display: inline-block;
    width:100%;
}

.suggest-item-text {
    display: inline-block;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    overflow: hidden;
}

.suggest-item-id {
    display: inline-block;
    float:right;
    font-size: 11px;
    color: #959595;
    width: 25%;
}

.ca-nodata {
    width: auto;
    text-align: center;
}

.keyword-input {
    padding-right: 35px;
}

.keyword-add {
    margin-left: -50px;
}

.loader__wrapper {
    height: 100%;
    width: 16px;
    position: absolute;
    right: 8px;
    top: 0;
}
.loader__inline {
    height: 16px;
    width: 16px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url('../images/loader.gif?bust=1.3.18');
    display: none;
}

#request-send {
    margin-bottom: 20px;
}

.request-description-steps {
    margin-bottom: 120px;
}

.export-loader__text {
    text-align: center;
}

.export-loader__text-wrapper {
    margin-bottom: 30px;
}

.icon_calendar{
    background-image:url(../images/icon-calendar.svg?bust=1.3.18)
}

.icon_ellipsis-horizontal-small {
    background: url(../images/ellipsis-horizontal-small.svg?bust=1.3.18) center no-repeat;
    width: 16px;
    height: 16px;
}

.icon_ellipsis-horizontal-medium {
    background: url(../images/ellipsis-horizontal-medium.svg?bust=1.3.18) center no-repeat;
    width: 24px;
    height: 24px;
}

.access-available {
    color: #60ad66;
}
.access-not-available {
}

.button_show {
    margin-left: -30px;
}

.employer__name {
    font-size: 22px;
    margin-top: 62px;
}

.employer__id {
    font-size: 14px;
    color: #acb5ba;
}

.salary-bank {
    background-color: #fdf9fd;
}

.home-page {
    display: flex;
    flex-direction: column;
}

.tool-inner {
    position: relative;
    height: 206px;
    padding: 30px;
    margin-bottom: 30px;
    border: solid 1px #cbd1d4;
    display: block;
    cursor: pointer;
}

.tool-title {
    margin: 0 0 12px;
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 22px;
    /*font-weight: 600;*/
    line-height: 1.18;
}

.tool-block h1 {
    font-size: 36px;
    font-family: ProximaNovaCond, "Arial Narrow", serif;
}

.tool-inner-text {
    color: #666666;
    font-size: 14px;
    line-height: 1.5em;
}

.tool-arrow {
    position: absolute;
    bottom: 25px;
    left: 30px;
    width: 34px;
    height: 34px;
    background: url(../images/arrow.svg?bust=1.3.18) no-repeat;
}

.tool-inner:hover .tool-arrow {
    background: url(../images/arrow-hover.svg?bust=1.3.18) no-repeat;
}

.tool-block {
    margin: 50px 0;
}

.tool-block {
    order: 1;
}

.tool-block_authorized h1 {
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    padding: 0 0 30px;
}

.home-page button {
    width: 160px;
}

.header-block {
    min-height: 356px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/front-bg.jpg?bust=1.3.18);
    background-position: 50% 50%;
    color: white;
}

.header-block h1 {
    padding: 0;
    margin-top: 57px;
    margin-bottom: 15px;
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.06;
    color: white;
}

.header-block__text {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.57;
    opacity: 0.85;
}

.header-block button {
    margin-bottom: 69px;
}

.header-block-stats {
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 20px;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 15px;
}

.header-block-description {
    opacity: 0.85;
    line-height: 1.57;
    color: #ffffff;
    margin-bottom: 30px;
}

.request-button {
    height: 38px;
    width: 160px;
    font-size: 14px;
    color: white;
    background-color: #0f8fee;
}

.description-block {
    margin-top: 48px;
    margin-bottom: 50px;
}

.description-block h3 {
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin: 12px 0 5px 0;
}

.description-inner {
    max-width: 235px;
    margin: 0 auto;
    text-align: center;
}

.description-star,
.description-triangle,
.description-square {
    margin: 67px auto 0;
    width: 82px;
    height: 82px;
    display: block;
    flex-shrink: 0;
}

.description-star {
    background: url(../images/star.svg?bust=1.3.18) no-repeat;
}

.description-triangle {
    background: url(../images/triangle.svg?bust=1.3.18) no-repeat;
}

.description-square {
    background: url(../images/square.svg?bust=1.3.18) no-repeat;
}

.counters-block {
    padding-bottom: 80px;
}

.counters-title {
    padding-top: 5px;
    margin: 0;
}

.counters-title__small {
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 24px;
}

.block-bordered-wrapper {
    border: 2px solid #ededed;
    padding: 6px 0;
    margin: -2px;
}

.block-bordered-inner {
    margin: 0 -15px;
}

.counters-inner {
    text-align: center;
    border: 0 solid #ededed;
    padding: 0 15px;
    margin: 15px 0;
}

.counters-inner_center {
    border-width: 0 2px;
}

.counters-block h3 {
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 48px;

}

.counters-inner-text {
    color: #999999;
    margin: 0;
}

.request-block {
    position: relative;
    overflow: hidden;
    height: 590px;
    background: #f6f6f6;
}

.request-block h1 {
    margin-top: 113px;
    max-width: 450px;
    padding-bottom: 11px;
    font-size: 36px;
    font-family: ProximaNovaCond, "Arial Narrow", serif;
}

.request-block__text {
    max-width: 430px;
    font-size: 16px;
    line-height: 1.38;
}

.request-block button {
    margin-top: 31px;
    height: 47px;
    width: 184px;
    font-size: 16px;
    font-weight: bold;
}

.request-image {
    position: absolute;
    left: 65%;
    bottom: 0;
}


/* главная страница, блок с преимуществами [ */
.features-block {
    margin-bottom: 45px;
}

.feature-item {
    max-width: 290px;
    min-height: 105px;
    position: relative;
    padding-left: 80px;
    /*margin-right: auto;*/
    margin-bottom: 43px;
}

.feature-item::before {
    content: "";
    display: block;
    width: 50px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.feature-relevance-data::before {
    background-image: url(../images/relevance-data.svg?bust=1.3.18);
}

.feature-professional-benchmarking::before {
    background-image: url(../images/professional-benchmarking.svg?bust=1.3.18);
}

.feature-time-optimization::before {
    background-image: url(../images/time-optimization.svg?bust=1.3.18);
}

.feature-flexible-settings::before {
    background-image: url(../images/flexible-settings.svg?bust=1.3.18);
}

.feature-title {
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 22px;
    color: #333333;
    margin: 0;
    margin-bottom: 2px;
}

.feature-description {
    line-height: 1.57;
    font-size: 14px;
    color: #333333;
}

@media (max-width: 699px) {
    .feature-item {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        width: 100%;
        max-width: calc(100% - 60px);
        padding-left: 60px;
        min-width: 10px;
    }
}

@media (max-width: 1019px) and (min-width: 700px) {
    .features-block {
        width: 100% !important;
    }

    .feature-item {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        padding-left: 60px;
        min-width: 10px;
    }

    .features-block .bloko-column {
        width: 50% !important;
    }
}

/* главная страница, блок с преимуществами ] */

/* главная страница, аналитические инструменты [ */
.tool-item {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
    min-height: 415px;
}

.tool-item:last-child {
    margin-bottom: 60px;
}

.tool-info {
    width: 370px;
    margin-right: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.header-analytical-tool {
    font-size: 12px;
    line-height: 3;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #acb5ba;
    margin-bottom: 30px;
}

.tool-title {
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 36px;
    color: #333333;
    margin-bottom: 10px;
}

.tool-description {
    line-height: 1.57;
    color: #333333;
    margin-bottom: 30px;
}

.tool-image {
    width: 575px;
    height: 415px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.tool-access-date {
    line-height: 1.57;
}

.tool-region-access {
    margin-bottom: 10px;
}

.tool-region-access p {
    margin-bottom: 0;
}

.map-image {
    background-image: url(../images/map.png?bust=1.3.18);
}

.characteristics-image {
    background-image: url(../images/characteristics.png?bust=1.3.18);
}

.tool-package {
    background-image: url(../images/tool-package.png?bust=1.3.18);
}

@media (max-width: 1019px) {
    .header-analytical-tool {
        margin-bottom: 5px;
    }

    .bloko-columns-wrapper.bloko-columns-wrapper_full-width {
        width: 100%;
        padding: 0;
    }
    .bloko-columns-wrapper_full-width .bloko-column_full-width {
        width: 100%;
    }

    .tool-info {
        padding-left: 15px;
    }

}

@media (min-width: 700px) and (max-width: 960px) {
    .tool-image {
        height: auto;
    }
}

@media (min-width: 960px) {
    .tool-item {
        flex-wrap: nowrap;
    }
}

@media (max-width: 575px) {
    .tool-image {
        width: 345px;
        height: 249px;
    }
}

@media (max-width: 699px) {
    .tool-item {
        justify-content: flex-end;
        flex-wrap: wrap-reverse;
        margin-bottom: 60px;
    }

    .tool-info {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tool-image {
        margin-right: auto;
        margin-left: auto;
    }
}
/* главная страница, аналитические инструменты ] */


.applicant-block {
    max-width: 430px;
    min-height: 132px;
    background-color: #ffffff;
    border: solid 1px #979797;
    margin: 120px auto 250px;
    padding: 20px;
}

.applicant-block h3 {
    margin-top: 0;
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 22px;
}

.applicant-block a {
    cursor: pointer;
}

.hide-el {
    display: none;
}

.header-block_authorized {
    min-height: 400px;
}

.header-block_authorized h1 {
    margin-top: 50px;
    padding-bottom: 10px;
    font-size: 36px;
    font-family: ProximaNovaCond, "Arial Narrow", serif;
}

.header-block_authorized h2 {
    font-size: 22px;
    font-family: ProximaNovaCond, "Arial Narrow", serif;
}

.header-block_authorized h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
}

.header-block_authorized p {
    margin-top: 26px;
    max-width: 690px;
}

/*.header-block_authorized button {
    width: 184px;
    height: 46px;
    font-size: 16px;
    font-weight: bold;
}*/

.top5-block {
    border-collapse: separate;
    border-spacing: 0 7px;
}

.top5-block td {
    text-align: left;
    vertical-align: middle;
    padding-left: 7px;
}

.top5-item {
    padding: 10px 0;
}

.top5-count {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding-top: 1px;
    padding-right: 8px;
    padding-bottom: 1px;
    margin-right: 10px;
    font-weight: bold;
    text-align: right !important;
    white-space: nowrap;
}


.request-message {
    width: 430px;
    height: 132px;
    background-color: #ffffff;
    border: solid 1px #979797;
    margin: 120px auto 250px;
    padding: 20px;
}

.request-message h3 {
    margin-top: 0;
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 22px;
}

.request-message p {
    margin: 0;
}

.request-message p a {
    margin-top: 15px;
    display: block;
}

.message-box {
    width: 430px;
    background-color: #ffffff;
    border: solid 1px #979797;
    margin: 50px auto 120px;
    padding: 20px;
}

.message-box h3 {
    margin-top: 0;
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 22px;
}


.message-box p {
    margin: 0;
}

.p404, .p502 {

}

.p404 h1, .p502 h1 {
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 36px;
    line-height: 1.11;
    margin-top: 47px;
    margin-bottom: 0;
    padding-bottom: 27px;
    padding-top: 50px;
}

.p404 p, .p502 p {
    max-width: 689px;
    margin: 6px 0 0;
    padding: 0;
    padding-bottom: 27px;
    text-align: justify;
}

.p404 img, .p502 img {
    padding-top: 100px;
    padding-left: 15px;
    display: flex;
    float: right;
}

.p502 li {
    /*max-width: 450px;*/
    padding-bottom: 10px;
    text-align: justify;
}

.about h1 {
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 36px;
    line-height: 1.11;
    margin-top: 47px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.about h2 {
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 22px;
    padding: 0;
    margin-top: 60px;
    margin-right: 0;
    margin-left: 0;
}

.about p {
    max-width: 689px;
    margin: 6px 0 0;
    padding: 0;
}

.about button {
    width: 160px;
}

.about-feedback {
    background-color: #f9f9f9;
    padding: 22px 20px 30px 20px;
}

.about-feedback p {
    margin-bottom: 20px;
}

.about button {
    width: 160px;
}

.about .details-da2 button {
    margin-bottom: 51px;
}

.about-cut {
    margin-top: 16px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed;
}
.about-cut:hover {
    text-decoration: none;
}

.about img {
    margin-top: 29px;
}


.about .container {
    border-bottom: solid 1px #e0dfde;
    max-width: 690px;
    width: 100%;
    padding-bottom: 23px;
}

.about .container__opened .bloko-icon {
    background-image: url(/bloko/blocks/icon/chevron-up-icon.svg?bust=1.3.18) !important;
}

.about .buttons-accordion {
    max-width: 690px;
    width: 100%;
    min-height: 48px;
    height: auto;
    padding: 20px 0 0;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.about .buttons-accordion:active {
    box-shadow: none;
}

.about .buttons-accordion .buttons-accordion__title {
    word-break: normal;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.38;
}

.about .details-container {
    margin-top: 10px;
    max-width: 610px;
}

.about .additional-block {
    max-width: 690px;
    background-color: #f9f9f9;
    margin-top: 35px;
    padding: 22px 20px 30px 20px;
    box-sizing: border-box;
}

.about .additional-block p{
    margin-top: 22px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    text-align: left;
}

.about .details-container .header-answer {
    word-break: normal;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.38;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    margin-bottom: 15px;
}

.about .details-container .header-answer .logo {
    background-image: url(../images/alfa.png?bust=1.3.18);
    width: 160px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.about .details-container blockquote {
    margin: 0;
    padding: 10px;
    /*font-style: italic;*/
}

.about .details-container blockquote p:first-child:before {
    color: #aaaaaa;
    content: "\201C"; /* Непечатаемый символ слева */
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -.4em;
}

.about .details-container blockquote p:last-child:after {
    color: #aaaaaa;
    content: "\201D"; /* Непечатаемый символ справа */
    font-size: 3em;
    line-height: 0.1em;
    vertical-align: -.45em;
}

.about .details-container blockquote > p {
    text-align: left;
    /*text-indent: 1.5em;*/
}

.about .details-container .bloko-form-filter {
    display: inline-block;
    margin: 3px 0 0;
}

.da-header {
    font-family: ProximaNovaCond, "Arial Narrow", serif;
}

.keyword-form-item {
    width: 270px;
}

.element-highlight_hover:hover {
    background-color: #f9f9f9;
}

.bloko-notification-manager {
    position: fixed;
    text-align: center;
    left: 0;
    right: 0;
    height: 0;
    top: 50px;
    z-index: 10;
}

.by-month {
    margin-left: 25px;
}

.employer-lookup-message {
    font-size: 12px;
    color: #999999;
}

#custom-period-container {
    width: 255px;
}

.top-spacer {
    margin-top: 20px;
}

.ruble {

}

#report-container {
    visibility: hidden
}

.report-filter {
    float: left;
    width: 290px;
    margin-right: 31px;
    position: relative;
    z-index: 2;
}

.report-buttons-accordion {
    text-align: left;
    height: 50px;
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.report-buttons-accordion:active,
.report-buttons-accordion:focus {
    box-shadow: none !important;
}


.report-buttons-container__opened > .report-buttons-accordion {
    background: white;
}

.report-buttons-container__changed > .report-buttons-accordion,
.report-buttons-container__changed > .report-buttons-accordion:active,
.report-buttons-container__changed > .report-buttons-accordion:focus {
    box-shadow: inset 3px 0 0 #1479e9 !important;
}


.report-link {
    margin-right: 27px;
    color: #333;
    padding-top: 15px;
}

.report-link:hover, .report-link:visited, .report-link:link, .report-link:active {
    text-decoration: none;
}

.report-link:hover {
    border-bottom: 1px solid;
    padding-bottom: 9px;
    color: #1479e9;
}

.report-link__active{
    border-bottom: 1px solid;
    padding-bottom: 9px;
    color: #1479e9;
}

.report-div-accordion {
    display: none;
    padding: 0 15px;
    border: 0;
    background-color: white;
}

.report-buttons-container__opened > .report-div-accordion {
    display: block !important;
}

.report-buttons-container > button > .bloko-button__icon > .bloko-icon,
.chevron-icon {
    background-image: url(/bloko/blocks/icon/chevron-down-icon.svg?bust=1.3.18);
}

.report-buttons-container__opened > button > .bloko-button__icon > .bloko-icon,
.chevron-icon.chevron-icon-expanded {
    background-image: url(/bloko/blocks/icon/chevron-up-icon.svg?bust=1.3.18) !important;
}

.chevron-icon {
    height: 16px;
    width: 16px;
}

.report-buttons-container {
    border-top: 1px solid #cbd1d4;
    border-right: 1px solid #cbd1d4;
    border-bottom-width: 0;
    border-left: 1px solid #cbd1d4;
}


.report-div-apply {
    /*height: 87px;*/
    height: 70px;
    border: 1px solid;
    border-color: #cbd1d4;
    border-bottom: none;
    background-color: #f9f9f9;
}

.report-div-apply_border-bottom {
    border: 1px solid;
    border-color: #cbd1d4;
    /*height: 87px;*/
    height: 90px;
    border-bottom: 1px solid #cbd1d4;
    background-color: #f9f9f9;
}

.report-buttons-apply {
    position: relative;
    top: 20px;
    left: 20px;
    width: 250px;
}

.report-div-clear-save {
    height: 50px;
    border: 1px solid;
    border-color: #cbd1d4;
    border-top-width: 0;
    text-align: center;
    line-height: 50px;
}

.report-div-clear-save > a {
    text-decoration: none;
    /*opacity: 0.8;*/
    color: #0099ff;
    padding: 9px;
    font-size: 12px;
    font-weight: normal;
}

.report-div-save-filter {
    /*height: 87px;*/
    background-color: #f9f9f9;
}

.report-div-accordion > .bloko-form-item  {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.report-div-accordion > div > .bloko-form-item  {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.slider-container {
    padding-right: 15px;
    padding-left: 15px;
}

.header-block-promo {
    min-height: 60px;
    width: 100%;
    background-color: #f7e7ae;
}

.header-block-promo button{
    width: 94px;
    height: 28px;
    line-height: 26px;
    margin-left: 14px;
    font-size: 14px;
    font-weight: normal;
}

.header-block-promo_content {
    vertical-align: middle;
    line-height: 60px;
}

.user-icon {
    display: none;
    background-image: url(../images/person.svg?bust=1.3.18);
    background-size: 18px 18px;
    width: 29px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    position: relative;
    padding: 7px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    float: right;
}

.map-background {
    background-color: #243249 !important;
    /*    overflow: hidden;
        position: relative;*/
}

.map-text {
    color: white !important;
    position: relative;
    z-index: 2;
}

.map-controls > div > a.report-link__active {
    color: white !important;
    opacity: 1 !important;
}

.map-controls > div > a {
    color: white !important;
    opacity: 0.5 !important;
}

.map-controls {
    border-bottom: 1px solid rgb(203,209,212) !important;
    border-bottom: 1px solid rgba(203,209,212, .2) !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    z-index: 5;
}

.icon_list-more {
    display: none;
}

.filter-button {
    display: none;
}

.drop-nav__item__text {
    color: #333;
}

.visible-mobile {
    display: none;
}

.map__text {
    line-height: 19px;
}
.map-tooltip {
    width: 142px;
    line-height: 23px;
}
.map-tooltip__item {
    margin-top: 20px;
}
.map-tooltip__item + .map-tooltip__item {
    margin-top: 22px;
}
.map-tooltip__item:first-child {
    margin-top: 0;
}
.map-tooltip__number {
    font: 400 34px/1 'ProximaNovaCond', Arial, sans-serif;
}
.map-tooltip__text {
    font-size: 12px;
    line-height: 16px;
}
.map-cities {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    opacity: 0.5;
    line-height: 1.57;
}
.map-cities:first-child {
    margin-top: 0;
}
.map-cities__item + .map-cities__item {
    margin-top: 7px;
}
.map-cities__link {
    color: #ffffff;
    text-decoration: underline;
}
.map-cities__link:hover {
    text-decoration: none;
}
.map-canvas {
    position: relative;
    margin-top: 21px;
}
.map-canvas__sidebar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.map-canvas__container {
    position: relative;
    margin: 0;
}
@media (max-width: 1300px) {
    .map-canvas__container {
        /*margin: 0 80px 0;*/
        padding-top: 30px;
    }
}
@media (max-width: 989px) {
    .map-canvas__container {
        margin: 0;
        padding-top: 45px;
    }
}
.map-canvas svg {
    fill: #3b4960;
}
.map-canvas polygon,
.map-canvas path {
    /*    stroke: transparent;
        stroke-width: 0.6;*/
    -webkit-transition: fill 0.2s ease 0s;
    transition: fill 0.2s ease 0s;
}

.map-info {
    margin-top: 25px;
}


.map_scale-row {
    display: none;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.map_scale-row .bloko-button {
    margin-right: 5px;
    padding: 0 11.5px;
    border: solid 1px rgb(203,209,212);
    background-color: transparent;
}

.map_scale-row .bloko-button:hover {
    margin-right: 5px;
    padding: 0 11.5px;
    border: solid 1px rgb(0, 0, 0);
    background-color: transparent;
}

.map_navigation-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.map_navigation-row .region {
    font-size: 12px;
    text-align: right;
    color: #959fa8;
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-grow: 1;
}

.map_navigation-row .bloko-button_primary-minor {
    border-color: #ffffff;
    color: #fff;
    opacity: 0.5;
}

.map_navigation-row .bloko-button_primary-minor:hover,
.map_navigation-row .bloko-button_primary-minor:active{
    border-color: #f1c846;
    background-color: #f1c846;
    color: #243249;
}

.map-canvas_mark-cities, .map-canvas_mark-cities * {
    cursor: pointer;
}

.map-canvas_mark-cities:hover .circle {
    fill: rgb(241, 200, 70);
}

.map-canvas_mark-cities:hover .inner-circle {
    fill: #f1c846;
    fill-opacity: 1;
}

.circle, .inner-circle {
    fill: rgb(176, 197, 229);
}

.map-info {
    margin-bottom: 90px;
    display: flex;
    flex-direction: row;
    position: relative;
}

.map-info_block {
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}

.map-info_title {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 12px;
    margin-top: 35px;
}

body.ca-map-hidden .map-info_title.map-info_title-top {
    /* [HHDATA-802 Скрытие карты] */
    margin-top: 5px;
}

.map-info_count {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.11;
}

.map-info-table {
    border: none;
}

.map-info-table thead tr td:first-child {
    width: 195px;
}

.map-info-table thead tr td {
    font-size: 11px;
    line-height: 1.27;
    color: #959fa8;
    height: 56px;
    width: 115px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.map-info-table tbody td {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.map-info_sub-title {
    padding-top: 15px;
    font-size: 11px;
    line-height: 1.27;
    color: #959fa8;
    height: 35px;
}

.map-info_list li{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
}

.map-info_empty-competition {
    padding-top: 15px;
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
}

.map_message-nodata {
    color: #ffffff;
    opacity: 0.3;
    line-height: 1.14;
    text-align: center;
    margin-top: 200px;
}

.map_message-norussian {
    color: #ffffff;
    opacity: 0.3;
    line-height: 1.14;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.no-scroll {
    overflow: hidden;
}

.chart-header {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 12px;
}

body.ca-map-hidden .chart-header {
    /* [HHDATA-802 Скрытие карты] */
    margin-top: 15px;
}

.chart_tooltip {
    background-color: #ffffff;
    font-size: 12px;
    line-height: 1;
    color: #333333;
    font-weight: normal;
}

.chart_tooltip:before {
    display: none;
}

.activity_chart_tooltip {
    font-size: 14px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.35);
}

.chart_region-loader {
    z-index: 100;
}

body.ca-map-hidden .chart_region-loader {
    /* [HHDATA-802 Скрытие карты] */
    margin-bottom: 60px;
}

.chartist-tooltip-meta,
.chartist-tooltip-value,
.chartist-tooltip{
    text-align: left;
    font-family: Arial, "Arial Narrow", serif;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
    top: 0;
}

.tooltip-pre {
    margin: 0;
}

.ct-grid {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 1px;
    shape-rendering: crispEdges;
}

.ct-series-a .ct-point {
    stroke: transparent;
    stroke-width: 10px;
    stroke-linecap: round;}

.ct-series-a .ct-point:hover {
    stroke: #0f8fee;
}

.mapSvg {
    overflow: visible!important;
}

.map_areas {
    stroke-width: 0.5px;
    stroke: #243249;
    fill: #8ca8d7
}

svg:not(.zoom) .map_areas:not(.disabled):hover {
    fill: #f1c846
}

.map_areas.disabled {
    fill: rgba(59, 73, 96, 0.28);
    stroke-width: 1px;
    stroke: #243249;
    stroke-linejoin: round;
}

.map_areas.not-hover, .map_areas.not-hover:hover, .map_areas.active.not-hover:hover {
    fill: rgba(59, 73, 96, 0.28);
    stroke-width: 0.5px;
    stroke: #243249;
}

/*.map_areas.hover {
    fill: #f1c846;
}*/

.positionRelative {
    position: relative;
    z-index: 2;
}

.not-active {
    fill: rgba(59, 73, 96, 0.28)
}

.active-region {
    fill: #8ca8d7
}

.tooltip {
    position: absolute;
    text-align: left;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.35);
    border: 0;
    pointer-events: none;
    width: 230px;
    box-sizing: border-box;
    top: 0;
}

.tooltip .title {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
}

.tooltip .description-value{
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.tooltip .description-caption{
    font-size: 12px;
    line-height: 1;
    color: #333333;
}

.mark-cities {
    cursor: pointer;
    stroke: rgb(176, 197, 229);
    stroke-opacity: 0.4;
    stroke-width: 10;
    fill: rgb(176, 197, 229);
    fill-opacity: 1;
}

.circle-wrapper:hover .mark-cities {
    fill: #f1c846;
    stroke: #f1c846;
}

.cityPoint {
    display: none;
    fill: #b0c5e5
}

.cityPoint:hover {
    fill: #f1c846
}

.map-body .bloko-tooltip_info-tip {
    background-color: #214062;
}

.map-body .bloko-tooltip_info-tip.bloko-tooltip_right .bloko-tooltip__arrow {
    border-right-color: #214062;
}

.map-body .bloko-tooltip_info-tip.bloko-tooltip_bottom .bloko-tooltip__arrow {
    border-bottom-color: #214062;
}

.map-body .bloko-tooltip_info-tip.bloko-tooltip_left .bloko-tooltip__arrow {
    border-left-color: #214062;
}

.map-body .bloko-tooltip_info-tip.bloko-tooltip_top .bloko-tooltip__arrow {
    border-top-color: #214062;
}

@media (min-width: 700px) and (max-width: 1019px){

    .report-controls {
        height: auto;
        display: flex;
        flex-direction: column;
        border-bottom: none !important;
    }

    .page-head__logo {
        margin-right: 25px;
    }

    .page-head__logo::before {
        width: 37px;
        height: 37px;
        margin-right: 10px;
    }

    .main-nav {
        flex-grow: 1;
    }

    .page-head__text {
        font-size: 18px;
    }

    .main-nav__text {
        font-size: 16px;
        padding: 7px;
    }

    .user-name {
        display: none;
    }

    .user-icon {
        display: inline-flex;
    }

    .page-footer__text {
        padding-left: 0;
    }

    .filter-wrapper {
        display: none!important;
    }

    .report-control {
        margin-bottom: 10px;
    }

    .filter-show {
        display: inline-block!important;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 60px;
        z-index: 1000;
        background-color: #fff;
        overflow: auto;
        padding-bottom: 90px;
        padding-top: 20px;
        width: 100%!important;
    }

    .filter-button {
        display: block;
        float: right;
    }

    .report-div-apply {
        position: fixed;
        bottom: 45px;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        height: 65px;
    }

    .report-filter {
        float: none;
        width: 500px;
        position: relative;
        z-index: 2;
        margin: 0 auto;
        border-bottom: #cbd1d4 1px solid;
    }

    .report-buttons-apply {
        top: 0;
        left: 0;
    }

    .header-block-promo_content {
        vertical-align: middle;
        line-height: 35px;
    }

    .visible-mobile.report-buttons-apply {
        display: block;
        margin-right: 5px;
    }

    .suggest__items {
        max-height: 110px;
        overflow-y: auto;
    }

    .counters-inner {
        display: inline;
    }

    .counters-inner_center {
        border-width: 0;
    }

    .tool-inner {
        height: auto;
        padding-bottom: 60px;
    }

    .request-image {
        left: 65%;
    }

    .report-div-save-filter {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 45px;
        line-height: 45px;
    }

    .report-div-save-filter a {
        display: inline-block;
        min-width: 125px;
        line-height: 27px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .report-div-clear-save {
        display: flex;
        flex-direction: row;
        justify-content: center;
        text-align: left;
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 699px) {

    .report-controls {
        height: auto;
        display: flex;
        flex-direction: column;
        border-bottom: none !important;
    }

    .map-canvas__container {
        touch-action: manipulation;
    }

    body {
        touch-action: pan-y;
    }

    .visible-mobile {
        display: block;
    }

    .overflow-x {
        overflow-x: auto;
    }

    .map-background .page-head__logo-plate {
        background-color: rgb(0, 0, 0);
    }

    .page-wrapper {
        padding-top: 60px;
    }

    .page-head {
        position: fixed;
        top: 0;
        z-index: 1041;
        left: 0;
        right: 0;
    }

    .page-head__logo::before {
        width: 37px;
        height: 37px;
        margin-right: 10px;
    }

    .main-nav, .main-nav__login-item {
        display: none;
    }

    .page-head__logo {
        /*margin-left: auto;*/
        /*margin-right: auto;*/
    }

    .page-head__text {
        /*display: none;*/
        font-size: 18px;
    }

    .main-nav__text {
        font-size: 16px;
        padding: 7px;
    }

    .user-name {
        display: none;
    }

    .icon_list-more {
        display: block;
        width: 24px;
        height: 24px;
    }

    .report-control_button_wrapper {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
    }

    .report-control {
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(203,209,212, .2) !important;
    }

    .page-footer__text {
        padding-left: 0;
    }

    .report-buttons__align-left {
        float: none;
    }

    .filter-button {
        display: flex;
        flex-direction: row;
        align-self: flex-end;
    }

    .filter-wrapper {
        display: none !important;
    }

    .filter-show {
        display: inline-block !important;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 60px;
        z-index: 1000;
        background-color: #fff;
        overflow: auto;
        padding-bottom: 90px;
        padding-top: 20px;
    }

    .report-div-apply {
        position: fixed;
        bottom: 45px;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .report-filter {
        float: none;
        width: 290px;
        position: relative;
        z-index: 2;
        margin: 0 auto;
        border-bottom: #cbd1d4 1px solid
    }

    .report-buttons-apply {
        top: 0;
        left: 0;
        margin-left: 5px;
        margin-right: 5px;
    }

    .not-scroll {
        overflow: hidden;
    }

    .dropdown_layer-overlay-content {
        position: fixed;
        top: 0 !important;
        left: 0 !important;
        bottom: 0;
        right: 0;
        overflow: auto;
        padding-top: 60px;
    }

    .dropdown__content {
        width: 100% !important;
    }

    .map_scale-row {
        display: inline-flex;
    }

    .map_navigation-row {
        justify-content: flex-start;
        margin-top: -73px;
    }

    .map_navigation-row button {
        margin-right: 5px;
    }

    .map_navigation-row .region {
        display: none;
    }

    .map-body .bloko-tooltip_info-tip {
        background-color: rgba(15, 143, 238, 0.5);
        margin-top: 30px;
    }

    .map-body .bloko-tooltip_info-tip.bloko-tooltip_right .bloko-tooltip__arrow {
        border-right-color: rgba(15, 143, 238, 0.5);
    }

    .map-body .bloko-tooltip_info-tip.bloko-tooltip_bottom .bloko-tooltip__arrow {
        border-bottom-color: rgba(15, 143, 238, 0.5);
    }

    .map-body .bloko-tooltip_info-tip.bloko-tooltip_left .bloko-tooltip__arrow {
        border-left-color: rgba(15, 143, 238, 0.5);
    }

    .map-body .bloko-tooltip_info-tip.bloko-tooltip_top .bloko-tooltip__arrow {
        border-top-color: rgba(15, 143, 238, 0.5);
    }
    .map-body .bloko-tooltip_info-tip.custom-infotip {
        background-color: #214062;
        margin-top: 0;
    }

    .map-body .bloko-tooltip_info-tip.custom-infotip.bloko-tooltip_right .bloko-tooltip__arrow {
        border-right-color: #214062;
    }

    .map-body .bloko-tooltip_info-tip.custom-infotip.bloko-tooltip_bottom .bloko-tooltip__arrow {
        border-bottom-color: #214062;
    }

    .map-body .bloko-tooltip_info-tip.custom-infotip.bloko-tooltip_left .bloko-tooltip__arrow {
        border-left-color: #214062;
    }

    .map-body .bloko-tooltip_info-tip.custom-infotip.bloko-tooltip_top .bloko-tooltip__arrow {
        border-top-color: #214062;
    }

    .header-block-promo_content {
        vertical-align: middle;
        line-height: 35px;
    }

    #chart1 .ct-label.ct-horizontal {
        transform: rotate(25deg);
        max-width: 40px;
    }
    #chart1 .ct-label.ct-horizontal br:nth-child(2) {
        display: none;
    }

    .suggest__items {
        max-height: 110px;
        overflow-y: auto;
    }

    .report-div-save-filter {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 45px;
        line-height: 45px;
    }

    .report-div-save-filter a {
        display: inline-block;
        min-width: 125px;
        line-height: 27px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .report-div-clear-save {
        display: flex;
        flex-direction: row;
        justify-content: center;
        text-align: left;
        height: 45px;
        line-height: 45px;
    }

    .description-block {
        margin: 30px 0;
    }

    .description-inner {
        display: flex;
        align-items: center;
        text-align: left;
        max-width: 75%;
        min-height: 100px;
        margin-bottom: 15px;
    }

    .description-star,
    .description-triangle,
    .description-square {
        margin: 0 20px 0 0;
    }

    .counters-inner {
        text-align: left;
        padding: 0 15px 0 100px;
        margin: 15px auto;
        max-width: 75%;
        box-sizing: border-box;
    }

    .counters-inner_center {
        border-width: 0;
    }

    .tool-inner {
        height: auto;
        padding-bottom: 60px;
    }

    .request-image {
        display: none;
    }
}

.export-button-container {
    position: relative;
    float: right;
}

.tooltip-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (min-width: 1020px) and (max-width: 1339px) {

    .map-info_block.rivalry-block {
        padding-left: 30px!important;
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-shim {
    visibility:hidden;
}

.ng-anchor {
    position:absolute;
}

.suggest_layer-above-content {
    z-index: 1000;
}

.ct-label.ct-vertical {
    white-space: nowrap;
}

.filter-group-label {
    padding-bottom: 5px;
}

.chart-header_subtitle {
    color: rgba(255, 255, 255, 0.3);
    font-size: 9pt;
    padding-left: 10px;
}

.element_left_border {
    border-left: 1px solid #979797;
}

.element_right_border {
    border-right: 1px solid #979797;
}

.element_vertical-padding {
    padding-top: 5px;
    padding-bottom: 10px;
}

.report-row-element {
    display: flex!important;
    flex:1 0 auto;
}

.report-row-element.da-row-hide {
    display: none!important;
}

.report-element-bold {
    font-weight: 600;
}

.da-header_active-section {
    margin-top: 50px;
    margin-bottom: 20px;
}

.da-header_active-section_subtitle {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    margin-top: 0;
    margin-bottom: 20px;
}

.element-small-margin-bottom {
    margin-bottom: 5px;
}

.about_list {
    max-width: 689px;
}

.about_list li {
    list-style-type: disc;
    margin-left: 40px;
    margin-top: 6px;
}

/* демо-режим [ */
.demo-access {
    background-color: #f8e8ab;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.demo-access-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 30px;
}

.demo-access-description {
    margin-right: 20px;
}

.get-full-access-btn {
    display: inline-block;
    padding: 3px 13px;
    /*height: 28px;*/
    /*line-height: 28px;*/
    border: 1px solid #0099FF;
    color: #0099ff;
    text-decoration: none!important;
    cursor: pointer;
}

.demo-access-lock-icon {
    width: 27px;
    height: 27px;
    position: relative;
    background-color: #ffffff;
    opacity: 0.5;
    border: solid 1px #999999;
    border-radius: 50%;
    margin: 0 0 0 auto;
}

.demo-access-lock-icon::before {
    content: '';
    display: block;
    width: 9px;
    height: 11px;
    background: url("../images/lock.svg?bust=1.3.18") no-repeat;
    fill: #9c9c9c;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.filter-demo-access {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 -15px;
}
/* демо-режим ] */
.modal-save-filter-content {
    width: 525px;
}

.modal-save-filter-text {
    width: 525px;
    display: inline-block;
    margin-bottom: 20px;
}

.modal-save-filter-input {
    width: 520px;
}

.filter_radio-label {
    word-break: break-word;
}

.modal-selector-save-filter {
    /*width: 780px;*/
    margin: -30px;
    display: flex;
    flex: 1;
    flex-direction: row;
    height: 610px;
}

.modal-list-filter {
    display: flex;
    flex: 1;
    padding: 37px 27px 27px;
    flex-direction: column;
    width: 285px;
    box-sizing: border-box;
    position: relative;
}

.description-filter-block {
    background-color: #f9f9f9;
    width: 485px;
    padding: 37px 27px 27px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.radio-save-filter {
    margin-bottom: 10px;
    display: flex!important;
}

.label_name-filter {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    word-break: break-word;
}

.label_author-filter {
    font-size: 12px;
    color: #7b8089;
    display: block;
}

.description-filter-block_header {
    font-size: 22px;
    color: #333333;
    margin-top: 0!important;
    margin-bottom: 20px;
    font-family: ProximaNovaCond, sans-serif;
}

.row-param-filter {
    display: flex;
    flex-direction: row;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #7b8089;
    line-height: 1.5;
    margin-bottom: 10px;
}

.name-selector {
    width: 135px;
}

.value-selector {
    display: flex;
    flex: 1;
}

.wrapper-button-bottom {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 27px;
    padding-left: 12px;
}

.wrapper-button-bottom .button-cancel {
    margin-right: 10px;
}

.wrapper-save-filter-row {
    padding: 10px 34px 0 15px;
    margin: 0 -15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.wrapper-save-filter-row:hover {
    background-color: #f9f9f9;
    padding-right: 0;
}

.remove-filter-button {
    display: none;
    border: none;
    background: transparent;
    padding: 1px 9px;
    right: 0;
}

.remove-filter-button:focus, .remove-filter-button:active {
    outline: none;
}

.wrapper-save-filter-row:hover .remove-filter-button {
    display: block;
}

.link-abort-remove {
    text-decoration: underline;
    text-decoration-style: dashed;
    color: #fff;
}

.link-abort-remove:hover {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dashed;
}

.activity-chart {
    margin-top: 30px;
}

#experience,
#activity {
    max-width: 720px;
    width: 100%;
}

#experience .ct-grid,
#activity .ct-grid {
    stroke: transparent;
}

#experience .ct-series-a .ct-bar {
    /* Colour of your bars */
    stroke: rgba(136, 174, 217, 0.7);
    stroke-width: 30;
}

#activity .ct-series-a .ct-bar {
    stroke: #a7c2e0;
}

#activity .ct-series-b .ct-bar {
    stroke: #abe4b1;
}

#activity .ct-series-c .ct-bar {
    stroke: #efdff3;
}

#activity .ct-bar {
    stroke-width: 28;
}

#experience .ct-label,
#activity .ct-label {
    color: #333333;
}

.bottomLine {
    stroke: #eeeeee;
    stroke-width: 0.5;
}

#experience .ct-label.ct-horizontal.ct-end,
#activity .ct-label.ct-horizontal.ct-end {
    display: none;
}

.activity-legend:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin-right: 7px;
    vertical-align: middle;
}

.activity-legend__response:before {
    background-color: #abc6e4;
}
.activity-legend__invite_after_response:before {
    background-color: #abe4b1;
}
.activity-legend__invite_from_db:before {
    background-color: #efdff3;
}

.fdjaklafjdkl {
    font-size: 14px;
}

.labelBar {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.customLabel {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    font-family: Arial, "Arial Narrow", serif;
}

/* демо-режим, страница "Доноры-акцепторы" [ */
.activity-demo-access {
    margin-top: 55px;
    color: #666;
}
/* демо-режим ] */

/* заявка на получение доступа, выбор регионов [ */
.requst-button-areas-popup {
    display: block;
    width: 80%;
    height: 38px;
    margin-top: 13px;
    background-color: #ffffff;
    line-height: 38px;
    cursor: pointer;
}

.areas-popup-ca {
    /*overflow: auto;*/
}

.areas-popup-ca__content {
    height: 382px;
}

.areas-popup-ca__content-tree-selector {
    padding-right: 0;
    margin-bottom: 40px;
}

.areas-popup-ca__content
.bloko-tree-selector-content {
    position: relative;
    padding-right: 5px;
}

.areas-popup-ca__content
.bloko-checkbox {
    display: inline;
}

.areas-popup-ca__content
.bloko-checkbox__text {
    display: inline;
}

.areas-popup-ca__content
.bloko-checkbox__text:before {
    top: 0;
}

.areas-popup-ca__content
.bloko-checkbox__text::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 1000px;
    border-top: 1px dotted #ccc;
    margin-left: 2px;
    z-index: -1;
}

.areas-popup-ca__content
.bloko-tree-selector__items {
    padding-left: 30px;
}

.areas-popup-ca__content
.bloko-tree-selector-item-spacer {
    display: none;
}

.areas-popup-ca__content
.bloko-tree-selector-item_has-parent {
    margin-left: 0;
}

.areas-popup-ca__price {
    top: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    padding-left: 5px;
    white-space: nowrap;
}

.areas-popup-ca__content
.Bloko-TreeSelector-SearchContent {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

.areas-popup-ca__head {
    overflow: hidden;
    margin-bottom: 14px;
}

.areas-popup-ca__head-column {
    font-weight: bold;
    color: #333;
}

.areas-popup-ca__column-area {
    float: left;
}

.areas-popup-ca__column-price {
    float: right;
}

.areas-popup-ca__content-price-vat-label {
    font-size: 12px;
    line-height: 1.83;
    color: #666;
}

.areas-popup-ca__content-area {
    margin-bottom: 10px;
}

.request-tool-ca__area-selected {
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 1!important;
    cursor: pointer;
}

.areas-popup-ca__content-price {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    color: #333;
    margin-right: 10px;
}

.areas-popup-ca__content-price-block {
    margin-bottom: 23px;
}

.areas-popup-ca__price-line-through {
    color: #999;
    text-decoration: line-through;
}

.areas-popup-ca__footer {
    height: 115px;
    text-align: left;
    /* TODO: Убрать margin, если добавятся новые регионы */
    margin-top: -10px;
}

@media (max-height: 567px) {
    .areas-popup-ca__footer {
        margin-top: 23px;
    }
}

.areas-popup-ca__footer-spacer:first-of-type {
    margin-left: 0;
}
/* заявка на получение доступа, выбор регионов ] */

/* менеджеры, dropdown для регионов [ */
.manage-access__column {
    max-width: 90px;
    font-weight: bold;
}

.manage-access__column-products {
    font-weight: normal;
}

.manage-access-available {
    margin-bottom: 8px;
}

.manage-access-not-available {
    margin-bottom: 8px;
}

.manage-access__dropdown-regions {
    border-bottom: 1px dashed #979797;
    cursor: pointer;
}

.manage_access__manager-row {

}

.manage_access__manager-row-menu-show-button {
    opacity: 0;
    margin-top: 5px;
    float: right;
    padding: 0 2px;
    cursor: pointer;
    border: none;
}

.manage_access__manager-row:hover .manage_access__manager-row-menu-show-button,
.manage_access__manager-row:focus .manage_access__manager-row-menu-show-button,
.manage_access__manager-row .manage_access__manager-row-menu-show-button:focus,
.manage_access__manager-row.active .manage_access__manager-row-menu-show-button {
    opacity: 1;
}

.manage_access__manager-row-menu {
    display: flex;
    flex-direction: column;
}

.manage_access__manager-row-menu-item {
    padding: 0 20px;
    background: transparent;
    border: none;
}

.manage_access__manager-row-menu-item:active,
.manage_access__manager-row-menu-item:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.manage_access__manager-row-menu-item:active,
.manage_access__manager-row-menu-item:focus,
.manage_access__manager-row-menu-item:hover {
    background-color: #fafafa;
}

.manage_access__manager-row-menu-item-error,
.manage_access__manager-row-menu-item-error:active,
.manage_access__manager-row-menu-item-error:focus,
.manage_access__manager-row-menu-item-error:hover {
    color: #d6001c;
}

.dropdown-regions__content {
    padding: 18px 54px 18px 20px;
    background-color: #fff;
    /*box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.35);*/
}

.regions-content__region-access {
    margin-bottom: 20px;
}

.regions-content__region-access:last-of-type {
    margin-bottom: 0;
}

.regions-content__region-access p {
    margin-bottom: 0;
}

.region-access__date {
    color: #60ad66;
}

.dropdown-content_with-closer {
    padding-right: 20px;
}

.dropdown-closer {
    font-size: 22px;
    color: #999;
    position: absolute;
    top: 4px;
    right: 11px;
    cursor: pointer;
}
/* менеджеры, dropdown для регионов ] */

/* доступ к отчетам [ */
.company-access__ca-block {
    margin-bottom: 60px;
}

.company-access__date-column {
    padding-left: 44px;
}
/* доступ к отчетам ] */

.nowrap {
    white-space: nowrap;
}

/* панель управления [ */
.control-panel h1 {
    font-family: ProximaNovaCond, "Arial Narrow", serif;
    font-size: 36px;
    line-height: 1.11;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.control-panel__statistics-table {
    margin: 15px 0;
}

.control-panel__table {
    margin: 30px 0;
    padding: 0;
}

.control-panel__table-header {
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
}

.control-panel__table-row {
    border: 1px solid #ddd;
    padding: 5px;
}

.control-panel__table-row:hover {
    background-color: #f9f9f9;
}

.control-panel__table-cell {
    padding: 10px;
}

.control-panel__number-input {
    width: 50%;
}

.control-panel__text_bold {
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .control-panel__table {
        border: 0;
    }

    .control-panel__table-header {
        display: none;
    }

    .control-panel__table-row {
        margin-bottom: 10px;
        display: block;
    }

    .control-panel__table-cell {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px solid #ddd;
    }

    .control-panel__table-cell:last-child {
        border-bottom: 0;
    }

    .control-panel__table-cell:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .w-xs-100 {
        width: 100% !important;
    }
}

.control-panel p {
    margin-bottom: 0;
}

.control-panel__manual {
    color: gray;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1;
}

.red {
    color: red;
}

.gray {
    color: gray;
}
/* панель управления ] */

#export-detailing-button {
    margin-right: 10px;
}

@media (max-width: 1019px) and (min-width: 700px) {
    #export-detailing-button {
        margin-right: 0;
    }
}

.da-button-control {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.error {
    color: #e1553f;
    font-size: inherit;
}

.search-wrapper {
    display: inline-block;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 1019px) {
    .bloko-input-wrapper .bloko-input {
        padding-right: 25px;
    }
    .text-lg-center {
        text-align: center;
    }
}

@media (min-width: 1019px) {
    .disabled-scroll,
    .no-scroll {
        overflow: auto;
        overflow-x: hidden;
    }
}

@media (max-width: 500px) {
    .xs-friendly .search-wrapper {
        display: block;
    }
}

@media (max-width: 350px) {
    .xs-button-group {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 330px) {
    .search-wrapper .s-friendly .bloko-column_s-3, .xs-friendly .bloko-column_s-3 {
        width: 220px;
    }
}

@media (max-width: 700px) {
    #export-detailing-button {
        margin-right: 0;
    }
}