

/* Start:/local/templates/.default/components/bitrix/news.list/associations/style.css?17772937341445*/


/* Start:/local/templates/.default/components/bitrix/news.list/r_activity/style.css?17620094911284*/
.activity_title{
    margin: 0 0 50px 0;
}
.activity_column {
    display: flex;
    flex-direction: column;
}

.activity_item {
    margin: 0 0 15px 0;
}

.activity_item:last-child {
    margin: 0;
}

.activity_item-wrapper {
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    border-radius: 30px;
    padding: 35px 50px;
}

.activity_item-row {
    display: flex;
    gap: 25px;
    flex-direction: row;
    align-items: unset;
}
.activity_img{
    position: relative;
    width: 200px;
    height: auto;
    flex-shrink: 0;
}
.activity_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.activity_item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
    text-transform: uppercase;
}

.activity_item-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #333333;
}
.activity_wrapper{
    margin: 0 0 15px 0;
}
.values{
    margin-top: 50px !important;
}
@media(max-width:491px){
    .activity_item-wrapper{
        padding: 25px 40px;
    }
    .activity_item-row {
        display: flex;
        gap: 25px;
        flex-direction: column;
        align-items: center;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/r_activity/style.css?17620094911284 */

/* End */
/* /local/templates/.default/components/bitrix/news.list/associations/style.css?17772937341445 */
