/* HEADER */
.header h1{
	font-family: 'Oswald';
	font-size: 22px;
	color: #fff;
	margin-bottom: 0;
}
.logo img {
	width: 540px;
}
.container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.header .top-header {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #231f20;
	background-size: cover;
}
.header .bottom-header {
	padding: 16px 0;
	background: #fff url('../img/bottom-header.png');
	background-size: cover;
}
.header .header-tel {
	color: white;
	font-family: "Oswald", sans-serif;
	font-size: 50px;
	margin-bottom: 0;
	margin-top: 30px;
}

/* CONTENT */
.content {
	background: #efefef;
	padding: 60px 0;
}
ul.list {
	color: #4c4646;
	font-family: 'Oswald';
	font-size: 16px;
	list-style-type: none;
	padding: 10px;
	border-bottom: 1px solid #cecece;
}
ul.list li {
	padding-left: 45px;
	background: url('../img/menu-li.svg') left top 4px no-repeat;
	margin-bottom: 10px;
	line-height: 24px;
}
.contact {
	padding-left: 90px;
	margin-top: 50px;
	font-family: Arial;
	font-size: 12px;
	color: #4c4646;
	background: url('../img/contact.png') left top no-repeat;
}
.contact p {
	margin-bottom: 10px;
}
.contact a, .contact a:hover {
	color: #e20619;
}

/* FOOTER */
.foot-wrapper {
	width: 100%;
	float: left;
	padding: 60px 0;
}
.footer {
	padding: 60px 0;
}
.footer .copyright {
	color: #787878;
	font-family: Arial;
	font-size: 10px;
}
.copyright a, .copyright a:hover {
	color: #e20619;
}
.home {
	width: 450px;
}

@media (max-width: 575px) {
	.home {
		width: 100%;
		object-fit: scale-down;
	}
	.logo img {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.header .header-tel {
		font-size: 38px;
	}
}