

/* Start:/bitrix/templates/casaletto/components/bitrix/sale.basket.basket.line/casaletto/style.css?17325341436010*/
.bx-basket { }

.basket-line-block {
	position: relative;
	height: 2rem;
	border-radius: 0.5rem;
	white-space: nowrap;
	font-size: 0.8125rem;
	line-height: 1;
	margin-right: 0.5rem;
}
.basket-line-block:last-child {
	margin-right: 0;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile,
.basket-line-block-icon-profile1,
.basket-line-block-icon-wishlist,
.basket-line-block-icon-wa,
.basket-line-block-icon-search {
	display: block;
	min-width: 2rem;
	height: 2rem;
	position: relative;
	margin-right: 0!important;
	text-decoration: none;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after,
.basket-line-block-icon-profile1:after,
.basket-line-block-icon-wishlist:after,
.basket-line-block-icon-wa:after,
.basket-line-block-icon-search:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}

.basket-line-block-icon-profile:after { background-image: url(/bitrix/templates/casaletto/components/bitrix/sale.basket.basket.line/casaletto/images/profile.svg); }

.basket-line-block-icon-profile1:after { background-image: url(/bitrix/templates/casaletto/components/bitrix/sale.basket.basket.line/casaletto/images/profile1.svg); }

.basket-line-block-icon-cart:after { background-image: url(/bitrix/templates/casaletto/components/bitrix/sale.basket.basket.line/casaletto/images/cart.svg); }

.basket-line-block-icon-wishlist:after { background-image: url(/bitrix/templates/casaletto/components/bitrix/sale.basket.basket.line/casaletto/images/wish.svg); }

.basket-line-block-icon-wa:after { background-image: url(/bitrix/templates/casaletto/components/bitrix/sale.basket.basket.line/casaletto/images/wa.svg); }

.basket-line-block-icon-search:after { background-image: url(/bitrix/templates/casaletto/components/bitrix/sale.basket.basket.line/casaletto/images/search.svg); }

.wishlist_notempty, .basket-line-block-icon-cart-full {
	background: #BAAC98;
}
.card_items, .wishlist_items {
	color: #FFFFFF;
	margin-right: 0.625rem;
}

.wishlist_notempty a, .basket-line-block-icon-cart-full a {
	display: flex;
	padding-left: 2.125rem;
	align-items: center;
	justify-content: flex-end;
}

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.vcenter {
		bottom: 10px;
		top: auto !important;
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .basket-line-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .basket-line { line-height: 1.44em; }


/* End */


/* Start:/bitrix/templates/casaletto/components/bitrix/menu/casaletto/style.css?175568947515321*/
.bx-top-nav-container {
	padding: 0 10px;
	border-radius: 2px;
	background: var(--theme-color-primary);
	color: #fff;
}

.bx-nav-1-lvl { padding-right: 0.625rem; }

/*region 1 lvl*/
.bx-nav-list-1-lvl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.bx-nav-1-lvl-link {
	display: block;
	padding: 1.875rem 0.625rem;
	border-bottom: none;
	border-radius: 1px;
	text-decoration: none;
	transition: 250ms linear all;
}
.bx-nav-1-lvl:first-child .bx-nav-1-lvl-link {padding-left: 0;}

.bx-nav-1-lvl-link:hover { text-decoration: none; }

/* .bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link, */
/* .bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link, */
/* .bx-nav-1-lvl:hover > .bx-nav-1-lvl-link { */
	/* border-bottom: none; */
	/* background: var(--theme-color-second); */
/* } */

.bx-nav-1-lvl-link-text {
	display: flex;
	padding: 10px 14px 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: 500 14px "OpenSans-Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 250ms linear all;
	align-items: center;
}

.bx-nav-angle-bottom {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-bottom:after,
.bx-nav-angle-bottom:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #000000;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-bottom:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-nav-angle-bottom:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before { background-color: var(--theme-color-primary); }

/* .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text, */
/* .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { */
	/* background-color: transparent; */
	/* color: var(--theme-color-primary); */
/* } */
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	border-bottom: solid 1px #000000;
}

/* .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link, */
/* .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link { */
	/* z-index: 250; */
	/* box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13) */
/* } */

/* .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text, */
/* .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { background: #fff; } */

/**/


.bx-nav-angle-top {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-top:after,
.bx-nav-angle-top:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-top:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-angle-top:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(45deg);
}


/**/
.bx-nav-parent-arrow { display: none; }

/*endregion*/

/*region 2 lvl*/
.bx-nav-2-lvl-container,
.bx-nav-2-lvl-container-advanced {
	z-index: 999;
	display: none;
	padding: 0;
	min-width: 100%;
	border-top: none;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	color: #000;
	opacity: 0;
}

.bx-nav-2-lvl-container > ul,
.bx-nav-2-lvl-container > div,
.bx-nav-2-lvl-container-advanced > ul,
.bx-nav-2-lvl-container-advanced > div { flex: 1;  }

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 999;
	display: flex;
	background: #F8F8F8;
	opacity: 1;
	align-items: stretch;
	justify-content: center;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) inset;
}

.bx-nav-list-2-lvl {
	margin: 0;
    padding-top: 2.5rem;
    padding-right: 2rem;
    padding-bottom: 2.5rem;
    padding-left: 2rem;
}

.bx-nav-2-lvl {
	display: block;
	padding: 0;
	min-width: 5%;
	flex: 1;
}

.bx-nav-2-lvl-link {
	display: block;
	border-bottom: none !important;
	text-decoration: none !important;
}
.bx-nav-2-lvl-img {
	height: 10rem;
	padding: 1rem 1.5rem;
    display: flex;
    align-items: flex-end;
	justify-content: center;
}
.bx-nav-2-lvl-img img {
	max-height: 9rem;
	max-width: 100%;
}
.bx-nav-2-lvl-link-text {
	color: #545454;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.875rem;
	line-height: 1.5rem;
}

/*.bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	margin-top: 0;
	border-top: none;
}*/

.bx-nav-2-lvl > .bx-nav-list-2-lvl.bx-active .bx-nav-list-2-lvl-text,
.bx-nav-2-lvl > .bx-nav-list-2-lvl:hover .bx-nav-list-2-lvl-text {
	background: var(--theme-color-light);
	color: var(--theme-color-primary);
}

/*endregion*/

/*region 3 lvl*/

.bx-nav-3-lvl-container-advanced:before,
.bx-nav-3-lvl-container:before {
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	display: block;
	height: 5px;
	background: #fff;
	content: " ";
}

.bx-nav-list-3-lvl {
	margin: 0;
	padding: 0 1.5rem;
	height: calc(100% - 12rem);
	border-left: solid 1px #545454;
}
.bx-nav-3-lvl {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	margin-top: 0.5rem;
}

.bx-nav-3-lvl-link {
	padding: 0;
	border-bottom: none;
	color: #545454;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
	position: relative;
	color: #000000;
	text-decoration: none;
	border-bottom: solid 1px #000000;
}

.bx-nav-3-lvl-link.bx-active:before,
.bx-nav-3-lvl-link:hover:before {
	content: "";
    position: absolute;
    left: -0.625rem;
	top: 0.375rem;
	border: 3px solid transparent;
	border-left: 4px solid #000000;
}

/*endregion*/

/*region col 4 */
.bx-nav-list-4-col { position: static; }

.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	top: 100%;
	right: 0;
	left: 0;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container,
.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	right: 0;
	left: 0;
}

/*endregion*/

/*region catinfo*/
.bx-nav-catinfo {
	position: relative;
	z-index: 120;
	padding: 15px 15px 5px;
	min-width: 200px;
	border-left: 1px solid #ecefef;
	background: #f7fafb;
}

.bx-nav-catinfo img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border: 1px solid #e7e9ea;
}

.bx-nav-catinfo p {
	padding: 20px 5px 0;
	font-size: 13px;
}

/*endregion*/

/*region ASIDE */
.bx-menu-button-mobile {
	position: absolute;
	top: 8px;
	left: 5px;
	z-index: 10;
	width: 40px;
	height: 40px;
}

.bx-aside-nav-control {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1750;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	cursor: pointer;
	transition: left .15s linear;
}


.bx-nav-bars {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2100;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 25px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	vertical-align: middle;
	transform: translate(-50%, -50%);
}

.bx-nav-bars:after {
	position: absolute;
	top: 50%;
	display: block;
	background: #fff;
	width: 100%;
	height: 5px;
	content: '';
	transform: translateY(-50%);
}

.bx-wrapper,
.bx-aside-nav { transition: transform .15s linear; }

/**/
.bx-opened .bx-footer,
.bx-opened .workarea { overflow: hidden; }

/**/
.bx-aside-nav {
	position: fixed;
	top: 3.75rem;
	bottom: 0;
	left: 0;
	z-index: 1600;
	display: none;
	width: 100%;
	background: #FFFFFF;
	padding: 2rem 5rem;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.bx-aside-nav.bx-opened {
	overflow-y: scroll;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.bx-aside-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-aside-nav a {
	display: block;
	overflow: hidden;
	padding-left: 15px;
	max-width: 100%;
	height: 48px;
	border-bottom: 1px solid #3d4b53 !important;
	color: #fff;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 48px;
}

.bx-aside-nav .bx-nav-list-1-lvl {
	z-index: 1700;
	flex-direction: column;
}

.bx-aside-nav .bx-nav-1-lvl-link {
	padding: 0;
	display: flex;
	align-items: center;
}

.bx-aside-nav .bx-nav-1-lvl-link-text {
	padding: 0 0 0 15px;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link { box-shadow: none !important; }

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background: transparent;
	color: #fff;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: relative;
	box-shadow: none;
	top: auto;
}

.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container {
	display: block;
	opacity: 1;
}

.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover > a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover > a { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link-text,
.bx-aside-nav .bx-nav-3-lvl-link-text,
.bx-aside-nav .bx-nav-4-lvl-link-text {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.bx-aside-nav .bx-nav-list-2-lvl { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link { padding: 0 0 0 30px; }

.bx-aside-nav .bx-nav-2-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-3-lvl-link { padding: 0 0 0 45px; }

.bx-aside-nav .bx-nav-3-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-4-lvl-link { padding: 0 0 0 60px; }

.bx-aside-nav .bx-nav-4-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-parent { position: relative; }

.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	margin-top: 6px;
	width: 20px;
	height: 12px;
	text-align: center;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i { transition: all .15s linear; }

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
	overflow: hidden;
	height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul { height: auto; }

.bx-aside-nav .bx-nav-catinfo { display: none; }


.bx-aside-nav .bx-nav-angle-top,
.bx-aside-nav .bx-nav-angle-bottom {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	margin: 0;
}

.bx-nav-1-lvl > a span { padding: 0 }

@media (min-width: 1200px) {
	.bx-nav-1-lvl > a { font-size: 15px; }
	.bx-nav-1-lvl-link {padding: 2.25rem 1rem;}
	/* .bx-nav-1-lvl > a span { padding: 12px 14px 15px } */
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-nav-1-lvl > a { font-size: 13px; }
	.bx-nav-1-lvl-link {padding: 1.875rem 0.75rem;}
	/* .bx-nav-1-lvl > a span { padding: 9px 11px 12px } */
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-nav-1-lvl > a { font-size: 11px; }
	.bx-nav-1-lvl-link {padding: 1.75rem 0.5rem;}
	/* .bx-nav-1-lvl > a span { padding: 5px 6px 9px } */
}

@media (min-width: 768px) {
	.bx-aside-nav-control,
	.bx-aside-nav { display: none; }

	.bx-top-nav-container { display: block; }
}

@media (max-width: 767px) {
	.bx-aside-nav-control {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bx-aside-nav { display: block; }

	.bx-top-nav-container { display: none; }

	.bx-aside-nav .bx-nav-parent-arrow { display: block; }

	/* .bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom{ display: none; } */
}

.bx-white {
	--theme-color-primary: #f5f5f5;
	--theme-color-second: #dfdfdf;
}

.bx-white .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-2-lvl-link-text,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { color: #333; }

.bx-nav-1-lvl-link-text:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    width: 5px;
    height: 5px;
    background: #545454;
    border-radius: 5px;
    transform: translateY(-50%);
}
.bx-nav-1-lvl:last-child .bx-nav-1-lvl-link-text:after {
    content: none;
}
@media (max-width: 767px) {
	.bx-aside-nav {
		padding: 1rem;
	}
	.bx-aside-nav a {
		height: auto;
		border-bottom: none!important;
	}
	.bx-aside-nav .bx-nav-1-lvl-link-text {
		padding: 0;
		font-size: 0.75rem;
		font-weight: 700;
		line-height: 2;
	}
	.bx-nav-1-lvl-link-text:after {
		content: none;
	}
	.bx-aside-nav .bx-nav-parent-arrow {
		/* display: none; */
		margin-top: 10px;
	}
	.bx-aside-nav .bx-nav-parent-arrow .bx-nav-angle-bottom {
		display: block;
	}
	.bx-aside-nav .bx-nav-list-2-lvl {
		background: none;
		flex-direction: column;
	}
	.bx-aside-nav .bx-nav-2-lvl > a {
		display: none;
	}
	.bx-nav-angle-top:after,
	.bx-nav-angle-top:before {
		background-color: #000;
	}
	.bx-nav-1-lvl.bx-opened,
	.bx-aside-nav .bx-nav-1-lvl:hover > a,
	.bx-aside-nav .bx-nav-1-lvl.bx-hover > a { background: none; }

	.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
	.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
		color: #000;
	}
	.bx-aside-nav .bx-nav-1-lvl-link-text {
		font-size: max(1rem, 16px);
	}
	.bx-aside-nav a {
		line-height: 1.2;
	}
	.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
	.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
	.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
	.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
		background: none;
	}
	.bx-nav-list-3-lvl {
		height: auto;
		border: none;
	}
	.bx-aside-nav .bx-nav-2-lvl-link-text {
		color: #000;
		font-size: max(0.875rem, 12px);
	}
	.bx-aside-nav .bx-nav-3-lvl-link-text,
	.bx-aside-nav .bx-nav-4-lvl-link-text {
		color: #000;
		font-size: max(0.75rem, 11px);
		font-weight: 300;
	}
	.bx-nav-2-lvl-container,
	.bx-nav-2-lvl-container-advanced {
		box-shadow: none;
	}
	.bx-aside-nav ul {
		margin-top: 0.375rem;
	}
	.bx-aside-nav .bx-nav-2-lvl-link:hover, .bx-aside-nav .bx-nav-3-lvl-link:hover {
		background: none;
	}
}
/* End */


/* Start:/bitrix/templates/casaletto/components/bitrix/sender.subscribe/casaletto/style.css?17556879947261*/
.bx-subscribe {
	margin: 1.125rem 0 1.125rem auto;
}
.bx-subscribe div.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 2rem;
	text-align: center;
	font-size: 0.75rem;
	line-height: 1.42857143;
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-subscribe .bx-input-group .bx-form-control::-webkit-input-placeholder{color:#B1B1B1}
.bx-subscribe .bx-input-group .bx-form-control:-ms-input-placeholder{color:#B1B1B1}
.bx-subscribe .bx-input-group .bx-form-control::placeholder{color:#B1B1B1}
.bx-subscribe .bx-input-group .bx-form-control:last-of-type {
	border-left: 1px solid #B1B1B1;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.bx-input-group {
	display: flex;
	border-radius: 0.25rem;
	background-color: #FFFFFF;
	padding: 0.5rem 0;
	overflow: hidden;
}
.bx-subscribe-flex {
	display: flex;
}
.sender-btn {
	border-radius: 0.25rem;
	background: #6D1B29;
	border: none;
	padding: 0.75rem 4rem;
	margin-left: 1rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	color: #FFFFFF;
}
.subscribe_form_licence {
	position: absolute;
	margin-top: 1rem;
}
.subscribe_form label {
	position: relative;
	color: #FFFFFF;
}
.subscribe_form label a {
	color: #DADADA;
}
.subscribe_form input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5rem;
    height: 2rem;
    opacity: 0;
    pointer-events: none;
}
.subscribe_form label:before {
	content: "";
	background-color: #EAE6E0;
	border-radius: 0.25rem;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5rem;
    height: 1.5rem;
	margin-right: 0.75rem;
}
.subscribe_form input:checked ~ label:before {
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.70527 1.68401C7.79509 1.58815 7.86516 1.47553 7.91146 1.35259C7.95776 1.22964 7.97939 1.09879 7.97512 0.967485C7.97085 0.836183 7.94075 0.707008 7.88656 0.587335C7.83237 0.467663 7.75513 0.359837 7.65927 0.270013C7.5634 0.180188 7.45078 0.110125 7.32784 0.0638243C7.2049 0.0175236 7.07404 -0.00410874 6.94274 0.000162756C6.81144 0.00443425 6.68226 0.0345265 6.56259 0.08872C6.44292 0.142913 6.33509 0.220147 6.24527 0.316012L3.16227 3.60601L1.63927 2.25301C1.43973 2.08713 1.18352 2.00531 0.924767 2.02483C0.666016 2.04435 0.424985 2.16369 0.252591 2.35763C0.0801973 2.55158 -0.0100576 2.80494 0.000891453 3.06419C0.0118405 3.32345 0.123137 3.56829 0.311269 3.74701L2.56127 5.74701C2.75596 5.91995 3.01042 6.01012 3.27056 5.99836C3.5307 5.98659 3.77599 5.87382 3.95427 5.68401L7.70527 1.68401Z' fill='%23BAAC98'/%3E%3C/svg%3E");
}
.subscribe_form label span {
	display: inline-block;
	padding-left: 2.25rem;
	font-size: max(12px, 0.625rem);
	line-height: 1.3;
}

/* End */


/* Start:/bitrix/templates/casaletto/styles.css?175266358611584*/
.bx-header {
    background: #FAFAFA;
}
.bx-header-section-menu {
    height: auto;
}
.bx-header-section-padding {
    padding-top: 0.25rem;
    margin-bottom: -0.25rem;
}
.bx-header-section-menu {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 2;
}
.bx-location-div {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
    padding-right: 0!important;
}
.bx-header-location {
    padding-right: 1.375rem;
    border-right: solid 1px #545454;
}
.bx-location svg {
    margin-right: 0.25rem;
}
.bx-email-div {
    padding-left: 1.25rem!important;
    padding-right: 0!important;
}
.bx-header-email {
    padding-right: 1.375rem;
    border-right: solid 1px #545454;
}
.bx-header-phone-number {
    color: #545454;
    font: 700 1.0625rem/0.875rem 'Inter', sans-serif
}
.bg-black {
    padding: 0.375rem 0;
    background-color: #000000;
}
.bx-top-nav-container {
    background-color: transparent;
}
.bx-nav-1-lvl-link-text {
    position: relative;
    color: #545454;
    font: 400 1rem 'Inter', sans-serif;
}
.bx-nav-angle-bottom {
    display: none;
}
.nav-link {
    font-size: max(0.75rem, 12px);
    padding: 0 1.125rem;
    border-left: solid 1px #545454;
}
.nav-item:first-child .nav-link {
    border-left: none;
}
.bx-header-personal {
    position: absolute;
    right: 0;
}
.bx-content-section-inner {
    padding: 2rem 0;
}
.main_catalogue {
	position: relative;
	padding-top: 3rem;
}
.main_catalogue_in > svg {
	position: absolute;
	top: -4.25rem;
	right: 7%;
}
.main_catalogue_dtu {
	position: absolute;
	top: -4.25rem;
	left: 50%;
	font-size: 1rem;
    writing-mode: vertical-rl;
    transform-origin: center;
    transform: rotate(-180deg);
	padding-bottom: 20.25rem;
	margin-left: -682px;
	z-index: 3;
}
.main_catalogue_dtu:after {
	content: "";
	position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 18.5rem;
	background: #000000;
}
.main_catalogue_dtu_white {
	color: #FFFFFF;
}
.main_catalogue_dtu_white:after {
	background: #FFFFFF;
}
.main_catalogue_text {
	display: flex;
}
.main_catalogue_text_left {
    width: 49%;
    margin-right: 2%;
    text-align: right;
    padding-left: 25%;
    font-size: 1.25rem;
    line-height: 1.2;
}
.main_catalogue_text_right {
	width: 49%;
	font-size: max(0.75rem, 12px);
    padding-right: 11%;
	line-height: 1.25;
}
.main_brand_title {
	text-align: center;
	font-size: max(0.875rem, 12px);
	line-height: 1.3;
	margin-bottom: 0.75rem;
}
.main_catalogue_new {
	padding-top: 3rem;
	padding-bottom: 5.75rem;
	position: relative;
}
.main_catalogue_new .swiper-button {
	top: auto;
    bottom: 4rem;
    width: 6.4375rem;
    height: 1.5rem;
}
.main_catalogue_new .swiper-button-prev {
    left: auto;
    right: 50%;
    margin-right: 2rem;
}
.main_catalogue_new .swiper-button-next {
    right: auto;
    left: 50%;
    margin-left: 2rem;
}
.main_catalogue_new .swiper-pagination {
    top: auto;
    bottom: 4rem;
    font-size: max(0.875rem, 12px);
    left: 50%;
    width: 2rem;
    transform: translateX(-50%);
    color: #000000;
}
.main_catalogue_new > svg {
	display: none;
	position: absolute;
	left: 50%;
	top: -1rem;
	transform: translateX(-50%);
}
.main_catalogue_new h2 {
	text-align: center;
	text-transform: uppercase;
	margin-top: 0.5rem;
}
.main_catalogue_discount {
	padding-top: 3rem;
	padding-bottom: 5.75rem;
	position: relative;
}
.main_catalogue_discount .swiper-button {
	top: auto;
    bottom: 4rem;
    width: 6.4375rem;
    height: 1.5rem;
}
.main_catalogue_discount .swiper-button-next {
    right: auto;
    left: 50%;
    margin-left: 2rem;
}
.main_catalogue_discount .swiper-button-prev {
    left: auto;
    right: 50%;
    margin-right: 2rem;
}
.main_catalogue_discount .swiper-pagination {
    top: auto;
    bottom: 4rem;
    font-size: max(0.875rem, 12px);
    left: 50%;
    width: 2rem;
    transform: translateX(-50%);
    color: #000000;
}
.main_catalogue_discount > svg {
	position: absolute;
	left: 50%;
	top: -1rem;
	transform: translateX(-50%);
}
.main_catalogue_discount h2 {
	text-align: center;
	text-transform: uppercase;
	margin-top: 0.5rem;
}
.main_catalogue_hits {
	padding-top: 4.5rem;
	padding-bottom: 5.75rem;
	position: relative;
}
.main_catalogue_hits .swiper-button {
	top: auto;
    bottom: 4rem;
    width: 6.4375rem;
    height: 1.5rem;
}
.main_catalogue_hits .swiper-button-next {
    right: auto;
    left: 50%;
    margin-left: 2rem;
}
.main_catalogue_hits .swiper-button-prev {
    left: auto;
    right: 50%;
    margin-right: 2rem;
}
.main_catalogue_hits .swiper-pagination {
    top: auto;
    bottom: 4rem;
    font-size: max(0.875rem, 12px);
    left: 50%;
    width: 2rem;
    transform: translateX(-50%);
    color: #000000;
}
.main_catalogue_hits > svg {
	position: absolute;
	left: 50%;
	top: -1rem;
	transform: translateX(-50%);
}
.main_catalogue_hits h2 {
	text-align: center;
	text-transform: uppercase;
	margin-top: 0.5rem;
}
.main_catalogue_brands {
	padding-top: 4.5rem;
	padding-bottom: 1.75rem;
	position: relative;
	min-height: 32vw;
	background-color: #BAAC98;
}
.main_catalogue_brands .main_catalogue_dtu {
	top: 0;
}
.main_catalogue_brands > svg {
	position: absolute;
	left: 50%;
	top: -1rem;
	transform: translateX(-50%);
}
.brands_swiper {
	display: none;
}
.main_catalogue_brands h2 {
	text-align: center;
	text-transform: uppercase;
	margin-top: 0.5rem;
}
.main_catalogue_bytype {
	padding-top: 3rem;
	padding-bottom: 4.5rem;
	position: relative;
	background-color: #D9D9D9;
}
.main_catalogue_bytype .main_catalogue_dtu {
	top: 0;
}
.by_type_item {
	position: relative;
}
.by_type_item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s;
}
.by_type_item:hover:after {
	opacity: 0.5;
}
.main_catalogue_bytype > svg {
	position: absolute;
	left: 50%;
	top: -1rem;
	transform: translateX(-50%);
}
.main_catalogue_bytype h2 {
	text-align: center;
	text-transform: uppercase;
	margin-top: 0.5rem;
	color: #FFFFFF;
}
.catalog_section_nav {
	position: absolute;
	bottom: 3.25rem;
	text-align: center;
}
.services_swiper_div {
	position: relative;
	width: 100%;
}
.main_quote {
	position: relative;
	padding-top: 5rem;
}
.main_quote > svg {
	position: absolute;
	bottom: 3rem;
	left: 1%;
	z-index:-1;
}
.main_quote_flex {
	display: flex;
}
.main_quote_flex_left {
	width: 49%;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-right: 2%;
	padding-left: 5%;
}
.main_quote_flex_right {
	width: 49%;
	font-size: max(0.75rem, 12px);
	line-height: 1.25;
}
.main_quote_flex_author {
	position: absolute;
	bottom: 0;
	left: 24%;
	font-size: max(0.875rem, 12px);
}
.main_blog {
	padding-top: 9.25rem;
}
.main_blog h2 {
	text-align: center;
	margin-top: 0.5rem;
	margin-bottom: 0.875rem;
}
.main_blog h4 {
	text-align: center;
	font-size: max(0.875rem, 12px);
	color: #B1B1B1;
	margin-bottom: 2.75rem;
}
.main_youtube {
	position: relative;
	padding-top: 5rem;
}
.main_youtube h2 {
	text-align: center;
	margin-top: 0.5rem;
	text-transform: uppercase;
	margin-bottom: 0.875rem;
}
.main_youtube h4 {
	text-align: center;
	font-size: max(0.875rem, 12px);
	color: #B1B1B1;
	margin-bottom: 2.75rem;
}
.main_cat_swiper {
	display: none;
}
@media (max-width: 1420px) {
	.main_catalogue_dtu {
		left: 4.5rem;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.main_catalogue_in > svg {
		display: none;
	}
	.main_catalogue {
		padding-top: 1.75rem;
	}
	.main_catalogue > svg {
		display: none;
	}
	.main_catalogue .main_catalogue_dtu {
		display: none;
	}
	.main_catalogue_title h2 {
		font-size: 1.875rem;
		margin-bottom: 1.75rem;
	}
	.main_catalogue_text {
		flex-flow: column;
	}
	.main_catalogue_text_left {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 1.5rem;
		padding: 0 1rem;
		font-size: 1rem;
		line-height: 1.4;
	}
	.main_catalogue_text_right {
		width: 100%;
		text-align: center;
		padding: 0 1rem;
	}
	.main_catalogue_bubble {
		width: 135%;
		margin-top: -4.75rem;
		margin-left: -13.75rem;
		z-index: -1;
	}
	.main_catalogue_self {
		width: 100%;
		margin-top: 3rem;
		padding-left: 1rem;
		padding-right: 1rem;
		padding-bottom: 4rem;
	}
	.main_catalogue_list {
		display: none;
	}
	.main_cat_swiper {
		display: block;
	}
	.main_cat_swiper_img {
		width: 100%;
	}
	.main_cat_swiper_img img {
		width: 100%;
	}
	.main_cat_swiper_title {
		position: absolute;
		bottom: 1rem;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 1rem;
		text-transform: uppercase;
	}
	.main_catalogue_after_text, .main_catalogue_after_svg, .main_catalogue_line {
		display: none;
	}
	.main_catalogue_bytype {
		padding-bottom: 3.75rem;
	}
	.main_catalogue_discount {
		padding-top: 2rem;
	}
	.main_catalogue_dtu {
		transform: none;
		writing-mode: initial;
		top: 1.25rem;
		left: 1.25rem;
		margin-left: 0;
		padding: 0;
	}
	.main_catalogue_bytype .main_catalogue_dtu {
		top: 1.25rem;
	}
	.main_catalogue_dtu:after {
		height: 2px;
		width: 100vw;
		bottom: 49%;
		left: calc(100% + 1.5rem);
	}
	.main_catalogue_bytype .main_catalogue_dtu {
		font-size: max(0.75rem, 12px);
	}
	.main_catalogue_bytype .main_catalogue_dtu:after {
		height: 1px;
	}
	.by_type_item_title {
		top: 44%;
		left: 1.5rem;
		font-size: max(0.75rem, 12px);
	}
	.main_catalogue_brands {
		padding-top: 7rem;
	}
	.main_catalogue_brands .main_catalogue_dtu {
		font-size: max(0.75rem, 12px);
		top: 2rem;
	}
	.main_catalogue_brands .main_catalogue_dtu:after {
		height: 1px;
	}
	.brands_div button {
		display: none;
	}
	.brands {
		padding: 2.5rem 0;
	}
	.main_catalogue_brands h2 {
		font-size: 2rem;
	}
	.brands_flex {
		display: none;
	}
	.brands_swiper {
		display: block;
	}
	.brand-slide {
		display: flex;
		height: 3rem;
		align-items: center;
		justify-content: center;
		padding: 0 8%;
		border-right: solid 1px #FFFFFF;
	}
	.brand-slide:last-child {
		border-right: none;
	}
	.brand-slide img {
		max-width: 100%;
		max-height: 100%;
	}
	.main_quote {
		padding: 4.25rem 0 0;
	}
	.main_quote > svg {
		bottom: auto;
		left: -1rem;
		top: 0;
		width: 32%;
		height: auto;
	}
	.main_quote_flex {
		flex-flow: column;
	}
	.main_quote_flex_left {
		width: 100%;
		padding: 0 1.25rem 2.25rem;
		margin: 0;
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.main_quote_flex_author {
		position: static;
		margin-top: 2rem;
		float: right;
	}
	.main_quote_flex_right {
		width: 100%;
		background: #FFFFFF;
		padding: 2.5rem 1.25rem;
		font-size: max(0.875rem, 12px);
		line-height: 1.4;
	}
	.main_blog {
		padding-top: 1.5rem;
	}
	.main_blog h4 {
		margin-bottom: 1.75rem;
	}
	.main_catalogue_new .swiper-button-next, .main_catalogue_new .swiper-button-prev {
        bottom: 1.25rem;
	}
	.main_catalogue_new .swiper-pagination {
        bottom: 1.25rem;
    }
	.main_catalogue_discount .swiper-button-next, .main_catalogue_discount .swiper-button-prev {
        bottom: 1.25rem;
	}
	.main_catalogue_discount .swiper-pagination {
        bottom: 1.25rem;
    }
	.main_catalogue_hits .swiper-button-next, .main_catalogue_hits .swiper-button-prev {
        bottom: 1.25rem;
	}
	.main_catalogue_hits .swiper-pagination {
        bottom: 1.25rem;
    }
}
.igsvg svg .st0 {
    fill: #fff;
    fill-opacity: 0.8;
    stroke-opacity: 1;
}
.igsvg svg .st2 {
    fill: #fff;
    fill-opacity: 0.8;
    stroke-opacity: 1;
}
.igsvg a:hover svg .st2 {
    fill: #0A84FF;
    color: #0A84FF;
    fill-opacity: 1;
    stroke-opacity: 1;
}
button {
	transition: color 0.5s, background-color 0.5s;
}
button:hover {
	background-color: #FFFFFF;
	color: #545454;
}
/* End */


/* Start:/bitrix/templates/casaletto/template_styles.css?175852952570192*/
.bx-content-section, .main_catalogue {
	width: 100%;
}
.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: transparent;
	--theme-color-light: #a8d95b;
	--theme-b-link: #545454;
	--theme-b-link-hover: #BAAC98;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Inter', sans-serif;
}

#pagetitle { margin-bottom: 35px;text-transform: uppercase; }

h1,h2,h3,h4,h5 {
	font-family: 'Inter', sans-serif;
	font-weight: normal;
}

.bx-content-section,
.bx-header-section {
}

.bx-wrapper { 
overflow: hidden;
}

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3; }
.bx-header-personal .nav-item:last-child a {
	padding-right: 0;
}

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 34px;
	width: auto;
}
.basket-line-block em {
	display: none;
}
@media (max-width: 767px) {
	.bx-header-personal {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 75px;
		background: #FFFFFF;
		box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.3);
		padding: 0;
		z-index: 1500;
	}
	.bx-header-personal .bx-basket {
		height: 100%;
	}
	.basket-line {
		width: 100%;
		height: 100%;
	}
	.basket-line-block {
		width: 25%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.basket-line-block em {
		display: block;
		position: absolute;
		top: 1.5rem;
		left: 50%;
		transform: translateX(-50%);
		font-style: normal;
		color: #000000;
		text-align: center;
	}
	.basket-line-block-icon-call {
		display: block;
		min-width: 2rem;
		height: 2rem;
		position: relative;
		margin-right: 0 !important;
		text-decoration: none;
	}
	.basket-line-block-icon-call:after {
		content: '';
		width: 2rem;
		height: 2rem;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-position: left top;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(/bitrix/templates/casaletto/components/bitrix/sale.basket.basket.line/casaletto/images/call.svg);
		margin-top: -0.5rem;
	}
	.basket-line-block-icon-search:after {
		background-image: url(/bitrix/templates/casaletto/components/bitrix/sale.basket.basket.line/casaletto/images/search_.svg);
		margin-top: -0.5rem;
	}
	.basket-line-block-icon-wa:after {
		background-image: url(/bitrix/templates/casaletto/components/bitrix/sale.basket.basket.line/casaletto/images/wa_.svg);
		margin-top: -0.5rem;
	}
	.basket-line-block-icon-cart:after {
		background-image: url(/bitrix/templates/casaletto/components/bitrix/sale.basket.basket.line/casaletto/images/cart_.svg);
		margin-top: -0.5rem;
	}
	.card_items, .wishlist_items {
		display: none;
	}
	.basket-line-block-icon-cart-full {
		background: none;
	}
	.bx-header-contact {
		display: none;
	}
	.bg-black {
		padding: 0;
	}
	.bx-header-logo {
		height: 3.75rem;
	}

	.bx-logo-block { height: 100%; }

	.bx-logo-block img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.bx-menu-button-mobile {
		top: 0.625rem;
		left: 0.75rem;
		width: 2.5rem;
		height: 2.5rem;
		padding: 0;
	}
	.bx-nav-bars {
		width: 1.5rem;
		height: 1rem;
		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff;
	}
	.bx-nav-bars:after {
		height: 3px;
	}
	.smart-filter-control {
		flex-flow: column;
	}
	.smart-filter-control-title {
		margin-right: 0;
		margin-bottom: 1rem;
	}
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #545454;
	white-space: nowrap;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(/bitrix/templates/casaletto/images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number { font: 600 15px/18px 'Inter', sans-serif; }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 600 16px/22px 'Inter', sans-serif;
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px 'Inter', sans-serif;
}

.bx-worktime-schedule {
	color: #000;
	font: 12px 'Inter', sans-serif;
}

@media (max-width: 991px) {
	.bx-header-worktime { font: 500 15px/18px 'Inter', sans-serif;}
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section2 {
	background-color: #515151;
}

.bx-footer-section .bx-block-title {
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
	line-height: 1.4;
	border-bottom: solid 1px #FFFFFF;
	text-transform: uppercase;
	
}

.bx-footer-bg { background-color: #BAAC98; padding: 2rem 0;}
@media (max-width: 1400px) {
	.bx-footer-bg { padding: 2rem 0 3rem;}
}
@media (max-width: 1340px) {
	.bx-footer-bg { padding: 2rem 0 4rem;}
}
.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo svg {
	max-width: 100%;
	height: auto;
}
.bx-footer-logo svg:last-child {
	display: none;
}
.footer_bottoms_left {
	width: 74%;
	margin-right: 6%;
}
.footer_bottom {
	width: 46%;
	margin-right: 8%;
	color: #FFFFFF;
	font-size: max(0.75rem, 12px);
	line-height: 2;
}
.footer_bottom:last-child {
	margin-right: 0;
}
.footer_bottom_right {
	width: 20%;
	margin-right: 0;
	color: #FFFFFF;
	font-size: max(0.75rem, 12px);
	line-height: 2;
}
.footer_bottom a, .footer_bottom_right a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_bottom_right svg {
	margin-right: 0.75rem;
}
.bx-footer .nav-link {
	padding: 0;
	border: none;
	text-transform: uppercase;
	margin-bottom: 0.4125rem;
}
/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
}

.sidebar li {
	font-size: 12px;
	font-family: 'Inter', sans-serif;
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(/bitrix/templates/casaletto/images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(/bitrix/templates/casaletto/images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(/bitrix/templates/casaletto/images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(/bitrix/templates/casaletto/images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(/bitrix/templates/casaletto/images/phone_white.svg);
	background-size: auto 21px ;
}
.subscribe_form {
	padding: 0.375rem 0;
}
.subscribe_form > div:last-child {
	margin-left: auto;
}
.subscribe_form_title {
	padding-right: 1rem;
	color: #FFFFFF;
	white-space: nowrap;
}
.subscribe_form_item {
	display: flex;
	align-items: center;
	padding: 0 1.75rem;
	font-size: max(0.75rem, 12px);
	line-height: 1.25;
	color: #FFFFFF;
}
.subscribe_form_item svg {
	margin-right: 1rem;
}
.bx-footer-section2 {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}
.copyright {
	font-size: 1rem;
	line-height: 1.3;
}
.copyright a {
	color: #FFFFFF;
}
.copyright a:hover {
	color: #EFEFEF;
}
@media (min-width: 1400px) {
	.main_catalogue_in {
		max-width: 1512px;
		margin-right: auto;
		margin-left: auto;
	}
	.main_catalogue_self {
		max-width: 1390px;
		margin-right: auto;
		margin-left: auto;
	}
}
/* @media (min-width: 1600px) { */
/* .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { */
    /* max-width: 1560px; */
/* } */
/* } */
/* @media (min-width: 1920px) { */
/* .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { */
    /* max-width: 1880px; */
/* } */
/* } */
html{overflow:hidden;}
body{opacity:0;transition:opacity 1s;}
html.is-ready{overflow:auto;}
html.is-ready body{opacity: 1;}
.bx-content-inner {
	padding-top: 2.5rem;
	/* text-align: center; */
}
/* .bx-content-inner .fa-angle-right:before { */
	/* content: "/"; */
/* } */
.bx-breadcrumb-item {
	font-size: max(0.75rem, 12px);
}
.bx-breadcrumb-item-angle {
	color: #545454;
	margin: 0 0.5rem;
}

.bx-breadcrumb-item-link {
	text-decoration: none;
}
.smart-filter-section {
	border-top: dashed 1px #B1B1B1;
}
.smart-filter-parameters-boxes {
	padding: 1.5rem 0;
}
.smart-filter-parameters-box {
	margin-right: 2rem;
	margin-bottom: 1rem;
}
.smart-filter-angles:after, .smart-filter-angles:before {
	width: 0.5rem;
    height: 0.125rem;
	background-color: #545454;
}
.smart-filter-angles:after {
	margin-left: 0.25rem;
}
.smart-filter-parameters-box-title {
	border-radius: 0.25rem;
	border: 1px solid #CACACA;
	padding: 0.375rem 0.5rem 0.4125rem 1.5rem;
}
.smart-filter-parameters-box-title-text {
	color: #545454;
	font-size: max(0.75rem, 12px);
	text-transform: uppercase;
}
.smart-filter-parameters-box-title1 .smart-filter-parameters-box-title-text {
	color: #000;
	font-size: 1rem;
    line-height: 1.6;
	font-weight: 700;
	letter-spacing: 0.3rem;
}
.smart-filter-parameters-line {
	height: 2rem;
	width: 100%;
}
.smart-filter-popup-result {
	display: none!important;
}
.smart-filter-input-group-checkbox {
	margin-right: 0.5rem;
	margin-bottom: 0.125rem;
}
.smart-filter-input-group-checkbox-list {
	text-align: left;
}
.smart-filter-checkbox-label {
	min-height: 0;
}
.form-check-input:checked {
	background-color: #C89552;
    border-color: #C89552;
}
.form-check-input:focus {
	box-shadow: none;
}
.smart-filter-checkbox-btn {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: none;
    border-radius: 0;
    background-color: #fff;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 3H7C4.79086 3 3 4.79086 3 7V17C3 19.2091 4.79086 21 7 21H17C19.2091 21 21 19.2091 21 17V7C21 4.79086 19.2091 3 17 3Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    color: #000;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    transition: border .3s ease,box-shadow .1s ease,color .3s ease;
}
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 2C5.67392 2 4.40215 2.52678 3.46447 3.46447C2.52678 4.40215 2 5.67392 2 7V17C2 18.3261 2.52678 19.5979 3.46447 20.5355C4.40215 21.4732 5.67392 22 7 22H17C18.3261 22 19.5979 21.4732 20.5355 20.5355C21.4732 19.5979 22 18.3261 22 17V7C22 5.67392 21.4732 4.40215 20.5355 3.46447C19.5979 2.52678 18.3261 2 17 2H7ZM15.73 10.684C15.8198 10.5881 15.8899 10.4755 15.9362 10.3526C15.9825 10.2296 16.0041 10.0988 15.9998 9.96747C15.9956 9.83617 15.9655 9.707 15.9113 9.58732C15.8571 9.46765 15.7799 9.35982 15.684 9.27C15.5881 9.18018 15.4755 9.11011 15.3526 9.06381C15.2296 9.01751 15.0988 8.99588 14.9675 9.00015C14.8362 9.00442 14.707 9.03451 14.5873 9.08871C14.4677 9.1429 14.3598 9.22014 14.27 9.316L11.187 12.606L9.664 11.253C9.46446 11.0871 9.20825 11.0053 8.9495 11.0248C8.69075 11.0443 8.44972 11.1637 8.27732 11.3576C8.10493 11.5516 8.01467 11.8049 8.02562 12.0642C8.03657 12.3234 8.14787 12.5683 8.336 12.747L10.586 14.747C10.7807 14.9199 11.0352 15.0101 11.2953 14.9983C11.5554 14.9866 11.8007 14.8738 11.979 14.684L15.73 10.684Z' fill='black'/%3E%3C/svg%3E");
}
.smart-filter-block {
	position: absolute;
	left: 0;
	top: 105%;
	border-radius: 0.25rem;
	background: #FFF;
	border: 1px solid #CACACA;
	padding: 0.75rem 0.75rem 0;
	z-index: 1;
}
.smart-filter-button-box .smart-filter-block {
	position: static;
	text-align: center;
	border: none;
}
#set_filter {
	border-color: #545454;
    background-color: #545454;
    color: #FFFFFF;
}
#del_filter {
	border-color: #C89552;
    background-color: #C89552;
	color: #FFFFFF;
	padding-left: 2rem;
	position: relative;
	text-decoration: none;
	margin-left: 1.5rem;
}
#del_filter:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.46399 15.5351L15.536 8.46509M8.46399 8.46509L15.536 15.5351' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	position: absolute;
	left: 0.225rem;
	top: 50%;
	transform: translateY(-44%);
}
#set_filter:not(:disabled):not(.disabled):active:focus, #del_filter:not(:disabled):not(.disabled):active:focus, #set_filter:not(:disabled):not(.disabled):focus, #del_filter:not(:disabled):not(.disabled):focus {
	box-shadow: none;
}
.bx-no-touch .product-item-container.hover {
	height: auto!important;
}
.product-item {
	padding: 1rem 0 0 0;
}
.bx-no-touch .product-item-container.hover .product-item {
	animation: none!important;
	-webkit-animation: none!important;
	position: static;
    right: 0;
    left: 0;
    padding: 1rem 0 0 0;
    width: auto;
    border-color: transparent;
    box-shadow: none;
}
.bx-catalog-element {
	text-align: left;
}
.bx-content-inner h4 {
	color: #000;
	font-size: max(0.875rem, 12px);
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0.5rem;
}
.bx-content-inner h1 {
	margin-bottom: 2rem;
	text-align: center;
	text-transform: uppercase;
}
.bx-catalog-element h1 {
	color: #000;
	text-align: left;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2rem;
	margin-bottom: 0.25rem;
}
.bx-catalog-element h5 {
	color: #B1B1B1;
	font-size: max(0.75rem, 12px);
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.075rem;
}
.product-item-detail-pay-block {
	border: none;
	padding: 2.625rem 0 1.5rem;
	border-bottom: solid 2px #545454;
	margin-bottom: 1.375rem;
}
.product-item-detail-qiantitylimit-block {
	position: absolute;
	left: 0;
	top: 0;
}
.product-item-quantity {
	color: #545454;
	font-size: max(0.75rem, 12px);
}
.product-item-detail-qiantitylimit-block svg {
	width: 1.125rem;
	height: 1.125rem;
	margin-right: 0.675rem;
}
.product-item-detail-info-container-title {
	display: none;
}
.product-item-detail-price-old {
	color: #545454;
	font-size: 1.5rem!important;
	font-weight: 400;
	line-height: 2;
	margin-right: 1.375rem;
}
.product-item-detail-price-current {
	color: #000;
	font-size: 1.5rem!important;
	font-weight: 400;
	line-height: 2;
}
.product-item-amount {
	text-align: left;
	padding: 0;
}
.product-item-amount-field-container {
	margin: 0;
	display: inline-flex;
}
.product-item-amount-description-container {
	display: none;
}
.product-item-amount-field {
	width: 3rem;
	height: 1.875rem;
	border: 1px solid #B1B1B1;
	padding: 0.375rem 0;
	font-size: 1rem;
	color: #000;
}
.product-item-amount-field-btn-plus {
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 0.25rem 0rem 0rem 0.25rem;
	background: #FAFAFA;
}
.product-item-amount-field-btn-minus {
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 0.25rem 0rem 0rem 0.25rem;
	background: #FAFAFA;
}
.product-item-amount-field-btn-minus:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.6668 8.66659H8.66683H7.3335H3.3335V7.33325H7.3335H8.66683H12.6668V8.66659Z' fill='%23808080'/%3E%3C/svg%3E");
	background-size: 1rem;
}
.product-item-amount-field-btn-plus:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.6668 8.66658H8.66683V12.6666H7.3335V8.66658H3.3335V7.33325H7.3335V3.33325H8.66683V7.33325H12.6668V8.66658Z' fill='%23808080'/%3E%3C/svg%3E");
	background-size: 1rem;
}
.btn-link.product-item-detail-buy-button {
	border-radius: 0.25rem;
	background: #000;
	color: #FFF;
	font-size: max(0.75rem, 12px);
	font-weight: 400;
	line-height: 1.75rem;
	text-decoration: none;
	width: 9.375rem;
	height: 1.875rem;
	margin: -2.25rem 0 0 8.25rem;
	padding: 0;
}
.product-item-detail-properties-dots {
	
}
.product-item-detail-properties {
	width: 48%;
	margin-right: 4%;
}
.product-item-detail-properties:last-child {
	margin-right: 0;
}
.product-item-detail-properties-name, .product-item-detail-properties-value {
	color: #545454;
	font-size: max(0.875rem, 12px);
}
.product-item-detail-properties-value {
	white-space: nowrap;
}
.product-item-detail-properties-link {
	margin-top: 2rem;
	text-align: right;
}
.product-item-detail-properties-link svg {
	margin-left: 0.25rem;
}
.product-item-detail-properties-link a {
	color: #545454;
	font-size: max(0.75rem, 12px);
	padding: 0 0.125rem;
	text-decoration: none;
}
.product-item-detail-properties-link a span {
	border-bottom: dashed 2px #545454;
}
.product-item-detail-tabs-container-fixed.active {
	display: none;
}
.product-item-label-bottom {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	bottom: -0.8125rem;
}
.product-item-label-ring {
	display: none;
}
.product-item-label-text span {
	background: #FFFFFF;
	color: #545454;
}
.product-item-label-text.product-item-label-small span {
	margin: 0;
	font-size: 1rem;
	padding: 0 2rem;
}
.product-item-label-bottom:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #545454;
	z-index: 0;
}
.product-item-label-bottom>div {
	margin: 0 2rem;
	z-index: 1;
}
.product-item-label-text.product-item-label-big span {
	background: #FFFFFF;
	color: #545454;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}
.product-item-detail-slider-controls-block {
	margin-top: 3.125rem;
	min-height: 11.4325rem;
}
.product-item-detail-slider-controls-image {
	outline: none;
	width: 13.25rem;
	height: 9.375rem;
	margin: 0 1rem;
	padding: 0;
}
.product-item-detail-slider-controls-image img {
	max-width: 13.25rem;
	max-height: 9.375rem;
	object-fit: cover;
}
.product-item-bottom-data {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 180px;
	padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}
.product-item-bottom-data-label {
	position: relative;
	text-align: center;
}
.product-item-bottom-data-label span {
	position: relative;
	background: #FFFFFF;
	font-size: max(0.875rem, 12px);
	color: #545454;
	padding: 0 2rem;
	z-index: 1;
}
.product-item-bottom-data-label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #545454;
	z-index: 0;
}
.product-item-bottom-data-flex {
	align-items: center;
	padding: 1rem 0;
}
.product-item-bottom-data-left {
	width: 50%;
	text-align: center;
}
.product-item-bottom-data-right {
	width: 50%;
}
.product-item-bottom-data-item {
	color: #545454;
	font-size: max(0.875rem, 12px);
	line-height: 1.875rem;
	text-transform: uppercase;
}
.product-item-bottom-data-item div {
	width: 50%;
}
.product-item-detail-video video {
	width: 100%;
}
.product-item-detail-tab-content {
	padding: 0;
}
.product-item-detail-tab-content[data-value="description"] {
	padding: 3rem 2rem 2rem;
	color: #545454;
	font-size: max(0.875rem, 12px);
	line-height: 2;
}
.product-item-details-properties-container {
	padding-top: 2.875rem;
	padding-bottom: 2.875rem;
}
.product-item-details-properties-container h4 {
	color: #545454;
	font-size: 1.25rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
.product-item-details-properties {
	border-top: solid 2px #545454;
	padding: 2.75rem 2rem;
}
.product-conditions {
	padding: 2.875rem 6.25rem;
	border-radius: 0.25rem;
	background: #F8F8F8;
}
.product-condition {
	width: 31%;
	margin-right: 4%;
}
.product-condition:last-child {
	margin-right: 0;
}
.product-condition svg {
	margin-right: 0.5rem;
	height: 2.625rem;
	vertical-align: bottom;
}
.product-condition h4 {
	color: #545454;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.7;
	padding-bottom: 1.375rem;
	border-bottom: solid 1px #545454;
	margin-bottom: 1.25rem;
}
.product-condition li {
	color: #545454;
	font-size: max(0.875rem, 12px);
	line-height: 1.6;
    margin-bottom: 0.25rem;
}
.nav-link {
	font-size: max(0.75rem, 12px);
}
.product-item-image-slider-control-container {
	display: none!important;
}
.product-item-image-slider-slide-container {
	padding-bottom: 1rem;
}
.catalog-section-list-tile-list {
	/* display: none; */
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
}
.catalog-section-list-item {
	border-radius: 0.25rem;
    border: 1px solid #CACACA;
	margin: 0 0.25rem 1.25rem;
	padding: 0.25rem;
	width: calc(25% - 0.5rem);
}
.catalog-section-list-item a {
	display: inline-block;
	color: #545454;
    font-size: max(0.75rem, 12px);
	font-weight: 700;
	white-space: nowrap;
    text-transform: uppercase;
	text-decoration: none;
}
.catalog-section-list-item:hover {
	border-color: #C89552;
}
.catalog-section-list-item-img {
	padding-top: 76%;
	background-size: contain;
}
.sort a {
	border-radius: 0.25rem;
    border: 1px solid #CACACA;
    padding: 0.375rem 2rem 0.4125rem;
	margin: 0 0.25rem;
	color: #545454;
    font-size: max(0.75rem, 12px);
    text-transform: lowercase;
	text-decoration: none;
}
.sort a.active {
	border-color: #C89552;
}
.product-item-button:focus {
	outline: none;
}
.product-item-small-card {
	margin-bottom: 2rem;
}
.product-item-recommend h4 {
	color: #000;
	font-size: max(0.875rem, 12px);
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	margin-top: 0.5rem;
	text-align: center;
}
.product-item-recommend {
	padding: 3rem 0 0;
}
.product-item-recommend h2 {
	text-align: center;
}
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
	max-width: 100vw;
}
@media (min-width: 776px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 760px;
    }
}
@media (min-width: 960px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 920px;
    }
}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1180px;
    }
}
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1390px;
    }
}
.fullwidth-container {
    width: 100vw;
	margin-left: -1rem;
	margin-right: -1rem;
}
@media (min-width: 776px) {
	.fullwidth-container {
		margin-left: calc(388px - 50vw - 1rem);
		margin-right: calc(388px - 50vw - 1rem);
	}
}
@media (min-width: 960px) {
	.fullwidth-container {
		margin-left: calc(480px - 50vw - 1rem);
		margin-right: calc(480px - 50vw - 1rem);
	}
}
@media (min-width: 1200px) {
	.fullwidth-container {
		margin-left: calc(598px - 50vw - 1rem);
		margin-right: calc(598px - 50vw - 1rem);
	}
}
@media (min-width: 1400px) {
	.fullwidth-container {
		margin-left: calc(700px - 50vw - 1rem);
		margin-right: calc(700px - 50vw - 1rem);
	}
}
@media (min-width: 1600px) {
	.fullwidth-container {
		margin-left: calc(706px - 50vw - 1rem);
		margin-right: calc(706px - 50vw - 1rem);
	}
}
@media (min-width: 1920px) {
	.fullwidth-container {
		margin-left: calc(706px - 50vw - 1rem);
		margin-right: calc(706px - 50vw - 1rem);
	}
}
.catalog_item_right_column {
	min-height: 0;
	padding-bottom: 12rem;
}
@media (min-width: 776px) {
	.catalog_item_right_column {
		min-height: 467px;
		padding-bottom: 0;
	}
}
@media (min-width: 960px) {
	.catalog_item_right_column {
		min-height: 526px;
		padding-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.catalog_item_right_column {
		min-height: 622px;
		padding-bottom: 0;
	}
}
@media (min-width: 1400px) {
	.catalog_item_right_column {
		min-height: 699px;
	}
}
.bitrix_contacts h2 {
	text-align: center;
}
.main_contacts {
	position: relative;
}
.main_contacts h2 {
	margin-bottom: 1.5rem;
}
.main_contacts_svg {
	position: absolute;
	top: 0;
	left: 18.5%;
	z-index: -1;
}
.main_contacts_contacts {
	display: flex;
	height: 10rem;
	justify-content: center;
	padding: 5rem 0 3.75rem;
	font-size: 1rem;
	color: #545454;
}
.main_contacts_contacts a {
	color: #545454;
	text-decoration: none;
}
.main_contacts_contacts_left {
	width: 33%;
    margin-right: 2.75rem;
    text-align: right;
}
.main_contacts_contacts_left svg {
	width: 1.25rem;
	vertical-align: middle;
	margin-right: 0.75rem;
}
.main_contacts_contacts_middle {
	padding: 0 2.75rem;
	border-left: solid 1px #545454;
	border-right: solid 1px #545454;
}
.main_contacts_contacts_right {
	width: 33%;
	margin-left: 2.75rem;
	text-align: left;
	font-weight: 700;
}
.main_contacts_wt, .main_contacts_wt_strong {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
}
.main_contacts_wt_strong {
	font-weight: 700;
	margin-bottom: 3.25rem;
}
.main_contacts_wt_left {
	width: 49.5%;
	margin-right: 1%;
	text-align: right;
}
.main_contacts_wt_right {
	width: 49.5%;
	text-align: left;
}
.main_contacts_social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem;
	margin-bottom: 4rem;
}
.main_contacts_social_left {
	cursor: pointer;
}
.main_contacts_social_left:hover {
	color: #BAAC98;
}
.main_contacts_social_middle {
	padding: 0 6rem;
}
.main_contacts_social_middle a, .main_contacts_social_right a {
	text-decoration: none;
}
.main_contacts_social svg {
	height: 1.5rem;
	vertical-align: middle;
	margin-right: 0.5rem;
}
.main_contacts_socials {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D9D9D9;
	font-size: max(0.75rem, 12px);
	height: 7.5rem;
	color: #FFFFFF;
}
.main_contacts_socials svg {
	height: 1.25rem;
	vertical-align: middle;
	margin-right: 0.5rem;
}
.main_contacts_socials_text {
	font-size: max(0.875rem, 12px);
	margin-right: 4rem;
}
.main_contacts_socials_left {
	margin-right: 2.25rem;
}
.main_contacts_socials_middle {
	margin-right: 2.25rem;
}
.main_contacts_socials_right {
	margin-right: 2.25rem;
}
.main_contacts_points {
	position: relative;
	text-align: left;
	margin-top: 3rem;
	margin-bottom: 8rem;
}
.main_contacts_points:after {
	position: absolute;
	bottom: -11.5rem;
	left: 28%;
	content: url("data:image/svg+xml,%3Csvg width='373' height='1029' viewBox='0 0 373 1029' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M373 6.13332e-05L131.492 0L0 1029H40.938H241.508L373 6.13332e-05Z' fill='%23E3DED6'/%3E%3C/svg%3E");
	z-index: -1;
}
.main_contacts_points svg {
	position: absolute;
	top: -2rem;
	z-index: -1;
}
.main_contacts_point_title {
	color: #BAAC98;
	font-size: 1.5rem;
	padding: 0.75rem 0;
	border-bottom: solid 1px #BAAC98;
	margin-bottom: 1.75rem;
}
.main_contacts_point {
	display: flex;
	margin-bottom: 2rem;
	font-size: max(0.75rem, 12px);
	font-weight: 500;
}
.main_contacts_point h4 {
	font-size: 1rem;
	text-align: left;
}
.main_contacts_point_map {
	width: 48%;
	margin-right: 4%;
}
.main_contacts_point_data {
	width: 48%;
}
.main_contacts_point_data_flex {
	display: flex;
	margin-bottom: 2rem;
}
.main_contacts_point_data_left {
	width: 38%;
	margin-right: 5%;
}
.main_contacts_point_data_right {
	width: 38%;
}
.main_contacts_recs {
	position: relative;
	margin-bottom: 7rem;
}
.main_contacts_recs_card {
	position: absolute;
	left: 20%;
	top: 0;
}
.main_contacts_recs_card svg {
	margin-bottom: 0.5rem;
	width: 5rem;
}
.main_contacts_rec {
	display: flex;
	justify-content: center;
	margin-bottom: 0.3125rem;
}
.main_contacts_rec_mb {
	margin-bottom: 2.25rem;
}
.main_contacts_rec_left {
	width: 49.5%;
	margin-right: 1%;
	text-align: right;
}
.main_contacts_rec_right {
	width: 49.5%;
	text-align: left;
}
.main_brands {
	margin-top: 3.5rem;
	margin-bottom: 5rem;
}
.main_brands_popular {
	padding: 2.5rem 0;
	background-color: #BAAC98;
}
.main_brands_popular h3 {
	text-transform: uppercase;
	color: #FFFFFF;
}
.main_brands_popular hr {
	height: 2px;
	background-color: #FFFFFF;
}
.main_brands_popular_in {
	padding: 1rem 2rem;
}
.main_brands_popular_in a {
	color: #FFFFFF;
}
.main_brands_item a {
	text-decoration: none;
}
.main_brands_col {
	width: 24%;
	margin-right: 1%;
	text-align: left;
}
.main_brands_before {
	margin-top: 2rem;
}
.main_brands_all_in {
	padding: 1rem 2rem;
}
.main_brands_letter {
	font-size: 2.25rem;
	color: #BAAC98;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.product-item-container { position: relative;border: solid 1px transparent; transition: border-color 0.5s; padding: 1rem;}

.product-item-container:hover { background: #fff; border: solid 1px #000000; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding-top: 1rem;
	width: 100%;
	border: 1px solid transparent;
}

.bx-touch .product-item {
	padding: 1rem 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item {
	-webkit-animation: product-item-hover 300ms 1 ease;
	animation: product-item-hover 300ms 1 ease;
}

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	padding-top: 100%;
	width: 100%;
	margin-bottom: 1.5rem;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: var(--theme-color-primary);
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: block;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover { background-color: var(--primary); }

/*Title*/
.product-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 1rem;
	text-transform: uppercase;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	transition: 250ms linear all;
}

@media (max-width: 1199px) {
	.product-item-big-card .product-item-title a { font-size: 18px; }
}

@media (max-width: 991px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

@media (max-width: 767px) {
	.product-item-big-card .product-item-title a { font-size: 14px; }
}

@media (max-width: 575px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

/*Price*/
.product-item-price-container {
	text-align: center;
	line-height: 1;
}

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 1rem;
}

.product-item-price-old {
	color: #C89552;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 1rem;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 16px; font-size: 700;}

.product-item-big-card .product-item-price-old { font-size: 16px; font-size: 700; color: #C89552;}

/*Info*/
.product-item-info-container {
	clear: both;
	margin-bottom: 8px;
}

.product-item-info-container-title { font-size: 12px; }

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

/*.product-item-big-card .product-item-amount-field-container { text-align: left; }*/

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity { font-size: 12px; }

/*region Properties */
.product-item-properties {
	display: block;
	margin: 0;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 12px;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-block-title { font-size: 12px; }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}


.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #000; }

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

.product-item-flex, .product-item-bottom {
	display: flex;
}
.product-item-bottom {
	justify-content: center;
	align-items: center;
	margin-top: 1.5rem;
	opacity: 0;
	transition: opacity 0.5s;
	pointer-events: none;
}

.product-item-container:hover .product-item-bottom {
	opacity: 1;
	pointer-events: auto;
}
.product-item-price-container {
	margin-left: auto;
}
.product-item-button {
	background: none;
	color: #545454;
	border: none;
	width: 9.5rem;
	height: 2.875rem;
	border-radius: 0.25rem;
	transition: background-color 0.5s, color 0.5s;
	margin: 0 1px;
}
.product-item-button span {
	transition: color 0.5s;
}
.product-item-button:hover, .product-item-button.wished, .product-item-button.incart {
	color: #FFFFFF;
}
.product-item-button:hover span, .product-item-button.wished span, .product-item-button.incart span {
	color: #FFFFFF;
}
.product-item-button svg {
	margin-right: 0.5rem;
}
.product-item-button svg path {
	transition: fill 0.5s, stroke 0.5s;
}
.product-item-button.wished {
	background-color: #C89552;
}
.product-item-button.incart {
	background-color: #C89552;
}
.product-item-button:hover, .product-item-button.wished:hover, .product-item-button.incart:hover {
	background-color: #000000;
}
.product-item-button:hover svg path[stroke], .product-item-button.wished svg path[stroke], .product-item-button.incart svg path[stroke] {
	/* fill: #FFFFFF; */
	stroke: #FFFFFF;
}
.product-item-button:hover svg path[fill], .product-item-button.wished svg path[fill], .product-item-button.incart svg path[fill] {
	fill: #FFFFFF;
	/* stroke: #FFFFFF; */
}
.product-item-prop {
	text-align: center;
	position: relative;
}
.product-item-prop span {
	position: relative;
	background: #FFFFFF;
	padding: 0 2rem;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.25rem;
	z-index: 1;
}
.product-item-prop:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #545454;
}
.product-item-flex {
	margin-top: 1.8125rem;
}
.main_brand_container h2 {
	margin-bottom: 2rem;
}
.projects_filter {
	margin-bottom: 4.25rem;
}
.projects_filter button {
	border-radius: 0.25rem;
	background: #FFFFFF;
	color: #000000;
	border: solid 1px #D9D9D9;
	outline: none;
	margin-right: 1.25rem;
	margin-bottom: 1rem;
	padding: 0.375rem 2.25rem;
	text-transform: uppercase;
	font-size: max(0.75rem, 12px);
}
.projects_filter button.active {
	border: solid 1px #C89552;
	background: #C89552;
	color: #FFFFFF;
}
.projects_filter button:hover, .projects_filter button:active {
	outline: none;
}
.news_filter {
	max-width: 900px;
	margin: 0 auto 4.25rem;
}
.news_filter button {
	border-radius: 0.25rem;
	background: #FFFFFF;
	color: #000000;
	border: solid 1px #D9D9D9;
	outline: none;
	margin-right: 1.25rem;
	margin-bottom: 1rem;
	padding: 0.375rem 2.25rem;
	text-transform: uppercase;
	font-size: max(0.75rem, 12px);
}
.news_filter button.active {
	border: solid 1px #C89552;
	background: #C89552;
	color: #FFFFFF;
}
.news_filter button:hover, .news_filter button:active {
	outline: none;
}
.news-list-slider-slide {
	border-radius: 0.25rem;
	height: 100%;
	overflow: hidden;
}
.news-list-slider-slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.news-list {
	position: relative;
}
.news-list .navigation-arrows {
	display: none;
}

.news-list-svg1 {
	position: absolute;
	width: min-content;
	top: -16.5rem;
	left: 73%;
	z-index: -1;
}
.news-list-svg2 {
	position: absolute;
	width: min-content;
	top: -3.5rem;
	left: 2%;
	z-index: -1;
}
.main_brand_container {
	padding-bottom: 5rem;
	text-align: center;
}
.main_brand_container .news-list-item {
	position: relative;
	width: 50%;
}
.main_brand_container .news-list .card-title, .main_brand_container .news-list .card-title a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0;
}
.main_brand_container .card-body {
	position: absolute;
	width: calc(100% - 3rem);
	text-align: left;
	bottom: 2rem;
	left: 2.5rem;
	padding: 0;
	opacity: 0;
	transition: opacity 0.3s;
    z-index: 500;
}
.main_brand_container .card-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;
	z-index: 100;
}
.card:hover .card-body, .card:hover .card-shadow {
	opacity: 1;
}
.main_brand_container .card-body h4 {
	width: 70%;
}
.main_brand_container .card-text {
	display: none;
}
.main_brand_container .card-props {
	position: absolute;
	top: 0;
	right: 94%;
	z-index: 101;
}
.main_brand_container .news-list-more-container {
	position: absolute;
	bottom: 0;
	right: 0;
}
.news-list-more-btn {
	color: #FFFFFF;
	font-size: max(0.75rem, 12px);
	text-decoration: none;
	padding-right: 1rem;
    text-transform: lowercase;
	vertical-align: sub;
}
.news-list-more-btn:after {
	content: url("data:image/svg+xml,%3Csvg width='4' height='10' viewBox='0 0 4 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 1.5L2.99079 4.98159L1.25 8.46317' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	margin-left: 1rem;
}
.news-list-post-params {
	margin-bottom: 0;
	background: #FFFFFF;
	transform-origin: right top;
	transform: rotate(-90deg);
	padding: 0 1.75rem;
    height: 2rem;
}
.news-list-icon {
	order: 2;
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.75rem;
    min-width: auto;
	background: #000000;
}
.news-list-icon42 {
	border-radius: 0.375rem;
}
.news-list-icon43 {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0L9.16938 5.17688L13.6569 2.34315L10.8231 6.83062L16 8L10.8231 9.16938L13.6569 13.6569L9.16938 10.8231L8 16L6.83062 10.8231L2.34315 13.6569L5.17688 9.16938L0 8L5.17688 6.83062L2.34315 2.34315L6.83062 5.17688L8 0Z' fill='%23545454'/%3E%3C/svg%3E");
}
.news-list-param, .news-list-value {
	order: 1;
	font-size: max(0.625rem, 12px);
	text-transform: uppercase;
	padding: 0;
	color: #000000;
}
.main_brand_container .news-list-item-embed-slider {
	margin-bottom: 0;
	padding-bottom: 55.25%;
}
.bx-content-inner .main_brand_container .fa-angle-right:before {
	content: "\f105";
}
.bx-pagination .bx-pagination-container ul li {
	margin: 0 1rem;
}
.bx-pagination .bx-pagination-container ul li a {
	min-width: 0;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev {
	width: 11px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3724 0.989793C10.2563 0.873385 10.1184 0.781028 9.96653 0.718012C9.81467 0.654995 9.65186 0.622559 9.48744 0.622559C9.32303 0.622559 9.16022 0.654995 9.00836 0.718012C8.8565 0.781028 8.71856 0.873385 8.60244 0.989793L0.292444 9.29979C0.199741 9.39231 0.126193 9.5022 0.0760117 9.62317C0.0258302 9.74414 0 9.87383 0 10.0048C0 10.1358 0.0258302 10.2654 0.0760117 10.3864C0.126193 10.5074 0.199741 10.6173 0.292444 10.7098L8.60244 19.0198C9.09244 19.5098 9.88245 19.5098 10.3724 19.0198C10.8624 18.5298 10.8624 17.7398 10.3724 17.2498L3.13244 9.99979L10.3824 2.74979C10.8624 2.26979 10.8624 1.46979 10.3724 0.989793Z' fill='%23BAAC98'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	margin: 0 2rem -0.375rem 0;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next {
	width: 12px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.12071 19.0098C1.61071 19.4998 2.40071 19.4998 2.89071 19.0098L11.2007 10.6998C11.2934 10.6073 11.367 10.4974 11.4171 10.3764C11.4673 10.2555 11.4932 10.1258 11.4932 9.9948C11.4932 9.86384 11.4673 9.73415 11.4171 9.61318C11.367 9.49221 11.2934 9.38232 11.2007 9.2898L2.89071 0.979805C2.40071 0.489805 1.61071 0.489805 1.12071 0.979805C0.630713 1.4698 0.630713 2.2598 1.12071 2.7498L8.36071 9.9998L1.11071 17.2498C0.630713 17.7298 0.630713 18.5298 1.12071 19.0098Z' fill='%23BAAC98'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	margin: 0 0 -0.375rem 2rem;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span {
	display: none;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
	display: none;
}
.bx-pagination.bx-green .bx-pagination-container ul li span {
	background: none;
	min-width: 0.5rem;
	border-radius: 0;
	padding: 0 0.25rem;
}
.bx-pagination.bx-green .bx-pagination-container ul li span:hover {
	background: none;
	box-shadow: none;
}
.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
	background: none;
	color: #545454;
	border-bottom: solid 1px #545454;
}
@media (max-width: 767px) {
	.main_swiper {
		height: calc(100vh - 4.875rem);
	}
	.main_swiper .swiper-slide:nth-child(1) .shadow1 {
		left: 77.5%;
	}
	.main_swiper .swiper-slide .shadow2 {
		display: none;
	}
	.main_swiper .swiper-slide .shadow3 {
		display: none;
	}
	.main_swiper .swiper-slide .shadow4 {
		display: none;
	}
	.main_swiper .swiper-slide .shadow5 {
		display: none;
	}
	.main_swiper > svg {
		display: none;
	}
	.main_swiper .central {
		width: 96%;
		top: 44%;
	}
	.main_swiper .central h2 {
		font-size: 1.875rem;
		margin-bottom: 1.5rem;
	}
	.main_swiper .swiper-pagination {
		font-size: 1.25rem;
		line-height: 1.125;
	}
	.main_swiper .swiper-button-next, .main_swiper .swiper-button-prev {
		bottom: 1.5rem;
	}
	.main_swiper .swiper-pagination {
		bottom: 1.5rem;
	}
	.subscribe_form {
		flex-wrap: wrap;
		padding: 0.375rem;
		justify-content: center;
	}
	.subscribe_form_title {
		width: 100%;
		text-align: center;
		padding: 1.125rem 0 2rem;
	}
	.subscribe_form_item {
		display: block;
		width: 31.33%;
		text-align: center;
		line-height: 1;
		padding: 0;
	}
	.subscribe_form_item svg {
		width: 2rem;
		margin-right: 0;
		margin-bottom: 0.375rem;
	}
	.bx-subscribe {
		margin-top: 2.125rem;
		margin-bottom: 3.25rem;
	}
	.bx-subscribe-flex {
		flex-wrap: wrap;
	}
	.bx-subscribe-flex .bx-input-group {
		width: 100%;
		flex-wrap: wrap;
		background: none;
		padding: 0;
	}
	.bx-subscribe-flex input {
		width: 100%;
		text-align: center;
		margin-bottom: 0.375rem;
	}
	.bx-subscribe .bx-input-group .bx-form-control {
		background: #FFFFFF;
		padding: 0.75rem 1rem;
	}
	.bx_subscribe_submit_container {
		width: 100%;
		text-align: center;
	}
	.bx_subscribe_submit_container button {
		margin-top: 1.5rem;
        margin-left: 0;
	}
	.bx-footer-logo {
		display: block;
		text-align: center;
		margin-bottom: 3.5rem;
	}
	.bx-footer-logo svg {
		display: none;
	}
	.bx-footer-logo svg:last-child {
		display: inline;
	}
	.bx-footer-section .bx-block-title {
		margin-bottom: 1rem;
	}
	.footer_bottoms_left {
		width: 55%;
		margin-right: 10%;
		flex-flow: column;
		padding-top: 0.75rem;
	}
	.footer_address {
		margin-bottom: 0.75rem;
	}
	.footer_bottom {
		width: 100%;
		line-height: 1;
	}
	.footer_email {
		margin-bottom: 0.75rem;
	}
	.footer_phone {
		margin-bottom: 0.75rem;
	}
	.footer_bottom_right {
		width: 35%;
		line-height: 1.7;
	}
	.footer_menus {
		margin-top: 3.5rem;
	}
	.product-item-label-bottom>div {
		margin: 0;
	}
	.product-item-detail-slider-controls-block {
		display: none;
	}
	.product-item-detail-slider-container {
		padding-bottom: 4rem;
	}
	.product-item-details-properties-container {
		padding: 1rem 0;
	}
	.product-item-details-properties-container h4 {
		text-align: center;
	}
	.product-item-details-properties {
		padding: 2rem 1.75rem;
		width: 100%;
	}
	.product-item-detail-properties {
		width: 100%;
		margin-right: 0;
	}
	.product-conditions {
		padding: 0;
		flex-flow: column;
		margin-left: -2rem;
		width: 100vw;
	}
	.product-condition {
		width: 100%;
		margin-right: 0;
		padding: 1.375rem;
	}
	.product-condition svg {
		margin-right: 1rem;
	}
	.product-condition-title {
		padding: 1.25rem;
	}
	.product-condition-text {
		padding: 0.25rem;
	}
	.product-item-detail-tab-container {
		width: 100vw;
		margin: 0 -1rem;
	}
	.product-item-detail-tab-container .col {
		padding: 0;
	}
	.product-item-bottom {
		opacity: 1;
	}
	.yt_swiper svg {
		width: 30%;
		height: 30%;
	}
	.bx-footer {
		padding-bottom: 4rem;
	}
	.catalog-section-list-item {
		width: 50%;
	}
	.catalog-section-list-item-img {
		min-height: 22vw;
	}
	.main_brand_container .news-list-item {
		width: 100%;
	}
	.main_brand_container .card-body {
		opacity: 1;
		left: 1rem;
		bottom: 1rem;
		width: calc(100% - 2rem);
	}
	.news-list-post-params {
		padding: 0 0.5rem;
		height: 1.5rem;
	}
	.main_brand_container .news-list .card-title {
		text-align: left;
	}
	.news-list-more-btn {
		padding-right: 0;
	}
	.news-list-slider-arrow-container-left .news-list-slider-arrow {
		display: none;
	}
	.news-list-slider-arrow-container-right .news-list-slider-arrow {
		display: none;
	}
	.sort a {
		display: block;
		width: max-content;
		margin: 0.75rem auto;
	}
	.smart-filter-parameters-boxes {
		justify-content: start!important;
	}
}
.popup-window-buttons .btn-primary {
    border-color: #baac98;
    background-color: #baac98;
	outline: none;
	box-shadow: none;
}
.popup-window-buttons .btn-primary:not(:disabled):not(.disabled):active {
    border-color: #baac98;
    background-color: #baac98;
	outline: none;
}
.popup-window-buttons .btn-primary:focus {
	box-shadow: none;
}
.popup-window-buttons .btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}
.development {
	display: flex;
	align-items: center;
	justify-content: end;
}
@media (max-width: 767px) {
	.development {
		justify-content: start;
	}
}
.bx-header-email a {
	color: #212529;
	text-decoration: none;
}
.bx-header-phone-block a {
	color: #212529;
	text-decoration: none;
}
.casaletto_callback_popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.casaletto_callback_popup_in {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 21rem;
	height: auto;
	max-width: 80%;
	border-radius: 0.5rem;
	background: #FFFFFF;
	padding: 2rem;
	text-align: center;
}
.callback_form_licence {
	text-align: left;
	display: flex;
	align-items: flex-start;
}
.callback_form_close {
	position: absolute;
	top: -1rem;
	right: -1rem;
	cursor: pointer;
}
.callback_form_licence .main-user-consent-request-announce-link a {
	color: #212529;
}
.casaletto_callback_popup_in h3 {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1;
	letter-spacing: 0.01rem;
	text-transform: uppercase;
	color: #535353;
	margin-bottom: 1.5rem;
}
.callback_form button {
	border-radius: 0.25rem;
    background: #6D1B29;
    color: #FFF;
    font-size: 0.75rem;
    padding: 0.75rem 2.25rem;
    height: 2.5rem;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
    margin-top: 1.5rem;
	position: relative;
}
.callback_form button:hover {
	color: #FFF;
	background: #666666;
}
.callback_form input[type=text] {
	display: block;
	margin-bottom: 0.75rem;
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 0.25rem;
	padding: 0.875rem;
	text-align: left;
}
.callback_form_licence input[type=checkbox] {
	margin-top: 0.25rem;
	margin-right: 0.5rem;
}
#cp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 300px;
	padding: 15px;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	display: none;
	z-index: 2500;
	font-size: 0.75rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#cp span a {
	text-decoration: underline;
	color: #757575;
}
#cp .btn {
	padding: 3px 70px;
	color: #ffffff;
	background: #BAAC98;
}
@media (max-width: 767px) {
	#cp {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.bitrix_contacts {
		padding-top: 1rem;
	}
	.bitrix_contacts .main_brand_title {
		margin-bottom: 0.25rem;
	}
	.main_contacts_contacts {
		flex-flow: column;
		padding: 0.5rem 0 0;
		height: auto;
	}
	.main_contacts_svg {
		display: none;
	}
	.main_contacts_contacts_left, .main_contacts_contacts_middle, .main_contacts_contacts_right {
		width: 80%;
		text-align: center;
		border: none;
		padding: 0.75rem 0;
		margin: 0 auto;
	}
	.main_contacts_contacts_left, .main_contacts_contacts_middle {
		border-bottom: solid 1px #545454;
	}
	.main_contacts_wt {
		margin-top: 3.5rem;
	}
	.main_contacts_wt_left {
		width: 37%;
		margin-right: 6%;
	}
	.main_contacts_wt_strong {
		margin-bottom: 2.25rem;
	}
	.main_contacts_social {
		flex-flow: column;
	}
	.main_contacts_social_left, .main_contacts_social_middle, .main_contacts_social_right {
		width: 100%;
		padding: 0.75rem 0;
		border: none;
		text-align: center;
	}
	.main_contacts_social_left, .main_contacts_social_middle {
		border-bottom: solid 1px #545454;
	}
	.main_contacts_socials {
		display: none;
	}
	.main_contacts_point {
		flex-flow: column;
	}
	.main_contacts_point_map {
		width: 100%;
		order: 2;
	}
	.main_contacts_point_data {
		width: 100%;
		order: 1;
	}
	.main_contacts_points {
		margin-bottom: 3rem;
	}
	.main_contacts_points svg {
		top: -1rem;
		right: 1rem;
	}
	.main_contacts_point_data_flex {
		flex-flow: column;
	}
	.main_contacts_point_data_left, .main_contacts_point_data_right {
		width: 100%;
		text-align: left;
		margin-right: 0;
		margin-bottom: 1rem;
		font-size: 0.875rem;
	}
	.main_contacts_point h4 {
		text-align: left;
	}
	.main_contacts_point_data_right span {
		margin-left: 1rem;
	}
	.main_contacts_recs_card {
		display: none;
	}
	.main_contacts_points:after {
		bottom: -6rem;
		left: 0%;
	}
	.main_contacts_rec_mb {
		margin-bottom: 1.5rem;
	}
	.main_contacts_rec_left {
		width: 38%;
		margin-right: 6%;
		line-height: 1.1;
	}
	.main_contacts_rec_right {
		width: 56%;
		font-size: 0.875rem;
	}
	.copyright {
		margin-bottom: 1.5rem;
	}
	.subscribe_form label span {
		padding-top: 0.25rem;
		padding-right: 0.5rem;
	}
}
/* End */
/* /bitrix/templates/casaletto/components/bitrix/sale.basket.basket.line/casaletto/style.css?17325341436010 */
/* /bitrix/templates/casaletto/components/bitrix/menu/casaletto/style.css?175568947515321 */
/* /bitrix/templates/casaletto/components/bitrix/sender.subscribe/casaletto/style.css?17556879947261 */
/* /bitrix/templates/casaletto/styles.css?175266358611584 */
/* /bitrix/templates/casaletto/template_styles.css?175852952570192 */
