/*
Theme Name: climatTheme
Theme URI: -
Author: Borovikov
Author URI: -
Description: climatTheme custom theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: climatTheme
Tags: -

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*=================================== Total css ===================================*/
html{
	-webkit-overflow-scrolling: touch;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.333;
	position: relative;
	min-height: 100%;
	min-width: 320px;
	font-size: 14px;
	-webkit-overflow-scrolling: touch;
	color: #000000;
}

.clear{
	clear: both;
	height: 1px;
	visibility: hidden;
}
a{
	text-decoration: none;
	transition: 0.2s;
	color: #292828;
}

a:hover,
a:focus{
	cursor: pointer;
	text-decoration: underline;
	outline: none;
	color: #f44336;
}
button{
	background: none;
	border: none;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: auto;
	outline: none;
}
button:focus{
	outline: none;
}
::-webkit-input-placeholder{
	color: #bac3ce;
	opacity: 1;
}
::placeholder{
	color: #bac3ce;
	opacity: 1;
}
/*::-webkit-scrollbar{
    width: 2px;
    height: 2px;
    background: #d8d8d8;
}
::-webkit-scrollbar-thumb{
    background: #9C2F2F;
}*/
button.button::-moz-focus-inner{
	padding: 0;
	border: 0;
}
/* FF Fix */
button.button{
	-webkit-border-fit: lines;
}
/* <- Safari & Google Chrome Fix */
.title-border:after{
	content: "";
	display: block;
	margin: 10px 0 0 0;
	width: 100px;
	height: 2px;
	background-color: #9C2F2F;
}
.title-border.text-center:after{
	margin-left: auto;
	margin-right: auto;
}
.title-border_small:after{
	width: 50px;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h3{
	font-family: 'Gilroy', Arial, Helvetica, sans-serif;
	font-weight: 800;
	line-height: 1.2;
	position: relative;
	text-transform: uppercase;
	margin: 0;
}
h1{
	font-size: 38px;
	margin-bottom: 20px;
}
h2{
	font-size: 34px;
	margin-bottom: 20px;
}

h3,
.h3{
	font-size: 25px;
	margin-bottom: 15px;
}

h4{
	font-size: 20px;
	margin-bottom: 15px;
}
h5{
	font-size: 14px;
	margin-bottom: 15px;
    text-transform: none;
}
h6{
	font-size: 16px;
	margin-bottom: 30px;
}

.text-black{
	color: #000000;
}
.text-white{
	color: #ffffff;
}
.text-red{
	color: #e31e24;
}
.text-blue{
	color: #0300ff;
}
.italic{
	font-style: italic;
}
.text-gray{
	color: #b5b5b5;
}
.light{
	font-weight: 200;
}

.input-text,
textarea{
	padding: 11px 14px 11px 14px;
	width: 100%;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 23px;
	transition: 0.3s;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	outline: none;
	background-color: transparent;
	color: #000000;
}
select.input-text{
	/*width: 50px;*/
}
input,
textarea{
	-webkit-appearance: none;
}
textarea{
	min-height: 120px;
	resize: none;
}
input.input-text:focus,
textarea:focus,
input.input-text:hover,
textarea:hover {
	outline: none;
	border-color: #999;
}
.input-container{
	position: relative;
}
.input-container_icon .input-text{
	padding-right: 50px;
}
.input-container_icon button{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	color: #9C2F2F;
	font-size: 18px;
}
.form-row.error .select2-selection--single,
.input-container.error .input-text,
.input-container .input-text.incomplete{
	border-color: #cf0000;
}
.input-container .placeholder{
	font-size: 14px;
	padding: 0 2px;
	position: absolute;
	top: 0;
	left: 15px;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	z-index: 2;
	transition: 0.2s;
	pointer-events: none;
	color: #e8e8e8;
}
.input-container textarea + .placeholder{
	align-items: flex-start;
	align-content: flex-start;
	top: 12px;
}
.input-text:focus + .placeholder,
.input-text.status-active + .placeholder,
.input-text.status-success + .placeholder,
.input-text:valid + .placeholder{
	font-size: 12px;
	top: -7px;
	background: #403f3d;
	z-index: 2;
	height: auto;
}
.input-text:focus + .placeholder_white,
.input-text.status-active + .placeholder_white,
.input-text.status-success + .placeholder_white,
.input-text:valid + .placeholder_white{
	background: #fff;
}
p{
	margin: 0 0 30px 0;
}
p:last-child {
	margin-bottom: 0;
}
blockquote{
	font-style: italic;
}
ul,
ol{
	padding: 0 0 0 17px;
	margin: 0 0 20px 0;
}
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
.tab-content > .tab-pane{
	display: none
}
.tab-content > .active{
	display: block
}
img{
	max-width: 100%;
}
label{
	font-weight: normal;
}
#container{
	position: relative;
	overflow: hidden;
}
.container{
	width: 1230px;
	position: relative;
	max-width: 100%;
}
.row-flex{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	margin: -15px -15px -15px -15px;
}
.row-flex_no-wrap{
	flex-flow: row nowrap;
}
.row-flex_col-wrap{
	flex-flow: column wrap;
}
.row-flex_fluid{
	margin: 0;
}
.row-flex_center{
	justify-content: center;
}
.row-flex_full{
	justify-content: space-between;
}
.row-flex_start{
	justify-content: flex-start;
}
.row-flex_end{
	justify-content: flex-end;
}
.row-flex_vertical-center{
	align-items: center;
	align-content: center;
}
.row-flex_vertical-bottom{
	align-items: flex-end;
	align-content: flex-end;
}
.row-flex_stretch{
	align-items: stretch;
	align-content: stretch;
}
.row-flex > .col{
	float: none;
	padding: 15px;
}
.row-flex > .col_decor:last-child:before{
	display: none;
}
.row-flex > .col_decor:before{
	content: '';
	position: absolute;
	width: 30%;
	height: 1px;
	background: #f443366e;
	left: 85%;
	top: 115px;
	z-index: -1;
}
/* inline line */
.lg-inline,
.md-inline,
.sm-inline{
	display: block;
}
@media (max-width: 1199px){
	.lg-inline{
		display: inline;
	}
}
@media (max-width: 992px){
	.md-inline{
		display: inline;
	}
}
@media (max-width: 767px){
	.sm-inline{
		display: inline;
	}
}

.input-important{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

/* animation spin
---------------------------------*/
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}


/* b-btn
---------------------------------*/
.b-btn{
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	vertical-align: middle;
	text-align: center;
	background-image: linear-gradient(298deg, #f44336, #9C2F2F);
	box-shadow: 0 4px 15px 0 rgba(244, 67, 54, 0.43);
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Gilroy', sans-serif;
	color: #ffffff;
	text-decoration: none;
	transition: 0.2s;
	font-weight: 800;
	padding: 14px 20px;
	line-height: 1.18;
	min-width: 165px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

.b-btn i{
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
	font-size: 15px;
	line-height: 1;
}
.b-btn img{
	margin-right: 5px;
}
.b-btn:hover,
.b-btn:active{
	color: #fff;
	text-decoration: none;
	box-shadow: 0 6px 20px 0 rgba(244, 67, 54, 0.6);
}
.b-btn:focus{
	color: #fff;
	text-decoration: none;
}
.b-btn_small{
	padding: 11px 10px;
	min-width: 116px;
	max-width: 100%;
	font-size: 14px;
}

.b-btn_big{
	width: 100%;
	max-width: 100%;
}
.b-btn_transparent{
	background-image: none;
	border: 1px solid #9C2F2F;
	color: #000000;
}
.b-btn_transparent:hover{
	color: #000000;
}
.b-btn_transparent:focus{
	color: #000000;
}
.b-btn.loading{
	background-image: linear-gradient(298deg, #f44336, #9C2F2F);
	cursor: wait;
	pointer-events: none;
}
.b-btn.loading .icon:before{
	animation: spin 2s linear infinite;
	display: block;
}

/* End Total css ====*/

/*=================================== Site-header ===================================*/
#header{
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	min-width: 320px;
	box-sizing: border-box;
	margin: 0 0 0 0;
	padding: 0;
	transition: 0.2s;
	/*  position: fixed;*/
	border-bottom: 1px solid #d1d1d1;
	position: relative;
}
.header__top{
	padding: 15px 0;
	border-bottom: 1px solid #d1d1d1;
}
.header__top > .row-flex{
	margin: -10px;
}
.header__top > .row-flex > .col{
	padding: 10px;
}
.header__top .col_right{
	text-align: right;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
}
.header__bottom{

}
.header__bottom .col_search{
	position: relative;
}
.header__bottom .col_right > .row-flex{
	margin: -7px;
}
.header__bottom .col_right > .row-flex > .col{
	padding: 7px;
}
#header.main{
	/* background: #81dcdb;*/

}

#header.affix{
	border-bottom: 1px solid #f0f2f4;
	background-color: #ffffff;
}
.col_mob-menu{
	display: none;
}
.col_web-menu{

}
/* b-logo
---------------------------------*/
.b-logo img{
	max-width: 300px
}

/* b-small-contacts
---------------------------------*/
.b-small-contacts__list > .row-flex{
	margin: -10px;
}
.b-small-contacts__list > .row-flex > .col{
	padding: 10px;
}
.b-small-contacts__item{
	display: table;
}
.b-small-contacts__list a:hover{
	text-decoration: none;
}
.b-small-contacts__item-img{
	color: #9C2F2F;
	display: table-cell;
	vertical-align: middle;
}
.b-small-contacts__item-info{
	display: table-cell;
	padding-left: 5px;
	vertical-align: middle;
}

/* b-menu
-------------------------------*/
.b-menu{
	position: relative;
	z-index: 10;
}
.b-menu__list{
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	margin: 0 -5px 0 -5px;
}
.b-menu__list-category{
	display: none;
}
.b-menu__list li{
	position: relative;
	list-style: none;
	padding: 0 5px 0 5px;
}
.b-menu__list li a {
	padding: 5px 0 5px 0;
	font-size: 12px;
	color: #000000;
	/*text-transform: uppercase;*/
}
.b-menu__list li:hover a,
.b-menu__list li.active a,
.b-menu__list li a:focus,
.b-menu__list li.current-menu-item a{
	text-decoration: none;
	color: #f44336;
}
.b-menu__list .wpml-ls-item{
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.b-menu__list .wpml-ls-item a{
	padding: 0;
}
#header .b-menu__list .wpml-ls-item ul{
	padding: 0;
	margin: 0;
}
#header .b-menu__list .wpml-ls-item:hover ul{
	display: block;
}
.b-menu__list .wpml-ls-item ul li{
	padding: 5px 0 5px 0;
	list-style: none;
	border-top: 1px solid #d1d1d1;
}
.b-menu__list .wpml-ls-item ul li:first-child{
	border-top: none;
}
.b-menu__list .wpml-ls-item a{
	display: block;
}
.b-menu__list .wpml-ls-item a img{
	max-width: none;
	display: block;
	box-shadow: 0 0 1px black;
}

/*b-activities
---------------------------------*/
.b-activities ul{
	padding: 0;
	margin: 0;
	background: #ffffff;
}
.b-activities ul li{
	list-style: none;
	position: relative;
}
.b-activities > ul{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.b-activities > ul > li{
	position: relative;
}
.b-activities > ul > li:first-child:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: #dddddd;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.b-activities > ul > li:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: #dddddd;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.b-activities > ul > li > a{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px;
	display: block;
	position: relative;
	border-bottom: 4px solid transparent;
}
.b-activities > ul > li > a:hover,
.b-activities > ul > li > a:active,
.b-activities > ul > li > a:focus{
	text-decoration: none;
	border-color: #9C2F2F;
}
.b-activities ul li.item-main-cat:before{
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	background: #9C2F2F;
	border-radius: 50%;
	top: 25px;
	left: 7px;
	z-index: 5;
}
.b-activities ul li.item-main-cat:hover:before{
	background: #fff;
}

/*first level*/
.b-activities > ul > li > ul{
	position: absolute;
	left: 0;
	top: 100%;
	width: 260px;
	background: #ffffff;
	border: 1px solid #add0f0;
	visibility: hidden;
}
.b-activities > ul > li:hover > ul{
	visibility: visible;
}
.b-activities > ul > li > ul > li > a{
	font-family: 'Gilroy',Arial, Helvetica, Verdana;
	padding: 20px 30px 20px 20px;
	font-size: 14px;
	font-weight: 800;
	display: block;
	position: relative;
	transition: 0s;
}
.b-activities > ul > li > ul > li.has-child > a:after{
	content: '\e903';
	position: absolute;
	font-family: icomoon!important;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	speak: none;
	font-size: 12px;
	color: #e1e1e1;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.b-activities > ul > li > ul > li > a:before{
	content: '';
	position: absolute;
	width: calc(100% - 40px);
	height: 1px;
	background: #ebebeb;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.b-activities > ul > li > ul > li:last-child a:before{
	display: none;
}
.b-activities > ul > li > ul > li:hover > a{
	background-image: linear-gradient(292deg, #f44336, #9C2F2F);
	color: #ffffff;
	text-decoration: none;
}
.b-activities > ul > li > ul > li:hover > a:before{
	background: transparent;

}
.b-activities > ul > li > ul > li:hover > a:after{
	color: #ffffff;
}
/*second level*/
.b-activities > ul > li > ul > li > ul{
	width: 255px;
	position: absolute;
	left: 100%;
	top: -1px;
	z-index: 1;
	border: 1px solid #add0f0;
	visibility: hidden;
	display: none;
}
.b-activities > ul > li > ul > li:hover > ul{
	visibility: visible;
	display: block;

}
.b-activities > ul > li > ul > li > ul > li > a{
	font-family: 'Gilroy',Arial, Helvetica, Verdana;
	padding: 20px;
	font-size: 14px;
	font-weight: 800;
	display: block;
	position: relative;
}
.b-activities > ul > li > ul > li > ul > li > a:before{
	content: '';
	position: absolute;
	width: calc(100% - 40px);
	height: 1px;
	background: #ebebeb;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.b-activities > ul > li > ul > li > ul > li:last-child a:before{
	display: none;
}
.b-activities > ul > li > ul > li > ul > li.menu-item-has-children > a:after{
	content: '\e903';
	position: absolute;
	font-family: icomoon!important;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	speak: none;
	font-size: 12px;
	color: #e1e1e1;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.b-activities > ul > li > ul > li > ul > li:hover > a{
	background-image: linear-gradient(292deg, #f44336, #9C2F2F);
	color: #ffffff;
	text-decoration: none;
}
.b-activities > ul > li > ul > li > ul > li:hover > a:after{
	color: #ffffff;
}
.b-activities > ul > li > ul > li > ul > li:hover > a:before{
	background: transparent;
}

/* third level*/

.b-activities > ul > li > ul > li > ul > li > ul{
	position: absolute;
	width: 255px;
	left: 100%;
	top: -1px;
	z-index: 1;
	border: 1px solid #add0f0;
	visibility: hidden;
	display: none;
}
.b-activities > ul > li > ul > li > ul > li:hover > ul{
	visibility: visible;
	display: block;
}
.b-activities > ul > li > ul > li > ul > li > ul > li > a{
	font-family: 'Gilroy',Arial, Helvetica, Verdana;
	padding: 20px;
	font-size: 14px;
	font-weight: 800;
	display: block;
	position: relative;
}
.b-activities > ul > li > ul > li > ul > li > ul > li > a:before{
	content: '';
	position: absolute;
	width: calc(100% - 40px);
	height: 1px;
	background: #ebebeb;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
/*.b-activities > ul > li > ul > li > ul > li > ul > li:last-child > a{
    border-radius: 0 0 10px 0;
}*/
.b-activities > ul > li > ul > li > ul > li > ul > li:last-child > a:before{
	display: none;
}
.b-activities > ul > li > ul > li > ul > li > ul > li:hover > a{
	background-image: linear-gradient(292deg, #f44336, #9C2F2F);
	color: #ffffff;
	text-decoration: none;
}
.b-activities > ul > li > ul > li > ul > li > ul > li:hover > a:before{
	background: transparent;
}
.b-activities > ul > li > ul > li > ul > li > ul > li > ul{
	padding: 0;
}
.b-activities > ul > li > ul > li > ul > li > ul > li > ul > li{
	list-style: none;
	padding: 5px 0 5px 0;
}
.b-activities > ul > li > ul > li > ul > li > ul > li > ul > li a{
	padding: 0 15px;
	display: block;
	font-size: 11px;
}

/* b-icon-wrapper
---------------------------------*/
.b-icon-wrapper{
	width: 37px;
	height: 37px;
	border-radius: 5px;
	border: 1px solid #d1d1d1;
	color: #9C2F2F;
	font-size: 18px;
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	transition: 0.2s;
}
a.b-icon-wrapper:hover,
a.b-icon-wrapper:focus,
a.b-icon-wrapper:active{
	text-decoration: none;
	background-image: linear-gradient(323deg, #f44336, #9C2F2F);
	color: #ffffff;
	border-color: #f44336;

}
/*b-search-icon
---------------------------------*/

.b-search-icon:hover{
	background: #ffffff;
	border: 1px solid #9C2F2F;
	color: #9C2F2F;
}
/*b-search
---------------------------------*/
.b-search{
	position: absolute;
	top: 7px;
	right: 7px;
	width: 37px;
	display: none;
}
.b-search .b-form{
	padding: 0;
}
.b-search.active{
	display: block;
	width: 280px;
}
.b-search .input-container{
	width: 100%;
	height: 37px;
}
.b-search .input-text{
	height: 100%;
	padding: 5px 40px 5px 45px;
	line-height: 1;
	background: #ffffff;
	border: 1px solid #9C2F2F;
	color: #000;
}
.b-search .input-text::placeholder{
	color: #9C2F2F;
	font-weight: normal;
	font-size: 14px;
}
.b-search .b-form__content{
	position: relative;
}
.b-search button{
	position: absolute;
	width: 35px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	background: #ffffff;
	border-radius: 0 5px 5px 0;
}
.b-search .icon{
	font-size: 18px;
	color: #9C2F2F;
}
.b-search .b-form__close{
	right: auto;
	left: 1px;
	border-right: 1px solid #9C2F2F;
	z-index: 2;
	color: #888;
	border-radius: 5px 0 0 5px;
}
.b-search .b-form__close .icon{
	font-size: 12px;
	color: #888;
}
.b-search .b-form__close .icon:hover{
	color: #000;
}
.b-search button:hover{
	border-color: #9C2F2F;
}

/* b-checkout
---------------------------------*/
.b-checkout__content > .row-flex{
	margin: -30px;
}
.b-checkout__content > .row-flex > .col{
	padding: 30px;
}
.b-checkout__content .woocommerce-message{
	margin: 0 0 15px 0;
}

/* b-checkout-form
---------------------------------*/
.b-checkout-form__section{
	padding: 25px 0 25px 0;
	border-top: 1px solid #d1d1d1;
}
.b-checkout-form__section:first-child{
	border-top: none;
	padding-top: 0;
}
.b-checkout-form__section ul{
	margin: 0;
	padding: 0;
}
.b-checkout-form__section ul li{
	list-style: none;
	margin: 0 0 10px 0;
}
.b-checkout-form__section ul li:last-child{
	margin-bottom: 0;
}
.b-checkout-form__review-order-section{
	margin-bottom: 20px;
}

/* b-checkout-comments
---------------------------------*/
.b-checkout-comments__header{
	text-align: center;
}
.b-checkout-comments__header a{
	font-size: 12px;
	color: #9C2F2F;
	border-bottom: 1px dotted;
}
.b-checkout-comments__header a:hover,
.b-checkout-comments__header a:focus,
.b-checkout-comments__header a:active{
	text-decoration: none;
	border-bottom-color: transparent;
}
.b-checkout-comments__content{
	display: none;
}

/*b-basket-icon
---------------------------------*/
.b-basket-icon{
	position: relative;
}
.b-basket-icon:hover{
	background: #ffffff;
	color: #9C2F2F;
	border-color: #9C2F2F;
}
.b-basket-icon__circle{
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #ff0000;
	color: #ffffff;
	position: absolute;
	top: 5px;
	left: 20px;
	font-size: 8px;
	font-weight: bold;
	line-height: 1;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
/* b-menu-icon
=================================*/
.b-menu-icon{
	display: block;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	text-decoration: none;
	width: 37px;
	height: 37px;
	background-color: #eff8f8;
	padding: 8px;
	border-radius: 5px;
}
.b-menu-icon__icon{
	width: 100%;
	align-self: center;
	display: inline-flex;
	position: relative;
	vertical-align: top;
	margin: 9px 0 6px 0;
	background: #000000;
	height: 2px;
}
.b-menu-icon__icon:before{
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
}
.b-menu-icon__icon:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
}
.b-menu-icon__icon:after,
.b-menu-icon__icon:before{
	width: 100%;
	height: 2px;
	transition: .25s ease;
	border-radius: 2px;
	background: #000000;
	/*background-color: #fff;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.b-menu-icon.active .b-menu-icon__icon{
	background-color: transparent;
}
.b-menu-icon.active .b-menu-icon__icon:after,
.b-menu-icon.active .b-menu-icon__icon:before{
	top: 0;
	bottom: auto;
	left: 0;
	/*background: #fff;*/
}
.b-menu-icon.active .b-menu-icon__icon:before{
	transform: rotate(45deg) translate(0px, 0px);
}
.b-menu-icon.active .b-menu-icon__icon:after{
	transform: rotate(-45deg) translate(0px, 0px);
}

/*b-mob-icon
-------------------------*/

.b-mob-icon{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background-color: #eff8f8;
	border-radius: 5px;
}
.b-mob-icon:hover{
	text-decoration: none;
}
.b-mob-icon .icon{
	color: #000000;
	font-size: 14px;
}
/*=================================== Main ===================================*/
#main{
	position: relative;
}
body.decor #main:before,
body.search-no-results #main:before{
	content: '';
	position: absolute;
	width: 1550px;
	height: 1550px;
	border-radius: 50%;
	left: -1000px;
	top: 50%;
	transform: translateY(-50%);
	background: #f8fafc;
	z-index: -1;
}
body.decor_bottom #main:before,
body.search-no-results #main:before{
	bottom: -1150px;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
}
body.decor_bottom-right-small #main:before{
	left: 1550px;
	width: 800px;
	height: 1400px;
	transform: none;
	bottom: -950px;
}
body.decor_bottom-right-big #main:before{
	left: auto;
	transform: none;
	right: -20%;
	top: auto;
}


/* section
---------------------------------*/
.section{
	padding-top: 90px;
	padding-bottom: 100px;
}
.section__header{
	margin-bottom: 30px;
}
.section_white + .section_white{
	padding-top: 0;
}
/*b-promo
---------------------------------*/

.b-promo{
	background-image: url(images/b-promo/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255, 1);
	background-size: cover;
	position: relative;
}
.b-promo h2{
	font-size: 40px;
}
.b-promo.section{
	padding-top: 60px;
	padding-bottom: 35px;
}
.b-promo__content{
	position: relative;
}
.b-promo__item{
	color: #ffffff;
}
.b-promo__info{
	padding-bottom: 40px;
	position: relative;
}
.b-promo__info .title-border:after{
	background: #ffffff;
}
.b-promo__info p{
	font-size: 18px;
	margin-bottom: 10px;

}
.b-promo__info ul{
	margin: -5px 0 20px 0;
	padding: 0 0 0 25px;
	width: 440px;
	max-width: 100%;
}
.b-promo__info ul li{
	font-weight: 500;
	padding: 5px 0;
	list-style: none;
	position: relative;
}
.b-promo__info ul li:before{
	content: '\e901';
	font-family: icomoon!important;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	speak: none;
	color: #f44336;
	font-size: 12px;
	position: absolute;
	left: -25px;
	top: 7px;
}
.b-promo__img{
	width: 485px;
	height: 485px;
	border-radius: 50%;
	background: rgba(255,255,255,0.2);
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin-left: -90px;
	margin-top: -65px;
	margin-bottom: -40px;
	position: relative;
}
.b-promo__img:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.3);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: growth 6s linear infinite;
}

@keyframes  growth{
	0%{
		opacity: 0;
	}
	50%{
		opacity: 1;
		transform: scale(1.3) translate(-40%, -40%);
	}
	100%{
		opacity: 0;
		transform: scale(1.6) translate(-30%, -30%);
	}

}
.b-promo__nav-separator{
	height: 1px;
	background: #ffffff;
	width: calc(100% - 230px);
	margin: 0 15px;
}
.b-promo__nav{
	position: absolute;
	left: 15px;
	bottom: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 310px;
	max-width: 100%;
}
.b-promo__nav-arrow{
	margin: -7px;
}
.b-promo__slider .slick-list{
	margin: -60px -60px -40px -60px;
}
.b-promo__slider .slick-slide{
	padding: 60px 60px 40px 60px;
}
/*b-counter
---------------------------------*/
.b-counter{
	font-family: 'Gilroy',Arial, Helvetica, Verdana;
	font-weight: bold;
	font-size: 30px;
	color: #929292;
}
.b-counter__current{
	color: #ffffff;
}
/*b-categories
---------------------------------*/
.b-categories{
	position: relative;
}
.b-categories .b-decor{
	position: absolute;
}
.b-categories .b-decor_left{
	left: 50px;
	top: 160px;
	width: 60px;
}
.b-categories .b-decor_right{
	right: 30px;
	bottom: 135px;
	width: 30px;
}
.b-categories_inside .b-decor_left{
	width: 95px;
	left: 80px;
	top: 50%;
}
.b-categories_inside .b-decor_left-smaller{
	width: 32px;
	left: 170px;
	top: 40%;
}
.b-categories_inside .b-decor_left-smallest{
	width: 20px;
	left: 95px;
	top: 30%;
}
.b-categories__list{
	position: relative;
}
.b-categories__list > .row-flex{
	margin: -7px;
}
.b-categories__list > .row-flex > .col{
	padding: 7px;
}
.b-categories__list_decor:after{
	content: '';
	position: absolute;
	top: 130px;
	right: -180px;
	bottom: 130px;
	left: -180px;
	background: #f8fafc;
	border-radius: 10px;
}

/*b-single-categories
-------------------------------------*/
.b-single-categories{
	position: relative;
	z-index: 1;
	border-radius: 10px;
	display: block;
	box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
	height: 375px;
	overflow: hidden;
}
.b-single-categories:hover:after{
	opacity: 0.48;
}
.b-single-categories:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 7px 16px 0 rgba(244, 67, 54, 0.48);
	background-image: linear-gradient(309deg, #f44336, #9C2F2F);
	border-radius: 10px;
	opacity: 0;
	z-index: 2;
	transition: 0.2s;
}
.b-single-categories a{
	color: #fff
}
.b-single-categories a:hover{
	color: #f44336;
	text-decoration: none;
}
.b-single-categories__img{
	height: 100%
}
.b-single-categories__img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
}
.b-single-categories__info{
	color: #ffffff;
	    
text-shadow: 2px 2px 2px black ;
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	z-index: 3;
	transition: 0.2s;
	overflow: auto;
}
.b-single-categories__flip-content{
	display: none;
}
.b-single-categories__info-wrapper{
	left: 0;
	bottom: 0;
	transition: 0.2s;
}
.b-single-categories:hover .b-single-categories__flip-content{
	display: block;
}
.b-single-categories__info ul{
	padding: 0 0 15px 17px;
	border-bottom: 1px solid rgba(255,255,255,.33);
	margin-bottom: 15px;
}
.b-single-categories__info ul li{
	padding: 7px 0;
	font-size: 16px;
	font-weight: bold;
}
.b-single-categories__info-action{
	font-family: 'Gilroy',Arial, Helvetica, Verdana;
	font-size: 18px;
	font-weight: bold;
}
.b-single-categories_square-title{
	font-size: 16px;
	font-family: 'Gilroy', Arial, Helvetica, sans-serif;
	font-weight: 800;
	line-height: 1.2;
	position: relative;
	text-transform: uppercase;
}
.b-single-categories_square .b-single-categories__info{
	top: 35px;
	right: 10px;
	bottom: 15px;
	left: 15px;
}
.b-single-categories_square .b-single-categories__info-wrapper{
	bottom: 0;
}
.b-single-categories_square:hover .b-single-categories__info-wrapper{
	top: auto;
}

/*	b-filter
---------------------------------*/
.b-filter{
	border-radius: 5px;
	border: solid 1px #e7e7e7;
	background-color: #ffffff;
	padding: 20px;
}

/*	b-popular-goods
---------------------------------*/
.b-popular-goods{
	position: relative;
}
.b-popular-goods .b-decor{
	position: absolute;
}
.b-popular-goods .b-decor_left{
	width: 70px;
	left: 135px;
	top: 40%;
}
.b-popular-goods .b-decor_big{
	width: 70px;
	left: 135px;
	top:  40%;
}
.b-popular-goods__item-wrapper{
	padding: 0 7px 20px 7px;
}


/*	b-single-good
---------------------------------*/
.b-single-good{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	position: relative;
	transition: 0.2s;
	background: #ffffff;
}
.b-single-good:hover{
	border-color: #9C2F2F;
	box-shadow: 0 10px 11px -2px rgba(181, 181, 181, 0.5);
}
.b-single-good__img{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin-bottom: 10px;
}
.b-single-good__title{
	margin-bottom: 5px;
}
.b-single-good__code{
	font-size: 12px;
	color: #959595;
	margin-bottom: 10px;
}
.b-single-good__price{
	margin-bottom: 8px;
	font-size: 18px;
}
.b-single-good__price > .row-flex{
	margin: -5px;
	align-items: baseline;
}
.b-single-good__price del{
	order: 1;
	padding: 5px;
	font-size: 12px;
	color: #777777;
}
.b-single-good__price ins,
.b-single-good__price > .row-flex > span{
	order: 0;
	padding: 5px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.b-single-good__price > .row-flex > span{
	color: #000;
}
.b-single-good__action{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	margin: -5px;
}
.b-single-good__action a{
	margin: 5px;
}
.b-single-good__action .b-icon-wrapper:hover{
	border-color: #9C2F2F;
	background: #ffffff;
	color: #9C2F2F;
}




/*	b-label-block{
-------------------------*/
.b-label-block{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	pointer-events: none;
}
.b-label-block__item{
	width: 75px;
	padding: 5px;
	border-radius: 13px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin-bottom: 10px;
}
.b-label-block__item:last-child{
	margin-bottom: 0;
}
.b-label-block__item_stock{
	background: #ff0000;
}
.b-label-block__item_hit{
	background: #ff5600;
}
.b-label-block__item_new{
	background: #00c63a;
}
/*b-our-brand
---------------------------------*/
.b-our-brand__content{
	margin-bottom: 70px;
	/* margin-left: -30px;
     margin-right: -30px;*/
}
.b-our-brand__item-img{
	margin: -1px 0 0 0;
}
.b-our-brand__item-img{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	border: 1px solid transparent;
	z-index: 1;
	transition: 0.2s;
	height: 258px;
    padding: 0 20px;	
}
.b-our-brand__slider .slick-list{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	margin: 0 0 0 5px;
}
.b-our-brand__slider .slick-active .b-our-brand__item-img{
	border-color: #d1d1d1;
	border-left-color: transparent;
}
.b-our-brand__slider .slick-active .b-our-brand__item-img:last-child{
	margin-bottom: 1px;
}
.b-our-brand__slider .slick-slide:not(.slick-active) + .slick-active .b-our-brand__item .b-our-brand__item-img{
	border-left-color: #d1d1d1;
}
.b-our-brand__item-img:before{
	content: '';
	position: absolute;
	background: #ffffff;
	left: -1px;
	right: -1px;
	height: 50%;
	top: 45px;
	bottom: 23px;
}
.b-our-brand__item-img:after{
	content: '';
	position: absolute;
	background: #ffffff;
	width: 70%;
	top: -1px;
	bottom: -1px;
}
.b-our-brand__item-img-bottom:before{
	top: 23px;
	bottom: 45px;
}
.b-our-brand__slider.slider{
	padding: 0;
}
.b-our-brand__slider .slick-active .b-our-brand__item-img:hover{
	border-color: #9C2F2F;
	z-index: 5;
}
.b-our-brand__slider .slick-slide:not(.slick-active) + .slick-active .b-our-brand__item .b-our-brand__item-img:hover{
	border-left-color: #9C2F2F;
}
.b-our-brand__item-img img{
	position: relative;
	z-index: 2;
}
.b-our-brand__content-nav-bottom{
	text-align: center;
}
.b-our-brand__content-nav{
	margin: auto;
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.b-our-brand__content-nav .slick-arrow_next{
	order: 3;
}

/*b-decor-line
---------------------------------*/
.b-decor-line{
	display: inline;
	position: relative;
	z-index: 1;
}
.b-decor-line:before{
	content: '';
	position: absolute;
	left: -245px;
	right: -245px;
	height: 1px;
	background: #d1d1d1;
	top: 50%;
	transform: translateY(-50%);
}
.b-decor-line:after{
	content: '';
	position: absolute;
	left: -115px;
	right: -115px;
	height: 1px;
	background: #9C2F2F;
	top: 50%;
	transform: translateY(-50%);
}
.b-decor-line > .b-decor-line__padding{
	padding: 0 30px;
	display: inline;
	background: #ffffff;
	position: relative;
	z-index: 2;
}


/*b-questions
---------------------------------*/
.section + .b-questions{
	margin-top: -60px;

}
.b-questions{
	position: relative;
	overflow: hidden;
}
.b-questions__wrapper{
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}

.b-questions.section{
	padding: 80px 0 0 0;
}
.b-questions__content{
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
.b-questions .title-border:after{
	background: #ffffff;
}
.b-question__content-info .b-form__content{
	margin-bottom: 30px;
}

.b-questions_inside .b-questions__content{
	width: 100%;
	margin: 0;
}
.b-question__content-img{
	height: calc(100% + 80px);
	margin-top: -80px;
	position: relative;
	z-index: 1;
}
.b-questions_inside .b-question__content-img{
	height: calc(100% + 30px);
	margin-top: -30px;
	position: relative;
	z-index: 1;

}
.b-question__content-img img{
	height: 100%;
}
.b-question__content-circle{
	position: absolute;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: rgba(255,255,255,0.15);
	bottom: -100px;
	left: 15%;
	z-index: -1;
}
.b-question__content-circle:before{
	content: '';
	position: absolute;
	width: 80%;
	height: 80%;
	border-radius: 50%;
	background-image: linear-gradient(318deg, #f44336, #9C2F2F);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.7;
}
.b-question__content-circle:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.3);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: growth 6s linear infinite;
}
.b-questions_inside .b-question__content-circle{
	width: 500px;
	height: 500px;
	left: -50px;
	bottom: -50px;
}
.b-questions_inside .b-question__content-circle:before{
	display: none;
}


/*	b-quantity
---------------------------------*/
.b-quantity{
	width: 75px;
	display: inline-block;
	position: relative;
}
.b-quantity__input-text{
	background: #eaeff4;
	border-color: #eaeff4;
	border-radius: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 8px 25px;
	line-height: 1;
	width: 75px;
}
.b-quantity__input-text:hover{
	border-color: #eaeff4;
}
.b-quantity__button{
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ffffff;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 8px;
}
.b-quantity__button:hover{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
	color: #9C2F2F;
}
.b-quantity__button_minus{
	left: 5px;
}
.b-quantity__button_plus{
	right: 5px;
}

/*b-advantages
---------------------------------*/
.b-advantages{
	position: relative;
}
.b-advantages .b-decor{
	position: absolute;
}
.b-advantages .b-decor_big{
	left: 70px;
	top: 160px;
	width: 80px;
}
.b-advantages .b-decor_small{
	left: calc(100% + 2px);
	bottom: 0;
	width: 30px;
}

/*b-advantages-unit
-----------------------------------*/
.b-advantages-unit{
	text-align: center;
}
.b-advantages-unit__circle{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 1px solid #f443366e;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 0 auto 10px;
	position: relative;
}
.b-advantages-unit__content{
	width: 75%;
	height: 75%;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.08);
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.b-advantages-unit__txt{
	font-weight: bold;
	font-size: 16px;
}
.b-advantages-unit_big .b-advantages-unit__circle{
	width: 260px;
	height: 260px;
}
.b-advantages-unit_big .b-advantages-unit__content{
	animation: none;
	width: 85%;
	height: 85%;
}

@keyframes fly{
	0%{
		transform: translate(0, 0);
	}
	25%{
		transform: translate(5px, 0);
	}
	50%{
		transform: translate(0, 0);
	}
	75%{
		transform: translate(-5px,0);
	}
	100%{
		transform: translate(0, 0);
	}
}
@keyframes fly-vertical{
	0%{
		transform: translate(0, 0);
	}
	25%{
		transform: translate(0, 5px);
	}
	50%{
		transform: translate(0, 0);
	}
	75%{
		transform: translate(0, -5px);
	}
	100%{
		transform: translate(0, 0);
	}
}
/*b-articles
---------------------------------*/
.b-articles__list{
	margin-bottom: 35px;
}
.b-articles__list > .row-flex{
	margin: -10px;
}
.b-articles__list .row-flex > .col{
	padding: 10px;
}
.b-articles__action{
	text-align: center;
}

/*b-article-small
--------------------------------*/
.b-article-small{
	display: block;
}
.b-article-small:hover{
	text-decoration: none;
}
.b-article-small__img{
	margin-bottom: 10px;
}
.b-article-small__img img{
	border-radius: 10px;
	width: 100%;
}
.b-article-small__date{
	font-size: 12px;
	margin-bottom: 5px;
}
.b-article-small__title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	transition: 0.3s;
}
.b-article-small:hover .b-article-small__title{
	text-decoration: underline;
	color: #9C2F2F;
}

/*b-articles-catalog
---------------------------------*/
.b-articles-catalog__action{
	margin-top: 60px;
}
/*b-page-nav
---------------------------------*/
.b-page-nav ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.b-page-nav ul li{
	list-style: none;
	padding: 5px;
}
.b-page-nav ul li .prev{
	margin-right: 5px;
}
.b-page-nav ul li .next{
	margin-left: 5px;
}
.b-page-nav ul li a,
.b-page-nav ul li span{
	min-width: 37px;
	height: 37px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.b-page-nav ul li .current{
	background: #f44336;
	color: #ffff;
}
.b-page-nav ul li a i{
	color: #f44336;
}
.b-page-nav ul li a:hover,
.b-page-nav ul li a:focus{
	text-decoration: none;
	border-color:  #f44336;
}
.b-page-nav ul .ellipsis span{
	width: 5px;
	height: 5px;
	border-radius: 1px;
	background-color: #9C2F2F;
	display: inline-block;
	margin-right: 3px;
}
.b-page-nav ul .ellipsis span:last-child{
	margin-right: 0;
}
/*b-about-small
---------------------------------*/
.b-about-small{
	position: relative;
}
.b-about-small:before{
	content: '';
	position: absolute;
	width: 1000px;
	height: 1000px;
	border-radius: 50%;
	background: #f8fafc;
	left: calc(100% - 500px);
	top: calc(100% - 450px);
	z-index: -1;
}
.b-about-small__content .b-decor{
	position: absolute;
	left: -95px;
	top: 50%;
	transform: translateY(-50%);
	width: 150px;
}
.b-about-small__content .b-info-block__img:before{
	content: '';
	position: absolute;
	right: 100%;
	top: 20px;
	bottom: 20px;
	width: 4000px;
	background: #f8fafc;
	z-index: -1;
}
.b-about-small__content .b-info-block__info-content{
	width: 500px;
	max-width: 100%;
	height: 230px;
}

/*b-info-block
----------------------------------*/
.b-info-block_vice-versa > .row-flex > .col:first-child{
	order: 2;
}
.b-info-block > .row-flex{
	margin: -35px;
}
.b-info-block > .row-flex > .col{
	padding: 35px;
}
.b-info-block__img{
	box-shadow: 0 12px 24px 0 rgba(181, 181, 181, 0.5);
	position: relative;
	border-radius: 10px;
}
.b-info-block__img_big img{
	object-fit: cover;
	height: 100%;
}
.b-info-block__img img{
	border-radius: 10px;
	width: 100%;
}
.b-info-block__img_big{
	position: absolute;
	width: calc(50% - 35px);
	left: 0;
	top: 0;
	height: 100%;
	box-shadow: none;
	border-radius: 0 10px 10px 0;
}
.b-info-block__img_big img{
	border-radius: 0 10px 10px 0;
}
.b-info-block__info-header{
	margin-bottom: 30px;
}
.b-info-block__info-content_scroll{
	height: 280px;
	overflow: auto;
	padding-right: 20px;
}
.b-info-block__info-content_scroll::-webkit-scrollbar{
	width: 2px;
	height: 2px;
	background: #d8d8d8;
}
.b-info-block__info{
	position: relative;
}
.b-info-block__info-content_scroll::-webkit-scrollbar-thumb{
	background: #9C2F2F;
}
.b-info-block__info-content ul{
	padding: 0 0 0 30px;
	position: relative;
}
.b-info-block__info-content ul li{
	padding: 5px 0;
	list-style: none;
	position: relative;
}
.b-info-block__info-content ul li:before{
	position: absolute;
	content: '\e901';
	font-family: 'icomoon'!important;
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-size: 18px;
	color: #f44336;
	top: 5px;
	left: -30px;
}

/*b-single-article
---------------------------------*/
.b-single-article{
	position: relative;
}
.b-single-article:before{
	content: '';
	position: absolute;
	width: 1500px;
	height: 1500px;
	border-radius: 50%;
	background: #f8fafc;
	left: calc(100% - 750px);
	top: calc(100% - 550px);
}
.b-single-article .b-decor{
	position: absolute;
}
.b-single-article .b-decor_left{
	width: 100px;
	left: 70px;
	top: 20%;
}
.b-single-article .b-decor_right-big{
	width: 60px;
}
.b-single-article .b-decor_right-bottom{
	top: 70%;
	right: 10%;
}
.b-single-article .b-decor_small{
	width: 20px;
	bottom: 100%;
	left: 100%;
}
.b-single-article .b-decor_right-top{
	top: 10%;
	right: 10%;
}
.b-single-article__content >.row-flex{
	margin: -20px;
}
.b-single-article__content >.row-flex > .col{
	padding: 20px;
}
.b-single-article__info{
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 30px;
}
.b-single-article__info iframe{
    width: 100%;
}
.b-single-article__info-img{
	border-radius: 10px;
	margin-bottom: 30px;
}
.b-single-article__info-img img{
	border-radius: 10px;
}
.b-single-article__info-date{
	font-size: 12px;
	margin-bottom: 5px;
}
.b-single-article__info-title{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.b-single-article__info p a{
	text-decoration: underline;
}
.b-single-article__info ul{
	margin-bottom: 30px;
	padding: 0 0 0 35px;
}
.b-single-article__info ul li{
	list-style: none;
	position: relative;
}
.b-single-article__info ul li:before{
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	background-color: #000000;
	left: -30px;
	top: 6px;
}
.b-single-article__info-video{
	border-radius: 10px;
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.b-single-article__info-video img{
	border-radius: 10px;
}
.b-single-article__info-video:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 10px;
	background: rgba(0,0,0, 0.8);
}
.b-single-article__info-video .icon{
	position: absolute;
	font-size: 85px;
	color: #f61c0d;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.b-single-article__info-video .icon:after{
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background: #ffffff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.b-single-article__info-footer{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.b-single-article__info-footer span{
	font-weight: 500;
}
.b-single-article__info-footer .b-social{
	margin-left: 20px;
}
.b-single-article__list-title{
	font-family: 'Gilroy', Arial, Helvetica, Verdana;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 25px;
	padding-bottom: 15px;
}
.b-single-article__list-content{
	padding: 20px 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 15px;
}
.b-single-article__footer{
	font-family: 'Gilroy', Arial, Helvetica, Verdana;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
	display: inline-block;
}
.b-single-article__footer:hover{
	text-decoration: none;
	color: #9C2F2F;
}
.b-single-article__footer.title-border_small:after{
	background: #9C2F2F;
}
.b-single-article__list-item{
	display: table;
	padding-bottom: 15px;
	width: 100%;
}
.b-single-article__list-item-img{
	display: table-cell;
	width: 105px;
	padding-right: 15px;
	vertical-align: middle;
}
.b-single-article__list-item-img img{
    border-radius: 5px;
}
.b-single-article__list-item:last-child{
	padding-bottom: 0;
}
.b-single-article__list-item-info{
	display: table-cell;
	vertical-align: middle;
}
.b-single-article__list-item-info-date{
	font-size: 12px;
}
.b-single-article__list-item-info-title{
	font-weight: bold;
	font-size: 18px;
}
.b-single-article__list-item:hover{
	text-decoration: none;
}
.b-single-article__list-item:hover .b-single-article__list-item-info-title{
	color: #9C2F2F;
	text-decoration: none;
}
/*b-warranty
--------------------------------*/

.b-warranty{
	position: relative;
	overflow: hidden;
}
.b-warranty:before{
	content: '';
	position: absolute;
	width: 1400px;
	height: 1400px;
	border-radius: 50%;
	background: #f8fafc;
	left: calc(100% - 650px);
	top: calc(100% - 450px);
}
.b-warranty .b-decor{
	position: absolute;
}
.b-warranty .b-decor_left{
	width: 20px;
	left: 50px;
	top: 100px;
}
.b-warranty .b-decor_right{
	width: 70px;
	right: 10%;
	top: 70px;
}
/*b-free-services
--------------------------------*/
.b-free-services{
	position: relative;
}
.b-free-services .b-decor{
	position: absolute;
}
.b-free-services .b-decor_big{
	width: 50px;
	left: 65px;
	top: 100px;
}
.b-free-services .b-decor_small{
	width: 20px;
	left: 100%;
	bottom: 100%;
}
.b-free-services{
	color: #ffffff;
	background: url(images/b-warranty/bg.jpg) center top no-repeat;
	background-size: cover;
}
.b-free-services .section__header{
	width: 700px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.b-free-services .title-border:after{
	background: #ffffff;
}
.b-free-services__content ul{
	padding: 0;
	column-count: 2;
	max-width: 100%;
	position: relative;
}
.b-free-services__content ul:before{
	content: '';
	position: absolute;
	width: 1px;
	height: calc(100% - 20px);
	background-color: rgba(255,255,255,0.3);
	top: 10px;
	left: 50%;
}
.b-free-services__content ul li{
	padding: 10px 20px 10px 65px;
	list-style: none;
	position: relative;
}
.b-free-services__content ul li:before{
	position: absolute;
	content: '\e901';
	font-family: 'icomoon'!important;
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-size: 18px;
	color: #f44336;
	top: 8px;
	left: 35px;
}
/*b-no-warranty
---------------------------------*/
.b-no-warranty{
	position: relative;
	overflow: hidden;
}
.b-no-warranty .b-decor{
	position: absolute;
	width: 60px;
	left: 100px;
	top: 170px;
}
.b-no-warranty:before{
	content: '';
	position: absolute;
	width: 1400px;
	height: 1400px;
	border-radius: 50%;
	background: #f8fafc;
	left: calc(100% - 650px);
	bottom: calc(100% - 450px);
}
.b-no-warranty .b-info-block__info-header{
	width: 500px;
	max-width: 100%;
}
.b-no-warranty__content .b-info-block .b-info-block__info-content{
	height: auto;
}

/*b-useful-information
---------------------------------*/
.b-useful-information{
	position: relative;
}
.b-useful-information:before{
	content: '';
	position: absolute;
	width: 1400px;
	height: 1400px;
	border-radius: 50%;
	background: #f8fafc;
	right: calc(100% - 650px);
	top: calc(100% - 710px);
}
.b-useful-information .container{
	position: static;
}
.b-useful-information .b-info-block .col{
	position: static;
}
.b-useful-information .b-info-block__info:before{
	content: '';
	position: absolute;
	top: -40px;
	left: calc(100% - 150px);
	bottom: -40px;
	width: 5000px;
	background: #f8fafc;
	z-index: -1;
}
.b-useful-information__wrapper{
	position: relative;
	overflow: hidden;
	padding: 70px 0 70px 0;
}
/*b-delivery
---------------------------------*/
.b-delivery{
	position: relative;
}
.b-delivery .b-decor{
	position: absolute;
}
.b-delivery .b-decor_left{
	width: 20px;
	left: 50px;
	top: 150px;
}
.b-delivery .b-decor_right{
	width: 95px;
	right: 140px;
	top: 180px;
}
.b-delivery .b-decor_right .b-decor_small{
	width: 30px;
	left: 100%;
	bottom: 100%;
}
/*b-pay
--------------------------------*/
.b-pay{
	position: relative;
}
.b-pay .b-decor{
	position: absolute;
}
.b-decor{
	opacity: 0.1
}
.b-decor img{
	opacity: 0.5
}
.b-pay .b-decor_left{
	width: 100px;
	bottom: 0;
	left: 120px;
}
.b-pay .b-decor_right{
	width: 30px;
	right: 10%;
	bottom: 0;
}

/*b-nameless_full-decor
--------------------------------*/

.b-nameless_full-decor .row-flex > .col_decor:last-child:before{
	display: block;
}
.b-nameless_full-decor .row-flex > .col_decor:first-child:after{
	content: '';
	position: absolute;
	width: 30%;
	height: 1px;
	background: #f443366e;
	right: calc(100% - 45px);
	top: 115px;
	z-index: -1;
}
/*b-search-wrong
---------------------------------*/
.b-search-wrong{
	position: relative;
}
.b-search-wrong .b-decor{
	position: absolute;
}
.b-search-wrong .b-decor_left{
	width: 50px;
	left: 90px;
	top: 40%;
}
.b-search-wrong .b-decor_right{
	width: 95px;
	right: 10%;
	top: 40%;
}
.b-search-wrong .b-decor_small{
	width: 30px;
	bottom: 100%;
	left: 100%;
}
.b-search-wrong__content{
	text-align: center;
}
.b-search-wrong__content .b-advantages-unit{
	margin-bottom: 20px;
}
.b-search-wrong__content p{
	width: 610px;
	max-width: 100%;
	margin: 0 auto 15px;
}
.b-search-wrong__searching{
	width: 450px;
	max-width: 100%;
	margin: 0 auto;
}
.b-search-wrong__searching .b-form{
	padding: 0;
}
.b-search-wrong__searching .input-text::placeholder{
	color: #9C2F2F;
	font-weight: normal;
	font-size: 14px;
}
.b-search-wrong__searching .input-container_icon .input-text{
	padding: 11px 14px 11px 50px;
	border-color: #9C2F2F;
	color: #000000
}
.b-search-wrong__searching .b-form__content{
	position: relative;
}
.b-search-wrong__searching button{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 100%;
}
.b-search-wrong__searching button i{
	color: #9C2F2F;
	font-size: 18px;
}
/*b-404
--------------------------------*/
.b-404{
	position: relative;
}
.b-404 .b-decor{
	position: absolute;
}
.b-404 .b-decor_left{
	width: 95px;
	left: 125px;
	top: 40%;
}
.b-404 .b-decor_left-top{
	width: 20px;
	left: 80px;
	top: 130px;
}
.b-404 .b-decor_right{
	width: 60px;
	right: 10%;
	top: 250px;
}
.b-404 .b-decor_right-top{
	width: 30px;
	right: 9%;
	top: 170px;
}
.b-404__content-top{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin-bottom: 20px;
}
.b-404__content-top span{
	font-size: 250px;
	line-height: 1;
	color: #9C2F2F;
	display: block;
	font-weight: bold;
	margin: 0 25px;
}
.b-404__content-bottom{
	text-align: center;
}
/*b-search-result
---------------------------------*/
.b-search-result__action{
	margin-top: 60px;
}

/*b-actions
---------------------------------*/
.b-actions__action{
	margin-top: 60px;
}
.b-thanks__content{
	text-align: center;
}
.b-thanks__content p{
	margin: 0 auto 30px;
	width: 290px;
}
/*b-thanks
---------------------------------*/
.b-thanks{
	position: relative;
}
.b-thanks .b-decor{
	position: absolute;
}
/*b-single-product
---------------------------------*/
.b-single-product{
	position: relative;
}
.b-single-product .b-decor{
	position: absolute;
}
.b-single-product .b-decor_left-top{
	width: 20px;
	left: 110px;
	top: 160px;
}
.b-single-product .b-decor_left-bottom{
	width: 30px;
	left: 160px;
	top: 210px;
}
.b-single-product__img{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.b-single-product__wrapper{
	padding: 5px 0;
}
.b-single-product__slider-small-img{
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	position: relative;
	display: block;
}
.b-single-product__slider-small-img:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	top: 0;
	left: 0;
	border-radius: 10px;
}
.b-single-product__slider-small-img:hover,
.b-single-product__slider-small .slick-current .b-single-product__slider-small-img{
	border-color: #9C2F2F;
}
.b-single-product__slider-small-img:hover:before,
.b-single-product__slider-small .slick-current .b-single-product__slider-small-img:before{
	background: rgba(255,255,255,0);
}
.b-single-product__slider-small-img img{
	border-radius: 10px;
}
.b-single-product__slider-small{
	width: 16.4%;
}
.b-single-product__slider-small .slick-vertical{
	padding: 20px 0;
}
.b-single-product__slider-small .slick-track{
	display: flex;
	flex-flow: column wrap;
}
.b-single-product__slider-small .slick-arrow{
	transform: rotate(90deg);
	font-size: 14px;
}
.b-single-product__slider-small .slick-arrow_prev{
	top: 0;
	right: 40%;
	left: auto;
}
.b-single-product__slider-small .slick-arrow_next{
	top: auto;
	bottom: 0;
	right: 40%;
}
.b-single-product__slider-big{
	width: calc(83.6% - 30px);
	position: relative;
	overflow: hidden;
	margin: 0 0 0 30px;
}
.b-single-product__slider-big .b-label-block{
	left: 10px;
	z-index: 10;
}
.b-single-product__slider-big .slider{
	padding: 0;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	z-index: 5;
}
.b-single-product__slider-big-img{
	border-radius: 10px;
	position: relative;
	height: 100%;
}
.b-single-product__slider-big-img a{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	min-height: 100%;
}
.b-single-product__slider-big-img img{
	border-radius: 10px;
	width: 100%;
}
.b-single-product__info-code{
	color: #959595;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
}
.b-single-product__info-price .row-flex{
	margin: -5px;
	align-items: baseline;
}
.b-single-product__info-price > .row-flex > *{
	display: block;
}
.b-single-product__info-price del{
	order: 1;
	padding: 5px;
	font-size: 18px;
	color: #777777;
}
.b-single-product__info-price ins,
.b-single-product__info-price > .row-flex > span{
	order: 0;
	padding: 5px;
	font-size: 25px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	white-space: nowrap;
}
.b-single-product__info-price > .row-flex > span{
	color: #000;
}
.b-single-product__info-action{
	margin: -5px -5px 25px -5px;
}
.b-single-product__info-action a{
	margin: 5px;
}
.b-single-product__info-nav{
	position: relative;
	z-index: 2;
}
.b-single-product__info-nav ul{
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.b-single-product__info-nav ul li{
	list-style: none;
	width: 33.3333%;
	text-align: center;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	padding: 0;
	margin: 0;
	outline: none;
	border-radius: 10px 10px 0 0;
}
.b-single-product__info-nav ul li:last-child{
	margin-right: -1px;
}
.b-single-product__info-nav ul li.active{
	border-color: #add0f0;
}
.b-single-product__info-nav ul li a{
	display: block;
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
.b-single-product__info-nav ul li a:before{
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	top: 100%;
	left: 0;
	background: #ffffff;
	display: none;
}
.b-single-product__info-nav ul li a:hover,
.b-single-product__info-nav ul li a:active,
.b-single-product__info-nav ul li a:focus{
	text-decoration: none;
	color: #9C2F2F;
}
.b-single-product__info-nav ul li.active a:before{
	display: block;
}
.b-single-product__info-item{
	padding: 20px;
	border: 1px solid #add0f0;
	border-radius: 10px 10px 10px 10px;
}
.b-single-product__info-item.active:first-child{
	border-radius: 0 10px 10px 10px;
}
.b-single-product__info-item.active:last-child{
	border-radius: 10px 0 10px 10px;
}
.b-single-product__info-item ul li{
	list-style-type: square;
	list-style-image: linear-gradient(297deg, #9C2F2F, #9C2F2F);
	font-size: 12px;
	padding: 2px 0;
}
/*b-single-product-description
----------------------------------*/

.b-single-product-description-text{
	overflow-y: auto;
	max-height: 445px;
}
.b-single-product-description-text p{
	padding-right: 15px;
}
.b-single-product-description-text::-webkit-scrollbar{
	width: 2px;
	height: 2px;
	background: #d8d8d8;
}
.b-single-product-description-text::-webkit-scrollbar-thumb{
	background: #9C2F2F;
}

/* b-single-product-characteristic
----------------------------------*/
.b-single-product-characteristic-info{
	padding-right: 15px;
	overflow-y: auto;
	max-height: 445px;
}
.b-single-product-characteristic-info::-webkit-scrollbar{
	width: 2px;
	height: 2px;
	background: #d8d8d8;
}
.b-single-product-characteristic-info::-webkit-scrollbar-thumb{
	background: #9C2F2F;
}
.b-single-product-characteristic-info table{
	border: 1px solid #eaeff4;
	border-radius: 10px;
	width: 100%;
	border-collapse: separate;
	overflow: hidden;
}
.b-single-product-characteristic-info table td{
	padding: 15px 15px;
	font-size: 12px;
}
.b-single-product-characteristic-info table tr:nth-child(odd) td{
	background: #eaeff4;
}
.b-single-product-characteristic-info table tr td:last-child{
	text-align: right;
	font-weight: bold;
	width: 30%;
}

/*b-category-page
---------------------------------*/
.b-category-page .b-decor{
	position: absolute;
}
.b-category-page .b-decor_left{
	width: 32px;
	left: 160px;
	top: 200px;
}
.b-category-page .b-decor_left-small{
	width: 20px;
	left: 100px;
	top: 160px;
}
.b-category-page .b-decor_right{
	width: 95px;
	right: 20px;
	top: 200px;
}
.b-category-page__action{
	margin-top: 15px;
}
.b-category-page__action ul{
	justify-content: flex-start;
	margin-left: -5px;
	margin-right: -5px;
}

/*b-info-section
---------------------------------*/
.b-info-section:last-child{
	padding-bottom: 0;
}
.b-info-section .b-info-block__info-content_scroll{
	height: 180px;
}

/*b-basket-unit
---------------------------------*/
.b-basket-unit table{
	width: 100%;
}
.b-basket-unit > table > tbody > tr > td{
	border-bottom: 1px solid #e7e7e7;
	padding: 14px 7px 14px 7px;
}
.b-basket-unit > table > tbody > tr:first-child > td{
	border-top: 1px solid #e7e7e7;
}
.b-basket-unit + .b-basket-unit:last-child > table > tbody > tr >td{
	border-bottom: 1px solid #e7e7e7;
}
.b-basket-unit > table > tbody > tr > td.col_del{
	width: 26px;
	font-size: 12px;
}
.b-basket-unit > table > tbody > tr > td.col_img{
	width: 106px;
}
.b-basket-unit__info{
	width: 100%;
}
.b-basket-unit__info > tbody > tr > td{
	width: 33.3333%;
	padding: 10px 0;
}
.b-basket-unit__info > tbody > tr:first-child > td{
	vertical-align: top;
}
.b-basket-unit__info > tbody > tr:last-child > td{
	vertical-align: middle;
}
.b-basket-unit__info > tbody > tr > td:last-child{
	text-align: right;
}
.b-basket-unit__code{
	font-size: 12px;
	color: #959595;
}
.b-basket-unit__added{
	color: #44d320;
	font-size: 12px;
}
.b-basket-unit__added i{
	margin-right: 5px;
}
.b-basket-unit__info-small-title{
	font-size: 12px;
	color: #959595;
	padding-right: 2px;
}
.b-basket-unit_price-tag{
	display: inline-flex;
	flex-flow: row wrap;
	align-items: baseline;
	justify-content: flex-start;
	font-size: 12px;
}
.b-basket-unit_price-tag > *{
	margin: 0 2px 0 2px;
}
.b-basket-unit_price-tag del{
	order: 1;
	color: #777777;
}
.b-basket-unit_price-tag ins,
.b-basket-unit_price-tag > span{
	order: 0;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	white-space: nowrap;
}
.b-basket-unit_price-tag > span{
	color: #000;
}
.b-basket-unit_price-sum{
	font-size: 18px;
	font-weight: bold;
}


/* b-cart
---------------------------------*/
.b-cart{
	padding: 15px;
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border-radius: 8px;
}
.b-cart .b-basket-unit > table > tbody > tr:first-child > td{
	border-top: none;
	padding-top: 0;
}
.b-cart__totals{
	padding: 25px 0 20px 0;
	text-align: center;
}
.b-cart__totals-price{
	margin-bottom: 15px;
	color: #959595;
}
.b-cart__totals-price:last-child{
	margin-bottom: 0;
}
.b-cart__totals-price strong{
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin: 0 5px 0 5px;
}
.b-cart .b-basket-unit__name{
	text-align: left;
}
.b-cart .b-basket-unit__info > tbody > tr > td{
	width: auto;
}
.b-cart .b-basket-unit__info > tbody > tr > td:last-child{
	width: 130px;
}

/*b-modal
---------------------------------*/
.b-modal{
	display: none;
	position: relative;
	width: 930px;
	padding: 25px;
	max-width: 100%;
	background-color: #FFF;
	box-shadow: 20px 20px 50px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	min-height: 145px;
	color: #292828;
}
.b-modal__header{
	margin-bottom: 20px;
}
.b-modal__content-list{
	max-height: 400px;
	overflow-y: scroll;
	padding-right: 20px;
}
.b-modal__content-list::-webkit-scrollbar{
	width: 2px;
	height: 2px;
	background: #d8d8d8;
}
.b-modal__content-list::-webkit-scrollbar-thumb{
	background: #9C2F2F;
}
.b-modal__show-more{
	padding: 12px;
	background: #eaeff4;
	text-align: center;
	border-radius: 10px;
}
.b-modal__show-more-title{
	font-size: 12px;
	color: #959595
}
.b-modal__show-more-content{
	font-size: 12px;
	color: #9C2F2F;
	padding-bottom: 2px;
	border-bottom: 1px dotted #9C2F2F;
}
.b-modal__show-more-content:hover{
	color: #9C2F2F;
	text-decoration: none;
}
.b-modal__show-more i{
	margin-left: 3px;
	font-size: 7px;
	color: #9C2F2F;
}
.b-modal__action{
	margin-top: 30px;
	color: #9C2F2F;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.b-modal__action-continues-bye{
	color: #9C2F2F;
}
.b-modal__action-continues-bye span{
	padding-bottom: 2px;
	border-bottom: 1px dotted #9C2F2F;
}
.b-modal__action-continues-bye:hover{
	text-decoration: none;
	color: #9C2F2F;
}
.b-modal__action-order{
	display: inline;
}

.b-modal .b-form{
	padding: 20px;
}
.b-modal_bue-one-click{
	width: 550px;
	max-width: 100%;
	margin: auto;
}
.b-modal_bue-one-click .b-form__action{
	text-align: center;
}
.b-modal_bue-one-click .b-form__action .b-btn{
	min-width: 165px;
}
.b-modal_thanks{
	width: 360px;
	max-width: 100%;
	margin: auto;
	padding: 50px;
}
.b-modal_thanks .b-modal__content-img{
	text-align: center;
	margin-bottom: 10px;
}
.b-modal__total{
	text-align: right;
	margin-top: 25px;
	color: #959595;
}
.b-modal__total span{
	color: #000000;
	font-size: 25px;
	font-weight: bold;
	margin-left: 10px;
}


/* b-form
---------------------------------*/
.b-form{
	margin: auto;
	position: relative;
	padding: 40px;
	border-radius: 10px;
	color: #ffffff;
}
.b-form__header{
	margin: 0 0 15px 0;
}
.b-form__content .row-flex{
	margin: -8px -8px -8px -8px ;
}
.b-form__content .row-flex .col{
	padding: 8px 8px 8px 8px;
}
.b-form__footer .row-flex{
	margin: -8px -8px -8px -8px ;
}
.b-form__footer .row-flex .col{
	padding: 8px 8px 8px 8px;
}
.b-form__content .b-btn{
	margin: auto;
	min-width: 0;
}
.b-form__content label,
.b-form__label{
	font-family: 'Harmonia Sans Pro Cyr', sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #6b6b76;
}
.b-form__content .b-accept{
	display: inline-table;
	vertical-align: top;
	width: auto;
	margin: 5px 0 0 0;
}
.b-form_question .input-text{
	color: #fff;
}
.b-form_question.b-form_white .input-text{
	color: #000;
}
.b-form_white{
	background: #ffffff;
}
.b-form_white{
	color: #000000;
}
.b-form_white .title-border:after{
	background: #9C2F2F;
}
.b-form_white .placeholder{
	color: #bfbfbf;
}
.b-form_white input.input-text:focus,
.b-form_white textarea:focus,
.b-form_white input.input-text:hover,
.b-form_white input textarea:hover{
	border-color: #9C2F2F;
}
.b-form_white .input-text:focus + .placeholder,
.b-form_white .input-text.status-active + .placeholder,
.b-form_white.input-text.status-success + .placeholder{
	background: #ffffff;
	color: #9C2F2F;
}


/* woocommerce
-------------------------*/
.blockOverlay{
	opacity: 0.35 !important;
	cursor: wait;
}
.added_to_cart{
	display: none;
}


/* woof_container_inner
-------------------------*/
.woof_container_inner h4{
	font-size: 16px;
	text-transform: none;
	margin-bottom: 20px;
}
.woof_container_inner h4:after{
	content: ':';
}
.woof_container_inner .irs-line{
	height: 2px;
	background-color: #eaeff4;
}
.woof_container_inner .irs-bar {
	height: 2px;
	top: 25px;
	background-color: #9C2F2F;
	border-top: 1px solid #f44336;
    border-bottom: 1px solid #f44336;	
}
.woof_container_inner .irs-slider {
	top: 17px;
	width: 16px;
	height: 16px;
	background: linear-gradient(325deg, #f44336, #9C2F2F);
	border: none;
}
.woof_container_inner .woof_list_checkbox{
	padding: 0;
	margin: 0 -3px 0 -3px;
}
.woof_container_inner .woof_list_checkbox > li{
	padding: 4px 0;
}
.woof_container_inner .woof_list > li > .woof_checkbox_label{
	font-weight: 500;
	width: 76%;
}
.woof_childs_list_opener{
	position: absolute;
    right: 0;
    top: 1px;	
}
.woof_container_inner .woof_list_checkbox li {
	margin: 0 3px 0 3px !important;
	position: relative;
    width: 100%;
}
.woof_container_inner .woof_list_checkbox li div{
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: solid 1px #e8e8e8;
	background: #ffffff;
	margin: 0;
	position: relative;
}
.woof_container_inner .woof_list_checkbox li div.checked{
	background-image: linear-gradient(323deg, #f44336, #9C2F2F);
}
.woof_container_inner .woof_list_checkbox li div.checked:before{
	content: '\e901';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	font-size: 12px;
}
.wc-ukr-shipping-checkbox{
	position: relative;
	cursor: pointer;
}
.wc-ukr-shipping-checkbox:hover{
	color: #9C2F2F;
}
.wc-ukr-shipping-checkbox:before{
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: solid 1px #e8e8e8;
	background: #ffffff;
	margin-right: 5px;
	position: relative;
	float: left;
	top: -1px
}
.j-wcus-warehouse-block[style="display: none;"] + .wc-urk-shipping-form-group > .wc-ukr-shipping-checkbox:after{
	content: '\e901';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	font-size: 12px;	
}
.j-wcus-warehouse-block[style="display: none;"] + .wc-urk-shipping-form-group > .wc-ukr-shipping-checkbox:before{
	background-image: linear-gradient(323deg, #f44336, #9C2F2F);
}
.woof_container_inner .woof_list .woof_checkbox_label{
	margin: 0 0 0 8px;
	padding: 0;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: normal;
	display: block!important;
    position: relative;
    top: -19px;
    left: 22px;	
    width: 90%;
    overflow: hidden;    
}
.woof_container_inner .woof_list .woof_checkbox_label_selected{
	font-weight: bold;
	color: #9C2F2F;
	position: relative;
}
.woof_childs_list{
	padding: 0
}
.woof_childs_list_opener span:hover {
     background-size: unset; 
}

/* b-faq
-------------------------*/
.b-faq{
	background-color: #ffffff;
	padding-top: 200px;
}
.b-faq .b-decor_top{
	top: 120px;
	left: 25px;
}
.b-faq .b-decor_bottom{
	right: 30px;
	bottom: 30px;
}
.b-faq__list{
	padding-bottom: 0;
	text-align: left;
}
.b-faq__list-item{
	background: #ffffff;
	padding: 25px 25px 25px 25px;
	font-size: 14px;
	border-radius: 5px;
	height: 100%;
	border: 1px solid #dcdfe3;

}
.dropdown-container_open .b-faq__list-item-nav .icon{
	transform: rotate(180deg);
	color: #000000;
}
.b-faq__list-item-header{
	font-size: 18px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	padding: 25px 75px 25px 25px;
	margin: -25px -25px -25px -25px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.b-faq__list-item-content{
	padding: 15px 0 0 0;
	color: #6b6b76;
}
.b-faq__list-item-nav{
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	transition: 0.1s;
	font-size: 18px;
}
.b-faq__list-item-nav .icon{
	transition: 0.3s;
}
.b-faq__action{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.b-faq__action-all-faq .b-btn_transparent{
	font-size: 16px;
	padding: 18px 20px 18px 20px;
	color:#ffffff;
}
.b-faq__action-you-faq .b-btn{
	font-size: 16px;
}
.b-faq__action-all-faq{
	padding: 0 10px 0 10px;
}
.b-faq__action-you-faq{
	padding: 0 10px 0 10px;
}

/* modal-skin
---------------------------------*/
.modal{
	padding: 0 15px 0 15px !important;
}
.modal-skin .modal-dialog {
	width: 1140px;
	max-width: 100%;
	margin: 70px auto 0;
}
.modal-skin .modal-dialog button.close {
	position: absolute;
	right: 0;
	top: -35px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEX///////////////////////////////////////8V2MxSAAAACXRSTlMArTw96Gv96a5iRmh8AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAG1JREFUGNNNj8sNwDAIQ5FQ71EnyaESA7BCV+gEWaBSF28IiWMuYD/xk1MQWuSqUL1UB/J0gARw5glnShP9w0V72Ht0+LRWnVCHdyV1PCTEmGnjPuOZ2nif8S2BNjT+IdGCxr8vlBXQKD866f0B9/URg1VhoEQAAAAASUVORK5CYII=) 0 0 no-repeat;
	width: 25px;
	height: 25px;
	opacity: 1;
	border: none;
	outline: none;
}
.modal-skin .modal-dialog .modal-content {
	border: none;
	padding: 40px;
}


/* popover
---------------------------------*/
.popover {
	background-color: #FFFFFF;
	box-shadow: 0 3px 21px 7px rgba(0, 0, 0, 0.1);
	border: none;
	width: 580px;
	max-width: 580px;
}
.popover-content{

}
.popover.bottom {
	margin-top: 15px;
}
.popover > .arrow,
.popover.bottom > .arrow {
	border-color: transparent;
}



/*=================================== Site-footer ===================================*/
#footer{
	padding: 30px 0 30px 0;
	border-top: 1px solid #e8e8e8;
	position: relative;
	z-index: 10;
	background: #ffffff;
}
.footer__content .b-logo{
	margin-bottom: 20px;
}
.footer__content-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.footer__content-title.title-border{
	margin-bottom: 15px;
}

/*b-bottom-menu
---------------------------------*/

.b-bottom-menu ul{
	padding: 0;
	margin: -5px 0;
}
.b-bottom-menu ul li{
	list-style: none;
	padding: 5px 0;
}
.b-bottom-menu ul li:hover a{
	color: #f44336;
	text-decoration: none;
}
.b-bottom-menu ul li a{
}
.b-bottom-menu ul li.pll-parent-menu-item{
	display: none;
}


/*b-contacts
---------------------------------*/

.b-contacts__item{
	display: table;
	color: #333333;
	margin-bottom: 15px;
}
.b-contacts__item:last-child{
	margin-bottom: 0;
}
.b-contacts__item-img{
	display: table-cell;
	vertical-align: middle;
	width: 37px;
}
.b-contacts__item-content{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.b-contacts__item-content-title{
	font-size: 12px;
	color: #333333;
	margin-bottom: 2px;
	opacity: 0.6;
}
.b-contacts__item-content-info span{
	display: block;
}
/*b-big-contact
---------------------------------*/
.b-big-contact__content > .row-flex > .col:first-child{
	position: relative;
	z-index: 1;
}
.b-big-contact h1{
	font-size: 38px;
}
.b-big-contact__info{
	padding: 30px;
	box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-right: -240px;
	background: #ffffff;
}
.b-big-contact__info-title{
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
}
.b-big-contact__map{
	width: 100%;
}
.b-big-contact__info-wrapper{
	padding: 20px 0;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 15px;
}

/*b-subscribe
---------------------------------*/
.b-subscribe{
	width: 290px;
	max-width: 100%;
	margin-bottom: 20px;
}

.b-subscribe__title{
	color: #565656;
	margin-bottom: 15px;
}
.b-subscribe__content .input-text:focus + .placeholder,
.b-subscribe__content .input-text.status-active + .placeholder,
.b-subscribe__content .input-text.status-success + .placeholder{
	background: #ffffff;
}
.b-subscribe__content .b-form{
	padding: 0;
}
/* dropdown-content
---------------------------------*/
.dropdown-content{
	display: none;
}


/* b-custom-checkbox
---------------------------------*/
.b-custom-checkbox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.b-custom-checkbox input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	margin: 0;
	padding: 0;
	z-index: 5;
}
.b-custom-checkbox__icon{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background-color: #f6f6f6;
	border-radius: 5px;
	color: #000000;
	position: relative;
	z-index: 1;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 10px;
}
.b-custom-checkbox__icon i{
	opacity: 0;
}
.b-custom-checkbox input:checked + .b-custom-checkbox__icon i{
	opacity: 1;
}
.b-custom-checkbox_big .b-custom-checkbox__icon{
	width: 27px;
	height: 27px;
	font-size: 14px;
}
.b-custom-checkbox_square .b-custom-checkbox__icon{
	border-radius: 8px;
}
.b-custom-checkbox_radio .b-custom-checkbox__icon{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: solid 1px #e8e8e8;
	background-color: #ffffff;
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 0 5px 0 0;
}
.b-custom-checkbox_radio .b-custom-checkbox__icon:before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 10px;
	background-color: transparent;
}
.b-custom-checkbox_radio input:checked + .b-custom-checkbox__icon{
	border: solid 1px #9C2F2F;
}
.b-custom-checkbox_radio input:checked + .b-custom-checkbox__icon:before{
	background-color: #9C2F2F;
}

/* b-breadcrumbs
---------------------------------*/
.b-breadcrumbs{
	padding: 20px 0 15px 0;
}
.b-breadcrumbs .main{
	padding: 0 5px 0 0;
	color: #000000;
}
.b-breadcrumbs .separator{
	width: 5px;
	height: 5px;
	background: #9C2F2F;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 8px;
}
.b-breadcrumbs a{
	color: #000000;
}
.b-breadcrumbs .search-title{
	color: #000;
}
.b-breadcrumbs + .section{
	padding-top: 30px;
}
.b-breadcrumbs__content .current-item{
	color: #929292;
}

/* b-accept
---------------------------------*/
.b-accept{
	display: table;
	width: 100%;
	margin: 0;
}
.b-accept__checkbox{
	display: table-cell;
	vertical-align: top;
	width: 16px;
	padding: 2px 0 0 0;

}
.b-accept__content{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 8px;
	font-size: 11px;
}
.b-accept__content a{
	text-decoration: underline;
}
.b-accept__content a:hover{
	text-decoration: none;
}

/*b-social
---------------------------------*/
.b-social{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
}
.b-social ul{
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.b-social ul li{
	list-style: none;
	padding: 0 15px 0 0;
}
.b-social ul li:last-child{
	padding: 0 0 0 0;
}
/* b-copyright
---------------------------------*/
.b-copyright{
	font-size: 12px;
	padding: 0 0 0 0;
	color: #929292;
	margin-bottom: 21px;
}

/*b-downloads
-------------------------------*/

.b-downloads{
	display: table;
	margin-bottom: 15px;
}
.b-downloads__item{
	display: table-cell;
	padding-right: 15px;
}
.b-downloads__item:last-child{
	padding-right: 0;
}
/* b-privacy-politic
---------------------------------*/
.b-privacy-politic{
	font-size: 11px;
	padding: 10px 0 0 0;
}
.b-privacy-politic a{
	text-decoration: underline;
}
.b-privacy-politic a:hover{
	text-decoration: none;
}

/*b-site-design
---------------------------------*/
.b-site-design{
	width: 135px;
	max-width: 100%;
	font-size: 13px;

}
.b-site-design a{
	color: #303030;
	text-decoration: none;
}
.b-site-design a:hover{
	text-decoration: underline;
}
.b-site-design img{
	height: 18px;
	padding-right: 5px;
}

.b-outofstock{
	color: red;
	padding: 5px 5px;
    font-weight: 500;	
}

.b-single-good__action .b-outofstock{
	padding: 8px 5px 21px;	
}

.slick-grid-carousel .slick-track{
	display: flex;
    align-items: stretch;
}

.slick-grid-carousel .slick-track > div{
	height: auto;
}

.slick-grid-carousel .slick-slide, 
.slick-grid-carousel .slick-slide > div,
.slick-grid-carousel .slick-slide > div > div,
.slick-grid-carousel .b-single-good{
	height: 100%
}

.b-single-good{
	display: flex;
    flex-direction: column;
    justify-content: space-between;	
}

.woocommerce-order .woocommerce-table th:first-child,
.woocommerce-order .woocommerce-table td:first-child{
	padding: 5px 44px 5px 0;
}

.woocommerce-order h2{
	margin-top: 20px
}

.woocommerce-order li, .woocommerce-order address{
	line-height: 26px
}

.woocommerce-error{
	color: red
}

.woocommerce-NoticeGroup ul{
	list-style: none;
	padding: 0;
	margin-bottom: 10px
}

.woocommerce-NoticeGroup ul li{
	padding: 3px 0
}

.wc-urk-shipping-form-group{
	margin-top: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	padding-top: 9px;
    padding-bottom: 10px;	
}

.select2-container .select2-selection--single{
	height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 10px;
    right: 6px;	
}

.deactive-form{
	opacity: 0.6;
	pointer-events: none;
}

.woocommerce-notices-wrapper > .woocommerce-info{
	display: none;
}


/*Стиль*/
::-webkit-scrollbar {
    width: 4px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(244, 67, 54, 0.4 ); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(244, 67, 54, 0.9); 
}

.woocommerce-ordering{
	position: absolute;
    right: 15px;
    top: 0;
}

.woocommerce-shipping-fields{
	display: none;
}