.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 24px;
}

.container.article-container {
	grid-template-columns: repeat(1, 1fr);
}

.section-padding {
	grid-column: 2 / 6;
}

a.socialLink {
	display: table;
}

a.socialLink i {
	display: table-cell;
	vertical-align: middle;
}

a.socialLink span {
	line-height: 24px;
	margin-left: 10px;
}

i.icon-facebook {
	display: block;
	width: 24px;
	height: 24px;
	background-size: 24px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}

i.icon-twitter {
	display: block;
	width: 24px;
	height: 24px;
	background-size: 24px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}

i.icon-x {
	display: block;
	width: 24px;
	height: 24px;
	background-size: 24px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}

i.icon-reddit {
	display: block;
	width: 24px;
	height: 24px;
	background-size: 24px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}

i.icon-linkedin {
	display: block;
	width: 24px;
	height: 24px;
	background-size: 24px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}

i.icon-youtube {
	display: block;
	width: 24px;
	height: 24px;
	background-size: 24px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}

i.icon-apple-podcast {
	display: block;
	width: 24px;
	height: 24px;
	background-size: 24px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}

i.icon-spotify {
	display: block;
	width: 24px;
	height: 24px;
	background-size: 24px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}

i.icon-soundcloud {
	display: block;
	width: 24px;
	height: 24px;
	background-size: 24px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.section-payments {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	transform: scale(1.06);
}

.section-payments img {
	height: 18px;
	min-width: -moz-fit-content;
	min-width: fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	max-height: none;
	opacity: 1;
}

.section-regulation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 20px;
}

.section-regulation img {
	max-width: none;
}

.breadcrumbs {
	display: block;
}

.breadcrumbs li {
	content: "";
	display: inline-table;
	padding: 7px 0;
	position: relative;
}

.breadcrumbs li::after {
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 6px;
	background-size: 11px 6px;
	background-repeat: no-repeat;
	top: 21px;
	left: -6px;
}

.breadcrumbs li:first-child::after {
	background-image: none;
}

.breadcrumbs li:first-child a {
	padding-left: 0;
}

.breadcrumbs li a {
	display: table;
	padding: 6px 12px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.breadcrumbs li:last-child a {
	font-weight: normal;
}

.search input {
	padding: 10px;
	display: block;
	width: 100%;
}

.article-votes,
.article-votes-question,
.article-votes-controls,
.article-votes-count,
.article-footer,
.article-share,
.article-more-questions,
.article-return-to-top,
.article-relatives,
.article-comments,
[id^="follow-button"],
[id^="subscriptons-description"] {
	display: none;
}