        .about-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .about-section {
           padding: 15px 0 40px;
            position: relative;
        }
        
        .about-section-title {
            text-align: center;
            font-size: 1.7rem;
            margin-bottom: 20px;
            color: #171717f2;
            /* background: #c88422f2; */
            position: relative;
            font-weight: 500;
            text-transform: uppercase;
            padding: 18px 0 0;
        }
        
        .about-section-title:after {
            content: '';
            display: block;
            width: 80px;
            height: 2px;
            background: #2d2d2df2;
            margin: 8px auto;
        }

        .text-highlight {
        /* color: #148c4fa3;  */
        font-style: italic;
    font-weight: 500;
        }

        #about {
        background: #f9f9f9f2;
        }
        #about .about-content {
            box-shadow: none;
            padding: 0;
            /* text-align: center; */
           /* box-shadow: 0 2px 10px #01010130; 
           background: #ffffff; */
           /* border: 1px solid #e29e3b; */
        }
        
        .about-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 0px;
        }

        .about-text {
            flex: 1;
            /* min-width: 300px; */
            font-size: 1.3rem;
            line-height: 1.8;
           margin: 20px 30px 20px 40px;
        }

        .about-img {
            flex: 1;
            min-width: 300px;
            max-width: 380px;
          border-radius: 5px;
            overflow: hidden;
        }

        .about-img img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s ease;
           
        }

         .about-img video {
        width: 100%;
        border-radius: 5px;
         height: auto;
  max-height: 100%;
}

        .about-img:hover img {
            transform: scale(1.05);
        }

        /* Секция о производстве */
        #production {
            background-color: #ffffff;
            color: white;
            /* clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%); */
            padding: 10px 0 30px;
        }


        .production-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            /* border: 1px solid #ffb344;
            border-radius: 15px; */
        }

        .production-text {
            flex: 1;
            /* min-width: 300px; */
            font-size: 1.1rem;
            line-height: 1.8;
            font-weight: 300;
            margin: 0 30px;
            color: #161616;
        }

        .production-text .text-highlight {
            color: #171717;
            font-weight: 500;
        }

        .production-img {
            /* flex: 1; */
            min-width: 270px;
            max-width: 430px;
            border-radius: 5px;
            overflow: hidden;
            /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
            order: -1;
        }

        .production-img img {
            height: 300px;
        }

        .production-img.two {
            order: 1;
        }

        .production-content.two {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .catalog-btn-container {
              display: flex;
        }
        .btn-cat {
            margin: 10px auto 0;
            padding: 10px 30px;
            font-size: 18px;
            font-weight: 400;
        }

        .krio {
            background: #ffffff;
            box-shadow: 0 2px 2px rgba(111, 111, 111, 0.3);
            color: #1d1d1d;
            padding: 20px;
            margin: 50px 0 30px;
        }

        .krio h3 {
            font-size: 18px;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .krio p {
            font-size: 16px;
            font-weight: 300;
        }

        .krio-img {
            margin-top: 10px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

       .krio-img img {
        margin-right: 5px;
    }

        /* Секция почему мы */
        #advantages {
            background-color: white;
            padding: 15px 0 40px;
        }

        .advantages-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin-top: 30px;
        }

        .advantage {
            flex: 0 0 calc(25% - 30px);
            min-width: 250px;
            text-align: center;
            padding: 30px 20px;
            border-radius: 5px;
            background: #f9f9f9f2;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0%);
        }

        .advantage:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            background: white;
        }

        .advantage-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            background: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .advantage-icon img {
            width: 40px;
            height: 40px;
        }

      
        .advantage-title {
            font-size: 1.2rem;
            margin-bottom: 15px;
            color: #212121f2;
        }

        /* Секция как мы создаем БАДы */
        #process {
            background-color: #f9f9f9f2;
            /* clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%); */
            padding: 10px 0 30px;
        }

        /* #process .about-section-title {
            color: #1e1e1e;
        }

        #process .about-section-title:after {
            background: #1e1e1e;
        } */

        #process .about-text {
            text-align: center; 
            margin: 0 0 30px; 
            font-weight: 300;
        }

        .process-steps {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-top: 50px;
        }

        .process-step {
            text-align: center;
            position: relative;
        }


        .step-icon {
            width: 70px;
            height: 70px;
            margin: 0 auto 15px;
            /* background: #da942e; */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .step-icon img {
            width: 38px;
            height: 38px;
           filter: drop-shadow(3px 4px 6px #06522a);
        }

        #certificates {
        background-color: #f9f9f9f2; 
        color: rgb(28, 28, 28);
        padding-bottom: 10px;
        }



        /* Слайдер сертификатов */
        .certificates-slider {
            margin: 0px auto 10px;
            max-width: 400px;
            position: relative;
        }

        .certificate-slider-container {
            overflow: hidden;
            border-radius: 10px;
            box-shadow: var(--shadow);
        }

        .certificate-slider-track {
            display: flex;
            transition: transform 0.5s ease;
        }

        .certificate-slide {
            min-width: 100%;
            position: relative;
        }

        .certificate-slide img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 10px;
        }

        .certificate-slide-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(151 151 151 / 70%);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: var(--transition);
            border-radius: 10px;
        }

        .certificate-slide:hover .certificate-slide-overlay {
            opacity: 1;
        }

        .zoom-icon {
            width: 50px;
            height: 50px;
            background: #242424;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 1.5rem;
            cursor: pointer;
            transform: scale(0.8);
            transition: var(--transition);
        }

        .zoom-icon img{
        width: 30px;
        }

        .certificate-slide:hover .zoom-icon {
            transform: scale(1);
        }

        .certificate-slider-dots {
            display: flex;
            justify-content: center;
            margin-top: 30px;
            gap: 12px;
        }

        .certificate-dot {
            width: 12px;
            height: 12px;
            background: var(--light-green);
            border-radius: 50%;
            cursor: pointer;
            transition: var(--transition);
            background: #9696967e;
        }

        .certificate-dot.active {
            background: rgb(123, 123, 123);
            transform: scale(1.3);
        }

        /* Модальное окно */
        .certificate-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(0 0 0 / 72%);
            z-index: 1000;
            align-items: center;
            justify-content: center;
        }

        .certificate-modal-content {
            max-width: 90%;
            max-height: 90%;
            position: relative;
        }

        .certificate-modal-content img {
            width: 300px;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
        }

        .certificate-close-modal {
            position: absolute;
            top: -47px;
            right: 0;
            color: var(--white);
            font-size: 2.3rem;
            cursor: pointer;
            transition: var(--transition);
        }

        .certificate-close-modal:hover {
            color: var(--gold);
        }

        .certificate-catalog-btn-container {
            text-align: center;
            margin: 60px 0;
        }

        .quote {
            padding: 20px 5%;
        }

         .about-quote {
    text-align: center;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    color: #6d6d6d;
    padding: 10px 70px;
     /* border-left: 3px solid var(--gold);
     background-color: rgba(212, 175, 55, 0.1); */
 }
.quote-span {
                font-weight: 300;
                font-style: italic;
                display: block;
                color: #6d6d6d;
                font-size: 16px;
                text-align: right;
                margin-top: 5px;
}

.sertif-text {
    text-align: center; 
    margin: 20px auto; 
    font-style: italic; 
    font-weight: 100;
    color: #5b5b5b;
    padding: 0 70px;
}
.sertif-text span {
    font-weight: 400; 
    font-style: italic;
}


        /* Адаптивность */
        @media (max-width: 992px) {
            .about-content, .production-content{
            flex-direction: column;
            max-width: 430px;
            margin: 0 auto;
            }
            .about-content .about-text, .production-content .production-text {
                margin: 0px 0px 0;
                font-size: 17px;
            }

            .production-img {
                            order: 0;
            }

            .production-img img {
                height: 100%;
                /* width: 325px; */
                 margin: 0 auto;
                 width: 100%;
                object-fit: cover; 
            }

            .advantage {
                flex: 0 0 calc(50% - 30px);
            }

            .about-quote {
            max-width: 430px;
            margin: 0 auto;
            padding: 0px 5px 20px;
            font-size: 15px;
            }
            .about-quote span{
            font-size: 15px;
            }

                 .about-img video {
        margin: 20px auto 0;
       
    }
      .krio {
        padding-top: 0px;
        max-width: 430px;
        margin: 50px auto 30px;
    }

    .about-img {
min-width: 100%;
    max-width: 100%;
    height: 100%;
}

#process .about-text {
    text-align: center;
    margin: 0 auto 30px;
    font-weight: 300;
    max-width: 420px;
}

.process {
    margin: 20px auto 0px;
    max-width: 430px;
}

#process {
    padding: 20px 0 50px;
}

.advantages-grid {
    margin: 30px auto 0;
    max-width: 430px;
}

.sertif-text {
 margin: 20px auto 40px;
    max-width: 430px;
    padding: 0;
}
}


        

        @media (max-width: 768px) {
            .about-section-title {
                font-size: 1.5rem;
            }


            .advantage {
                flex: 0 0 100%;
            }

.production-content.two {
    margin-bottom: 0;
}

        }

        @media (max-width: 480px) {
            .about-section {
                padding: 5px 0 30px;
            }

            .about-section-title {
                font-size: 1.3rem;
            }

            .advantage-title {
                font-size: 1rem;
            }
            #reviews .about-section-title {
                font-size: 1.2rem;
            }
    
         

            #process .about-text {
           font-size: 14px;
           line-height: 1.4;
           font-weight: 200;
        }


    .krio p, .production-text, .sertif-text  {
        font-size: 14px;
    }
    .footer-content {
        gap: 30;
    }
 
}


         @media (max-width: 405px) {
        
        /* .about-img {
            min-width: 292px;
            max-width: 292px;
        }

        .production-img {
            min-width: 292px;
            max-width: 292px;
        } */
        .about-content .about-text, .production-content .production-text {
        margin: 0px;
        font-size: 14px;
    }
        }