
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}


/* Шапка сайта */
.site-header {
    background: #fff;
    box-shadow: 0 4px 24px rgba(26, 36, 22, 0.08);
    position: relative;
    z-index: 1030;
}

.site-header__accent {
    height: 4px;
    background: linear-gradient(90deg, #2d5016 0%, #3d6b22 38%, #c9a06a 100%);
}

.site-header__brand {
    text-decoration: none;
    color: inherit;
    max-width: 100%;
}

.site-header__logo.logo-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: contain;
    box-shadow: 0 2px 12px rgba(45, 80, 22, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.95);
}

.site-header__title.company-name,
.site-header .company-name {
    font-size: clamp(1.05rem, 2.2vw, 1.5rem);
    font-weight: 800;
    color: #1e2419;
    letter-spacing: 0.03em;
    line-height: 1.15;
    display: block;
}

.site-header__tagline {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: #5a6b4f;
    margin-top: 0.2rem;
    line-height: 1.3;
    max-width: 14rem;
}

.site-header__nav .navbar-collapse {
    transition: padding 0.2s ease;
}

.site-header__menu {
    gap: 0.2rem;
    align-items: center;
}

@media (min-width: 992px) {
    .site-header__menu {
        gap: 0.35rem;
    }
}

.site-header__menu .nav-link {
    color: #3a4036 !important;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.02em;
    padding: 0.5rem 0.75rem !important;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.site-header__menu .nav-link:hover {
    background: rgba(45, 80, 22, 0.09);
    color: #2d5016 !important;
}

.site-header__menu .nav-link.active {
    color: #fff !important;
    background: linear-gradient(135deg, #2d5016 0%, #3d6b22 100%);
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(45, 80, 22, 0.25);
}

.site-header__toggler {
    border-radius: 10px;
    border-color: rgba(45, 80, 22, 0.25) !important;
    padding: 0.4rem 0.55rem;
}

.site-header__toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 80, 22, 0.2);
}

.site-header__contacts {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
    font-size: 0.8125rem;
}

@media (max-width: 991.98px) {
    .site-header__contacts {
        align-items: center;
        width: 100%;
    }
}

.site-header__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #2d2d2d;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.site-header__contact-link:hover {
    color: #2d5016;
}

.site-header__contact-link--mail {
    font-weight: 500;
    color: #4a5548;
    font-size: 0.78rem;
}

.site-header__contact-link--mail:hover {
    color: #b8945f;
}

.site-header__contact-icon {
    display: flex;
    color: #b8945f;
    flex-shrink: 0;
}

.site-header__admin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.35rem;
    padding: 0.4rem 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    background: linear-gradient(135deg, #2d5016 0%, #3d6b22 100%);
    border-radius: 999px;
    border: 1px solid rgba(45, 80, 22, 0.35);
    box-shadow: 0 2px 8px rgba(45, 80, 22, 0.2);
    transition: filter 0.2s ease, transform 0.15s ease;
}

.site-header__admin-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
    color: #fff !important;
}

.logo-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: contain;
}


.company-name {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
}


.navbar-nav {
    gap: 15px;
}

.nav-link {
    color: #333 !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 12px !important;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.nav-link:hover {
    color: #d4a574 !important;
}


.contact-info {
    font-size: 13px;
    line-height: 1.6;
}

.phone-numbers {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.phone-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 2px;
}

.phone-icon {
    font-size: 14px;
    color: #d4a574;
}

.phone-number {
    color: #333;
    font-weight: 500;
}

.email-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.email-icon {
    font-size: 14px;
    color: #d4a574;
}

.email-text {
    color: #333;
    font-weight: 500;
}


.slider-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #e8f5e8, #c8ecc8, #a8e3a8, #c8ecc8, #e8f5e8);
}


.chevron-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: stretch;
    z-index: 1;
    pointer-events: none;
}

.chevron {
    flex: 1;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    animation: slideChevron 20s linear infinite;
}

.chevron-1 {
    opacity: 0.3;
    animation-delay: 0s;
}

.chevron-2 {
    opacity: 0.5;
    animation-delay: -3s;
}

.chevron-3 {
    opacity: 0.7;
    animation-delay: -6s;
}

.chevron-4 {
    opacity: 0.6;
    animation-delay: -9s;
}

.chevron-5 {
    opacity: 0.5;
    animation-delay: -12s;
}

.chevron-6 {
    opacity: 0.4;
    animation-delay: -15s;
}

@keyframes slideChevron {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.carousel {
    height: 400px;
    position: relative;
    background: transparent;
}

.slide-content {
    height: 400px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px;
}

.slide-title {
    font-size: 52px;
    font-weight: bold;
    color: #2d2d2d;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.1;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 16.66%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    white-space: nowrap;
}

.slide-image {
    max-width: 600px;
    max-height: 350px;
    object-fit: contain;
    position: absolute;
    right: 180px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}


.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #4a4a4a;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.carousel-control-prev {
    left: 60px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
}


.carousel-indicators {
    bottom: 10px;
    z-index: 10;
}

.carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background-color: #333;
    opacity: 0.5;
    margin: 0 3px;
    border: none;
}

.carousel-indicators button.active {
    background-color: #333;
    opacity: 1;
}


.mission-section {
    background-color: #333333;
    padding: 50px 0;
    color: white;
}

.mission-title-wrapper {
    text-align: left;
    padding: 0 60px;
    display: flex;
    align-items: center;
    height: 100%;
}

.mission-title {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 25px 0;
}

.mission-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: white;
}

.mission-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 2px;
    background-color: white;
}

.mission-text-box {
    border: 1px dotted rgba(255, 255, 255, 0.6);
    padding: 25px 35px;
    margin: 0 40px 0 20px;
    position: relative;
}

.mission-text-box::before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    width: 30px;
    height: 30px;
    border-top: 2px solid white;
    border-right: 2px solid white;
}

.mission-text-box::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -8px;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
}

.mission-text {
    font-size: 16px;
    line-height: 1.8;
    color: white;
    margin: 0;
}


.products-section {
    position: relative;
    background: linear-gradient(135deg, #4a4a4a 0%, #5a5a5a 25%, #505050 50%, #5a5a5a 75%, #4a4a4a 100%);
    padding: 80px 0 100px 0;
    overflow: hidden;
}


.film-perforation {
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 30px,
        white 30px,
        white 50px
    );
    z-index: 5;
}

.film-perforation-top {
    top: 0;
}

.film-perforation-bottom {
    bottom: 0;
}


.components-section .film-perforation {
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 30px,
        #2d2d2d 30px,
        #2d2d2d 50px
    );
}


.products-chevron-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: stretch;
    z-index: 1;
    pointer-events: none;
}

.products-chevron {
    flex: 1;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    filter: brightness(0.8);
    animation: slideChevron 25s linear infinite;
}

.products-chevron-1 {
    opacity: 0.15;
    animation-delay: 0s;
}

.products-chevron-2 {
    opacity: 0.25;
    animation-delay: -4s;
}

.products-chevron-3 {
    opacity: 0.35;
    animation-delay: -8s;
}

.products-chevron-4 {
    opacity: 0.3;
    animation-delay: -12s;
}

.products-chevron-5 {
    opacity: 0.25;
    animation-delay: -16s;
}

.products-chevron-6 {
    opacity: 0.2;
    animation-delay: -20s;
}

.products-content {
    position: relative;
    z-index: 2;
    padding: 0 60px;
}

.products-title {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: white;
    text-align: center;
    margin-bottom: 60px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.product-card {
    position: relative;
    border-radius: 8px;
    padding: 40px 30px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.product-card-dark {
    background: linear-gradient(135deg, #2a3f2a 0%, #3a5a3a 100%);
}

.product-card-light {
    background: linear-gradient(135deg, #e8f5e8 0%, #d4ecd4 100%);
}


.product-card-corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid white;
}

.product-card-corner-tl {
    top: -8px;
    left: -8px;
    border-right: none;
    border-bottom: none;
}

.product-card-corner-br {
    bottom: -8px;
    right: -8px;
    border-left: none;
    border-top: none;
}

.product-card-corner-light {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #2d5016;
}

.product-card-corner-light.product-card-corner-tl {
    top: -8px;
    left: -8px;
    border-right: none;
    border-bottom: none;
}

.product-card-corner-light.product-card-corner-br {
    bottom: -8px;
    right: -8px;
    border-left: none;
    border-top: none;
}


.product-icon {
    margin-bottom: 25px;
}

.product-icon-dark {
    margin-bottom: 25px;
}


.product-image-wrapper {
    margin-bottom: 20px;
}

.product-image {
    max-width: 180px;
    max-height: 120px;
    object-fit: contain;
}


.product-card-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: white;
    margin: 0;
    line-height: 1.4;
}

.product-card-title-dark {
    color: #2d2d2d;
}


.advantages-section {
    position: relative;
    background: #f5f5f5;
    padding: 60px 0 100px 0;
    overflow: hidden;
}

.advantages-content {
    position: relative;
    z-index: 2;
    padding: 0 60px;
    text-align: center;
}

.advantages-title-box {
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    padding: 20px 80px;
    margin: 0 auto 80px auto;
    border-radius: 5px;
}

.advantages-title-corner {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #4a5f4a;
}

.advantages-corner-tl {
    top: -6px;
    left: -6px;
    border-right: none;
    border-bottom: none;
}

.advantages-corner-br {
    bottom: -6px;
    right: -6px;
    border-left: none;
    border-top: none;
}

.advantages-title {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2d2d2d;
    text-align: center;
    margin: 0;
}

.advantages-items {
    margin-top: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.advantage-item {
    text-align: center;
    padding: 0 15px;
    position: relative;
    margin-bottom: 40px;
}

.advantage-icon {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    background: white;
    padding: 8px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.advantage-number {
    font-size: 220px;
    font-weight: 900;
    color: rgba(200, 220, 200, 0.5);
    line-height: 0.9;
    margin: 0;
    padding-top: 20px;
    position: relative;
    font-family: Arial, sans-serif;
}

.advantage-text {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2d2d2d;
    margin-top: -15px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}


.about-service-section {
    position: relative;
    background: linear-gradient(135deg, #2a2a2a 0%, #3d3d3d 50%, #2a2a2a 100%);
    padding: 80px 0;
    overflow: hidden;
}


.service-chevron-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: stretch;
    z-index: 1;
    pointer-events: none;
}

.service-chevron {
    flex: 1;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    filter: brightness(0.6);
    animation: slideChevron 22s linear infinite;
}

.service-chevron-1 {
    opacity: 0.1;
    animation-delay: 0s;
}

.service-chevron-2 {
    opacity: 0.15;
    animation-delay: -4s;
}

.service-chevron-3 {
    opacity: 0.25;
    animation-delay: -8s;
}

.service-chevron-4 {
    opacity: 0.2;
    animation-delay: -12s;
}

.service-chevron-5 {
    opacity: 0.15;
    animation-delay: -16s;
}

.service-content {
    position: relative;
    z-index: 2;
    padding: 0 80px;
}

.service-text-content {
    padding-right: 60px;
}

.service-main-title {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
    line-height: 1.4;
    margin-bottom: 25px;
}

.service-description {
    font-size: 13px;
    line-height: 1.7;
    color: #c8c8c8;
    margin-bottom: 18px;
}

.service-btn {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 30px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.service-btn:hover {
    background-color: white;
    color: #2a2a2a;
}


.service-image-container {
    position: relative;
    padding: 30px 50px 30px 30px;
}

.service-images-composition {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.service-small-images {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 0 0 auto;
}

.service-large-image {
    flex: 1;
}

.service-image-wrapper {
    position: relative;
    border: 3px solid #5cb85c;
    padding: 6px;
    background: rgba(0, 0, 0, 0.35);
}

.service-small-img {
    width: 100px;
    height: 130px;
}

.service-big-img {
    height: 100%;
}

.service-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.service-image-corner {
    position: absolute;
    width: 22px;
    height: 22px;
    border: 3px solid #5cb85c;
}

.service-corner-tl {
    top: -7px;
    left: -7px;
    border-right: none;
    border-bottom: none;
}

.service-corner-br {
    bottom: -7px;
    right: -7px;
    border-left: none;
    border-top: none;
}


.service-decorative-corners {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.service-deco-corner {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 3px solid #5cb85c;
}

.service-deco-tl {
    top: 5px;
    left: 5px;
    border-right: none;
    border-bottom: none;
}

.service-deco-tr {
    top: 5px;
    right: 15px;
    border-left: none;
    border-bottom: none;
}

.service-deco-bl {
    bottom: 5px;
    left: 5px;
    border-right: none;
    border-top: none;
}

.service-deco-br {
    bottom: 5px;
    right: 15px;
    border-left: none;
    border-top: none;
}


.components-section {
    position: relative;
    background: #fafafa;
    padding: 50px 0;
    overflow: hidden;
}

.components-content {
    position: relative;
    z-index: 2;
    padding: 0 40px;
}

.components-title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2d2d2d;
    text-align: center;
    margin: 0;
    line-height: 1.2;
}

.factory-icon {
    display: inline-block;
}

.factory-left svg,
.factory-right svg {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}


.detailed-components-section {
    position: relative;
    background: linear-gradient(135deg, #2a2a2a 0%, #363636 50%, #2a2a2a 100%);
    padding: 70px 0;
    overflow: hidden;
}


.detailed-chevron-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: stretch;
    z-index: 1;
    pointer-events: none;
}

.detailed-chevron {
    flex: 1;
    height: 100%;
    object-fit: cover;
    opacity: 0.12;
    filter: brightness(0.65);
    animation: slideChevron 28s linear infinite;
}

.detailed-chevron-1 {
    animation-delay: 0s;
}

.detailed-chevron-2 {
    animation-delay: -5s;
}

.detailed-chevron-3 {
    opacity: 0.18;
    animation-delay: -10s;
}

.detailed-chevron-4 {
    animation-delay: -15s;
}

.detailed-chevron-5 {
    animation-delay: -20s;
}

.detailed-content {
    position: relative;
    z-index: 2;
    padding: 0 60px;
}


.diagrams-wrapper {
    position: relative;
    padding: 30px 20px;
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: auto auto;
    gap: 30px 20px;
    align-items: start;
    min-height: 500px;
}

.diagram-box {
    position: relative;
    background: rgba(0, 0, 0, 0.35);
    padding: 12px;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.diagram-box-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.diagram-box-2 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.diagram-box-3 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    align-self: center;
    height: 100%;
    display: flex;
    align-items: center;
}

.diagram-dashed-border {
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    border: 2.5px dashed rgba(255, 255, 255, 0.65);
    border-radius: 7px;
    pointer-events: none;
}

.diagram-image {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(1.05) contrast(1.05);
}

.diagram-box-3 .diagram-image {
    object-fit: cover;
    height: 100%;
}

.connecting-lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
}

.btn-more {
    background: linear-gradient(135deg, #5cb85c 0%, #4CAF50 100%);
    border: none;
    color: white;
    padding: 14px 42px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 30px;
    left: 35px;
    z-index: 10;
    outline: 3px dashed rgba(255, 255, 255, 0.6);
    outline-offset: 6px;
}

.btn-more:hover {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6);
}

.btn-down {
    background: linear-gradient(135deg, #5cb85c 0%, #4CAF50 100%);
    border: none;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 220px;
    z-index: 10;
    outline: 3px dashed rgba(255, 255, 255, 0.6);
    outline-offset: 6px;
}

.btn-down:hover {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    transform: translateY(3px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}


.components-list-wrapper {
    padding: 35px 45px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.components-list-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: white;
    margin-bottom: 22px;
    line-height: 1.3;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

.components-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.component-item {
    font-size: 11.5px;
    line-height: 1.65;
    color: #dadada;
    padding-left: 18px;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.component-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #5cb85c;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(92, 184, 92, 0.7);
}


.our-products-section {
    position: relative;
    background: linear-gradient(165deg, #e8ebe8 0%, #f0f3f0 35%, #f5f7f5 70%, #fafafa 100%);
    padding: 0 0 90px 0;
    overflow: hidden;
}

.our-products-section::before {
    content: "";
    position: absolute;
    top: 10%;
    left: -8%;
    width: 45%;
    height: 55%;
    background: radial-gradient(ellipse at center, rgba(200, 220, 200, 0.45) 0%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.our-products-section .container-fluid {
    position: relative;
    z-index: 1;
}

.our-products-film {
    height: 28px;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 28px,
        rgba(45, 80, 22, 0.12) 28px,
        rgba(45, 80, 22, 0.12) 48px
    );
    margin-bottom: 48px;
}

.our-products-head {
    text-align: center;
    padding: 0 24px 48px;
    max-width: 760px;
    margin: 0 auto;
}

.our-products-title-box {
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    padding: 18px 56px;
    margin: 0 auto 28px;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(45, 80, 22, 0.12);
}

.our-products-title-corner {
    position: absolute;
    width: 22px;
    height: 22px;
    border: 2px solid #3d5c3d;
}

.our-products-corner-tl {
    top: -5px;
    left: -5px;
    border-right: none;
    border-bottom: none;
}

.our-products-corner-br {
    bottom: -5px;
    right: -5px;
    border-left: none;
    border-top: none;
}

.our-products-heading {
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #2d2d2d;
    margin: 0;
}

.our-products-lead {
    font-size: 1.05rem;
    color: #4a4f4a;
    line-height: 1.75;
    margin: 0;
}

.our-products-inner {
    position: relative;
    z-index: 1;
    padding: 0 48px;
    max-width: 1280px;
    margin: 0 auto;
}

.our-products-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    padding: 36px 28px 32px;
    min-height: 280px;
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.our-products-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.our-products-card--dark {
    background: linear-gradient(145deg, #2a3f2a 0%, #355a35 48%, #2d4a2d 100%);
    color: #fff;
}

.our-products-card--light {
    background: linear-gradient(145deg, #e8f5e8 0%, #dcefdc 50%, #d0e8d0 100%);
    color: #2d2d2d;
}

.our-products-card-icon {
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 22px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.our-products-card-icon--dark {
    color: #6b1c1c;
}

.our-products-card-title {
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.45;
    color: #fff;
    margin: 0 0 12px 0;
}

.our-products-card-title--dark {
    color: #2d2d2d;
}

.our-products-card-hint {
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    flex: 1 1 auto;
}

.our-products-card-hint--dark {
    color: #3d4540;
}

.our-products-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.95);
    transition: color 0.2s ease;
}

.our-products-card-link--dark {
    color: #2d5016;
}

.our-products-card-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.our-products-card:hover .our-products-card-arrow {
    transform: translateX(6px);
}

.our-products-card--light:hover .our-products-card-link--dark {
    color: #1e3a0f;
}

.our-products-cta {
    text-align: center;
    margin-top: 48px;
}

.our-products-btn {
    display: inline-block;
    padding: 14px 40px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background: linear-gradient(135deg, #2d5016 0%, #3d6b22 100%);
    border: none;
    box-shadow: 0 4px 16px rgba(45, 80, 22, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.our-products-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(45, 80, 22, 0.45);
    filter: brightness(1.05);
}


@media (max-width: 768px) {
    .company-name {
        font-size: 20px;
    }

    .site-header .site-header__logo.logo-img {
        width: 48px;
        height: 48px;
    }

    .site-header__tagline {
        font-size: 0.6rem;
    }
    
    .logo-img {
        width: 45px;
        height: 45px;
    }
    
    .contact-info {
        text-align: center !important;
        margin-top: 15px;
    }
    
    .phone-numbers,
    .email-info {
        align-items: center;
        justify-content: center;
    }
    
    .navbar-nav {
        margin-top: 15px;
    }

    .site-header__menu {
        margin-top: 0;
    }

    .carousel,
    .slide-content {
        height: 300px;
    }

    .slide-content {
        padding: 0 20px;
    }

    .slide-title {
        font-size: 28px;
        left: 10px;
        white-space: normal;
    }

    .slide-image {
        max-height: 180px;
        max-width: 250px;
        right: 20px;
    }

    .carousel-control-prev {
        left: 10px;
    }

    .carousel-control-next {
        right: 10px;
    }

    .mission-section {
        padding: 40px 0;
    }

    .mission-title-wrapper {
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .mission-title {
        font-size: 24px;
        padding: 20px 0;
    }

    .mission-title::before,
    .mission-title::after {
        width: 60px;
    }

    .mission-text-box {
        margin: 0 20px;
        padding: 20px;
    }

    .mission-text {
        font-size: 14px;
    }

    .products-section {
        padding: 60px 0 80px 0;
    }

    .products-content {
        padding: 0 20px;
    }

    .products-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .product-card {
        min-height: 240px;
        padding: 30px 20px;
    }

    .product-card-title {
        font-size: 12px;
    }

    .product-image {
        max-width: 140px;
        max-height: 100px;
    }

    .film-perforation {
        height: 30px;
    }

    .advantages-section {
        padding: 40px 0 60px 0;
    }

    .advantages-content {
        padding: 0 20px;
    }

    .advantages-title-box {
        padding: 15px 30px;
        margin-bottom: 50px;
    }

    .advantages-title {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .advantage-item {
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .advantage-number {
        font-size: 140px;
        padding-top: 15px;
    }

    .advantage-text {
        font-size: 10px;
        margin-top: -10px;
        max-width: 150px;
    }

    .advantage-icon {
        top: 8px;
        padding: 5px;
    }

    .advantage-icon svg {
        width: 40px;
        height: 40px;
    }

    .advantages-title-corner {
        width: 20px;
        height: 20px;
    }

    .about-service-section {
        padding: 60px 0;
    }

    .service-content {
        padding: 0 20px;
    }

    .service-text-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .service-main-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .service-description {
        font-size: 12px;
    }

    .service-btn {
        padding: 9px 22px;
        font-size: 11px;
    }

    .service-image-container {
        padding: 15px;
    }

    .service-images-composition {
        flex-direction: column;
        gap: 8px;
    }

    .service-small-images {
        flex-direction: row;
        gap: 8px;
        justify-content: center;
    }

    .service-small-img {
        width: 70px;
        height: 90px;
    }

    .service-image-wrapper {
        border-width: 2px;
        padding: 4px;
    }

    .service-image-corner {
        width: 18px;
        height: 18px;
        border-width: 2px;
    }

    .service-corner-tl {
        top: -5px;
        left: -5px;
    }

    .service-corner-br {
        bottom: -5px;
        right: -5px;
    }

    .service-deco-corner {
        width: 28px;
        height: 28px;
        border-width: 2px;
    }

    .service-deco-tl,
    .service-deco-tr {
        top: 3px;
    }

    .service-deco-bl,
    .service-deco-br {
        bottom: 3px;
    }

    .service-deco-tl,
    .service-deco-bl {
        left: 3px;
    }

    .service-deco-tr,
    .service-deco-br {
        right: 10px;
    }

    .service-big-img {
        height: 220px;
    }

    .components-section {
        padding: 35px 0;
    }

    .components-content {
        padding: 0 15px;
    }

    .components-title {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .factory-icon {
        display: none;
    }

    .detailed-components-section {
        padding: 60px 0;
    }

    .detailed-content {
        padding: 0 20px;
    }

    .diagrams-wrapper {
        padding: 15px;
        margin-bottom: 40px;
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: auto;
    }

    .diagram-box-1,
    .diagram-box-2,
    .diagram-box-3 {
        grid-column: 1 / 2;
        height: auto !important;
    }

    .diagram-box-1 {
        grid-row: 1 / 2;
    }

    .diagram-box-2 {
        grid-row: 2 / 3;
    }

    .diagram-box-3 {
        grid-row: 3 / 4;
    }

    .diagram-box-3 .diagram-image {
        height: auto;
    }

    .components-list-wrapper {
        padding: 25px;
    }

    .components-list-title {
        font-size: 19px;
        margin-bottom: 16px;
    }

    .component-item {
        font-size: 10.5px;
        padding-left: 16px;
    }

    .component-item::before {
        width: 5px;
        height: 5px;
        top: 7px;
    }

    .btn-more {
        padding: 11px 28px;
        font-size: 12px;
        left: 20px;
        bottom: 20px;
        outline-offset: 4px;
    }

    .btn-down {
        width: 48px;
        height: 48px;
        left: 170px;
        bottom: 20px;
        outline-offset: 4px;
    }

    .btn-down svg {
        width: 24px;
        height: 24px;
    }

    .diagram-box {
        padding: 10px;
    }

    .diagram-dashed-border {
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
    }

    .connecting-lines {
        display: none;
    }

    .our-products-section {
        padding-bottom: 56px;
    }

    .our-products-film {
        margin-bottom: 32px;
    }

    .our-products-title-box {
        padding: 14px 28px;
    }

    .our-products-head {
        padding-bottom: 36px;
    }

    .our-products-lead {
        font-size: 0.95rem;
    }

    .our-products-inner {
        padding: 0 20px;
    }

    .our-products-card {
        min-height: 260px;
        padding: 28px 20px 24px;
    }

    .our-products-btn {
        padding: 12px 28px;
        font-size: 0.78rem;
    }
}


html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

body > header {
    flex-shrink: 0;
}

main.page-main {
    flex: 1 0 auto;
}

.site-footer {
    flex-shrink: 0;
    background: #2d2d2d;
    color: #bbb;
    padding: 1.5rem 0;
    font-size: 0.875rem;
}

.site-footer a {
    color: #d4a574;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

header a.brand-link {
    text-decoration: none;
    color: inherit;
}

header a.brand-link:hover .company-name,
.site-header a.brand-link:hover .site-header__title {
    color: #2d5016;
}

.page-hero {
    background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c8 50%, #e8f5e8 100%);
    padding: 2.75rem 0;
    border-bottom: 1px solid rgba(45, 80, 22, 0.12);
}

.page-title {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    color: #2d5016;
    letter-spacing: 0.06em;
    margin: 0;
    text-transform: uppercase;
}

.page-inner {
    padding: 3rem 0 4rem;
    background: #f9faf9;
}

.page-lead {
    font-size: 1.0625rem;
    color: #444;
    max-width: 720px;
    line-height: 1.75;
    margin-bottom: 1.25rem;
}

.page-section-title {
    font-size: 1rem;
    font-weight: 700;
    color: #2d5016;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.page-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 1.5rem 1.75rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.page-list {
    padding-left: 1.25rem;
    margin-bottom: 0;
    color: #333;
    line-height: 1.7;
}

.page-list li {
    margin-bottom: 0.5rem;
}

.nav-link.active {
    color: #8b0000 !important;
    font-weight: 600;
}

.site-header__menu .nav-link.active {
    color: #fff !important;
}

.doc-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid #eee;
}

.doc-row:last-child {
    border-bottom: none;
}

.doc-name {
    font-weight: 500;
    color: #333;
}

.doc-meta {
    font-size: 0.875rem;
    color: #666;
}

.contact-block .page-card {
    height: 100%;
}

.contact-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #888;
    margin-bottom: 0.25rem;
}

.contact-value {
    font-size: 1.05rem;
    color: #222;
    font-weight: 500;
}

.product-grid-inner .product-card {
    min-height: 200px;
}
