.categoryextended {
	margin: 15px 0;
}

.categoryextended_post {
	display: flex;
	align-items: flex-start;
	margin: 15px 10px;
	padding: 20px;
	border: 1px solid #eee;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.02) inset;
	background-color: #fff;
	box-sizing: border-box;
}

.categoryextended_post__img {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.categoryextended_post__img>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.categoryextended_post-img__img,
.categoryextended_post__text img {
	max-width: 70px;
	max-height: 70px;
	margin-right: 15px;
	width: 100%;
}

.categoryextended_post__text img {
	float: left;
	margin-bottom: 10px;
}

.categoryextended_post__content-column-wrap {
	display: flex;
	flex-wrap: wrap;
}

.categoryextended_post__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 250px;
}

.categoryextended_post__title {
	font-weight: bold;
	font-size: 1rem;
	margin: 12px 0;
}

.categoryextended_post__hint {
	display: flex;
	align-items: center;
	color: #999;
	font-size: 0.9rem;
}

.categoryextended_post__userpic-wrap {
	display: inline-block;
	height: 20px;
}

.categoryextended_post__userpic {
	margin-right: 5px;
	width: 20px;
	height: 20px;
}

.categoryextended_post__username,
.categoryextended_post__username:visited {
	margin-right: 5px;
	color: #999;
	text-decoration: none;
}

.categoryextended_post__text {
	font-size: inherit;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.categoryextended_post__text>p {
	margin-bottom: 0;
}

.categoryextended_post__cut {
	margin-top: 5px;
}

/* Отображение карточками */
.categoryextended--column .categoryextended__list {
	display: flex;
	margin: 0 -6px;
	flex-wrap: wrap;
}

.categoryextended--column .categoryextended_post__content-column-wrap {
	display: block;
}

.categoryextended--column .categoryextended_post__content {
	min-width: auto;
}

.categoryextended--column .categoryextended_post-img__img {
	max-height: 100%;
	max-width: 100%;
	margin-right: 0;
	width: auto;
}

.categoryextended--column .categoryextended_post__text img {
	float: none;
	margin-bottom: 0;
	max-width: none;
	width: auto;
}

.categoryextended--column .categoryextended_post__img img,
.categoryextended--column .categoryextended_post__text img {
	width: 100%;
	object-fit: cover;
}

/* Видео */
.categoryextended_video_link {
	position: relative;
}

img.categoryextended_video {
	max-width: 100%;
}

.categoryextended_video_button {
	opacity: 0.8;
	position: absolute;
	transform: translate(-50%, -50%) !important;
	top: 50%;
	left: 50%;
}

.categoryextended_video_button svg {
	width: 5rem;
	height: 5rem;
}

.categoryextended_video_link:hover svg {
	fill: red;
}

/* Табы */
.categoryextended__headliners {
	margin-bottom: 10px;
}

.categoryextended__headline {
	cursor: pointer;
	margin-right: 10px;
	text-decoration: none;
	color: #4d4d4d;
	margin-bottom: 20px;
	font-size: 1.45rem;
	font-weight: bold;
}

@media(max-width:680px) {
	.categoryextended__headline {
		font-size: 1.15rem;
	}
}

.categoryextended__headline.active {
	color: #980104;
}

.categoryextended {
	display: none;
}

.categoryextended.active {
	display: block;
}
