.newsShare {
        margin: 35px 0px;
        width: 100%;
        background: rgba(243, 243, 243, 1);
        padding: 40px;
        display: flex;
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        box-sizing: border-box;
    }
    
    .newsShare-title {
        font-size: 24px;
        font-weight: 400;
        color: rgba(18, 16, 11, 1);
        line-height: 33px;
    }
    
    .newsShare .ya-share2.ya-share2_inited {
        background-image: none !important;
        margin: 0px;
        padding-left: 0px !important;
    }
    
    .newsShare .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
        background-color: rgba(217, 138, 59, 1);
    }
    
    .newsShare .ya-share2__list.ya-share2__list_direction_horizontal {
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 0px;
    }
    
    .newsShare .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
        margin: 0px;
    }
    
    .newsShare .ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
        background-size: 26px 26px;
    }

.newsShare .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
	width: 32px;
	height: 32px;
}