

/* Start:/local/components/bitrix/menu/templates/doc/style.css?16982529321130*/
#navbar {
	float: left;
	width: 22%;
	height: 100%;
	top: 0;
	left: 0;
	border-right: 2px solid color(srgb 0.1305 0.1456 0.1625);
	transition: all 0.6s;
}

#navbar.fixed {
	position: fixed;
	margin-left: 40px;
	transition: all 0.6s;
}

#navbar a {
	-webkit-transition: all 600ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 600ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 600ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 600ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 600ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	display: block;
	text-decoration: none;
	padding: 10px 10px;
	font-size: 0.8em;
	color: #212529;
	text-align: left;
	margin-left: 10px;
	border-top: 2px solid color(srgb 0.1305 0.1456 0.1625)
}

#navbar a.button {
	color: rgba(30, 22, 54, 0.6);
}

#navbar a.button:hover {
	color: rgba(255, 255, 255, 0.85);
	box-shadow: rgba(30, 22, 54, 0.7) 0 0px 0px 40px inset;
}

li {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
}


#main-doc {
	margin-left: 310px;
	padding: 20px;
	margin-bottom: 110px;
}

/* End */
/* /local/components/bitrix/menu/templates/doc/style.css?16982529321130 */
