@font-face {
	font-family: 'ParisNineteenEighty';
	src: url('Chalet-ParisNineteenEighty.eot');
	src: url('Chalet-ParisNineteenEighty.eot?#iefix') format("embedded-opentype"), url('Chalet-ParisNineteenEighty.woff2') format("woff2"), url('Chalet-ParisNineteenEighty.woff') format("woff"), url('Chalet-ParisNineteenEighty.ttf') format("truetype")
}

body {
	background-color: #EEEEEE;
}

.t-primary-bgcolor {
	background-color: #bf2e1a;
}

a {
	color: #797979;
}

a:hover {
	color: #bf2e1a;
}

.header__contact {
	display: none;
}

.header {
	width: calc(100% + 65.5px);
	margin-left: -65.5px;
	padding: 15px 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-wrapper {
	background-color: white;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.48);
	margin-bottom: 30px;
	border-left: 65.5px solid #222222;
}

.header__logo {
	width: 152px;
}

.header__nav {
	display: flex;
}

.header__nav a {
	font-size: 18px;
	font-weight: 800;
	color: #999;
	padding: 0px 15px;
	font-family: 'ParisNineteenEighty';
}

.header__nav a:not(:last-child) {
	border-right: 1.2px solid #CECECE;
}

.header__nav a:hover {
	text-decoration: none;
	color: #bf2e1a;
}