/* element separation (unique) */
.sepHU_a {margin-bottom:5px}
.sepHU_b {margin-bottom:10px}
.sepHU_c {margin-bottom:20px}

.sepVU_a {margin-right:5px}
.sepVU_b {margin-right:10px}
.sepVU_c {margin-right:20px}


/* shareme wrapper with unique prefix */
.shareme-wrapper-u {
	padding: 1px 15px 10px 0;
}
.shareme-wrapper-u > div {
	float: right;
	line-height: 36px;
	padding-right: 10px;
}
.shareme-wrapper-u > ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.shareme-wrapper-u > ul > li {
	display: inline-block;
	font-size: 12px;
	padding: 1px 0;
	margin: 0 1px;
	position: relative;
	vertical-align: middle;
	word-spacing: normal;
}

@media (max-width: 768px) {
	.shareme-wrapper-uLAST > ul > li {
		width: 100%;
	}
}

.shme-share-item-u svg {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	width: 36px;
	height: 36px;
	background-color: #eee;
	transition: 0.5s;
}
.shme-share-item-u:hover svg {
	opacity: 0.7;
}
.shme-share-item-u span {
	display: inline-block;
	float: left;
	height: 22px;
	vertical-align: middle;
	padding-top: 2px;
}

.icon-facebook-u svg { background-color: #4166B1; }
.icon-odnoklassniki-u svg { background-color: #D7762B; }
.icon-pinterest-u svg { background-color: #C4241F; }
.icon-telegram-u svg { background-color: #0382CC; }
.icon-vkontakte-u svg { background-color: #4A6C92; }
.icon-whatsapp-u svg { background-color: #26D364; }

.clearfix-u:before,
.clearfix-u:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.clearfix-u:after {
	clear: both;
}

.infS {
  display: inline-block;
  padding: 4px 10px;
  background-color: #FFD700; /* Ярко-жёлтый фон */
  color: #000; /* Чёрный текст */
  font-weight: bold;
  border-radius: 6px; /* Больше скругления */
  font-size: 13px;
  text-align: center;
  margin: 4px 0; /* Отступы сверху и снизу */
}