.header__logo {
	text-decoration: none !important;
}

@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,regular,500,600,700);
/* Style Desktop */
.header__logo_wrapper {
	font-family: "Oswald";
	width: 100%;
	height: 100%;
	max-width: 200px;
	max-height: 95px;
	text-align: center;
	text-transform: uppercase;
	background-color: #c00;
	padding: 10px 5px;
	color: white;
}
.logo__wrapper_primary {
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
	margin-bottom: 5px;
}
.logo__wrapper_secondary {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	align-items: center;
}
.logo__wrapper_secondary-line {
	width: 40px;
	height: 2px;
	background-color: white;
}
.logo__wrapper_secondary-text {
	font-size: 20px;
	line-height: 1;
}

/* Style Mobile */

.header__top-logo_wrapper {
	font-family: "Oswald";
	width: 100%;
	height: 100%;
	max-width: 175px;
	max-height: 40px;
	text-align: center;
	text-transform: uppercase;
	background-color: transparent;
	padding: 0px 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	color: white
}
.logo-mob__wrapper_primary {
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
}
.logo-mob__wrapper_secondary {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}
.logo-mob__wrapper_secondary-line {
	width: 40px;
	height: 1px;
	background-color: white;
}
.logo-mob__wrapper_secondary-text {
	font-size: 10px;
	line-height: 1;
}