@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&subset=cyrillic-ext';

:focus {
	outline:none !important;
}

body {
	font-family:'Open Sans';
}

a.dashed {
	text-decoration:none;
	border-bottom:1px dashed;
}

.btn-default {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.top-center {
	color:#993300;
	font-size:22px;
	font-weight:700;
	width:315px;
}
.top-center a {
	font-size:14px;
	text-align:center;
	line-height:14px;
}
.top-center .phone img {
	float:left;
	margin-right:20px;
}
.top-center .order {
	line-height:18px;
}
.top-right {
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	width:310px;
}
.top-right img {
	float:left;
	margin-right:30px;
	width:70px;
}
.top-right a {
	display:block;
	margin-top:3px;
}
.top-right .quantity {
	font-size:16px;
	text-transform:none;
	font-weight:400;
}
.top-right .quantity b {
	white-space:nowrap;
}


@media (max-width:991px) {
	.top-left {
		padding:5px 0 15px;
	}
	.top-center {
		width:100%;
		text-align:center;
		padding:0 0 20px;
	}
	.top-center img {
		display:none;
	}
	.top-right {
		padding: 0 0 15px;
	}
	.block-center {
		padding:10px 0;
	}
	.navbar-inverse .navbar-nav>li>a {
		text-align:center;
	}
}
@media (min-width:992px) {
	.top-left {
		padding-top:10px;
	}
	.top-center {
		padding:5px 0 25px;
	}
	.top-right {
		padding-top:5px;
	}
}

.navbar {
	text-transform:uppercase;
	background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #dddcdc 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #dddcdc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#dddcdc));
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #dddcdc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#fff8f8f8', endcolorstr='#ffdddcdc', gradienttype=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	font-weight:bold;
}
.navbar-right {
	margin-right:0;
}
.navbar-inverse .navbar-toggle {
  border-color:transparent;
	float: none;
  margin-right: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color:#626262;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color:#dadada;
}

.sidebar {
	background-image: -webkit-linear-gradient(top, #C0BEBE 0%, #848383 100%);
  background-image: -o-linear-gradient(top, #C0BEBE 0%, #848383 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C0BEBE), to(#848383));
  background-image: linear-gradient(to bottom, #C0BEBE 0%, #848383 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffC0BEBE', endcolorstr='#ff848383', gradienttype=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-transform:uppercase;
}
.sidebar .col-lg-3 {
	padding-left:35px;
	padding-top:5px;
	border-right:2px solid #fff;
}
.sidebar .col-lg-3:last-child {
	border-right:none;
}
.sidebar .col-lg-3 h4 {
	font-weight:700;
	color:#626262;
}
.sidebar a {
	color:#fff;
	font-size:16px;
}
.sidebar a:hover,
.sidebar a:focus {
	color:#993300;
	text-decoration:none;
}
.sidebar ul {
	margin-bottom:30px;
}
.sidebar ul li {
	margin-bottom:7px;
}

.catalog {
	margin-top:20px;
	text-align:center;
}
.catalog a {
	display:block;
	text-decoration:none;
	border:1px solid #fff;
	border-radius:4px;
	padding:10px;
	background: #eee;
	color:#333;
	margin-bottom:20px;
}
.catalog a .img {
	height:320px;
	border-radius:4px 4px 0 0;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}
.catalog.products a .img {
	background-size:contain !important;
	background-color:#fff !important;
}
.catalog a h4 {
	background:#eee;
	margin:0;
	padding: 10px 5px 5px;
	line-height:22px;
	color:#333;
	font-weight:700;
	color:#3a3939;
}
.catalog a h4.title{
	color:#993300;
	padding:15px 5px 0;
}
.catalog a:hover,.catalog a:focus {
	background:#d7d4d4;
	border-color:#d7d4d4;
}
.catalog a:hover h4,.catalog a:focus h4 {
	background:#d7d4d4;
	color:#993300;
}
.catalog .price {
	font-size:22px;
	color:#f50000;
}

.breadcrumb {
	margin:20px 0 0;
}

article {
	padding-bottom:30px;
	font-size:15px;
}

h1{
	margin-bottom:25px;
}
h1,h2,h3,h4 {
	color:#993300;
}

.table thead {
	background:#993300;
	color:#fff;
}
.table thead h4 {
	color: #fff;
}
.table thead h4:first-child {
	padding-left: 15px;
}

.product .photo {
	padding-top:25px;
}
.product .radios {
	margin:20px 0 15px;
	font-size:16px;
}
.product .radio {
	color:#f50000;
}
.product .radio label{
	font-weight:700;
}
.product .radio label b {
	color:#333;
}
.product .notice {
	font-size:14px;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #d84c00 0%, #9b3600 100%);
  background-image: -o-linear-gradient(top, #d84c00 0%, #9b3600 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d84c00), to(#9b3600));
  background-image: linear-gradient(to bottom, #d84c00 0%, #9b3600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd84c00', endColorstr='#ff9b3600', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #913300;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #9b3600;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #9b3600;
  border-color: #913300;
}

.btn-primary {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.media {
	padding:20px;
	background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #E4E4E1 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #E4E4E1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#E4E4E1));
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #E4E4E1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffE4E4E1', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
	border-radius:4px;
	margin-top:0;
	margin-bottom:20px;
}
.media-left {
  padding-right: 30px;
}
.media-heading {
	font-weight:700;
}
.media-body {
	font-size:16px;
}
.media-body p {
	margin-bottom:20px;
}
.media-object {
	width:200px;
}

.fancybox-title {
	text-align:center;
	font-size:18px;
}

#form-comments input,#form-faq input {
	max-width:300px;
}
#form-comments textarea,#form-faq textarea {
	max-width:600px;
	height:150px;
}
blockquote.faq {
	font-size:15px;
}

footer {
	font-size:15px;
	padding:15px 0;
	color:#555;

	background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #dddcdc 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #dddcdc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#dddcdc));
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #dddcdc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#fff8f8f8', endcolorstr='#ffdddcdc', gradienttype=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	margin-top:20px;
}
footer a {
	color:#777;
}
footer a:hover,footer a:focus {
	color:#777;
}

.modal h4 {
	line-height:24px;
}

.admin-edit {
	text-align:center;
	position:fixed;
	top:0;
	background:#333;
	color:#fff;
	height:40px;
	width:100%;
	z-index:10000;
	padding-top:9px;
	text-transform:uppercase;
}
.admin-edit-height {
	height:40px;
}
.admin-edit a {
	color:#fff;
}
.admin-edit .glyphicon {
	font-size:12px;
}