

/* Start:/bitrix/templates/fraisier_bootstrap_v4/components/bitrix/advertising.banner/alert/style.css?1684114454577*/
.bx-banner-container {
/*	position: -webkit-sticky;
	position: sticky;
	top: 0;
*/	z-index: 50;
	min-height: 54px;
	width: 100%;
	padding: 10px 20px;
	outline-offset: -5px;
	outline: 2px dashed var(--theme-b-tx-primary);
	color: var(--theme-color-light);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: var(--theme-b-bg-primary);
}

.bx-banner-container a {
	color: var(--theme-b-tx-primary);
}

.bx-banner-container a:hover {
	color: var(--theme-b-tx-primary-hover);
}

.bx-touch .bx-banner-container { padding-left: 3rem; }
/* End */


/* Start:/bitrix/templates/fraisier_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4/style.css?16211730435045*/
.bx-basket { }

.basket-line-block {
	position: relative;
	padding-left: 25px;
/*	white-space: nowrap;
*/
    padding: 0px 25px;
	font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile,
.basket-line-block-icon-favorites {
	position: relative;
	margin-right: 10px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after,
.basket-line-block-icon-favorites:after {
	position: absolute;
	top: -1px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.basket-line-block-icon-profile:after {
	font-family: FontAwesome;
	content: "\f007";
	padding-left: 2px;
}

.basket-line-block-icon-cart:after {
	font-family: FontAwesome;
	content: "\f07a";
}

.basket-line-block-icon-favorites:after {
	font-family: FontAwesome;
	content: "\f004";
}

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #8d3c35;
		border-radius: .25rem;
		background: var(--theme-color-second);
		opacity: 0.95;
		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 #e4cb9ceb;
		border-radius: 1px;
		background: #e4cb9ceb;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.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 #e4cb9c;
}

.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: #e4cb9ceb;
	color: #212529;
	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 #e4cb9c;
	background: #e4cb9c;
	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 #8d3c35;
}

.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;
	border-top: 1px solid var(--theme-b-bd-primary);
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: .875rem;
	line-height: 1.5;
}

.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 #8d3c35;
	border-radius: .25rem .5rem;
}

.bx-basket-item-list-item-name {
	padding-bottom: 5px;
	font-size: .875rem;
}

.bx-basket-item-list-item-name a {
	font-size: .875rem;
	line-height: 1rem;
}

.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: var(--theme-b-tx-primary-disabled);
	text-decoration: line-through
}

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


/* Start:/bitrix/templates/fraisier_bootstrap_v4/components/bitrix/menu/bootstrap_v4/style.css?165753886312254*/
.fa-home {
	font-size: 19px;
}

.bx-top-nav-container {
	position: relative;
	padding: 0 10px;
	border-radius: .25rem;
	background: var(--theme-b-bg-primary);
}

/*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 { position: relative; }

.bx-nav-1-lvl-link {
	display: block;
	border-bottom: none;
	border-radius: 1px;
	color: var(--theme-b-tx-primary);
	text-decoration: none;
	transition: 300ms linear all;
}

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

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

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

.bx-nav-angle-top,
.bx-nav-angle-bottom {
	position: relative;
	display: block;
	background-color: transparent;
	margin-left: .25rem;
}

.bx-nav-angle-top:before,
.bx-nav-angle-bottom:before {
	font-family: FontAwesome;
	text-align: center;
	color: var(--theme-b-tx-primary);
	transition: 300ms linear all;
}

.bx-nav-angle-bottom:before {
	content: '\f107';
}

.bx-nav-angle-top:before {
	content: '\f106';
}

.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 { color: var(--theme-b-link); }

.bx-nav-1-lvl.bx-active .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-active .bx-nav-angle-bottom:before { color: var(--theme-b-link); }

.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-b-link-hover);
}

.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: var(--theme-color-second);
	opacity: 0.95;
*/
}

/**/

/**/
.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,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: absolute;
/*	top: calc(100% - 5px);*/
	z-index: 999;
	display: flex;
	background: var(--theme-color-second);
	opacity: 0.95;
	align-items: stretch;
}

.bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}

.bx-nav-2-lvl {
	display: block;
	padding: 0;
	min-width: 225px;
}

.bx-nav-2-lvl-link {
	display: block;
	padding: 3px 15px 3px;
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-nav-2-lvl-link-text {
	color: var(--theme-b-link);
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

.bx-nav-2-lvl-link.bx-active,
.bx-nav-2-lvl-link:hover {
	background: var(--theme-b-tx-primary-hover);
	color: var(--theme-b-link-hover);
}

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

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

/*endregion*/

/*region 3 lvl*/

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

.bx-nav-list-3-lvl {
	margin: 0;
	padding: 0 0 3px 0;
}

.bx-nav-3-lvl {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 180px;
}

.bx-nav-3-lvl-link {
	display: block;
	padding: 3px 15px 3px 20px;
	border-bottom: none;
	color: #333;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
	background: var(--theme-b-tx-primary-hover);
	color: var(--theme-b-link-hover);
	text-decoration: none;
}

/*endregion*/

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

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

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

/*endregion*/

/*region catinfo*/
.bx-nav-catinfo {
	position: relative;
	z-index: 120;
	padding: 15px 15px 5px;
	min-width: 200px;
	border-left: 1px solid var(--theme-b-bd-primary);
	background: var(--theme-b-tx-primary-hover);
}

.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 var(--theme-b-bd-primary);
	border-radius: .25rem .5rem;
}

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

/*endregion*/

/*region ASIDE */
.bx-menu-button-mobile {
	position: absolute;
    background: var(--theme-b-bg-primary);
    border-radius: .25rem;
	top: 8px;
	left: 5px;
	z-index: 10;
	width: 40px;
	height: 40px;
}

.bx-aside-nav-control {
	position: absolute;
	top: 0px;
	left: -4px;
	z-index: 1750;
	width: 48px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 50px;
	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: 24px;
	border-top: 5px solid var(--theme-b-tx-primary);
	border-bottom: 5px solid var(--theme-b-tx-primary);
	vertical-align: middle;
	transform: translate(-50%, -50%);
}

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

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

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

/**/
.bx-aside-nav {
	position: fixed;
	top: 54px;
	bottom: 0;
	left: 0;
	z-index: 1600;
	display: none;
	width: 100%;
	background: var(--theme-b-bg-primary);
	-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 var(--theme-color-second) !important;
	color: var(--theme-b-tx-primary);
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	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-nav-1-lvl.bx-opened .bx-nav-1-lvl-link-text {
	color: var(--theme-b-tx-primary);
}

.bx-aside-nav .bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link {
	color: var(--theme-b-link);
}

.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 {
	color: var(--theme-b-tx-primary);
}

.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;
}

.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: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.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: var(--theme-b-link);
	font-size: 14px;
}

.bx-aside-nav .bx-nav-list-2-lvl { background: var(--theme-b-tx-primary-hover); }

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

.bx-aside-nav .bx-nav-2-lvl-link:hover { background-color: var(--theme-color-second); }

.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;
	width: 100%;
}

.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	border-left: 1px solid var(--theme-b-bd-primary);
	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;
	top: 0;
}

.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;
}

@media (min-width: 1200px) {
	.bx-nav-1-lvl > a { font-size: 15px; }

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

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-nav-1-lvl > a { font-size: 13px; }

	.bx-nav-1-lvl > a span { padding: 9px 11px 12px }

}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-nav-1-lvl .bx-nav-1-lvl-link-text { font-size: 12px !important; }

	.bx-nav-1-lvl > a span { padding: 8px 4px 8px 3px; }
}

@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; }

/* End */


/* Start:/bitrix/templates/fraisier_bootstrap_v4/components/bitrix/breadcrumb/universal/style.css?16038618981172*/
.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bx-breadcrumb-item {
	height: 22px;
	white-space: nowrap;
}

.bx-breadcrumb-item-angle {
	margin: 0 10px;
	color: var(--theme-color-primary);
	vertical-align: top;
    font-weight: bold;
    font-size: 14px;
}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
    font-weight: normal;
    text-decoration: none;
}

.bx-breadcrumb-item-link:hover {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
    font-weight: normal;
    text-decoration: none;
}

.bx-breadcrumb-item-link:hover {
    color: var(--theme-b-link-hover);

}

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
/*	font: 400 14px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;*/
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
	transition: 250ms linear all;
}
/* End */


/* Start:/bitrix/templates/fraisier_bootstrap_v4/components/bitrix/search.title/bootstrap_v4/style.css?16118418241029*/
.bx-searchtitle .input-group .form-control {
	background-color: #e4cb9c80;
	opacity: 1;
	border: 1px solid var(--theme-b-bd-primary);
	border-right: none;
	border-radius: .25rem 0 0 .25rem;;
	outline: none;
	-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;
}

.search-title-button{
	background-repeat: no-repeat;
	background-position: center;
	min-width:38px;
	height:100%;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	padding: 0px;
}

.search-title-button::before {
	font-family: FontAwesome;
	font-size: 19px;
	content: "\f002";
  }

.title-search-result{
	border: 1px solid #c6c6c6;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.bx_item_block{
	display:flex;
	font-size: 14px;
	padding-bottom:5px;
	margin-bottom: 5px;
	border-bottom:1px solid #ddd;
}

.all_result,
.others_result { border: none; }

.all_result { margin-bottom: 0;}

/* End */


/* Start:/bitrix/templates/fraisier_bootstrap_v4/components/bitrix/menu/personal_menu/style.css?16040288981719*/
.list-group-item {
	background-color: var(--theme-color-second);
	border: 1px solid var(--theme-b-bd-primary);
}

.list-group-item-action:hover, .list-group-item-action:focus {
	color: var(--theme-b-link);
	background-color: var(--theme-b-tx-primary-hover);
}

/* Sidebar menu */

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

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

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

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

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

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

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

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

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

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

.bx-inclinkspersonal-item-element {
	display: block;
	padding: 10px 0 10px 15px;
	width: calc(100% - 20px);
	color: #333;
	text-transform: uppercase;
	-webkit-transition: background .3s ease, color .3s ease;
	-moz-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.bx-inclinkspersonal-item-element:after {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: 'FontAwesome';
	content: "\f105";
}

.bx-inclinkspersonal-item:hover .bx-inclinkspersonal-item-element {
	color: #fff;
}

.bx-inclinkspersonal-item-element.bx-inclinkspersonal-item-element:hover:after {
	color: #fff;
}
/* End */


/* Start:/bitrix/templates/fraisier_bootstrap_v4/styles.css?17631331201608*/
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}



.bx-authform-content-container, .bx-authform-label-container {
    font-size: 1rem!important;
    color: var(--theme-color-primary)!important;
}

.bx-authform-formgroup-container {
    margin-bottom: 1.5rem!important;
}




.vr-notify-container {
	border-radius: 0.25rem;
	outline-offset: -5px;
	outline: 2px solid var(--theme-color-second);
	z-index: 99;
	position: absolute;
	top: 0;
	background-color: white;
	padding: 1rem;
	text-align: justify;
}

@media (min-width: 1399px) {

	.vr-notify-container {
		left: 30%;
		right: 30%;
	}

}

@media (min-width: 1200px) and (max-width: 1399px) {

	.vr-notify-container {
		left: 25%;
		right: 25%;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

	.vr-notify-container {
		left: 20%;
		right: 20%;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	.vr-notify-container {
		left: 15%;
		right: 15%;
	}

}

@media (min-width: 576px) and (max-width: 767px) {

	.vr-notify-container {
		left: 10%;
		right: 10%;
		top: 35rem;
	}

}

@media (max-width: 576px) {

	.vr-notify-container {
		left: 5%;
		right: 5%;
		top: 35rem;
	}

}

.vr-close {
			position: relative;
			bottom: -10px;
			float: right;
			text-decoration: none;
			font-size: .75rem;
			font-weight: normal;
			text-transform: none;
}
/* End */


/* Start:/bitrix/templates/fraisier_bootstrap_v4/template_styles.css?176313312014941*/
.bx-yellow,
.bx-theme-yellow {
    --primary: #471c00;
    --theme-color-primary: #471c00;
    --theme-color-second: #e4cb9c;
     --theme-color-light: #efefef;
    --theme-b-link: #471c00;
    --theme-b-link-hover: #692a00;
    --theme-b-tx-primary: #e4cb9c;
    --theme-b-bg-primary: #471c00;
    --theme-b-bd-primary: #471c00;
    --theme-b-sd-primary: rgba(226, 43, 43, 0.5);
    --theme-b-tx-primary-hover: #fff8d3;
    --theme-b-bg-primary-hover: #692a00;
    --theme-b-bd-primary-hover: #692a00;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #692a00;
    --theme-b-bd-primary-active: #692a00;
    --theme-b-tx-primary-disabled: #a0775c;
    --theme-b-bg-primary-disabled: #e4cb9c;
    --theme-b-bd-primary-disabled: #a0775c;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #8d3c35;
	--theme-color-primary: #8d3c35;
	--theme-color-second: #e4cb9c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #8d3c35;
	--theme-b-link-hover: #904e48;
	--theme-b-tx-primary: #e4cb9c;
	--theme-b-bg-primary: #8d3c35;
	--theme-b-bd-primary: #8d3c35;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff8d3;
	--theme-b-bg-primary-hover: #904e48;
	--theme-b-bd-primary-hover: #904e48;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #904e48;
	--theme-b-bd-primary-active: #904e48;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--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: #f1f1f1;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

a { text-decoration: none; }

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-background-image {
/*	background-attachment: fixed;
*/	position: relative;
	background-repeat: repeat;
	background-position: top center;
	background-image: url("/bitrix/templates/fraisier_bootstrap_v4//images/back_flanks.png");
}

@media (max-width: 575px) {
	.bx-background-image {
		background: none;
	}
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
	font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.vr-float-left {
	float: left;
}

.vr-float-right {
	float: right;
}

.bx-header-section,
.bx-content-section,
.bx-footer {
	position: relative;
	padding-bottom: 2px;
        border-left: solid 15px;
        border-right: solid 15px;
        -moz-border-image: url(/bitrix/templates/fraisier_bootstrap_v4/images/back_flanks_shadow.png) 0 15 repeat repeat;
        -webkit-border-image: url(/bitrix/templates/fraisier_bootstrap_v4/images/back_flanks_shadow.png) 0 15 repeat repeat; 
        -o-border-image: url(/bitrix/templates/fraisier_bootstrap_v4/images/back_flanks_shadow.png) 0 15 repeat repeat;
        border-image: url(/bitrix/templates/fraisier_bootstrap_v4/images/back_flanks_shadow.png) 0 15 repeat repeat;
}

@media (min-width: 576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 750px;
	}
}

@media (min-width: 992px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 990px;
	}
}

@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1170px;
	}
}

@media (min-width: 1400px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1350px;
	}
}

.bx-content-section {
	background-repeat: repeat-y;
	background-position: top center;
        background-image: url("/bitrix/templates/fraisier_bootstrap_v4/images/back_center.png");
        background-size: 100%;
}

@media (max-width: 575px) {
	.bx-header-section,
	.bx-content-section,
	.bx-footer {
	        border-left: none;
	        border-right: none;
	}
}

.bx-wrapper { }

/*region HEADER*/

.bx-header { }

.bx-header-section {
	background-repeat: no-repeat, repeat-y;
	background-position: top center, bottom center;
        background-image: url("/bitrix/templates/fraisier_bootstrap_v4/images/back_shadow_top.png"), url("/bitrix/templates/fraisier_bootstrap_v4/images/back_center.png");
        background-size: 100%, 100%;
}


/* ЗАГОЛОВОК КОНТАКТЫ */


.bx-header-contact-container {
	order: 1;
	z-index: 0;
}


/* ЗАГОЛОВОК КОНТАКТЫ  ФОН*/


.bx-header-contact {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background: #fff;
	background: -webkit-gradient(linear, 100% 100%, 50% 10%, from(#fff), to(var(--theme-color-light)), color-stop(.1,#fffdf3));;
	background: -moz-linear-gradient(100% 50%, #fff, #f3f3f3 10%, #fff);
	border: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0, 0.1);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0, 0.1);
	box-shadow: 1px 1px 4px rgba(0,0,0, 0.1);
	-webkit-border-bottom-right-radius: 60px 5px;
	-moz-border-radius-bottomright: 60px 5px;
	border-bottom-right-radius: 60px 5px;
}

.bx-header-contact:before {
	content: '';
	width: 98%;
	z-index:-1;
	height: 100%;
	padding: 0 0 1px 0;
	position: absolute;
	bottom:0; right:0;
	background: #fff;
	background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f9f9f9), color-stop(.1,#fff));
	background: -moz-linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
	border: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0, 0.1);
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
	-webkit-border-bottom-right-radius: 60px 5px;
	-moz-border-radius-bottomright: 60px 5px;
	border-bottom-right-radius: 60px 5px;
	-webkit-transform: skew(2deg,2deg)
						translate(3px,8px);
	-moz-transform: skew(2deg,2deg)
						translate(3px,8px);
		-o-transform: skew(2deg,2deg)
						translate(3px,8px);
	transform: skew(2deg,2deg)
						translate(3px,8px);						
}

.bx-header-contact:after {
	content: '';
	width: 98%;
	z-index:-1;
	height: 98%;
	padding: 0 0 1px 0;
	position: absolute;
	bottom:0; right:0;
	background: #fff;
	background: -webkit-gradient(linear, 0% 20%, 0% 100%, from(#f3f3f3), to(#f6f6f6), color-stop(.1,#fff));
	background: -moz-linear-gradient(0 0 360deg, #f3f3f3, #fff 10%, #f6f6f6);
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0, 0.1);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0, 0.1);
	box-shadow: 0px 0px 8px rgba(0,0,0, 0.1);
	-webkit-transform: skew(2deg,2deg)
						translate(-1px,2px);
	-moz-transform: skew(2deg,2deg)
						translate(-1px,2px)	;
		-o-transform: skew(2deg,2deg)
						translate(-1px,2px)	;
	transform: skew(2deg,2deg)
						translate(-1px,2px)	;					
}


/* КОНЕЦ ЗАГОЛОВОК КОНТАКТЫ ФОН */

/* ЗАГОЛОВОК ТЕКСТ */


.bx-header h2,
.bx-header h3,
.bx-header h4,
.bx-header h5 {
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1rem;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-header-text {
	color: #343a40;
	font-size: .75rem;
	padding: 0 0 0 .25rem;
}

.bx-header-text a { 
	color: var(--theme-b-link);
	text-decoration: none;
}

.bx-header-text a:hover {
	color: var(--theme-b-link-hover);
}

.bx-header-phone-number {
	display: flex;
	align-items: flex-end;
}

/* КОНЕЦ ЗАГОЛОВОК ТЕКСТ */

/* КОНЕЦ ЗАГОЛОВОК КОНТАКТЫ */


/*region Logo*/

.bx-logo-block {
	order: 2;
	display: block;
	border-bottom: none;
}

.bx-header-logo {
	text-align: center;
}

.bx-logo-block img {
	max-height: 100%;
	width: 90%;
}

@media (max-width: 1199px) {
	.bx-logo-block img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
}

@media (max-width: 767px) {
	.bx-header-logo {
		padding: 5px 50px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

.bx-header-personal { order: 3 }


/*endregion*/

.sidebar-block-title {
	color: #343a40;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bg-light {
	background-color: var(--theme-color-second) !important;
	border: 1px solid var(--theme-b-bd-primary);
	border-radius: .25rem;
}

.bg-dark {
	position: relative;
	z-index: 10;
	background-color: #471c00!important;
	border-radius: .25rem;
}

@media (max-width: 767px) {

	.socnet_sidebar {
		display: none;
	}

}

.bx-touch .vr-payment {
		display: none;
}

/*region FOOTER*/

.bx-footer {
	padding-bottom: 0;
	background-repeat: repeat-y;
	background-position: top center;
        background-image: url("/bitrix/templates/fraisier_bootstrap_v4/images/back_center.png");
        background-size: 100%;
}

@media (max-width: 575px) {
	.bx-footer {
                text-align: center;
	}
}

.bx-footer-section {
	z-index: 10;
	position: relative;
}

.bx-footer-logo {
	text-align: center;
}

.bx-footer-logo img {
	height: auto;
	width: 100%;
	max-width: 250px;
}

.bx-footer-shadow {	
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(1, -1);
}

.bx-footer-shadow img {
	width: 100%;
}

.bx-footer h2,
.bx-footer h3,
.bx-footer h4,
.bx-footer h5 {
	color: var(--theme-b-tx-primary);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1rem;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-footer-text {
	color: var(--theme-b-tx-primary);
	font-size: .875rem;
	padding: 0 0 0 .25rem;
}

.bx-footer-text a { 
	color: var(--theme-b-tx-primary);
	text-decoration: none;
}

.bx-footer-text a:hover {
	color: var(--theme-b-tx-primary-hover);
}

.bx-footer .nav-link {
	color: var(--theme-b-tx-primary);
	font-size: .875rem;
	padding: 0 0 0 .25rem;
}

.bx-footer .nav-link:hover {	
	color: var(--theme-b-tx-primary-hover);
}

/*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*/

.vr-btn-check:focus+.vr-btn,
.vr-btn:focus {
    outline: none;
    box-shadow: none;
}

.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-check:focus+.btn-primary, .btn-primary:focus {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
	box-shadow: none;
}

.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
	color: var(--theme-b-tx-primary-active);
	background-color: var(--theme-b-bg-primary-hover);
	border-color: var(--theme-b-bg-primary-hover);
}

.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,
.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,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: none;
}

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*/

/*ICONS*/

.fa-phone,
.fa-comments-o,
.fa-envelope-o {
    margin-right: .25rem;
}

.bx-icon {
	font-family: FontAwesome;
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
	text-align: center;
}

.bx-icon:hover {
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.bx-icon:active {
	color: var(--theme-b-tx-primary-active);
}

.bx-icon {
	font-family: FontAwesome;
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
	text-align: center;
}

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1rem;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar a, .btn-link {
	text-decoration: none;
}

.sidebar li {
	font-size: .875rem;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: .25rem;
	margin-right: 10px;
	font-size: 19px;
}

.fa {
	position: relative;
}

.fa-truck {
	top: 1px;
	right: 1px;
}

.fa-check,
.fa-question-circle,
.fa-info {
	top: 1px;
}

.fa-list-alt,
.fa-rub {
	top: 2px;
}

.sidebar-text {
	font-size: .875rem;
	color: #343a40;
}

/*endregion*/

.bx-up a {
	text-decoration: none;
}
/* End */
/* /bitrix/templates/fraisier_bootstrap_v4/components/bitrix/advertising.banner/alert/style.css?1684114454577 */
/* /bitrix/templates/fraisier_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4/style.css?16211730435045 */
/* /bitrix/templates/fraisier_bootstrap_v4/components/bitrix/menu/bootstrap_v4/style.css?165753886312254 */
/* /bitrix/templates/fraisier_bootstrap_v4/components/bitrix/breadcrumb/universal/style.css?16038618981172 */
/* /bitrix/templates/fraisier_bootstrap_v4/components/bitrix/search.title/bootstrap_v4/style.css?16118418241029 */
/* /bitrix/templates/fraisier_bootstrap_v4/components/bitrix/menu/personal_menu/style.css?16040288981719 */
/* /bitrix/templates/fraisier_bootstrap_v4/styles.css?17631331201608 */
/* /bitrix/templates/fraisier_bootstrap_v4/template_styles.css?176313312014941 */
