.home-about__item:nth-child(2) .t-pattern,
.home-about__item:nth-child(3) .t-pattern {
    display: none;
}
.nav-list__item .nav-dropdown__link {
    margin-right: 25px;
}
.nav-list__item .nav-dropdown__link:hover {
    margin-right: 0;
}
.c-header__logo a img {
    display: block;
    width: 100%;
}
@media (min-width: 992px) {
    .nav-list__item .nav-dropdown__list {
        width: 470px;
    }
}
.c-header__lang .c-lang__link {
    position: relative;
}
.c-header__lang .c-lang__link:hover::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #d6b359;
}
.product-about-block {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto 80px;
}
.product-about-block:nth-child(even) {
    flex-direction: row-reverse;
}
.product-about-text {
    flex: 1;
    font-size: 18px;
    line-height: 1.55;
}
.product-about-block h2 {
    font-size: 34px;
    line-height: 1.15;
    margin: 0 0 26px 0;
}
.product-about-image-wrap {
    flex-shrink: 0;
    width: 45%;
    max-width: 500px;
}
.product-about-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
@media (max-width: 768px) {
    .product-about-block {
        flex-direction: column !important;
        gap: 30px;
        margin-bottom: 50px;
    }
    .product-about-image-wrap {
        width: 100%;
        max-width: 100%;
    }
    .product-about-block h2 {
        font-size: 26px;
    }
    .product-about-text {
        font-size: 16px;
    }
}
.c-seo p {
    text-align: justify !important;
}
/* Mobile: product intro image final */
@media (max-width: 768px) {
    .o-product__info {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 18px !important;
    }

    .o-product__info .c-seo {
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
        padding: 0 !important;
        text-align: left !important;
        word-spacing: normal !important;
    }

    .o-product__info .c-seo,
    .o-product__info .c-seo * {
        text-align: left !important;
        word-spacing: normal !important;
    }

    .o-product__info > img {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: 110px !important;
        height: 250px !important;
        max-height: 250px !important;
        object-fit: contain !important;
        display: block !important;
        margin: 0 -72px 0 24px !important;
        position: static !important;
        transform: none !important;
    }

    .o-product__info > img[src*="abrikos"],
    .o-product__info > img[src*="apricot"],
    .o-product__info > img[src*="abrikosova"] {
        max-width: 115px !important;
        height: 255px !important;
        max-height: 255px !important;
    }
}
/* Mobile: justified product intro text */
@media (max-width: 768px) {
    .o-product__info .c-seo,
    .o-product__info .c-seo p,
    .o-product__info .c-seo div,
    .o-product__info .c-seo span {
        text-align: justify !important;
        text-align-last: left !important;
        word-spacing: normal !important;
        letter-spacing: normal !important;
        hyphens: auto !important;
    }
}
@media (max-width: 767px) {
    .c-header {
        padding-top: 22px;
        padding-bottom: 10px;
    }

    .home-main {
        min-height: 640px;
        padding-top: 90px;
    }

    .home-main__inner {
        max-width: 64%;
        padding: 22px 18px;
        margin-left: 0;
        margin-top: 20px;
    }

    .home-main__inner .h1,
    .home-main__inner h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .home-main__inner p {
        font-size: 16px;
        line-height: 1.4;
    }
}

/* SEO Extended Content Block */
.c-seo-extended {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px 40px;
}
.c-seo-extended h2 {
    font-size: 22px !important;
    font-weight: 600;
    margin: 28px 0 12px;
    color: #222;
    line-height: 1.3;
}
.c-seo-extended p {
    font-size: 16px !important;
    line-height: 1.7;
    margin-bottom: 14px;
    text-align: justify;
    color: #333;
}

.diaspora-card img {
    transition: transform 0.25s ease;
}
.diaspora-card:hover img {
    transform: scale(1.08);
}
