body {
	font: 16px/180% 'Roboto', sans-serif;
	color: #000;
	background: #261f1a;
}

a {
	/*color: #40c024;*/
	color: #589749;
	text-decoration: underline;
}
a:hover {
	color: #fcbb19;
	text-decoration: none;
}

*:focus {
    outline: none;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

header {
	height: 340px;
	background: url(../images/header.webp) center -20px no-repeat;
}
header .container {
	position: relative;
	height: 340px;
}
header .logo {
	height: 80px;
}
header .logo img {
	width: 230px;
	margin-top: 10px;
	float: left;
}
header .logo  span {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	font-size: 18px;
	line-height: 125%;
	margin: 30px 0px 0px 25px;
}
header .phones {
	height: 74px;
	background: url(../images/icon_phone.png) 15px center no-repeat; 
	padding-left: 75px;
	padding-top: 10px;
	font-size: 22px;
	line-height: 30px;
	width: 480px;
}
header .phones a, header .phones a:hover {
	float: left;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
header .phones a:nth-child(2n+1) {
	margin-right: 30px;
}
header .phones .callme {
	color: #40c024;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
}

#basket {
	margin-top: 15px;
	width: 300px;
    padding: 5px 25px 10px 80px;
    background: #fff784 url(../images/icon_basket.png) -40px 10px no-repeat;
    border-radius: 10px;
	float: left;
	font-size: 14px;
}
#basket a {
	display: inline-block;
	text-decoration: none;
	padding: 3px 10px;
	margin-top: 10px;
	background: #40c024;
	color: #fff;
	border-radius: 8px;
}
#basket div {
	line-height: 100%;
}
header .payment {
	float: right;
	margin: 10px 35px 0px 0px;
	width: 500px;
	background: rgba(255,255,255,0.8);
    padding: 10px;
    border-radius: 10px;
}
header .payment div {font-weight: bold; font-size: 13px; line-height: 100%; margin-bottom: 5px;}
header .payment ul { margin: 0px; padding: 0px 0px 0px 15px; font-size: 12px; line-height: 140%; display: block;}
header .payment li {float: left; width: 50%;}
header .payment li i {color: #f00;}

header nav {
	height: 60px;
	position: absolute;
	bottom: 0px;
	left: 15px;
	right: 15px;
	background: #261f1a;
}
header nav ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
header nav ul li {
	float: left;
	height: 60px;
	line-height: 60px;
	padding: 0px 0px 0px 45px;
	font-size: 16px;
}
header nav ul li a {
	text-transform: uppercase;
	text-decoration: underline;
	color: #fcbb19;
}
header nav ul li.active a, header nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.search {
	float: right;
	background: #4a3f37;
	height: 36px;
	margin: 12px 35px 0px 0px;
	padding: 0px 36px 0px 10px;
	border-radius: 8px;
	position: relative;
}
.search input {
	background: none;
	border: none;
	height: 36px;
	font-size: 14px;
	width: 250px;
	color: #fff;
}
.search button {
	width: 14px;
	height: 14px;
	background: url(../images/icon_search.png) no-repeat;
	position: absolute;
	top: 11px;
	right: 11px;
	border: none;
}

main {
	background: #fff;
	padding: 30px;
}
.left ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border-top: 1px solid #e4e4e2;
}
.left ul a {
	padding: 15px 10px 15px 30px;
    background: url(../images/icon_v.png) 0px 20px no-repeat;
    display: block;
    border-bottom: 1px solid #e4e4e2;
    text-decoration: none;
    color: #000;
}
.left ul a:hover, .left ul .active a {
	background: #e4e4e2;
	text-decoration: underline;
}

.bottom-img {
	padding-top: 50px;
}

.content h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 0px 0px 25px 0px;
}
.content h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0px 15px 0px;
}

.breadcrumb {
	background: none;
	padding: 0px;
	font-size: 12px;
	margin-bottom: 30px;
	color: #766d66;
}
.breadcrumb a {
	color: #766d66;
}

.slider-wrapper {
	margin-bottom: 45px;
}

.spec-title {
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0px 15px 0px;
}


footer {
	background: #514339;
	padding: 30px;
	color: #fff;
	font-size: 14px;
	line-height: 180%;
}
footer a {
	color: #fcbb19;
	text-decoration: underline;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer .phones a {
	float: left;
	color: #fff;
	text-decoration: none;
}
footer .phones a:nth-child(2) {
	margin-left: 15px;
}
footer .wc {
	text-align: right;
	color: #fcbb19;
}


.categories {
	margin: 30px 0px;
}

.category {
	text-align: center;
	float: none;
	vertical-align: top;
	display: inline-block;
	font-size: 16px;
	line-height: 150%;
	border: 1px solid #ccc;
	margin-right: -1px;
	margin-bottom: -1px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.category img {
	margin-bottom: 10px;
}
.category .title {
	display: block;
}
.category .title span {
	display: inline-block;
	vertical-align: middle;
	line-height: 130%;
	color: #208b07;
}


.specs {
	margin: 10px 0px 50px 0px;
}
.spec {
	text-align: center;
	float: none;
	vertical-align: top;
	display: inline-block;
	font-size: 16px;
	line-height: 150%;
	border: 1px solid #ccc;
	margin-right: -1px;
	margin-bottom: -1px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.spec a{
	text-decoration: none;
}
.spec img {
	margin-bottom: 10px;
}
.spec .title {
	display: block;
	line-height: 140%;
	font-size: 14px;
	color: #000;
}
.spec .title span {
	display: inline-block;
	vertical-align: middle;
	line-height: 130%;
	text-decoration: underline;
}
.spec a:hover .title  span{
	text-decoration: none;
}
.spec .price {
	padding-top: 10px;
	display: block;
	color: #dd1c24;
    font-weight: bold;
    font-size: 16px;
}


.items {
	display: table;
	border-top: 1px solid #e4e4e2;
}
.item {
	display: table-row;
}
.item-img {
	width: 20%;
	padding: 10px;
	display: table-cell;
	text-align: center;
	border-left: 1px solid #e4e4e2;
	border-bottom: 1px solid #e4e4e2;
	position: relative;
}
.item-img img {
	max-width: 100%;
}
.item-img .vertical {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #f00;
	color: #fff;
	padding: 3px 5px;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
}
.item-info {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #e4e4e2;
}
.item-info .cat {
	margin-bottom: 10px;
	font-size: 13px;
}
.item-info .name {
	line-height: 130%;
	margin-bottom: 10px;
}
.item-info span {
	color: #dd1c24;
    font-weight: bold;
    font-size: 16px;
}
.item-info span i {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #999;
}
.item-art {
	width: 100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #e4e4e2;
	color: #999;
	font-size: 13px;
	line-height: 140%;
}
.item-art strong {
	font-size: 14px;
}
.item-button {
	width: 120px;
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #e4e4e2;
	border-bottom: 1px solid #e4e4e2;
}
.item-button a {
    display: inline-block;
    padding: 2px 10px;
    background: #40c024;
    color: #fff;
	font-size: 15px;
    border-radius: 8px;
	text-decoration: none;
}
.item-button a:hover {
	background: #fcbb19;
	color: #000;
}
.item .clear {
	display: none;
}



.menu-btn {
	margin-left: 30px;
	display: inline-block;
	text-align: center;
	height: 43px;
	width: 105px;
	padding-right: 60px;
	margin-top: 9px;
	border: 2px solid #fcbb19;
	border-radius: 3px;
	padding-top: 3px;
	position: relative;
}
.menu-btn::after {
	content: "Меню";
	position: absolute;
	top: 6px;
	right: 6px;
	color: #fcbb19;
	font-weight: bold;
	text-transform: uppercase;
}
.menu-btn:hover, .menu-btn:active, .menu-btn:focus {
	color: #fcbb19;
	text-decoration: none;
}
.menu-btn span {
	float: left;
	background: #fcbb19;
	height: 3px;
	width: 31px;
	margin: 6px 0px 0px 5px;
	border-radius: 1px;
}



.mm-slideout { z-index:auto;}
.mm-panel {
	background: #40c024 !important;
}
.mm-listview {
    line-height: 28px;
}
.mm-listview>li>a{
	font-size: 18px;
	color: #fff;
}
.mm-listview>li:not(.mm-divider):after {
    border-bottom-width: 1px;
    border-bottom-color: #c6ddeb;
}
.mm-listview>li.mm-vertical>.mm-next, .mm-vertical .mm-listview>li>.mm-next {
    height: 48px;
	line-height: 48px;
}
.mm-listview>li.mm-vertical>.mm-next:after, .mm-vertical .mm-listview>li>.mm-next:after {
    top: 20px;
}
.mm-listview .mm-listview {
}
.mm-listview .mm-listview>li>a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.mm-listview .mm-next:before {
    border-color: #c6ddeb !important;
}
.mm-menu .mm-listview>li .mm-next:after {
    border-color: #c6ddeb;
}


.select-item {
	font-weight: bold;
}

.basket-row {border: 1px solid #e4e4e2; padding-top: 15px; padding-bottom: 15px; margin-bottom: -1px;}	
.bb_name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.bb_name a{
	color: #000;
}
.bb_name span {
	font-size: 15px;
	font-weight: normal;
	color: #999;
	margin-left: 10px;
	white-space: nowrap;
}
.basket-row table {
	width: 100%;
	border: none;
	margin: 0px 0px 0px 0px;
}
.basket-row table th {
	font-size: 16px;
	color: #917f6f;
	padding: 0px 10px 0px 0px;
	font-weight: normal;
	width: 90px;
}
.basket-row table th, .basket-row table td {
	height: 35px;
	vertical-align: middle;
}
.basket-row .item-summ {
	font-weight: bold;
}
.basket-row .item-summ i  {
	font-style: normal;
}

.bb_value {padding:6px 20px 10px 0px;}
.bb_value span {color:#9e9e9e}
.bb_value input {width: 50px; padding:4px; text-align:center;background:#f3f3f3; border:none;}
.bb_value a.minus {display:inline-block; background: #40c024; color:#fff; padding:5px; font-size:80%; border-top-left-radius:4px; border-bottom-left-radius:4px;}
.bb_value a.plus {display:inline-block; background: #40c024; color:#fff; padding:5px; font-size:80%; border-top-right-radius:4px; border-bottom-right-radius:4px;}
.bb_value a span {color:#fff;}
.bb_delete {font-size: 22px; color: #e33523;}
.bb_delete:hover {color: #000;}

.summ {
	background: #fcbb19;
	margin-top: 10px;
	float: left;
	padding: 10px 15px;
	margin-bottom: 30px;
	font-size: 24px;
}
.summ i {
	font-style: normal;
	font-weight: bold;
}

.form {
	margin-top: 20px;
	background: #efefef;
	padding: 30px;
}
.form label {
	font-weight: bold;
}
.form label i {
	color: #917f6f;
	font-weight: normal;
}

.btn-success {
	background: #40c024 !important;
	border-color: #40c024 !important;
}


#map {
	height: 400px;
	margin-top: 30px;
}


.tbl-svai {
	margin-bottom: 50px;
	text-align: center;
}
.tbl-svai th {
	text-align: center;
}
.tbl-svai strong {
	color: #dd1c24;
}

.mob-search {
	display: none;
}


.carousel-indicators li {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	border-width: 3px;
}
.carousel-indicators li.active {
	background: #40c024;
}


.go-up {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	left: 20px;
	display: none;
	z-index: 10;
	background-color: rgba(127, 127, 127, 0.4);
	background-image: url(../images/up.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.go-up:hover {
	background-color: rgba(127, 127, 127, 0.8);
}


.big-foto {
	border: 1px solid #e4e4e2;
	padding: 25px;
	margin-bottom: 25px;
	position: relative;
}
.big-foto .vertical {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #f00;
	color: #fff;
	padding: 4px 8px;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
}
.big-foto img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
}


.product-info {
	margin-bottom: 50px;
}
.product-info .artikul {
	color: #999;
}
.product-info .artikul strong {
	color: #000;
}
.product-info .price {
	color: #dd1c24;
    font-weight: bold;
    font-size: 28px;
	margin: 30px 0px 15px 0px;
}
.product-info .price i {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: #999;
}
.product-info .available {
	color: #40c024;
	font-weight: bold;
	margin-bottom: 30px;
}
.product-info .notavailable {
	color: #f00;
	font-weight: bold;
	margin-bottom: 30px;
}
.product-info a.bskt {
    display: inline-block;
    padding: 0px 15px;
    height: 46px;
    line-height: 46px;
	background: #40c024;
    color: #fff;
	font-size: 18px;
    border-radius: 8px;
	text-decoration: none;
}
.product-info a.bskt:hover {
	background: #fcbb19;
	color: #000;
}



/* XS */
@media (max-width: 767px) {
	header {
		background: #fcbb19;
		height: auto;
	}
	header .container {
		height: auto;
	}
	header .logo {
		height: auto;
	}
	header .logo img {
		width: 100%;
		max-width: 230px;
		float: none;
		margin: 0px auto;
		display: block;
	}
	header .logo  span {
		float: none;
		text-align: center;
		display: block;
		font-size: 13px;
		margin: 10px 0px 15px 0px;
	}
	header .logo  span br {
		display: none;
	}
	header .phones {
		padding-top: 15px;
		padding-bottom: 15px;
		margin: 0px -15px;
		width: auto;
		background-color: #fff;
		background-position: 15px 20px;
		height: auto;
		overflow: hidden;
	}
	header .phones a, header .phones a:hover {
		font-weight: bold;
		line-height: 140%;
		clear: both;
	}
	header .phones a:nth-child(2n+1) {
		margin-right: 0px;
	}
	header .phones .callme {
		font-size: 18px;
	}
	header .payment {
		display: none;
	}
	#basket {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 100%;
		float: none;
		padding: 10px 25px 10px 60px;
		background-size: auto 60px;
		background-position: -35px 20px;
		line-height: 160%;
		font-size: 15px;
		max-width: 320px;
	}
	header nav {
		position: static;
		margin: 0px -15px;
	}
	header nav ul, header .search {
		display: none;
	}
	.menu-btn {
		margin-left: 15px;
	}
	main {
		margin: 0px -15px;
		padding: 30px 15px;
	}
	.breadcrumb {
		margin-bottom: 15px;
	}
	.content h1 {
		font-size: 22px;
		margin: 0px 0px 25px 0px;
	}
	.content h2 {
		font-size: 18px;
		margin: 30px 0px 15px 0px;
	}
	.spec-title {
		font-size: 18px;
		margin: 30px 0px 15px 0px;
	}
	footer {
		margin: 0px -15px;
		padding: 30px 15px;
		font-size: 14px;
	}
	footer .col2 {
		margin-top: 25px;
		margin-bottom: 15px;
		font-size: 12px;
	}
	footer .phones a{
		font-size: 16px;
		margin-top: 8px;
	}
	.category {
		font-size: 14px;
		line-height: 150%;
		margin-bottom: -1px;
	}
	.category img, .spec img {
		width: 100%;
	}
	.items {
		display: block;
		border-top: none;
	}
	.item {
		display: block;
		border: 1px solid #e4e4e2;
		overflow: hidden;
		position: relative;
		margin-bottom: -1px;
		padding-bottom: 10px;
	}
	.item-img {
		width: 33%;
		padding: 15px 5px 5px 5px;
		display: block;
		float: left;
		border: none;
	}
	.item-img .vertical {
		width: 90%;
	}
	.item-info {
		float: left;
		width: 66%;
		padding-top: 10px;
		text-align: left;
		border: none;
	}
	.item-info .name {
		margin-bottom: 5px;
	}
	.item-art {
		width: 33%;
		display: block;
		float: left;
		border: none;
	}
	.item-button {
		width: auto;
		display: block;
		float: right;
		border: none;
		padding-right: 15px;
	}
	.item .clear {
		display: block;
		clear: both;
	}
	.form {
		margin-left: -15px;
		margin-right: -15px;
		padding: 15px;
	}
	.select-item {
		display: block;
	}
	.modal-footer {
		text-align: center !important;
	}
	.modal-footer .btn.pull-left {
		float: none !important;
		margin-top: 15px;
	}
	.tbl-svai {
		font-size: 12px;
	}
	
	.mob-search {
		float: right;
		margin-right: 15px;
		display: block;
		text-align: center;
		height: 43px;
		line-height: 39px;
		width: 105px;
		margin-top: 9px;
		border: 2px solid #fcbb19;
		border-radius: 3px;
		position: relative;
		color: #fcbb19;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}
	.mob-search:hover, .mob-search:active, .mob-search:focus {
		color: #fcbb19;
		text-decoration: none;
	}
	
	.go-up {
		width: 40px;
		height: 40px;
		bottom: 25px;
		left: 15px;
	}
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
	header {
		height: 310px;
		background-size: auto 340px;
	}
	header .container {
		height: 310px;
	}
	header .logo {
		height: 65px;
	}
	header .logo img {
		width: 200px;
		margin-top: 10px;
		float: left;
	}
	header .logo  span {
		font-size: 13px;
		line-height: 145%;
		margin: 28px 0px 0px 15px;
	}
	header .phones {
		height: 80px;
		background: none; 
		padding-left: 0px;
		padding-top: 10px;
		font-size: 18px;
		line-height: 30px;
		width: 480px;
	}
	header .phones a:nth-child(2n+1) {
		margin-right: 20px;
	}
	header .phones .callme {
		font-size: 16px;
	}
	header nav ul {
		display: none;
	}
	#basket {
		margin-top: 5px;
		width: 250px;
		padding: 10px 25px 10px 60px;
		background-size: auto 60px;
		background-position: -35px 13px;
		line-height: 140%;
		font-size: 14px;
	}
	header .payment {
		display: none;
	}
	.search {
		margin-right: 30px;
	}
	footer .col2 {
		text-align: right;
	}
	footer .phones {
		margin-top: 20px;
	}
	footer .wc {
		margin-top: 20px;
	}
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
	header {
		height: 350px;
		background: url(../images/header.jpg) center -20px no-repeat;
		background-size: auto 380px;
	}
	header .container {
		height: 350px;
	}
	header .logo {
		height: 80px;
	}
	header .logo img {
		width: 230px;
		margin-top: 10px;
	}
	header .logo  span {
		font-size: 16px;
		line-height: 145%;
		margin: 28px 0px 0px 25px;
	}
	header .payment {
		margin: 10px 30px 0px 0px;
	}
	header .phones {
		background-position: 0px center; 
		padding-left: 60px;
		font-size: 20px;
		line-height: 30px;
		height: 80px;
	}
	#basket {
		padding: 5px 25px 10px 80px; 
	}
	header nav ul li {
		font-size: 14px;
		padding-left: 30px;
	}
	.search {
		margin-right: 30px;
	}
	footer .phones a:nth-child(2) {
		margin-left: 0px;
	}
}
