html,
body {
	height: 100%;
}
body {
	/*background: #fff url('../img/top-bg.png') repeat-x;*/
	background-color: #f8f8f8;
	font: 13px/18px Arial, Tahoma, Verdana, sans-serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
}
h3, h4, h5, h6 {
	font-size: 14px;
}

a,
a:focus {
	color: #7b9f2b;
	/*text-decoration: underline; Edit by Semenov A. */
}
a:hover {
	color: #7b9f2b;
	text-decoration: none;
}
a.btn {
	text-decoration: none;
}

.js-link {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.js-link:hover {
	cursor: pointer;
	border-bottom-color: transparent;
}

.alert-info a {
	color: #31708f;
}

.hr_thin {
	margin: 3px 0;
	border-bottom: 1px solid #fff;
}

.well_thin {
	margin: 5px 0 0 0;
}

.p-indent {
	text-indent: 25px;
}

.container {	
	/*width: 970px !important;  Edit by A. Semenov*/
}

.breadcrumb {
	background-color: transparent;
	padding: 8px 0;
	margin-bottom: 20px;
}
.breadcrumb li {
	font-weight: bold;
	font-size: 14px;
}
.breadcrumb > li + li {
	background: url('../img/separator.png') no-repeat 0 center;
}
.breadcrumb > li + li:before {
	content: '';
}
.breadcrumb li a {
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

.required .control-label:after {
	content: ' *';
}

.back-top {
	z-index: 999;
    position: fixed;
    bottom: 50px;
    right: 20px;
	font-size: 64px;
	color: #999;
}

.wrap {
	height: auto !important;
	min-height: 100%;
}

.header {
	padding-top: 15px;
}
.header__logo {	
	position: relative;
	top: -20px;
	display: block;
	width: 266px;
	height: 83px;
	text-align: center;
}
.header__logo-text {
	text-transform: lowercase;
	position: absolute;
	right: 15px;
	bottom: -15px;
	left: 105px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
.header__address {
	font-size: 14px;
	text-align: center;
}
.header__phones {
	font-size: 28px;
	line-height: 30px;
	text-align: right;
}
.header__phones-code {
	color: #999;
}

.news {
	background-color: transparent;
	border: none;
	color: #fe3200;
	font-size: 16px;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, sans-serif;   
}

.cart {
	z-index: 999;
	top: 0;
	white-space: nowrap;
	min-height: 72px;
	background: #fff url('../images/shopcart.png') no-repeat 15px center;
	margin-left: -15px;
	padding: 35px 20px 35px 97px;
	display: block;
	text-decoration: none;
}
.cart.affix {
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;	
	-moz-box-shadow: 0px 1px 2px #aaa;
	-webkit-box-shadow: 0px 1px 2px #aaa;
	box-shadow: 0px 1px 2px #aaa;
	background-color: #e7ddea;
}
.cart.affix:after {
	position: absolute;
	top: 0;
	right: -3px;
	width: 3px;
	height: 38px;
	display: block;
	content: '';
	background-color: #e7ddea;
}
.cart__text {
	color: #333;
	display: block;
}
.cart__link {
	text-decoration: underline;
}
.cart__link:hover {
	text-decoration: none;
}

.menu_top {
	margin-bottom: 10px;
}
.menu_middle {
	width: 940px;
	top: 0;
	z-index: 998;
}
.menu_middle.affix {
	width: 950px;
	margin-right: -10px;
	padding-top: 10px;
	padding-right: 10px;
	-moz-box-shadow: 0px 1px 2px #aaa;
	-webkit-box-shadow: 0px 1px 2px #aaa;
	box-shadow: 0px 1px 2px #aaa;
	background-color: #e7ddea;
}
.menu > .menu__item + .menu__item {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 15px !important;
	background: url('../img/green-marker.png') no-repeat 0 center;
}
.menu_block > .menu__item {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 15px !important;
	background: url('../img/green-marker.png') no-repeat 0 center;
}
.menu__item-link {
	text-decoration: underline;
	color: #333;
	font-weight: bold;
}
.menu__item-link:hover {
	text-decoration: none;
	color: #7b9f2b;
}
.menu__item_active a,
.menu__item_active a:hover {	
	text-decoration: none;
	color: #fe3200;
}

.middle {
	margin-bottom: 100px;
	position: relative;
}

a[data-sort] {
	text-decoration: none;
}
a[data-sort].asc:after {
	content: '\2191';
}
a[data-sort].desc:after {
	content: '\2193';
}

.table {
    border: 1px solid #e4dae3;
    margin-bottom: 0;
}
.table_bold a {
    font-weight: bold;
    text-transform: uppercase;
}
.table tbody tr.violet td {
    background-color: #e4dae3;
}
.table th {
    background-color: #e4dae3;
}
.table th,
.table td {
    border-color: #e4dae3;
}
.table a {
    color: #659700;
    text-decoration: underline;
}
.table tr.violet a {
    color: #333;
}

.list__item {
	margin-bottom: 10px;
}
.list__link {
	font-size: 15px;
}

.tree,
.tree a {
	font-size: 15px;
}
.tree > ul {
	padding: 0;
}
.tree > ul ul {
	padding-left: 20px;
}
.tree li {
	list-style: none;
	margin: 5px 0;
}
.tree li.active,
.tree li.active > a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.block {
	border: 1px solid #333;
	padding: 15px;
	margin-top: 20px;	
}
.block__highlighter {
	background-color: #eef7fb;
}
.block__heading {
	margin-top: 0;
	font-weight: normal;
}

.gallery_1 img {
	border: 1px solid #ddd;
}

.gallery {
    position: relative;
    width: 100%;
    height: 175px;
}
.gallery a {
    position: absolute;
    display: block;
    text-align: center !important;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
@media (min-width: 992px) {
  .gallery {
    width: 175px;
  }
  .gallery a {
    right: auto;
  }
}
.gallery a img {
  width: 165px !important;
}
.gallery > a + a {
	z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0); 
}

.main-content-title {
    padding-left: 30px;
    margin-bottom: -25px;    
}

.main-content-title h1 {
    font-size: 22px;
    font-weight: bold;
}

.main-content {
    padding-left: 30px;
}

.main-content h1 {
    font-size: 22px;
    font-weight: bold;
}

.main-content h2 {
    font-size: 22px;
    font-weight: normal;
}

.main-content p {
    font-size: 14px;
}

.main-content-image {
    text-align: center;
}

.main-content-image img {
    vertical-align: middle;
    margin: 25px 0 25px 0;
}

.good-recently-added {
    padding: 0;
}

.search-form {
    height: 45px;
}

.items-new {
    background-color: #eef7fb;
}

.footer {
	margin-top: 30px; /* Edit by Semenov A. Prevous value "-50" */
	height: 50px;
}

.filter select {
	width: 24.5%;
	margin-bottom: 5px;
}

.table a {
	font-size: 13px !important;
}
