.btn:hover {
	color:#000
}

.grid-item__link:hover {
	cursor: default;
}


#upper-blockmain {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background: url(/upload/iblock/2c0/header_bg.jpg) no-repeat #94a233;
    background-size: cover;
    background-position: center;
}

#upper-blockmain > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto; 
    z-index: 1;
}

 @supports (object-fit: cover) {
     #upper-blockmain > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }

.upper-blockmain:after {
    background-color: #223c50;
    opacity: 0.9;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    POSITION: ABSOLUTE;
    top: 0;
    z-index: 1;
}

.logo-container, .socials {z-index: 2!important;}

.underhead-content{
position: relative;
z-index:2
}

.article-with-map__content {margin-top:50px}
.footer-nav a.selected {color: #ccc;}
.footer-nav a:hover {color: #9acf86;}

.partners {background: #fff;}
.subscribe {background: #f4f5f6;}

@media all and (max-width: 600px) {
	.article-with-map__content{
		margin-top: 0px;
	}
}
