@charset "utf-8";

/* Шрифты */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&subset=cyrillic');
/* Общие стили */
body {
	font-family: 'Roboto', sans-serif;
	padding-top: 7rem;
}
h1, .h1, h2, .h2, h3, .h3 {
	text-align: center;
}
/* Шапка */
.header {
	padding: .75rem 0 .25rem;
}
.header .logo img {
	width: 2.5rem;
	height: 2.5rem;
	margin-right: .25rem;
}
.header .logo {
	color: #fff;
	font-size: 2rem;
	line-height: 2rem;
	font-weight: 700;
}
/* Контакты */
.contacts {
	background: url(images/header.jpg) center top no-repeat;
	background-size: cover;
}
.contacts .mx-auto {
	background-color: rgba(255, 255, 255, .85);
	text-align: center;
	font-size: 3rem;
	line-height: 1.2;
	padding: 2rem;
}
/* Контент */
/* Подвал */
.feedbacks a.bid-link {
	padding: .75rem 1.5rem;
}
.feedbacks a.bid-link:hover, .feedbacks a.bid-link:focus {
	color: #000;
	text-decoration: none;
	background-color: #fff;
}
.footer .copyright {
	border-top: 1px solid rgba(255, 255, 255, .25);
}
/* Media */
@media (max-width: 767px) {
	.navbar-collapse {
		margin-top: 1rem;
	}
	.contacts .mx-auto {
		font-size: 2rem;
		padding: 1.5rem;
	}
}
@media (max-width: 575px) {
	.contacts .mx-auto {
		font-size: 1.5rem;
		padding: 1rem;
	}
}
@media (max-width: 450px) {
	.header .logo {
		font-size: 1.125rem;
		line-height: 2rem;
	}	
	.contacts .mx-auto {
		font-size: 1rem;
	}
}