.clear {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
}

/*
#map,
#chart {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 0;
    right: 0;
    display: none;
}

#map.active,
#chart.active {
    display: block;
}

.b_filter {
    float: left;
    position: relative !important;
    overflow: hidden;
    overflow-y: scroll;
    padding: 15px 15px 0 15px;
    width: 30% !important;
    align-items: flex-start!important;
}

.right_block_hidden {
    display: none!important;
}

.left_block {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

.left_block_inner {
    width: 100%;
    position: relative;
    z-index: 1;
}

.left_block form {
    width: 470px;
}
*/

.filters {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 10px -15px;
}

.filters .form-group {
    width: calc(50% - 30px);
    margin: 0 15px;
    padding: 8px 0 0 0;
}

/*
.filters .form-group_submit {
    padding-top: 14px;
}
*/

.filters .form-group label {
    margin: 0 0 -4px 0;
    display: block;
    font-size: 12px;
}

.row_num {
    width: calc(100% + 10px);
    display: block;
    margin: 0 -5px;
}

.col_num {
    width: 50%;
    padding: 0 5px;
    float: left;
}

@media (max-width: 1400px) {
    .filters .form-group {
        width: calc(100% - 30px);
    }
}

/*
.right_block {
    overflow: hidden;
    display: block;
    height: 0;
    width: 70%;
    opacity: 1;
    position: relative;
    margin: 0;
}

.right_block__show {
    opacity: 1;
}

.right_block__legend {
    height: 60px;
    width: 100%;
    float: left;
    padding: 15px;
}
*/

.loading {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .2);
    display: none;
    z-index: 2000;
}

.map_preload {
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-width: 5px;
}

/*
.btn_view_type {
    margin: 0;
    float: left;
}

.btn_view_type .btn {
    z-index: 1;
    outline: 0 none !important;
    box-shadow: none !important;
    padding: 4px 15px;
}

.period-form {
    margin-left: 15px;
    margin-top: -5px;
}
*/

.btn_ads_type {
    margin-top: 10px;
}

[v-cloak] {
    display: none!important;
}

.footer {
    border-top: 3px solid #236AB1;
    background: #3D3D3D;
    color: #ccc;
}

.footer a {
    color: #ccc;
    text-decoration: none;
}

.footer ul li {
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.footer ul li a:hover {
    text-decoration: underline;
    color: #0a87ea;
}

.footer .copy {
    color: #666;
    font-size: 0.9rem;
}

.footer .support {
    font-size: 0.9rem;
}