@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

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

a {
	color: #c21a00;
}

body {
	background-image: url(body-bg.jpg);
	background-size: cover;
	min-height: 100vh;
}

.header__logo img {
	width: 173px;
	height: 143px;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

.header__phone a {
	color: #fff;
	font-size: 36px;
	font-family: "Oswald", sans-serif;
}

.footer-wrapper {
	background-color: black;
	display: block;
	height: 60px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 22px;
	text-align: center;
	padding: 40px 0;
}

@media screen and (max-width: 992px) {
	.footer-wrapper {
		display: none;
	}
}