body {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #000;
	background: url('../images/body_bg.jpg') center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.h1-wrapper {
	text-align: center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'PT Sans', sans-serif;
	color: #fe7400;
	text-align: left;
	text-decoration: none;
	padding: 0;
    margin: 0;
}

h1, .h1 {
	font-size: 30px;
    margin-bottom: 20px;
    line-height: 1;
}

h2, .h2 {
	font-size: 25px;
    margin-bottom: 15px;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
	color: #000;
	text-align: left;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	margin: 15px 0;
	padding: 0 0 0 30px;
	list-style-type: disc;
}

ul li {
	padding: 0;
	margin: 0 0 5px 0;
}

img {
	margin: 10px;
}

.text-center, .text-center p {
	text-align: center;
}

h3, .h3 {
	font-size: 25px;
    margin-bottom: 10px;
}

.col {
	width: 980px;
	padding: 0 15px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.margin-top-min-30 {
	margin-top: -30px;
}

.margin-top-30 {
	margin-top: 30px;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

/* header */

header {
    background: rgba(255,255,255,0.75);
}

header > .col {
	padding: 20px 0;
}

header .logo {
	display: inline-block;
	float: left;
	color: #12697c;
	font-family: 'PT Sans', sans-serif;
	font-size: 54px;
	font-weight: bold;
	text-decoration: none;
}

header .logo span {
	display: block;
}

header .logo span.name {
	line-height: 1;
}

header .logo span.gk {
	color: #d56b43;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 28px;
}

header .contacts {
	float: right;
	padding-top: 12px;
}

header .contacts.phone {
	margin-left: 180px;
}

header .contacts .item:first-child {
	margin-bottom: 10px;
}

header .contacts .item > span,
header .contacts .item > a {
	line-height: 1;
	text-decoration: none;
	color: #12697c;
    font-weight: bold;
    font-size: 18px;
}

header .contacts .item > i {
	vertical-align: middle;
	margin-right: 10px;
	color: #fff;
    font-size: 30px;
}

header .contacts .item > i.fa-map-marker {
	margin-right: 10px;
    width: 31px;
    text-align: center;
}

/* header END */

/* main-nav */

.main-nav {
	padding: 0;
	margin: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f5c7b+0,005b87+25,044565+75,133340+100 */
	background: #1f5c7b; /* Old browsers */
	background: -moz-linear-gradient(top,  #1f5c7b 0%, #005b87 25%, #044565 75%, #133340 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1f5c7b 0%,#005b87 25%,#044565 75%,#133340 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1f5c7b 0%,#005b87 25%,#044565 75%,#133340 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f5c7b', endColorstr='#133340',GradientType=0 ); /* IE6-9 */
}

.main-nav > .col {
	padding: 0;
}

.main-nav ul, .main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav ul {
	display: table;
	width: 100%;
	border:0;
	border-collapse: collapse;
}

.main-nav li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #cccdcb;
}

.main-nav li a {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #f5f5fb;
	text-decoration: none;
	padding: 10px 20px;
	background: transparent;
}

.main-nav li:first-child {
	border-left: 0;
}

.main-nav li:hover, .main-nav li.active {
	background: rgb(253,118,1);
}

.main-nav li a:hover, .main-nav li.active a {
	color: #fff;
}

/* main-nav END */

/* content */

.content {
	margin: 30px 0;
    padding: 0;
}

.content > .col {
	padding: 15px;
	background: rgba(255,255,255,0.9);
	border-radius: 4px;
}

/* products-list */

.product-item {
	margin: 0;
	padding: 0 0 30px 0;
	overflow: hidden;
}

.product-item .name {
	font-weight: bold;
	font-size: 20px;
	color: #769d2a;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.product-item .description {
	overflow: hidden;
	margin-bottom: 10px;
}

.product-item .img {
	width: 300px;
	overflow: hidden;
	float: left;
	text-align: left;
}

.product-item .img img {
	max-width: 300px;
}

.product-item .text {
	width: 620px;
	overflow: hidden;
	float: right;
}

.product-item .text .price {
	color: #cb3529;
	font-size: 18px;
	font-weight: bold;
}

.product-item .attributes {
	width: 100%;
	border-collapse: collapse;
}

.product-item .attributes td {
	border: 1px solid #ebebea;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}

.product-item .attributes td:first-child {
	font-weight: bold;
	width: 50%;
}

/* products-list END */

/* content END */

/* footer */

footer {
	margin-bottom: 30px;
	background: rgba(255,255,255,0.75);
	background: rgba(0,0,0,0.75);
    color: #fff;
}

footer a {
	color: #fff;
}

footer > .col {
	padding: 15px;
}

footer .col-item {
	width: 50%;
	float: left;
	box-sizing: border-box;
	font-size: 18px;
}

/* footer END */