
body {
		font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    background: url(../image/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #dadcdf;
}

header a{
	color: #222;
}

header a:hover{
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
    font-size: 21px;
    text-transform: uppercase;
    color: #222;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #f06c00;
}
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: 20px 0;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ef6c00;
}
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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
header{
	margin-bottom: 11px;
}

/* top */
#top {
    background-color: #f06c00;
    padding: 5px 0px 5px 0;
    margin: 0 0 14px 0;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#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 10px 10px;
}
/* search */
#search {
	
}
#search .input-lg {
    height: 30px;
    line-height: 20px;
    padding: 5px 10px 3px;;
    background: #3330;
    border: 1px solid #222;
    border-radius: 0px;
    color: #222;
    border-right: none;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 5px 3px;
    border: 1px solid #222;
    border-radius: 0px;
    background: #3330;
    border-left: none;
    box-shadow: none;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#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: 768px) {
.tab-content{
	
	width: 100%;	
}
} 
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
    border-radius: 0px;
	# width: 82%;
    margin: 0 auto;
}
/*#menu .nav >li {
	border-right: 1px solid #222;
}*/
#menu .nav >li:last-child {
	border-right: none;
}
#menu .nav > li > a {
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 2px 27px;
    padding-top: 4px;
    margin: 0px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #f06c00;
	color: #fff;
}
#menu .dropdown-menu {
	padding-bottom: 0;
    background: #f06c00;
    border: none;
    min-width: 250px;
    border-radius: 0px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;	
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
    background: none;
}
#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;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	color: #222;
	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: #f06c00;
	background-image: linear-gradient(to bottom, #f06c00, #f06c00);
	background-repeat: repeat-x;
	border-color: #f06c00 #f06c00 #f06c00;
}
#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 {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
    border-bottom: 10px solid #ef6c00;
    background-color: #0e0f10;
	#width: min-content;
    #margin: 0 auto;
}
footer hr {
	border-top: ;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
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 {
    background: #fff;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
		line-height: normal;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	/*text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;*/
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:first-child {
	padding: 0;
}
.breadcrumb > li > a {
	/*color: #222;*/
	text-decoration: underline;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:not(:last-child):after {
	content: '-';
	margin: 0 3px 0 6px;
	/*display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
}
.pagination {
	margin: 0;
	display: block;
}
/* 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: #ffffff;
    background: #f06c00;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.btn-primary {
	color: #ffffff;
    background: #f06c00;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.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: 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 {
	/*border: 1px solid #bfc5d1;*/
	margin-bottom: 20px;
}
.product-thumb .image {
	text-align: center;
	border: 1px solid #bfc5d1;
}
.product-thumb .image a {
	display: block;
}
.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;
    padding: 10px;
    background-color: #bfc5d1;
    color: #222;
}
.product-thumb h4 a{
    color: #222;
    font-weight: 300;
    font-size: 17px;
}

.product-thumb .caption p{
    padding: 10px;
    margin: 0px;
	background: white;
    color: #272626;
}


@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
	
	.catalog .product-grid .product-thumb .caption {
		min-height: inherit;
		padding: 0;
	}

}
@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-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: none;
    display: inline-block;
    float: left;
    background-color: #f06c00;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	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 > 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;
}

.thumbnail {
    margin-bottom: 5px;
}


@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;
}

.menu_center{
	/*width: 970px;*/
	margin: auto; 
}
.owl-carousel{
    background: #fff0!important;
    border-top: 4px solid #f06c00;
}
.owl-wrapper-outer{
    border-radius: 0px!important;
    border: none!important;
    box-shadow: none!important;
}
.page_white{
    background: #fff;
}
.bn1{
	padding-left: 35px;
  padding-right: 17px;
}

.bn1 .col-md-6{
	position: relative;
	min-height: 1px;
	padding-right: 18px;
	padding-left: 0px;
}
.black_line {
	height: 80px;
	position: relative;
	overflow: hidden;
	background-color: #191a1c;
}
.black_line .icons {
	width: 79px;
	height: 79px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	border-right: 1px solid #393b40;
	margin-top: 2px;
}
.black_line .links {
    position: absolute;
    left: 90px;
		text-decoration: none;
    color: #f06c00;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
		top: 31px;
}

.black_line .links a:hover {
	color: #
}

.black_line .links SPAN {
    text-decoration: none;
    color: #f06c00;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed',sans-serif;
	font-size: 16px;
    line-height: 16px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.black_line .links P {
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.main_section-block {
    display: block;
    background-color: #191a1c;
}

.news_itm{
	
}
.news_itm_mini{
    overflow: auto;
    border-bottom: 1px solid #c1c1c1;
    margin-top: 10px;
}
.news_title{
    color: #f06c00;
}
.news_desc{
    float: right;
    width: 70%;
}
.news_date{
    float: left;
    background: #f06c00;
    color: #fff;
    padding: 14px;
    font-size: 14px;
}

.orange_block {
    font-size: 12px;
    padding: 5px 40px;
		float: left;
    width: 74%;
		text-align: justify;
} 

.orange_adress{
	
}
.orange_adress span i{
	color: #f06c00;
    font-size: 24px;
    width: 30px;
}
.orange_phone{
	
}
.orange_phone span i{
	color: #f06c00;
    font-size: 24px;
    width: 30px;
}
.orange_phone ul{
    margin-top: -26px;
}
.orange_phone ul li{
list-style: none;
}
.orange_email{
	
}
.orange_email span i{
	color: #f06c00;
    font-size: 24px;
    width: 30px;
}
.orange_skype{
	
}
.orange_skype span i{
	color: #f06c00;
    font-size: 24px;
    width: 30px;
}
.b-delivery-info__free{
    background: #f06c00;
    padding: 1px 10px;
    color: #fff;
    margin-left: 10px;
}
.dev_img{
	
}
.dev_img img{
	width: 100%;
}
.contacts_footer{
	
}
.contacts_footer ul{
	
}
.contacts_footer ul li{
	
}
.contacts_footer i{
	color: #ef6c00;
}
.contacts_footerP i{
	color: #ef6c00;
}
.cat_itm{
	
}
.cat_itm img{
    width: 100%;
}
.cat_itm_title{
    background-color: #191a1c;
    color: #ef6c00;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px;
}
.buy_href{
    width: 100%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #f06c00;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

#cssmenu {
    color: #ffffff;
    width: 100%!important;
}
#cssmenu ul ul li a {
    border: 1px solid #bfc5d1!important;
    background-color: #f06c00!important;
	color: #fff!important;
}
#cssmenu > ul > li > a {
    background-color: #f06c00!important;
	color: #fff!important;
}
#cssmenu ul ul ul li a {
    padding-left: 30px;
    background-color: #eaebed!important;
    color: #333!important;
}
#cssmenu > ul > li:last-child > a, #cssmenu > ul > li.last > a {
    border-bottom: 1px solid #bfc5d1!important;
    background: #f06c00!important;
}

.price_product{
    padding: 10px;
    border: 1px dashed #f06c00;
}

#show_magazin{
    color: #ffffff;
    background: #f06c00;
    box-shadow: none;
    border: none;
    border-radius: 0;
	padding: 10px 30px;
}
#show_magazin:hover #magazin{
	display: block;
}
#magazin{
	display: none;
    margin-top: 10px;
    background: #f06c00;
    color: #fff;
    padding: 10px;
}

.o_mini_block{
    border: 1px solid #f06c00;
    padding: 15px;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 20px;
}
.o_mini_block i{
    color: #f06c00;
	margin-right: 10px;
}
.o_mini_title{
	border-left: 2px solid #f06c00;
    color: #222;
    padding: 5px 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 100;
    margin-bottom: 10px;
    background: #efefef;	
}
.o_mini_phone{
	
}
.o_mini_address{
	
}
.price_itm{
	
}
.price_itm img{
    width: 100%;
}
.price_itm_tite{
    background-color: rgb(191, 197, 209);
    text-align: center;
    color: #222;
    font-size: 16px;
    padding: 5px;
		height: 51px;
    display: flex;
    font-weight: 400;
}
.price_itm_tite div{
	margin: auto;
}
.price_itm_download{
	text-align: center;
    background: #f06c00;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 9px;
    font-weight: 700;
}
#magazin a{
	color: #fff;
}

.show_magazin{
    color: #ffffff;
    background: #f06c00;
    box-shadow: none;
    border: none;
    border-radius: 0;
	padding: 10px 30px;
}
.show_magazin:hover .magazin{
	display: block;
}
.magazin{
    display: none;
    background: #f06c00;
    color: #fff;
    padding: 10px;
    position: absolute;
    z-index: 1;
}
.magazin a{
	color: #fff;
}

.top_right{
	position: relative;
}

@media (min-width: 768px) {
    
		header .col-sm-4 {
        width: 39.11%
    }
		
		header .pull-right {
        width: 38%;
				margin-right: 20px;
    }
}

.loyality {
    text-align: right;
		margin-bottom: 15px;
}

.loyality a{
		text-decoration: underline;
}

.destination {
    float: left;
		padding-left: 24px;
}

.quest{
	float: right;
}

.quest a{
	display: block;
	height: 21px;
	background-image: url(/image/catalog/question.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 27px;
	color: #222;
	text-decoration: none;
}

.search_block {
	display: inline-block;
	margin-top: 19px;
}

.d_location {
	position: absolute;
	background-image: url(/image/catalog/location.png);
	background-position: 0;
	background-repeat: no-repeat;
	width: 10px;
	height: 16px;
	top: 1px;
	z-index: -1;
}

.search_button {
	background-image: url(/image/catalog/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 10px;
}

#search input::placeholder {
	color: #757575;
}

.menu_center span {
	float: left;
	width: 1px;
	height: 15px;
	background-color: #393b40;
	margin-top: 2px;
}

.bn2 {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
}

.banner_text {
	background-color: #000;
  line-height: 43px;
  padding-top: 4px;
}

.banner_text a {
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	padding-left: 20px;
}

.bn3 {
	padding: 0 20px;
	padding-bottom: 30px;
}

.bn3 h2,
.bn3 h3,
.bn-info-bottom h2,
.catalog h2,
.catalog .production h3 {
	color: #222;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.catalog h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

.bn3 .product-thumb,
.bn-info-bottom .product-thumb {
    border: 0px;
		margin-bottom: 18px;
}

.bn3 .product-thumb a,
.bn-info-bottom .product-thumb a {
	margin-top: 16px;
	display: block;
}

.bn3 .product-thumb .caption,
.bn-info-bottom .product-thumb .caption {
  min-height: 0px;
  display: flex;
}

.bn3 .product-thumb .caption .date,
.bn-info-bottom .product-thumb .caption .date{
    float: left;
    width: 60px;
    height: 60px;
    padding-top: 4px;
    background-color: #ef6c00;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.bn3 .product-thumb .date .day,
.bn-info-bottom .product-thumb .date .day{
	padding-top: 10px;
	Padding-bottom: 3px;
}

.bn3 .product-thumb .caption .month,
.bn-info-bottom .product-thumb .caption .month {
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.bn3 .news_description,
.bn-info-bottom .news_description {
    float: left;
    /*width: 220px;*/
    min-height: 58px;
    margin-left: 20px;
    overflow: hidden;
    color: #222;
    line-height: 15px;
}

.bn3 .news_border,
.bn-info-bottom .news_border {
    height: 1px;
    margin-top: 18px;
    background-color: #bfc5d1;
		margin-bottom: 2px;
}

.bn3 .all_news,
.bn-info-bottom .all_news {
    text-align: right;
    width: 100%;
    margin-top: 15px;
}
.bn3 .all_news a,
.bn-info-bottom .all_news a {
		text-decoration: underline;
}

.bn3 .all_news a:hover,
.bn-info-bottom .all_news a:hover {
		color: #ef6c00;
}

.bn3 .col-sm-4,
.bn-info-bottom .col-sm-4 {
    padding-left: 8px;
}

.bn3 .news_description,
.bn-info-bottom .news_description {
    width: 100%;
}

.bn3 .product-thumb .date .day,
.bn-info-bottom .product-thumb .date .day {
    padding-top: 10px;
    padding-bottom: 0px;
}

.bn3 .product-thumb .caption .date,
.bn-info-bottom .product-thumb .caption .date {
    width: 70px;
    height: 50px;
    padding-top: 0px;
    font-size: 24px;
}

ul.footer-styled {
    list-style-type: none;
    padding-inline-start: 25px;
		font-size: 13px;
}

div.footer-styled a {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    margin-left: 20px;
		font-size: 13px;
}

div.footer-styled .border {
    height: 1px;
    background-color: #393b40;
}

.mfooter {
		margin-right: -5px;
    margin-left: -5px;
}

.mfooter .col-sm-3 { 
		padding-right: 10px;
    padding-left: 10px;
}

.mfooter .number a {
		height: 41px;
    padding-top: 7px;
    padding-left: 40px;
    /* width: 180px; */
    background-image: url(/image/catalog/number.png);
    background-position: left;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
		display:block;
		margin-bottom: 20px;
}

.number a SPAN {
    color: #ef6c00;
}

.copyright {
		color:#fff;
		padding: 0 5px;
    margin-bottom: 8px;
}

.row.bn {
	margin: 0;
	margin-left: 20px;
}

.row.bn .col-md-6 {
	padding: 0;
	padding-right: 20px;
}

@media (min-width:950px) and (max-width: 1059.98px) {
		.navbar-collapse {
			padding-right: 0px;
			padding-left: 0px;
		}
		
		#menu .nav > li > a {
			padding: 2px 20px;
		}
		
		.bn2 {
				padding-right: 0px;
		}
		
		.navbar {
			min-height: 43px;
		}
		
		.mfooter .number a {
			font-size: 18px;
		}
		
		.logo_foot img {
			width: 100%;
		}
		
		.page_white.catalog a.category_name {
			width: 192px;
    }
		
}

.bn-info {
	padding: 0 20px;
}
.bn-info h1,
.bn-info-bottom h3{
	background-color: #ef6c00;
	color: #fff;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin: 0 15px 20px;
	padding: 9px 15px;
	position: relative;
	font-weight: 700;
}

.bn-info-bottom h3{
	margin: 20px 0;
	margin-right: 20px;
}

.bn-info-bottom {
    position: relative;
   padding: 0 0px 0px 20px;
}

.bn-info-bottom .owl-carousel {
	position: static;
}

.bn-info-bottom .owl-pagination {
    position: inherit;
}

.bn-info-bottom .scroller div.owl-pagination {
    display: inherit;
		margin-right: 20px;
		margin-top: 10px;
}

.bn-info-bottom .owl-controls .owl-buttons .owl-prev {
    right: 59px;
		top: 5px;
		left:inherit;
}

.bn-info-bottom .owl-carousel .owl-buttons .owl-next {
    right: 25px;
    top: 5px;
}

.bn-info-bottom .owl-carousel .owl-buttons div i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    background-color: #f06c00;
    color: #fff;
    padding: 6px 9px;
    border: 1px solid #fff;
}

.bn-info-bottom .owl-carousel .owl-buttons div i:hover {
    background-color:  #fff;
    color:#f06c00;
}

.bn-info-bottom .scroller div.product-thumb {
    margin-right: 20px;
}

.bn-info-bottom .new_text {
    position: absolute;
    width: 44px;
    height: 25px;
    background-image: url(/image/catalog/news_text.png);
    top: 20px;
    right: 16px;
    z-index: 1;
}

.bn-info-bottom .name {
    height: 80px;
    background-color: #bfc5d1;
    padding: 17px 20px 0;
		width: 100%;
}

.bn-info-bottom .name a {
    display: block;
    color: #222;
    font-size: 14px;
    height: 35px;
    text-decoration: none;
    overflow: hidden;
		line-height: 18px;
}

.bn-info-bottom .name a:hover {
    text-decoration: underline;
}

.bn-info-bottom .name .article{
    color: #222;
    font-size: 11px;
}

.bn-info-bottom .html-module {
    width: 64.2%;;
    float: left;
    line-height: 16px;
		text-align: justify;
		margin-right: 15px;
}

.bn-info-bottom .html-module h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.bn-info-bottom #column-right h3 {
	color: #222;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0;
  padding: 0;
  background-color: inherit;
}

.bn-info-bottom .product-thumb .a-name a {
	margin-top: 0;
}

.bn-info-bottom .product-layout.col-lg-4.col-md-4.col-sm-6.col-xs-12:nth-child(4),
.bn-info-bottom .product-layout.col-lg-4.col-md-4.col-sm-6.col-xs-12:nth-child(3) .news_border{
    display: none;
}

.bn-info-bottom .all_news {
	margin-top: 0;
}

.information-information #content {
    margin-bottom: 25px;
}

.bn-info .col-md-3 {
	width: 25%;
	float: left;
}

.bn-info-bottom .owl-wrapper  .product-thumb {
    border: 1px solid #bfc5d1;
}

.bn-info-bottom .owl-wrapper .product-thumb a {
    margin: 0;
}

.page_white.catalog {
    padding: 20px;
}

.page_white.catalog .col-sm-9 {
    padding-left: 5px;
}

.catalog .col-lg-4.col-md-4.col-sm-6.col-xs-6 {
    padding: 0;
}
.catalog .col-lg-4.col-md-4.col-sm-6.col-xs-6 {
    padding: 0;
}

.page_white.catalog .row{
		margin-right: -10px;	
}

.catalog .cat-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 15px;
}

.catalog .cat-image {
    border: 1px solid #bfc5d1;
}

.catalog .cat-name a{
    display: block;
    background-color: #bfc5d1;
    color: #222;
    height: 60px;
    padding: 13px;
    line-height: 16px;
    font-size: 14px;
}

.catalog .cat-name a:hover {
		color:#inherit;
}

.catalog .production {
		padding: 0px 5px 0 15px;
		display: flex;
		justify-content: space-between;
}

.catalog .prod-show {
    padding-right: 5px;
}

.catalog .production h3 {
	margin-top: 0;
	margin-bottom: 15px;
}

.catalog .production .sorting {
    display: flex;
		font-size: 13px;
}

.catalog .sorting .sort-text {
    margin-right: 7px;
		font-weight: 700;
}

.sorting .sort-link a.current {
	color: inherit;
	text-decoration: none !important;
}

.catalog .sorting .sort-link a {
	text-decoration: underline;
}


.catalog .sorting .sort-link span {
	padding: 0 5px;
}
 
.news-list .paginon {
	margin-top: 20px;
}

.paginon span,
.news-list .col-sm-6.text-left span {
    display: block;
    float: left;
    font-size: 14px;
		padding-top: 10px;
}

.news-list .col-sm-6.text-left span {
	padding-top: 7px;
}

.paginon .pagination .active span,
.news-list .pagination .active span {
		display: block;
    margin-left: 10px;
    padding: 8px 13px;
    font-size: 15px;
    margin-top: -2px;
    background-color: #ef6c00;
    color: #fff;
    border: none;
    border-radius: 0;
}



.paginon .pagination a,
.news-list .pagination a {
    display: block;
    margin-left: 10px;
    padding: 7px 13px;
    font-size: 15px;
    margin-top: -2px;
    background-color: #fff;
    border: 1px solid #bfc5d1;
    text-decoration: none;
    font-weight: 700;
    color: #222;
    border-radius: 0 !important;
}

.product-limit {
		margin-top: 10px;
    font-weight: 700;
    font-size: 13px;
}

.form-control {
	width: 65px;
	display: inline;
	border: 1px solid #bfc5d1;
	background-color: #fff;
	padding: 8px;
	margin-left: 2px;
	padding-right: 15px;
	border-radius: 0;
	-webkit-box-shadow: none; 
  box-shadow: none;
	height: 35px;
}

.form-control option,
select.form-control {
	font-size: 14px !important;		
}

.catalog .col-lg-4 {
	padding-right: 5px;
}

.catalog .prod-name {
    background-color: #bfc5d1;
    padding: 17px 20px 7px;
}

.catalog .prod-name .prod-article {
    color: #222;
    font-size: 12px;
    font-weight: 700;
		margin-top: 2px;
}

.catalog .prod-name a {
	display: block;
	color: #222;
	font-size: 14px;
	line-height: 17px;
	/* height: 31px; */
	text-decoration: none;
	overflow: hidden;
}

.catalog .price {
	background-color: #eaebed;
	border-top: 0;
	padding: 4px 10px;
	font-size: 14px;
	overflow: hidden;
	border: 1px solid #bfc5d1;
}

.catalog .buy-button,
.myprod .buy-button  {
		font-family: 'Roboto Condensed', sans-serif;
    background-color: #ef6c00;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    padding: 6px;
    display: block;
    text-decoration: none;
    font-weight: 700;
}

.catalog .buy_block:hover,
.myprod .buy_block:hover {
	cursor: pointer;
}

.catalog .buy_block:hover .buy-catalog,
.myprod .buy_block:hover .buy-catalog {
	display: block;
	
}

.catalog .buy-catalog,
.myprod .buy-catalog {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.catalog .buy-catalog div,
.myprod .buy-catalog div{
    background-color: #ef6c00;
}

.catalog .buy-catalog div a,
.myprod .buy-catalog div a{
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    padding: 5px 0 4px;
		margin-left: 23px;
}

.myprod .price-block {
    display: flex;
    justify-content: space-between;
}

.myprod .price-rrc {
    margin-bottom: 15px;
}

.myprod .buy-catalog {
    right: 0;
		width: 228px;
}
.myprod .buy-button {
	padding: 6px 30px;
}

.myprod .product-price {
    padding-top: 8px;
    font-size: 20px;
}

.buy_block .shop1 {
    padding-top: 5px;
}

.buy_block .shop2 {
    padding-bottom: 5px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 10px;
}

.show_magazin {
    display: block;
}

.catalog .product-thumb .price {
	color: #444;
}

.item_block .item_block_price {
    background-color: #eaebed;
    border: 1px solid #bfc5d1;
    border-top: 0;
    width: 198px;
    padding: 4px 10px;
    padding-bottom: 6px;
    font-size: 13px;
    overflow: hidden;
}

.thumbnails > li {
	padding-right: 10px;
}

.thumbnails {
    padding-right: 10px;
}
.image-additional a {
    margin-bottom: 5px;
		width: 106px;
}

.thumbnails .image-additional {
  /*  margin-right: 10px;*/
}

.page_white.myprod {
    padding: 20px;
}

.myprod .html-module {
    float: inherit;
}

.myprod .col-sm-12 {
	padding: 0;
}

.myprod .col-sm-9 {
    padding: 0px 5px;
}

.myprod .col-sm-6 {
	padding: 0;
}

.myprod .title_product {
    display: flex;
    justify-content: space-between;
}
.myprod .title_product .code {
		font-size: 13px;
    margin-top: 4px;
}

.myprod .thumbnail {
    padding: 0;
		margin-top: 4px;
		border: 1px solid #bfc5d1;
		border-radius: 0;
}

.myprod .thumbnail:hover {
	border: 1px solid #bfc5d1;
}

.title_product .thumbnail a>img, .title_product .thumbnail>img {
    max-width: inherit;
}

.myprod .title_product h1{
	color: #222;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin:0;
	padding:0;
}

	.main-image {
    padding-right: 20px;
	}

.tab-content .table-bordered {
    border: none;
}

.tab-content .table-bordered>thead>tr>td, 
.tab-content .table-bordered>thead>tr>th {
    border-bottom: none;
}

.tab-content .table-bordered>tbody>tr>td, 
.tab-content .table-bordered>tbody>tr>th, 
.tab-content .table-bordered>tfoot>tr>td, 
.tab-content .table-bordered>tfoot>tr>th, 
.tab-content .table-bordered>thead>tr>td, 
.tab-content .table-bordered>thead>tr>th {
    border: none;
}

.tab-content .table-name {
    font-weight: 700;
    margin: 10px 0;
		font-size: 13px;
}

.tab-content #tab-specification table {
		font-size: 13px;
}

.tab-content tr:nth-child(even) {
    background-color: #F5F5F5;
}

.tab-content tr {
    background-color: #EAEBED;
    padding: 7px 0 7px 10px;
    margin-bottom: 1px;
    overflow: hidden;
}
.tab-content .table>tbody>tr>td {
    padding: 5px 10px;
}

.main-image {
    padding-right: 20px;
}

.left-block {
	float: left;
	width: 26%;
}

.left-menu {
		padding: 20px 0 0 20px;
}

.left-menu img {
    width: 100%;
}

.left-menu .menu-block {
    position: relative;
		margin-bottom: 20px;
}

.left-menu .menu-text {
    position: absolute;
    bottom: 0;
		width: 100%;
}

.left-menu .menu-text a {
	display: block;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #191a1c;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

	.right-block {
			width: 74%;
			float: left;
			padding: 20px 20px 0 20px;
	}
	.right-block h1,
.top-block h1,
.news-list h1,
.news-page h1, 
.orange_block h1  {
	color: #222;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
.news-page h1{
	margin: 0;
}
.right-block p{
	text-align: justify;
}

.prices {
    padding: 20px 0 20px 20px;
		display: flex;
}

.top-block {
    padding: 20px 20px 0px 20px;
}

.prices  .price-item {
    width: 20%;
}

.prices .price-item .price_itm{ 
	padding-right: 20px;
}

.prices {
	flex-wrap: wrap;
}

.information-news div#content {
    background-color: #fff;
		margin: 0;
}

.information-news .news-list {
	float: left;
    width: 74%;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
}

.news-title {
    display: flex;
		color: #fff;
		font-size: 14px;
		margin-top: 20px;
    margin-bottom: 10px;
		background-color: #f06c00;
}
.news-title .news-date{
		background-color: #ff7202;
    padding: 8px 10px;
    width: 30%;
		
}

.news-title .news-date img {
	margin-right: 10px;
}

.news-title .news-name a{
		color: #fff;
    text-decoration: none;
    padding: 8px 10px;
		display: block;
}

.description-block {
		border: 1px solid #bfc5d1;
    padding: 18px;
}

.information-news .product-thumb {
	/*border: 1px solid #bfc5d1;*/
	margin-bottom: 0;
}

.information-news .product-thumb .more {
    text-align: right;
		font-size: 14px;
		color: #f06c00;
    text-decoration: underline;
}

.information-news .product-thumb .more a {
    margin-left: 8px;
}

.information-news .product-thumb .more a:hover, 
.information-news .product-thumb .more a:focus {
    color: #f06c00;
    text-decoration: underline;
}

.information-news-info .news-page {
	background-color: #fff;
}

.news-info {
    background-color: #fff;
		float: left;
		width: 74%;
    padding: 20px;
}

.container.news-page {
	padding: 0;
}

.service {
    padding: 20px;
}

.service .top-banner {
    height: 190px;
    width: 100%;
    display: flex;
		margin-bottom: 25px;
    border: 1px solid #bfc5d1;
}
.service .top-banner {
	position: relative;
}
.service .banner-img {
		width: 265px;
}

.service .banner-img img {
    position: absolute;
    bottom: 0;
}

.service .service-phone {
    position: absolute;
		right: -1px;
    top: -2px;
}

@media (max-width: 1059px) {
	.image-additional a {
			width: 92px;
	}
	
	.right-block {
    width: 74%;
		padding-right: 20px;
	}
	
	/*.left-block {
		width: 30%;	
	}*/
}


@media (min-width: 320px) {
  .bn-info .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 990px) {
		
	.bn-info .catalog {
    padding: 0 5px;
	}
	
}

@media (min-width: 768px) {
		
	.col-md-6 {
			width: 50%;
			display: inline-block;
	}
	
	.row.bn {
    display: flex;
	}
	
	.catalog .col-sm-3 {
			width: 26%;
	}
	
	.catalog .col-sm-9 {
			width: 74%;
	}

}

@media (min-width: 768px) and (max-width: 989.98px) {
	.bn2 {
		margin-top: 18px;
	}
	
	.bn-info .catalog {
			padding: 0 5px;
	}
	
	.cat_itm_title {
    font-size: 16px;
	}
	
	.catalog .col-lg-4 {
    padding-right: 5px;
    width: 50%;
    float: left;
	}
	
		.image-additional a {
			width: 73px;
	}
	


}

@media (min-width: 768px) and (max-width: 949.98px) {
	
	.news-title .news-date {
    width: 35%;
	}
	
	.news-list .news-name {
    width: 65%;
	}
	
		.right-block iframe {
    width: 100%;
	}
	
		.prices .price-item {
    width: 33.334%;
		margin-bottom: 20px;
	}

	.catalog .col-lg-4 {
    padding-right: 5px;
    width: 50%;
    float: left;
	}
	
	.col-md-6 {
			width: 50%;

	}
	
	.bn3 .col-sm-4 {
    padding-left: 13px;
	}

	.bn3 .col-sm-8 {
		padding-right: 5px;
		width: 66%;
	}
	
	.bn3	.col-sm-4 {
			width: 34%;
	}
	
	header .pull-right {
		width: 44%;
		margin-right: 0px;
	}
	
	div#logo {
		margin-left: 0px;
	}

	.search_block {
    margin-top: 10px;
	}

	.loyality {
    margin-bottom: 8px;
	}
	
	.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
	}
	
	#menu .nav > li > a {
    font-size: 12px;
    padding: 2px 15px;
	}
	
	.navbar {
    min-height: 40px;
	}
	
	.black_line .links {
    font-size: 24px;
		left: 75px;
    top: 23px;
	}
	
	.black_line {
    height: 63px;
	}
	
	.logo_foot img {
		width: 100%
	}
	
	.mfooter .number a {
    padding-left: 30px;
    font-size: 15px;
    margin-bottom: 8px;
    background-size: 15%;
	}
	.black_line .icons {
    width: 60px;
    height: 60px;
    background-size: 50%;
	}

}

.banner {
	width: 100%;
	padding-right: 20px;
}

.banner img{
	width: 100%;
}

.img-in-text {
	width: 250px; 
	height: 247px; 
	float: right; 
	margin: 10px;
}


@media (max-width: 767px) {
	
	.orange_block {
    padding: 5px 30px;
	}
	
	
	
	.prices .price-item {
    width: 33.334%;
		margin-bottom: 20px;
	}
	
	.right-block iframe {
    width: 100%;
	}
	
	.left-menu {
    padding: 15px 0 0 15px;
	}
	
	.right-block {
    padding: 15px 15px 0 15px;
	}
	
	
	.main-image {
    padding-right: 0;
	}
	
	.page_white.myprod {
    padding-left: 25px;
    padding-right: 25px;
		padding-top: 15px;
	}

	.nav-tabs>li {
    float: none;
	}
	.nav>li>a {
		margin-right: 0;
	}
	
	.myprod .price-rrc {
    margin-bottom: 0;
    margin-top: 20px;
	}
	
	.news-list .product-list .product-thumb .caption {
		padding: 0;
	}
	
	.news-title .news-date {
    width: 35%;
	}
	
	.news-list .news-name {
    width: 65%;
	}

	.thumbnails {
			padding-right: 0;
			margin-right: -10px;
	}

	
	.bn3 {
    padding-left: 15px;
    padding-right: 15px;
	}
	
	.bn-info .cat_itm {
    display: flex;
	}
	
	.bn-info .cat_itm a {
		float: left;
	}
	
	.bn-info .cat_itm_title {
    width: 100%;
		padding: 82px 49px;
    font-size: 30px;
	}
	
	.bn-info .col-md-3 {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.bn-info .cat_itm img {
		width: 100%;
		min-width: 166px;
	}
	
	.bn-info-bottom .hidden-xs {
		display: block !important;
  }
	
	#top {
		margin: 0px;
	}
	
	#logo {
		margin: 10px 0;	
    text-align: center;
	}
	
	#logo img {
		display: inherit;
		height: 55px;
	}
	
	header {
    background-color: #fff;
		margin-bottom: 15px;
	}
	
	.navbar {
    position: inherit;
	}
	
	nav#menu {
			position: absolute;
			z-index: 10000;
			top: 20px;
	}
	
	#menu .btn-navbar {
    padding: 6px 12px;
	}
	
	#menu .btn {
    border-radius: 0px;
    box-shadow: none;
	}		
	
	.navbar-header {
    width: 53px;
	}
	
	.navbar-toggle {
		margin-bottom: 0px;
	}
	
	#menu	.navbar-collapse {
		background-color: #fff;
		border: 7px solid #f06c00;
		padding: 0 20px;
	}
	
	ul.menu_center.nav.navbar-nav {
		padding: 20px 0;
		width: 230px;
	}
	
	#menu .dropdown-inner a {
    min-width: inherit;
	}
	
	#menu div.dropdown-menu {
		padding-bottom: 0px;
		background-color: #fff;
	}
	
	.menu_center span {
		display: block;
		width: 100%;
		height: 1px;
		background-color: #393b40;
		margin: 0px;
	}	
	
	#menu .nav > li > a {
    padding: 8px 27px;
	}
	
	#menu .dropdown-inner a {
		color: #222;
	}
	
	.row.bn {
    margin: 15px;
	}
	.row.bn .col-md-6 {
    padding: 0;
    margin-bottom: 15px;
	}
	
	.loyality,
	.top_right	{
		display: none;
	}
	
	.search_block {
    margin-top: 0px;
    margin-bottom: 10px;
	}
	
	#search .input-lg {
    height: 38px;
	}
	
	#search .btn-lg {
    padding: 9px 10px;
	}
	
	#slideshow0 {
    display: none !important;
	}
	
	.bn2 {
    display: none;
	}	
	
	.bn3 h2, .bn3 h3 {
		margin-top: 0px;
    margin-bottom: 0px;
	}
	.mfooter .col-sm-3 {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 25px;
	}
	.mfooter .number a {
		display: inline-block;
		font-size: 28px;
	}
	
	.mfooter .number {
    text-align: center;
	}
	
	.mfooter .logo_foot {
    text-align: center;
	}
	
	.bn-info h1 {
    margin: 15px 10px;
	}
	
	.bn-info-bottom {
    position: relative;
    padding: 0 15px;
	}
	
	.bn-info-bottom .html-module {
    width: 100%;
	}
	
	.bn-info-bottom {
			padding-right: 0;
	}
	
	.bn-info-bottom .owl-carousel .owl-buttons .owl-next {
    right: 20px;
	}

	.bn-info-bottom .owl-controls .owl-buttons .owl-prev {
			right: 54px;
	}

	.bn-info-bottom h3 {
    margin-right: 15px;
		margin-top: 0;
		margin-bottom: 15px;
  }
	
	.bn-info-bottom .scroller div.product-thumb {
    margin-right: 15px;
	}
	
	.bn-info-bottom .new_text {
    right: 12px;
	}
	
	.bn-info-bottom .html-module {
    float: inherit;
		padding-right: 15px;
	}
	
	.bn-info-bottom .col-sm-4 {
    padding-left: 0;
	}
	
	.bn-info-bottom .all_news {
    text-align: center;
	}
	.catalog .col-xs-6 {
    width: 33%;
	}
	
	.page_white.catalog {
    padding: 15px;
	}
	
	.page_white.catalog .col-sm-9 {
		padding-left: 15px;
    padding-right: 10px;
	}
	
	.breadcrumb {
    margin-bottom: 15px;
	}
	
	.paginon .pagination .active span {
    padding: 8px 15px;
	}
}

@media (max-width: 562px) {
	.bn-info .cat_itm img {
			min-width: 140px;
	}
		.catalog .prod-show {
    display: none;
	}
	
	.bn-info .cat_itm_title {
			padding: 68px 17px;
			font-size: 22px;
	}
	
	.bn-info-bottom .scroller div.owl-pagination {
			display: none;
	}
	.left-menu .menu-text a {
    font-size: 16px;
	}
	
		.prices .price-item {
    width: 50%;
		margin-bottom: 20px;
	}
	
	.img-in-text {
		width: 100%; 
		float: none;
		margin: 10px 0;
	}
}

@media (max-width: 440px) {
	.black_line .links {
    font-size: 22px;
	}
	
		.catalog .production {
    display: block;
    margin-bottom: 15px;
	}
	
	.left-menu .menu-text a {
    padding-top: 8px;
    padding-bottom: 5px;
		    font-size: 14px;
	}

}

@media (max-width: 411px) {
	.bn-info .cat_itm img {
			width: 80px;
			min-width: inherit;
	}
	
	.orange_block {
			width: 100%;
  }
	
	.bn-info .cat_itm_title {
			padding: 33px 17px;
			font-size: 18px;
	}
	
	.left-menu {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	
	.left-block {
    float: none;
    width: 100%;
	}
	
	.left-menu .menu-block {
			width: 45%;
			margin-right: 15px;
			margin-bottom: 15px;
			
	}
	.right-block {
      width: 100%;
	}
	
	.information-news .news-list {
    float: left;
    width: 100%;
		margin-bottom: 20px;
	}
	
	.news-info {
    width: 100%;
    padding: 15px;
	}
		
}

@media (max-width: 364px) {
	.black_line .links {
    font-size: 18px;
	}
	
	.mfooter .number a {
		font-size: 20px;
	}
	.left-menu .menu-block {
     width: 100%;
	}
	
	.prices .price-item {
        width: 100%;
	}
}



@media (min-width: 1010px) {
    header .pull-right {
        width: 32.3%;
    }
		
}


