@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@400;500&display=swap');

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

a {
	color: #B20000;
}

body {
	background-color: white;
}

.container {
	width: 1000px;
}

.header {
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

.header__main {
	display: flex;
	justify-content: space-between;
	text-align: right;
}

.header__logo {
	width: 220px;
	height: 104.54px;
}

.header__call {
	background-color: #343434;
	color: white;
	font-size: 26px;
	padding: 7px 5px 3px;
	height: 44px;
	border-radius: 4px;
}

.header__call img {
	padding-right: 3px;
	display: inline;
}

.header__email,
.header__follow {
	font-size: 20px;
	color: #343434;
	margin-top: 10px;
	line-height: 32px;
	font-weight: 500;
}

.header__follow {
	margin-top: 6.5px;
}

.header__follow img {
	width: 30px;
	display: inline;
}

.header__nav {
	background-image: linear-gradient(#dc2a0b, #c7250a);
	margin-top: 19.5px;
	height: 38px;
	display: flex;
	margin-bottom: 40px;
}

.header__nav a {
	color: white;
	padding: 5px 8.75px 3px 10px;
	height: 38px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.2px;
	transition: all 0.5s ease 0s;
}

.header__nav a:not(:first-of-type) {
	margin-left: 2px;
}

.header__nav a:hover {
	text-decoration: none;
	background-color: #8d1812;
}

.header__nav div {
	height: 38px;
	content: '';
	width: 1.5px;
	background-color: #991f0b;
}