body{ background: linear-gradient(111deg, #fcfcfc 0%,#A2D5AB 40%,#2C3E50 69%,#000000 100%);  min-height: 100%; padding: 0; margin: 0; font-family:Verdana, sans-serif; font-size: 11pt;
line-height: 1.6;}
h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman", serif;
}




.head {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.head a { color: #374151; margin-right: 8px; text-decoration: none; font-size: 14pt; }
.head a:hover { color: var(--color-accent-red); text-decoration: none; fill: var(--color-accent-red); }
.lefttopmenu { order: 1; padding: 20px 0 20px 20px; flex-basis: 40%; }
.logo { order: 2; text-align: center; padding-top: 10px; }
.logo img { max-height: 50px; }
.righttopmenu { order: 3; padding: 20px 20px 20px 0; flex-basis: 40%; text-align: right; }
.icon { width: 1em; height: 1em; vertical-align: -0.2em; margin-right: 5px; }
  	.container {
  		  justify-content: center; padding: 10px;
  		
  		
  	}
  

footer {
    background-color: #222;
    color: white;
    padding: 20px 0;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
}

 

.footer-column {
    flex: 1;
    min-width: 100%;
    margin: 10px;
}

.footer-column h3 {
    border-bottom: 2px solid #555;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.footer-list {
    list-style: none;
    padding: 0;
}

  

.footer-list li {
    margin-bottom: 10px;   display: inline-block;  border: 1px solid #444; padding: 0 10px; line-height: 200%;  
}
.footer-list li:hover {
     border: 1px solid #ccc; background-color: #333; 

}

.footer-list li a {color: #999; text-decoration: none;}
.footer-list li a:hover {color: #fff;} 
.footer-list li a.active {font-weight: bold; color: #eee;}
/* Стили для нижней части футера */
.footer-bottom {
    text-align: center; background-color: #444;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #555;
}

.footer-bottom p {
    margin: 0;  
    padding: 5px 0;
}

.footer-links {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
     
}

.footer-links li {
    margin: 15px;
}

.footer-links a {
    color: white;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

 #map-container {
    width: 100%;   
    height: 92vh;  
    overflow: hidden; 
 }

#map {
    width: 100%;
    height: 100%;  
}



/* Стилевые правила для экранов с шириной от 960px до 1200px */
@media (min-width: 100px) and (max-width: 1200px) {
    .lefttopmenu a span {display: none;}
 .leftblok {min-width: 20%; }
   
 
}

/* Стилевые правила для экранов с шириной от 1200px и выше */
@media (min-width: 1201px) {
 .leftblok {min-width: 15%; }
 
 
}