.header-bottom-links a:hover {
	color: #eea734;
}
.oplata {
	margin-top: 30px;
}
.ed_syst {
	margin-top: 30px;
}
.orange {
	color: #eea734;
}
#extra_feields .add_filds {
	display: none;
}
.header-bottom-links {
	position: relative;
}
.menu_item {
	position: initial;
	height: 50px;
    align-items: center;
    display: flex;    
}

.menu_item > .submenu_block {
	display: none;
	position: absolute;
    top: 50px;
    background-color: #3a6640;
    padding: 20px;
    width: 100%;
    left: 0;
    border-top: 2px solid #0d4a0d;
}
.menu_item:hover .submenu_block {
	display: block;
    width: 1170px;
	height: 375px;
	z-index: 2;
}
.submenu {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    width: 1150px;
    height: 345px;
    align-content: start;
}
.submenu > li {
    margin-bottom: 10px;
    width: 30%;
    display: block;
} 
.search-result-item {
	display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
	margin-bottom: 15px;
}
.search_data {
	color: #979797;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.search_extract {
	color: #EEA734;
    font-size: 18px;
    line-height: 20px;
	margin-bottom: 15px;
}
.search_extract .evoSearch_highlight {
	font-weight: 700;
}
.search_title {
	color: #565656;
    font-size: 16px;
    line-height: 20px;
	margin-bottom: 15px;
}
.search_link {
	text-align: end;
}
.search_link a {
    color: #EEA734;
    font-size: 14px;
    line-height: 20px;
}




