

/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/custom_results/style.css?1779104336798*/
.stats-container {
    padding: 40px 20px;
    background: transparent;
}

.stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.stat-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 25px;
    flex: 1;
    min-width: 250px;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stat-label {
    color: #ff7a5c;
    font-size: 14px;
    font-weight: bold;
    text-transform: lowercase; 
}

.stat-value {
    color: #A7C7FA;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}

.stat-desc {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.4;
}


@media (max-width: 768px) {
    .stat-card {
        min-width: 100%;
    }
}
/* End */


/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/custom-rewiews/style.css?17791983812232*/

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding: 20px 0;
}


.switcher-title {
    font-size: 42px;
    padding-bottom: 35px;
    color: #333;
    line-height: normal;
}
 
.review-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 200px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.user-name {
    font-weight: bold;
    font-size: 24px;
    color: #333; 
    margin-bottom: 4px;
}

.review-date {
    font-size: 16px;
    color: #ff8c67; 
}


.review-rating {
    display: flex;
    gap: 2px;
}

.star {
    font-size: 20px;
    color: #e0e0e0; 
}

.star.active {
    color: #ffcc00; 
}


.review-text {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    font-style: italic;
}


@media (max-width: 768px) {
    .reviews-grid {
        grid-template-columns: 1fr; 
    }
    
    .switcher-title {
        font-size: 30px;
      
    }
    

}

.review-card {
    height: 250px; 
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 20px;
}


.hidden-review {
    display: none;
}


.review-text-container {
    position: relative;
    overflow: hidden;
}

.review-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}


.read-more-link {
    display: none; 
    color: #ff7a5c;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}


.show-all-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.btn-rew, .btn-rew-link {
    width: 100%;
    background: linear-gradient(90deg, #A7C7FA 0%, #ff7a5c 100%);
    border-radius: 30px;
    color: white !important;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.btn-rew:hover { transform: scale(1.02); filter: brightness(1.1); }


/* End */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/custom_results/style.css?1779104336798 */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/custom-rewiews/style.css?17791983812232 */
