@charset "UTF-8";

.header {
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	.header {
		margin-bottom: 13px;
	}
}

.footer {
	margin-top: 130px;
}

@media (max-width: 767px) {
	.footer {
		margin-top: 66px;
	}
}

.breadcrumb {
	margin-bottom: 17px;
}

@media (max-width: 767px) {
	.breadcrumb {
		margin-bottom: 22px;
	}
}

.sidebar {
	margin-right: 30px;
}

@media (max-width: 767px) {
	.subsection__row {
		padding: 0 15px;
	}
}

.subsection__title {
	font-size: 44px;
	margin: 0;
	outline: 30px solid white;
	margin-bottom: 0px;
	color: #9a3c38;
	background-color: #ffffff;
}

@media (max-width: 767px) {
	.subsection__title {
		font-size: 29px;
		outline: none;
	}
}

.subsection__titleWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.subsection__titleWrap {
		margin-bottom: 20px;
	}
}

.subsection__content {
	width: 100%;
}

.subsection__contentWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.subsection__description {
	font-size: 16px;
	color: #656565;
	margin-bottom: 11px;
}

@media (max-width: 767px) {
	.subsection__description {
		font-size: 12px;
	}
}

.subsection__description:not(.show) {
	height: 66px;
	overflow: hidden;
	display: block;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.subsection__descriptionOpen {
	margin-bottom: 30px;
	font-size: 16px;
	color: #af444a;
	line-height: 1.625;
	cursor: pointer;
}

@media (max-width: 767px) {
	.subsection__descriptionOpen {
		font-size: 12px;
		margin-bottom: 25px;
	}
}

.subsection__descriptionOpen[aria-expanded="false"]:before {
	content: "Подробнее";
}

.subsection__descriptionOpen[aria-expanded="true"]:before {
	content: "Скрыть";
}

.subsection__descriptionIcon {
	width: 10px;
	height: 10px;
	margin-left: 1px;
	-webkit-filter: invert(28%) sepia(25%) saturate(3955%) hue-rotate(327deg) brightness(93%) contrast(75%);
	filter: invert(28%) sepia(25%) saturate(3955%) hue-rotate(327deg) brightness(93%) contrast(75%);
}

@media (max-width: 767px) {
	.subsection__descriptionIcon {
		margin-left: 7px;
		margin-top: 4px;
	}
}

.subsection__hashtag {
	margin-bottom: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

@media (max-width: 767px) {
	.subsection__hashtag {
		margin-bottom: 48px;
	}
}

.subsection__hashtag:not(.show) {
	height: 70px;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

@media (max-width: 991px) {
	.subsection__hashtag:not(.show) {
		height: 105px;
	}
}

@media (max-width: 767px) {
	.subsection__hashtag:not(.show) {
		height: 54px;
	}
}

.subsection__hashtag.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.subsection__hashtagItem {
	height: 35px;
	padding-right: 29px;
	color: #a02c50;
	font-size: 15px;
}

@media (max-width: 767px) {
	.subsection__hashtagItem {
		font-size: 8px;
		height: 18px;
		padding-right: 23px;
	}
}

.subsection__hashtagMore {
	font-size: 15px;
	color: #a02c50;
	text-decoration: underline;
	cursor: pointer;
	font-family: "MullerMedium";
}

@media (max-width: 767px) {
	.subsection__hashtagMore {
		font-size: 8px;
	}
}

.subsection__items {
	margin-bottom: 38px;
}

@media (max-width: 767px) {
	.subsection__items {
		margin-bottom: 52px;
	}
}

.subsection__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid rgba(92, 92, 92, 0.149);
	padding-top: 27px;
	padding-bottom: 23px;
}

.subsection__item:last-child {
	border-bottom: 1px solid rgba(92, 92, 92, 0.149);
}

.subsection__item:hover {
	text-decoration: none;
}

.subsection__itemImage {
	width: 100%;
	max-width: 400px;
	min-width: 400px;
	margin-right: 34px;
	position: relative;
}

.subsection__itemImage:hover {
	opacity: 0.9;
}

.subsection__itemImageLabel {
	position: absolute;
	top: 5px;
	right: 6px;
	background-color: white;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(154, 60, 56, 0.2);
	box-shadow: 0px 2px 5px 0px rgba(154, 60, 56, 0.2);
	border-radius: 5px;
	height: 30px;
	min-width: 131px;
	padding: 0 7px 0 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	color: black;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.subsection__itemImageLabel {
		font-size: 7px;
		min-width: 62px;
		height: 15px;
		line-height: 15px;
	}
}

@media (max-width: 1199px) {
	.subsection__itemImage {
		max-width: 300px;
		min-width: 300px;
	}
}

@media (max-width: 767px) {
	.subsection__itemImage {
		width: 100%;
		max-width: unset;
		min-width: unset;
		margin-right: 20px;
	}
}

.subsection__itemImage>img {
	border-radius: 4px;
	width: 100%;
	-webkit-box-shadow: 0px 10px 57px 0px rgba(92, 92, 92, 0.1);
	box-shadow: 0px 10px 57px 0px rgba(92, 92, 92, 0.1);
	height: auto;
}

.subsection__itemText {
	width: 100%;
}

@media (max-width: 767px) {
	.subsection__itemText {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.subsection__itemTitle {
	display: flex;
	font-family: "MullerMedium";
	font-size: 19px;
	color: black;
	line-height: 23px;
	text-decoration: none;
	margin-bottom: 14px;
}

.subsection__itemTitle:hover {
	text-decoration: none;
	color: #9a3c38;
}

@media (max-width: 767px) {
	.subsection__itemTitle {
		font-size: 14px;
		margin-bottom: 9px;
	}
}

.subsection__itemDesc {
	font-size: 15px;
	color: black;
	display: -webkit-box;
	height: 92px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 23px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.subsection__itemDesc {
		display: none;
	}
}

.subsection__itemHashtags {
	margin-bottom: 38px;
}

@media (max-width: 767px) {
	.subsection__itemHashtags {
		display: none;
	}
}

.subsection__itemHashtag {
	font-family: "MullerRegular";
	color: #a02c50;
}

.subsection__itemHashtag:not(:last-child) {
	margin-right: 5px;
}

.subsection__itemLabel {
	font-size: 18px;
}

@media (max-width: 1199px) {
	.subsection__itemLabel {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.subsection__itemLabel {
		font-size: 10px;
	}
}

.subsection__itemLabel--youtube {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #d24946;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width: 767px) {
	.subsection__itemLabel--youtube {
		margin-bottom: 5px;
	}
}

.subsection__itemLabel--star {
	cursor: pointer;
	align-self: baseline;
	white-space: nowrap;
	background: -webkit-gradient(linear, left top, right top, from(#ffd402), to(#ffa700));
	background: -o-linear-gradient(left, #ffd402 0%, #ffa700 100%);
	background: linear-gradient(90deg, #ffd402 0%, #ffa700 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #0b2349;
	text-align: right;
}

.subsection__itemLabel--star:hover {
	opacity: 0.5;
}

@media (max-width: 767px) {
	.subsection__itemLabel--star {
		text-align: left;
	}
}

.subsection__itemRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.subsection__itemRow {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.subsection__itemIcon--youtube {
	margin-bottom: 4px;
	width: 21px;
	margin-right: 13px;
	height: 15px;
	-webkit-filter: invert(28%) sepia(59%) saturate(6299%) hue-rotate(326deg) brightness(115%) contrast(88%);
	filter: invert(28%) sepia(59%) saturate(6299%) hue-rotate(326deg) brightness(115%) contrast(88%);
}

@media (max-width: 767px) {
	.subsection__itemIcon--youtube {
		width: 13px;
		height: 9px;
		margin-right: 5px;
		margin-bottom: 3px;
	}
}

.subsection__itemIcon--star {
	-webkit-filter: invert(73%) sepia(87%) saturate(2820%) hue-rotate(5deg) brightness(100%) contrast(96%);
	filter: invert(73%) sepia(87%) saturate(2820%) hue-rotate(5deg) brightness(100%) contrast(96%);
	width: 15px;
	height: 15px;
	margin-right: 9px;
	pointer-events: none;
}

@media (max-width: 767px) {
	.subsection__itemIcon--star {
		width: 9px;
		height: 9px;
		margin-right: 5px;
	}
}

.subsection__more {
	margin: auto;
	padding: 4px 18px;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.subsection__more {
		display: none;
	}
}

.subsection__more:hover>object {
	-webkit-filter: invert(100%) sepia(0%) saturate(6834%) hue-rotate(226deg) brightness(140%) contrast(102%);
	filter: invert(100%) sepia(0%) saturate(6834%) hue-rotate(226deg) brightness(140%) contrast(102%);
}

.subsection__moreIcon {
	width: 14px;
	height: 17px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left: 5px;
}

.subsection__pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.subsection__text>*:not(:last-child) {
	margin-bottom: 15px;
}

.blockquote-topSimbol {
	padding-left: 80px;
	position: relative;
	margin-top: 18px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.blockquote-topSimbol {
		padding-left: 70px;
	}
}

.blockquote-topSimbol> :nth-child(1) {
	position: absolute;
	width: 80px;
	font-size: 180px;
	height: 100%;
	line-height: 130px;
	font-style: italic;
	text-shadow: 1px 0 1px #9a3c38, 0 1px 1px #9a3c38, -1px 0 1px #9a3c38, 0 -1px 1px #9a3c38;
	color: white;
	left: -20px;
}

@media (max-width: 767px) {
	.blockquote-topSimbol> :nth-child(1) {
		font-size: 130px;
		left: -10px;
		top: -10px;
		width: 70px;
	}
}

.blockquote-topSimbol> :nth-child(2) {
	font-size: 24px;
	color: #9a3c38;
	line-height: 1.292;
	font-family: "MullerMedium";
}

@media (max-width: 767px) {
	.blockquote-topSimbol> :nth-child(2) {
		font-size: 16px;
	}
}

.blockquote-topSimbol> :nth-child(3) {
	margin-top: 23px;
	font-family: "MullerMedium";
	font-size: 18px;
	color: #919191;
	line-height: 1.722;
}

@media (max-width: 767px) {
	.blockquote-topSimbol> :nth-child(3) {
		font-size: 12px;
	}
}

.paragraph {
	font-size: 16px;
	color: #656565;
	line-height: 1.625;
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.paragraph {
		font-size: 12px;
		line-height: 1.5;
	}
}

.text-h2 {
	font-size: 26px;
	color: #9a3c38;
	line-height: 1.538;
	font-family: "MullerMedium";
}

@media (max-width: 767px) {
	.text-h2 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.mobile-hidden {
		display: none;
	}
}