.full-news {
	margin: 20px 15px;
}
/**/
.title .date {
	min-width: 75px;
	font-family: var(--font-Condensed);
	display: flex;
	text-align: center;
	flex-direction: column;
	border-right: 1px solid var(--brand);
	font-size: 1rem;
	line-height: 1;
}
.title .date .year {
	background: var(--brand);
	color: var(--text-white);
	padding: 5px 0;
}
.title .date .day {
	font-size: 1.2rem;
	padding-top: 5px;
}
.title .date .month {
	padding: 5px 0;
}
/**/
.full-news.fixed .title {
 background: rgba(0 0 0 / 0.05);
 padding-right: 20px;
}
/**/
.full-news .swiper-slide > a {
	border: var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-bottom);
	overflow: hidden;
	margin: 5px;
	transition: box-shadow 0.2s linear;
	cursor: zoom-in;
}
.full-news .swiper-slide > a:hover {
	box-shadow: var(--shadow-select);
}
.full-news .swiper-slide > a img {
	transition: transform 0.2s linear;
}
.full-news .swiper-slide > a:hover img {
	transform: scale(1.1);
}
/**/
.full-news hr {
		margin: 0;
}
/**/
.full-news .view {
	display: flex;
	align-items: center;
	gap: 5px;
}
.full-news .view:before {
	content: "";
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	background-color: currentColor;
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='currentColor' d='M320 96C239.2 96 174.5 132.8 127.4 176.6C80.6 220.1 49.3 272 34.4 307.7C31.1 315.6 31.1 324.4 34.4 332.3C49.3 368 80.6 420 127.4 463.4C174.5 507.1 239.2 544 320 544C400.8 544 465.5 507.2 512.6 463.4C559.4 419.9 590.7 368 605.6 332.3C608.9 324.4 608.9 315.6 605.6 307.7C590.7 272 559.4 220 512.6 176.6C465.5 132.9 400.8 96 320 96zM176 320C176 240.5 240.5 176 320 176C399.5 176 464 240.5 464 320C464 399.5 399.5 464 320 464C240.5 464 176 399.5 176 320zM320 256C320 291.3 291.3 320 256 320C244.5 320 233.7 317 224.3 311.6C223.3 322.5 224.2 333.7 227.2 344.8C240.9 396 293.6 426.4 344.8 412.7C396 399 426.4 346.3 412.7 295.1C400.5 249.4 357.2 220.3 311.6 224.3C316.9 233.6 320 244.4 320 256z'/></svg>");
}
/**/
.prev-next-news {
	display: flex;
	max-width: 768px;
	margin: 0 auto;
}
.prev-next-news .left {
	margin-right: auto;
	padding: 0 30px;
} 
.prev-next-news .right {
	margin-left: auto;
	padding: 0 30px;
} 
.prev-next-news .left > span {
	content: "";
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background-color: currentColor;
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='currentColor' d='M105.4 297.4C92.9 309.9 92.9 330.2 105.4 342.7L265.4 502.7C277.9 515.2 298.2 515.2 310.7 502.7C323.2 490.2 323.2 469.9 310.7 457.4L173.3 320L310.6 182.6C323.1 170.1 323.1 149.8 310.6 137.3C298.1 124.8 277.8 124.8 265.3 137.3L105.3 297.3zM457.4 137.4L297.4 297.4C284.9 309.9 284.9 330.2 297.4 342.7L457.4 502.7C469.9 515.2 490.2 515.2 502.7 502.7C515.2 490.2 515.2 469.9 502.7 457.4L365.3 320L502.6 182.6C515.1 170.1 515.1 149.8 502.6 137.3C490.1 124.8 469.8 124.8 457.3 137.3z'/></svg>");
	margin-right: auto;
} 
.prev-next-news .right > span {
	content: "";
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background-color: currentColor;
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='currentColor' d='M535.1 342.6C547.6 330.1 547.6 309.8 535.1 297.3L375.1 137.3C362.6 124.8 342.3 124.8 329.8 137.3C317.3 149.8 317.3 170.1 329.8 182.6L467.2 320L329.9 457.4C317.4 469.9 317.4 490.2 329.9 502.7C342.4 515.2 362.7 515.2 375.2 502.7L535.2 342.7zM183.1 502.6L343.1 342.6C355.6 330.1 355.6 309.8 343.1 297.3L183.1 137.3C170.6 124.8 150.3 124.8 137.8 137.3C125.3 149.8 125.3 170.1 137.8 182.6L275.2 320L137.9 457.4C125.4 469.9 125.4 490.2 137.9 502.7C150.4 515.2 170.7 515.2 183.2 502.7z'/></svg>");
	margin-left: auto;
}
/**/
.spol .text > div {
	margin-bottom: 25px;
	border: 1px solid var(--average);
	border-left: 3px solid var(--brand);
	border-radius: var(--radius);
	box-shadow: var(--shadow-bottom);
	z-index: 1;
	
	@media only screen and (max-width: 960.98px) {
		margin-bottom: 20px;
	}
}
.title_spoiler {
	cursor: pointer;
	padding: 10px 10px;
	font-size: 1.1rem;
	font-weight: 500;
	background: var(--white);
	border-radius: var(--radius);
	transition: background-color 0.4s linear, color 0.4s linear, border-radius 0.4s linear;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 65px;
	line-height: 1;		
		
	@media only screen and (max-width: 960.98px) {
		padding: 10px 5px 10px 10px;
	}
}
.title_spoiler.open {
	border-radius: var(--radius) var(--radius) 0 0;
	background-color: var(--brand);
	color: var(--white);
}
.title_spoiler:after {
	content: "";
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background-color: currentColor;
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='currentColor' d='M297.4 438.6C309.9 451.1 330.2 451.1 342.7 438.6L502.7 278.6C515.2 266.1 515.2 245.8 502.7 233.3C490.2 220.8 469.9 220.8 457.4 233.3L320 370.7L182.6 233.4C170.1 220.9 149.8 220.9 137.3 233.4C124.8 245.9 124.8 266.2 137.3 278.7L297.3 438.7z'/></svg>");
	transition: transform 0.5s linear;
	margin-left: 10px;
}
.title_spoiler.open:after {
	transform: rotate(-180deg);
	color: var(--white);
}
.text_spoiler {
	position: relative;
	z-index: -1;
	padding: 10px;
	display: none;
	background: var(--white);
	box-shadow: var(--shadow-bottom);
}