html{
	height: 100%;
	width: 100%;
}
body{
	margin: 0;
	padding: 0;
    font-family: 'PT Sans Caption', sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: normal;
	background: #ffffff;
	position: relative;
	width: 100%;
	min-height: 100%;
	min-width: 320px;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 20px 0;
    font-family: 'PT Sans Caption', sans-serif;
}
h2{
    font-family: 'PT Sans Caption', sans-serif;
	font-size: 40px;
	line-height: 46px;
	font-weight: 600;
	color: #e1524b;
	text-transform: uppercase;
}


.active_menu  a:active{font-weight:bold;}

.modal-header p{ 

	font-size: 16px;
	font-weight:700;
	color: #e1524b;
	text-transform: uppercase;
}
h3 a{ 

	font-size: 18px;
	color: #e1524b;
	text-transform: uppercase;
}
h2 span {
	display: block;
	padding: 5px 0 0 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	color: #777777;
	text-transform: none;
}
p {
	margin: 0 0 20px 0;
    font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	color: #7f8c8c;
}
img{
	display: block;
	height: auto;
	max-width: 100%; 
}

/*== buttons
---------------------------------*/
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.button{
	display: block;
	margin: 0px 0 10px 0;
	color: #010101;
    font-family: 'PT Sans Caption', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
	background: none;
	cursor: pointer;
	box-sizing: border-box;
	transition: 0.5s;
	width: 87px;
	height: 33px;
	border: 2px solid black;
	border-radius: 5px;
}
.button:active,
.button:hover,
.button:focus{
	text-decoration: none;
	background: #363138;
	color: #ffffff;
	border-color: #363138;
}


/*== inputs
---------------------------------*/
.input-text::-webkit-input-placeholder{color:#646464;}
.input-text:-moz-placeholder{color:#646464;}
.input-text,
textarea{
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	height: 38px;
	width: 100%;
    font-family: 'PT Sans Caption', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color:#333333;
	resize: none;
	outline: none;
	border: 1px solid #cacaca;
}
.b-input-text{
    font-family: 'PT Sans Caption', sans-serif;
	width: 278px;
	height: 30px;
	border:1px solid #c5c5c5;
	background: #efefef;
	padding: 0 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: inset 0 5px 5px rgba(2, 4, 0, 0.03), inset 0 0 0 1px rgba(176, 175, 175, 0.6);
}
.b-input-text{
	outline: none;  
}
textarea{
	height:80px;
}
.input-text:focus,
textarea:focus {
	border: 1px solid #76c7c0;
	-webkit-box-shadow: 0 0 5px 2px rgba(118, 199, 192, 0.6);
	-moz-box-shadow:    0 0 5px 2px rgba(118, 199, 192, 0.6);
	box-shadow:         0 0 5px 2px rgba(118, 199, 192, 0.6);
}
#container{
	position:relative;
}
/* End Total css ====*/

/* -------------- page index -------------- */

/* ---- b-header ---- */
.b-header{
	
}
.b-header-top{
	background: #000000;
	padding: 9px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-city{
	display: flex;
	font-size: 12px;	
	justify-content: flex-start;
	align-items: center;
	color: #ffffff;
}
.b-city a{
	color: #ffffff;
    font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;	
	line-height: 14px;
	margin: 0 5px 0 0;
}
.b-city select{
	background: none;
	color: #ffffff;
    font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;	
	line-height: 14px;
	border: none;
	background: #000000;
	outline: none;	
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;    
}
.b-menu{

}
.b-menu ul{
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.b-menu ul li{
	list-style: none;
	margin: 0 0px 0 0;
}
.b-menu ul li:last-child{
	margin: 0;
}
.b-menu ul li a{
	display: block;
	color: #ffffff;
    font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;	
}
.b-login{
	text-align: right;
	
	color: #ffffff;
}
.b-login a{
	color: #ffffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;	
	line-height: 14px;
}


.b-header-content{
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-header-content__right{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.b-logo{
	margin: 0 0 8px 0;
	display: block;
	width: 150px;
}
.b-contacts{
	text-align: center;
}
.b-contacts span{
	font-family: 'PT Sans Caption', sans-serif;
	color: #9a9b9c;
	font-size: 13px;
	line-height: 15px;
	display: block;
}
.b-contacts a{
	display: block;
	color: #2e2e2e;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
}

.b-header-menu{

}
.b-header-menu ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.b-header-menu ul li{
	list-style: none;
	width: 24.5%;
}
.b-header-menu ul li a{
	display: block;
	background: #f3f3f3;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-header-menu ul li a:hover{
	border-color: #831f1c;
}
.b-header-menu ul li.active a{
	border-color: #831f1c;
}
.b-header-menu ul li a img{
	width: 100%;
	height: 100px;
	    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */  
}
.b-header-menu ul li a:hover img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray; /* IE 6-9 */    
}

.b-header-menu ul li a span{
	display: block;
	color: #2e2e2e;
	font-weight:700;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
    line-height: 16px;
	text-transform: uppercase;	
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-header-bottom{
	background: #eaeaea;
	padding: 5px 15px 5px 0;
    max-width:970px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-catalog{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eaeaea;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 0;
	text-decoration: none;
    margin: 0 0px 0 0;
    position: relative;
    cursor: pointer;
}
.b-catalog:hover{
	text-decoration: none;
}
.b-catalog b{
	color: #831f1c;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
	margin: 1px 0 0 0;
	display: block;	
	text-decoration: none;
}

.b-catalog-icon{
	width: 25px;	
	display: block;
	margin: 0 27px 0 0;
	position: relative;
}
.b-catalog i{
	color: #831f1c;
	margin: 0 0 0 10px;
	display: none;
}
.b-catalog-icon__line{
	display: block;
	width: 100%;
	height: 3px;
	background: #8c312e;
	margin: 3px 0 0 0;
}
.b-catalog-icon__line:first-child{
	margin: 0;
}
.b-header-bottom__right{
	display: flex; 
}
.b-search{
	position: relative; 
	width: 633px;
}
.b-search-input{
	width: 100%;
	position:absolute;
	left:-15px;
    height: 30px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	margin:0;
	padding: 0 0 0 3px;
	outline: none;
	border: none;
}
.b-search-input::-webkit-input-placeholder{
	color: #999999;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
}
.b-search-input:-moz-placeholder{
	color: #999999;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
}
.b-search-btn{
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -8px 5px 0 0;
	font-family: 'PT Sans Caption', sans-serif;
	width: 30px;
	height: 16px;
	border: none;
	outline: none;
	
    border: none; /* Убираем рамку */
    background: url("/images/search-ico.png") no-repeat 50% 50%; /* Параметры фона */
}

.b-cart{
	box-sizing: border-box;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 208px;
}
.b-cart span{
	color: #989898;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
}
.b-cart-ico{
	background: url("/images/cart-ico.png");
	width: 20px;
	height: 16px;
}
.b-cart-ico-grey{
	background: url("/images/cart-grey.png");
	width: 20px;
	height: 16px;
}



/* ---- b-main ---- */
.b-main{
	margin: 10px 0 0 0;
}

/* ---- b-main-slider ---- */
.b-main-slider{
}
.b-main-slider__item{
	display: flex;
	justify-content: space-between;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdbdb+0,dcdddc+100 */
	background: rgb(219,219,219); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(219,219,219,1) 0%, rgba(220,221,220,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(219,219,219,1) 0%,rgba(220,221,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(219,219,219,1) 0%,rgba(220,221,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dcdddc',GradientType=1 ); /* IE6-9 */	
	overflow: hidden;
}

.b-main-slider__item__text{
	padding: 70px 0 0 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.b-main-slider__item__text__top{
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-main-slider__item__text__top span{
	color: #970500;
	font-size: 46px;
	line-height: 47px;
	display: block;
}
.b-main-slider__item__text__top b{
	color: #2e2e2e;
	font-size: 27px;
	line-height: 45px;
	display: block;
}
.b-main-slider__item__text__top i{
	color: #2e2e2e;
	font-size: 46px;
	font-style: normal;
	display: block;
}
.b-main-slider__item__text__top p{
	color: #999;
	font-size: 27px;	
	line-height: 30px;
	margin: 0;
}

.b-main-slider__item__text__price{
	position: relative;
	z-index: 2;
	padding: 20px 0 20px 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0 0 0;
}
.b-main-slider__item__text__price:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
    background: rgba(255, 255, 255, 0.48);
	width: 9999px;
	height: 100%;
	z-index: 1;
}
.b-main-slider__item__text__price b{
	color: #999;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	position: relative;
	z-index: 2;	
}
.b-main-slider__item__text__price span{
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 700;
	
	color: #970500;
	font-size: 46px;
	line-height: 50px;
	position: relative;
	z-index: 2;	
}
.b-main-slider__item__text__price span i{
	color: #2e2e2e;
	font-size: 27px;
	line-height: 30px;
	font-style: normal;
	position: relative;
	text-transform: uppercase;
	z-index: 2;	
}
.b-main-slider__item__img{
	position: relative;
	z-index: 3;
}
.btn-buy{
	background: #970500;
	width: 178px;
	height: 36px;
	color: #fffefe;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 17px;
	line-height: 19px;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	bottom: 53px;
	right: 40px;
	z-index: 3;
}


.b-main-slider__preview{
	margin: 8px 0 0 0;
}
.b-main-slider__preview ul{
	display: flex;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}

.b-main-slider__preview ul li{
	list-style: none;
	margin: 0 10px 0 0;
	width: 12%;
}
.b-main-slider__preview ul li img{
	width: 100%;
}
.b-main-slider__preview ul li:last-child{
	margin: 0;
}
.b-footer{
	margin: 40px 0 0 0;
}
.b-footer-wrapper{
	border-top: 2px solid #000;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.b-copyright{
	color: #9c9d9e;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px; 
	line-height: 14px;
	font-weight: 400;	
}

.b-footer-right{
	float:left;
	width:25%;
}
.b-footer-right ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-footer-right ul li{
	list-style: none;
	margin: 0 20px 0 0;
}
.b-footer-right ul li:last-child{
	margin: 0;
}


.b-main-text{
	margin: 7px 0 0 0;
}
.b-main-text p{
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	line-height: 14px; 
}
.b-main-text span{
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	line-height: 14px; 
}



.b-main-text a{
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	line-height: 18px;	
	color: #970500;
	font-weight: 700;	
}

.b-main-news{
	margin: 20px 0 10px 0;
}
.b-main-news > .container > .row > div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.b-main-news-item{
	background: #dddddd;
	display: flex;
	margin-right:0px;
	align-items: flex-start;
	justify-content: flex-start;
	width: 49.6%;
	
	height:166px;

}

.b-main-news-item__text p {
	height: 94px;
	position: relative;
	overflow: hidden;
}
.b-main-news-item__img{ 
	width: 166px;
	margin: 0 15px 0 0;
}
.b-main-news-item__img img{
	width: 100%;
	height: 100%;
}
.b-main-news-item__text{
	width: 280px;
	padding: 5px 0 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-main-news-item__name{
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 800;
	color: #970500;
	display: block;
	margin: 3px 0 5px 0;
}
.b-main-news-item__name:hover{
	color: #970500;
}
.b-main-news-item__date{
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	line-height: 18px;	
	display: block;
}
.b-main-news-item__text p{
	color: #2e2e2e;
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
	margin: 3px 0 0 0;	
}

.b-main-news-item__text p a{
	color: #2e2e2e;
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
	margin: 3px 0 0 0;	
}
.b-main-news-item a{
	display: block;
}
.b-main-item a img{
	
}
.b-main-video__left .b-main-video__item img{
	height: 279px;
}
.b-main-video__item img{
	height: 155px;
}

.btn-news{
	color: #831f1c;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	display: block;
	margin: 5px auto 10px;
	outline: none;
}
.b-main-items > .container > .row > div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.b-main-item{
	background: #dddddd;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 15px 0;
	width: 49%;
}
.b-main-item a{
	color: #2e2e2e;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;	
	height: 181px;
}
.b-main-item a img{
	height: 100%;
}
.b-brand .owl-carousel .owl-item img{
    width: 75%;
}
.b-brand .owl-carousel{
	padding:  15px 20px 5px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.owl-nav{
	display: block;
}
.b-brand .owl-prev{
	/*background: url("/images/prev-arrow.png");*/
	width: 12px;
	height: 23px;
	text-indent: -999999px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -11px 0 0 0;
}
.b-brand .owl-next{
	/*background: url("/images/next-arrow.png");*/
	width: 12px;
	height: 23px;
	text-indent: -999999px;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -11px 0 0 0;	
}


.b-main-video{
	margin: 15px 0 0 0;
}

.b-main-video__item{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 155px;
	background: #dddddd;
	width: 47%;
}
.b-main-video__left .b-main-video__item{
	height: 279px;
	width: auto;
}
.b-main-video__left .b-main-video__item iframe{
	width: 100%;
	height: 100%;
}
.b-main-video__item span{
	color: #2e2e2e;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
}

.b-main-video__top{
	display: flex;
	justify-content: space-between;
}
.b-main-video__text{
	margin: 15px 0 0 0;
}
.b-main-video__text span{
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #831f1c;
	display: block;
	margin: 10px 0;
}
.b-main-video__text p{
	font-family: 'PT Sans Caption', sans-serif;
    font-size: 14px;
    line-height: 16px;
	font-weight: 400;
	color: #2e2e2e;
	margin: 0;
}


/* --------- page b-shop ---------- */
.b-aside{
    padding: 0 0 0 5px;
    margin: 0 -1px;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-aside-menu{

}
.b-aside-name{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-aside-name span{
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;	
	display: block;
}
.b-aside-menu ul{
	margin: 0;
	padding: 5px 0 0;
	border-bottom: 1px dotted #8b8b8b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-aside-menu ul:last-child{
	border: none;
}
.b-aside-menu ul li{
	list-style: none;
    padding: 5px 0;
}
.b-aside-menu ul li ul li {
    padding: 3px 0;
    position: relative;
}
.b-aside-menu ul li ul li:after {
    content: '';
    width: 4px;
    height: 1px;
    display: block;
    position: absolute;
    top: 12px; left: 12px;
    background: #fff;
}
.b-aside-menu ul li a{
	display: block;
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	margin-right:5px;
	border-bottom: 1px dotted #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.b-aside-menu ul li:last-child a{
	border: none;
}
.b-aside-menu ul li a:before {
   top: -2px;
	position: absolute; 
	left: 3px;
	content: "";
	/* background: url(../images/b-aside-ico.jpg); */
	width: 19px;
	height: 19px;
	transition: 0.5s;
}
.b-aside-menu ul li a.active:before{
	transform: rotate(90deg);
	transition: 0.5s;
}
.b-title{
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-inner-title{
	margin-bottom:7px;
}
h1{
	color: #970500;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;	
	margin: 0;
	display: block;
}

.b-product-content{
	display: flex;
	align-items: flex-start;
    align-content: flex-start;
    /* justify-content: space-between; */
    justify-content: left;
	flex-flow: row wrap;
}
.b-product{
	border: 1px solid transparent;
	padding: 10px 13px 2px 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    min-height: 390px;
	
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    width: 33.333333%;
    border: 1px solid #e4e4e4;
    margin: 0 0 0px 0;
}

.b-product:hover{
	/* outline: 1px solid #b22e2e; */
	border: 1px solid #b22e2e;
}
.b-product-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
}
.b-product-img{
	margin: 0 0 20px 0;
}
.b-product-img img{
	margin: auto;
}

.b-product-name a{

	color:#831F1C;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	display: block;
}
.b-product-info{
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	margin: 5px 0;
	display: block;
}

.b-product-price{
	display: flex;
	position:absolute;
 bottom:10px;
 right:10px;
	margin-top:30px;
	justify-content: space-between;
	align-items: flex-start;
}
.b-product-price i{
	color: #970500;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 26px;
	display: block;
}
.b-product-price span{
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	display: block;
}
.b-product-buttons{
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}
.btn-more{
	width: 174px;
	height: 40px;
	background: #575857;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #ffffff;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	transition: 0.5s;
}
.btn-more span{
	color: #737372;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
    margin: -4px 0 0 8px;
    transition: 0.5s;
}
.btn-more:hover{
    background: #4f544f;
    transition: 0.5s;
}
.btn-more:hover span{
	margin: -4px 0 0 25px;
	transition: 0.5s;
}
.btn-cart{
	width: 52px;
	height: 41px;
	background: url("/images/cart-red.png") center center no-repeat;
	position: relative;
	z-index: 2;
	transition: 0.5s;
}
.btn-cart:hover{
	background:url("/images/cart-red.png") center right 5px no-repeat;
	transition: 0.5s;
}

.btn-cart-green{
	width: 52px;
	height: 41px;
	z-index:2;
	background: url("/images/cart-green.png") center center no-repeat;
}
.btn-cart-grey{
	width: 52px;
	height: 41px;
	z-index:2;
	background: url("/images/cart-grey.png") center center no-repeat;
}
.b-product-price__сommission{
	margin: 15px 0 0 0;
}
.b-product-price__сommission i{
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
.b-product-price__сommission span{
	font-size: 16px;
	line-height: 18px;
}


.b-product-price__no-in-stock i{
	color: #9b9b9b;
}
.b-product-price__no-in-stock span{
	color: #9b9b9b;
}

.b-product-price__no-in-stock .btn-cart{
	background: url("/images/cart-grey.png"/*tpa=http://shamray.insuris.ru/images/cart-grey.png*/) center center no-repeat;
}
.b-product-price__no-in-stock .btn-cart:hover{
	background: url("/images/cart-grey.png"/*tpa=http://shamray.insuris.ru/images/cart-grey.png*/) center center no-repeat;
}

.b-product-filters{
	display: flex;
	justify-content: space-between;
}
.b-product-filters__left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-product-filter__item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin:  0 0px 0 0;	
}
.b-product-filter__item:last-child{
	margin: 0;
}
.b-product-filter__item span{
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	display: block;
	margin: 0 10px 0 0;
}

.b-product-filters{
	margin: 0 0 0 0;
}
.b-select{
    width: auto;
    height: 27px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid #e7e7e7;
	padding: 0 35px 0 5px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAARCAMAAAAFWBeyAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAsVBMVEX////////29vb09PT4+Pjt7e36+vr19fXx8fHw8PD39/fz8/P9/f37+/vy8vL8/Pzv7+/5+fns7Ozu7u7+/v6MjIyFhYWZmZmTk5N2dna8vLxra2sNDQ0LCwsJCQkdHR2ysrIAAAAQEBCqqqpXV1eenp7r6+vh4eHo6Ojq6urp6enn5+fk5OTm5ubZ2dnS0tLKysrOzs7ExMTMzMzNzc3IyMjJycnFxcXX19fLy8vc3NzZZY0+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAEFSURBVBjTVc/XVsMwDAbgWLIj2YoV1w6jrDILaVmlLev9Hwy3cIOudL6jcf7GAFrrWmLwEARsoNCZpmqgGFUthL6DAAT9TiUQM/SUrDIB4V5JA1LzV0go9Kskk1yogKj+00RmVx2pqFA0zYBc++Hg8Oh4ejL43XxblRQZzOnZ+cXs0qjU4aodsvhEfnp1fWPFqyRftU051WbA27sINrF3XL/14hF9zFAs1nCoRfcpGNVPnMQsrSvKLk3qXZ6XXJzYcv8QcSxpnqFrWrfwpLksRlKnCpgc9U3My1wXnRDTI/s0Po1QLyyfX15Xb+vN9v3jc7Nab7++q5o2kCBjDcUBUURsZ34AMmMSA593lYoAAAAASUVORK5CYII=');
	background-repeat: no-repeat;
	background-position: top 5px right 6px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
}

.b-product-filter__buttons{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.btn-view{
	width: 23px;
	height: 23px;
	background: url("/images/btn-view-active.png"/*tpa=http://shamray.insuris.ru/images/btn-view-active.png*/);
	outline: none;
}
.btn-view.active{
	background: url("/images/btn-view.png"/*tpa=http://shamray.insuris.ru/images/btn-view.png*/);
}
.btn-view__two{
	width: 23px;
	height: 19px;
	background: url("/images/btn-view__two.png"/*tpa=http://shamray.insuris.ru/images/btn-view__two.png*/);
	outline: none;
	margin: 0 0 0 30px;
}
.btn-view__two.active{
	background: url("/images/btn-view__two-active.png"/*tpa=http://shamray.insuris.ru/images/btn-view__two-active.png*/);
}
/* --------- page b-workshop ---------- */
.wrapper-black{
	background: #000000;
}
.wrapper-black .b-header-top{
	background: #831f1c;
}
.wrapper-black .b-city select{
	background: #831f1c;
}

.wrapper-black .b-contacts a{
	color: #ffffff;
}
.wrapper-black .b-aside-menu ul li a:before{
    background: url("/images/b-aside-ico2.jpg"/*tpa=http://shamray.insuris.ru/images/b-aside-ico2.jpg*/);
}
.wrapper-black .b-aside-menu ul li a{
	border-color: #3c3c3c;
	color: #fff;
}
.b-aside-title{
	display: block;
	background: #8b8b8b;
	color: #feffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding: 10px 0 10px 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 15px 0;
}

.b-breadcrumbs{
	background: #8b8b8b;
	margin: 0 0 15px 0;
}
.b-breadcrumbs ul{
	padding: 0 0 0 28px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
}
.b-breadcrumbs ul li{
	list-style: none;
}
.b-breadcrumbs ul li a{
	color: #feffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;	
	display: block;
	padding: 10px 0 10px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.b-breadcrumbs ul li a span{
	margin: 0 10px;
}


.b-workshop-item{
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #8b8b8b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-workshop-item__img{
	width: 50%;
}
.b-workshop-item__img img{
	width: 100%;
}
.b-workshop-item__text{
	width: 50%;
	padding: 0 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.b-workshop-item__text span{
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #9c9b9b;
	text-transform: uppercase;
	display: block;
	margin: 0 0 15px 0;
}
.b-workshop-item__text p{
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;	
	color: #5c5d5d;
	height: 112px;
	overflow: hidden;
}
.b-workshop-item__text p.active{
	height: auto;
}
.b-workshop-btn{
	width: 60px;
	height: 26px;
	background: #970500;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #feffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	outline: none;
}

.b-foto{
	margin: 20px 0 0 0;
}
.b-foto-title{
	background: #8b8b8b;
	color: #feffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	display: block;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin: 0 0 5px 0;
}

.b-foto-content{
	display: flex;
	justify-content: space-between;
}
.b-foto-item{
	width: 24.7%;
}
.b-foto-item img{
	width: 100%;
	height: 210px;
}




/* --------- page b-contacts ---------- */
.b-contacts-item{
	min-height: 980px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #adadad;
	padding: 0 0 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-contacts-item__img{
	margin: 0 0 20px 0;
}
.b-contacts-item__img img{
	width: 100%;
}
.b-contacts-item__title{
	color: #2e2e2e;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	padding: 0 0 0 85px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-contacts-item__block{
	padding: 0 22px 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 15px 0 0 0;
	overflow: hidden;
}

.b-contacts-item__block__ico{
	float: left;
	margin: 0 20px 0 0;
}
.b-contacts-item__block__text{
	overflow: hidden;
}
.b-contacts-item__block__text p{
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #2e2e2e;
}

.b-map-block{
	display: flex;
	justify-content: flex-start;
	padding: 0 0px 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.b-map-block ul{
	padding: 0;
	margin: 0 20px 0 0;
}
.b-map-block ul li{
	list-style: none;
	margin: 0 0 20px 0;
}
.b-map-block__img a{
	position: relative;
	display: block;
}
.b-map-block__img a:after{
	position: absolute;
	bottom: 10px;
	right: 0;
	content: "";
	background: url("/images/lupa.jpg"/*tpa=http://shamray.insuris.ru/images/lupa.jpg*/);
	width: 17px;
	height: 17px;
}

.b-contacts-news{
	margin: 15px 0 0 0;
}
.b-contacts-news__item{
	border: 1px solid #adadad;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 414px;
	margin: 0 0 15px 0;
}
.b-contacts-news__item span{
	color: #2e2e2e;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	line-height: 17px;
	display: block;
	padding: 10px 40px 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-contacts-news__item img{
	width: 100%;
}


/* --------- page b-service ---------- */
.b-review-title{
	background: #191919;
	color: #feffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	display: block;
	padding: 10px 0 10px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 2px 0;
}
.b-review-item{
	margin: 0 0 20px 0;
}
.b-review-item__img img{
	width: 100%
}
.b-review-item__content{
	margin: 5px 0 0 0;
}
.b-review-item__name{
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 400;
	color: #72b07a;
	font-size: 14px;
	line-height: 18px;
	display: block;
	margin: 0 0 5px 0;
}
.b-review-item__content p{
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 400;
	color: #595958;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}

.b-review-item__content a{
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 400;
	color: #595958;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	letter-spacing: 1px;
	margin: 5px 0 0 0;
	display: block;
}


.b-service-banner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url("/images/b-service-banner__bg.jpg"/*tpa=http://shamray.insuris.ru/images/b-service-banner__bg.jpg*/) top left no-repeat;
	background-size: cover;
    padding: 43px 30px 43px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-service-banner__left{
	width: 300px;
}
.b-service-banner__left p{
	color: #ffffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	margin: 0;
	text-align: left;
}
.b-service-banner__right{
	width: 240px;
}
.b-service-banner__right p{
	color: #72b07a;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;	
	margin: 0;
	text-align: right;
}

.b-service-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 25px 0;
}
.b-service-content__text{
	width: 50%;
	text-align: center;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-service-content__text p{
	color: #191919;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;	
}
.footer_text p{

	margin: 0 0 20px 0;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	color: #000 !important; 	
}
.b-service-content__text p:last-child{
	margin: 0;
}
.b-service-content__img{
	width: 50%;
}
.b-service-content__img img{
	width: 100%;
}

.b-service-item{
	background: #72b07a;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 37px 20px 37px;
	min-height: 245px;
}
.b-service-item span{
	color: #ffffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 60px;
}
.b-service-item p{
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 400;
	color: #595958;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}

.b-service-item a{
	color: #ffffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	margin: 0 0 0 5px;
}


.b-service-block{
	display: flex;
	justify-content: flex-start;
	margin: 25px 0 0 0;
}
.b-service-block__img{
	width: 50%;
}
.b-service-block__img img{
	width: 100%;
}
.b-service-block__text{
	background: #191919;
	width: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-service-block__text p{
	color: #ffffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}

.b-services{

}
.b-services-title{
	color: #72b07a;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin: 45px 0;
}

.b-services-option{
	text-align: center;
}
.b-services-option img{
	margin: 0 auto 25px ;
	border-radius: 100%;
}
.b-services-option span{
	color: #191919;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;	
	display: block;
}

.b-servives-slider{
	background: url("/images/b-servives-slider__bg.jpg"/*tpa=http://shamray.insuris.ru/images/b-servives-slider__bg.jpg*/) top left no-repeat;
	background-size: cover;
	height: 625px;
	display: flex !important;
	justify-content: center;	
	margin: 10px 0 20px 0;
}
.b-servives-slider__item__wrapper{
	position: relative;
}
.b-servives-slider__item{
	position: relative;
	width: 1000px;
}
.b-servives-slider .owl-item{
	display: flex !important;
	justify-content: center;
	align-items: center;	
}
.b-servives-slider__item img{
	margin: 0 auto 0;
}

.b-dot{
	width: 17px;
	height: 17px;
	border: 1px solid #000000;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.b-dot-wrapper{
	border: 3px solid #ffffff;	
	width: 15px;
	height: 15px;
	background: #f15a29;
	border-radius: 100%;	
}
.b-servives-slider__content{
	position: absolute;
	z-index: 3;
}
.b-servives-slider__content__1{
    top: 67px;
    left: 383px;
}
.b-servives-slider__content__2{
    top: 141px;
    left: 166px;
}
.b-servives-slider__content__3{
    top: 142px;
    left: 214px;
}
.b-servives-slider__content__4{
    top: 143px;
    left: 266px;
}
.b-servives-slider__content__5{
    top: 162px;
    left: 571px;
}
.b-servives-slider__content__6{
    top: 159px;
    right: 165px;
}
.b-servives-slider__content__7{
	top: 195px;
    right: 37px;
}
.b-servives-slider__content__8{
    top: 259px;
    left: 102px;
}
.b-servives-slider__content__9{
	top: 225px;
    left: 190px;
}
.b-servives-slider__content__10{
	top: 219px;
    left: 265px;
}
.b-servives-slider__content__11{
    top: 279px;
    left: 162px;
}
.b-servives-slider__content__12{
	top: 256px;
    left: 224px;
}
.b-servives-slider__block{
	width: 260px;
	height: 240px;
	background: #ffffff;
	position: absolute;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 180%;
	left: -17px;
	display: none;
	z-index: 1;
}

.b-servives-slider__content:hover .b-servives-slider__block{
	display: block;	
}
.b-servives-slider__content:hover{
	z-index: 5;
}
.b-servives-slider__block:after {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.b-servives-slider__block__wrapper{
	background: url("/images/b-servives-slider__block__wrapper-bg.png"/*tpa=http://shamray.insuris.ru/images/b-servives-slider__block__wrapper-bg.png*/);
	background-size: cover;
	height: 219px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 0 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5;
}
.b-servives-slider__block__wrapper:before{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	z-index: 1;	
}
.b-servives-slider__block__wrapper span{
	display: block;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #ffffff;
	position: relative;
	z-index: 2;
}
.b-servives-slider__block__wrapper b{
	display: block;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #ffffff;
	position: relative;
	z-index: 2;	
}
.b-servives-slider__block__wrapper i{
	display: block;
	font-family: 'PT Sans Caption', sans-serif;
	color: #d1d3d4;
	font-size: 11px;
	line-height: 20px;
	font-weight: 700;
	font-style: normal;
	color: #ffffff;
	position: relative;
	z-index: 2;	
}





.b-servives-slider__content__7 .b-servives-slider__block{
	left: auto;
	right: -27px;
	top: 200%;
}
.b-servives-slider__content__7  .b-servives-slider__block:after{
	left: auto;
	right: 10%;
}
.b-servives-slider__content__7  .b-servives-slider__block__wrapper{
	background: url("/images/b-servives-slider__block__wrapper-bg2.png"/*tpa=http://shamray.insuris.ru/images/b-servives-slider__block__wrapper-bg2.png*/);
	background-size: cover;
}

.b-servives-slider__content__4  .b-servives-slider__block__wrapper{
	background: url("/images/b-servives-slider__block__wrapper-bg3.png"/*tpa=http://shamray.insuris.ru/images/b-servives-slider__block__wrapper-bg3.png*/);
	background-size: cover;
}

.b-servives-slider .owl-dots{
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;

}
.b-servives-slider .owl-dot{
	width: 10px;
	height: 40px;
	background: #72b07a;
	margin: 0 5px ;
}
.b-servives-slider .owl-dot.active{
	background: #ffffff;
}

.b-servives-slider__item__name{
	color: #ffffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin: 35px 0 80px 0;
}


/* --------- page b-card ---------- */
.b-card{
	min-height: 600px;
}
.b-card__wrapper{
	display: flex;
	justify-content: space-between;
}
.b-card-container{
	max-width: 591px;
}
.b-card__wrapper .row{
	display: flex;
	align-items: center;
}
.b-card-img{
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
	overflow: hidden;
    width: 500px;
}
.b-card-img__preview{
	margin: 20px 0 0 0;
}
.b-card-img__preview ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-card-img__preview ul li{
	list-style: none;
	width: 15%;
	border: 1px solid #b8b8b8;
	margin: 0 10px 0 0;
}
.b-card-img__preview ul li:last-child{
	margin: 0;
}
.b-card-img__preview ul li:first-child{
	border: none;
}
.b-card-img__preview ul li a{
	display: block;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.b-card-img__preview ul li a{
	width: 100%;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-card-img__preview ul li a img{
	height: 52px;
}
.b-card-img__preview ul li.active a{
	border: 1px solid #ba5a57;
}

.b-card-img__slider{
    display: flex !important;
    align-items: center;
    border: 1px solid #e4e4e4;
    min-height: 380px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-card-img__slider .owl-nav{
	display: none;
}
.b-card-img .owl-carousel .owl-item img{
	width: auto;
}

.b-card-content{
	margin: 0-0 0 6px;
	padding: 0px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-card-content__top{
	text-align: center;
}
.b-card-article{
	color: #9c9d9e;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	display: block;
}
.b-card-price{
	font-family: 'PT Sans Caption', sans-serif;
	line-height: 28px;
	font-size: 32px;
	font-weight: 500;
	color: #970500;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px 0;
}

.b-card-price_old{
	font-family: 'PT Sans Caption', sans-serif;
	line-height: 16px;
	font-size: 18px;
	font-weight: 500;
	color: grey; 
	text-decoration: line-through;
	display: block;
	margin: 3px 0 10px 0;
}

.b-card-price_action{
	font-family: 'PT Sans Caption', sans-serif;
	line-height: 28px;
	font-size: 32px;
	font-weight: 500;
	color: #970500; 
	display: block;
	margin: 3px 0 10px 0;
}

.b-card-price_old_list{
	font-family: 'PT Sans Caption', sans-serif;
	line-height: 16px  !important;
	font-size: 18px  !important;
	font-weight: 500  !important;
	color: grey  !important; 
	text-decoration: line-through  !important;
	margin: 3px 0 0px 0  !important;
}
.b-card-price_action_list{
	font-family: 'PT Sans Caption', sans-serif;
	line-height: 26px  !important;
	font-size: 28px   !important;
	font-weight: 500  !important;
	color: #970500 !important; 
	margin: 0px 0 10px 0  !important;
}
.dostavka_price{
	font-family: 'PT Sans Caption', sans-serif;
	line-height: 22px;
	text-align:center;
	width:100%;
	font-size: 22px;
	font-weight: 500;
	color: #970500; 
	display: block;
	padding:12px 0 14px 0;
	margin:auto;
}
.b-card-price i{
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 0 5px;
	text-transform: capitalize;
}

.b-card__in-stock{
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	display: block;
}

.b-card-buttons{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 20px 0 0 0;
}
.button-cart{
	background: #970500;
	width: 190px;
	height: 28px;
	color: #feffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin: 0 0 20px 0;
}

.button-cart-add{
	background: green;
	width: 190px;
	height: 28px;
	color: #feffff;
	font-family: 'PT Sans Caption', sans-serif;
	
	z-index: 2;
	z-index: 2;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin: 0 0 20px 0;
}

.btn-order{
	background: #9a9b9c;
	width: 190px;
	height: 28px;
	color: #feffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}

.b-card-info{
	padding-top:9px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.b-card-info__item{
	overflow: hidden;
	padding:0;
	margin: 15px 0 0 0;
}
.b-card-info__item__ico{
	float: left;
	margin: 0 10px 0 0;
}
.b-card-info__item__text{
	overflow: hidden;
}
.b-card-info__item__text span{ 
	font-weight: 400; 
	font-size: 14px;
	line-height: 16px;
	display: block;
}
.b-card-info__item__text i{
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 400;
	color: #9a9b9c;
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
	font-style: normal;
}
.b-card .b-title{
	margin: 0 0 13px 0;
}
.b-card .b-title span{
	color: #242424;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	display: block;
	margin: 15px 0 0 0;
}
h1, h3{
	color: #831f1c;
	font-family: 'PT Sans Caption', sans-serif;
    font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
	display: block;
}
h2{
	color: #242424;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 23px;
	text-transform: uppercase;	
	margin: 15px 0 25px 0;
}

.b-mobile-menu{
	display: none;
}
.mobile-ico{
	display: none;
}


.wrapper-green .b-catalog-icon__line{
	background: #72b884;
}
.wrapper-green .b-search-btn{
	background: url("/images/search-ico-green.png"/*tpa=http://shamray.insuris.ru/images/search-ico-green.png*/);
}
.wrapper-green .b-cart-ico{
	background: url("/images/cart-creen.png"/*tpa=http://shamray.insuris.ru/images/cart-creen.png*/);
}

.wrapper-green .menu-icon .b-menu__line{
	background: #72b884;
}

.b-aside-top{
	border-bottom: 1px dotted #8d8d8d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 15px 0;
}
.b-aside-top ul{
	padding: 0;
	margin: 0;
}
.b-aside-top ul li{
	list-style: none;
}
.b-aside-top ul li a{
	display: block;	
	color: #970500;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;	
}
.b-filter-menu{

}
.b-filter-menu ul{
	padding: 0;
	margin: 0;
}
.b-filter-menu ul li{
	list-style: none;
}
.b-filter-menu ul li a{
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	display: block;
	position: relative;
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	text-decoration: none;
}
.b-filter-menu ul li a.active:before{
	transform: rotate(269deg);
	transition: 0.5s;
}
.b-filter-menu ul li i{
	transition: 0.5s;
}
.b-filter-menu ul li a.active i{
	transform: rotate(269deg);
	transition: 0.5s;
}

.b-filter-content{
	
    display: none;
}
.b-checkbox{
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 24px;
}
input[type="checkbox"] {
    display: none;
}
input[type="radio"] {
    display: none;
}
input[type="checkbox"] + label span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 17px;
    height: 13px;
    /* background: #831f1c; */
    border: 1px solid #cfcfcf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 10px 0 0;
}
.b-checkbox-two input[type="checkbox"] + label span{
    /* background: url("/images/checkbox.png*/) no-repeat;
}
input[type="radio"] + label span {
    display: block;
    width: 25px;
    height: 18px;
    margin: 0px 13px 0 0;
    vertical-align: middle;
    /* background: url("/images/checkbox.png*/) no-repeat;
    cursor: pointer;
    float: left;
}
input[type="checkbox"] + label {
    font: 400 16px/20px 'Play-Regular';
    color: #30364c;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-bottom:1px;

}
input[type="radio"] + label {
    font: 400 16px/20px 'Play-Regular';
    color: #30364c;
    cursor: pointer;

}
input[type="checkbox"]:checked + label span {
	width: 17px;
    height: 17px;
    background: #831f1c;
    border: 4px solid #ffffff;
    outline: 1px solid #831f1c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}
.b-checkbox-two input[type="checkbox"]:checked + label span{
    /* background: url("/images/checkbox-active.png"/*tpa=http://shamray.insuris.ru/images/checkbox-active.png*/) no-repeat;
}
input[type="radio"]:checked + label span {
/*    background: url("/images/chek.png"/*tpa=http://shamray.insuris.ru/images/chek.png*/) no-repeat;
}

input[type="checkbox"]:checked + label {
    color: #000000;
}
input[type="radio"]:checked + label {
    color: #000000;
}
input[type="checkbox"] + label i{
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
	font-style: normal;
	margin: 1px 0 0px 0;
	display: block;
}

.b-card__info{
	margin: 55px 0 0 0;
}
.b-card__info p{
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #242424;
}
.b-card-title{
	border-bottom: 1px solid #898989;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;	
}
.b-card-title span{
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	color: #831f1c;
	display: block;
}

.b-card__characteristic{
	margin: 20px 0 35px 0;
}
.b-card__characteristic ul{
	padding: 0;
	margin: 0;
}
.b-card__characteristic ul li{
	list-style: none;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	color: #242424;
	font-weight: 500;
	line-height: 18px;
}
.b-card__characteristic ul li span{
	color: #242424;
	font-weight: 400;
	font-family: 'PT Sans Caption', sans-serif;
	line-height: 18px;
	padding: 0 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-card-reviews{
	margin: 60px 0 0 0;
}
.b-card-reviews .b-card-title{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.btn-review{
	background: #970500;
	width: 189px;
	height: 28px;
	color: #feffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;	
	margin: 0 0 -3px 0;
}

.b-card-reviews__item{
	margin: 0 0 40px 0;
}

.b-card-reviews__item__top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 20px 0;
}

.b-card-reviews__item__img{
	width: 38px;
	border-radius: 100%;
	margin: 0 15px 0 0;
}
.b-card-reviews__item__name{
	display: block;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #242424;
	font-weight: 400;
}

.b-card-reviews__item__content{

}
.b-card-reviews__item__content span{
font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #242424;
	margin: 0 0 10px 0;
	display: block;
}
.b-card-reviews__item__content p{
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #242424;
}



/* --------- b-gallery ---------- */
.b-gallery{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-gallery-item{
	width: 20%;
	display: flex;
	flex-direction: column;
	margin: 0 0 20px 0;
}
.b-gallery-item__wrapper{
	width: 124px;	
}
.b-gallery-item__img{
	border: 1px solid #c4c4c4;
}
.b-gallery-item__img img{
	margin: auto;
}
.b-gallery-item span{
	color: #010101;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;	
	display: block;
	margin: 10px 0 0 0;
	text-align: left;
}

.b-gallery-menu ul li a:before{
	display: none;
}
.b-gallery-menu ul li:last-child a:before{
	display: block;
}
.b-gallery-menu ul li a.active:before{
	transform: rotate(90deg);
	transition: 0.5s;
}
.b-aside-menu ul .b-gallery-link ul {
	margin: 0;
	padding: 0;
}
.b-aside-menu ul .b-gallery-link ul li a{
	line-height: 20px;
}
.b-aside-menu ul .b-gallery-link ul li a:before{
	display: none;
}


/* --------- b-musicians ---------- */
.b-musicians .row {
    display: flex;
    flex-wrap: wrap;
}

.b-musicians-item{
    display: flex;
    flex-wrap: wrap;
	margin: 10px 0;
}
.b-musicians-item__img{
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    overflow: hidden;
}
.b-musicians-item__img a {
    display: inline-block;
}
.b-musicians-item__img a img{
    height: 100%;
    object-fit: cover;
}
.b-musicians-item span{
    width: 100%;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 400;
	color: #010101;
	font-size: 12px;
	line-height: 14px;
    text-align: center;
	display: block;
	margin: 3px 0 5px 0;
}
.b-musicians-item i{
    width: 100%;
    display: block;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 400;
	color: #999a9b;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
    text-align: center;
}


/* --------- b-info ---------- */
.b-info-top{
	overflow: hidden;
	
}
.b-info-top h1{ 
	padding-bottom:3px;
}
.b-info-img{
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eaeaea;
	width: 154px;
	margin: 0 15px 0 0;
	border: 1px solid #e1e1e1;
	padding: 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-info-text{
	overflow: hidden;
}
.b-info-text p{
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	text-align:justify;
	font-weight: 400;
	line-height: 16px;	
	margin: 0 0 13px 0;
}

.b-info-items{
	margin: 20px 0;
}
.b-info-items .container > .row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.b-info-block{
	border: 1px solid #c8c8c8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 0 10px;
	min-height: 230px;
}
.b-info-block__top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 20px 0;
}
.b-info-block__ico{
	margin: 0 20px 0 0;
}

.b-info-block span{
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 40px;
}
.b-info-block__top span{
	color: #831f1c;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;	
	margin: 0;
	padding: 0;
}
.b-info-block ul{
	
}
.b-info-block ul li{
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: #000000;
	margin: 0 0 20px 0;
	list-style: disc;
}
.b-info-block ul li a{
	color: #831f1c;
	text-decoration: none;
}

.b-info-block p{
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin: 0 0 15px 20px;
}


.b-info-content{
	margin: 20px 0 40px 0;
}
.b-info-content__left{
	padding: 0 0 0 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-info-content__left i{
	color: #831f1c;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	display: block;
	font-style: normal;
	margin: 0 0 20px 21px;
}
.b-info-content__left ul{
	padding: 0;
	margin: 0 0 0 19px;
}
.b-info-content__left ul li{
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 20px 0;
}
.b-info-content__left ul li span{
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	display: block;
}

.b-map{
	height: 520px;
}

.b-info-city{
	margin: 15px 0 0 0;
}
.b-info-city span{
	display: block;
	text-align: center;
	color: #831f1c;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-bottom:5px;
	line-height: 14px;
}
.b-info-city ul{
	
	justify-content: center;
	margin: 15px 0 0 0;
}
.b-info-city ul li{
	list-style: none;
	margin: 0 15px 0 0;
}
.b-info-city ul li:last-child{
	margin: 0;
}
.b-info-city ul li a{
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}

.b-aside-menu .b-dropdown{
	margin: 10px 0 10px 20px;
	padding: 0;
	border: none;
	display: none;
}
.b-aside-menu .b-dropdown li a:before{
	display: none;
}
 .b-aside-menu .b-dropdown li a{
	padding: 0;
}

.b-workshop-title{
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-workshop-title h1{
	color: #000000;
}

.b-aside-name a{
	display: block;
    padding: 6px 0;
   font-family: 'PT Sans Caption', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}


.b-price-container{
	margin: 7px 0;
}
.b-price-container span{
	display: block;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;	
    margin: 0 0 10px;
}
.b-price-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-price-wrapper input{
	width: 45%;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	border-radius: 3px;
	border: 1px solid grey;
}


.form-group input[type="radio"]{
	display: block;
}

.b-title__catalog{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.b-product-filter__buttons{
	display: none;
}


.b-top-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 10px 0;
}

.b-total-text{
    color: #000000;
    font-size: 12px;
    line-height: 14px;
}
.b-total-text b{
	font-weight: 400;
}


.container{
	max-width: 1000px;
}

.b-catalog-container{
	padding: 0 0 0 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-product-filter__item:last-child{
	display: none;
}

.b-catalog-container__product{
	margin: 0px 0 15px 0;
}

.b-price-container__two{
	display: none;
}

.b-similar-products{
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	display: block;
	padding: 10px 0 10px 21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-title span{
	font-size: 12px;
	line-height: 14px;
}

.b-header-dropdown{
	display: none;
	position: absolute;
    top: 40px;
    left: -6px;
	width: 290px;
	background: #ffffff;
    border: 1px solid #fee6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: -1px 0px 30px 0px rgba(50, 50, 50, 0.36);
	-moz-box-shadow:    -1px 0px 30px 0px rgba(50, 50, 50, 0.36);
	box-shadow:         -1px 0px 30px 0px rgba(50, 50, 50, 0.36);
	z-index: 999999999999;
}
.b-catalog:hover .b-header-dropdown{
	display: block;
	z-index: 100;

}
.b-header-dropdown ul{
    padding: 15px 0;
	margin: 0;
}
.b-header-dropdown ul li{
    display: block;
    padding: 0 15px;
    list-style: none;
}
.b-header-dropdown ul li a{
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	padding: 8px 0;
	width:90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	transition: 0.5s;
}
.b-header-dropdown ul li i {
	display: inline-block;
	padding-right:5px;
	font-size: 10px;
	line-height: 12px;
    vertical-align: top;
    margin-top: 10px;
}

.b-header-dropdown__two{
    min-height: 100%;
    display: none;
	position: absolute;
	top: 0;
	left: 100%;
	background: #ffffff;
	width: 330px;
    border: 1px solid #fff6f6;
        border-radius: 4px;
		-webkit-box-shadow: -1px 0px 10px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    -1px 0px 10px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         -1px 0px 10px 0px rgba(50, 50, 50, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	transition: 0.3s;
}

.b-header-dropdown ul li:hover .b-header-dropdown__two{
	z-index: 100;
    display: block;
}
.b-header-dropdown__three {
    min-height: 100%;
    display: none;
	position: absolute;
	top: 0;
	left: 100%;
	background: #ffffff;
	width: 330px;
    border: 1px solid #fff6f6;
    border-radius: 4px;
    -webkit-box-shadow: -1px 0px 10px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    -1px 0px 10px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         -1px 0px 10px 0px rgba(50, 50, 50, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	transition: 0.3s;
}

.b-header-dropdown__two ul li:hover .b-header-dropdown__three{
	z-index: 100;
    display: block;
}
.b-header-dropdown ul li a:after{
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	background: rgba(0, 0, 0, 0.21);
	width: 100%;
	height: 1px;
	transition: 0.5s;
}
.b-header-dropdown ul li:last-child a:after {
    display: none;
}
.b-header-dropdown > ul > li:hover > a{
	color: #878787;
	transform: translateX(10px);
	transition: 0.5s;
}
.b-header-dropdown > ul > li:hover > a:after{
	width: 0;
	transition: 0.5s;
	
}
.b-header-dropdown__two > ul > li:hover > a:after{
	width: 0;
	transition: 0.5s;
}
.b-header-dropdown__two > ul > li:hover a{
	color: #878787;
	transition: 0.5s;
}

.b-header-dropdown__three > ul > li > a {
    color: #000 !important;
}

.b-header-dropdown__three > ul > li:hover > a:after{
    width: 0;
    transition: 0.5s;
}
.b-header-dropdown__three > ul > li:hover a{
    color: #878787 !important;
    transition: 0.5s;
}

.b-product-price__left{
	padding:7px;
}

.b-header .b-header-bottom .b-catalog__wrapper {
	padding: 0 15px 0 5px;
}

.b-header .b-header-bottom .b-catalog__wrapper .b-catalog {
	height: 40px;
	margin: -5px 0;
	justify-content: left;
}

@media screen and (max-width: 1200px) {

	.b-header-bottom {
		max-width: 940px;
	}

    .b-header-dropdown__two,
    .b-header-dropdown__three {
        width: 300px;
    }

}

@media screen and (max-width: 1023px) {

    .b-header-dropdown ul li a {
        width: 85%;
    }

    .b-header-dropdown {
        width: 250px;
    }

    .b-header-dropdown__two,
    .b-header-dropdown__three {
        width: 240px;
    }

}


.b-aside{
    padding: 0 0 0 5px;
    margin: 0 -1px;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-aside-menu{

}
.b-aside-name1{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-aside-name1 span{
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;	
	display: block;
}
.b-aside-menu1 ul{
	margin: 0;
	padding: 10px 0 3px 11px;
	border-bottom: 1px dotted #8b8b8b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-aside-menu1 ul:last-child{
	border: none;
}
.b-aside-menu1 ul li{
	list-style: none;
}
.b-aside-menu1 ul li a{
	display: block;
	color: #000000;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 35px;
	margin-right:5px;
	border-bottom: 1px dotted #cccccc;
	padding: 0 0px 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.b-aside-menu1 ul li:last-child a{
	border: none;
}
.b-aside-menu1 ul li a:before{
	position: absolute;
	top: 7px;
	left: 3px;
	content: "";
	/* background: url(../images/b-aside-ico.jpg); */
	width: 19px;
	height: 19px;
	transition: 0.5s;
}
.b-aside-menu1 ul li a.active:before{
	transform: rotate(90deg);
	transition: 0.5s;
}

.b-aside-menu1 .b-dropdown{
	margin: 10px 0 10px 20px;
	padding: 0;
	border: none;
	display: none;
}
.b-aside-menu1 .b-dropdown li a:before{
	display: none;
}
 .b-aside-menu1 .b-dropdown li a{
	padding: 0;
}


.b-aside-name1 a{
	display: block;
    padding: 6px 0;
   font-family: 'PT Sans Caption', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.fa-dot-circle-o:before {
	color: #831F1C;
}

.b-aside-menu1.b-shop-menu ul {
	padding: 0;
}

.b-aside-menu1.b-shop-menu ul li {
	list-style: none;
	position: relative;
}

.b-aside-menu1.b-shop-menu .b-aside-name1 {
	padding: 0 0 10px;
}

.b-aside-menu1.b-shop-menu ul li .fa.pull-left:before {
	margin: -9px 0 0;
	position: absolute;
	top: 50%; left: -20px;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	margin: -64px 0 0;
	top: 50%;
}

.tooltip {
	z-index: 0;
}






/*15/11/17*/

/*banner*/

.banner {
	padding: 0 0 15px 15px;
}

.banner .col-lg-3 {
	height: 215px;
	text-align: center;
	padding: 15px 15px 0;
	background: #981B1F;
}

.banner .col-lg-3 p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}

.banner .col-lg-3 p .small-text {
	display: block;
	font-size: 12px;
	line-height: 15px;
}

.banner .col-lg-9 {
	padding: 0 15px 0 0;
}

.banner .col-lg-9 img {
	height: 216px;
}

.banner .col-lg-3 h3 {
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: normal;
	color: #fff;
	padding: 0 0 5px;
}

/*end banner*/

/*service block*/

.service-block .steps h4 {
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

.service-block .steps article {
	display: block;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	color: #272425;
	text-align: center;
	line-height: 15px;
	padding: 0 0 5px;
}

.service-block .steps article figure {
	text-align: center;
	padding: 0 0 6px;
}

.service-block .steps article figure figcaption {
	display: block;
	padding: 0 0 7px;
}

.service-block .steps article figure img {
	display: inline-block;
}

.service-block .steps article p {
	font-size: 12px;
	color: #272425;
	text-align: center;
	line-height: 15px;
	letter-spacing: -0.5px;
}

.service-block .price-block h3 {
	padding: 0 0 20px 10px;
}

.service-block .price-block h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #272425;
	padding-left: 10px;
}

.service-block .price-block table {
	margin: 0 0 20px;
}

.service-block .price-block table thead tr td {
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 16px;
	padding: 5px;
	border-right: 2px solid #fff;
	position: relative;
	background: #9B9C9E;
}

.service-block .price-block table thead tr td:last-child {
	border: none;
}

.service-block .price-block table thead tr td i {
	width: 46px;
	height: 37px;
	display: block;
	position: absolute;
	top: -17px; right: 0;
	/*background: url("/images/images/table-icon.png") no-repeat;*/
}

.service-block .price-block table thead tr td span {
	position: relative;
	z-index: 1;
}

.service-block .price-block table tbody tr td {
	min-width: 118px;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 5px 10px;
	border-right: 2px solid #fff;
	border-bottom: 1px solid #fff;
}

.service-block .price-block table tbody tr td:first-child {
	min-width: 245px;
	text-align: left;
}

.service-block .price-block table thead+tbody tr:nth-child(2n+2) td {
	background: #E6E8E9;
}

.service-block .price-block table tbody tr:last-child td {
	font-weight: bold;
	font-size: 14px;
	color: #822124;
}

.service-block .price-block table tbody tr:last-child td:first-child {
	font-size: 12px;
}

.service-block .price-block table tbody tr td .circle-icon {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: #822124;
	border-radius: 7px;
}

.service-block .price-block table tfoot tr td {
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	border-right: 2px solid #fff;
	background: #822124;
}


.service-block .price-block table.small tr td:first-child {
	width: 470px;
}

.service-block .price-block table.small tr td:nth-child(2) {
	width: 270px;
}

.service-block .price-block table.small tr:last-child td {
	font-size: 12px;
	color: #272425;
}

.service-block .price-block table.small thead tr:last-child td {
	font-size: 14px;
	color: #fff;
}

.service-block .price-block table.small tbody tr td {
	background: #E6E8E9;
}

.service-block .price-block table.small thead+tbody tr td {
	background: #fff;
}

.service-block .price-block table.small tbody tr:nth-child(2n+2) td {
	background: #fff;
}

.service-block .price-block table.small thead+tbody tr:nth-child(2n+2) td {
	background: #E6E8E9;
}

/*end service block*/

/*end 15/11/17*/