.block_field_activity__go-coop-content_main_item-btn{
    width: 100%;
}
.btn__block_wrapper a.btn__block_item--filled-blue,
.btn__block_wrapper span.btn__block_item--filled-blue{
    min-width: 100%;
    margin:0 10px;
}
.btn__block_wrapper a.btn__block_item--filled-blue[data-department]{
}
.block_field_activity__go-coop-content_main_item .btn__block_wrapper{
    position: relative;
    top: 30px;
}
.block_field_activity__go-coop-content_main_item-btn--mobi .btn__block_wrapper{flex-wrap: wrap}
.block_field_activity__go-coop-content_main_item-btn--mobi .btn__block_wrapper a.btn__block_item--filled-blue{
    margin: 10px;
}

.block_field_activity__list{}

.block_field_activity__column h2{
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 20px;
}

.service-with-groups .block_field_activity__go-coop-content_items--group:nth-child(3){max-width: 308px}
.service-with-groups ~ .block_field_activity__go-coop--line{content: url(/local/templates/smart/img/go-coop-line-2.svg);}

.block_field_activity__description{
    display: none;
    border-radius: var(--border-radius);
    background: #FAFAFC;
    padding: 30px 30px 30px 30px;
    margin-bottom: 100px;
    position: relative;
    /*display:grid;*/
    grid-template-columns: 1fr 300px;
}
.block_field_activity__description__text{
    background: #fff;
    border-radius: var(--border-radius);
    padding: 40px;
}
.block_field_activity__description__image{
    display: flex;
    align-items: end;
}
.block_field_activity__description__image{position: relative; bottom: -30px;left: -30px;}
.block_field_activity__description p{margin-bottom: .7rem}


.inner-activities-list{margin-bottom: 80px;}

.inner-activities-list .activity-card{background: #fff;border: 1px solid #fff;}

.inner-activities-list .activity-card:hover{border:1px solid #01428DCC}

.inner-activities-list .activity-card__title{
    font-size: 1.4rem;
    position: relative;
    color: var(--scb-black);
    grid-column: 2/3;
    grid-row: 1/2;
    left: 0;
    line-height: 1.2;
    margin-bottom: 0;
    padding-top: 10px;
}
.inner-activities-list .activity-card__title a:hover{text-decoration: underline}
/*.inner-activities-list .activity-card__title::after{
    width: 100%;
    max-width: 150px;
    height: 3px;
    content: '';
    display: block;
    background: var(--scb-blue);
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}*/
.inner-activities-list .activity-card .card-body{
    padding-right: 0;
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 15px;
}
.inner-activities-list .activity-card__icon{
    grid-column: 1/2;
    grid-row: 1/2;
    background: url('/local/templates/smart/img/number-background.png') 50% 0 no-repeat;
    min-width: 50px;
    height: 51px;
    background-size: contain;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-activities-list ul.activity-card__popular-items{
    grid-column: 1/3;
}
.inner-activities-list ul.activity-card__popular-items a:hover{
    text-decoration: none;
    background-color: #ddd;
}

@media (min-width: 992px){

}
@media (max-width: 1350px){
    .service-with-groups a.block_field_activity__go-coop-content_item--link{
        display: flex;
        width: 100%;
        height: auto;
        border-radius: 30px;
        padding:6px 20px;
        min-height: 48px;
        background: linear-gradient(260.73deg, #1191E1 0%, #17A6FF 54.02%, #1E8EF3 100%);
        color: #fff;
        border:2px solid #fff;
    }
    .service-with-groups .block_field_activity__go-coop-content_items--group:nth-child(3) a.block_field_activity__go-coop-content_item--link{
        width: 100%;
        height: auto;
    }
    .service-with-groups{position: relative}
    .service-with-groups .block_field_activity__go-coop-content_items--group{max-width: 235px;}
    .service-with-groups .block_field_activity__go-coop-content_items--group:nth-child(3){max-width: 225px;}
}
@media (max-width: 991px){
    .block_field_activity__list .block_field_activity__column + .block_field_activity__column{
        margin-top: 20px;
    }
}

@media (max-width: 747px){
    .block_field_activity__column h2{
        padding-left: 20px;
        padding-right: 20px;
        font-size: 25px;
    }
    .service-with-groups .block_field_activity__go-coop-content_main_item{
        max-width: 100% !important;
        width: 100% !important;
    }
    .service-with-groups .block_field_activity__go-coop-content_main_item-photo{
        max-width: 90%;
        margin: 0 auto;
    }
    .service-with-groups img{margin: 0 auto;}
    .service-with-groups a.block_field_activity__go-coop-content_item--link{
        position: absolute;
        width: 45% !important;
        z-index: 2;
        bottom: 0;
        font-size: 15px;
        box-shadow: none;
        cursor: pointer;
    }
    .service-with-groups .block_field_activity__go-coop-content_items--group:nth-child(1)
    a.block_field_activity__go-coop-content_item--link{
        left: 5px;
    }
    .service-with-groups .block_field_activity__go-coop-content_items--group:nth-child(3)
    a.block_field_activity__go-coop-content_item--link{
        right: 5px;
    }
}
@media (max-width: 685px){
    .inner-activities-list .activity-card .activity-card__title{font-size: 1.3rem;}
    .inner-activities-list .activity-card .card-body{grid-template-columns: 30px 1fr;grid-gap: 12px;}
    .inner-activities-list ul.activity-card__popular-items{padding: 12px 0 12px 20px}
}
