	:root {
		--header-color:rbg(66,67,72);
		--primary-green: rgb(36,179,75);
	}
	body { font-family: Manrope; background-color: white; overflow-x: hidden; font-size: 20px; }

        /* Кастомные стили для контейнера */
        .custom-container {
            max-width: 1920px;
            padding-left: 40px;
            padding-right: 40px;
			margin-left: auto;
			margin-right: auto;
			width: 100%;
			box-sizing: border-box; 			

        }
        
        .header {
            padding: 32px 0;
        }

        .navbar-nav .nav-item:not(:last-child) {
            margin-right: 40px;
        }		
		
	.navbar-nav .nav-link {
            padding: 0.5rem 0;
            white-space: nowrap;
        }
        .phone-icon {
            margin-right: 5px;
        }
        .cart-icon {
            //font-size: 1.25rem;
            margin-left: 80px;
			margin-right: 80px;
            color: inherit; /* Основной цвет текста */
        }
        .cart-empty {
            //font-size: 0.8rem;
            color: inherit;
        }
        .login-btn {
            background-color: rgb(36,179,75);
            color: white;
            padding: 15px 40px;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s;
			font-size: 0.9em;
        }
        .login-btn:hover {
            background-color: #218838;
            color: white;
			
        }
        /* Выравнивание меню по левому краю */
        .navbar-nav {
            margin-left: 0 !important;
        }

.category-tovar p { color: rgb(129, 129, 129); font-size: 15px; margin-bottom: auto; }	


.button-select__input:checked + .button-select__label,
.button-select__input:checked + .button-select__label small,
.button-select__input:checked + .button-select__label b {
    color: white;
}

		
		.header ul li a { color: var(--header-color);  font-weight: 500; }
		.header ul li a:hover { color: rgb(36,179,75); }
		.phone-top {  color: var(--header-color); font-weight: 500; }	
		
h1 { font-size: 60px; }		
.back { font-size: 15px; }
		
    /* Стили для слайдера */
        .hero-slider {
            height: 490px;
            background-color: #f5f5f5;
            position: relative;
            overflow: hidden;
			padding-top: 40px;
			border-radius: 8px;
			box-shadow: 0px 4px 8px 0px rgba(29, 37, 43, 0.1),0px 1px 2px 0px rgba(50, 52, 63, 0.15);
			background: linear-gradient(90.00deg, rgb(36, 179, 75) 7.491%,rgba(171, 190, 182, 0.25) 62.136%),url(),linear-gradient(90.00deg, rgb(36, 179, 75),rgb(15, 77, 32) 100%);							
        }
        .hero-content {
            max-width: 600px;
            z-index: 2;
			padding-left: 40px;
        }
        .hero-title {
            font-size: 48px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 30px;
        }
        .hero-subtitle {
            font-size: 18px;
            color: var(--header-color);
            margin-bottom: 40px;
            max-width: 650px;
        }
        .hero-btn {
            background-color: white;
            color: var(--primary-green);
            padding: 10px 20px 10px 20px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 500;
            display: inline-block;
            transition: all 0.3s;
        }
        .hero-btn:hover {
            background-color: #218838;
            color: white;
            transform: translateY(-2px);
        }
        .hero-image {
            position: absolute;
            right: 100px;
            bottom: 0;
            height: 90%;
            z-index: 1;
        }	
		h1.hero-title {
			color: white; font-weight: 500;
		}
		p.hero-subtitle{
			color: white; font-weight: 500;
		}
		.hero-subtitle-bottom{
			bottom: 40px;
			position: absolute;
		}

.button-select	small { color: rgba(129, 129, 129, 1); }
.about-icon-container img { width: 32px; margin-right: 10px; }
.about-icon-container h4 { font-size: 20px; font-weight: 600; }
.about-icon-container p { font-family: Manrope; font-size: 15px; font-weight: 500; }


.button-partners { background-color: var(--primary-green); color: white; border-radius: 8px; padding: 20px 80px; margin-top:30px; margin-bottom: 80px; }
.button-partners:hover { background-color: var(--primary-green);  }







/* Стили для чекбоксов в фильтрах */
.filter-checkbox {
    margin-top: 0;
    margin-right: 8px;
}

.dropdown-item {
    cursor: pointer;
    padding: 8px 16px;
    transition: background-color 0.2s;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.dropdown-item:active {
    background-color: #e9ecef;
}

/* Предотвращаем закрытие dropdown при клике на чекбокс */
.dropdown-menu form {
    padding: 0;
}

/* Стили для выбранных чекбоксов */
.filter-checkbox:checked {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
}

/* Убираем стандартные стили Bootstrap для чекбоксов в dropdown */
.form-check-input {
    width: 1.1em;
    height: 1.1em;
    margin-top: 0.15em;
}

/* Стили для активных фильтров */
.dropdown-toggle .filter-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--primary-green);
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 767px) {
    .dropdown-item {
        padding: 10px 16px;
        font-size: 14px;
    }
    
    .filter-checkbox {
        width: 1.2em;
        height: 1.2em;
    }
}
.descTextColorDisclamer { color: rgb(129, 129, 129); }








 /* Стили для блоков категорий */
        .product-categories {
            margin-top: 80px;
            margin-bottom: 80px;
        }
        .category-card {
            height: 450px;
            position: relative;
            overflow: hidden;
            margin-bottom: 30px;	
			border-radius: 8px;
			box-shadow: 0px 4px 8px 0px rgba(29, 37, 43, 0.1),0px 1px 2px 0px rgba(50, 52, 63, 0.15);
			background: linear-gradient(270.00deg, rgba(255, 255, 255, 0),rgb(255, 255, 255) 100%),url(),rgb(255, 255, 255);
        }

.category-card .mob-arrow, .hero-slider .mob-arrow {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 44px;
        height: 44px;
        background-color: white;
        color: var(--primary-green);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
	box-shadow: 0px 4px 8px 0px rgba(29, 37, 43, 0.1),0px 1px 2px 0px rgba(50, 52, 63, 0.15);
	opacity: 0;
}
.category-card .mob-arrow a, .hero-slider .mob-arrow a {
	color: var(--primary-green);
	text-decoration: none;
}

.p-desc { font-size: 15px; }

        .category-content {
            position: relative;
            z-index: 2;
            padding: 40px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .category-title {
			color: rgb(66, 67, 72);
			font-family: Manrope;
			font-size: 40px;
			font-weight: 500;
			line-height: 60px;
			letter-spacing: -2%;
			text-align: left;
			max-width: 400px;
        }
        .category-description {
			color: rgb(129, 129, 129);
			font-family: Manrope;
			font-size: 15px;
			font-weight: 500;
			line-height: 25px;
			letter-spacing: 0%;
			text-align: left;

            max-width: 400px;
        }
        .category-btn {
            border-radius: 8px;
			background: rgb(36, 179, 75);
            color: white;
            padding: 10px 20px;
            text-decoration: none;
            font-weight: 600;
            display: inline-block;
            transition: all 0.3s;
            width: fit-content;
	    font-size: 15px;
		transition: all 0.3s;
			
        }
        .category-btn:hover {
		background-color: #218838;
        }
        .category-image {
            position: absolute;
            right: 20px;
            top: 80px;
            height: 70%;
            z-index: 1;
        }

	.about-company h2 {  color: rgb(66, 67, 72); font-size: 40px; font-weight: 500; }


.hero-slider { 
		background-image:url("/image/main/slide-fon1.png"); 
		background-size: 100% 100%;
}
.present1 {
		background-image:url("/image/main/slide-present-1.png"); 
		background-size: 100% 100%;
}

.present2 {
		background-image:url("/image/main/slide-present-2.png"); 
		background-size: 100% 100%;
}

.present3 {
		background-image:url("/image/main/slide-present-3.png"); 
		background-size: 100% 100%;
}
.present4 {
		background-image:url("/image/main/slide-present-4.png"); 
		background-size: 100% 100%;
}

#button-cart { background-color: var(--primary-green); color: white; border-radius: 8px; padding: 12px; }
#button-cart:hover { background-color: #218838; }


p.about-company {
	color: rgb(129, 129, 129);
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: left;
}

footer {
	background-color: rgb(66, 67, 72); 
	color: white;
	margin-top: 80px;
}
footer p {
	color: rgb(245, 245, 246);
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: left;
}
footer h5 { 
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0%;
	text-align: left;
}

footer ul li a { 
	color: rgb(36, 179, 75);
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: left;
	text-decoration: none;
	transition: color 0.3s;
}

footer ul { margin-top: 20px; }
footer a.phone-bottom {
	color: rgb(245, 245, 246);
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: left;
}
footer a.email-bottom {
	color: rgb(36, 179, 75);
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: left;	
}
footer .desc-text{
	padding-top: 40px;
	width: 92%;
}
footer ul {  list-style: none; padding: 0; }

.simple-text { color: rgb(129, 129, 129); }
		



	.filtr-ohr {
		border-radius: 8px;
		padding:20px;
		box-shadow: 0px 4px 8px 0px rgba(29, 37, 43, 0.1),0px 1px 2px 0px rgba(50, 52, 63, 0.15);
	}
	.filtr button {
		border-radius: 8px;
		box-shadow: 0px 4px 8px 0px rgba(29, 37, 43, 0.1),0px 1px 2px 0px rgba(50, 52, 63, 0.15);
		background: rgb(255, 255, 255);
		border: 0px;
		color: rgb(129, 129, 129);
	}
	.filtr button:hover {
		background-color: white !important;
	}
    .dropdown-toggle::after {
        display: none; /* Скрываем стандартную стрелку */
    }
    
    @media (max-width: 992px) {
        .dropdown {
            flex: 0 0 calc(50% - 5px);
        }
    }
    
    @media (max-width: 576px) {
        .dropdown {
            flex: 0 0 100%;
        }
    }


.category-tovar .product-card img { display: block; margin: 0 auto;  }
        .catalog-main  .product-card {
            border-radius: 8px;
            transition: all 0.3s;
        }
		.catalog-main h4 a {
			color: rgb(66, 67, 72);
			font-size: 20px;
			font-weight: 600;
			line-height: 30px;
			letter-spacing: -2%;
			text-align: left;
			text-decoration:none;		
		}
		.catalog-main p {
			color: rgb(129, 129, 129);
			font-size: 15px;
			font-weight: 500;
			line-height: 20px;
			letter-spacing: 0%;
		text-align: left;		
		}
        
        .product-card:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transform: translateY(-4px);
        }
        
        .col-lg-2-4 {
            flex: 0 0 auto;
            width: 20%;
        }
        
        @media (max-width: 992px) {
            .col-lg-2-4 {
                width: 33.333333%;
            }
        }
        
        @media (max-width: 768px) {
            .col-lg-2-4 {
                width: 50%;
            }
        }
        
        @media (max-width: 576px) {
            .col-lg-2-4 {
                width: 100%;
            }
            
            .dropdown {
                width: 100%;
                margin-bottom: 10px;
            }
            
            .dropdown-toggle {
                width: 100%;
            }
        }










/* Стили для мобильной шапки */
.mobile-header {
    display: none;
    background-color: white;
	position: -webkit-sticky;
    position: fixed; /* Изменено с sticky на fixed */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    height: 84px;
	color: rgb(66, 67, 72);
}
.mobile-header i {  color: rgb(66, 67, 72); }

.mobile-header .custom-container {
    height: 100%;
}

.mobile-header .d-flex {
    height: 100%;
}

.mobile-menu-toggle {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--header-color);
    padding: 0;
}

/* Стили для мобильного меню */
.mobile-menu-overlay {
    position: fixed;
    top: 84px; /* Учитываем высоту fixed шапки */
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 1020;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.mobile-menu-overlay.active {
    transform: translateX(0);
}

.mobile-menu-container {
    padding: 20px 20px;
    height: calc(100% - 84px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-list li {
    margin-bottom: 20px;
}

.mobile-menu-list li a {
    color: var(--header-color);
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
}

.mobile-menu-list li a:hover {
    color: var(--primary-green);
}

.mobile-menu-footer {
    margin-top: 40px;
    padding-bottom: 40px;
	position:absolute;
	bottom:0;
	width:90%;
	color: rgb(66, 67, 72);
}

.mobile-menu-footer p, .mobile-menu-footer a {
    color: var(--header-color);
    margin-bottom: 10px;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
}
.mobile-footer-icons { gap: 24px;  padding-top: 5px; margin-top: 5px; }




/* Мобильные стили (до 767px) */
@media (max-width: 767px) {
    /* Слайдер */
    .hero-slider {
        height: auto;
        min-height: 300px;
        padding: 20px;
        background-size: cover;
        background-position: center;
    }

    .hero-content {
        padding-left: 20px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }

    .hero-title {
        font-size: 28px;
        margin-bottom: 15px;
        order: 1; /* Заголовок первым */
    }

    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
        order: 2; /* Подзаголовок вторым */
    }

    .hero-btn {
        padding: 8px 16px;
        font-size: 14px;
        order: 3; /* Кнопка третьей */
    }

    .hero-image {
        position: relative;
        right: auto;
        bottom: auto;
        height: 150px;
        margin: 20px auto 0;
        display: block;
        order: 4; /* Изображение последним */
    }

    .hero-subtitle-bottom {
        position: relative;
        bottom: auto;
    }

    /* Блоки категорий */
    .product-categories {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .category-card {
        height: auto;
        min-height: 300px;
        margin-bottom: 10px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
    }

    .category-content {
        padding: 20px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .category-title {
        font-size: 25px;
		font-weight: 500;
        line-height: 30px;
        margin-bottom: 10px;
        max-width: 80%;
        order: 1; /* Заголовок первым */
    }

    .category-description {
        font-size: 10px;
        line-height: 15px;
        max-width: 100%;
		font-weight:500;
        margin-bottom: 15px;
        order: 2; /* Описание вторым */
    }

    .category-btn {
        display: none !important;
    }



    .category-image {
        position: relative;
        right: auto;
        top: auto;
        height: 177px;
        margin: 0px auto 0;
        display: block;
        order: 3; /* Изображение последним */
    }
	.about-company h2 { font-size: 30px !important; font-weight: 600 !important; line-height: 40px; }

	
	
    /* Слайдер - полная синхронизация с продукт-блоками */
    .hero-slider {
        height: auto;
        min-height: 300px;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0px 4px 8px rgba(29, 37, 43, 0.1), 
                    0px 1px 2px rgba(50, 52, 63, 0.15);
        position: relative;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
    }

    .hero-content {
        padding: 0;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .hero-title {
        font-size: 22px;
        color: white !important;
        margin-bottom: 10px;
        order: 1;
        max-width: 70%;
        margin-top: 0;
        padding-top: 0;
		font-weight:500;
    }

    .hero-subtitle {
        font-size: 12px;
        color: white !important;
        margin-bottom: 15px;
        order: 2;
        line-height: 15px;
		font-weight:500;
    }

    .hero-btn {
        display: none;
    }

    /* Фиксируем правильный порядок */
    .hero-subtitle-bottom {
        display: contents; /* Разрушаем обертку для правильного порядка */
    }



    .hero-image {
        position: relative;
        height: 177px;
        margin: 15px auto 0;
        display: block;
        order: 3;
    }

	
	
    /* Явное указание порядка элементов */
    .category-content > div:first-child {
        order: 1; /* Контейнер с заголовком */
    }

    .category-content > div:last-child {
        order: 2; /* Контейнер с описанием и кнопкой */
    }
	
	

	ol.breadcrumb { display: none; }
	.catalog-main .product-card {
		border-radius: 8px;
		box-shadow: 0px 4px 8px 0px rgba(29, 37, 43, 0.1),0px 1px 2px 0px rgba(50, 52, 63, 0.15);
		background: rgb(255, 255, 255);
	}
	.catalog-main .col-md-4 { margin-bottom: 10px !important; }
	.filtr { display: none; }
	

	.cart-product { margin: 0px !important; }
	.cart-product .mb-4 { margin: 0px !important; padding: 0px; }
	.cart-block {
		box-shadow: 0px 4px 8px 0px rgba(29, 37, 43, 0.1),0px 1px 2px 0px rgba(50, 52, 63, 0.15) !important;
		background: rgb(255, 255, 255)  !important;
	}
	.cart-block-img{
		border-radius: 8px !important;
		box-shadow: 0px 4px 8px 0px rgba(29, 37, 43, 0.1),0px 1px 2px 0px rgba(50, 52, 63, 0.15) !important;
		background: rgb(255, 255, 255) !important;
	}
	.product-info { margin-top: 0px !important;}
	.cart-block { padding: 0px !important; margin: 0px !important; box-shadow: none !important; margin-top: 40px !important; }
	.button-select__label { padding: 5px 14px !important; }
	.button-select__label b { font-size: 14px !important; }
	.button-select__label { width: auto !important; }
}








/* Стили для блока товара */
.product-gallery {
    height: 400px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 16px;
}

.product-thumbnails {
    display: flex;
    gap: 10px;
}

.product-thumbnail {
    width: 70px;
    height: 70px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

.option-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--header-color);
}


.color-option { width: 48px; height: 48px; border-radius: 50%; border: 2px solid white; box-shadow: 0 0 0 1px #ddd; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.color-option-white { width: 48px; height: 48px; }


.order-summary {
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quantity-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-buttons {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.cart-product { margin-left: 30px; margin-right: 30px; }
.cart-3 { background-color: white; }






.changed-color {
	position: absolute;
	bottom: 0px;
	right: 40px;
	left: 40px;
	z-index: 999;
	height: 60%;
	border-radius: 8px;
}
	.cart-product{

		z-index: 1000;
		position: relative !important;
	
	}



.harakteristiki {
    border-top: none;
    border-bottom: none;
    width: 100%;
    margin-bottom: 1em;
}

.harakteristiki td {
    border: 2px solid White;
    padding: 10px;
}

.product-card-inner { height: 200px; display: flex; align-items: center; justify-content: center; }

.harakteristiki tr:first-child td:first-child {
    border-top-left-radius: 8px;
}

.harakteristiki td:first-child {
    font-style: normal;
    line-height: 146.28%;
    vertical-align: middle;
    align-items: center;
    letter-spacing: -0.02em;
    color: #302F3D;
    padding-left: 10px;
	width: 30%;
	color: rgba(129, 129, 129, 1);
	font-family: Manrope;
	font-size: 20px;
	font-weight: 500;
}
.harakteristiki a {
	color: rgba(36, 179, 75, 1);
	text-decoration: none;
}
.harakteristiki a:hover {
	text-decoration: underline;
}
.harakteristiki-h2 {
	color: rgba(66, 67, 72, 1); font-family: Manrope; font-size: 40px;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}
a.email { color: rgba(36, 179, 75, 1); text-decoration: none; }
a.email:hover { color: rgba(36, 179, 75, 1); text-decoration: underline; }
.partner-pre-text { margin-top: 20px; }
.partner-form { margin-top: 70px; width: 60%; }
.partner-form button { background-color: var(--primary-green); border: none; padding: 20px 80px; border-radius: 8px; margin-top: 45px; }
.partner-form .form-check { margin-top: 45px; }
.uslovie { margin-bottom: 80px; }
div.uslovie li {
    color: #7CB342;
	
}
div.uslovie li span {
	color: rgba(129, 129, 129, 1);
	font-family: Manrope;
	font-size: 20px;
	font-weight: 500;
}

div.uslovie h5 {
	color: rgba(66, 67, 72, 1);
	font-family: Manrope;
	font-size: 25px;
	font-weight: 600;
        margin-bottom: 20px;
}


.harakteristiki td:last-child {
    font-style: normal;
    font-weight: normal;
	font-weight: 500;
    line-height: 146.28%;
    letter-spacing: -0.02em;
    color: #676673;
    padding-left: 10px;
	color: rgba(66, 67, 72, 1);
}
.harakteristiki td { padding-left: 0px !important; }





    .horizontal-accordion {
        overflow: hidden;
    }
    
    .accordion-item {
      
    }

.accordion-item.active .accordion-header {
    color: var(--primary-green);
}

.accordion-item.active .accordion-header h3 {
    color: var(--primary-green);
}

    
    .accordion-item:last-child {
        border-bottom: none;
    }
    
    .accordion-header {
        padding: 16px 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        transition: background-color 0.3s;
    }
    
    .accordion-header:hover {

    }
    
    .accordion-item.active .accordion-header {

    }
    
    .accordion-icon {
        font-weight: 200;
        margin-right: 16px;
        width: 16px;
        text-align: center;
		font-size: 2em;
		color: gray;
		
    }
    
    .accordion-header h3 {
        margin: 0;

color: rgb(66, 67, 72);

font-size: 30px;
font-weight: 500;
line-height: 40px;
letter-spacing: -2%;
text-align: left;

    
    }
    
    .accordion-content {
        padding: 20px;
		margin-left: 30px;
        display: none;
        background-color: white;
		
		
		color: rgb(129, 129, 129);

font-size: 20px;
font-weight: 500;
line-height: 30px;
letter-spacing: 0%;
text-align: left;
		
		
    }
    
    .accordion-content p,
    .accordion-content ul,
    .accordion-content ol,
    .accordion-content table {
        margin-bottom: 16px;
    }
    
    .accordion-content ul,
    .accordion-content ol {
        padding-left: 20px;
    }
    
    .faq-question {
        font-size: 16px;
        font-weight: 500;
        color: var(--header-color);
        margin-bottom: 8px;
    }
    
    .faq-answer {
        font-size: 14px;
        color: rgb(129, 129, 129);
        line-height: 1.5;
    }


/* стили карточки товаров */
.modal {
    z-index: 99050;
    padding: 0px !important;
}

.breadcrumb .breadcrumb-item a { color: var(--primary-green); text-decoration: none; font-weight: 500; }
.breadcrumb { font-size: 15px; }

.cart-block-img { background: radial-gradient(46.00% 37.00% at 50% 63%,rgb(255, 255, 255) 11.058%,rgb(179, 179, 179) 100%),rgb(217, 217, 217) !important; height: 100%; } 

.cart-block { 
border-radius: 8px;
box-shadow: 0px 4px 8px 0px rgba(29, 37, 43, 0.1),0px 1px 2px 0px rgba(50, 52, 63, 0.15);
background: rgb(255, 255, 255);
 }

.product-img-mob {
	height: 200px; display: flex; align-items: center; justify-content: center; position:relative;
}
.circle-color-checked {  width: 48px; 
  height: 48px; 
  border-radius: 50%; 
  border: 2px solid #fff; 
  box-shadow: 0 0 0 1px #ddd; 
  cursor: pointer; 
  display: flex; 
  align-items: center; 
  justify-content: center;
  position: absolute;
  right: 10px;
  top:10px;
}
.circle-color-checked-jackdaw {
    width: 30px; 
    height: 30px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center;

} 

.num-search { margin-bottom: 12px; }

.button-select {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.button-select__input {
  display: none;
}

.button-select__label {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #f8f8f8;
	text-align: center;
	width: 23.8%;
	box-shadow: 0px 4px 8px 0px rgba(29, 37, 43, 0.1),0px 1px 2px 0px rgba(50, 52, 63, 0.15);
	background: rgb(255, 255, 255);
}
.modal-color button { margin-bottom: 10px; }

.red {
    color: #ed1962;
}

.button-select__label b { font-size: 18px; }

.button-select__input:checked + .button-select__label {
  background-color: #4CAF50;
  color: white;
  border-color: #4CAF50;
}


.button-select__price {
  margin-left: 5px;
  opacity: 0.8;
  font-size: 0.9em;
}

.button-select__input:checked + .button-select__label .button-select__price {
  opacity: 1;
  color: white;
}

.cart-variant h3 { margin-top: 10px; margin-bottom: 0px; }
.cart-variant h4 { color: rgb(129, 129, 129); margin-top: 30px; }



        .catalog-card {
            transition: transform 0.3s;
            margin-bottom: 20px;
        }
        .catalog-card:hover {
            transform: translateY(-5px);
        }
        .search-container {
		margin-top: 20px;
		background-color: white;
		padding: 20px;
		border-radius: 8px;
		box-shadow: 0px 4px 8px 0px rgba(29, 37, 43, 0.1),0px 1px 2px 0px rgba(50, 52, 63, 0.15);
		background: rgb(255, 255, 255);
		margin-bottom: 30px;
        }
	.modal-color {
		padding: 0 40px 40px 40px;
	}
	.card { border:0px }
	.card-title { padding-top: 20px; }
	h5 a { color: rgb(66, 67, 72); font-size: 18px; font-weight: 600; text-decoration: none; }
	.modal-header { border: 0px; }
.changeColor { margin-top: 10px; color: rgb(36, 179, 75); display:block; cursor: pointer; }
.cart-variant h4 span {
	color: rgb(66, 67, 72);
	font-weight: 600;
	padding-left: 10px;
}
.cart-sostav h3 {     margin-top: 10px;    margin-bottom: 0px; }
.cart-sostav h4 {     color: rgb(129, 129, 129);
    margin-top: 30px; }

    .color-option:hover::after {
        content: "";
        display: block;
        width: 30px; 
        height: 30px; 
        border-radius: 50%; 
        background: transparent;
        position: relative;
    }
    .color-option:hover::before {
        content: "";
        display: block;
        width: 16px;
        height: 12px;
        background: transparent;
        position: absolute;
        z-index: 1;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L5.5 10.5L15 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
    }


.color-option:hover::after {
    content: "";
    display: block;
    width: 30px; 
    height: 30px; 
    border-radius: 50%; 
    background: rgba(255,255,255,0.3);
    position: relative;
}
.accordion-content strong, .accordion-content a { color: rgb(66, 67, 72); }
.accordion-content h5 { color: rgb(66, 67, 72); font-weight:600 };

body.modal-open { padding-right: 0 !important; }


.button-pdf {
	background: #FFFFFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 16px;
    padding: 20px;
    padding-left: 56px;
    margin-bottom: 20px;
    width: 580px;
    background: url(/image/ico/doc-pdf.png) no-repeat 20px 20px;
    background-size: 16px;
}
.button-pdf:hover {
    background: url(/image/ico/doc-pdf.png) no-repeat 20px 20px #eee;
	background-size: 16px;

}

.button-pdf a { font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: rgb(66, 67, 72);
    text-decoration: none;
}

.mob-cart-a{
	position: relative;
}

.mob-cart {
	position: absolute;
    top: -8px;
    right: -10px;
    font-size: 10px;
    color: white;
    background-color: red;
    padding: 0px 7px;
    border-radius: 5px;
}
.accordion-content a { color: rgb(129, 129, 129);  }


/* стили для статей */

.slider-article img {
width: 100%;
border-radius: 8px;
box-shadow: 0px 4px 8px 0px rgba(29, 37, 43, 0.1),0px 1px 2px 0px rgba(50, 52, 63, 0.15);
}

.sertificats img { width: 100%; }
.rablok { 
	margin-top: 40px;
}
.rablok .img {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgb(29 37 43 / 10%), 0px 1px 2px 0px rgb(50 52 63 / 15%);
}
.rablok a.textLink {
color: rgb(66, 67, 72);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}
ul.navbar-nav a.active { color: var(--primary-green) !important; }

#getProductColor { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); border-radius: 8px; } 
#getProductColor img { width: 300px }
#getProductColor h4 a { color: rgb(66, 67, 72); text-decoration: none; }
#getProductColor .sphere { height: 36px;
    width: 36px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-size: 500%;
    position: relative;
    display: inline-block;
}
#getProductColor .button-select__label { width: 30%; }
#getProductColor .button-select {  padding-top:20px; padding-bottom:20px; } 
#getProductColor #product-price { padding-top: 10px; padding-bottom:20px; }

.btn-green {
    border-radius: 8px;
    background: rgba(36, 179, 75, 1);
    color: white;
	padding-left: 40px;
	padding-right: 40px;
}
.btn-green:hover {
	background-color: #218838 !important;
	color:white;
}

.form-group { margin-bottom:20px; }


/* Стили для мобильных версий */
@media (max-width: 991.98px) {

h1 { font-size: 30px; }	

    body {
        padding-top: 84px; /* Компенсируем высоту fixed шапки */

    }

    .desctop-header {
        display: none;
    }
	.custom-container { padding-left: 20px; padding-right:20px; }
	.header { padding: 0px; }
    .mobile-header {
        display: block;
    }
.category-card .mob-arrow, .hero-slider .mob-arrow { opacity:1; z-index: 999; }


.product-info .cart-block {  margin-top: 0px !important; }
.cart-variant h3 { margin-top: 40px; font-size: 15px; }
.cart-variant h4 { margin-top: 20px; font-size: 15px; }
.cart-sostav h3 { margin-top: 40px; font-size: 15px;  }
.cart-sostav h4 { margin-top: 20px; font-size: 15px; }
.accordion-content { font-size: 15px; line-height: 25px; font-weight: 500; padding: 0px; }
.accordion-header { padding: 0px; }
.p-desc { color: rgba(129, 129, 129, 1); font-size: 15px; }
.colorCatList {   margin-top: 0px !important; }
.search-container .col, .search-container .col-auto { margin:5px !important; }
.kolerovkaListColor { height: 50px !important; }

.kolerovkaLink, .colerovka-block div span { padding-top:7px; padding-bottom: 7px; font-size: 12px !important; font-weight:500; }
#colorIdPhoto { display: none !important; }
.colorId { height: 160px !important; }
.colorDesc { font-size: 15px; color: rgba(129, 129, 129, 1); }
.colorDesc p { padding-top: 10px; }
#wrapper-map { width: 100% !important; }
#map { height: 260px !important; }
#wrapper-contacts-123 { width: 100% !important; }
#wrapper-contacts-123 h3 { color: rgba(66, 67, 72, 1); font-family: Manrope; font-size: 20px; font-weight: 500; margin-top: 20px; margin-bottom: 10px; }
#wrapper-contacts-123 p { color: rgba(129, 129, 129, 1); font-family: Manrope; font-size: 15px; }
#information-contact h3 { color: rgba(66, 67, 72, 1); font-family: Manrope; font-size: 20px; font-weight: 500; margin-top: 20px; margin-bottom: 10px; } 
.wrapper-contacts-row .row {
    margin-top: 10px !important;
}
.wrapper-contacts-row strong { color: rgba(66, 67, 72, 1) !important; }

}

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

body { font-size: 16px; }

.navbar-nav .nav-item:not(:last-child) {
    margin-right: 10px;}
.cart-icon { margin-left: 20px; margin-right: 30px; }
.hero-image { height:  80%; right: 30px; }
.hero-slider { height: 380px; }
.hero-content { max-width: 40%; }
.hero-title { font-size: 40px; }
h2.category-title { font-size: 32px; line-height: 40px;}
.category-card { height: 400px;  }
.category-image { right: 10px; height: 50%; }
.category-content { padding: 30px; }
p.category-description { font-size: 14px; }
p.about-company { font-size: 15px; line-height: 22px; }
.catalog-main h4 a { font-size: 20px; line-height: 20px; }
.button-select__label { width: 31.5% !important; }
.color-option, .color-option-white { width: 40px; height: 40px; }
.product-card-inner { height: 150px; display: flex; align-items: center; justify-content: center; }
.accordion-content { font-size: 16px; line-height: 24px; }
.accordion-header h3 { font-size: 26px; }
.accordion-content { padding-top: 0px; padding-bottom: 0px; }
.cart-variant .cart-block { padding: 15px !important; }
.cart-variant h4, .cart-sostav h4 { margin-top: 20px; }
.button-select__label b {   font-size: 16px; }
.button-select__input:checked + .button-select__label {   background-color: #4CAF50;  color: white !important;  border-color: #4CAF50; }
h1 { font-size: 40px; }	
.button-select__input:checked + .button-select__label {	color: white !important; }
.kolerovkaListColor {   height: 70px !important; }
.kolerovkaLink { padding-top: 7px; padding-bottom: 15px; }
.colorId {   height: 300px !important;  }
#colorIdPhoto { width: 45% !important; }
h4 { font-size: 1.2rem !important; line-height: 1.4  !important}
.product-card .mb-3 { margin-bottom: 0.8rem !important; }
}

@media (min-width: 1440px) and (max-width: 1650px) {
.button-select__label { width: 31.9% !important; } 
.navbar-nav .nav-item:not(:last-child) { margin-right: 18px; }
.cart-icon { margin-left:40px; margin-right: 40px; }


}	




.quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: white;
    overflow: hidden;
    width: fit-content;
}

.quantity-btn {
    width: 36px;
    height: 36px;
    border: none;
    background-color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.quantity-btn:hover {
    background-color: #f8f9fa;
}

.quantity-btn:active {
    background-color: #e9ecef;
}

.quantity-input {
    width: 40px;
    height: 36px;
    border: none;
    text-align: center;
    font-size: 16px;
    background-color: white;
    outline: none;
}

/* Убираем стрелки у input number */
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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


















	.averin_newyear {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left:0;
		z-index: -1;
	}

	#snow {
		width: 100%;
		height: 100%;
		background-image: url("/images/snow1.png"), url("/images/snow2.png"), url("/images/snow3.png");
		-webkit-animation: snow 20s linear infinite;
		-moz-animation: snow 20s linear infinite;
		-ms-animation: snow 20s linear infinite;
		animation: snow 20s linear infinite;
	}

	@keyframes snow {
		0% {
			background-position: 0px 0px, 0px 0px, 0px 0px;
		}
		100% {
			background-position: 500px 1000px, 400px 400px, 300px 300px;
		}
	}

	@-moz-keyframes snow {
		0% {
			background-position: 0px 0px, 0px 0px, 0px 0px;
		}
		100% {
			background-position: 500px 1000px, 400px 400px, 300px 300px;
		}
	}

	@-webkit-keyframes snow {
		0% {
			background-position: 0px 0px, 0px 0px, 0px 0px;
		}
		100% {
			background-position: 500px 1000px, 400px 400px, 300px 300px;
		}
	}

	@-ms-keyframes snow {
		0% {
			background-position: 0px 0px, 0px 0px, 0px 0px;
		}
		100% {
			background-position: 500px 1000px, 400px 400px, 300px 300px;
		}
	}
