.lh-1 {line-height: 1;}
.w-1 {width: 1px;}
.w-24 {width: 24px;}
.h-24 {height: 24px;}

.breadcrumb-item:not(:last-child)::after { content: "→"; margin: 0 .5rem; color: #6c757d; }
.breadcrumb-item:last-child::after { content: "🡓"; margin: 0 .3rem; color: #6c757d; }

.text-powered {
	font-size: .7em;
	line-height: 1.2em;
	text-align: justify;
	color: #aaa;
}
.text-brand {color: #E30613 !important;}

table.pl-3 td {padding-left: 1rem;}
table.pr-3 td {padding-right: 1rem;}
table.align-middle td {vertical-align: middle;}

/* Оформление документов */
.legal .section {margin-bottom: 1.5rem !important;}
.legal .section-title h2 {
	font-size: 1.5rem;
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	color: #E30613;
	text-transform: uppercase;
}
.legal .section-text {padding-left: 2rem; text-align: justify;}
.legal .section-text p, .legal .section-text ul {margin-bottom: 0;}
.legal .section-text p.sub {padding-left: 2rem;}
.legal .section-text p.sub + ul {padding-left: 6rem;}

/* Баннеры на главной */
.main-slide-3 {
	background-color:#fff8ec;
	background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}
.main-slide-3 .title {
	background: #f12711;
	background: -webkit-linear-gradient(to right, #f5af19, #f12711);
	background: linear-gradient(to right, #f5af19, #f12711);

}
.main-slide-4 {
	background-color: #ab0000;
	background-image: radial-gradient( circle farthest-corner at 75.3% 60.8%,  rgba(239,0,0,1) 0.8%, rgba(93,17,17,1) 100.2% );
	color: #fdfbfb;
}
.main-slide-4 .title {
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.main-slide-5 {
	background: #000000;
	background: -webkit-linear-gradient(to left, #434343, #000000);
	background: linear-gradient(to left, #434343, #000000);
}
.main-slide-5 .title {
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.main-slide-5 .text {
	color: white;
}

/* Главное меню - Активный раздел */
@media (min-width: 992px) {
	#ftMenu .link-level-2 {font-weight: normal !important;}
	#ftMenu .item-level-1.active .link-level-1,
	#ftMenu .item-level-2.active .link-level-2 {font-weight: bold !important;}
}


/* Компактное табличное представление для списка товаров */
.list {margin-bottom: 0.5rem}
.list .product-item {margin-bottom: 0px !important;}
.list .product-item:hover div {background-color: #f8f9fa;}
.list .product-text {display: none !important;}
.list .product-item>.flex-column {
	border-radius: 0 !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
}
.list .product-item + .product-item>.flex-column {border-top: 0px !important;}
.list .product-item .product-description {
	display: flex !important;
	align-items: center;
	flex: 0 0 75%;
	min-width: 75%;
	padding:0.25rem 1rem !important;
	border-left: 1px solid var(--gray-150);
}

.list .product-image {
	display: flex !important;
    align-items: center;
	flex: 0 0 4%;
    min-width: unset !important;
	padding: 0 0.25rem !important;
}
.list .product-image a {
	display: flex;
}

.list .product-name {
	margin-top: 0 !important;
	min-height: auto;
	flex: 0 0 85%;
}
.list .product-name a {
	font-weight: 600 !important;
	margin-bottom: 0 !important;
}
.list .product-fields {
	margin-bottom: 0 !important;
	flex: 0 0 15%;
}
.list .product-fields small{
	font-size: inherit !important;
	color: inherit !important;
}
.list .product-fields .field-title {
	display: none;
}
.list .product-controls {
	display: flex;
	flex-direction: row !important;
	flex: 0 0 21% !important;
	gap: 20px;
	align-items: center;
	justify-content: right;
	padding: 0.25rem 1rem !important;
	margin: unset !important;
	border-left: 0px;
}
.list .product-controls .price div {
	margin-bottom: 0 !important;
	white-space: nowrap !important;
}

.list .product-controls .btn-group {
	display: flex !important;
	margin-top: unset !important;
}
.list .product-controls small {
	display: none !important;
}
