body{
	position: relative;
	font-family: 'Roboto', Arial, san-serif;
	font-size: 15px;
	line-height: 20px;
	color:#333;
	font-display: swap;
	opacity: 1;
}
.bgcategory {
	background: url("../img/bg-caty.png");
}
 /* dop grids */
@media screen and (min-width: 1340px){
	.col-xl-5sm {
		width: 20%;
		max-width:20%;
	}
}

.hidden {
	display: none;
}
.br {
	display: block;
}
.hidden-up {
	display: none;
}
a{
	color:#cf2427; /* основной синий цвет заменить ли на: #014ca6 */
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	max-width:100%;
	height: auto;
}
.social-box {
	width: 100%;
	text-align: left;
}

/* */
/* Btns */
.btn {
	display: inline-block;
	border: none;
	outline: none;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	/*line-height: 1.5em;*/
	padding: 8px 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;
}
.btn:hover {
	text-decoration: none;
}
.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-red {
	background: #ee3523;
	color: #fff;
}
.btn-red:hover {
	color: #fff;
	background: #cf2427;
}
.btn-red-v1 {
	letter-spacing: 1px;
	background: #fff;
	border-radius: 4px;
	color: #cf2427;
	border: 2px solid #cf2427;
}
.btn-red-v1:hover {
	color: #fff;
	background: #cf2427;
}
.btn-grey {
	background: #e5e5e5;
	color: #333;
}
.btn-grey:hover {
	color: #fff;
	background: #333;
}
.btn-grey-v1 {
	background: #fff;
	color: #333;
	border: 2px solid #333;
}
.btn-grey-v1:hover {
	color: #fff;
	background: #333;
}
.btn-red-v2 {
	color: #fff;
	background: #cf2427;
}
.btn-red-v2:hover {
	color: #fff;
	background: #ec672f;
}

.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 {
	/*text-align: center;*/
}

/* icons */
svg:not(:root) {
	overflow: hidden;
}
.svg-icon {
	display: inline-block;
	vertical-align: middle;
	fill-rule: evenodd;
	max-width: 15px;
	max-height: 20px;
	fill: #9b1228;
	fill: #be1722;
	margin-right: 5px;
}
.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;
}
/* rastr icon */
.icon-peper {
	background: url("../img/ico-peper.png") 0 0 no-repeat;
	width: 41px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.widewrapp {
	position: relative;
	padding: 60px 0;
}
.widewrappsm {
	padding: 30px 0;
}
.baner-gift {
	margin: 30px 0;
}
.bg-grey {
	background-color: #f7f7f7;
}
.bg-caty{
	background: #f7f7f7 url("../img/bg-caty.png");
}
.mtitle {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 25px;
}
.inner .mtitle{
	margin-top: 0;
	margin-bottom: 10px;
}

#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;
	text-align: center;
}

#toTop:hover {
	background: rgb(190, 23, 34);
}
#toTop:hover .svg-icon{
	fill: #fff;
}
#toTop .svg-icon{
	fill: #000;
	position: relative;
	top: 8px;
	width: 16px;
	height: 16px;
	margin-right: 0px;
}

/* 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;
	/*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 #dbdbdb;
	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%;
}
.maincontent a{
	color: #000;
	text-decoration: underline;
}
.maincontent a:hover {
	text-decoration: none;
}
.maincontent .image {
	float: left;
	margin: 0 15px 10px 0;
}

/* */
.msMiniCart .empty,
.msMiniCart .not_empty {
	position: relative;
}
.msMiniCart .empty { display: flex; }
.msMiniCart .not_empty { display: none; }
.msMiniCart.full .empty { display: none; }
.msMiniCart.full .not_empty { display: block; }
.svg-icon.basket {
	width: 29px;
	max-width: 29px;
	max-height: 29px;
	fill:#fff;
}

.miniCartTop {
	margin: 0 0 0 auto;
}
.miniCartTop .box {
	position: relative;
}
.miniCartTop .box .numb{
	position: absolute;
	top: -5px;
	right: -3px;
	background: #be1722;
	color: #fff;
	border-radius: 100%;
	width: 18px;
	text-align: center;
	height: 18px;
	line-height: 19px;
	font-size: 11px;
	font-family: 'Roboto Condensed', Roboto, Arial, san-serif;

}
.miniCartTop .card {
	display: none;
	position: absolute;
	top:100%;
	left: -100px;
	vertical-align: middle;
	margin-left: 10px;
	width: 160px;
	background: #fff;
	color: #222;
	padding: 5px 10px;
	border-radius: 4px;
	box-shadow: 1px 1px 7px rgba(34, 34, 34, 0.44);
}
.miniCartTop:hover .card{
	display: block;
}
.miniCartTop .card .ctitle{
	display: inline-block;
	width: 80%;
	font-size: 14px;
}
.miniCartTop .card .incard{
	display: inline-block;
	width: 100%;
	max-width: 150px;
	color: #ce1c42;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
}
.header .hinfo.hcart {

}
/* Header */
.header {
	padding: 0px 0;
	background: #0c0804;
	color: #fff;
}
.header .kolonka5 {
	border-left: 1px solid #ce1c42;
}
.header .hleft {
	padding: 5px 0 5px;
	text-align: center;
}
.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;

	/*align-items: center;*/
	/*-webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap:wrap;
    */

}
.header .hinfo .svg-icon.phone{
	width: 20px;
	height: 20px;
}
.header .hinfo .svg-icon.marker {
	width: 15px;
	height: 20px;
}


.header .hinfo a {
	color: #fff;
}
.header .hinfo a:hover {
	text-decoration: underline;
}
.header .htwo {
	margin-right: 40px;
	line-height: 26px;
}
.header .htwo .line{
	width: 100%;
}

.header .hinfo.hright {
	text-align: right;
	margin-right: 55px;
}
.header .hright .line .svg-icon{
	margin-right: 10px;
}
.header .hright .line .box {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}
.header .hright .line.mailto .box {

}

.header .hright .line.title {
	font-size: 16px;
	margin-bottom: 5px;
}
.header .hright .line {
	width: 100%;
}
.header .hright .line.mailto .box:hover {
	color:#ec672f;
	text-decoration: underline;
}
.header .hthree .btn-area {
	position: relative;
	width: 90%;
}
.header .hinfo .btn-area .btn{
	max-width: 166px;
	width: 100%;
}
.top-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-menu .social-box {
	display: flex;
	flex-wrap: wrap;
	width: 37px;
	justify-content:flex-end;
	align-content: center;
}
.main-menu {
	background: #0c0804;
	border-bottom: 1px solid #ce1c42;
}
.main-menu .nav {
	color: #fff;
	font-size: 13px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.main-menu .nav li {
	display: inline-block;
}
.main-menu .nav li a{
	display: inline-block;
	color: #fff;
	padding: 13px 9px;
	margin: 0 10px;
}
.main-menu .nav li:hover a {
	color: #e23847;
}
.main-menu .nav li.active a {
	color: #b60924; /* ff6625  vcariant */
}


/* head menu */


.header-menu {
	background: #b60924;
}
.header-menu .nav {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.header-menu .nav li {
	display: inline-block;
}
.header-menu .nav li a{
	display: inline-block;
	color: #fff;
	padding: 15px 10px;
}
.header-menu .nav li:hover a {
	text-decoration: none;
	background:#111;
	color: #fff;
}
.header-menu .nav li.active a {
	background:#111;
	color: #fff;
}


/* slider on main */
.kp-background {
	background-repeat: no-repeat;
	background-position: center top;

	padding: 125px 0 125px;
}

.kp-box {
	position: relative;
	background: #fff;
	background: rgba(255, 255, 255, 0.71);
	text-align: center;
	padding: 35px 10px;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;

}
.kp-box .kp-title {
	font-size: 52px;
	font-weight: bold;
	line-height: 52px;
	text-transform: uppercase;
	color: #b60a24;
}
.kp-box .kp-descr {
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 29px;
	font-weight: bold;
	line-height: 46px;
	color: #222;
}
.kp-box .kp-descr .red{
	color: #b60a24;
	display: block;
}
.kp-box .btn-area {
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: left;
}
.kp-box:hover{
	background: rgba(255, 255, 255, 0.85);
}
.kp-box:hover .kp-title{
	text-decoration: underline;
}
.kp-box .linkpoverh{
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	bottom: 0;
}

/* 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;
}


.top-nav-menu {
	position: relative;
}
.top-nav-menu .miniCartTop .box .numb{
	background: #333;
}
.top-nav-menu .miniCartTop{
	display: none;
	margin: 0;
}
.menu_mfix .top-nav-menu .miniCartTop{
	display: block;
}
.menu_mfix .top-nav-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

}
.menu_mfix >.header {
	margin-bottom: 50px;
}
.menu_mfix .header-menu {
	position: fixed;
	left: 0;
	right: 0;
	top:0;
	z-index: 1000;
}

/* menu catalog */

.svg-icon.minimenu {
	width: 12px;
}
.widewrapp.prodlistbox {
	padding-bottom: 40px;
}

/* categorys on main */
.box-categorys-sides {
	position: relative;
	padding: 65px 0 50px;
}
.categorys-onmain {
	/*margin-bottom: 20px;*/
}
.categorys-onmain .around_image {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	-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);*/
}
.categorys-onmain .around_image img{
	display: block;
	-webkit-transition: .35s ease-out;
	-moz-transition: .35s ease-out;
	-o-transition: .35s ease-out;
	transition: .35s ease-out;
}
.cat-todark.categorys-onmain .around_image {
	background: #000;
}
.cat-todark.categorys-onmain .around_image img{
	opacity: 0.85;
}
.categorys-onmain .around_image:hover img{
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	transform: scale(1.10);
}
.categorys-onmain .around_image .btnarea .title{
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	text-shadow: 0 0 7px rgba(1, 1, 1, 1);
}
.categorys-onmain .around_image:hover .title {

}
.categorys-onmain .around_image .btnarea {
	position: absolute;
	bottom: 20px;
	left: 30px;
	right: 30px;
	text-align: center;
	top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.categorys-onmain .around_image .btnarea.numb4{
	text-align: center;
}
.categorys-onmain .around_image .btnarea.numb2,
.categorys-onmain .around_image .btnarea.numb5{
	text-align: right;
}


.about-box .itimage .back {
	background: #fff;
	padding-left: 0;
	margin-right: -10px;
}
.about-box .itimage {
}
.about-box .itimage img {
	display: block;
}
.about-box .ittext {
	background: #fff;
	padding-top: 70px;
	padding-bottom: 40px;
}
.about-box .ittext .maincontent p{
	margin-bottom: 25px;
}
.about-box .ittext .maincontent{
	font-size: 16px;
	line-height: 24px;
	padding-right: 40px;
}
.about-box .row{
	margin-right: 0;
}
.about-box .btn-area {
	margin-top: 30px;
}
.bythetop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
}













	/* preim list */
.simplelist {
	padding: 20px 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+.item {
	border-left: 1px solid #F0F0F0;
}
.list-inline .item {
	width: 25%;
	padding: 60px 50px;
	background: #fff;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.list-inline img,
.list-inline .simg{

}
.list-inline .stitle{
	display: block;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	width: 100%;
	margin-top: 20px;
}
@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%;
	}
}



/* product list */

.product-list{

}
.product-list .item{
	position: relative;
	margin-bottom: 20px;
}
.product-list .item .item-full{
	position: relative;
	background: #fff;
	padding: 15px 20px 15px;
	/*position: absolute;
	top: 0;
	left: -1px;
	right: 0;
	border: 1px solid #f2f2f2;
	-webkit-transition: .15s linear;
	transition: .15s linear;
	z-index: 20;*/
}
.product-list .item:hover .item-full {
	-webkit-box-shadow: 0 0px 20px -8px rgba(0,0,0,.3);
	box-shadow: 0 0px 20px -8px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	z-index: 21;
}

.product-list .item .item-full .picture{
	position: relative;
	margin-bottom: 10px;
}
.product-list .item .item-full .picture a{
	display: block;
	width: 100%;
	/*height: 170px;
	line-height: 170px;*/
	text-align: center;
}
.product-list .item .item-full .picture .stickers{
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	height: 22px;
	display: flex;
	flex-wrap: wrap;
}
.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 {
	position: relative;
	display: inline-block;
	min-width: 40px;
	font-size: 9px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 1px 5px;
	background-color: #eee;
}
.stickers .mstick:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -8px;
	border-left: 8px solid;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
}
.stickers .mstick+.mstick {
	margin-left: 13px;
}

.stickers .mstick.ms-new{background-color: #65B300;}
.stickers .mstick.ms-new:after{border-left-color: #65B300;}
.stickers .mstick.ms-hit{background-color: #F08026;}
.stickers .mstick.ms-hit:after{border-left-color: #F08026;}
.stickers .mstick.ms-discount{background-color: #DC1A37;}
.stickers .mstick.ms-discount:after{border-left-color: #DC1A37;}

.stickers .mstick.ms-day{    background-color: #66b132;}
.stickers .mstick.ms-tb{background-color: #db4ba3;}

.product-list .item .item-full .descr{
	margin-bottom: 10px;
	color: #595959;
	font-size: 13px;
	height: 60px;
	overflow: hidden;
}
.product-list .item .item-full .name{
	font-size: 16px;
	font-weight: 600;
	height: 54px;
	margin-bottom: 7px;
	overflow: hidden;
}
.product-list .item .item-full .name a{
	color:#333;
}
.product-list .item .item-full .price{
	height: 22px;
	margin-bottom: 10px;
	overflow: hidden;
}
.product-list .item .item-full .price .normal .value{
	font-size: 22px;
	font-weight: 500;
}
.product-list .item .item-full .price .normal{
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
}
.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: #555;
}
.product-list .item .item-full .price .old{
	position: relative;
	display: inline-block;
	margin-right: 4px;
	color: #878787;
	white-space: nowrap;
	font-size: 14px;
}
.product-list .item .item-full .btn-area .btn{
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
}
.product-list .item .item-full .btn-area{
	position: absolute;
	height: 70px;
	bottom: -64px;
	left: 0;
	right: 0;
	background: #fff;
	padding: 0 20px;
	display: none;
}

.product-list .item:hover .item-full .btn-area{
	display: block;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.product-list .item:hover .item-full .btn-area:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	top: -10px;
	left: 0;
	background: #fff;
}
.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 .info-extended{
	display: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
.product-list .item .item-full .info-extended .text {
	max-height: 90px;
	color: #878787;
	overflow: hidden;
}
.product-list .item .item-full .info-extended .btn-area {
	text-align: left;
	margin-top: 3px;

}
.product-list .item .item-full:hover .info-extended{
	display: block;
}
.moretovars {
	text-align: center;
	margin-top: 20px;
}
.prodpohozh {
	padding: 60px 0 60px;
}
.prodpohozh .mtitle {
	margin-bottom: 30px;
}

/* portfolio */

.gallery-images {

}
.gallery-images .item {
	display: block;
	padding: 75% 1px 0;
	position: relative;
	height: 0;
	overflow: hidden;
	margin: 0 1px;
	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 {}
.our-contacts .fcontakty {
	background: #fff;
	height: 350px;
	padding: 15px;

	overflow-y: auto;
}
.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-bottom a,
.footer-top a{
	color: #fff;
}
.footer-top i{
	font-style: italic;
}
.footer-top {
	padding: 25px 0;
	background: #111;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
}
.inner .footer-top{
	margin-top: 40px;
}

.inner .bgcategory+.footer-top{
	margin-top: 0px;
}

.footer-top  {
	/*display: flex;*/
}
.footer-top .menu li{
	margin-bottom: 3px;
	font-size: 14px;
}
.footer-top .menu a{
}
.footer-top .menu a:hover {
	text-decoration: underline;
}
.footer-top .menu+.menu{
	/*margin-left: 20px;*/
}
.footer-top .foottitle {
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footer-fons {
	margin-top: 25px;
}
.footer-fons .line {
	font-size: 16px;
}
.footer-fons .bigest{
	font-size: 24px;
}

.footer-bottom .lines-sides:before{
	content: '';
	display: block;
	position: absolute;
	top:1px;
	left:0;
	height: 16px;
	border-left: 1px solid #810101;
}
.footer-bottom .lines-sides:after{
	content: '';
	display: block;
	position: absolute;
	top:1px;
	right:5px;
	height: 16px;
	border-left: 1px solid #810101;
}
.footer-bottom .lines-sides{
	position: relative;
	text-align: center;
	font-size: 16px;
}
.footer-bottom {
	padding: 10px 0;
	background: #111;
	color: #fff;
}
.footer-bottom .logo{
	max-width:250px;
	display: inline-block;
}
.footer-bottom .copyrites{
	padding-top: 10px;
}
.footer-bottom .fright{
	text-align: right;
}
.copyrites.polytic {
	text-align: center;
}

/* social */
.social-box{
	display: flex;
	flex-wrap: wrap;
}
.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);
	border-radius: 100%;
	font-size: 13px;
	margin: 0 3px;
	justify-content: center;
	align-items: center;
}
.social-box .item .svg-soc{
	fill:#fff;
	width: 20px;
	height: 14px;
}
.social-box .item:hover {
	background: #fff;
}
.social-box .item:hover .svg-soc{
	fill:#333;
	width: 20px;
	height: 14px;
}

/* 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: 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;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.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-page {
	margin-left: 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-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;
	font-weight: 500;
	margin-bottom: 5px;
}
.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;
	border-collapse:collapse;
	min-width: 200px;
	margin-left: -1px;
}
.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: #0c4da2;
	border:1px solid transparent;
	border-bottom:0;
	width: 100%;
	text-align: center;
}
.info_tabs >ul li a:hover {
	background: #eee;
}
.info_tabs >ul li.active a{
	background: #fff;
	color: #333;
	padding: 14px 20px 16px;
	position: relative;
	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;*/
}


/* Корзина */
#msCart {
	/*margin-top: 45px;*/
}
#msOrder {
	/*margin-top: 50px;*/
}

/* basket and order */

.basket-list {
	border:1px solid #ddd;
}

.basket-list .name {
	margin-left: 30px;
}
.listing .item {
	padding: 20px 0;
}
.listing .item+.item{
	border-top:1px solid #ddd;
}
.listing .item .name{
	display: block;
	display: flex;
	align-items: center;
}
.listing .item .name .image{
	display: inline-block;
	vertical-align: middle;
}
.listing .item .name .inform{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
.listing .item .name .small{
	font-size: 12px;
	color:#888;
}
.listing .item .name .title{
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	color: #333;
}
.listing .item .name .brand{
	font-size: 15px;
	margin-top: 5px;
}

.listing .item .total,
.listing .item .count{
	display: flex;
	height: 100%;
}
.listing .item .cost{
	font-size: 18px;
	display: flex;
	height: 100%;
	font-weight: bold;
	color: #3D4144;
	justify-content: center;
}
.listing .item .box{
	align-self: center;
}
.listing .item .cost .descr{
	color: #B4B4B4;
	margin-top: 5px;
	font-size: 14px;
	font-weight: normal;
}
.listing .item .count .formcount{
	margin-top: 0;
}

.listing .item .total {
	font-size: 18px;
	font-weight: bold;
	color: #3D4144;
}
.listing .item .total .num {
	font-size: 28px;
}
.basket-final {
	margin-top: 50px;
	margin-bottom: 60px;
}
.result {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #3D4144;
}
.result .text {
	margin-right: 40px;
}
.result .text .icost{
	font-size: 18px;
	font-weight: bold;
}
.result .descr {
	color: #B4B4B4;
}
.result .fcost{
	font-size: 24px;
	font-weight: bold;
	margin-right: 70px;
}
.result .fcost .num{
	font-size: 34px;
}

.btn-remove {
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	border-radius: 55px;
}
.btn-remove:hover{
	background: #f8f8f8;
}
.basket-item-actions-remove {
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin: 0 auto;
}
.basket-item-actions-remove:after,
.basket-item-actions-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #d0021b;
	content: '';
	transition: 300ms background-color ease;
}
.basket-item-actions-remove:before {
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}
.basket-item-actions-remove:after{
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}


/* order page */
.order-wrapp-page {
	/*margin-top: 40px;*/
}

.boxorder-wrapp .title {
	position: relative;
	padding: 20px 25px;
	background: #f9f9f9;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #eaeaea;
	border-bottom: 0;
	display: flex;
	justify-content: space-between;
}
.boxorder-wrapp .title .link {
	font-size: 14px;
	font-weight: normal;
}
.boxorder-wrapp .title .link:hover {
	color:#555;
	text-decoration: underline;
}
.boxorder-wrapp .body{
	padding: 30px 25px;
	border: 1px solid #eaeaea;
	border-top: 0;
}
.boxorder-wrapp .body hr {
	margin: 40px 0;
}
.boxorder-wrapp .body .informa{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.boxorder-wrapp .body .informa .numb{
	margin-right: 3px;
}
.boxorder-wrapp .body .informa.itogo {
	font-size: 18px;
	font-weight: bold;
}
.boxorder-wrapp .body .informa.itogo .numb{
	font-size: 24px;
}
.boxorder-wrapp .body .btn-ordernow .btn{
	width: 100%;
	margin-top: 15px;
}

.form-horizontal h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 30px;
}
.order-wrapp-page .small{
	font-size: 12px;
	padding-left: 15px;
}
.order-wrapp-page .input-parent {
	margin-bottom: 10px;
}
.order-wrapp-page .control-label {
	color: #444;
	font-weight: bold;
	font-size:14px;
	margin-bottom: 3px;
}


.order-box-pay .input-parent {
	position: relative;
}
.order-box-pay .input-parent input {
	/*position: absolute;
	visibility: hidden;*/
}
.order-box-pay {
	/*display: -webkit-flex;
	display: flex;
	justify-content: space-between;*/
}
.order-wrapp-page .checkbox {
	margin-bottom: 8px;
}
.order-box-pay .title {
	font-weight: 600;
	margin-left: 5px;
}
.order-box-pay .checkin {
	display: inline-block;
	width: 128px;
	height: 128px;
	padding: 38px 0 0;
	text-align: center;
	border:2px solid #EAE6DC;
	border-radius: 3px;
	vertical-align: middle;
}
.order-box-pay .checkin img {
	display: inline-block;
}
.order-box-pay input:checked+.checkin{
	border:2px solid #FCD550;
}
.order-wrapp-page .row{
	margin-right: -15px;
	margin-left: -15px;
}
.order-wrapp-page .row [class^='col'] {
	padding-right: 15px;
	padding-left: 15px;
}
.btn-ordernow2 {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}



.modalform {
	padding: 0 40px 40px;
}
.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"]{
	width:100%;
	margin-bottom:15px;
	padding:10px 10px;
	border:1px solid #eee;
}
.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;
}
input.error {
	border-color: #f00;
	background: #fdd;
}
.required-star,
.req {
	color: #f00!important;
}
.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;
}


/* slider on main */

.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;
	background: #fff;
}
.news-list .item .texts{
	padding: 25px 25px 25px 0;
}
.news-list .item .image a{
	display: block;
}
.news-list .item .image img{
	display: block;
}
.news-list .item .title {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}
.news-list .item p {
	margin-bottom: 10px;
}
.news-list .item .btn-new {
	text-align: right;
}
.news-list .item .title:hover {
	text-decoration: underline;
}

/* USers */
.form-user .btn-form{
	text-align: right;
}
.form-user .text-white{
	padding-bottom: 10px;

}
.ord_title {
	padding: 5px;
	text-align: center;
	background: #eee;

}
.ord_prod_row {
	padding: 8px 10px;
}
/* colors */
.ord_title.green {
	color: #fff;
	background: #00b500;
}
.ord_title.red {
	color: #fff;
	background: #bc0501;
}
.ord_title.orange {
	color: #fff;
	background: #bc813b;
}
.ord_title.blue {
	color: #fff;
	background: #3756bc;
}
.ord_prod_box {
	border-bottom: 1px solid #eee;
	align-items: center;
}
.order_row {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-bottom: 20px;
}
.status1 {
	border-color: #bc813b;
}
.status2 {
	border-color: #00b500;
}
.status3 {
	border-color: #3756bc;
}
.status4 {
	border-color: #bc0501;
}

.user-crumbs {
	padding: 0 10px;
}
.user-crumbs a {
	margin-left: 10px;
	margin-right: 10px;
}
.user-crumbs a.btn {
	padding: 6px 7px 7px;
}

.filter-btn-area {
	display: none;
	text-align: center;
}
.message-filter {
	display: none;
	text-align: center;
}
.mmenu{
	display: none;
}

/* sidebar menu */
ul.nav-sidebar.nav-list li a {
	color:#333;
	padding: 10px 25px 10px 31px;
}
ul.nav-sidebar.nav-list li ul {
	background: #fdfdfd;
}
ul.nav-sidebar.nav-list li ul li a {
	padding: 10px 25px 10px 42px;
}
ul.nav-sidebar.nav-list li.dropdown-submenu i:before{
	color: #333;
	left: -21px;
}
ul.nav-sidebar.nav-list li.active > a i:before,
ul.nav-sidebar.nav-list li.dropdown-submenu a:hover i:before{
	color: #fff;
}
ul.nav-sidebar.nav-list .dropdown-submenu > ul{

}
.aroundfilter {
	background: #fff;
	color: #333;
}
.aroundfilter a {

}




/* side in Mobile */
#sidebar {
	/*padding-top: 7px;*/
}
.mmenu-title{
	padding: 10px 15px;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mmenu-title i .close{
	fill: #f33;
}
.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.dropdown-submenu i {
	position: relative;
	display: block;
	float: left;
	width: 0px;
	height: 15px;
	font-style: normal; }
ul.nav-sidebar li.dropdown-submenu i:before {
	position: absolute;
	top: 0px;
	left: -25px;
	width: 20px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	display: inline-block;
	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: #b60924;
}
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 25px 7px 35px;
	color: #fff;
	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: #333;
}
ul.nav-sidebar .dropdown-submenu > ul {
	padding-left: 0px;
	background-color: #4f4f4f; }
ul.nav-sidebar > li > ul.submenu li a{
	padding-left: 45px;
}



#msProduct .old_price,
#msCart .old_price,
.ms2_product .old_price {
	color: #a0a0a0;
	font-style: italic;
	text-decoration: line-through;
	font-size: 14px;
}
.clonedd .btn {
    width: 100%;
    background: #cf2427;
    color:#fff;
}
#payments.error h4,
#deliveries.error h4{
	color:#f00;
}
#payments.error .checkbox,
#deliveries.error .checkbox{
	background: #fdd;
}


/* Приложение */
.prilozhenie-box{
	transform: translateY(0);
	transition: transform 200ms, box-shadow 200ms;
	position: fixed;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .75);
	cursor: pointer;
	border: 1px solid #fff;
	border-left: 0;
	top: 0;
	right: initial;
	border-radius: 0 5px 5px 0;
	width: 40px;
	height: 89px;
	transform: translateX(0);
	display: none;
}
.at-googleplay{
	display: block;
	vertical-align: baseline;
	transform: scale(1);
	transition: transform 200ms;
	width: 39px;
	height: 43px;
	background: url(../img/google-play.svg) no-repeat 18px 13px;
	background-position-x: 50%;
}
.at-appstore{
	display: block;
	vertical-align: baseline;
	transform: scale(1);
	transition: transform 200ms;
	width: 39px;
	height: 43px;
	background: url(../img/apple.svg) no-repeat right 14px top 9px;
	background-position: right 13px top 8px;
}
@media screen and (max-width: 991px) {
	.prilozhenie-box {
		display: block;
	}
}
.prilozhenie-box-head{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
	margin-top: 10px;
}
.prilozhenie-box-head .link{
	transition: background-color 200ms;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-decoration: none;
}
.prilozhenie-box-head .link:hover{
	text-decoration: none!important;
	background: #333;
}
.prilozhenie-box-head .link *{
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}
.prilozhenie-box-head .at-googleplay{
	display: inline-block;
	background-position: 0 0;
	width: 20px;
	height: 20px;
}
.prilozhenie-box-head .at-appstore{
	display: inline-block;
	background-position: 0 0;
	width: 20px;
	height: 24px;
}
/*  TODO: alex

*/


@media screen and (max-width: 1320px){
	.header-menu .nav {
		font-size: 13px;
	}
	.header-menu .nav li a{
		padding: 15px 9px;
	}
	.header .htwo {
		margin-right: 0px;
		font-size: 13px;
	}
	.header .hinfo.hright{
		margin-right: 10px;
	}

	.header .hright .line .svg-icon{
		margin-right: 5px;
	}
	.about-box .ittext {
		padding-top: 35px;
	}
	.about-box .ittext .maincontent{
		font-size: 15px;
		padding-right: 10px;
		padding-left: 15px;
	}
	.about-box .itimage{
		display: flex;
	}
	.about-box .btn-area {
		padding-left: 20px;
	}
}

@media screen and (max-width: 991px){
	.header-menu .nav {
		font-size: 12px;
	}
	.header-menu .nav li a {
		padding: 13px 7px;
		font-family: 'Roboto Condensed', Roboto, Arial, san-serif;
	}
	body{

	}
	.header .htwo .line {
		line-height: 18px;
		margin-bottom: 1px;
		margin-top: 1px;
	}
	.header .hinfo.hright {

	}
	.header .hright .line.title {
		font-size: 14px;
	}
	.list-inline .item{
		padding: 20px 15px;
	}
	.main-menu .nav li a{
		padding: 13px 8px;
		margin: 0 0;
	}
	.about-box .ittext {
		padding-top: 20px;
	}
	.about-box .ittext .maincontent {
		font-size: 13px;
		padding-right: 0;
		line-height: 19px;
	}
	.about-box .ittext .maincontent p {
		margin-bottom: 10px;
	}
	/*.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 {

	}
	.hideonmob {
		display: none;
	}

	.categorys-onmain a.parent {
		font-size: 15px;
	}
	.categorys-onmain .subsections li a {
		font-size: 12px;
	}


	/*.catalog-area-btn:hover+.menu-category-sub {
		display: block;
	}*/
	.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;
	}
	.listing .item .cost {
		font-size: 14px;
	}
	.listing .item .total .num {
		font-size: 18px;
	}
	.result .text {
		margin-right: 25px;
	}
	.result .fcost{
		margin-right: 20px;
	}
	.result .fcost .num {
		font-size: 24px;
	}
	.social-box .item{
		margin-bottom: 10px;
	}
	.main-menu .social-box .item{
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px){
	#sidebar {
		display: none;
	}
	.mmenu{
		display: block;
	}
	.box-categorys-sides {
		padding: 30px 0 25px;
	}
	.widewrapp {
		padding: 30px 0;
	}
	.mtitle {
		font-size: 18px;
		line-height: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.header {
		display: none;
	}
	.btn-menu .topimenu{
		fill: #fff;
		width: 20px;
		height: 15px;
		vertical-align: middle;
		position: relative;
		top: -1px;
	}
	.btn-menu{
		display: inline-block;
		width: auto;
		color: #fff;
		text-indent: -0px;
		margin: 2px 0px 0px 15px;
	}
	.btn-menu {

	}
	.mmenu {
		position: fixed;
		left: 100%;
		top: 0;
		bottom: 0;
		width: 100%;
		background: #333;
		color:#fff;
		z-index: 10000;
		margin: 0;
		padding: 0px;
		overflow-x: scroll;
	}

	.main-menu {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.main-menu .top-nav{
		display: none;
	}
	.main-menu .nav {
		flex-wrap: wrap;
	}
	.main-menu .nav li {
		display: block;
		width: 100%;
	}
	.main-menu .nav li a {
		padding: 10px 15px;
	}

	/* */
	.autorize {
		float: none;
		padding: 13px 0px 10px 10px;
	}

	.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{
		color:#fff;
		display: flex;
        flex-wrap: wrap;
		padding: 5px 0px;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}
	.forMobila .svg-icon{
		fill:#FFF;
		width: 20px;
		height: 20px;
	}
	.forMobila .logomini img{
		height: 50px;
	}
	.forMobila .logomini {
		display: flex;
		margin-right: 0px;
		text-align: left;
		flex-grow: 4;
	}

	.menu_mfix .forMobila .box {
		/*display: none;*/
	}
	.menu_mfix .forMobila {
		/*width: 7%;
		float: left;
		display: block;
		margin-right: 15px;
		margin-top: 9px;*/
	}

	.autorize.guest {
		display: none;
	}

	.info_tabs >ul li {
		min-width: inherit;
	}
	.basket-final {
		margin-top: 20px;
	}
	.result {
		margin-top: 15px;
	}
	.btn-ordernow2 {
		margin-bottom: 20px;
	}
	.product-list .item {

	}


	.header-menu {display: none;}
	.miniCartTop {
		flex-grow: 1;
		/* text-align: center; */
		display: flex;
		justify-content: center;
	}
	.miniCartTop .box .numb {
		width: 16px;
		height: 16px;
		line-height: 17px;
		font-size: 10px;
	}
    .kp-box .kp-title {
        font-size: 32px;
        line-height: 48px;
    }
    .kp-background {
        padding: 50px 0 50px;
		margin-top: 60px;
    }
    .menu_mfix .kp-background{
        margin-top: 60px;
    }
    .categorys-onmain .around_image .btnarea .title {
        font-size: 16px;
    }

	.product-list .item .item-full .btn-area {
		display: block;
		position: relative;
		height: auto;
		bottom: 0;
	}
	.product-list .item:hover .item-full .btn-area{
		box-shadow: none;
	}

	.positionprepare {
		position: relative;
	}
	.positionprepare .posdelete {
		position: absolute;
		top: -20px;
		right: 10px;
		margin: 0;
		padding: 0;
		width: 40px;
	}
	.product-page{
		margin-left: 0;
		margin-bottom: 50px;
	}
	.inner .head-crumbs{
		margin-top: 60px;
	}
}

@media screen and (max-width: 575px){
	.user-profile {
		padding: 0 10px;
	}

	.user-profile .form-group{

	}
	.user-profile .control-label{
		font-weight: bold;
		margin-top: 10px;
	}
	.maincontent {
		padding: 0 10px;
	}
	.svg-icon.arrow {
		width: 20px;
		height: 14px;
		margin-top: -7px;
	}
	.menu-category-sub .line a.open .svg-icon.arrow{
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.menu-category-sub .line li > .submenu {
		position: relative;
		left: 0;
		background: #f0f0f0;
		background: rgba(212, 212, 212, 0.48);
	}
	.menu-category-sub .line li:hover > .submenu,
	.menu-category-sub .line li > .submenu:hover{
		display: none;
	}

	#mse2_sort {
		/*order:2;*/
	}
	.listing .item .total,
	.listing .item .count{
		justify-content: center;
	}
	.result {
		flex-wrap: wrap;
	}
	.result .text {
		margin-bottom: 15px;
	}
	.result .fcost {
		margin-bottom: 15px;
	}
	.result .btn-area {
		width: 100%;
	}
	.result .btn-area .btn {
		width: 100%;
	}
	.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;
	}
	.listing .item .total {
		padding-top: 15px;
	}
	.positionprepare .posdelete{
		top: -40px;
		right: 20px;
	}
}

@media screen and (max-width: 420px){

    .kp-box .kp-title {
        font-size: 31px;
    }
    .kp-box .kp-descr {
        font-size: 26px;
    }
    .kp-box .kp-descr .red{
        font-size: 20px;
    }
    /* */
    .categorys-onmain .section {
		padding: 20px 15px;
	}
	.categorys-onmain .around_image {
		text-align: center;
	}
    .forMobila .logomini img {
        /*height: 42px;*/
    }
    .btn-menu i {
        display: none;
    }
    .categorys-onmain .around_image .btnarea .title {
        font-size: 14px;
    }
    .box-categorys-sides .categorys-onmain {
        margin: 0 0;
        justify-content: space-between;
    }
    .box-categorys-sides .categorys-onmain .col-12{
        flex: 0 0 49%;
        max-width: 49%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .categorys-onmain .around_image{
        margin-bottom: 10px;
    }
}
