﻿:root {
    --main-color: #45B97C;
    --main-color-light: #EDF8F2;
    --main-color-dark: #4C7A62;
    --dark-color: #4D4D4D;
}

/* Fonts */
@font-face {
    font-display: swap;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/commissioner/commissioner-v23-cyrillic-ext_latin-300.woff2') format('woff2'), url('../fonts/commissioner/commissioner-v23-cyrillic-ext_latin-300.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/commissioner/commissioner-v23-cyrillic-ext_latin-regular.woff2') format('woff2'), url('../fonts/commissioner/commissioner-v23-cyrillic-ext_latin-regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/commissioner/commissioner-v23-cyrillic-ext_latin-500.woff2') format('woff2'), url('../fonts/commissioner/commissioner-v23-cyrillic-ext_latin-500.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/commissioner/commissioner-v23-cyrillic-ext_latin-600.woff2') format('woff2'), url('../fonts/commissioner/commissioner-v23-cyrillic-ext_latin-600.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/commissioner/commissioner-v23-cyrillic-ext_latin-700.woff2') format('woff2'), url('../fonts/commissioner/commissioner-v23-cyrillic-ext_latin-700.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/commissioner/commissioner-v23-cyrillic-ext_latin-800.woff2') format('woff2'), url('../fonts/commissioner/commissioner-v23-cyrillic-ext_latin-800.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/commissioner/commissioner-v23-cyrillic-ext_latin-900.woff2') format('woff2'), url('../fonts/commissioner/commissioner-v23-cyrillic-ext_latin-900.ttf') format('truetype');
}

html, body {
    height: 100%;
    overflow-y: hidden !important;
}

@font-face {
    font-family: 'pfdintextcomppro-regular';
    src: url('../fonts/pfdintextcomppro-regular.ttf') format('truetype');
}

body {
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

#map svg {
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.region_info * {
    box-sizing: border-box;
}

.region_info body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.modal-close {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0.75vw;
    bottom: 0.75vw;
    color: #FFF;
    cursor: pointer;
    font-size: 0.85vw;
    padding: 20px 40px;
    background: #000;
    border-radius: 20px;
}

.modal-close:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMkwyMiAyMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIyIDJMMiAyMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg=="); background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 20px;
}

.region_info .circle_wp {
    background: #f7f7f7;
}

.region_info .circle_head {
    padding-top: 15px;
}

.region_info {
    font: 32px 'Commissioner', sans-serif;
    font-weight: 500;
    width: 20vw;
    height: 100%;
    position: relative;
    z-index: 60;
    background: #fff;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.45);
    margin-left: auto;
    margin-top: -55vw;
    /*right: 20vw;*/
    display: none;
    text-align: center;
    clear: both;
}

.region_info .circle_wp {
    position: relative;
    margin: 1vw auto;
}

.region_info .circle_head_new {
    padding: 1vw;
    position: relative;
    background: #fff;
}

.region_info .circle_head_title {
    font-size: 36px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.5vw;
}

.region_info .circle_head_subtitle {
    font-size: 32px;
    color: #1d6188;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0.5vw;
}

.region_info .circle_head_subtitle span {
    font-size: 36px;
    font-weight: 700;
}

.region_info .ch_text_wp {
    margin-bottom: 1vw;
}

.region_info .ch_text1 {
    font-size: 30px;
}

.region_info .ch_text1 span {
    color: #1d6188;
    font-size: 36px;
    font-weight: 700;
}

.region_info .ch_text2 {
    font-size: 28px;
    color: #b9b9b9;
}

.region_info .ch_text3 {
    font-size: 30px;
    color: #b9b9b9;
}

.region_info .ch_text3 span {
    color: #1d6188;
    font-size: 48px;
    font-weight: 700;
}

.region_info .ch_text4 {
    color: #0f4f96;
    text-transform: uppercase;
    padding-top: 0.5vw;
    padding-left: 10px;
}

.region_info .center_legend_right .clt_block {
    margin-left: auto;
    width: 70%;
}

.region_info .clt_top {
    color: #6c6c6b;
    font-size: 40px;
}

.region_info .clt_middle {
    color: #cb4f5b;
    font-size: 60px;
}

.region_info .clt_middle span {
    color: #6c6c6b;
    font-size: 32px;
}

.region_info .clt_bottom {
    font-size: 24px;
    color: #6c6c6b;
}

.region_info .circle_bg {
    width: 100%;
    height: 25vh;
    background: url(../../images/progress_bg.svg) no-repeat center;
    background-size: contain;
    position: relative;
    margin: 10px 0;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

.region_info .center_legend_right .circle_legend {
    background: url(../../images/legend_bg_right.svg) no-repeat 6.5vw 0;
    height: 4vw;
}

.region_info .circle_legend {
    width: 14.4vw;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7vw;
    z-index: 3;
    background-size: 14.4vw auto;
}

.region_info .circle_current {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.region_info .circle_current div {
    width: 100%;
    height: 100%;
    font-size: 60px;
}

.region_info .circle_current p {
    position: relative;
    top: -0.1vw;
    text-align: center;
    line-height: 1.25;
    white-space: nowrap;
    font-size: 40px !important;
}

.region_info .circle_current p span {
    color: #fff;
    font-size: 40px;
}

.region_info .circle_progress {
    background: url(../../images/circle_back.png) no-repeat calc(50% - 4px) 50%;
    background-size: contain;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    margin: 20px 25px 25px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.region_info .ch_text5 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    background: #0f4f96;
    margin-bottom: 0.25vw;
}

.region_info .c_btn {
    display: block;
    height: 1.25vw;
    line-height: 1.25vw;
    text-transform: uppercase;
    color: #fff;
    background: #0f4f96;
    margin-bottom: 0.25vw;
    margin-top: 1.5vw;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal {
    display: none;
}

.modal video:focus-visible {
    outline: none;
}

.mobile_modal_wp {
    width: 320px;
    box-sizing: border-box;
}

.mobile_modal_wp + .fancybox-close-small {
    top: 3px;
    right: 5px;
}

#mobile_modal {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 479px) {
    .page.agglomeration .data ul li {
        width: 100% !important;
    }

    #data-window h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .show_mobile .region_info {
        height: calc(100vh - 240px) !important;
    }
}

.new_window_open {
    background: green;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    z-index: 99999999999999999;
}

.col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
/*/////////////*/
.modal_diagramm {
    height: 100%;
}

.fancybox-close-small:after {
    display: none;
}

.modal_w100 {
    width: 1500px;
    padding: 30px 30px 50px;
    font: 16px 'Commissioner', sans-serif;
    font-weight: 500;
    background: rgba(25, 25, 25, 0.9) !important;
    border-radius: 20px;
}

.modal_w100 .clt_top {
    color: #fff;
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
}

.modal_w100 .fancybox-close-small {
    width: 30px;
    height: 30px;
    background: url("../../images/close3.png") no-repeat;
    background-size: 100%;
    top: auto;
    right: 1vw;
    bottom: 1vw;
    display: none;
}

.compensate-for-scrollbar.no-compensate {
    margin-right: 0;
}

.modal_w100 .circle_head p {
    color: #fff;
}

.fancybox-bg {
    background: rgba(37, 58, 81, 0.8)!important;
}

/*.modal.modal_w100 .circle_bg {
    width: 300px;
    height: 300px;
    background: url('../../images/progress_bg.svg') no-repeat 31px 21px;
    background-size: 250px auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.modal.modal_w100 .circle_wp {
    position: relative;
    margin: 20px auto;
}

.modal.modal_w100 .circle_legend {
    width: 288px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -145px;
    z-index: 3;
    background: url('../../images/legend_bg.svg') no-repeat 0 0;
    background-size: 288px auto;
}

.modal.modal_w100 .circle_progress {
    background: url('../../images/circle_back.png') no-repeat 6px 6px;
    background-size: 168px 168px;
}

.modal.modal_w100 .circle_head_img {
    width: 60px;
}*/

/*.modal.modal_w100 .circle_head p {
    width: calc(90% - 60px);
}*/

/*.modal.modal_w100 .circle_head {
    min-height: 75px;
}

.modal.modal_w100 .clt_block {
    width: 50%;
    padding-left: 5px;
    min-height: 80px;
}

.modal.modal_w100 .clt_middle {
    color: #cb4f5b;
    font-size: 30px;
}

.modal.modal_w100 .clt_middle span {
    color: #6c6c6b;
    font-size: 16px;
}

.modal.modal_w100 .clt_bottom {
    font-size: 12px;
    color: #6c6c6b;
}

.modal.modal_w100 .clt_block:first-child {
    padding-left: 30px;
}

.modal.modal_w100 .center_legend_left .clt_block {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.modal.modal_w100 .center_legend_left .circle_legend {
    background: url('../../images/legend_bg_left.svg') no-repeat 55px 0;
    background-size: 85px auto;
    height: 80px;
}

.modal.modal_w100 .center_legend_right .circle_legend {
    background: url('../../images/legend_bg_right.svg') no-repeat 147px 0;
    background-size: 85px auto;
    height: 80px;
}

.modal.modal_w100 .center_legend_right .clt_block {
    margin-left: auto;
    width: 70%;
}

.modal.modal_w100 .circle_current {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.modal.modal_w100 .circle_current div {
    width: 150px;
    height: 150px;
    font-size: 30px;
}

.modal.modal_w100 .circle_current p {
    position: relative;
    top: -2px;
    text-align: center;
    line-height: 20px;
}

.modal.modal_w100 .circle_current p span {
    color: #6c6c6b;
    font-size: 20px;
}*/
/*/////////////*/


/* Statistics */
.last-statistics .circle_bg {
    width: 287px;
    height: 287px;
    background: #fff;
    border-radius: 50%;
    background-size: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.circle_bg-line {
    display: block;
    width: 195px;
    height: 195px;
    margin-top: -2px;
    border-radius: 100%;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dots-item-wrap .circle_legend_text {
    align-items: center;
    justify-content: center;
    margin: 0.4vw 0 0;
    width: 100%;
    column-gap: 0.95vw;
}

.dots-stat__block {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.dots-stat__block .clt_top {
    color: #BABABA;
    font-size: 0.53vw;
}

.dots-stat__block .clt_middle {
    font-size: 0.85vw;
    font-weight: 600;
}

.statistics__page .circle_wp {
    position: relative;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.dots-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
}

.dots-list > .dots-item-wrap:nth-child(10) {
    grid-column: 2 / 3;
    justify-self: center;
}

.dots-item {
    position: relative;
    display: flex;
    height: 100%;
    gap: 0.75vw;
    padding: 1.2vw 0.8vw;
    /*    border-bottom: 2px solid #2D4156;
    border-left: 2px solid #2D4156;*/
}

.dots-list > .dots-item-wrap .dots-item {
    
    border-bottom: 2px solid #2D4156;
    /*border-left: 2px solid #2D4156;
    border-right: 2px solid #2D4156;*/
}

.dots-item-wrap:nth-child(3n + 2) .dots-item,
.dots-item-wrap:nth-child(10) .dots-item {
    border-left: 2px solid #2D4156;
    border-right: 2px solid #2D4156;
    /*border-top: 2px solid #2D4156;*/
}

.dots-item-wrap:nth-child(10) .dots-item {
    border-bottom: none;
}

.diagramm_bottom .circle__item {
    flex-direction: column;
}

.diagramm_bottom .circle_head p {
    width: 100%;
    max-width: 13vw;
    text-align: center;
    /*min-height: 180px;*/
    font-size: 0.85vw;
    font-weight: 500;
    color: #DCFFEC;
}

.diagramm_bottom .circle_head {
    margin-bottom: 1.6vw;
}

.dots-item__desc {
    font-weight: 500;
    min-height: auto;
    font-size: 0.85vw;
    line-height: 1.3;
    color: #DCFFEC;
}

.last-statistics {
    padding: 44px 0 70px;
    max-width: 70%;
    width: 100%;
}

.last-statistics__title {
    font-size: 1.25vw;
    font-weight: 500;
    color: #DCFFEC;
    margin-bottom: 1.25vw;
}

.last-statistics .clt_top {
    font-size: 0.85vw;
    line-height: 1.3;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    color: #DCFFEC;
}

.last-statistics .clt_middle {
    font-size: 0.95vw;
    line-height: 1.3;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    margin-bottom: 4px;
}

.last-statistics .circle_wp .circle_legend_text {
    margin-top: 0;
    max-width: 287px;
}

 .last-statistics .circle_legend_text {
    max-width: none;
}

.last-statistics .circle-inner-num {
    color: #545454;
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    font-size: 35px;
    white-space: nowrap;
}

.last-statistics .circle-inner-text {
    color: #A3A3A3;
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
    margin-top: 10px;
    display: block;
}

.idj-bottom__circles {
    display: flex;
    gap: 80px;
    margin-top: 48px;
    max-width: 85%;
    margin: 48px auto 0;
}

.idj-bottom__circles-wrap {
    width: 33.333%;
}

.idj-circle {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 300px;
}

.idj-circle_progress {
    position: relative;
    z-index: 6;
}

.idj-circle_bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.idj-circle_bg:before {
    position: absolute;
    content: "";
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 2px solid var(--main-color);
    border-radius: 50%;
    transform: translate(8px, 8px);
    z-index: 5;
}

.idj-circle_bg:after {
    content: "";
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    transform: translate(-16px, -16px);
}

.idj-bottom__circle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idj-bottom__circle-text {
    margin-top: 1.4vw;
    font-weight: 500;
    text-align: center;
    max-width: 300px;
}

.idj-circle_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -8px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #4D4D4D;
    gap: 0.15vw;
    font-size: 0.65vw;
    font-weight: 600;
    z-index: 2;
    padding: 36px 0;
}

.idj-circle_inner-top {
}

.idj-circle_inner-center {
    font-size: 1.25vw;
    font-weight: 600;
    color: var(--main-color);
}

.idj-circle_inner-bottom {
}

/* Dot progress */
.dots-container {
    text-align: center;
}

.dots-text {
    color: #A3A3A3;
    font-size: 0.525vw;
    margin-bottom: 0.2vw;
    font-weight: 500;
}

.dots-percent {
    color: currentColor;
    font-weight: 600;
    font-size: 1.25vw;
    margin-bottom: 0.4vw;
}

.dots-graph {
    display: grid;
    grid-template-columns: repeat(10, 0.523vw);
    grid-gap: 10px;
    justify-content: center;
    flex-direction: column-reverse;
}

.dot {
    width: 0.523vw;
    height: 0.523vw;
    border-radius: 50%;
    background-color: #F5F5F5;
    position: relative;
    overflow: hidden;
}

.dot.active {
    background-color: currentColor;
}

.dot.partial::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: currentColor;
}

.legend-color {
    width: 0.65vw;
    height: 2.61vw;
    float: left;
    border-radius: 8px;
}

.legend__list {
    padding: 1.6vw 0;
    display: flex;
    flex-wrap: nowrap;
    max-width: 70%;
    column-gap: 2vw;
}

.legend__list-item {

}

.legend-color-desc {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 0.53vw;
    line-height: 1.3;
    color: #DCFFEC;
    padding-left: 2vw;
}

.modal.modal_w100 .ch_text1 {
    font-size: 15px;
}

.modal.modal_w100 .ch_text1 span {
    color: #1d6188;
    font-size: 24px;
    font-weight: 700;
}

.modal.modal_w100 .ch_text2 {
    font-size: 14px;
    color: #b9b9b9;
}

.modal.modal_w100 .ch_text3 {
    font-size: 15px;
    color: #b9b9b9;
}

.modal.modal_w100 .ch_text3 span {
    color: #1d6188;
    font-size: 32px;
    font-weight: 700;
}

.modal.modal_w100 .ch_text_wp {
    margin-bottom: 20px;
}

.modal.modal_w100 .ch_text4 {
    color: #0f4f96;
    text-transform: uppercase;
    padding-top: 10px;
}

.modal.modal_w100 .ch_text5 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #0f4f96;
    margin-bottom: 5px;
}

.modal.modal_w100 .c_btn {
    display: block;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    background: #0f4f96;
    margin-bottom: 5px;
    margin-top: 30px;
}

.modal.modal_w100 .c_close {
    width: 20px;
    height: 20px;
    background: url("../../images/close.png") no-repeat center;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 8900;
}

.modal.modal_w100 .circle_dop_block {
    background: #fff;
}

polygon, path {
    display: inline;
    cursor: pointer;
}

br.clear {
    clear: both;
}

.hidden {
    display: none;
}

.separator {
    display: block;
    height: 0.5vw;
}

.control_avaibleYears {
    left: initial !important;
    right: 1vw;
    /*min-width: 36.6%;*/
    min-width: 40.7%;
    width: auto !important;
}

.control_avaibleYears .avaibleYear {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 1vw;
    margin-left: 1vw;
    color: rgba(253, 194, 64, 0.4);
    font-size: 1.8vw;
}

.control_avaibleYears .avaibleYear.active {
    left: initial;
    right: 1vw;
    /* min-width: 36.6%; */
    width: auto;
    color: var(--main-color);
}

.control {
    z-index: 3;
    position: fixed;
    left: 5%;
    top: 65px;
}

.control .title {
    background: rgba(21, 33, 46, 0.9);
    text-transform: none;
    text-align: center;
    font-weight: 600;
    width: auto;
    white-space: nowrap;
    color: #fff;
    border-radius: 20px;
    padding: 0 30px;
}

.control .title .text {
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 1.3vw;
    display: flex;
}

.control .block {
    background: white;
    /*padding-bottom: 2*$step;*/
}

.control .block .title {
    background: var(--main-color);
    display: block;
    cursor: pointer;
}

.control .block .title h2 {
    padding: 0.75vw;
    text-align: left;
    font-size: 1.2vw;
    font-weight: bold;
    margin: 0 !important;
}

.control .block .title h2 em {
    color: white;
    font-style: normal;
    font-size: 1.25vw;
}

.control .block .title .md_toggle_btn .tb_ico {
    width: 6px;
    height: 4px;
    background: url("../img/ico25.png") no-repeat;
    transform: rotate(180deg);
    position: absolute;
    right: 20px;
    margin-top: 0.75vw;
}

.control .block .title .md_toggle_btn.active .tb_ico {
    transform: rotate(0);
}

.control .block .mbd_toggle_block {
    background: #fff;
    padding: 20px;
    display: none;
}

.control .block h3 {
    color: #7d7d7d;
    padding-left: 1vw;
    font-size: 0.9vw;
}

.control .block h3 em {
    color: var(--main-color);
    font-style: normal;
    font-size: 1.25vw;
}

.control .block table {
    border-spacing: 0;
    width: 100%;
}

.control .block table td {
    text-align: center;
    width: 33%;
    font-size: 0.95vw;
}

.control .block table td img {
    width: 3vw;
    margin-bottom: 0.45vw;
}

.control .block table td h3 {
    padding: 0;
    margin: 0 0 0.2vw 0;
}

.control .block table td cite {
    font-style: normal;
    color: #7d7d7d;
    margin-bottom: 0.5vw;
    display: block;
    width: 100%;
}

.control .block table td em {
    color: var(--main-color);
    font-style: normal;
    font-weight: bold;
    font-size: 0.95vw;
}

.control .block table td strong {
    display: block;
    width: 100%;
}

.map-inner__menu {
    width: calc(100% - 10%);
    position: fixed;
    bottom: 3vh;
    left: 5%;
    display: flex;
    z-index: 3;
}

.map-inner__menu-row {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    gap: 0.9vw;
    align-items: flex-end;
    width: 100%;
}

.map-inner__menu-group {
    display: flex;
    gap: 0.9vw;
    width: 100%;
}

.map-inner__menu-item {
    display: flex;
    justify-content: space-between;
}

.stand-button {
    display: flex;
    align-items: flex-end;
}

.map-subjects__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5vw;
    cursor: pointer;
    background: rgba(21, 33, 46, 0.9);
    font-size: 0.85vw;
    line-height: 1.2vw;
    color: #FFF;
    padding: 50px 20px;
    border-radius: 20px;
    white-space: nowrap;
}

.map-inner__menu .img {
    width: 3vw;
    height: 3vw;
    background: url("../img/pin.png") no-repeat;
    background-size: 100%;
}

.map-inner__menu .img.burger {
    background: url("../img/burger.png") no-repeat;
    background-size: 100%;
}

.map-inner__menu .img.show-statistic {
    background: url("../img/statistic.png") no-repeat;
    background-size: 100%;
}

.map-inner__menu .img.target {
    background: url("../img/target.png") no-repeat;
    background-size: 100%;
}

.map-center {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.map-center__legend {
    display: flex;
    gap: 1.05vw;
    background: rgba(12, 21, 28, 0.8);
    border-radius: 20px;
    padding: 25px 20px;
    margin-bottom: 1.05vw;
}

.map-center__legend-item {
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 24px;
}

.map-center__legend-color {
    display: inline-flex;
    width: 1.55vw;
    border-radius: 20px;
    height: 0.5vw;
}

.map-center__legend-text {
    color: #FFF;
    font-size: 0.65vw;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.map-controls {
    display: flex;
    gap: 2vw;
    align-items: center;
    justify-content: center;
    padding: 1.4vw 3vw;
    border-radius: 20px;
    background: var(--main-color);
}

.map-controls__text {
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.05vw;
    font-weight: 700;
    white-space: nowrap;
}

.map-controls__minus {
    background: url("../img/map-inner/icon-minus.svg") no-repeat;
    background-size: 100%;
    width: 2.7vw;
    height: 2.7vw;
}

.map-controls__plus {
    background: url("../img/map-inner/icon-plus.svg") no-repeat;
    background-size: 100%;
    width: 2.7vw;
    height: 2.7vw;
}

.map-inner__menu .left, .map-inner__menu .right, .map-inner__menu .center {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    color: white;
    height: 5vw;
    font-size: 1vw;
    line-height: 1.15vw;
}

.map-inner__menu .left {
    text-align: right;
    z-index: 10000;
}

.map-inner__menu .left .img {
    float: right;
    margin: 0.5vw;
}

.map-inner__menu .left .text {
    display: block;
    padding: 0.85vw 0.5vw 0.125vw 0.5vw;
    float: right;
    text-align: right;
}

.map-inner__menu .right {
    text-align: left;
    z-index: 10000;
}

.map-inner__menu .right .img.burger {
    float: left;
    margin: 0.5vw;
}

.map-inner__menu .right .text {
    display: block;
    padding: 0.85vw 0.5vw 0.125vw 0.5vw;
    float: left;
}

.map-inner__menu .center {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.map-inner__menu .center .target {
    float: left;
    margin: 0.5vw;
}

.map-inner__menu .center .minus, .map-inner__menu .center .plus {
    float: right;
    margin: 0.5vw;
}

.map-inner__menu .center .minus {
    margin-right: -0.5vw;
}

.map-inner__menu .center .text {
    float: right;
    padding: 0.9vw 0.175vw 0.5vw 0.5vw;
    text-align: right;
}

.map-inner__menu .legend {
    background: url('../img/legend.svg') no-repeat white;
    background-size: 100%;
    height: 1.7vw;
}

.window {
    z-index: 3;
    position: fixed;
    width: 20vw;
    background: white;
    right: 2.5vw;
    top: 5vw;
    border-radius: 0 0 20px 20px;
}

.window .cart-jobs h3 {
    font-size: 0.65vw;
    line-height: 0.9vw;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    padding: 1.25vw;
    padding-left: 3.5vw;
    padding-right: 0;
    margin: 0;
    position: relative;
    border-radius: 20px 20px 0 0;
}

.window .cart-jobs h3.yellow {
    background: rgba(21, 33, 46, 0.9);
    padding-right: 50%;
}

.window .cart-jobs h3.yellow::before {
    display: block;
    content: "";
    width: 2vw;
    height: 2vw;
    background: url("../img/remont.png") no-repeat 100%;
    background-size: 100%;
    position: absolute;
    left: 0.9vw;
    top: 50%;
    transform: translate(0, -50%);
    filter: invert(1);
}

.yellow-project {
    position: absolute;
    right: 0;
    top: 0.5vw;
    max-width: 50%;
    height: calc(100% - 1vw);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1.25vw;
    font-size: 0.55vw;
    line-height: 0.6vw;
    overflow: hidden;
}

.yellow-project__name {
    padding-left: 0.5vw;
    max-height: 100%;
}

.yellow-project i {
    display: inline-block;
    width: 2vw;
    height: 2vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    flex: 0 0 2vw;
}

i.--icon-regional {
    background-image: url("../img/icon-regional.svg");
    filter: invert(1);
}

i.--icon-magistral {
    background-image: url("../img/icon-magistral.svg");
    filter: invert(1);
}

.window .cart-jobs h4 {
    padding: 1.25vw;
    margin: 0;
    font-size: 0.9vw;
    line-height: 0.9vw;
    color: #444d58;
    text-transform: uppercase;
    background: url("../img/top.png") no-repeat 95%;
}

.window .cart-jobs .list {
    padding: 0.5vw 1.25vw;
}

.window .cart-jobs .list div.item {
    font-size: 14px;
    line-height: 20px;
    color: #444d58;
    padding: 0px 0;
}

.window .cart-jobs .list div.item b {
    font-size: 0.8vw;
    line-height: 0.8vw;
    display: block;
    color: var(--main-color);
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    margin: 0;
}

.window .cart-jobs .list div.item .left {
    width: 55%;
    float: left;
}

.window .cart-jobs .list div.item .right {
    width: 45%;
    float: right;
}

.window .cart-jobs .list div.item p {
    margin: 0 0 1.25vw 0;
    font-weight: normal;
    font-size: 0.8vw;
    line-height: 1vw;
    font-family: 'Circe Light';
}

/*.window .cart-jobs .list div.item.description {
                overflow-y: hidden;
            }*/

.window .cart-jobs .list div.item.description p {
    clear: both;
    max-height: 12vw;
    min-height: 6vw;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.window .cart-jobs .list .more {
    padding: 15px 0 20px 0;
}

.window .cart-jobs .list .more a {
    color: #444d58;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    position: relative;
}

.window .cart-jobs .list .more a::before {
    display: block;
    content: "";
    width: 6px;
    height: 4px;
    background: url("../img/top.png") no-repeat 100% center;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    transition: transform 1s;
    position: absolute;
    right: -15px;
    top: 6px;
}

.window .cart-jobs .carousel {
    padding: 0;
    position: relative;
    display: block;
    margin-top: -0.5vw;
    margin-bottom: -0.5vw;
}

.window .cart-jobs .carousel .before, .window .cart-jobs .carousel .after {
    position: absolute;
    color: white;
    left: 0.5vw;
    top: 8vw;
    z-index: 1000;
    font-size: 0.8vw;
}

.window .cart-jobs .carousel .after {
    left: auto;
    right: 6.75vw;
}

.window .cart-jobs .carousel .left, .window .cart-jobs .carousel .right {
    width: 1.5vw;
    height: 4vw;
    position: absolute;
    left: 0.5vw;
    top: 3.5vw;
    background: url("../img/left.png") no-repeat;
    background-size: 100%;
    z-index: 1000;
    cursor: pointer;
}

.window .cart-jobs .carousel .right {
    left: auto;
    right: 0.5vw;
    background: url("../img/right.png") no-repeat;
    background-size: 100%;
}

.window .cart-jobs .carousel .owl {
    margin: 0;
    padding: 0;
    height: 9.7vw;
    overflow: hidden;
}

.window .cart-jobs .carousel .owl .owl-nav {
    display: none;
}

.window .cart-jobs .carousel .owl .owl-item {
    float: left;
}

.window .cart-jobs .carousel .owl slide {
    float: left;
}

.window .cart-jobs .carousel .owl slide img {
    width: 50%;
    float: left;
}

.dial {
    border-color: #bcbdc0;
    color: var(--main-color);
    display: inline-block;
    text-align: left;
    margin-bottom: 0.25vw;
    clear: both;
    position: relative;
}

.dial p {
    text-align: center;
    font-weight: bold;
    color: var(--main-color);
    overflow: hidden;
    z-index: 1;
    margin: 0;
    padding-top: 1.75vw;
    font-size: 1.25vw;
    line-height: 1.25vw;
}

.dial canvas {
    position: absolute;
    width: 100%;
}

.aglomer-list {
    position: fixed;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    left: 50%;
    top: 10vw;
    width: 20vw;
    margin-left: -10vw;
    padding: 1vw 0.75vw;
}

.aglomer-list .close {
    position: absolute;
    right: 0.75vw;
    bottom: 0.75vw;
    color: white;
    cursor: pointer;
    font-size: 0.8vw;
}

.aglomer-list table {
    width: 100%;
}

.aglomer-list table td {
    vertical-align: top;
}

.aglomer-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aglomer-list ul li {
    display: block;
    padding: 0.15vw 0.25vw;
    font-size: 0.8vw;
    margin-bottom: 0.4vw;
}

.aglomer-list ul li.new::first-letter {
    color: var(--main-color);
}

.aglomer-list ul li a {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

#map {
    width: 100%;
}

.video {
    margin-bottom: 0;
    height: auto;
    clear: both;
}

.video-wrapper {
    position: relative;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.start_bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

a.start_btn {
    position: fixed;
    right: 1vw;
    bottom: 1vw;
}

a.start_btn img {
    width: 5vw;
    height: auto;
}

a.invisible_btn {
    position: fixed;
    left: 1vw;
    bottom: 1vw;
    opacity: 0.3;
}

a.invisible_btn img {
    width: 5vw;
    height: auto;
}

.btn {
    cursor: pointer;
}

.start_table {
    position: fixed;
    width: 100%;
    height: 100%;
}

.start_table td {
    text-align: center;
    vertical-align: top;
}

.start_table td.middle {
    vertical-align: middle;
}

.start_table td.video {
    padding: 1vw;
    position: relative;
}

.start_table td.video .img {
    width: 100%;
    margin-top: 8vw;
}

.start_table td.video video {
    width: 100%;
}

.start_table td.video img.play {
    position: absolute;
    width: 15vw;
    left: 50%;
    margin-left: -8vw;
    top: 0;
    margin-top: 22vw;
    z-index: 10000;
}

.start_table td.video img.link {
    width: 15vw;
}

.start_table td video {
    width: 100%;
}

.start_table a img {
    width: 25vw;
}

iframe.content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bottom_panel {
    background: #edf0f1;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.5vw;
    padding: 0.25vw;
}

.bottom_panel img {
    width: 2.5vw;
    height: auto;
    float: right;
}


.show_mobile {
    height: 100%;
}

.center_block {
    height: 100%;
    background: #4c5050;
    /*background: #000000;*/
}

.video-wrapper > div {
    display: none !important;
}

.video {
    margin-bottom: 0;
}

.fancybox-slide > .modal_w100 {
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
}

.modal_w100 .circle_wp {
    margin: 7px auto;
}

.modal_w100 .circle_head {
    min-height: auto;
}

.video-wrapper .region_info.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.region_fixed {
    position: fixed;
    width: auto;
    height: 100%;
    z-index: 9999;
    top: 0;
    right: 50px;
    display: flex;
    vertical-align: middle;
}

.region_info {
    font: 32px 'Commissioner', sans-serif;
    font-weight: 500;
    width: 800px;
    z-index: 60;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: auto;
    margin-top: 0;
    display: none;
    text-align: center;
    clear: both;
    position: fixed;
    top: 0;
    /*right: 50px;*/
    height: 100%;
    vertical-align: middle;
}

.video-wrapper {
    width: 100%;
    height: auto;
}

.region_map .c_btn {
    height: 40px;
    line-height: 40px;
}

.region_map canvas {
    width: 20vh !important;
    height: 20vh !important;
    position: relative;
    top: -2px;
    left: -4px;
}

@media only screen and (min-width: 1300px) {
    table.main-menu td .wrapper2 {
        padding: 0.5vw;
        display: block;
    }

    table.main-menu td .wrapper2.disabled * {
        opacity: 0.5;
    }
}

@media only screen and (max-width: 2800px) {
    .region_info {
        width: 600px;
    }
}


.region_info .circle_wp {
    height: auto;
}

.region_map .c_btn {
    margin-bottom: 0;
}

@font-face {
    font-family: 'circe';
    src: url('../fonts/Circe-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'circe';
    src: url('../fonts/Circe-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.reception_forma {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #1A1C1E;
    z-index: 50;
    /*    width: calc(100% - 10%);
    height: 80vh;
    position: relative;
    background: rgba(25, 25, 25, 0.9);
    z-index: 50;
    margin: 0 auto;*/
}

.reception_forma_wrapper {
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
    padding: 30px;
}

.reception_forma_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}

.rf_title {
    font: 36px 'Commissioner', sans-serif;
    font-weight: 700;
    padding-left: 50px;
    color: var(--main-color);
    line-height: 40px;
    background: url('../img/main/icon-message.svg') no-repeat left center;
    background-size: 45px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.rf_appeal {
    font: 24px 'Commissioner', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-left: 120px;
    cursor: pointer;
}

.reception_forma_top {
    padding-bottom: 15px;
    border-bottom: 2px solid #2D4A64;
    margin-bottom: 20px;
}

.rf_left {
    width: 49.5%;
}

.rf_right {
    width: 49.5%;
}

.rf_input {
    width: 100%;
    height: 55px;
    border: 3px solid #2F2F2F;
    padding-left: 18px;
    color: #fff;
    font: 20px 'Commissioner', sans-serif;
    background: none;
    outline: none;
    margin-bottom: 10px;
}

.rf_input::placeholder {
    color: #808080;
}

.rfi_w1 {
    width: 60%;
}

.rfi_w2 {
    width: 39%;
}

.rf_pole {
    width: 100%;
    height: 185px;
    border: 3px solid #2F2F2F;
    padding: 18px;
    color: #fff;
    font: 20px 'Commissioner', sans-serif;
    background: none;
    outline: none;
    margin-bottom: 10px;
}

.keyboard_block {
    width: 100%;
    text-align: center;
    /* display: none; */
}

.rf_btn {
    display: block;
    width: 100%;
    height: 62px;
    font: 26px 'Commissioner', sans-serif;
    background: #323232;
    line-height: 62px;
    border: none;
    outline: none;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 13px;
    margin-top: 10px;
    cursor: pointer;
}

.rf_btn.active {
    background: var(--main-color);
}

.rf_info_block_video {
    width: 434px;
    height: 304px;
    background: #2F2F2F;
    position: relative;
}

.rf_video_link {
    width: 100%;
    height: 100%;
    background: url("../images/ico76.png") no-repeat center 88px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.rf_video_link p {
    color: #fff;
    font: 24px 'Commissioner', sans-serif;
    font-weight: 700;
    padding-top: 170px;
    text-align: center;
}

.reception_form_top {
    background: rgba(0,0,0,0.95);
    padding-bottom: 30px;
}

.rf_info_block {
}

.rf_screen {
    width: 100%;
    height: 100%;
    background: url("../images/screen.jpg") no-repeat center 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.rf_diagram {
    width: 134px;
    height: 134px;
    position: relative;
}

.rf_diagram_item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rf_info_block_diagram {
    padding-left: 40px;
}

.rf_diagram_img {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.rf_diagram_block {
    margin-bottom: 40px;
}

.di_title {
    color: #fff;
    font: 20px 'Commissioner', sans-serif;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.di_title.di_title_recources {
    font-size: 32px;
    text-transform: none;
    font-weight: 500;
}

.rf_diagram-stats-count {
    display: flex;
    align-items: center;
}

.rf_diagram-icon {
    padding-left: 60px;
}

.di_text1 {
    font: 30px 'Commissioner', sans-serif;
    font-weight: 700;
    color: var(--main-color);
    line-height: 30px;
}

.di_text1 span {
    color: #AEE2BC;
    border-left: 2px solid #AEE2BC;
    padding-left: 8px;
    margin-left: 8px;
    display: inline-block;
}

.rf_diagram_info {
    padding-left: 30px;
}

.di_text2 {
    font: 30px 'Commissioner', sans-serif;
    font-weight: 700;
    color: var(--main-color);
    line-height: 30px;
}

.rf_info_block_right {
    width: 557px;
}

.rt_title {
    font: 24px 'Commissioner', sans-serif;
    font-weight: 700;
    color: #fff;
}

.rt_link {
    font: 24px 'Commissioner', sans-serif;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(255,255,255,0);
    color: var(--main-color);
    opacity: 0.3;
    transition: .2s;
}

.rt_link:hover {
    opacity: 1;
}

.rt_link.active {
    border-bottom: 2px solid var(--main-color);
    opacity: 1;
}

.rb_left {
    font: 20px 'Commissioner', sans-serif;
    color: #fff;
}

.rb_right {
    font: 20px 'Commissioner', sans-serif;
    color: #fff;
}

.rf_region_top {
    margin-bottom: 30px;
}

.rf_region_block {
    margin-bottom: 15px;
}

.rft_bg2 {
    background: url("../img/stat/icon-title.svg") no-repeat;
    background-size: contain;
    padding-left: 70px;
    text-transform: uppercase;
}

.statistics_diagram {
    width: 357px;
    height: 357px;
    position: relative;
}

.sd_item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
}

.sd_info {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.sdi_title {
    font: 32px 'Commissioner', sans-serif;
    line-height: 32px;
    font-weight: 700;
    color: #FFF;
}

.sdi_num {
    font: 82px 'Commissioner', sans-serif;
    font-weight: 700;
    color: var(--main-color);
}

.sdr_title {
    font: 24px 'Commissioner', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.sdr_block {
    text-align: center;
/*    width: 27%;*/
}

.sdr_group {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    gap: 7vh;
}

.sdr_group .sdr_block {
    text-align: center;
    width: 100%;
}

.statistics_diagram_right {
    width: calc(100% - 357px);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sdr_num_col1 {
    color: var(--main-color);
}

.sdr_num_col2 {
    color: #5792EB;
}

.sdr_num_col3 {
    color: #969696;
}

.sdr_num {
    font: 64px 'Commissioner', sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.rf_statistics_diagram {
    padding: 40px 0 50px 0;
    border-bottom: 2px solid #2F2F2F;
}

.sd_block {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    column-gap: 1.7vw;
}

.sdb_left {
    padding-left: 80px;
    height: auto;
}

.sdb_left p {
    font: 22px 'Commissioner', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 26px;
}

.sdb_left p span {
    color: var(--main-color);
}

.sdb_left_bg1 {
    background: url("../img/stat/icon-bkd.svg") no-repeat left top;
    background-size: 60px;
}

.sdb_left_bg9 {
    background: url(../img/stat/icon-bkd.svg) no-repeat left top;
}

.sdb_left_bg2 {
    background: url("../img/stat/icon-road.svg") no-repeat left top;
    background-size: 60px;
}

.sdb_left_bg3 {
    background: url("../img/stat/icon-social.svg") no-repeat left top;
    background-size: 60px;
}

.sdb_left_bg4 {
    background: url("../images/ico83.png") no-repeat left top;
    background-size: 60px;
}

.sdb_right p {
    font: 32px/1 'Commissioner', sans-serif;
    font-weight: 600;
    color: var(--main-color);
}

.rf_statistics_dop {
    padding: 60px 0;
    width: 100%;
}

.statistics_dop-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    column-gap: 5%;
}

.rf_close {
    width: 25px;
    height: 25px;
    background: url("../img/close.svg") no-repeat center;
    background-size: 25px;
}

.map_wpp {
    width: 100%;
    height: 100vh;
    background: #4a4e4d url("../images/bg8.jpg") no-repeat center center;
    background-size: 100% auto;
    flex-direction: column;
}

.mt_title {
    background: rgba(21, 33, 46, 0.9);
    text-transform: none;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    width: auto;
    white-space: nowrap;
    color: #fff;
    border-radius: 10px;
    padding: 0 20px;
}

.mb_item {
    width: 40%;
    background: rgba(0, 0, 0, 0.5);
    height: 80px;
    position: relative;
}

.mb_item a {
    color: #fff;
    font-size: 18px;
    position: relative;
}

.map_block_bot {
    padding-bottom: 20px;
}

.map_block_bot .mb_item:first-child {
    text-align: right;
}

.mb_item_stst a {
    padding-right: 80px;
}

.mb_item_stst a:before {
    content: '';
    width: 50px;
    height: 50px;
    background: url("../images/statistic.png") no-repeat;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -25px;
}

.mb_item_sub a {
    padding-left: 80px;
}

.mb_item_sub a:before {
    content: '';
    width: 50px;
    height: 50px;
    background: url("../images/burger3.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -25px;
}

.mt_diagram .rf_diagram_block {
    margin: 0;
    height: 100%;
}

.mt_diagram .rf_diagram_block:first-child {
    cursor: pointer;
}

.mt_diagram .rf_diagram {
    width: 39px;
    height: 39px;
    background-size: 100%;
}

.mt_diagram .di_title {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 10px;
}

.mt_diagram .di_text1 {
    font-size: 30px;
}

.mt_diagram {
    background: rgba(21, 33, 46, 0.9);
    height: 70px;
    margin-bottom: 7px;
    border-radius: 20px;
}

.e_reception_block {
    background: rgba(0, 0, 0, 0.7);
    height: 70px;
    padding-right: 40px;
}

.e_reception_block a {
    color: #fff;
    position: relative;
    padding-left: 80px;
    display: block;
}

.e_reception_block a:before {
    content: '';
    width: 50px;
    height: 50px;
    background: url("../images/ico84.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -25px;
}

.mt_right {
    flex-direction: column;
}

.fancybox-stat-modal .fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: rgba(255,255,255,0);
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
}

.fancybox-stat-modal .fancybox-close-small {
    display: none
}

.flotTip {
    padding: 10px 20px;
    background-color: var(--main-color);
    color: #ffffff;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font: 13px 'Commissioner', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    position: fixed;
    z-index: 9999999999999;
}

/* .keyboard_show .rf_info_block {
    display: none;
} */

.keyboard_show .keyboard_block {
    display: block;
}


#back-window {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 0px;
    display: block;
}

#back-window div.forms {
    position: relative;
    padding: 45px 70px;
    display: inline-block;
    top: 20%;
    margin: auto;
    -webkit-box-shadow: 0 0 75px #000;
    -moz-box-shadow: 0 0 75px #000;
    box-shadow: 0 0 75px #000;
    border: solid 2px #2a3b62;
    width: 371px;
    background-color: #fff;
}

#back-window div.forms h3 {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    font-family: 'Commissioner', sans-serif;
    font-weight: 700;
    padding: 0 0 20px 0;
    text-transform: uppercase;
}

#back-window div.forms .close-back {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("/images/close-hover.png") no-repeat 0 0;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 10;
}

.rf_title_bg3 {
    background: url("../img/main/icon-message.svg") no-repeat left center;
    background-size: 45px;
    padding-left: 60px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.appeal_pole {
    position: relative;
}

.ap_input {
    width: 100%;
    height: 78px;
    border: none;
    background: #292929;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font: 26px 'Commissioner', sans-serif;
    font-weight: 700;
    outline: none;
}

.ap_input::placeholder {
    color: #fff;
}

.ap_link {
    width: 217px;
    height: 64px;
    background: rgba(2, 2, 2, 0.34);
    border-radius: 8px;
    position: absolute;
    top: 7px;
    left: 7px;
    color: #626262;
    text-align: center;
    line-height: 64px;
}

.appeal_block_caption p {
    font: 16px 'Commissioner', sans-serif;
    color: #556A7C;
    font-weight: 500;
}

.ab_w1 {
    width: 23%;
}

.ab_w2 {
    width: 25%;
}

.ab_w3 {
    width: 15%;
}

.ab_w4 {
    width: 17%;
}

.ab_w5 {
    width: 20%;
}

.appeal_block_caption {
    margin-top: 45px;
    padding: 15px 20px;
}

.appeal_block {
    background: #1F2E3D;
    border-radius: 20px;
    margin-bottom: 60px;
}

.ab_top {
    background: #2D3E4E;
    border-radius: 20px 20px 0 0;
    padding: 40px 40px;
}

.abt_num {
    color: var(--main-color);
    font: 16px 'Commissioner', sans-serif;
}

.abt_num span {
    display: block;
    color: #fff;
    font-size: 22px;
}

.abt_dep {
    color: #fff;
    font: 16px 'Commissioner', sans-serif;
    line-height: 22px;
}

.abt_dep span {
    display: block;
}

.abt_data {
    font: 20px 'Commissioner', sans-serif;
    color: #fff;
}

.abt_data span {
    color: #5d5d5d;
}

.abt_name {
    font: 22px 'Commissioner', sans-serif;
    color: #fff;
}

.ab_text {
    width: 73%;
}

.ab_text p {
    font: 18px 'Commissioner', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}

.ab_bot {
    padding: 40px;
}

.ab_btn {
    width: 235px;
    height: 59px;
    background: var(--main-color);
    border: 3px solid var(--main-color);
    box-sizing: border-box;
    border-radius: 10px;
    font: 22px 'Commissioner', sans-serif;
    font-weight: 700;
    line-height: 53px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-right: 30px;
}

.sdr_button {
    padding: 10px;
    background: var(--main-color);
    border: 3px solid var(--main-color);
    box-sizing: border-box;
    border-radius: 10px;
    font: 22px 'Commissioner', sans-serif;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.appeal_block_wp {
    height: calc(100vh - 340px);
    overflow: auto;
}

.ab_label {
    width: 113px;
    height: 36px;
    font: 16px 'Commissioner', sans-serif;
    font-weight: 500;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    background: none;
    color: var(--main-color);
    line-height: 32px;
    text-align: center;
    margin-right: 50px;
    margin-bottom: 20px;
}

.ab_text2 {
    width: 87%;
}

.ab_text2 p {
    font: 24px 'Commissioner', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.ab_bot_question {
    background: #1F2E3D;
}

.ab_bot_answer {
    background: #182430;
}

.appeal_block_card {
    background: none;
}

.mob_appeal_text {
    font: 16px 'Commissioner', sans-serif;
    color: #6f6c6c;
    display: none;
    margin-bottom: 10px;
}

.appeal_top .reception_forma_wrapper {
    padding: 20px 0 0 0;
}

.modal_w2 {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: none;
    padding: 0;
    margin: 0 !important;
    background: rgba(0,0,0,0.9);
}

.rf_region {
    height: 220px;
    overflow: auto;
}

.nicescroll-rails {
    margin-left: 25px;
    opacity: 0;
    display: none !important;
}

.select2-container--default .select2-selection--multiple {
    border: 3px solid #2F2F2F !important;
    background: none !important;
    border-radius: 0 !important;
    height: 55px !important;
}

.rf_input_block .select2-selection__choice {
    background: none !important;
    border: none !important;
    color: #fff !important;
    padding-left: 18px !important;
    font: 20px 'Commissioner', sans-serif; !important;
    height: 51px !important;
    line-height: 51px !important;
    margin-top: 0 !important;
}

.rf_input_block .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 3px solid #2F2F2F !important;
    background: none !important;
    border-radius: 0 !important;
}

.rf_input_block .select2-search__field {
    color: #fff !important;
    padding-left: 18px !important;
    font: 20px 'Commissioner', sans-serif; !important;
    margin-top: 0 !important;
    height: 51px !important;
    line-height: 51px !important;
}

.rf_input_block .select2-selection__rendered {
    padding: 0 !important;
}

.region_input {
    visibility: hidden;
}

.select2-results__option {
    color: #fff !important;
    padding-left: 18px !important;
    font: 20px 'Commissioner', sans-serif; !important;
    margin-top: 0 !important;
    height: 30px !important;
    line-height: 30px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.select2-results__option--highlighted {
    background: var(--main-color) !important;
    color: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 30px !important;
    line-height: 30px !important;
}

.select2-dropdown {
    background: rgba(0,0,0,0.75);
    border: 3px solid #2F2F2F !important;
    border-top: none !important;
}

.rf_input_block .select2 {
    width: 100% !important;
    margin-bottom: 10px;
}

.rf_input_block .select2-selection__clear {
    display: none !important;
}

.rf_input_block .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: var(--main-color) !important;
}

.fancybox-button.fancybox-close-small {
    display: none;
}

.et_link {
    background: rgba(0, 0, 0, 0.7);
}

.et_link a {
    color: #fff;
    position: relative;
    padding-left: 80px;
    display: block;
}

.et_link a:before {
    content: '';
    width: 50px;
    height: 50px;
    background-size: 100%;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -25px;
    background: url('/stand/images/etalon.png') no-repeat;
}

/*///new styles 15.11////*/
.as_left {
    width: calc(100% - 700px);
    height: 78px;
    background: #2D3E4E;
    position: relative;
}

.appeal_search_top.active {
    border-radius: 0;
}

.appeal_search_top {
    height: 100%;
    border-radius: 10px;
}

.appeal_search_input {
    width: 100%;
    height: 100%;
    padding-right: 150px;
    color: #fff;
    padding-left: 60px;
    background: url(../images/ico88.png) no-repeat 20px center;
    border: none;
    outline: none;
    font: 26px 'Commissioner', sans-serif;
}

.as_tiggle_link {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}

.as_tiggle_link p {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    margin-right: 20px;
}

.as_tiggle_link span {
    width: 57px;
    height: 64px;
    background: rgba(2, 2, 2, 0.34) url(../images/ico89.png) no-repeat center center;
    border-radius: 8px;
}

.select2-container {
    width: 338px !important;
}

.select2-container--default .select2-selection--single {
    background: #2D3E4E;
    border-radius: 8px;
    height: 78px;
    padding: 0 0 0 25px;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 78px;
    color: #444;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 17px;
    height: 78px;
    background: url(../images/ico89.png) no-repeat center center;
    transform: rotate(0deg);
    right: 20px;
}

.stand_body .select2-results__option {
    color: #fff !important;
    padding-left: 40px !important;
    font: 20px 'Commissioner', sans-serif; !important;
    margin-top: 0 !important;
    height: 56px !important;
    line-height: 56px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
}

.stand_body .select2-results__option--highlighted {
    background: var(--main-color) !important;
    color: #020202 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 56px !important;
    line-height: 56px !important;
}

.stand_body .select2-results__option--highlighted:before {
    content: '';
    width: 17px;
    height: 13px;
    background: url(../images/ico90.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 15px;
}

.stand_body .select2-dropdown {
    background: #292929 !important;
    border-radius: 0 0 8px 8px;
    border: 3px solid #2F2F2F !important;
    border-top: none !important;
}

.as_toggle_block {
    width: 100%;
    font: 16px 'Commissioner', sans-serif;
    background: #292929;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 78px;
    left: 0;
    padding: 15px 20px 20px 60px;
    color: #fff;
    max-height: 690px;
    overflow: auto;
    display: none;
}

.appeal_search_result_line {
    margin-bottom: 20px;
}

.appeal_search_result_line_title {
    color: #585858;
}

.as_toggle_block a {
    color: #fff;
}

.reg_text {
    text-transform: uppercase;
    font-weight: 700;
}

.reg_text span {
    color: #4e4e4e;
}

.asr_left {
    width: 50%;
}

.asr_right {
    width: 50%;
}

.reg_num {
    color: #727272;
    font-size: 18px;
    font-weight: 700;
}

.asr_block {
    width: 33.333%;
    text-align: center;
}

.reception_forma_wrapper .nicescroll-rails {
    margin-left: 0;
    opacity: 1;
    display: block !important;
}

/*�������*/
.cssSlider {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cssSlider .slides {
    overflow: hidden;
    overflow: hidden;
    width: 100%;
    height: 70vmin;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cssSlider .slides > li {
    width: 100%;
    height: 70vmin;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.cssSlider .slides > li > img {
    width: 100%;
    height: auto;
}
/*
.cssSlider .slides > li:first-child:not(:target) {
	z-index: 1;
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}
*/
.cssSlider .thumbnails {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

.cssSlider .thumbnails > li {
    float: left;
    width: 20%;
}

.cssSlider .thumbnails > li > a {
    display: block;
}

.cssSlider .thumbnails > li > a > img {
    width: 100%;
    height: auto;
}

.cssSlider .slides li:target {
    z-index: 3;
    -webkit-animation: slide 1s 1;
}

.cssSlider .slides li:not(:target) {
    -webkit-animation: hidden 1s 1;
}

.idj-stand__topline {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 65px;
    left: 5%;
    z-index: 45;
    width: calc(100% - 10%);
}

.idj-stand__topline .control_name {
    position: initial !important;
}


.idj-stand__topline .idj-stand__legend {
    position: initial !important;
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes hidden {
    0% {
        z-index: 2;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        z-index: 2;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes hidden {
    0% {
        z-index: 2;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        z-index: 2;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
/**/

.descripti p {
    margin: 0 !important;
}

g[id|='poly'] {
    cursor: pointer;
}

.cart-show {
    /*position: absolute;*/
    z-index: 100;
    /*width: calc(100% - 1vw);*/
    width: 100%;
    height: auto;
    background: rgba(12, 21, 28, 0.8);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    /*bottom: calc(100% - 4vh);
    left: 0;*/
    display: block;
    text-align: left;
    z-index: 101;
}

.cart-show h3 {
    font-size: 0.95vw;
    line-height: 1;
    color: #FFF;
    font-family: 'Commissioner', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: block;
    background: var(--main-color);
    padding: 0.6vw 0.8vw;
    border-radius: 20px 20px 0 0;
}

.cart-show ul li {
    display: block;
    list-style: none;
    font-size: .85vw;
    line-height: 1vw;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    text-align: left;
    position: relative;
}

.cart-show ul li:nth-child(1) {
    border: none;
}

.cart-show ul li a {
    padding: 0.7vw 0 0.7vw 1.5vw;
    color: #DCFFEC;
    text-decoration: none;
    display: block;
    background-repeat: no-repeat;
}

.cart-show-control {
    position: relative;
    display: block;
    float: left;
    height: 1.25vw;
    width: 2.5vw;
    background: var(--main-color);
    border-radius: 1.25vw;
    margin-right: 1vw;
    margin-top: -0.15vw;
}

.cart-show ul li a.show-1 .cart-show-control {
    background: var(--main-color);
}

.cart-show ul li a.show-2 .cart-show-control {
    background: #6F6F6F;
}

.cart-show-control::before {
    content: "";
    position: absolute;
    right: 0.25vw;
    top: 50%;
    /*background: #fff url("/stand/images/cart-show-control-1.svg") no-repeat center;*/
    background: #FFF;
    border-radius: 50%;
    width: 1vw;
    height: 1vw;
    filter: drop-shadow(0 0px 2px rgba(0, 0, 0, 0.25));
    transition: all .2s linear;
    transform: translate(0, -50%);
}

.cart-show-control.--magistral::before {
    background: #FFF;
    /*background: #fff url("/stand/images/cart-show-control-2.svg") no-repeat center;*/
    background-size: 0.75vw;
}

.cart-show ul li a.show-2 .cart-show-control::before {
    right: calc(100% - 1.25vw);
    background: var(--main-color);
}

.cart-show .cart-show-collapse ul {
    display: none;
}

.cart-show .cart-show-collapse ul li:nth-child(1) {
    /*border-top: 1px solid #e9e9e9;*/
}

.cart-show .cart-show-collapse ul li a {
    padding-left: 2.5vw;
}

.cart-show-scroll {
    max-height: 7.5vw;
    overflow-y: auto;
}

.cart-show-scroll-wrapper {
    padding-right: 0;
}

.cart-show-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
}

.cart-show-scroll::-webkit-scrollbar:vertical {
    width: .25vw;
}

.cart-show-scroll::-webkit-scrollbar:horizontal {
    height: .25vw;
}

.cart-show-scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(119, 124, 131, .4);
}

.cart-show-scroll::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: rgba(236, 237, 238, .4);
}

.cart-show .cart-show-arrow {
    display: block;
    position: absolute;
    right: 0;
    top: .2vw;
    padding: 1vw;
    cursor: pointer;
}

.cart-show .cart-show-arrow i {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3vw 0.35vw 0 0.35vw;
    border-color: #777d83 transparent transparent transparent;
}

.cart-show .cart-show-arrow.open {
    transform: rotate(180deg);
}

.map-inner__result-years {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*background: rgba(12, 21, 28, 0.8);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);*/
    border-radius: 20px;
}

.control .results-wp {
    position: fixed;
    bottom: 6.3vw;
    right: 2.5vw;
    width: 31vw;
}

.control-years__wrap {
    background: rgba(12, 21, 28, 0.8);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 0 0 20px 20px;
    padding: 0.45vw;
    width: 100%;
}

.control-years {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 1.5vw;
    justify-content: space-between;
}

.control-years-arrow {
    color: #DCFFEC;
}

.control-years-cont {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    width: 18vw;
    /*margin: 0 1.5vw;*/
}

.control-years-all {
    margin-right: 2vw;
}

.control-years a {
    color: #DCFFEC;
    font-size: 1.05vw;
    margin-left: 0.6vw;
    margin-right: 0.6vw;
    font-weight: 600;
    height: 2.5vw;
    display: flex;
    align-items: center;
    width: 3.1vw;
    text-transform: uppercase;
}

.control-years a.active {
    color: var(--main-color);
    /*font-size: 1.25vw;*/
}

/*.close.recources {
    font-size: 1.8vw;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.2vw 0.5vw;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}*/

.control .mb_dop_info .mb_dop_info {
    display: flex;
    flex-direction: column-reverse;
}


@media only screen and (min-width: 2049px) {
    .select2-container--default .select2-results > .select2-results__options {
        max-height: 500px;
        height: 100%;
    }
}

@media only screen and (max-width: 2048px) {
    .control .title {
        border-radius: 10px;
        padding: 0 20px;
    }

    .control .title .text {
        padding: 10px 0;
        font-size: 24px;
    }

    .map-subjects__button {
        border-radius: 10px;
        padding: 20px 10px;
    }

    .map-subjects__button img {
        max-width: 40px;
    }

    .control-years__wrap {
        border-radius: 0 0 10px 10px;
    }

    .map-center__legend {
        border-radius: 10px;
        padding: 20px;
    }

    .map-controls {
        border-radius: 10px;
    }

    .cart-show h3 {
        border-radius: 10px 10px 0 0;
    }

    .cart-show {
        border-radius: 10px;
    }

    .last-statistics {
        max-width: 85%;
    }

    .legend__list {
        max-width: 80%;
    }
}