html{
    background: #F1F1F1;
}

body {    
    display: flex;
    flex-direction: column;
    min-height: 100vh;    
    background: #fff;
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 2.4;
    margin: auto;
    width: 1140px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
header{    
    text-align: center;    
}
.slogan{
    color: #212121;
    font-size: 16px;
    text-decoration: none;
    text-transform: none;
    height: 15px;
    margin: 0;    
}
.slogan:hover{
   text-decoration: underline; 
}
h3{
    text-align: center;
    text-decoration-line: underline;
}
/*****************************************Участки*****************************************/

.dws-menu *{
 margin: 0;
 padding: 0; 
}
.dws-menu ul,
.dws-menu ol{
 list-style: none;
}
.dws-menu > ul{
background: #354251;
display: flex;
justify-content: center;
}
.dws-menu > ul li{
 position: relative; 
}
.dws-menu > ul li ul{
    justify-content: center;        
    right: auto;
    left: auto;
    top: 50px;
}
.dws-menu > ul li > a i.fa{
 position: absolute; 
 left: 14px;
 font-size: 16px;
}
.home_link{
    justify-content: 40px;
}
/***************************Шрифт меню********************************/
.dws-menu > ul li a{     
 width: auto;
 padding: 0 10px 0 10px;
 font-size: 16px;
 color: #ffffff;
 text-align: center;
 text-decoration: none; 
}
.dws-menu>ul>li.active{
    background-color: #262e37;
}
.dws-menu li a:hover{
    padding: 10px;
background: #262e37;
 color: #ffffff; 
}


/**************************sub menu*************************************/
.dws-menu li ul{        
 position: absolute; 
 display: none;
}
.dws-menu li > ul li a{
  text-decoration: none; 
 text-transform: none;
    text-align: left;
    padding-left: 15px;
 color: #829AC0;
 background: #ffffff;
}
.dws-menu li > ul li a:hover{
    text-decoration: underline;
    color: #829AC0;
 background: #ffffff;    
}
.dws-menu li > ul li ul{
 position: static;
 left: 0;
right: 0; 
}
.dws-menu li:hover > ul{
    display: block;
    text-decoration: underline;
    color: #829AC0;
}
/*****************************************Table*********************************************/
tr .number1{
    width: 80px;
}
tr:nth-child(2n) {background: #f0f0f0; /* Цвет фона */}
#number{text-align: left;}
table {width: 100%; text-align: center;}
td {border: 2px solid #eee;}
th {text-align: center; padding: 10px 5px 10px 5px; border: 2px solid #eee;}
.hideblock {display: none;}
table.iksweb{border-collapse:collapse;}
table.iksweb th{font-weight:normal;font-size:14px; color:#ffffff;background-color:#354251;}
table.iksweb td{color:#354251;}
table.iksweb tr:hover{background-color:#d3d5d7}
table.iksweb tr:hover td{color:#354251;cursor:default;}
.mobile-table{width: 100%; max-width: 100%; overflow-x: auto;}

/*****************************************Footer*****************************************/
.footer-distributed{
    margin-top: auto;
	background-color: #354251;	
	text-align: center;    
	}
.footer_text{
    color: #fff;
    text-decoration: none;
    text-transform: none;
}
.footer_text:hover{text-decoration: underline;}