/* ===== Share block ===== */

.share-blck{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
    margin: 0px auto 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1; 
}

.share-text {margin: 15px auto 0px;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    border-top: 1px solid #e1e1e1;
    padding: 10px 0px;
    width: 100%;}

/* кнопка */
.share-blck-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	max-width: 33px;
	max-height: 33px;
	border-radius: 5px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
}

/* иконка */
.share-blck-btn i{
	font-size: 17px;
	color: #ffffff;
	line-height: 1;
}

/* hover */
.share-blck-btn:hover{
	transform: translateY(-1px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.18);
	opacity: 0.95;
}

.share-blck-btn:active{
	transform: translateY(0);
	box-shadow: 0 2px 6px rgba(0,0,0,0.16) inset;
}

/* ===== Brand colors ===== */

.share-blck-btn.fb{
	background: #1877f2;
}

.share-blck-btn.tg{
	background: #229ed9;
}

.share-blck-btn.viber{
	background: #7360f2;
}

.share-blck-btn.wa{
	background: #25d366;
}

.share-blck-btn.vk{
	background: #4c75a3;
}
