/*@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,500i,700,700i');*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800,800i&subset=cyrillic&display=swap');*/

body{
	font-family: "Roboto",Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color:#333;
	font-display: swap;
	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;
}
a{
	color:#d92428; /*  #d92428 */
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	max-width:100%;
	height: auto;
	max-height: 100%;
}
.owl-carousel .owl-item img {
	width: auto;
}

/* */
/* 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: 8px 17px 8px;
	-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;
	border-radius: 6px;
}
.btn:hover {
	text-decoration: none;
}
.btn-green {
	background: #2e6407;
	background: #008238;
	color: #fff;
}
.btn-green:hover {
	background: #d92427;/* 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;
	font-weight: bold;
	background: #ec672f;
}
.btn-orange:hover {
	color: #fff;
	background: #b35a28;
}
.btn-red {
	background: #d92428;
	color: #fff;
}
.btn-red:hover {
	color: #fff;
	background: #222;
}
.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: 50px 0;
}
.widewrappsm {
	padding: 25px 0;
}
.about-box {
	padding: 50px 0;
}
.baner-gift {
	margin: 30px 0;
}
.bg-grey {
	background-color: #f7f7f7;
}
.mtitle {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 35px;
}
.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, 0.90);
	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: 16px;
	line-height: 24px;
	text-align: justify;
	color: #333;
	/*margin-bottom: 30px;*/
}
.maincontent h2 {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	margin-top: 20px;
	clear: both;
}
.maincontent h3 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	margin-top: 15px;
	clear: both;
}
.maincontent h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	margin-top: 15px;
	clear: both;
}

.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;
	clear: both;
}
.maincontent table {
	width: 100%;
	border:1px solid #333;
}
.maincontent table th,
.maincontent table td {
	border:1px solid #333;
	padding: 5px 10px;
}
.maincontent a{
	color: #000;
	text-decoration: underline;
}
.maincontent a:hover {
	text-decoration: none;
}
.maincontent > div>img,
.maincontent > p>img,
.maincontent > img{
	margin-right: 15px;
}
.maincontent .image {
	float: left;
	margin: 0 15px 10px 0;
}


/* Header */
.header {
	padding: 10px 0;
}
.header .hleft {
	/*padding: 5px 0 5px;*/
}
.header .hleft img {
	display: inline-block;
	max-width: 100px;
}
.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;

	/*align-items: center;*/
	/*-webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap:wrap;
    */

}
.header .hinfo .svg-icon.phone{
	width: 18px;
	height: 18px;
}
.header .hinfo .svg-icon.marker {
	width: 15px;
	height: 20px;
}

.header .hinfo.hright a,
.header .hinfo.htwo a {

}
.header .hinfo.hright a:hover,
.header .hinfo.htwo a:hover {
	text-decoration: underline;
}
.header .htwo {
	margin-right: 40px;
	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 .svg-icon{
	vertical-align: top;
	margin-top: 1px;
}
.header .hright .line .box {
	vertical-align: top;
	line-height: 21px;
}
.header .hright .line .mini-link{
	color: #e69c00;
	color: #d92427;
	border-bottom: 1px dashed #f00;
	font-size: 14px;
}
.header .hright .line .mini-link:hover {
	border-bottom: 1px dashed transparent;
	text-decoration: none;
}

.header .hright .line,
.header .hright .line.phoneto {
	margin-right: 2px;
	line-height: 27px;
}
.header .hinfo .btn-area,
.header .hright .line.phoneto {
	text-align: right;
}
.header .hright .line.phoneto .box {
	font-size: 20px;
	color: #444;
	font-weight: bold;
}
.header .hright .line {
	width: 100%;
}
.header .hright .line.mailto .box:hover {
	color:#ec672f;
	text-decoration: underline;
}
.header .hinfo .btn-area {
	position: relative;
	width: 100%;
	padding-top: 10px;
}
.header .hinfo .btn-area .btn{
	max-width: 190px;
	width: 100%;
}

.top-nav {

}

.menu_mfix .main-menu {
	border-bottom:1px solid #eee;
}
.main-menu {
	border-top:1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
}
.main-menu .nav {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	/*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: #333;
	padding: 15px 20px;
}
.top-nav {overflow: hidden}
.top-nav:hover {overflow: visible}
.main-menu .nav .sub {
	/*display: none;*/
	position: absolute;
	top:100%;
	left: 0;
	z-index: 11;
	background: #fff;
	box-shadow: 1px 1px 10px 0 rgba(34, 34, 34, 0.67);
	width: 220px;
	padding: 5px 0 10px;
	text-transform: none;
	font-weight: normal;
	opacity: 0;
	transition: opacity 0.3s;
}
.main-menu .nav li .sub a{
	display: block;
	color: #333;
	padding: 10px 15px;
}
.main-menu .nav li .sub li{
	display: block;
}
.main-menu .nav li .sub li.active a{

}
.main-menu .nav li:hover .sub {
	display: block;
	opacity: 1;
}
.main-menu .nav li:hover > a {
	color: #e41b72;
	color: #d92428;
}
.main-menu .nav li.active > a {
	color: #e41b72;
	color: #d92428;
}

svg:not(:root) {
	overflow: hidden;
}
.svg-icon {
	display: inline-block;
	vertical-align: middle;
	fill-rule: evenodd;
}

.svg-icon.marker {
	fill: #d92428;
}
.svg-icon.phone {
	fill: #d92428; /* e41b72 */
}
.svg-icon.email{
	fill: #d92428;
}
.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;
}

/* 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: 50px 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: 20px 0 50px;
	/*padding: 10px 0;
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	margin: 10px 0;*/
}
.list-inline .item .round-img img{
	max-width: 50px;
	max-height: 50px;
	opacity: 0.90;
}
.list-inline .item .round-img{
	width: 100px;
	height: 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50%;
	background: #ececec;
	flex: none;
}
.list-inline .item {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 16%;
}
.list-inline img,
.list-inline .simg{

}
.list-inline .stitle{
	display: inline-block;
	line-height: 20px;
    font-size:16px;
	text-align: center;
	padding-top: 10px;

}
@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: 20px;
	}
	.list-inline .stitle {
		width: 100%;
	}
}


/* categorys on main */
.box-categorys-sides {
    padding: 60px 0 50px;
}
.inner .box-categorys-sides{
	padding-top:10px;
}
.inner .minipadd{
	padding-bottom: 20px;
}
.categorys-onmain .item{
	margin-bottom: 22px;
}
.categorys-onmain {
	margin-bottom: 35px;
}
.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: 0;
	left: 0px;
	right: 0px;
	width: 100%;
	display: block;
	background: rgba(31, 31, 31, 0.80);
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	-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;
}

.categorys-onmain .around_image .title{
	font-size: 12px;
	text-transform: uppercase;
}
.categorys-onmain .around_image:hover .btnarea {
	background: rgba(217, 36, 41, 0.85);
}
.categorys-onmain .around_image {
	position: relative;
	display: block;
	overflow: hidden;
	/*margin-bottom: 15px;*/
	-webkit-transition: .15s linear;
	transition: .15s linear;
}
.categorys-onmain .descr{
	padding: 8px 10px 7px;
	text-align: center;
	font-weight: 500;
	border: 1px solid #ccc;
	border-top:0;
}
.categorys-onmain .descr b {
	color: #d92428;
}
.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 */
.owl-carousel .owl-nav {
	position: absolute;
	top: -53px;
	right: 11px;
}
.owl-carousel .owl-nav button span {
	display: inline-block;
	font-size: 35px;
	margin: 3px 0 0 -1px;
}
.owl-carousel .owl-nav button.owl-next span{
	margin: 3px 0 0 3px;
}
.owl-carousel .owl-nav button {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	outline: 0;
	display: inline-block;
}
.owl-carousel .owl-nav button.owl-prev{
	margin-right: 5px;
}
.owl-carousel .owl-nav button:hover {
	background: #d92428;
	color: #fff;
}
.owl-carousel .owl-nav button.disabled {
	opacity: 0.5;
}

.owl-carousel .owl-stage-outer{
	padding: 2px 0;
}
.product-list{

}
.row.owl-carousel {
	margin-left: 0;
	margin-right: 0;
	display: block;
}
.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: .15s linear;
	transition: .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: 10px;
}
.product-list .item .item-full .picture a{
	display: flex;
	width: 100%;
	height: 190px;
	line-height: 180px;
	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: 54px;
	margin-bottom: 7px;
	overflow: hidden;
}
.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 {
padding-bottom: 30px;
}
.gallery-images .item {
	display: block;
	padding: 75% 1px 0;
	position: relative;
	height: 0;
	overflow: hidden;
	margin: 0 0px;
	margin-bottom: 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;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	-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;
}
.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%);
}
.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,.7);
	-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 {
	position: relative;
	padding: 60px 0;
	overflow: hidden;
}
.our-contacts .fcontakty {
	/*height: 340px;*/
	padding: 15px;
	position: relative;
	margin: 20px 0 0px;
	padding: 40px 50px;
	background: #fff;
	z-index: 100;
}
.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: 400px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 12;
}

/* 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 .social-box{
	padding-top: 10px;
}
.footer-bottom .copyrites{
	padding-top: 10px;
}
.footer-bottom .fright{
	text-align: right;
}
.footer-bottom {
	padding: 15px 0 20px;
	background: #333;
	color: #fff;
}

/* 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;
}
.mse2_number_slider {
	margin-bottom: 15px;
}

.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: 14px;
	font-size: 12px;
	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;
}
.pro-galla-thrumbs .pro-galla-thrumbs-box .owl-dot span{
	display: inline-block;
	width: 100%;
}
.pro-galla-thrumbs .pro-galla-thrumbs-box .owl-dot img{
	display: inline-block;
}
.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: #3f8909;*/
	outline: 1px solid #080;
	outline-offset: -3px;
}

/* 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-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: #008239;
	/*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;*/
}

.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;
	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 */
.kp-background {
	background-repeat: no-repeat;
	background-position: center center;
	height: 450px;
	padding: 110px 0 110px;
	background-color: #4c4949;
}

.kp-box {
	margin-left: 27px;
}
.kp-box .kp-title span{
	font-size: 37px;
	display: block;
}
.kp-box .kp-title {
	font-size: 26px;
	font-weight: bold;
	line-height: 42px;
	text-transform: uppercase;
	text-shadow: 0 0 12px rgba(0,0 ,0, 0.65);
	color: #fff;
}
.kp-box .kp-descr .red{
	font-weight: 500;
	color: #fff000;
}
.kp-box .kp-descr {
	margin-top: 30px;
	/*text-transform: uppercase;*/
	font-size: 20px;
	line-height: 36px;
	text-shadow: 0 0 5px #777;
	text-shadow: 0 0 12px rgba(0,0 ,0, 0.65);
	color: #fff;
}
.kp-box .btn-area {
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: left;
}

.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: #0c4da2;
	outline: 1px solid #fff;
}
.home_slider .owl-nav button span:hover .svg-icon{
	fill: #fff;
}

.home_slider .owl-dots {
	position: absolute;
	bottom: 5%;
	left: 45%;
	width: 40%;
}
.home_slider .owl-dots .owl-dot {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 12px;
	cursor: pointer;
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	/*border-radius: 50%;*/
}
.home_slider .owl-dots .owl-dot:hover,
.home_slider .owl-dots .owl-dot.active {
	background-color: #0c4da2;
	border: 1px solid #fff;
}



/* 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: #008238;
	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;*/
}

.inner .prodlistbox {
	min-height: 480px;
}
.simple-page {
	margin: 40px 0;
}
.prodlistbox .btn-area-center {
	margin-bottom: 40px;
}
.btn-area-center .btn+.btn{
	margin-left: 40px;
}
.simple-page .btn-area-center{
	margin-top: 30px;
}

/* social */
.social-box{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 5px;
}
.social-box .item {
	display: flex;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: rgba(255,255,255,0.9);
	/*border: 1px solid rgba(255,255,255,0.6);*/
	background: #b3b3b3;
	border-radius: 100%;
	font-size: 13px;
	margin: 0 5px;
	justify-content: center;
	align-items: center;
}
.social-box .item .svg-soc{
	fill:#fff;
	width: 22px;
	height: 18px;
}
.social-box .item:hover {
	background: #e41b72;
	background: #d92428;
	background: #333333;
}
.social-box .item:hover .svg-soc{
	fill:#fff;
	width: 22px;
	height: 18px;
}
.inner .prepod-list .item {
	margin-bottom: 30px;
}
.prepod-list .item img{
	border-radius: 10px;
}

.prepod-list .descr{
	display: block;
	color: #333;
	padding: 0 10px;
}
.prepod-list .item:hover .title,
.prepod-list .item .title{
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0 20px;
}
.prepod-onmain .btn-area-center{
	margin-top:25px;
}
.menuname {
	display: none;
}
.prepod-list .itemon {
	margin-bottom: 30px;
	padding-left: 7px;
	padding-right: 7px;
}

.fancybox-container {
	font-weight: 500;
	line-height: 24px;
	font-size: 16px;
}
.fancybox-container .fancy-title {
	font-size: 22px;
	text-align: center;
}
.kp-napravlenie {
	position: relative;
	background-repeat: no-repeat;
	padding: 25px 0 25px;
	text-align: center;
}
.kp-napravlenie:before{
	content: '';
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.65);
}
.kp-napravlenie .kp-box .kp-descr{
	margin-top: 0;
}
.kp-napravlenie .kp-box .btn-area{
	text-align: center;
	margin-top: 25px;
}
.table-wrapper {
	overflow: auto;
}


/*  TODO: alex

*/


@media screen and (max-width: 1340px){
	.header .hright .line .box{
		font-size: 14px;
	}
	.header .hright .line .svg-icon{
		margin-right: 1px;
	}
	.boxorder-wrapp .body .informa.itogo{
		font-size: 16px;
	}
	.boxorder-wrapp .body .informa.itogo .numb{
		font-size: 20px;
	}
	.header .hright .line.phoneto .box{
		font-size: 18px;
	}
}

@media screen and (max-width: 991px){
	body{

	}
	.top-nav {
		/*width: 90%;*/
	}
	.main-menu .nav {
		font-size: 12px;
	}
	.main-menu .nav li a{
		padding: 13px 5px;
	}
	.kolonka1 {order: 1;}
	.kolonka2 {order: 2;}
	.kolonka3 {order: 3;}
	.kolonka4 {order: 5;}
	.kolonka5 {order: 4;}

	.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;
	}

	.our-contacts .fcontakty{
		padding: 40px 35px;
	}
}

@media screen and (max-width: 767px){
	/* ---- */
	.categorys-onmain .around_image .btnarea{
		left: 0px;
		right: 0px;
	}
	.categorys-onmain .around_image .title {
		font-size: 11px;
	}
	.categorys-onmain .around_image .btnarea{
		padding: 3px 5px;
	}
	.btnarea {
		text-align: center!important;
	}
	.categorys-onmain .around_image {
		display: flex;
		justify-content: center;
	}
	.container {
		max-width: inherit;
	}

	.kp-background {
		position: relative;
		background-position: center center;
		height: auto;
		min-height: 320px;
		padding: 50px 0 50px;
		background-size: auto 100%;
	}
	.menu_mfix .kp-background{
		margin-top: 53px;
	}
	.kp-box {
		margin-left: 0;
	}
	.kp-box .kp-title,
	.kp-box .kp-descr {
		/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.65);
		color: #111;*/
		text-align: center;
	}
	.kp-box .btn-area{
		text-align: center;
	}
	.kp-background:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.5);
		background: rgba(0, 0, 0, 0.5);
		z-index: 0;
	}

	/* ---- */
	.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: -265px;
		top: 0;
		bottom: 0;
		width: 260px;
		background: #e8e8e8;
		z-index: 10000;
		margin: 0;
		padding: 0px;
		overflow-x: scroll;
	}
	.main-menu .nav {
		flex-wrap: wrap;
	}
	.main-menu .nav li {
		display: block;
		width: 100%;
	}
	.main-menu .nav li a {
		padding: 10px 15px;
		display: block;
	}
	.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;
	}
	.forMobila .svg-icon{
		fill:#6d6d6d;
		width: 16px;
		height: 20px;
	}
	.forMobila .logomini img{
		height: 40px;
	}
	.forMobila .logomini {
		display: flex;
		margin-right: 30px;
		text-align: left;
		flex-grow: 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;*/
	}

	/* */
	.mapfooter {
		position: relative;
		height: 350px;
	}
	.our-contacts{
		padding-bottom: 0;
	}
	.our-contacts .fcontakty{
		padding: 10px 0;
	}



	/* */
	.main-menu ul.nav {
		list-style: none;
		padding-left: 0px;
		margin-bottom: 20px;
		counter-reset: list 0;
		line-height: 22px;
	}
	.main-menu ul.nav.nav {
		border: 1px solid #eee; }
	.main-menu ul.nav li {
		display: block; }
	.main-menu ul.nav li:before {
		position: static;
		left: 0px;
		content: ''; }
	.main-menu ul.nav li.dropdown-submenu i {
		position: relative;
		display: block;
		float: left;
		width: 0px;
		height: 15px;
		font-style: normal; }
	.main-menu ul.nav li.dropdown-submenu i:before {
		position: absolute;
		top: 0px;
		left: -20px;
		width: 16px;
		font-size: 24px;
		font-weight: normal;
		color: #333;
		display: inline-block;
		font-family: 'FontAwesome', san-serif; }
	.main-menu ul.nav li.dropdown-submenu i:before {
		content: "\2212"; }
	.main-menu ul.nav li.dropdown-submenu i.collapsed:before {
		content: "\2b"; }
	.main-menu ul.nav li.dropdown-submenu.showed > a {
		color: #0084c9;
		background-color: #fff; }
	.main-menu ul.nav li.dropdown-submenu.showed > a:hover {
		background-color: #eee; }

	.main-menu ul.nav li a {
		display: block;
		padding: 7px 25px 7px 29px;
		color: #585f69;
		text-decoration: none;
		margin-top: -1px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee; }
	.main-menu ul.nav li a:hover {

	}

	.main-menu ul.nav li.active > a {
		color: #fff;
		background: #d92428;
	}
	.main-menu ul.nav li:hover > a i:before,
	.main-menu ul.nav li.active > a i:before {
		color: #fff;
	}
	.main-menu ul.nav li:last-child a {
		border-bottom: none; }

	.main-menu ul.nav .dropdown-submenu > ul {
		padding-left: 0px;
		background-color: #f3f3f3;
	}

	.main-menu ul.nav .dropdown-submenu > ul {
		padding-left: 0px;
		background-color: #f4f4f4;
	}
	.main-menu ul.nav > li > ul.submenu li a{
		padding-left: 45px;
	}
	.top-nav{
		width: 280px;
		left: -300px;
		overflow: scroll;
	}
	.top-nav:hover{
		overflow: scroll;
	}

	.main-menu ul.nav li a{
		display: block;
		padding: 7px 25px 7px 29px;
		color: #585f69;
	}
	.main-menu ul.nav li .sub li a{
		padding: 5px 20px 5px 39px;
	}
	.main-menu .nav .sub{
		opacity: 1;
		position: relative;
		top:0;
		width: 100%;
		box-shadow:none;
		padding: 0 0 0;
	}
	.main-menu ul.nav .dropdown-submenu > ul li a{

	}
	.menuname .svg-icon{
		display: inline-block;
		vertical-align: middle;
		fill-rule: evenodd;
		max-width: 15px;
		max-height: 20px;
		fill: #f33;
	}
	.menuname {
		padding: 10px 15px;
		font-size: 18px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		background: #555;
		color: #fff;
	}
	.mmenu-title i .close {
		fill: #f33;
	}

	.prepod-list .itemon{
		margin-bottom: 20px;
		text-align: center;
	}
	img{
		max-height: inherit;
	}
	.categorys-onmain .around_image {
		align-items: center;
	}
	.categorys-onmain .around_image img{
		align-self: center;
	}
	.our-contacts .fcontakty .line.phoneto .box,
	.our-contacts .fcontakty .line.phoneto {
		font-size: 16px;
	}
	.fotogalla .btn-area-center .btn {
		margin-bottom: 15px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.box-categorys-sides {
		padding-bottom: 20px;
		padding-top: 45px;
	}
	.our-contacts{
		padding: 0px;
	}
}

@media screen and (max-width: 575px){


.maincontent {
    padding: 0 10px;
}
.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;
    }
	.kp-box .kp-title span{
		font-size: 30px;
	}
	.list-inline .stitle{
		padding: 5px 5px 0;
	}
	.kp-box .kp-descr .red{
		display: block;
	}
}

@media screen and (max-width: 499px){
	.owl-carousel .owl-item img{
		width: 100%;
	}
	.prepod-list .item:hover .title,
	.prepod-list .item .title{
		margin-top: 8px;
	}
}
@media screen and (max-width: 420px){
	.categorys-onmain .section {
		padding: 20px 15px;
	}
	.categorys-onmain .around_image {
		text-align: center;
	}
	.news-onmain .news-list .item {
		width: 100%;
	}
	.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%;
	}
	.btn-area-center .btn+.btn{
		margin-left: 0px;
	}

}

@media screen and (max-width: 360px){
	.kp-box .kp-title {
		font-size: 23px;
	}
	.categorys-onmain .around_image .title{
		font-size: 10px;
	}
	.categorys-onmain .around_image {
		align-content: center;
	}
	.categorys-onmain .around_image img{
		/*height: 26.50vw;*/
	}
}