.h-switcher {
	list-style: none;
	width: 100%;
	margin: 0 0 12px 0;
	border-bottom: solid #000 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.h-switcher__tab {
	padding: 10px 10px 11px 10px;
	margin: 0;
	border-radius: 5px 5px 0 0;
}

.h-switcher__tab--selected {
	background: #000;
}

.h-switcher__tab--selected.h-switcher__tab--selected a small {
	color: #fff;
	font-size: 12px;
}

.h-switcher__tab a {
	font-weight: bold;
	font-size: 14px;
	color: #e77919;
	text-decoration: none;
}

.h-switcher li a:hover {
	text-decoration: underline;
}

.h-switcher li a small {
	display: block;
	margin: 7px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none !important;
}
.h-switcher li a:hover small {
	text-decoration: none;
}

.h-subswitcher {
	list-style: none;
	width: 100%;
	padding: 12px 0 20px 0;
	background: url('/www-include/decor/filter-gr.png') repeat-x left top;
}

.h-subswitcher--desktop {
	padding: 12px;
}

.h-subswitcher__list {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 5px 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.h-subswitcher--mobile {
	display: none;
}

.h-subswitcher li {
	padding: 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
}

.h-subswitcher li.selected {
	color: #e77919;
	text-decoration: underline;
}

.h-subswitcher li a {
	color: #e77919;
	text-decoration: none;
}

.h-subswitcher li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.h-switcher {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.h-switcher__tab {
		width: 50%;
		border-radius: 0;
    }
    

	.h-subswitcher--desktop {
		display: none;
	}

	.h-subswitcher--mobile {
		padding: 10px 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-bottom: 10px;
	}

	.h-subswitcher--mobile .h-subswitcher__title {
		margin-bottom: 0;
	}

	.h-subswitcher--mobile .h-subswitcher__list {
		padding: 5px;
	}

}