

/* Start:/local/templates/AAM/components/bitrix/news.list/reviews/style.css?17593300411333*/
.list-name{
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}
.list-page-wrap{
    display: block;
    margin: 50px 0;
}
.list-page_item{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin: 15px 0;
    border: 1px solid #426dff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
}
.list-page_item-left .photo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
}
.list-page_item-right{
    display: block;
    width: 100%;
}
.list-page_item-right .top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    color: #426dff;
}
.list-page_item-right .top a{
    text-decoration: unset;
    color: #426dff;
}
.list-page_item-right .top .name{
    font-size: 18px;
    font-weight: 500;
}
.list-page_item-right .text{
    display: block;
    margin-top: 10px;
}
@media screen and (max-width: 992px) {
    .list-page_item-right .top{
        flex-direction: column;
        gap: 10px;
    }
    .list-page_item-right{
        font-size: 14px;
    }
    .list-page_item-right .top .name{
        font-size: 16px;
    }
    .list-name{
        font-size: 20px;
        text-align: center;
    }
}
/* End */
/* /local/templates/AAM/components/bitrix/news.list/reviews/style.css?17593300411333 */
