.dict-term {
	border-bottom: 1px dotted #ED7808;
	color: #ED7808;
	cursor: pointer;
	position: relative;
}

.dict-term:hover .term-wrapper {
	display: block;
}

.term-wrapper {
	background-color: #ED7808;
	position: absolute;
	width: 300px;
	bottom: 50%;
	right: 50%;
	z-index: 9;

	display: none;
}

.term-wrapper .term-content {
	color: #fff;
	padding: 10px;
	font-size: 12px;
}

.term-wrapper .term-content.term-content h2 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #fff;
}

.termins-link {
	color: #E44000;
	cursor: pointer;
	font-size: 14px;
	padding-right: 4px;
	text-transform: uppercase;
}

.termins-link--active {
	color: #414141 !important;
	text-decoration: none !important;
}