

/* Start:/local/templates/kovri/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17803510621734*/
.social_block {
    margin-top: 40px;
}

.social_block_title {
    margin-bottom: 18px;

    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;

    color: #2D2D2D;
}

.social_links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-between;
}

.social_links li {
    margin: 0;
}

.social_links a {
    display: flex;
    align-items: center;
    gap: 18px;

    padding: 0;

    /*border: 1px solid #e5e5e5;*/
    border-radius: 18px;

    background: #fff;

    text-decoration: none;
    color: #2D2D2D;

    font-size: 15px;
    font-weight: 600;

    transition: all 0.3s ease;
}



.social_links a span {
    line-height: 1.2;
}

.social_links a img {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    object-fit: cover;

    transition: all 0.3s ease;
}

/* планшеты */
@media (max-width: 768px) {

    .social_block {
        margin-top: 30px;
    }

    .social_block_title {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .social_links {
        gap: 10px;
    }

    .social_links a {
        padding: 8px 12px;
        gap: 10px;

        border-radius: 14px;
    }

    .social_links a img {
        width: 34px;
        height: 34px;
    }

    .social_links a span {
        font-size: 14px;
    }
}

/* телефоны */
@media (max-width: 560px) {

    .social_links {
        gap: 8px;
    }

    .social_links a {
        padding: 8px;

        min-width: 52px;
        min-height: 52px;

        justify-content: center;
    }

    /* уменьшаем иконки */
    .social_links a img {
        width: 28px;
        height: 28px;

        border-radius: 8px;
    }
}
/* End */
/* /local/templates/kovri/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17803510621734 */
