@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

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

a {
	color: #680B0A;
}

body {
	background-color: #F8F8F8;
}

.container {
	width: 1170px;
}

.header-wrapper {
	background-color: #fff;
	margin-bottom: 24px;
	border-bottom: 10px solid #680B0A;
}

.header {
	width: 100%;
}

.header__main {
	padding: 10px 0;
}

.header__logo {
	max-height: 70px;
}

/* .header__nav {
	background-color: #680B0A;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	font-size: 0;
}

.header__nav a {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	padding: 0 10px;
	margin: 0 10px;
	display: flex;
	align-items: center;
}

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

.header__nav a svg {
	height: 17px;
	width: auto;
	padding-right: 10px;
}

.header__nav a i {
	padding-right: 10px;
} */

.main {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .22);
	border-radius: 6px;
}