

/* Start:/company/reviews/reviews.css?17500750332096*/
/* Основные стили */
.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.review-item {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #eee;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
}

.product-info {
    width: 200px;
    margin-right: 20px;
}

.product-image {
    text-align: center;
    margin-bottom: 10px;
}

.product-image img {
    max-width: 100%;
    max-height: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.review-content {
    flex: 1;
    min-width: 300px;
}

.product-name {
    margin-bottom: 5px;
    font-size: 14px;
}

.product-section {
    margin-bottom: 10px;
    font-size: 14px;
}

.review-text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.review-meta {
    color: #777;
    font-size: 0.9em;
    margin-top: 10px;
}

.review-author {
    font-weight: bold;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .review-item {
        flex-direction: column;
        padding: 15px;
    }
    
    .product-info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        order: 1; /* Картинка становится первой */
    }
    
    .review-content {
        width: 100%;
        order: 2; /* Контент становится вторым */
        min-width: auto;
    }
    
    .product-image {
        margin-bottom: 15px;
    }
    
    .product-image img {
        max-height: 200px;
    }
    
    .product-name,
    .product-section {
        margin-bottom: 8px;
    }
    
    .review-text {
        margin-bottom: 15px;
    }
}

/* Дополнительные адаптации для очень маленьких экранов */
@media (max-width: 480px) {
    .reviews-container {
        padding: 10px;
    }
    
    .review-item {
        padding: 10px;
    }
    
    .product-image img {
        max-height: 150px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/main.pagenavigation/templates/modern/style.css?1727599293745*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }

/* End */
/* /company/reviews/reviews.css?17500750332096 */
/* /bitrix/components/bitrix/main.pagenavigation/templates/modern/style.css?1727599293745 */
