.main_tagscloud {
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(/bitrix/templates/pro/images/section_tagscloud_bg.jpg);
}

.main_tagscloud:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.92;
	content: "";
}

.main_tagscloud .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: sticky;
}

.main_tagscloud a {
	background: #fff;
	padding: 4px 20px;
	margin: 9px 12px;
	border-radius: 4px;
	transition: .3s;
	box-shadow: 0 0 11px 4px #e5e5e5;
	border-radius: 50px;
	text-align: center;
}

/*
.main_tagscloud a:before {
	content: '#';
}
*/

.main_tagscloud a:hover {
	box-shadow: 0 0 14px 4px #b7b7b7;
}

.main_tagscloud a:hover:before {
	color: #cd1818;
}


@media screen and (max-width: 480px) {

	.main_tagscloud a {
		font-size: 100% !important;
	}

}