

/* Start:/ru/page/style.css?17611445361592*/
#top_in_blog ul > li::before {
    display: none;
}

#top_in_blog ul > li {
    padding-left: 20px;
}
#top_in_blog .item_container {
    display: flex;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid #dcdcdd;
    padding: 24px 0;
}
#top_in_blog .item_text {
    width: 70%;
}
#top_in_blog .item_img {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#top_in_blog .img_in_blog {
    height: 300px;
}

#top_in_blog .author-block {
    margin-top: 24px;
}

#top_in_blog .product-meta {
    margin: 12px 0;
    display: flex;
    flex-direction: column;
    font-size: 1.1em;
}
#top_in_blog .product-meta__price {
    font-weight: bold;
    color: #ec008c;
}
#top_in_blog .product-meta__bought {
    font-size: 0.9em;
    color: #757575;
}

#top_in_blog .product-reviews {
    margin-top: 20px;
}
#top_in_blog .review {
    background-color: #f9f9f9;
    border-left: 4px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
}
#top_in_blog .review__rating {
    color: #fbc02d;
    font-size: 1.2em;
    margin: 0;
}
#top_in_blog .review__text {
    margin: 5px 0;
    font-style: italic;
    color: #424242;
}
#top_in_blog .review__author {
    text-align: right;
    font-size: 0.9em;
    color: #616161;
    font-weight: bold;
    margin: 0;
}

@media all and (max-width: 670px) {
    #top_in_blog .item_container {
        flex-direction: column;
    }
    #top_in_blog .item_text {
        width: 100%;
    }
    #top_in_blog .item_img {
        width: 100%;
        max-width: 300px;
    }
}
/* End */
/* /ru/page/style.css?17611445361592 */
