

/* Start:/local/templates/main/components/bitrix/menu/left/style.css?1766401806766*/
.sticky-offset {
    top: 150px !important;
}

.menu_deteail{
	display: block;
	    border-radius: 20px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #393939;
    font-weight: 400;
    font-size: 16px;
	transition: background-color .3s cubic-bezier(0, 1.18, 0.94,-0.2);
}

.menu_deteail:hover{
	color: #fff;
	background: #51AD32; 
}

.menu_deteail_active{
	color: #393939; 
	font-weight:700;
	position:relative;
}

 


@media (min-width: 992px){

	.li_active{
		position: absolute;
		top: -4px;
		right: -48px;
	}
	
}

@media (max-width: 992px){

	.li_active{
		display:none !important;
	}
	
	.btn-costom2{
		color:#fff !important;
		width:100%;
		border-radius:0px !important;
		padding: 10px 0px !important;
	}
}

 


/* End */
/* /local/templates/main/components/bitrix/menu/left/style.css?1766401806766 */
