/*
Theme Name:     Научная библиотека
Theme URI:      
Description:    Neve child theme.
Author:         az
Author URI:     
Template:       neve
Version:        0.1.0
*/

.sub-menu {
	//display:none;
}


.sub-menu-item.menu-item-has-children > .menu-link:after {
	//content: "❱";
}
.active{
	display:block;
}
.hidden{
	display:none;
}
.center-menu-depth-1 ul{
	display:none;
	width:100%;
}
.navbar-center-lg .container{
	flex-direction: column;
}
.center-menu-depth-0 {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.bottom-menu-depth-1 ul{
	display:none;
	width:100%;
}
.navbar-bottom-lg .container{
	flex-direction: column;
}
.bottom-menu-depth-0 {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.block-news{
	height:100%;
}
.col-services .bg-mask{
	background: radial-gradient(circle, rgba(63,94,251,0) 0%, rgb(0 0 0 / 33%) 100%);
}


