    .headerBlock{
  display: flex;
background: url(/Texture/mainPage/headpage.jpg);
    background-position: right 0px center;
    background-size: cover;
    }
    .headerBlockLogo img {    
 padding: 10px;   
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(0%) contrast(100%);
}

.headerBlockLogo img:hover{
    filter: none;
transition: all 1.5s;
} 
    
    .headerBlockDuble{ 
	    display: flex;
        width: 100%;
    }
    
    .headerBlockDuble_one{     
width: 100%;
    display: grid;
    justify-items: end;
    align-items: center;
    align-content: space-evenly;
text-transform: uppercase;
    }
    .head-r {
	width: 100%;
    float: right;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
   .headerBlockDuble_one p{      
    FONT-WEIGHT: 900;
    font-size: 1rem;
    margin: 0;
 }   
        .headerBlockDuble_two{
display: flex;
    width: 20%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
    }
.head-r .user-btns {
width: 50%;
}
    
    
    @media (max-width: 960px) {

.headerBlock {
    display: flex;
    flex-wrap: wrap;
}
.headerBlockLogo{
margin: 0 auto;
}
div.i_search.open+div, div.i_person.open+div {
top: auto;
}

    html#root {
        margin-top: 5px !important;
    }
.mainlogo {
    width: 400px;
}

    .tmpl_body>header {
	position: relative;    
	}
	    #slider {
        margin-top: 0px;
    }
    #content, #sidebar {
        margin-top: 0;
    }	
.headerBlockDuble_one {
display: none;
}
.headerBlockDuble_two {
    width: 100%;
}
.site-n img{
filter: grayscale(1) brightness(1000%);
}
.head-t{
height: 150px;
}
.tmpl_body>header{
height: auto;
}
header.nav-up {
    top: -150px;
}
.i_menu{
font-size: 64px;
}
.head-l{
padding: 0;
}
#content, #sidebar {
margin-top: 5px;
}
.head-r .user-btns {
    width: 5%;
}

}