     .card_product {
         display: flex;
         gap: 32px;
         justify-content: space-between;
         /* margin-bottom: 64px; */
     }

     .card_image  {
        max-width: 416px;
        max-height: 416px;
    }

     .card_image img {
         border: 1px solid rgba(208, 208, 208, 1);
         border-radius: 12px;
         height: 100%;
     }

     .card_content {}

     .card_reviews {
         display: flex;
         justify-content: space-between;
         margin-bottom: 24px;
         flex-wrap: wrap;
     }

     .card_reviews p {
         font-size: 15px;
         font-weight: 500;
         line-height: 24px;
         margin: 0;
     }

     .reviews_count {
         display: flex;
         align-items: center;
     }


     .card_reviews__rating {
         background: rgba(253, 90, 66, 1);
         border-radius: 4px;
         display: flex;
         justify-content: center;
         align-items: center;
         font-size: 13px;
         color: white;
         width: fit-content;
         margin-right: 8px;
         width: 55px;
         height: 28px;
     }

     .card_reviews__rating::before {
         content: url('/themes/classic/styles/images/Star_1.svg');
         margin-right: 3px;
     }

     .card_reviews__rating p {
         font-size: 13px;
         color: white;
     }

     .card_recommend {
         font-size: 16px;
         font-weight: 400;
         line-height: 24px;
         display: flex;
         align-items: center;
     }

     .card_recommend span::after {
         content: "";
         display: inline-block;
         width: 16px;
         height: 16px;
         margin-left: 5px;
         background-image: url('/themes/classic/styles/images/like-color-lg.svg');
         background-repeat: no-repeat;
         background-size: contain;
         background-position: center;
     }

     .card_recommend span {
         font-size: 16px;
         font-weight: 600;
         line-height: 24px;
         color: rgba(0, 140, 149, 1);
     }

     .card_title {
         font-size: 36px;
         font-weight: 600;
         color: rgba(0, 49, 60, 1);
         margin: 0;
         margin-bottom: 16px;
     }

     .card_description {
         margin-bottom: 32px;
         font-size: 16px;
         font-weight: 400;
         overflow: hidden;
         position: relative;
     }

     .card_button button {
         background: rgba(0, 140, 149, 1);
         width: 100%;
         border-radius: 8px;
         border: none;
         padding: 24px 0px;
         font-size: 16px;
         font-weight: 600;
         color: white;
     }

     .card_button button:hover {}


     .custom-select {
         position: relative;
         display: inline-block;
         width: 200px;
     }

     .custom-select input {
         width: 100%;
         padding: 10px;
         font-size: 16px;
         border: 1px solid #ccc;
         border-radius: 4px;
         cursor: pointer;
     }

     .custom-select .select-items {
         position: absolute;
         background-color: white;
         border: 1px solid #ccc;
         border-top: none;
         width: 100%;
         z-index: 99;
         display: none;
         min-width: 220px;
     }

     .custom-select .select-items div {
         padding: 10px;
         cursor: pointer;
     }

     .custom-select .select-items div:hover {
         background-color: #f1f1f1;
     }

     .custom-select .select-arrow::after {}

     .custom-select .select-arrow::after {
         content: url(/themes/classic/styles/images/Chevron_Bottom_MD.svg);
         position: absolute;
         top: 8px;
         right: -8px;
     }

     .custom-select .select-arrow.active {
     }

    .reviews__card-buttons-mobile {
        display: none;
    }

    .reviews__card-reply-btn::before {
        content: url('/themes/classic/styles/images/Vector-comments.svg');
        margin-right: 8px;
    }
  

     .progress-bar-container-desktop {
         width: 100%;
         display: flex;
         justify-content: center;
         max-width: 298px;
         margin: 0px 42px;
     }

     .progress-bar {
         width: 100%;
         height: 16px;
         background: rgba(237, 237, 237, 1);
         border-radius: 10px;
         overflow: hidden;
         max-width: 298px;
     }

     .progress-bars {
        width: 100%;
        max-width: 298px;
     }

     .progress-bar-fill {
         height: 100%;
         background: rgba(0, 140, 149, 1);
         width: 0;
         transition: width 0.5s ease-in-out;
         border-radius: 10px 0 0 10px;
     }

     .progress-bar input {
         width: 100%;
         padding: 5px;
         font-size: 14px;
         box-sizing: border-box;
     }



     /* styles.css */

     /* Main section */
     .price-analogues-section {
         padding: 0 16px 0 16px;
        margin-bottom: 10px;
        margin-top: 64px;
     }

     /* Section header */
     .section-header {
         display: flex;
         margin-bottom: 24px;
     }

     .section-title {
         margin: 0;
         font-size: 28px;
         font-weight: 600;
         color: rgba(0, 49, 60, 1);

     }

     .info-icon {
         /* Add your styles here */
     }

     /* Form preparation */
     .form-preparation {
         /* Add your styles here */
     }

     .form-title {
         font-size: 15px;
         font-weight: 500;
         margin: 0;
         margin-bottom: 8px;
     }

     .analogue-name {
         width: 96px;
         font-size: 13px;
         font-weight: 500;
         color: rgba(0, 49, 60, 1);
     }
     .analogue-name p {
       margin: 0;
    }

     .analogue-details {
         display: flex;
         flex-direction: column;
     }

     .analogue-price {
         width: 55px;
         font-size: 13px;
         font-weight: 500;
         color: rgba(0, 49, 60, 1);
     }

     .analogue-price p {
        margin: 0;
     }


     .analogue-item {
        display: flex;
        width: 100%;
        max-width: 598px;
        align-items: center;
        margin-bottom: 16px;
     }

     .form-preparation {
        margin-bottom: 24px;
     }

    


     .info-icon {
        position: relative;
        cursor: pointer;
    }
    
    .popup {
        display: none;
        position: absolute;
        top: 20px;
        right: 0;
        background-color: #fff;
        padding: 10px 39px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }
    
.image-container {
    margin-top: 20px;
    padding: 0 16px 0 16px;
    width: 100%;
}

.image-container img {
    width: 100%;
}

.articles__buttons {
    gap: 12px;
    display: flex;
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
}


.articles__buttons .articles__button--not-active {
    background: rgba(0, 140, 149, 0.1);
    color: rgba(0, 140, 149, 1);
    border: none;
    padding: 11px 12px;
    border-radius: 4px;
    height: 40px;
}

.articles__buttons .articles__button--active {
    background: rgba(0, 140, 149, 1);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 11px 12px;
    height: 40px;
}

/* Responsive layout for articles buttons on mobile */
@media (max-width: 768px) {
    .articles__buttons {
        justify-content: center;
    }
    .articles__buttons .articles__button {
        flex: 0 1 calc(50% - 8px);
        text-align: center;
    }

    .articles__buttons .articles__button{
        padding: 0 !important;
        white-space: break-spaces;
    }
}

@media (max-width: 480px) {
    .articles__buttons {
        justify-content: center;
    }
    .articles__buttons .articles__button {
        flex: 0 1 calc(50% - 8px);
    }
}

.articles__buttons .articles__button--not-active::before {
    /* content: url('/themes/classic/styles/images/Star_1-color.svg');
    margin-right: 6.5px; */
}

.articles__buttons .articles__button--active::before {
    /* content: url('/themes/classic/styles/images/Star_1.svg');
    margin-right: 6.5px; */
}


/* Стили для заголовка инструкции */
.instruction-header {
}

.instruction-title {
    font-size: 28px;
    font-weight: 600;
    color: rgba(0, 49, 60, 1);
    margin: 0;
    margin-bottom: 32px;
}

/* Стили для заголовка состава */
.composition-header {
}

.composition-title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 49, 60, 1);
    margin: 0;
    margin-bottom: 4px;
}

/* Стили для деталей состава */
.composition-details {
}

.composition-text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 49, 60, 1);
    margin: 0;
    margin-bottom: 16px;
}

/* Стили для заголовка лекарственной формы */
.form-header {
}

.form-title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 49, 60, 1);
    margin: 0;
    margin-bottom: 4px;
}

/* Стили для деталей лекарственной формы */
.form-details {
}

.form-text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 49, 60, 1);
    margin: 0;
    margin-bottom: 16px;
}

/* Стили для заголовка описания */
.description-header {
}

.description-title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 49, 60, 1);
    margin: 0;
    margin-bottom: 4px;
}

/* Стили для деталей описания */
.description-details {
 
}

.description-text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 49, 60, 1);
    margin: 0;
    margin-bottom: 16px;
}


/* Стили для текста, который будет скрыт */
.instructions-for-use {
    overflow: hidden;
    max-height: 250px; /* Укажите высоту, на которую текст будет ограничен */
    transition: max-height 0.3s ease;
    position: relative; /* Необходимо для псевдоэлемента */

}

.instructions-for-use::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px; /* Высота тени */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none; /* Чтобы не мешала кликам */
}

.shadow {

}

.shadow::after {
    content: none;
}

/* Стили для кнопки */
.toggle-button {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

#toggle-button {
    background-color: transparent;
    color: rgba(0, 140, 149, 1);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;

    
}

#toggle-button:hover {
    background-color: transparent;
}

.reviews-title {
    margin: 0;
    margin-bottom: 10px;
font-size: 18px;
font-weight: 600;

}

.card_recommend p {
    margin: 0;
font-size: 16px;
font-weight: 400;

}

.reviews-section {
    padding-top: 50px;
    padding: 44px 16px 57px 16px;
}

.sticky-header {
    background-color: #fff;
    z-index: 1000;
    padding: 24px;
    width: calc(100% - 45px);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 16px 16px;
    display: none;
}

.card_reviews-mobile
{
    display: none;
}

.progress-bar-container-mobile  {
    display: none;
}

.progress-bar-container-mobile .progress-bar {
    max-width: 100%;
    margin-bottom: 4px;
    margin-top: 16px;
}

.card_reviews-desktop{
    display: flex;
}
.progress-bar-container-desktop {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.nowrap {
    flex-wrap: nowrap;
}

.sticky-header.sticky-visible {
    top: 0;
    display: block;
    position: sticky;
}

.reviews-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leave-review-button {
    background: rgba(0, 140, 149, 1);
    padding: 16px 24px 16px 24px;
    border-radius: 8px;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
}


.drugs {
    /* margin-top: 64px; */
}

/* Custom select (general style) */
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 360px;
}

.custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    padding: 2px 40px 3px 12px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    color: #00313C;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.custom-select select:focus {
    outline: none;
    border-color: #008C95;
    box-shadow: 0 0 0 3px rgba(0,140,149,0.12);
    background-color: #FFFFFF;
}

.custom-select select:hover {
    border-color: #D6D6D6;
}

/* Dropdown arrow */


/* Disabled state */
.custom-select select:disabled {
    background-color: #F7F7F7;
    color: #9AA7AE;
    cursor: not-allowed;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .custom-select {
        max-width: 100%;
    }
}