* {
    margin: 0;
    padding: 0;
}
body,html {
    height: 100vh;
    font-family: Segoe UI, Tahoma, Arial, sans-serif;
}
body {
    background-image: url("../css/assets/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.border-b {
    border-bottom-width: 1px;
}
.sticky {
    position: sticky;
    top:0;
    background-color: black;
    z-index: 10;
}
header,:after, :before {
    border-style: solid;
}
.header-titles {
    color: white;
}
.logo {
    background: url(../pic/logo.png) center no-repeat;
    margin: 5px 15px;
    width: 40px;
    height: 55px;
    background-size: contain;
}
.span-head {
    color: darkgray;
}
.flex-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container {
    width: 1400px;
    margin: 0 auto;
}
.line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.m-r {
    margin-right: 10px;
}
.m-b {
    margin: 20px 0px 0px 20px;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 20px 20px 0px 0px;
}
.text {
    font-size: 0.75rem;
}
.p-3 {
    padding: 0.75rem;
}
.progress-bar {
    height: 4px;
    background-color: #a1a1a1;
    border-radius: 2px;
    overflow: hidden;
}
.bg-lab-accent {
    --tw-bg-opacity: 1;
    background-color: rgb(0 255 136 / var(--tw-bg-opacity, 1));
}
.bg-lab-highlight {
    --tw-bg-opacity: 1;
    background-color: rgb(0 136 255 / var(--tw-bg-opacity, 1));
}
.progress-value {
    height: 100%;
}
.items {
    display: flex;
    margin-bottom: 0.25rem;
    justify-content: space-between;
    align-items: flex-end;
}
.data-title {
    cursor: help; /* Меняем курсор на справочный */
}
.content {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(43, 43, 43, 0.568);
    box-shadow: 3px 4px 6px 0px rgb(0 0 0 / 60%);
}
.section {
    padding: 10px;
}
.panel-flex {
    display: flex;
}
.section-divider {
    border: none;
    border-top: 1px solid #333;
    margin: 1.5rem 0;
}
.block-d {
    width: 1000px;
    
}
.chart-d {
    width: 800px;
    height: 400px;
}
.chart-d2 {
    width: 500px;
    height: 400px;
}
.chart-r {
    width: 100%;
    height: 400px;
}
.chart-r2 {
    width: 100%;
    height: 400px;
}
.maps {
    width: 730px;
    height: 680px;
    background-repeat: no-repeat;
    background-size: contain;
}
.imgSvg g {
    fill:#0066ff;
    fill-opacity:0.1;
    stroke: #333;
    stroke-width: 1;
}
.imgSvg g:hover, .active {
    fill: #ff5100 !important;
    stroke: 5px solid #ff001f !important;
}
.map {
    display: inline-flex;
}
.info_panel {
    background-color: rgba(255,255,255, .8);
    padding: 5px;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    position: absolute;
    border: 1px solid #333;
    color: #333;
    white-space: nowrap;
}
  
.info_panel::first-line {
    font-weight: bold;
}
.logo-map {
    position: absolute;
}
.cap {
	margin: 5px;
}
.list-win {
    list-style-type: circle;
    list-style-position: inside;
    padding: 0 10px;
    margin: 0;
}
.list-win li {
    font-family: "Trebuchet MS", "Lucida Sans";
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
}
.section-1 {
    display: table;
}
.list-win {
    display: table-cell;
    vertical-align: middle;
}
.table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.table thead th {
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 14px;
}
.table thead tr th:first-child {
	border-radius: 8px 0 0 8px;
}
.table thead tr th:last-child {
	border-radius: 0 8px 8px 0;
}
.table tbody td {
	text-align: center;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.table tbody tr:nth-child(even){
	background: #f3f3f3;
}
.table tbody tr td:first-child {
	border-radius: 8px 0 0 8px;
}
.table tbody tr td:last-child {
	border-radius: 0 8px 8px 0;
}
.pic {
    width: 410px;

}
.af img, .be img {
    width: 100%;
    height: 330px
}
/* скрываем выпадающие списки по умолчанию
			 * и задаем абсолютное позиционирование */
             nav {
			    /*margin: 100px 0;*/
			    background-color: #E64A19;
			}
			
			/* убираем отступы и поля, а также list-style для "ul", 
			 * и добавляем "position:relative" */
			nav ul {
			    padding:0;
			    margin:0;
			    list-style: none;
			    position: relative;
			    }
			
			/* применяем inline-block позиционирование к элементам навигации */
			nav ul li {
			    margin: 0px -7px 0 0;
			    display:inline-block;
			    background-color: #E64A19;
			    }
			
			/* стилизуем ссылки */
			nav a {
			    display:block;
			    padding:0 10px;
			    color:#FFF;
			    font-size:20px;
			    line-height: 60px;
			    text-decoration:none;
			}
			
			/* изменяем цвет фона при наведении курсора */
			nav a:hover {
			    background-color: #0026ff;
		}
        nav ul ul {
            display: none;
            position: absolute;
            top: 100%;
        }
        
        /* отображаем выпадающий список при наведении */
        nav ul li:hover > ul {
            display:inherit;
        }
        
        /* первый уровень выпадающего списка */
        nav ul ul li {
            /*min-width:170px;*/
            float:none;
            display:list-item;
            position: relative;
        }