
:root {
	--main_text_color: #15253f;
	--second_text_color: #888888;
	--third_text_color: #949494;
	--forth_text_color: #120f0e;
	--fivth_text_color: #eaebee;
	--sixth_text_color: #c1a166;
	--secondary_color: #031e3a;
	--third_color: #c7c7c7;
	--white: #ffffff;
	--black: #000000;
	--shape1: #eeeeee;
	--scrollbarBG: #ffffff; /*#CFD8DC*/
	--thumbBG: #90A4AE;
	--articleTitle: #0a2550;
	--color1: #efefef;
	--color2: #1d2d46;
}

input::-webkit-input-placeholder{opacity:1;}
input::-moz-placeholder{opacity:1;}
input:-moz-placeholder{opacity:1;}
input:-ms-input-placeholder{opacity:1;}
input:focus::-webkit-input-placeholder{opacity:0;}
input:focus::-moz-placeholder{opacity:0;}
input:focus:-moz-placeholder{opacity:0;}
input:focus:-ms-input-placeholder{opacity:0;}
textarea::-webkit-input-placeholder{opacity:1;}
textarea::-moz-placeholder{opacity:1;}
textarea:-moz-placeholder{opacity:1;}
textarea:-ms-input-placeholder{opacity:1;}
textarea:focus::-webkit-input-placeholder{opacity:0;}
textarea:focus::-moz-placeholder{opacity:0;}
textarea:focus:-moz-placeholder{opacity:0;}
textarea:focus:-ms-input-placeholder{opacity:0;}

/*  var(--secondary_color)  */

body{
	font: 14px Montserrat-Regular;
	color: var(--main_text_color);
	min-width: 380px;
	overflow-x: hidden;
}
body.ovh,
body.ovh1{
	height: 100vh;
	overflow: hidden;
}

.container-fluid{
	width: 93%;
	padding: 0 3.5%;
	position: relative;
}

a{
	/*font: 14px Montserrat-Regular;*/
	color: var(--second_text_color);
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

picture{
	width: 100%;
}

.dspn{
	display: none !important;
}

/*.sorting-mbtn,*/
.clsf-close,
.filter-mbtn,
.headerStop,
.mob-title{
	display: none;
}
.mobmenu,
.mob-search-btn,
.close-search,
.mobmenu-btn{
	display: none;
	cursor: pointer;
}

.pswp img{
	max-height: none !important;
}


.btn1{
	display: block;
	position: relative;
	width: 265px;
	height: 44px;
	text-align: center;
	font: 16px/44px MazzardM-Light;
	color: var(--main_text_color);
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}
.btn1:before,
.btn1:after,
.btn1 .border-tb:before,
.btn1 .border-tb:after{
	content: '';
	position: absolute;
	background-color: var(--main_text_color);
	transition: all 0.3s;
}
.btn1:before,
.btn1:after{
	top: 9px;
	width: 1px;
	height: calc(100% - 18px);
}
.btn1 .border-tb:before,
.btn1 .border-tb:after{
	left: 9px;
	width: calc(100% - 18px);
	height: 1px;
}
.btn1:after{left: 0;}
.btn1:before{right: 0;}
.btn1 .border-tb:after{top: 0;}
.btn1 .border-tb:before{bottom: 0;}
.btn1 .border-tb{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.btn1:hover:before,
.btn1:hover:after{
	top: 0;
	height: 100%;
}
.btn1:hover .border-tb:before,
.btn1:hover .border-tb:after{
	left: 0;
	width: 100%;
}
.blog-comment-fields div.blog-comment-buttons input,
.popup-window-buttons > span.btn.btn-default:nth-child(1),
.btn2{
	display: block;
	width: 278px;
	height: 60px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: var(--main_text_color);
	text-decoration: none;
	text-align: center;
	font: 22px/60px MazzardM-Regular;
	color: var(--white);
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.popup-window-buttons > span.btn.btn-default:nth-child(2),
.title-search-result .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button,
.btn3{
	display: block;
	width: 278px;
	height: 60px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: var(--fivth_text_color);
	text-decoration: none;
	text-align: center;
	font: 22px/60px MazzardM-Regular;
	color: var(--main_text_color);
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.popup-window-buttons > span.btn.btn-default:nth-child(1),
.popup-window-buttons > span.btn.btn-default:nth-child(2){
	width: 180px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	margin: 0 !important;
}
.popup-window-buttons > span.btn.btn-default:nth-child(1):hover,
.btn2:hover{
	color: var(--main_text_color);
	background-color: var(--white);
	border-color: var(--main_text_color);
}
.popup-window-buttons > span.btn.btn-default:nth-child(2):hover,
.title-search-result .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover,
.btn3:hover{
	background-color: #ced2df;
}

.btn2:hover svg path{
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.btn2:hover svg path:nth-child(1),
.btn2:hover svg path:nth-child(2) {
	stroke: var(--main_text_color);
}
.btn2:hover svg path:nth-child(3),
.btn2:hover svg path:nth-child(4) {
	fill: var(--main_text_color);
}


/*--  scrollbar  --*/
	body::-webkit-scrollbar,
	.catls-wrapper::-webkit-scrollbar {
		width: 11px;
	}
	body,
	.catls-wrapper {
		scrollbar-width: thin;
		scrollbar-color: var(--thumbBG) var(--scrollbarBG);
	}
	body::-webkit-scrollbar-track,
	.catls-wrapper::-webkit-scrollbar-track {
		background: var(--scrollbarBG);
	}
	body::-webkit-scrollbar-thumb,
	.catls-wrapper::-webkit-scrollbar-thumb {
		background-color: var(--thumbBG) ;
		border-radius: 6px;
		border: 3px solid var(--scrollbarBG);
	}
/*--  end scrollbar  --*/


/*--  header  --*/
	header{
		position: relative;
	}
	.hw-block1{
		display: table;
		width: 100%;
		position: relative;
		padding: 26px 0 5px;
	}
	.hw-menu{
		position: absolute;
		width: 470px;
		text-align: center;
		left: calc(50% - 235px);
	}
	.hw-menu ul{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.hw-menu ul li a{
		position: relative;
		font: 16px MazzardM-Light;
		color: var(--second_text_color);
		text-decoration: none;
		text-transform: uppercase;
		padding: 0 6px;
	}
	.hw-menu ul li a:after{
		content: '';
		position: absolute;
		background-color: var(--third_color);
		bottom: -5px;
		left: 50%;
		width: 0;
		height: 1px;
		transition: width .3s, left .3s;
	}
	.hw-menu ul li a:hover:after{
		width: 100%;
		left: 0;
	}
	/*--//--*/
	.hw-grafic {
		float: right;
	}
	.hwg-time{
		font: 15px MazzardM-Light;
		color: var(--second_text_color);
		text-align: right;
	}
	.hwg-phone{
		font: 24px MazzardM-Regular;
		color: var(--main_text_color);
		text-decoration: none;
		padding-left: 33px;
	}
	/*--//--*/
	.hw-block2{
		display: table;
		position: relative;
		width: 100%;
		margin-bottom: 35px;
	}
	.hwb1-btn {
		float: left;
		padding-top: 50px;
	}
	/*--//--*/
	.hwb1-logo{
		display: table;
		text-decoration: none !important;
		width: 320px;
		position: absolute;
		left: calc(50% - 160px);
		top: 0;
	}
	.l_text1{
		display: table;
		margin: 0 auto 11px;
		white-space: nowrap;
	}
	.l_text1 > span{
		display: inline-block;
		font: 25px cambria;
		color: var(--secondary_color);
		text-transform: uppercase;
		letter-spacing: 1px;
		padding-top: 12px;
	}
	.l_text1 > img{
		display: inline-block;
		margin: -10px -10px 0;
	}
	.l_text2{
		display: table;
		font: 11px MazzardM-Regular;
		color: var(--secondary_color);
		margin: auto;
		letter-spacing: 0.4px;
		text-transform: uppercase;
		border-top: 1px solid #778594;
		padding-top: 9px;
	}
	/*--//--*/
	.hwb1-rb {
		float: right;
	}
	.hwb1rb-block1{
		display: table;
		width: 100%;
		margin-bottom: 8px;
	}
	.hwb1rb-soc_icon {
		float: right;
	}
	.hwb1rb-soc_icon a{
		display: block;
		position: relative;
		width: auto;
		float: left;
		padding-left: 35px;
		height: auto !important;
		line-height: 30px !important;
	}
	.hwb1rb-soc_icon a:before{
		display: none;
	}
	.hwb1rb-soc_icon a:after{
		content: "";
		position: absolute;
		bottom: -9px;
		top: auto;
		left: 50%;
		width: 0;
		height: 1px !important;
		background-color: var(--main_text_color);
		transition: width .3s, left .3s;
	}
	.hwb1rb-soc_icon a:hover:after{
		width: 100%;
		left: 0;
		top: auto;
	}
	.hwb1rb-soc_icon svg{
		width: 34px;
		height: 34px;
	}
	a.max-btn svg {
		width: 30px;
		height: 30px;
	}
	header .hwb1rb-soc_icon a:after{
		display: none;
	}
	/*--//--*/
	.hwb1rb-block2{
		display: table;
	}
	.hwb1rb-block2 > div{
		float: left;
	}
	.hwb1rb-search {
		margin-right: 30px;
		padding-top: 5px;
	}
	.search-module{
		position: relative;
	}
	.search-module input{
		font: 16px MazzardM-Regular;
		color: var(--main_text_color);
		border: none;
		border-bottom: 1px solid var(--third_color);
		padding: 18px 50px 9px 15px;
		width: 280px;
		text-transform: uppercase;
	}
	.mob-search-btn,
	.search-module button{
		position: absolute;
		right: 0;
		top: 0;
		background-image: url('../img/search_btn.png');
		background-color: rgba(255,255,255,0);
		background-repeat: no-repeat;
		background-position: center;
		border: none;
		cursor: pointer;
		padding: 0;
		margin: 0;
		width: 50px;
		height: 100%;
	}
	.mob-search-btn{
		position: relative;
	}
	/*--//--*/
	.cart{
		display: block;
		position: relative;
		background-image: url('../img/cart.png');
		background-position: center 15px;
		background-repeat: no-repeat;
		cursor: pointer;
		text-decoration: none;
		width: 75px;
		height: 47px;
	}
	.cart span{
		display: block;
		position: absolute;
		right: 3px;
		top: 0;
		width: 24px;
		height: 24px;
		text-align: center;
		font: 12px/24px VazzardM-Light;
		background-color: var(--main_text_color);
		color: var(--white);
		border-radius: 50px;
	}
/*--  end header  --*/

/*--  header fixed  --*/
	header.fixed {
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 99999;
		padding: 5px 0 10px;
		border-bottom: 1px solid var(--third_color);
	}
	body.ovh header {
		display: none;
	}
	header *{
		transition: all .3s;
	}
	header.fixed .hw-block2 {
		margin-bottom: 0;
	}
	.mobmenu-btn {
		-webkit-transition: margin .2s;
		-moz-transition: margin .2s;
		-ms-transition: margin .2s;
		-o-transition: margin .2s;
		transition: margin .2s;
	}
	.mobmenu-btn svg {
		-webkit-transition: width .2s,height .2s;
		-moz-transition: width .2s,height .2s;
		-ms-transition: width .2s,height .2s;
		-o-transition: width .2s,height .2s;
		transition: width .2s,height .2s;
	}
	.mobmenu-btn{
		float: left;
		margin-top: 17px;
	}
	.mobmenu-btn svg{
		width: 30px;
		height: 30px;
	}
	.pcHeaderPhone {
		float: left;
		margin-top: 9px;
	}
	header.fixed .hwb1-logo {
		width: 260px;
		left: calc(50% - 130px);
	}
	header.fixed .hwb1-logo .l_text1 > span {
		font-size: 20px;
	}
	header.fixed .hwb1-logo .l_text1 > img {
		height: 38px;
	}
	header.fixed .hwb1-logo span.l_text2 {
		display: none;
	}
	header.fixed .hwb1rb-block1{
		margin: 0;
	}
	header.fixed .hwb1rb-block1,
	header.fixed .hw-block1,
	.pcHeaderPhone{
		max-height: 0;
		padding: 0;
		overflow: hidden;
		display: block;
	}
	header.fixed .hwb1-btn{
		display: none;
	}
	header.fixed .pcHeaderPhone,
	header.fixed .mobmenu-btn{
		display: block;
		max-height: unset;
	}
	header.fixed .mobmenu-btn {
		margin-top: 8px;
	}
	header.fixed .search-module input {
		padding: 10px 40px 6px 12px;
		font-size: 14px;
	}
	header.fixed .search-module button {
		width: 40px;
		background-size: 22px auto;
	}
	header.fixed  .cart {
		width: 60px;
		height: 40px;
		background-size: 35px auto;
	}
	header.fixed .cart span {
		width: 20px;
		height: 20px;
		font-size: 11px;
		line-height: 20px;
	}
/*--  end header fixed  --*/

/*--  mobmenu  --*/
	.mobmenu{
		display: none;
		position: fixed;
		z-index: 999;
		background-color: var(--white);
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.mobmenu.active{
		display: block;
	}
	.mm-wrapper {
		width: 93vw;
		padding: 50px 3.5vw;
		margin: auto;
		display: block;
		height: calc(100vh - 100px);
		overflow: hidden;
		overflow-y: scroll;
	}
	.mmw{

	}
	.mmw-item{
		margin-bottom: 30px;
	}
	.mmw-item-b{
		border-bottom: 1px solid var(--third_color);
		padding-bottom: 30px;
	}
	.mobmenu .mmw-item:last-child {
		padding-bottom: 50px;
	}
	.mobmenu .hw-grafic {
		float: none;
	}
	.mobmenu .hwg-time {
		text-align: left;
	}
	.mobmenu .hwb1rb-soc_icon {
		float: none;
	}
	/*--//--*/
	.mobmenu{

	}
	.mobmenu .mmw-item{

	}
	.mobmenu .mmw-item-main a{
		position: relative;
		font: 16px MazzardM-Regular;
		text-transform: uppercase;
		color: var(--secondary_color);
		text-decoration: none;
		padding: 5px 0;
		display: block;
	}
	.mobmenu .mmw-item-second a{
		position: relative;
		font: 14px MazzardM-Light;
		color: var(--second_text_color);
		text-decoration: none;
		text-transform: uppercase;
		display: block;
		padding: 5px 0;
	}
	.mobmenu .hwg-phone{
		padding-left: 0;
	}
	.mobmenu .hwg-time {
		margin-bottom: 3px;
	}
	/*--//--*/
	ul.sub-mm {
		position: relative;
		display: grid;
		grid-template-columns: repeat(4,1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		box-shadow: none;
		margin: 0;
		width: 100%;
		padding: 0;
	}
	ul.sub-mm li {
		display: block;
	}
	.mobmenu .mmw-item-main ul.sub-mm li a {
		font-size: 14px;
		text-transform: unset;
	}
	/*--//--*/
	.mobmenu img {
		display: none;
	}
	.mobmenu ul.sub-mm {
		display: none;
		text-align: left;
		width: auto;
		padding-left: 15px;
	}
	.mobmenu ul.sub-mm li {
		text-align: left;
	}
	.mobmenu .parentMenu{
		position: relative;
	}
	.mobmenu .parentMenu > a{
		pointer-events: none;
		display: table;
		position: relative;
		padding-right: 25px;
	}
	.mobmenu .parentMenu > a:after{
		content: '';
		position: absolute;
		top: 7px;
		right: 0;
		background-image: url('../img/mob-menu-arrow.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 15px;
		height: 15px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.mobmenu .parentMenu.open > a:after{
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
/*--  end mobmenu  --*/

/*--  main-menu  --*/
	.main-menu{
		border-top: 1px solid var(--third_color);
		margin-bottom: 35px;
	}
	.main-menu .mm{
		display: flex;
		justify-content: space-between;
		width: 100%;
		border-bottom: 1px solid var(--third_color);
	}
	.main-menu .mm > li > a{
		display: flex;
		align-items: center;
		position: relative;
		font: 16px MazzardM-Regular;
		text-transform: uppercase;
		color: var(--secondary_color);
		text-decoration: none;
		height: 75px;
	}
	.main-menu .mm > li > a > span{
		position: relative;
		padding: 0 6px;
	}
	.main-menu .mm > li > a > span:after,
	.fb1-menu ul li a:after{
		content: '';
		position: absolute;
		bottom: -9px;
		left: 50%;
		width: 0;
		height: 1px;
		background-color: var(--main_text_color);
		transition: width .3s, left .3s;
	}
	.main-menu .mm > li.active > a > span:after,
	.main-menu .mm > li:hover > a > span:after,
	.fb1-menu ul li.active a:after,
	.fb1-menu ul li a:hover:after{
		width: 100%;
		left: 0;
	}
	/*--//--*/
	ul.sub-mm {
		display: none;
		position: absolute;
		z-index: 99999;
		background: #fff;
		width: calc(93% - 80px);
		margin: 0 3.5%;
		left: 0;
		grid-template-columns: repeat(5,1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		box-shadow: 0 35px 35px rgba(27,27,27,.29);
		padding: 30px 40px;
	}
	.main-menu .mm > li > ul.sub-mm.hover{
		display: grid;
	}
	ul.sub-mm li {
		text-align: center;
		display: flex;
		align-items: end;
		justify-content: center;
	}
	ul.sub-mm li a{
		text-decoration: none;
		font: 18px MazzardM-Light;
		color: var(--secondary_color);
	}
	ul.sub-mm li a img {
		max-width: 100px;
	}
	ul.sub-mm li a:hover,
	ul.sub-mm li.active a{
		font-family: MazzardM-Medium;
	}
	ul.sub-mm li a span{
		display: block;
	}
/*--  end main-menu  --*/

/*--  main-slider  --*/
	.main-slider{
		position: relative;
		width: 100%;
		overflow: hidden;
		margin-bottom: 110px;
	}
	.main-slider img {
		width: 100vw;
	}
	/*--//--*/
	.slick-dots{
		display: flex;
		width: 100%;
		position: absolute;
		bottom: 27px;
		left: 0;
		justify-content: center;
	}
	.slick-dots li{
		padding: 0 9px;
	}
	.slick-dots li button{
		background: none;
		width: 21px;
		height: 21px;
		border: 1px solid var(--white);
		border-radius: 50px;
		text-indent: -9999px;
		overflow: hidden;
		cursor: pointer;
	}
	.slick-dots li.slick-active button{
		background-color: var(--white);
	}
/*--  end main-slider  --*/

/*--  text-block  --*/
	.text-block{
		width: 100%;
		overflow: hidden;
		font: 22px MazzardM-Regular;
		color: var(--main_text_color);
		/*margin-bottom: 100px;*/
	}
	.tb-wrapper{
		width: 78%;
		padding: 0 11%;
	}
	h1,
	.h1{
		display: table;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		color: var(--main_text_color);
		font: 36px cambria;
		margin-bottom: 100px;
		letter-spacing: 1px;
	}
	h2,
	.h2{
		font: 24px MazzardM-Regular;
		color: var(--main_text_color);
		text-transform: uppercase;
		margin-bottom: 50px;
	}
	.text-block p{
		margin-bottom: 40px;
	}
	.text-block p:last-child{
		margin-bottom: 0;
	}
	.bx-soa-empty-cart-text{
		text-align: center;
		margin: 0 !important;
		padding: 50px 0 0;
	}
/*--  end text-block  --*/

/*--  categ-block  --*/
	.categ-block{
		width: 100%;
		overflow: hidden;
		margin-bottom: 50px;
	}
	.cb-wrapper{
		display: table;
		width: 100%;
	}
	.cb-wrapper a,
	.cb-wrapper a div{
		display: block;
		position: relative;
		text-decoration: none;
	}
	.cb-wrapper a div:after,
	.cb-wrapper a div:before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.cb-wrapper a div:after{
		z-index: 7;
		background-color: rgba(0,0,0,0.2);
	}
	.cb-wrapper a div:before{
		z-index: 8;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15253f+0,15253f+50&1+0,0+50 */
		background: -moz-linear-gradient(-45deg,  rgba(21,37,63,1) 0%, rgba(21,37,63,0) 50%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg,  rgba(21,37,63,1) 0%,rgba(21,37,63,0) 50%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg,  rgba(21,37,63,1) 0%,rgba(21,37,63,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15253f', endColorstr='#0015253f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		opacity: .37;
	}
	.cb-wrapper a span{
		position: absolute;
		z-index: 9;
		left: 0;
		top: 0;
		font: 24px MazzardM-Light;
		color: var(--white);
		padding: 18.09% 15.13% 0;
	}
	.cb-wrapper .cbw-block1 a span{
		font-size: 36px;
		padding: 7.97% 7.49%;
	}
	.cb-wrapper img {
		width: 100%;
	}
	.cbw-block1{
		float: left;
		width: 39.82%;
		margin-right: .63%;
	}
	.cbw-block2{
		float: left;
		width: 59.55%;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-column-gap: 1.07%;
		grid-row-gap: 1.07%;
	}
	/*--//--*/
	.cbw-grid {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}
	.cbw-grid a {
		flex-basis: calc(33.33333333% - 35px);
		padding: 17px;
		text-decoration: none;
	}
	.cbw-grid a:nth-child(1), .cbw-grid a:nth-child(7) {
		flex-basis: calc(66.66666667% - 34px);
	}


	.cbw-grid a span{
		display: block;
	}
	.cbw-grid a img{
		width: 100%;
	}
	.cbw-grid span.cbwg-curr-img {
		margin-bottom: 9px;
	}
	.cbw-grid span.cbwg-curr-title{
		display: block;
		font: 30px MazzardM-Regular;
		color: var(--main_text_color);
	}
/*--  end categ-block  --*/

/*--  podborki  --*/
	.podborki{
		margin-bottom: 110px;
		overflow: hidden;
		width: 100%;
	}
	.podborki .container-fluid{
		/*overflow: hidden;
		padding: 0;
		margin: 0 3.5%;*/
	}
	.stati_glavnaya .h1,
	.podborki .h1{
		text-align: left;
		margin-bottom: 36px;
	}
	.swiper-button a{
		display: block;
		position: relative;
		padding: 0 3.72%;
	}
	.swiper-podborki .swiper-slide {

	}
	.swiper-podborki .swiper-slide a{
		display: block;
		padding: 0 10px;
	}
	.swiper-podborki .swiper-slide a img{
		width: 100%;
	}
	.it-block1 .swiper-slide{
		/*padding: 0 1px;*/
	}
	.it-block1 .swiper-slide{
		opacity: 0;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-ms-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}
	.it-block1 .swiper-slide-active {
		opacity: 1;
	}
	.podborki-info{
		position: absolute;
		top: 6%;
		left: 12%;
		right: 10%;
	}
	.pi-date{
		font: 30px Cambria-Bold;
		color: var(--white);
	}
	.pi-title{
		font: 18px MazzardM-Light;
		color: var(--white);
	}
	/*--//--*/
	.swiper-horizontal {
		position: relative;
	}
	a.swiper-button{
		overflow: hidden;
		text-decoration: none;
		cursor: pointer;
		width: 50px;
		height: 50px;
		top: calc(50% - 3px);
		box-shadow: 0 0 8px rgba(255,255,255,.5);
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: var(--white);
	}
	a.swiper-button:after{
		content: '';
		position: absolute;
		z-index: 8;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
		display: block !important;
	}
	a.swiper-button:after{
		background-color: var(--main_text_color);
		opacity: 1;
	}
	a.swiper-button:hover:after{opacity: 0;}
	a.swiper-button svg{
		width: 30px;
		height: 30px;
		position: relative;
		z-index: 10;
		-webkit-transition: fill .5s;
		-moz-transition: fill .5s;
		-ms-transition: fill .5s;
		-o-transition: fill .5s;
		transition: fill .5s;
	}
	a.swiper-button:hover svg {
		fill: var(--main_text_color);
	}
	a.swiper-button.swiper-button-prev {
		transform: rotate(180deg);
		left: -22px;
	}
	a.swiper-button.swiper-button-next {
		right: -22px;
	}
	a.swiper-button.swiper-button-disabled {
		display: none;
	}
	a.swiper-button:after{
		display: none;
	}
/*--  end podborki  --*/

/*--  footer  --*/
	footer{
		border-top: 1px solid var(--third_color);
		padding-top: 45px;
	}
	.foot-block1{
		display: table;
		width: 100%;
		padding-bottom: 28px;
	}
	.fb1-menu{
		float: left;
		width: calc(100% - 315px);
	}
	.fb1-menu ul {
		column-count: 3;
	}
	.fb1-menu ul li{
		margin-bottom: 5px;
	}
	.fb1-menu ul li a{
		display: table;
		position: relative;
		font: 18px MazzardM-Light;
		color: var(--main_text_color);
		text-transform: uppercase;
		text-decoration: none;
		padding: 10px 0;
	}
	.fb1-menu ul li a:after{
		bottom: 1px;
	}
	.fb1-info{
		float: right;
		width: 315px;
		text-align: right;
		padding-top: 10px;
	}
	.fb1i-time{
		font: 23px MazzardM-Light;
		color: var(--second_text_color);
		margin-bottom: 4px;
	}
	.fb1i-phone-wrapper{
		display: table;
		width: 100%;
		margin-bottom: 5px;
	}
	.fb1i-phone{
		display: block;
		float: right;
		font: 36px MazzardM-Regular;
		color: var(--main_text_color);
		text-decoration: none;
		padding-left: 51px;
		position: relative;
	}
	.fb1i-phone span{
		display: block;
		position: absolute;
		width: 38px;
		height: 38px;
		left: 0;
		top: 2px;
	}
	.fb1i-phone span svg {
		top: 0;
		left: 0;
		position: absolute;
	}
	.fb1i-phone:hover{

	}
	.fb1i-soc{
		display: table;
		width: 100%;
	}
	.fb1i-soc-wrapper{
		float: right;
	}
	.fb1i-soc a{
		text-decoration: none;
		float: left;
	}
	.fb1i-soc a svg{
		width: 43px;
		height: 43px;
	}
	/*--//--*/
	.foot-block2{
		border-top: 1px solid var(--third_color);
		height: 94px;
		position: relative;
	}
	.foot-block2,
	.foot-block2 a{
		font: 16px/94px MazzardM-Light;
		color: var(--second_text_color);
	}
	.fb2-block1{
		float: left;
	}
	.fb2-block2{
		display: block;
		width: 250px;
		text-align: center;
		position: absolute;
		left: calc(50% - 125px);
	}
	.fb2-block3{
		display: block;
		float: right;
		text-decoration: none;
	}
	.fb2-block3:hover{
		text-decoration: underline;
	}
/*--  end footer  --*/

/*--  breadcrumbs  --*/
	.breadcrumbs{
		display: table;
		width: 100%;
		margin-bottom: 54px;
	}
	.breadcrumb-divider{
		color: var(--third_text_color);
		margin-right: 5px;
	}
	.breadcrumb-item{
		float: left;
		font: 13px MazzardM-Regular;
	}
	.breadcrumb-item a{
		/*color: var(--third_text_color);*/
		color: var(--main_text_color);
		text-decoration: none;
		cursor: pointer;
	}
	.breadcrumb-item a:hover{
		text-decoration: underline;
	}
	.breadcrumb-item span{
		color: var(--forth_text_color);
	}
	/*--//--*/
	.breadcrumb-item,
	.category-menu .cls-menu > ul > li > ul > li,
	.category-menu .cls-menu > ul > li > ul > li > ul > li {
		display: inline-block;
		margin: 0 10px 10px 0;
	}
	.breadcrumb-item > span,
	.breadcrumb-item a,
	.category-menu .cls-menu > ul > li > ul > li > a,
	.category-menu .cls-menu > ul > li > ul > li > ul > li > a {
		display: block;
		border: 1px solid var(--third_color);
		padding: 3px 5px;
		text-decoration: none !important;
	}
	.breadcrumb-item > span,
	.category-menu .cls-menu > ul > li > ul > li > a.active,
	.category-menu .cls-menu > ul > li > ul > li > a:hover,
	.category-menu .cls-menu > ul > li > ul > li > ul > li > a.active,
	.category-menu .cls-menu > ul > li > ul > li > ul > li > a:hover {
		background-color: var(--shape1);
		text-decoration: none;
		font-family: MazzardM-Regular;
	}
	.category-menu .cls-menu > ul > li > ul > li.active {
		/*display: none;*/
	}
	.cls-menu > ul > li > ul > li > ul {
		display: none;
	}
	.category-menu .cls-menu > ul > li > ul > li.active > a {
		display: none;
	}
	.category-menu .cls-menu > ul > li.active > ul > li.mobHide{
		/*display: none;*/
	}
	.category-menu .cls-menu > ul > li.active > ul > li.mobHide.active,
	.category-menu .cls-menu > ul > li.active > ul > li.active > ul {
		display: inline-block;
	}
	.category-menu .cls-menu > ul > li.active > ul > li.mobHide.active,
	.category-ls .cls-menu > ul > li > ul > li.active.mobHide {
		display: block;
		margin: 0;
	}
	.breadcrumb-item {
		float: none;
		font: 15px MazzardM-Light;
	}
	.breadcrumb-divider{
		display: none;
	}
/*--  end breadcrumbs  --*/

/*--  content  --*/
	.content{
		padding-bottom: 90px;
		position: relative;
		z-index: 1;
	}
	.content .categ-block{
		margin-bottom: 20px;
	}
	.content h1{
		font: 30px Cambria;
		color: var(--forth_text_color);
		margin-bottom: 40px;
	}
/*--  end content  --*/

/*--  category  --*/
	.category{
		display: flex;
		align-items: flex-start;
	}
	.category-ls{
		flex-basis: 225px;
		position: sticky;
		top: 50px;
	}
	.cls-title{
		font: 22px MazzardM-Regular;
		color: var(--main_text_color);
		text-transform: uppercase;
		margin-bottom: 9px;
	}
	.cls-filter .cls-title{
		display: table;
		background-image: url('../img/filter.png');
		background-repeat: no-repeat;
		padding-right: 28px;
		background-size: 17px;
		background-position: center right;
	}
	.catls-wrapper {
		display: block;
		height: calc(100vh - 90px);
		overflow: hidden;
		overflow-y: scroll;
		padding-right: 20px;
	}
	.cls-menu{

	}
	.cls-menu + .cls-filter {
		padding-top: 40px;
	}
	.cls-menu > ul{

	}
	.cls-menu > ul > li{
		position: relative;
		margin-bottom: 1px;
		border-bottom: 1px solid #ddd;
	}
	.cls-menu > ul > li > a{
		display: table;
		/*padding: 6px 5px 8px 5px;*/
		padding: 20px 5px;
		width: calc(100% - 10px);
		font: 20px MazzardM-Regular;
		color: var(--main_text_color);
		text-decoration: none;
		transition: all .3s;
		cursor: pointer;
	}
	.cls-menu > ul > li > a.active,
	.cls-menu > ul > li > a:hover{
		background-color: var(--fivth_text_color);
	}
	.cls-menu > ul > li > a.active{
		text-decoration: underline;
	}
	.cls-menu > ul > li > ul{
		display: none;
	}
	.cls-menu > ul > li.active > ul{
		/*
		display: block;
		padding: 5px 0 7px 33px;
		*/
	}
	.cls-menu > ul > li > ul{
		-webkit-transition: padding 20s;
		-moz-transition: padding 20s;
		-ms-transition: padding 20s;
		-o-transition: padding 20s;
		transition: padding 20s;
	}
	.cls-menu > ul > li > ul.active{
		padding: 5px 0 7px 33px;
	}
	/*--//--*/
	.cls-menu > ul > li > a {
		/*pointer-events: none;*/
	}
	.bx-filter-parameters-box-title span i.fa,
	.cls-menu > ul > li > a:after{
		content: '';
		position: absolute;
		top: 32px;
		right: 10px;
		z-index: 3;
		width: 9px;
		height: 5px;
		background-image: url('../img/accordion-arrow.png');
		background-repeat: no-repeat;
		-webkit-transition: transform .2s;
		-moz-transition: transform .2s;
		-ms-transition: transform .2s;
		-o-transition: transform .2s;
		transition: transform .2s;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.bx-filter-parameters-box-title span i.fa {
		top: calc(50% - 2px);
	}
	.bx-filter-parameters-box.bx-active span i.fa,
	.cls-menu > ul > li > a.act:after{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	/*--//--*/
	.ls_filter .checkbox label span.bx-filter-param-text, .ls_filter .radio label span.bx-filter-param-text {
		display: block;
	}
	/*--//--*/
	.cls-menu > ul > li > ul > li{
		margin-bottom: 13px;
	}
	.cls-menu > ul > li > ul > li:last-child{
		margin-bottom: 0;
	}
	.cls-menu > ul > li > ul > li > a,
	.cls-menu > ul > li > ul > li > ul > li > a{
		display: block;
		font: 18px MazzardM-Light;
		color: var(--main_text_color);
		text-decoration: none;
	}
	.cls-menu > ul > li > ul > li > a.active,
	.cls-menu > ul > li > ul > li > a:hover
	.cls-menu > ul > li > ul > li > ul > li > a.active,
	.cls-menu > ul > li > ul > li > ul > li > a:hover{
		text-decoration: underline;
	}
	/*--//--*/
	.category-body{
		flex: 1 0;
		margin-left: 30px;
		/*overflow: hidden;*/
	}
	.bx-section-desc {
		padding-top: 60px;
	}
	.sorting-block{
		position: relative;
		z-index: 9999;
		display: table;
		width: 100%;
		height: 77px;
		border-top: 1px solid var(--third_color);
		border-bottom: 1px solid var(--third_color);
		margin-bottom: 40px;
	}
	.sorting-wrapper {
		display: table;
		width: calc(100% - 250px);
	}
	.sorting-block > div{
		float: left;
		font: 20px/77px MazzardM-Regular;
		color: var(--main_text_color);
	}
	.sorting-block > div a{
		text-decoration: none;
		font: 20px/77px MazzardM-Light;
		color: var(--main_text_color);
	}
	.corting-title{
		margin-right: 90px;
	}
	.sorting-block div div{
		float: left;
		margin-right: 90px;
	}
	.sorting-mbtn > a {
		pointer-events: none;
	}
	.sorting-block div div:last-child{
		margin-right: 0;
	}
	.corting-title{
		padding-left: 38px;
	}
	.sorting-btn{
		font-family: MazzardM-Light;
		cursor: pointer;
	}
	.sorting-block span{
		position: relative;
		display: none;
	}
	.sorting-block span svg{
		position: absolute;
		top: 0;
		left: 0;
		width: 22px;
		height: 24px;
	}
	.sorting-btn.active {
		font: 22px MazzardL-Regular;
	}
	.sorting-btn.active span{
		display: inline;
	}
	.sorting-btn.active.asc span svg{
		transform: rotate(0deg);
	}
	.sorting-btn.active.desc span svg{
		transform: rotate(180deg);
	}
	/*--//--*/

	.corting-title{
		display: none;
	}
	.sorting-mbtn{
		display: block;
	}
	.sorting-mbtn > span{
		display: block;
		background-image: url('../img/icon-sorting-24.png');
		background-repeat: no-repeat;
		background-position: center right;
		background-size: 17px;
		padding-right: 28px;
	}
	.sorting-block div div {
		float: none;
		margin: 0 0 10px 0;
		line-height: normal;
	}
	.sorting-block > div a{
		line-height: 40px;
	}
	.sorting-block > div.sorting-mbtn {
		float: left;
		padding-right: 20px;
		margin-left: 50px;
		margin-right: 0;
		cursor: pointer;
	}
	.sorting-block {
		position: relative;
	}
	.sorting-wrapper {
		position: absolute;
		z-index: 999;
		top: 60px;
		width: 240px;
		left: 0;
		background: #fff;
		padding: 10px 20px;
		text-align: right;
		display: none;
		box-shadow: 0 35px 35px rgba(27,27,27,.1);
	}
	.sorting-block > div.sorting-mbtn a {
		font: 20px/60px MazzardM-Regular;
	}
	/*--//--*/
	.category-menu .cls-menu {
		margin-bottom: 40px;
	}
	.category-menu .cls-menu > ul > li {
		border: none;
		margin: 0;
	}
	.category-menu .cls-menu > ul > li > a {
		display: none;
	}
	.category-menu .cls-menu > ul > li > ul {
		display: none;
	}
	.category-menu .cls-menu > ul > li.active > ul {
		padding: 0;
		display: inline-block;
	}
/*--  end category  --*/

/*--  item-teaser  --*/
	.category-items{
		position: relative;
		z-index: 9;
		display: grid;
		/*grid-template-columns: repeat(4, 1fr);*/
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 80px;
	}
	.category-items > a.btn1{
		display: none;
	}
	.item-teaser{
		text-align: center;
		position: relative;
	}
	.item-teaser:hover .it-block3:after{
		left: 20%;
		width: 60%;
	}
	.it-block1{
		display: block;
		text-decoration: none;
		margin-bottom: 18px;
		position: relative;
	}
	.catalog-card__page-info {
		text-align: left;
		font: 14px MazzardM-Light;
		color: var(--main_text_color);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
		background: #fff;
		padding: 0 5px 2px;
	}
	.containerFlex{
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		max-height: 500px;
		position: relative;
		flex-flow: column;
	}
	.it-block1 .swiperExp {
		min-width: 0;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 99;
	}
	.it-block1 .swiperOneMain {
		min-width: 0;
		overflow: hidden;
	}
	.it-block1 .swiperExp img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.it-block1 .swiperOneMain img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.it-block1 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
		position: absolute;
		bottom: -15px;
	}
	.it-block1 span.swiper-pagination-bullet {
		background: var(--fivth_text_color);
		opacity: 1;
	}
	.it-block1 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: var(--main_text_color);
	}
	.swiper-backface-hidden .swiper-slide{
		
	}
	.it-block1 img{

	}
	.it-block1 .it-tile{
		height: 65px;
		font: 18px MazzardM-Light;
		color: var(--main_text_color);
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		/*padding-top: 15px;*/
		max-width: 290px;
		margin: 15px auto 0;
	}
	.it-block1 .it-image {
		display: flex;
		width: auto;
		/*height: 268px;*/
		height: 370px;
		overflow: hidden;
		align-items: center;
		justify-content: center;
	}
	.it-tile + div.product-item-label-text {
		font: 14px MazzardM-Light;
		color: var(--main_text_color);
		min-height: 17px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.it-block2{
		font: 16px MazzardM-Light;
		color: var(--second_text_color);
		margin-bottom: 22px;
	}
	.it-block3{
		font: 24px MazzardL-Regular;
		color: var(--main_text_color);
		/*border-bottom: 1px solid var(--main_text_color);*/
		max-width: 200px;
		margin: 0 auto 20px;
		padding-bottom: 25px;
		position: relative;
	}
	.it-block3:after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: var(--main_text_color);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.it-block4 {
		position: relative;
		z-index: 999999999999999;
	}
	.it-block4 .it-btn,
	.it-block4 .btn-sm{
		font: 24px MazzardL-Regular;
		color: var(--main_text_color);
		text-decoration: none;
	}
	.it-block4 span,
	.btn2 span{
		width: 55px;
		height: 15px;
		display: inline-block;
		position: relative;
	}
	.it-block4 .it-btn svg,
	.btn2 svg{
		display: block;
		width: 42px;
		height: 38px;
		position: absolute;
		left: 6px;
		top: -8px;
	}
	/*--//--*/
	.it-btn.link_to_card_dn,
	.it-btn.add_to_cart_dn {
		display: none;
	}
	.it-btn.link_to_card_db{
		display: block;
	}
	/*--//--*/
	.more-btn-wrapper{
		display: table;
		width: 100%;
		padding-top: 95px;
	}
	.more-btn-wrapper a{
		margin: auto;
	}
/*--  end item-teaser  --*/

/*--  product-full  --*/
	.product-full{
		display: flex;
		align-items: flex-start;
	}
	.pf-images{
		flex-basis: 815px;
		width: 815px;
		position: sticky;
		top: 50px;
	}
	.image-full{
		margin-bottom: 34px;
		max-height: calc(100vh - 220px);
	}
	.image-full figure {
		margin: 0;
	}
	.image-full img {
		display: block;
		width: auto;
		max-height: calc(100vh - 220px);
		margin: auto;
	}
	.image-full figcaption {
		display: none;
	}
	.image-thumb{
		width: calc(100% - 80px);
		margin: auto;
	}
	.image-thumb img{
		margin: 0 15px;
		cursor: pointer;
	}
	/*--//--*/
	.pf-info{
		flex: 1 0;
		margin-left: 100px;
		overflow: hidden;
	}
	.pfi-scu{
		font: 18px MazzardM-Regular;
		color: var(--third_text_color);
		margin-bottom: 43px;
	}
	.pfi-price{
		font: 37px MazzardM-Regular;
		color: var(--main_text_color);
		margin-bottom: 45px;
	}
	.pfi-btns{
		display: table;
		width: 100%;
	}
	.pfi-btns .btn-buy{
		float: left;
		margin-right: 25px;
	}
	.pfi-btns .btn-one_click{
		float: left;
	}
	.pfi-desc{
		padding-top: 56px;
	}
	.add_to_cart_dn {
		display: none;
	}
	.link_to_card_dn {
		display: none;
	}
	.link_to_card_dn.link_to_card_db {
		display: block;
	}
	/*--//--*/
	.accordeonBtn{
		font: 20px MazzardM-Light;
		color: var(--main_text_color);
		border-bottom: 1px dashed var(--main_text_color);
		display: table;
		position: relative;
		cursor: pointer;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	.accordeonBtn.active{
		margin-bottom: 0;
	}
	.accordeonBtn span {
		position: absolute;
		right: -20px;
		top: 0;
	}
	.accordeonBtn img{
		transform: rotate(180deg);
		transition: transform .3s;
	}
	.accordeonBtn.active img{
		transform: rotate(0deg);
	}
	.accordeonBody{
		font: 18px MazzardM-Regular;
		color: var(--main_text_color);
		padding: 21px 0 45px;
	}
	.pfi-desc .accordeonBody:last-child {
		padding-bottom: 0;
	}
	.pswp__caption__center {
		font: 16px MazzardM-Regular !important;
		color: var(--white) !important;
		text-align: center !important;
	}
	.param{
		margin-bottom: 25px;
	}
	.param:last-child{
		margin-bottom: 0;
	}
	.param-name{
		text-transform: uppercase;
		margin-bottom: 2px;
	}
	.param-prop{

	}
	/*--//--*/
	.delivery-title{
		text-transform: uppercase;
		margin-bottom: 16px;
	}
	.delivery-wrapper{
		/*display: table;*/
		width: 100%;
		margin-bottom: 23px;

		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 40px;
		grid-row-gap: 0;
	}
	.delivery-item{
		/*float: left;*/
		/*margin-right: 100px;*/
	}
	.delivery-item:last-child{
		margin-right: 0;
	}
	.delivery-name{
		text-transform: uppercase;
		margin-bottom: 2px;
	}
	.delivery-info{

	}
	.delivery-link{
		color: var(--main_text_color);
	}
	.delivery-desc{

	}
	.podborki-full_page img{
		display: none;
	}
/*--  end product-full  --*/

/*--  slick  --*/
	.slick-arrow {
		position: absolute;
		top: calc(50% - 19px);
		z-index: 9;
		cursor: pointer;
		width: 38px;
		height: 38px;
	}
	.slick-arrow svg {
		width: 80px;
		height: 38px;
		position: absolute;
		top: 0;
		left: -18px;
	}
	.slick-prev.slick-arrow{
		left: -45px;
	}
	.slick-next.slick-arrow{
		right: -45px;
	}
	.slick-prev.slick-arrow svg {
		transform: rotate(180deg);
	}
/*--  end slick  --*/

/*--  basket  --*/
	.basket{

	}
	.basket h1 {
		padding: 33px 0 79px;
		margin-bottom: 0;
		border-bottom: 1px solid var(--third_color);
	}
	/*--//--*/
	.table-items{

	}
	.basket-items-list-table{
		display: table;
		width: calc(100% - 25px);
		padding: 95px 15px 95px 10px;
	}
	.basket-items-list-item-container{
		display: flex;
		font-family: MazzardM-Regular;
		margin-bottom: 57px;
	}
	.basket-items-list-item-container.basket-items-list-item-container-expend {
		margin-bottom: 20px;
	}
	.basket-items-list-item-container.basket-items-list-item-container-expend:last-child,
	.basket-items-list-item-container:last-child{
		margin-bottom: 0;
	}
	.col-remove{
		position: relative;
		flex: 0 0 auto;
		width: 55px;
		margin-right: 40px;
	}
	.col-remove a {
		display: table;
		position: absolute;
		top: calc(50% - 20px);
		left: 0;
		cursor: pointer;
	}
	.col-remove svg{
		height: 40px;
		width: 40px;
	}
	.col-image{
		flex: 0 0 auto;
		width: 100px;
		margin-right: 50px;
	}
	.col-notimage{
		display: flex;
		flex-grow: 1;
		text-align: right;
	}
	/*--//--*/
	.basket-desc{
		flex-grow: 1;
		text-align: left;
		margin-right: 50px;
		width: 300px;
	}
	.basket-title{
		font-size: 20px;
		color: var(--main_text_color);
		margin-bottom: 3px;
	}
	.basket-title a{
		color: var(--main_text_color);
		text-decoration: none;
	}
	.basket-scu{
		font-size: 18px;
		color: var(--third_text_color);
	}
	.basket-price{
		width: 237px;
		text-align: left;
	}
	.basket-item-price-current{
		margin-bottom: 3px;
	}
	.basket-item-price-current-text{
		font-size: 24px;
		color: var(--main_text_color);
	}
	.basket-item-price-title{
		font-size: 18px;
		color: var(--third_text_color);
	}
	.basket-quantity{
		width: 200px;
		margin: 0 100px 0 80px;
	}
	.basket-item-block-amount {
		width: calc(100% - 112px);
		padding: 0 56px;
		display: inline-block;
		background: var(--fivth_text_color);
		color: var(--main_text_color);
		position: relative;
	}
	.basket-item-amount-filed-block { position: relative; }
	.basket-item-amount-filed {
		padding: 11px 8px;
		width: 80px;
		font-size: 22px;
		color: var(--main_text_color);
		border: none;
		min-height: 42px;
		height: unset;
		text-align: center;
		background: var(--fivth_text_color);
	}
	.basket-item-amount-btn-plus:hover,
	.basket-item-amount-btn-minus:hover {

	}
	.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
	.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
		background-color: transparent;
		cursor: default;
	}
	.basket-item-amount-btn-plus:before,
	.basket-item-amount-btn-plus:after,
	.basket-item-amount-btn-minus:after {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -1px;
		margin-left: -5px;
		width: 10px;
		height: 2px;
		background-color: var(--main_text_color);
		content: "";
		transition: 300ms all ease;
	}
	.basket-item-amount-btn-plus:hover:before,
	.basket-item-amount-btn-plus:hover:after,
	.basket-item-amount-btn-minus:hover:after { background-color: #535353; }
	.basket-item-amount-btn-plus:before {
		margin-top: -5px;
		margin-left: -1px;
		width: 2px;
		height: 10px;
	}
	.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
		position: absolute;
		top: 0;
		height: 100%;
		width: 56px;
		background: none !important;
		cursor: pointer;
	}
	.basket-item-amount-btn-minus {
		left: 0;
	}
	.basket-item-amount-btn-plus {
		right: 0;
	}
	.basket-total_price{
		flex: 0 0 auto;
		width: 200px;
	}
	/*--//--*/
	.total-price{
		border-top: 1px solid var(--third_color);
		border-bottom: 1px solid var(--third_color);
	}
	.bx-soa-cart-total .bx-soa-cart-total-button-container {
		display: none;
	}
	.bx-soa-customer-field > label{
		display: none;
	}
	.bx-soa-cart-total-line {
		display: none;
	}
	.total-price-wrapper{
		display: flex !important;
		justify-content: end;
		align-items: center;
		height: 123px;
		font: 30px MazzardM-Medium;
		color: var(--main_text_color);
	}
	.tpw-title{

	}
	.tpw-curr{
		width: 305px;
		padding-right: 20px;
		text-align: right;
	}
	/*--//--*/
	.basket-info-row{
		border-bottom: 1px solid var(--third_color);
		padding: 67px 15px 74px;
	}
	.cd-inputs{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-column-gap: 50px;
		grid-row-gap: 50px;
	}
	.cd-inputs.col-4{
		grid-template-columns: repeat(4,1fr);
	}
	.cd-inputs.col-3{
		grid-template-columns: repeat(3,1fr);
	}
	.cd-inputs.col-2{
		grid-template-columns: repeat(2,1fr);
	}
	.form-group.bx-soa-customer-field.has-error .bx-soa-tooltip {
		display: none !important;
	}
	.cd-inputs .cdi-curr input[type="email"].error,
	.cd-inputs .cdi-curr input[type="text"].error,
	.form-group.bx-soa-customer-field.has-error .cdi-curr input[type="text"],
	.form-group.bx-soa-customer-field.has-error .cdi-curr textarea {
		border-color: red;
	}
	.delivery .bx-soa-pp-delivery-cost,
	.delivery .col-sm-5.bx-soa-pp-desc-container,
	.payment .col-sm-5.bx-soa-pp-desc-container {
		display: none;
	}
	/*--//--*/
	.content-pay__item {
		display: table;
		margin: auto;
	}
	.content-pay__item .icon.visa {
		width: 50px;
		height: 16px;
	}
	.content-pay__item .icon.mastercard {
		width: 44px;
		height: 28px;
	}
	.content-pay__item .icon.mup {
		width: 52px;
		height: 15px;
	}
	.content-pay__item .icon.spb {
		width: 56px;
		height: 31px;
	}
	.content-pay__item .icon.unionPay {
		width: 43px;
		height: 18px;
	}
	.content-pay__item .icon {
		margin-right: 24px;
	}
	/*--//--*/
	.cd-inputs .cdi-curr{

	}
	.cd-inputs .cdi-curr input[type="email"],
	.cd-inputs .cdi-curr input[type="text"]{
		width: calc(100% - 70px);
		padding: 0 35px;
		height: 61px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: 1px solid var(--third_color);
		font: 20px MazzardM-Regular;
		color: var(--third_text_color);
	}
	.bx-soa-pp-company-graf-container,
	.cd-inputs .cdi-curr input[type="radio"]{
		display: none;
	}
	.bx-soa-pp-company-smalltitle,
	.cd-inputs .cdi-curr input[type="radio"] + label{
		display: block;
		padding: 10px 30px 10px 70px;
		font: 20px MazzardM-Regular;
		color: var(--main_text_color);
		background-image: url('../img/radio_btn.png');
		background-repeat: no-repeat;
		background-position: 0 5px;
		cursor: pointer;
	}
	.bx-selected .bx-soa-pp-company-smalltitle,
	.cd-inputs .cdi-curr input[type="radio"]:checked + label {
		background-position: 0 -120px;
	}
	.cd-inputs .cdi-curr textarea{
		display: block;
		width: calc(100% - 72px);
		border: 1px solid var(--third_color);
		font: 20px MazzardM-Regular;
		color: var(--third_text_color);
		padding: 23px 35px;
		height: 120px;
	}
	/*--//--*/
	.btn-wrapper{
		padding-top: 90px;
	}
	.btn-wrapper a{
		display: block;
		margin: auto !important;
	}
	.btn-wrapper button{
		margin: auto;
		line-height: unset;
	}
	/*--//--*/
	.basket-item-amount-field-description {
		display: none;
	}
/*--  end basket  --*/

/*--  textPage  --*/
	.textPage{

	}
	.img-text-block{
		position: relative;
		margin-bottom: 85px;
	}
	.img-text-block img{
		width: 100%;
	}
	.itb-text-wrapper{
		display: table;
		margin: auto;
		position: relative;
		bottom: 0;
		left: 0;
		padding: 50px 65px 60px;
		background-color: var(--main_text_color);
	}
	.img-text-block img + .itb-text-wrapper {
		position: absolute;
		margin: 0;
	}
	.itb-text-wrapper.ttop {
		bottom: auto;
		top: 0;
	}
	.itb-l .itb-text-wrapper{
		left: 0;
	}
	.itb-r .itb-text-wrapper{
		left: auto;
		right: 0;
	}
	.itb-text1{
		font: 44px Cambria;
		color: var(--sixth_text_color);
		letter-spacing: 1px;
	}
	.itb-text2{
		font: 28px/38px Cambria;
		color: var(--white);
		letter-spacing: 1px;
	}
	/*--//--*/
	.tp-body{

	}
	.tp-body > *:last-child {
		margin-bottom: 0 !important;
	}
	/*--//--*/
	.subtitle-wrapper{
		margin-bottom: 60px;
	}
	.subtitle-wrapper > div{
		margin-bottom: 11px;
	}
	.subtitle-wrapper > div:last-child{
		margin-bottom: 0;
	}
	.subtitle1{
		font: 30px Cambria;
		color: var(--black);
		text-align: center;
	}
	.subtitle2{
		font: 30px Cambria-Bold;
		color: var(--sixth_text_color);
		text-align: center;
	}
	/*--//--*/
	.tp-body ul{
		padding-left: 70px;
		padding-right: 70px;
		margin-bottom: 30px;
	}
	.tp-body ul li{
		padding-left: 105px;
		position: relative;
	}
	.tp-body ul li:after{
		content: '';
		position: absolute;
		left: 0;
		top: 16px;
		background-color: var(--main_text_color);
		height: 2px;
		width: 80px;
	}
	.tp-body p,
	.tp-body ul li{
		font: 24px MazzardM-Regular;
		color: var(--forth_text_color);
		margin-bottom: 30px;
	}
	.tp-body ol li{
		color: var(--forth_text_color);
	}
	.tp-body ul li:last-child{
		margin-bottom: 0;
	}
	.tp-body ul li h3{
		font: 24px MazzardM-SemiBold;
		color: var(--main_text_color);
		text-transform: uppercase;
	}
	.nd-body > div,
	.shape1{
		background-color: var(--shape1);
		margin: 87px 110px 0;
		font: 26px MazzardM-Light;
		color: var(--forth_text_color);
		text-align: center;
		padding: 50px 60px 60px;
	}
	.nd-body > div b,
	.nd-body > div strong,
	.shape1 b,
	.shape1 strong{
		display: block;
		font: 26px MazzardM-SemiBold;
		color: var(--forth_text_color);
		text-transform: uppercase;
		padding-top: 5px;
	}
	.sale_order_full_table.shape1 {
		background: none;
	}
	.shape2 + .shape1,
	.shape1 + .shape2{
		margin-top: 0;
	}
	.shape2{
		font: 30px/48px Cambria;
		color: var(--main_text_color);
		width: 70vw;
		max-width: 1140px;
		margin: 65px auto;
		letter-spacing: 1px;
	}
	.shape2 h3{
		font: 44px/48px Cambria;
	}
	.shape2.shape2-mt {
		margin-top: 65px;
	}
	.shape2.shape2-mt h3 {
		margin-bottom: 10px;
	}
/*--  end textPage  --*/

/*--  menu-podborki  --*/
	.menu-podborki{
		display: none;
		position: fixed;
		z-index: 9999;
		background-color: var(--white);
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.menu-podborki.active{
		display: block;
	}
	.closeLb,
	.close-btn,
	.mp-close{
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.closeLb:hover,
	.close-btn:hover,
	.mp-close:hover{
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.closeLb svg,
	.close-btn svg,
	.mp-close svg{
		width: 30px;
		height: 30px;
	}
	.mp-wrapper{
		display: flex;
		width: 80%;
		height: 80vh;
		align-items: center;
		justify-content: center;
		margin: auto;
		padding-top: 10vh;
		overflow: hidden;
		overflow-y: auto;
	}
	.mp-w{
		height: 100%;
		width: 100%;
	}
	.mpw{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-column-gap: 20px;
		grid-row-gap: 0;
	}
	.mpw-item{

	}
	.mpw-title{
		font: 22px MazzardM-Regular;
		color: var(--main_text_color);
		text-transform: uppercase;
		margin-bottom: 9px;
	}
	.menu-podborki ul + .mpw-title {
		margin-top: 50px;
	}
	.menu-podborki ul li{
		margin-bottom: 1px;
	}
	.menu-podborki ul li a{
		display: block;
		padding: 6px 5px 8px 5px;
		font: 20px MazzardM-Regular;
		color: var(--main_text_color);
		text-decoration: none;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.menu-podborki ul li a:hover{
		background-color: var(--fivth_text_color);
	}
	/*--//--*/
	.menu-podborki ul li ul {

	}
	.menu-podborki ul li ul a {
		font-size: 18px;
		padding: 0 0 5px 20px;
	}
/*--  end menu-podborki  --*/

/*--  small card  --*/
	.popup-window.popup-window-with-titlebar {
		width: 400px;
	}
	.popup-window-buttons{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}
	span.popup-window-titlebar-text {
		color: var(--secondary_color);
		font: 20px/49px MazzardM-Regular;
	}
	.popup-window-titlebar-close-icon {
		height: 44px;
		width: 44px;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 1;
	}
	.popup-window-close-icon::after {
		content: "x";
		font-size: 40px;
		font-family: MazzardM-Light;
		color: rgb(0, 0, 0);
		opacity: 1;
		position: unset;
		width: auto;
		height: auto;
		display: block;
		transform: none;
		background: none;
	}
	.popup-window-with-titlebar .popup-window-content {
		display: table;
		width: 100%;
	}
	.popup-window-with-titlebar .popup-window-content > div{
		display: table;
	}
	.popup-window-with-titlebar .popup-window-content > div img{
	}
	.popup-window-with-titlebar .popup-window-content > div p{
		font-size: 20px;
		margin-top: 20px;
	}
/*--  end small card  --*/



/*--  errorPage  --*/
	.errorPage{
		background-image: url('../img/error-404.png');
		background-repeat: no-repeat;
		background-position: 20% 70px;
		padding: 130px 0 90px;
	}
	.errorPage a{
		cursor: pointer;
	}
	.er-title{
		font: 30px Cambria;
		color: var(--forth_text_color);
		margin-bottom: 22px;
		margin-left: 30%;
		letter-spacing: 1px;
	}
	.er-body{
		font: 22px MazzardM-Regular;
		color: var(--black);
		margin-left: 30%;
	}
	.er-body p{
		margin-bottom: 25px;
	}
	.er-body p:last-child{
		margin-bottom: 0;
	}
	.er-body a{
		font: 24px MazzardM-Regular;
		color: var(--forth_text_color);
	}
	.er-search{
		max-width: 500px;
		width: 100%;
		margin-bottom: 44px;
	}
	.er-search form{

	}
	.er-search form input[type="email"],
	.er-search form input[type="text"] {
		width: calc(100% - 65px);
	}
	.errorPage .search-module input{
		background: none;
	}
/*--  end errorPage  --*/

/*--  contact-page  --*/
	.contact-page{

	}
	.contact-page .forms-wrapp{
		margin: auto;
		max-width: 500px;
		width: 100%;
	}
	.forms-wrapp button{
		line-height: unset;
	}
	.forms-wrapp .cd-inputs {
		margin-bottom: 20px;
	}
	.forms-wrapp .wide-action button {
		margin: auto;
	}
	.forms-wrapp .cdi-curr {
		margin-bottom: 20px;
	}
	.forms-wrapp .contactsend .h2 {
		text-align: center;
	}
	.forms-wrapp .contactsend {
		text-align: center;
		font: 24px MazzardM-Regular;
		color: var(--forth_text_color);
	}
	/*--//--*/
	.cp-wrapper{
		display: grid;
		/*grid-template-columns: repeat(2,1fr);*/
		grid-template-columns: 500px 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		margin-bottom: 50px;
	}
	.cp-image{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		margin-bottom: 50px;
	}
	.cp-image figure{
		margin: 0;
	}
	.cp-image figcaption{
		display: none;
	}
	.cpwb1-row {
		margin-bottom: 30px;
	}
	.cpwb1-row-title{
		font: 20px MazzardM-Light;
		color: var(--main_text_color);
		margin-bottom: 10px;
		letter-spacing: 1px;
	}
	.cpwb1-row-body{
		font: 18px MazzardM-Regular;
		color: var(--main_text_color);
	}
	.cpwb1-row-body a{
		color: var(--main_text_color);
	}
/*--  end contact-page  --*/

/*--  lb-form  --*/
	.lb-form {
		display: none;
		background: #ffffff;
		position: fixed;
		z-index: 99999;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		align-items: center;
		justify-content: center;
		height: 100%;
		overflow-y: scroll;
	}
	.lb-form.active {
		display: flex;
	}
	.lb-form .forms-wrapp {
		width: 500px;
		padding: 20px 0;
		min-height: 860px;
	}
	.lb-title {
		text-align: center;
		margin-bottom: 30px;
		font: 18px MazzardM-Regular;
		color: var(--third_text_color);
	}
	.by_one_click_title{
		text-align: center;
		display: none;
		margin-bottom: 10px !important;
	}

@media screen and (max-height: 800px) {
	.lb-form {
		align-items: baseline;
	}
}
/*--  end lb-form  --*/



/*--  articles  --*/
	.news-list{

	}
	.news-item{
		display: table;
		width: 100%;
		margin-bottom: 80px;
	}
	.news-item:last-child{
		margin-bottom: 0;
	}
	.ni-block1{
		float: left;
		width: 484px;
		margin-right: 80px;
	}
	.ni-block1 img{
		max-width: 100%;
		margin: 0 !important;
	}
	.ni-block2{
		float: left;
		width: calc(100% - 564px);
	}
	.nib2-title{
		font: 30px MazzardM-Regular;
		color: var(--articleTitle);
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	.nib2-body{
		font: 24px MazzardM-Light;
		color: var(--articleTitle);
		margin-bottom: 44px;
	}
	.nib2-readmore{

	}
	.nib2-readmore a{
		font: 24px MazzardM-Medium;
		color: var(--second_text_color);
		text-decoration: none;
	}
	.nib2-readmore a svg {
		width: 36px;
		height: 23px;
	}
	.nib2-readmore a path {
		fill: var(--second_text_color);
	}
	.nib2-readmore a span {
		-webkit-transition: padding-left .3s;
		-moz-transition: padding-left .3s;
		-ms-transition: padding-left .3s;
		-o-transition: padding-left .3s;
		transition: padding-left .3s;
	}
	.nib2-readmore a:hover span {
		padding-left: 4px;
	}
	/*--//--*/
	.goBackBtn,
	.load-more-items {
		display: table;
		width: 100%;
		padding-top: 86px;
	}
	.goBackBtn > a,
	.load-more-items > a {
		margin: auto;
	}
	/*--//--*/
	.news-detail{
		display: table;
		width: 100%;
	}
	.nd-image{
		float: left;
		max-width: 50%;
		margin: 0 3% 2% 0;
	}
	.nd-image figure{
		margin: 0;
	}
	.nd-image figcaption{
		display: none;
	}
	/*--//--*/
	.nd-body{
		font: 24px MazzardM-Light;
		color: var(--articleTitle);
	}
	.nd-body h2,
	.nd-body h3{
		font-family: MazzardM-Regular;
		font-weight: normal;
		text-transform: uppercase;
		color: var(--articleTitle);
	}
	.nd-body a{
		color: var(--articleTitle);
	}
	.nd-body h2{
		font-size: 30px;
		margin-bottom: 37px;
	}
	.nd-body h3{
		font-size: 24px;
		margin-bottom: 35px;
	}
	.nd-body ul,
	.nd-body ol{
		display: table;
	}
	.nd-body ul,
	.nd-body ol,
	.nd-body p{
		margin-bottom: 37px;
	}
	.nd-body *:last-child{
		margin-bottom: 0;
	}
	.nd-body ul{
		padding-left: 22px;
	}
	.nd-body ul >*:last-child{
		margin-bottom: 0;
	}
	.nd-body ul li,
	.nd-body ol li{
		margin-bottom: 3px;
		position: relative;
	}
	.nd-body ul li{
		padding-left: 58px;
	}
	.nd-body ul li:after{
		content: '';
		height: 1px;
		width: 40px;
		position: absolute;
		left: 0;
		top: 16px;
		background-color: var(--main_text_color);
	}
	.nd-body ol{
		padding-left: 42px;
		list-style: auto;
	}
	.nd-body ol li {
		padding-left: 20px;
	}
	/*--//--*/
	.nd-body div{
		margin: 77px auto;
		max-width: 65%;
	}
/*--  end articles  --*/

/*--  paging  --*/
	.paging{
		margin: 80px auto 0;
		display: table;
	}
	.paging li.page-item.disabled {
		display: none;
	}
	.paging li.page-item {
		float: left;
		margin: 0 2px;
	}
	.paging li.page-item.active .page-link,
	.paging li.page-item .page-link {
		font: 20px/20px MazzardL-Regular;
		color: var(--main_text_color);
		text-decoration: none;
		padding: 6px 12px;
		border-radius: 50px;
	}
	.paging li.page-item.active .page-link{
		background-color: var(--fivth_text_color);
	}
/*--  end paging  --*/

/*--  block-why  --*/
	.block-why {
		padding-top: 55px;
		padding-bottom: 23px;
	}
	.block-why .h1 {
		margin-bottom: 70px;
	}
	.bw-wrapper {
		display: table;
		width: 100%;
	}
	.bw-item{
		float: left;
		width: 25%;
		text-align: center;
		height: 235px;
	}
	.bw-item:nth-child(5) {
		margin-left: 12.5%;
	}
	.bwi-icon{
		padding-bottom: 13px;
	}
	.bwi-icon img{

	}
	.bwi-title{
		font: 24px MazzardM-Regular;
		color: var(--main_text_color);
		padding: 0 15px;
	}
/*--  end block-why  --*/

/*--  block-nazakaz  --*/
	.block-nazakaz{
		background-color: var(--color1);
		padding: 73px 0 83px;
		margin-bottom: 62px;
	}
	.bn-wrapper{
		width: 100%;
		max-width: 1170px;
		margin: auto;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-column-gap: 130px;
		grid-row-gap: 0;
	}
	.bnw-item {
		text-align: center;
	}
	.bni-btn {
		margin: auto;
	}
	.bni-title{
		font: 24px MazzardM-Regular;
		color: var(--color2);
		max-width: 300px;
		margin: auto;
		padding: 13px 0 36px;
	}
	.block-nazakaz h2.h1 {
		margin-bottom: 57px;
	}
/*--  end block-nazakaz  --*/

/*--  stati na glavnoy  --*/
	.sg-item{
		padding: 0 56px 0 0;
	}
	.sg-item img{
		margin-bottom: 30px;
	}
	.sgi-title{
		font: 24px MazzardM-Regular;
		color: var(--articleTitle);
		text-transform: uppercase;
		overflow: hidden;
		height: 56px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 20px;
	}
	.sgi-desc {
		font: 18px/22px MazzardM-Light;
		color: var(--articleTitle);
		overflow: hidden;
		height: 46px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 18px;
	}
	.sgi-btn{
		font: 20px MazzardM-Medium;
		color: var(--second_text_color);
		text-decoration: none;
	}
	.sgi-btn svg{
		width: 32px;
		height: 24px;
		fill: var(--second_text_color);
		font-style: normal;
	}
	.ewad_all {
		font: 18px MazzardM-Regular;
		color: var(--main_text_color);
		text-transform: uppercase;
		float: right;
		padding-top: 7px;
		margin-left: 20px;
	}
	.ewad_all:hover{
		text-decoration: none;
	}
/*--  end stati na glavnoy  --*/

/*--  tovary na glavnoy  --*/
	.swiper-tovary_glavnaya .item-teaser {
		padding: 0 20px 0 0;
	}
/*--  end tovary na glavnoy  --*/

/*--  footMobMenu  --*/
	.footMobMenu {
		display: none;
		position: fixed;
		bottom: 0;
		z-index: 9;
		width: 100%;
		height: 70px;
		background-color: #fff;
	}
	.footMobMenu ul{
		display: flex;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	.footMobMenu ul li{
		width: calc(100%/3);
		height: 100%;
	}
	.footMobMenu ul li a{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font: 14px MazzardL-Regular;
		color: var(--main_text_color);
		text-decoration: none;
		cursor: pointer;
	}
	.footMobMenu ul li > div {
		display: flex;
		height: 100%;
	}
	.footMobMenu a.cart {
		background: none;
	}
	.footMobMenu a.cart img {
		width: 28px;
	}
	.footMobMenu ul li a > span {
		position: relative;
		background: none;
		font: 14px MazzardL-Regular;
		color: var(--main_text_color);
		width: auto;
		height: auto;
		top: auto;
	}
	.footMobMenu a.cart div {
		position: relative;
	}
	.footMobMenu a.cart div span {
		right: -9px;
		top: -9px;
		width: 16px;
		height: 16px;
		font-size: 11px;
		line-height: 14px;
	}
	/*--//--*/
	.mmbtns{
		display: none;
	}
/*--  end footMobMenu  --*/


/*--  prodSlider  --*/
	.prodSlider {
		display: block !important;
		width: calc((100vw - 290px)/4 - 50px) !important;
	}
	.prodSlider .slick-dots {
		bottom: 0;
	}
	.prodSlider .slick-dots  li {
		padding: 0;
		width: 7px;
		height: 7px;
		display: block;
		margin: 0 5px;
	}
	.prodSlider .slick-dots li button {
		display: block;
		border: none;
		width: 7px;
		height: 7px;
		padding: 0;
		background: var(--fivth_text_color);
	}
	.prodSlider .slick-dots li.slick-active button{
		background-color: var(--main_text_color);
	}
	@media screen and (max-width: 1280px) {
		.prodSlider {
			width: calc((100vw - 290px)/3 - 33px) !important;
		}
	}
	@media screen and (max-width: 1024px) {
		.prodSlider {
			width: calc((100vw - 290px)/2 - 27px) !important;
		}
	}
	@media screen and (max-width: 768px) {
		.prodSlider {
			width: calc(93vw / 2) !important;
		}
	}
/*--  end prodSlider  --*/

/*--  checkbox  --*/
	.basket-checkout-validators input {
		display: none;
	}
	.basket-checkout-validators {
		padding-left: 30px;
	}
	.basket-checkout-validators span {
		display: flex;
		align-items: center;
		color: inherit;
		position: relative;
		cursor: pointer;
		min-height: 20px;
		font: 18px MazzardM-Regular;
	}
	.basket-checkout-validators span:before {
		content: '';
		display: inline-block;
		position: absolute;
		width: 20px;
		height: 20px;
		border-radius: 0;
		left: -30px;
		top: 2px;
		background-color: #eee;
	}
	.basket-checkout-validators span:after {
		content: "";
		position: absolute;
		left: -23px;
		top: 4px;
		width: 5px;
		height: 10px;
		border: solid #222;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg) scale(.9);
		transition: opacity .4s,transform .4s;
		opacity: 0;
	}
	.basket-checkout-validators input:checked + label span:after {
		opacity: 1;
		transform: rotate(45deg) scale(1);
	}
	.basket-checkout-validators input.error + label span:before {
		background-color: red;
	}
	.basket-checkout-validators input.error + label span:after {
		border-color: #fff;
	}
	@media screen and (max-width: 1280px) {
		.basket-checkout-validators span{
			font-size: 16px;
			line-height: 26px;
		}
	}
	.basket-btn-validate-wrapper.error{
		position: relative;
	}
	.basket-btn-validate-wrapper.error:after {
		content: '';
		position: absolute;
		width: 280px;
		height: 62px;
		background: #EAECED;
		bottom: 0;
		left: calc(50% - 140px);
		border-radius: 30px;
		opacity: .6;
	}
	.basket-checkbox {
		display: flex;
		justify-content: center;
		padding-top: 20px;
	}
/*--  end checkbox  --*/


/*--  comments  --*/
.accordeonBody ul.bx-catalog-tab-list {
	display: none;
}
div.blog-comment .blog-comment-info{
	margin-bottom: 15px;
}
div.blog-comment .blog-comment-info .blog-author,
div.blog-comment .blog-comment-info .blog-comment-date {
	font: 18px MazzardM-Regular;
	color: var(--main_text_color);
}
div.blog-comment .blog-comment-content{
	font: 18px MazzardM-Regular;
	color: var(--main_text_color);
}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button {
	font: 18px MazzardM-Regular;
	color: var(--main_text_color);
	border-bottom: 1px solid currentColor;
	padding: 0 0 3px;
	text-decoration: none;
}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button:hover{
	border-color: rgba(0,0,0,0);
}
div.blog-post-edit-form, div.blog-comment-fields {
	background-color: transparent;
	padding: 0;
	margin-bottom: 20px;
}
.blog-comment-edit .feed-add-post-form {
	border-radius: 0;
	border: 1px solid #DDDDDD;
}
.blog-comment-fields .blog-comment-buttons {
	margin: 20px 0 0;
	display: table;
	width: 100%;
}
/*--//--*/
.blog-comment-field.blog-comment-field-user {
	display: table;
}
div.blog-comment-field-author,
div.blog-comment-field-email {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.blog-comment-field-captcha-label {
	margin: 20px 0;
}

.blog-comment-date,
.blog-comment-answer,
.blog-comment-answer + .blog-vert-separator{
	display: none;
}
/*--  end comments  --*/



.it-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999999999;
	cursor: pointer;
}
.item-teaser.hoverr .it-overlay{
	z-index: -999;
}

@media screen and (max-width: 768px) {
	.it-overlay{
		display: none;
	}
}


.pfi-soc {
	padding-top: 10px;
	display: table;
	margin: auto;
}
.pfi-soc > a:first-child{
	margin-right: 20px;
}
.hwb1rb-soc_icon.pfi-soc {
	float: none;
}
.pfi-soc .btn1 span {
	position: absolute;
	left: 0;
	top: -2px;
}


.title-search-result .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button {
	border: none !important;
	margin: auto;
}
.title-search-result .bx_smart_searche.theme-blue .bx_item_block_item_name b,
.title-search-result .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color: var(--secondary_color);
}
div.title-search-result {
	min-width: 380px !important;
}
.title-search-result .bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #ced2df;
}

.pfi-soc-title {
	font: 18px MazzardM-Regular;
	color: var(--main_text_color);
	text-align: center;
	display: table;
	width: 100%;
	padding-top: 20px;
}


img{
	/*display: none !important;*/
}

/*--  podborki-menu  --*/
.podborki-menu{
	margin-bottom: 40px;
}
.podborki-menu ul{
	display: table;
}
.podborki-menu ul li{
	float: left;
	margin: 0 10px 10px 0;
}
.podborki-menu ul li a{
	display: block;
	border: 1px solid var(--third_color);
	padding: 3px 5px;
	text-decoration: none !important;
	font: 18px MazzardM-Light;
	color: var(--main_text_color);
}
.podborki-menu ul li a.active,
.podborki-menu ul li a:hover{
	background-color: var(--shape1);
	font-family: MazzardM-Regular;
}
/*--  end podborki-menu  --*/


/*--  smart_filter_checked_items  --*/
.smart_filter_checked_items{
	padding-left: 0;
}
.smart_filter_checked_items.active{
	margin-bottom: 33px;
}
.smart_filter_checked_items a{
	text-decoration: none;
	display: inline-block;
	font-family: MazzardM-Regular;
	font-weight: 500;
	font-size: 16px;
	color: var(--color2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: var(--shape1);
	padding: 7px 42px 8px 12px;
	margin-right: 17px;
	margin-bottom: 17px;
	background-image: url('data:image/svg+xml,<svg width="15px" height="15px" viewBox="-0.5 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 21.32L21 3.32001" stroke="%23182a43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 3.32001L21 21.32" stroke="%23182a43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-position: top 10px right 10px;
	background-size: 15px auto;
	background-repeat: no-repeat;
	border: 1px solid var(--third_color);
}
.smart_filter_checked_items a:last-child{
	margin-right: 0;
}
.smart_filter_checked_items a:hover{

}
@media screen and (max-width: 1280px) {
	.smart_filter_checked_items {
		padding-left: 0;
	}
	.smart_filter_checked_items a {
		margin-bottom: 10px;
		padding: 5px 30px 5px 8px;
		font-size: 14px;
		background-size: 12px auto;
		background-position: center right 8px;
	}
}
@media screen and (max-width: 770px) {
	.smart_filter_checked_items {
		padding-left: 0;
	}
}
/*--//--*/
#filter-loading {
	display: none !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.2);
	color: #fff;
	border-radius: 5px;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loader {
	width: 40px;
	height: 40px;
	border: 5px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/*--  end smart_filter_checked_items  --*/
