

/* Start:/bitrix/templates/bashmebel/template_styles.css?1676981830791*/
.littleMenu{
	display: none;
}
.link-default{
	color: #474d57;
	text-decoration: none;
	transition: all 0.5s ease-in;
}
.link-default:hover{
	color: #000;
	text-decoration: underline;
}

.nav__top_fixed {
	-webkit-box-shadow: 0px 9px 17px -9px rgba(34, 60, 80, 0.26);
	-moz-box-shadow: 0px 9px 17px -9px rgba(34, 60, 80, 0.26);
	box-shadow: 0px 9px 17px -9px rgba(34, 60, 80, 0.26);
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 99!important;
    background-color: white;
}
.nav__top_fixed .wrapper {
	display: block;
}
@media screen and (max-width:960px) {
	.nav__top_fixed .wrapper {
		display: none;
	}
	
}
.nav__top_fixed  nav,
.nav__top_fixed  nav a  { 
	color: #474d57;
	

}



.nav__top_fixed-open {
    opacity: 1;
}
/* End */
/* /bitrix/templates/bashmebel/template_styles.css?1676981830791 */
