:root {
	--primary-color: #59b20e;
	--primary-hover: #4a9e0c;
	--text-color: #252525;
	--bg-light: #fafbff;
	--footer-bg: #1a1a1a;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	line-height: 1.56;
	color: var(--text-color);
	background-color: #fff;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: var(--primary-color);
	transition: color 0.3s ease;
}

a:hover {
	color: #044cd0;
}

.container-inner {
	padding: 0 15px;
}

/* ============================================================
   ФИРМЕННАЯ ТИПОГРАФИКА И ЗЕЛЕНЫЕ АКЦЕНТЫ В ЗАГОЛОВКАХ
   ============================================================ */
h1, h2, h3, h4, h5, h6,
.about-title, 
.history-title, 
.cta-title, 
.florapro-title, 
.section-title, 
.marketplace-title {
	font-family: 'Manrope', sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: -0.5px !important;
	color: #1a1a1a !important;
}

/* Второе слово в <span> ВСЕГДА фирменного зеленого цвета */
h1 span, 
h2 span, 
h3 span, 
h4 span,
.about-title span,
.history-title span,
.cta-title span,
.florapro-title span,
.section-title span,
.marketplace-title span,
.card-title span,
.footer-logo span {
	color: var(--primary-color) !important;
	font-weight: inherit !important;
}

/* ============================================================
   1. ВЕРХНЯЯ ПАНЕЛЬ (TOP BAR)
   ============================================================ */
#sp-top-bar {
	background: #f5f5f5;
	padding: 8px 0;
	font-size: 14px;
	border-bottom: 1px solid #e9ecef;
}

#sp-top-bar .social-icons a {
	color: #252525;
	margin-right: 12px;
	font-size: 14px;
	transition: color 0.2s ease;
}

#sp-top-bar .social-icons a:hover {
	color: var(--primary-color);
}

.sp-contact-info {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sp-contact-info li {
	display: inline-block;
	margin-left: 20px;
}

.sp-contact-info li a {
	color: #252525;
	transition: color 0.2s ease;
}

.sp-contact-info li a:hover {
	color: var(--primary-color);
}

.sp-contact-info li span {
	margin-right: 6px;
	color: var(--primary-color);
}

/* ============================================================
   2. ШАПКА И МЕНЮ (HEADER & NAV)
   ============================================================ */
#sp-header {
	padding: 15px 0;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.logo-image {
	height: 48px;
	width: auto;
}

#sp-menu nav.main-navigation,
#sp-menu .mod-menu {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 25px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#sp-menu .mod-menu li {
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap;
}

#sp-menu .mod-menu li a {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #252525 !important;
	text-decoration: none !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	transition: color 0.25s ease !important;
}

#sp-menu .mod-menu li a:hover,
#sp-menu .mod-menu li.active > a,
#sp-menu .mod-menu li.current > a {
	color: var(--primary-color) !important;
}

#sp-menu .mod-menu li a [class*="fa-"] {
	font-size: 15px;
	color: inherit;
}

/* ============================================================
   3. ГЕРОЙ-БАННЕРЫ (HERO BANNERS)
   ============================================================ */
.hero-banner,
.article-hero {
	width: 100%;
	min-height: 300px;
	background: linear-gradient(135deg, #2d7a0a 0%, #59b20e 50%, #7acf3a 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 50px 15px;
}

.hero-banner::before, 
.article-hero::before {
	content: '';
	position: absolute;
	top: -200px;
	right: -100px;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: rgba(255,255,255,0.05);
}

.hero-banner::after, 
.article-hero::after {
	content: '';
	position: absolute;
	bottom: -150px;
	left: -50px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: rgba(255,255,255,0.04);
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 900px;
}

.hero-content h1 {
	font-size: 3rem !important;
	font-weight: 700 !important;
	margin-bottom: 12px;
	color: #fff !important;
	text-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

.hero-content p {
	font-size: 1.2rem;
	opacity: 0.95;
	color: #fff;
}

.hero-category {
	display: inline-block;
	background: rgba(255,255,255,0.15);
	color: #fff;
	padding: 3px 14px;
	border-radius: 20px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.hero-meta {
	font-size: 0.85rem;
	opacity: 0.85;
	color: #fff;
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 10px;
}

/* ============================================================
   4. ГЛАВНАЯ: ЧЕТКОЕ ВЕРТИКАЛЬНОЕ МЕНЮ КАТЕГОРИЙ И БАННЕР
   ============================================================ */
.slider-section {
	background: var(--bg-light);
	padding: 30px 0;
}

/* Левая колонка категорий */
.slider-column {
	background-color: #fafbff;
	padding: 25px 20px;
	border-radius: 16px;
	border: 1px solid #e9ecef;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.slider-column h3,
.slider-column h4,
.slider-column h5,
.slider-column .module-title {
	font-weight: 700;
	font-size: 1.15rem;
	margin-bottom: 18px;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	gap: 10px;
}

.slider-column h3::before,
.slider-column h4::before,
.slider-column h5::before,
.slider-column .module-title::before {
	content: "\f1c0";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: var(--primary-color);
	font-size: 1.05rem;
}

/* Строго вертикальный список пунктов */
.slider-column ul.mod-menu,
.slider-column ul {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	gap: 0 !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}

.slider-column ul.mod-menu li,
.slider-column ul li {
	padding: 10px 0 !important;
	border-bottom: 1px solid #edf0f2 !important;
	margin: 0 !important;
	width: 100% !important;
	display: block !important;
}

.slider-column ul.mod-menu li:last-child,
.slider-column ul li:last-child {
	border-bottom: none !important;
}

.slider-column ul.mod-menu li a,
.slider-column ul li a {
	color: #2d2d2d !important;
	font-weight: 500 !important;
	font-size: 14.5px !important;
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	line-height: 1.4 !important;
	transition: all 0.2s ease !important;
}

.slider-column ul.mod-menu li a:hover,
.slider-column ul.mod-menu li.active > a,
.slider-column ul.mod-menu li.current > a {
	color: var(--primary-color) !important;
	padding-left: 6px !important;
}

/* Правый баннер (/images/slider.jpg) */
.slider-banner {
	background: #ffffff !important;
	border-radius: 16px !important;
	height: 100%;
	min-height: 340px !important;
	display: flex !important;
	align-items: center !important;
	padding: 50px 45px !important;
	border: 1px solid #e9ecef !important;
	box-shadow: 0 6px 25px rgba(0,0,0,0.04) !important;
	position: relative !important;
	overflow: hidden !important;
}

.slider-banner::before {
	content: '';
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	bottom: -60px;
	background-image: url('/images/slider.jpg') !important; /* <--- КАРТИНКА ГЛАВНОГО БАННЕРА .JPG */
	background-size: cover;
	background-position: center;
	opacity: 1 !important;
	pointer-events: none;
	z-index: 1;
	transform: translateY(var(--banner-parallax, 0px));
	transition: transform 0.05s linear;
	will-change: transform;
}

.slider-banner-content {
	position: relative;
	z-index: 2;
	max-width: 650px;
}

.slider-banner-content h2 {
	font-size: 2.35rem !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	line-height: 1.25 !important;
	margin: 14px 0 12px !important;
	letter-spacing: -0.5px !important;
}

.slider-banner-content p {
	font-size: 1.05rem;
	line-height: 1.6;
	color: #333;
	margin-bottom: 24px;
}

.slider-banner-content .badge {
	background: #fff8e6 !important;
	color: #d97706 !important;
	border: 1px solid #fde68a !important;
	font-size: 0.85rem !important;
	font-weight: 700 !important;
	padding: 6px 14px !important;
	border-radius: 20px !important;
	display: inline-block;
}

.btn-primary-custom {
	background: var(--primary-color) !important;
	color: #fff !important;
	padding: 13px 32px !important;
	border-radius: 8px !important;
	font-weight: 700 !important;
	font-size: 0.95rem !important;
	display: inline-block;
	border: none !important;
	box-shadow: 0 4px 15px rgba(89, 178, 14, 0.25) !important;
	transition: all 0.3s ease !important;
}

.btn-primary-custom:hover {
	background: var(--primary-hover) !important;
	box-shadow: 0 6px 20px rgba(89, 178, 14, 0.35) !important;
	transform: translateY(-2px);
}

/* ============================================================
   5. ИНФО-КАРТОЧКИ НА ГЛАВНОЙ (3 ШТУКИ)
   ============================================================ */
.info-cards-section {
	padding: 30px 0 50px;
	width: 100%;
}

.info-cards-section .custom,
.info-cards-section .mod-custom {
	width: 100% !important;
	display: block !important;
}

.info-cards-section .row {
	display: flex !important;
	flex-wrap: wrap !important;
	margin-left: -12px !important;
	margin-right: -12px !important;
	width: calc(100% + 24px) !important;
}

.info-cards-section .col-md-4 {
	flex: 0 0 33.333333% !important;
	max-width: 33.333333% !important;
	width: 33.333333% !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	box-sizing: border-box !important;
	display: flex !important;
}

.info-card {
	background: #fafbff;
	border-radius: 12px;
	padding: 35px 25px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s, box-shadow 0.3s;
	border: 1px solid #f0f0f0;
}

.info-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.info-card .card-icon {
	font-size: 2rem;
	color: var(--primary-color);
	margin-bottom: 15px;
	display: block;
}

.info-card .card-title {
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 12px;
	color: #1a1a1a;
}

.info-card .card-desc {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #555;
	margin-bottom: 20px;
	flex-grow: 1;
}

.info-card .card-link {
	margin-top: auto;
	font-weight: 700;
	color: var(--primary-color);
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.5px;
}

.info-card .card-link i {
	margin-left: 6px;
	transition: transform 0.3s;
}

.info-card .card-link:hover i {
	transform: translateX(5px);
}

/* ============================================================
   6. ХИТЫ ПРОДАЖ (МАГАЗИН J2COMMERCE — СЕТКА 4 В РЯД)
   ============================================================ */
.section-title {
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 30px;
	color: #1a1a1a;
}

.j2store-products-module,
.j2commerce-products,
.featured-products-section {
	width: 100% !important;
	display: block !important;
}

.j2store-products-module .row,
.j2commerce-products .row,
[class*="j2commerce-products"] .row,
.j2store-products-row {
	display: flex !important;
	flex-wrap: wrap !important;
	margin-left: -12px !important;
	margin-right: -12px !important;
	width: calc(100% + 24px) !important;
}

.j2store-products-module .row > div,
.j2commerce-products .row > div,
.j2store-products-module .row > [class*="col-"],
.j2commerce-products .row > [class*="col-"] {
	flex: 0 0 25% !important;
	max-width: 25% !important;
	width: 25% !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	margin-bottom: 25px !important;
	box-sizing: border-box !important;
	display: flex !important;
}

.j2store-products-module .row > div > div,
.j2commerce-products .row > div > div,
.j2store-product-item,
.j2commerce-product-item,
.j2store-single-product,
.product-card {
	background: #fff !important;
	border: 1px solid #e9ecef !important;
	border-radius: 12px !important;
	padding: 25px 20px !important;
	text-align: center !important;
	box-shadow: 0 4px 20px rgba(0,0,0,0.03) !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

.j2store-products-module .row > div > div:hover,
.j2store-single-product:hover,
.product-card:hover {
	transform: translateY(-5px) !important;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
}

.j2store-product-thumb,
.j2commerce-product-thumb {
	margin-bottom: 15px !important;
	width: 100% !important;
}

.j2store-product-thumb img,
.j2commerce-product-thumb img,
.j2commerce-product-item img,
.product-card img {
	max-width: 100% !important;
	height: 180px !important;
	object-fit: contain !important;
	margin: 0 auto 10px !important;
	display: block !important;
}

.j2store-product-title,
.j2commerce-product-title,
.product-title,
.product-title a,
.j2store-product-title a {
	font-weight: 700 !important;
	font-size: 1.05rem !important;
	color: #1a1a1a !important;
	text-decoration: none !important;
	margin-bottom: 8px !important;
	line-height: 1.3 !important;
	display: block !important;
	width: 100% !important;
}

.j2store-product-title a:hover,
.product-title a:hover {
	color: var(--primary-color) !important;
}

.j2store-product-price,
.j2commerce-product-price,
.product-price {
	font-weight: 700 !important;
	font-size: 1.35rem !important;
	color: var(--primary-color) !important;
	margin: 5px 0 15px !important;
	text-align: center !important;
	width: 100% !important;
}

.j2store-add-to-cart,
.j2commerce-add-to-cart,
form[name="j2store-addtocart-form"],
form[class*="j2store"] {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 8px !important;
	justify-content: center !important;
	align-items: center !important;
	margin-top: auto !important;
	width: 100% !important;
}

.j2store-add-to-cart input[type="text"],
.j2store-add-to-cart input[type="number"],
.j2commerce-add-to-cart input[type="number"],
.j2commerce-add-to-cart input[type="text"],
input[name="product_qty"] {
	width: 48px !important;
	min-width: 48px !important;
	max-width: 48px !important;
	height: 42px !important;
	text-align: center !important;
	border: 1px solid #ddd !important;
	border-radius: 6px !important;
	font-weight: 700 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	flex: 0 0 48px !important;
}

.j2store-add-to-cart input[type="submit"],
.j2store-add-to-cart button,
.j2commerce-add-to-cart input[type="submit"],
.j2commerce-add-to-cart button,
.btn-addtocart,
.j2store-cart-button,
.product-card .add-to-cart {
	background: var(--primary-color) !important;
	border: none !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 0.9rem !important;
	height: 42px !important;
	line-height: 42px !important;
	padding: 0 15px !important;
	border-radius: 6px !important;
	flex: 1 1 auto !important;
	transition: background 0.3s ease !important;
	cursor: pointer !important;
	white-space: nowrap !important;
	text-align: center !important;
}

.j2store-add-to-cart input[type="submit"]:hover,
.j2store-add-to-cart button:hover,
.j2commerce-add-to-cart button:hover,
.btn-addtocart:hover,
.product-card .add-to-cart:hover {
	background: var(--primary-hover) !important;
}

.cart-action-complete,
.j2store-cart-status-msg,
.j2store-product-after-add,
.j2store-added-to-cart-message,
.j2store-cart-success,
.j2store-product-status,
.j2store-notification,
.j2store-message-overlay,
.j2store-order-status,
.j2store-cart-status {
	display: none !important;
}

/* ============================================================
   7. СЛАЙДЕР FLORAPRO (SPECIAL SLIDER)
   ============================================================ */
.florapro-section {
	padding: 60px 0 80px;
	background: #f8f9fa;
	width: 100%;
}

.florapro-title {
	font-size: 2.3rem !important;
	margin-bottom: 10px;
}

.florapro-subtitle {
	font-size: 1.05rem;
	color: #555;
	line-height: 1.7;
	margin-bottom: 30px;
}

.florapro-slider {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 40px !important;
	align-items: center !important;
	background: #fff !important;
	border-radius: 16px !important;
	padding: 45px 40px !important;
	box-shadow: 0 10px 40px rgba(0,0,0,0.06) !important;
	border: 1px solid #e9ecef !important;
	min-height: 480px !important;
}

.florapro-slider .slider-left {
	flex: 1 1 55% !important;
	min-width: 280px !important;
	min-height: 350px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
}

.florapro-slider .slider-right {
	flex: 1 1 35% !important;
	min-width: 220px !important;
	min-height: 320px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
}

#slideContent,
#slideImage {
	transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
	opacity: 1;
	transform: translateY(0);
}

#slideContent.slide-fade-out,
#slideImage.slide-fade-out {
	opacity: 0 !important;
	transform: translateY(8px) !important;
}

.florapro-slider .slider-right img {
	max-width: 100% !important;
	max-height: 320px !important;
	object-fit: contain !important;
	display: block !important;
	margin: 0 auto !important;
	filter: drop-shadow(0 10px 20px rgba(0,0,0,0.08));
}

.slide-name {
	font-weight: 700 !important;
	font-size: 1.35rem !important;
	color: #1a1a1a !important;
	margin-bottom: 12px !important;
	text-transform: uppercase !important;
}

.slide-desc {
	font-size: 1rem !important;
	line-height: 1.7 !important;
	color: #555 !important;
	margin-bottom: 15px !important;
	min-height: 65px;
}

.slide-features {
	list-style: none !important;
	padding: 0 !important;
	margin: 15px 0 20px !important;
}

.slide-features li {
	padding: 5px 0 !important;
	font-size: 0.95rem !important;
	color: #444 !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
}

.slide-features li i {
	color: var(--primary-color) !important;
	font-size: 1.1rem !important;
}

.slider-dots {
	display: flex !important;
	gap: 12px !important;
	margin-top: 25px !important;
}

.slider-dots .dot {
	width: 14px !important;
	height: 14px !important;
	border-radius: 50% !important;
	background: #ddd !important;
	border: none !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	padding: 0 !important;
}

.slider-dots .dot.active {
	background: var(--primary-color) !important;
	transform: scale(1.3) !important;
}

.slide-brand-logo-wrap {
	margin-bottom: 15px;
}

.slide-brand-logo {
	max-height: 60px !important;
	width: auto !important;
	object-fit: contain;
	display: block;
}

.btn-slide-link {
	display: inline-flex;
	align-items: center;
	font-weight: 700;
	font-size: 0.95rem;
	color: var(--primary-color);
	text-decoration: none;
	transition: all 0.25s ease;
}

.btn-slide-link:hover {
	color: var(--primary-hover);
	transform: translateX(4px);
}

/* ============================================================
   8. ПАРАЛЛАКС-БАННЕР "НАШЕ НАСЛЕДИЕ"
   ============================================================ */
.legacy-section {
	background-color: var(--primary-color) !important;
	padding: 90px 0;
	color: #fff;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.legacy-section::before {
	content: '';
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	bottom: -50px;
	background-image: url('https://generalhydroponics.ru/images/travel.webp');
	background-repeat: repeat;
	background-position: center center;
	background-size: auto 50% !important;
	opacity: 0.2;
	pointer-events: none;
	z-index: 1;
	transform: translateY(var(--parallax-offset, 0px));
	transition: transform 0.05s linear;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

.legacy-section .container {
	position: relative;
	z-index: 2;
}

.legacy-title {
	font-size: 3rem !important;
	margin-bottom: 20px;
	color: #fff !important;
	text-shadow: 0 2px 15px rgba(0,0,0,0.15);
}

.legacy-title span {
	color: #fed700 !important;
}

.legacy-desc {
	font-size: 1.15rem;
	line-height: 1.75;
	max-width: 820px;
	margin: 0 auto 35px;
	opacity: 0.95;
	text-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

.btn-legacy {
	background: transparent;
	color: #fff !important;
	border: 2px solid #fff;
	padding: 14px 45px;
	border-radius: 50px;
	font-weight: 700;
	display: inline-block;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.btn-legacy:hover {
	background: #fff;
	color: var(--primary-color) !important;
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
	transform: translateY(-2px);
}

/* ============================================================
   9. БАННЕР И МАРКЕТПЛЕЙСЫ
   ============================================================ */
.banner-section {
	padding: 60px 0 40px;
	background: #fff;
}

.banner-section .banner-image {
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.06);
	display: block;
}

.marketplace-section {
	padding: 60px 0 70px;
	background: #f8f9fa;
	border-top: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
	width: 100%;
}

.marketplace-title {
	font-size: 2rem !important;
	text-align: center;
	margin-bottom: 40px;
}

.marketplace-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px 45px;
}

.marketplace-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-decoration: none !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
}

.marketplace-item:hover {
	transform: translateY(-6px);
}

.marketplace-item .marketplace-icon {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 20px rgba(0,0,0,0.05);
	border: 1px solid #e9ecef;
	padding: 14px;
	transition: all 0.3s ease;
}

.marketplace-item:hover .marketplace-icon {
	box-shadow: 0 10px 25px rgba(89,178,14,0.22);
	border-color: var(--primary-color);
}

.marketplace-logo-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}

.marketplace-item .marketplace-name {
	font-size: 0.95rem;
	font-weight: 700;
	color: #252525;
	transition: color 0.25s ease;
}

.marketplace-item:hover .marketplace-name {
	color: var(--primary-color);
}

/* ============================================================
   10. СТРАНИЦА "О НАС"
   ============================================================ */
.about-text-section {
	padding: 40px 0;
}

.about-text-section .about-title {
	font-size: 2.2rem !important;
	margin-bottom: 20px;
}

.about-text-section .about-text {
	font-size: 1.05rem;
	line-height: 1.8;
	color: #555;
	margin-bottom: 18px;
}

.history-section {
	background: #f8f9fa !important;
	border-radius: 16px;
	padding: 50px 30px !important;
	margin: 40px 0 !important;
	border: 1px solid #e9ecef;
}

.history-section .history-title {
	font-size: 2.2rem !important;
	margin-bottom: 20px;
	text-align: center;
}

.history-section .history-text {
	font-size: 1.05rem;
	line-height: 1.8;
	color: #555;
	margin-bottom: 30px;
}

.history-grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 25px !important;
	margin-top: 30px !important;
}

.history-item {
	background: #fff !important;
	padding: 30px 25px !important;
	border-radius: 12px !important;
	border: 1px solid #e9ecef !important;
	box-shadow: 0 4px 20px rgba(0,0,0,0.04) !important;
	text-align: left;
	transition: transform 0.3s;
}

.history-item:hover {
	transform: translateY(-4px);
}

.history-item .item-icon {
	font-size: 2.2rem;
	color: var(--primary-color);
	margin-bottom: 15px;
	display: block;
}

.history-item .item-title {
	font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 10px;
	color: #1a1a1a;
}

.history-item .item-desc {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #666;
	margin: 0;
}

/* Блок Производство (/images/proizvodstvo.jpg) */
.full-image-section {
	width: 100%;
	min-height: 380px !important;
	border-radius: 16px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: relative !important;
	overflow: hidden !important;
	margin: 50px 0 !important;
	background-color: #1a1a1a !important;
}

.full-image-section::before {
	content: '';
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	bottom: -60px;
	background-image: 
		linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
		url('/images/proizvodstvo.jpg') !important; /* <--- КАРТИНКА ПРОИЗВОДСТВА .JPG */
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	pointer-events: none;
	z-index: 1;
	transform: translateY(var(--production-parallax, 0px));
	transition: transform 0.05s linear;
	will-change: transform;
}

.full-image-section .image-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
	padding: 30px 20px;
	max-width: 800px;
}

.full-image-section .image-content h2 {
	font-size: 2.7rem !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	margin-bottom: 12px !important;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.6), 0 2px 4px rgba(0, 0, 0, 0.4) !important;
	letter-spacing: 1px !important;
}

.full-image-section .image-content h2 span {
	color: #7acf3a !important;
}

.full-image-section .image-content p {
	font-size: 1.25rem !important;
	color: #ffffff !important;
	opacity: 0.95 !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6) !important;
	margin: 0 !important;
}

/* Параллакс-фон для шапки "О НАС" (/images/about-banner.jpg) */
.about-hero {
	background-color: var(--primary-color) !important;
	position: relative !important;
	overflow: hidden !important;
	width: 100% !important;
}

.about-hero::after {
	display: none !important;
}

.about-hero::before {
	content: '';
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	bottom: -60px;
	width: auto !important;
	height: auto !important;
	border-radius: 0 !important;
	background-image: url('/images/about-banner.jpg') !important; /* <--- КАРТИНКА О НАС .JPG */
	background-repeat: repeat !important;
	background-position: center center !important;
	background-size: auto !important;
	opacity: 0.8 !important;
	pointer-events: none;
	z-index: 1;
	transform: translateY(var(--about-parallax, 0px));
	transition: transform 0.05s linear;
	will-change: transform;
}

.about-hero .hero-content {
	position: relative;
	z-index: 2;
}

.about-hero .hero-content h1 {
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.4) !important;
	letter-spacing: 1px !important;
}

.about-hero .hero-content p {
	text-shadow: 0 3px 12px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.4) !important;
	font-weight: 500 !important;
	opacity: 1 !important;
}

.cta-section {
	padding: 50px 20px;
	background: #f8f9fa;
	border-radius: 16px;
	text-align: center;
	margin-top: 40px;
}

.cta-section .cta-title {
	font-size: 2.4rem !important;
	margin-bottom: 30px;
}

.cta-section .cta-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

.cta-section .cta-btn {
	padding: 14px 35px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 0.95rem;
	transition: 0.3s;
	display: inline-block;
	text-decoration: none;
}

.cta-section .cta-btn-primary {
	background: var(--primary-color);
	color: #fff;
	border: 2px solid var(--primary-color);
}

.cta-section .cta-btn-primary:hover {
	background: #fff;
	color: var(--primary-color);
}

.cta-section .cta-btn-outline {
	background: transparent;
	color: var(--primary-color);
	border: 2px solid var(--primary-color);
}

.cta-section .cta-btn-outline:hover {
	background: var(--primary-color);
	color: #fff;
}

/* ============================================================
   11. БЛОГ И КОНТАКТЫ
   ============================================================ */
.blog-grid, 
.related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 30px;
}

.blog-card, 
.related-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #e9ecef;
	transition: transform 0.3s, box-shadow 0.3s;
}

.blog-card:hover, 
.related-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

.blog-card .card-image, 
.related-card .card-image {
	width: 100%;
	aspect-ratio: 16 / 10;
	background: #e9ecef;
	overflow: hidden;
}

.blog-card .card-image img, 
.related-card .card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-card .card-body, 
.related-card .card-body {
	padding: 25px;
}

.blog-card .card-meta {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
	font-size: 0.8rem;
	color: #888;
}

.blog-card .card-title {
	font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.blog-card .card-title a {
	color: #1a1a1a;
}

.blog-card .card-title a:hover {
	color: var(--primary-color);
}

.contacts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 30px;
	margin-bottom: 50px;
}

.contact-card {
	background: #ffffff !important;
	border: 1px solid #e9ecef !important;
	border-radius: 14px !important;
	padding: 35px 25px !important;
	text-align: center !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.contact-card:hover {
	transform: translateY(-5px) !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

.contact-card .card-icon {
	font-size: 2.4rem !important;
	color: var(--primary-color) !important;
	margin-bottom: 15px !important;
	display: inline-block !important;
}

.contact-card .card-title {
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	margin-bottom: 12px !important;
}

.contact-card .card-text a {
	color: #444 !important;
	font-size: 1.05rem !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	transition: color 0.25s ease !important;
}

.contact-card .card-text a:hover {
	color: var(--primary-color) !important;
}

/* Фоновая картинка шапки контактов (/images/contact-banner.jpg) */
.com-contact .hero-banner {
	background: 
		linear-gradient(135deg, rgba(45, 122, 10, 0.82) 0%, rgba(89, 178, 14, 0.75) 50%, rgba(59, 178, 74, 0.7) 100%),
		url('/images/contact-banner.jpg') !important; /* <--- КАРТИНКА КОНТАКТОВ .JPG */
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

/* Форма обратной связи */
.contact-form-wrap {
	background: #fafbff;
	border: 1px solid #e9ecef;
	border-radius: 16px;
	padding: 45px 40px;
}

.form-title {
	font-size: 2.2rem !important;
	margin-bottom: 15px !important;
}

.form-subtitle {
	font-size: 1.05rem;
	color: #555;
	line-height: 1.6;
}

.contact-advantages p {
	font-size: 0.95rem;
	color: #333;
	margin-bottom: 8px;
	font-weight: 600;
}

.custom-input {
	border: 1px solid #ddd !important;
	border-radius: 8px !important;
	padding: 12px 16px !important;
	font-size: 0.95rem !important;
	color: #1a1a1a !important;
	background: #fff !important;
	transition: border-color 0.25s, box-shadow 0.25s !important;
}

.custom-input:focus {
	border-color: var(--primary-color) !important;
	box-shadow: 0 0 0 3px rgba(89, 178, 14, 0.15) !important;
	outline: none !important;
}

.btn-submit-contact {
	background: var(--primary-color) !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 0.95rem !important;
	padding: 14px 35px !important;
	border-radius: 8px !important;
	border: none !important;
	width: 100% !important;
	transition: background 0.3s ease !important;
	box-shadow: 0 4px 15px rgba(89, 178, 14, 0.25) !important;
	cursor: pointer !important;
}

.btn-submit-contact:hover {
	background: var(--primary-hover) !important;
	box-shadow: 0 6px 20px rgba(89, 178, 14, 0.35) !important;
}

/* Карта */
.com-contact .map-section {
	width: 100vw !important;
	position: relative !important;
	left: 50% !important;
	right: 50% !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	margin-top: 60px !important;
	margin-bottom: -1.5rem !important;
	padding: 0 !important;
}

.com-contact .map-wrapper {
	width: 100% !important;
	height: 460px !important;
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
	overflow: hidden;
}

.com-contact .map-wrapper iframe {
	width: 100% !important;
	height: 100% !important;
	border: none !important;
	border-radius: 0 !important;
	display: block !important;
}

/* ============================================================
   12. ПОДВАЛ (FOOTER)
   ============================================================ */
#sp-footer-new {
	background: var(--footer-bg);
	color: #ccc;
	padding: 60px 0 30px;
	width: 100%;
}

#sp-footer-new a {
	color: #aaa;
	transition: color 0.3s;
}

#sp-footer-new a:hover {
	color: #fff;
}

#sp-footer-new .footer-logo {
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
}

#sp-footer-new .footer-logo span {
	color: var(--primary-color);
}

#sp-footer-new .footer-sub {
	font-size: 0.85rem;
	color: #888;
	margin-bottom: 20px;
}

#sp-footer-new .footer-title {
	font-weight: 700;
	font-size: 1rem;
	color: #fff;
	margin-bottom: 18px;
	text-transform: uppercase;
}

#sp-footer-new ul,
#sp-footer-new .mod-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.subscribe-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.subscribe-form input[type="email"] {
	flex: 1;
	min-width: 180px;
	padding: 12px;
	border: 1px solid #444;
	border-radius: 6px;
	background: transparent;
	color: #fff;
}

.subscribe-form .btn-subscribe {
	padding: 12px 25px;
	background: var(--primary-color);
	color: #fff;
	border: none;
	border-radius: 6px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.3s;
}

.subscribe-form .btn-subscribe:hover {
	background: var(--primary-hover);
}

.footer-bottom {
	border-top: 1px solid #333;
	padding-top: 25px;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	font-size: 0.85rem;
	color: #777;
}

.footer-bottom .footer-social a {
	color: #777;
	margin-left: 18px;
	font-size: 1.1rem;
	transition: color 0.3s;
}

.footer-bottom .footer-social a:hover {
	color: #fff;
}

/* ============================================================
   13. СТИЛИЗАЦИЯ СТРАНИЦЫ МАГАЗИНА (J2COMMERCE КАТАЛОГ)
   ============================================================ */
.j2store-categories a,
.j2commerce-categories a,
.btn-category,
.j2store-products-container .btn-primary,
.j2commerce-products-container .btn-primary {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	color: #fff !important;
	border-radius: 6px !important;
	font-weight: 600 !important;
	transition: all 0.3s ease !important;
}

.j2store-categories a:hover,
.btn-category:hover {
	background-color: var(--primary-hover) !important;
	border-color: var(--primary-hover) !important;
}

button.btn-search,
.btn.btn-primary.btn-search,
.j2store-products-container button[type="submit"] {
	background: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}

.j2store-products-container .j2store-single-product,
.j2commerce-products-container .j2commerce-product-item {
	background: #fff !important;
	border: 1px solid #e9ecef !important;
	border-radius: 12px !important;
	padding: 25px 20px !important;
	box-shadow: 0 4px 20px rgba(0,0,0,0.03) !important;
	transition: transform 0.3s, box-shadow 0.3s !important;
	margin-bottom: 25px !important;
}

.j2store-products-container .j2store-single-product:hover,
.j2commerce-products-container .j2commerce-product-item:hover {
	transform: translateY(-4px) !important;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
}

.j2store-products-container .j2store-product-thumb img,
.j2commerce-products-container .j2commerce-product-thumb img {
	max-width: 100% !important;
	height: 180px !important;
	object-fit: contain !important;
	margin: 0 auto 15px !important;
	display: block !important;
}

.j2store-products-container h2.product-title,
.j2store-products-container h2.product-title a,
.j2commerce-products-container h2.product-title a {
	color: #1a1a1a !important;
	font-weight: 700 !important;
	font-size: 1.15rem !important;
}

.j2store-products-container h2.product-title a:hover {
	color: var(--primary-color) !important;
}

/* ============================================================
   14. СКРЫТИЕ СЛУЖЕБНОЙ ИНФОРМАЦИИ JOOMLA
   ============================================================ */
.article-info,
.article-info-term,
dl.article-info,
.article-details,
.page-header,
.article-metadata,
.info-block,
.com-content-article__header,
.com-content-article__meta {
	display: none !important;
}

/* ============================================================
   15. АДАПТИВНОСТЬ (RESPONSIVE MEDIA QUERIES)
   ============================================================ */
@media (max-width: 991px) {
	.info-cards-section .col-md-4 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
		margin-bottom: 20px;
	}

	.j2store-products-module .row > div,
	.j2commerce-products .row > div,
	.j2store-products-module .row > [class*="col-"],
	.j2commerce-products .row > [class*="col-"] {
		flex: 0 0 50% !important;
		max-width: 50% !important;
		width: 50% !important;
	}

	.history-grid {
		grid-template-columns: 1fr !important;
	}

	.cta-section .cta-btn {
		width: 100%;
		max-width: 300px;
	}
}

@media (max-width: 768px) {
	#sp-menu nav.main-navigation,
	#sp-menu .mod-menu {
		flex-direction: column !important;
		gap: 10px !important;
	}

	.blog-grid, 
	.contacts-grid {
		grid-template-columns: 1fr;
	}

	.footer-bottom {
		flex-direction: column;
		text-align: center;
	}

	.florapro-slider {
		padding: 25px 20px !important;
		flex-direction: column-reverse !important;
		text-align: center !important;
	}

	.florapro-slider .slider-left,
	.florapro-slider .slider-right {
		flex: 1 1 100% !important;
		width: 100% !important;
	}

	.slide-features li {
		justify-content: center !important;
	}

	.slider-dots {
		justify-content: center !important;
	}
}

@media (max-width: 575px) {
	.j2store-products-module .row > div,
	.j2commerce-products .row > div,
	.j2store-products-module .row > [class*="col-"],
	.j2commerce-products .row > [class*="col-"] {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
}

/* ============================================================
   ПЛАВНЫЕ СПОЙЛЕРЫ (БЕЗ РЫВКОВ ПРИ ОТКРЫТИИ И ЗАКРЫТИИ)
   ============================================================ */

/* Кнопка спойлера */
.btn-spoiler {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	background: #f4f8f0 !important;
	color: #1a1a1a !important;
	border: 1px solid #e2ebd9 !important;
	font-weight: 700 !important;
	font-size: 0.95rem !important;
	padding: 12px 24px !important;
	border-radius: 10px !important;
	margin-bottom: 10px !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	cursor: pointer !important;
}

.btn-spoiler:hover {
	background: var(--primary-color) !important;
	color: #fff !important;
	border-color: var(--primary-color) !important;
	box-shadow: 0 6px 18px rgba(89, 178, 14, 0.25) !important;
	transform: translateY(-2px);
}

/* Активное состояние кнопки (когда спойлер открыт) */
.btn-spoiler[aria-expanded="true"] {
	background: var(--primary-color) !important;
	color: #fff !important;
	border-color: var(--primary-color) !important;
	box-shadow: 0 4px 15px rgba(89, 178, 14, 0.2) !important;
}

/* Плавный разворот стрелочки */
.btn-spoiler i,
.btn-spoiler [class*="fa-"] {
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
	margin-left: 10px !important;
}

.btn-spoiler[aria-expanded="true"] i,
.btn-spoiler[aria-expanded="true"] [class*="fa-"] {
	transform: rotate(180deg);
}

/* Анимируемый контейнер */
.collapse,
.collapsing {
	margin: 0 !important;
	padding: 0 !important;
	transition: height 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* Выпадающая карточка с текстом */
.spoiler-card {
	background: #ffffff !important;
	border: 1px solid #e9ecef !important;
	border-left: 4px solid var(--primary-color) !important;
	border-radius: 10px !important;
	padding: 22px 26px !important;
	margin: 0 0 16px 0 !important;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04) !important;
}

.spoiler-card p {
	font-size: 0.98rem !important;
	line-height: 1.75 !important;
	color: #4a4a4a !important;
	margin-bottom: 10px !important;
}

.spoiler-card p:last-child {
	margin-bottom: 0 !important;
}
/* ============================================================
   СЕКЦИИ "РУКОВОДСТВО ПО ПРОДУКЦИИ" (3 КОЛОНКИ)
   ============================================================ */
.guidance-wrapper {
	padding: 20px 0;
	width: 100%;
}

.guidance-eyebrow {
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--primary-color);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 6px;
}

.guidance-title {
	font-size: 2rem !important;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.guidance-sub {
	font-size: 1rem;
	color: #666;
	max-width: 650px;
	margin: 0 auto 30px;
}

.guidance-grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 25px !important;
	width: 100% !important;
}

.guidance-card {
	background: #ffffff !important;
	border: 1px solid #e9ecef !important;
	border-radius: 14px !important;
	padding: 30px 24px !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	height: 100% !important;
}

.guidance-card:hover {
	transform: translateY(-5px) !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

.guidance-card .card-badge {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--primary-color);
	background: rgba(89, 178, 14, 0.12);
	padding: 5px 14px;
	border-radius: 20px;
	margin-bottom: 14px;
	align-self: flex-start;
}

.guidance-card .card-title {
	font-weight: 700 !important;
	font-size: 1.2rem !important;
	color: #1a1a1a !important;
	margin-bottom: 8px !important;
	line-height: 1.35 !important;
}

.guidance-card .card-components {
	font-size: 0.88rem;
	color: #777;
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f0f0f0;
}

.guidance-card .card-components strong {
	color: #1a1a1a;
}

.guidance-card .card-text {
	font-size: 0.95rem;
	line-height: 1.65;
	color: #555;
}

.guidance-card .card-text p {
	margin-bottom: 10px;
}

.guidance-card .card-text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.guidance-grid {
		grid-template-columns: 1fr !important;
	}
}
/* ============================================================
   СТИЛЬНЫЙ БЛОК FAQ (ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ)
   ============================================================ */
.faq-wrapper {
	width: 100%;
	padding: 20px 0;
}

.faq-eyebrow {
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--primary-color);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 6px;
}

.faq-title {
	font-size: 2.2rem !important;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.faq-sub {
	font-size: 1rem;
	color: #666;
	max-width: 700px;
	margin: 0 auto 30px;
}

/* Элементы аккордеона */
.custom-faq-accordion .accordion-item {
	background: #ffffff !important;
	border: 1px solid #e9ecef !important;
	border-radius: 12px !important;
	margin-bottom: 14px !important;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.custom-faq-accordion .accordion-item:hover {
	border-color: #d0e6c2 !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04) !important;
}

/* Заголовок-кнопка */
.custom-faq-accordion .accordion-button {
	font-family: 'Manrope', sans-serif !important;
	font-weight: 700 !important;
	font-size: 1.05rem !important;
	color: #1a1a1a !important;
	padding: 18px 24px !important;
	background-color: #ffffff !important;
	box-shadow: none !important;
	transition: all 0.25s ease !important;
}

/* Активное состояние открытого вопроса */
.custom-faq-accordion .accordion-button:not(.collapsed) {
	color: var(--primary-color) !important;
	background-color: #f8faf6 !important;
	border-bottom: 1px solid #edf0f2;
}

/* Стрелочка аккордеона (красивый зеленый акцент) */
.custom-faq-accordion .accordion-button::after {
	transition: transform 0.3s ease !important;
}

.custom-faq-accordion .accordion-button:not(.collapsed)::after {
	filter: sepia(100%) hue-rotate(50deg) saturate(500%);
}

/* Тело ответа */
.custom-faq-accordion .accordion-body {
	padding: 22px 26px !important;
	font-size: 0.98rem !important;
	line-height: 1.7 !important;
	color: #555 !important;
	background-color: #ffffff !important;
}

.custom-faq-accordion .accordion-body p {
	margin-bottom: 10px;
}

.custom-faq-accordion .accordion-body p:last-child {
	margin-bottom: 0;
}

.custom-faq-accordion .accordion-body ol {
	padding-left: 20px;
	margin-bottom: 0;
}

.custom-faq-accordion .accordion-body ol li {
	margin-bottom: 8px;
}