body {
	font-family: 'PT Sans', sans-serif;	
}

h1, h2 {
	font-family: 'Lobster', cursive;
}

@font-face {
  font-family: 'rouble';
  src: url('/templates/brakedown/fonts/rouble.otf');
  font-weight: normal;
  font-style: normal;
}

a, .answer a {
	color: #171b1e;
}

a:hover, .answer a:hover {
	color: #171b1e;
}

.nav-link {
	color: #000;
}

.rouble {
  font-family: 'rouble';
}

.container {
	min-height: 360px;
}

.product {
	padding-top: 4em;
	padding-bottom: 4em;
}

.answer .col, .advantage .col {
	padding-top: 2em;
	padding-bottom: 2em;
}

.product_img {
	width: 250px;
	height: 250px;
}

.answer h2, .advantage h2 {
	padding-top: .8em;
	font-size: 60px;
	text-align: center;
}

.advantage {
	background: url('../images/bg_hall.jpg') no-repeat fixed center center;
	
}

h3, h4 {
	font-size: 22px;
	font-weight: bold;
}

.top {
	background: url('../images/bg-top_02.png') repeat-x;
}

.top h1 {
	font-size: 60px;
	margin: 15% 0 0 10%;
}

.baba {
	background: url('../images/baba_04.jpg') 100% 0% no-repeat;
}

.alfacom {
	background: url('../images/cleaner.jpg') no-repeat center center;
	background-size: cover;
	min-height: 410px;
}

.contacts {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding: 4em;
}

.contacts a {
	color: #ffffff;
	text-decoration: underline;
}

.logo {
	float: right;
	
}

.phone {
	font-size: 30px;
}

.dostavka {
	padding: 2em 0 0 1em;
	text-align: center;
}

.cat {
	padding: 0 0 2em 0;
	text-align: center;
}

.product-list {
/*	margin-bottom: 2em;*/
/*	border-bottom: solid 1px #cccccc;*/
	min-height: 300px;
	padding: 15px;
	margin-bottom: 15px;
	border: solid 1px #eee;
/*	-webkit-box-shadow: 0 0 5px 1px #cccccc;
	box-shadow: 0 0 5px 1px #cccccc;
*/
	}

.product-list:hover {
/*	border: solid 1px #d9001d;*/
/*	-webkit-box-shadow: 0 0 5px 1px #cccccc;
	box-shadow: 0 0 5px 1px #cccccc;
*/}

.product-info h3 {
	color: #202529;
}

.main-menu {
	position: fixed;
	z-index: 10;
	margin-left: 0;
	padding-left: 0;
}

.main-menu li {
	list-style: none;
	display: block;
	width: 200px;
	clear: both;
}