@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: 14px;
	}
}

.sidebar {
	margin-right: 30px;
}

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

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

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

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

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

.section__content {
	width: 100%;
}

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

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

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

.section__description:not(.show) {
	height: 70px;
	overflow: hidden;
	display: block;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

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

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

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

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

.section__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) {
	.section__descriptionIcon {
		margin-left: 7px;
		margin-top: 4px;
	}
}

.section__items {
	margin-bottom: 45px;
}

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

.section__itemsTop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section__itemsContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 29px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid rgba(65, 62, 62, 0.149);
}

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

.section__itemsTitle {
	font-size: 36px;
	color: black;
	line-height: 1;
	font-family: "MullerMedium";
	margin-bottom: 0;
}

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

.section__itemsLink {
	border-width: 1px;
	width: 135px;
	font-size: 14px;
	height: 45px;
	font-family: "MullerRegular";
}

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

.section__itemsLink:hover .section__itemsLinkIcon {
	filter: invert(100%) sepia(0%) saturate(7487%) hue-rotate(163deg) brightness(106%) contrast(994%)
}

.section__itemsLink--mobile {
	display: none;
}

@media (max-width: 767px) {
	.section__itemsLink--mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: auto;
		width: 167px;
		font-size: 14px;
	}
}

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

.section__itemsLinkIcon {
	width: 17px;
	height: 14px;
	margin-left: 12px;
}

.section__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: calc(50% - 20px);
	flex-basis: -webkit-calc(50% - 20px);
	flex-basis: calc(50% - 20px);
	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.section__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

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

.section__itemImage {
	width: 100%;
	max-width: 165px;
	min-width: 165px;
	margin-right: 25px;
	position: relative;
}

.section__itemImage:hover {
	opacity: 0.9;
}

@media (max-width: 767px) {
	.section__itemImage {
		max-width: 145px;
		min-width: 145px;
		margin-right: 18px;
	}
}

.section__itemImageLabel {
	position: absolute;
	top: 3px;
	right: 3px;
	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: 15px;
	min-width: 78px;
	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: 9px;
	color: black;
	line-height: 15px;
}

.section__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;
}

.section__itemText {
	width: 100%;
}

.section__itemTitle {
	font-family: "MullerMedium";
	font-size: 15px;
	line-height: 20px;
	color: black;
	text-decoration: none;
	margin-bottom: 24px;
	display: flex;
}

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

@media (max-width: 767px) {
	.section__itemTitle {
		font-size: 14px;
		margin-bottom: 19px;
		line-height: 16px;
	}
}

.section__itemLabel {
	font-size: 12px;
	line-height: 14px;
}

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

.section__itemLabel--youtube {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #d24946;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 5px;
}

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

.section__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;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right;

}

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

@media (max-width: 1199px) {
	.section__itemLabel--star {
		width: auto;
	}
}

@media (max-width: 767px) {
	.section__itemLabel--star {
		width: 100%;
	}
}

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

.section__itemIcon--youtube {
	width: 15px;
	margin-right: 5px;
	height: 11px;
	-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%);
}

.section__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: 12px;
	height: 12px;
	margin-right: 3px;
}

.section__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;
	}
}