/* ===========================
   ЗАГАЛЬНІ СТИЛІ
   =========================== */

:root {
    --swiper-navigation-size: 45px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #000;
    background-color: #fff;
}

/* ===========================
   КОНТЕЙНЕР
   =========================== */

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===========================
   ЗАГОЛОВКИ
   =========================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }

/* ===========================
   ПОСИЛАННЯ
   =========================== */

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* ===========================
   КНОПКИ
   =========================== */

.btn {
    display: inline-block;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #0066cc;
    color: white;
}

.btn-primary:hover {
    background-color: #0052a3;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: #f0f0f0;
    color: #000;
}

.btn-secondary:hover {
    background-color: #e0e0e0;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

::placeholder {
    color: #000;
}

/* ===========================
   ЗАГОЛОВОК / НАВІГАЦІЯ
   =========================== */

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 20px;
    gap: 2rem;
}

.logo {
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 35px;
}

.logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 3rem;
    flex: 1;
    margin: 0;
    align-items:center;
}

.menu-languages {
display:none!important;
}

.menu-btn {
display:none;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: #000;
    font-weight: 500;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.nav-item.dropdown .nav-link{
    font-weight: 700;
    justify-content: space-between;
    font-size: 1.2rem;
}

.dropdown-toggle::after {
    content: '';
    display: none;
    width: 12px;
    height: 8px;
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><polygon points='0,0 12,0 6,8' fill='currentColor'/></svg>") no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease;
    margin-left: auto;
}

.menu-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.nav-link:hover {
    color: #b2d811;
    border-bottom-color: #b2d811;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #eee;
    border-radius: 5px;
    list-style: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.mega-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    min-width: 1050px;
    padding: 2rem;
}

.mega-menu-column {
    padding-right: 1rem;
}

.menu-category-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #b2d811;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.menu-category-title::after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    transition: transform 0.3s ease;
}

.menu-category {
list-style:none;
}

.menu-category a {
    display: block;
    padding: 0.5rem 0;
    color: #666;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.menu-category a:hover {
    color: #b2d811;
    padding-left: 0.5rem;
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-right,.header-contact {
    display: flex;
    align-items: center;
    gap: 2rem;
    white-space: nowrap;
}

.phone-contact {
    font-size: 1.1rem;
}

.phone-contact a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.phone-contact a:hover {
    color: #b2d811;
}

.social-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.social-link:hover {
    transform: scale(1.2);
}

.btn-request,header .btn-consult {
    background-color: #b2d811;
    color: #000;
    font-weight: 400;
    padding: 0.75rem 1.5rem;
    border-radius: 15px;
    font-size:0.95rem;
}

.btn-request:hover,header .btn-consult:hover {
    background-color: #92b324;
    transform: translateY(-2px);
    color:#fff;
}

.language-selector {
    position: relative;
}

.lang-select {
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.lang-select:hover {
    border-color: #b2d811;
}

.lang-select:focus {
    outline: none;
    border-color: #b2d811;
}

/* ============ HAMBURGER MENU ============ */
.hamburger-menu {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.hamburger-menu img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hamburger-menu:hover {
    transform: scale(1.1);
}

.hamburger-menu.active img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(53%) saturate(632%) hue-rotate(48deg) brightness(101%) contrast(90%);
}

/* ===========================
   ЗАГОЛОВОК КАТЕГОРІЇ
   =========================== */

.category-header {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.category-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.category-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    white-space: nowrap;
}

.breadcrumb a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #b2d811;
}

.breadcrumb span {
    color: #999;
    margin: 0 0.5rem;
}

/* ===========================
   ОСНОВНИЙ КОНТЕНТ
   =========================== */

main {
    min-height: calc(100vh - 300px);
}

/* ===========================
   СЛАЙДЕР / HERO
   =========================== */

.hero-slider {
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.swiper.hero-slider {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 20px;
    box-sizing: border-box;
}

.swiper-wrapper {
    display: flex;
    height: 100%;
    position: relative;
}

.slider-item {
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
}

.swiper-slide.slider-item {
    display: flex !important;
    height: 100%;
    width: 100%;
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.slider-text {
    flex: 1;
    min-width: 400px;
}

.slider-title {
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 1.2;
    color: #000;
    margin-bottom: 3.5rem;
    text-transform: uppercase;
}

.slider-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 3.5rem;
}

.btn-slider {
    background: white;
    color: #232323;
    border: 1px solid #b2d811;
    font-weight: 400;
    padding: 15px 35px;
    border-radius: 15px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.btn-slider:hover {
    background: #b2d811;
    color: white;
    transform: translateY(-2px);
}

.slider-image {
    flex: 1;
    min-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 3rem;
}

.dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ddd;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #b2d811;
    border-color: #b2d811;
}

.dot:hover {
    border-color: #b2d811;
}

/* ===========================
   ТОВАРИ - КАТЕГОРІЯ
   =========================== */

.products-section {
    padding: 80px 0 0;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.product-item {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-image img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.product-name {
    font-size: 0.95rem;
    font-weight: 500;
    color: #000;
    padding: 15px;
    text-align: center;
    margin: 0;
}

/* ПАГІНАЦІЯ */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pagination-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #f4f4f4;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-btn:hover {
    color: #b2d811;
}

.pagination-btn.active {
    background-color: #b2d811;
    color: #000;
}

/* ===========================
   ДЕТАЛІ ТОВАРУ
   =========================== */

.product-details {
    padding: 60px 0;
    background-color: #fafafa;
}

.product-details-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.product-gallery {
    position: relative;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
}

.gallery-slider {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}

.gallery-item {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.gallery-item.active {
    display: flex;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-prev,
.gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.gallery-prev {
    left: 15px;
}

.gallery-next {
    right: 15px;
}

.gallery-prev:hover,
.gallery-next:hover {
    background-color: #b2d811;
}

.gallery-prev img,
.gallery-next img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.product-status {
    display: flex;
    align-items: center;
}

.product-info-block {
display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-badge {
    background-color: #f4f9dc;
    color: #000;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    display: inline-block;
}

.btn-get-calculation {
    background-color: white;
    color: #000;
    border: 2px solid #b2d811;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.btn-get-calculation:hover {
    background-color: #b2d811;
    color: white;
    transform: translateY(-2px);
}

.product-description {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 1.1rem;
    line-height: 1.5;
}

.product-description p {
     color: #000;
     margin: 0;
}

/* Додатковий контент товару */
.product-additional {
    padding: 40px 0;
        background-color: #f3f3f3;
            font-size: 1.1rem;
    line-height: 1.5;
}

.additional-text h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

.additional-text p {
padding-bottom:20px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.features-list li {
    font-size: 0.98rem;
    color: #555;
    line-height: 1.6;
    padding-left: 25px;
    position: relative;
}

.features-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #b2d811;
    font-weight: 700;
    font-size: 1.1rem;
}

.additional-media {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
}

.additional-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* Переваги товару */
.product-advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 80px 0;
}

.advantage-item {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.advantage-icon {
    width: 80px;
    height: 80px;
    background-color: #f3f3f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.advantage-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.advantage-item p {
    font-size: 0.95rem;
    color: #000;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    width: 60%;
}

/* СХОЖІ ТОВАРИ */
.similar-products {
    padding: 80px 0;
    background-color: white;
}

.similar-products .section-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 50px;
    background:none;
}

.similar-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    padding-bottom:20px;
}

.product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0px;
}

.product-card-info {
    padding: 20px;
    background-color: #fafafa;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-info h4 {
    font-size: 0.98rem;
    color: #000;
    text-align: center;
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
}

/* Swiper галерея товару */
.product-gallery-swiper {
    background-color: #f5f5f5;
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.product-gallery-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
}

.product-gallery-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background-color: #f5f5f5;
    width: 100%;
    flex-shrink: 0;
}

.product-gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-gallery-swiper .swiper-button-prev,
.product-gallery-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    position: absolute!important;
    top: 50%;
    transform: translateY(-50%);
}

.product-gallery-swiper .swiper-button-prev {
    left: 15px!important;
}

.product-gallery-swiper .swiper-button-next {
    right: 15px!important;
}

.product-gallery-swiper .swiper-button-prev::after,
.product-gallery-swiper .swiper-button-next::after {
    color: #000;
    font-weight: 300;
    font-size: 20px;
}

.product-gallery-swiper .swiper-button-prev:hover,
.product-gallery-swiper .swiper-button-next:hover {
    background-color: #b2d811;
}

.product-gallery-swiper .swiper-button-prev:hover::after,
.product-gallery-swiper .swiper-button-next:hover::after {
    color: white;
}

/* ІНША ПРОДУКЦІЯ */
.other-products {
    background-color: white;
    padding: 80px 0;
}

.other-products-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.other-products-title {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
    flex-shrink: 0;
}

.other-products-content .cta-title {
font-weight:600;
}

.other-products-title h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #000;
    margin: 0;
}

.arrow-icon {
    font-size: 2rem;
    color: #b2d811;
    font-weight: 300;
}

.other-categories {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    align-items: stretch;
    display: grid;
    width: 100%;
}

.other-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    text-align: center;
    flex: 1;
}

.other-category-item .category-image {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.other-category-item .category-image img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.other-category-item .category-name {
    font-size: 0.95rem;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.divider {
    width: 2px;
    height: 100px;
    background-color: #b2d811;
    margin: 0 20px;
}

/* ===========================
   КАТЕГОРІЇ
   =========================== */

.categories-section {
    padding: 60px 0;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    align-items: stretch;
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    position: relative;
    text-decoration: none;
    color: inherit;
    border: 2px solid transparent;
}

.category-card::after {
    content: '';
    position: absolute;
    right: 0;
    top: 35%;
    transform: translateY(-50%);
    width: 2px;
    height: 20%;
    background-color: #b2d811;
}

.category-card:last-child::after {
    display: none;
}

.category-image {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    margin-bottom: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-card a:hover img {
    transform: scale(1.1);
}

.category-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.category-title {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    color: #000;
        background-color: #f8f8f8;
    padding: 15px 20px;
    border-radius: 15px;
    text-align: center;
    margin: 0;
    width: 100%;
    text-decoration: none;
    transition: all 0.3s ease;
    max-width: 270px;
}

.category-header-content .category-title {
 background-color: transparent;
 width:auto;
}

:lang(ru-RU) .category-title {
 max-width: 310px;
}

.category-card a:hover .category-title {
    background-color: #e8e8e8;
    color: #b2d811;
}

/* ===========================
   СЛАЙДЕР ТОВАРІВ
   =========================== */

.products-slider-section {
    padding: 60px 0;
    background-color: #fff;
}

.products-slider-section.gray-bg {
    background-color: #efefef;
}



.products-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.products-header.mobile {
display:none;
}

.slider-controls {
    display: flex;
    gap: 10px;
    height:45px;
}

.slider-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #b2d811;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background-color: #92b324;
    transform: scale(1.1);
}

.slider-btn:disabled {
    background-color: #ddd;
    color: #999;
    cursor: not-allowed;
}

.section-title {
    font-size: 1.3rem;
    font-weight: 400;
    background-color: #b2d811;
    color: #000;
    padding: 20px 30px;
    border-radius: 15px;
    margin: 0;
}

.view-catalog {
    color: #000;
    font-weight: 400;
    font-size: 1rem;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.view-catalog:hover {
    color: #b2d811;
}

.products-slider {
    overflow: hidden;
    position: relative;
}

.products-track {
    display: flex;
    gap: 20px;
    transition: transform 0.6s ease;
}

.product-card {
    flex: 0 0 calc(25% - 15px);
    min-width: 200px;
    text-align: center;
}

/* Swiper styles for products */
.swiper.swiper-slide {
    height: auto;
}

.swiper-wrapper.product-wrapper {
    align-items: stretch;
}

.swiper-slide.product-card {
    flex: none;
    width: auto;
    height: auto;
}

.product-image {
    width: 100%;
    height: 210px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.product-image a {
display:flex;
justify-content:center;
align-items:center;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.product-name {
    font-size: 1rem;
    color: #000;
    font-weight:400;
    padding: 0 20px;
    margin: 0;
}

/* Swiper Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #b2d811;
    color: #000;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative !important;
    left: auto !important;
    right: auto !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #92b324;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 0;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 24px;
    height: 24px;
}

/* Hero Slider Pagination */
.swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #b2d811;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #b2d811;
    border-color: #b2d811;
}

.about-section {
    padding: 80px 0;
    background-color: #f4f4f4;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}

.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.features-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature-dot {
    width: 20px;
    height: 4px;
    background-color: #b2d811;
    border-radius: 0;
    flex-shrink: 0;
}

.feature-text {
    font-size: 0.95rem;
    color: #000;
}

.btn-outline {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #b2d811;
    color: #000;
    background-color: transparent;
    border-radius: 15px;
    font-weight: 400;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background-color: #b2d811;
    color: white;
}

.about-video {
    position: relative;
}

.about-video::after {
content: '';
    position: absolute;
    right: 0;
    bottom: -20%;
    background: url(../images/video-bg.png) no-repeat center bottom;
    width: 263px;
    height: 400px;
}

.about-image {
    width: 100%;
    height: auto;
    display: block;
    position:relative;
    z-index:2;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #b2d811;
    border: 4px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    opacity: 90%;
}

.play-button:hover {
    background-color: #92b324;
    transform: translate(-50%, -50%) scale(1.1);
}

/* ===========================
   МОДАЛЬНЕ ВІКНО З ВІДЕО
   =========================== */

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.video-modal.active {
    display: flex;
}

.modal-content {
    position: relative;
    width: 100%;
    max-width: 900px;
    background-color: #000;
    border-radius: 10px;
}

.modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    z-index: 2001;
    transition: all 0.3s ease;
}

.modal-close:hover {
    transform: rotate(90deg);
}

.video-frame {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* ===========================
   БЛОК ПРО МОЖЛИВІСТЬ ДРУКУ
   =========================== */

.printing-section {
    padding: 80px 0;
    background-color: #fff;
}

.printing-header {
    margin-bottom: 40px;
}

.printing-title, .order-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
}

.printing-intro {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}

.printing-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

.printing-subtitle {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.printing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.print-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.print-dot {
    width: 10px;
    height: 10px;
    background-color: #b2d811;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 5px;
}

.print-text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

.printing-footer {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.8;
}

.printing-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.printing-image::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fbfdf3 no-repeat center;
    width: 300px;
    height: 300px;
    border-radius:50%;
    transform: translate(-50%, -50%);
    z-index:1;
}

.printing-image::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #f0f8d1 no-repeat center;
    width: 400px;
    height: 400px;
    border-radius:50%;
    transform: translate(-50%, -50%);
}

.printing-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    position:relative;
    z-index:2;
}

.contacts-cta-section {
    padding: 60px 0;
}

.contacts-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cta-text {
    display: flex;
    align-items: center;
    gap: 0;
    flex-direction: column;
    min-width: 240px;
}

.cta-title {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom:20px;
}

.cta-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.phone-number {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 280px;
}

.phone-number:hover {
    color: #b2d811;
}

.contact-methods {
    display: flex;
    gap: 25px;
    align-items: center;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.contact-method img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.contact-method:hover {
    color: #b2d811;
    transform: translateY(-3px);
}

.btn-cta {
    background-color: #b2d811;
    color:#000;
    font-weight: 400;
    padding: 15px 35px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-cta:hover {
    background-color: #92b324;
    transform: translateY(-2px);
    color:#fff;
    box-shadow: 0 5px 15px rgba(164, 198, 57, 0.3);
}

/* ===========================
   БЛОК КОНСУЛЬТАЦІЙ
   =========================== */

.consultation-section {
    padding: 80px 0;
    background-color: #f4f4f4;
}

.order-steps {
    margin-bottom: 60px;
}

.order-steps .section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: 1px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.step-card {
    text-align: center;
    padding: 30px 0;
    transition: all 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
}

.step-icon {
    width: 140px;
    height: 140px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.step-card:hover .step-icon {
    background-color: #fff;
}

.step-icon img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-content-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.step-number {
    font-size: 1.4rem;
    font-weight: 600;
    color: #b2d811;
        background: #fff;
    padding: 9px 15.45px;
    display: inline-block;
    border-radius: 50%;
}

.step-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
}

.step-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

/* Форма консультацій */
.consultation-form-wrapper {
    background-color: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    max-width: max-content;
    margin: 0 auto;
}

.consult-modal .consultation-form-wrapper {
    background-color: none;
    padding: 0px;
    border-radius: 0;
    box-shadow: none;
}

.consultation-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

.consultation-form {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    flex-wrap: wrap;
}

.consult-modal-content .consultation-form {
flex-direction:column;
}

.form-group {
    flex: 1;
    display: flex;
}

.form-input {
    width: 100%;
    padding: 16px 18px;
    border: none;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #000;
    background-color: #f0f0f0;
    transition: all 0.3s ease;
}



.form-input:focus {
    outline: none;
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #b2d811;
}

.consultation-form .btn {
    padding: 18px 40px;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 15px;
    white-space: nowrap;
    flex-shrink: 0;
    border: none;
    cursor: pointer;
    background-color: #b2d811;
    color: #000;
    transition: all 0.3s ease;
}

.consultation-form .btn:hover {
    background-color: #92b324;
    transform: translateY(-2px);
    color:#fff;
}

/* ===========================
   SEO БЛОК
   =========================== */

.seo-section {
    padding: 80px 0;
}

.seo-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.seo-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-item {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.accordion-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-header:hover {
    background-color: #fafafa;
}

.accordion-text {
    font-size: 0.95rem;
    color: #000;
    line-height: 1.6;
    font-weight: 500;
    text-align: left;
}

.accordion-toggle {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-weight: 700;
}

.accordion-toggle:hover {
    background-color: #b2d811;
    color: white;
    transform: scale(1.1);
}

.accordion-toggle[aria-expanded="true"] {
    background-color: #b2d811;
    color: white;
}

.accordion-content {
    padding: 0 25px 25px;
    background-color: #fafafa;
    border-top: 1px solid #f0f0f0;
    animation: slideDown 0.3s ease forwards;
}

.accordion-content p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 500px;
    }
}

/* ===========================
   МОДАЛЬНЕ ВІКНО ДЛЯ ФОРМИ ЗАПИТУ
   =========================== */

.request-modal,.consult-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.request-modal.active,.consult-modal.active {
    display: flex;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.request-modal-content,.consult-modal-content {
    background-color: white;
    border-radius: 15px;
    padding: 50px 40px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    animation: modalSlideIn 0.3s ease forwards;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #999;
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close-btn:hover {
    color: #b2d811;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.modal-subtitle {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6;
}

.request-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.request-form .form-group {
    display: block;
}

.request-form .form-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #000;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}



.request-form .form-input:focus {
    outline: none;
    border-color: #b2d811;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(164, 198, 57, 0.1);
}

.request-form .btn-submit {
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    width: 100%;
    border: none;
    background-color: #b2d811;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.request-form .btn-submit:hover {
    background-color: #92b324;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(164, 198, 57, 0.3);
}

/* ===========================
   БЛОК КОНТАКТІВ
   =========================== */

.contacts-info-section {
    padding: 80px 0;
}

.contacts-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contacts-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contacts-subtitle {
    font-size: 2rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-label {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-value {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-value:hover {
    color: #b2d811;
}

.contact-methods-list {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #e0e0e0;
}

.contact-social {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.contact-social-link {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.contact-social-link img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.contact-social-link:hover {
    border-color: #b2d811;
    background-color: #b2d811;
    transform: translateY(-5px);
}

.contact-social-link:hover img {
    filter: brightness(0) invert(1);
}

/* Форма контактів */
.contacts-form-wrapper {
    background-color: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.contacts-form-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.contacts-form-subtitle {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.contacts-form-wrapper .form-group {
    margin-bottom: 15px;
}

.contacts-form-wrapper .form-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #000;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}



.contacts-form-wrapper .form-input:focus {
    outline: none;
    border-color: #b2d811;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(164, 198, 57, 0.1);
}

.contacts-form-wrapper .btn-submit {
    width: 100%;
    padding: 14px 30px;
    font-size: 1.1rem;
    font-weight: 400;
    border-radius: 15px;
    border: none;
    background-color: #b2d811;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.contacts-form-wrapper .btn-submit:hover {
    background-color: #92b324;
    color:#fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(164, 198, 57, 0.3);
}

/* Google Maps */
.map-section {
    width: 100%;
    padding: 0;
}

.map-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.map-container iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

/* ===========================
   БЛОГ - СІТКА СТАТЕЙ
   =========================== */

.blog-section {
    padding: 80px 0;
    background-color: white;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    background-color: white;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.blog-image {
    width: 100%;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.blog-title {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin: 0;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
    color: #b2d811;
}

/* ===========================
   СТАТТЯ - ШАБЛОН
   =========================== */

.article-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.article-container {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 60px;
    align-items: start;
}

/* Основна колонка */
.article-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.article-hero {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.article-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    margin: 0;
}

.article-meta {
    display: flex;
    gap: 20px;
    font-size: 0.9rem;
    color: #999;
}

.article-date {
    display: flex;
    align-items: center;
}

.article-read-time {
    display: flex;
    align-items: center;
}

.article-content {
    font-size: 0.95rem;
    color: #000;
    line-height: 1.8;
}

.article-content p {
    margin-bottom: 20px;
}

.article-content ul,.article-content ol {
list-style-position: inside;
}

.article-content strong {
    color: #000;
    font-weight: 600;
}

.article-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.article-list li {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.article-highlight {
    background-color: #f9f9f9;
    padding: 25px;
    border-left: 4px solid #b2d811;
    border-radius: 8px;
    margin: 30px 0;
}

.article-highlight p {
    margin-bottom: 15px;
}

.article-highlight .article-list {
    margin-bottom: 0;
}

/* Бічна колонка */
.article-sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: sticky;
    top: 100px;
}

.sidebar-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sidebar-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.sidebar-card:hover {
    transform: translateY(-5px);
}

.sidebar-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom:10px;
}

.sidebar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.sidebar-card:hover .sidebar-image img {
    transform: scale(1.08);
}

.sidebar-card-title {
    font-size: 0.9rem;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin: 0;
    transition: color 0.3s ease;
}

.sidebar-card:hover .sidebar-card-title {
    color: #b2d811;
}

/* ===========================
   ПІДВАЛ
   =========================== */

.footer {
    background-color: #0a0a0a;
    color: #ccc;
    padding: 60px 0 40px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 2fr 1.5fr;
    gap: 60px;
    align-items: flex-start;
}

/* Ліва колонка з логотипом */
.footer-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer-logo {
    width: 200px;
    height: auto;
}

.footer-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.footer-description {
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.6;
    font-weight: 400;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social-link {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background-color: transparent;
}

.footer-social-link:hover {
    background-color: #b2d811;
    border-color: #b2d811;
}

.footer-social-link img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.footer-social-link:hover img {
    filter: brightness(0) invert(1);
}

.footer-menu {
display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

/* Колонки з посиланнями */
.footer-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.footer-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
}

.footer-title a:hover {
    color: #b2d811;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    font-size: 0.85rem;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #b2d811;
}

/* Права колонка з контактами */
.footer-right {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: right;
}

.footer-phone-block {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer-phone {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
}

.footer-phone a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-phone a:hover {
    color: #b2d811;
}

footer .social-icons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

footer .social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

footer .social-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}



.footer-privacy {
    font-size: 0.8rem;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-privacy:hover {
    color: #b2d811;
}

.breadcrumbs {
    display: flex;
    list-style: none;
    padding: 0;
	font-size: 14px;
}

.single-product .page-header {
background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    padding: 20px 0;
}

.single-product .page-header .container {
display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-phone {
    display: flex;
    gap: 20px;
}

.text-content {
    padding-top: 80px;
    padding-bottom: 80px;
}


/* ===========================
   RESPONSIVE
   =========================== */

/* Tablets 960px - 1199px */
/* Планшети і малі дисплеї */
@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .mega-menu {
        min-width: 800px;
        gap: 1.5rem;
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-content {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 40px;
    }

    .products-track {
        gap: 15px;
    }

    .product-card {
        flex: 0 0 calc(33.333% - 10px);
    }

    .about-content {
        gap: 40px;
    }

    .printing-content {
        gap: 40px;
    }
}

/* Планшети та мобіль */
@media (max-width: 1281px) {
    /* ЗАГОЛОВКИ */
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.4rem; }
    h3 { font-size: 1.2rem; }
    h4 { font-size: 1rem; }

    /* НАВІГАЦІЯ */
    .navbar {
        padding: 1rem 20px;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .hamburger-menu {
        display: flex;
        order: 2;
    }

    .nav-menu {
        gap: 0;
        font-size: 0.85rem;
        flex-basis: 100%;
        order: 100;
        display: none;
        flex-direction: column;
        background-color: #f9f9f9;
        padding: 1rem 0;
        border-top: 1px solid #eee;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .nav-menu.active {
        display: flex;
        max-height: 100vh;
        overflow-y: auto;
    }

    .nav-menu li {
        padding: 1rem;
        width: 100%;
    }
     .nav-menu .mega-menu-column li,.nav-menu li.nav-item {
     padding: 0.5rem 1rem;
     }
    
    .mega-menu-column {
    padding-right: 0;
}


    
    .nav-item.dropdown .nav-link,.menu-category-title {
    border: 0;
}
    
      .mega-menu-column  .nav-menu li {
        padding: 0 0.5rem;
        }

    .nav-item.dropdown .dropdown-menu {
        position: static;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        border: none;
        box-shadow: none;
        background-color: transparent;
        padding: 0;
        margin-top: 0.5rem;
        transition: all 0.3s ease;
    }

    .nav-item.dropdown .dropdown-menu.active {
        opacity: 1;
        visibility: visible;
        max-height: 1000px;
        padding: 1rem 0 0;
    }

    .dropdown-toggle::after {
        display: block;
    }

    .dropdown-toggle.active::after {
        transform: rotate(180deg);
    }

    /* DROPDOWN КАТЕГОРІЇ НА МОБІЛЬНИХ */
    .menu-category {
        display: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .menu-category.active {
        display: block;
        max-height: 100%;
    }

    .menu-category-title::after {
        display: block;
    }

    .menu-category-title.active::after {
        transform: rotate(180deg);
    }

    .mega-menu {
        min-width: auto;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
        padding: 1rem;
    }

    .mega-menu.active {
        opacity: 1;
        visibility: visible;
        max-height: 1000px;
        padding: 1rem;
    }

    .menu-category-title {
        font-size: 0.9rem;
        padding: 0;
    }

    .menu-category a {
        font-size: 0.8rem;
        padding:0;
    }

.hamburger-menu .icon-close {
    opacity: 0;
    transform: scale(0.8);
    transform-origin: center;
}

.hamburger-menu.active .icon-burger {
    opacity: 0;
    transform: scale(0.8);
}

.hamburger-menu.active .icon-close {
    opacity: 1;
    transform: scale(1);
}



    .header-right {
        gap: 1rem;
        flex-wrap: wrap;
        width: auto;
        order: 1;
        justify-content: center;
    }

    .btn-request,header .btn-consult {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }




    .lang-select {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
    }

    /* ДЕТАЛІ ТОВАРУ */
    .product-details {
        padding: 40px 0;
    }

    .product-details-content {
        gap: 40px;
    }



    .gallery-prev,
    .gallery-next {
        width: 36px;
        height: 36px;
    }

    .product-info {
        gap: 20px;
    }

    .btn-get-calculation {
        width: auto;
        text-align: center;
    }

    .product-description p {
        font-size: 0.93rem;
    }

    .product-additional {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 60px;
        padding-top: 40px;
    }

    .additional-text h3 {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }

    .features-list {
        gap: 12px;
    }

    .features-list li {
        font-size: 0.93rem;
        padding-left: 22px;
    }

    .product-advantages {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 60px;
        padding: 40px 0;
    }

    .advantage-item {
        gap: 15px;
    }

    .advantage-icon {
        width: 70px;
        height: 70px;
    }

    .advantage-icon img {
        width: 45px;
        height: 45px;
    }

    .advantage-item p {
        font-size: 0.9rem;
    }

    .similar-products {
        padding: 60px 0;
    }

    .similar-products .section-title {
        font-size: 1.5rem;
        margin-bottom: 40px;
    }

    .similar-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .product-card-info h4 {
        font-size: 0.93rem;
    }

    /* ЗАГОЛОВОК КАТЕГОРІЇ */
    .category-header {
        padding: 30px 0;
    }

    .category-header-content {
        gap: 1rem;
    }

    .category-title {
        font-size: 1.5rem;
    }

    .breadcrumb {
        font-size: 0.85rem;
    }

    /* СЛАЙДЕР */
    .hero-slider {
        padding: 40px 0;
    }

    .swiper.hero-slider {
        padding: 20px;
    }
    
    .swiper-pagination {
    bottom:0;
    }

    .swiper-slide.slider-item {
        height: 100%;
    }

    .slider-container {
        padding: 0 20px;
    }

    .slider-content {
        min-height: 400px;
    }

    .slider-item {
        gap: 2rem;
    }

    .slider-text {
        min-width: auto;
    }

    .slider-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .slider-description {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }

    .slider-image {
        min-width: auto;
        width: 100%;
        height: auto;
    }

    .slider-dots {
        gap: 10px;
        margin-top: 2rem;
    }

    .dot {
        width: 12px;
        height: 12px;
    }

    /* ТОВАРИ - КАТЕГОРІЯ */
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin-bottom: 40px;
    }

    .product-item:hover {
        transform: translateY(-3px);
    }

    .product-name {
        font-size: 0.9rem;
        padding: 12px;
    }

    .pagination-btn {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }

    /* ІНША ПРОДУКЦІЯ */
    .other-products {
        padding: 50px 0;
    }

    .other-products-content {
        flex-direction: column;
        gap: 40px;
    }

    .other-products-title {
        width: 100%;
        justify-content: flex-start;
        white-space: normal;
    }

    .other-products-title h2 {
        font-size: 1.4rem;
    }

    .other-categories {
        flex-direction: column;
        gap: 20px;
    }

    .divider {
        display: none;
    }

    /* КАТЕГОРІЇ */
    .categories-section {
        padding: 40px 0;
    }

    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .category-card {
        padding: 20px 15px;
    }

    .category-image {
        height: 120px;
        margin-bottom: 15px;
    }

    .category-title {
        font-size: 0.95rem;
        padding: 12px 15px;
    }

    /* ТОВАРИ */
    .products-slider-section {
        padding: 40px 0;
    }

    .products-header {
        gap: 1rem;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .section-title {
        font-size: 1.3rem;
        padding: 12px 20px;
    }

    .view-catalog {
        font-size: 0.85rem;
    }

    .products-track {
        gap: 12px;
    }

    .product-card {
        flex: 0 0 calc(50% - 6px);
    }

    .product-image {
        height: 200px;
        margin-bottom: 10px;
    }

    .product-name {
        font-size: 0.85rem;
        padding: 12px;
    }

    /* ПРО НАС */
    .about-section {
        padding: 40px 0;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .about-description {
        font-size: 0.9rem;
        margin-bottom: 30px;
    }

    .about-features {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }

    .play-button {
        width: 70px;
        height: 70px;
    }

    /* ДРУК */
    .printing-section {
        padding: 40px 0;
    }

    .printing-title,.order-title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .printing-intro {
        font-size: 0.9rem;
    }

    .printing-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .printing-subtitle {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    /* КОНТАКТИ */
    .contacts-cta-section {
        padding: 40px 0;
    }

    .contacts-cta-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        
    }

    .cta-text {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .cta-title {
        font-size: 1rem;
    }

    .cta-arrow {
        width: 50px;
        height: 50px;
        display:none;
    }

    .phone-number {
        font-size: 1.4rem;
    }

    .contact-methods {
        gap: 15px;
        width: 100%;
        flex-wrap: wrap;
    }

    .contact-method {
        font-size: 0.85rem;
        gap: 5px;
    }

    .contact-method img {
        width: 28px;
        height: 28px;
    }

    .btn-cta {
        padding: 12px 25px;
        font-size: 0.9rem;
        width: auto;
    }

    /* КОНСУЛЬТАЦІЯ */
    .consultation-section {
        padding: 40px 0;
    }

    .order-steps .section-title {
        font-size: 1.3rem;
        margin-bottom: 35px;
    }

    .steps-grid {
        gap: 20px;
        margin-bottom: 40px;
        grid-template-columns: repeat(2, 1fr);
    }

    .step-card {
        padding: 20px 15px;
    }

    .step-icon {
        width: 70px;
        height: 70px;
        margin: 0 auto 15px;
    }

    .step-number {
        font-size: 1.2rem;
    }

    .step-title {
        font-size: 0.95rem;
    }

    .step-description {
        font-size: 0.85rem;
    }

    /* ФОРМА КОНСУЛЬТАЦІЙ */
    .consultation-form-wrapper {
        padding: 30px 20px;
    }

    .consultation-title {
        font-size: 1.2rem;
        margin-bottom: 20px;
        text-align:center;
    }

    .consultation-form {
        flex-direction: column;
        gap: 12px;
    }

    .form-group {
        width: 100%;
    }

    .form-input {
        padding: 12px 15px;
        font-size: 0.9rem;
    }

    .consultation-form .btn {
        padding: 12px 25px;
        font-size: 0.9rem;
        width: 100%;
    }

    /* КОНТАКТИ */
    .contacts-info-section {
        padding: 60px 0;
    }

    .text-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .contacts-content {
        gap: 40px;
    }

    .contacts-info {
        gap: 30px;
    }

    .contacts-subtitle {
        font-size: 1.5rem;
    }

    .contacts-form-wrapper {
        padding: 30px 20px;
    }

    .contacts-form-title {
        font-size: 1.3rem;
    }

    .contacts-form-subtitle {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    .contacts-form-wrapper .form-input {
        padding: 12px 14px;
        font-size: 0.9rem;
    }

    .contacts-form-wrapper .btn-submit {
        padding: 12px 25px;
        font-size: 0.95rem;
    }

    .contact-social {
        gap: 12px;
    }

    .contact-social-link {
        width: 45px;
        height: 45px;
    }

    .map-container {
        height: 350px;
    }

    /* БЛОГ - ПЛАНШЕТИ (960-1199px) */
    .blog-section {
        padding: 60px 0;
    }

    .blog-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .blog-card {
        border-radius: 12px;
    }


    .blog-content {
        padding: 20px;
    }

    .blog-title {
        font-size: 0.95rem;
    }

    /* СТАТТЯ */
    .article-container {
        gap: 40px;
    }

    .article-hero {
        aspect-ratio: 16 / 9;
    }

    .article-title {
        font-size: 1.8rem;
    }

    .sidebar-title {
        font-size: 1.1rem;
    }



    .sidebar-card {
        gap: 10px;
    }

    .sidebar-card-title {
        font-size: 0.85rem;
    }

    /* SEO */
    .seo-section {
        padding: 40px 0;
    }

    .seo-title {
        font-size: 1.3rem;
        margin-bottom: 35px;
    }

    .accordion-header {
        padding: 20px;
        gap: 15px;
    }

    .accordion-text {
        font-size: 0.9rem;
    }

    .accordion-toggle {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }

    .accordion-content {
        padding: 0 20px 20px;
    }

    .accordion-content p {
        font-size: 0.85rem;
    }

    /* МОДАЛЬ ФОРМИ */
    .request-modal-content,.consult-modal-content {
        padding: 40px 30px;
        max-width: calc(100% - 40px);
    }

    .modal-title {
        font-size: 1.3rem;
    }

    .modal-subtitle {
        font-size: 0.85rem;
    }

    .request-form .form-input {
        padding: 11px 13px;
        font-size: 0.9rem;
    }

    /* ФУТЕР */
    .footer {
        padding: 40px 0 30px;
        margin-top: 0px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-left {
        gap: 20px;
    }

    .footer-logo {
        width: 150px;
    }

    .footer-description {
        font-size: 1.1rem;
    }

    .footer-social {
        gap: 10px;
    }

    .footer-social-link {
        width: 40px;
        height: 40px;
    }

    .footer-title {
        font-size: 1.1rem;
    }

    .footer-links {
        gap: 10px;
    }

    .footer-links a {
        font-size: 1.1rem;
    }

    .footer-right {
        text-align: left;
    }

    footer .social-icons {
        justify-content: flex-start;
    }

    .footer-phone {
        font-size: 1.1rem;
    }

    .footer-privacy {
        font-size: 0.9rem;
    }

    .product-additional {
        margin-top: 0px;
        padding-top: 30px;
    }

    .additional-text h3 {
        font-size: 1.2rem;
    }

    .product-advantages {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-top: 50px;
        padding: 30px 0;
    }

    .advantage-item {
        gap: 15px;
    }

    .advantage-icon {
        width: 65px;
        height: 65px;
    }

    .advantage-icon img {
        width: 40px;
        height: 40px;
    }

    .advantage-item p {
        font-size: 0.85rem;
    }

    /* КОНТАКТИ - МОБІЛЬНІ */
    .contacts-subtitle {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }

    .contact-item {
        gap: 8px;
    }

    .contact-label {
        font-size: 0.9rem;
    }

    .contact-value {
        font-size: 0.95rem;
    }

    .map-container {
        height: 300px;
    }

    /* СТАТТЯ - МОБІЛЬНІ */
    .article-section {
        padding: 40px 0;
    }

    .article-hero {
        aspect-ratio: 16 / 9;
        border-radius: 10px;
    }

    .article-title {
        font-size: 1.4rem;
    }

    .article-meta {
        flex-direction: column;
        gap: 8px;
        font-size: 0.85rem;
    }

    .article-content {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .article-list li {
        font-size: 0.9rem;
    }

    .article-highlight {
        padding: 18px;
        border-left: 3px solid #b2d811;
    }

    .sidebar-title {
        font-size: 1rem;
    }

    .sidebar-card-title {
        font-size: 0.8rem;
    }

    .video-frame {
        aspect-ratio: 16 / 9;
        max-height: 60vh;
    }

    .modal-close {
        top: -35px;
        font-size: 1.8rem;
    }

.footer-phone-block {
    flex-direction: row;
    align-items: center;
     flex-wrap: wrap;
}

}

@media (max-width: 1024px) {
.slider-title {
font-size: 1.4rem;
}
.btn-slider {
    padding: 15px 25px;
    font-size: 0.75rem;
}
    .swiper-pagination {
        bottom: -5px!important;
    }
    
    .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    }
    
        .products-grid {
        grid-template-columns: repeat(2, 1fr);
        }
        .product-info-block {
    flex-wrap: wrap;
    gap: 20px;
}

.menu-languages {
    display: flex;
    gap: 20px;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
}

.menu-languages a.active {
color:#b2d811;
}


}

@media (max-width: 769px) {
    .swiper-slide.slider-item {
        flex-direction: column;
        gap: 0;
    }
        .slider-title {
        font-size: 1rem;
    }
        .hero-slider {
        padding: 10px 0;
    }
    .products-header .section-title {
        font-size: 1.1rem;
    }
    .cta-phone {
    flex-direction: column;
    text-align: center;
}
.printing-image::before {
    width: 200px;
    height: 200px;
}
.printing-image::after {
    width: 250px;
    height: 250px;
}

    .other-categories {
        display: flex;
    }
     .other-categories .category-card::after {
    display:none;
    }
        .category-header-content {
        flex-direction: column;
    }
    
        .product-details-content {
         grid-template-columns: 1fr;
        }

    .product-advantages {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }

.advantage-item {
    justify-content: center;

}

.blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
        .article-container {
        grid-template-columns: 1fr;
    }

    .article-sidebar {
        position: static;
        top: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
.sidebar-title {
border:none;
}
    .contacts-content {
        grid-template-columns: 1fr;
    }
    .menu-category-title,.menu-category a {
        font-size: 1.1rem;
        margin-bottom:0;
        font-weight: 600;
    }
    .header-right {
        order: 3;
        width:100%;
        display:none;
}

.menu-btn {
display:block;
}
    .btn-request, header .btn-consult {
        font-size: 1.1rem;
    }
    
    header .btn-consult   {
            max-width: 400px;
        width: 100%;
        padding: 1.1rem;
    }
    
    .logo img {
    height: auto;
    width: 120px;
}

.phone-contact {
    font-size: 0.9rem;
}

header .social-icons {
    gap: 0.5rem;
}

header .social-link {
    width: 20px;
    height: 20px;
    
    }
    
        .menu-btn {
    text-align: center;
    }
    
    .menu-category-title a {
    pointer-events: none;
    }
    
    .nav-link {
    padding: 0;
    font-size:1.1rem;
    }
    
        .menu-category a {
        font-weight: 400;
        color: #000;
    }

}



/* Мобільні пристрої */
@media (max-width: 480px) {
:root {
    --swiper-navigation-size: 35px;
}

    .logo img {
        width: 110px;
    }
    

    
    .phone-contact {
    font-size: 0.8rem;
}
    
.products-header .slider-controls,.products-header .view-catalog,.products-header.mobile .section-title {
display:none;
}

.products-header.mobile,.products-header.mobile .slider-controls,.products-header.mobile .view-catalog {
        display: flex;
        justify-content: center;
}

.hamburger-menu {
    width: 20px;
    height: 20px;
 
}

.header-contact {
    gap: 0.4rem;
}
.navbar {
    gap: 0.8rem;
}


    .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
        .article-sidebar {
        grid-template-columns: repeat(1, 1fr);
    }

h1.category-title {
    font-size: 1.1rem;
  }
  
  .category-card::after {
  display:none;
  }

    /* ЗАГОЛОВКИ */
    h1 { font-size: 1.4rem; }
    h2 { font-size: 1.3rem; }
    h3 { font-size: 1.2rem; }
    h4 { font-size: 1.1rem; }

    .container {
        padding: 0 15px;
    }

    /* НАВІГАЦІЯ */
    .navbar {
        padding: 0.8rem 15px;
    }

    .logo {
        height: 30px;
    }

    .nav-menu {
        font-size: 0.75rem;
    }

    .mega-menu {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        padding: 0.8rem;
    }



    .menu-category a {
    }

    .header-right {
        gap: 0.5rem;
        display:none;
    }

    .btn-request,header .btn-consult {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        border-radius: 10px;
    }

header .btn-consult {
        padding: 0.9rem 2rem;
}

    .social-icons {
        gap: 0.3rem;
    }

    .social-link {
        width: 20px;
        height: 20px;
    }
    
    header   .social-link {
        width: 15px;
        height: 15px;
    }

    .lang-select {
        padding: 0.3rem 0.6rem;
        font-size: 0.75rem;
    }

    /* ДЕТАЛІ ТОВАРУ */
    .product-details {
        padding: 30px 0;
    }

    .gallery-prev,
    .gallery-next {
        width: 32px;
        height: 32px;
    }

    .product-info {
        gap: 15px;
    }

    .status-badge {
        font-size: 0.9rem;
        padding: 8px 16px;
    }

    .btn-get-calculation {
        font-size: 0.9rem;
        padding: 12px 24px;
    }

    .product-description p {
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .product-additional {
        padding-top: 30px;
    }

    .additional-text h3 {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .features-list li {
        font-size: 0.9rem;
        padding-left: 20px;
    }

    .product-advantages {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        padding: 20px 0;
    }

    .advantage-item {
        gap: 12px;
    }

    .advantage-icon {
        width: 60px;
        height: 60px;
    }

    .advantage-icon img {
        width: 38px;
        height: 38px;
    }

    .advantage-item p {
        font-size: 1.1rem;
    }

    .similar-products {
        padding: 20px 0;
    }

    .similar-products .section-title {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }

    .similar-products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-card-info h4 {
        font-size: 0.9rem;
    }

    /* ЗАГОЛОВОК КАТЕГОРІЇ */
    .category-header {
        padding: 25px 0;
    }

    .category-title {
        font-size: 1.2rem;
    }

    .breadcrumb {
        font-size: 0.75rem;
    }

    /* СЛАЙДЕР */
    .hero-slider {
        padding: 30px 0;
    }



    .slider-content {
        min-height: 350px;
    }

    .slider-item {
        gap: 1.5rem;
    }

    .slider-title {
        margin-bottom: 1.1rem;
    }

    .slider-description {
        font-size: 0.8rem;
        line-height: 1.5;
        margin-bottom: 1rem;
        display:none;
    }
    
        .slider-text {
        text-align: center;
    }

    .btn-slider {
        padding: 10px 20px;
        font-size: 0.8rem;
    }

    .slider-image {
        height: 250px;
    }

    .slider-dots {
        gap: 8px;
        margin-top: 1.5rem;
    }

    .dot {
        width: 10px;
        height: 10px;
    }

    /* ТОВАРИ - КАТЕГОРІЯ */
    .products-section {
        padding: 50px 0;
    }

    .products-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
        margin-bottom: 30px;
    }

    .product-image {
        aspect-ratio: 1 / 1;
    }

    .product-name {
        font-size: 0.8rem;
        padding: 10px;
    }

    .pagination-btn {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }

    /* ІНША ПРОДУКЦІЯ */
    .other-products {
        padding: 40px 0;
    }

    .other-products-title h2 {
        font-size: 1.1rem;
    }

    .other-category-item .category-image {
        width: 100px;
        height: 100px;
    }

    .other-category-item .category-name {
        font-size: 0.85rem;
    }

    /* КАТЕГОРІЇ */
    .categories-section {
        padding: 25px 0;
    }

    .categories-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .category-card {
        padding: 15px 10px;
    }

    .category-image {
        height: auto;
        margin-bottom: 10px;
    }

    .category-title {
        font-size: 1.1rem;
        padding: 10px 12px;
    }

    /* ТОВАРИ */
    .products-slider-section {
        padding: 25px 0;
    }

    .products-header {
        gap: 0.5rem;
        margin-bottom: 20px;
        margin-top: 20px;
        justify-content: center;
    }

    .slider-controls {
        gap: 5px;
    }

    .slider-btn {
        width: 35px;
        height: 35px;
        font-size: 0.8rem;
    }

    .section-title {
        font-size: 1rem;
        padding: 10px 15px;
    }

    .view-catalog {
        font-size: 0.8rem;
        order: 3;
        width: 100%;
    }

    .products-track {
        gap: 10px;
    }

    .product-card {
        flex: 0 0 calc(50% - 5px);
            padding-bottom: 10px;
    }

.products-header .section-title {
        font-size: 1.1rem;
    }

    .product-image {
        margin-bottom: 8px;
    }

    .product-name {
        font-size: 1.1rem;
        padding: 10px;
    }

    /* ПРО НАС */
    .about-section {
        padding: 30px 0;
    }

    .about-title {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .about-description {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }

    .about-features {
        gap: 15px;
        margin-bottom: 20px;
    }

    .feature-dot {
        width: 10px;
        height: 10px;
    }

    .feature-text {
        font-size: 1.1rem;
    }

    .btn-outline {
        padding: 10px 20px;
        font-size: 1.1rem;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    /* ДРУК */
    .printing-section {
        padding: 30px 0;
    }

    .printing-title,.order-title {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .printing-intro {
        font-size: 1.1rem;
    }

    .printing-subtitle {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }

    .print-item {
        gap: 12px;
        margin-bottom: 12px;
    }

    .print-text {
        font-size: 1.1rem;
    }

    .printing-footer {
        font-size: 1.1rem;
    }
    
        .printing-image::before {
        width: 150px;
        height: 150px;
    }
    
        .printing-image::after {
        width: 200px;
        height: 200px;
    }

    /* КОНТАКТИ */
    .contacts-cta-section {
        padding: 15px 0;
    }

    .contacts-cta-content {
        gap: 20px;
    }

    .cta-text {
        gap: 10px;
    }

    .cta-title {
        font-size: 1.1rem;
    }

    .cta-arrow {
        width: 40px;
        height: 40px;
    }

    .phone-number {
        font-size: 1.1rem;
    }

    .contact-methods {
        gap: 10px;
    }

    .contact-method {
        font-size: 1.1rem;
        gap: 4px;
    }

    .contact-method img {
        width: 24px;
        height: 24px;
    }

    .btn-cta {
               padding: 15px 20px;
        font-size: 1.1rem;
        width: 280px;
    }

    /* КОНСУЛЬТАЦІЯ */
    .consultation-section {
        padding: 30px 0;
        display:none;
    }

    .order-steps .section-title {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .step-card {
        padding: 15px 12px;
    }

    .step-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 12px;
    }

    .step-icon img {
        width: 45%;
    }

    .step-number {
        font-size: 1rem;
        display: none;
    }

    .step-title {
        font-size: 1.1rem;
    }

    .step-description {
        font-size: 0.75rem;
        display:none;
    }

    /* ФОРМА КОНСУЛЬТАЦІЙ */
    .consultation-form-wrapper {
        padding: 25px 15px;
    }

    .consultation-title {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .form-input {
        padding: 22px 12px;
       font-size: 0.85rem;

    }

    .consultation-form .btn {
       padding: 19px 25px;
       font-size: 1.1rem;
    }

    /* SEO */
    .seo-section {
        padding: 30px 0;
    }

    .seo-title {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .accordion-item {
        border-radius: 6px;
    }

    .accordion-header {
        padding: 15px;
        gap: 12px;
    }

    .accordion-text {
        font-size: 0.8rem;
    }

    .accordion-toggle {
        width: 32px;
        height: 32px;
        font-size: 1.1rem;
    }

    .accordion-content {
        padding: 0 15px 15px;
    }

    .accordion-content p {
        font-size: 0.75rem;
    }

    /* МОДАЛЬ */
    .request-modal-content,.consult-modal-content {
        padding: 30px 20px;
        border-radius: 10px;
    }

    .modal-close-btn {
        top: 15px;
        right: 15px;
        font-size: 1.5rem;
    }

    .modal-title {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .modal-subtitle {
        font-size: 0.8rem;
        margin-bottom: 20px;
    }

    .request-form .form-input {
        padding: 10px 12px;
        font-size: 0.85rem;
    }

    /* ВИДЕО МОДАЛЬ */
    .video-modal {
        padding: 10px;
    }

    .modal-content {
        border-radius: 8px;
    }

    /* ФУТЕР */
    .footer {
        padding: 30px 0 20px;
    }

    .footer-left {
        gap: 15px;
    }

    .footer-logo {
        width: 120px;
    }

    .footer-description {
        font-size: 1.1rem;
    }

    .footer-social {
        gap: 8px;
    }

    .footer-social-link {
        width: 35px;
        height: 35px;
    }

    .footer-social-link img {
        width: 18px;
        height: 18px;
    }

    .footer-title {
        font-size: 1.1rem;
    }

    .footer-links {
        gap: 8px;
    }

    .footer-links a {
        font-size: 1.1rem;
    }

    .footer-phone {
        font-size: 1.1rem;
    }

    footer .social-icons {
        gap: 10px;
    }

    footer .social-link {
        width: 35px;
        height: 35px;
    }

    .footer-privacy {
        font-size: 0.8rem;
    }
    
    .text-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
}

.wpcf7-spinner {
display:none!important;
}

h1.category-title {
width:auto;
background: none;
padding: 0;
font-size: 1.3rem;
max-width: 100%!important;
}



.contacts-info .footer-social {
    margin-top: 12px;
}

.contacts-info .footer-social-link {
    border: 2px solid #000;
    background-color: #000;
}
.contacts-info .footer-social-link:hover {
    background-color: #b2d811;
    border-color: #b2d811;
}

main .text-content p {
    padding: 0 0 20px;
}


header #menu-item-110 {
display:none;
}

.seo-spoiler {
    position: relative;
}

.seo-spoiler-inner {
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

.seo-spoiler-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.seo-spoiler.open .seo-spoiler-inner::after {
    opacity: 0;
}

.seo-spoiler-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background: #fff;
    border:0;
    cursor: pointer;
    font-size: 50px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    font-family: auto;
}



.seo-spoiler-content {
padding-top:15px;
}

.seo-spoiler-content p {
padding-bottom:20px;
}

.seo-spoiler-inner h1 { 
font-weight:600;
font-size:1.2rem;
}

.wp-singular .text-content a,.wp-singular .product-description a,.wp-singular .product-additional a {
text-decoration:underline;
}

.wp-singular .text-content a:hover,.wp-singular .product-description a:hover,.wp-singular .product-additional a:hover {
text-decoration:none;
}

.product-additional .gallery {
display:flex;
}

.product-additional .gallery .gallery-item {
display:block;
}

.product-additional ul,.product-details-content ul {
list-style-position: inside;
}

.open-chaty svg circle {
    fill: #b2d811!important;
}


#chaty-widget-0 .chaty-i-trigger .chaty-cta-button, #chaty-widget-0 .chaty-i-trigger .chaty-cta-button button {
    background-color: transparent!important;
}

body.menu-open {
    overflow: hidden;
}

@media (max-width: 375px) {
 .header-contact .social-icons {
 display:none;
 }

}