@media (min-width: 1440px) {
    .card_image {
        max-width: 416px;
        max-height: 416px;
    }
    .card_content {
        width: 50%;
    }
}

@media (max-width: 1440px) {
.sticky-header.sticky-visible .articles__buttons {
    flex-wrap: wrap;
}
}

@media (max-width: 1366px) {

}

@media (max-width: 1024px) {
    .sticky-header.sticky-visible {
        position: fixed;
        left: 0;
    }
    .card_image img {
        /* min-width: 344px; */
    }
    .card_reviews {
        flex-direction: column;
    }
    .reviews_count {
        margin-bottom: 16px;
    }
    .card_button button {
        padding: 16px 24px 16px 24px;
    }
    .card_content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width: 920px) {
}

@media (max-width: 768px) {
    .reviews__card-buttons-mobile {
        display: flex;
    }
    .sticky-header.sticky-visible .articles__buttons {
        flex-wrap: nowrap;
    }
    .sticky-header.sticky-visible {
        top: calc(100% - 131px);
        width: calc(100% - 34px);
    }
    .custom-select {
        width: calc(100% - 20px);
    }

    .analogue-item {
        justify-content: space-between;
        margin: 0;
    }
    .articles__buttons {
        overflow: auto;
        white-space: nowrap;
        margin: 0;
        padding-bottom: 8px;
    }
    .sticky-header {
        padding: 16px;
        border-radius: 0;
    }
    .reviews-title {
        margin: 0;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 600;
    }
    .card_recommend p {
        margin: 0;
        font-size: 13px;
        font-weight: 400;
    }
    .card_recommend span {
        font-size: 13px;
        font-weight: 600;
        color: rgba(0, 140, 149, 1);
    }
    .card_recommend span::after {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-left: 5px;
        background-image: url('/themes/classic/images/like-color-md.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .leave-review-button {
        padding: 10px 24px 10px 24px;
        height: 44px;
    }
    .card_product {
        flex-direction: column;
    }
    .card_reviews {
        flex-direction: row;
        align-items: center;
    }
    .reviews_count {
        margin-bottom: 0px;
    }
    .card_reviews-mobile {
        display: flex;
    }
    .progress-bar-container-mobile  {
        display: flex;
        margin-bottom: 0px;
    }
    .card_reviews-desktop {
        display: none;
    }
    .progress-bar-container-desktop  {
        display: none;
    }
    .reviews__card-actions {
        flex-direction: column;
    }
    .reviews__card-like-btn-desktop {
        display: none;
    }
    .reviews__card-dislike-btn-desktop {
        display: none;
    }

    .reviews__card-like-btn-mobile {
        display: flex;
        margin-right: 12px;
    }
    .reviews__card-dislike-btn-mobile {
        display: flex;
        padding: 0;
        border: none;
    }
    .reviews__card-buttons {
        justify-content: space-between;
    }
    .reviews__card-read-full {
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) {
  
}

@media (max-width: 375px) {
    .card_image {
        width: 100%;
        max-width: 343px;
    }

   
}

@media (min-width: 375px) {
}
