

/* Start:/local/templates/s21_nobar_copy/components/bitrix/news.list/osnov_napr_stat_4/style.css?17591181291028*/
.save-lives {
    margin-bottom: 24px;
}

.save-lives__title {
    margin: 20px 0;
    font-size: 26px;
    font-weight: bold;
}

.save-lives__elements {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.save-lives__element {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: solid 1px #d7d7d7;
    transition: box-shadow .3s ease-in-out
}

.save-lives__element:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.save-lives__element:hover .save-lives__name {
    text-decoration: none;
}

.save-lives__name {
    color: #000;
}

.save-lives__img {
    width: 60px;
}

@media (max-width: 991px) {
    .save-lives__elements {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .save-lives__elements {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .save-lives__elements {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/s21_nobar_copy/components/bitrix/news.list/osnov_napr_stat_4/style.css?17591181291028 */
