.header {
	margin-bottom: 24px;
}

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

.footer {
	margin-top: 130px;
}

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

.blockquote {
	position: relative;
	font-size: 24px;
	color: #9a3c38;
	padding-left: 78px;
	line-height: 1.292;
	margin-top: 25px;
}

.blockquote__quotes {
	position: absolute;
	top: -65px;
	left: -35px;
	color: white;
	font-style: italic;
	font-size: 190px;
	line-height: 1.387;
	text-shadow: 1px 0 1px #9a3c38, 0 1px 1px #9a3c38, -1px 0 1px #9a3c38, 0 -1px 1px #9a3c38;
}

.blockquote__author {
	margin-top: 12px;
	font-size: 18px;
	color: #919191;
	line-height: 1.722;
}

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

.category__title {
	width: 100%;
	font-size: 44px;
	color: #9a3c38;
	line-height: 0.75;
	font-family: "MullerMedium";
	margin-bottom: 38px;
}

@media (max-width: 767px) {
	.category__title {
		font-size: 29px;
		margin-bottom: 18px;
		line-height: 35px;
	}
}

.category__content {
	width: 100%;
}

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

.category__description {
	font-size: 16px;
	color: #656565;
	margin-bottom: 5px;
}

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

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

@media (max-width: 767px) {
	.category__description:not(.show) {
		-webkit-line-clamp: 6;
		height: 120px;
	}
}

.category__descriptionStrong {
	font-family: "MullerBold";
}

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

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

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

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

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

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

.category__hashtag {
	margin-bottom: 42px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

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

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

@media (min-width: 768px) {
	.category__hashtag:not(.show) {
		height: 125px;
	}
}

@media (max-width: 767px) {
	.category__hashtag:not(.show) {
		height: 125px;
		overflow-y: scroll;
		display: block;
	}
}

.category__hashtag.show {
	display: flex;
}

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

@media (max-width: 767px) {
	.category__hashtagItem {
		/*font-size: 8px;*/
		height: 18px;
		padding-right: 7px;
	}
}

.category__hashtagMore {
	font-size: 15px;
	color: #a02c50;
	/*text-decoration: underline;*/
	cursor: pointer;
	font-family: "MullerRegular";
}

.category__hashtagMore:hover {
	color: #b62d10;
	text-decoration: none;
}

@media (max-width: 767px) {
	.category__hashtagMore {
		padding-bottom: 20px;
		/*font-size: 8px;*/
		padding-top: 5px;
	}
}



.category__items {
	margin-bottom: 110px;
}

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

.category__item {
	display: flex;
}

@media (max-width: 1199px) {
	.category__item {
		flex-direction: column;
		align-items: center;
	}
}

.category__item:not(:last-child) {
	margin-bottom: 28px;
	border-bottom: 1px solid rgba(92, 92, 92, 0.149);
	padding-bottom: 25px;
}

@media (max-width: 767px) {
	.category__item:not(:last-child) {
		border: none;
		padding-bottom: 0;
		margin-bottom: 41px;
	}
}

.category__itemImage {
	width: 100%;
	max-width: 383px;
	min-width: 383px;
	margin-right: 40px;
}

.category__itemImage:hover {
	opacity: 0.9;
}

@media (max-width: 1199px) {
	.category__itemImage {
		margin-right: 0px;
		margin-bottom: 18px;
	}
}

@media (max-width: 767px) {
	.category__itemImage {
		width: 100%;
		max-width: unset;
		min-width: unset;
	}
}

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

.category__itemTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 22px;
	/*color: #000;*/
	color: #a02c50;
	line-height: 29px;
	text-decoration: none;
	margin-bottom: 29px;
}

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

@media (max-width: 767px) {
	.category__itemTitle {
		text-align: center;
		font-size: 18px;
		margin-bottom: 9px;
	}
}

@media (max-width: 1199px) {
	.category__itemHashtags {
		flex-wrap: wrap;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

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

.category__itemHashtag:not(:last-child) {
	margin-right: 8px;
}

.category__blockquote {
	margin-bottom: 42px;
}

@media (max-width: 767px) {
	.category__blockquote {
		margin-top: 96px;
		font-size: 16px;
		padding-left: 50px;
		margin-bottom: 27px;
	}
}

@media (max-width: 767px) {
	.category__blockquoteAuthor {
		margin-top: 5px;
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.category__blockquoteQuotes {
		font-size: 100px;
		left: -15px;
	}
}

.category__text {
	font-size: 16px;
	color: #656565;
	line-height: 1.625;
}

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

.category__text--one {
	margin-bottom: 58px;
}

@media (max-width: 767px) {
	.category__text--one {
		margin-bottom: 24px;
	}
}

.category__text--three {
	margin-bottom: 59px;
}

@media (max-width: 767px) {
	.category__text--three {
		margin-bottom: 27px;
	}
}

.category__text--four {
	margin-bottom: 23px;
}

@media (max-width: 767px) {
	.category__text--four {
		margin-bottom: 10px;
	}
}

.category__text--black {
	color: #000;
}

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

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

.category__extraText--one {
	margin-bottom: 29px;
}

@media (max-width: 767px) {
	.category__extraText--one {
		margin-bottom: 11px;
	}
}

.category__extraText--two {
	margin-bottom: 59px;
}

@media (max-width: 767px) {
	.category__extraText--two {
		margin-bottom: 6px;
	}
}

.category__ul {
	margin-bottom: 26px;
}

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

.category__ul--dots>li {
	font-size: 14px;
	line-height: 29px;
}