.uc-header { /* стили для шапки сайта */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

.uc-navbar { /* стили для панели навигации */
	position: fixed;
	top: 45px;
	left: 0;
	width: 100%;
	z-index: 9998;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.6);
}

.uc-firstblock { /* стили для первого блока контента на странице, если используется шапка и навигация*/
	margin-top: 45px;
}

.nav-item div{
    transition: all 0.2s linear !important ;
}
.nav-item:hover div{
    color: red !important;
}
