@import url("/templates/global.css");
.t-primary-bgcolor {
	background-color: #404040;
}

a {
	color: #873531;
}

body {
	background-color: #fff;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 180px;
}

.header-wrapper {
	border-bottom: 5px solid #404040;
}

.header__contact {
	right: 0;
	line-height: 26px;
	opacity: .9;
}

.main {
	padding: 2rem 0;
}

.sidebar {
	margin-right: 2rem;
}

.container {
	width: 1000px;
}