@font-face{
	font-family: MontserratRegular; /* 400 */
	src: url(fonts/Montserrat/Montserrat-Regular.ttf);
}

@font-face{
	font-family: Montserrat-Medium; /* 500 */
	src: url(fonts/Montserrat/Montserrat-Medium.ttf);
}

@font-face{
	font-family: MontserratSemiBold; /* 600 */
	src: url(fonts/Montserrat/Montserrat-SemiBold.ttf);
}

@font-face{
	font-family: MontserratBold; /* 700 */
	src: url(fonts/Montserrat/Montserrat-Bold.ttf);
}

menu, ol, ul {
    list-style: none;
	padding: 0;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0!important;
	outline-color: transparent!important;
	outline-width: 0!important;
	outline-style: none!important;
	box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

.uniteller-form{
	margin-bottom: 25px;
}
.uniteller-form .uniteller-form-submit{
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-color: var(--theme-b-bd-primary);
    background-color: var(--theme-b-bg-primary);
    color: var(--theme-b-tx-primary);
}
.uniteller-form .uniteller-form-submit:hover {
    border-color: var(--theme-b-bd-primary-hover);
    background-color: var(--theme-b-bg-primary-hover);
    color: var(--theme-b-tx-primary-hover);
}

.sale-order-detail-payment-options-methods-container:before{
	content: none !important;
}

.form-control{
	-webkit-appearance: auto;
	-moz-appearance: initial;
	appearance: auto;
}



.about_page p{
	margin-bottom: 15px;
}
.about_page h2{
	font-size: 20px;
    font-weight: bold;
    margin: 20px 0px;
	font-family: MontserratRegular;
}
.about_page ul{
	list-style: circle;
	margin-left: 35px;
}
.about_page ul li{
	margin-bottom: 10px;
}













.form-check-group-fv{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
}

.form-check-group-fv .form-check{
	padding-left: 0;
	margin-right: 10px;
}
.form-check-group-fv .form-check-input[type="radio"]{
	display: none;
}
.form-check-group-fv .form-check-label{
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #6c757d;
    border-color: #6c757d;
}
.form-check-group-fv .form-check-input:checked + .form-check-label{
	border-color: var(--theme-b-bd-primary);
    background-color: var(--theme-b-bg-primary);
    color: var(--theme-b-tx-primary);
}

@media only screen and (max-width: 1024px){
	.form-check-group-fv{
		flex-direction: column;
		align-items: flex-start;
	}
	.form-check-group-fv .form-check{
		margin-right: 0;
		margin-bottom: 10px;
		width: 300px;
		max-width: 100%;
	}
	.form-check-group-fv .form-check-label{
		width: 100%;
	}
}



.main-profile-social-block{
	display: none !important;
}




.bx_profile .form-group{
	margin-bottom: 8px;
}


/********************************************* catalog ****************************************/

.catalog-section-list-item-img{
	border: 2px solid #858585;
	border-radius: 15px;
}

.catalog-section-list-item:hover .catalog-section-list-item-img{
	border: 2px solid #858585;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.catalog-section-list-item{
	margin-bottom: 20px;
}

.catalog-section-list-item-link{
	font-family: MontserratBold;
	font-size: 14px;
	line-height: 17px;
	color: #4A4A4A;
	text-decoration: none;
	transition-duration: .25s;
	transition-property: color;
}

.catalog-section-list-item:hover .catalog-section-list-item-link{
	color: #B23E3E;
	transition-duration: .25s;
	transition-property: color;
}

.smart-filter-parameters-box-title{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 174px;
	max-width: 174px;
	min-height: 30px;
	background-color: #B23E3E;
	border-radius: 2px;
	box-sizing: border-box;
	margin: 0;
	padding: 5px 10px;
	padding-right: 35px;
	margin-bottom: 15px;
	cursor: pointer;
}

.smart-filter-angle{
	position: absolute;
    top: 50%;
    right: 10px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	transform-origin: center center;
	transform: rotate(0deg);
	background-image: url(svg/arrcat.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.smart-filter-parameters-box.bx-active .smart-filter-angle{
	transform-origin: center center;
	transform: rotate(180deg);
}

.smart-filter-angles:after, .smart-filter-angles:before{
	content: none;
}

.smart-filter-parameters-box-title .smart-filter-parameters-box-title-text{
	color: #fff;
	font-family: MontserratBold;
	font-size: 14px;
	line-height: 1em;
}

.smart-filter-parameters-box-container .btn-primary{
	background-color: #B23E3E;
	border: 1px solid #B23E3E;
}

.smart-filter-parameters-box-container .btn-link{
	color: #B23E3E;
	border: 1px solid #B23E3E;
	text-decoration: none;
}

.smart-filter-slider-ruler{
	display: none;
}

.smart-filter-slider-track{
	background-color: transparent;
	height: 3px;
}

.smart-filter-slider-price-bar-v{
	background-color: #B23E3E;
}

.smart-filter-slider-handle{
	z-index: 2;
	top: -7px;
	background-color: #B23E3E;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	border: none;
}

.smart-filter-slider-price-bar-vn{
	z-index: 0;
}

.product__info-item.item-quantity{
	color: #B23E3E;
	font-family: MontserratSemiBold;
}

.product__info-item.item-quantity b{
	font-family: MontserratBold;
}

.product__price-wrapper span{
	color: #B23E3E;
}

.product__price .product__price-wrapper{
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.product__price .product__price-wrapper s{
	margin-bottom: 0;
	margin-left: 5px;
}

.fv-buy-btn-block{
	display: flex;
	flex-direction: column-reverse;
}

.product__action-wrapper{
	align-items: flex-start;
}

.product__price{
	flex-wrap: wrap;
}

.buy-modal-inline.buy-click,
.buy-modal-inline.buy-click span{
	font-family: MontserratBold;
	font-size: 10px !important;
	line-height: 11px;
	color: #000000;
	text-decoration: none;
}

.item__total-order-block .buy-modal-inline.buy-click,
.item__total-order-block .buy-modal-inline.buy-click span{
	font-size: 13px !important;
	color: #fff;
}

@media only screen and (max-width: 1023px){
	.item__total-order-block .buy-modal-inline.buy-click,
	.item__total-order-block .buy-modal-inline.buy-click span{
		font-size: 11px !important;
	}
}

.product .fv-buy-btn-block .product__action.fv-buy-modal-popup{
	background-color: #B23E3E;
	border: 2px solid #B23E3E;
	border-radius: 4px;
	margin-top: 5px;
	min-width: 90px;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.product__content .product__action-wrapper{
	margin-top: 0;
	min-height: 70px;
}

.product .fv-buy-btn-block .product__action.fv-buy-modal-popup span{
	color: #fff;
}

.catalog__product-item.product.catalog__product-item-line .inner-product-cart .product__wrapper{
	border: 1px solid #959595;
	border-radius: 15px;
}

.catalog__product-item-line .product__title-block{
	width: 100%;
}

.catalog__product-item-line .product__title-block .product__title{
	font-family: MontserratBold; 
	font-size: 18px;
	line-height: 22px;
	color: #5E5E5E;
}

.catalog__product-item-line .product__title-block .product__info-item{
	font-family: Montserrat-Medium;
	font-size: 15px;
	line-height: 18px;
	color: #B23E3E;
}

.catalog__product-item-line .product__action-wrapper{
	position: relative;
	right: auto;
	width: 100%;
	flex-direction: initial;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 15px;
}

.catalog__product-item-line .product__action-wrapper .product__price-block{
	width: 50%;
	max-width: 260px;
	box-sizing: border-box;
	padding-right: 35px;
}

.catalog__product-item-line .product__action-wrapper .product__price-block .product__price{
	justify-content: flex-start;
	margin-bottom: 10px;
}

.catalog__product-item-line .product__action-wrapper .product__price-block .product__price .product__price-title{
	font-family: Montserrat-Medium; 
	font-size: 15px;
}

.catalog__product-item-line .product__action-wrapper .product__action-block{
	display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
	width: 50%;
	max-width: 140px;
}

.catalog__product-item-line .product__action-wrapper .product__action-block .buy-modal-inline.buy-click{
	font-family: MontserratBold;
	font-size: 16px !important;
	color: #000000;
	margin-bottom: 16px;
	padding: 0 !important;
}

.catalog__product-item-line .product__action-wrapper .product__action-block .product__action.fv-buy-modal-popup{
	display: flex;
	align-items: center;
	color: #fff;
	height: 36px;
	background: #B23E3E;
	border: 2px solid #B23E3E;
	border-radius: 4px;
	padding: 0 20px;
}

.catalog__product-item-line .product__action-wrapper .product__action-block .product__action.fv-buy-modal-popup span{
	color: #fff;
	margin: 0;
	font-family: MontserratBold;
	font-size: 14px;
}

.catalog__product-item-line .product__action-wrapper .product__action-block .button.button_light-grey.button_small-icon{
	display: none;
}

.catalog__product-item-line .inner-product-cart .mini-offers-card .mini-offers-card-slider-line{
	margin-top: 15px;
}

.smart-filter-block{
	width: 260px;
}

@media only screen and (max-width: 1024px){
	.product__wrapper .product__action-wrapper{
		flex-wrap: wrap;
	}
	
	.product__wrapper .product__title{
		height: auto;
	}
	
	.product__price{
		width: 100%;
		margin: 5px 0;
	}
}

@media only screen and (max-width: 1023px){
	.catalog__product-item-line .product__action-wrapper .product__price-block{
		width: 100%;
		max-width: inherit;
		padding-right: 0;
	}
	
	.catalog__product-item-line .product__action-wrapper .product__action-block{
		width: 100%;
		max-width: inherit;
	}
	.filter-block{
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.filter-block .sorting-wrap{
		width: 100%;
		margin-bottom: 10px;
	}

	.filter-block .sortButtons{
		width: 100%;
		justify-content: flex-start;
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px){
	.filter-block .sorting-wrap .item-sorting{
		margin-left: 10px;
	}
}

@media only screen and (max-width: 639px){
	.filter-block .sorting-wrap .item-sorting{
		margin-left: 10px;
		font-size: 12px;
	}
	
	.sorting-wrap__title{
		font-size: 12px;
	}
}

@media only screen and (max-width: 575px){
	.smart-filter-title{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 113px;
		height: 30px;
		background-color: #B23E3E;
		border: 1px solid #B23E3E;
		border-radius: 2px;
		margin-bottom: 0;
		color: #fff;
		font-family: Montserrat-Medium;
		font-size: 12px;
		padding: 0;
		margin: 0;
		background-image: url(svg/arrcat.svg);
		background-repeat: no-repeat;
		background-position: right 7px center;
	}
	
	.smart-filter-section.open .smart-filter-title{
		margin-bottom: 20px;
	}
	
	.product__price-wrapper>span{
		font-size: 14px;
	}
	
	.product__wrapper .product__content{
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	
	.smart-filter-popup-result.left{
		/* right: 0; */
	}
}

@media only screen and (max-width: 480px){
	.fv-buy-btn-block{
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	
	.product .fv-buy-btn-block .product__action.fv-buy-modal-popup{
		width: 100%;
		max-width: 180px;
	}
	
	.fv-offers-table thead td{
		font-size: 11px !important;
		padding: 5px 4px;
	}
	
		
	.fv-offers-table-scroll-block, .item__total{
		/* width: 100% !important; */
	}
	
	.fv-offers-table td{
		font-size: 11px !important;
	}
	
	.item__total{
		padding: 5px 4px;
		font-size: 11px !important;
	}
	
	.item__total-amount b, 
	.item__total-amount strong{
		font-size: 11px !important;
	}
	
	.item__total-item b, 
	.item__total-item strong{
		font-size: 11px !important;
	}
	
	.fv-catalog-single-section .fv-single-product .item__total-order-block .buy-modal-inline.buy-click{
		font-size: 11px !important;
	}
	.fv-catalog-single-section .fv-single-product .item__total-order-block .pane__action{
		font-size: 11px !important;
	}
	
	.bottom-sliders-container.single-block .product-item-detail-slider-blick{
		width: 96%;
	}
	
	.product__feature-item_without-label{
		height: 20px;
		width: 20px;
	}
	.quantity_offers{
		width: 35px !important;
	}
	.fv-offers-table tbody .is_srok_postavki td{
		padding: 2px 2px !important;
	}
}

@media only screen and (max-width: 413px){
	.catalog__product-list .catalog__product-item{
		width: 100% !important;
		margin: 8px 0 !important;
	}
	
	
	.menuheader{
		justify-content: center;
		padding: 5px 0 !important;
	}
	/* .menuheader .menuheader_call, */
	/* .menuheader .emptyFlex{ */
		/* display: none; */
	/* } */
	.item__feature-item{
		font-size: 11px;
		line-height: 11px;
	}
	.item__feature-icon{
		height: 20px !important;
		margin-top: -3px !important;
		width: 20px !important;
	}
	.item__feature-label{
		margin-left: 0px !important;
	}
}

/********************************************* catalog ****************************************/
/********************************************* single ****************************************/
.fv-single-product #pagetitle{
	font-family: Montserrat-Medium;
	font-size: 28px;
	line-height: 35px;
	color: #5E5E5E;
}

.fv-single-product .detail-product-property{
	border-bottom: 1px solid #D5D1D1;
	padding: 5px 0;
}

.fv-single-product .detail-product-property .item__feature-list{
	margin-bottom: 0;
}

.fv-single-product .item__about{
	border-bottom: 1px solid #D5D1D1;
	padding: 5px 0;
}

.fv-single-product .detail-product-property .col-md{
	font-family: Montserrat-Medium;
	font-size: 16px;
	line-height: 20px;
	color: #5e5e5e;
}

.fv-single-product .item__price-wrapper i{
	font-family: Montserrat-Medium;
	font-size: 16px;
	line-height: 20px;
	color: #5E5E5E;
	font-style: normal;
}

.fv-single-product .item__price-wrapper b{
	display: flex;
	align-items: flex-end;
	font-family: MontserratSemiBold;
	font-size: 26px;
	color: #B23E3E;
	min-height: 28px;
}

.fv-single-product .item__price-wrapper{
	min-width: 140px;
}

.fv-single-product .item__price-wrapper.item__price-opt-wrapper{
	padding: 0 20px;
}

.fv-single-product .item__price-wrapper.item__price-opt-wrapper b{
	font-size: 19px;
	color: #5E5E5E;
}

.fv-single-product .item__total-order-block .pane__action{
	background: #B23E3E;
	border: 2px solid #B23E3E;
	border-radius: 4px;
	font-family: MontserratBold;
	font-size: 13px !important;
	color: #FFFFFF;
}

@media only screen and (max-width: 1023px){
	.fv-single-product .item__total-order-block .pane__action{
		font-size: 10px !important;
	}
}

.fv-single-product .item__total-order-block .buy-modal-inline.buy-click{
	background: #B23E3E;
	border: 2px solid #B23E3E;
	border-radius: 4px;
	font-family: MontserratBold;
	font-size: 15px !important;
	color: #FFFFFF;
}

.product-item-detail-tab-link:hover, 
.product-item-detail-tab.active .product-item-detail-tab-link{
	color: #B23E3E;
}

.product-item-detail-tab-link:hover:after, 
.product-item-detail-tab.active .product-item-detail-tab-link:after{
	background-color: #B23E3E;
}

.product-item-detail-tab-content .info__descr,
.product-item-detail-tab-content .info__specs{
	padding-right: 20px;
	box-sizing: border-box;
}

.product-item-detail-tab-content .info__descr .info__title{
	font-family: Montserrat-Medium;
	font-size: 24px;
}

.product-item-detail-tab-content .info__specs .info__title{
	font-family: Montserrat-Medium;
	font-size: 24px;
}

@media only screen and (max-width: 1199px){
	.product-item-detail-tab-content .info__descr,
	.product-item-detail-tab-content .info__specs{
		width: 100%;
		max-width: inherit;
		padding: 0;
		margin: 10px 0;
	}

	.product-item-detail-tab-content .info__specs .info__specs-wrapper{
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.product-item-detail-tab-content .info__specs .info__specs-wrapper .info__specs-table{
		width: 100%;
	}
}

@media only screen and (max-width: 480px){
	.fv-single-product #pagetitle{
		font-size: 16px;
		line-height: 1.3em;
		margin: 15px 0;
	}
	
	.fv-single-product .detail-product-property .col-md{
		font-size: 16px;
	}
	
	.fv-single-product .item__price-wrapper i{
		font-size: 16px;
		line-height: 1em;
	}
	
	.fv-single-product .item__price-wrapper b{
		font-size: 26px;
		line-height: 1em;
	}
	
	.product-item-detail-tabs-list{
		margin-top: 20px;
	}
	
	.product-item-detail-tabs-list .product-item-detail-tab{
		min-height: inherit;
	}

	.product-item-detail-tabs-list .product-item-detail-tab-link{
		padding: 10px 0;
		height: auto;
		line-height: 1em;
	}
	
	.product-item-detail-tab-link:hover:after, 
	.product-item-detail-tab.active .product-item-detail-tab-link:after{
		right: 80%;
	}
	
	.product-item-detail-tab-content .info__descr .info__title,
	.product-item-detail-tab-content .info__specs .info__title{
		font-size: 18px;
	}

	.product-item-detail-tab-content .info__descr .wysiwyg *{
		font-size: 14px;
	}
	
}
/********************************************* single ****************************************/
/********************************************* contacts ****************************************/
.contacts_top{
	width: 100%;
	display: flex;
}

.contacts_top-left{
	width: 380px;
}

.col_left-title{
	width: 100%;
	font-family: MontserratBold;
	font-size: 18px;
	line-height: 22px;
	color: #B23E3E;
	margin-bottom: 27px;
}

.col_left-title.mt{
	margin-top: 27px;
}

.col_left-line{
	width: 100%;
	margin: 1px 0;
}

.col_left-line a{
	font-family: Montserrat-Medium;
	font-size: 16px;
	color: #5E5E5E;
	text-decoration: none;
}

.col_left-line a:hover{
	text-decoration: underline;
}

.col_left-list{
	width: 100%;
}

.col_left-list li{
	font-family: Montserrat-Medium;
	font-size: 16px;
	line-height: 20px;
	color: #5E5E5E;
}

.col_map{
	width: calc(100% - 380px);
	box-sizing: border-box;
	padding-left: 130px;
}

.col_map iframe{
	width: 100%;
}

.contacts_title{
	position: relative;
	width: 100%;
	font-family: MontserratBold;
	font-size: 20px;
	line-height: 24px;
	color: #B23E3E;
	box-sizing: border-box;
	margin-top: 45px;
	border-bottom: 1px solid #747474;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.contacts_title.wi{
	padding-left: 40px;
}

.contacts_title:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200px;
	height: 3px;
	background-color: #B23E3E;
}

.contacts_adress_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.contacts_address{
	width: calc(100%/3);
	color: #5E5E5E;
	box-sizing: border-box;
	padding-right: 40px;
	text-align: center;
	margin-bottom: 50px;
}

.contacts_address a{
	color: #5E5E5E;
	text-decoration: none;
}

.contacts_address a:hover{
	text-decoration: underline;
}

.contacts_address-b{
	width: 100%;
	font-family: MontserratSemiBold;
	font-size: 14px;
	text-align: center;
	margin: 5px 0;
}

.contacts_address-title{
	width: 100%;
	font-family: MontserratSemiBold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #B23E3E;
	margin-bottom: 10px;
}

.contacts_form{
	width: 100%;
	max-width: 840px;
}

.contacts_form .btn-primary{
	background-color: #B23E3E;
    border: 2px solid #B23E3E;
    border-radius: 4px;
    margin-top: 10px;
    min-width: 160px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.contacts_form form{
	display: flex;
	flex-wrap: wrap;
}

.contacts_form form .form-group label{
	color: #B23E3E;
	font-family: Montserrat-Medium;
	font-size: 16px;
	color: #B23E3E;
}

.contacts_form form .form-group:nth-child(2){
	width: calc(50% - 10px);
	margin-right: 10px;
}

.contacts_form form .form-group:nth-child(3){
	width: calc(50% - 10px);
	margin-left: 10px;
}

.contacts_form form .form-group:nth-child(4){
	width: 100%;
	margin-top: 20px;
}

.contacts_form form .form-row{
	width: 100%;
	margin-top: 20px;
}

@media only screen and (max-width: 1199px){
	.col_map{
		padding-left: 20px;
	}	
}

@media only screen and (max-width: 768px){
	.contacts_top{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.contacts_top-left{
		width: 100%;
	}
	
	.col_map{
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
	}
	
	.contacts_adress_wrap{
		justify-content: flex-start;
	}
	
	.contacts_address{
		width: calc(100%/2);
		margin: 10px 0;
		padding-right: 20px;
		text-align: left;
		font-size: 12px;
	}
	
	.contacts_address-b,
	.contacts_address-title{
		text-align: left;
		font-size: 13px;
	}
}

@media only screen and (max-width: 540px){
	.contacts_form form .form-group:nth-child(2){
		width: 100%;
		margin-right: 0;
	}

	.contacts_form form .form-group:nth-child(3){
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
}
/********************************************* contacts ****************************************/
/********************************************* mobile footer ****************************************/
.mobile_footer_menu{
	display: none;
}
@media only screen and (max-width: 480px){
	
	.menuheader .menuheader_login,
	.menuheader .menuheader_cart{
		display: none;
	}
	 
	.mobile_footer_menu{
		position: fixed;
		z-index: 900;
		left: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 48px;
		background-color: #F2F2F2;
	}
	.wrap_bottomheader.fixed .wrap_bottomheader_fly{
		position: relative !important;
	}
	
	.mobile_footer_menu-list{
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		height: 100%;
		width: 100%;
	}

	.mobile_footer_menu-list li{
		margin: 0 15px;
		height: 100%;
	}

	.mobile_footer_menu-list li a{
		position: relative;
		display: flex;
		align-items: flex-end;
		height: 100%;
		padding-bottom: 4px;
		box-sizing: border-box;
		text-decoration: none;
		font-size: 11px;
		line-height: 10px;
		color: #302E2E;
	}

	.mobile_footer_menu-list li a:before{
		content: '';
		position: absolute;
		top: 4px;
		left: 50%;
		width: 30px;
		height: 30px;
		margin-left: -15px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}

	.mobile_footer_menu-list li:nth-child(1) a:before{
		background-image: url(svg/m-home.svg);
	}
	
	.mobile_footer_menu-list li:nth-child(2) a:before{
		background-image: url(svg/m-cat.svg);
	}

	.mobile_footer_menu-list li:nth-child(3) a:before{
		background-image: url(svg/m-cart.svg);
	}
	
	.mobile_footer_menu-list li:nth-child(4) a:before{
		background-image: url(svg/m-user.svg);
	}
}
/********************************************* mobile footer ****************************************/

.filter-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #fff;
}
.sorting-wrap {
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sorting-wrap__title {
    font-weight: 600;
}
.item-sorting {
    margin-left: 40px;
    display: inline-block;
    cursor: pointer;
}
.item-sorting.active {
	color: #e22b2b;
}


.sortButtons {
	margin-left: 40px;
    display: flex;
	align-items: center;
}
.sortButtons-title{
    font-weight: 600;
	font-size: 14px;
}
.sortButtons .listSort {
    margin: 0px;
    padding: 0px;
	display: flex;
}
.sortButtons .listSort .view{
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    background-color: #eeeeee;
    background-image: url(images/listSort.png);
    cursor: pointer;
}
.sortButtons .listSort .view.active {
    background-color: #d2d2d2;
}
.sortButtons .listSort .view.view1 {
    background-position: 0px 0px;
}
.sortButtons .listSort .view.view2 {
    background-position: 0px -26px;
}



#modal_buy_click .modal__wrapper{
	max-width: 420px;
	padding: 15px 40px;
}

.block-form {
    position: relative;
    padding: 30px 40px 30px 40px;
    text-align: center;
    border-radius: 12px;
    width: 100%;
    background: #fff;
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}
.block-form__title {
    margin-bottom: 20px;
}
.form {
    width: 100%;
}
.form__item:not(:last-child) {
    margin: 0 0 20px;
    position: relative;
}
.form__item-check {
    position: relative;
    margin: 0 0 15px;
    display: block;
    cursor: pointer;
    min-height: 28px;
}
.form__item input {
    width: 100%;
    padding: 0 12px 0 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 50px;
    background: #fff;
    outline: none;
}
.button__carrot {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    background: #fff;
    min-width: 100px;
    line-height: 44px;
    padding: 0 40px;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.button__carrot {
    background: #e22b2b;
    border: 1px solid #e22b2b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 56px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
}
.form__item-button .button__carrot{
    width: 100%;
}
.form__item-check input[type=checkbox] {
    opacity: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    padding: 0;
    top: 0px;
    left: -23px;
    display: block;
    z-index: 1;
}
.form__item-check label {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    display: block;
    width: 100%;
    cursor: pointer;
}
.form__item-check label:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    background: transparent;
    border: 1px solid #343434;
    width: 14px;
    height: 14px;
}
.form__item-check input[type=checkbox]:checked ~ label:after {
    content: "";
    position: absolute;
    background: url(../images/check-green.png) 50% 50% no-repeat;
    background-size: cover;
    top: 8px;
    left: 3px;
    width: 8px;
    height: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form__item-check p {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #BDBDBD;
    text-align: left;
}




















.fv-article ul {
    padding:0;
    list-style: none;
}
.fv-article ul li{
    padding:6px;
}
.fv-article ul li:before {
    padding-right:10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "\2714";
    transition-duration: 0.5s;
}
.fv-article ul li:hover:before {
    color: #337AB7;
    content: "\2714";
}
.fv-article ol {
    margin-left: 20px;
    list-style: decimal;
}
.fv-article ol li{
    padding:6px;
}





.fv-article h2,
.fv-article h3{
	font-size: 22px;
	font-weight: bold;
}

.fv-article tr:nth-child(2n+1){
	background-color: #ddd;
}
.fv-article tr:first-child{
	background-color: #0b111899;
    color: #fff;
}
.fv-article tr:first-child td{
	text-align: center;
	font-weight: bold;
}
.fv-article tr td:first-child{
	text-align: left;
}
.fv-article tr td{
	text-align: center;
}
.fv-article tr:first-child td:first-child{
	text-align: center;
}





@media (max-width: 1024px){
	.fv-catalog-single-section .bx-breadcrumb .bx-breadcrumb-item:last-child{
		display: none;
	}
}









.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle{
	
}

@media (min-width: 1300px){
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1500px;
	}
}

.mobile-menu{
	display: none;
}

.fv_hidden_pager{
	display: none;
}


.date_entrance_1c{
	color: #729e00;
    font-weight: bold;
}

.mobile-menu-btn{
	display: none;
}


#scroll_top{
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	height: 48px;
    width: 48px;
	border-radius: 50%;
	background-color: #0b1118;
	opacity: 0.5;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
#scroll_top:hover{
 	opacity: 1;
}
#scroll_top.fvshow{
	display: flex;
}


.callback-form .form-group{
	margin-top: 10px;
}
.callback-form .btn-primary{
	float: right;
    margin-top: 20px;
}









.searche-title {}

.search-title-button {
	background-image: url(../images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 45px;
}

.title-search-result {
	border: 1px solid #ced4da;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.search-title-result-item {
	border-bottom: 1px solid #ddd;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 16px;
	transition: 170ms linear all;
}

.search-title-result-item-price {
	font-size: 16px;
}

.search-title-result-item-current-price {
	font-weight: bold;
}

.search-title-result-item-old-price {
	font-size: 80%;
	text-decoration: line-through;
}

.catalog__product-list .search-page{
	width: 100%;
}





.mini-offers-card-slider .slick-arrow{
    position: absolute;
	left: calc(50% - 7.5px);
    z-index: 111;
    display: block;
	width: 15px;
    height: 10px;
    background: rgba(255, 255, 255, 0) url(images/arrows.svg?v=11) no-repeat center;
    opacity: 1;
    cursor: pointer;
	font-size: 0;
    transition: all 300ms ease;
	/* background-size: 6px; */
	display: none !important;
}
.mini-offers-card-slider:hover .slick-arrow{
	display: block !important;
}
.mini-offers-card-slider .slick-arrow.slick-prev{
    top: -1px;
	transform: rotate(90deg);
}
.mini-offers-card-slider .slick-arrow.slick-next{
    bottom: -1px;
	transform: rotate(270deg);
}





.mini-offers-card-hover{
	position: absolute;
    top: 0;
    left: 210px;
    width: 54px;
    height: 270px;
    background-color: white;
    z-index: 99;
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
	flex-direction: column;
}
.catalog__product-item:hover .mini-offers-card-hover{
	width: 100%;
	transition: 0.5s;
}

.mini-offers-card-hover .mini-offers-card-slider-item{
	position: relative;
    height: 50px;
    border-right: 2px solid #0000;
    width: 50px;
    margin: 2px;
	display: inline-flex;
}
.mini-offers-card-hover img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}















#bx-soa-order-form .btn-outline-secondary{
	margin-right: 10px;
}
#bx-soa-order-form .tooltip{
	background: none;
}














#pagetitle{
	font-size: 24px;
	font-weight: bold;
	margin: 25px 0px;
}

.tooltipContent{
	max-width: 400px;
}
.tooltipContent p{
	display: flex;
    flex-direction: column;
}
.tooltipContent p i{
	font-size: 12px;
}
.tooltipContent p i:first-child{
	font-size: 16px;
}



button, input, select, textarea {
    background-color: transparent;
    border-radius: 0;
    border-style: none;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: 1;
    margin: 0;
    padding: 0;
}




.bx-content{
	padding-right: 0;
	padding-left: 0;
}

.bx-header-logo{
	min-width: 250px;
}


.fv-breadcrumb{
	margin-top: 15px;
	padding: 0;
}





.bx-header-contact{
	display: block;
}
.psk-header__top-inner{
	display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}
.header-top__hotline {
    display: block;
    margin-left: 65px;
    position: relative;
}
.header-top__hotline::before {
    background-color: #d8d8d8;
    /* content: ""; */
    height: 100%;
    position: absolute;
    right: -32px;
    top: 0;
    width: 1px;
}
.header-top__hotline:last-child::before{
	content: none;
}

.h-hotline {
    text-decoration: none;
}
.h-hotline__wrapper {
    align-items: center;
    display: flex;
}

.h-hotline__wrapper.phone-block{
	flex-direction: column;
}


.h-hotline__contact {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
    transition-duration: 225ms;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.h-hotline__descr {
    align-items: center;
    color: #666d70;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    transition-duration: 225ms;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.h-hotline__contact {
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
    transition-duration: 225ms;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.h-hotline .fa-phone-alt{
	position: absolute;
    left: -50px;
    top: 0px;
    background-color: #0b1118;
	border: 1px solid #fffa;
    color: #fff;
    border-radius: 50%;
    padding: 12px;
}
.h-hotline .fa-envelope{
	position: absolute;
    left: -50px;
    top: 0px;
    background-color: #0b1118;
	border: 1px solid #fffa;
    color: #fff;
    border-radius: 50%;
    padding: 12px;
}
.h-hotline .fa-clock{
	position: absolute;
    left: -50px;
    top: 0px;
    background-color: #0b1118;
	border: 1px solid #fffa;
    color: #fff;
    border-radius: 50%;
    padding: 12px;
}






.page-socials {
    position: fixed;
    top: 200px;
    right: 6px;
    -webkit-transform: translateX(140px);
    -ms-transform: translateX(140px);
    transform: translateX(140px);
    z-index: 9999;
}
.page-socials-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    height: 50px;
    padding-right: 15px;
    margin-bottom: 5px;
    background-color: #0b1118;
    border-radius: 8px 0px 0px 8px;
    padding-left: 14px;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgb(67 63 79 / 10%);
    box-shadow: 0 0 10px rgb(67 63 79 / 10%);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.page-socials-item {
    width: 180px;
    height: 40px;
    padding-right: 5px;
    padding-left: 9px;
    font-size: 13px;
	border: 1px solid #fff;
}
.page-socials-item a{
	color: #ffffff;
	text-decoration: none;
}

.page-socials-item .icon {
    max-width: 100%;
    max-height: 100%;
    fill: #433f4f;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.page-socials-item .icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 24px;
    height: 23px;
    margin-right: 15px;
    fill: #fff;
}
.page-socials-item .icon {
    width: 20px;
    height: 20px;
    margin-right: 16px;
}
.page-socials-item:hover {
    -webkit-transform: translate(-130px);
    -ms-transform: translate(-130px);
    transform: translate(-130px);
	color: #fff;
}


.header__cart-block{
	display: flex;
    flex-direction: column;
}

.header__cart-title{
	position: relative;
}
.header__cart-count{
	position: absolute;
    left: -26px;
    top: 2px;
    border-radius: 50%;
    background-color: #e22b2b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
	font-size: 12px;
}

.page-socials-item.page-socials-item--cart .icon{
	margin-right: 20px;
}





.i-overlay, .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    position: fixed;
	z-index: 105;
}
.menu-burger {
    display: none;
    /* align-items: flex-start; */
    justify-content: flex-start;
    width: calc(100vw - 52px);
    max-width: 1200px;
    /* height: 100%; */
    position: absolute;
    top: 100%;
    /* left: -105vw; */
    z-index: 999;
    transition: left 1.5s ease .0s;
	min-height: max-content;
	max-height: calc(100vH - 200px);
}

/* ****************** */
.wrap.wrap_bottomheader.fixed .wrap_bottomheader_fly .work{
	/* max-width: 100%; */
	padding: 0 !important;
}
.wrap.wrap_bottomheader.fixed .wrap_bottomheader_fly .menu-burger{
	/* width: 100%; */
	/* max-width: 100%; */
	/* min-height: calc(100vH - 68px); */
    /* max-height: calc(100vH - 68px); */
	/* height: calc(100vH - 68px); */
}
.wrap.wrap_bottomheader.fixed .wrap_bottomheader_fly .menu-burger--active{
	left: 0;
}
.wrap.wrap_bottomheader.fixed .wrap_bottomheader_fly .menu-burger__drop--active~.menu-burger__close{
	right: 20px;
}
.wrap.wrap_bottomheader.fixed .wrap_bottomheader_fly .menu-burger__drop--active~.menu-burger__close:before,
.wrap.wrap_bottomheader.fixed .wrap_bottomheader_fly .menu-burger__drop--active~.menu-burger__close:after{
	background: #373737;
}

.wrap.wrap_bottomheader.fixed .wrap_bottomheader_fly .bottomheader {
	padding: 8px 0;
}
.wrap.wrap_bottomheader.fixed .wrap_bottomheader_fly .bottomheader_search{
	height: 38px;
}
.wrap.wrap_bottomheader.fixed .wrap_bottomheader_fly .css-btn-search{
	height: 36px;
}
/* ****************** */


.menu-burger--active {
	display: flex;
    /* left: -10px; */
	/* -webkit-transition: left .5s ease 0s; */
    /* transition: left 0.5s ease .0s; */
}
.menu-burger__main {
    overflow-y: scroll;
    scrollbar-color: #d5d5d5 transparent;
    scrollbar-width: thin;
    width: 270px;
    /* height: 100%; */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* background: #ffffffe6; */
    background: #fff;
    padding: 20px 0 20px 20px;
    overflow: auto;
	padding-right: 24px;
}
.menu-burger__main-list{
	margin: 0;
    padding: 0;
}
.menu-burger__main-list-item{
	margin-bottom: 5px;
}
.menu-burger__main-list-link {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    display: block;
    position: relative;
    padding: 10px 5px 10px 40px;
    border-radius: 8px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	text-decoration: none;
	transition: 0.5s;
}
.menu-burger__main-list-item--active .menu-burger__main-list-link {
    /* background: #06090c; */
    /* color: #fff; */
	color: #e22b2b;
	transition: 0.5s;
}

.menu-burger__main-list-link:not(.menu-burger__main-list-item-is-picture)::before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2211%22%20stroke%3D%22%2300C143%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M8.503%2014.571H7.365L5.302%2011.7a4.101%204.101%200%2001-.251-.38h-.014c.018.162.028.409.028.74v2.512H4V10h1.215L7.2%2012.783c.09.125.174.25.251.373h.014a4.468%204.468%200%2001-.028-.628V10h1.065v4.571zM12.65%2014.571H9.646V10h2.887v.838h-1.76v1.017h1.638v.836h-1.637v1.045h1.874v.835zM20%2010l-1.323%204.571h-1.25l-.83-2.932a2.243%202.243%200%2001-.08-.514h-.014c-.021.209-.052.38-.091.514l-.852%202.932h-1.302L12.942%2010h1.232l.706%203.044c.03.13.052.304.066.523h.02a2.33%202.33%200%2001.102-.535L15.976%2010h1.207l.82%203.07c.03.113.058.276.08.49h.015c.009-.167.034-.337.073-.51l.691-3.05H20z%22%20fill%3D%22%2300C143%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}

.menu-burger__main-list-item-is-picture .menu-burger__main-list-item-picture{
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}




.menu-burger__drop {
    display: none;
    width: calc(100% - 308px);
    /* height: 100%; */
    border-left: 2px solid #e8e8e8;
    padding: 20px 30px;
    /* background: #ffffffe6; */
    background: #fff;
}
.menu-burger__drop--active {
    display: block;
    -webkit-animation: fadeIn .3s both;
    animation: fadeIn .3s both;
}
.menu-burger__drop-list {
	overflow-y: auto;
    scrollbar-color: #d5d5d5 transparent;
    scrollbar-width: thin;
    height: 100%;
	/* padding-right: 20px; */
}
.menu-burger__drop-list-item {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.menu-burger__drop-list-item--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu-burger__category {
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
	margin: 0;
	padding: 0;
}
.menu-burger__category-item {
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin: 0 20px 24px 0;
}
.menu-burger__category-item:last-of-type {
    margin-bottom: 0;
}
.menu-burger__category-link {
    border-bottom: 1px solid;
    font-size: 16px;
    line-height: 22px;
    border-color: initial;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    color: #000;
    border-color: transparent;
    font-weight: 600;
}


.menu-burger__category-item--subcategory{
	padding-left: 70px;
    position: relative;
}
.menu-burger__category-item--subcategory-is-picture{
	min-height: 70px;
}
.menu-burger__category-item-picture{
	position: absolute;
	width: 60px;
    height: 60px;
    /* top: calc(50% - 30px); */
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.menu-burger__subcategory-link:before{
	content: '  •  ';
}




.menu-burger__subcategory {
    margin: 0;
	padding: 0;
    margin-top: 0;
}
.menu-burger__subcategory-link {
    border-bottom: 1px solid;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    border-color: initial;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    color: #8b8b8b;
    border-color: transparent;
}
.menu-burger__subcategory-all {
    border-bottom: 1px solid;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    border-color: initial;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    color: #e22b2b;
    border-color: transparent;
	text-decoration: none;
}








.menu-burger__close {
    width: 34px;
    height: 34px;
    display: inline-block;
    position: relative;
    font-size: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    line-height: 1;
    position: absolute;
    top: 9px;
    left: calc(270px + 9px);
}
.menu-burger__drop--active~.menu-burger__close {
    left: auto;
    right: -34px;
}
.menu-burger__close:after, .menu-burger__close:before {
    background: #fff;
    border-radius: 4px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(
45deg);
    transform: translate(-50%,-50%) rotate(
45deg);
}
.menu-burger__close:before {
    width: 4px;
    height: 28px;
}
.menu-burger__close:after {
    width: 28px;
    height: 4px;
}































.product-table__cart {
    align-items: center;
    display: flex;
	justify-content: center;
	padding-top: 3px;
}
.product-table__cart-icon {
    fill: #666d70;
    height: 20px;
    width: 20px;
}
.product-table__in-cart {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.product-table__in-cart svg {
    fill: #41a127;
    height: 14px;
    width: 14px;
}

.quantity__icon, .quantity__input {
    transition-duration: 225ms;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.quantity__icon {
    fill: currentColor;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    transition-property: fill;
    width: 12px;
}

.btn-quantity-plus {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.btn-quantity-minus {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.quantity__button:hover{
	background-color: #398f22;
    border-color: #398f22;
}
.quantity__button:hover .quantity__icon{
	fill: #fff;
}

@media (min-width: 768px){
	.product-table__cart-icon {
		fill: #fff;
	}
	.product-table__in-cart {
		margin-left: auto;
		margin-right: auto;
	}
}

.product-table__quantity-wrapper {
    align-items: center;
    display: flex;
	justify-content: center;
}
.product-table__units {
    color: #666d70;
}














.footer__top {
    background-color: #0b1118;
    padding-bottom: 56px;
    padding-top: 40px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}


.f-nav__title {
    color: #fff;
    font-weight: 700;
    line-height: 24px;
}
.f-nav__list {
    margin-top: 24px;
	padding-left: 0;
}
.f-nav__item {
    line-height: 24px;
}
.white-link {
    text-decoration: none;
    transition-duration: 225ms;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.white-link:enabled, .white-link:link, .white-link:visited {
    color: #d8d8d8;
    cursor: pointer;
}
.white-link:-webkit-any-link {
    color: #d8d8d8;
    cursor: pointer;
}
.white-link:any-link, .white-link:enabled {
    color: #d8d8d8;
    cursor: pointer;
}



.f-contacts__title {
    color: #fff;
    font-weight: 700;
    line-height: 24px;
}
.f-contacts__list {
    margin-top: 24px;
	padding-left: 0;
}
.f-contacts__descr {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}




.css-main-menu-block{
	min-height: 46px;
	background-color: #373737;
}

.fv-main-menu{
	width: 100%;
	height: 46px;
}

.fv .bx-top-nav-container{
	background: none;
}
.fv .bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link, .fv .bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link, .fv .bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
    border-bottom: none;
    background: none;
}
.fv .bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link span, .fv .bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link span, .fv .bx-nav-1-lvl:hover > .bx-nav-1-lvl-link span{
    color: #ccc;
}

.fv .input-group .btn{
	height: 100%;
	border-color: #fff;
    background-color: #0b1118;
}



div.blog-comment-field-author input,
div.blog-comment-field-captcha input,
div.blog-comment-field-email input{
	height: 40px;
    background-color: #fff;
    margin-bottom: 8px;
	border: 1px solid #b32325;
	border-radius: 0.25rem;
}
.blog-comment-field.blog-comment-field-captcha{
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.blog-comment-edit .feed-add-post-form{
	border-radius: 0.25rem;
}




.fv-offers-table-scroll {
    max-height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
}

.fv-offers-table {
	width: 100%;
	border-left: none;
    border-right: none;
	border-collapse: collapse;
	font-size: 14px;
	border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.fv-variations-block{
	margin-top: 30px;
	width: 450px;
    float: left;
}

.fv-offers-table thead{
	display: table-header-group;
}
.fv-single-product .fv-offers-table thead{
    display: table-header-group;
	position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
}

.fv-offers-table thead td {
    background-color: #666d70;
    color: #fff;
    display: table-cell;
    font-size: 12px;
    padding: 12px 8px;
    /* position: sticky; */
    top: 56px;
    vertical-align: top;
    z-index: 2;
}
.fv-offers-table tr {
    border-bottom-color: rgba(136,136,136,.2);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: table-row;
}

.fv-offers-table tr.in_cart .product-table__units{
	color: #41a127;
	font-weight: bold;
}
.fv-offers-table tr.in_cart{
	/* background-color: #d2d2d2; */
}
.fv-offers-table tr.in_cart .fv-item-price{
	/* background-color: #d2d2d2; */
}
.fv-offers-table tr.change{
	/* background-color: #f4f7b2; */
}
.fv-offers-table tr.change .fv-item-price{
	/* background-color: #f4f7b2; */
}


.fv-offers-table td {
    font-size: 13px;
    line-height: 16px;
    padding: 8px;
	color: #666d70;
    margin-left: 0;
	vertical-align: middle;
}
.fv-offers-table tbody td{
	padding: 8px 8px;
}
.fv-offers-table tbody td.td-quantity{
	padding: 0 3px;
}

.td-single-product-title{
	/* max-height: 25px; */
    /* overflow: hidden; */
}


.fv-offers-table tbody tr td:first-child{
	display: inline-flex;
}

.offers_title_td > span{
	display: flex;
    flex-direction: column;
}
.offers_title_td > span > span:nth-child(2){
	font-size: 10px;
}

.fv-offers-table thead td{
	line-height: 28px;
	padding: 8px 5px;
	margin-left: 0;
	padding-bottom: 6px;
}
.fv-offers-table thead td:first-child{
	padding: 8px 2px;
}

.product-table__icon{
	margin-right: 10px;
}

.fv-quantity-block{
	display: flex;
	margin-right: 0;
}

.fv-quantity-block button,
.fv-quantity-block input{
	height: 23px;
}

#modal_buy_popup .fv-quantity-block .quantity_offers{
	height: 21px;
	padding: 0;
    margin: 0;
}

.fv-quantity-block button{
    align-items: center;
    background-color: #d8d8d8;
    border-color: #d8d8d8;
    border-style: solid;
    border-width: 1px;
    color: #666d70;
    height: 23px;
    justify-content: center;
    transition-duration: 225ms;
    transition-property: background-color,border-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 20px;
}

.fv-quantity-block button{
	width: 20px;
}

.quantity_offers {
    background-color: #fff;
    border-bottom-color: #d8d8d8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 4px;
    border-top-color: #d8d8d8;
    border-top-style: solid;
    border-top-width: 1px;
    color: #333;
    padding: 0 5px;
    padding-top: 6px;
	padding-bottom: 6px;
    transition-property: border-color;
    width: 44px;
	border-radius: 0;
	text-align: center;
}

.fv-item-price{
	background-color: #f6f6f6;
}

.fv-offers-table thead span{
	display: flex;
    flex-direction: column;
    line-height: 1;
}
.thead-stock span span{
	font-size: 10px;
    margin-top: 4px;
}

.mini-offers-card{
	position: absolute;
	width: 80px;
	height: 265px;
	right: 0;
	top: 0;
}

.mini-offers-card-slider-item{
	position: relative;
	height: 80px;
	/* border-right: 2px solid #0000; */
}
.mini-offers-card-slider-item.hover{
	/* border-right: 2px solid #e0e2e4; */
}


.mini-offers-card img {
    position: absolute;
    top: 50%;
    left: 50%;
	max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}






.catalog__product-list {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative;
}
@media (min-width: 768px){
	.catalog__product-list {
		margin: 16px -16px;
	}
}

.catalog__product-list_view-1 .catalog__product-item {
    margin-bottom: 8px;
    margin-top: 8px;
    width: 100%;
}
.product {
    position: relative;
}

.product::before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-duration: 225ms;
    transition-property: transform,box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 100%;
    z-index: 0;
}

.prod__show-more-wrap{
	display: flex;
	justify-content: center;
}
.prod__show-more{
	background-color: #e22b2b;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
}




@media (min-width: 768px){
	.catalog__product-list_view-1 .catalog__product-item {
		margin: 8px;
		width: calc((100% - 24px*3)/3);
		/* min-height: 489px; */
	}
	.fv-main-trends .catalog__product-list_view-1 .catalog__product-item {
		margin: 8px;
		width: calc((100% - 24px*4)/4);
		min-height: 489px;
	}
}











.product__wrapper {
    background-color: #fff;
    display: flex;
    height: 100%;
    padding: 16px;
    position: relative;
    transition-duration: 225ms;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

@media (min-width: 320px){
	.product__wrapper {
		flex-direction: column;
	}
}

@media (min-width: 1280px){
	.product__wrapper {
		padding: 24px;
	}
}
.product__image-wrapper {
    flex-shrink: 0;
}

@media (min-width: 320px){
	.product__image-wrapper {
		height: 176px;
	}
}

@media (min-width: 1280px){
	.product__image-wrapper {
		height: 232px;
		width: 100%;
	}
}

.product__image {
    height: 100%;
    -o-object-fit: contain;
    font-family: "object-fit:contain";
    object-fit: contain;
    width: 100%;
}

.product__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 16px;
}
@media (min-width: 320px){
	.product__content {
		margin-left: 0;
		margin-top: 16px;
	}
}


.product__price-category {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 16px;
    text-transform: uppercase;
}
@media (min-width: 768px){
	.product__price-category {
		font-size: 12px;
	}
}
.product__price-category_standard {
    color: #c99b25;
}

.product__title {
    font-size: 13px;
    line-height: 17px;
    max-height: 72px;
    overflow: hidden;
    position: relative;
    transition-duration: 225ms;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}


@media (min-width: 768px){
	.product__title {
		height: 45px;
		margin-top: 8px;
		max-height: none;
	}
}
@media (min-width: 1280px){
	.product__title {
		font-size: 15px;
		line-height: 17px;
	}
}
.product__info-list {
    flex-grow: 1;
    margin-top: 8px;
	position: relative;
	width: 100%;
}

.product__info-item {
    color: #63666a;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.product__info-item b, .product__info-item strong, .product__spec-item b, .product__spec-item strong {
    font-weight: 500;
}

.product__info-item.cml2_article{
	/* position: absolute; */
    /* top: -20px; */
	font-family: MontserratBold;
}


.product__action-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.product__price {
    align-items: center;
    display: flex;
    font-size: 15px;
}

@media (min-width: 768px){
	.product__price {
		font-size: 18px;
	}
}


.button {
    align-items: center;
    border-radius: 10000px;
    border-style: solid;
    border-width: 2px;
    display: inline-flex;
    font-size: 1rem;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    transition-duration: 225ms;
    transition-property: background-color,border-color,color,opacity,transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.button_small-icon {
	height: 24px;
    padding: 0px;
    width: 24px;
    margin-left: 3px;
}
.button_light-grey {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #333;
    font-weight: 700;
}
.product__action {
    flex-shrink: 0;
}

.button__icon {
    fill: currentColor;
    flex-shrink: 0;
    transition-duration: 225ms;
    transition-property: fill,transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.button_light-grey .button__icon {
    fill: #888;
}
.button_small-icon .button__icon {
    height: 20px;
    width: 20px;
}

.button_light-grey .button__icon {
    fill: #888;
}

.product .link{
	text-decoration: none;
	color: #000;
}

.product .product__price{
	font-size: 18px;
	justify-content: space-between;
	width: 100%;
}


.product .product__action{
	display: flex;
    align-items: center;
	text-decoration: none;
}
.product .product__action.fv-buy-modal-popup{
    position: relative;
	z-index: 1;
	background-color: #f4f4f4;
    padding: 5px 10px;
    border-radius: 15px;
}


.product .product__action span{
	color: #888;
	font-weight: bold;
	font-size: 14px;
}
.product:hover .product__action span{
	color: #b32325;
}
.product:hover .product__action .button_small-icon{
    /* background-color: #b32325; */
    /* border-color: #b32325; */
    color: #fff;
    /* transform: scale(1.15); */
}
.product:hover .product__action .button__icon {
    fill: #b32325;
    /* transform: scale(.75); */
}
.button_small-icon .button__icon {
    height: 20px;
    width: 20px;
}

.product__price-wrapper{
	display: flex;
	align-items: flex-start;
    flex-direction: column;
}
.product__price-title{
	margin-right: 15px;
	font-size: 12px;
	color: #63666a;
}
.product__price s {
    color: #888;
    font-size: 12px;
    line-height: 14px;
    margin-left: 8px;
    order: 2;
    text-decoration: none;
	font-family: Montserrat-Medium;
}

.product__price-wrapper>span {
    order: 2;
}

@media (min-width: 768px){
	.product__price s {
		margin-bottom: 4px;
		margin-left: 0;
		order: 1;
	}
}






.fv-single-product .item__total-amount{
	display: flex;
    flex-direction: column;
}
.fv-single-product .fv-offers-block{
	width: 450px;
	float: left;
}

.fv-offers-table tbody .is_srok_postavki td{
	padding: 2px 8px;
}

.item__total {
    align-items: center;
    background-color: #f4f4f4;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    padding: 16px 10px;
	
	border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.item__total-amount b, .item__total-amount strong {
    font-size: 20px;
    font-weight: 700;
}
.item__total-list {
    display: flex;
}
.item__total-item {
    color: #63666a;
    font-size: 12px;
}
.item__total-item:not(:first-child) {
    margin-left: 24px;
}
.item__total-item b, .item__total-item strong {
    color: #0b1118;
    display: block;
    font-size: 1rem;
    margin-top: 4px;
}
























.c-catalog-burger.j-active{
	/* z-index: 999; */
}
.fv-main-menu{
	position: relative;
	z-index: 997;
}










.modal {
    align-items: center;
    background-color: rgba(11,17,24,.4);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 997;
}

.modal.open {
	 display: flex;
}

.modal__wrapper {
    background-color: #fff;
    max-height: 90%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 32px 16px;
    position: relative;
    width: calc(100% - 32px);
}
@media (min-width: 768px){
	.modal__wrapper {
		box-shadow: 0 15px 12px 0 rgb(0 0 0 / 22%), 0 19px 38px 0 rgb(0 0 0 / 30%);
		max-width: 1040px;
		padding: 15px 40px;
	}
	#modal_buy_popup .modal__wrapper {
		max-width: 750px;
	}
}

.modal_l .modal__wrapper {
    max-width: 864px;
}
#modal_buy_popup .modal__wrapper {
	padding: 15px 40px;
}

.modal__close {
	position: absolute;
    right: 16px;
    top: 16px;
    margin: 0;
    border: none;
    background: none;
	padding: 0;
}
.modal__icon {
    fill: #888;
    height: 21px;
    transition-duration: 225ms;
    transition-property: fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 21px;
}

.modal__content {
    text-align: left;
}

.modal__title {
	font-size: 18px;
    line-height: 22px;
    font-weight: bold;
	margin: 15px 0;
    display: block;
}


.product-info__action-list {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.red-link:any-link, .red-link:enabled {
    color: #b32325;
    cursor: pointer;
}

.product-info__detailed {
    font-weight: 700;
}

.product-info__close-modal {
	margin: 0;
    border: none;
    background: none;
	padding: 0;
    color: #333;
    margin-left: 32px;
    transition-duration: 225ms;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}






.item__about {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
	justify-content: space-between;
}
@media (min-width: 768px){
	.item__about {
		align-items: flex-start;
		flex-direction: row;
	}
}

.item__price {
    align-items: flex-start;
    color: #888;
    display: flex;
	flex-direction: column;
	line-height: 1;
}

.item__about .item__price{
	flex-direction: initial;
}

.item__price-wrapper {
    font-size: 12px;
	margin-bottom: 6px;
}
.item__price-wrapper i {
    display: block;
    margin-bottom: 4px;
}
.item__price-wrapper b, .item__price-wrapper strong {
    color: #0b1118;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
}
.item__service {
    display: flex;
    margin-top: 24px;
}
.item__price s {
    margin-left: 16px;
    text-decoration: none;
    white-space: nowrap;
}
@media (min-width: 768px){
	.item__service {
		margin-left: 0;
		margin-top: 0;
		margin-right: 25px;
	}
}

.item__service-icon {
    fill: #888;
    flex-shrink: 0;
    height: 32px;
    margin-right: 12px;
    width: 32px;
}
@media (min-width: 768px){
	.item__service-icon_logos {
		margin-right: 16px;
	}
}
.item__service-wrapper {
    color: #888;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 16px;
}
.red-link {
    text-decoration: none;
    transition-duration: 225ms;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.red-link:any-link, .red-link:enabled {
    color: #b32325;
    cursor: pointer;
}



.about-symbols-table-wrap table{
	font-size: 14px;
}


.wysiwyg {
    max-width: 904px;
}
.log-list__item, .wysiwyg p {
    color: #666d70;
    font-size: 1rem;
    line-height: 24px;
}
.wysiwyg table {
    font-size: 15px;
    line-height: 20px;
    width: 100%;
	border: none;
}


.wysiwyg table td, .wysiwyg table th {
    border-bottom-color: rgba(136,136,136,.4);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 16px 24px;
    text-align: left;
}
.wysiwyg table td {
    color: #63666a;
}


.please-auth {
    background-color: #f4f4f4;
    color: #666d70;
    font-size: 14px;
    line-height: 24px;
    padding: 24px 16px;
    position: relative;
}


.product__feature-list{
	display: flex;
    flex-direction: column;
    left: 16px;
    position: absolute;
    top: 16px;
    z-index: 1;
}
.product__feature-item {
    align-items: center;
    background-color: #fff;
    border-radius: 10000px;
    border-style: solid;
    border-width: 2px;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 18px;
    line-height: 14px;
    width: 18px;
}
.product__feature-item_without-label {
    border-style: none;
    height: 24px;
    justify-content: center;
    width: 24px;
}
.product__feature-item_without-label img{
	width: 100%;
	height: auto;
}

.item__feature-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.item__feature-item {
    align-items: center;
    display: flex;
    font-size: 12px;
    line-height: 14px;
}
.item__feature-icon {
    flex-shrink: 0;
    height: 32px;
    margin-top: -1px;
    width: 32px;
}
.item__feature-label {
    margin-left: 8px;
}
.item__feature-label b, .item__feature-label strong {
    font-weight: 700;
}
@media (min-width: 768px){
	.item__feature-icon {
		margin-top: -2px;
	}
}


.info__content-wrapper{
	display: flex;
	flex-wrap: wrap;
}

.info__descr {
    width: 50%;
}

.info__specs {
    align-items: center;
    display: flex;
    flex-direction: column;
	max-width: 50%;
    padding-left: 30px;
}

.info__specs-table td, .info__specs-table th {
    line-height: 24px;
    padding-top: 8px;
}
.info__specs-table th {
    font-weight: 700;
    text-align: left;
	white-space: nowrap;
}
.info__specs-table td {
    color: #666d70;
    padding-left: 40px;
}








.fancybox-overlay{
	background: #fff;
	z-index: 9999;
}
.fancybox-opened .fancybox-skin{
	box-shadow: none;
}




































.bx-searchtitle-col{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 !important;
    flex: 1;
}


.menu__haschild.bx-contacts-col ul li .bx-nav-1-lvl-link{
	display: flex;
    flex-direction: column;
}
.menu__haschild.bx-contacts-col ul li .bx-nav-1-lvl-link i{
    font-size: 14px;
    line-height: 16px;
    color: #8b8b8b;
}

.bx-top-nav-container {
	position: relative;
	z-index: 1;
	padding: 0;
	background: none;
	color: #fff;
}

/*region 1 lvl*/
.bx-nav-list-1-lvl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	/* justify-content: space-between; */
}

.bx-nav-1-lvl { position: relative; margin-right: 30px;}

.bx-nav-1-lvl-link {
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: none;
	border-radius: 1px;
	text-decoration: none;
	transition: 250ms linear all;
}

.bx-nav-1-lvl-link:hover { text-decoration: none; }

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
	border-bottom: none;
	background: var(--theme-color-second);
}

.bx-nav-1-lvl-link-text {
	display: flex;
	padding: 10px 14px 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Montserrat-Medium !important;
	transition: 250ms linear all;
	align-items: center;
}

.bx-nav-angle-bottom {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-bottom:after,
.bx-nav-angle-bottom:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-bottom:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-nav-angle-bottom:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before { background-color: var(--theme-color-primary); }

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background-color: transparent;
	color: var(--theme-color-primary);
}

.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { background: #fff; }

/**/


.bx-nav-angle-top {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-top:after,
.bx-nav-angle-top:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-top:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-angle-top:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(45deg);
}


/**/
.bx-nav-parent-arrow { display: none; }

/*endregion*/

/*region 2 lvl*/
.bx-nav-2-lvl-container,
.bx-nav-2-lvl-container-advanced {
	z-index: 999;
	display: none;
	padding: 0;
	min-width: 100%;
	border-top: none;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	color: #000;
	opacity: 0;
}

.bx-nav-2-lvl-container > ul,
.bx-nav-2-lvl-container > div,
.bx-nav-2-lvl-container-advanced > ul,
.bx-nav-2-lvl-container-advanced > div { flex: 1 }

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: absolute;
	top: calc(100% - 5px);
	z-index: 999;
	display: flex;
	background: #fff;
	opacity: 1;
	align-items: stretch;
}

.bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}

.bx-nav-2-lvl {
	display: block;
	padding: 0;
	min-width: 180px;
}

.bx-nav-2-lvl-link {
	display: block;
	padding: 5px 15px 5px;
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-nav-2-lvl-link-text {
	color: var(--theme-color-primary);
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

/*.bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	margin-top: 0;
	border-top: none;
}*/

.bx-nav-2-lvl > .bx-nav-list-2-lvl.bx-active .bx-nav-list-2-lvl-text,
.bx-nav-2-lvl > .bx-nav-list-2-lvl:hover .bx-nav-list-2-lvl-text {
	background: var(--theme-color-light);
	color: var(--theme-color-primary);
}

/*endregion*/

/*region 3 lvl*/

.bx-nav-3-lvl-container-advanced:before,
.bx-nav-3-lvl-container:before {
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	display: block;
	height: 5px;
	background: #fff;
	content: " ";
}

.bx-nav-list-3-lvl {
	margin: 0;
	padding: 0 0 14px 0;
}

.bx-nav-3-lvl {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 180px;
}

.bx-nav-3-lvl-link {
	display: block;
	padding: 3px 15px 3px 20px;
	border-bottom: none;
	color: #555;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
	background: #f0f0f0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

/*endregion*/

/*region col 4 */
.bx-nav-list-4-col { position: static; }

.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	top: 100%;
	right: 0;
	left: 0;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container,
.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	right: 0;
	left: 0;
}

/*endregion*/

/*region catinfo*/
.bx-nav-catinfo {
	position: relative;
	z-index: 120;
	padding: 15px 15px 5px;
	min-width: 200px;
	border-left: 1px solid #ecefef;
	background: #f7fafb;
}

.bx-nav-catinfo img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border: 1px solid #e7e9ea;
}

.bx-nav-catinfo p {
	padding: 20px 5px 0;
	font-size: 13px;
}

/*endregion*/

/*region ASIDE */
.bx-menu-button-mobile {
	position: absolute;
	top: 8px;
	left: 5px;
	z-index: 10;
	width: 40px;
	height: 40px;
}

.bx-aside-nav-control {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1750;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	cursor: pointer;
	transition: left .15s linear;
}


.bx-nav-bars {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2100;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 25px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	vertical-align: middle;
	transform: translate(-50%, -50%);
}

.bx-nav-bars:after {
	position: absolute;
	top: 50%;
	display: block;
	background: #fff;
	width: 100%;
	height: 5px;
	content: '';
	transform: translateY(-50%);
}

.bx-wrapper,
.bx-aside-nav { transition: transform .15s linear; }

/**/
.bx-opened .bx-footer,
.bx-opened .workarea { overflow: hidden; }

/**/
.bx-aside-nav {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	z-index: 1600;
	display: none;
	width: 100%;
	background: #4c5c65;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.bx-aside-nav.bx-opened {
	overflow-y: scroll;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.bx-aside-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}





.detail-product-property{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}










.bx-aside-nav a {
	display: block;
	overflow: hidden;
	padding-left: 15px;
	max-width: 100%;
	height: 48px;
	border-bottom: 1px solid #3d4b53 !important;
	color: #fff;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 48px;
}

.bx-aside-nav .bx-nav-list-1-lvl {
	z-index: 1700;
	flex-direction: column;
}

.bx-aside-nav .bx-nav-1-lvl-link {
	padding: 0;
	display: flex;
	align-items: center;
}

.bx-aside-nav .bx-nav-1-lvl-link-text {
	padding: 0 0 0 15px;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link { box-shadow: none !important; }

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background: transparent;
	color: #fff;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: relative;
	box-shadow: none;
	top: auto;
}

.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container {
	display: block;
	opacity: 1;
}

.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover > a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover > a { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link-text,
.bx-aside-nav .bx-nav-3-lvl-link-text,
.bx-aside-nav .bx-nav-4-lvl-link-text {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.bx-aside-nav .bx-nav-list-2-lvl { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link { padding: 0 0 0 30px; }

.bx-aside-nav .bx-nav-2-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-3-lvl-link { padding: 0 0 0 45px; }

.bx-aside-nav .bx-nav-3-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-4-lvl-link { padding: 0 0 0 60px; }

.bx-aside-nav .bx-nav-4-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-parent { position: relative; }

.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	border-left: 1px solid #5a6971;
	text-align: center;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i { transition: all .15s linear; }

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
	overflow: hidden;
	height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul { height: auto; }

.bx-aside-nav .bx-nav-catinfo { display: none; }


.bx-aside-nav .bx-nav-angle-top,
.bx-aside-nav .bx-nav-angle-bottom {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	margin: 0;
}

.sale-personal-section-index-block.bx-red{
	background-color: #0b1118;
    opacity: 1;
}

@media (min-width: 1200px) {
	.bx-nav-1-lvl > a { font-size: 15px; padding: 0; text-decoration: none;}

	.bx-nav-1-lvl > a span { padding: 12px 14px 15px }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-nav-1-lvl > a { font-size: 13px; padding: 0; text-decoration: none;}

	.bx-nav-1-lvl > a span { padding: 9px 5px 12px }
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-nav-1-lvl > a { font-size: 11px; padding: 0; text-decoration: none;}

	.bx-nav-1-lvl > a span { padding: 5px 6px 9px }
}

@media (min-width: 768px) {
	.bx-aside-nav-control,
	.bx-aside-nav { display: none; }

	.bx-top-nav-container { display: block; }
}

@media (max-width: 767px) {
	.bx-aside-nav-control {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bx-aside-nav { display: block; }

	.bx-aside-nav .bx-nav-parent-arrow { display: block; }

	.bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom{ display: none; }
}

.bx-white {
	--theme-color-primary: #f5f5f5;
	--theme-color-second: #dfdfdf;
}

.bx-white .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-2-lvl-link-text,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { color: #333; }








.partners_extra-space {
    margin-bottom: 88px;
    margin-top: 88px;
}
.partners__wrapper {
    /* padding-left: 48px; */
}
.partners__item {
    align-items: center;
    display: flex;
    flex-grow: 1;
    height: auto;
    justify-content: center;
    margin-right: 24px;
    width: calc((100% - (96px + 48px*5))/6);
}
.partners__logo {
    filter: grayscale(1);
    max-height: 56px;
    max-width: 100%;
    transition-duration: 225ms;
    transition-property: filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.partners__item:focus .partners__logo, .partners__item:hover .partners__logo {
    filter: none;
}




















.c-catalog-burger > a .bx-nav-1-lvl-link-text::after {
    position: absolute;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f078";
    right: 0;
    font-size: 9px;
    display: flex;
    align-items: center;
}




.menu__haschild > a .bx-nav-1-lvl-link-text::after {
    position: absolute;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f078";
    right: 0;
    font-size: 9px;
    display: flex;
    align-items: center;
}
.menu__haschild > a .bx-nav-1-lvl-link{
    position: relative;
    padding-right: 15px;
}

.menu__haschild ul li .bx-nav-1-lvl-link{
	font-size: 16px;
    line-height: 22px;
    color: #000;
    display: block;
    position: relative;
    padding: 10px 5px 10px 10px;
    text-decoration: none;
	font-family: Montserrat-Medium !important;
    transition: 0.5s;
}
.menu__haschild ul li:hover .bx-nav-1-lvl-link{
    color: #e22b2b;
	transition: 0.5s;
}

.menu__haschild:hover > a .bx-nav-1-lvl-link-text {
    color: #ccc;
}

.menu__haschild ul {
    width: 100%;
	min-width: 280px;
    position: absolute;
	z-index: 9999;
    top: 100%;
    left: 0;
    background-color: #fff;
    /* opacity: 1; */
    /* visibility: hidden; */
	/* transition: 0s; */
	/* transition-delay: 0s; */
	padding: 20px 30px;
    padding-right: 24px;
	display: none;
	box-shadow: 0px 0px 100vw 100vw rgb(0 0 0 / 25%);
}

.menu__haschild:hover ul {
    /* opacity: 1; */
    /* visibility: visible; */
	/* transition: 0s; */
	/* transition-delay: 0s; */
	display: block;
}

.menu__haschild .haschild-overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000004d;
    position: fixed;
	z-index: -1;
    opacity: 0;
    visibility: hidden;
	/* transition: 0.3s; */
}

.menu__haschild:hover .haschild-overlay{
    opacity: 1;
    visibility: visible;
}

.menu__haschild .menu-burger__close{
	left: calc(100% + 9px);
}






.item__total-order-block{
	display: flex;
    justify-content: flex-end;
    align-items: center;
	margin-top: 10px;
}


.pane__action {
    align-items: center;
    border-radius: 10000px;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    line-height: 19px;
    text-decoration: none;
    transition-duration: 225ms;
    transition-property: background-color,color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
	border: 2px solid #b32325;
    padding: 20px 15px;
	box-sizing: border-box;
}
.pane__action_red {
    background-color: #b32325;
    color: #fff;
}
.pane__action_red:hover{
	background-color: transparent;
    color: #b32325;
    transition-duration: 225ms;
}
.pane__action_red.css-redirect_to_cart {
	background-color: transparent !important;
    color: #b32325 !important;
}
.pane__action_red.css-redirect_to_cart:hover{
    background-color: #b32325;
    color: #fff;
    transition-duration: 225ms;
}

.pane__action-icon {
    fill: currentColor;
    height: 20px;
    transition-duration: 225ms;
    transition-property: fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 20px;
	display: none;
}

.pane__action-label{
	/* margin-right: 8px; */
}

.buy-click-product-card{
	align-items: center;
    border-radius: 10000px;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    line-height: 19px;
    text-decoration: none;
    transition-duration: 225ms;
    transition-property: background-color,color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    border: 2px solid #b32325;
    padding: 20px 15px;
	background-color: #b32325;
    color: #fff;
}
.buy-click-product-card:hover{
	background-color: transparent;
    color: #b32325;
    transition-duration: 225ms;
}












.footer .footer__center{
	font-size: 12px;
    margin-top: 10px;
    text-align: center;
}



.footer__address-block_item{
	text-align: left;
}
.footer__address-block_item .item-address-text{
	margin-bottom: 0;
}
.footer__address-block_item .item-work-text{
	margin-bottom: 5px;
}
.uniteller-main-icons{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}



.footer__bottom {
    background-color: #f4f4f4;
    padding-bottom: 24px;
    padding-top: 24px;
}
.footer__copyright {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}
.footer__policy {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}
.wysiwyg_small ol, .wysiwyg_small p, .wysiwyg_small ul {
    font-size: 14px;
    line-height: 20px;
}
.log-list__item, .wysiwyg p {
    color: #666d70;
    font-size: 1rem;
    line-height: 24px;
}
.wysiwyg_small ol, .wysiwyg_small p, .wysiwyg_small ul {
    font-size: 14px;
    line-height: 20px;
}
.footer__warning.wysiwyg p:not(:last-child) {
    margin-bottom: 8px;
}



@media (max-width: 1024px){
	.container, .container-sm, .container-md, .container-lg {
		max-width: 100%;
	}
}


.swiper-wrapper {
    z-index: 1;
    display: flex;
    box-sizing: content-box;
}
.main-banner__item {
    flex-grow: 1;
}
.swiper-slide {
    flex-shrink: 0;
}
.main-banner__image {
    /* background-position-x: center; */
    /* background-position-y: center; */
    /* background-size: cover; */
    display: block;
    /* min-height: 300px; */
    width: 100%;
}

.main-banner__image img{
	width: 100%;
	height: auto;
}

.main-banner__image img.pic_modile{
	display: none;
}
.main-banner__image img.pic_desc{
	display: block;
}

@media (max-width: 768px){
	.main-banner__image img.pic_modile{
		display: block;
	}
	.main-banner__image img.pic_desc{
		display: none;
	}
}

.slider-nav__button {
    align-items: center;
    background-color: #0b1118;
    border-radius: 10000px;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    opacity: .2;
    position: absolute;
    top: calc(50% - 8px);
    transform: translateY(-50%);
    transition-duration: 225ms;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 32px;
    z-index: 3;
}
.slider-nav__button_prev {
    left: 16px;
}
.slider-nav__button_next {
    right: 16px;
}
.slider-nav__button {
    height: 48px;
    width: 48px;
}
.slider-nav__icon {
	fill: #fff;
    height: 24px;
    width: 24px;
}
.slider-nav__button_prev .slider-nav__icon {
    transform: rotate(180deg);
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 6px;
    margin-right: 6px;
}
.swiper-pagination_white .swiper-pagination-bullet {
    border-color: #fff;
}

.swiper-pagination_white .swiper-pagination-bullet-active {
    background-color: #fff;
    border-color: #fff;
}

.show-menu__icon {
	display: block;
    fill: #fff;
    height: 25px;
    width: 25px;
    margin-bottom: 3px;
}
.show-menu {
    display: flex;
	align-items: center;
}

.prod {
    position: relative;
    padding-top: 48px;
    padding-bottom: 28px;
}
.page-title {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 500;
}
.prod__wrap {
    position: relative;
    margin-top: 29px;
}
.prod__slider {
    overflow: hidden;
    margin: -20px -10px -61px;
    padding: 20px 10px 61px;
}

.catalog__product-list_view-4 .catalog__product-item{
	margin: 16px;
    width: calc((100% - 32px*4)/4);
}

@media (max-width: 1400px){
	.h-hotline__contact {
		font-size: 14px;
	}
}
@media (max-width: 1920px){
	.menu-burger__drop{
		padding: 10px 30px;
		padding-right: 5px;
	}
	.menu-burger__category-item{
		margin: 0 20px 10px 0;
	}
	.menu-burger__subcategory-item{
		line-height: 1;
	}
	.menu-burger__subcategory-link{
		font-size: 14px;
		line-height: 20px;
	}
}

.news-detail-content table{
    border: 1px solid #000;
}

.news-detail-content table td,
.news-detail-content table th{
    padding: 5px;
    border: 1px solid #000;
}

.product-item-detail-tabs-container{
	display: inline-block;
}

@media only screen and (max-width: 1199px){
	.container, .container-sm, .container-md, .container-lg{
		max-width: calc(100% - 20px);
	}
	.fv-catalog-section .container.bx-content-section,
	.fv-news-section .container.bx-content-section{
		max-width: calc(100% - 50px);
	}
	.bx-header-logo{
		min-width: inherit;
	}
	.bx-nav-1-lvl-link-text{
		font: 500 12px "OpenSans-Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	.menu__haschild > a .bx-nav-1-lvl-link-text::after,
	.c-catalog-burger > a .bx-nav-1-lvl-link-text::after{
		right: -10px;
	}
	.bx-nav-1-lvl{
		margin-right: 20px;
	}
	.show-menu__icon{
		margin-right: 10px;
	}
	.fv-main-menu{
		padding: 8px 0;
	}
	
	.partners_extra-space{
		margin: 40px 0;
	}
	.catalog-section-list-item{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.fv-single-product > .col-md-5{
		width: 100%;
	}

	.fv-single-product .fv-variations-block{
		width: 100%;
		margin-top: 30px;
	}

	.fv-single-product .fv-variations-block:empty{
		margin-top: 0;
	}

	.fv-single-product .fv-offers-block{
		width: 100%;
		margin-top: 30px;
	}
}

/* ****************** */
@media only screen and (max-width: 1024px){
	.mobile-menu{
		position: fixed;
		z-index: 99999;
		top: 0;
		left: -100%;
		background-color: #fff;
		display: block;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
		padding: 20px;
		transition-duration: .5s;
		transition-property: left;
	}

	.mobile-menu.open{
		left: 0;
		transition-duration: .5s;
		transition-property: left;
	}
	
	.mobile-menu-btn{
		position: relative;
		z-index: 10;
		display: flex;
		align-items: center;
		justify-content: center;
		float: left;
		width: 38px;
		height: 38px;
		margin-right: 20px;
	}
	
	.mobile-menu-item{
		width: 100%;
		list-style-type: none;
	}

	.mobile-menu a{
		position: relative;
		display: inline-block;
		color: #000;
		text-decoration: none;
		padding: 10px 0;
		padding-right: 22px;
	}

	.mobile-menu-item a:hover{
		color: #e22b2b;
	}
	
	.mobile-menu-item > a{
		position: relative;
		font-size: 16px;
		line-height: 22px;
		padding: 10px 5px 10px 10px;
		text-decoration: none;
		padding-right: 22px;
	}

	.mobile-menu-item ul{
		display: none;
		padding-left: 20px
	}

	.mobile-menu-item ul li{
		margin: 7px 0;
	}

	.mobile-menu-item.open > ul{
		display: block;
	}

	.mobile-menu-item ul li.open > ul{
		display: block;
	}

	.mobile-menu-item ul ul li.open{
		display: block;
	}
	
	.menu-burger-item-tuggle{
		position: absolute;
		z-index: 1;
		top: 50%;
		margin-top: -10px;
		right: 0;
		width: 20px;
		height: 20px;
		transform: rotate(-90deg);
		transform-origin: center center;
	}
	
	.mobile-menu ul li .menu-burger-item-tuggle{
		top: 50%;
		margin-top: -10px;
		right: 0;
	}

	.open > a > .menu-burger-item-tuggle{
		transform: rotate(0) !important;
		transform-origin: center center;
	}

	.menu-burger-item-tuggle:before{
		content: "\f078";
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		color: #000;
		font-size: 14px;
		font-family: "Font Awesome 5 Pro";
	}
	
	.mobile-menu-btn-close{
		position: absolute;
		top: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		background-image: url(images/close.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px 30px;
	}
}
/* ****************** */

@media only screen and (max-width: 1023px){
	.header-top__hotline *{
		font-size: 0;
	}

	.header-top__hotline br{
		display: none;
	}

	.header-top__hotline .far{
		font-size: 14px;
	}
	
	.basket-line .basket-line-block:nth-child(2),
	.basket-line .basket-line-block:nth-child(2) *{
		font-size: 0;
	}

	.basket-line .basket-line-block .basket-line-block-icon-cart{
		font-size: 13px;
	}
	
	.psk-header__top-inner{
		justify-content: flex-end;
	}
	
	.bx-top-nav-container ul li{
		display: none;
	}

	.bx-top-nav-container ul li:last-child{
		display: block;
	}
	

	
	.footer__top .col-12{
		width: calc(100% / 3) !important;
	}
	
	.bx-header .mb-3{
		margin: 10px 0 !important;
	}
	
	.page-title{
		font-size: 24px;
		margin-bottom: 25px;
	}
	
	.bx-header-section.container{
		padding: 0;
	}
	
	.fv-main-menu.fixed{
		height: 54px;
	}
	
	.product-item-detail-tabs-list{
		display: flex;
		flex-wrap: wrap;
	}
	
	.product-item-detail-tab{
		width: calc(50% - 3px);
	}

	.product-item-detail-tab a{
		width: 100%;
		box-sizing: border-box;
		margin: 0;
	}
	
	.catalog__product-list .catalog__product-item{
		width: calc(100%/3 - 32px) ;
	}
}

@media only screen and (max-width: 768px){
	.catalog__product-list .catalog__product-item{
		width: calc(100%/2 - 32px) ;
	}
}

@media only screen and (max-width: 767px){
	.bx-header .bx-header-logo{
		padding: 10px;
		height: auto;
		width: auto;
		background-color: inherit;
	}
	.slider-nav__button_next{
		right: 0;
	}
	.slider-nav__button_prev{
		left: 0;
	}
	
	.slider-nav__button{
		width: 36px;
		height: 36px;
	}
	
	.slider-nav__icon{
		width: 18px;
		height: 18px;
	}
	
	.footer__bottom{
		padding-bottom: 10px;
	}
	
	.prod{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.prod__slider{
		margin: 0;
		padding: 0;
	}
	
	.bx-header .mb-3{
		margin: 0 !important;
	}
	.product-item-detail-tab{
		width: 100%;
		margin: 5px 0;
	}
	.info__descr{
		width: 100%;
	}
	.info__specs{
		max-width: inherit;
		width: 100%;
		margin-top: 0;
		padding-left: 0;
		align-items: flex-start;
	}
	.fv-single-product-left-block{
		width: 100%;
	}

	.fv-single-product-left-block > .product-item-detail-slider-container{
		width: 98%;
	}
	.fv-single-product-left-block{
		min-height: inherit;
	}
	
	.product-item-detail-slider-container{
		height: auto;
	}
	.product-item-slide{
		height: 375px;
	}
	
	.mini-offers-card-slider .slick-arrow{
		display: block !important;
	}
}

@media only screen and (max-width: 639px){
	.footer__top .col-12{
		width: calc(100% / 2) !important;
	}
	#pagetitle{
		font-size: 18px;
	}
	
	.about-symbols-table-wrap{
		width: 100%;
		overflow-x: auto;
	}
	
	.conventionsTable{
		width: 640px;
	}
	
	.fv-single-product{
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	
	.catalog__product-list .catalog__product-item{
		width: calc(100%/2 - 32px) ;
	}
}

@media only screen and (max-width: 580px){
	.basket-item-block-image{
		display: flex;
		justify-content: center;
	}
	
	.fv-catalog-section .filter-block{
		display: none;
	}
	.smart-filter-section{
		height: 30px;
		overflow: hidden;
	}
	.smart-filter-section.open{
		height: auto;
		overflow: inherit;
	}
}

@media only screen and (max-width: 479px){
	.header-top__hotline{
		margin-left: 50px;
	}
	.bx-header-personal{
		padding: 0;
	}
	.product__wrapper{
		align-items: center;
	}
	.product-item-detail-tab-link{
		padding: 10px 15px;
	}
	
	.product-item-detail-tab-content .size_table{
		width: 100%;
		margin: 10px 0 !important;
	}

	.product-item-detail-tab-content .tableConteiner{
		width: 100%;
	}
	.climmaps .table *{
		font-size: 12px;
	}
	
	.climmaps .table > :not(caption) > * > *{
		padding: 5px;
	}
	
	.fv-offers-block{
		width: 100%;
		overflow-x: auto;
	}

	.fv-offers-table-scroll-block,
	.item__total{
		width: 100%;
		/* width: 345px; */
	}
	
	.info__specs-table *{
		font-size: 12px;
	}
	
	.basket-line-block-icon-profile{
		max-width: 70px;
		overflow: hidden;
		display: inline-flex;
	}
	
	.catalog__product-list .catalog__product-item{
		width: calc(100%/2 - 16px);
		margin: 8px;
	}
}

@media only screen and (max-width: 399px){
	.psk-header__top-inner .header-top__hotline:nth-child(3){
		display: none;
	}
	
	.bx-pagination .bx-pagination-container ul li.bx-pag-all span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev span, .bx-pagination .bx-pagination-container ul li.bx-pag-next span{
		padding: 0px 5px;
	}
	.bx-pagination .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a span{
		padding: 0 5px;
	}
	.prod__show-more-wrap{
		display: none !important;
	}
}