body{
	font-family: "Open Sans",Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color:#333;
	opacity: 1;
}
 /* dop grids */
@media screen and (min-width: 1340px){
	.col-xl-5sm {
		width: 20%;
		max-width:20%;
	}
}
.jGrowl {
	z-index:99999;
}
.hidden {
	display: none;
}
.br {
	display: block;
}
.hidden-up {
	display: none;
}
.ta-center {
	text-align: center;
}
a{
	color:#ec672f; /*  #008239 */
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	max-width:100%;
	height: auto;
}
.owl-carousel .owl-item img {
	width: auto;
}
.social-box {
	width: 100%;
	text-align: left;
}
/* */
/* Btns */
.btn {
	display: inline-block;
	border: none;
	outline: none;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	/*line-height: 1.5em;*/
	padding: 9px 14px 9px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	background: transparent;
	-webkit-appearance: none;
}
.btn:hover {
	text-decoration: none;
}
.btn-green {
	background: #2e6407;
	background: #008238;
	color: #fff;
}
.btn-green:hover {
	background: #d92427;/* d92428 */
}
.btn-grey {
	background: #777;
	color: #fff;
}
.btn-grey:hover {
	background: #ec672f;/* d92428 */
}
.btn-green-v1 {
	color: #008238;
	border: 1px solid #008238;
}
.btn-green-v1:hover {
	color: #fff;
	background: #008238;
	border: 1px solid #008238;
}

.btn-link {
	font-size: 18px;
	text-transform: none;
	color: #222;
	text-decoration: underline;
}
.btn-func >span{
	text-transform: none;
	color: #308ac4;
	border-bottom: 1px dashed #308ac4;
}
.btn-longer{
	padding-left: 30px;
	padding-right: 30px;
}
.btn-bigger{
	padding: 12px 25px 11px;
	text-transform: uppercase;
}
.btn-link:hover {

}
.btn-blue-v1 {
	color: #0c4da2;
	border: 1px solid #0c4da2;
}
.btn-blue-v1:hover {
	color: #fff;
	background: #0c4da2;
	border: 1px solid #0c4da2;
}
.btn-blue-v2 {
	color: #0c4da2;
	border: 1px solid #dfdfdf;
}
.btn-blue-v2:hover {
	color: #fff;
	background: #0c4da2;
	border: 1px solid #0c4da2;
}
.btn-blue {
	background: #0c4da2;
	color: #fff;
}
.btn-blue:hover {
	background: #0c3264;
}

.btn-orange {
	color: #fff;
	background: #ec672f;
}
.btn-orange:hover {
	color: #fff;
	background: #b35a28;
}
.btn-orange-v1 {
	color: #ec672f;
	border: 1px solid #ec672f;
}
.btn-orange-v1:hover {
	color: #fff;
	background: #ec672f;
	border: 1px solid #ec672f;
}
.btn-red {
	background: #d92428;
	color: #fff;
}
.btn-red:hover {
	color: #fff;
	background: #9a2023;
}
.btn-red-v1 {
	color: #d92428;
	border: 1px solid #d92428;
}
.btn-red-v1:hover {
	color: #fff;
	background: #d92428;
}
.btn-red-v2 {
	color: #fff;
	background: #d92428;
}
.btn-red-v2:hover {
	color: #fff;
	background: #d92428;
}

.btn-white-v1 {
	text-transform: none;
	color: #fff;
	border: 2px solid #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 14px;
}
.btn-white-v1:hover {
	color: #ec672f;
	border-color: #ec672f;
}
.btn-area-center {
	text-align: center;
}
.btn-area {
}
.btn-area-right {
	text-align: right;
}

.widewrapp {
	padding: 30px 0;
}
.widewrappsm {
	padding: 25px 0;
}
.about-box {
	padding: 50px 0;
}
.about-box .btn-area{
	text-align: center;
}
.baner-gift {
	margin: 30px 0;
}
.bg-grey {
	background-color: #f7f7f7;
}
.mtitle {
	font-size: 22px;
	text-transform: uppercase;
/*	text-align: left;*/
	margin-top: 5px;
	margin-bottom: 25px;
}
.inner .mtitle{
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 26px;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 28px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	/*text-indent: 100%;*/
	background: rgba(255, 255, 255, 1);
	cursor: pointer;
	text-align: center;
	border: 1px solid #222;
	border-radius: 4px;
	transition: all 0.3s linear;
	z-index: 101;
}

#toTop:hover {
	background: rgba(217, 36, 40, 0.98);
}
#toTop:hover .svg-icon{
	fill: #fff;
}
#toTop .svg-icon{
	fill: #000;
	position: relative;
	top: 8px;
	width: 16px;
	height: 16px;
}

/* forms */
select,
textarea,
input[type='text'],
input[type='email'],
input[type='password'] {
	width: 100%;
	padding: 9px 10px;
	font-size: 14px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 3px;
/*	margin-bottom: 15px;*/
}
input[type='file'] {
	margin-bottom: 15px;
}
select {
	padding: 8px 10px;
}

/* content box */

.maincontent {
	font-size: 14px;
	line-height: 21px;
	/*text-align: justify;*/
	color: #333;
	/*margin-bottom: 30px;*/
}
.maincontent h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	margin-top: 20px;
}
.maincontent h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	margin-top: 15px;
}
.maincontent h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	margin-top: 15px;
}
.maincontent p {
	margin-bottom: 7px;
}
/* content area */
.maincontent:after {
	content: '';
	display: block;
	clear: both;
}
.maincontent u {
	text-decoration: underline;
}
.maincontent b,
.maincontent strong{
	font-weight: 700;
}
.maincontent em,
.maincontent i {
	font-style: italic;
}

.maincontent .justifyfull{
	text-align: justify;
}
.maincontent .justifyleft{
	text-align: left;
}
.maincontent .justifyright{
	text-align: right;
}
.maincontent ol,
.maincontent ul {
	margin: 5px 0;
}
.maincontent ul li{
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 3px;
}
.maincontent ol li{
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 3px;
}
hr {
	border:0;
	border-top:1px solid #ebebeb;
	margin: 5px 0 15px;
}
.maincontent hr {
	border-color: #ebebeb;
	margin: 10px 0 20px;
}
.maincontent table {
	width: 100%;
	border:1px solid #333;
}
.maincontent table th,
.maincontent table td {
	border:1px solid #333;
	padding: 5px 10px;
	width: 25%;
	vertical-align: middle;
}
.maincontent a{
	color: #000;
	text-decoration: underline;
}
.maincontent a:hover {
	text-decoration: none;
}
.maincontent .image {
	float: left;
	margin: 0 15px 10px 0;
}
.maincontent .table-scrolling{
	width: 100%;
	overflow: auto;
	padding-bottom: 13px;
}


/* Header */
.header {
	padding: 20px 0;
}
.header .hleft {
	padding: 5px 0 5px;
}
.header .hleft img {
	display: block;
}
.header .hinfo {
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-align-content: center;
	align-content: center;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	text-align: center;

	/*align-items: center;*/
	/*-webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap:wrap;
    */

}
.header .hinfo.hthree {
	justify-content: flex-end;
}
.header .hinfo.hcart p{
	font-size: 15px;
	font-weight: 600;
}
.header .hinfo .svg-icon.phone{
	width: 12px;
	height: 12px;
}
.header .hinfo .svg-icon.marker {
	width: 15px;
	height: 20px;
}

.header .hinfo.hright a,
.header .hinfo.htwo a {
	color:#333;
}
.header .hinfo.hright a:hover,
.header .hinfo.htwo a:hover {
	text-decoration: underline;
}
.header .htwo {
	line-height: 26px;
}
.header .htwo .line{
	width: 100%;
	text-align: center;
}

.header .hright .line .svg-icon{
	margin-right: 10px;
}
.header .hright .line .box {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.header .hright .line.mailto .box {
	font-size: 15px;
	color: #333;
}

.header .hright .line.phoneto .svg-icon{
	vertical-align: top;
	margin-top: 4px;
}
.header .hright .line.phoneto .box {
	vertical-align: top;
	line-height: 18px;
}
.header .hright .line.phoneto .mini-link{
	color: #e69c00;
	font-size: 13px;
}
.header .hright .line.phoneto .br1{
	display: inline-block;
	margin: 0 5px;
}
.header .hright .line.phoneto .br1:after {
	content:' // ';
}
.header .hright .line.phoneto {
	margin-right: 2px;
	line-height: 25px;
}
.header .hright .line {
	width: 100%;
}
.header .hright .line.mailto .box:hover {
	color:#ec672f;
	text-decoration: underline;
}
.header .hthree .btn-area {
	position: relative;
}
.header .hinfo .btn-area .btn{
	max-width: 166px;
	width: 100%;
}

.top-nav {

}


.main-menu {
	border-top:1px solid #eee;
	background: #3e3e3e;
}
.main-menu .nav {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.main-menu .nav li {
	display: inline-block;
	position: relative;
}
.main-menu .nav li >a{
	display: inline-block;
	color: #fff;
	padding: 15px 10px;
}

.main-menu .nav .sub {
	display: none;
	position: absolute;
	top:100%;
	left: 0;
	z-index: 11;
	background: #222;
	width: 220px;
	padding: 5px 0 10px;
	text-transform: none;
	font-weight: normal;
}
.main-menu .nav li .sub a{
	display: block;
	color: #fff;
	padding: 10px 15px;
}
.main-menu .nav li .sub li.active a{

}
.main-menu .nav li:hover .sub {
	display: block;
}
.main-menu .nav li:hover >a {
	color: #ec672f;
}
.main-menu .nav li.active >a {
	color: #ec672f;
}

svg:not(:root) {
	overflow: hidden;
}
.svg-icon {
	display: inline-block;
	vertical-align: middle;
	fill-rule: evenodd;
}

.svg-icon.marker {
	fill: #6d6d6d;
}
.svg-icon.phone {
	fill: #6d6d6d;
}
.svg-icon.email{
	fill: #6d6d6d;
}
.svg-icon.arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 9px;
	height: 9px;
	margin-top: -4px;
	margin-left: 8px;
	fill: #7d7d7d;
}

/* for mobila pre */
.btn-menu {
	display: none;
	width: 23px;
	height: 23px;
	color: transparent;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
}
.forMobila{
	display: none;
}

.openphone .phone {
	width: 18px;
	height: 20px;
}

.menu_mfix >.header {
	/*margin-top: 50px;*/
}
.menu_mfix .main-menu {
/*	position: fixed;
	left: 0;
	right: 0;
	top:0;
	z-index: 1000;
	border-bottom:1px solid #eee;
*/
}

/* menu catalog */


.miniform-wrapp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-webkit-box-align: center;
	-webkit-align-items: normal;
	-ms-flex-align: normal;
	align-items: normal;
	width: 100%;
}
.svg-icon.minifind{
	display: block;
	width: 16px;
	height: 14px;
	fill: #0c4da2;
}
.svg-icon.minifind2{
	fill: #333;
	width: 16px;
	height: 14px;
}

.box-form .form-control{
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	background: #eee;
	outline: none;
}

.box-form{
}
.box-form .btn-search {
	padding: 11px 13px 12px;
	background: #ec672f;
	background: #2e6407;
	background:#eee;
	border: 0;
	margin: 0;
	cursor: pointer;
}
.box-form .btn-search:hover {
	background: #2e6407;
}
.box-form .btn-search:hover .svg-icon{
	fill:#fff;
}



/* preim list */
.simplelist {
	padding: 35px 0;
}
.list-inline{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	/*padding: 10px 0;
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	margin: 10px 0;*/
}
.list-inline .item {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.list-inline img,
.list-inline .simg{
	margin-right: 15px;
	opacity: 0.85;
}
.list-inline .stitle{
	display: inline-block;
	line-height: 20px;
	font-size: 16px;
}
@media screen and (max-width: 991px){
	.list-inline {
		-webkit-align-items: flex-end;
		align-items: flex-end;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.list-inline .item {
		-webkit-justify-content: center;
		justify-content: center;
		width: 20%;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		text-align: center;
	}
	.list-inline .item+.item {
		width: 30%;
	}
	.list-inline .item+.item+.item {
		width: 25%;
	}
	.list-inline .item+.item+.item+.item {
		width: 20%;
	}
	.list-inline img, .list-inline .simg{
		margin-right: 0;
	}
	.list-inline .stitle {
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px){
	.list-inline {
		-webkit-align-items: baseline;
		align-items: baseline;
	}
	.list-inline .item {
		width: 50% !important;
		margin-bottom: 15px;
	}
	.list-inline .stitle {
		width: 100%;
	}
}


/* categorys on main */
.box-categorys-sides {
    padding: 10px 0 50px;
}
.categorys-onmain {
	margin-bottom: 20px;
}
.categorys-onmain .around_image img{
	display: block;
	transition: .3s ease-in-out;
}
.categorys-onmain .around_image:hover img{
	transform: scale(1.11);
}
.categorys-onmain .around_image .btnarea {
	position: absolute;
	bottom: 20px;
	left:30px;
	right: 30px;
	text-align: left;
}
.categorys-onmain .around_image .btnarea.numb4{
	text-align: center;
}
.categorys-onmain .around_image .btnarea.numb2,
.categorys-onmain .around_image .btnarea.numb5{
	text-align: right;
}
.categorys-onmain .around_image .title{
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 20px 10px;
}
.categorys-onmain .around_image:hover .title {
	background: #ec672f;
}
.categorys-onmain .around_image {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	-webkit-transition: .15s linear;
	transition: .15s linear;
}
.categorys-onmain .around_image:hover {
	/*-webkit-box-shadow: 0 6px 41px -8px rgba(154,164,166,.82);
	box-shadow: 0 6px 41px -8px rgba(154,164,166,.82);*/
}

/* product list */

   /* arrows slider */
.product-list.owl-carousel .owl-nav {
	position: absolute;
	top: -53px;
	right: 11px;
}
.product-list.owl-carousel .owl-nav button span {
	display: inline-block;
	font-size: 34px;
	margin: 1px 0 0 -1px;
}
.product-list.owl-carousel .owl-nav button.owl-next span{
	margin: 1px 0 0 2px;
}
.product-list.owl-carousel .owl-nav button {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	outline: 0;
	display: inline-block;
}
.product-list.owl-carousel .owl-nav button.owl-prev{
	margin-right: 5px;
}
.product-list.owl-carousel .owl-nav button:hover {
	background: #008239;
	color: #fff;
}
.product-list.owl-carousel .owl-nav button.disabled {
	opacity: 0.5;
}

.product-list.owl-carousel .owl-stage-outer{
	padding: 2px 0;
}
.product-list{

}
.product-list.row.owl-carousel {
	margin-left: 0;
	margin-right: 0;
	display: block;
}
.product-list.row.owl-carousel .owl-item > [class^='col'] {
	width: auto;
	max-width: inherit;
}
.product-list.owl-carousel .item{
	/*margin: 0 10px;*/
}
.product-list .item{
	position: relative;
	margin-bottom: 20px;
	/*height: 438px;*/
}
.product-list .item .item-full{

	padding: 18px 15px 16px;
	background: #fff;
	border: 1px solid #f2f2f2;
	-webkit-transition: box-shadow .15s linear;
	transition: box-shadow .15s linear;
	z-index: 20;
}
.product-list .item:hover .item-full {
	-webkit-box-shadow: 0 6px 41px -8px rgba(154,164,166,.82);
	box-shadow: 0 6px 41px -8px rgba(154,164,166,.82);
	z-index: 21;
}

.product-list.owl-carousel .item .item-full:hover {
	border: 1px solid #aaa;
}
.product-list.owl-carousel .item:hover .item-full {
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 21;
}

.product-list .item .item-full .picture{
	position: relative;
	margin-bottom: 5px;
}
.product-list .item .item-full .picture a{
	display: flex;
	width: 100%;
	height: 172px;
	line-height: 165px;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.product-list .item .item-full .picture .stickers{
	position: absolute;
	bottom: 0;
	top: 0;
	left: -5px;
	width: 44px;
}
.product-list .item .item-full .picture .stickers:after{
	/*position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 18px;
	height: auto;
	content: " ";
	background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(80%,#fff),to(#fff));
	background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 80%,#fff 100%);
	background: linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 80%,#fff 100%);*/
}
.stickers {
	white-space: nowrap;
	overflow: hidden;
	z-index: 1;
}
.stickers .mstick {
	display: block;
	width: 44px;
	height: 44px;
	font-size: 11px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	padding: 0;
	background-color: #eee;
	line-height: 37px;
	font-weight: bold;
	border: 3px solid #fff;
}
.stickers .mstick.ms-day{    background-color: #66b132;}
.stickers .mstick.ms-tb{background-color: #db4ba3;}
.stickers .mstick.ms-new{    background-color: #4fad00;}
.stickers .mstick.ms-hit{background-color: #2992d9;}
.stickers .mstick.ms-discount{
	background-color: #ff4242;
	font-size: 20px;
	font-family: Arial;
	line-height: 39px;
}

.product-list .item .item-full .name{
	height: 71px;
	margin-bottom: 7px;
	overflow: hidden;
}
.product-list .item .item-full .name p{
	font-size: 12px;
}
.product-list .item .item-full .price{
	height: 22px;
	margin-bottom: 10px;
	overflow: hidden;
}
.product-list .item .item-full .price .normal{
	display: inline-block;
	font-size: 18px;
	margin-right: 8px;
	font-weight: bold;
}
.product-list .item .item-full .price .old:after{
	position: absolute;
	top: 49%;
	right: 0;
	left: 0;
	display: block;
	width: auto;
	height: 1px;
	content: " ";
	background-color: #c4010c;
}
.product-list .item .item-full .price .old{
	position: relative;
	display: inline-block;
	margin-right: 4px;
	color: #878787;
	white-space: nowrap;
}
.product-list .item .item-full .avail{
	height: 38px;
	padding: 10px 0;
	overflow: hidden;
	color: #888;
}
.tov-stores .svg-icon,
.product-list .item .item-full .svg-icon {
	bottom: 1px;
	margin: 0 5px;
	position: relative;
	height: 16px;
	width: 16px;
	fill: #888;
}
.tov-stores .svg-icon.empty,
.product-list .item .item-full .svg-icon.empty {
	fill: #214496;
}
.tov-stores .svg-icon.isset,
.product-list .item .item-full .svg-icon.isset {
	fill: #10a710;
}

.product-list .item .item-full .isavail{

}
.product-list .item .item-full .btn-area{
	margin-bottom: 5px;
	text-align: center;
}
.product-list .item .item-full .btn-area .btn{
	padding: 5px 20px 5px;
	font-size: 12px;
}
.moretovars {
	text-align: center;
	margin-top: 20px;
}


/* portfolio */

.gallery-images {

}
.gallery-images .item {
	display: block;
	padding: 75% 1px 0;
	position: relative;
	height: 0;
	overflow: hidden;
	margin: 0 1px 20px;
}
.gallery-images .item .image{
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: -2px;
	/*max-width: none;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;*/
	margin: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.gallery-images .item .gallery-hover{
	/*visibility: hidden;*/
	/*background: 0 0;*/
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	/*-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;*/
	display: block;
	background: rgba(0,0,0,.0);
}
.gallery-images .item .gallery-title{
	display: block;
	position: relative;
	top: 50%;
	color: #fff;
	text-align: center;
	line-height: 1.38462;
	padding: 0 10px;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}
.gallery-images .item:hover .image{
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.gallery-images .item:hover .gallery-hover{
	visibility: visible;
	background: rgba(0,0,0,.5);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.gallery-images .item:hover .gallery-title{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.gallery-images .item {}



/* brands */

.brands-list {
	margin: 40px 0;

}
.brands-list .item{
	margin: 0 30px;
}
.brands-list .item span{
	display: flex;
	height: 76px;
	align-items: center;
}
.brands-list .item span:before{
	/*content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;*/
}
.brands-list .item span img{
	display: inline-block!important;
	vertical-align: middle;
}


/* stoses */
.our-contacts {}
.our-contacts .fcontakty {
	height: 340px;
	padding: 15px;
}
.our-contacts .fcontakty .line.phoneto{
	margin-bottom: 20px;
}
.our-contacts .fcontakty .line.phoneto .svg-icon{
	margin-right: 7px;
	width: 16px;
	height: 16px;
}
.our-contacts .fcontakty .line.phoneto .box {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.mapfooter {
	height: 350px;
}

/* footer */


.footer-top {
	padding: 30px 0;
	color: #333;
	margin-top: 50px;
	background: #fafafa;
}
.footer-top .footer-nav {
	/*display: flex;*/
}
.footer-top .footer-nav .menu li{
	margin-bottom: 4px;
	font-size: 14px;
}
.footer-top .footer-nav .menu a{
}
.footer-top .footer-nav .menu a:hover {
	text-decoration: underline;
}
.footer-top .footer-nav .menu+.menu{
	/*margin-left: 20px;*/
}
.footer-top .foottitle {
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.footer-inf {
	margin-bottom: 22px;
}
.form-subscribe {

}
.form-subscribe .inp input {
	margin-bottom: 10px;
}
.form-subscribe .btn{
	width: 100%;
}
.footer-fons {
	margin-top: 25px;
}
.footer-fons .line {
	font-size: 16px;
	display: block;
	margin-bottom: 16px;

}
.footer-fons .bigest{
	font-size: 24px;
}
.footer-bottom {
	margin-top: 40px;
	padding: 25px 0;
	background: #404040;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
}
.footer-bottom a{
	color: #fff;
}
.footer-bottom .copyrites{
	padding-top: 0px;
}
.footer-bottom .fright{
	text-align: right;
}
.footer-bottom .foottitle{
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.footer-bottom hr {
	border-color:#777;
}
/* inner pages */


ul.breadcrumb {
	padding: 0px 0 15px;
	color: #B4B4B4;
}
ul.breadcrumb li a{
	color: #B4B4B4;
}
ul.breadcrumb li a:hover {
	text-decoration: underline;
}
ul.breadcrumb li {
	display: inline-block;
}
ul.breadcrumb li+li:before {
	content:'/';
	display: inline-block;
	/*background: url("../img/arrow-crumbs.png") center center no-repeat;*/
	color:#B4B4B4;
	/*width: 6px;
	height: 10px;*/
	padding: 0 7px;
	vertical-align: middle;
}



/* filter */

.label-item {}
.boxlabel {}
.boxlabel sup{
	font-size: 11px;
	position: relative;
	top: -4px;
	color:#777;
}
.boxlabel sup:before {
	content:'(';
}
.boxlabel sup:after{
	content:')';
}
.checking {
	display: inline-block;
	background: #fff;
	width: 16px;
	height: 16px;
	border:1px solid #aaa;
	position: relative;
	vertical-align: middle;
	margin-right: 5px;
}
input:checked+.boxlabel .checking:after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin: 3px 0px 0 3px;
	background: #555;
}
.filterform {
	padding-top: 0px;
	margin-right: 0px;
}
.filter-wrapp .filter_title {
	position: relative;
	padding: 9px 20px 10px;
	background: #ffffff;
	color: #444;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #ebebeb;
	border-bottom:0;
	cursor: pointer;
}
.filter-wrapp .filter_title .svg-icon {
	float: right;
	width: 8px;
	height: 8px;
	margin-top: 6px;
	fill: #494949;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.filter-wrapp .filter_title.open {
	background: #f3f3f3;
}
.filter-wrapp .filter_title.open .svg-icon {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.filter-wrapp .filter_body {
	padding: 20px 20px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.btn-area-filters .btn{
	width: 100%;
}
.btn-area-filters .btn+.btn{
	margin-top: 15px;
}
.btn-area-filters {
	border: 1px solid #ebebeb;
	padding: 20px 20px;
	justify-content: space-between;
}
.filter-wrapp .filter_body .label-item+.label-item {
	margin-top: 5px;
}
.filter-wrapp .filter_body .label-item {
	position: relative;
	display: block;
}
.filter-wrapp .filter_body .label-item input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
	top:0;
}
.filter-sorting {
	margin-bottom: 20px;
}
.filter_body .separator {
	display: inline-block;
	padding-top: 8px;
	margin: 0 5px;
}
.filter_body .mse2_number_inputs.row {
	justify-content: space-between;
}

.filter-sorting a {
	color: #aaa;
}
.filter-sorting a:hover {
	color: #555;
}
.filter-sorting a.active,
#mse2_tpl a.active {
	color: #333;
	text-decoration: none;
	cursor: default;
}
.filter-sorting .sort {
	font-size: 14px;
	padding: 4px 12px;
}
.filter-sorting a.sort.active{
	background: #ec672f;
	background: #0c4da2;
	border-radius: 4px;
	color: #fff;
}

.filter-sorting .sotring-all {
	margin: 8px 20px 0;
}
.filter-sorting .sort span .svg-icon {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	color:#aaa;
	fill: #aaa;
}
.filter-sorting .active.sort[data-dir="asc"] span .svg-icon{
	color:#333;
	fill: #fff;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.filter-sorting .active.sort[data-dir="desc"] span .svg-icon{
	color:#333;
	fill: #fff;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.vibor-listing {
	margin: 0 20px;
	display: none;
}

/* product  page */

.product-image {
	position: relative;
	/*min-height: 465px;*/
	margin-right: 15px;
	margin-bottom: 35px;
}
.product-image .infoblock{
	font-size: 12px;
	color: #878787;
	text-align: center;
	margin-bottom: 15px;
}
.product-image .infoblock .svg-icon{
	position: relative;
	bottom: 1px;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	fill: #6b80a0;
}

.pro-gallery{
	margin-bottom: 15px;
}
.pro-gallery .pro-gallery-box{}
.pro-gallery .pro-gallery-box .item{
	position: relative;
	/*height: 465px;
	line-height: 465px;*/
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro-gallery .pro-gallery-box .item img {
	width: auto;
}
.pro-galla-thrumbs .pro-galla-thrumbs-box .owl-dot{
	width: 90px;
	height: 90px;
	padding: 5px;
	text-align: center;
	line-height: 90px;
	cursor: pointer;
	/*margin-right: 8px;*/
	border: 1px solid #f2f2f2;
	-webkit-transition: border-color .15s ease-in-out;
	transition: border-color .15s ease-in-out;
	margin:0 auto;
}

.product-image .stickers .mstick{
	display: block;
	margin-bottom: 2px;
	margin-left: 0;
}
.product-image .stickers {
	position: absolute;
	top: 50px;
	left: 0;
	cursor: default;
	z-index: 10;
}
.pro-galla-thrumbs .pro-galla-thrumbs-box .owl-item.select .owl-dot{
	border-color: #214496;
}

/* tovar part right */
.product-big .product-list{
    margin-bottom: 40px;
}
.product-page {
	margin-left: 30px;
    margin-bottom: 30px;
}
.product-page hr {
	margin: 40px 0;
}
.product-page .codeart{

}
.product-page .codeart .name{
	color: #878787;
	margin-right: 4px;
}
.area-namesall {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.area-namesall .brand-logo {
	-webkit-flex: 0 0 100px;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	margin-left: 90px;
}
.product-page .maincontent {
	line-height: 21px;
	/*margin-right: 180px;*/
	margin-top: 20px;
	margin-bottom: 20px;
}
.product-page .tov-stores {
	margin-top: 10px;
	/*margin-left: 20px;*/
}
.tov-stores .empty{
	color: #dd2808;
}
.tov-stores .isset {
	color: #008800;
}

.product-page .costbar .cost {
	font-size: 24px;
	margin-top: 25px;
	font-weight: bold;
}
.product-page .costbar .cost .numb{
	font-size: 36px;
}
.product-page .costbar .old_price {
	font-size: 18px;
	color: #aaa;
	margin-left: 15px;
	text-decoration: line-through;
}
.product-big .maincontent{
	margin: 40px 0;
}

.product-page .tovar-counts{
	margin-top: 0;
}
.tovar-counts {
	margin-top: 5px;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	border-radius: 3px;
	display: flex;
	width: 160px;
	justify-content: space-between;
}
.tovar-counts input{
	width: auto;
	font-weight: 700;
	font-size: 19px;
	color: #222;
	text-align: center;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	outline: none;
	min-width: 0;
	border-radius: 0;
}
.tovar-counts input:focus{
	border: 1px solid #cac6bc;
}


.tcounter-min,
.tcounter-max {
	background: #f3f3f3;
	width: 40px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	font-size: 26px;
	flex:0 0 auto;
	cursor: pointer;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.tcounter-min {
	border-right: 1px solid #ebebeb;
}
.tcounter-max {
	border-left: 1px solid #ebebeb;
}
.tcounter-min:hover,
.tcounter-max:hover{
	background: #ddd;
}
.tcounter-min:active,
.tcounter-max:active{
	position: relative;
	/*top:1px;*/
	line-height: 41px;
	background: #aaa;
}

.formcount {
	display: block;
	display: flex;
	margin-top: 30px;
	align-items: center;
}
.formcount .btn-area{
	margin-left: 30px;
}
.formcount .btn-area .btn {
	padding-top: 13px;
	padding-bottom: 14px
}
.rowminipad {
	margin-top: 25px;
}

/* variants */
.minititle {
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.chose-color {
	margin-bottom: 15px;
}
.select-variant.color li {
	padding-top: 5px;
}
.select-variant li {
	display: inline-block;
	border:1px solid #ddd;
	padding: 3px;
	width: 40px;
	margin-right: 5px;
	cursor: pointer;
	text-align: center;
	margin-bottom: 5px;
}
.select-variant li:hover,
.select-variant li.select {
	border:1px solid #000;
}



.tab-content {
	padding: 15px 20px;
	border: 1px solid #ddd;
	border-top: 0;
}


.info_tabs {
	/*margin-right: -15px;
	margin-left: -15px;*/
}

.tabs-product {
	/*border: 1px solid #EAE6DC;
	border-top: 0;*/
}
/* tabs */
.info_tabs {
	padding: 00px 0px 0px;
	/*min-height: 70px;*/
}
.info_tabs >.panel_tab {
	text-align: justify;
	margin-bottom: 0;
	margin: 0;
	padding: 0;
	display: flex;
}

.info_tabs >ul {
	/*background: #f3f3f3;*/
}
.info_tabs >ul li+li{

}
.info_tabs >ul li{
	display: inline-block;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	vertical-align: top;

}
.info_tabs >ul li a span{
	vertical-align: middle;
	display: inline-block;
	margin-left: 15px;
	width: 100px;
	text-align: left;
}
.info_tabs >ul li a{
	text-decoration: none;
	display: inline-block;
	padding: 15px 20px 15px;
	color: #333;
	border:1px solid transparent;
	border-bottom:0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.info_tabs >ul li a:hover {
	background: #eee;
}
.info_tabs >ul li.active a{
	color: #ec672f;
	/*padding: 14px 20px 16px;*/
	position: relative;
	/*
	background: #fff;
	top:1px;
	border:1px solid #EAE6DC;
	border-bottom:0;
	border-left: 1px solid #f3f3f3;*/
}
.tabys {
	padding: 15px 15px 20px;
	/*border: 1px solid #EAE6DC;*/
}

.haraktery {
	margin: 20px 0 0;
}
.haraktery li {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 15px;
}
.haraktery li .name{
	font-weight: bold;
	color: #000;
	/*flex-grow:1;*/
}
.haraktery li .dott{
	flex-grow:1;
	border-bottom: 1px dotted #BAAD91;
	margin-bottom: 6px;
	margin-left: 3px;
	margin-right: 3px;
}
.haraktery li .value{
	/*flex-grow:1;*/
}
.haraktery .hide{
	display: none;
}

.modalform {
	padding: 0 40px 40px;
    max-width: 450px;
}
.modalform .fancy-title{
	font-size: 24px;
	line-height: 25px;
	padding: 30px 0px 30px;
	text-align: center;
	text-transform: uppercase;
}
.modal-form {
	max-width: 400px;

}
.modal-form label{
	width:100%;

	display:inline-block;
	margin-bottom:5px;
	color:#22375c;
	font-size:14px;
}
.modal-form textarea{
	display:inline-block;
	width:100%;
	min-height:70px;
	border:1px solid #eee;
	padding:10px 10px;
	margin-bottom:15px;
}
.modal-form input[type="text"]{
	outline: none;
	width:100%;
	margin-bottom:15px;
	padding:10px 10px;
	border:1px solid #eee;
}
.modal-form input[type="text"]:focus{
	border:1px solid #888;
}
.modal-form select{
	border:1px solid #eee;
	padding:5px 5px;
	width:100%;
	margin-bottom:15px;
}
.modal-form input.error,
.modal-form textarea.error{
	border-color:#f00;
	background-color:#fff5f5;
}
.req {
	color: #f00;
}
.modal-form .form_action{text-align:center;margin-top:20px;}
.modal-form .form_action .btn{
	width:auto;
	padding-left: 80px;
	padding-right: 80px;
}
.modal-form .smalldescript img{
	margin-right: 5px;
}
.modal-form .smalldescript {
	margin: 20px 0 0;
	text-align: center;
}
.modal-form .btn-area {
	text-align: center;
	margin-top: 10px;
}

/* plus normal form */
.inner .mapfooter {
	height: 300px;
	/* padding-right: 20px; */
	margin-right: 40px;
	margin-bottom: 40px;
}
.inner .fcontakty {
	height: inherit;
	padding: 0 15px 20px;
}
.normal-form {
	background: #f0f0f0;
	padding: 20px 20px;
	border-radius: 10px;

}
.mtitlemini {

}

/* slider on main */
.slider-box {
	padding-bottom: 40px;
}
.home_slider {
	position: relative;
}
.home_slider .owl-nav{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	 opacity: 0;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.home_slider:hover .owl-nav{
	opacity: 0.9;
}
.home_slider .owl-nav button {
	outline: none;
}
.home_slider .owl-nav button.owl-prev,
.home_slider .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
}
.home_slider .owl-nav button.owl-next {
	right: 0;
}
.home_slider .owl-nav button.owl-prev{
	left: 0;
}

.home_slider .owl-nav button.owl-prev span,
.home_slider .owl-nav button.owl-next span{
	display: block;
	width: 26px;
	height: 26px;
	margin: 20px;
	cursor: pointer;
	background-color: #fafafa;
}
.home_slider .owl-nav button.owl-prev span .svg-icon,
.home_slider .owl-nav button.owl-next span .svg-icon{
	width: 12px;
	height: 12px;
	margin-top: 5px;
	margin-left: 0px;
	fill: #000;
}
.home_slider .owl-nav button span:hover {
	background-color: #ec672f;
	outline: 1px solid #fff;
}
.home_slider .owl-nav button span:hover .svg-icon{
	fill: #fff;
}

.home_slider .owl-dots {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.home_slider .owl-dots .owl-dot {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 12px;
	cursor: pointer;
	background-color: #dcdcdc;
	border:0;
	/*border: 1px solid #f3f3f3;*/
	/*border-radius: 50%;*/
}
.home_slider .owl-dots .owl-dot:hover,
.home_slider .owl-dots .owl-dot.active {
	background-color: #ec672f;
	/*border: 1px solid #fff;*/
}
.home_slider .item {
	position: relative;
	display: block;
}
.home_slider .item .btn-area{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
}



.container {
	position: relative;
}
.kp-box {
	position: absolute;
	/* top: 100px; */
	z-index: 10;
	bottom: 7%;
	left: 20%;
	right: 20%;
	text-align: center;

}
.kp-box .kp-title {
			display: none!important;
	font-size: 34px;
	font-weight: bold;
	line-height: 66px;
	text-transform: uppercase;
	text-shadow: 0 0 12px rgba(17, 17, 17, 0.95);
	color: #ffffff;
}
.kp-box .kp-title span{
	font-size: 60px;
	display: block;
	margin-bottom: 15px;
}
.kp-box .kp-descr {
			display: none!important;
	margin-top: 22px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 36px;
	text-shadow: 0 0 5px #fff;
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.65);
	color: #222;
}
.kp-box .btn-area {
	margin-top: 40px;
	margin-bottom: 10px;
}
.kp-box .btn-area .btn {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.38);
}
/* pages news, sales, blog */


/* news */

.news-list .item {
	margin-top: 40px;
	margin-bottom: 40px;
}
.news-list .item .image img{
	border: 1px solid #eee;
}
.news-list .item .date {
	color: #777;
	font-size: 13px;
}
.news-list .item .title {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ec672f;
	text-transform: uppercase;
}
.news-list .item p {
	margin-bottom: 10px;
	word-break: break-word;
}
.news-list .item .btn-new {
	text-align: right;
}
.news-list .item .title:hover {
	text-decoration: underline;
}
.news-onmain .news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news-onmain .news-list .item{
	width: 50%;
    margin-top: 10px;
}


.filter-btn-area {
	display: none;
	text-align: center;
}
.message-filter {
	display: none;
	text-align: center;
}

/* */
/* sidebar menu */
#sidebar {
	/*padding-top: 7px;*/
}
.collapse {
	/*display: none;*/

}
.collapse.in {
	/*display: block;*/
}
ul.nav-sidebar {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 20px;
	counter-reset: list 0;
	line-height: 22px;
}
ul.nav-sidebar.nav {
	border: 1px solid #eee; }
ul.nav-sidebar li {
	display: block; }
ul.nav-sidebar li:before {
	position: static;
	left: 0px;
	content: ''; }
ul.nav-sidebar > li > a{
	font-weight: bold;
}
ul.nav-sidebar li.dropdown-submenu i {
	position: relative;
	display: none;
	float: left;
	width: 0px;
	height: 15px;
	font-style: normal;
}
ul.nav-sidebar li.dropdown-submenu i:before {
	position: absolute;
	top: 0px;
	left: -20px;
	width: 16px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	/*display: inline-block;*/
	display: none;
	font-family: 'FontAwesome', san-serif; }
ul.nav-sidebar li.dropdown-submenu i:before {
	content: "\2212"; }
ul.nav-sidebar li.dropdown-submenu i.collapsed:before {
	content: "\2b"; }
ul.nav-sidebar li.dropdown-submenu.showed > a {
	color: #0084c9;
	background-color: #fff; }
ul.nav-sidebar li.dropdown-submenu.showed > a:hover {
	background-color: #eee; }
ul.nav-sidebar li.active > a {
	color: #fff;
	background: #ec672f;
}
ul.nav-sidebar li:hover > a i:before,
ul.nav-sidebar li.active > a i:before {
	color: #fff;
}
ul.nav-sidebar li:last-child a {
	border-bottom: none;
}
ul.nav-sidebar li a {
	display: block;
	padding: 7px 10px 7px 20px; /*padding: 7px 10px 7px 28px;*/
	color: #585f69;
	text-decoration: none;
	margin-top: -1px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee; }
ul.nav-sidebar li a:hover {
	color: #fff;
	background-color: #bd5e2d;
}
ul.nav-sidebar .dropdown-submenu > ul {
	padding-left: 0px;
	background-color: #f3f3f3;
}
ul.nav-sidebar .dropdown-submenu > ul >li>a{
	padding-left: 39px;
}
ul.nav-sidebar .lvl2 > li > a {
	padding-left: 35px; }
ul.nav-sidebar .lvl3 > li > a {
	padding-left: 45px; }
ul.nav-sidebar .lvl4 > li > a {
	padding-left: 55px; }
ul.nav-sidebar .lvl5 > li > a {
	padding-left: 65px; }
ul.nav-sidebar .lvl6 > li > a {
	padding-left: 75px; }
ul.nav-sidebar .lvl7 > li > a {
	padding-left: 85px; }
ul.nav-sidebar .lvl8 > li > a {
	padding-left: 95px; }

.inner .prodlistbox {
	min-height: 600px;
}
.prodlistbox .btn-area-center {
	margin-bottom: 40px;
}
.calc_form h3 {
}
.calc_form .opis_res {
	margin: 7px 0 1px;
}
.calc_form input[type='text'] {
	font-size: 16px;
}
.page-sertif .gallery-images .item {
	padding: 130% 1px 0;
}
#calcForm select,
#calcForm input {
	margin-bottom: 5px;
}
#calcForm .calc-result span{
	font-weight: bold;
	font-size: 18px;
}
#calcForm .calc-result {
	line-height: 1.85em;
}
#calcForm sup{
	font-size: 11px;
	position: relative;
	top: -4px;
	color:#777;
}
.btn-area-afterside {
	display: none;
}
.allparny{
	margin-top: 40px;
}
.allparny h2{
	margin-top:30px;
	margin-bottom:15px;
	text-align:center;
	line-height: 30px;
}
.parny-item {
	border-bottom: 1px solid #ccc;
	padding: 0 10px 15px;
	margin-bottom: 15px!important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.parny-item .title{
	font-size: 16px;
}
.parny-item .alink{
	color: #ec672f;
}
.parny-item .image {

}
.maincontent .btn-area .btn{
	color: #fff;
	text-decoration: none;
}
.maincontent .btn-area .btn:hover{}
.maincontent .btn-area{
	text-align: right;
	margin: 20px 10px;
}

/* filter */

.nav-filter {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 20px;
	counter-reset: list 0;
	line-height: 22px;
	border: 1px solid #eee;
}
.nav-filter li{
	display: block;
}
.nav-filter li.title{
	display: block;
	padding: 7px 10px 7px 28px;
	color: #585f69;
	color: #fff;
	background: #ec672f;
}
.nav-filter li a{
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	padding: 7px 10px 7px 20px;
	color: #585f69;
	text-decoration: none;
	margin-top: -1px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.nav-filter li a:before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	outline-offset: 2px;
	outline: 1px solid #c7c7c7;
	margin-right: 15px;
}
.nav-filter li.active a:before{
	background: #ec672f;
}

/* params tov cost */
.shk_param:checked+label{
	background-color: #FF3A3A;
	color: #fff;
}
.varianty .btn {
	margin-left:3px;
	margin-right:3px;
	margin-bottom:10px;
}
.wraptabs {
	margin-bottom:15px;
}
.product-price button[disabled="disabled"] {
	opacity: 0.5;
}
.varianty h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.tparams {
	display:inline-block;
}
.tparams .btn{
	height: 30px;
	line-height: 31px;
	padding: 0 12px 1px;
	margin: 5px 10px;
	text-transform: none;
}
.tovar-page .description{
	overflow: auto;
}
.btn-as-text:hover,
.btn-as-text {
	background: none;
	color: #222;
	font-size: 18px;
	font-weight: bold;
}

/* */

.catalogpricelist i.icon-exel{
	width: 32px;
	height: 32px;
	background-size: 32px auto;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.catalogpricelist {
	text-align: right;
	margin-bottom: 15px;
}
.catalogpricelist a{
	width: auto;

}
.catalogpricelist a:hover {
	text-decoration: underline;
}
.catalogpricelist a:hover i{
	/*filter: brightness(1.2);*/
	filter: contrast(1.5);
}

.mapwhereby {
	height: 350px;
}



/*  TODO: alex

*/


@media screen and (max-width: 1150px){
	.videoinsert iframe{
		width: 100%;
		height: auto;
		min-height: 252px;
	}
}
@media screen and (max-width: 1320px){
.header .hright .line .box{
    font-size: 14px;
}
.header .hright .line .svg-icon{
    margin-right: 3px;
}
	.boxorder-wrapp .body .informa.itogo{
		font-size: 16px;
	}
	.boxorder-wrapp .body .informa.itogo .numb{
		font-size: 20px;
	}
}

@media screen and (max-width: 991px){
	body{

	}
	.top-nav {
		/*width: 90%;*/
	}
	.main-menu .nav {
		font-size: 10px;
	}
	.main-menu .nav li a{
		padding: 13px 3px;
	}
	.kolonka1 {order: 1;}
	.kolonka4 {order: 4;}
	/*.kolonka2 {order: 2;}*/
	.kolonka3 {order: 3;}
	.kolonka5 {order: 2;}

	.header .hright .line{
		width: 49%;
		padding-top: 10px;
	}
	.header .hright .line .box .br{
		/*display: inline-block;
		width: 10px;
		height: 10px;*/
	}
	.header .hright .line.phoneto {
		text-align: center;
		padding-bottom: 5px;
	}
	.hideonmob {
		display: none;
	}

	.categorys-onmain a.parent {
		font-size: 15px;
	}
	.categorys-onmain .subsections li a {
		font-size: 12px;
	}



	.list-inline {
		/*align-items: flex-start;*/
	}
	.list-inline .item {
		width: 25%;
	}
	.list-inline .stitle {
		width: 100%;
	}
	.list-inline .item,
	.list-inline .item+.item,
	.list-inline .item+.item+.item {
		width: 24%;
	}
	.list-inline .item+.item+.item+.item {
		width: 27%;
	}

	.filter-sorting .sorting-right {
		padding-right: 10px;
	}
	.filter-sorting .sotring-all {
		margin: 8px 10px 0;
	}

	.formcount {
		flex-wrap: wrap;
	}
	.product-page .tov-stores {
		margin-top: 10px;
	}
	.tcounter-min, .tcounter-max {
		width: 30px;
	}
	.tovar-counts {
		width: 110px;
	}

	.kp-box {
		/*top:25px;*/
	}
	.kp-box .kp-title {
		font-size: 4vw;
		line-height: 6vw;
	}
	.kp-box .kp-title span {
		font-size: 6vw;
	}
	.kp-box .btn-area {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px){
	/* ---- */
	.categorys-onmain .around_image .btnarea{
		left: 0px;
		right: 0px;
		bottom: 10px;
	}
	.categorys-onmain .around_image .title {
		padding: 10px;
		font-size: 15px;
	}
	.btnarea {
		text-align: center!important;
	}
	.categorys-onmain .around_image {
		display: flex;
		justify-content: center;
	}
	.container {
		max-width: inherit;
	}
	.slider-box .container{
		padding-left: 0;
		padding-right: 0;
	}
	.home_slider .owl-dots{
		bottom: -30px;
		/*bottom:10px;
		left: 10px;
		right: 10px;
		width: auto;
		text-align: center;*/
	}
	.home_slider .owl-dots .owl-dot {
		float: none;
		margin: 0 5px;
	}
	.menu_mfix >.slider-box {
		margin-top: 47px;
	}
	.menu_mfix .main-menu {
			position: fixed;
            left: 0;
            right: 0;
            top:0;
            z-index: 1000;
            border-bottom:1px solid #eee;

	}

	/* ---- */
	.mtitle {
		font-size: 18px;
		line-height: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.header .hleft {
		padding: 5px 0 5px 10px;
	}
	.kolonka2 {
		margin-bottom: 10px;
	}
	.btn-menu .topimenu{
		fill: #000;
		width: 20px;
		height: 15px;
		vertical-align: middle;
		position: relative;
		top: -2px;
	}
	.btn-menu{
		display: inline-block;
		/*width: auto;*/
		color: #333;
		text-indent: -0px;
		margin: 10px 0px 2px 10px;
	}
	.btn-menu {

	}
	.top-nav {
		position: fixed;
		left: -280px;
		top: 0;
		bottom: 0;
		width: 275px;
		background: #555;
		z-index: 10000;
		margin: 0;
		padding: 0px;
		overflow-x: scroll;
	}
	.top-nav:before{
		content: 'Меню';
		display: block;
		width: 100%;
		padding: 10px 5px;
		text-align: center;
		background: #ec672f;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
	}

	.main-menu .nav {
		flex-wrap: wrap;
		font-size: 14px;
		padding-bottom: 50px;
	}
	.main-menu .nav li {
		display: block;
		width: 100%;
	}
	.main-menu .nav li a {
		padding: 10px 10px;
	}
.makeoverflow {
	overflow: hidden;
}

	.main-menu .nav .sub {
		display: block;
		position: relative;
		top:0;
		left: 0;
		width: auto;
		padding: 0px 0 10px;
	}
	.main-menu .nav li .sub a {
		padding-left: 20px;
	}






	.footer-top .foottitle {
		margin-top: 20px;
	}
	.footer-top {
		padding: 20px 10px;
	}
	.footer-bottom {
		padding: 10px 10px;
	}
	.widewrappsm {
		padding: 25px 10px;
	}
	.main-menu .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.forMobila a{
		flex-grow: 1;
		text-align: center;
	}
	.forMobila{
		display: flex;
		padding: 5px 0px;
		width: 100%;
		align-items: center;
		justify-content: space-between;
		color:#fff;
	}
	.forMobila .svg-icon{
		fill:#fff;
		width: 16px;
		height: 20px;
	}
	.forMobila .logomini img{
		height: 30px;
		filter: invert(1);
	}
	.forMobila .logomini {
		display: flex;
		margin-right: 25px;
		text-align: left;
		flex-grow: 2;
		filter: grayscale(1);
	}

	.menu_mfix .forMobila .box {
		/*display: none;*/
	}
	.menu_mfix .forMobila {
		/*width: 7%;
		float: left;
		display: block;
		margin-right: 15px;
		margin-top: 9px;*/
	}
	.kolonka1 {
		display: none;
	}
	.kolonka3 {
		order:4;
	}
	.kolonka5 {
		order: 3;
	}
	.kolonka4 {
		display: none;
	}
	.header {
		display: none;
	}
	.header .htwo {
		margin-right: 0;
	}

	.header .hthree .btn-area {
		width: 100%;
		padding: 5px 10px;
	}
	.header .hinfo .btn-area .btn {
		max-width: inherit;
	}
	.header .htwo .line {
		padding-left: 10px;
		text-align: left;
	}
	.header .hright .line .box .br {
		display: block;
		width: auto;
		height: auto;
	}
	.info_tabs >ul li {
		min-width: inherit;
	}

	.btn-ordernow2 {
		margin-bottom: 20px;
	}
	.product-list .item {
		/*height: 351px;*/
	}
	.footer-bottom .foottitle{
		margin: 10px 0 0px;
	}
}

@media screen and (max-width: 575px){
	.home_slider {
		position: relative;
		height: 340px;
	}
	.home_slider .item{
		height: 340px;
		overflow: hidden;
	}
	.owl-carousel .owl-item img {
		width: auto;
		position: absolute;
		top: 0;
		height: 100%;
		left: 50%;
		max-width: inherit;
		margin-left: -333px;
	}

	.maincontent {
		padding: 0 0px;
	}
	.svg-icon.arrow {
		width: 20px;
		height: 14px;
		margin-top: -7px;
	}


	.filter-btn-area {
		display: block;
		text-align: center;
		margin-bottom: 5px;
	}
	.filter-btn-area .btn-filter{
		display: inline-block;
		margin: 0 10px;
		border-bottom: 1px dashed #ec672f;
		color: #ec672f;  /* #0c4da2;ec672f;*/
	}
	.message-filter {
		display: block;
		padding: 2px 10px;
		text-align: center;
	}
	#mse2_mfilter.loading {
		opacity:0.6;
	}
	.news-list .item {
		padding-right: 10px;
		padding-left: 10px;
	}
	.news-list .item .image{
		display: block;
		text-align: center;
	}
    .product-page{
        margin-left: 0;
    }
}

@media screen and (max-width: 420px){
	.categorys-onmain .section {
		padding: 20px 15px;
	}
	.categorys-onmain .around_image {
		text-align: center;
	}
	.news-onmain .news-list .item .image img{
		width: 100%;
	}
	.news-onmain .news-list .item {
		width: auto;
		margin-top: 0;
		padding: 0 0;
	}
	.info_tabs >ul li a{
		font-size: 12px;
		padding: 9px 12px 10px;
	}
	.categorys-onmain .around_image img{
		margin: 0 auto;
	}
	.categorys-onmain .around_image .btnarea {
		text-align: center!important;
	}
	.modalform {
		max-width: 100%;
	}
	.kp-box .btn-area {
		display: none;
	}
	.slider-box{
		padding-bottom: 10px;
	}
	.btn-area-afterside {
		display: block;
		text-align: center;
		padding-top: 15px;
	}
	.home_slider .owl-dots{
		bottom:5px;
	}
	.parny-item {
		padding: 0 0px 15px;
	}
}