

/* Start:/bitrix/templates/inzem_landscape/components/bitrix/menu/menu_main/style.css?17876703481048*/
.inzem-top-menu {
	position: relative;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	width: 625px;
    float: left;
}
.inzem-top-menu li {
	position: relative;
	display: inline-block;
	float: left;
	list-style-type: none;
}
.inzem-top-menu li a {
	font-family: Roboto, sans-serif;
	font-size: 17px;
	color: #FFF;
	text-transform: none;
}
.inzem-top-menu li a:hover {
	text-decoration: underline;
}
.inzem-top-menu li.selected:before {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    content: "";
    border-left: 8px solid transparent;
    border-top: 10px solid #fff;
    border-right: 8px solid transparent;
    top: 28px;
    left: 50%;
    margin-left: -6px;
}
.footer-wrp .footer .inzem-top-menu li.selected:before {
    display: none;
}

/* End */
/* /bitrix/templates/inzem_landscape/components/bitrix/menu/menu_main/style.css?17876703481048 */
