/* vk */
@media screen and (max-width: 1000px) and (min-width: 1000px) {

	html, body{
		height: 100%;
		overflow: scroll;
	}


.cont-menu1{
	top: 0 !important;
	background-color: rgba(0,0,0, 1);
}

.fixed-top2{
	position: fixed;
	left: 0;
	right: 0;
	top: 50px;
	z-index: 1900;
}

body.main .cont-top{
	display: none;
	
}

.cont-menu2{
	margin-top: 50px;
}

}/* vk */
