*{
	outline: none !important;
}
body {
	font-family: 'Neucha', cursive;
	font-weight: 400;
	color: #222;
	font-size: 16px;
	line-height: 1.3;
	width: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 1px;	
}
h2 {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 1px;	
}
h3 {
	font-size: 22px;
	font-weight: 600;	
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a{
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p{
font-family: Arial;
font-size: 14px;
line-height:1.4;

}
ol li{
font-family: Arial;
font-size: 14px;
line-height:1.4;
}
ul li{
font-family: Arial;
line-height:1.4;
font-size: 14px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 15px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 15px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 15px;
}
.input-group .input-group-addon {
	font-size: 15px;
	height: 30px;
}
.input-group-sm > .form-control{
	font-size: 15px;
}
.input-group .form-control:focus{
	box-shadow: none;
	border: 1px solid #ccc;
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: inset none;
	border: 1px solid #ccc;
}
.filter_category .input-group .input-group-addon {
	font-size: 12px;
}
.checkbox, .radio{
	margin:0 0 5px 0;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
}
header .container{
	position: relative;
	padding-top:20px;
	padding-bottom:10px;
	
}
header .container:before{
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 310px;
    height: 42px;
    background: url('../image/logo_back.png') center center no-repeat;
}

.k_blocks {
	overflow: hidden;
	margin:0 0 15px 0;
}
.k_blocks .left {
	width: 50%;
	float: left;
	
}
.k_blocks .right {
	width: 50%;
	float: right;
	text-align: right;
}
.k_blocks a{
	color:#161616;
	font-family: Arial;
	line-height:20px;
	font-size: 13px;
	display: inline-block;
	padding:0 0 0 25px;
	text-decoration:none;
}
.k_blocks2.k_blocks a{
	color:#161616;
	font-family: Arial;
	line-height:20px;
	font-size: 13px;
	display: block;
	padding:0;
	text-decoration:none;
}
.k_blocks .left a{
	font-size: 16px;
	background:url('../image/k_blocks_l.png') left center no-repeat;
}
.k_blocks .right a{
	background:url('../image/k_blocks_r.png') left center no-repeat;
}

.k_products div {
	display: inline-block;
	position: relative;
}
.k_products div span {
	display: none;
	position: absolute;    
    z-index: 10;
    background: white;
    padding: 20px;
    border: 1px solid black;
    border-radius: 10px;
    top: 19px;	
}

.opros {
	text-align: left;
}

.top_black{
	background:#9F2500;
	color:#fff;
	font-size:13px;
	font-family:Arial;
	line-height:26px;
}
.top_black_adress{
	padding:0 0 0 25px;
	background:url('../image/top_black_adress.png') left center no-repeat;
}
.top_black_adress span{
	text-decoration:none;
	border-bottom: 1px dotted !important;
	cursor:pointer;
}
/* top */
.multis{
	height:35px;
	padding-right:80px;
}
.multis .pull-right{
	background: #fff;
	border-radius: 0 0 35px 35px;
	height: 35px;
	padding: 0 14px;
	margin:0 5px;
}
#top {
	padding: 0px 0px 0px 0;
	/*margin: 0 0 20px 0;*/
	min-height: 70px;
	position:relative;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	text-decoration: underline;
	font-family: Arial;
	font-size:14px;
	font-weight:400;
}
#top-links li .fa{
	color:#fff;
	text-shadow: 0 0 1px #000;
}
/*#top .btn-link:hover, #top-links a:hover {
	color: #444;
}*/
#top-links > ul{
	background: url("../image/menu-separator.png") left bottom no-repeat;
	margin:0;
	font-size:0;
}
#top-links > ul > li{
	background: url("../image/menu-separator.png") right bottom no-repeat;
	padding:0 2px 0 0;
}
#top-links > ul > li > a{
	line-height: 35px;
	padding: 0 15px;
	display: block;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	position: relative;
	top: 15px;
	z-index: 3;
	width: 288px;
}
/* search */
#search {
	padding: 6px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
/*#search:before {
    content: '';
    position: absolute;
    top: -77px;
    right: 5px;
    z-index: 12;
    width: 112px;
    height: 100px;
    background: url('../image/cat.png') center center no-repeat;
}*/
#search .input-lg {
	background: #FFF;
	padding: 0px 0px 0px 8px;
	height: 26px;
	border-color: #fff;
	line-height: 20px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	box-shadow:none;
	font-size: 16px;
	color: #000000;
}
#search .btn-lg {
	line-height: 18px;
	padding: 3px 6px;
	border-color:#fff;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	color:#21150f;
	text-shadow:none;
	height:26px;
}
#search .btn-lg:hover{
	color:#4b4543;
}
#search .btn-lg .fa{
	font-size: 16px;
}
.top_phone{
	font-size: 21px;
	line-height: 24px;
}
.top_phone .fa{
	font-size: 22px;
}
.top_phone a{
	border-bottom: 1px dotted #ff6b00;
	text-decoration: none;
}
.top_phone a:hover{
	border-bottom: none;
}
.top_phone span.vremya{
	font-size: 13px;
	line-height: 15px;
}
.callback-simple{
	text-align:center;
	cursor:pointer;
	border-radius:6px;
	line-height:36px;
	border:2px solid #f26621;
	margin:0 0 10px 0;
}
/* cart */
#cart {
	margin-bottom: 15px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #484747;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	min-height: 40px;
}
#menu .nav > li > a {
	font-size:20px;
	letter-spacing: 1px;
	font-family: 'Neucha', cursive;
	text-decoration: underline;
	text-transform: uppercase;
	color: #fff;
	padding: 12px 32px 12px 30px;
	min-height: 19px;
	font-weight: 500;
	background-color: transparent;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
}
#menu .dropdown-inner ul {
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 5px 20px;
	clear: both;
	text-decoration: none;
	line-height: 22px;
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	font-family: 'Neucha', cursive;	
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
}

#menu #category {
	float: left;
	padding-left: 5px;
	font-size: 18px;
	font-weight: 700;
	line-height: 42px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
}
.btn-navbar{
	color: #FFF;
}
.navbar{
	border:0;
}
.navbar-toggle{
	margin: 4px 5px 6px 0;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	
	#menu {
		margin:0 -15px 10px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
		font-family: 'Neucha', cursive;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-menu ul li {
font-family: 'Neucha', cursive;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 450px;
}
#content h1{
	margin-top: 0px;
	margin-bottom: 20px;
}
#content h3{
	text-transform: uppercase;
	padding: 8px 0px 0px 0px;
	margin-bottom:0;
	font-size: 24px;
}
#content #tab-description h3,#content #tab-description h2{
	padding-left:10px;
	margin:4px 0 8px 0;
	font-family: "Neucha", cursive;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 20px;
	background: #F4F7F8;
	color: #000;
}
footer ul {
	margin:0 0 15px 0;
	padding:0;
	list-style: none;
}
footer ul li {
	margin-bottom: 6px;
	line-height: 18px;
	font-size: 13px;	
}
footer ul li .fa{
	color:#fff; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	font-size: 11px;
	margin:0 4px 0 0;
	vertical-align: top;
}
footer ul li a {
	text-decoration: underline;
	color: #000;
}
footer ul li a:hover {
	text-decoration: underline;
	color: #ff6b00;
}
footer h5 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight:bold;
}
footer .container{
	position: relative;
}
/*footer .container:before {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 271px;
    height: 202px;
    background: url('../image/foot_animals.png') 0 0 no-repeat;
}*/
.foot_soc img{
	width:39px;
}
#powered {
	margin-top: 12px;
}
#powered p {
	font-size: 12px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	background: none;
	margin: 0 0 20px 0;
	padding: 4px 0;
	font-size: 13px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
	font-size:13px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -5px;
	width: 19px;
	height: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 4px 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	font-weight:bold;
	font-size: 16px;
	color:#484747;
	padding: 6px 16px 6px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
	text-decoration: none;
}
.btn-primary {
	color: #ffffff;
	border:0;
	font-size: 16px;
	padding: 6px 16px 7px;
	font-weight:bold;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	text-decoration: none;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	padding: 10px 0 0 0;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 10px 15px;
}
}
.product-thumb h4 {
	font-weight: normal;
	text-align: center;
	font-size:14px;
	line-height:1.3;
	min-height:38px;
	color:#111111;
}
.product-thumb h4 a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#111111;	
}
.product-thumb h4 a:hover{
	color:#111111;
}
.product-thumb .caption {
	padding: 0 20px;
}
.product-thumb .caption p{
	display:none;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	position: absolute;
	right: 25px;
	top: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
#review .fa-stack{
	width:1em;
}
h2.price {
	margin: 0;
}
.product-thumb .caption .price {
	display: block;
	font-family: 'Neucha', cursive;
	font-weight: 700;
	font-size: 24px;
	color: #ef7204;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
}
.product-thumb .price-new {
	font-weight: 700;
}
.product-thumb .price-old {
	color: #555555;
	font-size: 18px;	
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 15px;
	display: block;
}
.product-thumb .button-group {
	text-align: center;
	margin: 0 0 20px 0;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 50%;
	border: none;
	display: inline-block;
	color:#fff;
	line-height: 44px;
	font-size: 22px;
	font-weight:400;
	text-align: center;
	-webkit-box-shadow: 0px 2px 3px #DDDDDD;
	-moz-box-shadow: 0px 2px 3px #DDDDDD;
	box-shadow: 0px 2px 3px #DDDDDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 5px;
}
.product-thumb .button-group button .fa-shopping-cart{
	display: none;
}

.product-thumb .button-group button + button {
	width: 12%;
}
.product-thumb .button-group button:hover {
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 60%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 90%;
		line-height: 30px;
		font-size: 18px;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 87px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background:none;
    border-color:none;
}
.owl-carousel.carousel_mod .owl-wrapper-outer{
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#content .owl-carousel.carousel_mod .owl-buttons div{
	text-shadow:0px 2px 3px #DDDDDD;
	opacity: 1.0;
}
#content .owl-carousel.carousel_mod .owl-buttons div:hover{
	opacity: 0.8;
}
#content .owl-carousel{
	margin:10px 0 30px 0;
}
#content .owl-pagination{
	top: 12px;
}
#content .owl-carousel .owl-buttons div{
	opacity: 0.8;
	color:#fff;
	text-shadow: 0 0 4px #818181;
}
#content .owl-controls .owl-page span{
	width:13px;
	height:13px;
	background: #f26621;
	box-shadow: none;
	border:2px solid #b22900;
}
#content .owl-controls .owl-page.active span{
	background: #fff;
}
#content .owl-controls{
	height:0;
}
#content .img-responsive{
	display: inline-block;
}
.img-thumbnail{
	border:0;
}
hr{
	border:0;
	height:1px;
}
.filter_category{
	background: #F5F5F5;
	border-bottom: 1px solid #EEEEEE;
	padding: 7px;
	font-size: 14px;
	margin-bottom: 15px;
}
.filter_category .form-group{
	margin-bottom: 0px;
}
.filter_category #compare-total:hover{
	text-decoration:none;
}
.list-group2{
	margin:0 0 30px 0;
}
.list-group2 ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-group2 > ul > li{
	padding: 0px 0px 0px 0px;
	margin:0 0 2px 0;
	font-family: 'Neucha', cursive;
}
.list-group2 > ul > li > a{
	text-transform: uppercase;
	font-size:18px;
	display:block;
	padding: 4px 8px;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}
.list-group2 > ul > li > a.active{
	font-weight: bold;
}
.list-group2 > ul > li > ul > li {
    padding: 5px 5px 2px 20px;
}
.list-group2 > ul > li > ul > li >a{
	text-decoration: none;
	display:block;
	font-size:17px;	
	font-family: 'Neucha', cursive;	
}
.list-group2 > ul > li > ul > li >a:hover,.list-group2 > ul > li > ul > li >a.active{
	text-decoration: underline;

}
.product_info_add2 {
    float: right;
} 
.product_info_add2 .btn{
	padding: 6px 12px;
}
.product_info_add2 .btn-default{
	color:#fff;
	border:0;
}
.product_info_add2 .btn-default:first-child{
	border-right:1px solid #fff;
}
.product_info_add2 .btn-default:last-child{
	border-left:1px solid #fff;
}
.product_info_price{
	margin:0 0 0px 0;
}
.product_info_price h2{
	/*padding: 0px 5px 0px 40px;*/
	line-height:32px;
	margin:0 0 7px 0;
	position: relative;
	font-family: 'Neucha', cursive;
	font-weight: 700;
	font-size: 28px;
	color: #b22900;
	letter-spacing: 0px;
}
.product_info_price h2 span{
	font-family: Arial;
	font-size:13px;
	padding:0 5px 0 0;
	color:#111;
	/*width:32px;
	height:32px;
	position: absolute;
	left:0;
	top:0;
	background: url('../image/price_icon.png') 50% 50% no-repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;*/
}
.product_info_price span{
	color: #555555;
	font-size:20px;
	padding-left:5px;
}
.product_info_model{
	margin:0 0 15px 0;
	line-height: 1.3;
	font-size: 13px;
}
.product_info_model li{
	font-size: 12px;
	line-height: 1.2;
	padding-bottom:3px;
}
.dostavka_info p{
	font-size: 13px;
	line-height: 1.3;
	margin-bottom:6px;	
}
.product_info_model a{
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted !important;
	color: #b22900;
}

#product .input-group .btn-default{
	font-size: 14px;
}
#product label{
	font-size: 18px;
	font-weight:bold;
}
.rating p{
	margin: 0 0 15px;
}
.nav > li > a{
	padding: 3px 15px;
}
.nav-tabs > li > a{
	text-decoration: none;
font-family: 'Neucha', cursive;
	color:#fff;
	font-weight: bold;
	font-size: 20px;
	border: 1px solid #ddd;
	background: linear-gradient(to top, #fe7e0c, #fdb125);
}
.nav-tabs > li.active > a{
	color: #484747;
	background:#fff;
}
#tab-description{
	font-family: Arial;
	margin:0 0 20px 0;
}
.buttons_block #input-quantity{
	text-align: center;
}
.well{
	background: none;
}
.checkout-cart .input-group.btn-block .input-group-btn .btn{
	padding: 6px 12px;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow:none;
	vertical-align: top;
}
.checkout-cart .input-group.btn-block .input-group-btn .btn:first-child{
	padding-bottom: 5px;
}
.ya-share2{
	margin:0 0 20px 0;
}
.product-list .product-thumb .button-group button, .product-list .product-thumb .button-group button + button{
		width:10%;
	}
.panel > .list-group a.list-group-item{
	font-weight:bold;
	text-decoration:none;
	color: #333333;
}
.table_attribute{
	width:100%;
	border-top:1px solid #ecbe5e;
	border-bottom:1px solid #ecbe5e;
	margin:0 0 10px;
	font-size: 12px;
	color:#555;
    font-family: Arial, Helvetica, sans-serif;
}
.table_attribute tr td:first-child{
	font-weight:bold;
}
.table_attribute tr td{
	padding:3px 0;
	width:50%;
}
.newsblog-category .product-thumb h4{
	text-align: left;
	min-height:inherit;
}
.newsblog-category .product-thumb .caption p{
	display: block;
}
.attention_holiday{
	text-align:center;
	margin:0 0 20px 0;
	padding:5px 10px;
	border:2px solid red;
	border-radius:4px;
	font-family:arial;
	font-size:13px;
}
.attention_holiday b{
	color:red;
	display:block;
}
.benefits{
	margin:0 0 5px 0;
	font-family: arial;
	color:#444;
	font-size: 13px;
}
.benefits a{
	display: block;
}
.benefits_t{
	display: table;
	width:100%;
	margin:0 0 10px 0;
}
.benefits_l,.benefits_r{
	display: table-cell;
	vertical-align: middle;
}
.benefits_l{
	padding:0 10px 0 0;
}
.benefits_l img{
	width:64px;
}
.benefits_r{
	padding:0 20% 0 0;
}
.verh-opisanie p{
	font-size:13px;
}
.product_description_dop{
	font-size:15px;
	margin:-5px 0 10px 0px;
	padding:0 0 0 40px;
	line-height:22px;
	font-family:arial;
	color:#b22900;
	font-weight:600;
	background:url('../image/svg/product_description_dop.svg') left center no-repeat;
	background-size: 32px;
}
.product_page_top{
	margin:0 0 10px 0;
}
.product_page_top_left a{
	font-family:arial;
	font-size:13px;
	text-decoration:none;
border-bottom: 1px dotted !important;
	color: #333;
}
.product_page_top_right{
	text-align:right;
}
.product_page_top_right a{
	font-family:arial;
	font-size:12px;
	border-bottom:1px dotted #ff6b00;
	cursor:pointer;
	text-decoration:none;
}
.product_page_top_right a:hover{
	border:0;
}
.product_page_top_right a+a{
	margin:0 0 0 22px;
}
.productpage_sales{
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	padding:12px 0;
	margin:0 0 25px 0;
	font-family:arial;
	font-size: 13px;
}
.productpage_sales span{
	border:1px solid #e95d0a;
	padding:5px;
	display:inline-block;
	border-radius: 3px;
}
.productpage_nalichie{
	line-height:36px;
	text-align:right;
	font-family:arial;
	font-size:14px;
}
.productpage_nalichie span{
	color:#259722;
	padding:0 0 0 15px;
	background:url('../image/productpage_nalichie.png') left center no-repeat;
}
.buttons_block #input-quantity{
	display:none;
}
.buttons_block .btn-primary{
	font-size: 24px;
	font-weight:600;
	font-weight: normal;
}
.productpage_stat{
	font-family:arial;
	padding:3px 0 0 0;
	font-size:13px;
}
.k_blocks_buttons{
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	padding: 15px 0 15px 48px;
	margin:0 0 14px 0;
	/*background:url('../image/k_blocks_buttons.png') left center no-repeat;*/
	background:url('../image/svg/decor.svg') left center no-repeat;
	background-size: 40px;
}
.dostavka_info_html .product_info_model{
	padding: 0 0 0 48px;
	/*background: url('../image/k_blocks_buttons2.png') left center no-repeat;*/
	background:url('../image/svg/dostavka.svg') left center no-repeat;
	background-size: 40px;
}
.table_attribute_id1{
	padding:0 5px 0 28px !important;
	height:28px;
	background:url('../image/svg/razmer.svg') left center no-repeat;
	background-size: 24px;
}
.table_attribute_id3{
	padding:0 5px 0 28px !important;
	height:28px;
	background:url('../image/svg/vkomplekte.svg') left center no-repeat;
	background-size: 24px;
}
#product .form-group{
	margin:0 0 30px 0;
}
.category_dop{
	font-family: arial;
}
.category_dop1{
	margin:0 0 20px 0;
}
.category_dop1 a{
	display: block;
	margin:0 0 20px 0;
	text-decoration: none;
	padding:0 0 0 55px;
	font-weight:bold;
	font-size:17px;
	display: table-cell;
	height: 48px;
	vertical-align: middle;
}
.category_dop1 a:hover{
	color:#b22900;
}

.category_dop1 .col-md-4 div{
	margin-bottom: 15px;
}

.category_dop2 ul{
	list-style: none;
	margin:0 0 20px 0;
	padding:0;
}
.category_dop2 ul li{
	margin:0 40px 15px 0;
	display: inline-block;
	vertical-align: top;
}
.category_dop2 a {
	display: block;
	margin:0 0 0px 0;
	text-decoration: none;
	padding:0 0 0 30px;
	font-size:14px;
}
.category_dop2 a:hover{
	text-decoration: underline;
}
.category_dop_cat0{
	background:url('../image/svg/category0.svg') left center no-repeat;
	background-size: 24px;
	line-height:24px;
}
.category_dop_cat1{
	background:url('../image/svg/category1.svg') left center no-repeat;
	background-size: 48px;
}
.category_dop_cat2{
	background:url('../image/svg/category2.svg') left center no-repeat;
	background-size: 48px;
}
.category_dop_cat3{
	background:url('../image/svg/category3.svg') left center no-repeat;
	background-size: 48px;
}
.category_dop_cat4{
	background:url('../image/svg/category4.svg') left center no-repeat;
	background-size: 48px;
}
.category_dop_cat5{
	background:url('../image/svg/category5.svg') left center no-repeat;
	background-size: 48px;
}
.category_dop_cat6{
	background:url('../image/svg/category6.svg') left center no-repeat;
	background-size: 48px;
}
.category_dop_cat7{
	background:url('../image/svg/category7.svg') left center no-repeat;
	background-size: 48px;
}
.text ul,.text ol, .tab-content ul, .tab-content ol{
	list-style:none;
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	line-height:20px;
}
.text ul li, .tab-content ul li{
	background:url('../image/ant_marker_2.png') 0 0 no-repeat;
	padding:0 0 2px 25px;
	margin:4px 0 10px 0;
}
.text ol li, .tab-content ol li{
	background:url('../image/ant_marker_1.png') 0 0 no-repeat;
	padding:0 0 0 25px;
	margin:4px 0 10px 0;
	min-height:20px;
}
.text ol.threesixty_images li, .tab-content ol.threesixty_images li{
	margin:0;
	padding:0;
	background:none;
}

.left_delivery{
	margin:0 0 15px 0;
}
.left_del_wrap{
	border:1px solid #dddddd;
	border-radius: 8px;
	background: #F4F7F8;	
	padding:14px 12px 5px 17px;
	color:#484848;
}
.left_del_title{
	margin:0 0 20px 0;
	font-size: 23px;
}
.left_del_text p{
	margin: 0 0 5px;
	font-size: 14px;
}
.left_del_text ul{
	margin:0 0 20px 0;
	padding:0;
	list-style: none;
}	
.left_del_text ul li{
	font-size: 13px;
	padding:0 0 0 13px;
	background: url('../image/left_del_text.png') 0 7px no-repeat;

}
.news_left{
	border: 1px solid #dddddd;
	border-radius: 8px;
	padding: 15px 12px 25px 17px;
	color: #484848;
	margin: 0 0 15px 0;
	background: #F4F7F8;
}
.news_left_t{
	margin: 0 0 20px 0;
	font-size: 22px;
}
.news_left_item{
	padding:0 0 20px 0;
}
.news_left_item{
	margin:0 0 20px 0;
	border-bottom:1px dashed #dddddd;
	font-family: Arial;
}
.news_left .news_date{
	color:#ff6b00;
	font-size: 13px;
}
.news_left_all{
	font-family: Arial;
	font-size: 13px;
}
.news_left .caption a{
	color:#222;
	text-decoration: none;
	font-size: 13px;	
	line-height: 1.1;
}
.news_left .caption a:hover{
	color:#ff6b00;
	text-decoration: underline;	
}
.common-home .news_left{
	float:left;
	width: 49%;
}
.common-home .news_left.news_left_article{
	float:right;
}
.common-home .html_block{
	clear: both;
}
.common-home .news_left.news_left_article .caption{
	min-height:34px;
}
.home_banners_w{
	padding:10px 0 0 0;
}
.home_banners_w img{
	max-width:100%;
}

.home_banners_a{
	display:block;
	font-size:22px;
	font-weight: bold;
	margin:0 0 7px 0;
}
.home_banners2_item{
	position:relative;
}
.home_banners2_item a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	display:block;
	background:rgba(35,35,35,0.77);
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:45px;
	height:100%;
	padding:5% 10% 0;
	line-height:1.0;
}
.home_banners2_item.home_banners2_item2 a{
	padding-top: 9%;
}
.home_banners2_item a:hover{
	color:#fff;
	background:rgba(35,35,35,0.4);
}
.home_banners2_item a b{
	display:inline-block;
	background:#ff9700;
	font-size:45px;
	line-height:64px;
	padding:0 20px;
	font-family:tahoma;
	margin:20px 0 0 0;
}
.home_banners2_item a span{
	font-family:Arial;
	text-decoration:line-through;
}
.about_page_right{
	margin: 0 0 0 -20px;
}
.about_page_left{
	color:#14181d;
	font-family:arial;
}
.about_page_left img{
	margin:0 0 15px 0;
	font-weight:bold;
}
.about_page_work{
	font-style:italic;
	font-size:15px;
}
.about_page_name{
	font-weight:bold;
}
.row-flex{
	display: -webkit-box;display: 
	-webkit-flex;display: -ms-flexbox;
	display: flex;-webkit-flex-wrap: wrap;  
	-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.about_adv{
	padding:35px 0 0 0;
	margin:35px 0 20px 0;
	border-top:1px dashed #c7c7c7;
}
.about_adv_title{
	margin:0 0 30px 0;
	font-size:32px;
	color:#444444;
}
.about_adv_item{
	margin: 0 10px 40px 0
}
.about_adv_item p{
	line-height: 1.5;
}
.about_adv_table{
	width:100%;
	display:table;
	margin:0 0 20px 0;
}
.about_adv_left,.about_adv_right{
	display: table-cell;
	vertical-align: middle;
}
.about_adv_left div{
	width:126px;
	height:126px;
	text-align: center;
	border:1px solid #ebeff2;
	-moz-border-radius: 68px;
  	-webkit-border-radius: 68px;
  	-khtml-border-radius: 68px;
  	border-radius: 68px;
  	display:table;
}
.about_adv_left div span{
	display:table-cell;
	vertical-align: middle;
}
.about_adv_right{
	font-size:20px;
	color:#f26620;
	text-transform: uppercase;
	padding-left:35px;
}
.product_description_dop_thumb{
	font-size: 13px;
	font-family: arial;
	color: #14181d;
	margin: 0 0 10px 0;
	line-height: 1.4;
}
.product_info_price .product_page_special{
	font-size:17px;
	font-weight: 400;
	padding: 0 0 0 10px;
	color:#444444;
}
.cashberi{
	margin:0px 0 15px 0;
}
.cashberi_wrap{
	border:2px solid #f26620;
	padding: 5px 4px 5px 9px;
	font-family: arial;
	position: relative;
	display: inline-block;
	font-size:13px;
}
.cashberi_wrap i,.cashberi_wrap span{
	vertical-align:top;
}
.cashberi_wrap i{
	display: inline-block;
	width:16px;
	height:16px;
	cursor:pointer;
	margin:0 0 0 5px;
	background: url('../image/cashberi_wrap_i.png') left top no-repeat;
}
.cashberi_wrap i:hover{
	background: url('../image/cashberi_wrap_i.png') right top no-repeat;
}
.cashberi_wrap i:hover+div{
	display: block;
}
.cashberi_wrap div.cashberi_hover:hover{
	display: block;
}
.cashberi_wrap div.cashberi_hover{
	display: none;
	background: #f6f6f6;
	border-radius: 5px;
	position: absolute;
	left:10px;
	width:107%;
	bottom:40px;
	padding: 18px 20px;
	box-shadow: 0 0 10px #c8c1c1;
}
.cashberi_wrap div.cashberi_hover:after{
	content:'';
	position: absolute;
	right: 24px;
	bottom: -10px;
	width: 19px;
	height: 10px;
	background: url('../image/cashberi_wrap_div.png') right top no-repeat;
}
.cashberi_hover_help{
	position:absolute;
	width:100%;
	height:20px;
	bottom:-20px;
	left:0;
}
.see_also{
	background: url('../image/see_also.png') left center no-repeat;
	line-height: 18px;
	padding:0 0 0 33px;
	margin:25px 0;
}
.see_also *{
	font-size:13px;
	color:#14181d;
}
.see_also a{
	font-weight:bold;
}
.top_menu_but{
	display:none;
}
.product-thumb .rating{
	display:none;
}
.product-thumb .caption .price *{
	vertical-align: top;
}

.clear{
	clear:both;
}
.captcha .col-sm-10{
	position:relative;
}
.captcha .col-sm-10 img{
	position: absolute;
	right: 15px;
	top: 0;
	height: 34px;
}

.row-flex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;  -ms-flex-wrap: wrap;flex-wrap: wrap;}
.news_category_item .product-thumb2{border:1px solid #d5d5d5;border-radius: 5px;margin:0 0 30px 0;}
.news_category_item .image{border-radius: 5px 5px 0 0;}
.news_category_item .image img{border-radius: 5px 5px 0 0;}
.news_category_item h4{margin:10px 5% 20px 5%;text-align: center;line-height:1.1;font-weight: bold;}
.news_category_item h4 a{color:#ec4f1a;font-size:22px;text-align: center;}
.news_category_t{display: table;width: 170px;margin: 0 auto;color:#878787;font-size:16px;}
.news_category_l,.news_category_r{display: table-cell;width:50%;vertical-align: middle;}
.news_category_r{text-align: right;}
.news_category_date{padding:0 0 0 25px;background: url('../image/news_category_date.png') left center no-repeat;display: inline-block;}
.news_category_view{padding:0 0 0 28px;background: url('../image/news_category_view.png') left center no-repeat;display: inline-block;}
.news_category_item  .caption{padding:0 0 20px 0;}
.newsblog-category #content>h2{text-align: center;margin: 0 0 20px 0;font-size:36px;}
.news_page{margin:0 auto;max-width:840px;}
.news_page h1{text-align: center;font-size:36px;margin:0 5% 15px;}
.news_page_share{text-align: center;margin:0 0 25px 0;}
.news_page_share span.ya-share23,.ya-share2{display: inline-block;margin:0 5px;vertical-align: middle;}
.news_page_t{display: table;width:100%;margin:0 0 30px 0;}
.news_page_l,.news_page_c,.news_page_r{display: table-cell;vertical-align: middle;}
.news_page_l{width:95px;}
.news_page_r{text-align: right;}
.news_page_c_i_a{color:#878787;font-size:15px;}
.news_page_i_n{font-size: 19px;font-weight: bold;}
.news_category_date+.news_category_view{margin:0 0 0 25px;}
.news_page .thumbnail{padding:0;border:0;}
.news_page .thumbnail:hover{border:0;}
.news_text_block{margin:0 0 15px 0;border-radius: 6px;padding:15px 30px 15px 70px;font-size:18px;}
.news_text_block1{border:1px solid #f59c0a;color:#867b5a;background: #fff7e0 url('../image/news_text_block1.png') 20px 50% no-repeat;}
.news_text_block2{border:1px solid #eb5a60;color:#905858;background: #ffe8e8 url('../image/news_text_block2.png') 20px 50% no-repeat;}
.news_text_block3{border:1px solid #38ae3a;color:#5d7c51;background: #dff0d8 url('../image/news_text_block3.png') 20px 50% no-repeat;}
.news_text_block4{border:1px solid #4ba2cd;color:#517689;background: #d9edf7 url('../image/news_text_block4.png') 20px 50% no-repeat;}
.news_page p{font-size:16px;line-height:1.3;margin:0 0 18px 0;}
.news_page ul,.news_page ol{margin:0 0 18px 0;}
.news_page ul li,.news_page ol li{font-size:16px;}
.product_row_info_banner{margin:0 0 20px 0;}
.prib_w{background: url('../image/prib.png') top center repeat-y;border-radius:6px;}
.prib_wrap{background: url('../image/prib_wrap.png') 20px 100% no-repeat;padding:15px 25px 20px 160px;}
.prib_t1{color:#fff;font-size:24px;font-family: Arial;margin:0 0 5px 0;}
.prib_t2{font-size:14px;color:#282828;font-family: Arial;}
.prib_right .marquiz__button{border-radius: 6px;padding: 10px 28px;margin: 15px 0 0 0;}
.prib_right .marquiz__container{text-align: right;}

.box_wrap{z-index: 100;}
.box_wrap .container{background: none;}
.box_back{position: absolute;left:0;top:26px;width:100%;height:820px;background:rgba(0,0,0,0.4);z-index: 101}
.box1{position: absolute;left:0%;top:50px;width:100%;z-index: 102;	}
.box2{background: #fff;-moz-border-radius: 6px;-webkit-border-radius: 6px;-khtml-border-radius: 6px;border-radius: 6px;}
.box_pad{font-family:Arial;position: relative;}
.close{width:15px;height:15px;position: absolute;right:17px;top:17px;background: url('../image/close.png') top center no-repeat;opacity: 1;}
.box_title{font-size:28px;margin:0 0 20px 0;background: #f1f1f1;color:#191919;font-size:18px;font-weight: bold;line-height:48px;text-indent: 24px;-moz-border-radius: 6px 6px 0 0;-webkit-border-radius: 6px 6px 0 0;-khtml-border-radius: 6px 6px 0 0;border-radius: 6px 6px 0 0;}
.box_text{padding:0 24px 30px;}
.box_wrap{display: none;}
.box_city ul{margin:0;padding:0;list-style: none;-webkit-column-width: 20%;-moz-column-width: 20%;column-width: 20%;
	-webkit-column-count: 5;-moz-column-count: 5;column-count: 5;-webkit-column-gap: 0;-moz-column-gap: 0;column-gap: 0;}
.box_city ul li{padding:0 10px 0 0;}
.box_city ul li a{line-height:20px;display: block;color:#101010;font-size:13px;padding:0 0 0 25px;text-decoration: none;}
.box_city ul li a.box_city_delivery{background: url('../image/box_city_delivery.png') left center no-repeat;}
.box_city ul li a:hover{/*color: #ff6b00;*/color:#fff;background:#ff6b00;}
.box_city ul li a.box_city_delivery:hover{background:#ff6b00 url('../image/box_city_delivery2.png') 3px 50% no-repeat;}

.container2{width: 1170px;box-shadow: 0 0 12px #7d7d7d;margin:0 auto;}
.icon_g{/*padding:0 0 0 100px;*/}
.icon_g:before{width: 80px;height: 80px;display: inline-block;margin: 0 15px 0 0;vertical-align: middle;}
.icon_g1:before{content:url('../image/svg/icon_gar_1.svg');}
.icon_g2:before{content:url('../image/svg/icon_gar_2.svg');}
.icon_g3:before{content:url('../image/svg/icon_gar_3.svg');}
.icon_g4:before{content:url('../image/svg/icon_gar_4.svg');}
.icon_g5:before{content:url('../image/svg/icon_gar_5.svg');}
.new_year{border: 2px solid #ff6b00;text-align: center;padding: 10px;margin: 0px 0 15px;border-radius: 5px;}
.new_year a{text-decoration:underline;color:#ff6b00;}

/*new year*/
body{
	/*background: url('../image/body_blue2.png') 50% -50px repeat;*/
	background: url('../image/body_op.png') 50% 10px repeat;
	background-color:#fff;
}
.container{
	background:#fff;
}
#top .container,.top_black .container,footer .container{
	background:none;
}
footer{
	margin-top:0;
}
.text{
	margin:0 5px 25px 0;
}
#top-links .top_black_adress{
	display:none;
}
.button_span{
	margin-bottom: 5px;
	display: block;
}
.rating_yandex{
	margin:0 0 15px 0;
	text-align:center;
}
.attention_text{
	border: 1px solid #ff6b00;
text-align: center;
padding: 10px 10px 3px;
border-radius:5px;
margin:0 0 20px 0;
}
.attention_text p{
	font-size:12px;
}
#cookie_notification{display: none;justify-content: space-between;align-items: flex-end;position: fixed;bottom: 40px;left: 75px;right: 75px;z-index: 1000;padding: 15px;
  background-color:#a01703;border-radius:15px;box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);opacity: 0.97;}
#cookie_notification p{width: 80%;font-size: 13px;text-align: left;line-height: 1.2;color: #fff;float:left;margin: 0;}
.cookie_accept{float:right;background:#f59d0a;text-transform: uppercase;height: 30px;line-height: 30px;border: 0;font-weight: bold;padding: 0 20px;font-size: 12px;color:#fff;margin:0;border-radius: 6px;}
#cookie_notification p a{color:#fff;}
@media (max-width: 768px){
  #cookie_notification.show{display: block;text-align: center;}
  #cookie_notification{text-align:center;padding: 10px;bottom: 10px;left: 10px;right:10px;}
  .cookie_accept{float:none;height:auto;}
  #cookie_notification p{float:none;width: 90%;margin:  0 0 10px 0;font-size: 10px;text-align: center;line-height: 1.1;}
} 
#payment_address_firstname_input .col-xs-7:after,#payment_address_telephone_input .col-xs-7:after,#payment_address_email_input .col-xs-7:after,#payment_address_address_1_input .col-xs-7:after,#payment_address_postcode_input .col-xs-7:after{font-style: italic;color: #2c2c2c;font-size: 73%;}
#payment_address_firstname_input .col-xs-7:after{content:'Если требуется доставка в пункт выдачи, пожалуйста укажите ФИО полностью.';}
#payment_address_telephone_input .col-xs-7:after{content:'Телефон РФ, мы позвоним для подтверждения заказа.';}
#payment_address_email_input .col-xs-7:after{content:'Укажите адрес E-mail, и вам придет ссылка для отслеживания заказа.';}
#payment_address_address_1_input .col-xs-7:after{content:'Город, улица, дом, квартира.';}
#payment_address_postcode_input .col-xs-7:after{content:'Пример: 107370';}
/*
@media (max-width: 1200px) {
	.top_phone{
		margin:0 0 15px 0;
	}
	#content .owl-carousel {
	    margin: 0 0 40px 0;
	}
	.product-thumb .button-group button .fa-shopping-cart{
		display: inline-block;
	}
	.product-thumb .button-group button, .product-thumb .button-group button + button{
		width:25%;
	}
}
@media (max-width: 1024px) {
	footer .container:before{
		display: none;
	}
}
@media (max-width: 991px) {
	.filter_category .btn-group.btn-group-sm, #compare-total {
		margin:0 0 8px 0;
	}
	.buttons_block .form-control{
		margin:0 0 15px 0;
	}
}*/
@media (max-width: 1200px) {
	.container2{width: auto;}
}
@media (max-width: 1024px) {
	.product-thumb{width:100%;}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.container,footer,.top_black,#top{
		width: 1170px !important;
	}
}
@media (min-width: 768px) and (max-width: 1025px) {
	.row-flex .col-md-3,.row-flex .col-md-4,.row-flex .col-md-6,.row-flex .col-sm-3,.row-flex .col-sm-4,.row-flex .col-sm-6{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
}
@media (max-width: 767px) {
	.row-flex .col-md-3,.row-flex .col-md-4,.row-flex .col-md-6,.row-flex .col-sm-3,.row-flex .col-sm-4,.row-flex .col-sm-6{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
	
	iframe{
		max-width:100%;
	}
	.benefits{
		display:none;
	}
	.common-home .benefits{
		display:block;
	}
	.benefits_l{
		width: 60px;
	}
	.multis{
		padding-right: 0;
	}
	#search:before{
		display: none;
	}
	/*#top-links{
		float:right !important;
	}
	#top-links > ul > li{
		display: none;
	}
	#top-links > ul > li:nth-child(1),#top-links > ul > li:nth-child(2){
		display: inline-block;
	}*/
	.multis .pull-right{
		padding:0 10px;
	}
	#logo{
		width:auto;
		top: 0;padding:5px 0;
	}
	#logo img{height:65px;}
	.dropdown-menu{
		right:0;
		left:auto;
	}
	.nav > li+li{
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	}
	#powered{
		padding:0px 0 20px 0;
	}
	footer ul li a{
		font-size:14px;
	}
	.navbar-nav .dropdown-menu{
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		display: block;
	}
	.breadcrumb > li{
	    white-space: normal;
	}
	.breadcrumb > li:last-child:after{
	    display:none;
	}
	.breadcrumb > li:after{
	    width: 12px;
        height: 12px;
        top:4px;
	}
	.about_page_right{
		margin: 0 0 0 0;
	}
	.about_page_left{
		text-align: center;
		margin:0 0 20px 0;
	}
	.productpage_stat{
		display:none;
	}
	.btn-block + .btn-block.btn-quick-order{
		margin-top:12px;
	}
	.productpage_sales{
		padding: 7px 0;
		margin: 0 0 10px 0;
	}
	.k_blocks_buttons{
		padding: 10px 0 10px 55px;
	}
	.related_products.row{
		margin-right: -10px;
		margin-left: -10px;
	}
	.related_products .col-xs-6{
		padding-right: 10px;
		padding-left: 10px;
	}
	.cart-xs{padding-left: 7px;}
	#cart .btn-lg{
		font-size: 13px;
		padding: 10px 10px;
	}
	.navbar-toggle{
		float: left;
		margin: 5px 0 5px 10px;
	}
	.callback-simple{
		/*font-size:0;
		position:absolute;
		right: 22px;
		top: 61px;
		width:30px;
		height:30px;
		background: url('../image/phone_icon.png') left center no-repeat;
		border:0;
		z-index:1;
		width:190px;*/
		font-size:18px;
		margin:0;
	}
	.search_but{
		position:absolute;
		right: 20px;
		top: 10px;
		width:21px;
		height:21px;
		background: url('../image/search_but.png') left center no-repeat;
		z-index:1;
		cursor:pointer;
	}
	#top-links{
		float:none !important;
		clear: both;
		display:none;
		/*position: absolute;
		top: 0;
		left: 0;
		right:auto;
		padding: 0;
		background: #ffac00;
		z-index: 4;
		box-shadow:0 0 10px #5b5b5b;
		border:1px solid #ad4714;
		*/
	}
	#top-links > ul{
		background:none;
	}
	#top-links > ul > li{
		background:none;
		padding:0;
		display:block;
	}
	#top-links > ul > li+li{
		border-top:1px solid #ad4714;
	}
	 #top-links li, #top-links a{
		text-decoration:none;
	}
	.top_menu_but{
		position: absolute;right: 15px;top: 26px;width: 30px;height:23px;cursor:pointer;background: url('../image/top_menu_but.png') left center no-repeat;display:block;
	}
	.top_menu_but.top_menu_but_act{
		background: url('../image/top_menu_but2.png') left center no-repeat;
	}
	header .container:before{
		display:none;
	}
	#top{background:#f59d0a url('../image/top_back_mobile.png') top left repeat-x !important;}
	/*.top_menu_but span {}*/
	#top-links .top_black_adress{
		display:block;
		background:#f48209;
		text-align:center;
		padding:15px 0;
		margin:10px -20px 0;
		color:#fff;
		font-size:17px;
	}
	#top-links .top_black_adress:before{
		content:url('../image/top_black_adress.png');
		padding:0 10px 0 0;
	}
	.product-thumb .rating,.product-thumb  .table_attribute{
		display: none;
	}
	.product-thumb .caption {
	    padding: 0 5px;
	}
	.product-thumb h4{
		margin-top: 3px;
	}
	.sticker-cust div{
		padding: 1px 5px !important;
		letter-spacing: -1px;
	}
	.row_product_phone.row{
		margin-right: -5px;
		margin-left: -5px;
	}
	.row_product_phone .col-xs-6{
		width: 49.5%;
		padding-right:5px;
		padding-left:5px;
	}
	.product-thumb .price-old{
		display:block;
		margin:4px 0 0 0;
	}
	.thumbnails .image-additional{
		width: 15%;
	}
	#content h1{
		font-size: 25px;
	}
	.product_description_dop{
		font-size: 14px;
		line-height: 1.3;
		min-height:32px;
	}
	#product .form-group {
	    margin: 0 0 15px 0;
	}
	.thumbnails .thumbnail{
		margin-bottom: 10px;
	}
	.see_also{
		margin: 15px 0;
	}
	.breadcrumb > li{
		font-size:12px;
	}
	.navbar{
		margin-bottom:10px;
	}
	#cart {margin: -10px 0 0 0;}
	#cart > .btn{border:0 !important;box-shadow:inherit !important;padding:0;width:40px;height:35px;background: url('../image/mobile_cart.png') left center no-repeat !important;position:relative;float: right;margin: 0 10px 0 0;}
	#cart > .btn .fa{display:none;}
	#cart > .btn #cart-total{color:#fff;background:#f59d0a;width:24px;height:24px;border-radius:50%;line-height:24px;overflow:hidden;display: block;left:24px;bottom:24px;position:absolute;font-weight:bold;font-size:0;text-align: center;}
	#cart > .btn #cart-total:first-letter{font-size:14px;}
	#search{
		margin-bottom: 5px;
	}
	.search-xs{
		position: absolute;
		top: 136px;
		z-index: 10;
		padding: 0;
		display:none;
	}
	#search{
		background:#d0dbe4 !important;
		box-shadow:inherit !important;
		border-radius:0;
		padding:8px 16px;
	}
	.search-xs:before{
		content:'';
		display:block;
		position:absolute;
		right:20px;
		top:-6px;
		width:13px;
		height:6px;
		background: url('../image/search_before.png') left center no-repeat;
		z-index:10;
	}
	#search .input-lg{
		height:27px;
		padding: 0px 0px 0px 4px;
	}
	#search .btn-lg{
		background:#fff !important;
		border:0;
	}
	#search .btn-lg .fa{
		color:#f66902;
	}
	#search .input-group-btn{
		background:#fff;
		border-radius: 5px 0 0 5px;
	}
	.top_phone{
		margin: 0px 0 10px;
		text-align: left;
		width:190px;
		font-size: 24px;
	}
	.top_phone span.vremya{
		display:none;
	}
	header .container{
		padding-top: 10px;
	}
	.product-thumb h4{
		height: 53px;
		overflow:hidden;
	}
	.product-thumb h4{
		font-size:13px;
	}
	.product_info_price .product_page_special{padding:0;display:block;}
	.product_row_info_banner{padding-right: 5px;padding-left: 5px;}
	.prib_wrap{background: url('../image/prib_wrap.png') 50% 100% no-repeat;padding: 15px 15px 120px;}
	.prib_t1{color:#fff;font-size: 18px;}
	.prib_t2{font-size: 13px;}
	.prib_left{text-align: center;}
	.prib_right .marquiz__button{border-radius: 6px;padding: 5px 10px;margin: 10px 0 0 0;}
	.prib_right .marquiz__container{text-align: center;}
	.prib_right{width:100%;}
	.box_wrap{z-index: 100;}
	.icon_g:before{width: 30px;height: 30px;margin:0 10px 0 0;}
	h2 {font-size: 20px;letter-spacing: 0;}
	.icon_g:before {width: 50px;height: 50px;margin: 0 10px 0 0;float: left;}
	.icon_g{font-size:23px;}
	.icon_g.icon_g1{line-height:50px;}
	.box_back{top: 0;}
	.box_city ul{-webkit-column-width: 50%;-moz-column-width: 50%;column-width: 50%;-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
	#menu .btn{border: 0;box-shadow:inherit;line-height: 1;background: none !important;}
	#menu .btn .fa{font-size: 24px;}
	.home_banners2_item{margin:0 0 20px;}
	.home_banners2_item a{font-size: 25px;padding-top:7px;}
	.home_banners2_item a b{font-size: 25px;line-height: 38px;margin: 10px 0 0 0;}
	.home_banners2_item.home_banners2_item2 a {padding-top: 15%;}
	.new_year{margin: 0px 0px 10px;line-height: 1.2;}
}
@media (max-width: 460px) {
	/*#top-links > ul > li:nth-child(1){
		display: none;
	}
	#top-links > ul > li,#top-links > ul{
		background:none;
	}
	#top-links > ul > li > a{
		padding: 0 5px;
	}
	#top-links > ul,#top-links > ul > li{
		border:0 !important;
	}*/
	.multis{
		position: absolute;
		right:0;
		top:0;
	}
	.nav-tabs > li > a{
		font-size:15px;
		padding: 3px 10px;
	}
	.home_banners_a{
		font-size:16px;
	}
	.home_banners_w .col-xs-6:first-child{
		padding-right:5px;
	}
	.home_banners_w .col-xs-6:last-child{
		padding-left:5px;
	}
}