

/* Start:/bitrix/templates/MAIN/components/bitrix/news.list/chosen/style.css?17721132831590*/
/************************* chosen *************************/
.chosen__wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.chosen__item {
    padding: 15px;
    background: #EFF1F4;
    border-radius: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: left;
    gap: 15px;
    font-size: 16px;
}
.chosen__item-icon {
    min-width: 56px;
    min-height: 56px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chosen__item-icon img {
    width: 36px;
    height: 36px;
}
@media screen and (min-width: 768px) {
    .chosen__wrap {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2%;
    }
    .chosen__item {
        width: 49%;
        margin: 7px 0;
    }
}
@media screen and (min-width: 992px) {
    .chosen__item {
        padding: 25px;
        flex-direction: column;
        gap: 40px;
        font-size: 18px;
        align-items: start;
        justify-content: space-between;
        width: 32%;
    }
    .chosen__item:nth-child(1),
    .chosen__item:nth-child(2),
    .chosen__item:nth-child(3),
    .chosen__item:nth-child(4) {
        width: 49%;
    }
    .chosen__item-icon {
        min-width: 68px;
        min-height: 68px;
    }
    .chosen__item-icon img {
        width: 44px;
        height: 44px;
    }
}
@media screen and (min-width: 1200px) {
    .chosen__item:nth-child(1),
    .chosen__item:nth-child(2),
    .chosen__item:nth-child(3),
    .chosen__item:nth-child(4) {
        width: 23.5%;
    }
}
/* End */
/* /bitrix/templates/MAIN/components/bitrix/news.list/chosen/style.css?17721132831590 */
