@import url('https://fonts.googleapis.com/css?family=Ubuntu');

@font-face {
    font-family: 'Chevin_Cyrillic';
    src: url('/catalog/view/theme/default/stylesheet/fonts/Chevin-Cyrillic-Light_10488.ttf');
}

@font-face {
    font-family: 'Chevin Cyrillic Bold';
    src: url('/catalog/view/theme/default/stylesheet/fonts/Chevin-Cyrillic-Bold_10486.ttf');
}

@font-face {
    font-family: 'Chevin Cyrillic Bold Italic';
    src: url('/catalog/view/theme/default/stylesheet/fonts/Chevin-Cyrillic-Bold-Italic_10485.ttf');
}

@font-face {
    font-family: 'Chevin Cyrillic Italic';
    src: url('/catalog/view/theme/default/stylesheet/fonts/Chevin-Cyrillic-Light-Italic_10487.ttf');
}

body {
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
    background-color: #efefef;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
h1, h2, h3 {
	color: #13A5FF;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	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: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* 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;
    background-color: #0097ff;
    background-image: linear-gradient(to bottom, #24b0ff, #0097ff);
	background-repeat: repeat-x;
}

#ddprivat {
    color: #333;
    padding-left: 55px;
    background: url(/catalog/view/theme/default/image/ico-oplata5.png) left 5px no-repeat;
    padding-top: 5px;
    margin: 20px 0px;
}

.new-delivery {
    position: relative;
    margin-top: 0px;
    border: 1px solid #c6e9a9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 7px;
}

.new-delivery span.delivery_time{
    color: #999;
    font-weight: 700;
}
.new-delivery .delivery-price{
    color: #999;
    font-weight: normal;
}
.new-delivery > ul .shop {
    background: url(/catalog/view/theme/default/image/mag.png) top left no-repeat
}

.new-delivery > ul .new-post {
    background: url(/catalog/view/theme/default/image/new_post2.png) top left no-repeat
}
.new-delivery > ul .meest {
    background: url(/catalog/view/theme/default/image/meest.png) top left no-repeat
}

.new-delivery > ul {
    font-size: 12px;
    padding-left: 0px;
}

.new-delivery > ul > li {
    margin: 10px 10px 15px 0px;
    display: block;
    padding-left: 25px;
    font-weight: 300;
    line-height: 13px
}
.new-delivery > ul > li > ul {
   padding-left: 0px;
}
.new-delivery > ul > li > ul > li {
    margin: 5px 0 0;
    display: block;
    padding-left: 25px;
    font-weight: 700;
    line-height: 15px;
    background: url(/catalog/view/theme/default/image/buy_and_pickup_icon.png) left 5px no-repeat
}
.new-delivery .more-delivery {
    padding: 0 10px;
    text-align: right;
}

.is_available_box:before{content:"\2022";font-size:30px;position:absolute;margin-left:-15px;margin-top:0px;}
.is_available_box{color:#81cc17;font-size:16px;font-weight:bold;padding:8px 0;    margin-left: 13px;}
.is_available_box.red,.is_available_box.red:before{color:#ff7000;}

.tab-content{ font: 200 17px/24px Ubuntu,sans-serif;}
.block-title{
    font: 200 32px Ubuntu,sans-serif;
    max-width: 630px;
    text-align: center;
    margin: 20px auto 20px;
}
.block-text {
    font: 200 17px/24px Ubuntu,sans-serif;
    max-width: 850px;
    text-align: center;
    color: #636363;
    margin: 20px auto 20px;
}
.block-title2 {
    font: 200 32px Ubuntu,sans-serif;
    text-align: center;
    margin: 20px auto 20px;
}
.block-text2 {
    font: 200 17px/24px Ubuntu,sans-serif;
    color: #636363;
    margin: 20px auto 20px;
}

.back-top {
    z-index: 10000;
    /*display: none;*/
}
.back-top span {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
	width: 35px;
    height: 35px;
    margin: 20px;
    float: right;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    background: url("/catalog/view/theme/default/image/icon-sprite.png") no-repeat scroll transparent;
    z-index: 500;
}

.back-top span:hover {transition: all 0.3s ease 0s; filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7;}

/* top */
#top {
	/* background: transparent url("/catalog/view/theme/default/image/top_line.png") repeat-x scroll center top;*/
	/* border-bottom: 1px solid #e2e2e2; */
	padding:0;
	margin: 0;
	min-height: 36px;
}
#top .container {
	padding: 0;
	background: #0B9EFF;
	background: #16A7FF;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
    background-color: #0097ff;
    background-image: linear-gradient(to bottom, #24b0ff, #0097ff);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	/* text-shadow: 0 1px 0 #FFF; */
	text-decoration: none;
	font-family:tahoma,geneva,sans-serif;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ffa;
}
#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 {
	margin: 5px 0 5px 0;
}
/* search */
#search {
    margin-bottom: 10px;
    margin-top: 44px;
}
#search .input-lg {
	height: 30px;
	line-height: 20px;
	padding: 0 10px;
	font-family: Chevin_Cyrillic;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
	    margin-top: 36px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #555;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	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 {
	background-color: #0097FF;
	background-image: linear-gradient(to bottom, #24B0FF, #0097FF);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
    font-size: 16px;
    min-height: 45px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 30px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
    clear: both;
    color: #333333;
    display: block;
    font-size: 14px;
    line-height: 20px;
    min-width: 260px;
    padding: 7px 20px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#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 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#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 .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #00B2FF;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 8px 0 0;
    padding: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
    padding: 0 15px 0 4px;
    position: relative;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    background: rgba(0, 0, 0, 0) url("/catalog/view/theme/default/image/corner.png") repeat scroll 0 0;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 0;
    top: 9px;
    width: 6px;
}


.breadcrumb > li.a_last:after {
    background: transparent;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 0;
    top: 9px;
    width: 0px;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 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 {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	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;
}
.btn-primary {
	
	/*
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	*/
	font-family: Chevin_Cyrillic;
    background-color: #ff6200;
    border: 1px solid #ff6200;
    border-radius: 4px;
    color: #fff;
	
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #fff;
	color: #ff6200;
	border: 1px solid #ff6200;
}
.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 {
	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;
	color: #23A1D1;
	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: 0 solid transparent;
	color: #888888;
	padding: 8px 12px;
	font-family: Chevin_Cyrillic;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	text-decoration: underline;
}
/* 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;
    border: 1px solid transparent;
    border-radius: 0;
    height: 444px;
    transition: border 0.5s ease 0s;
}

.product-thumb .image {
	text-align: center;
}
.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: 0 15px;
}
}
.product-thumb h4 { 
	font-weight: bold;
    height: 50px; 
    overflow: hidden;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
	overflow: hidden;
}

.caption p.a_descr {
	height: 76px;
	overflow: hidden;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1024px) {
   .tab-pane img {
     width: 100%;
     height: auto;
   }

}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	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 {
	padding-bottom: 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;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #ff5902;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
/*	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto; */
}
.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: 60%;
	border: 1px solid #FF6200;
	display: inline-block;
	float: left;
	background-color: #fff;
	color: #FF6200;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-family: Chevin_Cyrillic;
	border-radius: 4px;
}



.product-thumb .button-group button.button__wish,
.product-thumb .button-group button.button__compare  {
	border: 0 none;
}


.product-thumb .button-group button.button__wish:hover,
.product-thumb .button-group button.button__compare:hover  {
	border: 0 none;
	background: #fff;
	color: red;
}




.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
	height: 39px;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #FF6200;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.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: 78px;
}
.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;
}


.a_hide {
	display: none !important;
}

div.list-group a.list-group-item {
	color: #000;
	text-shadow: none;
	font-size: 14px;
}

div.list-group a.list-group-item.active {
    background: #0897f5 none repeat scroll 0 0;
    color: #fff;
    font-weight: normal !important;
    text-shadow: none;
}

ul.nav.navbar-nav li.dropdown {
	min-height: 43px;
}

div#cart.btn-group.btn-block {
	color: #555;
	background: transparent;
}

#menu_top {
    /* background-color: #01b557; */
    background-color: transparent;
    background-repeat: repeat-x;
    font-size: 16px;
    min-height: 40px !important;
    height: 40px !important;
	margin-bottom: 0px;
	border: 0 none;
}

navi#menu_top.navbar ul li {
	background-color: #01b557;
}

.container {
	background: #fff;
    margin-left: auto;
    margin-right: auto;
/* position: relative;
    z-index: 1; */
}
#menu_top.navbar div.collapse.navbar-collapse.navbar-ex1-collapse ul.nav.navbar-nav li.dropdown a.dropdown-toggle {
	padding-bottom: 10px;
	padding-top: 10px;
}

#menu_top.navbar div.collapse.navbar-collapse.navbar-ex1-collapse ul.nav.navbar-nav li.dropdown a:hover {
	background: #00C65E !important;
}

#menu_top.navbar div.collapse.navbar-collapse.navbar-ex1-collapse ul.nav.navbar-nav {
	display: table-cell;

}

#menu_top.navbar div.collapse.navbar-collapse.navbar-ex1-collapse {
	padding: 0;	
}

#menu_top.navbar div.collapse.navbar-collapse.navbar-ex1-collapse ul.nav.navbar-nav li.dropdown {
    min-height: 40px;
}


nav#menu_top.navbar div.collapse.navbar-collapse.navbar-ex1-collapse ul.nav.navbar-nav li.dropdown a.dropdown-toggle {
	color: #fff;
}


#search .btn-lg {
    background: #01b557 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    padding: 5px 13px;
    text-shadow: 0 1px 0 #fff;
}


.include_menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-image: none;
    border-radius: 0 0 3px 3px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 7px 18px #aaa;
    display: none;
    margin-left: 0;
    min-width: 300px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    text-align: left;
    top: 40px;
    z-index: 16;
}

.blur {
  -webkit-filter: blur(5px);
     -moz-filter: blur(5px);
       -o-filter: blur(5px);
      -ms-filter: blur(5px);
          filter: blur(5px);
}
navi#menu_top.navbar a.a_topmenu,
nav#menu_top.navbar a.a_topmenu {
    color: #fff;
    cursor: default;
    display: inline;
    font-size: 12px;
    vertical-align: middle !important;
    z-index: 10;
}

navi#menu_top.navbar li:hover,
nav#menu_top.navbar a.a_topmenu:hover {
	background: #98C137;
}

.img_in_top_menu {
	max-width: 130px;
}

.bg {
	position: fixed;
	margin: auto;
	z-index:9;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	display: none;
}

div#top-links.nav.pull-right ul.list-inline li.dropdown.open a.dropdown-toggle {
	background: unset !important;
}

div#top-links.nav.pull-right ul.list-inline li.dropdown.open ul.dropdown-menu.dropdown-menu-right li a {
	color: #000;
}

div#top-links.nav.pull-right ul.list-inline li.dropdown.open ul.dropdown-menu.dropdown-menu-right li:hover a {
	color: #fff;
}

div.login_btn {
    background: #ffb000 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 27px;
    color: #fff;
    display: block;
    font-family: Chevin_Cyrillic;
    font-size: 14px;
    left: 50%;
    line-height: 18px;
    margin: 0 0 0 5px;
    padding: 1px 21px;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 155px;
}

div.container div.row div.col-sm-2 div#cart.btn-group.btn-block button.btn.btn-block.btn-lg.dropdown-toggle {
	background: transparent;
	border: none;
}

div.container div.row div.col-sm-2 div#cart.btn-group.btn-block.open ul.dropdown-menu.pull-right {
	background: #fff;
	font-size: 14px;
}

div.container div.row div#content.col-sm-9 div.row div.col-sm-12 ul {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0 0 20px 0;
}

div.container div.row div#content.col-sm-9 div.row div.col-sm-12 ul li {
	list-style-type: none;
	float: left;
	display: block;
	padding: 3px 0 3px 0;
	margin: 2px 7px 2px 0;
	line-height: 10px;
	/*border: 1px solid #ccc; */
}


.dropdown-menu {
    min-width: 145px;
}


.refon {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

div {
	/* border: 1px solid #ccc; */
}

.navbar {
    margin-bottom: 5px;
}

.greeting_text {
    background: #a1d9ff url("/catalog/view/theme/default/image/top_line.png") repeat-x scroll center top;
    border-radius: 0 0 15px 15px;
    margin-bottom: 20px;
    padding: 25px 5px 5px;
    text-align: center;
	
}

.greeting_text p { 
    text-align: justify;
	padding: 2px 5px;
}


.greeting_text h1 {
    color: #fff;
    font-weight: bold;
}


/**/
/*
div.v_menu {
    display: table;
    margin: auto;
    table-layout: fixed;
    width: 1000px !important;
}
 
div.v_menu nav#menu_top.navbar {
    display: table-row;
    margin: 0;
    padding: 0;
}


div.container.v_menu nav#menu_top.navbar a.a_topmenu {
    list-style: none;
    display: table-cell;
    text-align: center;
}
*/


/*
	GReen top menu
*/
navi {
	cursor: default;
	font-family: Ubuntu !important;
	font-weight: 500;
    display: table;
    table-layout: fixed;
    width: 100%;
	text-align: center;
	line-height: 10px !important;
	min-height: 40px !important;

}

navi#menu_top.navbar ul li span.a_topmenu a {
	font-size: 12px;
	color:#fff;	
	
    display: table-cell;
    height: 40px;
    margin: auto;
    vertical-align: middle !important;
}

navi.navbar {
	margin-bottom: 0;	
	min-height: 40px !important;
}
 
navi ul {
    display: table-row;
    margin: 0;
    padding: 0;
	text-align: center;
}
 
navi ul li {
    list-style: none;
    display: table-cell;
    text-align: center;
	 vertical-align: middle;
}
 
navi ul li a {
    display: block;
	text-align: center;
}




/*
	GRAY top menu
*/
navi2 {
	cursor: default;
	font-weight: 500;
	font-family: Ubuntu !important;
    display: table;
    table-layout: fixed;
    width: 100%;
	text-align: center;
	background: #777;
	margin-bottom: 0;
	line-height: 10px !important;
	height: 40px !important;
}

navi2.navbar {
	margin-bottom: 0;	
	min-height: 40px !important;
}
 
navi2 > ul {
    display: table-row;
    margin: 0;
    padding: 0;
	text-align: center;
}
 
navi2 > ul > li {
    list-style: none;
    display: table-cell;
    text-align: center;
	 vertical-align: middle;
}

navi2 > ul > li:hover {
	background:#929292;
	color: #fff;
}

navi2 > ul > li:hover > a {
	color: #fff !important;
}
 
navi2 > ul > li > span a {
    display: block;
	text-align: center;
	color: #fff;
	cursor: pointer;
	min-height: 39px;
	
    display: table-cell;
    height: 39px;
    margin: auto;
    vertical-align: middle !important;
	
}

navi2 > ul > li > a span {

}

navi2#menu_top2.navbar > ul > li > a.a_topmenu {
	cursor: default;
}

navi2#menu_top2.navbar ul li span.a_topmenu a:hover {
	color: #fff !important;
}


#menu {
	font-weight: 500;
	font-family: Ubuntu !important;
}


navi2#menu_top2.navbar ul li span.a_topmenu {
	display: block;
	    text-align: -webkit-center;
		text-align: -moz-center;
}

navi#menu_top.navbar ul li span.a_topmenu {
	display: block;
	    text-align: -webkit-center;
		text-align: -moz-center;
}






/*
	UNSET
*/

div.include_menu ul,
div.include_menu ul a,
div.include_menu ul li {
	display: initial !important;
	cursor:  initial !important;
	line-height: initial !important;
}

div.include_menu {
	line-height: initial;
	color: #000 !important;
}

div.include_menu ul {
	color: initial;
	display: initial !important;
} 

div.include_menu ul li {
	display: initial !important;
	float: initial !important;
} 

div.include_menu ul a {
	color: initial;
}

div.include_menu .h1, 
div.include_menu .h2,
div.include_menu .h3, 
div.include_menu h1, 
div.include_menu h2, 
div.include_menu h3 {
    margin-bottom: 0;
    margin-top: 0;
}

body.information-information div.container div.row div#content h1.vac {
	background: transparent url('/catalog/view/theme/default/image/vacancy-man.png')  0 0 no-repeat;
	padding: 0 0 0 43px;
}

body.information-information div.container div.row div#content h2.vac {
	padding: 0 0 0 20px;
	background: transparent url('/catalog/view/theme/default/image/bullet.png')  7px 13px no-repeat;
		font-family:'Chevin_Cyrillic';
}

.price {
    color: #ff5902;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}


div.product-thumb div.image a img.img-responsive {
    display: block;
    height: 220px;
    max-width: 100%;
}


a#compare-total {
/*     display: block;
    padding: 10px 0 0; */
}

div.include_menu table {
	width:100% !important;
}

div.include_menu  h2 {
    font-size: 18px;
    padding-bottom: 8px;
	text-decoration: underline;
}

div.include_menu  p {
    font-size: 12px;
    padding-bottom: 2px;
	padding-left: 10px;
}

div.include_menu table tbody tr td h2 a {
	text-align: left;
}

div.include_menu.im1 table tbody tr td p a {
	text-align: left;	
}

div.include_menu.im1 table tbody tr td table tbody tr td a {
	text-align: left !important;
}
div.caption p.a_product_description {
	height:80px;
	overflow: hidden;
}

div.product-layout div.product-thumb, 
div.a_f_product div div.product-thumb {
    border: 1px solid transparent;
    border-radius: 0; 
    height: 467px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: border 0.5s ease 0s;
}

ul.nav.navbar-nav.list-inline li.dropdown {
	min-height:29px;
}

ul.nav.navbar-nav.list-inline li.dropdown a {
	padding: 0 10px;
	margin: 0;
	min-height: 0;	
}

ul.nav.navbar-nav.list-inline li.dropdown a:hover {
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
}

a.gray {
	color: #333 !important;
	text-decoration: none !important;
	line-height: 25px !important;
}

a.gray:hover {
	color: #000 !important;
	text-decoration: underline;
}

ul.my_menu li.dropdown div.dropdown-menu div.dropdown-inner ul.list-unstyled li:hover {
	color: #000 !important;
	text-decoration: underline !important;
}

span.spec-price-old {
    clear: both;
    color: #999;
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-decoration: line-through;
}


div.caption p.price span.price-old {
    clear: both;
    color: #999;
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-decoration: line-through;	
}

p.spec_descr {
	height: 60px;
	overflow: hidden;
}

#more_link, #top_link {
	width: 100%;
	cursor: pointer;
	text-align: center;
	display: block;
}

div.corner {
    background: transparent url("/catalog/view/theme/default/image/cor.png") repeat-x scroll center top;
    border-radius: 0 0 15px 15px;
    height: 63px;
    margin-bottom: -82px;
    position: relative;
    top: -82px;
    width: 100%;
    z-index: 10;
}

#hs_more_link, 
#hs_top_link {
    clear: both;
    cursor: pointer;
    display: block;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

div.corner_white {
    background: transparent url("/catalog/view/theme/default/image/cor_white.png") repeat-x scroll center top;
    border-radius: 0 0 15px 15px;
    height: 63px;
    margin-bottom: -38px;
    position: relative;
    top: -51px;
    width: 100%;
    z-index: 10;
}

table.table_menu_green  tr td span {
	padding: 0;
	margin: 0;
	border: 0;
}

table.table_menu_green  tr,
table.table_menu_green  tr td {
	height: 20px !important;
	line-height: 15px !important;
}

table.table_menu_green  tr td font {
	min-height: 1px;
	line-height: 15px !important;
}

table.table_menu_green tbody tr td a {
	/* padding-left: 10px; */
}

div#logo a img.img-responsive {
	width: 342px;
	height: 95px;
}

.product-grid {
	border: 5px solid transparent;
}

.product-grid:hover {
	border: 5px solid #f1f1f1;
	border-radius: 8px;
}

.product-layout {
	border: 5px solid transparent;
}

.product-layout:hover {
	border: 5px solid #f1f1f1;
	border-radius: 8px;
}

#slideshow2, 
#slideshow1,
#slideshow3 {

	margin-top: 20px;
	
}

div.row aside#column-left div.list-group a.list-group-item.active {
	text-decoration: none;
	font-weight: bold;
}

div.row aside#column-left div.list-group a.list-group-item:hover {
	background: #0897f5;
	text-decoration: none;
	color: #fff;
	border-radius: 0 !important;
}

div.row ul.thumbnails li a.thumbnail {
	border: none;
}

h1.good_h1 {
	font-size:24px;
	color: #000;
	font-family:'Chevin_Cyrillic';
}

div.btn-group2 {
	margin:10px 0;
}

div.btn-group2 button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #FF6200;
    border-radius: 4px;
    color: #FF6200;
    margin-right: 10px;
}


div.btn-group2 button:hover {
	color: #fff;
	background: #FF6200;
	border: 1px solid #FF6200;
}

div#content h1 {
	font-size:24px;
	color: #000;
	font-family:'Chevin_Cyrillic';
}

h2.a_good_price {
    color: #ff6200;
    font-family: "Chevin_Cyrillic";
    font-weight: 700;
    margin-top: 0;
}

.a_old_price {
	font-size: 18px;
	color: #555;
	font-family:'Chevin_Cyrillic';
}

div.dropdown.login_btn.open a.dropdown-toggle:focus,
div.dropdown.login_btn.open a.dropdown-toggle:active {
	background: none !important;
}

div.dropdown.login_btn.open ul.dropdown-menu.dropdown-menu-left li a {
	color: #000;
}

div.left_menu {
    background: #fff url('/catalog/view/theme/default/image/catalog_head_bg.png') no-repeat scroll 0 0;
    margin-left: -11px;
    padding-left: 0px;
    padding-top: 61px;
	/* height: 400px; */
	overflow: hidden;
}

div.left_menu a {
	background: #fff;
}

#left_more_link,
#left_top_link {
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid dotted;
	cursor: pointer;
	width:211px;
	color:#549358;
	text-decoration:underline;
	font-style:italic;
}

div.corner_white_menu {
    background: transparent url("/catalog/view/theme/default/image/cor_white.png") repeat-x scroll center 0;
    border-radius: 0;
    height: 37px;
    margin-bottom: -38px;
    margin-left: -10px;
    position: relative;
    top: -51px;
    width: 230px;
    z-index: 10;
}

div.news_prev {
    background: ghostwhite none repeat scroll 0 0;
    border-left: 5px solid #23a1d1;
    border-radius: 4px;
    clear: both;
    float: none;
    font-size: 14px;
    min-height: 338px;
    padding: 1px 10px;
    text-align: justify;
}

div.news_prev  p {
	padding: 0 5px 10px 5px;
}

div.news_prev h2 a {
    font-family: "Chevin_Cyrillic";
    font-size: 24px;
	margin-left: 10px;
	border-bottom: 1px solid #23a1d1;
}

div.news_prev img {
	width: 120px;
	border: 6px solid #fff;
	box-shadow: 0 0 5px #ccc;
	margin: 5px 10px;
	float: left;
}


a.button_more {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	margin: auto;
}
a.button_more:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
a.button_more:active {
	position:relative;
	top:1px;
}


div.paginator span.page_active {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #fff;
	color: #4790A1;
	margin: 5px 0 5px 5px;
	border-radius: 4px;
	border: 1px solid #ccc;
	line-height: 27px;
}

div.paginator a.page {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #FF6200;
	color: #fff;
	margin: 5px 0 5px 5px;
	border-radius: 4px;
	border: 1px solid #ccc;
	line-height: 27px;
}

div.paginator {
	width: 100%;
	clear: both;
	float: none;
}

ul.pagination li.active span {
	background: #FF6200;
	color: #fff;
	border: 1px solid #FF6200;
}

ul.pagination li.active span:hover {
	background: #FF6200;
		border: 1px solid #FF6200;
}



#button-kredit {
	border: 1px solid transparent;
	background: #fff;
	color:#FF6200;
	box-shadow: 0 none;
}

#button-kredit:hover { 
	text-decoration:underline;
}

a.phone_link {
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 1200px) {
	.width_100p_tablet {
		width: 100% !important;
		margin: 5px auto !important;
	}		
}


body.information-information P {
/*	font-family:tahoma,geneva,sans-serif;
	font-size: 14px;\
*/
}


div#input-option1 div.radio label img.img-thumbnail {
	border: 0px solid transparent;
	width: 32px;
	height: 32px;
}

div#input-option1 div.radio label input {
	display: none;
}

a.call_me {
	display: inline-block;
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: pointer;
}


.allbg {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 998;
}

.call_window {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 4px solid #ffffff;
    border-radius: 5px;
    bottom: 0;
    color: #000;
    display: none;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 529px;
    left: 0;
    margin: auto;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 500px;
    z-index: 999;
}

.close_button {
    color: #f00;
    cursor: pointer;
    font-size: 30px;
    height: 10px;
    padding: 3px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 10px;
}

h2#call_window_header,
.call_window table tbody tr td h3 {
	color:#000;
	font-family: "Chevin_Cyrillic";
	margin: 4px 0 10px;
}

#call-me-telephone {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 27px;
    line-height: 35px;
    margin-right: 7px;
    margin-top: 0px;
    padding-left: 6px;
    width: 100%;
}

#call-me-telephone-send {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #666;
    font-size: 16px;
    height: 27px;
    line-height: 20px;
    margin-left: 2px;
    margin-top: 0px;
    width: 120px;
}

div.tnx {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #000;
    margin-top: 17px;
    padding: 12px 12px 0;
    position: absolute;
    width: 273px;
    z-index: 30;
}

div.tnx div.tnx_close {
    color: #ccc;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 1px;
    z-index: 31;
}

div.tnx div.tnx_corner {
    background: transparent url("/catalog/view/theme/default/image/corner1.png") no-repeat scroll center top;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 199px;
    top: -23px;
    width: 25px;
    z-index: 31;
}

.product-thumb2 {
	margin-bottom: 0px;
	overflow: auto;
	border: 1px solid transparent;
	border-radius: 0;
	transition: border 0.5s ease 0s;
}

.product-thumb2 .image {
	text-align: center;
}
.product-thumb2 .image a {
	display: block;
}
.product-thumb2 .image a:hover {
	opacity: 0.8;
}
.product-thumb2 .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb2 .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb2 .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb2 h4 {
	font-weight: bold;
    height: 48px;
    overflow: hidden;
}
.product-thumb2 .caption {
	padding: 0 20px;
	min-height: 115px;
	overflow: hidden;
}

.caption p.a_descr {
	height: 76px;
	overflow: hidden;
}

.product-list .product-thumb2 .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb2 .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb2 .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb2 .caption {
	min-height: 0;
}
}
.product-thumb2 .rating {
	padding-bottom: 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;
}
h2.price {
	margin: 0;
}
.product-thumb2 .price {
	color: #ff5902;
}
.product-thumb2 .price-new {
	font-weight: 600;
}
.product-thumb2 .price-old {
	clear: both;
    color: #999;
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-decoration: line-through;
    margin-left: 10px;	
}
.product-thumb2 .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb2 .button-group {
/*	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto; */
}
.product-list .product-thumb2 .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb2 .button-group {
		border-left: none;
	}
}
.product-thumb2 .button-group button {
	width: 60%;
	border: 1px solid #FF6200;
	display: inline-block;
	float: left;
	background-color: #fff;
	color: #FF6200;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-family: Chevin_Cyrillic;
	border-radius: 4px;
}



.product-thumb2 .button-group button.button__wish,
.product-thumb2 .button-group button.button__compare  {
	border: 0 none;
}


.product-thumb2 .button-group button.button__wish:hover,
.product-thumb2 .button-group button.button__compare:hover  {
	border: 0 none;
	background: #fff;
	color: red;
}




.product-thumb2 .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
	height: 39px;
}
.product-thumb2 .button-group button:hover {
	color: #fff;
	background-color: #FF6200;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb2 .button-group button, .product-thumb2 .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb2 .button-group button, .product-thumb2 .button-group button + button {
		width: 33.33%;
	}
}

dl#accordeon.accordeon dt.accordeon-caption.vacancy_list_item {
	cursor: pointer;
	font-size: 18px;
	color: #000;
	border-bottom: 1px dotted #000;
	margin-top: 10px;
	background: transparent url('/catalog/view/theme/default/image/vacancy-man.png')  0 0 no-repeat;
	padding: 10px 20px 5px 43px;
}

dl#accordeon.accordeon dd.accordeon-content {
	padding: 5px 5px 5px 30px;
}

div.product-thumb div div.caption div.rating,
html body.common-home div.container div.row div.product-thumb.transition div.caption div.rating {
    left: 71px;
    margin: auto;
    padding-bottom: 10px;
    position: absolute;
    top: 200px;
    z-index: 10;
}

@media (max-width: 767px) {
    div#logo a img.img-responsive{
           width: 240px;
           height: auto;
    }

    #search {
          margin-bottom: 5px;
          margin-top: 5px;
    }
    #cart {
          margin-bottom: 10px;
          margin-top: 5px;
    }

}



html body.product-search div.container div.row div#content div.product-thumb {
	height: 500px !important;
}

.back_form {
    /* background: #F8BE00 none repeat scroll 0 0; */
    border: 5px solid #B18800;
    border-radius: 20px;
    margin: 20px auto;
    padding: 0 15px 10px;
	text-align: center;
	width: 440px;
	
/* IE10+ */ 
background-image: -ms-linear-gradient(top left, #ffb76b 0%, #FFA73D 50%, #FF7C00 51%, #ff7f04 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top left, #ffb76b 0%, #FFA73D 50%, #FF7C00 51%, #ff7f04 100%);

/* Opera */ 
background-image: -o-linear-gradient(top left, #ffb76b 0%, #FFA73D 50%, #FF7C00 51%, #ff7f04 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #ffb76b), color-stop(50, #FFA73D), color-stop(51, #FF7C00), color-stop(100, #ff7f04));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top left, #ffb76b 0%, #FFA73D 50%, #FF7C00 51%, #ff7f04 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom right, #ffb76b 0%, #FFA73D 50%, #FF7C00 51%, #ff7f04 100%);
	
}

.back_form h2 {
    color: #31343e;
    font-size: 36px;
    font-weight: bold;
    margin: 10px auto 5px;
	text-shadow: 0 0 2px #fff;
}

.back_form h3 {
    color: #31343e;
    font-size: 21px;
    margin: 0 auto 10px;
	text-shadow: 0 0 2px #fff;
}

form.back_form input {
	border: 0;
	padding: 0 0 0 15px;
	border-radius: 5px;
	box-shadow: 0 0 2px #ccc;
	width: 348px;
	height: 40px;
	margin: 10px auto 0;
}

.submit_call_back {
	width: 348px;
	color: #fff;
    font-size: 24px;
	
	height: 40px;
	margin: 10px auto 0;
	
/* IE10+ */ 
background-image: -ms-linear-gradient(top, #f85032 0%, #F16F5C 50%, #F6290C 51%, #F02F17 71%, #e73827 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #f85032 0%, #F16F5C 50%, #F6290C 51%, #F02F17 71%, #e73827 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #f85032 0%, #F16F5C 50%, #F6290C 51%, #F02F17 71%, #e73827 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f85032), color-stop(50, #F16F5C), color-stop(51, #F6290C), color-stop(71, #F02F17), color-stop(100, #e73827));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #f85032 0%, #F16F5C 50%, #F6290C 51%, #F02F17 71%, #e73827 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #f85032 0%, #F16F5C 50%, #F6290C 51%, #F02F17 71%, #e73827 100%);
	
}


.submit_call_back:hover {

/* IE10+ */ 
background-image: -ms-linear-gradient(top right, #f85032 0%, #F16F5C 50%, #F6290C 51%, #F02F17 71%, #e73827 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top right, #f85032 0%, #F16F5C 50%, #F6290C 51%, #F02F17 71%, #e73827 100%);

/* Opera */ 
background-image: -o-linear-gradient(top right, #f85032 0%, #F16F5C 50%, #F6290C 51%, #F02F17 71%, #e73827 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #f85032), color-stop(50, #F16F5C), color-stop(51, #F6290C), color-stop(71, #F02F17), color-stop(100, #e73827));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top right, #f85032 0%, #F16F5C 50%, #F6290C 51%, #F02F17 71%, #e73827 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom left, #f85032 0%, #F16F5C 50%, #F6290C 51%, #F02F17 71%, #e73827 100%);
	
}


navi#menu_top.navbar ul li div.include_menu.im1 a {
	
    display: inline-block;
    float: left;
    font-family: Arial,lucida grande,Tahoma;
    padding: 10px 15px;
    text-align: center;
    width: 100%;
	font-size: 12px;
}

navi#menu_top.navbar ul li div.include_menu.im1 a:hover {
	color: #fff !important;
	background: #0897f5;
}

a.login_btn_a {
    display: inline-block;
    margin-left: -19px;
    position: relative;
    width: 152px;
}



/*

	1

*/
div.list-group.left_menu a.list-group-item.active ~ a.list-group-item.active {
	background: #5abcff !important;
}


/*

	2

*/

li.brk {
    background: #0897f5 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 12px;
    color: #fff;
    display: block;
    float: left;
    line-height: 10px;
    list-style-type: none;
    margin: 2px 7px 2px 0;
    padding: 4px 6px !important;
}

li.brk a {
	color: #fff;
}

.top_15px {
	margin-top: 15px !important;
}

/* language */

.language {
	/*position: fixed;*/
	/*left: 10px;*/
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	display: flex;
	flex-direction: row;
}

.language__img {
	margin: 2px;
	cursor: pointer;
	opacity: .5;
	width: 22px;
}

.language__img:hover,
.language__img_active {
	opacity: 1;
}
