@import url(fontello.css);

/* -------------------------------
	Global
------------------------------- */
html, body {height: 100%;}
	html {background: #fff;}
	body {
		min-width: 320px;
		font: 500 13px/1.6 'Montserrat', sans-serif;
		letter-spacing: 0.025em;
		color: #000;
	}

body,
dl, dd,
blockquote, fieldset, legend {
	margin: 0;
	padding: 0;
}
fieldset {border: none;}
table {
	border: none;
	border-collapse: collapse;
}
	th, td {vertical-align: top;}
	th {
		text-align: left;
		font-weight: normal;
	}
address {font-style: normal;}
p, ul, ol {margin: 0 0 1.6em 0;}
img {
	max-width: 100%;
	vertical-align: top;
}
svg {vertical-align: top;}
iframe[src="//t.insigit.com/nsapi/static/partners.html"] {display: none;}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

#wrapper {
	background: #f3f3f3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1950px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.in {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
}

body.dnscroll {overflow: hidden;}

/* -------------------------------
	Txt
------------------------------- */
h1, h2, h3, h4, h5, h6 {margin: 0;}

.title1 {
	margin-bottom: 1.2em;
	font-weight: 800;
	font-size: 26px;
	line-height: 1.15;
	letter-spacing: normal;
}

.title2 {
	margin-bottom: 0.9em;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.2;
}

.title3 {
	margin-bottom: 0.8em;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.15;
	letter-spacing: -0.025em;
}

.title4 {
	margin-bottom: 0.8em;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.15;
	letter-spacing: 0.025em;
}

.title5 {
	margin-bottom: 0.8em;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.15;
	letter-spacing: 0.025em;
}


.product-actions {
	display: grid;
    grid-template-columns: 25px 25px;
    justify-content: right;
    position: absolute;
    width: 100%;
    margin: 15px -5px;
}

.compare-items {
	z-index: 99;
}
.trolley-popup__head {
  padding: 30px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-bottom: 1px solid #EBEBEB;
}

.add-to-cart-footer{
    padding:15px 30px 15px;
    border-top:1px solid #EBEBEB;;
}
.trolley-popup__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration:none;
}
.continue_arrow{
    color: #000;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    vertical-align: middle;
    margin: auto 0;
    flex-direction: row;
    text-decoration: none;
    align-items:center;
    
}
._mw{
    max-width:78%;
    width:100%;
}
.trolley-popup__close {
    cursor:pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
  width: 16px;
}
.body{
    width:100%;
}

.trolley-popup__close img,
.trolley-popup__close svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.trolley-popup__products {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
.product-trolley-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.trolley-popup_price{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          width:100%;
}
.product-trolley-popup__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  height: 100px;
  width: 100px;
  position: relative;
  overflow: hidden;
}
.product-trollery-popup__content a,
.product-trolley-popup__name {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration:none;
}
.product-trolley-popup__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: fill;
     object-fit: fill;
}
.delivery-pricelist { 
    margin: 10px 0px;
    padding: 10px;
    border-radius: 5px;
    background-color: white; 
}
.h_row4{display:none;}
.delivery-item {
	display: grid;
    grid-template-columns: 20% 20%;
    margin-bottom: 10px;
}
.d_none{
    display:none !important;
}
.card__mods {
    position:absolute;
    top:40px;
    left:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-row-gap: 5px;
     -moz-row-gap: 5px;
          row-gap: 5px;
  margin: 10px 0px;
  flex-direction:column;
}

.card__mod {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 6px 10px;
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
}


.product__mods {
    position:absolute;
    top:30px;
    left:0;
 z-index:99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  margin:3px 0px;
}

.product__mod {
  -webkit-box-flex: 0;

  width: 78px;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-right:4px;
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
  padding:2px;
}
.tbl_hide,
.tbl_hide th,
.tbl_hide td {border: none;}

.tbl_border,
.tbl_border th,
.tbl_border td {border: 1px solid #333;}

.tbl_overflow {
	position: relative;
	overflow: auto;
}

.scroll-pane {
	width: 100%;
	overflow: auto;
}

/* -------------------------------
	Links
------------------------------- */
:focus {outline: none;}
a img {border: none;}

a {
	color: #ed1b2f;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {text-decoration: none;}
a svg {-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}

a[href^="tel"] {
	color: inherit;
	white-space: nowrap;
	text-decoration: none;
}

.icon-x-1::before { content: '\274C'; } /* '' */
a.lnk_v1 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	color: inherit;
	line-height: 1.15;
	text-decoration: none;
}
a.lnk_v1:hover {color: #ed1b2f;}
	a.lnk_v1 [class^="icon-"] {
		margin-left: 1.4em;
		font-size: 0.8em;
		line-height: 1;
	}

a.lnk_more_mob {display: none;}
a.lnk_v1.lnk_more_mob [class^="icon-"] {margin-left: 0.3em;}

a.lnk_v2 {
	color: #838383;
	text-decoration: none;
}
a.lnk_v2:hover {color: #ed1b2f;}

a.lnk_v3 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
	a.lnk_v3 .ico {
		width: 15px;
		height: 15px;
		margin-right: 0.5em;
		fill: #797979;
	}

/* -------------------------------
	Forms
------------------------------- */
.f_row {margin-bottom: 14px;}

.f_cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.f_cols.v1 .f_row {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
	.f_cols.v1 .f_input {border-radius: 0;}
	.f_cols.v1 .f_row:first-child .f_input {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.f_cols.v1 .f_row:last-child .f_input {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.f_cols.v1 .f_row + .f_row .f_input {border-left-width: 0;}

.f_cols1 {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	grid-column-gap: 20px;
	margin-bottom: 20px;
}

textarea.f_input {
	height: 120px;
	overflow: auto;
	resize: none;
	vertical-align: top;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #838383;
	opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #838383;
	opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #838383;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #838383;
	opacity: 1;
}

.select_v1 {
	display: inline-block;
	position: relative;
}
	.select_v1 select {
		background: none;
		width: 100%;
		margin: 0;
		padding: 0 16px 0 0;
		border: none;
		font-family: inherit;
		font-weight: 500;
		font-size: 13px;
		line-height: 1.15;
		cursor: pointer;
		-webkit-appearance: none;
	}
	.select_v1 [class^="icon-"] {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-34%);
		-ms-transform: translateY(-34%);
		transform: translateY(-34%);
		pointer-events: none;
		font-size: 10px;
		line-height: 1;
		color: #909090;
		left: 20px;
	}

.f_input {
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 1.116em 1.3em;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-family: inherit;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.2;
	color: inherit;
	-webkit-appearance: none;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.floating-label {
	position: relative;
	font-size: 13px;
	line-height: 1.2;
}
	.floating-label label {
		max-width: 100%;
		padding: 0 1.3em;
		overflow: hidden;
		position: absolute;
		top: 1.2em;
		left: 0;
		font-size: inherit;
		line-height: inherit;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		pointer-events: none;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		color: #838383;
	}

	.floating-label .f_input {
		font-size: inherit;
		line-height: inherit;
	}

	.f_select .f_input {padding-right: 2.6em;}
	.f_select::after {
		content: "\e909";
		position: absolute;
		top: 50%;
		right: 1.8em;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-family: "fontello";
		font-size: 0.7em;
		line-height: 1;
		color: #949494;
		pointer-events: none;
	}

	.floating-label input.f_input:focus,
	.floating-label input.f_input:valid,
	.f_select select.f_input:focus,
	.f_select select.f_input:not([value=""]):valid {
		padding-top: 1.732em;
		padding-bottom: 0.5em;
	}
	.floating-label input.f_input:focus + label,
	.floating-label input.f_input:valid + label,
	.f_select select.f_input:focus + label,
	.f_select select.f_input:not([value=""]):valid + label {
		padding: 0 1.6em;
		top: 0.88em;
		font-size: 0.85em;
		color: #b1b1b1;
	}

input[type="submit"],
input[type="button"],
button {
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn {
	background: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 24px;
	border: 1px solid transparent;
	border-radius: 5px;
	font-family: inherit;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.15;
	text-align: center;
	letter-spacing: inherit;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
}
	.btn .ico {
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}
.loader{
  position:fixed;
  display:none;
  width:100%;
  height:100%;
  background: #b6b6b691;
  z-index: 99999;
  display:none;
}
._loader{
  position:absolute;
  top:50%;
  left:50%;
    width:  50px;
    height: 50px;
    border: 5px solid #FFF;
    border-bottom-color: #ed1b2f;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
     
}

@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 
.btn.v1 {
	background: #ed1b2f;
	color: #fff;
}
	.btn.v1 .ico {fill: #fff;}

.btn.v2 {
	background: #fff;
	color: #000;
}

.btn.v3 {
	background: #ed1b2f;
	min-height: 46px;
	color: #fff;
}
	.btn.v3 .ico {fill: #fff;}

.btn.v4 {
	background: #eee;
	min-height: 46px;
	color: #000;
}

.btn_del {
	padding-right: 0;
	padding-left: 0;
	color: #7f7f7f;
}
	.btn_del .ico {fill: #b2b2b2;}

.btn_repeat {
	min-height: auto;
	padding: 0;
}
	.btn_repeat .ico {
		width: 24px;
		height: 24px;
		margin: 0;
		fill: #b2b2b2;
	}

/* -------------------------------
	Header
------------------------------- */
#header {
	background: #fff;
	position: relative;
	z-index: 200;
	line-height: 1.15;
}

	.h_row1 {background: #f3f3f3;}
		.h_row1 .in {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			padding-top: 12px;
			padding-bottom: 12px;
		}

.h_row4,.h_row2 {border-bottom: 1px solid #e0e0e0;}
		.h_row4 .in,
		.h_row2 .in {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			padding-top: 8px;
			padding-bottom: 8px;
		}

	.h_row3 {border-bottom: 1px solid #e0e0e0;}
		.h_row3 .in {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			min-height: 64px;
			padding-top: 8px;
			padding-bottom: 8px;
		}
    .h_search{cursor:pointer;}
	.h_city {margin-right: 30px;}

	.phone_wr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
		.phone {}
		.ph_callback {
			margin-left: 18px;
			color: #838383;
			text-decoration: none;
		}
		.ph_callback:hover {color: #ed1b2f;}

	.h_phone {
		margin-right: 28px;
		padding: 4px 28px 4px 0;
		border-right: 1px solid #c9c9c9;
	}

	.h_lang {margin-right: 30px;}

	.h_menu1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 0 auto;
		padding: 0;
		list-style: none;
	}
		.h_menu1 li {margin-right: 30px;}
		.h_menu1 li:last-child {margin-right: 0;}
			.h_menu1 a {
				color: inherit;
				text-decoration: none;
			}
			.h_menu1 a:hover {color: #ed1b2f;}

	.h_logo {margin-right: 30px;}
		.h_logo img {width: 160px;}
    .search_form_popup{
        width:100%;
    }
	.search_form_wr {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 66%;
		margin-right: 30px;
		position: relative;
	}
		.search_form {
			position: relative;
			z-index: 2;
		}
			.search_form .ico {
				width: 18px;
				height: 18px;
				fill: #909090;
			}

			.sf_ico {
				position: absolute;
				top: 50%;
				left: 14px;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
			}

			.sf_input {
				background: #fff;
				width: 100%;
				padding: 12px 42px;
				border: 2px solid #ed1b2f;
				border-radius: 5px;
				/*font-family: inherit;*/
				font-weight: 500;
				font-size: 15px;
				line-height: 1.15;
				color: #5d5d5d;
				letter-spacing: inherit;
			}
			.sf_btn {
				background: none;
				width: 42px;
				height: calc(100% - 4px);
				padding: 0;
				position: absolute;
				top: 2px;
				right: 2px;
			}

			.sfr_close {
				background: #f2f2f2;
				display: none;
				width: 26px;
				height: 26px;
				padding: 0;
				border-radius: 50%;
				position: absolute;
				top: 50%;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				right: 10px;
				z-index: 2;
				line-height: 0;
			}
				.sfr_close .ico {
					width: 12px;
					height: 12px;
					fill: #686868;
				}
.sf_result_mob,
			.sf_result {
				background: #fff;
				display: none;
				width: 100%;
				padding-top: 38px;
				border: 2px solid #ed1b2f;
				border-radius: 5px;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
			}
			.sf_result_mob{
			    padding-top:0px;
			    top:55px;
			}
				.b_info {}
					.bi_item {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						padding: 30px 20px 20px 20px;
						border-top: 1px solid #e0e0e0;
						position: relative;
					}
						.bi_item .b_labels {
							position: absolute;
							top: 20px;
						}
						.bi_thumb {
							-ms-flex-negative: 0;
							flex-shrink: 0;
							width: 70px;
							height: 70px;
							margin-right: 20px;
						}
							.bi_thumb img {
								width: 100%;
								height: 100%;
								-o-object-fit: cover;
								object-fit: cover;
							}
						.bi_descr {
							display: -ms-grid;
							display: grid;
							-ms-grid-columns: 1fr 80px auto;
							grid-template-columns: 1fr 80px auto;
							grid-column-gap: 20px;
							-webkit-box-flex: 1;
							-ms-flex-positive: 1;
							flex-grow: 1;
							-webkit-box-align: center;
							-ms-flex-align: center;
							align-items: center;
						}
							.bi_title {}
								.bi_title a {
									color: inherit;
									text-decoration: none;
								}
								.bi_title a:hover {color: #ed1b2f;}
							.bi_price {}

		.search_form_wr.v1 .sf_input {
			margin-bottom: 2px;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
			border-bottom-width: 0;
		}
		.search_form_wr.v1 .sfr_close {display: block;}
		.search_form_wr.v1 .sf_result {display: block;}
		
	.h_menu2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
		.hm2_item {
			display: inline-block;
			margin-right: 30px;
			position: relative;
			line-height: 1;
		}
		.hm2_item:last-child {margin-right: 0;}

		.h_login {}
		.h_fav {}
		.h_cmp {}
		.h_cart {}

			.hm2_item .ico {
				width: 24px;
				height: 24px;
				fill: #000;
			}

			.hm2_num {
				background: #ed1b2f;
				width: 24px;
				height: 24px;
				margin-left: -8px;
				border: 3px solid #fff;
				border-radius: 50%;
				position: absolute;
				top: -12px;
				left: 100%;
				font-size: 9px;
				line-height: 18px;
				color: #fff;
				text-align: center;
			}

	.m_ctrl {
		display: none;
		margin-left: 25px;
		cursor: pointer;
	}
		.m_ctrl .ico {
			width: 24px;
			height: 24px;
			fill: #000;
		}

	.h_menu3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.h_menu3 li {margin-right: 20px;}
		.h_menu3 li:last-child {margin-right: 0;}
		.hm3_more_item {margin-left: auto;}
			.h_menu3 a {
				display: block;
				color: inherit;
				text-decoration: none;
				text-align: center;
			}
			.h_menu3 a:hover {color: #ed1b2f;}
				.h_menu3 a:hover .ico {fill: #ed1b2f;}

			a.hm3_more_lnk {
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
			}
				a.hm3_more_lnk .ico {
					width: 24px;
					height: 24px;
					margin-right: 10px;
				}

.h_menu_mob_wr {
	background: rgba(0, 0, 0, 0.7);
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
	.h_menu_mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		width: 290px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		overflow: auto;
	}
		.hmm_close {
			background: #f2f2f2;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			width: 26px;
			height: 26px;
			border-radius: 50%;
			position: absolute;
			top: 0;
			left: 294px;
			cursor: pointer;
			text-align: center;
		}
			.hmm_close .ico {
				width: 12px;
				height: 12px;
				fill: #686868;
				vertical-align: middle;
			}

		.hmm_row1 {
			background: #fff;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}
			.hmm_row1 .in {
				padding-top: 25px;
				padding-bottom: 25px;
			}

		.hmm_row2 {
			background: #f3f3f3;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}
			.hmm_row2 .in {
				padding-top: 30px;
				padding-bottom: 30px;
			}

				.h_menu_mob .search_form_wr {
					max-width: none;
					margin: 0 0 25px 0;
				}

				.h_menu_mob .sf_result {
					max-height: 495px;
					overflow: auto;
				}

				.h_menu_mob .bi_item {padding: 25px 40px 15px 15px;}
					.h_menu_mob .bi_descr {
						-ms-grid-columns: 1fr;
						grid-template-columns: 1fr;
						grid-row-gap: 10px;
						-ms-flex-line-pack: center;
						align-content: center;
						padding-top: 10px;

					}
						.h_menu_mob .bi_item .b_labels {top: 15px;}
						.h_menu_mob .bi_item .b_fav {
							position: absolute;
							top: 15px;
							right: 10px;
						}
						.h_menu_mob .bi_thumb {margin-right: 15px;}
						.h_menu_mob .bi_descr {font-size: 12px;}

				.h_menu_mob .h_menu3 {display: block;}
					.h_menu_mob .h_menu3 li {margin: 0 0 1.2em 0;}
					.h_menu_mob .h_menu3 li:last-child {margin: 0;}
					.h_menu_mob .h_menu3 a {
						display: -webkit-inline-box;
						display: -ms-inline-flexbox;
						display: inline-flex;
						text-align: left;
					}

				.h_menu_mob .f_menu {
					min-height: 150px;
					margin-bottom: 40px;
				}
					.h_menu_mob .f_menu li {margin-bottom: 1.2em;}
					.h_menu_mob .f_menu li:last-child {margin: 0;}
                
				.h_menu_mob .h_city {margin: 0 0 20px 0;}
				.h_menu_mob .phone {margin: 0 0 20px 0;}
				.h_menu_mob .h_lang {margin: 0;}

				.h_menu_mob .f_info {margin: 40px 0;}
					.h_menu_mob .dev {margin: 0;}

				.h_menu_mob p {margin-bottom: 0.8em;}

				.h_menu_mob .f_cards img {
					max-height: 30px;
					margin-right: 34px;
				}

#header.v1 .h_row3 {border-bottom: none;}

/* -------------------------------
	Main
------------------------------- */
#main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-shrink: 0;
	position: relative;
}

	.breadcrumbs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 26px 0;
		padding: 0;
		list-style: none;
		color: #838383;
		line-height: 1.15;
	}
		.breadcrumbs li {margin-bottom: 0.2em;}
		.breadcrumbs li::after {
			content: "\002F";
			margin: 0 0.8em;
		}
		.breadcrumbs li:last-child::after {display: none;}
			.breadcrumbs a {
				color: inherit;
				text-decoration: none;
			}
			.breadcrumbs a:hover {color: #ed1b2f;}

	.slick-arrow {
		background: #f3f3f3;
		width: 56px;
		min-width: auto;
		height: 56px;
		padding: 0;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		z-index: 2;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 0;
		line-height: 0;
		color: #797979;
	}
	.slick-prev {left: 10px;}
	.slick-next {right: 10px;}
	.slick-prev::before,
	.slick-next::before {
		font-family: "fontello";
		font-weight: normal;
		font-size: 14px;
		line-height: 1;
	}
	.slick-prev::before {content: "\e906";}
	.slick-next::before {content: "\e907";}
	/*.slick-arrow.slick-disabled {opacity: 0.5;}*/

	.slick-dots {
		margin: 0;
		padding: 15px 0;
		list-style: none;
		font-size: 0;
		line-height: 0;
		text-align: center;
	}
		.slick-dots li {
			display: inline-block;
			vertical-align: middle;
			margin: 5px;
		}
			.slick-dots button {
				background: none;
				width: 70px;
				min-width: auto;
				height: 24px;
				padding: 0;
				font-size: 0;
				line-height: 0;
			}
			.slick-dots button::before {
				content: "";
				background: #000;
				display: inline-block;
				width: 100%;
				height: 4px;

			}
			.slick-dots li.slick-active button::before {background: #ed1b2f;}

	.tabs .ui-helper-clearfix::before,
	.tabs .ui-helper-clearfix::after {display: none;}
	.ui-tabs .ui-tabs-nav {
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: inherit;
	}
		.ui-tabs .ui-tabs-nav li {
			margin: 0;
			padding: 0;
			float: none;
			white-space: normal;
		}
		.ui-tabs .ui-tabs-nav li:last-child {margin-right: 0;}
		.ui-tabs .ui-tabs-nav li.ui-tabs-active {
			margin-bottom: 0;
			padding-bottom: 0;
		}
			.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
				padding: 0;
				float: none;
				color: inherit;
				text-decoration: none;
			}
	.ui-tabs .ui-tabs-panel {padding: 0;}

	.tabs_wr {padding: 0;}
		.tabs_wr .tabs {
			margin-bottom: 45px;
			border-bottom: 1px solid #e0e0e0;
		}
			.tabs_wr .ui-tabs-nav {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				font-weight: 600;
				font-size: 16px;
				line-height: 1.2;
			}
				.tabs_wr .ui-tabs-nav li {margin-right: 1.75em;}
					.tabs_wr .ui-tabs-nav .ui-tabs-anchor {
						display: block;
						margin-bottom: -1px;
						padding-bottom: 0.85em;
						border-bottom: 2px solid transparent;
						color: #838383;
					}
					.tabs_wr .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
						padding-right: 1.4em;
						padding-left: 1.4em;
						border-color: #ed1b2f;
						color: #000;
					}
		.tab_content {letter-spacing: 0.025em;}
			.tab_content .ui-tabs-panel > :last-child {margin-bottom: 0;}

	.tabs_wr.v1 .tabs {
		background: #fff;
		padding-top: 17px;
	}
	.tabs_wr.v1 .tab_content {padding-bottom: 55px;}

	.b_labels {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
		.b_label {
			display: inline-block;
			min-width: 3.78em;
			margin-right: 5px;
			padding: 0.39em 0.56em;
			font-size: 9px;
			line-height: 1;
			color: #fff;
			text-transform: uppercase;
			text-align: center;
		}
		.b_label:last-child {margin-right: 0;}
		.b_label.v1 {background: #ed1b2f;}
		.b_label.v2 {background: #a0ac14;}
		.b_label.v3 {background: #15aca0;}

	.b_fav {
		background: none;
		padding: 0;
		cursor: pointer;
	}
		.b_fav .ico {
			width: 20px;
			height: 20px;
			fill: #b2b2b2;
		}
			.fav_ico_v1 {}
			.fav_ico_v2 {
				display: none;
				fill: #ed1b2f;
			}

			.b_fav:hover .fav_ico_v1,
			.b_fav.active .fav_ico_v1 {display: none;}
			.b_fav:hover .fav_ico_v2,
			.b_fav.active .fav_ico_v2 {display: block;}

	.price_wr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 1;
		-webkit-column-gap: 4px;
     -moz-column-gap: 4px;
		column-gap: 4px;
	}
		.price {
			min-width: 5em;
			font-size: 15px;
		}
		.price.v1 {color: #ed1b2f;}
		.price_old_info {
			background: #ed1b2f;
			margin: 0 1em;
			padding: 0.39em 0.5em;
			font-size: 9px;
			color: #fff;
		}
		.price_old {color: #838383;}

	.c_wr_head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.b_btn_center {text-align: center;}

	.c_wr {
		background: #fff;
		padding-bottom: 30px;
	}
		.c_wr .in {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 1fr 230px;
			grid-template-columns: 1fr 230px;
			grid-gap: 30px;
		}

	.b_info1 {}
		.bi1_item {
			display: block;
			margin-bottom: 30px;
			border-radius: 10px;
			position: relative;
			overflow: hidden;
			text-decoration: none;
			position: relative;
		}
		.bi1_item:last-child {margin-bottom: 0;}
			.bi1_img {
				/*width: 100%;*/
				/*height: 100%;*/
				/*-o-object-fit: cover;*/
				/*object-fit: cover;*/
				/*-o-object-position: 0 center;*/
				/*object-position: 0 center;*/
				/*position: absolute;*/
				/*top: 0;*/
				/*left: 0;*/
			}
			.bi1_descr_wr {
			    position: absolute;
			    top: 0;
			    /*left: 0;*/
			    z-index: 999;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-ms-flex-line-pack: justify;
				align-content: space-between;
				/*height: 566px;*/
				/*min-height: 566px;*/
				height: auto;
				padding: 0 85px 45px 63px;
				/*position: relative;*/
				font-size: 16px;
				color: #fff;
				width: 100%;
			}
				.bi1_descr_a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center;
					-ms-flex-preferred-size: 100%;
					flex-basis: 100%;
					margin-bottom: 40px;
				}

					.bi1_discount {
						background: #ed1b2f;
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-orient: vertical;
						-webkit-box-direction: normal;
						-ms-flex-direction: column;
						flex-direction: column;
						-webkit-box-pack: end;
						-ms-flex-pack: end;
						justify-content: flex-end;
						-ms-flex-negative: 0;
						flex-shrink: 0;
						width: 155px;
						height: 262px;
						margin-right: 45px;
						padding: 14px 14px 45px 14px;
						border-bottom-right-radius: 10px;
						-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30px 100%, 0% 232px);
						clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30px 100%, 0% 232px);
						position: relative;
						font-size: 13px;
					}
					.bi1_discount::after {
						content: "";
						background: #ff5767;
						width: 30px;
						height: 30px;
						border-top-right-radius: 10px;
						position: absolute;
						bottom: 0;
						left: 0;
					}
						.bi1_dsc_num {
							display: block;
							margin-top: 0.15em;
							font-weight: 800;
							font-size: 48px;
							line-height: 1;
							letter-spacing: -0.025em;
						}

					.bi1_dsc_mob {
						display: none;
						height: 140px;
						margin: 0;
						-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30px 100%, 0% 110px);
						clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30px 100%, 0% 110px);
					}

						.bi1_title {
							/*max-width: 8em;*/
							padding: 0.83em 0;
							font-weight: 800;
							font-size: 48px;
							line-height: 1.2;
							letter-spacing: -0.025em;
						}

				.bi1_descr_b {
					width: 50%;
					max-width: 450px;
					margin-right: 45px;
				}
					.bi1_descr_b > :last-child {margin: 0;}

				.bi1_descr_c {
					max-width: 300px;
					-ms-flex-item-align: end;
					align-self: flex-end;
				}

	.slider {
		border-radius: 10px;
		overflow: hidden;
	}
		.slider .slick-slide {
			margin: 0;
			border-radius: 0;
		}
			.slider .bi1_descr_c {display: none;}

		.slider .slick-dots {
			position: absolute;
			bottom: 20px;
			right: 45px;
		}
			.slider .slick-dots button::before {
				background: #fff;
				opacity: 0.3;
			}
			.slider .slick-dots li.slick-active button::before {
				background: #fff;
				opacity: 1;
			}

	.b_info2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		.bi2_item {
			height: 268px;
			margin-bottom: 30px;
			border-radius: 10px;
			overflow: hidden;
		}
		.bi2_item:last-child {margin-bottom: 0;}
			.bi2_item img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				object-fit: cover;
				-o-object-position: center bottom;
				object-position: center bottom;
			}

	.c_wr1 {padding-top: 60px;}

	.b_info3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
		.bi3_item {
			width: calc(100% / 4 - 30px);
			height: 447px;
			margin: 0 15px 30px 15px; 
			position:relative;
			
		}
			.bi3_in {
				background: #fff;
				padding: 45px 30px 20px 30px;
				border-radius: 6px;
				position: relative;
				
				-webkit-transition: -webkit-box-shadow 0.3s ease;
				transition: -webkit-box-shadow 0.3s ease;
				-o-transition: box-shadow 0.3s ease;
				transition: box-shadow 0.3s ease;
				transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; 
			}

				.bi3_item .b_labels {
					position: absolute;
					top: 10px;
					left: 10px;
				}
				.bi3_item .b_fav {
					/*position: absolute;*/
					top: 10px;
					right: 10px;
				}

				.bi3_thumb {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					height: 300px;
					margin-bottom: 18px;
				}
					.bi3_thumb img {
						max-height: 100%;
						margin: auto;
					}
				.bi3_descr {}
					.bi3_title {
						min-height: 2.4em;
						margin-bottom: 0.8em;
						font-size: 15px;
						line-height: 1.2;
					}
						.bi3_title a {
							color: inherit;
							text-decoration: none;
						}
						.bi3_title a:hover {color: #ed1b2f;}

				.bi3_btn {
					display: -ms-grid;
					display: grid;
					-ms-grid-columns: (1fr)[2];
					grid-template-columns: repeat(2, 1fr);
					grid-gap: 8px;
					margin-top: 5px;
					position: absolute;
					opacity: 0;
				}
					.bi3_btn .btn {
						padding-right: 10px;
						padding-left: 10px;
					}

		.bi3_item:hover .bi3_in {
			-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
			box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
			z-index: 9;
		}
		.bi3_item:hover > .product__mods {
    z-index: 10;
}

.bi3_item:hover ~ .bi3_item > .product__mods {
    z-index: 8;
}

		.bi3_item:hover .bi3_btn {
			position: static;
			opacity: 1;
			margin-top:25px;
		}

	.b_info3.v1 .bi3_item {width: calc(100% / 3 - 30px);}

	.bi3_mob {
		display: none;
		margin-right: 0 !important;
		margin-bottom: 20px;
		margin-left: 0 !important;
		overflow: hidden;
	}
		.bi3_mob .slick-list {
			margin-right: -10px;
			margin-left: -10px;
		}
			.bi3_mob .slick-slide {margin-bottom: 0;}

	.carousel1 {
		display: block;
		margin-top: -30px;
		margin-right: 0 !important;
		margin-bottom: -60px;
		margin-left: 0 !important;
		z-index: 1;
	}
		.carousel1 .slick-list {margin: 0 -15px;}
			.carousel1 .slick-track {
				padding-top: 30px;
				padding-bottom: 100px;
			}
				.carousel1 .slick-slide {margin-bottom: 0;}
		.carousel1 .slick-arrow {top: calc(50% - 30px);}

	.c_wr2 {}

	.b_bnr {
		background: #ed1b2f;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 108px;
		padding: 13px 40px;
		border-radius: 10px;
		position: relative;
		overflow: hidden;
		color: #fff;
		text-decoration: none;
	}
		.b_bnr_descr {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			width: 100%;
			max-width: 30em;
			position: relative;
			z-index: 1;
			font-size: 18px;
			line-height: 1.34;
		}
		.b_bnr_img {
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover;
			-o-object-position: 0 center;
			object-position: 0 center;
			position: absolute;
			top: 0;
			left: 0;
		}
		.b_bnr [class^="icon-"] {
			-ms-flex-negative: 0;
			flex-shrink: 0;
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			width: 3.88em;
			height: 3.88em;
			margin-right: 1.38em;
			border: 2px solid;
			border-radius: 50%;
			font-size: 0.8em;
		}

	.c_wr3 {
		background: #fff;
		padding: 30px 0 20px 0;
	}

	.b_info4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
		.bi4_item {
			width: calc(50% - 30px);
			margin: 0 15px 30px 15px;
		}
			.bi4_thumb_wr {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				border-radius: 10px;
				height: 37vw;
				min-height: 420px;
				max-height: 590px;
				position: relative;
				overflow: hidden;
				color: inherit;
				text-decoration: none;
			}
				.bi4_thumb_descr {
					width: 42%;
					min-width: 255px;
					padding: 30px 20px 30px 75px;
					position: relative;
					z-index: 1;
					line-height: 1.85;
				}
					.bi4_thumb_descr .ico {
						width: 102px;
						height: 102px;
						margin-bottom: 30px;
					}
					.bi4_thumb_descr p {margin: 0;}

				.bi4_thumb {
					/*-webkit-mask: url(../img/mask.svg) 0 0 / cover no-repeat;*/
					/*mask: url(../img/mask.svg) 0 0 / cover no-repeat;*/
					/*position: absolute;*/
					/*top: 0;*/
					/*right: 0;*/
					/*padding-top: 66%;*/
					/*width: 58%;*/
				}
					.bi4_thumb img {
						width: 100%;
						height: 100%;
						-o-object-fit: cover;
						object-fit: cover;
						position: absolute;
						top: 0;
						right: 0;
					}

			.bi4_thumb_wr.v1 {
				background: #3e454b;
				color: #fff;
			}
			.bi4_thumb_wr.v2 {background: #f1e6cd url(../img/bkg1.jpg) center / cover no-repeat;}

			.bi4_descr {margin-top: 20px;}
				.bi4_title {
					margin-bottom: 0.3em;
					font-weight: 800;
				}

	.c_wr4 {
		background: #fff;
		padding: 30px 0;
		position: relative;
	}
	.c_wr4.v1::before {
		content: "";
		width: 100%;
		max-width: 1520px;
		border-top: 1px solid #e0e0e0;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
		.c_wr4 .in {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			min-height: 128px;
		}

	.b_info5 {}
		.bi5_item {margin: 0 15px;}
			.bi5_item a {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
			}
				.bi5_item img {max-height: 67px;}

	.carousel {}
		.carousel .slick-list {margin: 0 -15px;}
			.carousel .slick-track {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
			}

	.m_head {
		background: #fff;
		padding: 22px 0;
	}
		.m_head .title1 {margin: 0;}
		.m_head .in > :last-child {margin-bottom: 0;}

	.c_wr5 {padding: 40px 0 20px 0;}

	.b_info6 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
		.bi6_item {
			width: calc(100% / 4 - 30px);
			margin: 0 15px 25px 15px;
			border-radius: 5px;
			position: relative;
			overflow: hidden;
			color: inherit;
			text-decoration: none;
		}
		.bi6_item:hover {color: #ed1b2f;}
			.bi6_thumb {
				padding-top: 63%;
				position: relative;
			}
				.bi6_thumb img {
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					object-fit: cover;
					position: absolute;
					top: 0;
					left: 0;
				}
			.bi6_title {
				background: #fff;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				min-height: 5.34em;
				padding: 15px 20px;
				font-size: 15px;
				line-height: 1.15;
				text-align: center;
			}

	.c_wr6 {
		padding: 30px 0;
		position: relative;
	}
		.c_wr6 .in {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 360px 1fr;
			grid-template-columns: 360px 1fr;
			grid-column-gap: 30px;
		}
			.c_wr6_col {position: relative;}

	.b_info7 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 16px;
	}
		.bi7_item {margin: 0 50px 10px 0;}
		.bi7_item:nth-last-child(2) {margin-left: auto;}
		.bi7_item:last-child {margin-right: 0;}
			.bi7_label {color: #838383;}
			.bi7_item a {
				margin-right: 0.25em;
				color: inherit;
				text-decoration: none;
			}
			.bi7_item a:last-child {margin-right: 0;}
			.bi7_item a:hover,
			.bi7_item a.active {color: #ed1b2f;}

	.b_info7.v1 {
		position: absolute;
		top: -76px;
		right: 0;
		letter-spacing: normal;
	}

	.filter_ctrl {
		background: #fff;
		display: none;
		padding: 5px;
		border-radius: 6px;
		position: absolute;
		bottom: -5px;
		right: 10px;
		z-index: 200;
		cursor: pointer;
	}
		.filter_ctrl .ico {
			width: 24px;
			height: 24px;
			fill: #000;
		}

	.b_filter {
		padding: 20px 35px 0 0;
		line-height: 1.2;
		letter-spacing: normal;
	}
		.bf_item {margin-bottom: 37px;}
		.bf_item:last-child {margin-bottom: 0;}
			.bf_title {margin-bottom: 0.9em;}
			.bf_descr {padding-top: 7px;}
				.bf_list {
					margin: 0;
					padding: 0;
					list-style: none;
				}
					.bf_list li {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-align: start;
						-ms-flex-align: start;
						align-items: flex-start;
						margin-bottom: 0.7em;
					}
					.bf_list li:last-child {margin: 0;}
						.bf_list label span {color: #838383;}

				.bf_cost {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
				}
					.bf_cost .floating-label {
						-ms-flex-preferred-size: 50%;
						flex-basis: 50%;
					}
						.bf_cost .f_input {border-radius: 0;}
						.bf_cost .floating-label:first-child .f_input {
							border-top-left-radius: 5px;
							border-bottom-left-radius: 5px;
						}
						.bf_cost .floating-label:last-child .f_input {
							border-top-right-radius: 5px;
							border-bottom-right-radius: 5px;
						}
					.bf_cost .floating-label + .floating-label .f_input {border-left-width: 0;}

	.pagination {
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 13px 30px;
		border-radius: 6px;
		line-height: 1.2;
	}
		.pg_nav {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			color: inherit;
			text-decoration: none;
		}
		.pg_nav:hover {color: #d71921;}

		.pg_prev {margin-right: 5px;}
		.pg_next {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1;
			margin-left: 5px;
		}
			.pg_prev [class^="icon-"] {margin-right: 0.8em;}
			.pg_next [class^="icon-"] {margin-left: 0.8em;}

		.pg_num {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}
			.pg_num a {
				background: #d71921;
				width: 40px;
				height: 40px;
				margin: 5px 13px;
				border-radius: 50%;
				line-height: 40px;
				color: #fff;
				text-align: center;
				text-decoration: none;
			}
			.pg_num a:link,
			.pg_num a:visited {
				background: none;
				color: #252733;
			}
			.pg_num a:hover {
				background: #d71921;
				color: #fff;
			}

	.prod_wr {
		padding: 45px 0 50px 0;
		position: relative;
	}
		.prod_wr .in {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 1fr minmax(480px, 0.84fr);
			grid-template-columns: 1fr minmax(480px, 0.84fr);
		}
			.prod_wr_col:nth-child(1) {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 100px 1fr;
				grid-template-columns: 100px 1fr;
				grid-gap: 15px;
				max-height: 588px;
				margin-right: 80px;
			}
			.prod_wr_col:nth-child(2) {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				.prod_thumb {
					min-width: 0;
					position: relative;
				}
					.prod_thumb .b_labels {
						position: absolute;
						top: 10px;
						left: 10px;
						z-index: 1;
					}
					.prod_thumb .b_fav {
						position: absolute;
						top: 16px;
						right: 16px;
						z-index: 1;
					}
					.carousel_b {
						background: #fff;
						height: 100%;
						border-radius: 6px;
						overflow: hidden;
					}
						.carousel_b .slick-list,
						.carousel_b .slick-track {height: 100%;}
							.carousel_b .slick-slide {
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								padding: 37px;
							}
								.carousel_b img {
									max-height: 514px;
									margin: auto;
								}

				.carousel_s {
					-ms-grid-column: 1;
					grid-column: 1;
					-ms-grid-row: 1;
					grid-row: 1;
					overflow: hidden;
				}
					.carousel_s .slick-list {margin: -6px 0;}
						.carousel_s .slick-slide {
							background: #fff;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							height: 138px;
							margin: 6px 0;
							padding: 7px;
							border: 2px solid transparent;
							border-radius: 6px;
						}
						.carousel_s .slick-current {border-color: #ed1b2f;}
							.carousel_s img {margin: auto;}

					.carousel_s .slick-arrow {
						background: none;
						width: 100%;
						height: auto;
						border-radius: 0;
						-webkit-transform: none;
						-ms-transform: none;
						transform: none;
					}
					.carousel_s .slick-prev {
						padding-top: 20px;
						padding-bottom: 10px;
						top: 0;
						left: 0;
					}
					.carousel_s .slick-next {
						padding-top: 10px;
						padding-bottom: 20px;
						top: auto;
						bottom: 0;
						right: 0;
					}
					.carousel_s .slick-prev::before,
					.carousel_s .slick-next::before {font-size: 10px;}
					.carousel_s .slick-prev::before {content: "\e908";}
					.carousel_s .slick-next::before {content: "\e909";}

					.prod_descr_a {
						max-width: 565px;
						margin-bottom: 30px;
						font-size: 15px;
					}
						.prod_descr_a > :last-child {margin-bottom: 0;}

					.prod_descr_b {
						-webkit-box-flex: 1;
						-ms-flex-positive: 1;
						flex-grow: 1;
						line-height: 1.2;
					}

					.prod_descr_c {
						display: -ms-grid;
						display: grid;
						-ms-grid-columns: (1fr)[2];
						grid-template-columns: repeat(2, 1fr);
						grid-gap: 15px 20px;
						-webkit-box-align: end;
						-ms-flex-align: end;
						align-items: end;
						max-width: 490px;
					}
						.prod_descr_c .btn {
							padding-right: 15px;
							padding-left: 15px;
						}

					.prod_info_a {
						display: -ms-grid;
						display: grid;
						-ms-grid-columns: (-webkit-max-content)[2];
						-ms-grid-columns: (max-content)[2];
						grid-template-columns: repeat(2, -webkit-max-content);
						grid-template-columns: repeat(2, max-content);
						grid-column-gap: 50px;
						position: absolute;
						top: -90px;
						right: 40px;
					}
						.prod_avail {}
						.prod_avail [class^="icon-"] {
							margin-right: 0.5em;
							font-size: 1.1em;
						}
						.prod_avail.v1 [class^="icon-"] {color: #2a9216;}
						.icon-x-1{color:red !important;}
						.prod_art {}

					.prod_info_b {margin-bottom: 2em;}
						.prod_info_b th,
						.prod_info_b td {padding-bottom: 0.85em;}
						.prod_info_b th {
							padding-right: 36px;
							color: #838383;
						}
						.prod_info_b td {}

					.prod_info_c {
						margin-bottom: 2em;
						padding: 0;
						list-style: none;
					}
						.prod_info_c li {
							margin-bottom: 0.85em;
							padding-left: 1.6em;
							position: relative;
						}
						.prod_info_c li::before {
							content: "\e8fc";
							position: absolute;
							top: 0;
							left: 0;
							font-family: "fontello";
							font-size: 1.1em;
							line-height: 1;
							color: #838383;
						}

					.prod_qty {
						-ms-grid-column: 1;
						-ms-grid-column-span: 2;
						grid-column: 1/3;
						margin-bottom: 10px;
					}
						.prod_qty label {
							display: block;
							margin-bottom: 0.9em;
							line-height: 1.2;
							color: #838383;
						}
						.prod_qty .jq-number {width: calc(50% - 10px);}

					.prod_price {padding-bottom: 9px;}
						.prod_price .price_old_info {
							margin: 0 1.55em 0 0;
							font-size: 11px;
						}
						.prod_price .price_old {font-size: 18px;}
						.prod_price .price {
							-ms-flex-preferred-size: 100%;
							flex-basis: 100%;
							margin-top: 0.55em;
							font-size: 24px;
						}

	.prod_wr.v1 .in {
		-ms-grid-columns: 1fr minmax(480px, 0.65fr) 230px;
		grid-template-columns: 1fr minmax(480px, 0.65fr) 230px;
	}
		.prod_wr.v1 .prod_wr_col:nth-child(1) {margin-right: 60px;}
		.prod_wr.v1 .prod_wr_col:nth-child(2) {
			padding-right: 30px;
			padding-left: 0;
			border-right: 1px solid #e0e0e0;
		}
		.prod_wr.v1 .prod_wr_col:nth-child(3) {
			padding-top: 5px;
			padding-left: 20px;
		}
			.prod_wr.v1 .prod_wr_col:nth-child(3) .title4 {margin-bottom: 1.2em;}

	.c_wr7 {
		background: #fff;
		padding: 70px 0 50px 0;
		font-size: 15px;
	}
		.c_wr7 .tab_content {max-width: 1110px;}

	.c_wr8 {padding: 70px 0 70px 0;}

	.fancybox-slide--html {padding: 10px;}

	.fancybox-bg {background: #000;}
	.fancybox-is-open .fancybox-bg {opacity: 0.6;}

	.fancybox-content {
		width: 100%;
		border-radius: 6px;
	}

	.fancybox-close-small {
		background: #f2f2f2;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		opacity: 1;

	}
	.fancybox-slide--html .fancybox-close-small {
		padding: 5px;
		top: 26px;
		right: 26px;
		color: #797979;
	}

	.popup_head {
		margin-bottom: 1.6em;
		text-align: center;
	}

	.popup_a {
		max-width: 746px;
		padding: 35px 60px 50px 60px;
	}

	.popup_b {
		max-width: 746px;
		padding: 35px 35px 20px 35px;
	}
		.popup_b .scroll-pane {max-height: 380px;}
		.popup_b .scroll-pane.jspScrollable {
			width: calc(100% + 16px);
			margin-right: -16px;
		}

	.form_a {}
		.form_a_item {margin-bottom: 15px;}
		.form_a_item:last-of-type {margin-bottom: 0;}
			.form_a_item .title3 {margin-bottom: 1em;}

		.form_a .b_btn {padding-top: 15px;}
			.form_a .b_btn .btn {min-width: 184px;}

	.b_info8 {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 84px 1fr (auto)[2];
		grid-template-columns: 84px 1fr repeat(2, auto);
		grid-gap: 10px 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 15px;
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
	}
		.bi8_thumb {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 84px;
			height: 84px;
		}
			.bi8_thumb img {
				max-height: 100%;
				margin: auto;
			}
		.bi8_title {}
		.bi8_qty {}
		.bi8_total {}

	.switch_a {
		display: block;
		cursor: pointer;
	}
		.switch_a input {display: none;}
		.sw_a_in {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: minmax(120px, 1fr) minmax(110px, 1fr) minmax(65px, 0.5fr);
			grid-template-columns: minmax(120px, 1fr) minmax(110px, 1fr) minmax(65px, 0.5fr);
			grid-gap: 10px 20px;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			height: 100%;
			padding: 10px 15px;
			border: 1px solid #dcdcdc;
			border-radius: 5px;
			letter-spacing: -0.025em;
			-webkit-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
			.sw_a_thumb {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-negative: 0;
				flex-shrink: 0;
				width: 120px;
				height: 50px;
			}
				.sw_a_thumb img {
					max-height: 50px;
					margin: auto;
				}
			.sw_a_descr_a {}
			.sw_a_descr_b {}
		.switch_a input:checked + .sw_a_in {
			border-color: #ed1b2f;
			-webkit-box-shadow: inset 0 0 0 1px #ed1b2f;
			box-shadow: inset 0 0 0 1px #ed1b2f
		}

	.b_info9 {margin-bottom: 15px;}
		.b_info9 .switch_a {margin-bottom: 10px;}
		.b_info9 .switch_a:last-child {margin-bottom: 0;}

	.b_info10 {}
		.bi10_item {
			background: #fff;
			display: block;
			margin-bottom: 8px;
			padding: 18px 15px;
			border-radius: 6px;
			color: inherit;
			text-align: center;
			text-decoration: none;
		}
		.bi10_item:last-child {margin-bottom: 0;}
			.bi10_thumb {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 115px;
				height: 115px;
				margin: 0 auto 12px auto;
			}
				.bi10_thumb img {
					max-height: 100%;
					margin: auto;
				}
			.bi10_title {line-height: 1.15;}

	.c_wr9 {
		background: #fff;
		padding-bottom: 45px;
	}

	.c_wr10 {
		background: #fff;
		padding-bottom: 60px;
	}

	.c_wr11 {padding: 45px 0;}
		.c_wr11 .in {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 1fr minmax(290px, 24%);
			grid-template-columns: 1fr minmax(290px, 24%);
			grid-column-gap: 30px;
		}
			.c_wr11_col {}

	.b_info11 {}
		.bi11_item {
			background: #fff;
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 157px minmax(200px, 1.06fr) 1fr auto;
			grid-template-columns: 157px minmax(200px, 1.06fr) 1fr auto;
			grid-gap: 10px 30px;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: start;
			margin-bottom: 10px;
			padding: 35px 40px 25px 40px;
			border-radius: 5px;
			position: relative;
			line-height: 1.2;
		}
		.bi11_item:last-child {margin-bottom: 0;}

			.bi11_item .b_labels {
				position: absolute;
				top: 10px;
				left: 12px;
			}

			.bi11_thumb {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 157px;
				height: 157px;
			}
				.bi11_thumb img {
					max-height: 100%;
					margin: auto;
				}

			.bi11_descr_a {padding-top: 45px;}
				.bi11_title {margin-bottom: 1.5em;}
					.bi11_title a {
						color: inherit;
						text-decoration: none;
					}
					.bi11_title a:hover {color: #ed1b2f;}

				.bi11_price .price {
					min-width: 6em;
					font-size: 13px;
				}

			.bi11_descr_b {padding-top: 32px}
				.bi11_qty {margin-bottom: 1.5em;}
					.bi11_qty .jq-number {
						width: 100%;
						max-width: 150px;
					}
				.bi11_total {line-height: 1;}

			.bi11_item .btn_del {margin-top: 32px;}

	.b_info12 {
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: 320px;
		padding: 35px 30px 30px 30px;
		border-radius: 5px;
		position: -webkit-sticky;
		position: sticky;
		top: 45px;
		line-height: 1.2;
	}
		.bi12_head {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			padding-bottom: 18px;
		}
			.bi12_head .title4 {
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				margin-right: 20px;
				margin-bottom: 0.5em;
			}
		.b_info12 .f_row {margin-bottom: 28px;}
		.bi12_descr_a {
			margin-bottom: 20px;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}
			.bi12_descr_a table {width: 100%;}
				.bi12_descr_a th,
				.bi12_descr_a td {padding-bottom: 0.75em}
				.bi12_descr_a th {
					padding-right: 20px;
					color: #838383;
				}
				.bi12_descr_a td {
					text-align: right;
					white-space: nowrap;
				}

		.bi12_descr_b {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			margin-bottom: 18px;
			font-weight: 600;
			font-size: 16px;
		}
		.b_info12 .b_btn {}
			.b_info12 .b_btn .btn {width: 100%;}

	.switch_b {
		display: block;
		cursor: pointer;
	}
		.switch_b input {display: none;}
		.sw_b_in {
			background: #fff;
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 1fr auto;
			grid-template-columns: 1fr auto;
			grid-column-gap: 20px;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			min-height: 224px;
			padding: 30px 50px;
			border: 2px solid transparent;
			border-radius: 5px;
			position: relative;
			line-height: 1.8;
			-webkit-transition: border-color 0.3s ease;
			-o-transition: border-color 0.3s ease;
			transition: border-color 0.3s ease;
		}
			.sw_b_descr_wr {
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
			}
				.sw_b_title {
					display: block;
					margin-bottom: 1.5em;
				}
				.sw_b_descr_a {
					display: block;
					margin-bottom: 1.5em;
				}
				.sw_b_descr_b {
					display: -ms-grid;
					display: grid;
					-ms-grid-columns: (minmax(110px, -webkit-max-content))[2];
					-ms-grid-columns: (minmax(110px, max-content))[2];
					grid-template-columns: repeat(2, minmax(110px, -webkit-max-content));
					grid-template-columns: repeat(2, minmax(110px, max-content));
					grid-column-gap: 20px;
				}
					.sw_b_descr_b span {}
			.sw_b_ico {
				background: #f2f2f2;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-negative: 0;
				flex-shrink: 0;
				width: 142px;
				height: 142px;
				border-radius: 50%;
				-webkit-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
				.sw_b_ico .ico {
					width: 38px;
					height: 38px;
					margin: auto;
					fill: #a9a9a9;
				}
		.switch_b input:checked + .sw_b_in {border-color: #ed1b2f;}
		.switch_b input:checked + .sw_b_in .sw_b_ico {
			background: #ed1b2f;
			border-radius: 5px;
		}
		.switch_b input:checked + .sw_b_in .sw_b_ico .ico {fill: #fff;}

	.switch_c {
		display: block;
		cursor: pointer;
	}
		.switch_c input {display: none;}
		.sw_c_in {
			background: #fff;
			display: block;
			height: 100%;
			min-height: 186px;
			padding: 42px 20px 20px 20px;
			border: 1px solid #e0e0e0;
			border-radius: 5px;
			position: relative;
			line-height: 1.8;
			-webkit-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
			.sw_c_ico {
				background: #f2f2f2;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 40px;
				height: 40px;
				border-radius: 50%;
				position: absolute;
				top: 12px;
				right: 12px;
				-webkit-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
				.sw_c_ico .ico {
					width: 24px;
					height: 24px;
					margin: auto;
					fill: #a9a9a9
				}
			.sw_c_title {
				display: block;
				margin-bottom: 1.5em;
			}
			.sw_c_descr {
				display: block;
				color: #838383;
			}
		.switch_c input:checked + .sw_c_in {
			border-color: #ed1b2f;
			-webkit-box-shadow: inset 0 0 0 1px #ed1b2f;
			box-shadow: inset 0 0 0 1px #ed1b2f
		}
		.switch_c input:checked + .sw_c_in .sw_c_ico {
			background: #ed1b2f;
			border-radius: 5px;
		}
		.switch_c input:checked + .sw_c_in .sw_c_ico .ico {fill: #fff;}

	.b_info13 {margin-bottom: 40px;}
		.b_info13 .switch_b {margin-bottom: 10px;}
		.b_info13 .switch_b:last-child {margin-bottom: 0;}

	.b_info14 {}
		.bi14_item {
			background: #fff;
			margin-bottom: 40px;
			padding: 38px 30px;
			border-radius: 5px;
		}
		.bi14_item:last-child,
		.bi14_item > :last-child {margin-bottom: 0;}
			.bi14_title {
				margin-bottom: 1.2em;
				letter-spacing: normal;
			}
			.bi14_label {
				margin-bottom: 1.2em;
				line-height: 1.2;
				letter-spacing: normal;
			}
				.f_check {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
				}

	.b_info15 {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
		grid-gap: 10px 20px;
	}
		.b_info15 .switch_c {}

	.c_wr12 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 45px 0;
	}

	.b_info16 {
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		max-width: 750px;
		min-height: 530px;
		margin: 0 auto;
		padding: 65px 40px 40px 40px;
		border-radius: 5px;
		line-height: 1.2;
		text-align: center;
	}
		.bi16_title {margin-bottom: 2em;}
		.bi16_num {
			background: #202020;
			min-width: 230px;
			margin-bottom: 30px;
			padding: 20px 20px;
			border-radius: 5px;
			font-size: 12px;
			line-height: 1;
			color: #fff;
			letter-spacing: 0.1em;
			text-transform: uppercase;
		}
			.bi16_num b {
				display: block;
				font-weight: 800;
				font-size: 72px;
				letter-spacing: 0.025em;
			}
		.b_info16 .b_btn {}
			.b_info16 .b_btn .btn {width: 230px;}
		.bi16_hint {margin-top: 65px;}

	.b_info17 {
		background: #fff url(../img/logo_bkg.svg) center 45% / 72% auto no-repeat;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		max-width: 750px;
		min-height: 530px;
		margin: 0 auto;
		padding: 40px;
		border-radius: 5px;
	}
		.bi17_title {
			margin-bottom: 1.05em;
			text-align: center;
		}
		.table1 {
			width: 100%;
			line-height: 1.2;
		}
			.table1 tr {border-bottom: 1px solid #e0e0e0;}
			.table1 tr:last-child {border: none;}
				.table1 th,
				.table1 td {
					padding-top: 0.35em;
					padding-bottom: 0.35em;
				}
				.table1 th {padding-right: 20px;}
				.table1 td {
					text-align: right;
					word-break: break-word;
				}
					.table1 p {margin-bottom: 0.8em;}
					.table1 p:last-child {margin-bottom: 0;}
		.bi17_descr_a {
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			margin-bottom: 35px;
		}
		.bi17_descr_b {font-weight: 900;}
			.bi17_descr_b th {font-weight: inherit;}
		.b_info17 .b_btn {margin-top: 35px;}
			.b_info17 .b_btn .btn {
				width: 100%;
				padding-right: 30px;
				padding-left: 30px;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				text-align: left;
			}
				.b_info17 .b_btn .btn span {min-width: 8.3em;}

	.c_wr13 {
		background: #e3b684 url(../img/bkg2.jpg) center / cover no-repeat;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 35px 0;
	}

	.b_info18 {
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 750px;
		min-height: 666px;
		margin-left: auto;
		padding: 45px 40px 40px 40px;
		border-radius: 5px;
	}
		.bi18_head {
			margin-bottom: 20px;
			text-align: center;
		}
			.bi18_head .title1 {margin-bottom: 0.35em;}
			.bi18_head > :last-child {margin-bottom: 0;}

			.bi18_head a {text-decoration: none;}
			.bi18_head a:hover {text-decoration: underline;}

		.b_info18 p {margin-bottom: 1.2em}

		.bi18_soc_wr {
			margin-top: 30px;
			padding-top: 25px;
			border-top: 1px solid #e0e0e0;
			text-align: center;
		}
			.bi18_social {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
			}
				.bi18_social a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-flex: 1;
					-ms-flex-positive: 1;
					flex-grow: 1;
					height: 46px;
					padding: 10px;
					border: 1px solid #e0e0e0;
				}
				.bi18_social a + a {border-left-width: 0;}
				.bi18_social a:first-child {
					border-top-left-radius: 5px;
					border-bottom-left-radius: 5px;
				}
				.bi18_social a:last-child {
					border-top-right-radius: 5px;
					border-bottom-right-radius: 5px;
				}
					.bi18_social img {
						max-height: 18px;
						margin: auto;
					}

		.bi18_change_pass {margin-top: 60px;}

	.b_info18.v1 {
		margin: 0 auto;
		min-height: auto;
	}

	.form_b {
		width: 100%;
		max-width: 490px;
		margin: 0 auto;
	}
		.form_b .b_btn {padding-top: 13px;}
			.form_b .b_btn .btn {min-width: 184px;}

	.c_wr14 {padding: 40px 0;}

	.b_info19 {
		background: #fff;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: .8fr 1.2fr;
		grid-template-columns: .8fr 1.2fr;
    	grid-column-gap: 20px;
		padding: 55px 20px;
		border-radius: 5px;
	}
		.bi19_col {}
			.bi19_item {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				margin-bottom: 30px;
				padding-bottom: 30px;
				border-bottom: 1px solid #e0e0e0;
			}
			.bi19_item:last-child {
				margin-bottom: 0;
				padding-bottom: 0;
				border: none;
			}
				.bi19_thumb {
					-ms-flex-negative: 0;
					flex-shrink: 0;
					width: 204px;
					height: 142px;
					margin-right: 25px;
					border-radius: 5px;
					overflow: hidden;
				}
					.bi19_thumb img {
						width: 100%;
						height: 100%;
						-o-object-fit: cover;
						object-fit: cover;
					}
				.bi19_descr {
					-webkit-box-flex: 1;
					-ms-flex-positive: 1;
					flex-grow: 1;
					color: #838383;
				}
					.bi19_descr .title5 {color: #000;}
					.bi19_descr > :last-child {margin-bottom: 0;}

				.bi19_map {
					height: 100%;
					min-height: 555px;
					border-radius: 5px;
					overflow: hidden;
					position: relative;
				}
					.bi19_map img {
						width: 100%;
						height: 100%;
						-o-object-fit: cover;
						object-fit: cover;
						position: absolute;
						top: 0;
						left: 0;
					}
					.bi19_map iframe {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						left: 0;
					}

	.c_wr15 {}
		.c_wr15 .b_info7 {margin-top: -12px;}

	.table2 {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 5px;
	}
		.table2 td {
			background: #fff;
			padding: 30px 15px 35px 15px;
		}
		.table2 td:first-child {
			padding-left: 40px;
			border-top-left-radius: 5px;
			border-bottom-left-radius: 5px;
		}
		.table2 td:last-child {
			padding-right: 40px;
			border-top-right-radius: 5px;
			border-bottom-right-radius: 5px;
		}

		.table2 td.tbl1_ctrl {
			width: 82px;
			vertical-align: middle;
		}

		.table2 a {
			color: inherit;
			text-decoration: none;
		}
		.table2 a:hover {color: #ed1b2f;}

		.tbl1_stat {color: #838383;}

	.table3 {
		width: 100%;
		max-width: 310px;
		line-height: 1.15;
	}
		.table3 th,
		.table3 td {padding-bottom: 0.5em; width: 50%;}
		.table3 th {padding-right: 20px;}
		.table3 tfoot td {padding-top: 1.6em;}
			.tbl3_stat {color: #838383;}

	.b_info20 {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: auto 1fr;
		grid-template-columns: auto 1fr;
		grid-column-gap: 50px;
		width: 90%;
		max-width: 590px;
		margin-bottom: 21px;
		position: relative;
	}
		.bi20_descr {padding-right: 30px;}
			.bi20_descr .btn_repeat {
				position: absolute;
				top: -4px;
				right: 0;
			}

	.table4 {
		width: 100%;
		border-top: 1px solid #e0e0e0;
		line-height: 1.15;
	}
		.table4 tr {border-bottom: 1px solid #e0e0e0;}
			.table4 td {
				height: 100px;
				padding: 33px 20px 33px 0;
			}
			.table4 td:last-child {padding-right: 20px;}
			.table4 td:nth-child(1) {
				width: 66px;
				padding-top: 0;
				padding-bottom: 0;
				vertical-align: middle;
			}
				.tbl4_thumb {width: 46px;}

	.c_wr16 {padding: 28px 0 40px 0}

	.bi21_opt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 15px;
		line-height: 1.2;
		letter-spacing: normal;
	}
		.bi21_opt_item {margin: 0 50px 10px 0;}
		.bi21_opt_item:last-child {
			margin-right: 0;
			margin-left: auto;
		}
			.bi21_opt_item a {
				color: #838383;
				text-decoration: none;
			}
			.bi21_opt_item a:hover {color: #000;}
			.bi21_opt_item a.lnk_v3 {color: #000;}
				.bi21_opt_item .ico {
					width: 18px;
					height: 18px;
				}
			.bi21_opt_item.active a {color: #000;}

	.b_info21_wr {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: minmax(220px, 1fr) 3fr;
		grid-template-columns: minmax(220px, 1fr) 3fr;
	}
		.bi21_col:nth-child(1) {padding-right: 30px;}
		.bi21_col:nth-child(2) {min-width: 0;}

			.b_info21 {}
				.bi21_item {
					background: #fff;
					padding: 45px 30px 8px 30px;
					border-radius: 6px;
					position: relative;
				}
					.bi21_item .b_labels {
						position: absolute;
						top: 10px;
						left: 10px;
					}
					.bi21_item .b_fav {
						position: absolute;
						top: 10px;
						right: 10px;
					}
					.bi21_thumb {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						height: 300px;
						margin-bottom: 18px;
					}
						.bi21_thumb img {
							max-height: 100%;
							margin: auto;
						}
					.bi21_descr_a {
						height: 64px;
						margin-bottom: 20px;
						padding-right: 45px;
						position: relative;
					}
						.bi21_title {
							height: 2.4em;
							margin-bottom: 0.8em;
							overflow: hidden;
							font-size: 15px;
							line-height: 1.2;
						}
							.bi21_title a {
								color: inherit;
								text-decoration: none;
							}
							.bi21_title a:hover {color: #ed1b2f;}
						.bi21_btn {
							position: absolute;
							top: 0;
							right: -10px;
						}
							.bi21_btn .btn.v3 {
								padding-right: 13px;
								padding-left: 13px;
							}
								.bi21_btn .btn.v3 .ico {margin: 0;}
					.bi21_descr_b {
						margin: 0 -60px 0 -30px;
						padding: 0;
						list-style: none;
						line-height: 1.2;
						letter-spacing: normal;
					}
						.bi21_descr_b li {
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-align: center;
							-ms-flex-align: center;
							align-items: center;
							height: 40px;
							padding: 4px 60px 4px 30px;
							border-top: 1px solid #e0e0e0;
						}

					.bi21_descr_c {
						margin: 447px -30px 0 -40px;
						padding: 0;
						list-style: none;
						line-height: 1.2;
						color: #838383;
						letter-spacing: normal;
						text-transform: uppercase;
					}
						.bi21_descr_c li {
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-align: center;
							-ms-flex-align: center;
							align-items: center;
							height: 40px;
							padding: 4px 60px 4px 40px;
							border-top: 1px solid #e0e0e0;
						}

	.carousel2 {
		overflow: hidden;
	}
		.carousel2 .slick-list {margin: 0 -15px}
			.carousel2 .slick-track {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
			}
				.carousel2 .slick-slide {
					height: auto;
					margin: 0 15px;
				}

		.carousel2 .slick-arrow {
			top: 170px;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
		}

/* -------------------------------
	Footer
------------------------------- */
#footer {
	background: #f3f3f3;
	padding: 70px 0 35px 0;
	position: relative;
	line-height: 1.4;
}

	#footer > .in {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 0.93fr (2fr)[2] 1fr;
		grid-template-columns: 0.93fr repeat(2, 2fr) 1fr;
		grid-column-gap: 30px;
	}

		.f_col:nth-child(3) {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}
			.f_logo {
				margin: -5px 0 1.8em 0;
				font-size: 16px;
				line-height: 1.15;
			}
				.f_logo img {width: 100px;}

			.f_col .title4 {margin-bottom: 1.8em;}
			.f_col p {margin-bottom: 0.75em;}

			.f_menu {
				margin: 0;
				padding: 0;
				list-style: none;
			}
				.f_menu li {
					margin-bottom: 1.35em;
					-webkit-column-break-inside: avoid;
					-moz-column-break-inside: avoid;
					break-inside: avoid;
				}
					.f_menu a {
						color: inherit;
						text-decoration: none;
					}
					.f_menu a:hover {color: #ed1b2f;}

			.f_menu.v1 {
				-webkit-column-count: 2;
				-moz-column-count: 2;
				column-count: 2;
				-webkit-column-gap: 30px;
				-moz-column-gap: 30px;
				column-gap: 30px;
			}

			.f_phone {
				margin-bottom: 25px;
				line-height: 1.15;
			}
				.f_phone .phone {
					border-bottom: 3px solid #ed1b2f;
					font-size: 16px;
				}

			.f_social {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
			}
				.f_social a {
					background: #fff;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					width: 54px;
					height: 54px;
					padding: 10px;
					margin: 0 8px 1.35em 0;
					border-radius: 5px;
				}
				.f_social a:last-child {margin-right: 0;}
					.f_social img {
						max-height: 18px;
						margin: auto;
					}

			.f_info {color: #838383;}
				.f_info a {
					color: inherit;
					text-decoration: none;
				}
				.f_info a:hover {color: #ed1b2f;}

				.copy {margin-bottom: 27px;}

				.dev {margin-bottom: 35px;}

			.f_cards {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
			}
				.f_cards img {
					max-height: 40px;
					margin-right: 40px;
				}
				.f_cards img:last-child {margin-right: 0;}

#footer.v1 {border-top: 1px solid #e0e0e0;}


.product-features {
	display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}

.feature-name {
	font-weight: bold;
}

.category-nothing-found {
	width: 100%; 
    text-align: center;
    margin-top: 45px;
    font-weight: bold;
}
    .description_content{
       margin-top:10px;
        padding-right:100px;
        padding-left:100px;
        font-size:14px;
        display: -webkit-box;
		display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        vertical-align:middle;
    }
    .description_content h3{
        float:left;
        text-transform:uppercase;
        margin-bottom:10px;
    }
    
    .expand-button {
  cursor: pointer;
  display: block;
 
    border-radius: 3px;
  color: red;
  padding: 0.25rem 0.5rem;
  margin-top: -30px;
  margin-left:10px;
    z-index: 99;
    }
  



.description_body {
  position: relative;
  padding: 10px 20px;
  max-height: 153px;
  overflow: hidden;
  border-radius:6px;
  transition: max-height 1s ease;
  background-color:#fff;
}
 .description_body.expanded {
    max-height: 100vh;
  }


.gradient::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255,1));
}
  
@media screen and (min-width: 1600px) {
   
    
	.in {
		padding-right: 40px;
		padding-left: 40px;
	}

	.h_menu3 li {margin-right: 27px;}
}

@media screen and (max-width: 1480px) {
	.bi3_item,
	.bi6_item {width: calc(100% / 3 - 30px);}

	.b_info3.v1 .bi3_item {width: calc(100% / 2 - 30px);}

	.prod_wr_col:nth-child(1),
	.prod_wr.v1 .prod_wr_col:nth-child(1) {margin-right: 30px;}

	.prod_info_a {right: 30px;}

	.bi21_descr_c {margin-left: -30px}
		.bi21_descr_c li {padding-left: 30px;}
}

@media screen and (max-width: 1300px) {
	.carousel {
		padding-right: 76px;
		padding-left: 76px;
	}

	.prod_wr .in {display: block;}
		.prod_wr_col {
			max-width: 750px;
			margin-right: auto;
			margin-left: auto;
		}
		.prod_wr_col:nth-child(1) {
			max-height: none;
			margin-bottom: 30px;
		}
		.prod_wr_col:nth-child(1),
		.prod_wr.v1 .prod_wr_col:nth-child(1) {margin-right: auto;}
		.prod_wr.v1 .prod_wr_col:nth-child(2) {
			margin-bottom: 30px;
			padding: 0 0 30px 0;
			border-right-width: 0;
			border-bottom: 1px solid #e0e0e0;
		}
		.prod_wr.v1 .prod_wr_col:nth-child(3) {padding: 0;}

		.prod_descr_a,
		.prod_descr_c {max-width: none;}

		.prod_info_a {
			margin-bottom: 20px;
			position: static;
		}

	.b_info10 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}
		.bi10_item {
			-ms-flex-preferred-size: 170px;
			flex-basis: 170px;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			margin: 0 5px 10px 5px;
		}
		.bi10_item:last-child {margin-bottom: 10px;}
}

@media screen and (max-width: 1280px) {
	.h_city,
	.h_phone,
	.h_lang,
	.h_logo,
	.search_form_wr,
	.hm2_item {margin-right: 25px;}
	.h_phone {padding-right: 25px;}

	.h_menu1 li {margin-right: 25px;}
	.h_menu3 li {margin-right: 20px;}

	.bi1_descr_wr {
		padding-right: 30px;
		padding-left: 30px;
	}
		.bi1_discount {margin-right: 30px;}

	.slider .slick-dots {right: 25px;}
		.slick-dots button {width: 60px;}

	.bi4_thumb_descr {padding-left: 30px;}

	.bi11_item,
	.sw_b_in {
		padding-right: 30px;
		padding-left: 30px;
	}

	.b_info19 {
		grid-column-gap: 30px;
		padding: 30px;
	}

	.table2 td:first-child {padding-left: 30px;}
	.table2 td:last-child {padding-right: 30px;}

	.b_info21_wr {
		-ms-grid-columns: minmax(220px, 1fr) 2fr;
		grid-template-columns: minmax(220px, 1fr) 2fr;
	}

	#footer > .in {
		grid-column-gap: 25px;
	}

	.f_menu.v1 {-webkit-column-gap: 25px;-moz-column-gap: 25px;column-gap: 25px;}
}

@media screen and (max-width: 1124px) {
	.in {
		padding-right: 15px;
		padding-left: 15px;
	}
    
	.h_city,
	.h_phone,
	.h_lang,
	.h_logo,
	.search_form_wr,
	.hm2_item {margin-right: 20px;}
	.h_phone {padding-right: 20px;}

	.h_menu1 li {margin-right: 20px;}

	#header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
		.h_row1,
		.h_row3 {display: none;}
		.h_row2 {border-bottom: none;}

	.m_ctrl {display: block;}

	.bi3_item,
	.bi6_item {width: calc(100% / 2 - 30px);}

	.b_bnr {
		padding-right: 20px;
		padding-left: 20px;
	}

	.c_wr6 .in {display: block;}

	.b_info7.v1 {position: static;}

	.m_head .title1 {padding-right: 34px;}

	.bi7_item {margin-right: 30px;}

	.filter_ctrl {display: block;}

	.b_filter {
		background: #fff;
		display: none;
		width: calc(100% - 50px);
		max-width: 355px;
		max-height: 100vh;
		padding: 25px 15px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 200;
		overflow-y: auto;
		-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
	}

	.b_info3.v1 .bi3_item {width: calc(100% / 3 - 30px);}

	.c_wr11 .in {display: block;}

	.b_info12 {
		max-width: 780px;
		margin: 30px auto 0 auto;
	}

	.b_info13,
	.bi14_item {margin-bottom: 30px;}

	.b_info18 {margin: 0 auto;}

	.bi21_descr_c {margin-left: -15px}
		.bi21_descr_c li {padding-left: 15px;}

	.bi21_opt_item {margin-right: 30px;}

	#footer > .in {
		grid-column-gap: 20px;
	}

	.f_menu.v1 {-webkit-column-gap: 20px;-moz-column-gap: 20px;column-gap: 20px;}
}

@media screen and (max-width: 1024px) {
	.c_wr .in {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}

	.bi1_item {margin-bottom: 15px;}
		/*.bi1_descr_wr {height: auto;}*/

	.b_info2 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-right: -10px;
		margin-left: -10px;
	}
		.bi2_item {
			width: calc(50% - 20px);
			height: auto;
			margin: 0 10px;
			padding-top: 56%;
			position: relative;
		}
			.bi2_item img {
				position: absolute;
				top: 0;
				left: 0;
			}

	.slider .slick-dots {
		padding: 0;
		bottom: 0;
	}

	.b_info3,
	.b_info6 {
		margin-right: -10px;
		margin-left: -10px;
	}
		.bi3_item,
		.bi6_item {
			width: calc(100% / 2 - 20px);
			margin: 0 10px 20px 10px;
		}
		.bi3_item {height: auto;}
			.bi3_descr {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
			}
				.bi3_title {
					-ms-flex-preferred-size: 100%;
					flex-basis: 100%;
				}
				.bi3_btn {
					display: block;
					margin: 0;
					position: static;
					opacity: 1;
					
					
				}
					.bi3_btn .btn.v3 {
						min-height: auto;
						padding: 5px;
						font-size: 0;
					}
						.bi3_btn .btn.v3 .ico {margin: 0;}
					.bi3_btn .btn.v4 {display: none;}

	.b_info3.v1 .bi3_item {width: calc(100% / 2 - 20px);}

	.carousel1 {margin-bottom: 10px;}
		.carousel1 .slick-list {margin: 0 -10px;}
			.carousel1 .slick-track {padding-bottom: 30px;}
		.carousel1 .slick-arrow {top: 50%;}

	.b_info4 {
		margin-right: -10px;
		margin-left: -10px;
	}
		.bi4_item {
			width: calc(50% - 20px);
			margin: 0 10px 20px 10px;
		}

	.bi5_item {margin: 0 10px;}

	.carousel .slick-list {margin: 0 -10px;}

	.b_info19 {display: block;}
		.bi19_map {
			height: 40vw;
			min-height: 320px;
			margin-top: 30px;
		}

	.tbl_overflow .table2 {min-width: 970px;}

	.b_info21_wr {
		grid-column-gap: 20px;
	}
		.bi21_col:nth-child(1) {padding-right: 20px;}

		.bi21_item {
			padding-right: 20px;
			padding-left: 20px;
		}

		.bi21_descr_a {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			height: 78px;
			padding-right: 0;
		}
			.bi21_title {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
			}
			.bi21_btn {position: static;}
				.bi21_btn .btn.v3 {
					min-height: auto;
					padding: 5px;
				}

		.bi21_descr_b {
			margin-right: -40px;
			margin-left: -20px;
		}
			.bi21_descr_b li {
				padding-right: 40px;
				padding-left: 20px;
			}

		.bi21_descr_c {
			margin-top: 461px;
			margin-right: -40px;
		}
			.bi21_descr_c li {padding-right: 40px;}

		.carousel2 .slick-list {margin: 0 -10px}
			.carousel2 .slick-slide {margin: 0 10px;}

	#footer {padding: 30px 0;}
		#footer > .in {display: block;}
			.f_col:nth-child(1),
			.f_col:nth-child(2),
			.f_col .f_contacts,
			.f_col .dev,
			.f_col .f_cards {display: none;}

			.f_social {
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				margin-bottom: 10px;
			}

			.copy {
				margin: 0;
				text-align: center;
			}
}

@media screen and (max-width: 850px) {
  ._mw{
      max-width:100%;
  }
	.bi_item {padding-right: 50px;}
		.bi_descr {
			-ms-grid-columns: 1fr;
			grid-template-columns: 1fr;
			grid-row-gap: 10px;
			-ms-flex-line-pack: center;
			align-content: center;
			padding-top: 10px;

		}
			.bi_item .b_fav {
				position: absolute;
				top: 20px;
				right: 20px;
			}

	.bi11_item {
		-ms-grid-columns: 157px minmax(200px, 1fr) minmax(150px, 0.5fr);
		grid-template-columns: 157px minmax(200px, 1fr) minmax(150px, 0.5fr);
		grid-column-gap: 20px;
	}
		.bi11_item .btn_del {
			margin-top: 0;
			padding-right: 10px;
			padding-left: 10px;
			position: absolute;
			top: -6px;
			right: 0;
			/*font-size: 0;*/

		}
			.bi11_item .btn_del .ico {margin: 0;}

	.bi7_item:nth-last-child(2) {margin-left: 0;}

	.b_info21_wr {
		-ms-grid-columns: minmax(220px, 1fr) 1fr;
		grid-template-columns: minmax(220px, 1fr) 1fr;
	}

	.bi21_opt_item:last-child {margin-left: 0;}
}

@media screen and (max-width: 730px) {
    
    .trolley-popup__head {
    padding: 20px 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .trolley-popup__title {
    font-size: 18px;
  }
  
  .trolley-popup__products {
    padding: 20px 15px;
  }

    .h_row4{display:block;}
    .description_content{
        font-size:12px;
        padding:0 40px;
    }
	.product-features {
		display: grid !important;
	    grid-template-columns: repeat(2, 1fr);
	}
	.h_row2 .in {min-height: 46px;}

	.h_logo {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
		.h_logo img {width: 70px;}

	.h_row2 .search_form_wr {display: none;}

	.hm2_item {margin-right: 18px;}
		.hm2_item .ico {
			width: 20px;
			height: 20px;
		}

	.bi1_descr_wr {padding-bottom: 0;}
		.bi1_descr_a {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-ms-flex-preferred-size: auto;
			flex-basis: auto;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
			min-height: 336px;
			margin: 0;
			padding-bottom: 26px;
		}
			.bi1_discount {display: none;}
			.bi1_dsc_mob {
				display: block;
				height: 130px;
				-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30px 100%, 0% 100px);
				clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30px 100%, 0% 100px);
			}
				.bi1_dsc_num {font-size: 40px;}

			.bi1_title {
				padding-bottom: 0;
				font-size: 40px;
			}

	.bi1_descr_b,
	.bi1_descr_c {display: none;}

	.bi4_thumb_descr .ico {
		width: 72px;
		height: 72px;
		margin-bottom: 25px;
	}

	.filter_ctrl .ico {
		width: 20px;
		height: 20px;
	}

	.tabs_wr .tabs {margin-bottom: 25px;}
		.tabs_wr .ui-tabs-nav {font-size: 14px;}
			.tabs_wr .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
				padding-right: 0;
				padding-left: 0;
			}

	.popup_a {padding: 35px;}

	.sw_b_ico {
		width: 120px;
		height: 120px;
	}
}

@media screen and (max-width: 640px) {
	.bi3_item,
	.bi6_item {width: calc(100% - 20px);}

	.b_info3.v1 .bi3_item {width: calc(100% - 20px);}

	.bi3_desk {display: none;}
	.bi3_mob {display: block;}

	.b_info4 {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
		.bi4_item {
			width: auto;
			margin: 0 20px 20px 20px;
		}
			.bi4_thumb_wr {
				height: 75vw;
				min-height: 314px;
				max-height: 480px;
			}

	.prod_wr_col:nth-child(1) {display: block;}

	.prod_thumb {margin-bottom: 15px;}

	.carousel_s .slick-list {margin: 0 -6px;}
		.carousel_s .slick-track {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
			.carousel_s .slick-slide {
				height: auto;
				margin: 0 6px;
			}

	.carousel_s .slick-arrow {
		width: auto;
		height: 100%;
	}
	.carousel_s .slick-prev {padding: 0 10px;}
	.carousel_s .slick-next {padding: 0 10px;}
	.carousel_s .slick-prev::before {content: "\e906";}
	.carousel_s .slick-next::before {content: "\e907";}

	.b_info8 {
		-ms-grid-columns: 84px 130px 1fr;
		grid-template-columns: 84px 130px 1fr;
		padding: 10px 0;
	}
		.bi8_thumb {
			-ms-grid-row-span: 2;
			grid-row: span 2;
		}
		.bi8_title {
			-ms-grid-column-span: 2;
			grid-column: span 2;
		}

	.bi11_item {
		-ms-grid-columns: 157px 1fr;
		grid-template-columns: 157px 1fr;
	}
		.bi11_thumb {
			-ms-grid-row-span: 2;
			grid-row: span 2;
		}

		.bi11_descr_a,
		.bi11_descr_b {padding-top: 0;}

		.bi11_title,
		.bi11_qty {margin-bottom: 1em;}

	.b_info16,
	.b_info17,
	.b_info18 {
		min-height: auto;
		padding: 35px;
	}
		.bi16_hint {margin-top: 35px;}

	.b_info20 {
		grid-column-gap: 20px;
	}

	.b_info21_wr {display: block;}
		.bi21_col:nth-child(1) {display: none;}
}

@media screen and (max-width: 550px) {
	.title1,
	.title2 {font-size: 18px;}

	.title3 {font-size: 15px;}

	.title4 {font-size: 14px;}

	.title1 {margin-bottom: 0.8em;}

	.slick-arrow {
		width: 34px;
		height: 34px;
	}
	.slick-prev::before,
	.slick-next::before {font-size: 12px;}

	.slick-dots li {margin: 2px;}
		.slick-dots button {width: 26px;}

	.c_wr_head a.lnk_more {display: none;}
	.c_wr_head a.lnk_more_mob {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	.c_wr {padding-bottom: 20px;}

	.bi1_descr_wr {padding: 0 15px;}
		.bi1_dsc_mob {
			width: 106px;
			height: 110px;
			padding-bottom: 40px;
			-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30px 100%, 0% 80px);
			clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30px 100%, 0% 80px);
		}
			.bi1_dsc_num {font-size: 30px;}

		.bi1_title {font-size: 30px;}

	.slider .slick-dots {right: 10px;}

	.c_wr1 {padding-top: 18px;}

	.b_bnr {
		height: auto;
		margin-right: -15px;
		margin-left: -15px;
		padding-right: 15px;
		padding-left: 15px;
		border-radius: 0;
	}
		.b_bnr_descr {font-size: 14px;}

	.bi3_in {
		padding-top: 30px;
		padding-right: 25px;
		padding-left: 25px;
	}
		.bi3_thumb {
			height: 62vw;
			max-height: 300px;
			margin-bottom: 10px;
		}
		.bi3_title {font-size: 13px;}

	.c_wr3 {padding: 0;}

	.b_info4 {
		margin-right: -15px;
		margin-left: -15px;
	}
		.bi4_item {margin-bottom: 15px;}
		.bi4_item:last-child {margin-bottom: 0;}
			.bi4_thumb_wr {
				height: auto;
				min-height: auto;
				max-height: none;
				border-radius: 0;
			}
				.bi4_thumb_descr {
					min-width: 245px;
					padding: 45px 15px;
				}
				.bi4_thumb {
					width: 39%;
					padding-top: 49%;
				}
			.bi4_descr {display: none;}

	.c_wr4.v1::before {display: none;}
	.c_wr4 .in {min-height: auto;}

	.carousel {
		padding-right: 54px;
		padding-left: 54px;
	}

	.breadcrumbs {
		margin-bottom: 15px;
		font-size: 10px;
	}

	.c_wr5 {padding: 20px 0 5px 0;}

	.bi6_title {font-size: 14px;}

	.c_wr6,
	.prod_wr,
	.c_wr7,
	.c_wr11,
	.c_wr12,
	.c_wr13,
	.c_wr14 {padding: 20px 0;}

	.c_wr8 {padding: 20px 0 0 0;}

	.bf_item {margin-bottom: 25px;}
		.bf_title {margin-bottom: 0.5em;}

	.pagination {
		padding-right: 25px;
		padding-left: 25px;
	}
		.pg_num a {
			margin-right: 5px;
			margin-left: 5px;
		}

	.prod_descr_a,
	.c_wr7 {font-size: 14px;}

	.carousel_b .slick-slide {padding: 15px;}

	.tabs_wr .tabs {border-bottom-width: 0;}
		.tabs_wr .ui-tabs-nav {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
			.tabs_wr .ui-tabs-nav li {
				margin: 0;
				border-bottom: 1px solid #e0e0e0;
			}
				.tabs_wr .ui-tabs-nav .ui-tabs-anchor {
					padding-top: 0.6em;
					padding-bottom: 0.6em;
				}

	.carousel1 {margin-bottom: 0;}

	.fancybox-slide--html .fancybox-close-small {
		top: 15px;
		right: 15px;
	}

	.popup_a,
	.popup_b {padding: 25px;}

	.popup_head {margin-bottom: 1em;}

	.form_a_item {margin-bottom: 10px;}

	.c_wr9,
	.c_wr10 {padding-bottom: 0;}

	.c_wr10 .b_btn {padding-top: 30px;}

	.bi11_item {
		grid-column-gap: 15px;
		padding: 30px 15px 15px 15px;
	}

	.b_info12 {
		min-height: auto;
		margin-top: 15px;
		padding: 20px 15px;
	}

	.b_info13,
	.bi14_item {margin-bottom: 15px}

	.sw_b_in,
	.sw_c_in,
	.bi14_item,
	.b_info16,
	.b_info17,
	.b_info18 {padding: 20px 15px;}

	.sw_b_ico {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 12px;
		right: 12px;
	}
		.sw_b_ico .ico {
			width: 24px;
			height: 24px;
		}

	.sw_b_in,
	.sw_c_in {min-height: auto;}

	.sw_b_title,
	.sw_c_title {padding-right: 50px;}

	.sw_b_in {display: block;}
		.sw_b_descr_a {margin-bottom: 0.8em;}

	.bi16_title,
	.bi17_title {margin-bottom: 1.5em;}
	.bi16_num {margin-bottom: 15px;}
		.bi16_num b {font-size: 62px;}

	.b_info19 {padding: 15px;}
		.bi19_item {
			margin-bottom: 15px;
			padding-bottom: 15px;
		}
			.bi19_thumb {
				width: 150px;
				height: 104px;
				margin-right: 15px;
			}
		.bi19_map {margin-top: 15px;}

	.tabs_wr.v1 .tabs {padding-top: 0;}
	.tabs_wr.v1 .tab_content {padding-bottom: 20px;}

	.table2 td {
		padding-right: 8px;
		padding-left: 8px;
	}
	.table2 td:first-child {padding-left: 15px;}
	.table2 td:last-child {padding-right: 15px;}

	.b_info20 {display: block;}
}

@media screen and (max-width: 480px) {

	.c_wr .in {
		grid-gap: 10px;
	}

	.b_info2 {
		margin-right: -5px;
		margin-left: -5px;
	}
		.bi2_item {
			width: calc(50% - 10px);
			margin: 0 5px;
		}

	.b_info3,
	.b_info6 {
		margin-right: -5px;
		margin-left: -5px;
	}
		.bi3_item,
		.bi6_item {
			width: calc(100% - 10px);
			margin: 0 5px 15px 5px;
		}

	.bi3_mob .slick-list {
		margin-right: -5px;
		margin-left: -5px;
	}

	.b_bnr_descr {font-size: 13px;}

	.bi5_item {margin: 0 5px;}

	.carousel .slick-list {margin: 0 -5px;}

	.pagination {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
		.pg_next {
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0;
		}
		.pg_num {
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			margin-top: 15px;
		}

	.prod_descr_c {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.prod_qty {
		grid-column: auto;
	}
		.prod_qty .jq-number {width: 100%;}

	.prod_price {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
		text-align: center;
	}

	.popup_a {
		padding-right: 15px;
		padding-left: 15px;
	}

	.b_info8 {
		-ms-grid-columns: 60px 116px 1fr;
		grid-template-columns: 60px 116px 1fr;
		grid-column-gap: 15px;
	}
		.bi8_thumb {
			width: 60px;
			height: 60px;
		}
		.jq-number {width: 116px}

	.f_cols {display: block;}

	.f_cols.v1 .f_row:first-child .f_input,
	.f_cols.v1 .f_row:last-child .f_input {border-radius: 5px;}
	.f_cols.v1 .f_row + .f_row .f_input {border-left-width: 1px;}

	.sw_a_in {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		padding: 10px;
		text-align: center;
	}
		.sw_a_thumb {width: auto;}

	.b_info9 {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 10px;
	}
		.b_info9 .switch_a {margin-bottom: 0;}

	.bi11_item {
		-ms-grid-columns: 100px 1fr;
		grid-template-columns: 100px 1fr;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
		.bi11_thumb {
			width: 100px;
			height: 100px;
		}
		.bi11_price .price {min-width: auto;}

	.bi19_item {display: block;}
		.bi19_thumb {
			width: auto;
			height: auto;
			margin: 0 0 15px 0;
			padding-top: 70%;
			position: relative;
		}
			.bi19_thumb img {
				position: absolute;
				top: 0;
				left: 0;
			}

	.table4,
	.table4 tbody {display: block;}

	.table4 tr {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 46px 1fr 0.7fr 1fr;
		grid-template-columns: 46px 1fr 0.7fr 1fr;
		grid-gap: 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.table4 td {
		height: auto;
		padding: 0;
	}
	.table4 td:last-child {padding-right: 0;}

	.table4 td:nth-child(1) {
		-ms-grid-row-span: 2;
		grid-row: span 2;
	}
	.table4 td:nth-child(2) {
		-ms-grid-column-span: 3;
		grid-column: span 3;
	}
	.table4 td:nth-child(4) {text-align: center;}

	.b_info20 {width: auto;}
		.bi20_descr {padding-right: 0;}
			.bi20_descr .btn_repeat {
				top: auto;
				bottom: 0;
			}

	#footer {font-size: 11px;}
}

@media screen and (max-width: 360px) {
	.b_bnr_descr {font-size: 9px;}

	.prod_descr_a,
	.c_wr7 {font-size: 13px;}

	.bi11_price .price {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 0.5em;
	}
	.bi11_price .price_old_info {margin-left: 0;}

	.b_info17 .b_btn .btn span {min-width: auto;}

	.form_b .b_btn .btn {width: 100%;}
}

.item-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ffffff;
    height: 290px;
}

.text-error {
	color: #ed1b2f;     
	font-family: inherit;
}

.block-error {
	border: 1px solid #ed1b2f;
	border-radius: 5px;
}

.success-registration {
	margin-bottom: 10px;
    text-align: center;
    padding: 15px;
    color: green;
    background-color: #e0f0e0;
    border-radius: 5px;
}

.chage-success {
	background-color: #d2f6d2;
	color: green;
	margin-bottom: 10px;
	padding: 15px;
	border-radius: 5px;
}

.add-to-cart-block {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #80808094;
	position: fixed;
}

.product-trolley-popup__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.product-trollery-popup__content{
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction:column;
  width:100%;
  height:100%;
}
.add-to-cart-body {
	    min-width: 370px;
    max-width: 700px;

	display: -ms-grid;
	display: grid;
	-ms-grid-columns: -1fr 24px;
	grid-template-columns: -1fr 24px;
	background-color: white;
	border-radius: 5px;
	margin: 0px auto;
	
	margin-top: 10%;
}


.add-to-cart-body img {
	width: 24px;
}

.second-customer {
	display: none;
}

.display-second-customer {
	display: grid;
}


.success-notification {
	padding: 16px 0px;
	text-align: center;
	margin: 10px 0px;
	background-color: #0080001f;
	color: green;
	border-radius: 5px;
}


.delete-prod-block, .delete-favorites-block, .delete-viwed-block, .delete-compare-block {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #80808094;
	position: fixed;
}
.delete-body, .fav-delete-body, .viwed-delete-body {
	width: 350px;
	text-align: center;
	background-color: white;
	border-radius: 5px;
	margin: 0px auto;
	padding: 20px;
	margin-top: 10%;
}
.delete-on, .favorite-yes, .viwed-yes, .compare-yes {
	background: #c10021;
	display: inline-block;
	padding: 9px 16px;
	border: none;
	border-radius: 5px;
	font-family: inherit;
	font-size: 13px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-appearance: none;
}

.delete-off, .favorite-no, .viwed-no, .compare-no {
	background: #b1b1b1;
	display: inline-block;
	padding: 9px 16px;
	border: none;
	border-radius: 5px;
	font-family: inherit;
	font-size: 13px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-appearance: none;
}

.delete-buttons {
	margin-top: 30px;
}


.cart-is-empty {
	text-align: center;
	padding: 80px 0px;
	background-color: white;
	border-top: 1px solid #8080804a;
	color: #ed1b2f;
	font-weight: bold;
	font-size: 17px;
}

/*.news-item {*/
/*	display: grid;*/
	/*grid-template-columns: 1fr 500px;*/
/*	grid-template-columns: 1fr 1fr;*/
/*	grid-column-gap: 30px;*/
/*	grid-row-gap: 30px;*/
/*}*/
.news-item{
    display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
}

.success-edited {
	margin: 10px 0px;
	background-color: #0080002b;
	padding: 10px;
	border-radius: 5px;
	color: green;
}

.empty-user-orders {
	text-align: center;
	color: #ed1b2f;
	font-size: 18px;
	font-weight: bold;
}

.search-result {
	position: relative;
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
	justify-content: center;
}

.opened-search-result {
	height: 500px !important;
	overflow-y: scroll;
}

.view-all-searched {
	padding: 20px;
	text-align: center;
}

.view-all-searched a {
	text-decoration: none;
}

.exist-in-favorites {
	display: block;
}

.in-favorites {
	grid-template-columns: 1fr !important;
}

.favorites-item {
	width: calc(100% / 4 - 30px) !important;
}

.delete-prod-block, .delete-favorites-block, .delete-viwed-block {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #80808094;
	position: fixed;
}
.delete-body, .fav-delete-body, .viwed-delete-body {
	width: 350px;
	text-align: center;
	background-color: white;
	border-radius: 5px;
	margin: 0px auto;
	padding: 20px;
	margin-top: 10%;
}
.delete-on, .favorite-yes, .viwed-yes {
	background: #c10021;
	display: inline-block;
	padding: 9px 16px;
	border: none;
	border-radius: 5px;
	font-family: inherit;
	font-size: 13px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-appearance: none;
}

.delete-off, .favorite-no, .viwed-no {
	background: #b1b1b1;
	display: inline-block;
	padding: 9px 16px;
	border: none;
	border-radius: 5px;
	font-family: inherit;
	font-size: 13px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-appearance: none;
}

.search-result img {
	width: 30px;
}

@media screen and (max-width: 425px) {
	.news-item {
		grid-template-columns: 1fr;
	}
}

.compare-body {
    display: grid;
    justify-content: right;
    grid-template-columns: 30px 30px;
    margin-top: -34px;
}

.compare-item {
	width: 20px;
	cursor: pointer;
}

.b-active {
	display: block;
}

.b-inactive {
	display: none;
}


.nothing-found {
	text-align: center;
}

.irs--big .irs-handle {
    top: 25px !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid rgba(0,0,0,0.3) !important; 
    background-color: white !important;
}

.scroll-item {
	padding: 10px;
	border-radius: 5px;
	overflow-y: scroll;
	height: 200px;
	/*background-color: white;*/
}


.scroll-item {
	scrollbar-width: thin;
	scrollbar-color: #808080 #f3f3f3;
}

/* Works on Chrome, Edge, and Safari */
.scroll-item::-webkit-scrollbar {
 	width: 12px;
}

.scroll-item::-webkit-scrollbar-track {
 	background: #f3f3f3;
}

.scroll-item::-webkit-scrollbar-thumb {
	background-color: #808080;
	border-radius: 20px;
	border: 3px solid #f3f3f3;
}

.submit-filter {
	background-color: #ec1b2f;
    padding: 10px;
    cursor: pointer;
    color: white;
    margin-right: 10px;
}

.reset-filter {
	background-color: black;
    padding: 10px;
    cursor: pointer;
    color: white;
    margin-right: 10px;
    text-decoration: none;
}

.up-image {
	transform: rotate(90deg);
}

.restore-password {
	padding: 10px 0;
    text-align: center;
}

.restore-password a {
	text-decoration: none;
}

.restore-password a:hover {
	text-decoration: underline;
}

.header .header__rightSide .header__lang {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}

.header .header__rightSide .header__lang {
    margin-left: 30px;
}

.select__body {
    width: 40px;
    max-height: 0;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
    z-index: 20;
    position: absolute;
    right: 0;
    position: absolute;
    left: 0px;
}

.select__wrapp {
    border: 1px solid #a7a7a5;
    border-radius: 3px; 
    width: 100%;
    background-color: white;
    display: none;
}
.select__item {
    font-family: 'NotoSans-Regular',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 8px;
    cursor: pointer;
}

.lang-active {
    display: block;
}

.icon-chevron-bottom {

}

.categ-info {
	position: absolute;
    z-index: 1;
    width: 100%;
    padding: 10px;
}

.has-sales, .has-promo {
	float: left;
	margin-right: 10px;
	padding: 5px;
	color: white;
}

.has-sales {
	background-color: #ed1b2f;
}

.has-promo {
	background-color: #6b1bed;
}

.order-status {
	margin: 5px 0px;
    padding: 12px 0px;
    background-color: #00800029;
    color: #046604;
    border-radius: 5px;
    text-align: center;
    display: none;
}

.address-info {
	grid-template-columns: 1fr 1fr 1fr !important;
}
.region-city {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
.newis-image {
    text-align: center;
    object-fit: contain;
}
.news-text img {
    text-align: center;
    object-fit: contain;
}
@media screen and (max-width: 1200px){
    .address-info {
        grid-template-columns: 1fr 1fr !important;
    }
}
@media screen and (max-width: 768px) {
    .bi3_item{
        position:relative !important;
        z-index:96!important;
    }
    .b_info3.v1 .price_wr{
        width:100%;
        max-width:200px;
    }
    .price_flex_wrap{
        display:flex;
         flex-direction: column;
        align-self: flex-start;
        order: 2;
    }
    .price.v1 {
        order: 1;
        margin-bottom: 7px;
    }
        .price_old_info {
        order: 0;
        /* margin-bottom: 10px; */
        display: inline-flex
;
        padding: 0;
        margin: 0;
        align-self: flex-start;
        padding: 5px 3px;
        margin-bottom: 7px;
    }
    .bi3_in{
        position:relative !important;
        z-index:98!important;
    }
    .bi3_btn{
        bottom:10px;
        right:10px;
        position:absolute !important;
        z-index: 99 !important;
    }
    .bi3_item .bi3_in{
        min-height:190px !important;
    }
    .b_info3.v1 .bi3_item .bi3_in{
        min-height:420px !important;
    }
    .add-to-cart-body{
        width:300px;
    }
    .continue_arrow{
        margin-bottom:10px;
    }
	.address-info {
		display: grid;
		grid-template-columns: 1fr !important;
	}
	.news-item {
	    min-width: 100%;
    	grid-template-columns: 1fr;
    	/*grid-column-gap: 30px;*/
    }
    .newis-image {
        /*display: grid;*/
        order: 0;
        text-align: center;
    }
    .news-text {
        /*display: grid;*/
        order: 1;
    }
}

@media screen and (max-width: 425px) {
	.compare-body {
		margin-top: 0px;
	}

	.bi1_descr_wr {
		height: 180px;
	}

	.bi1_descr_a {
		min-height: 135px;
		font-size: 15px;
	}

	.bi1_dsc_mob {
		/*width: 60px;*/
		width: 77px;
    	height: 70px;
    	font-size: 10px;
	}

	.bi1_dsc_num {
	    font-size: 14px;
	}

	.bi1_discount::after {
		content: unset;
	}

	.slider-empty-banners a img {
		object-fit: contain; 
	} 
}

@media screen and (max-width: 768px) { 
	.bi1_descr_wr {
		height: unset;
	}
}

/*new slider*/
.slider-empty-banners {
	display: block !important;
}

.slider-empty-banners a img {
	/*object-fit: cover;*/
	/*object-fit: fill;*/
	object-fit: contain;
	width: 100%;
	/*height: 100%;*/
	height: auto;
}